	.logo-v1{
	padding: 0px;
}
.logo-v1 img{	
	margin: 10px 0px 10px 20px;
}
.main-page-height{
	min-height: 500px;
	overflow-y: visible;
}
.page-top{
	margin-top: 100px;	
}
.logo-img{
	margin-top: 10%;
}

.header .navbar-btn {
    margin-top: 18px; 
}
.padding-0{
	padding: 0px!important;
}
.margin-0{
	margin: 0px;
}
.margin-top-5{
	margin-top: 5px;
}
.margin-top-10{
	margin-top: 10px;
}
.margin-top-15{
	margin-top: 15px;
}
.margin-top-20{
	margin-top: 20px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-bottom-5{
	margin-bottom: 5px;
}
.margin-bottom-10{
	margin-bottom: 10px;
}
.margin-bottom-15{
	margin-bottom: 15px;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
.margin-bottom-25{
	margin-bottom: 25px;
}
.margin-bottom-30{
	margin-bottom: 30px;
}
.margin-bottom-40{
	margin-bottom: 40px;
}

.margin-top-btm-5{
	margin-top: 5px;
	margin-bottom: 5px;
}
.top-btm-5{
	margin-top: 5px;
	margin-bottom: 5px;
}
.top-btm-10{
	margin-top: 10px;
	margin-bottom: 10px;
}
.top-btm-15{
	margin-top: 15px;
	margin-bottom: 15px;
}
.margin-right-10{
	margin-right: 10px;
}
.left-10{
	margin-left: 10px;
}

.m-lr-10{
	margin-left: 10px;
	margin-right: 10px;
}

.padding-top-10{
	padding-top: 10px;
}
.padding-top-15{
	padding-top: 15px;
}
.padding-top-20{
	padding-top: 20px;
}
.padding-top-30{
	padding-top: 30px;
}
.padding-top-40{
	padding-top: 40px;
}
.padding-bottom-10{
	padding-bottom: 10px;
}
.padding-bottom-15{
	padding-bottom: 15px;
}
.padding-bottom-20{
	padding-bottom: 20px;
}
.padding-left-10{
	padding-left: 10px;
}
.padding-left-15{
	padding-left: 15px;
}
.padding-left-20{
	padding-left: 20px!important;
}
.txt-new{
	margin: 0 auto;
    width: 60%;
}

.right-addon {
    position: relative;
}
.right-addon input {
    padding-right: 30px; 
}
.right-addon span {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}	


.form-control {
    border: 1px solid #c2c2c2;
}




.hcp-heading h1{
	text-shadow:1px 1px 2px #000;
	/*color: #fff;*/
	color: #000;
	font-size: 40px;	
	text-align: center;	
}
.hcp_listing_page{
	text-align: right!important;		
}
.tgl-btn{
	margin-top: 20px;
}

.hcp-heading h2{
	text-shadow:1px 1px 2px #555;
	/*color: #fff;*/
	color: #000;
	font-size: 30px;
}

.color-green{
	color: #7cbb00;
}
.leaf-area img{
	color: #fff;
	margin-top: 10%;
}
.captcha-main{
	background: #e4f5fc; /* Old browsers */
	background: -moz-linear-gradient(top, #e4f5fc 0%, #9fd8ef 44%, #2ab0ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f5fc), color-stop(44%,#9fd8ef), color-stop(100%,#2ab0ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f5fc 0%,#9fd8ef 44%,#2ab0ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f5fc 0%,#9fd8ef 44%,#2ab0ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4f5fc 0%,#9fd8ef 44%,#2ab0ed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e4f5fc 0%,#9fd8ef 44%,#2ab0ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 ); /* IE6-9 */	
	color: #555;
    font-size: 18px;
    letter-spacing: 10px;
    min-height: 35px;
    padding-top: 3px;
    text-align: center;
}

.hgt-300{
	height: 300px;
	overflow: auto;
}
.hgt-max-300{
	max-height: 300px;
	overflow: auto;	
}
.hgt-max-400{
	max-height: 300px;
	overflow: auto;	
}
.fclti-unt{
	width:100%; 
	height:400px; 
	overflow:auto;
	border-bottom: solid 1px #ddd;	 
}
.hcp-shift{
	border: 1px solid #ddd;
    height: 150px;
    overflow: auto;
    padding: 2px 10px;
    width: 100%; 
}

.sort-data{
	width:100%; 
	margin-bottom:10px;
}
.sort-part{
	height: 350px;
	overflow: auto;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
}
.border-top-btm{
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;	
}
.sort-part p{
	cursor: pointer;
}


@media(max-width: 980px){
	.leaf-area img{
		color: #fff;
		margin-top: 30%;
	}	
}


@media(max-width: 355px){
	.head-h1 h1{
		font-size: 80px;
	}
}

@media(max-width: 767px){
	.page-top{
		margin-top: 10px;	
	}	
	.main-page-height{
		min-height: 620px;		
	}
	.head-h1 h1{
		text-align: center;
	}
	.leaf-area img{
		margin-top: 10px;
	}	
	.logo-v1 img{
		margin-left: 10px;
	}
	.hcp-heading h1{		
		text-align: center;	
	}
	.tgl-btn{
		margin-top: 0px;
	}
}


.new-radio span{
	margin-top: 5px;
}

.page-wrap{
	float: left;
	height: 100%;
	width: 100%;
	background: #f5f5f5;
	min-height: 650px;
}
.bg-grey{
	background-color: #d5d5d5;
}
/*.page-bg-img{
	background: url('../../assets/img/bg/bg-blue.jpg')no-repeat center fixed;
	background-size: cover;	
}*/

.padding-lr-5{
	padding-left: 5px;
	padding-right: 5px;
}
.padding-lr-10{
	padding-left: 10px; 
	padding-right: 10px
}
.border{
	border: solid 2px #888; 
}
.border-top{
	border-top: solid 2px #888; 
}
.border-top1{
	border-top: solid 1px #d8d8d8; 
}
.border-bottom{
	border-bottom: solid 1px #888; 
}
.border-left{
	border-left: solid 1px #d8d8d8; 
}
.border-right{
	border-right: solid 1px #d8d8d8; 
}
.border-all{
	border: solid 1px #d8d8d8; 	
}
.logo-v1 img{
	height: 50px;	
}
.action-btn span{
	cursor: pointer;
	color: #0DA3E2;
}

.text-left{
	text-align: left!important;
}
.add-new-hcp{
	width: 100%; 
}
.form-design{
	/*border: solid thin #333;	*/
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);        
    margin: 0;
    outline: medium none;
    background: rgba(255,255,255,0.898);
    padding-bottom: 10px;
}

@media(max-width: 992px){
	.form-design{
		padding-left: 0px;
		padding-right: 0px;
	}	
	.padding-left-15{
		padding: 0px;
	}
}
@media(max-width: 767px){
	
}

.form-design header{	
    background: none repeat scroll 0 0 rgba(248, 248, 248, 0.898);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #232323;
    display: block;
    font-size: 25px;
    font-weight: 300;
    padding: 20px 30px;
}

.form-design footer {
    background: none repeat scroll 0 0 rgba(248, 248, 248, 0.898);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding: 15px 30px 25px;
}
.addrs{
	min-height: 445px;
}

.agny{
	min-height: 325px;
}
.empt{
	min-height: 325px;	
	}
.genr{
	min-height: 347px;
}
@media(max-width: 1199px){
	.addrs{
		min-height: 471px;
	}
	.empt{
		min-height: 316px;	
	}
	.agny{
		min-height: 316px;
	}
	.rate-tbl-wd{
		max-width: 1200px;
	    padding-right: 15px;
	    width: 1200px;
	}
}
@media(max-width: 991px){
	.addrs{
		min-height: 485px;
	}	
	.empt{
		min-height: 392px;	
	}
	.agny{
		min-height: 392px;
	}
	.genr{
		min-height: 347px;
	}
}
@media(max-width: 767px){
	.empt{
		min-height: 440px;	
	}
	.rate-text{
		width: 100px;
	}
	.date-wdt{
		width: 150px;
	}	
}



.form-group [class*="col-"] {
	padding-left: 15px
}
.form-horizontal .control-label {
    text-align: left;
}

.glyphicon{
	/*color: #0DA3E2;*/
}
.sub-head h2{
	text-align: left;
	padding-left: 15px;
	font-size: 30px;
}

.list-page-wrap{
	width: 90%; 
	min-height:1100px; 
	clear:both; 
	margin:0 auto;
}

.search-lbl label{
	padding-top: 7px;
	float: right;
}

@media(max-width: 1199px){
	.list-page-wrap{		
		min-height:1200px; 		
	}
}
@media(max-width: 992px){
	.list-page-wrap{		
		min-height:1280px; 		
	}
}
@media(max-width: 767px){
	.list-page-wrap{		
		min-height:2100px; 
		width: 100%;		
	}
}
@media(max-width: 437px){
	.list-page-wrap{		
		min-height:2200px; 		
	}
}
@media(max-width: 335px){
	.list-page-wrap{		
		min-height:2280px; 		
	}
}

.fldst-hgt{
	min-height: 320px;
}
fieldset.scheduler-border {
    border: 1px groove #999 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;          
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
	border:none;
	width:200px;
	margin-bottom: 5px;
    padding-left: 12px;	
}
legend.scheduler-border2 {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
	border:none;
	width:180px;
	margin-bottom: 5px;
    padding-left: 12px;	
}

@media(max-width:370px){
	legend.scheduler-border2 {
	    font-size: 12px !important;
	    font-weight: bold !important;
	    text-align: left !important;
		border:none;
		width: 200px;
		font-size: 12px;		
		margin-bottom: 5px;
	    padding-left: 12px;	
	}	
}

.tbl-hgt{
	height: 200px;
    overflow-y: auto; 
}
.tbl-hgt-2{
	height: 200px;
    overflow: auto; 
    /*position: relative;*/
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th{
	background-color: #f0f0f0;
}
/*.checkbox-inline-new {    
    padding-left:0px!important; 
    margin-left: 10px !important;   
}
.checkbox-inline2 {    
    padding-left:0px!important;    
    margin-left: 10px !important;   
}*/
.tab-height{
	min-height: 500px;
	padding:10px;
}
.table-model th{
	text-align: center;
}

@media(max-width: 369px){
	.inactive{
		margin-left: 28px!important;
	}
}
.mdl-bdy-hgt{
	height: 550px;
    overflow:auto; 
}
.rate-tbl-hgt{
	height: 300px;
    overflow: auto;    
}
.main-calender{
	width: 100%;
	/*border: solid thin #000;*/
	float: left;
}
.week-name{
	width: 170px;
	/*min-height: 250px;*/
	float: left;
	/*border: solid thin #000;*/
	padding: 0 5px;
}

.wk-head{
	width: 100%;
	float: left;
	background-color: #ddd;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin-bottom:5px; 
}
.day-content{
	width: 100%;
	float: left;	
	min-height: 100px;
	margin-bottom: 5px;	
}
.date-head{
	width: 100%;
	float: left;
	color: #000;
	text-align: left;	
	margin-bottom:5px; 	
}
.shift-type{	
	width: 100%;
	float: left;
	border: solid thin #d0d0d0;	
	padding: 10px;
}
/*.checkbox2 {
    float: left;
    margin: 5px 0;
}*/
div.checker {
    margin-top: 0;
    margin-right: 0;
}

/*@media(max-width: 991px){
	.week-name {	    
	    width: 25%;
	}
	.shift-type{
		padding: 0 10px;
	}
}
@media(max-width: 590px){
	.week-name {
	    width: 33%;
	}
}
@media(max-width: 470px){
	.week-name {
	    width: 50%;
	}
}*/

.min-height-200{
	min-height: 200px;
}
.heading-model{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	float: left;
	/*text-align: center;*/
}
.txtara-height{
	resize:none;
	height: 200px!important;
	text-align: left;	
}
.txtara-shift{
	resize:none;
	height: 50px!important;
	text-align: left;	
}
.existing-shift{
	background-color: #fff;
	border: 1px solid #c2c2c2;
	/*height: 550px;*/
	overflow: auto;
	text-align: left;	
	padding: 10px;
	width: 100%;
}
/*@media(max-width: 1199px){
	.existing-shift{
		height: 563px;
	}
}
@media(max-width: 991px){
	.existing-shift{
		height: 615px;
	}
}
@media(max-width: 767px){
	.existing-shift{
		height: 250px;
	}
}*/
.existing-shift p{
	/*background-color: #ddd;*/
	padding: 2px 10px;
	margin-bottom: 3px;
}
.existing-shift p:hover{
	cursor: pointer;
}

/* custom checkbox css start here */

label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

input[type=checkbox].css-checkbox {
	  position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

.css-label{
	background-image:url(checkbox-img/dark-check-green.png);
}


.checkbox2 {
	margin: 0px;	
}
.checkbox2 label{
    float: left;
    font-size: 13px!important;
    margin-bottom: 2px;
    margin-top: 2px;
   /* padding: 0;*/
    margin-right: 5px;
}

.rate-main{
	width: 100%;
	float: left;
}
.sub-data{
	height: 30px;
    line-height: 30px;
    padding: 3px;
}
.cd-date{
	width: 100px;
}
.rate{
	width: 80px;	
}
.fclty{
	width: 350px;	
} 
.reulr-chk{
	width: 100px;	
}
.eto{
	width: 80px;	
	text-align: center;
} 
.eff-rate{
	width: 180px;	
} 
.slf-asgn{
	width: 150px;	
	text-align: center;
}
.by-crtdt{
	width: 100px;	
}
.history-table table{
	border-collapse: collapse;
}
.history-table table tr:first-child{	
	border-top: solid thin #000;	
}
.history-table table tr:nth-child(even){	
	border-top: solid thin #000;
	border-bottom: solid thin #000;
}
.history-table table tr:last-child{	
	border-bottom: solid thin #000;	
}

.history-table table tr td{
	border-left: solid thin #000;
	border-right: solid thin #000;
}


.orient{
	height: 300px;
	width: 100%;
	overflow: auto;
}
.panel-scroll{
	height: 150px;
	overflow: auto
}
.time-notes{
	resize:none;
}
.schedule-main{
	width: 100%;
	overflow: auto;
}
.schedule-hgt{
	height: 600px;
    overflow: auto;    
}
.schedule-tbl{
	width: 1450px!important;	
	clip: both;
}
.schedule-tbl th,td{
	padding: 5px;
}
.schedule-tbl th{
	text-align: center;
}
.schedule-tbl tr,.schedule-tbl th, .schedule-tbl td{
	border: solid 1px #888;
	border-collapse: collapse;
	word-break: break-all;
	font-weight: normal;
}
.schedule-tbl td{
	/*height: 85px;*/
	vertical-align: top;
	word-break: break-all;
	color: #0095D4;
}
.schedule-tbl td p {
    margin: 0px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 98%;
    white-space: nowrap;
    min-height: 20px;
}
.text-green{
	color: green;
}
.text-red{	
	color: red;
}
.hcp-table{
	width: 100%;
	border: solid 1px #888;
}
.hcp-table th{
	padding: 5px;
	border: solid 1px #888;
	text-align: center;
}
.hcp-table td{
	font-size: 10px;
}
.hcp-table td:nth-child(even){
	font-weight: bold;
	text-align: right;
}
.hcp-table td:nth-child(2){
	border-right: solid 1px #888;
}
.audit-head{
	background-color: #0da3e2;
    color: white;
    font-size: 18px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}
.lbl label{
	padding-top: 8px;
}
.btn-flt-right{
	float: right;
	margin:0px;
}
@media(max-width: 767px){
	.btn-flt-right{
		float: left;
	}	
	.padng-rgt{
		padding-left: 6px;
	}
	.pdng-non{
		padding: 0px!important;
	}
	.topadd{
		margin-top: 10px;
	}
}
.padng-rgt{
	padding-right: 6px;
}
.padng-lft{
	padding-left: 6px;
}
.user-auth{
	height: 450px;
	overflow: auto;
}
.tree-menu{
	/*background: url("../img/folder.png") no-repeat;*/
	list-style-type: none;
	padding-left: 20px;
	cursor: pointer;
}
.tree-menu label{
	font-weight: bold;
	cursor: pointer;
}
.tree-li{
	padding-left: 10px;
	display: none;
}
.tree-menu li label{
	font-weight: normal;	
	cursor: pointer;
}
.txt-brd{
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	background-color: #f5f5f5;
	top: -11px;
	padding-left: 5px;
	padding-right: 5px;
}
.icon-list{
 	float: left;
    margin-top: 4px;
    position: relative;
    width: 15px;
    margin-right: 10px;
}
.icon-list img{
	height: 12px;	
}
.qc-tbl-wd {
    margin-right: 15px;
    max-width: 1500px;
    overflow: auto;
    width: 1500px;
}
.btn-Upload {
    position: relative;
    overflow: hidden;  
    width: 100%;  
}
.btn-Upload input.upload {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


/* css 18-dec-2014 */
.f-name{
	min-height: 923px;
}

@media(max-width: 991px){
	.f-name{
		min-height: 703px;
	}
}
.f-dtl-tbl{
	height: 280px;
	overflow: auto;
	/*position: relative;*/
}

.multiselect-container{
	padding-left: 30px!important;
}
.multiselect-container li > a:hover, 
.multiselect-container .active > a, 
.multiselect-container .active > a:hover {
    background-color: transparent;
    background-image: none;    
}

/*      css as on 24-dec-2014       */









.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px; 
}
.right-inner-addon span {
    position: absolute;
    right: 10px;
    padding: 10px 12px;
    pointer-events: none;
}
/* For Jquery Table Sorter */

table.tablesorter thead tr .tablesorter-header {
	background-image: url(../img/bg.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
table.tablesorter thead tr .tablesorter-headerAsc {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .tablesorter-headerDesc {
	background-image: url(../img/desc.gif);
}
.tablesorter .tablesorter-header.sorter-false {
    background-image: url();
}


/* For Avalability Tab */
.left-aro-btn{
    position: absolute;
    top: 200px;
    right: 5px; 
}
.right-aro-btn{
    position: absolute;
    top: 200px;
    left: 5px; 
}
.left-aro-btn-vs{
    position: absolute;
    bottom: 0px;
    left: 15px; 
}
.right-aro-btn-vs{
    position: absolute;
    bottom: 0px;
    right: 15px; 
}
.main-aro-btn{
    min-height: 20px; margin-bottom: 10px
}

/* For Monthly Avalabilty Modal */
.monthly_modal{
    width: 1200px;
}
@media(max-width: 1220px){
    .monthly_modal{
        width: 1000px;
    }
	
	.res_check12
	{
		float: left;
		margin-top: 15px;
		width: 100%;
	}
	.res_check12 #hide_show{margin-bottom:15px;}
	.res_check12 .checkbox-inline
	{
		display: block;
		margin-left: 0;
		width: 100%;
	}
	
}
@media(max-width: 1020px){
    .monthly_modal{
        width: 800px;
    }
}
@media(max-width: 1020px){
    .monthly_modal{
        width: 97%;
    }
}

/* Holidays & weekand */
.boxer{
float:left;
width:100%;
padding:10px;
border:2px solid #888;    
}
.padding_0{
padding:0px;
}
.mode{
margin-bottom: 15px;    
}
.bt{
margin:4px;    
}
.week-setup{
max-width:600px;    
}
.bot{
float: left;
width:100%;    
}
@media (max-width:991px){
    .bot select{
    margin-bottom:5px;
            }
}

@media (min-width:320px) and (max-width:480px)
{
	.res_chk
	{
		float: left;
		margin-top: 15px;
		width: 100%;
	}
	.res_chk .checkbox-inline
	{
		display: block;
		margin-left: 0;
		width: 100%;
	}
	.res_tabs li{width:100%;}
	
	.res_ava
	{
		float: left;
		margin-top: 15px;
		width: 100%;
	}
	.res_ava .checkbox-inline
	{
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.res_ava  .clearfix{width: 100%;}
	.orient{height:auto;}
	.tablesorter-header-inner{width:110px;}
}

.mtop-25{
	margin-top:25px;

}

.call_note{
 text-align: center;font-weight: bold;font-size: 14px;
}
th.tablesorter-header.resizable-false {
  background-color: #e6bf99;
}

/* overflow table */
.wrapper{
  overflow-x: auto;
  overflow-y: auto;
  width: 1000px;
}
.wrapper table {
  width: auto;
  table-layout: fixed;
}
.wrapper table  td {
  overflow: hidden;
  text-overflow: ellipsis;
 
  min-width: 10px;
}
.wrapper table  th {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 10px;
}
.tablered td{

	background: red !important;
}
.tableyellow td{

	background: yellow !important;
}

/*Security Seal*/

body div.trustedsite-floating-element{
	margin: -45px 0px 0px !important;
	padding: 0px !important;
	border: 0px none !important;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% !important;
	max-width: none !important;
	max-height: none !important;
	position: relative;
	height: 40px !important;
	width: 100px;
	overflow: hidden;
	z-index: 1000003 !important;
	cursor: pointer !important;
	display: inline-block !important;
	float: right;
	right: -56px;
}

body img.trustedsite-floating-element {
	margin: -45px 0px 0px !important;
	padding: 0px !important;
	border: 0px none !important;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% !important;
	max-width: none !important;
	max-height: none !important;
	position: relative !important;
	width: 100px;
	height: 40px !important;
	z-index: 1000002 !important;
	bottom: 0px !important;
	right: -56px;
	display: none;
	opacity: 1;
	float: right;
}
.sideForm.borderProp {
	    border: 2px solid #999;
	    padding: 0 15px 15px;
	}

	table .form-group {
	margin: 0;
}
#setup_promotion_shift{
	max-height: 100px;
	overflow: auto;
}
.sideForm .col-md-7.col-sm-7.col-xs-12 {
	padding-right: 0;
}
.sideForm .col-md-5.col-sm-5.col-xs-12 {
	padding-right: 0;
}
.sideForm input{
	padding: 6px;
}
.sideForm .col-md-5.col-sm-6.col-xs-12 {
	padding-left: 0;
}
.sideForm .col-md-1.col-sm-1.col-xs-12 {
    padding: 0;
    text-align: center;
}


.chat {
	position: fixed;
	height: 45px;
	width: 45px;
	font-size: 27px;
	line-height: 39px;
	bottom: 45px;
	right: 10px;
	background: #fff;
	box-shadow: 0 0 5px -1px #999;
	display: inline-block;
	border-radius: 100% !important;
	text-align: center;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	z-index: 9999;
}

.chat.chat-open{
	right: 31%;	
	bottom: 10px;	
}

.chat.chat-open .fa.fa-times {
	display: inline-block;
}

.chat.chat-open .fa.fa-comments-o {
	display: none;
}

.chat .fa.fa-times {
	display: none;
}
#chat-window.chat-open{
	right: 0;
}

#chat-window {
	position: fixed;
	right: -36%;
	width: 30%;
	background: #fff;
	display: inline-block;
	top: 0;
	/*! bottom: 0px; */
	z-index: 999;
	box-shadow: 0px 0 7px -1px #C6C6C6;
	padding: 9px;
	color: #6b6b6b;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	float: left;
	height: 100%;
}



#chat-window a{
	color: #9a9a9a;
}

.search{
	position: relative;
}

.search .form-control {
	border: 2px solid #afafaf;
	background: transparent;
	font-size: 18px;
	box-shadow: none !important;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.search .form-control:focus {
	background-color:#ffffff; 
}

.search .form-control:focus + .btn-search{
		color: #333;
}

.search .btn-search {
	position: absolute;
	background: transparent;
	border: none;
	right: 0;
	top: 2px;
	font-size: 17px;
}

.media {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.media-left {
	display: table-cell;
	vertical-align: top;
	width: 50px;
	position: relative;
}
.chat-profile .chat-status {
	height: 15px;
	width: 15px;
	right: 0;
	position: absolute;
	top: 35px;
	border: 1px solid #fff;
}
.login-user-info h5 {
	font-weight: bold;
	font-size: 20px;
}
.media-body {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	word-wrap: break-word;
}		
.media-right {
	display: table-cell;
	vertical-align: top;
}
.chat-list .tab-pane ul {
	padding: 0;
	list-style: none;
	max-height: 80vh;
	overflow: auto;
	float: left;
	width: 100%;
}

.chat-list .tab-pane li {
	border-bottom: 1px solid #E0E0E0;
	padding: 10px;
	background: #fff;
}

.chat-list {
	margin: 0px 0 0;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	height: 100%;
	max-height: 0px;
}

#chat-window .search {
	position: relative;
	margin: 20px 0;
}

.chat-list .tab-pane h3 {
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	display: inline-block;
	margin-top: 0;
}

.chat-profile span {
	border-radius: 100% !important;
	height: 50px;
	width: 50px;
	background: #f9f9;
	display: inline-block;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}
.chat-list .tab-pane h5 {
	margin-top: 0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.chat-date {
	color: #666;
	float: right;
}
.chat-list .tab-pane p {
	color: #999;
}
.custom_select {
	min-width: 150px;
	border-bottom: 2px solid #fff;
	border-right: none;
	border-left: none;
	background: transparent;
	border-top: none;
	height: 28px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0 auto;
	float: right;
	position: relative;
	left: 0;
}
.chat-input .form-control {
	height: 40px ;
	font-size: 16px;
	width: 100%;
	line-height: 1.4;
	float: left;
	border-radius: 25px !important;
}
.add-attachment {
    height: 36px;
    width: 36px;
    border-radius: 100% !important;
    border: none;
    background: #0DA3E2;
    color: #fff;
    font-size: 20px;
    float: left;
    margin: 3px 0 0;
    text-align: center;
    padding: 0;
}
.chat-input {
	position: absolute;
	bottom: 0;
	width: 100%;
	float: left;
}
.chat-detail {
	float: left;
	width: 100%;
	height: 0px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	padding: 00px 0 0px;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.chat-list-detail.openChatDetail .chat-list{
	opacity: 0;
	visibility: hidden;
	height: 0px;
	display: none;
}
.chat-list-detail.openChatDetail .chat-detail {
	position: relative;
	/*! top: 0px; */
	left: 0;
	height: 97%;
	right: 0;
	bottom: 0;
	opacity: 1;
	visibility: visible;
	float: left;
}
.chat-list-detail {
	position: relative;
	height: 100%;
}
.chat-name h3 {
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
	padding: 0 10px;
}
.chat-name {
	float: right;
	width: calc(100% - 36px);
}
.back-button {
	background: #fff;
	color: #000;
	font-size: 18px;
	width: 36px;
	text-align: center;
	padding: 9px 0;
	float: right;
}

.messages-list li, .messages-lists li{
	width: auto;
	background: #efefef;
	float: left;
	color: #0E111A;
	border-radius: 0 5px 5px 5px !important;
	padding: 5px 20px 5px 10px;
	margin: 0 0 15px;
	clear: both;
	position: relative;
	max-width: 70%;
	word-wrap: break-word;
	border: 1px solid #bababa;
	min-width: 185px;
}


.doenloadImage {
	width: auto;
	display: inline-block;
	height: auto;
	text-align: center;
	background: rgba(255,255,255,0.93);
	border-radius: 5px !important;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.downloadImage .img-responsive {
	filter: blur(4px);
}

.downloadImage.downloaded .img-responsive {
	filter: blur(0px);
}


.downloadImage {
	position: relative;
}


.chat-messages {
	float: left;
	width: 100%;
	height: calc(100vh - 235px);
	overflow: auto;
}

.messages-list li.userMess , .messages-lists li.userMess{
	background: #0DA3E2;
	border-radius: 5px 0px 5px 5px !important;
	color: #fff;
	word-wrap: break-word;
	text-align: left;
}
.messages-list li.otherMess, .messages-lists li.otherMess{
	word-wrap: break-word;
}

.userMess {
	float: right !important;
	text-align: right;
}
.messages-list, .messages-lists {
	padding: 0;
	list-style: none;
	font-size: 18px;
	float: left;
	width: 100%;
	padding: 10px 10px 0;
}


.messages-list .userMess::after, .messages-lists .userMess::after{
	content: "";
	position: absolute;
	right: -10px;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #0DA3E2;
	top: -1px;

}
.login-user-info {
	padding-bottom: 15px;
	border-bottom: 1px solid #E0E0E0;
	margin: 0 0 15px;
}
.chat-status.online {
	background: #06ff35;
}
.chat-list .tab-pane ul {
	padding: 0;
	list-style: none;
	max-height: calc(100vh - 210px);
	overflow: auto;
}

.chat-list .nav-tabs > li.active > a,.chat-list .nav-tabs > li.active > a:hover,.chat-list .nav-tabs > li.active > a:focus {
	background-color:transparent !important;
	border: none;
}
.chat-list .nav > li > a:hover,.chat-list .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}
.chat-list .nav-tabs > li.active::after {
	content: "";
	border-bottom: 5px solid #9a9a9a;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	bottom: 0;
	left: 39%;
}

.messages-list li, .messages-lists li{
	position: relative;
	min-width: 115px;
}

.messages-list li::before, .messages-lists li::before {
	position: absolute;
	content: attr(data-date);
	font-size: 11px;
	color: #bfbfbf;
	bottom: -15px;
	left: 0;
	min-width:120px;
	text-align: left;
}

.chat-active-count {
	position: absolute;
	right: -5px;
	background: #e1411f;
	height: 20px;
	width: 20px;
	font-size: 15px;
	line-height: 20px;
	border-radius: 100% !important;
	color: #fff;
	top: -5px;
	font-weight: bold;
	text-align: center;
}
.new-message-count {
	float: right;
	clear: both;
	background: #e1411f;
	height: 20px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px !important;
	margin-top:15px; 
	color: #fff;
}

.send-message {
	height: 36px;
	width: 36px;
	border-radius: 100% !important;
	border: none;
	background: #0DA3E2;
	color: #fff;
	float: right;
	margin: 5px 0 0;
	line-height: 36px;
	padding: 1px 4px 0 0px;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.send-message svg{
	height: 15px;
}

.serch-fieldset {
	position: relative;
	float: left;
	width: calc(100% - 40px);
	margin: 0 5px;
}
.messageReadStatus::before {
	position: absolute;
	content: attr(data-message-status-read);
	height: 15px;
	bottom: 2px;
	right: 2px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1OTQuMTQ5IDU5NC4xNDkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU5NC4xNDkgNTk0LjE0OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJkb25lLWFsbCI+PHBhdGggZD0iTTQ0OC44LDE2MS45MjVsLTM1LjctMzUuN2wtMTYwLjY1LDE2MC42NWwzNS43LDM1LjdMNDQ4LjgsMTYxLjkyNXogTTU1NS44OTksMTI2LjIyNWwtMjY3Ljc1LDI3MC4zbC0xMDcuMS0xMDcuMSAgICBsLTM1LjcsMzUuN2wxNDIuOCwxNDIuOGwzMDYtMzA2TDU1NS44OTksMTI2LjIyNXogTTAsMzI1LjEyNWwxNDIuOCwxNDIuOGwzNS43LTM1LjdsLTE0Mi44LTE0Mi44TDAsMzI1LjEyNXoiIGZpbGw9IiNGRkZGRkYiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
	width: 15px;
	background-size: 100%;
}

.image-msg .messageReadStatus::before {
	background-image: url('../img/double-tick-indicator.svg');
	background-size: 70%;
	border-radius: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.messages-list li.image-msg, .messages-lists li.image-msg {
	background: transparent;
	padding: 0;
}

.otherMess .messageReadStatus::before {
	display: none;
}
.messages-list .otherMess::after, .messages-lists .otherMess::after{
	content: "";
	position: absolute;
	left: -10px;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #bababa;
	top: -1px;
}
.serch-fieldset .emoji-picker-icon {
	top: 9px ;
}
.chat-status.offline {
	background: #c0cfc5;
}

.login-user-info .media-body ,.login-user-info .media{
	overflow: initial;
}
.chat-status {
	height: 15px;
	width: 15px;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 100% !important;
}
.serch-fieldset a {
	position: absolute;
	right: 10px;
	top: 4px;
}
/*@media(max-width: 1024px){
	#chat-window {
		right: -40%;
		width: 40%;
	}
	.chat.chat-open{
		right: 41%;
	}
}*/

@media(max-width: 767px){
	#chat-window {
		right: -70%;
		width: 70%;
	}
	.chat.chat-open{
		right: 71%;
	}

	.chat-messages {
		height: calc(100vh - 230px);
	}	
	.chat-input {
		bottom: 5px;
	}	

}

@media(max-width: 480px){
	#chat-window {
		right: -85%;
		width: 85%;
	}
	.chat.chat-open{
		right: 86%;
	}
}

.add-attachment {
	height: 36px;
	width: 36px;
	border-radius: 100% !important;
	border: none;
	background: #0DA3E2;
	color: #fff;
	font-size: 20px;
	float: left;
	margin: 3px 0 0;
	text-align: center;
	padding: 0;
	position: absolute;
	overflow: hidden;
	line-height: 34px;
	bottom: 0;
}

.add-attachment #chat-file {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	height: 36px;
	width: 36px;
}

.loader-text {
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	z-index: 1;
}

.loader {
	border: 5px solid #bfbfbf;
	border-radius: 50% !important;
	border-top: 5px solid #3498db;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*Chat History*/
 #custom-search-input {
  background: #e8e6e7 none repeat scroll 0 0;
  margin: 0;
  padding: 10px;
}
   #custom-search-input .search-query {
   background: #fff none repeat scroll 0 0 !important;
   border-radius: 4px;
   height: 33px;
   margin-bottom: 0;
   padding-left: 7px;
   padding-right: 7px;
   }
   #custom-search-input button {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
   border: 0 none;
   border-radius: 3px;
   color: #666666;
   left: auto;
   margin-bottom: 0;
   margin-top: 7px;
   padding: 2px 5px;
   position: absolute;
   right: 0;
   z-index: 9999;
   }
   .search-query:focus + button {
   z-index: 3;   
   }
   .all_conversation button {
   background: #f5f3f3 none repeat scroll 0 0;
   border: 1px solid #dddddd;
   height: 38px;
   text-align: left;
   width: 100%;
   }
   .all_conversation i {
   background: #e9e7e8 none repeat scroll 0 0;
   border-radius: 100px;
   color: #636363;
   font-size: 17px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   width: 30px;
   }
   .all_conversation .caret {
   bottom: 0;
   margin: auto;
   position: absolute;
   right: 15px;
   top: 0;
   }
   .all_conversation .dropdown-menu {
   background: #f5f3f3 none repeat scroll 0 0;
   border-radius: 0;
   margin-top: 0;
   padding: 0;
   width: 100%;
   }
   .all_conversation ul li {
   border-bottom: 1px solid #dddddd;
   line-height: normal;
   width: 100%;
   }
   .all_conversation ul li a:hover {
   background: #dddddd none repeat scroll 0 0;
   color:#333;
   }
   .all_conversation ul li a {
  color: #333;
  line-height: 30px;
  padding: 3px 20px;
}
   .member_list .chat-body {
   margin-left: 47px;
   margin-top: 0;
   }
   .top_nav {
   overflow: visible;
   }
   .member_list .contact_sec {
   margin-top: 3px;
   }
   .member_list li {
   padding: 6px;
   }
   .member_list ul {
   border: 1px solid #dddddd;
   }
   .chat-img img {
   height: 34px;
   width: 34px;
   }
   .member_list li {
   border-bottom: 1px solid #dddddd;
   padding: 6px;
   }
   .member_list li:last-child {
   border-bottom:none;
   }
   .member_list {
   height: 75vh;
   overflow-x: hidden;
   overflow-y: auto;
   }
   .sub_menu_ {
  background: #e8e6e7 none repeat scroll 0 0;
  left: 100%;
  max-width: 233px;
  position: absolute;
  width: 100%;
}
.sub_menu_ {
  background: #f5f3f3 none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  left: 100%;
  margin-left: 0;
  max-width: 233px;
  position: absolute;
  top: 0;
  width: 100%;
}
.all_conversation ul li:hover .sub_menu_ {
  display: block;
}
.new_message_head button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}
.new_message_head {
  background: #f5f3f3 none repeat scroll 0 0;
  float: left;
  font-size: 13px;
  font-weight: 600;
  padding: 18px 10px;
  width: 100%;
}
.message_section {
  border: 1px solid #dddddd;
}
.chat_area {
  float: left;
  height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.chat_area li {
  padding: 14px 14px 0;
}
.chat_area li .chat-img1 img {
  height: 40px;
  width: 40px;
}
.chat_area .chat-body1 {
  margin-left: 50px;
}
.chat-body1 p {
  background: #fbf9fa none repeat scroll 0 0;
  padding: 10px;
}
.chat_area .admin_chat .chat-body1 {
  margin-left: 0;
  margin-right: 50px;
}
.chat_area li:last-child {
  padding-bottom: 10px;
}
.message_write {
  background: #f5f3f3 none repeat scroll 0 0;
  float: left;
  padding: 15px;
  width: 100%;
}

.message_write textarea.form-control {
  height: 70px;
  padding: 10px;
}
.chat_bottom {
  float: left;
  margin-top: 13px;
  width: 100%;
}
.upload_btn {
  color: #777777;
}
.sub_menu_ > li a, .sub_menu_ > li {
  float: left;
  width:100%;
}
.member_list li:hover {
  background: #428bca none repeat scroll 0 0;
  color: #fff;
  cursor:pointer;
}

.chat_container .clearfix {
	clear: none;
}
.chat-filter {
	float: left;
	width: 100%;
	padding: 15px;
}

.nameTag {
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background: #0DA3E2;
	border-radius: 54px !important;
	color: #fff;
}
.new_message_head .chat-body.clearfix {
	margin-left: 47px;
}
.message_section .new_message_head{
	padding: 10px 10px;
}
.header_sec {
	line-height: 35px;
	font-size: 15px;
}
.col-sm-3.chat_sidebar {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.member_list {
	height: 81vh;
}
.member_list li.active{
	background: #428bca none repeat scroll 0 0;
	color: #fff;
}
.displaynone{

	display:none !important;
}
.messages-list li::before, .messages-lists li::before{

	font-size:9px;
	color: black;
    font-weight: 600;
}
.messages-list li, .messages-lists li{
	margin: 0 0 20px;
}
#update-file-progress::after {
	content: attr(data-update-progress);
	position: relative;
	top: 4px;
}

.img-height{
	width: 50%;height: 50%;
}

span.highlight{
    background-color: yellow;
    color:black !important;
 }
 
 .chat-status.away {
	background: #FFFF00;
}
 .chat-status.busy {
	background: #FF0000;
}
 .chat-status.out {
	background: #FFFFFF;
	border: 2px solid #06ff35;
}
.serch-fieldset .emoji-picker-icon {
	right: 10px;
	opacity: 0.4;
}

.chat-loader {
	float: left;
	width: 100%;
}

.chat-loader .loader {
	position: static;
	margin: 0 auto;
	display: none;
}

.chat-loader.active .loader {
	display: block;
}
.emoji-picker-icon.parent-has-scroll {
	right: 20px !important;
}

.chat-body1 p{
	word-wrap: break-word;
}

#send_message {
	padding-left: 36px;
}

.chat-list .media-body p {
	word-wrap: break-word;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	float: left;
	max-width: 100%;
	overflow: hidden;
}

.users_section_lists.disable, .hcp_sections_lists.disable{
 pointer-events: none;
 opacity: 0.4;
}


#group_message .multiselect-item.filter{
    	margin-left: -6%;
 }

 #group_message .multiselect-container li{
    	margin-left: -6%;
 }
 
#hcp_list_section .multiselect-container li, #user_list_section .multiselect-container li{
     margin-left: 3% ;
 }

