/* ==========================================================================
 Author's custom styles
 ========================================================================== */
 *{
 	outline: none !important;
 }
.logo {
	color: #E1E1E1 !important;
	font-size: 20px;
}




.hide{
	display: none;
}

.hidden{
	display: none;
	visibility: hidden;
}

.navbar-inverse {
	border-bottom: 1px solid #000;
}

.pattern-sandstone {
	background: #e9e9e9 url("../img/sandstone.png") repeat 0 0;
}

.sign_in_bg{
background: #fff url("../img/sojourn_bg_signin.png") no-repeat center center;  /* sojourn_bg_signin.png */
/*
background: #fff url("../img/SOJOURN_SEASONS_Aus_rules_football_2017.jpg") no-repeat center center;     width: 100%;     position: fixed !important; */    top: 0;
	height: 96.9%; /* 99.9 */
    padding-top: 50px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/sojourn_bg_signin.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/sojourn_bg_signin.png', sizingMethod='scale')";
	no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    margin-bottom: -70px;
    z-index: 30;
    position: relative;
}

.sign_form{
  margin-top: 20px;
  padding: 0px 20px;
  background: rgba(255, 255, 255, 0.8);

  border: 1px solid #D0D0D0;
  border-radius: 10px;
}

body {
	margin-top: 40px;
	position: relative;
	/*padding-top:10px;*/
}
textarea {
    resize: none;
}

.border-top{
	border-top: 1px solid #DDDDDD;
}

.border-bottom{
	border-bottom: 1px solid #DDDDDD;
}

.btn-group {
    display: flex;
}

.copy_toggle_fixed_bottom{
	position: fixed;
	bottom: 84px;
	margin-right: 10px !important;
	border: 1px solid blue !important;
}

.copy_toggle_fixed_bottom .box-head{
	border-bottom: 1px solid blue !important;
}

.table-warp{	
  	height: 370px;
  	overflow-y: scroll;
	overflow-x: hidden;
}

.danger-box .box-head{
	background: #B92C28 !important;
	color: #fff !important;
	text-shadow:none !important;

}

.danger-box,.danger-box .box-area{
	border-color: #801515 !important;
	background: #EBCDCD !important;
	color: #801515 !important;
}
.btn-primary-gray{
	background-image: linear-gradient(to bottom, #3D3D3D 0, #000C17 100%);
	border-color: rgb(0, 0, 0);
	color: #fff;
}

.btn-primary-dark{
	background-image: linear-gradient(to bottom, #5084B2 0, #285174 100%);
	border-color: #2B4359;
	color: #fff;
}

.btn-primary-dark:hover, .btn-primary-dark:active{
	color: #fff;	
}

.invoiced, tr.invoiced td, tr.invoiced td a{
	color: rgb(255, 0, 252) !important;
}

.paid, tr.paid td, tr.paid td a{
	color: #0bb8e4 !important;
}

.wip, tr.wip td, tr.wip td a{
	color: #F7901E !important;
}

.unset, tr.unset td, tr.unset td a{
	color: #F00 !important;
}

.green-estimate label,.green-estimate{
	color: green !important;
	border-color: green !important; 
}

.green-estimate .form-control{
	border-color: green !important;	
	color: green !important; 
}

.green-estimate .input-group-addon{
	color: green !important;
	border-color: green !important;
	background: #B0EDB0; 
}

td.green-estimate {
  font-weight: bold;
  border-color: #DDDDDD !important;
}

.table-header{
	padding-right: 17px;
	margin-top: 12px;
	margin-bottom: -2px;
}

.search-work-desc{
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
}

.item-link{
	color: #428BCA;
}

.border-left{
	border-left: 1px solid #eee !important;
}

.border-right{
	border-right: 1px solid #eee !important;
}

.item-link:hover{
	text-decoration: underline;
	cursor: pointer;
}

.text-center{
	text-align: center !important;
}

.text-right{
	text-align: right !important;
}

.text-left{
	text-align: left !important;
}

.head-control {
	background: #1F3A4D;
	width: 100%;
	z-index: 1000;
	-webkit-box-shadow: 1px 1px 2px #1f3a4d;
	-moz-box-shadow: 1px 1px 2px #1f3a4d;
	box-shadow: 1px 1px 2px #1f3a4d;
	border-bottom: 2px solid #048AE4;
}

.head-control .page-header {
	padding: 0px;
	margin: 0;
	border: none;
}

.head-control h3 {
	text-transform: uppercase;
	line-height: 20px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	font-family: inherit;
	color: #fff;
}

.head-control .page-header small {
	color: #0bb8e4;
	padding-left: 10px;
	line-height: 20px;
}

.head-control  .nav-tabs .active > a {
	border: 1px solid #012F4E;
	color: #fff;
	background: #0489e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #0489e3 0%, #036db3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0489e3), color-stop(100%,#036db3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0489e3 0%,#036db3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0489e3 0%,#036db3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0489e3 0%,#036db3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0489e3 0%,#036db3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0489e3', endColorstr='#036db3',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #20A3FB;
}

.head-control  .nav-tabs .active > a:hover {
	color: #fff;
	border: 1px solid #012F4E;
	border-bottom: 1px solid #84CCFD;
	background: #048ae4; /* Old browsers */
	background: -moz-linear-gradient(top,  #048ae4 0%, #048ae4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#048ae4), color-stop(100%,#048ae4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #048ae4 0%,#048ae4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #048ae4 0%,#048ae4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #048ae4 0%,#048ae4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #048ae4 0%,#048ae4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048ae4', endColorstr='#048ae4',GradientType=0 ); /* IE6-9 */
}

.head-control .nav-tabs a {
	color: #fff;
	border: 1px solid #012F4E;
	border-bottom: 1px solid #84CCFD;
	background: #048ae4; /* Old browsers */
	background: -moz-linear-gradient(top,  #048ae4 0%, #048ae4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#048ae4), color-stop(100%,#048ae4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #048ae4 0%,#048ae4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #048ae4 0%,#048ae4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #048ae4 0%,#048ae4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #048ae4 0%,#048ae4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048ae4', endColorstr='#048ae4',GradientType=0 ); /* IE6-9 */
	padding: 8px 12px;
	font-size: 12px;
	cursor: pointer;
}

.head-control  .nav-tabs {
	border: none;
	margin: 36px 10px 0px;
	padding: 0;
}

.head-control  .nav-tabs a:hover {
	color: #fff;
	background: #0489e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #0489e3 0%, #036db3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0489e3), color-stop(100%,#036db3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0489e3 0%,#036db3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0489e3 0%,#036db3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0489e3 0%,#036db3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0489e3 0%,#036db3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0489e3', endColorstr='#036db3',GradientType=0 ); /* IE6-9 */
	border: 1px solid #012F4E;
	border-bottom: 1px solid #20A3FB;
}

#leftCol{
	padding:0px;
}

/* - - -  - - - - - */
.datepicker{z-index:1151 !important;}

#sidebar{
	background-color: #1F3A4D;
}

/* hide sidebar sub menus by default */
.affix-top,.affix{
	position: static;
}

  /*#sidebar.affix-top {
    position: static;
  	margin-top:0px;
  }*/
 
.side-tools ul li{
	float:left;
	list-style:none;
}

.side-tools ul li a {
	width: 80px;
	padding: 8px 0px;
	display: block;
	text-align: center;
	color: #E8EBED;
	font-size: 10px;
	background: #1F3A4D;
	font-weight: normal;
	border-bottom: 1px solid #0A2132;
}

@media (min-width: 999px){
	#sidebar.affix-top{
		position: static;
		margin-top: 0px;
		/*width:228px;*/
	}

	#sidebar.affix{
		position: fixed;
		top: 40px;
		width:8.3%; 
	}
	
	#sidebar{
    	height: 100%;	
	}
	.side-tools ul li{
		float:none;
	}
	
	.side-tools ul li a {
		padding: 6px 4px 2px;
		width:100%;
		border-top: 1px solid #546A7E;
		border-right:1px solid #0A2132;
	}

}

