/*header starts*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body{font-family: 'Open Sans', sans-serif;}
.top-bar {
	padding: 5px 0;
	background-color: #05b3db;
}

#constant-section {
    left: 0;
    min-height: 180px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}
#user-content-pan{
	background: #fff;
}

#payroll-reports-view, #invoices-list-view, #completed-patient-visits, #user-content-pan1{
	margin-top: 170px;
}
#nav-wrapper .navbar {
	border: none;
	margin: 0;
	min-height: auto;
}

#nav-wrapper .navbar-brand {
	height: inherit;
	padding: 27px 0;
}

#bs-example-navbar-collapse-1 .navbar-nav li {}

#nav-wrapper .navbar-nav {
	margin: 5px 0 0;
}

#nav-wrapper .navbar-nav li {
	color: #fff;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.usericon {
display: inline-block !important; 
    margin:15px 15px 0 !important;
	padding: 0 !important;
	
}

.homehealth-pan {
	margin: 32px 0 0 !important;
}

#user-content-pan1{padding:25px 0 0;}
#completed-patient-visits{padding:25px 0 0; margin-top: 170px;}

.homehealth-pan li {
	padding-left: 20px;
}
.nomarginpadding{
	margin:0 !important;
	padding:0 !important;
}
.usericon i {
color: #fff;
    float: left;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 3px;
    margin-top: 12px;
	
/*	margin: 12px 5px;*/
}

.usericon img {
	float: left;
}

.usericon:hover {
	background: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent !important;
}

.nav>li>a:active,
.nav>li>a:visited {
	background-color: transparent !important;
}

#top-nav .dropdown-menu li {
	font-size: 12px;
	text-transform: capitalize;
	padding:0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#top-nav .dropdown-menu li:last-child {border-bottom:none;}
#top-nav .dropdown-menu li a:hover{background: none;}
#top-nav .dropdown-menu li a {padding: 7px 20px !important; color: #343e78; }
.branchemails{width:300px; text-decoration: none !important;}
.dropdown {
	border-radius: 4px;
}

.dropdown-menu>li>a {
	color: #428bca;
}

#top-nav .nav .open > a{background: none !important;}

#nav-wrapper .dropdown ul.dropdown-menu {
	border-radius: 4px;
	box-shadow: none;
/*	margin-top: 20px;*/
	width: 220px;
}

#top-nav .dropdown ul.dropdown-menu:before {
	content: "";
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	right: 16px;
	z-index: 10;
}

#top-nav .dropdown ul.dropdown-menu:after {
	content: "";
	border-bottom: 12px solid rgba(0, 0, 0, 0.15);
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -12px;
	right: 14px;
	z-index: 9;
}

.user-content ul{margin: 0; padding: 0;}

/*header ends*/





/*main left section starts*/

#user-content-pan .user-content {
	padding: 20px 0 10px;
}



#user-content-pan .nav-tabs {
	border-bottom: 1px solid #ccd1e3;
}

#user-content-pan .nav-tabs>li a {
	color: #aeb5ce !important;

	line-height: 4.5em;
	padding: 0;
	margin: 0 30px;
}
#user-content-pan .nav-tabs>li a:first-child {margin-left: 0;}
/*
#user-content-pan .nav-tabs>li.active>a {
	color: #343e78 !important;
	border-color: transparent transparent #05b3db;
}
*/
#user-content-pan .nav-tabs>li.active>a {
	color: #343e78 !important;
	border-color: transparent;
	position: relative;
	background: transparent;
	border-radius: 0;
}

#user-content-pan .nav-tabs>li>a.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 4px;
  left: 0;
  background: #05b3db;
}

#user-content-pan .nav-tabs>li.active>a:hover {
	background: transparent;
}

.nav-tabs>li>a:hover {
	border-color: transparent transparent transparent;
}

#user-content-pan .tab-content {
	margin-top: 40px;
}

.workdays-not-initiated h1 {
	font-size: 13px;
	color: #a5aece;
	font-weight: bold;
	text-transform: uppercase;
	padding:0 0 20px;
	margin: 0;
}

