/*****************************WEB FONTS*************************************/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), 
  url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
  url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), 
  url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proitalic';
    src: url('../fonts/sourcesanspro-it-webfont.eot');
    src: url('../fonts/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-it-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-it-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-it-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*****************************CUSTOM CSS*************************************/
p{
	color: #4b4b4b;
	font-size: 15px;
	line-height: 20px;
}


img{
	max-width: 100%;
}


header{
	padding: 20px 0;	
}
.headerInr{
	position: relative;
}
.logoSec{
	float: left;
}
.headerRightPor{
	float: right;
	padding-top: 25px;
}
.headerRightPorBlock{
	display: inline-block;
	padding: 0 10px;
}
.headerRightPorBlock:last-child{
	padding: 0 0 0 10px;
}
.headerRightPorBlock a{
	font-size: 15px;
	font-family: 'source_sans_prosemibold';
	vertical-align: middle;
	padding: 6px 18px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-transform: uppercase;
}
.homeBack a{
	background: #c7c8ca;
	color: #525252;
}
.logOuthdr a{
	background: #2e3192;
	color: #fff;
}
.emailSecHdr a{
	padding: 0;
}
.emailSecHdr a span{
	margin-left: 5px;
	text-transform: none;
	color: #2e3192;
	font-size: 16px;
	font-family: 'source_sans_proregular';
	vertical-align: middle;
}

.profileSecInr{
	background: #f6f6f6;
	border: 1px solid #dfdfdf;
	padding:38px 41px;
	box-shadow: 0 0 40px rgba(180,180,180,0.13) inset;
}
.profilePic{
	float: left;
	border:1px solid #959595;
	width: 105px;
}
.profilePic img{
	width: 100%;
}
.profileCtn{
	overflow: hidden;
	padding-left: 26px;
}
.profileCtnName{
	color: #7d7d7d;
	font-size: 20px;
	line-height: 17px;
}
.profileCtnName span{
	display: block;
	margin-top: 10px;
	font-size: 20px;
	color: #262626;
	font-family: 'source_sans_prosemibold';
}
.profileAbout{
	margin-top: 14px;
}
.profileAboutBlock{
	float: left;
	width: 39%;
	border-right: 1px solid #aeaeae;
	padding-right: 50px;
}
.profileAboutBlock:last-child{
	border: none;
	padding-left: 60px;
	padding-right: 0;
}
.profileAboutBlock .profileAboutBlockInr{
	font-size: 19px;
	color: #7d7d7d;
	padding:2px 0;
}
.profileAboutBlock .profileAboutBlockInr span{
	color: #545454;
}
.homeTabSec{
	margin-top: 20px;
}
.tabMenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabMenu ul li{
	float: left;
	width: 25%;
}
.tabMenu ul li:last-child a{
	margin: 0;
}
.tabMenu ul li a{
	display: block;
	text-align: center;
	margin-right: 3px;	
	background: #2e3192;
	color: #555;
	font-size: 19px;
	padding:7px 0;
	transition: all 0.3s ease;
	border-left:1px solid #2e3192;
	border-right:1px solid #2e3192;
	border-top:1px solid #2e3192;
}
.tabMenu ul li a:hover, #tabActive{
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	background: #555;
	color: #F62626;
}
.tabCtn{
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}
.tabCtnTop{
	background: #f6f6f6;
	padding:29px 39px;
}
.tabCtnTopSelectpor{
	display: inline-block;
	color: #262626;
	font-size: 20px;
}
.requestSelect{
	background: #666666;
	box-shadow: 0 0 13px rgba(49,49,49,0.12) inset;
	width: 204px;
	margin-left: 56px;
	vertical-align: middle;
	position: relative;
}
.requestSelect:after{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 25px;
	background: url('../images/arow_white.png') no-repeat center #666666;
	content: "";	
    pointer-events: none;    
}
.requestSelect select{
	background: none;
	border: none;
	width: 100%;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
}
.requestSelect select option{
	padding: 4px 10px;
	background: #fff;
	color: #262626;
	border: none;
}
.tabtableheading{
	padding: 17px 39px;
}
.tabtableheading h3{
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #2e3192;
	font-family: 'source_sans_prosemibold';
}
.bisnessTable{
	border: 1px solid #adbeda;
	margin: 0 -1px;
}
.bisnessTableInr{
	width: 100%;
	display: table;
}
.bisnessTableRow{
	display: table-row;
	width: 100%;
}
.bisnessTableCell{
	display: table-cell;
	border-bottom: 1px solid #adbeda;
	vertical-align: middle;
	font-size: 19px;
}
.bisnessTableLeft{
	width: 30%;
	padding:9px 8px 9px 39px;
	border-right: 1px solid #adbeda;
	background: #e9eff8;
	vertical-align: top;
}
.bisnessTableRight{
	width: 70%;
	color: #2e3192;
	background: #f7f7f7;
	padding:0 27px 0 30px;
}

