.tnt-form select, .tnt-form textarea, .tnt-form input[type=text], .tnt-form input[type=password], .tnt-form input[type=datetime], .tnt-form input[type=datetime-local], .tnt-form input[type=date], .tnt-form input[type=month], .tnt-form input[type=time], .tnt-form input[type=week], .tnt-form input[type=number], .tnt-form input[type=email], .tnt-form input[type=url], .tnt-form input[type=search], .tnt-form input[type=tel], .tnt-form input[type=color] {
  font-size: 12px !important;
  border: 1px solid #9ed4f1;
}

.tnt-form label {
  font-weight: bold;
  font-size: 12px;
}

.col-sm-12.form_block {
  border: 1px solid #b4d5f3;
  margin-top: 12px;
  background: #f9f9f9;
}

.tab .nav-tabs {
  border-bottom: 0 none;
  margin-top: 20px;
}

.tab .nav-tabs li a {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 0;
  padding: 15px 25px;
  border-radius: 0;
  overflow: hidden;
  background: #1d4a6d;
  text-transform: uppercase;
  box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.tab .nav-tabs li:first-child a {
  border-top-left-radius: 8px;
}

.tab .nav-tabs li:last-child a {
  border-top-right-radius: 8px;
}

.tab .nav-tabs li a:hover, .tab .nav-tabs li.active a:hover, .tab .nav-tabs li.active a {
  background: #545f60;
  color: #fff;
  margin-top: 0px;
  padding: 15px 30px;
  border: 1px solid #545f60;
}

.tab .tab-content {
  color: #fff;
  padding: 25px 20px;
  background: #545f60;
  border-radius: 0 0 8px 8px;
  box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
}

p {
  font-size: 12px;
  line-height: 25px;
  padding-top: 20px;
}

strong {
  font-weight: bold;
}

.form-control[readonly] {
  background: #eee;
  border-color: #e7e7ed;
  opacity: 1;
  cursor: not-allowed;
}

.ddobulk {
  position: relative;
  top: 13px;
}

.live {
  color: green;
}

.tnt-form .table thead {
  border: 1px solid #a6d7f2;
}

.tnt-form .table thead tr th {
  background: #eaf0f3;
  border: 1px solid #a6d7f2;
  font-size: 12px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.aui .row {
  margin-left: -15px !important;
}

.btn {
  font-size: 14px !important;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: none;
  opacity: 0.9;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 250px;
  left: 650px;
  z-index: 600;
}

.table thead th {
  background-color: lightblue;
}