
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');


/************** Helvetica Neue Font - Start *******************/

@font-face {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/HelveticaNeue-Roman.eot'); /* IE9 Compat Modes */
	src: local('Helvetica Neue'), local('Helvetica Neue'), 
		/*url('../fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
		url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/HelveticaNeue-Roman.woff') format('woff'), /* Modern Browsers */
		url('../fonts/HelveticaNeue-Roman.ttf') format('truetype'), /* Safari, Android, iOS */ 
		url('../fonts/HelveticaNeue-Roman.svg#Helvetica Neue') format('svg'); /* Legacy iOS */
}
html, body {
	height: 100%;
	margin: 0;
}
body {
	font-family: "Helvetica Neue", sans-serif;
	color: #333;
	padding: 0px;
	font-size: 14px;
	line-height: 18px !important;
	word-break: break-all;
	word-wrap: normal;
}
* {
	padding: 0;
	margin: 0;
}
a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #E27B35;
}
.imageOpacity a:hover {
	opacity: 1;
}
button:hover {
	opacity: 0.8;
}
a:hover, a:focus {
	text-decoration: none;
	color: #E27B35;
	outline: none;
}
button:focus {
	outline: none !important;
}

select:focus {
outline: none;
}
.greyTopBorder {
	background-color: #e0e0e0;
	height: 5px;
}
.vm-admin-sprite {
	background-image: url("../images/vm-admin-sprite.png");
	background-repeat: no-repeat;
}
.shadow {
	box-shadow: 0px 0px 10px 2px rgba(102,102,102,0.2)
}
.shadow1 {
	box-shadow: 0px 0px 5px 5px rgba(102,102,102,0.2);
}
.container {
	width: 1170px;
}
.admin-logo {
	height: 50px;
}
.linkDisable {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.5;
}
.linkDisable1 {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.3;
}
.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 5px;
}
.roboto-font {
	font-family: "Roboto", sans-serif;
}
.robotoCondensed-font
{
	font-family: 'Roboto Condensed', sans-serif;
	}
/********** Text Indent ************/

.textIndent {
	text-indent: 50px;
}
.textIndent30 {
	text-indent: 30px;
}

/************* Heading **************/

h2 {
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	font-weight: 600;
	color: #E27B35;
}
h4 {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #333;
}
.mainHeading {
	margin: 90px 0 50px 0;
}
/******* Commmon for all pages *******/

