

.box-inactive{
  position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.5);
    z-index:5;
}

.box-inactive > div{
  position: relative;
  margin: 5% auto;
  width: 30%;
  color: #FFFF;
  font-weight: bold;
  font-size: 26px;
}

.box-inactive > div a{
 color:##213fdf;
 text-decoration:underline;
}



.pg-sales .nav-tab{
	padding:0px;
	margin:0px 0px 20px 0px
}
.pg-sales .sub-tab{
	padding:0px;
	margin:0px 0px -1px 0px;
}


.pg-sales .sub-tab li{
	display:inline-block;
	padding:10px;
	background:#f1f1f1;
	border:1px solid #d0d0d0;
}
.pg-sales .sub-tab li.active{
	border-bottom:1px solid transparent;
	background:#FFF;
}

.pg-sales .sub-tab li.active a{
	color:#243ead;
	font-weight:bold;
}



.pg-sales .nav-tab li.active:after {
    content: " ";
    border: 1px solid blue;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
}

.pg-sales a{
	text-decoration:none;
}


.pg-sales .nav-tab{
	border-bottom:2px solid #d1d1d1;
}

.pg-sales .nav-tab a{
	color:#243ead;
}

.pg-sales .nav-tab li,.pg-sales .sub-tab li{
	display:inline-block;
	padding:10px;
	position:relative;
	border-radius:5px 5px 0px 0px;
} 

 
.pg-sales .sub-tab li a{
	color:#666;
} 


.pg-sales .nav-tab li.active a{
	color:#243ead;
	font-weight:bold;
}


.mtop20{
	margin-top:20px;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.blinker{
	animation: blinker 1s linear infinite;
}
.please_forward {
	background: red;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding: 5px;
}

#printquotation{
	padding:20px 20px 0px 20px;
} 
.p-action{
	margin-bottom:10px;
}
.pd-action{
	overflow:auto;
	margin-top:10px;
}
.pd-action > div{
	width:100%;
}
.pd-action .cola{
	padding:5px;
}
.pd-action a{
	width:100%;
}
.btn-action:hover{
		color:#FFF;
	}
	.btn-action{ 
	background-image: linear-gradient(to bottom, #FF9B22 0%, #FF8C00 100%);
	background-repeat: repeat-x;
	border: 0 none;
		color:#FFF;
	} 
	
	.q-expand a{
		text-decoration:none;
	}
	.container{
		width:100%;
		max-width:1100px;
	}
	.mbot10{
		margin-bottom:10px;
	}
	.adv-width{
		width:300px;
	}
	.client-list{
		overflow-x:scroll;
	}
.is_renewal.badge{
	cursor:pointer; 
}
.is_renewal.no_note{
	color:#000;
}
.badge-success{
background-color:#28a745;
}
.badge-warning{
background-color:#FF8800;
} 
	

#myModalMANote{
	z-index:100;
}
	
.valign{
	vertical-align:middle !important;
} 

.show_d > .dropdown-menu{
	display:block;	
}

.margintop5{
	margin-top:5px;
}
#pagination{
	padding:10px;
	border:1px solid #d0d0d0;

}
#pagination span{
	border:1px solid #d0d0d0;
	padding:3px;
	display:inline-block;
}
#pagination span.active,#pagination span.active a{
	background:#3AA4CE;
	color:#FFF;
}

#pagination span a{
	padding:5px; 
	text-decoration:none; 
}



#ui-datepicker-div{
	z-index:2000 !important;
}
 
.btn.btn-default.dropdown-toggle{
	height:34px;
}
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

	
	
@media screen and (min-width: 768px) {
    #adv-search {
        width: 500px;
        margin-bottom:10px;
		
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}
@media screen and (max-width: 888px) {
	.client-list {
       font-size:12px;
    }
} 
	
	
.is_mobile{
	display:none;
}
.q-expand{
	font-size:16px;
}
	

