/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/* font-family: 'Roboto', sans-serif; */
@font-face {
  font-family: 'TempusSansITC';
  src: url('../dist/fonts/TempusSansITC.eot');
  src: url('../dist/fonts/TempusSansITC.eot?#iefix') format('embedded-opentype'),
       url('../dist/fonts/TempusSansITC.woff2') format('woff2'),
       url('../dist/fonts/TempusSansITC.svg#TempusSansITC') format('svg'),
       url('../dist/fonts/TempusSansITC.ttf') format('truetype'),
       url('../dist/fonts/TempusSansITC.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-BoldItalic';
  src: url('../dist/fonts/Roboto-BoldItalic.eot');
  src: url('../dist/fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
       url('../dist/fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg'),
       url('../dist/fonts/Roboto-BoldItalic.ttf') format('truetype'),
       url('../dist/fonts/Roboto-BoldItalic.woff') format('woff'),
       url('../dist/fonts/Roboto-BoldItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../dist/fonts/Roboto-Medium.eot');
  src: url('../dist/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
       url('../dist/fonts/Roboto-Medium.svg#Roboto-Medium') format('svg'),
       url('../dist/fonts/Roboto-Medium.ttf') format('truetype'),
       url('../dist/fonts/Roboto-Medium.woff') format('woff'),
       url('../dist/fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-MediumItalic';
  src: url('../dist/fonts/Roboto-MediumItalic.eot');
  src: url('../dist/fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
       url('../dist/fonts/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg'),
       url('../dist/fonts/Roboto-MediumItalic.ttf') format('truetype'),
       url('../dist/fonts/Roboto-MediumItalic.woff') format('woff'),
       url('../dist/fonts/Roboto-MediumItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.dream-job-pg{background:#eeeeee;}

/* Reset style */
img{
	max-width: 100%
}
body{
	font-size: 15px;
	overflow-x: hidden;
	counter-reset: my-awesome-counter;
	/*background-image: url('../images/main_bg.jpeg');
	background-repeat: no-repeat;
  	background-size: 100% 100%;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: 1.3
}
h2{
	color: #cc0000;
	font-size: 23px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 0
}

input.input:focus{
	outline: none !important;
	-webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);    
	-webkit-user-modify: read-write-plaintext-only;
}

/* Common style */
ul.ui-autocomplete{
	max-height: 200px;
	overflow-y: scroll;
}
.slider-page{ padding-top: 125px }
.tabs-enabled form > .slider-page{ padding-top: 0  !important}
form > .slider-page{ padding-top: 20px}
.slider-page ul{
	margin: 0;
	padding: 0
}
.slider-page ul ul{
	padding-left: 20px
}
.slider-page li{
	list-style: none;
	padding-left: 25px;	
	position: relative;
	padding-bottom: 10px
}
.slider-page li:before{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #666666;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}
.slider-page #s2id_field_2_kindofjob li:before{
	content: '';
	width: unset;
}
.slider-page #s2id_field_2_relatedjobtitles li:before{
	content: '';
	width: unset;
}
.slider-page #s2id_field_2_field_onet li:before{
	content: '';
	width: unset;
}
.slider-page [class*="col-"] h2:first-child,
.slider-page [class*="col-"] h3:first-child{
	margin-top: 0
}
.welcome-cotent{
	background: #eeeeee;
	padding: 50px 0 50px 0;
	margin-top: -40px
}
.welcome-cotent h2{
	text-align: left;margin-bottom: 10px
}


/* Next-prev  */
.next-prev{
	padding: 30px 0;
	float: left;
	width: 100%
}
.next{
	background: #cc0000;
	color: #fff;
	padding: 15px 25px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 1.5;
	cursor: pointer
}
.next:hover{background: #ae0101}
.next i{margin-left: 50px;float: right;margin-left: 35px;font-size: 25px}
.prev i{font-size: 50px;color: #cc0000;padding-top: 3px}
.prev:hover i{color: #ae0101;cursor: pointer}

/* Common form fields*/
.slider-page .check-box,
.slider-page .radio-box,
.slider-page .outline-chkbox{
	margin: 0 23px;
	position: relative;
	vertical-align: middle
}
.slider-page .outline-chkbox{margin: 0 10px}
.slider-page .check-box span,
.slider-page .radio-box span,
.slider-page .outline-chkbox span{
	background: url(../images/unchk-box.png) no-repeat left top;
	width: 111px;
	height: 29px;
	content: '';
	display: block
}
.slider-page input[type="checkbox"],
.slider-page input[type="radio"],
.slider-page .outline-chkbox input[type="checkbox"]{
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	margin: 0;
	height: 30px;
	opacity: 0;
	cursor: pointer
}

.slider-page .check-box input[type="checkbox"]:checked + span,
.slider-page .check-box input[type="radio"]:checked + span{
	background-image: url(../images/chk-box.png)
}
.slider-page .outline-chkbox span{
	background-image: url(../images/outline-unchkbox.png);
	background-size: 30px;
	width: 30px;
	height: 35px;
	background-position: 0 2px;
}
.slider-page .outline-chkbox input[type="checkbox"]:checked + span{
	background-image: url(../images/outline-chkbox.png)
}
.slider-page table{
	border: 1px solid #000
}
.slider-page table td,.table>tbody>tr>td{
	border-top: 1px solid #000;
	padding: 10px;
	vertical-align: middle
}
.table-responsive{border-color: #000}
.slider-page table th,.table>tbody>tr>th{
	background: #cccccc;
	padding: 5px 8px;
	border-top: 1px solid #000;
	text-align: center
}
.slider-page table tr.form-title th{
	text-align:left !important;
}
.slider-page table tr > th:first-child,.table>tbody>tr>th:first-child{
	text-align: left;
	padding-left: 17px;
}
.slider-page table tr:nth-child(even) td {
	background: #eeeeee
}
.slider-page .gery-input input[type="text"],
.slider-page .gery-input input[type="email"],
.slider-page .gery-input input[type="password"],
.slider-page .gery-input input[type="number"]{
	width: 100%;
	background: #cccccc;
	border: 1px solid #fff;
	padding: 5px;
	border-radius: 5px
}
.slider-page input[type="text"],
.slider-page input[type="email"],
.slider-page input[type="number"],
.slider-page input[type="password"],
.slider-page textarea{
	background: #b6d7a8;
	border: 1px solid #000;
	padding: 5px;
	border-radius: 5px;
	width: 95%;
	color: #000;
}
.slider-page input[type="text"]:disabled ,
.slider-page input[type="email"]:disabled ,
.slider-page input[type="number"]:disabled ,
.slider-page input[type="password"]:disabled ,
.slider-page textarea:disabled {
	background :#cccccc;
	border-color: #999999
}
.slider-page textarea{
	resize: none;
	height: 100px
}
.slider-page select{
	width: 95%;
	padding: 5px
}
.slider-page table table td{border: 0 none;background: transparent;padding: 0}

.slider-page input::-webkit-input-placeholder {
	color:#fff;
	opacity: 1
}

.slider-page input:-moz-placeholder { /* Firefox 18- */
	color:#fff;
	opacity: 1
}

.slider-page input::-moz-placeholder {  /* Firefox 19+ */
	color:#fff;
	opacity: 1
}

.slider-page input:-ms-input-placeholder {
	color:#fff !important;
	opacity: 1  !important
}
.sub-header{
	background:#dde9eb;
	color: #134f5c;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 25px;
	font-size: 22px;
	
}
.slider-page input[type="text"].width-85{
	width: 75px;
	font-weight: normal;
	padding: 2px 8px;
	font-size: 14px;
}
.slider-page table table input[type="text"]{
	width: 75%
}
.valign-top{
	vertical-align: top !important
}
.white-bg{
	background: #fff;padding-top: 15px;padding-bottom: 15px;
	float: left;
	width: 100%	
}
.padd-none{
	padding: 0 !important
}
.margin-none{
	margin: 0 !important
}
.slider-page .menu-of-options2 tr.parent-row:not(:nth-child(2)) .check-box span,
.slider-page .menu-of-options2 .radio-box span{
	background-image: url(../images/unchk-box.png);
}
.slider-page .menu-of-options2 tr.parent-row:not(:nth-child(2)) input[type="checkbox"]:checked + span,
.slider-page .menu-of-options2 input[type="radio"]:checked + span{
	background-image: url(../images/unchk-box.png);
}
.slider-page .menu-of-options2 input.disable-row{cursor:auto;}
.slider-page .menu-of-options2 {cursor:auto;}
.padding-20{padding: 20px !important}
.padding-30{padding: 30px !important}

.same-as-chkbox{
	width: 110px !important;
	text-align: center;
	border-color: #fff !important;
	font-weight: bold;
	background: #93c47d !important
}
.slider-page .menu-of-options2 tr.parent-row:not(:nth-child(2)) .check-box input{cursor: auto;}

/* Custom section */
.slider1 h3{
	text-align: center;
	margin:35px 0 25px 0;
	font-size: 19px;
	font-weight: bold
}
.welcome-toolkit{
	background: #eeeeee;
	/* margin-top: -40px; */
}
.welcome-toolkit h2{text-align: left;margin: 0;font-size: 16px; }
.welcome-toolkit h2 b{text-align: left;font-size: 40px;line-height: 1}
.welcome-padd{padding: 50px 65px 50px 65px}
.greybg{
	background: #eeeeee;
}
.greybg-float{
	background: #eeeeee;
	width: 100%;
	float: left
}
.jumbotron p{font-size: inherit}
.only-padding{
	padding-top: 25px;
	padding-bottom: 25px
}
.slider-page .slide-inner .check-box,
.slider-page .slide-inner .radio-box{
	margin: 0 10px
}
.inner-table2 td{
	background: transparent !important
}

.menu-of-options2 tr.parent-row:not(:nth-child(2)) td,.disable-row td{
	color: #999999;
}
.greybg.padding-20 p:last-child{
	margin-bottom: 0
}
.greybg.padding-20 p i{color: #cf2a27}

.jumbotron .table>tbody>tr:nth-child(odd)>td{
	background: #fff
}
/* Form pages */
.display-table{
	display: table;
	width: 100%;
	height: 100%;
	padding: 25px 15px
}
.display-table-cell{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle
}
.login-logo{
	/*background: url(../images/logo_v2.png) no-repeat left top;*/
	width: 280px;
	height: 65px;
	display: block;
	margin: auto;
	/*background-size: 280px;*/
	margin-bottom: 15px
}
.usercreate-logo{
	background: url(../images/logo_create_password.png) no-repeat left top;
	width: 280px;
	height: 65px;
	display: block;
	margin: auto;
	background-size: 280px;
	margin-bottom: 15px;
}
.login-container{
	background: #f3f5f5;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	max-width: 330px;margin: auto;
	padding: 20px;
	border-radius: 5px
}
.login-container h1{
	margin: 0;
	text-align: center;
	font-family: arial;
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: bold
}
.form-row{
	margin-bottom: 20px
}
.form-row input[type="text"],.form-row  input[type="password"]{
	background: #e0e1e1;
	border: 1px solid #999999;
	padding: 7px 15px;
	width: 100%;
	border-radius: 3px;
	font-size: 14px;
	height: 36px
}
.submit input[type="submit"]{
	background: #cc0000;
	border-radius: 3px;
	color: #fff;
	border: 0 none;
	padding:5px 10px;
	width: 100%;
	cursor: pointer;
	width: 230px;
	margin: auto;
	display: block
}
.submit input[type="submit"]:hover{
	background: #b40101
}
.foot-bottom{
	max-width: 230px;
	margin: 15px auto auto auto
}
.foot-bottom a{
	color: #666666;
	text-decoration: underline;
	font-size: 14px
}
.foot-bottom a.pull-right{color: #134f5c;text-decoration: none}
.foot-bottom a:hover{opacity: 0.8}
.yes-no{
	max-width: 105px;
	margin-left: auto;
	margin-right: auto;
}
.yes-no input{
	background: transparent;
	color: #787b7a;
	font-weight: bold;
	border: 1px solid #cdcecf;
	padding: 3px 25px
}
.yes-no input.select,.yes-no input:hover{
	color: #0a4b5e;
	border-color: #97b8bf;
}
.hint-txt{
	font-size: 13px
}


.form-row input::-webkit-input-placeholder {
	color:#66667b;
	opacity: 1
}

.form-row input:-moz-placeholder { /* Firefox 18- */
	color:#66667b;
	opacity: 1
}

.form-row input::-moz-placeholder {  /* Firefox 19+ */
	color:#66667b;
	opacity: 1
}

.form-row input:-ms-input-placeholder { 
	color:#66667b;
	opacity: 1
}
#infoMessage{
	color: #cc0000;
}

.form-row.login-info input[type="text"], .form-row.login-info input[type="password"] {
	padding: 12px 10px 12px 40px !important;
	height:44px;
	margin-top: 10px;
}
.login-info .user,.login-info .pw{position: relative}
.login-info .user input{
	border-radius: 3px 3px 0 0;
	margin-bottom: 10px;
	/* border-bottom: 0 none; */
}
.login-info .pw input{border-radius: 0 0 3px 3px}
.login-info .user:after{
	background: url(../images/user.svg) no-repeat left top;
	content: '';
	position: absolute;
	left: 9px;
	/* top: 11px; */
	top: 41px;
	width: 25px;
	height: 25px;
	background-size: 20px
}
.login-info .pw:after{
	background: url(../images/key.svg) no-repeat left top;
	content: '';
	position: absolute;
	left: 9px;
	/* top: 17px; */
	top: 47px;
	width: 25px;
	height: 15px;
	background-size: 20px
}
.navbar-fixed-top{
	padding-top: 12px;
	padding-bottom: 12px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	/* border-color: #a2c4c9; */
	/* background: #a2c4c9 */
	border-bottom: 1px solid #000;
}
.site-logo{
	/*background: url(../images/logo_v2.png) no-repeat left top;*/
	width: 300px;
	height: auto;
	/*background-size: 300px;*/
	font-size: 0;
	margin-left: 15px
}
.footer .container .text-muted{text-align: center;color: #cc0000;margin: 15px 0}
.footer{
	background: #a2c4c9;
	height: auto
}

.navbar-nav>li>a,
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text{color: #000;font-size: 13px;font-weight: bold}
.navbar-default .navbar-toggle{border-color: transparent;background: none !important;/* margin-top: 14px */}
.navbar-default .navbar-toggle .icon-bar{background-color: #cc0000}
/*body{margin-bottom: 90px}*/
body{margin-bottom: 80px}
/* .dropdown-toggle{
	font-size: 25px !important;
	right: 5px
	} */
	.edit-user{margin-top: 100px}

/* .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color: #fff;background: #b90101}
.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color: #fff;
	padding: 15px 25px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	line-height: 1
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color: #fff;background: #b90101;} */
/* .navbar-default .navbar-nav .open .dropdown-menu>li:last-child>a{border-radius: 0 0 5px 5px;border-bottom: 0 none} */
/* .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #cc0000;
	} */
/* .navbar-nav .open .dropdown-menu{
	background: #cc0000;
	padding: 0;
	width: 125px;
	min-width: 125px;
	border-top-left-radius: 4px;
	} */
	/* .navbar-right .dropdown-menu{right: 5px} */

	.slider-page .check-box .error + span,
	.slider-page  input[type="text"].error,
	.slider-page  input[type="email"].error,
	.slider-page  input[type="password"].error,
	.slider-page select.error,
	.slider-page textarea.error,
	div.aireqError.error{border:3px solid #ff0000;}
	.err-msg,.err-msg-last-page{color:#ff0000;text-align: center;font-weight: bold !important;font-size: 30px !important;}
	.slider-page table table input[type="text"].datepickerHidden,.slider-page table input[type="text"].datepickerHidden{background-image: url('../images/calender.png');background-repeat: no-repeat;background-size: cover;background-position: center;background-color: transparent;border: 0;width: 18px;height: 21px;padding: 0;border-radius: 0;color: transparent;cursor: pointer;}

	.same-as-chkbox.error{border-color: red !important}


	.jumbotron.corner-none{
		border-radius:  0
	}
	input.text-with-center{
		color: #000;
		text-align: center;
	}

	.text-with-center::-webkit-input-placeholder {
		color:#000;
		opacity: 1;
		letter-spacing: 4px
	}

	.text-with-center:-moz-placeholder { /* Firefox 18- */
		color:#000;
		opacity: 1;
		letter-spacing: 4px
	}

	.text-with-center::-moz-placeholder {  /* Firefox 19+ */
		color:#000;
		opacity: 1;
		letter-spacing: 4px
	}

	.text-with-center:-ms-input-placeholder {
		color:#000;
		opacity: 1;
		letter-spacing: 4px
	}
	.final-img{
		margin-top: 28%
	}

	.width-110,input.vj_input_req.date,input.vj_month_req.date,input.vj_year_req.date,
	input.vj_day_req.date,input.-month.date,input.-year.date,input.-day.date{
		width: 110px !important;
		margin: 0 10px !important;
		border-color: #fff !important;border-radius: 3px !important;
		padding: 5px 10px !important
	}

	.tabs-enabled .pages-tab{
		background: #fff;
		box-shadow: 0 0 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5); 
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10001;
		width: 100%
	}
	.progress{    
		margin-bottom: 0;
		height: 100%;
		display: block;
		position: absolute;
		width: 100%;
		left: 1px;
		top: 0;
		overflow: visible;
		background: none;
		box-shadow: none;
	}
	.nav-tabs{
		border-bottom: 0 none;
		max-width: 1190px;
		margin: auto;
		padding: 26px 0 0 2px;
		position: relative;
	}
	.moretabsin.nav-tabs{
		max-width: 1490px;
	}
	.pages-tab .nav-tabs li:last-child:after{
		background:#fff;
		position: absolute;
		width: 20px;
		height: 65px;
		right: -16px;
		display: block;
		content: '';
		z-index: 1;
		top: 0;
		display: none
	}
	.pages-tab .nav-tabs li{ 
		/* width: 25%;  */
		width: 297px; 
		display: table;
		position: relative;

	}
	.pages-tab .nav-tabs li.active:before{
		position: absolute;
		left: -3px;
		bottom: -4px;
		height: 4px;
		background: #fff;
		content: '';
		z-index: 10000000;
		width: 100%;
		display: none
	}

	.pages-tab .nav-tabs>li .tbs>a{
		bordeR: 0 none !important;
		background: transparent !important; 
		color: #fff;
		font-weight: bold;
		text-align: center;
		letter-spacing: 1px;
		display: table-cell;
		vertical-align: middle;
		height: 65px;
		position: relative;
		z-index: 100;
		line-height: 1.2;
		padding: 4px 25px;/*dh*/
		text-decoration: none;
		font-size: 15px;
		cursor: default;
		border-bottom: 2px solid #cc0000 !important

	}
	.pages-tab .nav-tabs>li .tbs>a.tabEnabled{
		cursor: pointer
	}
.pages-tab .nav-tabs>li.active .tbs >a{ color: #000;cursor: default; /* color: #000; */}
.pages-tab .nav-tabs>li.active>a:after{
	content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	
}
.pages-tab .nav-tabs>li>a:hover{color: #000}
.progress-bar{
	/* background:#cc0000; */
	box-shadow : none;
	-box-shadow : none;
	box-shadow : none;
	background: url(../images/red-tab.svg) no-repeat left top;
	background-size: 295px
}



.tbs{
	display: table;
	width: 100%;
	background: url(../images/grey-tab.svg) no-repeat center top;
	/* background-size: 101% !important */
}
#tabs .nav-tabs li .tbs:before, #tabs .nav-tabs li .tbs:after{
	content: " ";
	position: absolute;
	top: 0;
	width: 50px;
	height: 65px;
	background-color: transparent;
	display: none
}
#tabs .nav-tabs li .tbs:before{
	left: 0;
	z-index: 1;
}
#tabs .nav-tabs li .tbs:after {
	right: 0;
	z-index: 1;}
	#tabs .nav-tabs li .progress-bar{
		position: relative;
	}

	#tabs .nav-tabs li .progress-bar:after{
		transform: skew(-17deg);
		z-index: 1;
		right: -10px;
		background: #6a6969;
		border-top: 2px solid #cc0000
	}
	#tabs .nav-tabs li.active .progress-bar:after{
		background: #cc0000
	}
	#tabs .nav-tabs li.active .progress:after{
		z-index: 100
	}
	#tabs .nav-tabs li .progress-bar:before,
	#tabs .nav-tabs li .progress-bar:after{
		background: #6a6969
	}
	#tabs .nav-tabs li .tbs:after{
		background: url(../images/r-corner.png) no-repeat left top;
	}
	#tabs .nav-tabs li .tbs:before{
		background: url(../images/l-corner.png) no-repeat left top;

	}
.active .progress-bar{/* background: #cc0000; */}
.active .progress{/* background: #fff */}
.active .tbs{
	background: url(../images/white-tab.svg) no-repeat center top;
}

#tabs .nav-tabs li.active .progress-bar:before,
#tabs .nav-tabs li.active .progress-bar:after{
	background: #cc0000
}
#tabs .navbar{
	height: 0;
	min-height: 0;
	margin: 0;
	background: #fff;
	border: 0 none  
}
#tabs .navbar .container{
	padding-top: 13px;
	padding-bottom: 10px;
}
.tabs-enabled  .user-login{
	position: fixed;
	right: 0px;
	top: 23px;
	z-index: 100000}
	.site-base-logo{
		background: url(../images/only-logo.png) no-repeat left top;
		width: 35px;
		height: 35px;
		display: block;
		background-size: 35px;
		float: left;
		margin-left: 15px;
		margin-top: 25px;
		font-size: 0
	}
	#tabs .slider-page{padding-top:115px}

	.tab-content .tab-pane:not(.active) {display: none} 

	#tabs  form > .slider-page{
		padding-top: 0;
	}
	.tabs-enabled .pages-tab.hide{
		display: block !important
	}
	.tabs-enabled .welcome-toolkit{
		margin-top: 0
	}

	/*admin style start here*/
	.checkbox-text {
		float: left;
		margin-top: 3px
	}
	.check-box:hover {
		cursor: pointer;
	}
	label.double-checkbox{
		float:left;
	}
	.time-period-label{float: left;
		float: left;
		margin-top: 6px;
		margin-right: 5px;
	}
	.time-period-label+input {float:left;width:10% !important;margin-right:30px;}
	.field-label{float:left;font-weight:bold;}
	.total-sec {width:200px;float:left;}
	.estimated-total-revenues{width:50% !important;margin-right:20px;float:left;}
	.form-elements-wrap .slider-page table tr td input,.form-elements-wrap table tr td textarea,.form-elements-wrap table tr td select {
		width:calc(100% - 120px);
		float:left;
	}
	.form-elements-wrap table tr td label.check-box {
		float: left;
	}
	.form-field-error{color:red;}
	form span.required {color:red;font-size:18px;}
	input.zip {width:15% !important;}
	input.small {width: 140px !important}
	input.tel1 {width:10% !important;margin-right: 20px;}
	input.tel2 {width:20% !important;}
	input.social-security-number {width:20% !important;}
	input.date {width:20% !important;margin-right:30px;float:left;}
	input.gpa {width:15% !important;float:left;padding-top:4px;}
	input.width-85 {float:none !important;}
	input {font-weight: normal;}

	tr.parent-row table{width: 100%;}

	table tr td.parent-data:first-child table tr td {
		border-top: solid 1px #000 !important;
		padding: 17px !important;	
	}
	.slider-page table.table tr.parent-row:first-child table tr:nth-child(2n){
		background: #eeeeee;
	}

	.element-label{float: left;margin-right:30px;width:100px}

	.slider-page table td table tr:nth-child(2n) td {background: none;}

	.tab-col-label{font-weight:bold;}

	.parent-data table td{padding-bottom: 20px !important }

	/*admin style ends here*/

	.gpa-label{
		margin-top: 5px;
		margin-left: 10px;
		display: inline-block
	}

	/* Hard code classes usage */

	.in-civilian-life-name-of-business .element-label{
		margin-right: 0
	}
	.in-civilian-life-name-of-business table table label.double-checkbox{margin: 0 20px}
	.in-civilian-life-name-of-business table table  td:first-child{width: 50%;}
	.in-civilian-life-name-of-business tr:nth-child(8) .tab-col-label:first-child{
		text-align: center;
		width: 75%
	}
	.in-civilian-life-name-of-business table table input.small {width: 150px !important;font-size:inherit !important;}
	.in-civilian-life-name-of-busines td table .table{
		width: 100%
	}
	.in-civilian-life-name-of-business .table > tr > td{width: 40%;border: 1px solid red}

	.licensescertifications-presentations-languages-spoken .table td:first-child,
	.explanation-of-difficulty .table td:first-child,
	.the-technology-you-have-used2  .table td:first-child{width: 50%}

	.established-policy-for-a-work-activity th:first-child,
	.the-technology-you-have-used .parent-data th:first-child{
		width: 75%
	}

	.work-character-plays-a-major-role-in-hiring-1 .parent-data{
		padding: 0
	}
	.unpaid-volunteer-activities .parent-data{
		width: 75%;
		white-space: normal !important;
	}
	.unpaid-volunteer-activities input.small{
		width: 30% !important
	}
	.unpaid-volunteer-activities .element-label{
		width: 150px
	}
	.unpaid-volunteer-activities  .parent-data .check-box{
		float: right
	}
	.putting-it-all-together .parent-data th:first-child,
	.military-experience td.parent-data:first-child,
	.wotc-certifications td.parent-data:first-child,
	.background-questions.background-questions1 td.parent-data:first-child  {
		width: 50% 
	}
	.responsibilities-that-show-businesses-trusting-you .form-title th{padding-left: 5%}
	.in-civilian-life-name-of-business tr:nth-child(8) td:last-child table{
		width: 600px;
		margin: 10px
	}
	.in-civilian-life-name-of-business tr:nth-child(8) td:last-child table .tab-col-label{
		white-space: normal
	}
	.putting-it-all-together .slider-page table th{
		padding-right: 4%
	}
	.table[style="border: medium none;"] tr > td,
	.table[style="border: none;"] tr > td {
		padding: 0;
		border: 0 none
	}
	.wotc-certifications td input:first-child{
		margin-left: 0 !important
	}

	.tabs-enabled .slider-page{
		padding-top: 40px !important 
	}
	.tabs-enabled .tab-content{
		max-width: 1186px;
		margin: auto;
		background: #fff;
		padding:0 15px 15px 15px;
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
		border-radius: 0 0 7px 7px;
		margin-top: 88px;
		border: 2px solid #cc0000;

	}
	.tabs-enabled .welcome-cotent{
		margin-top: 0
	}

	/*** Loader ***/
	.loader{background: #fff none repeat scroll 0 0;bottom: 0;left: 0;opacity: 0.8;position: fixed;right: 0;top: 0;z-index: 9999;display:none;}
	.loader img{height: 50px;left: 50%;margin: -17px 0 0 -17px;position: absolute;top: 50%;width: 50px;}

	.hide-tab{display:none !important;}


	td > .width-110, td >input.vj_input_req.date{margin-left: 0 !important;    margin-right: 20px !important;}
	.slider-page input[type="text"]:focus, .slider-page input[type="email"]:focus, .slider-page input[type="number"]:focus, .slider-page input[type="password"]:focus, 
	.slider-page textarea:focus{
		outline: none
	}
	.input-combo {
		float: right;
		width: 320px
	}
	.input-combo input:first-child{margin-right: 18% !important}
	.yes-or-no{    
		float: right;
		width: 357px
	}
	.post-secondary-education .yes-or-no{    
		width: 100%;
		margin-right:35px;
		display:inline-flex;
	}
	#civilian-life .yes-or-no {
	    width: 100%;
	    margin-right: 35px;
	    display: inline-flex;
	}
	/*.post-secondary-education tr:nth-child(n+11){   
		display:none;
	}*/
	.yes-or-no label:last-child{
		margin-right: 0 !important
	}

	

	.width-110.error, input.vj_input_req.date.error,input.vj_month_req.date.error,input.vj_year_req.date.error,input.vj_day_req.date.error,
	input.-month.date.error,input.-year.date.error,input.-day.date.error{border-color: red !important}

	.parent-row > .parent-data:first-child .input-combo{
		width: auto;
		float: none
	}
	.parent-row > .parent-data:first-child .input-combo input:first-child{
		margin-right: 0 !important
	}
	.wotc-certifications .yes-or-no{float: left}
	.slider-page .greybg select{width: auto}
	.total-sec .field-label{
		margin-top: 5px;
		padding-left: 15px
	}
	.tabs-enabled .tab-content .container{
		width: auto;
	}
	#tab3 .jumbotron  select{margin: 10px 0 !important}
	iframe{
	/*  border: 2px solid red;
	position: relative; 
	z-index: -1 */
}
.tabs-enabled .tab-content{
/* 	position: relative;
z-index: 10 */
}

/*multi select2*/
.select2-dropdown--below {
  top: -38px; 
}

.select2-container.select2-container-multi {
	width: 100%;
}

.select2-container.select2-container{
	width: 650px;
}
.select2-container.select2-container#s2id_field_2_aifield2_onet{
	width: 350px;
}

/*uppercase title from page 41 to 61*/
h3.sub-header b{
	text-transform:capitalize;
}

span.business-name {
	color: blue;
}
div.business-name {
	display: inline-block;
}
.select2-result-label span span.select2-match {
	text-decoration: none !important;
	
}
.task-percent {
	font-weight:bold !important;
	font-size:20px !important;
	text-align:right;
	
}
span.task-percent-symbol {
	font-weight:900;	
}

textarea:invalid,input:invalid {

	box-shadow: none;

}
div.jumbotron {
	padding-left:30px;
}

form.in-civilian-life-name-of-business table tr td table tr td:first-child {
	width:75%;
}

/*page4 and 10*/
form.menu-of-options1 tr td:nth-child(1),form.wotc-certifications tr td:nth-child(1) {width:38% !important}
form.menu-of-options1 tr td:nth-child(2),form.wotc-certifications tr td:nth-child(2) {width:62% !important} 

.text-red {
	color: #cc0000;
}


/* common */
.d-flex { display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; }

/* Front Menu */
.front-menu { background-color: #fff; border-color: #000; box-shadow: none; }
.front-menu .dropdown .dropdown-toggle{	font-size: 13px; right: auto; }
.front-menu.navbar-default .navbar-nav>li>a:focus, .front-menu.navbar-default .navbar-nav>li>a:hover { color: #fff; background-color: #b90101; }
.front-menu .navbar-header, .front-menu.navbar-default .navbar-collapse { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
/*.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav .dropdown-menu>li>a{ color: #fff; border-bottom: 1px solid rgba(255,255,255,0.5); transition: 0.3s; font-family: 'Roboto', sans-serif; font-weight: 400; }*/
.navbar-default .navbar-nav .open .dropdown-menu>li>a{color: #fff;background: #b90101; }
.front-menu.navbar-default .navbar-nav>.active>a, .front-menu.navbar-default .navbar-nav>.active>a:focus, .front-menu.navbar-default .navbar-nav>.active>a:hover { background: transparent; color: #fff; }
.front-menu .nav .open>a, .front-menu .nav .open>a:focus, .front-menu .nav .open>a:hover { border-color: rgba(255,255,255,0.5); }
.front-menu .dropdown-menu { padding-top: 0; padding-bottom: 0; }
.front-menu .navbar-nav .open .dropdown-menu>li>a { padding-top: 10px; padding-bottom: 10px; }
.navbar.front-menu>.container .navbar-brand, .navbar.front-menu>.container-fluid .navbar-brand { margin-left: 15px; }
.front-menu .container { width: 100%; padding-left: 0; padding-right: 0; }
.front-menu.navbar-fixed-top { padding-bottom: 0; }
.front-menu .navbar-header { margin-bottom: 12px; }
.front-menu .navbar-nav>li>a, .front-menu.navbar-default .navbar-nav>li>a, .front-menu.navbar-default .navbar-text { color: #fff; }
.front-menu .navbar-nav { margin-top: 0; margin-bottom: 0 }
.front-menu.navbar-default .navbar-nav>.open>a { background-color: #b90101 }

/* Memu Icon */
.animated-icon { width: 26px; height: 20px; position: relative; margin: 0px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }
.animated-icon span { display: block; position: absolute; height: 2px; width: 100%; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
.animated-icon span { background: #cc0000; }
.animated-icon span:nth-child(1) { top: 3px; }
.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) { top: 10px; }
.animated-icon span:nth-child(4) { top: 17px; }
.animated-icon.open span:nth-child(1) { top: 11px; width: 0%; left: 50%; }
.animated-icon.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.animated-icon.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.animated-icon.open span:nth-child(4) { top: 11px; width: 0%; left: 50%; }

/* content */
.content h1 { font-size: 20px; font-family: 'Roboto', sans-serif; font-weight: 700; color: #cc0000; }
.content p, .content li { font-size: 16px; font-family: 'Roboto', sans-serif; font-weight: 400; color: #232222; }
.content ul li, .content ol li { line-height: 28px; }
.content p { line-height: 27px; }
.content ol { padding-left: 30px; }
.content ol { list-style: none; }
.content ol li::before { color: #cc0000; position: absolute; left: -31px; top: 4px; bottom: 0; width: 22px; height: 22px; border: 2px solid #cc0000; border-radius: 50%; text-align: center; line-height: 19px; font-size: 13px; }
.content ol li { counter-increment: my-awesome-counter; }
.content ol li::before { content: counter(my-awesome-counter); }
.content ol li { position: relative; }
.content-box { border: 2px solid #000; padding: 15px 20px 10px; }
.home-section .content .content-box>h1 { margin-top: 0; }
.content a { color: #6e02e7; font-size: 18px;  font-weight: 700; border-bottom: 1px solid #6e02e7; }
.content a:hover, .content a:focus { text-decoration: none; }

.morelink a { line-height: 40px; }
.morelink { text-align: center; }

/* Section */
.frontend { margin-top: 80px; }
/*.home-section .frontend { padding-top: 20px; }*/
.user-recognize-section .container-fluid { width: 95%; }
.user-recognize-section .content p { font-size: 14px; line-height: 28px; }
.user-recognize-section .job-list .row { margin-bottom: 25px; }

.jobcenter-section .content { background-color: #eeeeee; float: left; }
.jobcenter-section .job-img img { width: 100%; }
.jobcenter-section .content h1 { margin-top: 20px; margin-bottom: 25px; line-height: 30px; }
.jobcenter-section .job-content { padding-left: 25px; padding-right: 25px; }
.jobcenter-section .row::before, .jobcenter-section .row::after { display: none; }

.crm-list { padding-bottom: 20px; }
.crm-list ul { padding-left: 25px; }
.crm-list ul li { font-family: 'Roboto-Medium'; font-weight: normal; line-height: 26px; font-size: 15px; list-style: none; position: relative; color: #4f4f4f; }
.crm-list ul li::before { color: #505050; content: '\f105'; position: absolute; left: -25px; top: 0px; bottom: 0; line-height: 25px; font-size: 25px; font-family: 'fontAwesome'; }

.about-section .frontend { padding-top: 20px; }
.about-section .frontend .content p { line-height: 27px; margin-bottom: 30px; }

.contactus-section .addr { font-family: 'Roboto', sans-serif; font-weight: 700; color: #232222; font-size: 16px; }
.contactus-section .addr a { border-bottom: none; color: #232222; margin-left: 10px; line-height: 20px; font-size: 16px; white-space: nowrap; }
.contactus-section .addr a:hover { color: #6e02e7; border-bottom: 1px solid #6e02e7; }
.contactus-section .contactlist { font-size: 20px; font-family: 'Roboto', sans-serif; font-weight: 700; color: #cc0000; margin-top: 30px; }
.contactus-section .contactlist:first-child { margin-top: 30px; }
.contactus-section .contactlist a { font-size: 20px; }

.resumes-section .content p { line-height: 27px; margin-top: 30px; margin-bottom: 0; }
.resumes-section .content a { margin-bottom: 20px; display: inline; word-break: break-word; font-size: 16px; }

.helptoolkit-section .content p { line-height: 27px; margin-top: 15px; }
.helptoolkit-section .form-section h1 { line-height: 30px; margin-bottom: 25px; }

.r-mi-font { font-family: 'Roboto-MediumItalic'; font-weight: normal; }
.r-bi-font { font-family: 'Roboto-BoldItalic'; font-weight: normal; }
.indeedlink a { font-weight: normal; color: #232222; border-bottom: none; font-size: 14px !important; margin-bottom: 0 !important; }

/* Form */
.form-box { border: 2px solid #000; padding-top: 25px; padding-bottom: 25px; }
.form-box .row>div { padding-left: 70px; padding-right: 70px; }
.form-box .row { margin-left: -10px; margin-right: -10px; }
.form-box label { font-size: 16px; font-weight: normal; font-family: Roboto-Medium; margin-bottom: 7px; display: block; color: #232222; }
.form-box .form-control { border: 1px solid #e7e5e5; height: 45px; padding: 10px 12px; border-radius: 10px; box-shadow: none; }
.form-box .form-control:focus { border: 1px solid #b3b0b0; }
.form-box .form-group { margin-bottom: 15px; }
.form-box button[type="submit"] { margin-top: 35px; background-color: #cc0000; color: #fff; text-transform: uppercase; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 18px; height: 45px; width: 100%; max-width: 290px; border: 2px solid transparent; border-radius: 10px; -webkit-transition: .28s ease; transition: .28s ease; outline: none; }
.form-box button[type="submit"]:hover { border: 2px solid #cc0000; color: #cc0000; background-color: #fff; }
.form-box button[type="submit"]:focus { outline: none; background-color: #fff; }
.form-box .success-msg { padding: 10px 15px; background: #51a351; color: #fff; text-align: center; border-radius: 5px; font-size: inherit; font-family: 'Roboto', sans-serif; font-weight: 400; margin-bottom: 30px; font-size: 14px; }

/* radio button */
.form-check-inline { display: inline-block; padding-top: 17px; margin-right: 42px; }
.form-check-label { color: #545454; }
.form-check-inline input[type=radio]:checked, .form-check-inline input[type=radio]:not(:checked) { position: absolute; opacity: 0; pointer-events: none; }
.form-check-inline input[type=radio]:checked+label, .form-check-inline input[type=radio]:not(:checked)+label { position: relative; padding-left: 25px; cursor: pointer; display: inline-block; height: 18px; line-height: 18px; -webkit-transition: .28s ease; transition: .28s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.form-check-inline input[type=radio].with-gap:checked+label:after, .form-check-inline input[type=radio].with-gap:checked+label:before, .form-check-inline input[type=radio]:checked+label:after, .form-check-inline input[type=radio]:checked+label:before, .form-check-inline input[type=radio]:not(:checked)+label:after, .form-check-inline input[type=radio]:not(:checked)+label:before { border-radius: 50%; }
.form-check-inline input[type=radio].with-gap:checked+label:after, .form-check-inline input[type=radio].with-gap:checked+label:before, .form-check-inline input[type=radio]:checked+label:after { border: 2px solid #676767; opacity: 1; }
.form-check-inline input[type=radio]+label:after, .form-check-inline input[type=radio]+label:before { content: ''; position: absolute; left: 0; top: 0; margin: 0px; width: 18px; height: 18px; z-index: 0; -webkit-transition: .28s ease; transition: .28s ease; }
.form-check label:before { content: ''; display: inline-block; cursor: pointer; border: 2px solid #676767; border-radius: 3px; -webkit-transition: .4s .1s ease-out; -o-transition: .4s .1s ease-out; transition: .4s .1s ease-out; position: absolute; left: 0; height: 18px; width: 18px; top: 3px; }
.form-check-inline input[type=radio].with-gap:checked+label:after, .form-check-inline input[type=radio]:checked+label:after { background-color: #676767; opacity: 1; }
.form-check-inline input[type=radio].with-gap:checked+label:after { -webkit-transform: scale(.5); transform: scale(.5); }
.form-check-inline input[type=radio]:checked+label:after { -webkit-transform: scale(1.02); transform: scale(1.02); }
.form-group .error { color: #cc0000; }

/* Login screen */
.login-info-link { max-width: 480px; margin: 15px auto 0px; text-align: center; }
.login-info-link p { color: #cc0000; font-weight: 700; font-family: 'Roboto', sans-serif; }
.login-info-link p:last-child { margin-bottom: 0px }
.login-info-link a { color: #6e02e7; border-bottom: 1px solid #6e02e7; font-weight: 700; font-family: 'Roboto', sans-serif; }
.login-info-link a:hover { text-decoration: none; }
.login-info-link .btn { margin-top: 5px; background-color: #cc0000; color: #fff; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 16px; width: 100%; max-width: 300px; border: 2px solid transparent; border-radius: 10px; -webkit-transition: .28s ease; transition: .28s ease; outline: none; }
.userlogin-info-link .btn { margin-top: 20px; background-color: #cc0000; color: #fff; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 16px; width: 100%; max-width: 260px; border: 2px solid transparent; border-radius: 10px; -webkit-transition: .28s ease; transition: .28s ease; outline: none; }
.messagelogin-info-link .btn { margin-top: 20px; background-color: #cc0000; color: #fff; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 16px; width: 100%; max-width: 380px; border: 2px solid transparent; border-radius: 10px; -webkit-transition: .28s ease; transition: .28s ease; outline: none; }
.messagelogin-info-link .btn:hover { border: 2px solid #cc0000; color: #cc0000; background-color: #fff; }
.userlogin-info { font-family: 'TempusSansITC', sans-serif; max-width: 480px; margin: 10px auto 0; font-weight: bold; }
.login-info-link .btn:hover { border: 2px solid #cc0000; color: #cc0000; background-color: #fff; }


.login-info-link-iep { max-width: 480px; margin: 15px auto 0px; text-align: center; }
.login-info-link-iep p { color: #cc0000; font-weight: 700; font-family: 'Roboto', sans-serif; }
.login-info-link-iep p:last-child { margin-bottom: 0px }
.login-info-link-iep a { color: #6e02e7; border-bottom: 1px solid #6e02e7; font-weight: 700; font-family: 'Roboto', sans-serif; }
.login-info-link-iep a:hover { text-decoration: none; }
.login-info-link-iep .btn { 
	margin-top: 5px; 
	background-color: #cc0000; 
	color: #fff; 
	font-family: 'Roboto', sans-serif; font-weight: 400; 
	font-size: 16px; 
	width: 100%; 
	max-width: 380px; border: 2px solid transparent; 
	border-radius: 10px; 
	-webkit-transition: .28s ease; 
	transition: .28s ease; 
	outline: none; 
}
.login-info-link-iep .btn:hover { border: 2px solid #cc0000; color: #cc0000; background-color: #fff; }

.login-info-link-login-iep { max-width: 80px; margin: 15px auto 0px; text-align: center; }
.login-info-link-login-iep p { color: #cc0000; font-weight: 700; font-family: 'Roboto', sans-serif; }
.login-info-link-login-iep p:last-child { margin-bottom: 0px }
.login-info-link-login-iep a { color: #6e02e7; border-bottom: 1px solid #6e02e7; font-weight: 700; font-family: 'Roboto', sans-serif; }
.login-info-link-login-iep a:hover { text-decoration: none; }
.login-info-link-login-iep .btn { 
	margin-top: 5px; 
	background-color: #cc0000; 
	color: #fff; 
	font-family: 'Roboto', sans-serif; font-weight: 400; 
	font-size: 16px; 
	width: 100%; 
	max-width: 380px; border: 2px solid transparent; 
	border-radius: 10px; 
	-webkit-transition: .28s ease; 
	transition: .28s ease; 
	outline: none; 
}
.login-info-link-login-iep .btn:hover { border: 2px solid #cc0000; color: #cc0000; background-color: #fff; }

div.error.reqError{border:solid 3px #ff0000;}

/* home */
.fs17px{font-size: 17px;}


#skills_table {
    width: 100%;
    margin: 0 auto;    
    position: relative;
}
#skills_table tr.scroll {
    display: table;
    width: 100%;
    position: absolute;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4); 
    z-index: 2;
}
.finalstatement-section{
		line-height: 27px;
    margin-top: 10px;
    margin-bottom: 0;
}
.home-section .frontend .fontchangefortempus p.text-title-bolder-vj{
    font-size: 25px;
    font-family: 'TempusSansITC', sans-serif;
  	color: #cc0000;
}
.home-section .frontend .fontchangefortempus p span.text-sub-title-bolder-vj{
    font-size: 20px;
    font-family: 'TempusSansITC', sans-serif;
  	color: #cc0000;
}
.home-section .frontend .fontchangefortempus p span.text-sub-title-black-vj{
    font-family: 'TempusSansITC', sans-serif;
}

.fontchangefortempus h1, .fontchangefortempus p, .fontchangefortempus li {
	font-family: 'TempusSansITC', sans-serif;
}
.fontchangefortempus p,.fontchangefortempus li{
			font-size: 18px;
			font-weight: bold;
	}
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
.select2-results .select2-highlighted{background:#3875d7;color:#000}
.boldercl { font-weight: bolder; }
.toggle_hide_password{
    position: relative;
    right: 30px;
    color: green;
    font-weight: bold;
    font-size: 20px;
}

#newiep-page-4 .slider-page .check-box span {
    background: none;
}
#newiep-page-4 .slider-page input[type="radio"] {
	opacity: 1;
}
.fontsizenewiep {
	font-size: 21.3px;
}
.scheduleyourreport .next {
	background: #000;
    color: #fff;
    padding: 11px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 0.5;
    cursor: pointer;
	display: none;
}
.dialog-content {
	display: none;
}
.login-info span {
    font-weight: bolder;
}
.navbar-nav>li>a.extramenupage:focus, .navbar-default .navbar-nav>li>a.extramenupage:hover { color: #cc0000; background-color: transparent; }
.aiwidthoccupation { width: 190px;}
.textjustify { text-align: justify; }
.bottomspaceremove-title { margin-bottom: 0px; }

/*new home page start*/

/* .hero
	{margin-bottom:100px}
.hero-subtitle
	{font-size:20px;
	color:#666;
	margin-bottom:16px;
	font-weight:400}
.hero-context
	{font-size:18px;
	color:#888;
	margin-bottom:32px;
}
.cta-group
	{display:flex;
	flex-wrap:wrap;
	margin-bottom:60px}
.btn
	{padding:14px 28px;
	border-radius:4px;
	font-size:18px;
	font-weight:500;
	border:none;
	display:inline-block;
	text-decoration:none}
.btn-primary
	{background:#0066cc;
	color:#fff}
a.btn
	{color:inherit}
a.btn-primary
	{color:#fff}
.btn-secondary
	{background:#f0f0f0;
	color:#333;
	border:1px solid #ddd}
.section-label
	{font-size:18px;
	color:#0066cc;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0.5px;
	margin-bottom:12px}
.section-title
	{font-size:32px;
	margin-bottom:32px;
	font-weight:700;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis}
.challenge-section
	{margin-bottom:100px;
	padding:60px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee}
.challenge-content
	{display:grid;
	align-items:start}
.challenge-text p
	{margin-bottom:20px;
	color:#555;
	font-size:16px}
.challenge-text strong
	{color:#0066cc}
.challenge-stats
	{display:flex;
	flex-direction:column}
.stat-block
	{padding:24px;
	background:#f8f8f8;
	border-left:4px solid #d32f2f;
	border-radius:4px}
.stat-number
	{font-size:32px;
	font-weight:700;
	color:#d32f2f;
	margin-bottom:8px}
.stat-label
	{font-size:18px;
	color:#666;
	line-height:1.5}
.problem-section
	{margin-bottom:100px;
	padding:60px 0;
	background:#fff5f5;
	padding-left:20px;
	padding-right:20px}
.problem-box
	{display:grid}
.problem-item
	{background:#fff;
	padding:32px;
	border-left:4px solid #d32f2f;
	border-radius:4px}
.problem-item h3
	{font-size:18px;
	margin-bottom:12px;
	font-weight:600;
	color:#333}
.problem-item p
	{font-size:18px;
	color:#666;
	line-height:1.6}
.solution-section
	{margin-bottom:100px}
.solution-grid
	{display:grid}
.solution-card
	{padding:32px;
	border:1px solid #eee;
	border-radius:4px;
	display:flex;
	flex-direction:column}
.solution-number
	{font-size:28px;
	font-weight:700;
	color:#0066cc;
	margin-bottom:16px}
.solution-card h3
	{font-size:20px;
	margin-bottom:12px;
	font-weight:600}
.solution-card p
	{color:#666;
	margin-bottom:16px;
	flex-grow:1;
	font-size:15px}
.solution-card a
	{color:#0066cc;
	font-weight:500;
	font-size:14px}
.how-it-works
	{margin-bottom:100px;
	padding:60px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee}
.flow-diagram
	{display:grid;
	margin-top:40px}
.flow-step
	{text-align:center;
	padding:24px}
.flow-icon
	{font-size:40px;
	margin-bottom:16px}
.flow-step h4
	{font-size:20px;
	font-weight:600;
	margin-bottom:12px}
.flow-step p
	{font-size:18px;
	color:#666}
.flow-arrow
	{display:none;
	font-size:24px;
	color:#ddd;
	align-self:center}
.results-section
	{margin-bottom:100px}
.results-grid
	{display:grid}
.result-item
	{padding:40px 32px;
	border-radius:4px;
	text-align:center}
.result-number
	{font-size:44px;
	font-weight:700;
	color:#0066cc;
	margin-bottom:12px}
.result-label
	{font-size:18px;
	color:#555;
	font-weight:500}
.features-section
	{margin-bottom:100px;
	padding:60px 0;
	background:#f8f8f8;
	padding-left:20px;
	padding-right:20px}
.features-grid
	{display:grid}
.feature-item
	{background:#fff;
	padding:28px;
	border-radius:4px;
	border:1px solid #eee}
.feature-item h4
	{font-size:16px;
	font-weight:600;
	margin-bottom:12px;
	color:#333}
.feature-item p
	{font-size:14px;
	color:#666;
	line-height:1.6}
.final-cta
	{margin-bottom:100px;
	padding:60px;
	background:#0066cc;
	color:#fff;
	border-radius:4px;
	text-align:center}
.final-cta h2
	{font-size:32px;
	margin-bottom:16px}
.final-cta p
	{font-size:18px;
	margin-bottom:32px;
	opacity:0.95}
.final-cta .btn
	{background:#fff;
	color:#0066cc}
footer
	{border-top:1px solid #eee;
	padding:40px 0;
	color:#666;
	font-size:14px}
.footer-grid
	{display:grid;
	margin-bottom:40px}
footer h4
	{font-size:14px;
	font-weight:600;
	color:#333;
	margin-bottom:16px}
footer a
	{color:#666;
	display:block;
	margin-bottom:8px}
footer a:hover
	{color:#0066cc}
.footer-bottom
	{border-top:1px solid #eee;
	padding-top:20px} */

/* 	*
	{margin:0;
	padding:0;
	box-sizing:border-box} */
/* body
	{
		font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
	line-height:1.6;
	color:#333;
	background:#fff} */
 
/* header
	{border-bottom:1px solid #eee;
	padding:20px 0;
	margin-bottom:40px} */
/* .logo
	{font-size:18px;
	font-weight:600;
	color:#000} */
 
/*new home page end*/


/* Responsive */
@media only screen and (min-width: 600px) {
	.about-section .about-content { padding-right: 6%; }
	/*.home-section .frontend { padding-top: 40px; }*/
	.about-section .frontend { padding-top: 40px; }
	.form-box .success-msg {  padding: 15px 20px; font-size: 15px; }
	.jobcenter-section .content h1 { line-height: 35px; }
	.content-box { padding: 15px 30px 10px; }
}
@media only screen and (min-width: 768px) {
	.front-menu .container { width: 100%; }
	.front-menu .navbar-right { margin-right: 0px; }
	.front-menu .navbar-nav .dropdown-menu { padding-bottom: 0; }
	.front-menu .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; }
	.content h1 { font-size: 25px; }
	.content ul li, .content ol li { line-height: 31px; }
	.content p, .content li { font-size: 16px; }
	.indeedlink a  { font-size: 16px !important; }
	.contactus-section .addr, .contactus-section .addr a { font-size: 20px; }
	.contactus-section .contactlist { font-size: 25px; margin-top: 55px; }
	.contactus-section .contactlist:first-child { margin-top: 45px; }
	.contactus-section .contactlist a { font-size: 25px; }
	.contactus-section .frontend { padding-top: 15px; }
	.helptoolkit-section .frontend { padding-top: 25px; }
	.helptoolkit-section .content p { margin-top: 30px; }
	.helptoolkit-section .form-section { margin-top: 45px; }
	.helptoolkit-section .form-section h1 { line-height: 44px; }
	.form-box { padding-top: 35px; padding-bottom: 30px; }
	.form-box .form-group { margin-bottom: 23px; }
	.form-box label { font-size: 18px; }
	.form-box button[type="submit"] { font-size: 20px; }

	.jobcenter-section .content h1 { margin-top: 45px; margin-bottom: 40px; line-height: 43px; }
	.crm-list { padding-bottom: 40px; }
	.crm-list ul li { font-size: 18px; line-height: 34px; }
	.crm-list ul li::before { line-height: 32px; font-size: 35px; }
	.home-section .frontend p.text-title-bolder-vj{ font-size: 25px; }
	.fontchangefortempus p,.fontchangefortempus li{
			font-size: 18px;
	}
	.aiwidthoccupation { width: 190px;}
}
@media only screen and (min-width: 992px) {
	.front-menu .dropdown:hover .dropdown-menu { left: 15px; right: auto; }
	.front-menu .dropdown:hover .dropdown-menu { display: block; }
	.front-menu .navbar-header, .front-menu.navbar-default .navbar-collapse { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
	.front-menu .navbar-header { margin-bottom: 0px; }
	.front-menu.navbar-fixed-top { padding-bottom: 12px; }
	.front-menu .navbar-nav>li>a, .front-menu.navbar-default .navbar-nav>li>a, .front-menu.navbar-default .navbar-text { color: #232222; }
	.front-menu .navbar-nav .dropdown-menu>li>a, .front-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a { border-bottom: none; font-size: 13px; color: #232222; font-weight: bold; background-color: #f3f3f3; padding-top: 10px; padding-bottom: 10px; }
	.front-menu .navbar-nav .dropdown-menu>li>a:hover, .front-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover { color: #cc0000; }
	.front-menu.navbar-default .navbar-nav>.active>a, .front-menu.navbar-default .navbar-nav>.active>a:focus, .front-menu.navbar-default .navbar-nav>.active>a:hover { color: #cc0000; }
	.front-menu .caret { display: none; }
	.front-menu .navbar-nav>li>.dropdown-menu { border: 1px solid #e1e1e1; box-shadow: none; border-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; max-width: 270px; min-width: 270px; left: 15px; right: auto; }

	.front-menu .dropdown.open .dropdown-menu li a, .front-menu .dropdown .dropdown-menu li a { background-image: url('../images/menu-arrow.png'); background-repeat: no-repeat; background-position: left 15px top 12px; padding-left: 35px;  white-space: normal; padding-right: 12px; }

	.front-menu .dropdown .dropdown-menu li.active a, .front-menu .dropdown.open .dropdown-menu li.active a { background-image: url('../images/menu-arrow-hover.png'); color: #cc0000; }

	.front-menu .dropdown .dropdown-menu li a:hover, .front-menu .dropdown .dropdown-menu li a:focus, .front-menu .dropdown .dropdown-menu li a:active { background-image: url('../images/menu-arrow-hover.png'); background-repeat: no-repeat; background-position: left 15px top 12px; color: #cc0000; }
	.front-menu .nav>li>a { padding-left: 14px; padding-right: 14px; }
	.front-menu.navbar-default .navbar-nav>li>a:focus, .front-menu.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a.extramenupage:focus, .navbar-default .navbar-nav>li>a.extramenupage:hover { color: #cc0000; background-color: transparent; }
	.front-menu.navbar-default .navbar-nav>.open>a, .front-menu.navbar-default .navbar-nav>.open>a:focus, .front-menu.navbar-default .navbar-nav>.open>a:hover { background-color: transparent;  color: #cc0000; }
	.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav .open .dropdown-menu>li>a { font-weight: bold; }
	
	/* Section */
	.frontend { margin-top: 75px; }
	.content h1 { font-size: 28px; }
	.content a { font-size: 20px; }
	/*.home-section .frontend { padding-top: 30px; }*/
	.home-section .content h1 { margin-top: 40px; }
	.user-recognize-section .frontend { padding-top: 25px; }
	.user-recognize-section h1 { margin-bottom: 35px; }
	.resumes-section .content a { display: inline-block; font-size: 20px; }
	.jobcenter-section .job-img { padding-right: 0; }
	.jobcenter-section .job-img { background-image: url('../images/jobsearch.jpg'); background-repeat: no-repeat; background-size: cover; }
	.jobcenter-section .job-img img { visibility: hidden; }
	.jobcenter-section .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.jobcenter-section .job-content { padding-left: 50px; padding-right: 6%; }
	.contactus-section .contactlist { font-size: 28px; }
	.contactus-section .contactlist a { font-size: 28px; }
	.home-section .frontend p.text-title-bolder-vj{ font-size: 30px; }
}
@media (min-width: 1100px) {
	.site-logo { width: 350px; height: auto; background-size: 350px; }
	.front-menu .navbar-nav>li>a, .front-menu.navbar-default .navbar-nav>li>a, .front-menu.navbar-default .navbar-text { font-size: 14px; }
	.front-menu .navbar-nav .dropdown-menu>li>a, .front-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a { font-size: 14px; }
	.front-menu .dropdown .dropdown-toggle { font-size: 14px; } 
}
@media (min-width: 1200px) {
	.front-menu .container {width: 95%; }
	.front-menu .dropdown .dropdown-toggle{	font-size: 15px; }
	.front-menu .navbar-nav .dropdown-menu>li>a, .front-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a { font-size: 15px; padding-top: 14px; padding-bottom: 14px; }
	.front-menu .dropdown .dropdown-menu li a, .front-menu .dropdown.open .dropdown-menu li a { background-position: left 15px top 16px; }
	.front-menu .dropdown .dropdown-menu li a:hover, .front-menu .dropdown .dropdown-menu li a:focus, .front-menu .dropdown .dropdown-menu li a:active { background-position: left 15px top 16px; color: #cc0000; }
	.front-menu .navbar-nav>li>a, .front-menu.navbar-default .navbar-nav>li>a, .front-menu.navbar-default .navbar-text { font-size: 15px; }
	.front-menu .nav>li>a { padding-left: 9px; padding-right: 9px; }
	.site-logo { width: 429px; height: 75px; background-size: 429px; }
	.front-menu .dropdown:hover .dropdown-menu, .front-menu .navbar-nav>li>.dropdown-menu { left: 10px; }
	/*.home-section .frontend { padding-top: 55px; }*/
	.about-section .frontend { padding-top: 45px; }
	.frontend { margin-top: 100px; }   
}
@media (min-width: 1230px) {
	.frontend.container { width: 1200px; }
	.resumes-section .container { padding-right: 21px; padding-left: 21px; }
}
@media (min-width: 1300px) {
	.front-menu .dropdown .dropdown-toggle{	font-size: 16px; }
	.front-menu .navbar-nav .dropdown-menu>li>a, .front-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a { font-size: 16px; }
	.front-menu .navbar-nav>li>a, .front-menu.navbar-default .navbar-nav>li>a, .front-menu.navbar-default .navbar-text { font-size: 16px; }
	.front-menu .nav>li>a { padding-left: 14px; padding-right: 14px; }
	.front-menu .navbar-nav .dropdown-menu { padding-top: 0; }
	.front-menu .dropdown:hover .dropdown-menu, .front-menu .navbar-nav>li>.dropdown-menu { left: 15px; }
}
@media (min-width: 1440px) {
	.front-menu .nav>li>a { padding-left: 25px; padding-right: 25px; }
	/* .front-menu .navbar-right { margin-right: -10px; } */
	.user-recognize-section .job-list .row div:nth-child(2) { margin-top: 35px; }
	.front-menu .dropdown:hover .dropdown-menu, .front-menu .navbar-nav>li>.dropdown-menu { left: 25px; }
}
@media only screen and (min-width: 1201px) and (max-width: 1600px){
	.jobcenter-section .job-content { padding-right: 25px; }
	.jobcenter-section .content h1 { margin-top: 20px; margin-bottom: 25px; line-height: 35px; font-size: 25px; }
	.crm-list { padding-bottom: 20px; }
	.crm-list ul li { line-height: 26px; font-size: 15px; }
	.crm-list ul li::before { line-height: 25px; font-size: 25px; }
}
@media only screen and (min-width: 1201px) and (max-width: 1350px){
	.pages-tab .nav-tabs li{width: 25%}
	.nav-tabs{
		padding-right: 0;
		max-width: 1187px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.tabs-enabled .tab-content{
		width: 1187px;
	}
	.tbs{background-size: 100% !important}
	.progress-bar{background-size: 270px}
	
}
    
@media only screen and (min-width: 992px) and (max-width: 1200px){
	.welcome-padd{padding: 30px}
	.slider-page .check-box, .slider-page .radio-box, .slider-page .outline-chkbox{margin: 0 10px}
	.final-img{margin-top: 58%}
	.tabs-enabled .tab-content{margin-left: 15px;margin-right: 15px}
	.slider-page .gery-input input[type="text"], .slider-page .gery-input input[type="email"],
	.slider-page .gery-input input[type="password"], .slider-page .gery-input input[type="number"],
	.input-combo input:last-child{margin-right: 0 !important}
	.input-combo input:first-child{margin-right: 11% !important;}
	.input-combo{width: 295px}
	.yes-or-no{width: 320px;}
	.time-period-label+input{margin-right: 10px}
	.pages-tab .nav-tabs>li .tbs>a{    
		padding-left: 18px;
		padding-right: 18px;
		font-size: 13px;
		height: 53px
	}
	
	.pages-tab .nav-tabs li{width: 25%}
	.nav-tabs{
		padding-top: 38px;
		width: 980px;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.tbs{background-size: 100% !important}
	.progress-bar{background-size: 220px}

	.jobcenter-section .job-content { padding-left: 20px; padding-right: 25px; }
	.jobcenter-section .content h1 { margin-top: 15px; margin-bottom: 15px; line-height: 32px; font-size: 23px; }
	.crm-list { padding-bottom: 10px; }
	.crm-list ul li { line-height: 26px; font-size: 15px; }
	.crm-list ul li::before { line-height: 25px; font-size: 25px; }

}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.welcome-padd{padding: 30px}
	.slider-page .check-box, .slider-page .radio-box, .slider-page .outline-chkbox{margin: 0 10px}
	.slider-page .check-box span, .slider-page .radio-box span{width: 88px;background-size: 88px;height: 24px}
	.tabs-enabled .tab-content{margin-left: 15px;margin-right: 15px}
	.width-110, input.vj_input_req.date,
	input.vj_month_req.date,input.vj_year_req.date,input.vj_day_req.date,
	input.-month.date,input.-year.date,input.-day.date{width: 85px !important}
	.slider-page .gery-input input[type="text"], .slider-page .gery-input input[type="email"], 
	.slider-page .gery-input input[type="password"], .slider-page .gery-input input[type="number"],
	.slider-page input[type="text"],.slider-page select{
		max-width: 100%;
		width: 350px
	}
	.checkbox-text{margin-top: 0}
	.input-combo input:last-child{margin-right: 0 !important}
	.input-combo input:first-child{margin-right: 15% !important;}
	.input-combo{width: 227px}
	.yes-or-no{width: 250px;}
	.time-period-label+input{margin-right: 10px}
	.in-civilian-life-name-of-business tr:nth-child(8) td:last-child table{width: 555px}

}
@media (max-width: 1199px) {
	.tabs-enabled .tab-content{margin-left: 15px;margin-right: 15px}
	.aiwidthoccupation { width: 100%;}
}
@media (max-width: 991px) {
	.navbar-header { float: none; }
	.navbar-left,.navbar-right { float: none !important; }
	.navbar-toggle { display: block; }
	.navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); background-color: #cc0000; }
	.navbar-fixed-top { top: 0; border-width: 0 0 1px; }
	.navbar-collapse.collapse { display: none !important; }
	.navbar-nav { float: none!important; }
	.navbar-nav>li { float: none; }
	.navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; }
	.collapse.in{ display:block !important; }
	.navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; }
	.navbar-fixed-top .navbar-collapse { max-height: inherit; }
	.front-menu .navbar-nav .open .dropdown-menu>li>a { padding: 10px 15px 10px 25px; }
	.front-menu .dropdown>a:after { content: ''; box-sizing: border-box; height: 12px; width: 12px; border-style: solid; border-color: white; border-width: 0px 2px 2px 0px; transform: rotate(-45deg); -moz-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; position: absolute; right: 15px; top: 14px; }
	.front-menu .dropdown.open>a:after { transform: rotate(45deg); top: 11px; }
	.front-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .front-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover { color: #fff; }
	.front-menu.navbar-default .navbar-nav>li>a, .front-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a { font-size: 14px; }
	.user-recognize-section .container { width: 100%; padding: 0; margin-bottom: 15px; }
	.jobcenter-section .row { margin-left: 0; margin-right: 0; }
	.jobcenter-section .job-img { padding-left: 0; padding-right: 0; }

	.slider-page [class*="col-"]{padding-bottom: 20px;padding-left: 15px !important}
	.final-img{margin-top: 0}
	.pages-tab .nav-tabs li{
		width: 50%;
		margin-bottom: 10px
	}
	.tabs-enabled .tab-content{margin-left: 15px;margin-right: 15px;margin-top: 150px}
	.pages-tab .nav-tabs li:nth-child(odd):after {
		background: #fff;
		position: absolute;
		width: 20px;
		height: 65px;
		right: -16px;
		display: block;
		content: '';
		z-index: 1;
		top: -3px;
		display: none
	}
	
	.nav-tabs{
		/* width: 555px; */
		width: 565px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.tbs{background-size: 100% !important}
	.progress-bar{background-size: 232px}
	.pages-tab .nav-tabs>li .tbs>a{    height: 54px;    font-size: 13px;}
	.select2-container.select2-container {
	    width: 420px;
	}
}
@media screen and (max-width: 991px) and (orientation:landscape) {
	.front-menu.navbar-default .navbar-nav { height: auto; max-height: 200px; overflow-x: hidden; }
}
@media (max-width: 767px) {
	.welcome-padd{padding: 30px}
	.slider-page table{border: 0 none}
	.slider-page table tr:first-child td, .table>tbody>tr:first-child>td,
	.slider-page table tr:first-child th, .table>tbody>tr:first-child>th{border-top: 0 none}
	.slider-page input[type="text"], .slider-page input[type="email"], .slider-page input[type="number"], .slider-page input[type="password"], .slider-page textarea,
	.slider-page .gery-input input[type="text"], .slider-page .gery-input input[type="email"], .slider-page .gery-input input[type="password"], .slider-page .gery-input input[type="number"],.slider-page select{
		max-width: 100%;
		width: 350px
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{border: 0 none !important;
		box-shadow: inherit;
		-webkit-box-shadow: inherit;
		-moz-box-shadow: inherit;
	}
	/* .navbar-nav .open .dropdown-menu{
		left: -140px;
		position: absolute;
		width: 200px;
	} */
	.edit-user{margin-top: 100px}
	.slider-page .table{min-width: 600px}
	.slider-page .check-box, .slider-page .radio-box, .slider-page .outline-chkbox{margin : 0 10px}
	.slider-page select{margin: 3px 0}
	/* .user-login{right: 10px} */
	.front-menu .user-login {right: auto; }
	.unpaid-volunteer-activities .parent-data{
		width: 50%;
	}
	.unpaid-volunteer-activities .element-label{
		width: auto
	}
	.input-combo input:last-child{margin-right: 0 !important}
	.input-combo input:first-child{margin-right: 15% !important;}
	.input-combo{width: 285px}
	.yes-or-no{width: 298px;}
	.time-period-label+input{    margin-right: 28px;}
	.login-info-link-cl {
		width: 100%;
		float: none !important;
	}
}
@media (max-width: 600px){
	.contactus-section .addr a { display: inline; margin-left: 0; }
	.login-info-link-iep .btn { 
		font-size: 15px; 
		white-space: normal;
	}
}
@media (max-width: 575px){
	.pages-tab .nav-tabs li{ width: 100%;}
	.tabs-enabled .tab-content{margin-top: 275px}
	.pages-tab .nav-tabs li:nth-child(odd):after{width: 23px;right: -20px}
	.pages-tab .nav-tabs li:after {
		background: #fff;
		position: absolute;
		width: 23px;
		height: 65px;
		right: -20px;
		display: block;
		content: '';
		z-index: 1;
		top: -3px;
		display: none
	}
	.nav-tabs{width: 345px;}
	.progress-bar{background-size: 245px !important}

	/* Section */
	.user-recognize-section .job-list .row div  { width: 100%; }
	.about-section .content .row div  { width: 100%; }
	.about-section .content .row div:first-child { margin-bottom: 20px; }
	.form-box .row>div { padding-left: 30px; padding-right: 30px; }
	.user-recognize-section .job-list .row div:nth-child(2) { margin-top: 15px; }

}
@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 100%;
	}
}
@media (max-width: 480px){
	.login-logo{
		/*background-size: 260px;*/
		width: 260px;
		height: 60px
	}
	.site-logo{
		width: 215px;
		/*background-size: 215px;*/
		margin-top: 10px;
		padding-bottom: 0;
		height: 40px;
	}
	.pages-tab .nav-tabs>li .tbs>a{font-size:13px;padding-left: 20px;padding-right: 20px}	
}
@media (max-width: 410px){
	.crm-list h1 br, .form-section h1 br { display: none; }
}