.chat-list-detail .label.label-default {
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px;
	width: auto;
	display: inline-block;
	clear: both;
	margin-top: 3px;	
	border-radius: 5px !important;
}

.bg-green{
	background: green;
	color: #fff !important;
}
.bg-warning{
	background: yellow;
	color: #333 !important;
}


.chat-open-body {
	float: left;
	width: 70%;
}

.chat-open-body .header .navbar-nav li a {
	padding-right: 5px;
	padding-left: 5px;
}
.navbar-brand{
	height: auto;
}

.loader-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #cccccccc;
	z-index: 1;
}

.loader-container .loader {
	position: absolute;
	top: 50%;
	left: calc(50% - 30px);
	border-color: #ffffff;
	border-top-color: #3498db;
}

.loader-text {
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	z-index: 1;
	position: absolute;
	top: 45%;
	left: 44%;
}

#chat-window .image-msg a {
	height: 130px;
	overflow: hidden;
	display: inline-block;
	float: left;
}

#cke_editor1{
	display: none;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #f0f0f0;
    z-index: 9999 !important;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 100;
    border: 5px;
}

.preview-window .close {
    background: #fff;
    opacity: 1;
    padding: 10px;
    background-position: center;
    border-radius: 100% !important;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
	text-indent: 0px;
	height:auto;
	width:24px;
	padding:5px;
	font-size:14px;
	color:#2ca1db;
	background-image:none !important;
}
.overlayWithButtons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    z-index: 2;
}
.preview-window img#previewImageID {
    max-width: 100%;
    max-height: calc(100% - 20px);
    display: inline-block;
}