.has_note{
	background:#FFDBC4 !important;	
}

	.table-hover > tbody > tr:hover{
		background:#ecf4fd;
	background:linear-gradient(center top , #ecf4fd, #ccdced) repeat scroll 0 0 !important;
	background:-o-linear-gradient(center top , #ecf4fd, #ccdced) repeat scroll 0 0 !important;
	background:-moz-linear-gradient(center top , #ecf4fd, #ccdced) repeat scroll 0 0 !important;
	background:-webkit-linear-gradient(center top , #ecf4fd, #b6c6d7) repeat scroll 0 0 !important;
	}

.relative{
	position:relative;
}
.underline{
	text-decoration:underline;
}
.align_l{
	text-align:left;
}

		
.align_r_pad {
        text-align: right;
        padding-right: 20px;
        width: 50%;
    }
    .spo {
        color: #EF3742;
        font-weight: bold;
        font-size: 16px;
    }
    .lbl-spo {
        background-image: url("https://www.vigattininsurance.com/assets/images/special-offer.png");
        height: 100px;
        width: 100px;
        display: block;
        background-repeat: no-repeat; 
        margin-top: -45px;
		position: absolute;
    }
	
	
#leads{
	background:#FFF;
	margin-bottom:10px;
	
}
#leads th{
	padding:5px;
}
#leads td{
	border:1px solid #dadada;
	padding:5px;
	font-size:14px;
}
.spo {
    color: #EF3742;
    font-weight: bold;
    font-size: 18px;
}
.w20{
	width:200px;
}


.form-fixed {
    border: 1px solid #666;
    position: absolute;
    padding: 10px;
    width: 100%;
    top: 0; 
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.9);
}

.form-fixed > form{
    max-width: 300px;
    border: 1px solid red;
    padding: 20px;
    background: #FFF;
    margin: 3% auto;

}
.form-fixed-row{
	
}
.mtop10{
	margin-top:10px;
}
.w100{
	width:100%;
	padding:5px;
}
.red{
	color:red;
}
.form-fixed-btn{
	background: #0092f6;
    color: #FFF;
    border: none;
	padding:5px;
}

.wrap-preview-details{
	background:#f4f4f4;
	padding:20px;
}

@media screen and (max-width: 600px) {
	.not{
		font-size:12px;
	}


	.q-row .expand{ 
		cursor:pointer;
	}
	.is_mobile{
		display:block;
	}
	.is_pc{
		display:none;
	}
	.wrap-preview-details{
		padding:0px;
	}
} 

@media screen and (max-width: 400px) {
	.adv-width {
        width: 200px;
    }
}

.client-info{
margin-bottom:10px;background:#FFF;border:1px solid #dadada;
width:100%;
}
.client-info .w100{ 
width:100%;
}

.lbl-client-info{
font-weight:bold;
}
.client-info td{
border:1px solid #d0d0d0;
padding:3px;
}
 
.info-group{
	padding-top: 5px;
    padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom:1px solid #c1c1c1;
}

.info-group-lbl{
	font-size: 18px;
    font-weight: bold;
}



.client-info {
	padding:10px;
}


.info-group-action{
	text-align:center;
}
.client-info .cola input{
		width:100%;
	}
.client-info .info-group .expand{
	cursor:pointer;
}

.alert-noty {
    position: fixed;
    right: 50px;
    font-size: 20px;
	z-index:5000;
}


.alert-hide{
	float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;	
}
.mbot10{
	margin-bottom:10px;
}

.alert {
   animation: flash 2s ease infinite;
}



