@font-face {
  font-family: 'Gill Sans MT Std Light';
  src: url('../fonts/c56da29d-9c5b-4d94-900f-770cde3dd317.woff') format('woff');
  font-weight: 100;
  font-variant: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
  background-color: white;
}
body {
  font-family: 'Gill Sans MT Std Light', sans-serif;
  font-size: 18px;
  font-weight: lighter;
}
body.frame {
  border: 20px #606a80 solid;
  padding: 10px;
}
div.whiteframe {
  padding: 30px;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/* Wrapper for page content to push down footer */

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}
/* Set the fixed height of the footer here */

#footer {
  height: 60px;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.btn-primary,
.btn-primary:focus {
  border: #a3a2a3 1px solid;
  color: white;
  background-color: #7e9fb1;
}
.btn-primary:hover {
  border: #a3a2a3 1px solid;
  color: white;
  background-color: #7e9fb1;
  opacity: 0.75;
}
.btn-default,
.btn-default:focus {
  border: #a3a2a3 1px solid;
  color: white;
  background-color: #a3a2a3;
}
.btn-default:hover {
  border: #a3a2a3 1px solid;
  color: white;
  background-color: #a3a2a3;
  opacity: 0.75;
}
.btn-default.disabled,
.btn-default[disabled],
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus {
  background-color: white;
  color: #cccccc;
}
.fieldLabel {
  color: #a3a2a3;
}
.logoutButton a,
a:link,
a:visited,
a:hover,
a:active {
  color: #8bb5cf;
  text-decoration: none;
  font-weight: normal;
  display: block;
}
.counterpartyList {
  width: 400px;
}
.fullWidth {
  width: 100%;
}
.embeddedPdf {
  width: calc(100%);
  /*float:left;*/
  height: 100%;
  padding-bottom: 1px;
  border: 1px solid silver;
}
.badge {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 15px;
  color: white;
  line-height: 45px;
  text-align: center;
  background: red;
  position: relative;
  margin-top: -35px;
  z-index: 1000;
}
.correctBadgeOffset {
  margin-top: -29px;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.borderedTabContent {
  border-left: 1px solid #8bb5cf;
  border-right: 1px solid #8bb5cf;
  border-top: 1px solid #8bb5cf;
  border-bottom: 1px solid #8bb5cf;
  padding: 20px;
}
.tabs-right {
  border-left: 1px solid #8bb5cf;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom: 1px solid #8bb5cf;
}
h1 {
  color: #8bb5cf;
  padding: 0;
  margin: 0;
  font-size: 80px;
  font-weight: normal !important;
}
label {
  font-weight: normal;
}
.diaryHeader {
  color: #8bb5cf;
  font-size: 40px;
}
.context-heading {
  text-align: center;
  font-weight: bold;
  color: #8bb5cf;
}
.borderRight {
  border-right: 1px solid #a3a2a3;
}
h1.loginTitle {
  margin-bottom: 100px;
  font-size: 80px !important;
}
.textBox {
  border: 2px solid #b2b2b2;
  padding: 5px;
  color: #b2b2b2;
  font-size: 18px;
  width: 300px;
}
.welcomeText {
  padding: 10px;
  color: #a3a2a3;
  border: 1px solid transparent;
  background-color: transparent;
  width: 600px;
  margin: 0 auto;
}
h1.welcomeText {
  text-align: center;
  margin-bottom: 10px;
}
.companyLogoDiv {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
img.companyLogo {
  clear: both;
  max-height: 80%;
  min-width: 10%;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.inherit-height {
  height: inherit;
}
.buttonRegister {
  background-color: #a3a2a3;
  border: 1px solid #a3a2a3;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  width: 95px;
}
.control-label {
  color: black;
}
.navigationButton {
  color: #8bb5cf;
  font-size: 45px;
}
.themeColorText {
  color: #8bb5cf;
}
.forgottenPasswordLink {
  text-decoration: underline;
  color: #8bb5cf;
}
.containerImage {
  background: url("../images/Cascade3b.png") no-repeat center;
  background-size: 40%;
  background-position-x: 250px;
}
.containerImagePantheras {
  background: url("../images/PantherasLogo.png") no-repeat center;
  background-size: 40%;
  background-position-x: 250px;
}
.containerBorder {
  border: 20px #606a80 solid;
}
.rowMargin {
  margin-bottom: 20px;
}
.center {
  text-align: center;
}
.row768 {
  height: 768px;
}
.rotate90degreesCounterClockwise {
  position: relative;
  top: 50%;
  -webkit-transform: rotate(-90deg) scale(1) skew(0) translate(-300px);
  -moz-transform: rotate(-90deg) scale(1) skew(0) translate(-300px);
  -o-transform: rotate(-90deg) scale(1) skew(0) translate(-300px);
  -ms-transform: rotate(-90deg) scale(1) skew(0) translate(-300px);
  transform: rotate(-90deg) scale(1) skew(0) translate(-300px);
}
.rotate90degreesClockwise {
  position: relative;
  top: 50%;
  -webkit-transform: rotate(-90deg) scale(1) skew(0) translate(-250px);
  -moz-transform: rotate(-90deg) scale(1) skew(0) translate(-250px);
  -o-transform: rotate(-90deg) scale(1) skew(0) translate(-250px);
  -ms-transform: rotate(-90deg) scale(1) skew(0) translate(-250px);
  transform: rotate(-90deg) scale(1) skew(0) translate(-250px);
}
.dashboardBox {
  border: 4px solid #a3a2a3;
  width: 100%;
  height: 400px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tile {
  border: 4px solid #a3a2a3;
  width: 100%;
  height: 200px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  background: linear-gradient(rgba(178, 178, 178, 0.5), rgba(178, 178, 178, 0.5)), url(../images/Tiles1.jpg);
  font-size: 18px;
}
.subHeading {
  font-size: 18px;
}
.tile1 {
  background-position: 0px -100px;
}
.tile2 {
  background-position: 100px -100px;
}
.tile3 {
  background-position: 200px -100px;
}
.tile4 {
  background-position: 400px 150px;
}
.tileRibbon {
  background-color: rgba(96, 106, 128, 0.5);
  height: 120px;
  width: 100%;
}
.tileRibbon a:link {
  color: white;
}
.tileRibbon a:visited {
  color: white;
}
.tileRibbon a:hover {
  color: white;
}
.tileRibbon a:active {
  color: white;
}
.lowerPage {
  background-color: #e7edf2;
  padding: 40px 0;
  margin: 0 -65px;
}
.region2BoxFix {
  margin: 0 calc(32.5px);
}
.tileRibbon label,
.tileRibbon span {
  display: block;
  color: white;
  cursor: pointer;
}
.icons {
  width: 40px;
  fill: #8bb5cf;
}
.fullHeight {
  height: 100%;
}
/* Toastr override */

.toast-success {
  background-color: #7e9fb1;
  color: white;
}
.toast-info {
  background-color: #7e9fb1;
  color: white;
}
.toast-warning {
  background-color: #7e9fb1;
  color: white;
}
.fishBackground {
  background-image: url("../images/Cascade15.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.centerVertically {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
input[type='text'],
input[type='password'],
input[type='file']::-webkit-file-upload-button,
input[type='number'],
.form-control,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
textarea,
select,
option {
  border-color: #a3a2a3;
  background-color: white;
  color: black;
  border-radius: 4px;
}
@font-face {
  font-family: 'flatline';
  src: url('../fonts/flatline.eot?-mf5lcw');
  src: url('../fonts/flatline.eot?#iefix-mf5lcw') format('embedded-opentype'), url('../fonts/flatline.woff?-mf5lcw') format('woff'), url('../fonts/flatline.ttf?-mf5lcw') format('truetype'), url('../fonts/flatline.svg?-mf5lcw#flatline') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'flatline';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-circle-arrow-left:before {
  content: "\e6a7";
}
.icon-home:before {
  content: "\e669";
}
.icon-off:before {
  content: "\e654";
}