.bisnessTableRow:last-child .bisnessTableCell{
	border-bottom: none;
}
.bisnessCelltexteria_outer{
	padding: 12px 0;
	display: block;
}
.bisnessCelltexteria_outer textarea{
	height: 83px;
	width: 100%;
	border:none;
	resize: vertical;
	border:1px solid #e2e2e2;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	box-shadow: 0 0 21px rgba(0,0,0,0.06) inset;
	font-size: 16px;
	padding: 5px 10px;
	color: #7d7d7d;
}
.travelDestinationOuter{
	width: 204px;
	padding: 12px 0;
}
.travelDestinationOuter input{
	width: 100%;
	border: none;border:1px solid #e2e2e2;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	box-shadow: 0 0 21px rgba(0,0,0,0.06) inset;
	padding: 3px 5px;	
	font-size: 14px;
	height: 34px;
}
.exitrequedOuter{
	position: relative;
	border:1px solid #e2e2e2;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	background: #fff;
}
.exitrequedOuter:after{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 25px;
	background: url('../images/arow_black.png') no-repeat center #fff;
	content: "";	
    pointer-events: none;    
}
.exitrequedOuter select{
	width: 100%;
	border:none;
	background: none;
	font-size: 16px;
	color: #7d7d7d;
	padding: 2px 10px;
}
.exitrequedOuter select option{
	padding: 2px 10px;
	font-size: 16px;
	color: #7d7d7d;
}
.whightbgTabkCell{
	background: #fff;
}
.travelDuration{
	padding: 4px 0;
	display: block;
}
.bisReqSubmitpor{
	background: url('../images/shadow.jpg') repeat-x bottom;	
	padding: 10px 0;
}
.bisReqSubmitporLeft{
	width: 30%;
	padding: 25px 39px;
	display: inline-block;
}
.bisReqSubmitporRight{
	display: inline-block;
	padding-left: 30px;
}
.bisReqSubmitporRight input{
	background: #2e3192;
	border:none;
	padding: 7px 25px;
	color: #fff;
	font-size: 16px;
	border-radius: 2px;
	margin-right: 8px;
}
.bisReqSubmitporRight input:last-child{
	background: #c7c8ca;
	color: #525252;
}

.informationPor{
	margin: 25px 0;
}
.informationPor ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.informationPor ul li{
	display: block;
	font-size: 10px;
	color: #093939;
	margin: 5px 0;
}

.input_select_box{	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.06) inset;
	border: 1px solid #e2e2e2;
	background: url('../images/arow_black.png') no-repeat 95% center #fff;
	height: 34px;
}
.input_select_box select{
	width: 100%;
}
.input_select_box .hasCustomSelect{
	width: 100%;
}
.input_select_box .customSelect{
	padding: 0 10px;
	font-size: 16px;
	color: #7d7d7d;
	height: 34px;
	line-height: 32px;
}

