/* ---------------------------------------------------------------------- */
/*  jquery layout
/* ---------------------------------------------------------------------- */
.ui-layout-pane{border:0;overflow:visible;}
.ui-layout-north{padding:0;z-index:999 !important;}
.ui-layout-center,
.ui-layout-south,
.ui-layout-east,
.ui-layout-west{padding:0;}
.ui-layout-north .navbar{margin-bottom:0;min-height:30px;}
.ui-layout-toggler{background:#bbb url(../img/layout-toggler.png) no-repeat center;}
.ui-layout-resizer{background:#e4e4e4 url(../img/layout-resizer.png) repeat-y;}

.ui-layout-north{position:fixed;top:0;width:100%;}
.ui-layout-center{margin-top:50px;}
.ui-layout-north .navbar-collapse{float:left;}
.ui-layout-north .pull-right{margin-top:13px;}
.ui-layout-north .color-bar .user{color:#000;margin-right:5px;}
.ui-layout-north .user{color:#fff;}

/* ---------------------------------------------------------------------- */
/*  bootstrap theme
/* ---------------------------------------------------------------------- */
label{margin-bottom: 0px;}
input[type="radio"], input[type="checkbox"]{margin: 0px 0 0;}

/* Nav */
.navbar-default {
	border-width:0;
	border-radius: 0;
	background-color: #2f4050;
/* 	background-color: #4e8738; */
	}

	
.navbar-brand{height:auto;padding: 0 0px;width: 100px;margin-top: 1px;}
.navbar-brand > img {width: 100%;}
.navbar-default .navbar-nav > li > a{color: #EDEDED;}
.navbar-default .navbar-nav > li.dropdown:hover > a{color:#333}
.navbar-default .navbar-nav > li.dropdown:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #333;
	background-color: #EAECED;
	background: -moz-linear-gradient(top, #ffffff 0%, #E4E7E8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#E4E7E8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#E4E7E8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#E4E7E8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#E4E7E8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#E4E7E8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E4E7E8',GradientType=0 ); /* IE6-9 */
	}

ul.nav li.dropdown:hover > ul.dropdown-menu,
ul.nav li.dropdown:focus > ul.dropdown-menu{
    display: block;
    margin: 0;
	}
.caret{color:#fff;}
.navbar-default .navbar-nav > .open .caret,
ul.nav li.dropdown:hover .caret,
ul.nav li.dropdown:focus .caret{color:#FFCD2E;}

/* Form */
.navbar-form{padding:0;} 
.form-control{font-size:12px;color:#000;height:22px; line-height:22px; padding: 0 4px;margin:1px 0;}
.srch {padding:5px;} 
.srch .form-control{width:auto;display:inline-block;}
.input-group .form-control,
.input-group .selectpicker,
.input-group .btn{margin:0 !important;}
.input-group .input-group-btn{line-height:normal;}
.input-group-inline{display: inline-table}
.file-contol{display: inline-block !important; width:85%;}

/* Button */
.btn{
	font-size:12px;
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-left:5px !important;
	margin:1px 0;
	line-height: 20px;
	}
.nav-tabs .btn{margin:0;}
.btn-default {padding: 4px 5px;}

.btn-gray {
	background-color: #808080;
	color: #fff;
	border-color: #6b6b6b;
}

.btn-default .glyphicon,
.btn-primary .glyphicon,
.btn-success .glyphicon,
.btn-info .glyphicon,
.btn-warning .glyphicon,
.btn-danger .glyphicon,
.btn-gray .glyphicon{color: #fff;}
/*.btn-xs, 
.btn-group-xs > .btn{padding: 1px 5px;}*/
.btn.circle{	
	border-width: 0;
	text-align: center;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	padding: 1px 0px !important;
	background:#E4E4E4;
	border-radius: 50px;
	}
.btn.circle.primary {background-color:#F15F5F;}
.btn.circle:hover,
.btn-default:focus{background:#A8A8A8;}
.btn.circle:hover .glyphicon,
.btn.circle:focus .glyphicon{color:#fff;}
th .btn.circle{float:right;}

.btn.circle-warning{	
	border-width: 0;
	text-align: center;
	min-width: 22px;
	height: 22px;
	line-height: 22px;
	padding: 1px 0px !important;
	background:#ffdc80;
	border-radius: 50px;
	}
.btn.circle-warning:hover,
.circle-warning:focus{background:#ffcc46;}
.btn.circle-warning .glyphicon,
.btn.circle-warning:hover .glyphicon,
.btn.circle-warning:focus .glyphicon{color:#fff;}
th .btn.circle-warning{float:right;}

.glyphicon.male{color:#1EA9FF;top:3px;}
.glyphicon.female{color:#ff869d;top:3px;}
.glyphicon.red{color:#fa3605;top:3px;}
.btn.circle_small{	
	border-width: 0;
	text-align: center;
	min-width: 15px;
	height: 15px;
	line-height: 15px;
	padding: 1px 0px !important;
	background:#E4E4E4;
	border-radius: 50px;
	}
.btn.circle_small.equals{background:#4FC9DE}
.btn.circle_small.equals .glyphicon-pause{color:#FFFFFF;transform:rotate(90deg) scale(0.8);}
.btn.circle_small.warning{background:#FFFFFF}
.btn.circle_small.warning .glyphicon-exclamation-sign{color:#FFBB00;}

.close span{font-size: 25px;}

/* Breadcrumb */
.breadcrumb{background-color: transparent;margin-bottom:0;}
.breadcrumb > li + li:before{}
.breadcrumb > li a{color:#555;}
.breadcrumb > .active{color:#0f5598;font-weight:900;}

/* Pagination */
.pagination{background:#fff;padding:5px;margin:4px 0 0 0;
	border-radius: 50px;}
.pagination > li > a, 
.pagination > li > span{
	border-width:0;border-color:#DEE2E5;
	color:#717476;text-align:center;
	min-width:22px;height:22px;line-height:22px;
	padding:0 4px;
	margin-left: 2px;
	background-color:transparent;
	border-radius: 50px;
	}
.pagination > .active{background:#fff;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #FFFFFF;
	background-color: #A8A8A8;
	}
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
	color: #333;
	background-color: #DFDFDF;
	border-radius: 50px;
	}

/* Tab */
.nav-tabs{border-bottom: 1px solid #4e5d6c;}
.nav-tabs > li > a{
	color:#555;
	border-color: #cdd0d8 #cdd0d8 #4e5d6c;
	background-color: #eee;
	background: -moz-linear-gradient(top, #F1F1F2 0%, #dbdee4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1F1F2), color-stop(100%,#dbdee4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F1F1F2 0%,#dbdee4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F1F1F2 0%,#dbdee4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F1F1F2 0%,#dbdee4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F1F1F2 0%,#dbdee4 100%); /* W3C */
	}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus{
	color: #1B80D5;
	background: #fff;
	border: 1px solid #4e5d6c;
	border-bottom-color: transparent;
	}
.nav-tabs > li > a:hover {
	border-color: #4e5d6c #4e5d6c #4e5d6c;
	}
.nav > li > a:hover, 
.nav > li > a:focus{
	background-color: #eee;
	}

/* Panel */
.panel-heading{overflow:hidden;padding:5px 8px;}
.panel-default > .panel-heading{
	background: -moz-linear-gradient(top, #ffffff 0%, #e3e5ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e5ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e3e5ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e3e5ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e3e5ea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e3e5ea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e5ea',GradientType=0 ); /* IE6-9 */
	}
.panel-collapse{position:relative;}
.list-group-item-heading{
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 50px;
	}
.list-group-item-text{word-wrap:break-word;} .list-group-h{
	display:block;	
	padding:3px 0px;
	margin-bottom:5px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	}
.panel{margin-bottom:10px;}
.panel-sub .panel-collapse{padding:5px;}
.panel-sub h4.h-sec{font-size:12px;color:#333;}
.panel-footer {padding-left:5px; padding-top:7px; padding-bottom:22px; padding-rigt:5px; background-color:#ffffff;}
.panel-orange{border: 3px solid #ff5700;}

/* Table */
.table{font-size:12px;}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	vertical-align: middle;
	padding: 2px 5px;
	line-height:1.8;
	}
.table.table-bordered > tbody > tr > td{text-align:center;}
.table > tbody > tr > th{background:#f7f7f7;}
.table > tbody > tr.heigth-30{
	height: 30px;
}
.table > tbody > tr > th.txt-sm{
	font-size:11px;
	letter-spacing:-1px;
}
.table > tbody > tr > th > a{
	vertical-align: -webkit-baseline-middle;
	vertical-align: sub;
}
.panel .table{margin-bottom: 0;}

/* table color */
.table{border: 1px solid #C0C0C0;}
.table > thead > tr > th{background-color:#dbdee4;border: 1px solid #C0C0C0;color:#333;text-align:center;
	background: -moz-linear-gradient(top, #F1F1F2 0%, #dbdee4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1F1F2), color-stop(100%,#dbdee4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F1F1F2 0%,#dbdee4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F1F1F2 0%,#dbdee4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F1F1F2 0%,#dbdee4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F1F1F2 0%,#dbdee4 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F2', endColorstr='#dbdee4',GradientType=0 ); */ /* IE6-9 */
	}

.table.tbl-gray{border: 1px solid #4C5459;}
.table.tbl-gray > thead > tr > th{background-color:#70787d;border: 1px solid #484E52;color:#fff;text-align:center;
	background: -moz-linear-gradient(top, #70787d 0%, #4E555A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70787d), color-stop(100%,#4E555A)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #70787d 0%,#4E555A 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #70787d 0%,#4E555A 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #70787d 0%,#4E555A 100%); /* IE10+ */
	background: linear-gradient(to bottom, #70787d 0%,#4E555A 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70787d', endColorstr='#4E555A',GradientType=0 ); /* IE6-9 */
	}

.table > tbody > tr.strong_active > td{background:#e3e5ea;}

/* datepicker */
.input-group.date-w .form-control{width:80px !important;}
.input-group.phone-w .form-control{width:45px !important;}
.input-group.phone2-w .form-control{width:90px !important;}
.input-group.ssn-w .form-control{width:65px !important;}
.input-group.email-w .form-control{width:120px !important;}
.input-group.post-w .form-control{width:60px !important;}
.input-group.money-w .form-control{width:55px !important;}
.input-group.long-money-w .form-control{width:75px !important;}
.input-group.rto-w .form-control{width:40px !important;}
.input-group.law-w .form-control{width:55px !important;}
.input-group.date-year-w .form-control{width:40px !important;}

.input-group{display:inline-table;vertical-align: middle;margin:2px 0;}
.input-group-addon{
	font-size: 11px;
	width:auto;padding:2px 2px;
	border-left: 0;
	border-right: 0;}
/*.input-group-addon ~ .input-group-addon{border-left:0;border-right:0;}*/
.input-group-addon, 
.input-group-btn{width: auto;}
.input-group-addon:first-child{border-left:1px solid #ccc;}
.input-group-addon:last-child{border-right:1px solid #ccc;}
.input-group .selectpicker:first-child{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;}

/* input width */
.width-25{width: 25px;display:inline-block;}
.width-30{width: 30px;display:inline-block;}
.width-45{width: 45px;display:inline-block;}
.width-55{width: 55px;display:inline-block;}
.width-65{width: 65px;display:inline-block;}
.width-75{width: 75px;display:inline-block;}
.width-85{width: 85px;display:inline-block;}
.width-95{width: 95px;display:inline-block;}
.width-100{width: 100px;display:inline-block;}
.width-110{width: 110px;display:inline-block;}
.width-120{width: 120px;display:inline-block;}
.width-150{width: 150px;display:inline-block;}
.width-180{width: 180px;display:inline-block;}
.width-200{width: 200px;display:inline-block;}
.width-210{width: 210px;display:inline-block;}
.width-220{width: 220px;display:inline-block;}
.width-250{width: 250px;display:inline-block;}
.width-280{width: 280px;display:inline-block;}
.width-300{width: 300px;display:inline-block;}
.width-350{width: 350px;display:inline-block;}
.width-400{width: 400px;display:inline-block;}

/*content height*/
.height-max{height: 100%;}

/*margin style*/
.marg-top-10{margin-top: 10px;}
.marg-top-20{margin-top: 20px;}
.marg-top-30{margin-top: 30px;}
.marg-right-10{margin-right: 10px;}
.marg-right-20{margin-right: 20px;}
.marg-right-30{margin-right: 30px;}

/* selectbox */
.bootstrap-select > .btn{padding-right:15px;}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:auto;}
.bootstrap-select .btn-default:hover, 
.bootstrap-select .btn-default:focus, 
.bootstrap-select .btn-default.focus, 
.bootstrap-select .btn-default:active, 
.bootstrap-select .btn-default.active, 
.bootstrap-select.open > .dropdown-toggle.btn-default,
.bootstrap-select .btn-default{
	background-color:#fff;
	border-color:#ccc;
	}
.bootstrap-select.btn-group .btn .caret{color:#666;right:6px;}
.bootstrap-select.btn-group .btn .filter-option{text-overflow:ellipsis;}
.sel-70 .bootstrap-select.btn-group .btn .filter-option{width: 70px;}

.bs-actionsbox .bs-select-all,
.bs-actionsbox .bs-deselect-all{color:#333;font-size:11px;padding-left:0;padding-right:0;}
.bs-actionsbox .bs-select-all:hover,
.bs-actionsbox .bs-deselect-all:hover{color:#333;background:#e0e0e0;}

/* alert style */
.exclamation-list li{position:relative;padding-left:15px;}
.exclamation-list li:before {
	content: '\e101';
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 0px;
	top: 1px;
	font-size: 80%;
	}
.exclamation-list li strong{color:#F75555;}

.exclamation-list.alert-lg {text-align:center;}
.exclamation-list.alert-lg  ul{display:inline-block;}
.exclamation-list.alert-lg  li{font-size:13px;text-align:left;}

/* nav-pills */
.nav-pills{
	background:#428bca;
	padding:3px 3px 0;
	border-radius:3px;
	margin-bottom:10px;
	}
.nav-pills > li{
	float:left;
	position: relative;
}
.nav-pills > li > a{
	font-size:14px;
	color:#fff;
	position:relative;
	height:40px;
	border-left:0px solid #357ebd;
	border-radius:0;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	}
.nav > .slt-li{padding:0 6px;}
.nav .bootstrap-select{margin-top:6px;}
/* hover */
.nav-pills > li > a:hover, 
.nav-pills > li > a:focus {
	color:#fff !important;
	background-color: #529fe2 !important;
	}
.nav-pills > li > a:hover .glyphicon, 
.nav-pills > li > a:focus .glyphicon {
	color:#fff;
	}
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
	color: #337ab7 !important;
	background-color: #fff !important;
	}
.nav-pills > li > a .glyphicon{color:#fff;}
.nav-pills > li.active > a .glyphicon{color:#337ab7;}

/* nav-progress */
.nav-progress{
	background:#e5e8ee;
	border: 1px solid #cad0d6;
	border-radius:3px;	
	margin-bottom:10px;
	}
.nav-progress > li{
	float:left;
	position: relative;
	background: #e5e8ee;	
}
.nav-progress > li:after, 
.nav-progress > li:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.nav-progress > li:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #e5e8ee;
	border-width: 20px;
	margin-top: -20px;
}
.nav-progress > li:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #cad0d6;
	border-width: 21px;
	margin-top: -21px;
}
.nav-progress > li:nth-child(1){z-index:9;}
.nav-progress > li:nth-child(2){z-index:8;}
.nav-progress > li:nth-child(3){z-index:7;}
.nav-progress > li:nth-child(4){z-index:6;}
.nav-progress > li:nth-child(5){z-index:5;}
.nav-progress > li:nth-child(6){z-index:4;}
.nav-progress > li:nth-child(7){z-index:3;}
.nav-progress > li:nth-child(8){z-index:2;}
.nav-progress > li:nth-child(9){z-index:1;}
.nav-progress > li > a{
	font-size:14px;color:#4c5267;
	position:relative;
	display:inline-block;
	height:40px;
	line-height: 40px;
	padding:0 10px 0 30px;
	border-radius: 0;
	}
.nav-progress > .slt-li:after,
.nav-progress > .slt-li:before{top:20px;}
/* hover */
.nav-progress > li > a:hover, 
.nav-progress > li > a:focus {
	color:#337ab7;
	background-color: #e5e8ee;
	}

.nav-progress > li.active > a, 
.nav-progress > li.active > a:hover, 
.nav-progress > li.active > a:focus {
	color: #337ab7;
	background-color: #ffffff;
	}
.nav-progress > li.active:after{border-left-color: #ffffff;}
.nav-progress > li.active > a .glyphicon{color:#337ab7;}

/* dropdown */
.dropup, .dropdown {display: inline-block;}

.dropdown-menu-ymd li{font-size:8px; width:5px;}
.dropdown-menu > li > a{padding: 2px 20px;}
.dropdown-menu .divider{margin: 2px 0;}

/* modal */
.modal-content{border:0;}
.modal-header{min-height:16.42857143px;padding:15px;border-bottom:1px solid #e5e5e5;background:#3889CF;border-radius:6px 6px 0 0;}
.modal-title{font-size:18px;font-weight:900;color:#fff;}
.close {color:#fff;}
.btn-lg,
.btn-group-lg > .btn {
  padding: 5px 16px !important;
  font-size: 16px;
}

.a-font-normal {font-weight: normal !important;}

/* dataTable */
.d-table{ overflow: hidden;}
.d-table table.dataTable.d-table-min{margin-top: -1px !important;}
.d-table table.dataTable.d-table-min th{ padding-right: 0px;}

/* checkInfo */
.panel .check-info td{
	text-align: left !important;
}
.panel .check-info td input{
	margin-left: 2px;
}
.panel .check-info td .btn{
	margin-left: 1px;
}

.nav-pills.nav-pills-sm > li > a{
    height:auto;
    padding: 4px 10px;
}

.popover {
	max-width: 510px;
}

.ui-layout-north .navbar-nav > li > a {
    padding:8px 5px;
}

.ui-layout-north .pull-right {
    margin-top: 6px;
}

.ui-layout-north .navbar-collapse {
    padding-right: 8px;
    padding-left: 8px;
}