.workdays-list {
	padding: 30px 10px 10px;
	border: 1px solid #a9b2d0;
	border-radius: 0 !important;
	margin: 0 0 10px;
/*
	border-left-width: 6px;
	border-left-color: #f05a29;
*/
}
.workdays-list:before{ content: '';
  content: "";
    height: 100.7%;
    left: -1px;
    position: absolute;
    top: -0.7px;
    width: 8px;
  background: #f05a29;}

.workdays-list textarea {
	border: 1px solid #a9b2d0;
	border-radius: 10px;
	outline: none;
	height: 50px;
	padding: 5px 10px 0;
	width: 100%;
}

.add-notes::-webkit-input-placeholder {
	/* Chrome */
	opacity: 1;
	font-style: italic;
	color: #a8aece;
}
.home-health-text{float: left; margin: 32px 15px 0; color: #fff;}
.add-notes:-ms-input-placeholder {
	/* IE 10+ */
	opacity: 1;
	font-style: italic;
	color: #a8aece;
}

.add-notes::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
	font-style: italic;
	color: #a8aece;
}

.add-notes:-moz-placeholder {
	/* Firefox 4 - 18 */
	opacity: 1;
	font-style: italic;
	color: #a8aece;
}

.provider_1 {
	padding: 10px 0 0 10px;
	display:table;
	width: 100%;
}

.dos_1 {
	padding: 10px 0;
}

.notes-area{
	padding: 10px 0;
}      

.provider_1 h2 {
	font-size: 12px;
	color: #05b3db;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
}

.dos_1 h2 {
	font-size: 12px;
	color: #05b3db;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
}
.width300{
	width: 300px !important;
}
.fontsize14{font-size: 14px;}
.daydate-title {
	color: #343e78;
	font-size: 14px;
	line-height: 15px;
	display:  block;
}

.req_pending {
	font-size: 13px;
	color: #f05a29;
	display: block;
	line-height: 1.2em;
    padding: 7px 0 0;
}

.phone_num {
	font-size: 11px;
	color: #aeb5ce;
	display: block;
	padding: 2px 0 0;
}

.spcl-title {
	padding: 0;
	margin: 0;
	line-height: 15px;
	display:  block;
	font-size: 14px;
}

.eod-not-submitted h1 {
	font-size: 13px;
	color: #a5aece;
	font-weight: bold;
	text-transform: uppercase;
	padding:25px 0 20px;
	margin: 0;
}

.eod-list {
	padding: 30px 10px 10px 10px;
	border: 1px solid #a9b2d0;
	border-radius: 0 !important;
	margin: 0 0 10px;
	position: relative;
/*
	border-left-width: 6px;
	border-left-color: #f6c933;
*/
}
.textaligncenter{text-align: center;}
.denied-cls{
	color: #f15a24;
}
.eod-list:before{ content: '';
  content: "";
    height: 100.7%;
    left: -1px;
    position: absolute;
    top: -0.7px;
    width: 8px;
  background: #f6c933;}

.eod-list textarea {
	border: 1px solid #a9b2d0;
	border-radius: 10px;
	outline: none;
	height: 50px;
	padding: 5px 10px 0;
	width: 100%;
}

.patient_visits {
	font-size: 13px;
	color: #f6c933;
	display: block;
	line-height: 1.4em;
    padding: 7px 0 0;
	margin: 20px 0 0;
}


.bot-icons {
			display: table;
			width: 100%;
			margin: 10px 0 0;
		}
		
		.bot-icons ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		.bot-icons ul li {
			margin: 0 10px 0 0;
			float: left;
		}
		
		.bot-icons ul li a {
			display: inline-block;
		}

/*main left section ends*/







/*main right section starts*/

.employer-approval-pan h1 {
	font-size: 13px;
	color: #a5aece;
	font-weight: bold;
	text-transform: uppercase;
	padding:0 0 20px;
	margin: 0;
}

.training-list {
	padding: 10px 10px 0;
	border: 1px solid #a9b2d0;
	border-radius: 0 !important;
	margin: 0 0 10px;
/*
	border-left-width: 6px;
	border-left-color: #ff931e;
*/
}

.training-list:before{ content: '';
  content: "";
    height: 100.7%;
    left: -1px;
    position: absolute;
    top: -0.7px;
    width: 8px;
  background: #ff931e;}


.deny-btn{background:#f15a24; border-radius: 20px;
    color: #fff;
    font-size: 10px;
	font-weight: bold;
	outline: none !important;
	box-shadow: none;
	border: none;
    margin: 10px 0 10px;
	padding:5px;
	width: 46%;
    text-transform: uppercase;}

.approve-btn{background:#7ac943; border-radius: 20px;
    color: #fff;
	outline: none !important;
	border: none;
    font-size: 10px;
	font-weight: bold;
    margin: 10px 1px 10px;
	padding: 5px;
	width: 46%;
    text-transform: uppercase;}
	
.approve-btnnew{background:#7ac943; border-radius: 20px;
    color: #fff;
	outline: none !important;
	border: none;
    font-size: 10px;
	font-weight: bold;
    margin: 5px 1px 0 5px;
	padding: 5px;
	width: 30%;
    text-transform: uppercase;}

.deny-btn:hover, .approve-btn:hover,.deny-btn:focus, .approve-btn:active,.approve-btn:focus{color: #fff; -webkit-box-shadow: none;
          box-shadow: none;  -moz-box-shadow: none;
          }



/*COMPLETED PATIENT VISITS ENDS STARTS*/
#completed-patient-visits .list-group-header .list-group-item{border-bottom:0; color: #0bb7dd;}
#completed-patient-visits .list-group-item{
    border: 0;
	color: #343e78;
	border-radius: 0;
	background:none;
	border-bottom: 1px solid #d8dbea;
    
}
#completed-patient-visits .list-group-item:first-child{
    border-radius: 0;
	border-top: none;
    
}

#completed-patient-visits .panel-body{padding: 0;}
#completed-patient-visits .list-group .list-group-item a{
    color: #2895F1;
    cursor: pointer;
    text-decoration: none;
}
#completed-patient-visits .list-group.list-group-header{
    padding:0;
	background: #f3fbfd;
    margin:0;
	color: #0bb7dd;
	font-size: 13px;
	font-weight: bold;
}
#completed-patient-visits .list-group.list-group-body .glyphicon {
 font-size: 25px; vertical-align: middle;
}
#completed-patient-visits .list-group-panel{
    border:none;
	box-shadow: none;
    border-radius: 0;
}

#completed-patient-visits .list-group.list-group-body .list-group-item{line-height: 40px;}
.list-group-item-provider{line-height: 15px !important;}

.margin_0{margin-bottom: 0px !important;}

.button-pan {
			float: right;
		}
		
		.button-pan ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		.button-pan li {
			float: left;
			margin: 0 5px;
		}
		
		.button-pan li:last-child {
			margin-right: 0;
		}
		
		.editbtn {
			border: 1px solid #a5aece;
			outline: none !important;
			background: #fff;
			font-size: 11px;
			color: #a5aece;
			padding: 5px 0;
			width: 100px;
			border-radius: 18px;
		}
		
		.disablebtn {
			text-align: center;
			outline: none !important;
			text-transform: uppercase;
			font-size: 11px;
			border: 1px solid #f15a24;
			background: #fff;
			color: #f15a24;
			padding: 5px 0;
			width: 100px;
			border-radius: 18px;
		}
		
		.cancelbtn {
			text-align: center;
			outline: none !important;
			text-align: center;
			text-transform: uppercase;
			font-size: 11px;
			border: 1px solid #f15a24;
			background: #f15a24;
			color: #fff;
			padding: 5px 0;
			width: 100px;
			border-radius: 18px;
		}
		
		.savebtn {
			text-align: center;
			text-transform: uppercase;
			outline: none !important;
			border: 1px solid #8cc63f;
			font-size: 11px;
			background: #8cc63f;
			color: #fff;
			padding: 5px 0;
			width: 100px;
			border-radius: 18px;
		}
		
		.disablebtn:hover {
			color: #f15a24;
		}
		
		.editbtn:focus {
			color: #a5aece;
		}
		
		.editbtn:active {
			color: #a5aece;
			box-shadow: none;
		}
		
		.editbtn:hover {
			color: #a5aece;
		}
		
		.disablebtn:active {
			color: #a5aece;
			box-shadow: none;
		}
		
		.disablebtn:focus {
			color: #f15a24;
		}
		
		.cancelbtn:hover,
		.savebtn:hover {
			color: #fff;
		}
		
		.cancelbtn:active,
		.savebtn:active {
			box-shadow: none;
			color: #fff;
		}
		
		.cancelbtn:focus,
		.savebtn:focus {
			color: #fff;
		}

.search-provider-pan{margin:20px 0 100px;}

.search-provider-pannew{
	margin: 0px 0 30px !important;
    position: fixed;
    z-index: 99;
    background: #fff;
    left: 0;
    right: 0;
    top: 175px;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: 2px 1px 0px #ddd;	
}

.searchpositionfixed{
	margin: 0px 0 30px !important;
    position: fixed;
    z-index: 99;
    background: #fff;
    left: 0;
    right: 0;
    top: 175px;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: 2px 1px 0px #ddd;	
}