#loading{

 background: rgba(0, 0, 0, 0.27) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
	
}
.log-wrap {
  margin: 10% auto;
  text-align: center;
	max-width:500px;
  width: 90%;
}
.log-wrap .alert {
  padding: 10px;
}
.hide {
  display: none;
}
.bold{
	font-weight:bold;
}
.smaller-text{
	font-size:x-small;
}
.textarea-form {
  height: 150px;
  resize: none;
}
.other-btn .btn {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  color: #333;
}
.other-btn .btn.active {
  background-color: #efefef;
}
table tr.unread{
	background-color: #efefef;
}
.noti-div{
	max-height:370px;
}
.noti-li:first-child{
	margin-top:-5px;
}
.noti-li:not(:first-child){
	border-top:1px solid #CCC;
}
.noti-li.not-seen{
	background-color:#eeeeee;
}
.noti-li a{
	padding: 3px 10px;
	font-size:12px;
}
.noti-li .title p{
	margin:0 0 5px;
}
.noti-li .refno{
	font-style:italic;
	font-size:11px;
	color:#333;
}
.noti-li .date{
	font-size:11px;
	color:#999;
}
.noti-li .more-result{
	margin: 10px 5px;
    text-align: center;
}
.notif-ul a{
	text-decoration:none;
}
.notif-ul li.list-group-item{
	margin-bottom: 10px;
}
.notif-ul .title p{
	margin:0 0 5px;
}
.notif-ul .refno{
	font-style:italic;
	font-size:11px;
	color:#333;
}
.notif-ul .date{
	font-size:11px;
	color:#999;
}
.notif-ul .more-result{
	margin: 10px 5px;
    text-align: center;
}
.manufacturer .btn-back {
  background-color: #77beed;
  border-color: #66addc;
  color: #fff;
  margin-bottom: 10px;
}
.manufacturer .btn-back.btn-back:hover {
  color: #fff;
  background-color: #6cb3e2;
  border-color: #64abda;
}
.manufacturer .company-logo {
  width: 125px;
}
.manufacturer .table > thead > tr {
  font-size: 14px;
}
.manufacturer .table > tbody > tr {
  font-size: 12px;
}
.manufacturer .table .f11 {
  font-size: 11px;
}
.manufacturer .table .f10 {
  font-size: 10px;
}
.manufacturer .btn-icon {
  background-color: #eee;
  border-color: #d0d0d0;
  padding: 5px 10px;
}
.manufacturer .multi-input .form-control {
  margin-right: 5px;
  width: 250px;
}
.model .select-form {
  display: inline-block;
  margin-top: 5px;
}
.model .select-form .select-model button {
  box-shadow: none;
}
.model .select-form .select-model .dropdown-menu.search-ul {
  max-height: 400px;
  overflow: auto;
}
.model .select-form .select-model .dropdown-menu.search-ul li.search input[type="text"].form-control {
  margin: 0 auto;
  width: 95%;
}
.model .select-form .select-model .dropdown-menu li input[type="radio"] {
  display: none;
}
.model .select-form .select-model .dropdown-menu li label {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}
.model .select-form .select-model .dropdown-menu li label.new {
  font-style: italic;
  color: #9f9f9f;
}
.model .select-form .select-model .dropdown-menu li:hover {
  background-color: #eeeeee;
  cursor: pointer;
}
.model .select-form .span-model {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 12px;
  position: relative;
  text-align: center;
}
.model .select-form .inputtext {
  position: relative;
}
.model .select-form .inputtext input[type="text"] {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: inline;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  min-width: 200px;
}
.model table tr.sub_tr td .table {
  margin: 0 auto;
  width: 80%;
}
.model table tr.sub_tr td .table thead td {
  font-weight: bold;
}
.model table tr.sub_tr td .table tr td {
  font-size: 11px;
}
.model table tr.sub_tr td .table tr td a {
  color: #7e7e7e;
}
.model table tr.sub_tr td .table tr td.w115 {
  width: 115px;
}

.add-form:hover{
	cursor:pointer;
	background-color: #e0e0e0;
	color: #616161;
}

/*---------- READ MORE CSS ----------*/
.txtarea .short{
    display:block;
    height:123px;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
.txtarea .long{
    overflow:auto !important;
}

/*---------- PRINT CSS ----------*/
.print-body{
	margin: 1% auto; width: 95%;
}
.print-body .table > thead > tr, .print-body .table > tbody > tr {
    font-size: 12px;
}
.print-wrapper{
	width: 100%; color:rgb(51,​ 51,​ 51);
}
.print-wrapper_cont{
	border:1px solid #ddd;background-color: #fff; border-radius: 4px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);margin-bottom: 20px;display: block; padding: 15px;
}
.print-header{
	padding:5px 0; margin-bottom:10px;
}
.print-content{
	text-align:justify;min-height: 100px;
}
.print-footer{
	text-align:center; margin-top:10px; border-top:1px solid #ddd; padding-top:10px; font-size:10px;
}
