@CHARSET "UTF-8";

body {
	font-family:"微软雅黑" !important;
    margin:0;
    padding:0;
    /*font-size:62.5%;*/
}

button:focus, .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
textarea {
    resize: none;
}
a,a:hover,a:focus {
  text-decoration: none;
}

table, .th-inner {
    font-size: 14px;
    min-width: 100px;
}

/* Login Css*/
.loginContainer {
	height: 100vh;
	/*background: url(/images/login/bk_image.png) no-repeat;
	background-size: 100% 100%;*/
}

.loginWrap{
	width:350px;
	height:400px;
	float: right;
	/*background-color: #FFFFFF;*/
	border-radius: 10px;
	margin-top: calc((100vh - 400px) / 2);
	margin-right: 10vw;
}

.loginWrap .loginLogo {
	height: 20%;
	width:100%;
	text-align:center;
	/*background: url(/images/login/loginLogo.png) no-repeat center center;*/
	background-size: 60% 70%;
}
.loginInputDiv {
	width: 100%;
	margin-top: 20px;
	text-align:center;
}

.loginInput {
	width:65%;
	height:30px;
	/*border: 1px solid #ced1d5;*/
	padding: 0 5px 0 5px;
	margin-top: 20px;
	/*color:#5C5C5C;*/
	font-size: 12px;
}

.forgetPwd {
	padding-top:2px;
	padding-right:18%;
	text-align:right;
	font-size:10px !important;
	text-decoration:none;
	display:block;
}

.loginBtnArea {
	width:100%;
	text-align:center;
	margin-top: 20px;
}
.loginSubmitBtn {
	width: 65%;
	height: 30px;
	/*background-color: #3381c1;
	color: #fff;*/
	border: none;
	border-radius: 3px;

}
/* Login Css*/

.td-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden!important;
    white-space:nowrap;
    max-width: 200px;
    max-height: 90px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.fa-tiny {
    font-size: small;
}

/* 调整fileinput框的大小 */
.file-drop-zone {
    min-height: 170px;
}
.file-drop-zone-title {
    padding: 40px 10px !important;
}

.w_10Per {
    width: 10%;
}
.w_15Per {
    width: 15%;
}
.w_20Per {
    width: 20%;
}
.w_25Per {
    width: 25%;
}
.w_30Per {
    width: 30%;
}
.w_40Per {
    width: 40%;
}
.w_50Per {
    width: 50%;
}
.w_60Per {
    width: 60%;
}
.w_70Per {
    width: 70%;
}
.w_80Per {
    width: 80%;
}
.w_90Per {
    width: 90%;
}
.w_100Per {
    width: 100%;
}
.w_50 {
    width: 50px;
}
.w_80 {
    width: 80px;
}
.w_100 {
    width: 100px;
}
.w_120 {
    width: 120px;
}
.w_150 {
    width: 150px;
}
.w_180 {
    width: 180px;
}
.w_200 {
    width: 200px;
}

.button-group {
    width: 100%;
    text-align:right;
}

