.form-horizontal .datalabel
{ 
  padding-top: 5px;
  display:inline-block;
  font-weight: bolder;
}
.form-horizontal .datepicker
{ 
  margin-left: 20px;
}

label.valid {
  width: 24px;
  height: 24px;
  background: url(/assets/img/Done.png) center center no-repeat;
  display: inline-block;
  font-size: 9px;
  text-indent: -9999px;
  margin-bottom: -15px;
}
label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}

.input-length { width: 206px }
.input-length-long { width: 270px }
.input-length-short { width: 142px }

.tab-content {
  display: table; 
  width: 100%;
  }

@media print {
  @page {size: landscape A4; margin: .2cm}
  
  .btn   { display:list-item !important; }
  input   { display: none !important; }
  select   { display: none !important; }
  a:link:after, a:visited:after {
    content: "";
  }
}

.bg-crm-nav {
  background-color: #1F365C!important;
}


.navbar > ul.navbar-nav > li.nav-link > a, .navbar > ul.navbar-nav > li.dropdown > a {
  color: #fff;
}

.navbar > ul.nav > li.nav-link :hover, .navbar > ul.navbar-nav > a.dropdown >li.dropdown :hover,
.navbar > ul.navbar-nav > li.nav-link :hover {
  color: #dcdcdc;
  text-decoration-line: none;
 
}

.login-card {
  padding-left: 35px;
  padding-right: 25px;
}

#forgot-password-btn {
  text-decoration-line: none;
  color: #007bff;
}
.ml-auto{
  padding-left: 10px;
  padding-right: 10px;
  
}

.footer {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.crm-datepicker {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.42);
  display: block;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 4px 0;
  margin: 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: rgba(0,0,0,.87);
}

.pagination > a , .pagination > #text, .pagination > strong {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

p.pagination{
  padding: .2rem .50rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.srm-card {
  padding-left: 50px;
}

.srm-card-small {
  height: 345px;
}


.card .card-header {
  background-color: white!important;
}

.border-info {
  border-color:  #1F365C!important;
  border-width: 5px;
}

.btn-primary {
  background-color: whitesmoke!important;
  border-radius: 0px;
  border-color:  #1F365C!important;
  color: black;
}

.btn-primary:hover {
  background-color: #1F365C!important;
  border-radius: 0px;
  border-color:  #1F365C!important;
  color: #fff;
}

a.btn-primary:hover {
  background-color: #1F365C!important;
  border-radius: 0px;
  border-color:  #1F365C!important;
  color: #fff!important;
}

.btn-outline-warning {
  color: black;
}

.btn-outline-secondary, .btn-outline-secondary:hover, .btn-outline-warning, .btn-outline-warning:hover {
  border-radius: 0px;
}

.btn-outline-danger, .btn-danger {
  border-radius: 0px;
}

.btn-outline-danger:hover, .btn-small .btn-outline-danger:hover, .btn-danger:hover {
  color: #fff!important;
}

.admin-renewals {
  max-height: 750px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.admin-renewals::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 7px;
	background-color: #F5F5F5;
}

.admin-renewals::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

.admin-renewals::-webkit-scrollbar-thumb
{
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #264d80;
}

.bg-modal {
  position: fixed;
  top: 100px;
  right: 10px;
  background-color: #e75480!important;
  border-radius: 0px;
  border-color:  #e75480!important;
  color: whitesmoke;
}

.border-birthday {
  border-color: #e75480 !important;
}

div.card-header.bg-birthday {
  background-color: #e75480 !important;
  color: whitesmoke;
}

#birthdayModal > div.modal-dialog > div.modal-content {
  width: 250%;
  left: -350px;
}

.hide-replaced.ws-inputreplace {
  display: none !important;
}
.input-picker .picker-list td > button.othermonth {
  color: #888888;
  background: #fff;
}
.ws-inline-picker.ws-size-2, .ws-inline-picker.ws-size-4 {
  width: 49.6154em;
}
.ws-size-4 .ws-index-0, .ws-size-4 .ws-index-1 {
  border-bottom: 0.07692em solid #eee;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}
.picker-list.ws-index-2, .picker-list.ws-index-3 {
  margin-top: 3.5em;
}
div.ws-invalid input {
  border-color: #c88;
}
.ws-invalid label {
  color: #933;
}
div.ws-success input {
  border-color: #8c8;
}
.date-display {
  display: inline-block;
  min-width: 200px;
  padding: 5px;
  border: 1px solid #ccc;
  min-height: 1em;
}
.show-inputbtns .input-buttons {
  display: inline-block;
}

.card-header.border-warning.workflow {
  background-color: #fff;
}

dt {
  font-weight: 550;
  display: inline-block;
}

dd {
  display: inline-block;
}

.fixed-column-one {
  position: absolute;
  width: 9%;
  right: 23.5%;
  top:auto;
  margin-left: 0 !important;
  border-left: none;
}

.fixed-column-two {
  position:absolute;
  width:23%;
  right:0;
  top:auto;
  border-left: none !important;
  margin-right: 1.25rem;
  }

.table-wrapper td {    
  border-top: none !important;
}

#policyTable {
  border: none;
}

#policyTable td, th {    
  height: auto;
  padding-bottom: 1rem;
}

.fixed-th {
  padding-bottom: 3.3rem !important;
}

.fixed-td {
  padding-bottom: 3.2rem !important;
}

#policyTable > thead th {
  vertical-align: top !important;
}

#policyTable {
  border-collapse: collapse;
}


#policyTable > td {
	white-space: nowrap !important;
}

.table-wrapper {
  margin-top: 15px; 
  width: 68%;
  margin-left:0;
}

@media (min-width: 1771px) {  
  .table-wrapper {
    margin-top: 15px; 
    width: 68%;
    margin-left:0;  
    overflow-x:scroll;
  }
}

@media (min-width: 1300px) and (max-width: 1770px) {
  .table-wrapper {
    margin-top: 15px; 
    width: 64%;
    margin-left:0;  
    overflow-x:scroll;
  }
}