

.link {
  cursor: pointer;
}

.tps-refresh-spinner
{
    height: 20px;
}

.tps-bottom-padding {
  padding-bottom: 20px;
}

.tps-no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

.tps-status-label {
  padding-top: 3px;
  padding-left: 0;
  padding-right: 0;
}

.tps-status-label-static {
  line-height: 25px;
}

.tps-status-bar {
  margin-top: 10px;
}

.tps-adc-equipment-name {
  margin-top: 0px;
}

.tps-adc-equipment-list-item {
  margin-bottom: 0px;
}

.tps-adc-empty {
  text-align: left !important;
}

.tps-device-statusbar {
  margin-top: 10px;
  margin-bottom: 3px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  background-image: -moz-linear-gradient(top, #F1F1F1, #fff);
  background-image: -webkit-linear-gradient(top, #F1F1F1, #fff);
  border-radius: 5px;
}

.tps-device-refreshbar {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 5px;
}

.tps-label-lg {
  display: inline-block;
  margin-left : 3px;
	font-size		: 14px;
	padding			: 6px 5px 6px 5px;
  cursor      : default !important;
}

.tps-label-blank {
  background-color: #fff;
  color: black;
}

.tps-refresh-text {
  margin-top: 13px;
  margin-bottom: 15px;
  background-color: transparent;
  line-height: 20px;
  font-weight: normal;
  color: black; 
  font-size: 12px;
}

.tps-label-refresh {
  margin-top: 13px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #D5D5D5;  
  background-color: transparent;
  line-height: 20px;
  font-weight: normal;
  color: black; 
  cursor: pointer;
}

.tps-sub-navbar {
	background-color: white !important;
	z-index: 10;
	width: 100%;
  margin-top: -20px;
}

.tps-clearlog-btn {
	margin-top: -7px;
}

.logo {
  margin-right: 10px;
  height: 40px;
  width: 40px;
}

/* Box shadow thing */
.tps-box-shadow {
  padding: 10px;
  background: #fff;
  box-shadow: inset 0px 0px 20px rgba(100, 255, 255, 0.14), 0px 0px 10px rgba(0, 0, 100, 0.25);
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
}

body {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #e5f3ff;
  background-image: -moz-linear-gradient(top, #fff, #e5f3ff);
  background-image: -webkit-linear-gradient(top, #fff, #e5f3ff);
  background-image: -o-linear-gradient(top, #fff, #e5f3ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5f3ff');
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #262626;
}

.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.search-form > .form-group {
  margin-left: 0;
  margin-right: 0;
}

.search-input > .form-control {
  -webkit-box-shadow: initial;
  box-shadow: initial;
  border-right: none;
}

.search-input > .input-group-btn {
  -webkit-box-shadow: initial;
  box-shadow: initial;
  border: none;
}

.search-input > .input-group-btn > .btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  min-height: 34px;
}

.search-input > .input-group-btn > .btn:hover {
  color: #ccc;
  background-color: initial;
  border-color: initial;
  border-left: none;
}

.result {
  text-decoration: none;
  float: left;
  border-radius: 5px;
  display: block;
  width: 43.7%;
  padding: 2% 2% 1%;
  margin: 1%;
  color: #333;
  background: #FFF;
  border: 1px #EFEFEF solid;
  background-image: -webkit-linear-gradient(white 30%,#F4F5F5);
  background-image: -moz-linear-gradient(white 30%,#F4F5F5);
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
  min-height: 223px;
}

.account-record {
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
  background: #FFF;
  border: 1px #EFEFEF solid;
  border-radius: 5px;
  padding: 2% 2% 1%;
  min-height: 242px;
  max-height: 242px;
}

.account-record.link:hover {
  color: #246;
  border: 1px #ccc solid;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0,rgba(0, 168, 255, 0.34) 0 1px 8px 0;
  cursor: pointer;
}

.account-record > dl > .heading {
  background-color: transparent;
  margin: 0 .5em 0 .5em;
  color: black;
  font-weight: normal;
}

.account-record > dl > dt {
  background-color: #A2A2A2;
  border-radius: .25em;
  margin: 0 .5em .1em .5em;
  color: white;
  font-weight: normal;
  text-align: left
}

@media (max-width: 768px) {
  .account-record > dl > dt {
    width: 100px;
    float: left;
  }
}

.account-record > dl > dt {
  background-color: #777;
  
  padding: 0 .5em 0 .5em;
  color: white;
  font-weight: normal;
  
}

.tps-activity-log {
  text-decoration: none;
  display: block;
  color: #333;
  background: #FFF;
  min-height: 200px;
}

.tps-activity-log > .panel {
  min-height: 242px;
}

@media ( max-width: 991px ) {
  .tps-activity-log {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
  }
}

.tps-activity-log > .panel > .panel-body {
  height: 199px;
  overflow-y: scroll;
}

/* Login Expiry Prompt CSS */

.hr-skinny {
  margin-top: 15px;
  margin-bottom: 15px;
}

.notification-msg {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 80%;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
  text-align: center;
}

.notification-msg.error {
  background-color: red;
  color: white;
}

#serialNo-error, #branchNo-error, #panelType-error, #packageType-error, #emailAddress-error{
  color: red;
  font-weight: 100;
}

.control-btn {
  margin-left: 5px;
}

/* Overwriting of Bootstrap's .tooltip.in */
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu {
  max-height: 500px;
  overflow-y: hidden;
}

/* Adjusting z-index of standard bootstrap modal */
.progressbar {
  z-index: 1000;
}

.loading {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 999999999;


}

.loading-inner {
  position: absolute;
  z-index: 999999;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.navbar-brand-logo {
  float: left;
  height: 50px;
  padding: 5px 5px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-user-dropdown {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
    .navbar > .container .navbar-brand-logo, .navbar > .container-fluid .navbar-brand-logo {
    margin-left: 15px;
    margin-right: -15px;
  }
}

.system-check-message {
  margin-top: 10px;
  margin-bottom: 5px;
}

.vertical-center { 
  position: relative;
  top: 35%;
  transform: translateY(-50%); 
}

/* Initial loader taken from https://projects.lukehaas.me/css-loaders/ */
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #23599e;
  background: -moz-linear-gradient(left, #23599e 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #23599e 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #23599e 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #23599e 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #23599e 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #23599e;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #ffffff;
  background-size: cover;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader.inline-loader {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: -5px;
  margin-left: 5px;
  width: 2em;
  height: 2em;
}

.loader.system-check-running {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: -5px;
  width: 2em;
  height: 2em;
}

.loader.signal-strength-loader {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: -15px;
  margin-left: 5px;
  margin-right: 5px;
  width: 4em;
  height: 4em;
}

.small-select{
  width: 100px;
}
.cb-logo {
  height: 30px;
  width: 30px;
  margin-left: -7px;
  margin-right: -8px;
}

.falseStatus{
  color: #FF0000;
}
.falseStatusTxtBox{
  border-style: solid;
  border-color: #FF0000;
}
.red-flag{
  right: 10px!important;
  color: #FF0000;
}
.otaSuccessBoxTitle{
  text-align:center;
}
.expansionpack-msg{
    color: #ea1511;
    font-weight: 700;
    padding: 2px;
    margin-top: 10px;
}
.progrmmed-page-msg{
  font-size: 13.5px;
}
.cbProvision{
  display: flex;
  align-items: center;
}
.cbProvision-label{
  padding: 0px 10px;
}
.cbProvision .form-control{
  width: 75%;
  text-transform: uppercase;
}
.cb-invalid{
  font-weight: 200;
  display: none;
  margin-left: 22%;
  color: #eb4034;
}
.cbSN-header{
  font-size: 15px;
}

#qrcode{
  margin-left: 100px ;
  height: auto;
}

.qrcode-content .header{
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  margin-left: 100px;
}

.qrcode-content .content, .qrcode-content .footer{
  font-size: 14px;
  font-weight: 700;
  padding: 20px;
  
}

.hideBtn{
  display: none;
}
.showBtn{
  display: inline-block;
}

.showBootBox{
  display: inline-block;
}

.hideBootBox{
  display: none!important;
}