.preview-window {
    height: 200px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 5px;
    border: 4px solid #2ca1db;
    border-left: 4px solid #2ca1db;
    border-right: 4px solid #2ca1db;
    text-align: center;
    background: #f2f2f2;
    border-radius: 8px!important;
    margin: 0 0 5px;
}

.preview-window button.send-message {
    top: 35%;
    box-shadow: 0 0 6px 0px #333;
    height: 55px;
    width: 55px;
    line-height: 70px;
    margin:0; 
}
.send-message svg {
    height: 25px;
}

.preview-window span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proposed-rates {
    padding: 0;
    list-style: none;
    max-height: 40vh;
    overflow: auto;
}
.max-300 {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 20px;
}
.p-0{
	padding: 0;
}
.border-notice{
	border: 2px solid black;
	padding-bottom: 10px;
}

.data-confirmschedule h5{
	line-height: 1.5;	
}
.cancelLabel{
	padding-left:0px !important;
}

.margin-top-10{

	margin-top:10px;
}
.margin-top-40{
	margin-top:40px;
}
fieldset input[type="radio"], fieldset input[type="checkbox"]{
	margin: 0;
}
.padding-left-8{
		padding-left: 8px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	margin-top: 0;	
}
.margin-bottom-0 {
	margin-bottom:0 !important;
}

