@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');


.form-control:focus{
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

 body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
	width: 100%;
	height:100%;
	background:url(../img/bg9.jpg) 100% 100% repeat-x;
	background-size:cover;
	color: #2e303b;
	padding:0 ;
	overflow-x:hidden;
		
}

html{
/* 	width: 100%; */
	height:100%;
/* 	background:url(../img/bg9.jpg) 100% 100% repeat-x; */
	background-size:cover;	
}

.select2-selection--multiple{
    height: auto !important;
    max-height: 100px !important;
}  

 body#bg2{
	 background:url(../img/bg2.jpg) #fff left top no-repeat fixed;
	 background-size:cover;
 }
  body#bg3{
	 background:url(../img/bg4.jpg) #fff left top no-repeat fixed;
	 background-size:cover;
 }
 
 body#bg4{
	 background:url(../img/bg9.jpg) #fff left top no-repeat fixed;
	 background-size:cover;
 }
 
  body#bg5{
	 background:url(../img/bg5.jpg) #fff left top no-repeat fixed;
	 background-size:cover;
 }
 
  body#bg10{
	 background:url(../img/bg10.jpg) #fff left top no-repeat fixed;
	 background-size:cover;
 }


a:focus{
	outline: none;
}
.logo{
	/* width: 80px;
	padding: 10px 20px;
	float:left */
	width: 80px;
    margin-right: 20px;
    padding: 10px 20px;
    margin-top: 15px;
    float: left;
    border-right: 1px solid #c9c9c9;
		
}
.logo img{
	max-width: 100%;
	height: auto;
}
.adminPanel-noro{
	position: absolute;
	top: 0;
	right: 40px;
}
.adminPanel{
	position: absolute;
	top: 0;
	right: 40px;
	background: url(../img/adminpanel_demo2.png);
	width: 439px;
	height: 75px;
}
.adminPanelBG{
	position: absolute;
	top: 0;
	right: 40px;
	background: url(../img/adminpanel_demo-new.png);
	width: 439px;
	height: 75px;
}
.adminPanel-hq{
	position: absolute;
	top: 0;
	right: 40px;
	background: url(../img/adminpanel_demo-hq.png);
	width: 439px;
	height: 75px;
}
.adminPanel-lo{
	position: absolute;
	top: 0;
	right: 40px;
	background: url(../img/adminpanel_lo.png);
	width: 439px;
	height: 75px;
}
.adminPanel-spngo{
	position: absolute;
	top: 0;
	right: 40px;
	background: url(../img/adminpanel_spngo.png);
	width: 439px;
	height: 75px;
}

.adminPanel-lomo{
	
	position: absolute;
	top: 0;
	right: 40px;
	background: url(../img/adminpanel_lomo.png);
	width: 439px;
	height: 75px;
}
.adminPanel-ao{
	
	position: absolute;
	top: 0;
	right: 40px;
	background: url(../img/adminpanel_ao.png);
	width: 439px;
	height: 75px;
}
/*.adminPanel:hover{
	position: absolute;
	top: 0;
	right: 40px;
	background: url(../img/adminpanel_demo2-dropdown-notification.png);
	width: 439px;
	height: 175px;
}
*/
nav ul li.active .dropdown-menu li a.current,nav .container ul li a.current, nav ul li .dropdown-menu li a.current {
    color: #98cb5b;
}
.adminPanel-external{
	position: absolute;
	top: 0;
	right: 40px;
	background: url(../img/adminpanel_external.png);
	width: 439px;
	height: 175px;
}

.adminPanel-public{
    position: absolute;
	top: 0;
	right: 40px;
	background: url(../img/publicuserpanel_demo2.png);
	width: 439px;
	height: 175px;
}

.sitePanel{
    position: absolute;
	top: 0;
	float: right;
/* 	right: 40px; */
	background: url(../img/publicuserpanel_demo2.png);
/* 	width: 439px; */
/* 	height: 175px; */
}

nav{
	background: #2957a4;
	border-bottom: 4px solid #98cb5b;
}
nav ul{
	padding: 0;
	margin: 0;
}

nav ul li{
	display: inline-block;
	padding: 20px 0;
	font-size: 14px;
	margin-right: 15px;
	color: #9095b2
}
nav ul li a{
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	transition:all ease-in .2s;
	cursor:pointer
}
nav ul li a:hover{
	color: #98cb5b;
	text-decoration: none;

}
nav ul li.active a{
	color: #98cb5b
	
}



h1{
	font-size: 24px;
	padding: 10px 0 20px;
	font-weight: 400;
}
h2{
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #7E7E7E;
	padding:15px 30px;
	background: #fff;
	margin: 0;
	border-top: 1px solid #DBDBDB
	}
	
h2.noitalic{
/* 	font-size: 14px; */
/* 	font-weight: 400; */
/* 	display: inline-block; */
/* 	color: #7E7E7E; */
	font-style: normal;
/* 	padding:15px 30px; */
/* 	background: #fff; */
/* 	margin: 0; */
/* 	border-top: 1px solid #DBDBDB */

}
h2.withbg{
	font-size: 16px;
	font-weight: 600;
	background: #2957a4;
	color: #fff;
	padding:10px 15px;
	margin: 0;
	border-bottom: 4px solid #98cb5b

}
.greyGroup{
	background: #fff;
	padding: 20px;
	position:relative;
	height: auto;
	clear: both;
	
	//margin-bottom: 50px;

}

.shadow{
	-webkit-box-shadow: 4px 4px 0px -2px rgba(153,153,153,0.5);
	-moz-box-shadow: 4px 4px 0px -2px rgba(153,153,153,0.5);
	box-shadow: 4px 4px 0px -2px rgba(153,153,153,0.5);
}

.greyGroup:after {
    clear: both;
    content: "";
    display: table;
}

label, legend{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
	width: 100%;
	
}

.inputWrap{
	padding: 10px;
}

.select2-container--bootstrap,.form-control{
	height: 46px;
	box-shadow: none;
	margin-bottom: 5px;color: #000;
	font-size: 14px;
	font-weight: 400;
	width:100% !important;
}
.select2-container--bootstrap .select2-selection--single{
height: 46px;
	line-height: 1.42857143;
	padding: 6px 12px;
	
}
.select2-container--bootstrap .select2-selection--multiple{
	padding: 6px 0;
	font-size: 14px;
	font-weight: 400;
	/*z-index: 999999;*/
	position: relative;
	height: 46px;
    overflow-y: auto;
	
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
	padding: 6px 0;
	font-size: 14px;
	font-weight: 400;
	
}
.select2-container--bootstrap .select2-results__group{
	border-top: 1px solid #e5e5e5;
	padding: 10px 5px;
	margin-top: 10px;
	font-weight: 300;
	color: #777
}
.select2-container--bootstrap .select2-results__option .select2-results__option{
	padding-left: 2.25em;
	font-size: 14px;
}

.select[multiple] .select2-container--bootstrap .select2-results__option[aria-selected=true]{
	display:none
}
.select2-container--bootstrap .select2-results__option[aria-selected=true]{
	background: #337ab7;
	color: #fff;
	
}
.input-group-addon{
	font-size: 14px;
}
.preview .input-group-addon.disabled{
	padding:15px 0px 15px 15px;
}
.preview .input-group,
.preview .input-group input{
	padding:13px 15px 15px 5px
}
.m-b-10{
	margin-bottom: 10px !important;
}
.m-b-20{
	margin-bottom: 20px !important;
}

.m-b-30{
	margin-bottom: 30px !important;
}

.nopd{
	padding: 0 !important;
}
.btn{
	margin:0 0px;
	font-weight: 600;
	font-size: 14px;
	height: 55px;
	transition: all ease-in .2s;
	text-transform: uppercase;
	
}
#loginScreen .blueBtn{
	margin:0px;
	background: #2957a4;
	border: 1px solid #2957a4;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	height: 55px;
	transition: all ease-in .2s;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0, 91, 130, 1);
}

#loginScreen a {
    text-decoration: none;
}

.loginGreenBtn{
	background: #98cb5b !important;
	border: 1px solid #98cb5b !important;
	color: #000 !important;
}
	

.blueBtn{
	margin:0px 5px;
	background: #2957a4;
	border: 1px solid #2957a4;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	height: 55px;
	transition: all ease-in .2s;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0, 91, 130, 1);
}

.redBtn{
	margin:0px 5px;
	background: #EB5F61;
	border: 1px solid #EB5F61;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	height: 55px;
	transition: all ease-in .2s;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0, 91, 130, 1);
}
.turtoisBtn{
	margin:0px 5px;
	background: #fff;
	border: 1px solid #55C0B1;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	height: 55px;
	transition: all ease-in .2s;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0, 91, 130, 1);
}

 .turtoisBtn:hover, .turtoisBtn:focus{
	background:#55C0B1;
	color: #fff;
}

 .redBtn:hover, .redBtn:focus{
	background:#D40003;
	color: #fff;
}
.btn-primary{
	margin:0 0px;
	background: #2957a4;
	border: 1px solid #2957a4;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	height: 55px;
	transition: all ease-in .2s;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0, 91, 130, 1);
	
}
.btn-primary:hover,.blueBtn:hover, .btn:focus{
	background:#3d6ebf;
	color: #fff;
}
.btn-secondary, .cancelBtn{
	margin:0 10px 0 0;
	text-transform: uppercase;
	background: #878787;
	border: 1px solid #D8D8D8;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	height: 55px;
	text-shadow: none;
	transition: all ease-in .2s;
}
.btn-secondary:hover,.cancelBtn:hover, 
.btn-secondary:focus,.cancelBtn:focus
{
	background: #878787;
	border: 1px solid #878787;
	color: #fff;
	outline: none;
	
}