.btn-primary {
    /*color: #E9EAE3;
    background-color: #71ADA9;*/
    width: 80px;
    border: none;
    padding: 3px 10px;
    margin-left:10px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus,.btn-primary:hover:active {
    /*color: #E9EAE3;
    background-color: #458994;*/
    border: none;
    padding: 3px 10px;
    /*margin-left:10px;*/
}
.file-caption-main .btn-primary {
    padding: 7px 10px;
}
.file-caption-main .btn-primary:hover, .file-caption-main .btn-primary:active, .file-caption-main .btn-primary:focus,
.file-caption-main .btn-primary:active:focus, .file-caption-main .btn-primary:hover:active {
    padding: 7px 10px;
}


/* 默认状态的控件样式 start */
.form-control {
    /*color: #458994;
    background-color: #f2f8f8;*/
    display: inline !important;
    border: 0px;
    margin-right:15px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*.form-control::-moz-placeholder {
  color: #458994;
  opacity: 0.6;
}
.form-control:-ms-input-placeholder {
  color: #458994;
  opacity: 0.6;
}
.form-control::-webkit-input-placeholder {
  color: #458994;
  opacity: 0.6;
}*/

/* 标签颜色 */
.validate-group > label {
    /*color: #468896;*/
}
.text-danger {
    /*color: #468896;*/
}
.select2-selection__arrow b {
    /*border-color: #468896 transparent transparent transparent !important;*/
}
.select2-container--bootstrap .select2-selection {
    background-color: #f2f8f8 !important;
    /*border: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;*/
}
/*.radio-inline, .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #458994 !important;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: url(/images/icon/calendarDefault.png);
}*/
/* 默认状态的控件样式 end */


/* 输入报错后的颜色控制 start */
/*.has-error .form-control, .has-error input, .has-error select, .has-error textarea, .has-error .select2-container--bootstrap .select2-selection
{
    color: #eb563e !important;
    background-color: #fdeeeb !important;
    border: 1px solid #eb563e !important;
}
.has-error .select2-selection__arrow b {
    border-color: #eb563e transparent transparent transparent !important;
}
.has-error input.select2-search__field,input.file-caption-name {
    border: none !important;
}
.has-error input[type="date"]::-webkit-calendar-picker-indicator,
.has-error input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: url(/images/icon/calendarError.png);
}
.has-error .radio-inline, .has-error .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #eb563e !important;
}
.has-error .control-label {
    color: #eb563e;
}
.has-error .text-danger, .has-error .help-block {
    color: #eb563e !important;
}
.has-error .form-control, .has-error .select2-selection {
    //border-color: #eb563e;
}*/
/* 输入报错后的颜色控制 end */

/* 输入成功后的颜色控制 start */
/*.has-success .form-control, .has-success input, .has-success select, .has-success textarea, .has-success .select2-container--bootstrap .select2-selection
{
    color: #5DAD8D !important;
    background-color: #e0fcf0 !important;
    *//*border: 1px solid #eb563e !important;*//*
}
.has-success .radio-inline, .has-success .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #5DAD8D !important;
}
.has-success .select2-selection__arrow b {
    border-color: #5DAD8D transparent transparent transparent !important;
}
.has-success .control-label {
    color: #5DAD8D;
}
.has-success .text-danger, .has-success .help-block {
    color: #5DAD8D !important;
}
.has-success .form-control, .has-success .select2-selection {
    border-color: #5DAD8D;
}
.has-success input[type="date"]::-webkit-calendar-picker-indicator,
.has-success input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: url(/images/icon/calendarSuccess.png);
}*/
/* 输入成功后的颜色控制 end */

/* 页面布局 start */
.left-frame {
    /*background-image: linear-gradient(#8cc3b4, #458994);*/
    bottom:0;
    width:180px;
    min-height:100vh;
    float:left;
    margin: 15px 0 15px 0;
    border-radius: 8px;
}
.right-frame {
    float:left;
    width:calc(100% - 180px);
}
.header-div {
    height:40px;
    line-height:40px;
    width:100%;
    margin-top: 15px;
    text-align: right;
    font-size: 14px;
}
.title-div {
    /*color:#458994;*/
    height:50px;
    line-height:50px;
    width:100%;
    font-size: 24px;
    font-weight: bold;
}
.content-div {
    padding:0 15px 0 15px;
    left:15px;
    width:100%;
    /* display:table-cell; */
}
/* 页面布局 End */

/* 左侧菜单 Start */
.logo {
    background: url(../images/system/systemLogo_user.png) no-repeat center center;
    /*margin:30px 20px 20px 20px;*/
    margin-top: 35px;
    padding:0;
    text-align:center;
    height:70px;
    width:100%;
    background-size:35% 90%;
}

.fa-certificate:before {
    content: "\2731";
}

.sidebar-nav {
  width:160px;
  border-top: none;
  border-left: none;
  /*
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  */
  margin: 15px 10px 15px 10px;
}
.sidebar-nav form.search {
  padding: .5em 0em;
  padding-right: 1em;
  margin: 0em;
}
.sidebar-nav form.search input {
  /*background: #eee;*/
  margin: 0px auto;
  position: relative;
  width: 100%;
}
.sidebar-nav .nav-header {
  /*color: #ddd;*/
  border-left: none;
  display: block;
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e6e6e6', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#404040',EndColorStr='#333333')";
  font-weight: bold;
  font-weight: normal;
  font-size: 1em;
  line-height: 2.5em;
  padding-left: 5px;
  margin-bottom: 0px;
  text-shadow: none;
  text-transform: none;
}
.sidebar-nav .nav-header .label {
  float: right;
  margin-top: .5em;
  margin-right: 10px;
  line-height: 1.5em;
}
.sidebar-nav .nav-header:hover {
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e6e6e6', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#454545',EndColorStr='#333333')";
  margin-left: -5px;
  padding-left: 10px;
  margin-right: -5px;
  padding-right: 5px;
}
.sidebar-nav .nav-header.collapsed .glyphicon-minus-sign::before {
  /*content: "\e259";*/
}
.sidebar-nav .nav-header .glyphicon-minus-sign {
  float: right;
  line-height:2.5em;
}
.sidebar-nav .nav-header .label {
  float: right;
  margin-top: .7em;
  line-height: 1.5em;
}
.sidebar-nav .nav-header .glyphicon {
    top: 2px;
    padding-right: 8px;
}
/*.sidebar-nav .nav-header i[class^="glyphicon-"] {
  margin-right: .75em;
}*/
.sidebar-nav .nav-list {
  margin: 0px;
  padding-left:25px;
  width: 180px;
  margin-left:-10px;
  /*background: #2e2e2e;*/
  border: 0px;
}
.sidebar-nav > a:hover {
  /*background: #3b7f8a;*/
  border-radius: 20px;
  /*opacity:0.4;
  filter:alpha(opacity=40);*/
  -webkit-filter:brightness(1);
  -o-filter:brightness(1);
  -moz-filter:brightness(1);
  filter:brightness(1);
}
.sidebar-nav .nav-list  > li:not(.active) > a:hover, .sidebar-nav .nav-list  > li:not(.active) > a:focus {
  /*background: #3b7f8a;*/
  border-radius: 20px;
  /*opacity:0.4;
  filter:alpha(opacity=40);*/
  -webkit-filter:brightness(1);
  -o-filter:brightness(1);
  -moz-filter:brightness(1);
  filter:brightness(1);
  margin-left: -20px;
  padding-left: 34px;
  margin-right: 5px;
}
.sidebar-nav .nav-list .active > a,
.sidebar-nav .nav-list .active > a:hover  {
    /*color:#458994;
    background: url(../images/menu_selectedBk.png) no-repeat;
    margin-left:-36px;
    margin-right:-26px;
    padding-left:49px;
    margin-right:-11px;
    background-size:100% 100%;*/
}