#rootwizard .nav-pills>li>a {
    border-radius: 100% !important;
    width: 55px;
    padding: 10px 5px;
}
#rootwizard .nav-pills>li {
    float: none;
    display: inline-block;
    margin: 0 30px;
    border: 1px solid #ccc;
    border-radius: 100% !important;
}
#rootwizard ul.nav.nav-pills {
    display: block;
    text-align: center;
}
#rootwizard .nav-pills>li:after {
    content: "";
    width: 65px;
    border: 1px solid #ddd;
    height: 1px;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 100%;
}
.nav-pills>li:last-child:after{
	display: none;
} 

.promot_row td {
    background: #2ad869 !important;
}

.qbsubscript{
	color: green;font-weight: bold;padding: 2px;
}

.custom-checkbox {
    padding: 4px 5px 0 0;
}
.custom-checkbox input {
    margin: 4px 5px 0 0px;
    float: left;
}
.fc-view, .fc-view > table {

    position: relative;
    z-index: 1;
    background: #fff;

}

.fc-day-header.fc-widget-header {

    background: #0DA3E2;
    color: #fff;
    padding: 5px;
    font-size: 15px;
    text-align: right;

}

.report-sidebar .fclti-unt {
    height: 298px;
    padding: 0 15px 0;
    margin-right: -15px;
    margin-left: -15px;
    float: left;
    box-sizing: content-box;
    margin-bottom: 10px;
}