.pt-0 {
	padding-top: 0px !important;
}
.pt-3 {
	padding-top: 3px !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-8 {
	padding-top: 8px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-13 {
	padding-top: 13px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-25 {
	padding-top: 25px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}

.pt-45 {
	padding-top: 45px !important;
}


.pt-48 {
	padding-top: 48px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pt-65 {
	padding-top: 65px !important;
}
.pt-80 {
	padding-top: 80px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pt-130 {
	padding-top: 130px !important;
}
.pt-138 {
	padding-top: 138px !important;
}
.pt-150 {
	padding-top: 150px !important;
}
.pt-175 {
	padding-top: 175px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.pl-6 {
	padding-left: 6px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pl-12 {
	padding-left: 12px !important;
}
.pl-15 {
	padding-left: 15px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
.pl-25 {
	padding-left: 25px !important;
}
.pl-30 {
	padding-left: 30px !important;
}
.pl-40 {
	padding-left:40px !important;
}

.pl-43 {
	padding-left:43px !important;
}
.pl-50 {
	padding-left: 50px !important;
}
.pl-54 {
	padding-left: 54px !important;
}
.pl-65 {
	padding-left: 65px !important;
}
.pl-245 {
	padding-left: 245px !important;
}
.pl-385 {
	padding-left: 385px !important;
}
.pl-60 {
	padding-left: 60px !important;
}
.pl-70 {
	padding-left: 70px !important;
}
.pl-80 {
	padding-left: 80px !important;
}
.pl-90 {
	padding-left: 90px !important;
}
.pl-183 {
	padding-left: 183px;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pb-2 {
	padding-bottom: 2px !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pb-8 {
	padding-bottom: 8px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-11 {
	padding-bottom: 11px !important;
}
.pb-13 {
	padding-bottom: 13px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-25 {
	padding-bottom: 25px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-70 {
	padding-bottom: 70px !important;
}
.pb-80 {
	padding-bottom: 80px !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}
.pr-0 {
	padding-right: 0px !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pr-10 {
	padding-right: 10px !important;
}
.pr-15 {
	padding-right: 15px !important;
}
.pr-20 {
	padding-right: 20px !important;
}
.pr-25 {
	padding-right: 25px !important;
}

.pr-22 {
	padding-right: 22px !important;
}
.pr-30 {
	padding-right: 30px !important;
}

.pr-40 {
	padding-right: 40px !important;
}
.pr-50 {
	padding-right: 50px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-1 {
	margin-top: 1px !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-8 {
	margin-top: 8px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-12 {
	margin-top: 12px !important;
}
.mt-14 {
	margin-top: 14px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-53 {
	margin-top: 53px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-100 {
	margin-top: 100px !important;
}
.mt-130 {
	margin-top: 130px !important;
}
.mt-150 {
	margin-top: 150px !important;
}
.mr-3 {
	margin-right: 3px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr-30 {
	margin-right: 30px !important;
}
.mr-40 {
	margin-right: 40px !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-2 {
	margin-bottom: 2px !important;
}
.mb-3 {
	margin-bottom: 3px !important;
}
.mb-8 {
	margin-bottom: 8px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.plr-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.plr-8 {
	padding-left: 8px !important;
	;
	padding-right: 8px !important;
	;
}
.plr-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.plr-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.plr-40 {
	padding-left: 40px;
	padding-right: 40px;
}
.plr-50 {
	padding-left: 50px;
	padding-right: 50px;
}
.plr-100 {
	padding-left: 100px;
	padding-right: 100px;
}
.ml-0 {
	margin-left: 0px !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.ml-22 {
	margin-left: 22px !important;
}
.ml-30 {
	margin-left: 30px !important;
}
.ml-40 {
	margin-left: 40px !important;
}
.ml-50 {
	margin-left: 50px !important;
}
.ml-100 {
	margin-left: 100px !important;
}
.padding-0 {
	padding: 0px !important;
}
.padding-25 {
	padding: 25px 20px !important;
}
.padding-10 {
	padding: 10px !important;
}
/********* Font sizes *****/
.font-10 {
	font-size: 10px !important;
}
.font-11 {
	font-size: 11px !important;
}
.font-12 {
	font-size: 12px !important;
}
.font-13 {
	font-size: 13px !important;
}
.font-14 {
	font-size: 14px !important;
}
.font-15 {
	font-size: 15px !important;
}
.font-17 {
	font-size: 17px !important;
}

.font-18 {
	font-size: 18px !important;
}
.font-20 {
	font-size: 20px !important;
}
.font-26 {
	font-size: 26px !important;
}
/********* Font Weight *****/

.font-weight700 {
	font-weight: 700;
}
.font-weight600 {
	font-weight: 600;
}

.font-weight400 {
	font-weight: 400;
}
/************* Extra CSS **************/

.outerTable {
	height: 100%;
	width: 100%;
	margin: 0px;
}
.no-border td {
	border-top: none !important;
}
.border-bottom {
	border-bottom: 2px solid #666;
}
.border-bottom0 {
	border-bottom: 0px solid #666 !important;
}

.border-top0 {
	border-top: 0px solid #666 !important;
}


.border-top2 {
	border-top: 2px solid #666 !important;
}

.border-top1 {
	border-top: 1px solid #d7d7d7 !important;
}

.border-bottom1 {
	border-bottom: 1px solid #ccc;
}


.orangeborder-bottom {
    border-bottom: 2px solid #E27B35;
}

.greyBorder {
	border: 1px solid #ccc;
}
.greyBorder1 {
	border: 1px solid #ccc !important;
}

.lineHeight10 {
	line-height: 10px;
}
.lineHeight18 {
	line-height: 18px;
}

.lineHeight16 {
	line-height: 16px !important;
}
.lineHeight24 {
	line-height: 24px;
}

.lineHeightNormal {
	line-height: normal;
}

/*************** Form **********************/


::-webkit-input-placeholder {
 font-size: 11px;
 color: #ccc;
}
:-moz-placeholder { /* older Firefox*/
 font-size:11px;
 color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
 font-size: 11px;
 color: #ccc;
}
:-ms-input-placeholder {
 font-size: 11px;
 color: #ccc;
}
 .form-control::-moz-placeholder {
color:#ccc;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#ccc
}
.form-control::-webkit-input-placeholder {
color:#ccc
}
 .form-control-dark::-moz-placeholder {
color:#333;
opacity:1;
 font-size:13px;
}
.form-control-dark:-ms-input-placeholder {
color:#333;
 font-size:13px;
}
.form-control-dark::-webkit-input-placeholder {
color:#333;
 font-size:13px;
}
/************* Block *************/

.displayBlock {
	display: block;
}
.inlineBlock {
	display: inline-block;
}
.minHeight {
	min-height: 300px;
}

.minHeight30 {
	min-height: 30px;
}

.minHeight60 {
	min-height: 60px;
}
.minHeight100 {
	min-height: 100px;
}
.minHeight150 {
	min-height: 150px;
}

.minHeight201 {
	min-height: 200px;
}
.minHeight250 {
	min-height: 250px;
}
.minHeight200 {
	min-height: 350px !important;
}

.minHeight300 {
	min-height: 300px;
}

.minHeight400 {
	min-height: 400px !important;
}

.minHeight500 {
	min-height: 500px !important;
}
.minHeight30 {
	min-height: 30px;
}
.minWidth155 {
	min-width: 155px;
}
.minWidth200 {
	min-width: 200px;
}
.minWidth100 {
	min-width: 100px;
}
.minWidth95 {
	min-width: 95px;
}
/************* Background ***************/

.whiteBg {
	background-color: #fff !important;
}
.greybg {
	background-color: #e0e0e0 !important;
}
.greybg1 {
	background-color: #ccc;
}
.greybg2 {
	background-color: #666;
}
.greybg3 {
	background-color: #ededed;
}
.greybg4 {
	/*background-color: rgba(255, 224, 179, 0.1);*/
	background-color: #fbebdf;
}

.greybg5 {
	background-color: #ccc !important;
}

.greybg6 {
	background-color: #e0e0e0 !important;
}

.greybg7 {
	background-color: #e6e6e6;
}


.yellowbg1 {
		background-color: #fff2cc;
}
.orangebg {
		background-color: #fff2cc;
}
/*********** Navigation Css ************/

.topNavigation {
	border-radius: 6px;
}
.navigation-default {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.navigation-default .nav > li > a {
	padding: 7px 15px 7px 15px;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: normal;
}
.navigation-default .nav > li > a, .navigation-default .nav > li > a:focus {
	color: #333;
	background-color: #cccccc;
}
.navigation-default .nav > li > a:hover, .navigation-default .nav > li > a:focus:hover {
}
.navigation-default .nav > li.active > a, .navigation-default .nav > li.active > a:focus {
	background-color: #666;
	color: #fff;
}
.navigation-default .navigation-nav > .active > a:hover {
	color: #fff;
	background-color: none;
}
.navigation-default .badge {
	background: #E27B35;
	font-size: 10px;
	border-radius: 20px;
	min-width: 10px;
	padding: 2px 5px 0;
	min-height: 15px;
	font-weight: 400;
	display: inline-block;
	margin-left: 2px;
}
/************ Button ****************/

.orangeBtn-large {
	display: inline-block;
	/*border: 1px solid #a85516;*/
	border-radius: 0px;
	text-align: center;
	color: #fff;
	background-color: #E27B35;
	font-size: 16px;
	text-decoration: none;
	padding: 8px 17px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.orangeBtn-large:active, .orangeBtn-large:focus, .orangeBtn-large:hover {
	color: #fff;
}
.orangeBtn1 {
	display: inline-block;
	/*border: 1px solid #a85516;*/
	border-radius: 0px;
	text-align: center;
	color: #fff;
	background-color: #E27B35;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 6px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.orangeBtn1:active, .orangeBtn1:focus, .orangeBtn1:hover {
	color: #fff;
}
.orangeBtn2 {
	display: inline-block;
	/*border: 1px solid #a85516;*/
	border-radius: 0px;
	text-align: center;
	color: #fff;
	background-color: #E27B35;
	font-size: 13px;
	text-decoration: none;
	padding: 1px 8px 2px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.orangeBtn2:active, .orangeBtn2:focus, .orangeBtn2:hover {
	color: #fff;
}
.orangeBtn6 {
	display: inline-block;
	/*border: 1px solid #a85516;*/
	border-radius: 0px;
	text-align: center;
	color: #fff;
	background-color: #E27B35;
	font-size: 14px;
	text-decoration: none;
	padding: 3px 10px 3px;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
}
.orangeBtn:active, .orangeBtn6:focus, .orangeBtn6:hover {
	color: #fff;
}



.blueBtn2 {
	display: inline-block;
	/*border: 1px solid #a85516;*/
	border-radius: 0px;
	text-align: center;
	color: #fff;
	background-color: #064a6c;
	font-size: 13px;
	text-decoration: none;
	padding: 1px 8px 2px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.blueBtn2:active, .blueBtn2:focus, .blueBtn2:hover {
	color: #fff;
}
.orangeBtn3 {
	display: inline-block;
	min-width: 60px;
	/*border: 1px solid #a85516;*/
	border-radius: 0px;
	text-align: center;
	color: #fff;
	background-color: #E27B35;
	font-size: 13px;
	text-decoration: none;
	padding: 3px 10px 2px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.orangeBtn3:active, .orangeBtn3:focus, .orangeBtn3:hover {
	color: #fff;
}
.orangeBtn4 {
	display: inline-block;
	/*border: 1px solid #a85516;*/
	border-radius: 0px;
	text-align: center;
	color: #fff;
	background-color: #E27B35;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 10px 0px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.orangeBtn4:active, .orangeBtn4:focus, .orangeBtn4:hover {
	color: #fff;
}


.orangeBtn5 {

	display: inline-block;
	min-width: 60px;
	min-height: 21px;
	/*border: 1px solid #999;*/
	border-radius: 0px;
	text-align: center;
	color: #fff;
	background-color: #E27B35;
	font-size: 11px;
	text-decoration: none;
	padding: 1px 10px 0px;
	font-weight: 500;
	font-family:  'Roboto Condensed', sans-serif;
	margin-top: -1px;
	vertical-align: top;
}
.orangeBtn5:active, .orangeBtn5:focus, .orangeBtn5:hover {
	color: #fff;
}
.greyBtn {
	display: inline-block;
	min-width: 60px;
	border: 1px solid #848484;
	border-radius: 0px;
	text-align: center;
	color: #fff;
	background-color: #666666;
	font-size: 13px;
	text-decoration: none;
	padding: 3px 10px 2px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.greyBtn:active, .greyBtn:focus, .greyBtn:hover {
	color: #fff;
}
.greyBtn1 {
	display: inline-block;
	min-width: 60px;
	border: 1px solid #848484;
	border-radius: 0px;
	text-align: center;
	color: #fff;
	background-color: #666666;
	font-size: 12px;
	text-decoration: none;
	padding: 3px 10px 2px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.greyBtn1:active, .greyBtn1:focus, .greyBtn1:hover {
	color: #fff;
}
.greyBtn2 {
	display: inline-block;
	min-width: 60px;
	min-height: 19px;
	/*border: 1px solid #999;*/
	border-radius: 0px;
	text-align: center;
	color: #fff;
	background-color: #666;
	font-size: 11px;
	text-decoration: none;
	padding: 1px 10px 0px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: -1px;
	vertical-align: top;
}
.greyBtn2:active, .greyBtn2:focus, .greyBtn2:hover {
	color: #fff;
}


.greyBtn3 {
	display: inline-block;
	min-width: 60px;
	min-height: 21px;
	/*border: 1px solid #999;*/
	border-radius: 0px;
	text-align: center;
	color: #fff;
	background-color: #333;
	font-size: 11px;
	text-decoration: none;
	padding: 2px 10px 0px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: -1px;
	vertical-align: top;
}
.greyBtn3:active, .greyBtn3:focus, .greyBtn3:hover {
	color: #fff;
}
.greyBtn-arrow {
	display: inline-block;
	border: 1px solid #999;
	border-radius: 0px;
	text-align: center;
	color: #fff;
	background-color: #333;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 8px 0px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.greyBtn-arrow:active, .greyBtn-arrow:focus, .greyBtn-arrow:hover {
	color: #fff;
}
.closeBtn {
	margin-top: 0px;
	position: absolute;
	top: -6px;
	right: 5px;
	font-size: 26px;
	color: #fff;
	font-weight: 400;
	opacity: .5;
	padding: 0 10px;
	-webkit-appearance: none;
	cursor: pointer;
	background: transparent;
	border: 0;
}
.closeBtn:hover, .closeBtn:focus {
	opacity: 1;
	color: #fff;
}
.closeBtn1 {
	margin-top: 0px;
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	opacity: .7;
	padding: 0px 10px;
	-webkit-appearance: none;
	cursor: pointer;
	background: transparent;
	border: 0;
}


.closeBtn2 {
	margin-top: 0px;
	position: absolute;
	top: -6px;
	right: 5px;
	font-size: 26px;
	color: #000;
	font-weight: 400;
	opacity: .5;
	padding: 0 10px;
	-webkit-appearance: none;
	cursor: pointer;
	background: transparent;
	border: 0;
}
.closeBtn2:hover, .closeBtn2:focus {
	opacity: 1;
	color: #ccc;
}

.closeBtn3 {
	margin-top: 0px;
	position: absolute;
	top: -12px;
	right: 5px;
	font-size: 26px;
	color: #E27B35;
	font-weight: 400;
	opacity: .9;
	padding: 0 10px;
	-webkit-appearance: none;
	cursor: pointer;
	background: transparent;
	border: 0;
}
.closeBtn3:hover, .closeBtn3:focus {
	opacity: 1;
	color: #fc9d5c;
}


.closeBtn4 {
	margin-top: 0px;
	position: absolute;
	top: 0px;
	right: 12px;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	opacity: .7;
	padding: 0px 10px;
	-webkit-appearance: none;
	cursor: pointer;
	background: transparent;
	border: 0;
}


.closeBtn4 .closeFont {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}

.closeBtn4:hover{color: #fc9d5c; }


.closeBtn5 {
	margin-top: 0px;
	position: absolute;
	top: -12px;
	right: -10px;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	opacity: .7;
	padding: 0px 10px;
	-webkit-appearance: none;
	cursor: pointer;
	background: transparent;
	border: 0;
	z-index: 5;
}

.closeBtn4:hover{color: #fc9d5c; }

.closeBtnText {
	display: inline-block;
	margin-top: -7px;
}
.closeFont {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}
/*********** Text color ****************/
.blackText {
	color: #000;
}

.greyText {
	color: #333;
}


.greyText1 {
	color: #999;
}
.blueText {
	color: #064a6c;
}
.orangeText {
	color: #E27B35 !important;
}

.redText {
	color: #cc0000;
}
.greenText {
	color: #129b22;
}
/**** Heading ***/

.heading-white {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	padding: 7px 5px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}
.heading-black {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	padding: 7px 5px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}
.heading-black1 {
	color: #000;
	font-weight: 600;
	font-size: 24px;
	padding: 7px 5px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}

.heading-black2 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: normal;
}
.heading-orange {
	color: #E27B35;
	font-weight: 600;
	font-size: 18px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}

.heading-orange1 {
	color: #333;
	font-weight: 600;
	font-size: 32px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}
.tdHeading {
	font-size: 13px;
	color: #aeaeae;
}
.tdHeading-dark {
	font-size: 13px;
	color: #333333;
}
.tdData {
	font-size: 14px;
	color: #000;
}
.tdData1 {
	font-size: 14px;
	color: #000;
}
.vt-middle {
	vertical-align: middle !important;
}
.vt-top {
	vertical-align: top !important;
}
.vt-bottom {
	vertical-align: bottom !important;
}

ul.listOrange {
	margin-top: 0;
	padding-left: 20px;
	list-style-type: none;
}
.listOrange li:before {
	position: absolute;
	margin-left: -20px;
	font-weight: bold;
	content: "\2022";
	color: #f28200;
	font-size: 19px;
	margin-top: -4px;
}
.listOrange li {
	margin-bottom: 10px;
}


/**************** Popup ********************/


/* Popup container - can be anything you want */
.inlinePopup {
    position: relative;
    display: inline-block;
    /*cursor: pointer;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.inlinePopup .popuptext {
   /* visibility: hidden;*/
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    top: -50px;
    left: 10px;
    /*margin-left: -80px;*/
	font-size: 12px;
}

/* Popup arrow */
.inlinePopup .popuptext::after {
    content: "";
    position: absolute;
    top: 38px;
    left: -4%;
    /*margin-left: -5px;*/

	width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; 
  
  border-right:8px solid #333; 
}



/* The actual popup */
.inlinePopup .popuptext1 {
   /* visibility: hidden;*/
    width: 200px;
    background-color: #fff;
	border: 1px solid #ccc;
    color: #333;
    text-align: left;
    border-radius: 6px;
    padding: 10px 10px 10px 20px;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 10px;
    /*margin-left: -80px;*/
	font-size: 12px;
	box-shadow: 3px #ccc;
}

/* Popup arrow */
.inlinePopup .popuptext1::after {
    content: "";
    position: absolute;
    top: 13px;
    left: -4%;
    /*margin-left: -5px;*/

	width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; 
  
  border-right:8px solid #ccc; 
}


.inlinePopup .popuptext1 .closeBtn {
    margin-top: 0px;
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    opacity: .7;
    padding: 0 10px;
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
    border: 0;
}



/* Toggle this class - hide and show the popup */
.inlinePopup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}




/************** Width, Height & Border *******************/

.width400 {
	width: 400px;
}

.width90p {
	width: 90px;
}

.width150p {
	width: 150px;
}

.width170p {
	width: 170px;
}

.width180p {
	width: 180px !important;
}
.width3 {
	width: 3%;
}
.width5 {
	width: 5%;
}

.width6 {
	width: 6%;
}
.width7 {
	width: 7%;
}
.width8 {
	width: 8%;
}
.width9 {
	width: 9%;
}
.width10 {
	width: 10%;
}
.width12 {
	width: 12%;
}
.width13 {
	width: 13%;
}
.width14 {
	width: 14%;
}
.width15 {
	width: 15%;
}
.width17 {
	width: 17%;
}
.width18 {
	width: 18%;
}

.width19 {
	width: 19%;
}
.width20 {
	width: 20%;
}
.width22 {
	width: 22%;
}
.width23 {
	width: 23%;
}
.width24 {
	width: 24%;
}
.width25 {
	width: 25%;
}
.width27 {
	width: 27%;
}
.width28 {
	width: 28%;
}
.width30 {
	width: 30%;
}
.width33 {
	width: 33%;
}
.width35 {
	width: 35%;
}
.width37 {
	width: 37%;
}
.width40 {
	width: 40%;
}
.width43 {
	width: 43%;
}
.width45 {
	width: 45%;
}
.width47 {
	width: 47%;
}
.width50 {
	width: 50%;
}
.width51 {
	width: 51%;
}
.width52 {
	width: 52%;
}
.width53 {
	width: 53%;
}
.width55 {
	width: 55%;
}
.width57 {
	width: 57%;
}
.width60 {
	width: 60%;
}
.width63 {
	width: 63%;
}
.width65 {
	width: 65%;
}
.width67 {
	width: 67%;
}
.width70 {
	width: 70%;
}
.width73 {
	width: 73%;
}
.width75 {
	width: 75%;
}
.width77 {
	width: 77%;
}
.width80 {
	width: 80%;
}
.width83 {
	width: 83%;
}
.width85 {
	width: 85%;
}
.width87 {
	width: 87%;
}
.width90 {
	width: 90%;
}
.width93 {
	width: 93%;
}
.width95 {
	width: 95%;
}
.width97 {
	width: 97%;
}
.width100 {
	width: 100%;
}

.height2 {
	height: 2px;
}

.height28 {
	height: 28px;
}
.height40 {
	height: 40px;
}
.height50 {
	height: 50px !important;
}

.height60 {
	height: 60px !important;
}

.height65 {
	height: 65px !important;
}
.grayBorder {
	border: 1px solid #d7d7d7;
}
/************  Footer ********************/


.footerText {
	color: #666666;
	font-size: 12px;
}
.footerBg {
	background-color: #e0e0e0;
}
/**************** Login Page *************/

.loginDiv {
	width: 600px;
	margin: 0 auto;
	display: block;
	background-color: #fff;
}
.content-table {
	display: table;
	height: 100px;
	width: 100%;
}
.content-table-row {
	display: table-row;
}
.content-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.loginHeading {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #333;
}
.loginBox {
}
.loginBox .form-box {
	background: #fff;
	margin: 30px auto;
	max-width: 500px;
}
.loginBox form.login-form {
	overflow: hidden;
	position: relative;
	padding: 40px 60px;
}
.loginBox .form-group {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-left: 36px;
}
.loginBox .form-group .label-control {
	color: #999;
	display: block;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	pointer-events: none;
	height: 100%;
	font-weight: normal;
}
.loginBox .form-group .label-control::before, .loginBox .form-group .label-control::after {
	content: "";
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.loginBox .form-group .label-control::before {
	border-bottom: 1px solid #B9C1CA;
	transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
}
.loginBox .form-group .label-control::after {
	border-bottom: 1px solid #E27B35;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.loginBox .form-control {
	border: none;
	border-radius: 0;
	margin-top: 20px;
	padding: 6px 0;
	width: 100%;
	font-size: 15px;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	color: #333;
	height: 36px;
}


.loginBox .login-icon {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-right: 10px;
	margin-top: 25px;
}
.loginBox .passwordIcon {
	background-position: -31px 0px;
}
.loginBox .form-control:focus {
	outline: none;
	box-shadow: none;
}
.loginBox .form-group .label-control .label-text {
	-webkit-transform: translate3d(0, 30px, 0) scale(1);
	-moz-transform: translate3d(0, 30px, 0) scale(1);
	transform: translate3d(0, 30px, 0) scale(1);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	font-size: 13px;
}
.loginBox .active .label-control::after {
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.loginBox .active .label-control .label-text {
	opacity: 1;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	color: #999 !important;
}
.loginBox select {
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 15px;
	background: url("../images/caret-down.png") no-repeat right;
	border-bottom: 1px solid #B9C1CA !important;
}
#hidden_content {
	display: none;
}



.loginBox .form-control1 {
    height: 23px;
    padding: 0px 4px;
    border-radius: 0px;
    font-size: 13px;
    color: #333;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}



/************ Dashboard ******************/

.db-admin .navbar {
	margin-bottom: 0px;
}
.db-admin .navbar-header.col {
	padding: 0 !important;
}
.db-admin .navbar {
	background: #fff;
	padding-left: 16px;
	padding-right: 16px;
	border: 0px solid #d6d6d6;
	box-shadow: none;
}
.db-admin .navbar-brand {
	height: 60px;
	padding: 3px 15px;
}
.db-admin .nav-link img {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin: -8px 0;
	float: left;
	margin-right: 10px;
}
.db-admin .navbar .navbar-brand {
	color: #555;
	padding-left: 0;
	padding-right: 50px;

}
.db-admin .navbar .navbar-brand i {
	font-size: 20px;
	margin-right: 5px;
}
.db-admin .navbar .nav-item i {
	font-size: 16px;
	color: #999999;
}
.db-admin .navbar .dropdown-item i {
	font-size: 16px;
	min-width: 22px;
}
.db-admin .navbar .nav-item.open > a {
	background: none !important;
}
.db-admin .navbar .dropdown-menu {
	border-radius: 1px;
	border-color: #e5e5e5;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.db-admin .navbar .dropdown-menu li a {
	color: #666;
	padding: 8px 20px;
	line-height: normal;
}
.db-admin .navbar .dropdown-menu li a:hover, .db-admin .navbar .dropdown-menu li a:active {
	color: #E27B35;
}
.db-admin .dropdown-menu li:hover i::before {
	color: #E27B35;
}
.db-admin .navbar-default .navbar-nav>li>a {
	color: #333;
	font-size: 14px;
}
.db-admin .dropdown-menu .divider {
	margin: 2px 0;
}
.db-admin .dropdown-menu>li>a:focus, .db-admin .dropdown-menu>li>a:hover {
	background-color: #fff;
}
.db-admin .navbar .badge {
	background: #E27B35;
	font-size: 10px;
	border-radius: 20px;
	position: absolute;
	min-width: 10px;
	padding: 3px 6px 0;
	min-height: 16px;
	top: 3px;
	font-weight: 400;
}
.db-admin .navbar ul.nav li a.notifications, .navbar ul.nav li a.messages {
	position: relative;
	margin-right: 10px;
}
.db-admin .navbar ul.nav li a.notifications:hover i::before, .navbar ul.nav li a.messages:hover i::before {
	color: #E27B35;
}
.db-admin .navbar ul.nav li a.messages {
	margin-right: 20px;
}
.db-admin .navbar a.notifications .badge {
	margin-left: -8px;
}
.db-admin .navbar a.messages .badge {
	margin-left: -4px;
}
.db-admin .navbar .active a, .db-admin .navbar .active a:hover, .db-admin .navbar .active a:focus {
	background: transparent !important;
}
/*****************  Search Bar *****************************/

.searchDiv {border:1px solid #999;}

.searchDiv .input-group-addon {
	background: white !important;
	padding: 0px;
	border-radius: 0px;
	border-color: #999;
	border: 0px;
}
.searchDiv .form-control {
	border-right: 0;
	box-shadow: 0 0 0;
	/*border-color: #999;
	border-radius: 0px;*/
	border: 0px;
	font-size: 13px;
	height: 26px;
}
.searchDiv button {
	border: 0;
	background: transparent;
	padding: 2px 12px;
	color: #999;
	font-size: 19px;
}
.checkbox {
	padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #E27B35;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
	outline: none;
	/*outline: 5px auto -webkit-focus-ring-color;*/
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.checkbox-orange input[type="checkbox"]:checked + label::before {
	background-color: #E27B35;
	border-color: #E27B35;
}
.checkbox-orange input[type="checkbox"]:checked + label::after {
	color: #fff;
}
/* end only demo styles */

.checkbox-custom, .radio-custom {
	opacity: 0;
	position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	/*margin: 5px;*/
	cursor: pointer;
}
.checkbox-custom-label, .radio-custom-label {
	position: relative;
}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
	content: '';
	background: #fff;
	border: 1px solid #333;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
	background: red;
	box-shadow: inset 0px 0px 0px 4px #fff;
}
.radio-custom + .radio-custom-label:before {
	border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
	background: #333;
	box-shadow: inset 0px 0px 0px 4px #fff;
}
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
	outline: 0px solid #ddd; /* focus style */
}
/********** Table Properties ************/

.db-tdHeading {
	color: #000;
	font-size: 13px;
	background-color: #cccccc;
	border-top: 2px solid #000 !important;
	border-bottom: 1px solid #000;
	line-height: 16px !important;
}
.db-tdHeading td {
	border-top: 2px
}
.db-tdData {
	color: #666666;
	font-size: 13px;
	border-bottom: 1px solid #d7d7d7;
}
.db-tdDataLink {
	color: #064a6c;
	font-size: 14px;
	font-weight: 600;
}
.db-tdDataLink1 {
	color: #064a6c;
	font-size: 13px;
	font-weight: 600;
}
.reportIcon {
	display: block;
	width: 22px;
	height: 19px;
	background-position: -35px -32px;
}

.reportIcon i {
    font-size: 1.8em;
}
.selectform {
	font-size: 13px;
}
.selectform .form-control {
	height: 23px;
	padding: 1px 20px 1px 8px;
}
.selectform .form-control1 {
	height: 18px;
	padding: 0px 20px 0px 8px;
}

.selectform .form-control2 {
	height: 24px;
	padding: 2px 20px 2px 8px;
}
.selectform1 .form-control3 {
	    height: 28px;
    padding: 1px 49px 1px 13px;
	background-color: #fff;
}


.selectform select {
	 -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
	font-size: 12px;
	background: url("../images/caret-down.png") no-repeat right 8px center;
	border: 1px solid #ccc;

}

.selectform2 select {
	 -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
	font-size: 12px;
	background: #fff url("../images/caret-down.png") no-repeat right 8px center;
	
	border: 1px solid #ccc;

}
	select::-ms-expand { display: none; }

.selectform1 {
	font-size: 13px;
}
.selectform1 .form-control {
	height: 30px;
	padding: 4px 20px 6px 8px;
	border: 1px solid #ccc !important;
	font-size: 14px;
}
.selectform1 .form-control1 {
	height: 18px;
	padding: 0px 20px 0px 8px;
}
.selectform1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 12px;
	background: url("../images/caret-down.png") no-repeat right 8px center;
	border: 1px solid #ccc;
}

.vaBottom {
    vertical-align: bottom !important;
}

.vaMiddle {
    vertical-align: inherit!important;
}


.selectform-small .form-control1 {
	height: 18px;
	padding: 0px 20px 0px 8px;
}
.selectform-small select {
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 12px;
	background: url("../images/caret-down.png") no-repeat right 8px center;
	border: 0px solid #ccc;
}
.select-dropdown select {
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 12px;
	background: #fff url("../images/caret-down.png") no-repeat right 10px center;
	border: 1px solid #ccc;
	color: #ccc;
}
.select-dropdown-fill select {
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 12px;
	background: #fff url("../images/caret-down.png") no-repeat right 10px center;
	border: 1px solid #ccc;
	color: #333;
}
.form-control {
	height: 23px;
	padding: 0px 4px;
	border-radius: 0px;
	font-size: 13px;
	color: #333;
}
.fillData .form-control-dark {
	height: 23px;
	padding: 0px 4px;
	border-radius: 0px;
	font-size: 13px;
	color: #333;
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}




.admin-pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.admin-pagination>li {
	display: inline;
}
.amdin-pagination-sm>li:first-child>a, .admin-pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.admin-pagination>li>a, .admin-pagination>li>span {
	position: relative;
	float: left;
	margin-left: -1px;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.admin-page-item.active .admin-page-link {
	z-index: 1;
	color: #fff;
	background-color: #666;
	border-color: #666;
}
.admin-pagination-sm>li>a, .admin-pagination-sm>li>span {
	padding: 2px 7px;
	font-size: 11px;
	line-height: 1.5;
}
.selectBorder {
	border: 1px solid #e0e0e0;
}

.selectBorder1 {
	border: 1px solid #000000;
	box-shadow: 10px 5px 20px #ccc;
}
.displayInlineBlock {
	display: inline-block;
}
.actionDropdown {
	display: inline-block;
	height: 19px;
	border: 1px solid #ccc;
	/*float: left;*/
}
/******* Popup ********/

.popup-screen .modal-content {
	border-radius: 0px;
}
.popup-screen .popup-bg {
	background: #666;
	color: #fff;
	border-radius: 0px;
}
.popup-screen .modal-dialog {
	top: 20%;
	-webkit-top: 20%;
}
.popup-screen .modal-header .close {
	margin-top: -2px;
	position: absolute;
	top: 6px;
	right: 5px;
	font-size: 28px;
	color: #fff;
	font-weight: 400;
	opacity: 0.5;
	padding: 0 10px;
}
.popup-screen .modal-header .close:hover, .popup-screen .modal-header .close:focus {
	color: #fff;
	opacity: 1;
}
.popup-screen .modal-header .closeBlue {
	margin-top: -2px;
	position: absolute;
	top: 6px;
	right: 5px;
	font-size: 28px;
	color: #006699;
	font-weight: 400;
	opacity: .8;
	padding: 0 10px;
	border: 0px;
	background-color: #fff;
}
.popup-screen .modal-header h5 {
	font-size: 16px;
	color: #fff;
}
.popup-screen .modal-header {
	padding: 10px 15px;
	border-bottom: 1px solid #e5e5e5;
}
.col-centered {
	float: none !important;
	margin: 0 auto !important;
}

/********** Tab **************/

.listView .nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.listView .nav-pills>li {
	float: left;
}
.listView .nav>li {
	position: relative;
	display: block;
}
.listView .nav-pills>li.active>a, .listView .nav-pills>li.active>a:focus, .listView .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #cb681e;
	font-size: 13px;
}
.listView .nav-pills>li>a {
	border-radius: 0px;
	color: #064a6c;
	font-weight: 600;
	font-size: 13px;
	background-color: #ededed;
}
.listView .nav>li>a {
	position: relative;
	display: block;
	padding: 4px 9px;
}
.listView .nav-pills>li+li {
	margin-left: 0px;
}
table.notification-list {
	border-collapse: collapse;
}
.notification-list tr:hover {
	background-color: #ededed;
}
.notification-list td:hover {
	cursor: pointer;
}
.tab-list .nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.tab-list .nav-pills>li {
	float: left;
}
.tab-list .nav>li {
	position: relative;
	display: block;
	border-right: 1px solid #666;
}
.tab-list .nav-pills>li.active>a, .tab-list .nav-pills>li.active>a:focus, .tab-list .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #666 !important;
	font-size: 14px;
}
.tab-list .nav-pills>li>a {
	border-radius: 0px;
	color: #E27B35;
	font-weight: 600;
	font-size: 13px;/*background-color: #ededed;*/
	
}
.tab-list .nav-pills>li:last-child {
	border-right: 0px solid #666;
}
.tab-list .nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}
.tab-list .nav>li>a {
	position: relative;
	display: block;
	padding: 3px 24px;
}
.tab-list .nav-pills>li+li {
	margin-left: 0px;
}
.date-time {
	margin-top: 0px;
	position: absolute;
	top: 20px;
	right: 12px;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	color: #666;
}
.date-time .time {
	display: inline-block;
	font-size: 12px;
	color: #999;
}
.check-box {
	display: block;
	width: 100%;
}
.check-box bdo {
	float: left;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	padding-left: 22px;
}
.check-box bdo input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	z-index: 6;
	width: 14px;
	height: 18px;
	left: -2px;
	margin-top: 0px;
}
.check-box bdo .check-border {
	border: 1px solid #999;
	/*border-radius: 100%;*/
	background: #fff;
	cursor: pointer;
	left: -2px;
	padding: 6px;
	position: absolute;
	top: 2px;
	z-index: 0;
}
.check-box bdo .check-border:hover {
	border: 1px solid black;/* background: rgba(0, 0, 0, 0) url("../images/radio_btn_ho.png") no-repeat scroll center bottom;*/
}
.check-box bdo input[type="checkbox"]:checked + .check-border {
/* background: rgba(0, 0, 0, 0) url("../images/radio_btn_ho.png") no-repeat scroll center bottom;
	background: #006599;*/
}
.check-box bdo input[type="checkbox"]:checked + .check-border::after {
	/*background: #fff none repeat scroll 0 0;
	border-radius: 100%;*/
	content: '\2713';
	display: inline-block;
	color: #666;
	bottom: 0;
	font-weight: 700;
	height: 17px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
}
.va-top {
	vertical-align: top !important;
}

.va-bottom {
	vertical-align: bottom !important;
}
.positionRelative {
	position: relative;
}
.markUnread {
	position: absolute;
	right: 5px;
	top: 5px;
}
.alert {
	padding: 8px 15px;
	margin-bottom: 0px;
}
.redText {
	color: red;
}
.pointer {
	cursor: pointer;
}
.noticePeriod {
	border-bottom: 1px solid #333;
	display: block;
	width: 225px;
	margin: 0 auto;
	font-weight: 600;
}
.noticePeriod1 {
	border-bottom: 1px solid #333;
	display: block;
	width: 200px;
	margin: 0 auto;
	font-weight: 600;
	margin-left: 8px;
}
.noticePeriod2 {
	border-bottom: 1px solid #333;
	display: block;
	width: 166px;
	margin: 0 auto;
	font-weight: 600;
	margin-left: 24px;
}
.noticePeriod3 {
	border-bottom: 1px solid #333;
	display: block;
	width: 195px;
	margin: 0 auto;
	font-weight: 600;
	margin-left: 14px;
}
.expand-collaspe-icon {
	width: 10px;
	height: 10px;
}
/************ Date Picker ************/

.datepicker {
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;/*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker-inline {
	width: 220px;
}
.datepicker.datepicker-rtl {
	direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
	float: right;
}
.datepicker-dropdown {
	top: 0;
	left: 0;
}
.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 6px;
}
.datepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 7px;
}
.datepicker > div {
	display: none;
}
.datepicker.days div.datepicker-days {
	display: block;
}
.datepicker.months div.datepicker-months {
	display: block;
}
.datepicker.years div.datepicker-years {
	display: block;
}
.datepicker table {
	margin: 0;
}
.datepicker td, .datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	font-size: 12px;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
	background-color: transparent;
}
.datepicker table tr td.day:hover {
	background: #eeeeee;
	cursor: pointer;
}
.datepicker table tr td.old, .datepicker table tr td.new {
	color: #999999;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: linear-gradient(top, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a;
}
.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069 \9;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
	background-color: #666;
}
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
	background-color: #003399 \9;
}
.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.datepicker table tr td span:hover {
	background: #eeeeee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #0044cc;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
	background-color: #003399 \9;
}
.datepicker table tr td span.old {
	color: #999999;
}
.datepicker th.switch {
	width: 145px;
}
.datepicker thead tr:first-child th, .datepicker tfoot tr:first-child th {
	cursor: pointer;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr:first-child th:hover {
	background: #eeeeee;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
}
/************ Time Picker *****************/

.bootstrap-timepicker {
	position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
	left: auto;
	right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
	left: auto;
	right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
	left: auto;
	right: 13px;
}
.bootstrap-timepicker .input-group-addon {
	cursor: pointer;
}
.bootstrap-timepicker .input-group-addon i {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
	padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
	display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
	border-bottom: 6px solid #FFFFFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
	left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
	left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
	right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
	right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
	top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
	top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
	border-radius: 4px;
}
.bootstrap-timepicker-widget table {
	width: 100%;
	margin: 0;
}
.bootstrap-timepicker-widget table td {
	text-align: center;
	height: 30px;
	margin: 0;
	padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
	min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
	width: 100%;
}
.bootstrap-timepicker-widget table td a {
	border: 1px transparent solid;
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 4px 0;
	outline: 0;
	color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
	text-decoration: none;
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
	margin-top: 2px;
	font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
	width: 25px;
	margin: 0;
	text-align: center;
	border-radius: 0px;
	border: 1px solid #999;
	font-size: 13px;
}
.bootstrap-timepicker-widget .modal-content {
	padding: 4px;
}

@media (min-width: 767px) {
.bootstrap-timepicker-widget.modal {
	width: 200px;
	margin-left: -100px;
}
}

@media (max-width: 767px) {
.bootstrap-timepicker {
	width: 100%;
}
.bootstrap-timepicker .dropdown-menu {
	width: 100%;
}
}





/* Sticky Primary nav */



/****************/


.stickyHeader-logo {
	width: 85px;
	height: 34px;
	margin: 1px 50px 0px 0px;
	background-position: 0 -112px;
	display: inline-block;
	padding-bottom: 2px;
}
.stickyheader .navbar-nav > li.mtd-logo.active > a {
	background-color: #006699 !important;
}
.stickyheader {
	margin: 0 auto;
	position: fixed;
	top: -100px;
	transition: 1s all;
	z-index: 999;
	width: 100%;
	background-color: #ccc;
	/*box-shadow: 0px 0px 5px 5px rgba(102,102,102,0.2);*/
	
}
.fixed {
	top: 0;
}
.stickyheader .stickyheader .navbar-nav {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.stickyheader .navbar-nav > li > a {
	font-weight: 600;
	padding: 7px 10px 8px 10px;
	font-size: 15px;
   font-family: 'Roboto Condensed', sans-serif;
}
.stickyheader .navbar-nav > li > a, .stickyheader .navbar-nav > li > a:focus {
	color: #333;
}
.stickyheader .navbar-nav > li > a:hover, .stickyheader .navbar-nav > li > a:focus:hover {
	color: #333;
	background-color: none;
}
/*.stickyheader .nav > li > a:focus {background-color: #f28200;}*/


.stickyheader .navbar-nav > li.active > a, .stickyheader .navbar-nav > li.active > a:focus {
	background-color: none !important;
	color: #E27B35;
}
.stickyheader .navbar-nav > .active > a:hover {
	color: #333;
	background-color: none;
}

.stickyLogo {padding: 2px 10px 2px 10px;}

img.stickyLogo {width:137px;}


.stickyheader .badge {
	background: #E27B35;
	font-size: 10px;
	border-radius: 20px;
	min-width: 10px;
	padding: 2px 5px 0;
	min-height: 15px;
	font-weight: 400;
	display: inline-block;
	margin-left: 2px;
}


/****** Return to Top ********/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.8);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.width-900p { width: 900px;   margin: 0 auto;  display: block;}



@media (max-width: 800px)
{

	.mob-div {}
	
	.mob-div .container {  width: 100%; }
	
.mob-div .loginDiv {  width: 100%; }
	
	.mob-div .loginBox form.login-form {padding: 8px 10px;}
	
	
	.mobminHeight200 {min-height: auto !important }
	
	.mob-vt-top {vertical-align: top !important;}
	
	.mob-width-900p {width: 100%;}
	
	
	.mob-mt-10 {margin-top: 10px !important;}
	.mob-mt-0 {margin-top: 0px !important;}
	.mob-pl-0 {padding-left: 0px !important;}
	.mob-pt-0 {padding-top: 0px !important;}
	.mob-plr-0 {padding-left: 0px !important; padding-right: 0px !important;}
	
	.mob-width-50 {width:50%;}
	.mob-width-49 {width:49%;}
    
	.mob-minHeight250 {min-height: 250px;	}
	
	.mob-width400 {width: 100%;}
	
	
}





.textBox .form-group {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-left: 8px;
}
.textBox .form-group .label-control {
	color: #999;
	display: block;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	pointer-events: none;
	height: 100%;
	font-weight: normal;
}
.textBox .form-group .label-control::before, .textBox .form-group .label-control::after {
	content: "";
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.textBox .form-group .label-control::before {
	border-bottom: 1px solid #B9C1CA;
	transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
}
.textBox .form-group .label-control::after {
	border-bottom: 1px solid #E27B35;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.textBox .form-control {
	border: none;
	border-radius: 0;
	margin-top: 20px;
	padding: 6px 0;
	width: 100%;
	font-size: 15px;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	color: #333;
	height: 36px;
}
.textBox .login-icon {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-right: 10px;
	margin-top: 25px;
}
.textBox .passwordIcon {
	background-position: -31px 0px;
}
.textBox .form-control:focus {
	outline: none;
	box-shadow: none;
}
.textBox .form-group .label-control .label-text {
	-webkit-transform: translate3d(0, 30px, 0) scale(1);
	-moz-transform: translate3d(0, 30px, 0) scale(1);
	transform: translate3d(0, 30px, 0) scale(1);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	font-size: 13px;
}
.textBox .active .label-control::after {
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.textBox .active .label-control .label-text {
	opacity: 1;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	color: #999 !important;
}



/***************** Company CSS **************/

.greyBtn4 {
    display: inline-block;
    min-width: 53px;
    border: 0px solid #848484;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    background-color: #999;
    font-size: 11px;
    text-decoration: none;
    padding: 4px 6px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.greyBtn4:active, .greyBtn4:focus, .greyBtn4:hover {
	color: #fff;
}



/******* Popup ********/

.popup-screen2 .modal-content {
	border-radius: 0px;
}
.popup-screen2 .popup-bg {
	background: #666;
	color: #fff;
	border-radius: 0px;
}
.popup-screen2 .modal-dialog {
	top: 30px;
	-webkit-top: 30px;
}
.popup-screen2 .modal-header .close {
	margin-top: -2px;
	position: absolute;
	top: 6px;
	right: 5px;
	font-size: 28px;
	color: #fff;
	font-weight: 400;
	opacity: 0.5;
	padding: 0 10px;
}
.popup-screen2 .modal-header .close:hover, .popup-screen2 .modal-header .close:focus {
	color: #fff;
	opacity: 1;
}
.popup-screen2 .modal-header .closeBlue {
	margin-top: -2px;
	position: absolute;
	top: 6px;
	right: 5px;
	font-size: 28px;
	color: #006699;
	font-weight: 400;
	opacity: .8;
	padding: 0 10px;
	border: 0px;
	background-color: #fff;
}
.popup-screen2 .modal-header h5 {
	font-size: 16px;
	color: #fff;
}
.popup-screen2 .modal-header {
	padding: 10px 15px;
	border-bottom: 1px solid #e5e5e5;
}


/***** Sub Account Tree ******/


.tree ul {
    padding-top: 20px; position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #999;
	padding: 5px 10px;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	display: inline-block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	/*background: #c8e4f8; color: #000; border: 1px solid #94a0b4;*/
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}


.usageGraph { position: absolute; top: 100px; left: 40%; border: 1px solid #666;}




.report-tdData {
    color: #333;
    font-size: 13px;
}
.report-heading {
    color: #E27B35;
    font-weight: 600;
    font-size: 16px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}



.redborder { border:1px solid #ee1c1c !important;}



.notification-warning
{color: #000;
    background-color: #efbe6a;
    border-color: #d68f12;
	    border: 1px solid transparent;
    border-radius: 4px;
	padding: 12px 10px;
	
	}



.error-404Message1 {
	  font-weight: 500;
    font-family: 'Roboto', sans-serif;
	font-size: 40px;
	color: #666;
	
}

.error-404Message2 {
	  font-weight: 400;
    font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #666;
	
}





/*************** Root Dashboard **************/

.db-messageDiv {
	display: block;
	width: 200px;
	float: left;
}

.db-messageTab.nav ul {
	list-style-type: none;
}
.db-messageTab.nav > li {
	margin-bottom: 0px;
	
}
.db-messageTab.nav > li > a {
	padding: 7px 7px 8px 7px;
	background-color: #666;
	color: #fff;
	text-align: center;
	border-radius: 0px 0px 0px;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 13px;
}
.db-messageTab.nav > li > a:hover, .db-messageTab.nav > li > a:focus {
	color: #fff;
	opacity: 0.8;
}
.db-messageTab.nav > li.active > a {
	background-color: #E27B35;
}
.db-messageTab.nav-tabs {
	border-bottom: 4px solid #666;
}
.db-messageTab.nav-tabs > li > a {
	border-radius: 0px 0px 0px;
}

.tableStriped .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #E6E7E8;
}
.tableBorderBottom .table > thead > tr > th {
	border-bottom: 0px solid #ddd;
}
.greybutton1 {
    padding: 1px 10px;
    background-color: #7F7F7F;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 10px;
}


.check-box {
	display: block;
	width: 100%;
}
.check-box bdo {
	float: left;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	padding-left: 22px;
}
.check-box bdo input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	z-index: 6;
	width: 14px;
	height: 18px;
	left: -2px;
	margin-top: 0px;
}
.check-box bdo .check-border {
	border: 1px solid #999;
	/*border-radius: 100%;*/
	background: #fff;
	cursor: pointer;
	left: -2px;
	padding: 6px;
	position: absolute;
	top: 2px;
	z-index: 0;
}
.check-box bdo .check-border:hover {
	border: 1px solid black;/* background: rgba(0, 0, 0, 0) url("../images/radio_btn_ho.png") no-repeat scroll center bottom;*/
}
.check-box bdo input[type="checkbox"]:checked + .check-border {
/* background: rgba(0, 0, 0, 0) url("../images/radio_btn_ho.png") no-repeat scroll center bottom;
	background: #006599;*/
}
.check-box bdo input[type="checkbox"]:checked + .check-border::after {
	/*background: #fff none repeat scroll 0 0;
	border-radius: 100%;*/
	content: '\2713';
	display: inline-block;
	color: #666;
	bottom: 0;
	font-weight: 700;
	height: 17px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
}


.btn-grey1 {
    margin-bottom: 0;
    font-size: 12px;
    border: 1px solid transparent;
    padding: 1px 12px;
    border-radius: 5px;
    background-color: #7F7F7F;
    color: #fff;
}

.btn-grey1:hover, .btn-grey1:focus {
    background-color: #7F7F7F;
    color: #fff;
}

.blue-text {
    color: #064a6c;
}



.blueButton1   {
    display: inline-block;
    min-width: 60px;
    /* border: 1px solid #a85516; */
    border-radius: 0px;
    text-align: center;
    color: #fff;
    background-color: #E27B35;
    font-size: 13px;
    text-decoration: none;
    padding: 2px 10px 2px;
    font-weight: 500;
}

.blueButton1:active, .blueButton1:focus, .blueButton1:hover {
	color: #fff;
}


.blueButton4 {
    background-color: #064a6c;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    text-decoration: none;
}

.blueButton4:hover, .blueButton4:focus  {
       color: #fff;
	opacity: 0.8;
   
}

.cursorPointer {
    cursor: pointer;
}


.paginationText
{
	font-size: 11px;
	width: 150px;
	color: #333;
	display: inline-block;
	padding-left: 5px;
	text-align: left;
	font-weight: 600;
}

.marginAuto { margin: auto; }



.converstionBtn
{
	padding: 4px 12px ;
    background-color: #666;
    color: #fff;
    text-align: center;
    border-radius: 0px 0px 0px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
}

.converstionBtn:hover
{
	color: #fff;
	opacity: 0.8;
}

.scrollPopup {
    overflow-y: scroll;
    height: 300px;
}





.conversation{
    margin-bottom: 10px;
}

    .conversation-section {
        /*width: 100%;*/
		display: inline-block;
        height: auto;
        padding: 10px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        border: 1px solid #fff;
    }
    
    .conversation-desc {
        margin-top: 20px;
        text-align:right;
       
    }
        .conversation-desc img {
            border: 1px solid #f5f5f5;
            border-radius: 150px;
            height: 70px;
            padding: 3px;
            width: 70px;
            display:inline-block;
            vertical-align: top;
        }

        .conversation-writer{
            display: inline-block;
            vertical-align: top;
			padding-left: 2px;
           
        }

            .conversation-writer-name{
              font-size: 12px;
				color: #666;
            }

           
    /*---- Outlined Styles ----*/
    .conversation.conversation-default{
        
    }
        .conversation.conversation-default .conversation-section{
            background: #f7d9c4;
        }

            
        .conversation.conversation-default .conversation-desc{
            
        }

            .conversation.conversation-default .conversation-writer-name{
                color: #777;
            }


.conversation-textbox
{
	height: 40px !important;
	padding-right: 195px;
	border: none;
	border-bottom: 1px solid #ccc;
   }


.conversation-attachBtn
{
	position:absolute;
	right:95px;
	top: 5px;
	font-size: 20px;
	color: #666;
}


.conversation-attachBtn > input
{
    display: none;
}
.conversation-button
{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 40px;
	
}


.conversation-email {
    display: inline-block;
    border: 1px solid #666;
    background-color: #fff;
    padding: 2px 5px;
    color: #064a6c;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}

.conversation-email:hover{    color: #064a6c;}

.checkBox2
{
	margin: auto !important;
    display: inline-block !important;
	width: auto !important; 
}


.detailDescription {
	border: thin dotted #F00;
	width: 350px;
	position: absolute;
	display: none;
	left: 15px;
	top: 26px;
	background-color: #fff;
	border: 1px solid #999999;
	padding: 10px;
	z-index: 2;
}
.conversationPopup
{
	position: absolute;
	top: 0px;
	z-index: 2;
	background: #fff;
	top: 34px;
	width: 98%;
	left: 12px;
	
}
.orangeBox
{
	display: inline-block;
	background-color: #fbebdf;
	height: 15px; width: 15px;
}

.calendarIcon
{
	position: absolute;
    left: 158px;
    top: 2px;
	
}

.eyeButton {
    position: absolute;
    bottom: 8px;
    right: 0;
    background-color: white;
    border: none;
    color: #8c8c8c;
    font-size: 17px;
    z-index: 1000;
    cursor: pointer;
}

.timerCircle {
   
    width: 80px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.71);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
	padding-top: 15px;
}

.timerCircle span {
    padding-left: 8px;
}

.customSelect {
    font-size: 12px;
    padding: 1px 4px;
    -webkit-appearance: none;
   background: url("../images/caret-down.png") no-repeat right;
    border: 1px solid #ccc;
    width: 66px;
}

.textLeft
{
	text-align: left !important;
}

.adminOrangeBg
{
	background: #E27B35;
	color: #fff !important;
}

.adminOrangeBg1
{
	background: #ffc9a3;
	color: #333 !important;
}

.adminOrangeBg2
{
	background: #E27B35;
	color: #333 !important;
}


.adminGreyBg
{
	background: #666;
	color: #fff !important;
}

.adminGreyBg1
{
	background: #d4d4d4;
	color: #333;
}
.ml30
{
	margin-left: 30%;
}


.applicantCalendarIcon
{
	position: absolute;
    right: 10px;
    font-size: 14px;
    color: #666;
    display: inline-block;
    top: 27px;
}



td { outline: none;}




/*


table.dataTable thead .arrowIcon.sorting,table.dataTable thead .arrowIcon.sorting_asc,table.dataTable thead .arrowIcon.sorting_desc,table.dataTable thead .arrowIcon.sorting_asc_disabled,table.dataTable thead .arrowIcon.sorting_desc_disabled {
 cursor:pointer;
 position:relative;

}
table.dataTable thead .arrowIcon.sorting:after,table.dataTable thead .arrowIcon.sorting_asc:after,table.dataTable thead .arrowIcon.sorting_desc:after,table.dataTable thead .arrowIcon.sorting_asc_disabled:after,table.dataTable thead .arrowIcon.sorting_desc_disabled:after {
 position:absolute;
 bottom:5px;
 right:8px;
 display:block;
 font-family:'Glyphicons Halflings';
 opacity:0.5
}
table.dataTable thead .arrowIcon.sorting:after {
 opacity:0.2;
 content:"\e150"
}
table.dataTable thead .arrowIcon.sorting_asc:after {
 content:"\e155"
}
table.dataTable thead .arrowIcon.sorting_desc:after {
 content:"\e156"
}
table.dataTable thead .arrowIcon.sorting_asc_disabled:after,table.dataTable thead .arrowIcon.sorting_desc_disabled:after {
 color:#eee
}
*/



table.dataTable thead .arrowIcon.sorting,table.dataTable thead .arrowIcon.sorting_asc,table.dataTable thead .arrowIcon.sorting_desc,table.dataTable thead .arrowIcon.sorting_asc_disabled,table.dataTable thead .arrowIcon.sorting_desc_disabled {
 cursor:pointer;


}
table.dataTable thead .arrowIcon.sorting:after,table.dataTable thead .arrowIcon.sorting_asc:after,table.dataTable thead .arrowIcon.sorting_desc:after,table.dataTable thead .arrowIcon.sorting_asc_disabled:after,table.dataTable thead .arrowIcon.sorting_desc_disabled:after {
	position:relative;
	bottom:0px;
	right:8px;
	display: inline-flex;
	font-family:'Glyphicons Halflings';
	opacity:0.5;
	float: right;
}
table.dataTable thead .arrowIcon.sorting:after {
 opacity:0.2;
 content:"\e150"
}
table.dataTable thead .arrowIcon.sorting_asc:after {
 content:"\e155"
}
table.dataTable thead .arrowIcon.sorting_desc:after {
 content:"\e156"
}
table.dataTable thead .arrowIcon.sorting_asc_disabled:after,table.dataTable thead .arrowIcon.sorting_desc_disabled:after {
 color:#eee
}






/* end only demo styles */

.radio-custom3 {
	opacity: 0;
	position: absolute;
}
 .radio-custom3, .radio-custom-label3 {
	display: inline-block;
	vertical-align: middle;
	/*margin: 5px;*/
	cursor: pointer;
}
.radio-custom-label3 {
	position: relative;
}
.radio-custom3 + .radio-custom-label3:before {
	content: '';
	background: #fff;
	border: 1px solid #E27B35;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
}

.radio-custom3 + .radio-custom-label3:before {
	/*border-radius: 50%;*/
}
.radio-custom3:checked + .radio-custom-label3:before {
	background: #E27B35;
	/*box-shadow: inset 0px 0px 0px 4px #fff;*/
	font-family: 'FontAwesome';
	content: "\2713";
	font-size: 11px;
	color: #fff;
}
.radio-custom3:focus + .radio-custom-label3 {
	outline: 0px solid #ddd; /* focus style */
}



/************* Notes ***************/

.popup-screen800
{
	width: 800px !important;
}


.scrollPopup400 {
    overflow-y: scroll;
    height: 400px;
}

.detailDescriptionTop
{
	top: 42px !important;
}

.noteCloseTxt
{
	font-size: 10px !important;
	font-weight: 600;
}



.popupGreyText {
	color: #aeaeae;
}

#overlayBox
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.toolTip1 .tooltip.bottom
{
	left: 100px !important;
}

.toolTip1 .tooltip.bottom .tooltip-arrow
{

	left: 154px !important;
}

.bondToolTip
{
	position: absolute;
	right: 20px;
	top: 2px;
}

.bondToolTip1
{
    position: absolute;
    right: 15px;
    top: 15px;
}

.job-post-details h2 {
  font-size: 30px;
  margin-bottom: 1em;
  font-weight: 500;
	color: #064a6c;
}
.job-post-details h3 {
  font-size: 20px;
  margin-top: 3em;
  margin-bottom: 0.5em;
  color: #333;
}
.job-post-details ul {
  margin: 0 0 15px;
  padding: 0 0 0 45px;
  list-style-type: disc;
}
.job-post-details ul li {
  list-style: disc !important;
  font-size: 15px;
  margin-bottom: 10px;
}


.job-post .panel-group {
    margin-bottom: 20px;

}

.job-post .panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
	border-bottom: 1px solid #999;
	display: block;
	float: left;
	padding-bottom: 20px;
}


.job-post .panel-group .panel {
    margin-bottom: 0;
	border-radius: 4px;
	width: -webkit-fill-available;
}

.job-post .panel
{
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.job-post .panel-default>.panel-heading {
    color: #333;
	background-color: #fff;
    border-color: #ddd;
	display: block;
	float: left;
	width: -webkit-fill-available;

}

.job-post .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
}

.post-job-box
{
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	min-height: 200px;
	margin-top: 20px;
}


@media only screen and (max-width: 700px) {
  .orderDiv {
    display: flex;
    flex-direction: column;
	  margin-bottom: 30px;
	  z-index: 9;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    display: block;
    order: 2;
  }
  .order3 {
    display: block;
    order: 3;
  }
	
	.mob-pt-pb-10
	{
		padding-top: 10px !important;
		padding-bottom: 10px;
	}
	
	.mob-showHide
	{
		display: none !important;
	}
	
	.job-post-details h2 {
    font-size: 24px;
  
}
	
	.heading-orange1 {
  
    font-size: 20px;
  
}
	
	.mob-text-center
	{
		text-align: center;
	}
	.mob-mt-20
	{
		margin-top: 20px;
		
	}
	
	.mob-mr-0
	{
		margin-right: 0px !important;
		
	}
	.mob-postingText
	{
		display: block;
		width: 100%;
		text-align: center;
		margin-left: 0px !important;
	}

	.paraStyle 
	{
		font-size: 15px;
        margin-bottom: 10px;
	}

	.checkboxStyle {
		height: 20px;
		width: 20px;
	}

	.geekmark { 
		position: absolute; 
		top: 0; 
		left: 0; 
		height: 25px; 
		width: 25px; 
		background-color: green; 
	} 
	  
	/* specify the background color to be 
	shown when hovering over checkbox */ 
	.script:hover input ~ .geekmark { 
		background-color: yellow; 
	} 
	  
	/* specify the background color to be 
	shown when checkbox is active */ 
	.script input:active ~ .geekmark { 
		background-color: red; 
	} 
	  
	/* specify the background color to be 
	shown when checkbox is checked */ 
	.script input:checked ~ .geekmark { 
		background-color: green; 
	} 
	  
	/* checkmark to be shown in checkbox */ 
	/* It is not be shown when not checked */ 
	.geekmark:after { 
		content: ""; 
		position: absolute; 
		display: none; 
	} 
	  
	/* display checkmark when checked */ 
	.script input:checked ~ .geekmark:after { 
		display: block; 
	} 
	  
	/* styling the checkmark using webkit */ 
	/* creating a square to be the sign of 
		checkmark */ 
	.script .geekmark:after { 
		left: 6px; 
		bottom: 5px; 
		width: 6px; 
		height: 6px; 
		border: solid white; 
		border-width: 4px 4px 4px 4px; 
	} 
	
}

.width30 {
	width: 30%;
}

.width70 {
	width: 70%;
}

.grey-border
{
	border: 2px solid #e5e5e5;
}


.key-benefit-img
{
	width: 220px;
}


.padding-70 {
	padding: 70px!important;
}

.mb-300
{
	margin-bottom: 300px !important;
}