.custom-txt-box{border: 1px solid #a5aece; border-radius: 5px !important; width: 100%; padding: 5px 20px;}

.search-provider-pan .control-label{color:#343e61 !important;}

.providersearchbtn{background: #05b3db; outline: none !important; margin: 2px 0 0; border:none; border-radius: 20px; font-size: 12px; padding: 7px 30px; color: #fff;}

.cal-icon{background-color: transparent; 
	border: none;
    position: relative;
    right: 27px;
	display: block;
    top: 2px;
    z-index: 9;}
.search-provider-pan #provider-date-picker{display: block;}
.paddingbottom{padding-bottom:80px !important;}

/*COMPLETED PATIENT VISITS ENDS*/

.overlay-login {
	background: rgba(34, 41, 62, 0.9);
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.homehealth-login-auth {
	padding:60px 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 500px;
	width: 100% !important;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.homehealth-login-auth h1 {
	text-align: center;
	font-size: 1.8em;
}
.homehealth-login-auth input[type=text],
input[type=password] {
	height: 44px;
	padding-left: 30px; font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #EEE;
	border-bottom: 1px solid #CCC;
	outline: none !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.homehealth-submit {
	border: 0px;
	color: #fff;
	background-color: #00abd8;
	padding: 17px 0px;
	font-size: 14px;
}
.homehealth-login-auth input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.header-branding {
	padding: 10px;
	text-align: center;
}
.homehealth-login-auth h1 {
	font-size: 18px;
	margin: 0;
	padding: 15px 0;
}
.homehealth-login-auth .login-field {
	position: relative;
	width: 100%;
}
.login-field .fa {
	position: absolute;
	top: 15px;
	left: 10px;
	color: #222;
	transition: color 0.3s ease-out;
}
.error{
	font-size: 14px;
	color: red;
}
.marginright10{
	margin-right: 10px;
	width: 50px !important;
}
.edit-visit-overlay[aria-hidden="false"] { display: none }
.edit-visit-overlay[aria-hidden="true"] {
	background: rgba(34, 41, 62, 0.9);
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 9999999;
}
.widthfull{
	width:100% !important;
}
.mileagetextarea{
	border: 1px solid #a9b2d0;
    border-radius: 10px;
    height: 120px;
    outline: medium none;
    padding: 5px 10px 0;
    width: 100%;
}
.mileage-visit-overlay[aria-hidden="false"] { display: none }
.mileage-visit-overlay[aria-hidden="true"] {
	background: rgba(34, 41, 62, 0.9);
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 9999999;
	left:0;
}
.edit-visit-detail[aria-hidden="false"] { display: none }

.edit-visit-detail[aria-hidden="true"] {
	background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: 0 auto;
    max-width: 800px;
    overflow: hidden;
    padding: 50px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    z-index: 9999999;
}

.remove-workday-popup[aria-hidden="false"] { display: none }
.remove-workday-popup[aria-hidden="true"] {
	background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35% !important;
    z-index: 9999999;
}

#edit-patient-visit .form-group input[type=text]{
	box-shadow: none;
	border: none;
	border: 1px solid #EEE;
    border-bottom: 1px solid #CCC;
	border-radius: 0;
}
.close-edit-pan{width: 20px; height: 20px; position: absolute; right: 20px; top: 20px; cursor: pointer; font-family: arial; font-weight: bold;}

.label-custom{line-height: 30px;}
.cancel-edit-btn {
	text-align: center;
	outline: none !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	border: 1px solid #f15a24;
	background: #f15a24;
	color: #fff;
	padding: 5px 0;
	width: 100px;
	margin-left: 10px !important;
	border-radius: 18px !important;
}
.statusdropdown{
    display: block !important;
    padding: 5px;
    position: absolute;
    left: 110px;
    top: -60px;
    width: 325px;
}
.removeimg{
    cursor: pointer;
    display: block !important;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: -30px;
}
.removeimg img{width:25px;}
.save-edit-btn {
	text-align: center;
	text-transform: uppercase;
	outline: none !important;
	border: 1px solid #8cc63f;
	font-size: 11px;
	background: #8cc63f;
	color: #fff;
	padding: 5px 0;
	width: 100px;
	border-radius: 18px !important;
}

.cancel-edit-btn:hover,
.save-edit-btn:hover {
	color: #fff;
}

.cancel-edit-btn:active,
.save-edit-btn:active {
	box-shadow: none;
	color: #fff;
}
.cancel-edit-btn:focus,
.save-edit-btn:focus {
	color: #fff;
}
.is-disabled {
   opacity: .5;
   pointer-events: none;
}
.no-padding{padding: 0px !important;}
.therapist-notes{
	border: 1px solid #a9b2d0;
    border-radius: 10px;
    height: 50px;
    outline: medium none;
    padding: 5px 10px 0;
    width: 100%;
}
/*INVOICES STARTS*/

#invoices-list-view {
	padding: 25px 0 0;
}

#invoices-list-view .list-group-header .list-group-item {
	border-bottom: 0;
	color: #0bb7dd;
}

#invoices-list-view .list-group-item {
	border: 0;
	text-transform: capitalize;
	color: #343e78;
	border-radius: 0;
	font-size: 11px;
	padding-top: 12px;
	padding-bottom: 12px !important;
	background: none;
	border-bottom: 1px solid #d8dbea;
}

#invoices-list-view .list-group-item:first-child {
	border-radius: 0;
	border-top: none;
}

#invoices-list-view .panel-body {
	padding: 0;
}

#invoices-list-view .list-group .list-group-item a {
	color: #2895F1;
	cursor: pointer;
	text-decoration: none;
}

#invoices-list-view .list-group.list-group-header {
	padding: 0;
	background: #f3fbfd;
	margin: 0;
	color: #0bb7dd;
	font-size: 13px;
	font-weight: bold;
}

#invoices-list-view .list-group.list-group-body .glyphicon {
	font-size: 25px;
	vertical-align: middle;
}

#invoices-list-view .list-group-panel {
	border: none;
	box-shadow: none;
	border-radius: 0;
}

#invoices-list-view table tr th h3 {
	color: #05b3db;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px;
	font-size: 13px;
}
#invoices-list-view table tr td:last-child{   /* border-right-style: solid;*/
    padding-bottom: 15px;
    border-width: 1px;
    border-color: #ccd1e3;}

#invoices-list-view table tr td {
	color: #343e78;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
}
.edit_emai_icon{
	background-image: url(../images/edit-email-icon.png);
	background-repeat: no-repeat;
    width: 30px;
    display: block;
    background-size: 40%;
    height: 30px;
    float: left;
    cursor: pointer;
	margin-left: 5px;
    border: 1px solid #f1f2f9;
    border-radius: 50%;
    background-position: 50%;}