.top-filter{
    margin: 0px 0 25px;
    padding: 15px 15px 0; 
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    background: #FFFFFF;
}
.top-filter .clearfix {
    border-bottom: 1px solid #ccc;
    margin: 0 -15px;	
}
.bg-white{
	background-color: #fff;
}
.top-filter.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.top-filter .clearfix:last-child {padding-top:15px;border: none;}
.report-sidebar {
	background: #fff;
}
.fc-customTitle-button{
	border: none !important;
	background: transparent !important;
	text-shadow: none !important;
	box-shadow: none !important;
	font-size: 21px !important;
	font-weight: 400;
	line-height: 26px;
	height: auto !important;
	color: #444 !important;
	cursor: default !important; 
}
.fl{
	float: left;
}
.font-400{
	font-weight: 400;
}
.display-block {
	display: block;
}
.fr{
	float: right;
}

.checkbox-list--right .checkbox label{
	padding-right: 20px;
	padding-left: 0; 
}

.checkbox-list--right .checkbox input[type="checkbox"]{
	margin-right: 20px;
	margin-left: 0; 
	right: 0
}
.fc-toolbar.fc-header-toolbar {
    padding: 0 1em;
}

.report-sidebar h4 {
    padding: 0 15px 10px;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 1px solid #ccc;
}