.choseSelect{
	width: 204px;
	margin-left: 25px;
	position: relative;
	display: inline-block;
}
.choseSelect input{
	width: 100%;
	background: url(../images/arow_white.png) no-repeat 95% center #666666;
	border:none;
	padding: 0px 25px 0px 10px;
	font-size: 16px;
	height: 34px;
	color: #fff;
	box-shadow: 0 0 8px #4b4a4a inset;
	border-radius: 2px;
	cursor: pointer;
}
.chooseOption{
	position: absolute;
	top: 33px;
	background: #fff;
	left: 0;
	right: 0;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	display: none;
}
.chooseOption ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.chooseOption ul li{
	display: block;
}
.chooseOption ul li span{
	display: block;
	padding: 4px 11px;
	color: #2e3192;
	font-size: 16px;
	background: #f8f8f8;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}

.chooseOption ul li a{
	display: block;
	padding: 5px 11px;
	color: #262626;
	font-size: 16px;
}

/*************ansar*******************************/
.tabtableheading h4{
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #262626;
	font-family: 'source_sans_prosemibold';
}

.pending_table_outr{
	overflow: auto;
	border-left: 1px solid #adbeda;
	border-right: 1px solid #adbeda;
    margin: 0 -1px;
    margin-bottom: 350px;
}
.pending_table{
	display: table;
	width: 100%;
}
.pending_table_row{
	display: table-row;
}
.tbl_hdr{
	background: #646464;
}
.pending_hdr_cell{
	display: table-cell;
	vertical-align:middle;
	padding: 12px 10px 10px 10px;
	border-right:1px solid #b2b2b2; 
}
.tbl_hdr .pending_hdr_cell:last-child,.pending_body_cell:last-child{
	border-right:0; 
}
.pending_hdr_cell span{
	color: #fff;
	font-size: 18px;
}
.pending_body_cell{
	display: table-cell;
	padding: 10px 10px 10px 10px;
	border-right: 1px solid #adbeda;
	border-bottom: 1px solid #adbeda;
	color: #262626;
	font-size: 18px;
	vertical-align:middle;
	
	background: rgb(246,246,246); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#fafafa',GradientType=0 ); /* IE6-8 */
}

.id{
	width: 49px;
}
.type{
	width:189px;
}
.date{
	width:109px;
}
.cr_satge{
	width: 129px;
}
.reqr{
	width: 189px;
}
.peng{
	width: 100px;
}
.action{
	width: 165px;
}
.action_btn{
	background: #2e3192;
	border-radius:3px;
	display: block;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px; 
	color: #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.action_btn:hover{
	background: #363bd3;
}
.btndiv{
	display: inline-block;
	padding-left: 22px;
}
.travelDestinationOuter .browse_btn ,.grey_bttn{
	border: 1px solid #c0c0c0;
	box-shadow: 0 0 21px rgba(0, 0, 0, 0.06) inset;
	font-size: 14px;
	margin:0 3px;
	padding:7px 15px;
	background:#c7c8ca;
	color: #525252;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	outline: none;
	/*font-family: 'source_sans_prosemibold';*/
}

.datepicker_outr{
	padding: 8px 0;
}
.datepicker_outr span{
	font-size: 16px;
	padding-right: 9px;
	display: inline-block;
}
.datepicker_outr input[type="text"]{
	background:#fff url(../images/dateicon.png) no-repeat 96% center;
	border: 1px solid #e2e2e2;
    border-radius: 1px;
    font-size: 14px;
    color: #7d7d7d;
    height: 34px;
    padding: 3px 5px;
    width: 175px;
    display: inline-block;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.06) inset;
}
.date_from,.date_from,.days{
	display: inline-block;
}
.days .input_select_box {
    display: inline-block;
    width: 95px;
}
.days .input_select_box .customSelect {
    color: #7d7d7d;
}
/***************/
.tabcnt_new{
	margin: 0;
}
.Previous_table_outr{
	overflow: auto;
	border-left: 1px solid #adbeda;
	border-right: 1px solid #adbeda;
    margin: 0;
}
.Previous_table{
	display: table;
	width: 100%;
}
.Previous_table_row{
	display: table-row;
}
.Previous_hdr_cell{
	display: table-cell;
	vertical-align:middle;
	padding: 12px 10px 10px 10px;
	border-right:1px solid #b2b2b2; 
}
.tbl_hdr .Previous_hdr_cell:last-child,.Previous_body_cell:last-child{
	border-right:0; 
}
.Previous_hdr_cell span{
	color: #fff;
	font-size: 18px;
}
.Previous_body_cell{
	display: table-cell;
	padding: 25px 10px 25px 10px;
	border-right: 1px solid #adbeda;
	border-bottom: 1px solid #adbeda;
	color: #262626;
	font-size: 18px;
	vertical-align:middle;
	
	background: rgb(246,246,246); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#fafafa',GradientType=0 ); /* IE6-8 */
}