@media (min-width: 1200px) {
	#sidebar.affix-top{		
		width:100%;
		position: static;
		top: 40px;
	}
	
	#sidebar.affix{
		position: fixed;
		top: 40px;
		width:8.3%;
	}
}

.side-tools ul{
	padding:0;
	margin:0;
}

.side-tools{
	background:#1F3A4D;
}

.side-tools ul li a:hover{
	background:#04080B;
	text-decoration:none;
}

.side-tools ul li a label{
	display:block;
}

.box {
	border: 1px solid #E2E2E2;
	margin: 10px 0 0;
	font-size:14px;
}

.border-0{
	border:0;	
}

.border-less-box{
	/*margin: 20px 0 0;*/
	margin: 10px 0 0;
	font-size:14px;
	
}

.left-section-box{
	border-left: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	margin: 20px 0 0;
	min-height: 500px;
}

.right-section-box{
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	margin: 20px 0 0;
}

.left-section-box .box-head,.right-section-box .box-head{
	font-size: 21px;
	font-weight: 200;
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
	font-weight:normal;
}

.box .box-head {
	display: inline-block;
	color: #555;
	border-bottom: 1px solid #E2E2E2;
	line-height: 14px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
	width:100%;
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f3f3 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}

.box .box-head label {
	display: inline-block;
	margin: 5px auto;
	font-weight: bold;
	font-size: 15px;
	font-weight: 600;
}

.box-head p {
	font-weight: normal;
	font-size: 13px;
	padding: 0;
	line-height: 15px;
	margin: 0;
}

.box-head h3{
	display: inline-block;	
}

.box-head .head-btn {
	margin: -8px 0px 0px 10px;
}

.box .box-head-type-2{

}

.form-horizontal hr {
	margin-top: 5px;
	margin-bottom: 20px;
}

.form-horizontal label{
	font-weight:normal;
}

.form input[type='text'].form-control{
	text-transform: capitalize;
}

.pad-0-imp{
	padding: 0 !important;
}

.pad-0{
	padding:0;
}

.pad-3{
	padding:3px;
}

.pad-5{
	padding:5px;
}

.pad-7{
	padding:7px;
}

.pad-10{
	padding:10px;
}

.pad-15{
	padding:15px;
}

.pad-top-3{
	padding-top: 3px;
}

.pad-top-5{
	padding-top: 5px;
}

.pad-top-10{
	padding-top: 10px;
}

.pad-top-15{
	padding-top: 15px;
}

.pad-bottom-0{
	padding-bottom:0px;
}

.pad-bottom-3{
	padding-bottom:3px;
}
.pad-bottom-5{
	padding-bottom:5px;
}

.pad-bottom-10{
	padding-bottom: 10px;
}

.pad-bottom-15{
	padding-bottom:15px;
}

.pad-left-0{
	padding-left:0px;
}

.pad-left-5{
	padding-left:5px;
}

.pad-left-10{
	padding-left: 10px;
}

.pad-left-15{
	padding-left:15px;
}

.pad-right-0{
	padding-right:0px;
}

.pad-right-5{
	padding-right:5px;
}

.pad-right-10{
	padding-right: 10px;
}

.pad-right-15{
	padding-right:15px;
}

.pad-20{
	padding:20px;
}
.no-pad-t{
	padding-top:0;
}

.no-pad-b{
	padding-bottom:0;
}

.no-m{
	margin:0;
}

.m-bottom-0{
	margin-bottom:0;
}

.m-3{
	margin:3px;
}

.m-5{
	margin:5px;
}

.m-10{
	margin:10px;
}

.m-15{
	margin:15px;
}

.m-bottom-3{
	margin-bottom:3px;
}

.m-bottom-5{
	margin-bottom:5px;
}

.m-bottom-10{
	margin-bottom:10px;
}

.m-bottom-15{
	margin-bottom:15px;
}

.m-bottom-20{
	margin-bottom:20px;
}

.m-bottom-0{
	margin-bottom:0px;
}

.m-top-0{
	margin-top:0;
}

.m-top-1{
	margin-top:1px;
}

.m-top-2{
	margin-top:2px;
}

.m-top-3{
	margin-top:3px;
}

.m-top-5{
	margin-top:5px;
}

.m-top-6{
	margin-top:6px;
}

.m-top-7{
	margin-top:7px;
}

.m-top-8{
	margin-top:8px;
}