.top-filter li.multiselect-item.filter { margin-left: -25px;}
#avail_legend .legend h4 {
  margin: 0 0 10px;
  text-align: center;
}
#avail_legend .legend ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#avail_legend .legend li { padding-bottom: 5px; float:left; margin-left: 10px;}
#avail_legend   .legend span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.flwd{
	float: left;
	width: 100%;
}
.av_howicon{

	position: absolute;top: -7px;right: 7px;
}

.clearfix.vertical-middle-col {
    display: flex;
    align-items: center;
}

.vertical-middle-col.col {
    display: flex;
    align-items: center;
}

.vertical-middle-col.col label.fl_wd {
    display: none;
}

.messages-lists li {
    margin-top: 20px;
}

.messages-lists li small {
    position: absolute;
    font-size: 10px;
    top: -15px;
    left: 0px;
    color: #000;
}

.messages-list li.otherMess {
    margin-left: 20px;
}

.messages-list li .checkbox {
    position: absolute;
    left: -25px;
}

#chat-window .in_touch_section_btn a {
    color: #000;
}
.messageSaved {
    position: absolute;
    font-size: 10px;
    top: -17px;
    right: 0;
    color: #000;
    white-space: nowrap;
}

.messages-list li{
	margin-top: 20px;
	min-width: 185px;
}
.otherMess .messageSaved {left:0;}
#show_in_msg_chat_section {
    background: #f0f0f0;
}
#show_in_msg_chat_section .messages-lists li {
    position: relative;
    min-width: 235px;
}