.email_content{padding: 5px 0 0;font-size:12px;}
#invoices-list-view .navbar-right .dropdown-menu {
	left: auto;
	right: -23px;
	top: 28px;
}
.pdng_right_1 {
   padding-right: 5px !important;
}
#invoices-list-view .dropdown ul.dropdown-menu:before {
	content: "";
	border-bottom: 7px solid #fff !important;
	border-right: 7px solid transparent !important;
	border-left: 7px solid transparent !important;
	position: absolute;
	top: -7px !important;
	right: 20px !important;
	z-index: 10 !important;
}

#invoices-list-view .dropdown ul.dropdown-menu:after {
	content: "";
	border-bottom: 7px solid #ccd1e3 !important;
	border-right: 7px solid transparent !important;
	border-left: 7px solid transparent !important;
	position: absolute;
	top: -8px !important;
	right: 20px !important;
	z-index: 9 !important;
}

#invoices-list-view .dropdown-menu {
	border: 1px solid #ccd1e3;
	border-radius: 0;
}

#invoices-list-view .table>thead>tr>th {
	border-bottom: 0;
	vertical-align: top;
}

#invoices-list-view .table>tbody>tr:first-child>td {
/*	border: none;*/
}

.sorting-dropdown .dropdown-menu li {
	border-bottom: 1px solid #f2f2f2;
	font-size: 12px;
}

.sorting-dropdown .dropdown-menu li a {
	padding: 8px 10px;
}

#invoices-list-view .table>tbody {
	/*border: 1px solid #a5aece;*/
	margin-top: 50px;
	padding: 10px;
	border-right: 0;
}

#invoices-list-view .text-body {
	width: auto;
}

#invoices-list-view .text-body span {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
.service_week{cursor: pointer;}
.service_weeknew{font-size: 13px; width: 82%; text-align: center;}

#invoices-list-view .media-photo {
	width: 15px;
	vertical-align: top;
}

.invoices-table tr {
	position: relative;
}
.marginBottom{margin-bottom:50px;}
.invoices-table tr:after {
	border-bottom: 1px solid #ccd0e4;
	content: '';
	left: 0%;
	position: absolute;
	width: 100%;
}

.invoices-table>tbody>tr>td {
	border: none;
}

.invoices-table tr:first-child:after {
	border-bottom: 0;
}

.pending-cls {
	color: #f6c933 !important;
}

.leavewithputpay {
	color: grey !important;
	line-height: 15px;
}

.sent-cls {
	color: #7ac943 !important;
}

.sent-date {
	display: block;
	color: #aeb5ce;
	font-size: 10px;
}

.sorting-dropdown .dropdown i {
	color: #05b3db !important;
}


/*INVOICES ENDS*/


/*PAYROLL REPORTS STARTS*/

#payroll-reports-view {
	padding: 25px 0 0;
}

#payroll-reports-view .list-group-item {
	border: 0;
	text-transform: capitalize;
	color: #343e78;
	border-radius: 0;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: none;
	border-bottom: 1px solid #d8dbea;
}

#payroll-reports-view .list-group-item:first-child {
	border-radius: 0;
	border-top: none;
}

#payroll-reports-view .list-group-panel {
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.download_date_range {
	font-weight: bold;
	padding: 6px 0 0;
}

.downloadbtn {
	text-align: center;
	outline: none !important;
	text-transform: uppercase;
	font-size: 11px;
	border: 1px solid #05b3db;
	background: #05b3db;
	color: #ffffff !important;
	padding: 5px 0;
	width: 100px;
	border-radius: 18px;
}

.downloadbtn:focus {
	color: #fff;
}

.downloadbtn:active {
	color: #fff;
	box-shadow: none;
}

.downloadbtn:hover {
	color: #fff;
}


.downloadbtnnew {
	text-align: center;
	outline: none !important;
	text-transform: uppercase;
	font-size: 11px;
	border: 1px solid #05b3db;
	background: #05b3db;
	color: #ffffff !important;
	padding: 5px 10px;
	border-radius: 18px;
}

.downloadbtnnew:focus {
	color: #fff;
}

.downloadbtnnew:active {
	color: #fff;
	box-shadow: none;
}

.downloadbtnnew:hover {
	color: #fff;
}

.download_date_range .media-photo {
	width: 15px;
	vertical-align: top;
}

.sorting-dropdown {
	color: #aeb5ce;
	font-weight: normal;
	cursor: pointer;
}

#payroll-list-view table tbody {
	border: 1px solid #d8dbea;
	padding: 10px;
}

.sorting-dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sorting-dropdown ul li a {
	color: inherit;
}

.sorting-dropdown ul li a:hover,
.sorting-dropdown ul li a:focus {
	text-decoration: none;
}

#payroll-list-view .dropdown ul.dropdown-menu {
	border-radius: 4px;
	box-shadow: none;
	/*	margin-top: 20px;*/
	width: 220px;
}


/*PAYROLL REPORTS ENDS*/


/*ALL BUTTONS*/

.sendallbtn {
	text-align: center;
	text-transform: uppercase;
	outline: none !important;
	border: 1px solid #7ac943;
	font-size: 11px;
	background: #7ac943;
	color: #fff;
	padding: 5px 0;
	width: 100px;
	border-radius: 18px;
}

.bntdflt:hover {
	color: #fff;
}

.bntdflt:focus {
	color: #fff;
}

.bntdflt:active {
	color: #fff;
	box-shadow: none;
}

.sendinvoicebtn {
	text-align: center;
	text-transform: uppercase;
	outline: none !important;
	border: 1px solid #05b3db;
	font-size: 11px;
	background: #05b3db;
	color: #fff;
	padding: 5px 0;
	width: 100px;
	border-radius: 18px;
}

.resendbtn {
	text-align: center;
	text-transform: uppercase;
	outline: none !important;
	border: 1px solid #ff931e;
	font-size: 11px;
	background: #ff931e;
	color: #fff;
	padding: 5px 0;
	width: 100px;
	border-radius: 18px;
}

.feesaddedbtn {
	text-align: center;
	text-transform: uppercase;
	outline: none !important;
	border: 1px solid #ccd0e4;
	font-size: 11px;
	background: #ccd0e4;
	color: #fff;
	padding: 5px 0;
	width: 100px;
	border-radius: 18px;
}

.addfeesbtnselect {
	text-align: center;
	text-transform: uppercase;
	outline: none !important;
	border: 1px solid #ff931e;
	font-size: 11px;
	background: #ff931e;
	color: #fff;
	padding: 5px 0;
	width: 100px;
	border-radius: 18px;
}

