@import url(font-awesome.min.css);
@font-face {
	font-family:'Avenir-Book';
	src: url('../fonts/Avenir-Book_gdi.eot');
	src: url('../fonts/Avenir-Book_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Avenir-Book_gdi.woff') format('woff'),
		url('../fonts/Avenir-Book_gdi.ttf') format('truetype'),
		url('../fonts/Avenir-Book_gdi.svg#Avenir-Book') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
.trnsn *{transition:none!important}


/*font-family:'Avenir-Book';*/
/*
body{	font-family:'Avenir-Book';
	min-height: 100%;
	width: 100%;
	font-size: 16px;
	padding-top: 60px;
}
*/
.mlr2{margin-left: 2px;margin-right: 2px;}
.fonts-11{font-size: 11px;}
.fonts-12{font-size: 12px;}
.fonts-13{font-size: 13px;}

a:link, input, button, select{outline: none!important;}

input[type="text"], input[type="email"], input[type="search"], input[type="date"],
input[type="time"], input[type="file"], textarea, button,
input[type="password"], input[type="tel"], select, a.btn, span.btn, .btn,
label.form-control
{
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	box-shadow: none!important;
	border-radius: 2px!important;
}

 #table_export_wrapper > .row:first-child,
    #table_export2_wrapper > .row:first-child{
      display: none;
    }
   .btn-xs { margin-bottom: 3px; }

  .table-common td{
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .table-common td:last-child{
  	overflow: auto;
  	max-width: auto;
  }

.form-browse{
	border:1px dashed #ccc;
	display: block;
	width: 100%;
	color: #666;
	padding: 5px 15px 5px 6px;
	font-size: 13px;
}
.form-browse:hover{border-style: dashed;}
.mainbox{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	display: block;
	margin: 0px auto;
	padding-left: 250px;
	-webkit-transition:300ms;
	-moz-transition:300ms;
	transition:300ms;
}
/*--- Left Side Container ---*/
.left-section{
	width: 250px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 59px;
	background: #F8F8F8;
	-webkit-transition:300ms;
	-moz-transition:300ms;
	transition:300ms;
	border-right: 1px solid rgba(0,114,206,0.2);
}
.left-menu{
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.left-submenu{background: rgba(0,114,206,0.15);border-bottom: 2px solid rgba(0,114,206,1);}
.left-submenu2{background: #ffffff;}
.left-submenu3{background: #ffffff;}
.left-menu ul{margin: 0px; padding: 0px; list-style-type: none;}
.left-submenu li a{padding-left: 15px!important;}
.left-submenu2 li a{padding-left: 32px!important;}
.left-submenu3 li a{padding-left: 50px!important;}

.left-menu ul li a, a.active2.more-menu.collapsed,
a.active2.more-submenu.collapsed,
a.active1.more-submenu.collapsed,
a.active1.more-menu.collapsed{
	font-size: 14px;
	display: block;
	color: #444;
	padding: 10px 10px 6px 10px;
	border-bottom: 1px solid rgba(0,114,206,0.2);
	text-decoration: none;
	-webkit-transition:300ms;
	-moz-transition:300ms;
	transition:300ms;
	position: relative;
}
.left-menu ul li a.more-menu.collapsed span:before, 
.left-menu ul li a.more-submenu.collapsed span:before,
.left-menu ul li a.more-submenu3.collapsed span:before{
	content: '+';
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(0,114,206,0.4);
	color: rgba(0,114,206,0.8);
	width: 20px;
	height: 20px;
	display: block;
	top: 50%;
	margin-top: -10px;
	right: 10px;
}

.left-menu ul li a.more-menu.collapsed:hover span:before, 
.left-menu ul li a.more-submenu.collapsed:hover span:before,
.left-menu ul li a.more-submenu3.collapsed:hover span:before{
	border: 1px solid #ccc;
	color: #fff;
}

.left-menu ul li a.more-menu span:before,
.left-menu ul li a.more-submenu span:before,
.left-menu ul li a.more-submenu3 span:before{
	content: '-';
	font-size: 18px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #ccc;
	width: 20px;
	height: 20px;
	display: block;
	top: 50%;
	margin-top: -10px;
	right: 10px;
}

a.active2.more-menu.collapsed, a.more-menu.collapsed,
a.active2.more-submenu.collapsed, a.more-submenu.collapsed,
a.active3.more-submenu3.collapsed, a.more-submenu3.collapsed
{	background: transparent; color: #333333; }

.left-menu ul li a:hover, 
.left-menu ul li a.active,
a.active2.more-menu.collapsed:hover,
a.active1.more-menu.collapsed:hover,
.active1.more-menu,
a.active2.more-submenu.collapsed:hover,
a.active1.more-submenu.collapsed:hover,
.active1.more-submenu{	color: #ffffff; background-color: #0072CE;}
.active2.more-menu, .active2.more-submenu{color: #ffffff;background-color: #959595;}
.active2.more-menu, .active2.more-submenu3{color: #fff;background-color: #BABABA;}
.left-submenu li a:hover, .left-submenu li a.active{background-color: #959595!important;}
.left-submenu2 li a:hover,
.left-submenu2 li a.active{
	color: #fff!important;
	background-color: #BABABA!important;
}
.left-submenu3 li a:hover,
.left-submenu3 li a.active{
	color: #000!important;
	background-color: #E9E9E9!important;
}
.left-menu ul li a i{
	min-width: 26px;
	min-height: 26px;
	font-size: 18px;
	text-align: center;
	margin-right: 6px;
}
/*--- Right Side Container ---*/
.right-section{
	width: 100%;
	height: 100%;
	padding-top: 59px;
	position: relative;
	padding-bottom: 20px;
	-webkit-transition:500ms;
	-moz-transition:500ms;
	transition:500ms;
}
.right-inner{
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	overflow-scrolling: touch;
	padding: 20px;
	background: #ffffff;
}
.copyrights{
	width: 100%;
	position: absolute;
	bottom: 0px;
	font-size: 10px;
	height: 20px;
	line-height: 19px;
	color: #555;
	text-align: center;
	background: #F8F8F8;
	border-top: 1px solid #ddd; 
}
/*--- Mobile Navigation ---*/
.mobilenavi{
	display: none;
	width: 36px;
	height: 59px;
	background: transparent;
	position: absolute;
	padding-top: 4px;
	line-height: 50px;
	text-align: left;
	color: #888;
	left: 0px;
	top: 0px;
	font-size: 26px;
	padding-left: 4px;
	cursor: pointer;
	transition:600ms;
	-webkit-transition:600ms;
	-moz-transition:600ms;
	-ms-transition:600ms;
}
/*--- Dashboard Tiles Design ---*/
.drop-icon li a{font-size: 16px;}
.drop-icon li a i{
	text-align: center;
	width: 26px;
	font-size: 18px;
	margin-right: 8px;
	padding-top: 6px;
	padding-bottom: 8px;
}
.user-img{padding-left: 44px!important;}
.user-img img{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 8px;
	top: 14px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
	box-shadow: 0px 0px 4px #ccc;
}
/*--- Checkbox Design ---*/
.checkdesign label input, label.checkdesign input,
label.small-check input
{opacity: 0; position: absolute; visibility: hidden;}
.checkdesign label,label.checkdesign
{	position: relative;
	padding-left: 27px;
	font-weight: normal;
}
label.checkdesign{padding-right: 14px;}
.checkdesign label span, label.checkdesign span{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	display: inline-block;
	-webkit-transition:500ms;
	-moz-transition:500ms;
	-ms-transition:500ms;
	-o-transition:500ms;
	transition:500ms;
	background: #fff;
}
.checkdesign label:hover span,
label.checkdesign:hover span,
label.small-check:hover span
{border-color: #0072CE;}

.checkdesign label input[type="checkbox"]:checked ~ span,
label.checkdesign input[type="checkbox"]:checked ~ span,
label.small-check input[type="checkbox"]:checked ~ span,
label.checkdesign input[type="radio"]:checked ~ span,
label.small-check input[type="radio"]:checked ~ span
{
	display: inline-block;
	border-color: #0072CE;
}

.checkdesign label input[type="checkbox"]:checked ~ span:after,
label.checkdesign input[type="checkbox"]:checked ~ span:after,
label.small-check input[type="checkbox"]:checked ~ span:after,
label.checkdesign input[type="radio"]:checked ~ span:after,
label.small-check input[type="radio"]:checked ~ span:after
{
	content: '';
	position: absolute;
	display: block;
	top: 5px;
	left: 3px;
	width: 12px;
	height: 6px;
	border-left: 2px solid #0072CE;
	border-bottom: 2px solid #0072CE;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation:radi 120ms linear;
	-o-animation:radi 120ms linear;
	animation:radi 120ms linear;
}
/*///*/
label.small-check{
	font-weight: normal; 
	position: relative; 
	margin-right: 14px; 
	padding-left: 22px;
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
label.small-check:hover{
	white-space: normal;
}

label.small-check span{
	position: absolute;
	top: 3px;
	left: 0px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	display: inline-block;
	-webkit-transition:500ms;
	-moz-transition:500ms;
	-ms-transition:500ms;
	-o-transition:500ms;
	transition:500ms;
	vertical-align: middle;
	background: #fff;
}
label.small-check input[type="checkbox"]:checked ~ span:after,
label.small-check input[type="radio"]:checked ~ span:after{
	content: '';
	top: 4px;
	left: 2px;
	width: 10px;
	height: 5px;
	position: absolute;
}


/*--- Select Arrow ---*/
.selectarrow{position: relative;}
.selectarrow select{
	padding-right: 30px;
	padding-left: 8px;
}
.form-group-lg .selectarrow:hover:after,
.selectarrow:hover:after{
	border-color: #0072CE;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.form-group-lg .selectarrow:after{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	z-index: 1;
	top: 13px;
	right: 12px;
	border-left: 2px solid #888;
	border-bottom: 2px solid #888;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	pointer-events: none;
	-webkit-transition:500ms;
	-moz-transition:500ms;
	transition:500ms;
}
.selectarrow:after{
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	z-index: 1;
	top: 10px;
	right: 12px;
	border-left: 2px solid #888;
	border-bottom: 2px solid #888;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	pointer-events: none;
	-webkit-transition:500ms;
	-moz-transition:500ms;
	transition:500ms;
}

/*--- Start - On Hover Show Title ---*/
/*.form-control:hover,.datatitle:hover, .datatitlebottom:hover{z-index: 99;}*/
.form-control, .datatitle, .datatitlebottom{position: relative!important;}
.form-control[title]:hover:before, .datatitle[data-title]:hover:before, .datatitlebottom[data-title]:hover:before{
	content: '';
	position: absolute;
	z-index: 99;
	right: 0px;
	width: 0px;
	height: 0px;
	top: -9px;
	margin-right: 4px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #888888;
	animation:titlemove 300ms linear;
  -webkit-animation:titlemove 300ms linear;
  pointer-events: none;
}
.datatitlebottom[data-title]:hover:before{
	top: 32px;
	margin-right: 6px;
	border-top: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #888;
}

.form-control[title]:hover:after,.datatitle[data-title]:hover:after, .datatitlebottom[data-title]:hover:after{
	content: attr(data-title);
	position: absolute;
	min-width: 70px;
	height: 28px;
	border-radius: 1px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding: 4px 6px 2px 6px;
	top: -36px;
	right: 0px;
	z-index: 99;
	text-align: center;
	white-space: nowrap;
	background: -webkit-linear-gradient(#222, #888);
	background: -o-linear-gradient(#222, #888);
	background: -moz-linear-gradient(#222, #888);
	background: linear-gradient(#222, #888);
	box-shadow:0px -2px 3px #888; 
	animation:titlemove 250ms linear;
	-webkit-animation:titlemove 250ms linear;
	display: block;
}
.datatitlebottom[data-title]:hover:after{
	top: 40px;
	height: 28px;
	box-shadow:0px 1px 2px #666;
	background: -webkit-linear-gradient(#888, #222);
	background: -o-linear-gradient(#888, #222);
	background: -moz-linear-gradient(#888, #222);
	background: linear-gradient(#888, #222);
	padding: 4px 6px 4px 6px;
}

@keyframes titlemove{
	from{right: 20px;}
	to{right: 0px;}
}
@-webkit-keyframes titlemove{
	from{right: 20px;}
	to{right: 0px;}
}

.modal {z-index: 9999!important;}
.pagination {margin:  0;}

/*//Color Checkbox  --------->*/
tr.open, tr.open:hover { background-color: #78a8e9 !important; color:#000; }
tr.disputed, tr.disputed:hover { background-color: #FF98A1 !important; color:#000; }
tr.onhold, tr.onhold:hover { background-color: #F5F6B6 !important; color:#000; }
tr.approved, tr.approved:hover { background-color: #B1FFB1 !important; color:#000; }
tr.reviewed, tr.reviewed:hover { background-color: #C9C9C9 !important; color:#000; }
tr.rejected, tr.rejected:hover { background-color: #ee5b68 !important; color:#000; }
tr.paid, tr.paid:hover { background-color: #ACCFFF !important; color:#000; }

.checkbox-color{margin-left: 15px;}
.checkbox-color label { vertical-align: middle; margin: 0px;}

.checkbox-color input[type="checkbox"] { opacity: 0; display: none;}

.checkbox-color input[type="checkbox"]:disabled ~ span {
	background-color: #eeeeee; cursor: not-allowed; opacity: 0.65;}
.checkbox-color input[type="checkbox"]:checked ~ span{
	box-shadow: 0px 1px 2px #888;
}

.checkbox-color input[type="checkbox"]:checked ~ span:after,
.checkbox-color input[type="checkbox"]:checked ~ span:before
{border-color: #000!important;}

.checkbox-open input[type="checkbox"]:checked ~ span{
	background-color: #78a8e9;
	border-color:#78a8e9!important;
}
.checkbox-noopen input[type="checkbox"]:checked ~ span{
	background-color: #ff0000;
	border-color:#ff0000!important;
}

.checkbox-disputed input[type="checkbox"]:checked ~ span {
	background-color: #FF98A1;
	border-color: #FF98A1!important;
}

.checkbox-onhold input[type="checkbox"]:checked ~ span {
	background-color: #F5F6B6;
	border-color: #F5F6B6!important;
}

.checkbox-approved input[type="checkbox"]:checked ~ span {
	background-color: #B1FFB1;
	border-color: #B1FFB1!important;
}

.checkbox-reviewed input[type="checkbox"]:checked ~ span {
	background-color: #C9C9C9;
	border-color: #C9C9C9!important;
}

.checkbox-rejected input[type="checkbox"]:checked ~ span {
	background-color: #ee5b68;
	border-color: #ee5b68!important; }

.checkbox-paid input[type="checkbox"]:checked ~ span {
	background-color: #ACCFFF;
	border-color: #ACCFFF!important; }

/*ymn 8/12/15*/
.viewrfp3 hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #ddd;
}

table.table-common.viewrfp2 tr td a { color: #3333FF !important; }

hr.thinline-lr-detail {
	border: 0;
	height: 1px;
	padding: 0;
	margin: 0;
	background:#333;
	background: -webkit-linear-gradient(to right, #fff, #bbb, #bbb, #ddd, #ddd, #eee, #fff, #fff) repeat scroll 0 0;
	background: -moz-linear-gradient(to right, #fff, #bbb, #bbb, #ddd, #ddd, #eee, #fff, #fff) repeat scroll 0 0;
	background: -o-linear-gradient(to right, #fff, #bbb, #bbb, #ddd, #ddd, #eee, #fff, #fff) repeat scroll 0 0;
	background: linear-gradient(to right, #fff, #bbb, #bbb, #ddd, #ddd, #eee, #fff, #fff) repeat scroll 0 0;
	}

.list-inline>li a {
    font-size:14px;
	color: #3333FF;
	}

table.viewrfp2 tr td p {
  margin: 0 0 3px!important;
	padding: 4px;
	background: #F6F6F6;
	color: #656565;
	border: 1px solid #efefef;
	}

table.viewrfp2 thead tr th p {
  margin: 0 0 3px!important;
	font-size: 14px;
	color: #333;
}
.notouchthis{
	padding-right: 77px!important;
}

span.status-info{
	position: absolute;
	left: 0px;
	top: 0px;
	height: calc(100% + 2px);
	padding: 8px 2px 8px 5px;
}
span.open { border-left: 4px solid green !important; }
span.disputed { border-left: 4px solid #C75660 !important; }
span.onhold { border-left: 4px solid #FFF000 !important; }
span.approved { border-left: 4px solid #f10 !important; }
span.reviewed { border-left: 4px solid #C9C9C9 !important; }
span.rejected { border-left: 4px solid #ee5b68 !important; }
span.paid { border-left: 4px solid #ACCFFF !important; }
span.nte { border-left: 4px solid #32c5d2 !important; }
span.in-route { border-left: 4px solid #a544c7 !important; }
span.arrived { border-left: 4px solid #015c55 !important; }
span.submited { border-left: 4px solid #73AD21 !important; }
span.return { border-left: 4px solid #f3581c !important; }
span.pending-part { border-left: 4px solid #cca300 !important; }
span.proposal-apvrd { border-left: 4px solid #2bab3a !important; }
span.proposal-apvrd2 { border-left: 4px solid #70db7d !important; }
span.re-assign { border-left: 4px solid #cc3300 !important; }
span.cancel { border-left: 4px solid #660000 !important; }




td.open { border-left: 10px solid #2778E6 !important; color:#000; }
td.disputed { border-left: 10px solid #C75660 !important; color:#000; }
td.onhold, td.Pending { border-left: 10px solid #FFF000 !important; color:#000; }
td.approved { border-left: 10px solid #378837 !important; color:#000; }
td.reviewed { border-left: 10px solid #C9C9C9 !important; color:#000; }
td.rejected { border-left: 10px solid #ee5b68 !important; color:#000; }
td.paid { border-left: 10px solid #ACCFFF !important; color:#000; }
td.nte { border-left: 10px solid #32c5d2 !important; color:#000; }
td.in-route { border-left: 10px solid #a544c7 !important; color:#000; }
td.arrived, td.Arrived { border-left: 10px solid #015c55 !important; color:#000; }
td.submited { border-left: 10px solid #73AD21 !important; color:#000; }
td.return { border-left: 10px solid #f3581c !important; color:#000; }
td.pending-part { border-left: 10px solid #cca300 !important; color:#000; }
td.proposal-apvrd { border-left: 10px solid #2bab3a !important; color:#000; }
td.proposal-apvrd2 { border-left: 10px solid #70db7d !important; color:#000; }
td.re-assign { border-left: 10px solid #cc3300 !important; color:#000; }
td.cancel { border-left: 10px solid #660000 !important; color:#000; }



.checkbox-dark-open input[type="checkbox"]:checked ~ span{
	background-color: #62c762;
	border-color:#62c762!important;
}
.checkbox-dark-noopen input[type="checkbox"]:checked ~ span{
	background-color: #ff0000;
	border-color: #ff0000!important;
}
.checkbox-dark-disputed input[type="checkbox"]:checked ~ span {
	background-color: #C75660;
	border-color: #C75660!important;
}
.checkbox-dark-onhold input[type="checkbox"]:checked ~ span,
.checkbox-dark-pending input[type="checkbox"]:checked ~ span
{
	background-color: #FFF000;
	border-color: #FFF000!important;
}
.checkbox-dark-approved input[type="checkbox"]:checked ~ span {
	background-color: #378837;
	border-color: #378837!important;
}
.checkbox-dark-reviewed input[type="checkbox"]:checked ~ span {
	background-color: #a5a5a5;
	border-color: #a5a5a5!important; 
}
.checkbox-dark-rejected input[type="checkbox"]:checked ~ span {
	background-color: #ee5b68;
	border-color: #ee5b68!important;
}
.checkbox-dark-paid input[type="checkbox"]:checked ~ span {
	background-color: #ACCFFF;
	border-color: #ACCFFF!important;
}
.checkbox-dark-nte input[type="checkbox"]:checked ~ span {
	background-color: #32c5d2;
	border-color: #32c5d2!important;
}
.checkbox-dark-in-route input[type="checkbox"]:checked ~ span {
	background-color: #a544c7;
	border-color: #a544c7!important;
}
.checkbox-dark-arrived input[type="checkbox"]:checked ~ span {
	background-color: #015c55;
	border-color: #015c55!important;
}
.checkbox-dark-submited input[type="checkbox"]:checked ~ span {
	background-color: #73AD21;
	border-color: #73AD21!important;
}
.checkbox-dark-return input[type="checkbox"]:checked ~ span {
	background-color: #f3581c;
	border-color: #f3581c!important;
}
.checkbox-dark-pending-part input[type="checkbox"]:checked ~ span {
	background-color: #cca300;
	border-color: #cca300!important;
}
.checkbox-dark-proposal-apvrd input[type="checkbox"]:checked ~ span {
	background-color: #2bab3a;
	border-color: #2bab3a!important;
}
.checkbox-dark-proposal-apvrd2 input[type="checkbox"]:checked ~ span {
	background-color: #70db7d;
	border-color: #70db7d!important;
}
.checkbox-dark-re-assign input[type="checkbox"]:checked ~ span {
	background-color: #cc3300;
	border-color: #cc3300!important;
}
.checkbox-dark-cancel input[type="checkbox"]:checked ~ span {
	background-color: #660000;
	border-color: #660000!important;
}
/*Don't touch this code*/

/*
.navbar-brand{
	padding-top: 0px!important;
	padding-left: 11px;
}
.navbar-brand img{
	width: 230px;
	margin-top: 8px;
}
.navbar
{
  min-height: 59px;
  background: -webkit-linear-gradient(#fff, #eee, #ccc);
  background: -o-linear-gradient(#fff, #eee, #ccc);
  background: -moz-linear-gradient(#fff, #eee, #ccc);
  background: linear-gradient(#fff, #eee, #ccc);
}
.navbar-nav > li > a {
  font-size: 14px;
  padding-bottom: 19px;
  padding-top: 19px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a.active{
	color: #fff!important;
	background: -webkit-linear-gradient(#ccc,#0072CE,#0072CE)!important;
	background: linear-gradient(#ccc,#0072CE,#0072CE)!important;
}
*/
.form-horizontal .control-label,
.form-inline .control-label{
	font-size: 15px;
  padding-top: 5px;
  color: #666;
  font-weight: 500;
}

.form-horizontal .form-group-lg .control-label{
	font-size: 15px;
  padding-top: 11px;
  font-weight: 500;
  color: #666;
}

.panel-menu{
	padding:0px!important;
	margin:0px!important;
	border: none!important;
	background: transparent!important;
	box-shadow: none!important;
}

/*///*/
table tr td, table tr th {font-size: 15px;}
table.table-common thead tr:first-child{
	background: -webkit-linear-gradient(#fff, #eee, #ccc);
  background: -o-linear-gradient(#fff, #eee, #ccc);
  background: -moz-linear-gradient(#fff, #eee, #ccc)!important;
  background: linear-gradient(#fff, #eee, #ccc)!important;
}
table.table-common thead tr:first-child th{
	border-bottom: 1px solid #ccc;
	color: #606060;
	vertical-align: middle;
	padding-right: 20px;
	font-weight: 600;
	font-size: 14px;
	font-family: sans-serif;
}

table.table-common{background: #ffffff;}
table tbody tr td{font-size: 15px; position: relative;}
table.table-common tbody tr:nth-child(2n+2){background: #F5F5F5;}
table.table-common tbody tr:hover{background:rgba(0, 122, 255,0.15); transition: 250ms;}


.breadcrumb {
	background-color: #F8F8F8;
	padding: 4px 15px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border: 1px dotted #ddd;
	margin-bottom: 5px;
}

.breadcrumb a {color: #777; font-size: 14px; }
.breadcrumb a:hover {text-decoration: none;}
.breadcrumb > .active, .breadcrumb a:hover{color: #0072CE;font-size: 14px;}
.breadcrumb > li + li:before {content: "\00BB";color: #aaa;}
.dataTables_processing{
	text-align: center;
	font-size: 19px;
	width: 160px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 40%;
	color: #0072CE ;
	margin-left: -80px;
	background:#fff url(../img/process.gif); 
	background-repeat: no-repeat;
	background-position: 50% 80%;
	/*display: block!important;*/
	box-shadow: 0px 0px 12px #666;
	border-radius: 2px;
}

div.dataTables_length label,
div.dataTables_filter label,
div.dataTables_info {
	color: #999;
	font-weight: normal;
}

div.dataTables_length label {
	float: left;
	text-align: left;
	margin-bottom: 0;
}

div.dataTables_length select {
	width: 75px;
	margin-bottom: 0;
	display: inline-block;
}

div.dataTables_filter label {
	float: right;
	margin-bottom: 0;
}
div.dataTables_filter input {
	display: inline-block !important;
	width: auto !important;
	margin-bottom: 0;
	margin-left: 0.5em;
}

div.dataTables_info {
	padding-top: 2px;
	font-size: 0.875em;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

table.dataTable {
	clear: both;
	margin: 0.5em 0 !important;
	max-width: none !important;
	width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}

table.dataTable thead .sorting { background: url(../img/sort_both.png) no-repeat center right; }
table.dataTable thead .sorting_asc { background: url(../img/sort_asc.png) no-repeat center right; }
table.dataTable thead .sorting_desc { background: url(../img/sort_desc.png) no-repeat center right; }
table.dataTable thead .sorting_asc_disabled { background: url(../img/sort_asc_disabled.png) no-repeat center right; }
table.dataTable thead .sorting_desc_disabled { background: url(../img/sort_desc_disabled.png) no-repeat center right; }

table.dataTable th:active {
	outline: none;
}

/* Scrolling */
.table tbody tr.active td,
.table tbody tr.active th {
	background-color: #08C;
	color: white;
}
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
	background-color: #0075b0 !important;
}
.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0072CE!important;
  border-color: #0072CE!important;
}
.dropdown-menu > li > label:hover, .dropdown-menu > li > label:focus { white-space: nowrap; }
.dropdown-menu > li > input:checked ~ label, .dropdown-menu > li > input:checked ~ label:hover, 
.dropdown-menu > li > input:checked ~ label:focus, .dropdown-menu > .active > label, 
.dropdown-menu > .active > label:hover, .dropdown-menu > .active > label:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #0072CE!important;
    border-bottom: solid 1px #0072CE!important;
}

.table-common thead th{ white-space: nowrap;}

body.body-set{overflow: hidden;}

.ecomodal-body{
  background: #fff;
  box-shadow: 0px 0px 6px #ccc;
}
.close-modal{
  width: 30px;
  height: 30px;
  position: relative;
  top: -4px;
  right: -10px;
  color: red;
  font-size: 30px;
  line-height: 27px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition:500ms;
  -webkit-transition:500ms;
  -moz-transition:500ms;
}
.close-modal:hover{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.eco-modal{
  position: fixed;
  display: none;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  outline: 0 none;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  overflow-y: auto; 
  transition:500ms;
  -webkit-transition:500ms;
  -moz-transition:500ms;
}
.eco-modal.show-modal{
  display: block;
  -webkit-animation: ecomotion 500ms linear;
  -moz-animation: ecomotion 500ms linear;
  animation: ecomotion 500ms linear;
}

@-webkit-keyframes ecomotion{
  from{-webkit-transform:scale(0.1);}
  to{-webkit-transform:scale(1);}
}
@-moz-keyframes ecomotion{
  from{-moz-transform:scale(0.1);}
  to{-moz-transform:scale(1);}
}
@keyframes ecomotion{
  from{transform:scale(0.1);}
  to{transform:scale(1);}
}

.eco-modal.ecoanimate-modal{
  -webkit-animation: ecomotionhide 500ms linear;
  -moz-animation: ecomotionhide 500ms linear;
  animation: ecomotionhide 500ms linear;
}
@-webkit-keyframes ecomotionhide{
  from{-webkit-transform:scale(1);}
  to{-webkit-transform:scale(0.1);}
}
@-moz-keyframes ecomotionhide{
  from{-moz-transform:scale(1);}
  to{-moz-transform:scale(0.1);}
}
@keyframes ecomotionhide{
  from{transform:scale(1);}
  to{transform:scale(0.1);}
}


.dropdown-menu > li > input:checked ~ label, .dropdown-menu > li > input:checked ~ label:hover, 
.dropdown-menu > li > input:checked ~ label:focus,   .dropdown-menu > .active > label, 
.dropdown-menu > .active > label:hover, .dropdown-menu > .active > label:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #286090;
	border-bottom: solid 1px #2e6da4;
}

.customz-search{ width:100%; max-width:190px; display:inline-block; vertical-align:middle}
.customz-table-dropdown{width:100%; max-width:70px; display:inline-block; vertical-align:middle}


@media (max-width:1500px){
 .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px;
    vertical-align: middle;
}
table tbody tr td {
  font-size: 13.5px;
  color: #666;
}
table.table-common thead tr:first-child th {
    color: #606060;
    font-size: 13px;
}
}


.dataTables_wrapper .row{

}

.dataTables_wrapper .row .col-sm-12{
	padding-left: 5px!important;
	padding-right: 5px!important;
}



tr.active0{
	border-left: 5px solid #FF0000;
}
tr.active1{
	border-left: 5px solid #62c762;
}
tr.active2{
	border-left: 5px solid #FFA500;
}

.buton_reject_holidays{
	color: #fff;
	background-color: #c90404;
	border-color: #cc0000;
}


.dataTables_wrapper table tr td:last-child{
	overflow: visible!important;
}



span.hidden{display: none!important;}


.mt-15{margin-top: 15px}.mt-18{margin-top: 18px}
.pt-0{padding-top: 0;}



























