@import url("/common/iface/fonts/font-awesome-4.4.0/css/font-awesome.css");
@import url("/common/iface/fonts/google/css/Roboto.css");
/*@import url("https://fonts.googleapis.com/css?family=Roboto:400,100italic,100,300,300italic,400italic,500,500italic,700,700italic,900,900italic");*/
/*@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900,200italic,300italic,400italic");*/


@font-face {
  font-family: "apex-5-icon-font";
  src: url("/common/iface/fonts/apex-5-icon-font.eot");
  src: url("/common/iface/fonts/apex-5-icon-font.eot?#iefix") format("embedded-opentype"), url("/common/iface/fonts/apex-5-icon-font.ttf") format("truetype"), url("/common/iface/fonts/apex-5-icon-font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* stop yellow colour of autofill fields in chrome */
/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}*/

.nBBackground {
  background-color: #d6dbe1;
  background-image: url("/common/iface/images/nBTilingBGV3.png"), linear-gradient(to bottom, #163252 0%,#738497 100%);
  background-repeat: repeat;
  }

.nBalertButton {
  text-align:center;
  position: absolute;
  width: 100%;
  bottom: 20px;
  }

.nBalertOKButton, .nBalertCancelButton {
  font-family: Roboto,Arial,sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 30px;
  margin: 0px 10px 0;
  width: 100px;
  border: solid 2px #163252;
  color: white;
  background-color: #163252;
}

.nBalertOKButton:active, .nBalertCancelButton:active {
  padding: 0px;
}

.nBalertCancelButton {
  color: #ccc;
  background-color: #666666;
  border-color: #666666;
}

.nBalertCancelButton:hover, .nBalertOKButton:hover {
  color: white;
  border-color: #43b4e4;
  background-color: #43b4e4;
}

.nBalert .cntrTitle {
  height: 35px;
  background-color: #163252;
}

.nBalertText {
  font-family: Roboto,Arial,sans-serif;
  font-size: 12pt;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  text-align: left;
}

.alertDiv {
  color: #163252;
  background-color: white;
}

.nBalertTextCentre {
  text-align: center;
  }
  
.sp {
  width: 32px;
  height: 32px;
  clear: both;
  margin: 20px auto;
}

/* Spinner Circle Rotation */
.sp-circle{
  border: 2px rgba(67, 180, 228, 0.25) solid;
  border-top: 2px #43b4e4 solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .75s infinite normal;
  animation: spCircRot .75s infinite normal;
}

.sp-circleLogo{
  background-image: url("/common/iface/images/Small Size LogoSquare.png");
  /*border: 4px rgba(67, 180, 228, 0.25) solid;
  border-top: 4px #43b4e4 solid;
  border-radius: 50%;*/
  /*-webkit-animation: spCircRot .6s infinite linear;
  animation: spCircRot 2s steps(6, end) infinite;*/
  -webkit-animation: spCircRot .6s infinite normal;
  animation: spCircRot .6s infinite normal;
}

.gridWaitSpinner.sp.sp-circle {
  border-width: 8px;
  height: 80px;
  width: 80px;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
  
  