.remfeesbtnselect {
	text-align: center;
	text-transform: uppercase;
	outline: none !important;
	border: 1px solid #f15a24;
	font-size: 11px;
	background: #f15a24;
	color: #fff;
	padding: 5px 0;
	width: 100px;
	border-radius: 18px;
}

.addfeesbtn {
	text-align: center;
	text-transform: uppercase;
	outline: none !important;
	border: 1px solid #ff931e;
	font-size: 11px;
	background: #fff;
	color: #ff931e;
	padding: 5px 0;
	width: 100px;
	border-radius: 18px;
}

.addfeesbtn:hover,.addfeesbtn:active,.addfeesbtn:focus,.addfeesbtn:visited {
	background: #ff931e;
	color: #fff;
}

.update_invoicebtn {
	text-align: center;
	text-transform: uppercase;
	outline: none !important;
	border: 1px solid #8cc63f;
	font-size: 11px;
	background: #8cc63f;
	color: #fff;
	padding: 5px 0;
	width: 120px;
	border-radius: 18px;
}

/*ALL BUTTONS ENDS*/
.showproviders[aria-hidden="false"] { display: none; }
.showproviders[aria-hidden="true"] { display: block; }

.show-providers-overlay[aria-hidden="false"] { display: none }
.show_provider-popup[aria-hidden="false"] { display: none }
.show-providers-overlay[aria-hidden="true"] {
	background: rgba(34, 41, 62, 0.9);
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 9999999;
}

.show_provider-popup[aria-hidden="true"] {
	padding: 0 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 600px;
	width: 100% !important;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 2px;
	z-index: 9999999;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.accordion_item_provider {
	border-bottom: 1px dashed #fd665a;
	padding: 10px 0;
}

.accordion_item_provider:last-child {
	border-bottom:1px solid #fff;
}
.provider_mobile{
	padding-right: 25px;
}

/*ADD FEES POPUP STARTS*/
.add-fees-overlay[aria-hidden="false"] { display: none }
.add_fees-popup[aria-hidden="false"] { display: none }
.add-fees-overlay[aria-hidden="true"] {
	background: rgba(34, 41, 62, 0.9);
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 9999999;
}
.text-right{ text-align: right;}
.add_fees-popup[aria-hidden="true"] {

	padding: 0 30px;

	position: fixed;

	top: 50%;

	left: 50%;

	-moz-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);

	max-width: 1000px;

	width: 100% !important;

	background-color: #fff;

	margin: 0 auto;

	border-radius: 2px;

	z-index: 9999999;

	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

	overflow: hidden;

}



.marginright10new{margin-right: 10px !important;}

#add-fee-block .media-photo {
	width: 15px;
	vertical-align: top;
}

#add-fee-block h2 {
	font-size: 18px;
	text-align: center;
	color: #ff931e;
	display: block;
	margin: 0;
	padding: 20px 0 15px;
	font-weight: bold;
}

#add-fee-block header {
	padding: 10px;
}

#add-fee-block header .media {
	margin-top: 0;
	color: #343e61;
	font-weight: bold;
	margin-left: 20px;
}

#add-fee-block header h1 {
	font-size: 15px;
	margin: 0;
	padding: 5px 0 10px;
	text-align: center;
}

.sum-up {
	font-size: 20px;
	display: block;
	text-align: center;
	color: #ff931e;
	padding: 0 0 40px;
}

.close-fee-popup {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.close-fee-popup i {
	font-weight: normal !important;
	font-size: 25px;
}

._feetype {
	color: #ccd0e4 !important;
	text-transform: uppercase;
	margin-left: 5px;
}

._feeamount {
	color: #ccd0e4 !important;
	text-transform: uppercase;
}

#addfees_fields .form-group input {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #bcc2da;
}

.brdr_radius {
	border-radius: 18px !important;
}

.scrollable-content {
	max-height: 300px;
	overflow: auto !important;
	overflow-y: scroll;
}

.increase_fees_fields {
	display: table;
	width: 100%;
}