.sidebar-nav .nav-list  > li:not(.active) > a {
  /*color: #ddd;*/
  text-shadow: none;
  padding: .5em 1em;
}
.sidebar-nav .nav-list.collapse {
  border-bottom: 0px;
}
/* 左侧菜单 End */


.panel {
    border: 0px;
}
.panel-query .panel-body {
    padding: 15 15px 0 15px;
}
.panel-main .panel-body {
    padding: 0 15px 0 15px;
}
.panel-query .panel-main {
    width:100%;
}
.panel-query .panel-heading {
    /*color: #E9EAE3;
    background-color: #71ADA9;*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    /*padding-left:20px;*/
}
.panel-main .panel-heading {
    /*color: #E9EAE3;
    background-color: #458994;*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-left:20px;
}
.bootstrap-table .fixed-table-container .fixed-table-body {
    height: auto;
}
.table-bordered {
    border :0px;
    border-collapse:separate;
    border-spacing:0px 5px;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    /*color: #458994;*/
    border :0px;
    padding: 4px;
    line-height:26px;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    /*color: #725334;*/
}
.table-bordered > tbody > tr > td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.table-bordered > tbody > tr > td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.table-bordered > tbody > tr:nth-child(even) {
    /*background-color: #f6fcf8;*/
}

.table-bordered > tbody > tr:nth-child(odd) {
    /*background-color: #e7f6f5;*/
}
.table-bordered > tbody > tr:hover {
    -webkit-filter:brightness(0.9);
    -o-filter:brightness(0.9);
    -moz-filter:brightness(0.9);
    filter:brightness(0.9);
}

/*  翻页 Start */
/* 列表左下角页数统计 */
.pull-left.pagination-detail  {
    /*color: #725334;
    background: #f6fcf8;*/
    border-radius: 4px;
    padding:0 5px 0 10px;
}

/*  列表右下角翻页*/
.pagination > li > a, .pagination > li > span {
    border: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    /*background-color: #757947;*/
}
.pagination > li > a {
    /*color: #725334;
    background: #f6fcf8;*/
}
/*  翻页 End */