.in_touch_section_btn{
	position: relative;
    top: 30px;
    float: left !important;
}
.archive_left{
	float: left;
	margin: 5px !important;
}

.archive_right{
	float: right;
	margin: 5px !important;
}
.facuser_sections_lists.disable, .faclist_sections_lists.disable{
 pointer-events: none;
 opacity: 0.4;
}

.hcpnamesect.disable, .facnamesect.disable, .usernamesect.disable{
 pointer-events: none;
 opacity: 0.4;
}

.groupbody h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.groupbody .popover-title{
	background-color: #0095D4 !important;
	color:white;
}
.groupbody .popover.bottom > .arrow::after{
	border-bottom-color: #0095D4 !important;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}
#chat_history_user_type.disable{
	pointer-events: none;
	opacity: 0.4;
}

.ui-helper-hidden-accessible div:last-child {
	
	display:none !important;
}

.modifiedrate_row td {
    background: #FFFF00 !important;
}
.delmodifiedrate_row td {
    background: #FF8C00 !important;
}
.qbsubratemodified{
	color: green;
	font-weight: bold;
}
.qbsubratemodifieddeleted{
	color: #FF8C00;
	font-weight: bold;
}

#cms_page .terms_content{

	height: 400px;
	overflow: scroll;
}
.accept_btn_terms{
	margin-top: 10px;
	text-align: center;
}
.footer_terms{
	float: left;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-left: 36%;
}
.footer_terms li{

	float: left;
	list-style: none;
	margin-right:10px;
}
.footer_terms li a{
	color:#dee4eb;
}
.chat-detail .media-right{
	width: 30%;
}
.error_class{ color:red; font-weight:bold; font-size:16px; }
.hcp__list {
    display: inline-block;
    background: #fff;
    padding: 1em;
	width: 100%;
	margin-bottom: 15px;
}
.hcp__list h3 {
    margin: 0 0 15px;
}
.hcp__list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 350px;
	overflow: auto;
}
.hcp__list li {
    margin: 0 0 5px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px;
}
.hcp__list li:last-child {
    border: none;
}
.fl-50{
	float: left;
	width: 50%;
}
.table.table-crisp>thead>tr>th, .table.table-crisp>tbody>tr>th, .table.table-crisp>tfoot>tr>th, .table.table-crisp>thead>tr>td, .table.table-crisp>tbody>tr>td, .table.table-crisp>tfoot>tr>td {
    padding: 3px;
}