.m-top-9{
	margin-top:9px;
}

.m-top-10{
	margin-top:10px;
}

.m-top-15{
	margin-top:15px;
}

.m-top-20{
	margin-top:20px;
}

.m-top-25{
	margin-top:25px;
}

.m-right-5{
	margin-right:5px;
}

.m-right-10{
	margin-right:10px;
}

.m-right-15{
	margin-right:15px;
}

.m-left-5{
	margin-left:5px;
}

.m-left-10{
	margin-left:10px;
}

.m-left-15{
	margin-left:15px;
}
.box .btn-group-box button.btn{
	color: #555555;
	font-size: 12px;
	border: none;
	height: 70px;
	width: 82px;
	line-height: 22px;
	padding-top: 12px;
	margin-bottom:5px;
}

.box .box-list ul{
	margin: 0;
	padding: 0;
}

.box .box-list ul li{
	margin:3px 0;
	list-style:none;
	border-bottom:1px solid #E2E2E2;
}

.box-list .notes_line{
    border-bottom: 1px solid #DDDDDD;
}

.box-collapse{
	background:#fff;
	text-align:center;
}

#map {
	width: 100%;
	height: 100%;
}

#map-container {
	height: 330px;
}

.login-form{
}

.top-space-login{
	margin-top:50px;
}

.block{
	display: block !important;
}

.popover-content{
	font-size:14px;
}

.popover-title {
	display: block;
	width: 100%;
}

.bs-callout {
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid #eee;
}

.bs-callout-info {
	background-color: #f4f8fa;
	border-color: #5bc0de;
}

.bs-callout-warning {
	background-color: #fcf8f2;
	border-color: #f0ad4e;
}

.bs-callout-danger {
	background-color: #fdf7f7;
	border-color: #d9534f;
}

.box-tabs li a{
	font-size: 15px;
	font-weight: 600;
	color:#555;
}

.box-tabs li.active a{
	background:#EFEFEF;
}

li.paginate_button.active a{
  background-color: #428bca;
  border-color: #428bca;	
}

.box-tabs{
	color:#555;
}

.po .box-tabs .tab-content div.active{
	border: 1px solid #DDDDDD;
	border-left: 0;
}
.po .box-head{
	border:none;
}

.po .box-tabs{
	margin-bottom: -1px;
}

.projects .box-tabs .tab-content div.active{	
  padding: 0px 5px 0px !important;
}

.projects .box-area{
	margin:0 -1px;
	border-top: 1px solid #DDDDDD;
}

.projects ul#myTab{
  margin-bottom: -6px;
}

.projects .box .box-area{
	border-top:none;
}

.projects  label.project_name{
	font-weight: normal;
	font-size: 21px;
}

.projects  label.project_name p {
  font-weight: normal;
  font-size: 13px;
  padding: 0;
  line-height: 15px;
  margin: 0;
}


.projects ul#myTab.nav>li>a{
  padding: 10px 8px !important;
}

.box-tabs .tab-content div.active{
	border: 1px solid #DDDDDD;
	border-top: 0;
	padding:10px 10px 0px;
}

.box-tabs li.open >a{
  border: 1px solid #ddd !important;
  border-bottom-color: transparent !important;
}

.basic .wid-type-a{
	background:#F7901E;
	border:1px solid #B97B3F;
	color:#fff;
}

.basic .wid-type-a .box-widg-head{
	background: #FBAD56;
}

.basic .box-widget p,.basic .box-widget h2{
	padding:0;
	margin:0;
	text-shadow: 0 1px 3px #787878;
}

.basic .box-widget h2{	
	font-size: 25px;
}

.basic .box-widget h2.sm{	
	font-size: 25px;
	text-shadow: 0 1px 1px #b3b3b3;
}

.basic .wid-type-b{
	background:#F779B5;
	color:#FFF;
	border:1px solid #B97294;
}

.basic .wid-type-b .box-widg-head{
	background: #FB9BC8;
}

.basic .wid-type-c{
	background:#00ADEF;
	color:#FFF;
	border:1px solid #2D8EB3;
}

.basic .wid-type-c .box-widg-head{
	background: #3EC4F7;
}

.basic .wid-type-d{	
	background:#A770F8;
	color:#FFF;
	border:1px solid #8C6EBA;
}

.basic .wid-type-d .box-widg-head{
	background: #BE94FC;
}

.basic .widg-icon-inside{
	opacity: 0.5;
	position: absolute;
	left: 20px;
	top: 60px;
}

.basic .box-widget .widg-head{
	text-transform:uppercase;
	font-weight:bold;
	font-size: 15px;	
}

.basic .box-widget .widg-head .sub-h{
	font-size:12px;
	font-weight:normal;
}


.basic .box-widget hr{
	padding:0;
	margin:5px 0 0;
	opacity:0.3;
}

.basic .box-widget a p{
	color:#fff;
	margin-top:5px;
}

.basic .box-widget a:hover{
	color:#fff;	
}


.has-error .chosen, input.has-error,.has-error .progress_date{
	border:1px solid #A94442 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	color: red;
	font-weight: bold;
}


.has-error p{
	color: red;
	font-weight: bold;	
}


.select2-container.chosen{
	width: 100% !important;
}

.select2-container.chosen-multi{
	width: 100% !important;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	

}

.contact-sets-area{
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	padding: 5px;
}

.contact-sets-area .contact-item-element{
	border: 1px solid #555555;
	padding: 3px 5px;
	font-size: 12px;
	float: left;
	margin:5px; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background: #DDDDDD;
}

.select2-container.chosen-multi ul{
	border: none;
	background: none !important;
}

.set-company{
	text-decoration:underline;
	color: #428bca;	
	cursor: pointer;
}

.set-comp{
	margin: 0 auto;
	display: block;
	width: 45%;
}

.admin-content{
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-top: 0;
}


input.form-control{
	/*text-transform:capitalize;*/
}

input[type='email']{
	text-transform: lowercase !important;
}

.disabled-input{
	z-index: -1;
}

.disabled-input input.form-control, .disabled-input.select2-container a.select2-choice{
	background: #F0F0F0 !important;
}

.section-header{
	border-bottom: 1px solid #DDDDDD;
    margin: 0;
    padding: 5px 0 15px;
    color: #333;
}

