body {
	background-color: #ECEEF0 !important;
	text-align: left;
	font-size:12px;
}

ul,ol {
	list-style: none;
}
#wrapper,div#main{
	position:relative;
	margin-top:10px;
	width:auto;
	max-width:970px;
}
div#main.auto{
	max-width:90%;
}
#loader {
	background-color: #fff;
	width: 450px;
	border: solid 1px #D8D6D6;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height: 150px;
	position: absolute;
	left: 50%;
	margin-left: -225px;
	top: 150px;
	display: none;
	text-align: center;
	color: #dadada;
	font-weight: bold;
	font-size: 14px;
	padding-top: 50px;
	z-index: 1;
}

#content {
	background-color: #fff;
	border: solid 1px #D8D6D6;
	padding-top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height: 500px;
	position:relative;
}

#content2,#content3,#content4 {
	background-color: #fff;
	text-align: left;
	border: solid 1px #3CBEE6;
	margin: 0 auto;
	padding: 10px;
}

#content3 {
	width: 950px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#content4 {
	width: 740px;
	
}

#bluebar {
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 70px;
	left:auto;
	top: -5px;
	width: 210px;
	border-bottom: solid 5px #3CBEE6;
}

html #innerContent {
	width: 100%;
	margin:0;
	padding: 0;
	min-height: 500px;
}

input:hover,select:hover {
	border: 1px solid #3CBEE6;
	background: #fefefe;
}


.formtitle,.formtitlered,.formtitlenormal,label,.sortlabel,.formtitlesub{
	font-weight: bold;
	font-size: 11px;
	color: #004095;
}

.formtitlesub {
	color: #959595;
}

.footer {
	width: 100%;
	margin-top: 10px;
	font-size: 10px;
	color: #CBCCCD;
	text-align: center;
	line-height: 18px;
}

.blueline {
	width: 100%;
	border-bottom: solid 1px #3CBEE6;
	margin: 5px 0 5px 0;
	clear: both;
}

.greyline {
	width: 100%;
	border-bottom: solid 1px #dadada;
}
html .clearFix .searchfilter {
    width: 100%;
}
.FormTable td,
.FormTable th{
	padding:4px 2px;
}
div.tableHeader{
	margin-top:20px;
}
.alert-agent{
	text-align:left;
	border:2px solid #3cbee6;
	color:#777;
	font-weight:normal;
	margin-bottom:0;
}
.alert-agent h4{
	color:#3cbee6;
}

/** BOOTSTRAP CUSTOM **/

html .btn{
	height:auto;
    padding: 3px 15px;
    border-radius: 2px;
    font-size: 12px;
}
html .btn-primary{
	background: #006dcc;
	border:1px solid #0058A5;
}
html .btn-primary:hover{
	background: #0058A5;
	border:1px solid #0058A5;
}
a{
	color:#999;
}
.searchbtn{
	margin-top:20px;
}
html a:hover,html a:focus{
	text-decoration:none;
}
.form-control{
	padding:4px;
	border-radius:0;
	border-color:#999;
	height:26px;
	font-size:12px;
}
.well.well-info{
	background:#cfe5f2;
	border-color:#cfe5f2;
}
.glyphicon-star.orange{
	color:orange;
}
.table>thead>tr>th{
	border-width:1px;
}
.row{
	margin-left:-10px;
	margin-right:-10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, 
.col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, 
.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, 
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left:10px;
	padding-right:10px;
}
.form-wrap label{
	display:block;
}
.btn-area{
	margin-top:20px;
}
.hasDatepicker{
	min-width:90px;
	background:url(/images/icon-calendar.png) no-repeat 94% center;
}
.hasDatepicker:hover{
	background:url(/images/icon-calendar.png) no-repeat 94% center;
}
.in-b{
	display:inline-block !important;
}

@media only screen and (max-width: 767px) {
	html #main{
		width:100%;
	}
	html #header .callcenter{
		display:none;
	}
	html #header .right{
		position:absolute;
		right:0;
		top:0;
		text-align:right;
	}
	html #header .right a.main-logout{
		margin-right:0;
	}
	html .aheader{
		width:100%;
	}
	html .aheader .lang{
		margin-top:5px;
	}
	html .agentId {
	    top: 50px;
	    right:0;
	}
	.table.no-border{
		border:0;
	}
	.table-responsive th{
		display:none;
	}
	.form-wrap label{
		margin-top:10px;
	}
	html .btn{
	    padding: 7px 15px;
	}
	html .form-control{
	    padding-top: 7px;
	    padding-bottom:7px;
	    height:auto;
	}
	html .btn-area{
		margin-top:30px;
	}
}