.fl-33{
	float: left;
	width: 33.33%;
}
#timesheet_element .form-control {
    height: 25px;
    padding: 1px 3px;
    width: calc(100% - 4px);
    font-size: 11px;
    margin: 0 2px;
}
.edit__select input{
	display: none;
}
#openneed_tbl .edit__select input{
	display: none;
}
td.text-overflow {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#openneed_tbl .edit__select.editActive input[type='text']{
	display: inline-block;
}
#openneed_tbl .edit__select.editActive span{
	display: none;
}
#openneed_tbl .edit__select.nonedit__access span{
  display: block !important;
}

#openneed_tbl .selectCopyData input {
	display: none;
}
#openneed_tbl .selectCopyData--active input {
	display: inline-block;
}
.edit__select input[type="checkbox"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.003;
}
.edit__select {
    position: relative;
}
#openneed_tbl .selectCopyData--activeRow .edit__select input[type="checkbox"] {
	display: block;
	cursor: pointer;
}
#openneed_tbl .edit__select input[type="checkbox"]:checked + span {
    background: #0da3e2;
}
#timesheet_element .bg-success {
    background-color: #92d050;
}
#timesheet_element .bg-warning {
    background: #ffd966;
}
#timesheet_element .bg-danger {
    background-color: #f00;
    color: #fff;
}
.form-inline .form-group{
	margin-bottom: 3px;
}

#timesheet-needs .form-inline .form-control {
	font-size: 12px;
}
.access_open_settings{ margin-right: -10px; }
audio { max-width: 100%; }
blockquote{
	padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 13px;
    border-left: 5px solid #b9b9b9;
    background: #dedede;
    color: #333;
}
blockquote .fa-times {
    margin: 0 5px 0 0px;
	float: right;
}
.chat-input blockquote {
    margin: 0;
    border-radius: 10px 10px 0 0;
}
.messages-list blockquote {
    cursor: pointer;
}
.messages-list .dropdown {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    cursor: pointer;
}
.dropdown-menu-right {
    right: 0;
    left: auto !important;
}
.messages-list .dropdown-menu li {
	margin: 0;
    min-width: 185px;
	background: transparent;
	border: none;
}
.messages-list .dropdown-menu li a {
	height: auto !important;
}
.messages-list .dropdown-menu{
	box-shadow: 0 1px 8px rgb(0 0 0 / 30%);
}
.image-msg i.dropdown-toggle {
    background: #fff !important;
    display: inline-block;
    color: #333;
    border-radius: 5px;
}
.audioMess i.dropdown-toggle {
    background: #fff !important;
    display: inline-block;
    color: #333;
    border-radius: 5px;
}
.ort_first { color: orange; font-size: 11px; font-weight: bold;}
.ort_failure { color: red; font-size: 11px; font-weight: bold;}
.ort_final { color: green; font-size: 11px; font-weight: bold;}

#sendblockquote .download-img img{ height:80px; overflow: hidden; }

.fac_header_dropdown{ margin: 20px; z-index:9999;}
.multiselect-container label{ cursor: pointer; }