.section-header .fa{
	margin-top: -16px;
    color: #333;
}

.section-header strong{
    font-size: 18px;
    color: #333;
}

.section-sub-header{
    font-size: 17px;
    color: #333;
}

.pointer{
	cursor: pointer;
}

#mobile_nav{
	display: none;
}


@media all and (max-width: 1200px) {/* screen size until 1200px */
	.basic .box-widget h2 {
		font-size: 35px;
	}

	.adv .box-widget h2 {
		font-size: 35px;
	}

}

@media all and (max-width: 1000px) {/* screen size until 1000px */
	.basic .box-widget h2 {
		font-size: 33px;
	}

	.adv .box-widget h2 {
		font-size: 33px;
	} 
}

@media all and (max-width: 975px) {/* screen size until 975px */
	.nav.nav-stacked.affix-top{
		height: 59px;
		overflow: hidden;
	}
}
 



@media (min-height: 550px) and (max-height: 730px) {
	.side-tools ul li a {
		font-size: 7px;
		padding: 6px 4px 0px;
	}
}


@media all and (max-width: 990px) {/* screen size until 990px */
	#sidebar{
		display: none;	
	}

	#mobile_nav{
		display: block !important;
	}
}


@media all and (max-width: 500px) {/* screen size until 500px */
	.basic .box-widget h2 {
		font-size: 30px;
	}

	.adv .box-widget h2 {
		font-size: 30px;
	}

}

.input_text{
	border:none;
	background: transparent;
}
.input_text:active{
	border:1px solid #000;
}
.input_text:disabled{
	border:none;
	background: transparent;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 0px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 0px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
/*
tr.active_row_work{
	color: #6E55E4;
	font-weight: bold;
}
tr.active_row_work a{
	color: #6E55E4;
	font-weight: bold;
	background-color: rgb(208, 208, 208);
	border-radius: 5px;
}

tr.active_row_work td input{
	background-color: rgb(208, 208, 208) !important;
	padding: 2px 4px;
	border-radius: 5px;
}

tr.active_row_work td span{
	background-color: rgb(208, 208, 208) !important;
	padding: 2px 4px;
	border-radius: 5px;
}


*/
tr.active_row_work>td{
	background-color: rgb(208, 208, 208) !important;
}
/*
.users_utility_footer{
	position: fixed;
    bottom: 0px;
    z-index: 2;
    background-color: #888;
    right: 0;
    width: 250px;
}

.users_utility_footer #user_list ul{
	margin: 0px !important;
	padding: 0px;
}

.users_utility_footer #user_list ul button{
	margin: 6px 5px;
}

.users_utility_footer #user_list ul img{
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin-right: 3px;
}

.users_utility_footer #user_list ul li{
	margin: 3px;
}
*/


.user_logged #user_list ul li{
	padding: 0px;
	margin:0px 0px 10px 0px;
	width: 100%;
 
	height: 40px;
	overflow: hidden;
    list-style: none;
}

.user_logged #user_list ul{
	padding: 0;
	width: 100%;
}



.user_logged #user_list ul li button{
	margin-top: 10px;
}



.user_logged #user_list{
	background: none;
	font-size: 20px;

	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.note_side_area{
	position: relative;
}

.notes_line{
	border-bottom: 1px solid #010C13;
	padding: 10px 0px;
}

.notes_line small{
	color: #10293A;
    font-size: 75%;
}

.notes_line br {
    display: none;
}

.notes_side_content .notes_line br {
    display: block !important;
}

.notes_line br.block{
 	display: block !important;
 	width: 100% !important;
 	height: 15px !important;
}

.right-sb-oc{
	background: #0E283C;
	color: #fff;
}


.right-sb-oc .section{
	padding: 10px;

}


.right-sb-oc small{
	color:#8A8A8A;
}

.notes_line:first-child {border-top: none !important;}
.notes_line:last-child {border-bottom: none !important;}

.primary_photo_wraper{
    margin: 0 auto;
    width: 100%; 
    display: block;
    overflow: hidden;
}

.primary_photo_wraper img{
	width: 100%;
    /*margin-top: -25%;*/
}

.post_item:nth-child(odd) {
    background-color: #C3D5DC;
    border-radius: 7px;
    color: #333 !important;    
    border-bottom: 1px solid #ABB4B7;
}


.post_content:hover  a.delete_post{
	display: block !important;
}

.post_content:hover  a.edit_post{
	display: block !important;
}


.modal-pdf-editor {
	width: 820px !important;
}


.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.canvas_body{
	margin: 0;
	padding: 0;
}

.editor_body{

}

.editor_body p{
	margin-bottom: 0;
	font-size: 12px;
}

.editor_body strong{
	font-weight: bold !important; 
}

.editor_body .green-estimate label,.editor_body .green-estimate{
	color: green !important;
	border-color: green !important; 
	font-weight: bold !important; 
}

.editor_body .green-estimate .form-control{
	border-color: green !important;	
	color: green !important; 
	font-weight: bold;
}

.editor_body .green-estimate .input-group-addon{
	color: green !important;
	border-color: #555 !important;
	background: #B0EDB0; 
	font-weight: bold;
}

.editor_body td.green-estimate {
	font-weight: bold;
	color: green !important; 
}

.editor_body table th{
	font-size:12px;
	margin-bottom: 10px;
	border-bottom:1px solid #000 !important;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
}

.editor_body table td{
	padding: 5px;
}

.editor_body .clearfix:before,.editor_body .clearfix:after{
  content: " ";
  display: table;
}

.editor_body .clearfix:after,.editor_body .container:after{
  clear: both;
}

.editor_body .pull-right{
	float: right;
}

.editor_body .pull-left{
	float: left;
}

.editor_body img{
	margin-bottom: 10px;
}

.editor_body .header{
	border:2px solid #000;
	margin-bottom: 10px;
	padding: 10px;
}

.editor_body .totals{
	border:2px solid #000;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 18px;	
	background: #DDDDDD;
}

.editor_body .m-left-20{
	margin-right: 20px;
}

.editor_body .m-right-20{
	margin-right: 20px;
}

.editor_body .footer{
	border-top:2px solid #000;
	padding: 10px;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	width: 96%;
}