.custoBtn{
	margin-bottom:10px;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #D4D4D4;
	color: #D4D4D4;
	font-weight: 400;
	font-size: 14px;
	height: 55px;
	transition: all ease-in .2s;
	
}
.custoBtn:hover{
	background:  #D8D8D8;
	border: 1px solid #D8D8D8;
	color: #fff;
	
}

optgroup{
	font-size: 12px;
	font-weight: 300;
	color: #3A3A3A
}
option{
	color: #2e303b;font-size: 14px
}

/* 
h1.siteTitle{
	float: left;
	padding-left:20px;
	margin-left: 20px;
	text-transform: uppercase;
	border-left:1px solid #C9C9C9;
	color:#2e303b;
	padding: 12px 15px;
	margin: 10px;
	font-weight: bold;
}
 */
h1.siteTitle{
    /* float: left; */
    padding-left: 20px;
    margin-left: 20px;
    word-break: break-word;
    text-overflow: inherit;
    text-transform: uppercase;
    /* display: inline-block; */
    color: #2e303b;
    padding: 12px 15px;
    margin: 10px;
    font-weight: bold;
}


.bootstrap-select .btn{
	border:1px solid #ccc;
	height: 46px;
	font-weight: 400
}
header{
	background: #fff
}
.tabHeader{
	
	padding: 0px;
}

.tabHeader li{
	display: inline-block;
	padding: 12px 20px;
	font-size: 16px;
	color:#9095b2;
	margin: 0 0px 0 0px;
	height: 77px;
	line-height: 26px;
	//border-right: 1px solid #CDCDCD;
	font-weight: 400;
	transition: all ease-in .2s;
	background: #fff;
	//-webkit-box-shadow: 4px 4px 0px -2px rgba(153,153,153,0.5);
	//-moz-box-shadow: 4px 4px 0px -2px rgba(153,153,153,0.5);
	//box-shadow: 4px 4px 0px -2px rgba(153,153,153,0.5);
	border-bottom: 2px solid #fff
}
.tabHeader li:hover{
	color: #2957a4;
	//background: #98cb5b;
	border-bottom: 2px solid #98cb5b;
}
.tabHeader li.current{
	//border: 1px solid #2e303b;
	//background:  #98cb5b;
	color: #2957a4;
	border-bottom: 2px solid #98cb5b
}
#loginScreen{
	width: 900px;
	min-height: 400px;
	margin: 3% auto;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(135,135,135,.5);
-moz-box-shadow: 0px 0px 7px 1px rgba(135,135,135,.5);
box-shadow: 0px 0px 7px 1px rgba(135,135,135,.5);
}
#loginScreen input{
	border-left: 0;

}

.internalloginLogoSection{
	background: #2957a4;
	width:100%; height:100%; line-height:400px; text-align:center;
}
.externalloginLogoSection{
	background: #96cb59;
	width:100%; height:400px; line-height:400px; text-align:center;
}
.internalloginLogoSection img , .externalloginLogoSection img{
	vertical-align: middle;
}

@media screen and (max-width: 1000px) {
    .internalloginLogoSection , .externalloginLogoSection{
		height:163px;
	}
	
	.internalloginLogoSection img , .externalloginLogoSection img{
		vertical-align: top;
	}
}

.m-t-30{
	margin-top: 30px;
}
.m-t-50{
	margin-top: 50px;
}
.m-t-100{
	margin-top: 100px;
}
.m-t-120{
	margin-top: 120px;
}

.input-group-addon{
	background: #fff;
	border-right:0;
	padding: 12px;
}

body.internalBg{
	background: url(../img/background-internal.jpg)    no-repeat center center fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		height: 100%;
	width: 100%;
}
body.externalBg{
	background: url(../img/background-external.jpg)   no-repeat center center fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		height: 100%;
	width: 100%;
}

.interim-login-bg{
	background: url(../img/login-bg.jpg)   no-repeat center center fixed !important;
}

.interimLoginSection{
	background:url(../img/bg3.jpg) #fff left bottom repeat-x;
}

.interimLoginSection2{
	background:url(../img/gradient3.jpg) #fff left bottom repeat-x;
}

body.bgpage{
	background: url(../img/bg_page.jpg)   no-repeat center center fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: 100%;
	width: 100%;
}
.externalBg header , .internalBg header{
	background: transparent
}
.m-t-20{
	margin-top: 20px;
}
.m-t-24{
	margin-top: 24px;
}
.m-r-0{
	margin-right: 0;
}

.clearfix{
	clear: both;
	//margin: 10px;
}

#fl_menu{position:absolute; top:0;  z-index:9999; width:90%;}

.subNav .container-fluid{
	//border-bottom: 1px solid #D3D3D3;

}
.subNav{
	background: #f7f7f7;
}
.tabHeader{
	width: 1170px;
	margin: 0 auto;
	padding-left:15px;
	padding-right: 15px;
}


label span.small{
	font-size:12px;
	color: #626262;
	font-weight: 300; font-style: italic
}

.input-group-addon[disabled="disabled"]{
	background: #eee;
	cursor:not-allowed;
	border:0 ;
}
.input-group-addon button[disabled], html .input-group-addon input[disabled]{
	background: #eee;
	cursor:not-allowed;
	border:1px solid  #eee;
}

section.container{
	padding-bottom:50px;
}

.modal{
	text-align: center;
	
}

.modal-footer{
	border:0
}
.modal-header{
	border:0;
	border-bottom:1px solid #B1B1B1;
	margin-bottom:10px
}

.modal-header{
	padding: 10px 15px;
}
.modal-footer{
	text-align: center
}

.greyLabel{
	background: #eee;
	padding: 5px 5px;
	border: 1px solid #D4D4D4;
	margin-bottom: 30px;
	
}

.table-sortable tbody tr {
    cursor: move;
	vertical-align: middle
}
.table>thead:first-child>tr:first-child>th{
vertical-align: middle
}
.table-responsive{
	height: 100%;
	//overflow-x:inherit
}
.modal-body h1.modal-title{
	font-size: 18px;
	font-weight: 600
}
.modal-body p{
	font-size: 16px;
	font-weight: 400

	
}

.table-editable {
  position: relative;
}
.table-editable .glyphicon {
  font-size: 20px;
}

.table-remove {
  color: #700;
  cursor: pointer;
}
.table-remove:hover {
  color: #f00;
}

.table-up,
.table-down {
  color: #007;
  cursor: pointer;
}
.table-up:hover,
.table-down:hover {
  color: #00f;
}

.table-add {
  color: #070;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 0;
}
.table-add:hover {
  color: #0b0;
}
.table>tbody>tr>td{
	vertical-align: middle;
	font-weight: 400;
	padding: 0px 20px
}
.table>tbody>tr>td > .select2-container--bootstrap .select2-selection--single{
	height: 46px;
	line-height: 1.42857143;
	padding: 6px 12px;
	//border: 0;
	
}



.table>thead>tr>td{
	word-break: keep-all;
}



.datepicker-input{
	width: 20px;
}

.table-fixed {
  width: 100% !important;
  border: 0.5px solid #ddd !important;
}

.table-fixed thead {
  width: 97%;
}

.table-fixed tbody {
  height: 250px;
  overflow-y: auto !important;
  width: 100% !important;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block !important;
}
.table-fixed tbody td {
  float: left !important;
}
.table-fixed thead tr th {
  float: left !important;
}


.preview h1{
	color:#000;
}

.preview label{
	color: #B9B9B9
}

.preview input {
	border: 0;
	padding: 0 15px;
	margin-right: 10px;
}

.preview .radio-inline input{
	height: 14px;
}

.preview .radio-inline{
	color:#000
}

.preview .disabled{
	background: #eee;
	border: 0;
}

.preview .nodisabled input{
	
	border:1px solid #ccc;
	margin-right: 10px;
}
.preview .nodisabled label{
	color:#000;
}
.preview .greyGroup{
	margin-bottom: 0;
}
.preview .clearfix{
	margin: 0;
}

.preview button{
	margin: 20px 5px;

}

.input-group-btn .btn{
	margin: 0;
	height: 46px;
}
.input-group-btn .btn{
	background: #D7D7D7;
	color: #000;
	
}
.input-group-btn .btn:focus,
.input-group-btn .btn:active
{
	background: #D7D7D7;
	color: #000;outline: none;

}

.btnbg{
	//background: #fff;
	padding: 35px 0;
}
.requirementstar{
	color: #F80307
}

.clarify{
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 400
}
.table{
	text-align: left
}


#listing thead tr td,
#mytable.table thead th,
table thead tr td,
table thead tr th,
table#listing thead tr th,
table.dataTable thead tr td
{
	background: #2957a4;
	color: #fff;
}

#errortable th{
	background: #B87273;
	color: #fff;
}

#listing tbody tr td,
#listing thead tr td,
#listing thead tr th,
.table thead tr td,
.table tbody tr td,
#mytable.table thead th,
table.dataTable  tr td
{
	padding: 10px 10px;
	cursor: default;
}

.form-check-input{
	margin-right: 10px !important;
}

.modal-dialog{
	width: 1170px;
}
.sideBtnPanel{
	padding: 0;
	margin: 15px 0;
	font-weight: 400
}
.sideBtnPanel a li{
	background: #2957a4;
	padding:15px 5px;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 400
	
	
}
.sideBtnPanel a:hover {
	text-decoration: none !important;
}
.sideBtnPanel li{
	padding: 15px 0;
	display: block;
	margin-bottom: 5px;
}