.selectfees-custom {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #2a3d84;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	outline: none;
	width: 100%;
	background-image: url(../images/dropdowncaret.png);
	background-repeat: no-repeat;
	background-position: 97% 55%;
	border: none;
	position: relative;
	border-radius: 0;
	/*	border-bottom: 1px solid #bfc5dc;*/
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.selectfees-custom-popup {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #333;
	font-size: 14px;
	padding: 0;
	outline: none;
	width: 100%;
	background-image: url(../images/dropdowncaret.png);
	background-repeat: no-repeat;
	background-position: 97% 55%;
	border: none;
	position: relative;
	border-radius: 0;
	/*	border-bottom: 1px solid #bfc5dc;*/
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.brdr_btm_select {
	position: relative;
}

selectfees-custom:focus {
	box-shadow: none !important;
}

.brdr_btm_select:after {
	content: '';
	background: #bfc5dc;
	position: absolute;
	height: 1px;
	left: 0;
	bottom: 0;
	width: 90%;
}

.currency-sign {
	position: absolute;
	top: 7px;
	/*font-weight: bold;*/
	font-size: 13px;
}

#addfees_fields .increase_fees_fields input {
	padding-left: 13px;
	color: #2a3d84;
	font-weight: bold;
	font-size: 13px;
}

.update_invoice {
	padding: 20px;
	text-align: center;
}
.margin-left{margin-left:10px !important;}
.total-fees-count {
	font-size: 20px;
	color: #8cc63f;
	padding: 10px 0 0;
	text-align: center;
	display: block;
}

.brdr_top:after {
	position: absolute;
	content: '';
	width: 95%;
	left: 2%;
	border-top: 1px solid #bfc5dc;
	display: block;
}
.selectinvoices-custom {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #aeb5ce;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	outline: none;
	width: 80%;
	background-color: transparent;
	background-image: url(../images/dropdowncaret1.png);
	background-repeat: no-repeat;
	background-position: 97% 55%;
	border: none;
	position: relative;
	border-radius: 0;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/*ADD FEES POPUP ENDS*/

.change-label:hover span {display:none;}
.change-label:hover{background: #f15a24 !important; border: 1px solid #f15a24;}
.change-label:hover:before {content:"Remove Fee";}

.change-label-new:hover span {display:none;}
.change-label-new:hover{background: #8cc63f !important; border: 1px solid #8cc63f; color: #fff;}
.change-label-new:hover:before {content:"Enable";}
.margin-top{margin-top:20px;}
.disabled-row .col-md-2:nth-child(1), .disabled-row .col-md-2:nth-child(2), .disabled-row .col-md-3:nth-child(3),.disabled-row .col-md-1:nth-child(4), .disabled-row .col-md-2{
	opacity: 0.3; -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;}
   
.disabled-row .col-md-3:nth-child(1):before, .disabled-row .col-md-3:nth-child(2):before, .disabled-row .col-md-2:before{content:" ";
	display:block;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	z-index:10;
}

.mileage-row .col-md-2:nth-child(1), .mileage-row .col-md-2:nth-child(2), .mileage-row .col-md-2:nth-child(3),.mileage-row .col-md-4:nth-child(4), .mileage-row .col-md-2{
	opacity: 0.3; -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;}
   
.mileage-row .col-md-2:nth-child(1):before, .mileage-row .col-md-2:nth-child(2):before, .mileage-row .col-md-2:before{content:" ";
	display:block;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	z-index:10;
}

.disabled-rownew .col-md-3:nth-child(1), .disabled-rownew .col-md-2:nth-child(2), .disabled-rownew .col-md-1:nth-child(3),.disabled-rownew .col-md-1:nth-child(4),.disabled-rownew .col-md-1:nth-child(5),.disabled-rownew .col-md-1:nth-child(6), .disabled-rownew .col-md-2{
	opacity: 0.3; -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;}
   
.disabled-rownew .col-md-3:nth-child(1):before, .disabled-rownew .col-md-2:nth-child(2):before, .disabled-rownew .col-md-1:nth-child(3):before,.disabled-rownew .col-md-1:nth-child(4):before,.disabled-rownew .col-md-1:nth-child(5):before,.disabled-rownew .col-md-1:nth-child(6):before, .disabled-rownew .col-md-2:before{
	content:" ";
	display:block;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	z-index:10;
}

.accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

.accordion_item {
	border-bottom: 1px dashed #fd665a;
}

.accordion_item:last-child {
	border-bottom:1px solid #fff;
}
.accordion_trigger {
	display: block;
	
	cursor: pointer;
	padding: 1.5rem 0;
	position: relative;
}
.accordion_toggle {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.accordion_target {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	
}
.accordion_toggle:checked~.accordion_target {
	position: static;
	overflow: visible;
	width: auto;
	height: auto;
	margin: auto;
	clip: auto;
	padding: 1.5rem 0;
}
.accordion_toggle:checked+label span.downarrow {
	transform: rotate(180deg) !important;
	-webkit-transform: rotate(180deg) !important;
	-moz-transform: rotate(180deg) !important;
}
.downarrow {
	position: absolute;
	top: 17px;
	right: 0px;
	width: 15px;
	height: 9px;
	background: url(../images/down-arrow.png);
	background-repeat: no-repeat;
	transition: all 0.25s 0.025s;
	-moz-transition: all 0.25s 0.025s;
	-moz-transform: rotate(0);
	-webkit-transition: all 0.25s 0.025s;
	-webkit-transform: rotate(0) !important;
}
.branch_totl {
	color: #ff931e;
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	right: 40px;
	top: 13px;
}

#branch_wrapper {
	max-height: 350px;
    overflow: auto !important;
    overflow-y: scroll;
	overflow-x: hidden !important;
}
#branch_wrapper details {
	border-top-width: 1px;
	font-size: 13px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#branch_wrapper section {border-bottom: 1px dashed #f07a50;}
#branch_wrapper section:last-child {border-bottom: 0;}

#branch_wrapper details summary {
	position: relative;
	padding: 10px 0;
	cursor: pointer;
	color: #343e80;
	font-size: 16px;
	background-color: #fff;
	outline: none;
}
#branch_wrapper summary::-webkit-details-marker {
	display: none;
}
#branch_wrapper summary:after {
	background: url(../images/up-arrow.png) no-repeat;
	background-position: 0;
	float: right;
	height: 20px;
	width: 20px;
	content: " ";
}
#branch_wrapper details[open] summary:after {
	background: url(../images/down-arrow.png) no-repeat;
	background-position: 0;
}
#branch_wrapper .branch_totl {
	color: #ff931e;
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	right: 40px;
	top: 8px;
}
.font_bold{font-weight: bold;}
.dashed_line_1{border-bottom:1px dashed #ff931e; padding-bottom: 15px !important;
    padding-top: 15px !important;}

.dashed_line_1:first-child{
    padding-top: 0 !important;}