.editor_body .print_bttn{
	background: #429742;
	color: #fff;
	border-radius: 5px;
	padding: 10px 15px;
	text-decoration: none;
	position: fixed;
	right: 10px;
	top: 10px;
}

.editor_body hr{
	border: none;
	border-top: 1px solid #000;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
}

.editor_body fieldset {
  border: none;
}

.editor_body fieldset legend{
	background: #fff;
	width: auto;
	border-bottom: 0;
	margin-bottom: -5;
    font-size: 15px;
}

.editor_body .full{
  width: 100%;
  display: block;
}

.editor_body .one-fourth{
  width: 25%;
  float: left;
}

.editor_body .one-third{
  width: 33.33%;
  float: left;
}

.editor_body .one-half{
  width: 50%;
  float: left;
}

.editor_body .two-third{
  width: 66.67%;
  float: left;
}

.editor_body .border-1{
	border: 1px solid #000;
}

.editor_body .border-2{
	border: 2px solid #000;
}

.editor_body .border-left-1{
	border-left: 1px solid #000;
}

.editor_body .border-left-2{
	border-left: 2px solid #000;
}

.editor_body .border-right-1{
	border-right: 1px solid #000;
}

.editor_body .border-right-2{
	border-right: 2px solid #000;
}

.editor_body .mgn-top-10{
	margin-top: 10px;
}

.editor_body .mgn-top-15{
	margin-top: 15px;
}

.editor_body .mgn-top-20{
	margin-top: 20px;
}

.editor_body .mgn-top-25{
	margin-top: 25px;
}

.editor_body .pad-10{
	padding: 10px;
}

.editor_body .mgn-10{
	margin: 10px; 
}

.editor_body .pad-15{
	padding: 15px;
}

.editor_body .mgn-15{
	margin: 15px; 
}

.editor_body .pad-20{
	padding: 20px;
}

.editor_body .mgn-20{
	margin: 20px; 
}

.editor_body .pad-r-10{
	padding-right: 10px;
}

.editor_body .pad-l-10{
	padding-left: 10px;
}

.editor_body .mgn-b-10{
	margin-bottom: 10px;
}

.editor_body .pdf_highlight_doc_mod {
    color:red;
    background:yellow;
}

#highlight_line{    
    width: 1px;
    height: 24px;
    margin: 8px 10px 10px 0;
    float: left;
    overflow: hidden;
    cursor: text;
    position: absolute;
    background: rgba(255, 212, 0, 0.37);
    resize: both;
    z-index: 2;
}

#draggable {
    width: 250px;
    height: 70px;
    margin: 10px 10px 10px 0;
    float: left;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    border:3px dashed rgba(251, 199, 142, 0.00);   
    background: rgba(255, 255, 255, 0);
    z-index: 1;
}

#draggable:hover{
    border:3px dashed rgba(0, 0, 0, 0.15);
    resize: both;
}

#draggable textarea{
    width: 97%;
    height: 95%;
    margin:0;
    border: none;
    overflow:hidden;
    resize:none;
    background: rgba(255, 255, 255, 0);
    color:red;
}


#draggable textarea:hover{
    overflow:visible;
}

.canvas_area{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.job_book_notes .notes_line p span.pull-right{
	float: none !important;
	display: block;
}

.side-tools .is_show_counter_bb{
    position: absolute;
    font-size: 14px;
    background: red;
    text-align: center;
    border-radius: 20px;
    font-weight: bold;
    margin-left: -10px;
    margin-top: 16px;
    width: 20px;
    line-height: 1.5;
    height: 20px;
}

.datepicker.dropdown-menu {
    width: 260px !important;
}

.progress-bar{
    text-align: center;
    padding: 0px 0px;
}

.progress-termometer{
	height:20px;
	background:url("../img/ter_bg.jpg") !important;
    border-radius: 20px;
    border-right: 1px solid #919191;
    border-left: 50px solid #000;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important; 
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important; 
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important; 
    -webkit-background-size: 40px 40px !important; 
    background-size: 40px 40px !important; 
}


.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: reverse progress-bar-stripes 2s linear infinite   !important; 
     -moz-animation: reverse progress-bar-stripes 2s linear infinite   !important; 
      -ms-animation: reverse progress-bar-stripes 2s linear infinite   !important; 
       -o-animation: reverse progress-bar-stripes 2s linear infinite   !important; 
          animation: reverse progress-bar-stripes 2s linear infinite   !important; 
}

.adv .small-widget .tooltip{
	width: 230px !important; 
}

.adv .small-widget .tooltip-inner{
    max-width: 230px !important; 
    text-align: left !important;
}

.adv .small-widget .popover .popover-content{
    padding: 4px;
    color: #555 !important;
    text-shadow: none !important;
    font-size: 11px;
}

.adv .box-widget table.table-condensed{
	font-size: 15px;
}

.adv .box-widget .widg-icon-inside{
    display: block;
    float: left;
    padding: 4% 0;

	-moz-border-radius:    3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius:         3px 0px 0px 3px;
}

.adv .box-widget .widg-icon-inside i.fa{
	color: #fff;
    text-align: center !important;
    display: block;
    width: 100%;
    margin: 0 auto;
}


.adv .box-widget .widg-content{
	padding: 4px 4px;
	-moz-border-radius:    0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius:         0px 3px 3px 0px;
}

.adv .box-widget .widg-content.fill *{
	color: #fff;
}

.adv .box-widget .widg-content .value-bar{
	display: block;
    height: 4px;
    width: 100%;
    margin: 3px 0px 5px -5px;
    background: #ccc;
    overflow: hidden;
	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	border-radius:         4px;
}

.adv .box-widget .widg-content .value-bar .tooltip{
	opacity: 1 !important;
	position: absolute;
	z-index: 5000;

}



.adv .box-widget .widg-content .value-bar .value{
	opacity: 1;
	height: 4px;
}

.adv .widget{
	background: #fff;
	-webkit-box-shadow: 1px 3px 5px 0px rgba(178, 178, 178, 0.4);
	-moz-box-shadow:    1px 3px 5px 0px rgba(178, 178, 178, 0.4);
	box-shadow:         1px 3px 5px 0px rgba(178, 178, 178, 0.4);

	-moz-border-radius:    3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius:         3px 3px 3px 3px;
	overflow: hidden;
}