.completeColor{
	background: #00B954
	
}
.pendingColor{
	background: #E90105
}

.list-group-item:last-child{
	border: 0;
	margin: 0;border-radius: 0;
}

.list-group-item:hover{
	background: #2957a4;
	color:#fff
}

.responsive-circle {
    font-size: 70px;
    font-weight: 600;
    margin: 0 auto 20px;
    width: 80%;
}
.responsive-circle::after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 100%;
    width: 100%;
}
.responsive-circle div {
    color: white;
    float: left;
    line-height: .3em;
    margin-top: 0;
    height: 180px;
    top: 0;
    left:0;
    /* padding-top: 60%; */
    text-align: center;
    width: 100%;
}

.nyc-circle::after {
    background: url("../img/task_bg.jpg") repeat scroll 0 0 / cover ;
}

.profile-pic-circle {
	height: 180px;
	width: 180px;
	border-radius: 50%;
}

.results tr[visible="false"],
.no-result{
  display:none;
}

.results tr[visible="true"]{
  display:table-row;
}

.counter{
  padding:8px; 
  color:#ccc;
}

#dashboardstatustask button{
	height: 35px;
	margin: 0;
	border: 1px solid #2957a4;
	background: transparent;
	color: #2957a4
}
#dashboardstatustask button:hover,
#dashboardstatustask button:visited,
#dashboardstatustask button:focus
{
	height: 35px;
	margin: 0;
	border: 1px solid #2957a4;
	background: #2957a4;
	color: #fff
}

.modal-short .modal-dialog{
	width: 600px;
}

.modal-960 .modal-dialog{
	width: 960px;
}
.code{
	border-bottom: 4px solid #98cb5b;
	padding: 15px 40px;
	background:transparent ;
	letter-spacing: .4em;
	display:inline-block;
	color: #2957a4;
	font-size: 48px;
	margin: 0 auto 50px; 
}
.modal-content h2{
	border-top: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	color: #000;
}

.table>thead>tr.warning>td{
	color: #E80003;
	background: transparent
}

.input-group-addon.nopd{
	padding:0;
	border:0;
}

.decimalpoint{
	width:60px !important;
	text-align:center;
	border-left:0 !important;
	border-radius: 0 5px 5px 0 !important;
}

.space{
	margin:50px 0 ;
}

.redColor{
	color:#F52327;
}

.m-t-25{
	margin-top:25px !important;
}

.greenBtn button{
	background:#98cb5b !important;
}





.iamgurdeep-pic {
    position: relative;
}
.username {
    bottom: 0;
    color: #ffffff;
    padding: 30px 15px 4px;
    position: absolute;
    width: 100%;
    text-shadow: 1px 1px 2px #000000;
    
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #2d2c41 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #2d2c41 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #2d2c41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a64d4d4d',GradientType=0 ); /* IE6-9 */
}
.iamgurdeeposahan {
    border-radius: 4px 4px 0 0;
}
.username > h2 {
    font-family: oswald;
    font-size: 27px;
    font-weight: lighter;
    margin: 31px 0 4px;
    position: relative;
    text-shadow: 1px 1px 2px #000000;
    text-transform: uppercase;
}
.username > h2 small {
    color: #ffffff;
    font-family: open sans;
    font-size: 13px;
    font-weight: 400;
    position: relative;
}
.username .fa{
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 0 4px;
    position: static;
}
.edit-pic a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 21px;
    height: 39px;
    line-height: 38px;
    margin: 8px;
    text-align: center;
    width: 39px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
    text-decoration: none !important;
     display: list-item;
     background-color: rgba(255, 255, 255, 0.1)
}
.edit-pic a:hover {
   font-size: 17px;
   opacity: 0.9;
  }