.branch_name{background:#f07a50 !important; color:#fff !important; margin: 0; padding: 0;}

.reportheading{background:#f07a50 !important; color:#fff !important; margin: 0; padding: 0;}
.reportheading td{ color:#fff !important;}
/*INVOICE POPUP STARTS*/
.invoice-overlay[aria-hidden="false"] { display: none }
.invoice-popup[aria-hidden="false"] { display: none }	
.invoice-overlay[aria-hidden="true"] {
	background: rgba(34, 41, 62, 0.9);
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 9999999;
}

.invoice-popup[aria-hidden="true"] {
	padding: 0;
	position: fixed;
	top: 10%;
	left:50%;
	-moz-transform: translate(-50%, -10%);
	transform: translate(-50%, -10%);
	-webkit-transform: translate(-50%, -10%);
	max-width: 1000px;
	width: 100% !important;
	background: #f1f2f9; 
	margin: 0 auto;
	border-radius: 2px;
	z-index: 9999999;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.close-invoice-popup {
	position: absolute;
	top: 20px;
	right: 40px;
	cursor: pointer;
}
.invoice-header{position: relative;	background-color: #fff; padding:20px 0; text-align: center; }
.invoice-header h1{font-size: 18px; text-align: center; color: #343e61; margin: 0; padding: 0; font-weight: bold;}
.invoice-container{background: #fff; margin:20px 20px 0; max-height:540px; overflow-x: hidden; overflow-y: scroll;}
.invoice-footer{border-top:1px solid #f1f2f9; position: relative;  left: 0; right: 0; background: #fff;  padding:20px 0; text-align: center;}
.downloadbtn {
	border: 1px solid #05b3db;
	outline: none !important;
	background: #05b3db;
	font-size: 11px;
	color: #fff;
	padding: 5px 0;
	width: 100px;
	border-radius: 18px;
}
.downloadbtn:focus {
	color: #fff;
}
.downloadbtn:active {
	color: #fff;
	box-shadow: none;
}
.downloadbtn:hover {
	color: #fff;
}
.invoice-logo {
	padding:5px 20px;
}
.invoice-logo h1 {
	margin: 0;
	padding: 0;
}
.header-address h1 {
	color: #ee7a50;
	font-size: 20px;
}
.header-address h2 {
	color: #273f94;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.header-address ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-address {
	text-align: right;
	padding:5px 20px;
}
.header-address li {
	font-size: 13px;
	color: #273f94;
	padding-top: 2px;
}
.left_section_invoice ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.left_section_invoice {
	padding: 5px 20px;
}
.left_section_invoice ul li h1 {
	font-size: 13px;
	color: #707991;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.left_2,
.left_3,
.left_4 ul li {
	font-size: 12px;
	color: #ee7a50;
	font-weight: bold;
}
.left_2,
.left_3,
.left_4 {
	padding: 15px 0;
}
.left_1 ul li {
	color: #273f94;
	padding: 2px 0;
	font-size: 12px;
}

.left_1 ul li.email_add {
	color: #ee7a50;
	padding: 0 0 20px;
}

.left_1 li:nth-child(2) {
	margin-bottom: 12px;
}

.left_2 ul li:first-child {
	padding: 10px 0 0;
}

.right_details {
	padding: 5px 0px;
}

.right_details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.right_details ul li {
	font-size: 12px;
	color: #707991;
}

.right_details ul li h1 {
	font-size: 12px;
	color: #707991;
	text-transform: uppercase;
	background: #f1f2f9;
	padding: 10px;
	font-weight: bold;
}

.total_amnt {
	color: #ee7a50;
	padding: 20px 0 0;
}
.loader-overlay[aria-hidden="false"] { display: none }
.loader-overlay[aria-hidden="true"] {
	background: rgba(34, 41, 62, 0.9);
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 99999999;
}
.loadericon{top: 50%;
	left: 50%;
	color: #fff;
	position: fixed;
	z-index: 200;
	transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
}
.loadericon i{font-size: 50px;}
		
/*INVOICE POPUP ENDS*/

#sorting-menu-new .navbar-right .dropdown-menu {
	left: auto;
	right: 0;
	top: 40px;
	 max-height: 180px;
    overflow: hidden;
    overflow-y: scroll;
}
#sorting-menu-new.sorting-dropdown ul {
	width: 100%;
}
#sorting-menu-new .dropdown ul.dropdown-menu:before {
	content: "";
	border-bottom: 7px solid #fff !important;
	border-right: 7px solid transparent !important;
	border-left: 7px solid transparent !important;
	position: absolute;
	top: -7px !important;
	right: 9px !important;
	z-index: 10 !important;
}
#sorting-menu-new .dropdown ul.dropdown-menu:after {
	content: "";
	border-bottom: 7px solid #a9b2d0 !important;
	border-right: 7px solid transparent !important;
	border-left: 7px solid transparent !important;
	position: absolute;
	top: -8px !important;
	right: 9px !important;
	z-index: 9 !important;
}
#sorting-menu-new.list-sorting {
	border:1px solid #ccc;
	border-radius: 4px;
	width: 300px;
}
#sorting-menu-new ul li.dropdown a.dropdown-toggle {
	display: block;
	line-height: 40px;
	padding: 0 10px;
	width: 100%;
}
#sorting-menu-new.sorting-dropdown .dropdown i {
	right: 45px;
	top: 11px;
	position: absolute;
}
.autofill-txtbox {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	position: relative;
	margin: auto;
	height: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	box-shadow: none;
}
.autofill-txtbox:focus {
	box-shadow: none;
}
.clr_blue {
	color: #273f94;
	text-align: right;
}
.total_amnt_due {
	text-align: right;
	font-size: 16px;
	padding: 10px 0 0;
	color: #ee7a50;
}
.invoice_note_1 {
	color: #737991;
	font-size: 13px;
	text-align: right;
	font-weight: bold;
}
.invoice_note_2 {
	color: #737991;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

/*INVOICE SENT POPUP STARTS*/
		
.receipient-list {
	padding: 0 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 750px;
	width: 100% !important;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 2px;
	z-index: 99;
	padding: 20px 30px 0 30px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

#receipient_list header {
	padding: 10px;
}

header .receipient-header h1 {
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 0 0 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #08b2e3;
}

header .receipient-header h4 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #08b2e3;
	margin: 0;
	padding: 5px 0 0;
}

header .receipient-header p {
	color: #343e61;
	font-size: 17px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.checkboxpan {
	padding:5px 10px 5px 0;
}

.trash-icon {
	display: inline-block;
	margin: 1px 0 0;
}
.trash-icon:hover{
	cursor: pointer;
}
.receiepienteditbtn {
	text-align: center;
	text-transform: uppercase;
	outline: none !important;
	border: 1px solid #ccd0e4;
	font-size: 11px;
	font-weight: 600;
	margin: 2px 0 0;
	letter-spacing: 0.5px;
	background: #ccd0e4;
	display: block;
	color: #fff;
	padding: 7px 0;
	margin-right: 20px;
	width: 100px;
	border-radius: 18px;
}

.receiepienteditbtn:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.receiepienteditbtn:active {
	box-shadow: none;
	color: #fff;
	cursor: pointer;
}
.receiepienteditbtn:focus {
	box-shadow: none;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.receipient-centered {
	padding: 20px 0 40px;
}

.receipient-centered ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.receipient-centered li {
	border-bottom: 1px dashed #e2e4ef;
	padding: 10px 0;
}

.receipient-centered li:last-child {
	border-bottom: 0;
}

.receipient-email {
	padding: 7px 0 0;
}

.checkbox-custom {
	opacity: 0;
	position: absolute;
}

.checkbox-custom,
.checkbox-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 7px 0;
	color: #333d60 !important;
	cursor: pointer;
}

.checkbox-custom-label {
	position: relative;
	font-size: 13px;
	color: #333d60;
	margin: 0;
}

.checkbox-custom+.checkbox-custom-label:before {
	content: '';
	background: #fff;
	border: 2px solid #05b3db;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border-radius: 7px;
	padding: 2px;
	margin:0 20px 0 0;
	text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
	background: #05b3db;
	content: '';
	color: #fff;
	background-image: url(../images/checked-sign.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
	padding: 2px;
	margin:0 20px 0 0;
	width: 25px;
	height: 25px;
}

input[type=checkbox]+.checkbox-custom-label {
	color: #343e61;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}

input[type=checkbox]:checked+.checkbox-custom-label {
	font-size: 14px;
	color: #343e61;
	font-weight: 600;
}


.addanother-receipient{padding: 0 0 70px;}

.add-recep-icon .media-photo{ width:30px;
	vertical-align: top; margin-right: 20px;}

.add-another{text-transform: uppercase; padding: 3px 0 0; font-size: 16px; color: #08b2e3;}

	.updatenewbtn {
	text-align: center;
	text-transform: uppercase;
	outline: none !important;
	border: 1px solid #7ac943;
	font-size: 11px;
	background: #7ac943;
	color: #fff;
	padding: 5px 0;
	width: 100px;
	border-radius: 18px;
}
.updatenewbtn:hover {
	color: #fff;
	text-decoration: none;
}

.updatenewbtn:active {
	box-shadow: none;
	color: #fff;
}
.updatenewbtn:focus {
	box-shadow: none;
	text-decoration: none;
	color: #fff;
}
.border-none{border-left: none !important; border-right: none !important; border-top: none !important;}
.updatepan-bottom{border-top: 1px solid #d2d7e7; margin: 50px 0 0; padding:30px 0 30px;}
		
/*INVOICE SENT POPUP STARTS*/

.invoice-sent-popup {
	padding: 0 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 750px;
	width: 100% !important;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 2px;
	z-index: 99;
	padding:20px 20px 0 20px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

#invoicesent header {
	padding: 10px;
}

.invoicesent-timeline {
	list-style: none;
	padding: 20px 10px 20px;
	position: relative;
	
}

.overflow-conent{max-height: 500px;
	overflow: auto !important;
	overflow-y: scroll;
	overflow-x: hidden !important;}

.invoicesent-timeline:before {
	top: 40px;
	bottom: 160px;
	position: absolute;
	content: " ";
	width: 1px;
	/*			background-color: #7ac943;*/
	border-right: 1px dashed #7ac943;
	left: 20px;
	margin-right: -1.5px;
}

.invoicesent-timeline>li {
	margin-bottom: 20px;
	position: relative;
}



.invoicesent-timeline>li:after {
	clear: both;
}

.invoicesent-timeline>li:before,
.invoicesent-timeline>li:after {
	content: " ";
	display: table;
}


.invoicesent-timeline>li>.invoicetimeline-panel {
	width: calc( 100% - 50px);
	float: right;
	border-radius: 2px;
	padding: 20px 0;
	border-bottom: 1px dashed #b5bdd7 !important;
	;
	position: relative;
}

.invoicesent-timeline>li:last-child>.invoicetimeline-panel {
	border-bottom: 0;
}

.invoicesent-timeline>li>.invoicetimeline-badge {
	color: #7ac943;
	width: 30px;
	height: 30px;
	border-style: solid;
	border-color: #7ac943;
	line-height:25px;
/*			font-size: 1.4em;*/
	text-align: center;
	position: absolute;
	top: 16px;
	left: -5px;
	border-width: 1px;
	margin-right: -25px;
	background-color: #fff;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.invoicesent-timeline>li>.invoicetimeline-badge img{padding-top: 8px;}

.invoicetimeline-title {
	color: #7ac943;
	margin: 0;
	font-size: 15px;
	padding: 2px 0 2px;
}

.receiver-pan {
	float: left;
	
	color: #b5bdd7;
}

.receipient-pan {
	overflow: hidden;
	font-size: 13px;
}

.invoicetimeline-heading p {
	color: #b5bdd7;
	padding: 0 0 20px;
	margin: 0;
	font-size: 13px;
}

.leftpan {
	max-width: 85%;
	clear: both;
}

.inv-icon .media-photo{ width:20px;
	vertical-align: top;}

.header-newcont .media-meta{font-size: 17px; color: #3f4869; font-weight: bold;}
.grey-contentnew{color: #a5aece;}
.viewmore-btn1{color: #a5aece; text-decoration: underline;}
.viewmore-btn1:hover{color: #a5aece; }

.custom-closebtn {
    position: absolute;
    right: 0;
    border-left: 1px solid #ccc !important;
    padding: 6.3px 14px;
    border-top: 0 !important;
    border-bottom: 0;
    background: #eee;
    text-align: center !important;
    border-radius: 0;
}
.editbuttonwidth{
	width: 60px !important;
}
.disablebuttonwidth{
	width: 80px !important;
}
.margin-right10{
	margin-right: 5px !important;
}
.lineheight{
	line-height: normal;
}
.tablenew{
	float: right;
    width: 50%;
}
.tablenew tr{border-right: none;}
.margintopforreportheader {margin-bottom: 35px;}

#dropdownnew.dropdown ul.dropdown-menu {
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: 250px;
	margin-top: 0px;
	border-color: #ccd1e3;
}

#dropdownnew.dropdown ul>li a {
	line-height: normal !important;
	padding: 10px 10px 10px;
	width: 100%;
	position: relative;
}

#dropdownnew .dropdown-menu li a i {
	top: 13px;
	position: absolute;
	right: 5%;
}

#dropdownnew a {
	border: none !important;
}

#dropdownnew a:hover {
	background: none;
}

#dropdownnew .dropdown-menu .divider {
	margin: 0 !important;
}

#dropdownnew.dropdown ul.dropdown-menu:before {
	content: "";
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	left: 16px;
	z-index: 10;
}

#dropdownnew.dropdown ul.dropdown-menu:after {
	content: "";
	border-bottom: 12px solid #ccd1e3;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -12px;
	left: 14px;
	z-index: 9;
}
.fontweightbold{font-weight:700;font-size: 14px; color: #05b3db;}
#contentmargin{
	margin-top: 70px;
}
#contentmarginforadmin{
	margin-top: 75px;
}
#contentmarginnew{
	margin-top: 85px;
}
#invoicefilter{
	margin-top: 21px;
	border-bottom: 1px solid #ddd;
    width: 100%;
    z-index: 9;
    left: 0;
    position: fixed;
    right: 0;
    background: #fff;
}
#adminreportfilter{
	margin-top:20px;
    width: 98%;
    z-index: 9;
    left: 15px;
    position: fixed;
    right: 0;
    background: #fff;
}
#invoicefilter table{ margin-bottom: 0px !important;}
@media only screen and (min-width: 320px) and (max-width:768px) {
	.mobile-detail-card {
		padding: 0.5em 0;
	}
	.newsnevents{margin: 0 15px 0;}
	.right-news-pan{padding: 0 15px 0;}
	.newsnevents li img{margin-left:0; margin-bottom: 0;
    border: none;
    padding: 5px;
    box-shadow:none;
    border-radius: 3px;}
}
@media screen and (min-width:320px) and (max-width:767px){
	.homehealth-login-auth{width: 97% !important;}
}
@media (max-width:768px) {
	#user-content-pan .user-content ul.nav li {
		font-size: 13px;
	}
	.deny-btn{font-size: 12px !important; padding: 6px;}
	.approve-btn{font-size: 12px !important; padding: 6px;}
}
@media (min-width:320px) and (max-width:767px) {
	#user-content-pan .user-content ul.nav li {
		width: 100% !important;
	}
	.custom-mobile-menu{background: #fff;}
	#nav-wrapper .navbar-brand {
		height: inherit;
		padding: 10px 0;
	}
	.custom-mobile-menu .icon-bar{background: #05b3db !important;}
	.home-health-text{ margin: 16px 5px 0;}
	.dropdown ul.dropdown-menu::before{top:50px;}
	.dropdown ul.dropdown-menu::after{top: 48px;}
	.usericon {float: right;}
	.dos_1{padding: 10px;}
}