.adv .widget .tabs_widget ul.nav-tabs{
    
    background: #FFA949;
    border-bottom: 1px solid #E37D0B;
}


.adv .widget .tabs_widget ul.nav-tabs li.active a{
    padding: 5px 20px;
    border-radius: 0;
    font-size: 15px;
    border: none;
    background: #E37D0B;
    color: #fff;
}


.adv .widget .tabs_widget ul.nav-tabs li a{
	 margin: 0;
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 0;
    border: none;
}


.adv .widget .tabs_widget ul.nav-tabs li a:hover{
	background-color: #CE720C !important;
	 margin: 0;
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 0;
    border: none;
}

.adv .box-widget .widg-head .tabs{
	display: block;
    margin-top: -7px;
    float: left;
    padding: 6px 13px 9px;
    height: 33px;
    margin-left: 10px;
    margin-bottom: -5px;
}

.adv .wid-type-0 .widg-icon-inside{
	background: #999999;
}

.adv .wid-type-0 .widg-content.fill{
	background: #C4C4C4;
}

.adv .wid-type-0 .widg-content.fill .value-bar{
	background: #fff;
}

.adv .wid-type-0 .widg-content .value-bar .value{
	background: #555;
}

.adv .wid-type-0.widg-head-styled{
	border-top: 3px solid #999;
}

.adv .wid-type-0 .widg-head.fill {
	background: #AAAAAA;
	color: #fff;
	border-bottom: 1px solid #999999;
    text-shadow: 0px 2px 2px #555;
}

.wid-type-0 .widg-head.fill .btn{
	color: #999999;
}

.adv .wid-type-0 .widg-head.fill .btn:hover{
	background: #555;
	color: #ccc;
}