.blue_bg{
	background: rgb(223,232,249); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZThmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmVmZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(223,232,249,1) 0%, rgba(235,239,248,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,232,249,1)), color-stop(100%,rgba(235,239,248,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(223,232,249,1) 0%,rgba(235,239,248,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(223,232,249,1) 0%,rgba(235,239,248,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(223,232,249,1) 0%,rgba(235,239,248,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(223,232,249,1) 0%,rgba(235,239,248,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe8f9', endColorstr='#ebeff8',GradientType=0 ); /* IE6-8 */

}
.step{
	width: 199px;
}
.emply{
	width:260px;
}
.comp_date{
	width:129px;
}
.remarks{
	width: 345px;
}
.cancel_bttn {
    background: none repeat scroll 0 0 #c7c8ca;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.06) inset;
    color: #525252;
    display: block;
    font-size: 14px;
    margin: 4px 0;
    outline: medium none;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'source_sans_prosemibold';
}
.tabmenu{
	background: rgb(177,177,177); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxYjFiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2MwYzBjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2MyYzJjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2JkYmRiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMWIxYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(177,177,177,1) 0%, rgba(192,192,194,1) 33%, rgba(194,194,196,1) 56%, rgba(189,189,191,1) 75%, rgba(177,177,177,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,177,177,1)), color-stop(33%,rgba(192,192,194,1)), color-stop(56%,rgba(194,194,196,1)), color-stop(75%,rgba(189,189,191,1)), color-stop(100%,rgba(177,177,177,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(177,177,177,1) 0%,rgba(192,192,194,1) 33%,rgba(194,194,196,1) 56%,rgba(189,189,191,1) 75%,rgba(177,177,177,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(177,177,177,1) 0%,rgba(192,192,194,1) 33%,rgba(194,194,196,1) 56%,rgba(189,189,191,1) 75%,rgba(177,177,177,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(177,177,177,1) 0%,rgba(192,192,194,1) 33%,rgba(194,194,196,1) 56%,rgba(189,189,191,1) 75%,rgba(177,177,177,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(177,177,177,1) 0%,rgba(192,192,194,1) 33%,rgba(194,194,196,1) 56%,rgba(189,189,191,1) 75%,rgba(177,177,177,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b1b1', endColorstr='#b1b1b1',GradientType=0 ); /* IE6-8 */

}
.tabmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabmenu ul li{
	float:left;
	border-right:1px solid #dcdddd; 
	width: 14%;
}
.tabmenu ul li:last-child{
	border-right:0; 
}
.tabmenu ul li a{
	display: block;
	color: #262626;
	font-size: 18px;
	padding: 12px 0;
	text-align: center;
}
.tabmenu ul li a.active{
	/*background: #666666;
	box-shadow: 0 0 20px rgba(49,49,490.12)inset;*/
	color:#fff;
	background: rgb(98,98,98); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyNjI2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjNjA2MDYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwNjA2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(98,98,98,1) 0%, rgba(96,96,96,1) 3%, rgba(96,96,96,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,98,98,1)), color-stop(3%,rgba(96,96,96,1)), color-stop(100%,rgba(96,96,96,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(98,98,98,1) 0%,rgba(96,96,96,1) 3%,rgba(96,96,96,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(98,98,98,1) 0%,rgba(96,96,96,1) 3%,rgba(96,96,96,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(98,98,98,1) 0%,rgba(96,96,96,1) 3%,rgba(96,96,96,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(98,98,98,1) 0%,rgba(96,96,96,1) 3%,rgba(96,96,96,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#606060',GradientType=0 ); /* IE6-8 */

}
.submi_inr{
	padding: 40px 0;
}
.submi_inr p{
	color: #262626;
	font-size: 25px;
	display: inline-block;
	vertical-align: text-top;
}
.submi_inr p span{
	color: #2e3192;
}
.attach{
	float:right;
	text-transform: uppercase;
}
/************end ansar******************************************/
 /****Take action****/
.takeaction{
border:1px solid #adbeda;
}
.takeaction .bisnessTableRight,.takeaction .bisnessTableRight p{
color:#2e3192;
}
.takeaction .tabtableheading{
overflow: hidden;
}
.takeaction .tabtableheading h3{
float: left;
}
.takeaction .tabtableheading .grey_bttn{
float: right;
}

/***======================LOGIN PAGE========================****/

.logArea{
position: relative;
margin-top: 5px;
}
.logAreaInr{
background: url('../images/logBg.jpg') no-repeat;
background-size:100%;
min-height: 439px;
border-radius: 1px;
position: relative;
}
.loginBox{
width: 341px;
float: right;
background: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: 0 0 3px rgba(0,0,0,0.56);
margin-top: 86px;
margin-right: 25px;
overflow: hidden;
}
.headingLogin{
background: #e6e6e6; /* Old browsers */
background: -moz-linear-gradient(top, #e6e6e6 0%, #e6e6e6 12%, #e1e1e1 34%, #d1d1d1 76%, #cfcfcf 98%, #bababa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(12%,#e6e6e6), color-stop(34%,#e1e1e1), color-stop(76%,#d1d1d1), color-stop(98%,#cfcfcf), color-stop(100%,#bababa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e6e6e6 0%,#e6e6e6 12%,#e1e1e1 34%,#d1d1d1 76%,#cfcfcf 98%,#bababa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e6e6e6 0%,#e6e6e6 12%,#e1e1e1 34%,#d1d1d1 76%,#cfcfcf 98%,#bababa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e6e6e6 0%,#e6e6e6 12%,#e1e1e1 34%,#d1d1d1 76%,#cfcfcf 98%,#bababa 100%); /* IE10+ */
background: linear-gradient(to bottom, #e6e6e6 0%,#e6e6e6 12%,#e1e1e1 34%,#d1d1d1 76%,#cfcfcf 98%,#bababa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
color: #2e3192;
font-size: 27px;
font-family: 'source_sans_prosemibold';
padding:10px 18px;
}
.logCtnBtm{
padding:5px 18px 10px;
}
.logCtnInr{
padding: 5px 18px;
}
.logCtnInr h3{
color: #666666;
font-size: 20px;
font-family: 'source_sans_prosemibold';
font-weight: normal;
margin: 8px 0 5px 0;
}
.logCtnInr input{
width: 100%;
height: 40px;
margin: 5px 0;
border: none;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 0 10px 0 35px;
color: #a3a1a1;
font-size: 16px;
}
.logCtnInr input[type="text"]{
background: url('../images/userIcon.png') no-repeat 9px center #f0f0f0;
}
.logCtnInr input[type="password"]{
background: url('../images/lockIcon.png') no-repeat 12px center #f0f0f0;
}
.logCtnBtm input{
background: #2e3192;
border: none;
color: #fff;
font-size: 16px;
border: none;
padding: 7px 22px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
margin-bottom: 10px;
}
.logDescribeText{
float: left;
margin: 212px 0 0 25px;
font-family: 'source_sans_prosemibold';
font-size: 34px;
color: #fff;
line-height: 38px;
}

/***===================LEAVE REQUEST=========================***/

.leaveReqOutr{
margin-top: 10px;
}
.leaveReqOutr .tabCtn{
border: 1px solid #adbeda;
}
.leaveReqOutr .tabtableheading{
position: relative;
}
.leaceBackBot{
position: absolute;
right:20px;
top: 0px;
bottom:0;
margin:auto;
height:32px;
background: #c7c8ca;
padding: 6px 23px;
font-size: 16px;
color: #525252;
font-family: 'source_sans_prosemibold';
text-transform: uppercase;
border-radius: 3px;
}
.leaveDays .travelDestinationOuter{
width: 84px;
display: inline-block;
}
.vacBalence{
display: inline-block;
font-size: 16px;
color: #2e3192;
padding-left: 10px;
}
.exitLeavepor{
display: inline-block;
margin-right: 20px;
}
.exitLeavepor span{
font-size: 16px;
color: #2e3192;
display: inline-block;
margin-right: 5px;
}

.exitLeavepor input{
display: none;
}

.exitLeavepor input + label{
width: 21px;
height: 21px;
border:1px solid #e2e2e2;
background: #fff;
display: inline-block;
margin: 0;
vertical-align: middle;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.06) inset;
position: relative;
}

.exitLeavepor input + label:active, .exitLeavepor input:checked + label:active {
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.exitLeavepor input:checked + label {
background-color: #e9ecee;
border: 1px solid #adb8c0;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
color: #99a1a7;
}
.exitLeavepor input:checked + label:after {
content: '\2714';
font-size: 16px;
position: absolute;
top: -2px;
left: 2px;
color: #646a6f;
}