.edit-pic a:focus {
   background:#b63b4d;
    color: #fff;
    border: 1px solid #b63b4d;
}
a:focus {
    outline: none;
    outline-offset: 0px;
}
.edit-pic {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.tags {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    margin: 4px 0 0;
    padding: 2px 5px;
     -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.tags:hover {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    margin: 4px 0 0;
    padding: 2px 5px;
}
#accordion:hover .edit-pic {
    opacity: unset;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.btn-o {
    
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    color: #ffffff !important;
    display: inline-block;
    font-family: open sans;
    font-size: 15px !important;
    font-weight: normal !important;
    margin: 0 0 10px;
    padding: 5px 11px;
    text-decoration: none !important;
    text-transform: uppercase;
    
   background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-o:hover {
  background-color: rgba(255, 255, 255, 0.4);
    color: #fff !important;
  }
.btn-o:focus {
   background:#b63b4d;
    color: #fff;
    border: 1px solid #b63b4d;
}
.submenu .iamgurdeeposahan {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0 !important;
    border-radius: 50%;
    height: 60px;
    padding: 2px;
    width: 60px;
}
.photosgurdeep > a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block !important;
    padding: 0 !important;
}
.view-all {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0 !important;
    border: 1px solid;
    float: right;
    font-family: oswald;
    font-size: 26px;
    height: 60px;
    line-height: 61px;
    text-align: center;
    width: 60px;
}
.photosgurdeep {
    padding: 10px 9px 4px 35px;
}
ul {
	list-style-type: none;
}


/** =======================
 * Contenedor Principal
 ===========================*/
h1 {
 	color: #000;
 	font-size: 20px;
 	font-weight: 400;
 	text-align: left;
 	/*margin-top: 40px; */
 }

h1 a {
 	color: #c12c42;
 	font-size: 16px;
 }

 .accordion {
 	//width: 100%;
 	//max-width: 280px;
	padding:0;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }

.accordion .link, .accordion .linkNoSub {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li li i {
	position:static;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li{
	border-bottom:1px solid #e5e5e5;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion .link:hover ,
.accordion .link:hover  i

{
	color:#98cb5b
}


.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link,
.accordion li .link
 {
	color: #98cb5b;
	background:#2957a4
}

.accordion li.open i ,
.accordion li i
{
	color: #98cb5b;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion li.default .submenu {display: block; padding:0}
/**
 * Submenu
 -----------------------------*/
.submenu {
 	display: none;
 	background: #fff;
 	font-size: 14px;
	padding:0;
 }

 .submenu li {
 	border-bottom: 1px solid #e5e5e5;
 }
 .submenu li:last-child{
	 border-bottom:0;
 }
 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #A4A4A4;
	font-size:16px;
 	padding: 12px 5px 12px 15px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
 .accordion li.open:hover li.current i{
	 color:#98cb5b !important
 }
 
 .submenu a{
	 border-left:5px solid #fff;
 }
 .submenu a:hover {
 	border-left:5px solid #98cb5b;
 	//color: #FFF;
 }
   .submenu li.current a,
  .submenu li.current a:hover {
 	border-left:0;
 	color: #000;
	font-weight:bold;
 }

.submenu li span{
	font-size:12px;
	font-weight:bold;
	width:100%;
	display:block;
	
   }









/*

.nav.navbar-nav .dropdown-toggle {
    padding: 0 !important;
}

.dropdown-toggle span {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    font-size: 23px !important;
    height: 38px;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    width: 38px;
    text-shadow:none !important;
}

.nav.navbar-nav {
    bottom: 10px;
    position: absolute;
    right: 12px;
    transition: all 0.4s ease 0s;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 2px !important;
    margin-top: 10px;
    min-width: 101px;
    padding: 0;
}
.navbar-nav > li > .dropdown-menu li a {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 2px 8px !important;
    text-align: right !important;
    text-shadow:none !important;
}
.dropdown-toggle {
   // background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    font-size: 15px;
}

.dropdown {
  -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.dropdown-menu>li>a {
    color:#428bca;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.dropdown ul.dropdown-menu {
    border-radius:4px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	
}
.dropdown ul.dropdown-menu:before {
   // content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -8px;
    right: 8px;
    z-index: 10;
}
*/

.greenBg{
	background:#98cb5b;
	color:#FFF !important;
	border-bottom:2px solid  #2957a4 !important;
}


.doubleline{
	border-top:2px solid #98cb5b !important;
	border-bottom:3px double #98cb5b !important;
}

.text-large{
	font-size:16px !important;
	font-weight:bold;
}

.accordion .fa.pull-right{
	margin-left:0;
}

.accordion .submenu li.current{
	border-left:5px solid #98cb5b;
}

.nopd-right{
	padding-right:0 !important;
}
.nopd-left{
	padding-left:0 !important;
}




 /***dropdown menu**/
.darkBtn{
	  background:#5f5f5f;
	  padding:5px 10px;
	  transition:all linear .2s
}
.darkBtn:hover{
	background:#5f5f5f;
	box-shadow: inset 0px -11px 5px -10px rgba(0,0,0,0.75);
}
.btn-default.darkBtn:focus{
	 background:#5f5f5f;
 }
.btn-default.darkBtn:active.focus, .btn-default.darkBtn:hover{
	 outline:none;
	 background:#ABABAB;
	 color:#000;
	box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.15);
 }
.dropdown{
	width:auto;
	display:inline-block;
}

.dropdown ul.dropdown-menu-right{
	 right:105%;
	 top:0px;
	 cursor:pointer;
 }
 .dropdown-menu-left{
	 right:auto;
	 left:-140px;
	 cursor:pointer;
	 top:0px;
 }
 
 
.dropdown ul.dropdown-menu-right li a:focus{
	  outline:none ;
  }
  
.btn-transparent{
	  background:black;
	  color:#fff;
  }
.dropdown-menu-top{
	  top:-65px;
  }
.dropdown-menu > li > a{
	text-decoration:none;
	color:#0333f8
}
ul.pagecontrol{
	   float:right;
   }
ul.pagecontrol li{
	  display:inline-block;
	  margin:0px 5px 0 0;
	  font-size:12px;
  }
  
ul.pagecontrol li a{
	text-decoration:none;
	border:1px solid #C5C5C5;
	border-radius:10px;
	padding:5px 15px;
	font-weight:600;
 }
 
 .dropdown button{
	 height:auto;
	 background:#D7D7D7;
	 font-size:12px;
	 text-transform:capitalize
 }

 td.total{
	 border-top:2px solid #6F6F6F !important;
	 border-bottom:3px double #6f6f6f;
 }
 
 .b-r-g{
	 border-right:1px solid #98cb5b;
 }
 
  .b-r-b{
	 border-right:1px solid #2957a4;
 }
 
  .b-r-w{
	 border-right:1px solid #FFFFFF;
 }
 .b-r-gray{
	 border-right:1px solid #929292;
 }
 
 .table-header-title{
	 background:#2957a4;
	 color:#fff;
 }

 
 .xl-large{
	 font-size:150px;
 }
 
 button.dropdown-toggle{
	 background:#2957a4;
	 height:55px;
 }
 
  button.dropdown-toggle i {
	  margin-right: 10px;}
	 

.panel-content label{
	color:#fff;
}

.whiteBtn{
	background: rgba(255,255,255,.2);
	border: 1px solid #9F9F9F;
	color: #565656;
	font-weight: 600;
	font-size: 14px;
	height: 55px;
	transition: all ease-in .2s;
	text-transform: uppercase;
	//text-shadow: 0px 1px 0px rgba(0, 91, 130, 1);
}

.whiteBtn:hover{
	background: rgba(255,255,255,1);
	color: #2957a4;
	}
.whiteBg{
	background:#fff;
}

.m-r-10{
	margin-right:10px !important;
}
.alert{
	position:fixed;
	top:0;
	left:0;
	width:100%;
}

button.greenBtn{
	margin:0px 5px;
	background: #98cb5b;
	border: 1px solid #98cb5b;
	color: #2957a4;
	font-weight: 600;
	font-size: 14px;
	height: 55px;
	transition: all ease-in .2s;
	text-transform: uppercase;
	//text-shadow: 0px 1px 0px rgba(0, 91, 130, 1);
}

.display-none {
		display: none;
}

.employerPanel{
	position: absolute;
	top: 0;
	right: 40px;
	background: url(../img/employerpanel_demo.png);
	width: 439px;
	height: 75px;
}
.otcPanel{
	position: absolute;
	top: 0;
	right: 40px;
	background: url(../img/otcpanel_demo.png);
	width: 439px;
	height: 75px;
}

/*.tabHeader .dropdown button{
	display: inline-block;
	padding: 5px 20px;
	font-size: 16px;
	color:#9095b2;
	margin: 0 0px 0 0px;
	height: 50px;
	line-height: 40px;
	border: 0;
	border-radius:0;
	font-weight: 400;
	transition: all ease-in .2s;
	background: transparent;
	//-webkit-box-shadow: 4px 4px 0px -2px rgba(153,153,153,0.5);
	//-moz-box-shadow: 4px 4px 0px -2px rgba(153,153,153,0.5);
	//box-shadow: 4px 4px 0px -2px rgba(153,153,153,0.5);
	border-bottom: 2px solid #f7f7f7
}
.tabHeader .dropdown button:hover{
	color: #2957a4 !important;
	background: transparent;
	border-bottom: 0
}
.tabHeader .current .dropdown button,
.open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover
{
	//border: 1px solid #2e303b;
	background:  transparent;
	color: #2957a4;
	border-bottom: 0;
	line-height:0;
}
.tabHeader .dropdown button:active,
.tabHeader .dropdown button:focus{
	outline:none;
	border-bottom: 0
}

ul.tabHeader .dropdown-toggle{
	border:0;
}
ul.tabHeader .dropdown-toggle i {
	margin-left:10px;
	margin-right:0;
}
.tabHeader  .dropdown{
	margin-top:-5px;
}
.tabHeader  .dropdown ul li{
	padding: 5px 10px;
	width:100%;
	border-bottom:0 ;
	background:none;
	height:45px;
}
.tabHeader  .dropdown ul li a{
	background:none;
	color:#fff;
	border-bottom:0 
}
.tabHeader  .dropdown ul li a:hover,
.tabHeader  .dropdown ul li:hover
{
	color: #98cb5b;
	border-bottom:0 
}

.tabHeader .dropdown-menu{
background:rgba(41,87,164,1);
}*/

.linkNoSub span{
	display:block;
	font-size:14px;
	font-weight:normal
}

.form-control[disabled],.select2-container--bootstrap.select2-container--disabled .select2-selection{
	cursor:default;
	border:0;
}

input[type=file]{
	padding-top:10px;
}
.responsive-circle div span{
	font-size:12px;
}
.dropdown-menu{
	padding:0px 0;
	border-radius:4px;
	top:25px;
}
.dropdown-menu li{
	padding:10px 0;
	font-size:14px;
	width:100%;
	
}
.dropdown-menu li.active:first-child{
	padding:10px 0;
	font-size:14px;
	width:100%;
	border-radius:4px 4px 0 0;
	
}
.dropdown-menu li a, 
nav ul li.active .dropdown-menu li a
{
	color:#9095b2;
	font-weight:600;
}
 
nav ul li.active .dropdown-menu li a.current,

nav ul li .dropdown-menu li a.current
 {
	color:#98cb5b;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover,
nav ul li.active .dropdown-menu li a:hover
{
	background:transparent;
	color:#2957a4;
}
/* .dropdown-menu .dropdown-menu{
	left:240px !important;
} */
nav ul li.active .dropdown .dropdown-menu .caret,
.dropdown .dropdown-menu .caret{
	margin-left:15px;
	border-left-color:#9095b2
}

/*.first-level-menu{
	width:100%;
	//background:rgba(41,87,164,.8);
	background:#98cb5b;
	//position:absolute;
	top:30px;
	left:-140px;
}*/

/*.first-level-menu:after{
	content:'';
	height: 68px;
	top: -1px;
	display: block;
	left: -999px;
	z-index: -1;
	position: absolute;
	background:#98cb5b;
	width: 9999px;
	box-shadow:0 6px 12px rgba(0,0,0,.175);
}*/
/*.first-level-menu{
left: -100%;
  right: 0;
  margin:  0 -1299px;
  padding: 0 1200px;
  background:#98cb5b;
  height:70px;
}
*/


/*
.first-level-menu li a{
	padding:20px 0;
	color:#fff;
	color:#fff !important;
	font-weight:600;
}

.first-level-menu li a.current{
	border-bottom:3px solid rgba(41,87,164,1);
	color:rgba(41,87,164,1) !important;
}

.first-level-menu li a:hover{
	color:rgba(41,87,164,1) !important;
}
.dropdown-menu > li.open > a,
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover
{
	background:transparent !important
}
.dropdown-menu>li>a{
	padding:3px 15px;
}
.second-level-menu{
	top:60px !important;
	left:-10px !important;
}
.second-level-menu li{
	padding:10px 0;
}
.second-level-menu li a{
	color:#9095b2 !important
}
.dropdown .dropdown-menu .caret{
	margin-top:8px;
	margin-left:10px;
}*/

.bottom-doubleline{
	border-bottom:3px double #98cb5b !important;
}

.top-solidline{
	border-top:2px solid #98cb5b !important;
}
.m-t-10{
	margin-top:10px;
}

.uploadBtn{
	height:46px;
	margin:25px 0 0 -5px;
	border-radius:0 5px 5px 0;
	width:100%
	
}

.shoppingcartBtn{
	background:#98cb5b;
	padding:5px 20px;
	margin:0 0 10px;
	border-radius:2px;
	margin-top:-4px;
	cursor:pointer;
	color:#FFFFFF;
	position:relative
}

.cart-cotification{
	width:20px;
	font-style:normal;
	height:20px;
	display:block;
	font-size:10px;
	text-align:center;
	padding:2px;
	border-radius:2px 0 0 2px;
	font-weight:bold;
	position:absolute;
	border:2px solid #fff;
	top:-5px;
	right:-5px;
	color:#fff;
	background:#F10004;
	box-shadow:0 6px 12px rgba(0,0,0,.15);
	display:inline-block;
	float:right
}
.shoppingcartBtn2{
	background:#98cb5b;
	padding:2px 15px 5px 10px;
	//margin:0 0 10px;
	border-radius:0 15px 15px 0;
	margin-top:-4px;
	height:25px;
	cursor:pointer;
	color:#2957a4;
	//position:relative
}
.pull-right.shoppingcartBtn2{
	margin-left:0;
	font-size:20px;
}
.cart-cotification2{
	//width:20px;
	font-style:normal;
	height:25px;
	display:block;
	float:right;
	font-size:12px;
	text-align:center;
	padding:3px 10px 0px 12px;
	border-radius:15px 0px 0px 15px;
	margin-top:-4px;
	font-weight:bold;
	//position:absolute;
	//border:2px solid #fff;
	top:-5px;
	display:inline-block;
	right:-5px;
	color:#fff;
	background:#98cb5b;
	border-right:1px solid #387401;
	//background:#F10004;
	//box-shadow:0 6px 12px rgba(0,0,0,.15);
}

.pull-left.shoppingcartBtn3{
	margin-right:0;
	font-size:20px;
}
.shoppingcartBtn3{
	background:#98cb5b;
	padding:2px 10px 5px 15px;
	//margin:0 0 10px;
	border-radius:15px 0 0 15px;
	margin-top:-4px;
	height:25px;
	cursor:pointer;
	color:#2957a4;
	//position:relative
}
.cart-cotification3{
	//width:20px;
	font-style:normal;
	height:25px;
	display:block;
	float:right;
	font-size:12px;
	text-align:center;
	padding:3px 10px 0px 12px;
	border-radius:0px 15px 15px 0px;
	margin-top:-4px;
	font-weight:bold;
	//position:absolute;
	//border:2px solid #fff;
	top:-5px;
	display:inline-block;
	right:-5px;
	color:#fff;
	background:#98cb5b;
	border-left:1px solid #387401;
	//background:#F10004;
	//box-shadow:0 6px 12px rgba(0,0,0,.15);
}
p.circlebgred{
	background:#DC0003;
	width:20px;
	height:20px;
	border-radius:50%;
	padding:3px;
}

.dropdown-toggle.btn{
	font-size:14px;
	text-transform:uppercase
}

.totalamount{
	height:auto;
	font-size:24px;
	font-weight:bold;
	line-height:45px;
	margin:20px 0 10px ;
	overflow:hidden
	
}

.txtnormalsize{
	font-size:14px;
}

.table input{
	margin:0;
}
.decimalpoint[disabled]{
	border-left:1px solid #D0D0D0 !important;
}

hr{margin-top:20px;
margin-bottom:20px;
border:0;
border-top:1px solid #A6A6A6;
}

.table .form-group{margin:0;
}

.continueBtn{
	height: 35px;
    margin: 0;
    border: 1px solid #2957a4;
    background: transparent;
    color: #2957a4;
}
.input-group-addon.contactCountryID[disabled="disabled"]{
	background: #eee;
	cursor:not-allowed;
	border-right:1px solid #D0D0D0 !important;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}
.hr-text:before {
  content: '';
  background: -webkit-linear-gradient(left, transparent, #c9c9c9, transparent);
  background: linear-gradient(to right, transparent, #c9c9c9, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #f7f7f7;
}


.hr-text-black {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 1;
}
.hr-text-black:before {
  content: '';
  background: -webkit-linear-gradient(left, transparent, #c9c9c9, transparent);
  background: linear-gradient(to right, transparent, #c9c9c9, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text-black:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #f7f7f7;
}

.modalh2 h2{
	font-size: 16px;
    font-weight: 600;
    background: #2957a4;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 4px solid #98cb5b;
}

.vertical-align-center{
	height: 100px;
	line-height: 100px;
	white-space: nowrap;
}

.minwidth thead th.minwidthth20{
	min-width:20px;
}

.minwidth thead th.minwidthth50{
	min-width:50px;
}

.minwidth thead th.minwidthth70{
	min-width:70px;
}

.minwidth thead th.minwidthth90{
	min-width:90px;
}

.minwidth thead th.minwidthth120{
	min-width:120px;
}

.minwidth thead th.minwidthth140{
	min-width:140px;
}

.minwidth thead th.minwidthth150{
	min-width:150px;
}

.minwidth thead th.minwidthth180{
	min-width:180px;
}
.minwidth thead th.minwidthth200{
	min-width:200px;
}

.minwidth thead th.minwidthth250{
	min-width:250px;
}

.minwidth thead th.minwidthth450{
	min-width:450px;
}

.huge{
	font-size:34px;
	font-weight:bold;

}

.panel-perkeso{
	border-color: #98cb5b !important;
	width: 200px !important;
	float: right !important;
	/*border-color:#2957a4 */
}
/*green #98cb5b*/
/*blue 2957a4*/
.panel-perkeso>.panel-heading{
	background:#2957a4;
	border-bottom:#2957a4
}

.input-group-addon input{
	padding:0px 12px;
	border:1px solid #ccc;
	border-radius:4px 0 0 4px;
	border-right:0;
	line-height:44px;
	width:50px
	
}

.redboldTxt{
	font-weight:bold;
	color:#DC0D10;
	font-size:16px;
}



/*MESSAGE*/
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 60px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
   // margin-left: 60px;
	//margin-top:-50px;
	float:left;
}



.chat li.right .chat-body
{
  //  margin-right: 60px;
	//margin-top:-50px;
	float:right;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body
{
    overflow-y: scroll;
    height: 250px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.panel-remarkPop{
	background:#fff;
}

.panel-remarkPop .panel-body{
	min-height:400px;
}

.panel-remarkPop .panel-body .clearfix{*zoom:1;}

.panel-remarkPop .panel-body .clearfix:before,
.panel-remarkPop .panel-body .clearfix:after{
	display:table;content:"";line-height:0;
	}
.panel-remarkPop .panel-body .clearfix:after{clear:both;}

.user1{
	width:50px;
	height:50px;
	display:block;
	border-radius:50%;
	background:#3658C5;
}

.user2{
	width:50px;
	height:50px;
	display:block;
	border-radius:50%;
	background:#51BC41;
}

.greenColor{
	color:#98cb5b;
}

.whiteColor{
	color:#fff !important;
}

.blackColor{
	color:#000 !important;
}

.lightGreyColor{
	color:#E6E6E6;
}

.changesSpan{
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	color:#fff;
}

.historyBtn{
	height:46px;
	border-radius: 0 4px 4px 0;
	margin: 0;
	text-align: left;
	background: #E6E6E6;
	border: 1px solid #E6E6E6;
	text-transform: none !important;
	width: 100% !important;
}

.recordDetailsContainer {
    width:100%;
    border:1px solid #d3d3d3;
}

.iconSize-20 {
    font-size: 20px;
}

.errorBackground {
	background: #B87273 !important;
	border-bottom: 4px solid #A4A4A4 !important;
}

.boldline-right{
	border-right:3px solid #2957a4 !important;
}

.tableSubheader{
	background:#5798B8;
	color:#fff;
	border-top:1px solid #5798B8 !important
	
}

.nobb.table>thead>tr>th{
	border:0;
}

.borderRadius-4{
	border-radius: 4px !important;
}

.cursor-pointer{
	cursor: pointer !important;
}

.font-style-italic{
	font-style: italic !important;
}

.inactiveBtn{
	height: 35px !important;
    margin: 0 !important;
    border: 1px solid #FA2C4B !important;
    background: transparent !important;
    color: #FA2C4B !important;
}

span.adminPanelmysite{
	position: absolute;
	top: 0;
	right: 40px;
	background: url(../img/adminpanel_mysite.png);
	width: 439px;
	height: 35px;
	cursor:default;
	overflow:visible
}
.mysitedisplay{
	display:none;
	width:200px;
	background:#0d79e4;
	transition:all ease-in .2s;
	top:35px;
	position:absolute;
}


.adminPanelmysite:hover .mysitedisplay{
	display:block;
	width:250px;
	height:240px;
	background:#0d79e4;
	position:absolute;
	z-index:999;
	border:1px solid #2957a4;

}

.mysitedisplay a{
	display:block;
	width:100%;
	padding:10px 15px 10px 30px;
	color:#fff;
}
.mysitedisplay a:hover{
	background:#2957a4;
	text-decoration:none
}

.blurborderBtn{
	margin:0px 5px;
	background: transparent;
	border: 2px solid #2957a4;
	color: #2957a4;
	font-weight: 600;
	font-size: 14px;
	height: 55px;
	transition: all ease-in .2s;
	text-transform: uppercase;
	text-shadow: none;
}

.cursor-default{
	cursor: default !important;
}

.m-t-32{
	margin-top: 32px;
	
}

.padding-10{
	padding: 10px 0 !important;
	
}

.thead-width-99 {
  width: 99% !important;
}

.thead-width-98 {
  width: 98% !important;
}

.thead-width-98-8 {
  width: 98.8% !important;
}

.height-450-scroll{
	height: 450px !important;
	overflow: auto;
}

.height-550-scroll{
	height: 550px !important;
	overflow: auto;
}

.padding-top-0{
	padding-top: 0 !important;
}

.width-1220{
	margin-right: 20px !important;
	
}

.height-46{
	height: 46px !important;
}

.height-100{
	height: 100px !important;
}


.width-35{
	width: 35px !important;
}

.m-b-7{
	margin-bottom: 7px !important;
}

.m-b-3{
	margin-bottom: 3px !important;
}

.font-style-normal{
	font-style: normal !important;
}

.padding-right-0{
	padding-right: 0 !important;
}

.red-color{
	color: red;
}

.green-color{
	color: green;
}

.width-0{
	width: 0%;
	display: inline;
}

.padding-1-4{
	padding: 1px 4px !important;
}

.cursor-default{
	cursor: default;
}

#select2-employercode_txt-results .select2-results__option[aria-selected=true] {
    display: none;
} 

.font-style-italic{
	font-style: italic;
}

.employerPanelBG{
	background: url(../img/employerpanel.png) !important;
}

.otcPanelBG{
	background: url(../img/otcpanel.png) !important;
}

.pkrboPanelBG{
	background: url(../img/pkrbopanel.png) !important;
}

.roPanelBG{
	background: url(../img/ropanel.png) !important;
}

.confirmationContainer{
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
}



legend {
	padding: 2px; 
	width:auto;  
	 
}

.row fieldset {
	background: none repeat scroll 0 0 #F1F1F1;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 0 #FFFFFF;
	padding: 15px;
	margin:0 0 20px 0;
}

.row fieldset legend {
	//color: #999999;
	//font-size: 18px;
	border-bottom:0;
	padding: 0 15px;
}


.boldline-right-thin{
	border-right:1px solid #2957a4 !important;
}

#mytable2.table thead th,
table thead tr td
{
	background: #2957a4;
	color: #fff;
}

.padding-top-22{
	padding-top: 22px !important;
}

.padding-5-17 {
	    padding: 5px 17px !important;
}

.padding-right-26{
	padding-right: 26px !important;
}

.margin-left-20{
	margin-left: 20px !important;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .icon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .icon  { left:  50px; top:30px; z-index:99}
.right-addon .icon { right: 50px;top:30px; z-index:99}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.greenIcon{
	color:#03C34F;
}
.redIcon{
	color:#E30124;
}
.actions .fa{
	margin-top:10px;
}

.noabsolute{
	position:static !important;
}

.checkBoxstyle [type=checkbox] {
  display: none;
}

.checkBoxstyle label {
  cursor: pointer;
}

.checkBoxstyle [class*=icon-].icon-fixed-width {
  text-align: left;
  margin-right:10px;
  width:20px;
  vertical-align:middle
}

.fa-check-square-o.redIcon{
	color:#EC0000
}



h2.withbg-redBg{
	font-size: 16px;
	font-weight: 600;
	background: #C40003;
	color: #fff;
	padding:10px 15px;
	margin: 0;
	border-bottom: 4px solid #F07476

}
h2.withbg-lightblueBg{
	font-size: 16px;
	font-weight: 600;
	background: #7FD5D4;
	color: #fff;
	padding:10px 15px;
	margin: 0;
	border-bottom: 4px solid #31A89F

}
h2.withbg-lightblueBg2{
	font-size: 16px;
	font-weight: 600;
	background: #5793DB;
	color: #fff;
	padding:10px 15px;
	margin: 0;
	border-bottom: 4px solid #B0E18D

}

thead.redBg tr th{
	background:#C40003 !important;
}

thead.lightblueBg tr th{
	background:#5793DB !important;
}
h2.withbg-greenBg{
	font-size: 16px;
	font-weight: 600;
	background: #008406;
	color: #fff;
	padding:10px 15px;
	margin: 0;
	border-bottom: 4px solid #32C100

}
thead.greenBg tr th{
	background:#008406 !important;
}
h2.withbg-greyBg{
	font-size: 16px;
	font-weight: 600;
	background: #939393;
	color: #fff;
	padding:10px 15px;
	margin: 0;
	border-bottom: 4px solid #565656

}
thead.greyBg tr th{
	background:#939393 !important;
}

#display-none{
	display:none;
}

.font-size-20{
	font-size: 20px !important;
}

.padding-top-3{
	padding-top: 3px !important;
}
.controls {
  margin-bottom: 10px;
}

.collapse-group {
  padding: 10px;
  border: 1px solid darkgrey;
  margin-bottom: 10px;
}

.trigger .panel-title:before {
  content: '\e082';
  font-family: 'Glyphicons Halflings';
  vertical-align: text-bottom;
  font-style:normal !important;
}

.trigger .panel-title2:before {
  content: '\e082';
  font-family: 'Glyphicons Halflings';
  vertical-align: text-bottom;
  font-style:normal !important;
}

.trigger.collapsed .panel-title:before {
  content: '\e081';
}

.trigger.collapsed .panel-title2:before {
  content: '\e081';
}

.noborder{
	border:0 !important;
}
.collapse-group.noborder a{
	text-decoration:none;
}
.collapse-group.noborder .panel{
	margin-bottom:0;
	border:0;
}
.collapse-group.noborder .panel-body{
		height:100%;
    overflow-y: scroll;
	min-height:250px;
	background:#fff;
}
.collapse-group.noborder .panel-body .withbg{
	background:transparent;
	color:#000;
	border-top:0;
	
}
.panel-heading.bluebg{
	background:#2957a4;
	border-radius:0;
	
	border-bottom:4px solid #98cb5b;
	padding:10px 15px;
}
.panel-heading2.bluebg2{
	background:#2957a4;
	border-radius:0;
	
	border-bottom:4px solid #98cb5b;
	padding:10px 15px;
}
.panel-heading.bluebg h4{
	font-size:16px;
	font-weight:600;
	font-style:italic;
	color:#fff;
}

#success_message{ display: none;}

.errorMessage{
	background:#fee5e2;
	border:1px solid #fcaca5;
	color:#b50321;
	padding:10px;
	border-radius:5px;
	font-weight:400
	
}
#mytable a{
	text-decoration:underline !important;
}

.errorInput{
	border:1px solid #D90003;
	border-radius:5px !important;
}


.redTr {
	border:2px solid #D90003 !important;
	border-top:2px solid #D90003 !important;
}

.messageScreen{
	background:#2957a4;
	min-height:300px;
	display:table;
}
.messageScreen h1{
	display:table-cell;
	vertical-align:middle;
	padding:5px 0;
	margin-top:10px;
	color:#fff !important;
	line-height:1.5em;
	
}
.messageScreenFullWidth{
	vertical-align:middle;
	padding:40px 0;
	margin-top:10px;
	
	line-height:1.5em
	;background:#2957a4;
}
.messageScreenFullWidth h1{
	color:#fff !important;
}
.messageScreenFullWidth  i{
	margin-bottom:10px;
}
.messageScreenFullWidth button{
	vertical-align:middle;
	background:#fff;
	color:#2957a4;
	margin-bottom:50px;
	width:150px;
}


.messageDataScreen{
	display:table;
	border:1px solid #2957a4;
	background:#fff;
	min-height:300px;
	padding:0 60px;
}
.messageDataScreen div{
	display:table-cell;
	vertical-align:middle;
	
}
.messageDataScreen div strong{
	color:#2957a4;
	text-decoration:underline;
}
.messageDataScreen div p{
	font-size:22px;
	text-align:left;
	width:100%;
	margin-bottom:5px;
	color:#7F7F7F;
	display:block;
}
.messageDataScreen .note{
	padding:10px 0;
	font-size:12px;
	font-style:italic;
}
.messageDataScreen div  button{
	width:150px;
	float:left;
	font-size:16px;
	padding:0;
	margin:5px;
	font-weight:normal
}
.downloadlink{
	font-size:16px !important;
	text-decoration:underline
}

.select2-dropdown--below{
	z-index: 999999;
}

div#glcselect_div span.select2-selection.select2-selection--multiple{
	height:122px;
}

.externalUserPanelBG{
	background: url(../img/external_user_panel.png) !important;
}

.internalUserPanelBG{
	background: url(../img/adminpanel_internal-noro.png) !important;
}

.successMessage{
	background:#f1fbd1;
	border:1px solid #bce830;
	color:#1A8D04;
	padding:10px;
	border-radius:5px;
	font-weight:400
	
}

.remarks-green-btn{
	background: none !important;
	width: 105px !important;
	color: #000 !important;
	padding: 1px !important;
}

.black-color{
	color: #000 !important;
}

.font-size-12{
	font-size: 12px !important;
}

.supervisorPanelBG{
	background: url(../img/supervisor_panel.png) !important;
}

.align-bottom{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.thead-width-96 {
  width: 96% !important;
}

.min-height-385{
	min-height: 385px !important;
}

.message-width{
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 25px;
}





table.dataTable tbody tr.selected ,
table.dataTable tr.odd.selected,
table.dataTable tr.odd.selected td.sorting_1,
table.dataTable tr.even.selected td.sorting_1{
  background-color: #CBF5D1 !important;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, 
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
background-color: #DAFFC3;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.display tbody tr.odd:hover.selected > .sorting_1, table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
background-color: #f7f7f7;
}


.RightMove{
	position:absolute;
	right:15px;
	top:-5px;
	z-index:9999;
	width:auto;
}

.LeftMove{
	position:absolute;
	right:0px;
	z-index:9999;
	top:-5px;
	width:auto;
}
.smallBtn{
	margin:0px;
	background: #2957a4;
	border:0;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	height: 30px;
	border-radius:5px;
	transition: all ease-in .2s;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0, 91, 130, 1);
}

table.dataTable.table-hover>tbody>tr:hover,
table.dataTable.table-hover tr.even:hover,
table.dataTable.table-hover tr.odd:hover,
table.dataTable tr.odd:hover td.sorting_1,
table.dataTable tr.even:hover td.sorting_1
{background-color:#F1F1F1}

table.dataTable.table-hover>tbody>tr:nth-of-type(odd),
table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1,
table.dataTable tr.even
{
	background:#f7f7f7
}

.dataTables_paginate{
	margin-top:10px;
}

/*
table.dataTable thead tr th.sorting { background: url('../img/sort_both.png') no-repeat center right #2957a4; }
table.dataTable thead tr th.sorting_asc { background: url('../img/sort_asc.png') no-repeat center right #2957a4; }
table.dataTable thead tr th.sorting_desc { background: url('../img/sort_desc.png') no-repeat center right #2957a4; }

table.dataTable thead tr th.sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right #2957a4; }
table.dataTable thead tr th.sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right #2957a4; }
*/


.textarea-char-remaining{
	font-size: 14px;
    font-weight: 500;
	
}

.previewScreen label{
	color:#000;
	font-weight:400;
}
.previewScreen input:disabled ,
.previewScreen .select2-container--bootstrap.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.previewScreen textarea:disabled 
{
	font-weight:bold;
	color:#434343;
	
	
}
.previewScreen .form-control[disabled],
.previewScreen .select2-container--bootstrap.select2-container--disabled .select2-selection
{
	background:transparent;
	border-bottom:1px solid #C3C3C3;
	border-radius:0;
	padding:6px 0;
}


.previewScreen .select2-container--bootstrap.select2-container--disabled .select2-selection--single .select2-selection__arrow b{
	display:none;
}

.previewScreen .input-group-addon input[disabled]{
	cursor:default;
	background:transparent;
	border:0;
	border-bottom:1px solid #C3C3C3;
	border-radius:0;
	padding:.5px 0;
}

.width-auto{
	width: auto !important;
}

.padding-0-10{
	padding: 0 10px !important;
}

.font-size-16{
	font-size: 16px !important;
}

.width-31-6{
	width: 31.6% !important;
}

.width-30{
	width: 30%;
}

.userLoginDetail{
	background: #98cb5b !important;
	color: #000 !important;
	/*background:#2957a4;
	color:#fff; */
	border:2px solid #98cb5b;
	padding:10px 10px 0;
	border-bottom:0;
	border-radius:15px 15px 0 0;
}


.background-white{
	background: #fff !important;
}

.minheight-200{
	min-height: 200px !important;
}
.title2 h1{
	margin-top:15px;
	padding:0;
}

.requiredFieldItem{
	border-radius:5px;
	border:1px solid #F5CB1B;
	background:#FFF4CF;
	padding:10px;
	display:block;
	overflow:hidden;
	color:#B18F00
}
.greenAlertMessage{
	border-radius:5px;
	border:1px solid #0FB565;
	background:#B7F5E5;
	padding:10px;
	display:block;
	overflow:hidden;
	color:#006F2F;
	text-align:center;
	margin:20px 10px 10px;
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.modal-header .close span{
	font-size:30px;
	color:#000;
	
}
.modal-header .close {
	opacity:1 !important;
	transition:all ease .2s;
}

.modal-header .close:hover{
	font-size:30px;
	color:#000;
	opacity:.5 !important;
}

.requestedChanges h3{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #6F6F6F;
	padding-bottom:10px;
}

.blueColor{
	color:#2957a4;
}

.arrowRequestChanges{
	margin:35px 20px;
	color:#CF1A42;
	font-size:24px;
}

.width-185{
	width: 185px;
}

.pointer-event-auto{
	pointer-events: auto !important;
}

.right-70{
	right: 70px !important;
}

.doubleline-blue{
	border-top:2px solid #2957a4 !important;
	border-bottom:3px double #2957a4 !important;
}

.small-black{
	font-size:12px;
	color: #000;
	font-weight: 300;
}

.padding-top-4{
	padding-top: 4px !important;
}

.m-t-58{
	margin-top: 58px !important;
}

.m-b-1{
	margin-bottom: 1px !important;
}

.m-b-2{
	margin-bottom: 2px !important;
}

.m-t-5{
	margin-top: 5px !important;
}

.margin-0-0-2{
	margin: 0 0 2px !important;
}

.margin-0-0-20{
	margin: 0 0 20px !important;
}

.cashout-icon:before{
	content:'';
	background:url(../img/cashout-icon-1.png) no-repeat;
	width:25px;
	height:25px;
	background-size:cover;
	display:block;
}
.cashout-icon-orange:before{
	content:'';
	background:url(../img/cashout-icon-1.3.png) no-repeat;
	width:25px;
	height:25px;
	background-size:cover;
	display:block;
}
.cashout-icon-orange2:before{
	content:'';
	background:url(../img/cashout-icon-1.2.png) no-repeat;
	width:25px;
	height:25px;
	background-size:cover;
	display:block;
}
.cashout-icon-white:before{
	content:'';
	background:url(../img/cashout-icon-white-1.png) no-repeat #646464;
	width:25px;
	height:25px;
	background-size:cover;
	display:block;
}

.cashout-icon2:before{
	content:'';
	background:url(../img/cashout2-icon.png) no-repeat;
	width:25px;
	height:25px;
	background-size:cover;
	display:block;
}
.cashout-icon-white2:before{
	content:'';
	background:url(../img/cashout2-white-icon.png) no-repeat #646464;
	width:25px;
	height:25px;
	background-size:cover;
	display:block;
}


.greenBtn button.searchgreybtn{
	text-align:left;
	font-size:14px;
	font-weight:400;
	color:#000000;
	background:#fff !important;
	border:0;
	border-bottom:1px dotted #767676;
}
.greenBtn button.searchgreybtn:focus{
	outline:none;
}

.triangleIcon:before{
	content:'▶';
	font-style:normal;
	color:#98cb5b
}

.no-result-color{
	background-color: #cef1fc !important;
	border-color: #9ee3f9 !important; 
	color: #12718f !important;
}

.light-blue-color{
	color: #12718f !important;
}

.no-background{
	background: none !important;
	border-bottom: 1px solid #ddd !important;
}

.light-blue-background{
	background: #29A4A4 !important;
}

.m-b-0{
	margin-bottom: 0 !important;
}

.green-background{
	background: #98cb5b !important;
	color: #000 !important;
}

.border-green-color{
	border-bottom: 1px solid #98cb5b !important;
	border-color: #98cb5b !important;
}

.no-green-border{
	border-bottom: none !important;
}

.grey-background{
	background: #f3f3f5 !important;
	border-bottom:1px solid #98cb5b !important;
}

.blueColor-2{
	color: #054e7b !important;
}

.success-text-small{
	text-decoration: none !important;
	font-style: normal !important;
	font-size: 15px !important;
	color: #7F7F7F !important;
}

.minheight-446{
	min-height: 446px !important;
}

.float-none{
	float: none !important;
}

.font-size-15{
	font-size: 15px !important;
}

.margin-auto{
	margin-right: auto;
	margin-left: auto;
}

.width-92{
	width: 92px !important;
}

.m-t-30{
	margin-top: 30px !important;
}

.min-height-160{
	min-height: 160px !important;
}
.myassisyIcon{
	float:left;
	width:80px;
}
.myassisyIcon img{
	max-width:80%;
	height:auto;

}

.requiredFieldItem-color{
	background-color: #FFF4CF !important;
	border-color: #F5CB1B !important; 
	color: #B18F00 !important;
}

.orange-color{
	color: #B18F00 !important;
}

.width-46{
	width: 46% !important;
}

.font-size-17{
	font-size: 17px !important;
}

.cscPanelBG{
	background: url(../img/adminpanel_csc.png) !important;
}

.min-height-347{
	min-height: 347px !important;
}

.min-height-394{
	min-height: 394px !important;
}

.font-w-600{
	font-weight: 600 !important;
}

.modal-h2-withbg{
	background: #2957a4 !important;
    color: #fff !important;
	font-style: italic !important;
}

.padding-bottom-0{
	padding-bottom: 0;
}

.no-sort::after { display: none!important; }

table.dataTable thead tr th.sorting_asc.no-sort,
table.dataTable thead tr th.sorting_desc,
table.dataTable thead tr th.sorting.no-sort{
	background:#2957a4 !important;
}
.no-sort {  cursor: default!important;  }

.highlight { background-color: yellow; }

.overflow-none{
	height: auto;
	overflow-y: hidden;
}

.background-none{
	background-color: transparent !important;
	border-bottom: 0 !important;
}

.font-weight-400{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

.width-238{
	width: 238px !important;
}

nav ul li li.active{
	background:#337ab7;
	
}

nav ul li.active .dropdown-menu li.active a{
	color:#fff;
}
nav ul li.active a{
	color:#98cb5b;
}

.m-r-10{
	margin-right:10px;
}

.print-border{
	border: 1px solid #2957a4;
	background: #fff;
	padding: 20px 20px;
}

.border-bottom-dot{
	border-bottom: 1px dotted #767676;
}

.margin-15{
	margin: 15px 0 10px;
}

.panel-body{
	padding:20px;
}

.content02submitdoc{
						display:none;
					}
.showmoreData{
	display:none;
}

.m-t-0{
	margin-top: 0;
}

.rejectMessage{
	background:#FBD0D5;
	border:1px solid #E93131;
	color:#8D0404;
	padding:10px;
	border-radius:5px;
	font-weight:400
	
}

.m-t-66{
	margin-top: 66px !important;
}


.z-index-9999{
	z-index: 9999;
}

.border-bottom-doubleline{
	border-bottom: 3px double #98cb5b !important;
}

.padding-0-20{
	padding: 0 20px !important;
}

.bg-color-blue{
	background-color: #3066C3 !important;
}

.site-bg-color-blue{
	background-color: #3066C3 !important;
}

.site-bg-color-blue>li>a{
	color:white;
}

.site-bg-color-blue>li.open >a, .site-bg-color-blue>li>a:hover{
	background-color: #3066C3 !important;
	color:white;
}

.site-bg-color-blue>li>ul>li>a:hover{
	background-color: #eee !important;
	color:#337ab7 !important;
}

.m-t-77{
	margin-top: 77px !important;
}

.color-grey{
	color: #B2B0B0 !important;
}

.input-disabled-style{
	cursor:text;
	background:transparent;
	border:0;
	border-bottom:1px solid #C3C3C3;
	border-radius:0;
	padding:.5px 0;
	background:transparent;
	border-bottom:1px solid #C3C3C3;
	border-radius:0;
	padding:6px 0;
	font-weight:bold;
	color:#434343;
}

.min-height-150{
	min-height: 150px !important;
}

.border-top-0{
	border-top: 0 !important;
}

.fieldset-white-bg{
	background-color: #fff !important;
	border-color: #12718f !important; 
	color: #12718f !important;
}

.m-t-12{
	margin-top: 12px;
}

.previewScreen-label{
	background: transparent;
    border-bottom: 1px solid #C3C3C3;
    border-radius: 0;
    padding: 6px 0;
	color: #434343;
}

.blue-color-2{
	color: #337ab7 !important;
}

.border-radius-0-6{
	border-radius: 0 6px 6px 0 !important;
}

.padding-bottom-10{
	padding-bottom: 10px;
}

.overall-total{
	font-weight: 600 !important;
	border-top: 3px solid #98cb5b !important;
}

.total-amount{
	font-size: 15px !important;
	font-weight: 600 !important;
	border-top: 3px solid #98cb5b !important;
}

.hidden{
	visibility: hidden !important;
}

.valign-top{
	vertical-align: top;
}

.border-radius-0{
	border-radius: 0 !important;
}

.display-flex{
	display: flex;
}

.padding-top-30{
	padding-top: 30px;
}

.disabled-link{
   pointer-events: none;
   cursor: default;
}

h2.withbg-2{
	background: #98cb5b !important;
	color: #000 !important;
	border-bottom: 0 !important;
	font-style: normal !important;
}

.green-background-2{
	background: #98cb5b !important;
	border-bottom: 0 !important;
}

.green-border{
	border: 2px solid #98cb5b;
}

.padding-left-35{
	padding-left: 35px !important;
}

.white-bg{
	background: #fff !important;
}

.alter-radio-inline{
	padding-left: 0 !important;
	font-weight: 600 !important;
}

.height-92{
	height: 92px !important;
}

.m-t-13{
	margin-top: 13px !important;
}

.m-left-0{
	margin-left: 0 !important;
}

.m-right-0{
	margin-right: 0 !important;
}

.padding-left-0{
	padding-left: 0 !important;
}

.th-color{
	background: #2957a4;
	color: #fff;
	cursor: default !important;
}

.border-right-amount{
	border-right: 1px solid #ccc !important;
}

.m-t-4{
	margin-top: 4px !important;
}

.font-size-24{
	font-size: 24px !important;
}

.border-red{
	border-color: #a94442;
}

.inner-icon-error{
	right: 23px;
    top: 28px;
    z-index: 99;
	position: absolute;
    padding: 10px;
    pointer-events: none;
}

.listbox-border{
	border: 1px solid #2957a4;
	border-radius: 4px;
	height: 200px;
	overflow-y: scroll;
}

.listbox-selectable{
	cursor: pointer;
	padding: 10px 5px;
}

.listbox-selectable:focus {
	background: #2957a4;
	color: #fff;
	padding: 10px 5px;
}

.listbox-highlight{
	cursor: pointer;
	padding: 10px 5px;
}

.listbox-highlight:hover {
	background: #12718f;
	color: #fff;
	padding: 10px 5px;
}

.listbox-scrollbar{
	height: 200px;
	overflow-y: scroll;
}

.form-group.form-animate-text.form-animate-error label{
  color:#FF968B !important;
}


.form-group.form-animate-text.form-animate-error .bar:before,.form-group.form-animate-text.form-animate-error .bar:after{
  background-color: #FF968B !important;
  width: 50%;
}

.form-group.form-animate-text.form-animate-error .form-animate-error-msg{
  color:#FF968B !important;
  font-size: 16px;
  display: none;
}

.alterMessageDataScreen{
	font-size: 16px !important;
	color: #000 !important;
}

.height-200{
	height: 200px !important;
}

.overlay-table {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overlay {
    position: absolute;
    top: 70px;
    left: 0;
    width: 180px !important;
    height: 179px;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
    border-radius: 100px;
}
.overlay-table {
    position: absolute;
    top: -22px;
    left: 0;
    height: 44px;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
    border-radius: 100px;
}

.circle-inner:hover .overlay,
.circle-inner:hover .overlay-table {
  display: block;
  background: rgba(0, 0, 0, .7);
}
.upload-btn-wrapper{
     position: absolute;
/*     margin-top: -70px !important; */
    overflow: hidden;
    padding-top: 0 !important;
    display: inline-block;
}

.upload-mandatory-wrapper {
    position: absolute;
    margin-top: -23px !important;
    overflow: hidden;
    padding-top: 0 !important;
    display: inline-block;
}

.upload-mandatory-wrapper{
  position: absolute;
  left:0;
  top: 0px;
  text-align: center;
/*   opacity: 0; */
  transition: opacity .35s ease;
}

.upload-btn-wrapper,
.upload-mandatory-wrapper {
  text-align: center;

  z-index: 1;
}
.circle-inner .upload-btn-wrapper{
	opacity:0;
	transition:all ease-in .2s;
}
.circle-inner:hover .upload-btn-wrapper,
.circle-inner:hover .upload-mandatory-wrapper {
  opacity: 1;
}

.upload-btn-wrapper .btn {
 background-color: transparent;
    padding: 8px 20px;
    border-radius: 8px;
    position: relative;
    top: 35%;
    font-size: 14px;
    font-weight: bold;
}
.upload-mandatory-wrapper .btn {
  background-color: transparent;
    border-radius: 8px;
    position: relative;
    top: 35%;
    font-size: 14px;
    font-weight: bold;
/*     color: #AAAAAA; */
}

.upload-btn-wrapper .btn:hover,
.upload-mandatory-wrapper .btn:hover{
	color: #9991FF
}
.upload-btn-wrapper input[type=file],
.upload-mandatory-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
    width: 100%;
    height: 100%;
  opacity: 0;
	cursor: pointer;
	z-index: 999
}

.circle-inner{
	position: relative;
}

.hiddenClass{
	display:none;
}

.responsive-large::after {
    border-radius: 0%;
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 100%;
    width: 100%;
}
.responsive-table::after {
    border-radius: 0%;
    content: "";
    display: block;
    height: 0;
    width: 100%;
}
.responsive-large div {
    color: white;
    float: left;
    line-height: .3em;
    height: 255px !important;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
}
.responsive-table div {
    color: #FFFFFF ;
    left: 15%;
    line-height: .3em;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
/*     width: 100%; */
}

.nyc-large::after {
    /* background: url("../resources/img/profile-picture.jpg") no-repeat 0 -45px / cover */
}

.responsive-large.nyc-large .circle-inner .upload-btn-wrapper,
.responsive-table.nyc-large .circle-inner .upload-mandatory-wrapper{
    top: 0;
    margin-top: 0 !important
}
.responsive-large.nyc-large .overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100% !important;
    height: 255px !important;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
    border-radius: 0px;
}
.responsive-table .overlay-table {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100% !important;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
    border-radius: 0px;
}
.responsive-large.nyc-large .circle-inner .upload-btn-wrapper input[type=file],
.responsive-table.nyc-large .circle-inner .upload-btn-wrapper input[type=file]{
    width: 100%;
    height: 100%
}

.responsive-large.nyc-large .circle-inner .upload-btn-wrapper .btn,
.responsive-table.nyc-large .circle-inner .upload-btn-wrapper .btn{
    padding: 20px;
    position: relative;
    top: 35%;
}

/*for Login top menu*/
.topLoginPanel{
    background: #2957a4;
    color: #fff;
    display: inline-block;
    /* width: auto; */
    height: 50px;
    border-radius: 0 0 5px 5px;
    /* margin-right: -15px; */
    padding: 0 15px 0 15px;
	float: right
}
.topLoginPanel .nav>li>a{
	color: #fff;
}
.topLoginPanel .nav>li>a:hover,
.topLoginPanel .nav>li>a:active,
.topLoginPanel .nav>li>a:focus,
.nav .open>a{
	background: transparent;
	color: #fff;
}

.topLoginPanel .navbar-nav > li > .dropdown-menu{
background: #3b344f;
    color: #fff;
}
.topLoginPanel .dropdown-menu>li>a,
.topLoginPanel .dropdown-menu>li>a:hover{
	color: #fff;
}
.topLoginPanel .select2-container--bootstrap .select2-selection,
.topLoginPanel .select2-container--bootstrap.select2-container--focus .select2-selection, 
.topLoginPanel .select2-container--bootstrap.select2-container--open .select2-selection{
	background: transparent;
	color: #fff;
	border: 0;
	box-shadow: none;
}
.topLoginPanel  .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
	color: #fff;
	font-weight: 600;
	padding-top: 9px
}
.topLoginPanel .select2-container--bootstrap .select2-selection--single{
	padding:6px 10px;
}

.topLoginPanel .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{
	    border-color: #fff transparent transparent transparent;
	    margin-top: 0px;
	    margin-left: 10px;
}

.topLoginPanel .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b{
	 border-color: transparent transparent #fff transparent;;
}

.select2-container--bootstrap .select2-dropdown {

    border: 0

}
/* 
.customSelectCss,
.customSelectCss .select2-results,
.select2-container--bootstrap .customSelectCss .select2-results > .select2-results__options
{
	background: #3b344f;
}
.customSelectCss .select2-results ul.select2-results__options li{
	background: #3b344f;
	padding: 20px 20px;
	    font-weight: 600;
}
 */
.customSelectCss{
	border-top: 1px solid #000;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.175) !important;
	min-width: 150px;
	font-weight : 600;
}

.loginformSection .contentWrap{
	background: #fff;
    padding: 30px;
    position: relative;
    height: auto;
    clear: both;
}

.row-fluid {
    margin-left: -15px;
    margin-right: -15px;
}

.p-b-15{
	padding-bottom: 15px;
}