.adv .wid-type-0 .widg-content .progress-bar {
    background-image: -webkit-linear-gradient(top, #ccc 0, #999 100%);
    background-image: linear-gradient(to bottom, #ccc 0, #999 100%);
    background-repeat: repeat-x;

    -webkit-box-shadow: inset 0 -1px 0 rgba(105, 103, 105, 0.36);
    box-shadow: inset 0 -1px 0 rgba(105, 103, 105, 0.36);
}



.adv .wid-type-a .widg-icon-inside{
	background: #337AB7;
}

.adv .wid-type-a .widg-content p,.adv  .wid-type-a .widg-head{
	color: #337AB7;
}

.adv .wid-type-a .widg-content.fill{
	background: #5393C8;
}

.adv .wid-type-a .widg-content .value-bar .value{
	background: #337AB7;
}

.adv .wid-type-a.widg-head-styled{
	border-top: 3px solid #337AB7;
}

.adv .wid-type-a .widg-head.fill {
	background: #4B8EC6;
	color: #fff;
	border-bottom: 1px solid #337AB7;
    text-shadow: 0px 2px 2px #337AB7;
}

.adv .wid-type-a .widg-head.fill .btn{
	color: #fff;
	background: #337AB7;
}

.adv .wid-type-a .widg-head.fill .btn:hover{
	background: #fff;
	color: #337AB7;
}

.adv .wid-type-a .widg-head .tabs.active{
    background: #337AB7;
    color: #fff;
    text-shadow: 0px 1px #08487C;
}

.adv .wid-type-a .widg-head .tabs:hover{
    background: #70A9D9;
    color: #08487C;
    text-shadow: none !important;
	cursor: pointer;
}



.adv .wid-type-b .widg-icon-inside{
	background: #4DAB4D;
}

.adv .wid-type-b .widg-content.fill{
	background: #95DE95;
}

.adv .wid-type-b .widg-content p,.adv  .wid-type-b .widg-head{
	color: #0D730D;
}


.adv .wid-type-b .widg-content.fill .value-bar{
	background: #fff;
}

.adv .wid-type-b .widg-content .value-bar .value{
	background: #4DAB4D;
}

.adv .wid-type-b.widg-head-styled{
	border-top: 3px solid #518E51;
}

.adv .wid-type-b .widg-head.fill {
	background: #62A762;
	color: #fff;
	border-bottom: 1px solid #4DAB4D;
    text-shadow: 0px 2px 2px #4DAB4D;
}





.adv .wid-type-b .widg-head .tabs.active{
    background: #5CB85C;
    color: #fff;
    text-shadow: 0px 1px #0F890F;
}


.adv .wid-type-b .widg-head .tabs:hover{
    background: #C9E9C9;
    color: #0F890F;
    text-shadow: none !important;
	cursor: pointer;
}



.adv .wid-type-c .widg-icon-inside{
	background: #4DB9D7;
}

.adv .wid-type-c .widg-content p,.adv  .wid-type-c .widg-head{
	color: #058EB4;
}

.adv .wid-type-c .widg-content.fill{
	background: #85D5EC;
}

.adv .wid-type-c .widg-content.fill .value-bar{
	background: #fff;
}

.adv .wid-type-c .widg-content .value-bar .value{
	background: #058EB4;
}


.adv .wid-type-c.widg-head-styled{
	border-top: 3px solid #5BC0DE;
}

.adv .wid-type-c .widg-head.fill {
	background: #2c92af;
	color: #fff;
	border-bottom: 1px solid #058EB4;
    text-shadow: 0px 2px 2px #058EB4;
}



.adv .wid-type-b .widg-icon-inside{
	background: #4DAB4D;
}

.adv .wid-type-b .widg-content.fill{
	background: #8AD38A;
}

.adv .wid-type-b .widg-content p,.adv .wid-type-b .widg-head{
	color: #0D730D;
}


.adv .wid-type-b .widg-content.fill .value-bar{
	background: #fff;
}

.adv .wid-type-b .widg-content .value-bar .value{
	background: #4DAB4D;
}

.adv .wid-type-b.widg-head-styled{
	border-top: 3px solid #518E51;
}

.adv .wid-type-b .widg-head.fill {
	background: #62A762;
	color: #fff;
	border-bottom: 1px solid #4DAB4D;
    text-shadow: 0px 2px 2px #4DAB4D;
}



.adv .box-widget .wid-type-c .widg-head .tabs.active{
    background: #5BC1DE;
    color: #fff;
    text-shadow: 0px 1px #2A95B3;
}


.adv .box-widget .wid-type-c .widg-head .tabs:hover{
    background: #9FE2F5;
    color: #2A95B3;
    text-shadow: none !important;
}

.adv .box-widget .wid-type-c .widg-head .tabs{
    color: #2A95B3;
}





.adv .wid-type-d .widg-icon-inside{
	background: #D9534F;
}

.adv .wid-type-d .widg-content p,.adv  .wid-type-d .widg-head{
	color: #C52B26;
}

.adv .wid-type-d .widg-content.fill{
	background: #F36460;
}

.adv .wid-type-d .widg-content.fill .value-bar{
	background: #fff;
}

.adv .wid-type-d .widg-content .value-bar .value{
	background: #D9534F;
}

.adv .wid-type-d.widg-head-styled{
	border-top: 3px solid #D9534F;
}


.adv .wid-type-d .widg-head.fill {
	background: #EE635F;
	color: #fff;
	border-bottom: 1px solid #D9534F;
    text-shadow: 0px 2px 2px #D9534F;
}




.adv .wid-type-e .widg-icon-inside{
	background: #F7901E;
}

.adv .wid-type-e .widg-content p,.adv  .wid-type-e .widg-head{
	color: #C46C09;
}

.adv .wid-type-e .widg-content.fill{
	background: #FFA949;
}

.adv .wid-type-e .widg-content.fill .value-bar{
	background: #fff;
}

.adv .wid-type-e .widg-content .value-bar .value{
	background: #C46C09;
}

.adv .wid-type-e.widg-head-styled{
	border-top: 3px solid #E37D0B;
}



.adv .wid-type-f .widg-icon-inside{
	background: #FF00FC;
}

.adv .wid-type-f .widg-content p,.adv  .wid-type-f .widg-head{
	color: #F100F1;
}

.adv .wid-type-f .widg-content.fill{
	background: #F899F8;
}

.adv .wid-type-f .widg-content.fill .value-bar{
	background: #fff;
}

.adv .wid-type-f .widg-content .value-bar .value{
	background: #C46C09;
}

.adv .wid-type-f.widg-head-styled{
	border-top: 3px solid #E37D0B;
}

.adv .wid-type-f .widg-content .progress-bar {
    background-image: -webkit-linear-gradient(top, #FD45FD 0, #FF00FC 100%);
    background-image: linear-gradient(to bottom, #FD45FD 0, #FF00FC 100%);
    background-repeat: repeat-x;

    -webkit-box-shadow: inset 0 -1px 0 rgba(144, 0, 144, 0.36);
    box-shadow: inset 0 -1px 0 rgba(144, 0, 144, 0.36);
}

.progress-termometer .progress-bar{
	height: 20px !important;
}

.progress-termometer span{
	 top:13px !important; 
}


.min_box_area, .max_box_area{
	background-color: #964dd7;
	padding: 14px;
	border-top: 1px solid #592c82;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
}

.min_box_area p, .max_box_area p{
	text-align: center;
	color: #fff !important;
	font-size: 16px;
}

.adv .widg-content.fill.purple{
	background: #aa8edc !important;
}
.adv .widg-icon-inside.purple{
	background: #673ab7 !important;
}


.adv .widg-content.fill.brown{
	background: #a58377 !important;
}
.adv .widg-icon-inside.brown{
	background: #795548 !important;
}






.adv .widg-content.fill.violet_b{
	background: #935FA6 !important;
}
.adv .widg-icon-inside.violet_b{
	background: #5E2971 !important;
}




.adv .widg-content.fill.brown_b{
	background: #D2A05D !important;
}
.adv .widg-icon-inside.brown_b{
	background: #AA7939 !important;
}





.adv .widg-content.fill.lime{
	background: #C8CF5C !important;
}
.adv .widg-icon-inside.lime{
	background: #A1A838 !important;
}


.adv .widg-content.fill.d_blue{
	background: #416987 !important;
}
.adv .widg-icon-inside.d_blue{
	background: #29506D !important;
}






.adv .widg-content.fill.violet{
	background: #c264d2 !important;
}
.adv .widg-icon-inside.violet{
	background: #70177f !important;
}

.adv .widg-content.fill.dblue{
	background: #6d6aff !important;
}
.adv .widg-icon-inside.dblue{
	background: #2621f3 !important;
}

.ave_status_text span, .ave_status_text_page span{
    background: #fff;
    padding: 3px 5px;
    border-radius: 16px;
    margin-right: 4px;
    text-shadow: none;
}

.sub_head{
	font-size: 16px;
}


.adv  .small-widget{
	height: 74px;
	display: block;
	overflow: visible;
}

.adv .small-widget .widg-icon-inside{
	height: 74px;
}

.adv  .mid-widget{
	height: 385px;
	display: block;
	overflow: hidden;
}

.adv  .box-widget p, .adv  .box-widget h2{
	padding:0;
	margin:0;
    color: #333;
}

.adv .box-widget p.value{
	font-size: 18px;
	font-weight: bold;
}

.adv .box-widget h2{	
	font-size: 40px;
}

.adv .box-widget h2.sm{	
	font-size: 30px;
	text-shadow: 0 1px 1px #b3b3b3;
}

.adv .reload-widget-icon i.fa{
	color: #999999;
}

.adv .box-widget .widg-head{
	font-size: 15px;
	border-bottom: 1px solid #f4f4f4;	
    padding: 5px 10px;

}

.adv .box-widget .widg-head .sub-h{
	font-size:12px;
	font-weight:normal;
	color: #999;
}

.adv .box-widget a p{
	color:#fff;
	margin-top:5px;
}

.adv .box-widget .progress.slim{
	height: 6px;
}

table.dataTable{
	font-size: 14px !important;
}

.adv .small_orange_fixed{
	width: 110px;
	background-color: #F7901E !important;
}

.adv .small_blue_fixed{
	width: 110px;
	background-color: #337AB7 !important;
}

.adv .small_green_fixed{
	width: 110px;
	background-color: #4dab4d !important;
}

.divider-menu {
	display: block;
	height: 2px;
	background: #101010;
	border-bottom: 1px solid #4D4D4D;
}

@media (min-width: 768px) and (max-width: 991px) {
        .navbar-collapse.collapse {
            display: none !important;
        }
        .navbar-collapse.collapse.in {
            display: block !important;
            height: 500px !important;
            overflow-y: scroll !important;
            overflow-x: hidden !important;
        }

        .navbar-header .collapse, .navbar-toggle {
            display:block !important;
        }
        .navbar-header {
            float:none;
        }
        .navbar-nav {
            float: none !important;
            margin: 0px;
        }
        .navbar-nav {
            margin: 7.5px -15px;
        }
        .nav > li {
            position: relative;
            display: block;
        }
        .navbar-nav > li {
            float: none !important;
        }
        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }
        .navbar-collapse {
            padding-right: 15px;
            padding-left: 15px;
            overflow-x: visible;
            border-top: 1px solid transparent;
            box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
        }
        .nav {
            padding-left: 0px;
            margin-bottom: 0px;
            list-style: outside none none;
        }


       .navbar-nav li.dropdown.open ul.dropdown-menu{
       	width: 100%;
       	background: #333333 !important;

       }



       .navbar-nav li.dropdown.open ul.dropdown-menu a{
           color: rgb(153, 153, 153);
       }



       .navbar-nav li.dropdown.open ul.dropdown-menu a:hover{
       		background: #333333 !important;
           color: #ccc !important;

       }



       .navbar-nav li.dropdown.open ul.dropdown-menu .divider{
       	display: none !important;
       }
    }



    /* Fancy Table */
    .fancyTable td, .fancyTable th {
    	/* appearance */
    	border: 1px solid #778899;

    	/* size */
    	padding: 5px;
    }

    .fancyTable {
    	/* text */
    	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    .fancyTable tbody tr td {
    	/* appearance */
    	background-color: #eef2f9;
    	background-image: -moz-linear-gradient(
    		top,
    		rgba(255,255,255,0.4) 0%,
    		rgba(255,255,255,0.2) 50%,
    		rgba(255,255,255,0.1) 51%,
    		rgba(255,255,255,0.0) 100%);

    	background-image: -webkit-gradient(
    		linear, left top, left bottom,
    		color-stop(0%,rgba(255,255,255,0.4)),
    		color-stop(50%,rgba(255,255,255,0.2)),
    		color-stop(51%,rgba(255,255,255,0.1)),
    		color-stop(100%,rgba(255,255,255,0.0)));

    	/* text */
    	color: #262c31;
    	font-size: 11px;
    }

    .fancyTable tbody tr.odd td {
    	/* appearance */
    	background-color: #d6e0ef;
    	background-image: -moz-linear-gradient(
    		top,
    		rgba(255,255,255,0.4) 0%,
    		rgba(255,255,255,0.2) 50%,
    		rgba(255,255,255,0.1) 51%,
    		rgba(255,255,255,0.0) 100%);

    	background-image: -webkit-gradient(
    		linear, left top, left bottom,
    		color-stop(0%,rgba(255,255,255,0.4)),
    		color-stop(50%,rgba(255,255,255,0.2)),
    		color-stop(51%,rgba(255,255,255,0.1)),
    		color-stop(100%,rgba(255,255,255,0.0)));
    }

    .fancyTable thead tr th,
    .fancyTable thead tr td,
    .fancyTable tfoot tr th, 
    .fancyTable tfoot tr td {
    	/* appearance */
    	background-color: #8ca9cf;
    	background-image: -moz-linear-gradient(
    		top,
    		rgba(255,255,255,0.4) 0%,
    		rgba(255,255,255,0.2) 50%,
    		rgba(255,255,255,0.1) 51%,
    		rgba(255,255,255,0.0) 100%);

    	background-image: -webkit-gradient(
    		linear, left top, left bottom,
    		color-stop(0%,rgba(255,255,255,0.4)),
    		color-stop(50%,rgba(255,255,255,0.2)),
    		color-stop(51%,rgba(255,255,255,0.1)),
    		color-stop(100%,rgba(255,255,255,0.0)));

    	/* text */
    	color: #121517;
    	font-size: 11px;
    	font-weight: bold;
    	text-shadow: 0 1px 1px #e8ebee;
    }

/*
 * by: Mike Coros - 20/09/17;
 */

/*#partial_day_datepicker, #leave_hrs_datepicker  {
	width: 170px;
}*/

#date_of_leave_datepicker, #start_day_datepicker, #end_day_datepicker, #partial_day_datepicker, #leave_hrs_datepicker {
	width: 200px;
}

.time_in_out > .tooltip.fade.top.in, .time_in_out > .tooltip.fade.top, .no_hrs_leave > .tooltip.fade.top.in, .no_hrs_leave > .tooltip.fade.top  {
	width: 300px;
}

i.fa.fa-question-circle.fa-lg.tooltip-test.info_time_data, i.fa.fa-question-circle.fa-lg.tooltip-test.info_hrs_leave {
	cursor: pointer;
}

#annual_manual_entry, #personal_manual_entry {
	text-transform: lowercase;
}

.box.blue-border {
	border-color: #bce8f1 !important;
}

.box-head.blue-bg {
	background: none !important; 
	background-color: #d9edf7 !important;
}

.box.orange-border{
	border-color: #ffb686 !important;
}

.orange-bg{
	background: none !important;
	background-color: #ffce85 !important;
	background: rgb(255,174,53) !important;
background: linear-gradient(0deg, rgba(255,174,53,1) 0%, rgba(255,194,103,1) 43%) !important;
}


label.blue-title {
	color: #31708f;
}

.box.yellow-border {
	border-color: #faebcc !important;
}

.box-head.yellow-bg {
	background: none !important; 
	background-color: #fcf8e3 !important;
}

label.yellow-title {
	color: #8a6d3b;
}


/*   custom checkbox  */


.boxchecked {

  position: relative;
  padding-left: 25px; 
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.boxchecked input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarker {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

/* On mouse-over, add a grey background color */
.boxchecked:hover input ~ .checkmarker {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.boxchecked input:checked ~ .checkmarker {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarker:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.boxchecked input:checked ~ .checkmarker:after {
  display: block;
}

/* Style the checkmark/indicator */
.boxchecked .checkmarker:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*   custom checkbox  */