/*!
 * 
 */
* {
    outline: none;
}
*{
    padding:0;
    margin:0;
}
body {
    font-family: Microsoft YaHei, Tahoma, SimSun, Verdana;
    background-color: #e8ecf0;
}

.min-width {
    min-width: 1000px;
}

a {
    color: #1776ff;
}

label {
    font-weight: 500;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100%;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb9 {
    margin-bottom: 9px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.noborder {
    border: 0;
}

.height200 {
    height: 200px;
}

.height300 {
    height: 300px;
}

.width100p {
    width: 100%;
}

.width300 {
    width: 300px;
}

.border {
    border: 1px solid #eee
}

.text-black {
    color: #000;
}

.inline-block {
    display: inline-block;
}

.row {
    margin: 0;
}

.btn.focus, .btn:focus, .btn:hover, .btn:active, .btn.active {
    color: #fff;
    background-color: #2e83ff;
    border-color: #2e83ff;
}

.btn-pm {
    color: #fff;
    background-color: #1776ff;
    border-color: #1776ff;
    min-width: 90px;
    padding: 5px;
    outline: none !important;
    border-color: transparent !important;
    box-shadow:none !important;
}

.btn-pm:hover, .btn-pm:focus, .btn-pm.focus, .btn-pm:active, .btn-pm.active {
    color: #fff;
    background-color: #2e83ff;
    border-color: #2e83ff;
}

.btn .fa {
    margin-right: 5px;
}

.btn-df {
    background-color: #b6cefd;
    border-color: #b6cefd;
    color: #1776ff;
    min-width: 90px;
    padding: 5px;
    outline: none !important;
    border-color: transparent !important;
    box-shadow:none !important;
}

.btn-df:hover, .btn-df:focus, .btn-df.focus, .btn-df:active, .btn-df.active {
    background-color: #c5d8fd;
    border-color: #c5d8fd;
    color: #1776ff;
}

.btn-wt {
    background-color: #f5f5f5;
    border: 1px solid #AAA;
    color: #222222;
    min-width: 60px;
    padding: 2px;
    outline: none !important;
    /*border-color: transparent !important;*/
    box-shadow:none !important;
}

.btn-wt:hover, .btn-wt:focus, .btn-wt.focus, .btn-wt:active, .btn-wt.active {
    background-color: #ebebeb;
    border: 1px solid #AAA;
    color: #222222;
}

input[type=reset].btn-block, input[type=submit].btn-block {
    background-color: #2e83ff;
    border-color: #2e83ff;
}

.navbar {
    margin-bottom: 0;
}

.navbar-inner {
    background-color: #293450; /* #428BCA */
    background-image: none;
    height: 50px;
    width: 100%;
    z-index: 1000;
    border-radius: 0;
    border: none;
    padding: 0;
    filter: none;
}

.navbar {
    height: 50px;
    border: 0px;
}

.navbar-inner .container {
    height: 100%;
}

.navbar .header-left {
    /*width: 229px;*/
    margin-right: auto;
    height: 100%;
    float: left;
    /*border-right: 1px solid rgba(255,255,255,0.14);*/
    background-color: rgba(0, 0, 0, 0.03);
    position: relative;
    font-size: 18px;
    line-height: 50px;
}

.arrow {
    float: right;
    margin-top: 12px;
}

.fa.arrow:before {
    content: "\f104";
}

.parent-focus > a > .fa.arrow:before {
    content: "\f107";
}

.navbar .header-right {
    height: 100%;
}

.header-right .nav {
    /*border-left: 1px solid #346c9b;*/
}

.header-right .dropdown-menu {
    top: auto;
}

.navbar .brand {
    /*padding: 14px 20px 13px;*/
    margin-left: 0px;
    font-size: 20px;
}

.navbar .menu-collapse {
    color: #fff;
}

.menu-collapse {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
    padding: 6px 9px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    position: absolute;
    top: 13px;
    right: 15px;
}

.menu-collapse:hover {
    border-color: #fff;
    color: #fff;
}

.navbar .nav > li {
    height: 60px;
    line-height: 60px;
}

.navbar .nav > li:first-child {
    /*border-left: 1px solid #70a3cf;*/
}

.navbar .nav > li > a {
    margin-left: 8px;
    padding: 0;
    text-shadow: none;

}

.navbar .nav .label {
    font-size: 13px;
    /* margin-top: 15px; */
    /* padding: 8px 12px; */
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 50px;
}

.navbar .nav .label:hover, .navbar .nav .label:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
}

.nav .account {
    margin-right: 20px;
}

.navbar .nav i.fa-user {
    margin-right: 5px;
    font-size: 15px;
}

.navbar .nav i.caret {
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    /*margin-top:6px;*/
    margin-left: 5px;
}

.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}


#content {
    position: relative;
    min-height: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 1000;
}

.main {
    position: fixed;
    padding-top: 50px;
    padding-left: 260px;
    height: 100%;
    width: 100%;
}

.leftpanel {
    z-index: 900;
    width: 260px;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    /*border-right: 1px solid #e7e7e7;*/
    background-color: #19233c;
}

.leftpanel .shortcut {
    padding: 6px 15px;
    min-height: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-right: none;
}

.leftpanel .profile {
    background-color: #fff;
}

.leftpanel .profile .profile-thumb {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #5cb85c;
    padding: 2px;
    width: 50px;
    height: 50px;
}

.leftpanel .profile h4 {
    line-height: 18px;
    margin-top: 5px;
    font-weight: 500;
    font-size: 16px;
}

.shortcut .inline li {
    padding-left: 0;
}

.leftpanel .nav {
    position: relative;

}

.leftpanel .nav > li {
    /*margin: 0 0 0 0;*/
    font-size: 15px;
    font-weight: 500;
    position: relative;
    /*border-bottom: 1px solid #e7e7e7;*/
}

.leftpanel .nav-tabs {
    border-bottom: 0px;
}

.leftpanel .nav > li > a {
    border: none;
    /* height: 31px; */
    line-height: 40px;
    color: #e8ecf0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 0px 15px;
}

/*leftpanel 背景图片 */
.leftpanel .ico_personnel {
    background-image: url(../images/icon/ico_personnel_n.png);
}

.parent:hover .ico_personnel, .parent-focus .ico_personnel, .active .ico_personnel {
    background-image: url(../images/icon/ico_personnel_h.png);
}

.leftpanel .ico_system_setup {
    background-image: url(../images/icon/ico_system_setup_n.png);
}

.parent:hover .ico_system_setup, .parent-focus .ico_system_setup, .active .ico_system_setup {
    background-image: url(../images/icon/ico_system_setup_h.png);
}

.leftpanel .ico_equipment {
    background-image: url(../images/icon/ico_equipment_n.png);
}

.parent:hover .ico_equipment, .parent-focus .ico_equipment, .active .ico_equipment {
    background-image: url(../images/icon/ico_equipment_h.png);
}

.leftpanel .ico_door {
    background-image: url(../images/icon/ico_door_n.png);
}

.parent:hover .ico_door, .parent-focus .ico_door, .active .ico_door {
    background-image: url(../images/icon/ico_door_h.png);
}

.leftpanel .ico_time {
    background-image: url(../images/icon/ico_time_n.png);
}

.parent:hover .ico_time, .parent-focus .ico_time, .active .ico_time {
    background-image: url(../images/icon/ico_time_h.png);
}

.leftpanel .ico_face_associated {
    background-image: url(../images/icon/ico_face_associated_n.png);
}

.active .ico_face_associated, .leftpanel .nav > li a:hover .ico_face_associated {
    background-image: url(../images/icon/ico_face_associated_h.png);
}

.leftpanel .ico_identify_record {
    background-image: url(../images/icon/ico_identify_record_n.png);
}

.active .ico_identify_record, .leftpanel .nav > li a:hover .ico_identify_record {
    background-image: url(../images/icon/ico_identify_record_h.png);
}

.ico_detail {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/ico_detail_n.png) left center no-repeat;
    background-size: 20px 20px;
    margin-right: 5px;
}

.dataTable tr:hover .ico_detail {
    background-size: 20px 20px;
    background: url(../images/icon/ico_detail_h.png) left center no-repeat;
}

.nav-tabs.nav-stacked > li:first-child > a, .nav-tabs.nav-stacked > li:last-child > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.leftpanel .nav > li > a:hover, .leftpanel .nav > li > a:active, .leftpanel .nav > li > a:focus {
    /*border-left: 5px solid #4a8bc2;*/
    background-color: #0f1526;
    color: #1776ff;
}

.leftpanel .nav > li > a i {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    /*color: #e8ecf0;*/
    font-size: 16px;
    top: 1px;
    position: relative;
    text-align: center;
}

.leftpanel .nav > li > a b {
    float: right;
    vertical-align: middle;
    margin-top: 12px;
    border-top: 6px solid #428bca;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.leftpanel .nav > li.parent-focus > a {
    background-color: #19233c;
    color: #1776ff;
}

.leftpanel .nav > li.active {
    margin-right: -1px;
}

.leftpanel .nav > li.active > a {
    border: none;
    cursor: pointer;
    background-color: #19233c;
    color: #1776ff;
}

/*.leftpanel .nav > li.active > a i,.leftpanel .nav > li.active > a b,.leftpanel .nav > li.parent-focus > a i{
	color:#1776ff;
}*/
.leftpanel .nav > li.active > a b {
    border-top: 6px solid #fff;
}

.leftpanel .nav .children {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.leftpanel .nav .active .children {
    display: block;
}

.leftpanel .nav .children li a {
    font-weight: normal;
    font-size: 13px;
    display: block;
    color: #e8ecf0;
    padding: 0px 10px 0px 60px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    line-height: 40px;
    text-decoration: none;
}

.leftpanel .nav .children li:first-child {
    /*border-top: 1px solid #e7e7e7;*/
}

.leftpanel .nav .children li a:hover {
    text-decoration: none;
    background-color: #0f1526;
    color: #1776ff;
}

.leftpanel .nav .children li.active a {
    /*background-color: #e4e7ea;*/
    background-color: #0f1526;
    color: #1776ff;
}

.pageheader {
    /*padding:9px 20px;
    border-bottom: 1px solid #e7e7e7;*/
    height: 40px;
}

.pageheader .pull-left {
    width: 100%;
}

.pageheader .pageicon {
    margin-top: 5px;
    width: 38px;
    height: 38px;
    background-color: #4e5154;
    display: inline-block;
    color: #fff;
    font-size: 28px;
    border-radius: 3px;
    padding-top: 1px;
    padding-left: 10px;
}

.pageheader .pageicon i {
    margin-top: 5px;
}

.pageheader .breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 11px;
    color: #999;
    line-height: 18px;
}

.pageheader .breadcrumb a {
    color: #333;
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    text-decoration: none;
}

.pageheader .breadcrumb a:hover {
    text-decoration: none;
}

.pageheader h4 {
    margin: 0 0 0 0;
    font-size: 22px;
    font-weight: 500;
    color: #2f363d;
    line-height: normal;
}

.menu-right {
    margin-top: 10px;
    margin-right: 20px;
}

.contentpanel {
    margin: 0px 20px;
    /* padding-top: 5px; */
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.contentpanel .tools {
    margin-bottom: 10px;
}

.contentpanel .row-right {
    float: right
}

.contentpanel-dialog {
    margin: 20px 20px;
    /* padding-top: 5px; */
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

/**************
查询表单
***************/
.searchpanel {
    margin: 0px 20px 10px 20px;
    padding: 5px 20px;
    background-color: #FFF;
    border-radius: 5px;

}

.searchpanel .row-right {
    float: right
}

.searchpanel .group {
    float: left;
    margin: 5px 0px;
}

.searchpanel .group .btn {
    margin-left: 10px;
}

.searchpanel .form-control {
    width: 150px;
    float: left;
}

.searchpanel .control-label {
    /* width:100px !important; */
    padding: 5px 10px 0px 10px;
    font-weight: 500;
    float: left;
    /*line-height: 30px;*/
}

/**
TABLE
-----------------------------------------------------------
*/
/*.table th{
	background: #f6f8fa;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f9fbfd', endColorStr='#f1f3f6', gradientType='0');
	background: -moz-linear-gradient(top,#f9fbfd,#f1f3f6);
	background: -o-linear-gradient(top,#f9fbfd,#f1f3f6);
	background: -webkit-gradient(linear,0 0,0 100%,from(#f9fbfd),to(#f1f3f6));
}
.table td{
	line-height:23px;
}
.table-bordered {
	border: 1px solid #dddddd;
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
}
.table th, .table td {
	vertical-align: middle ;
}*/
/** 
BUTTON
-----------------------------------------------------------
*/
/*.btn {
	font-size: 12px;
	border-radius: 2px;
	box-shadow: inset 0px 0px 2px rgba(255,255,255,0.3);
	text-shadow: none;
}*/

.btn-df {

}

.input-append .btn {
    padding: 7px 16px;
}

.input-append .btn .caret {
    margin-top: 6px;
    margin-left: 0;
}

.btn-medium {
    padding: 6px 18px;
    font-size: 14px;
}

/** 
FORM
-----------------------------------------------------------
*/
/*select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline:none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-appearance: none!important;
	color: #555;
	font-weight: normal;
	vertical-align: top;
	background-color: #fff;
	background-image: none!important;
	filter: none!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #4d7496;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 3px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 3px rgba(0,0,0,0.1);
}
.form-inline .form-control {
	width: auto;
}*/

.row-border .control-group {
    border-top: 1px solid #ececec;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

input.disabled, input[type='disabled'] {
    cursor: not-allowed;
    background-color: #eee;
}
input::-ms-clear, input::-ms-reveal{
    display: none;
}

.readonly input[type="text"] {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.readonly .form-actions {
    display: none;
}

.txt-err, .txt-impt {
    color: #C00;
    margin-right: 4px;
    font-family: "����";
    font-weight: normal;
}

.form-horizontal .alert {
    width: 80%;
    margin: 0 auto;
}

/**
pagination
-----------------------------------------------------------*/


.pagination {
    margin-top: 5px;
    padding-bottom: 10px;
}

.pagination-right ul {
    float: right;
}

.pagination-info {
    float: right;
    display: inline-block;
    margin-top: 5px;
    zoom: 1;
    padding: 0px 16px;
    color: #888;
}

/** 
widget
-----------------------------------------------------------*/
.widget {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
}

.widget .widget-header {
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.widget .widget-header h4 {
    display: inline-block;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}

.widget .widget-header h4 i {
    margin-right: 4px;
}

.widget.box {
    border: 1px solid #d9d9d9;
}

.widget.box .widget-header {
    background: #f9f9f9;
    border-bottom-color: #d9d9d9;
    line-height: 35px;
    padding: 0 12px;
    margin-bottom: 0;
}

.widget.box .widget-header h4 {
    margin-bottom: 0;
}

.widget.box .widget-header h4 i {
    line-height: 17px;
}

.widget.box .widget-content {
    padding: 10px;
    position: relative;
    background-color: #fff;
}

/** 
color
-----------------------------------------------------------*/
.red {
    color: red;
}


/** 
Alert
-----------------------------------------------------------*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
}

.alert .close {
    top: 0px;
    right: 0px;
}

/**
Label
-----------------------------------------------------------*/
.label, .badge {
    padding: .3em .6em .3em;
}

/** 
Login 登录页面
-----------------------------------------------------------*/
body.login {
    background-color: #428bca;
}


/** 
Panel 登录页面
-----------------------------------------------------------*/
.panel {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    background-color: #fff;
    border: 1px solid transparent;
}

.panel-login .panel-body {
    padding: 40px 45px;
}

.panel-login, .panel-signup {
    margin: 80px auto 0 auto;
}

.panel-login {
    width: 400px;
}

.panel-login .add-on {
    padding: 8px 12px;
    font-size: 19px;
}

.panel-login .input-text {
    padding: 8px;
    width: 250px;
}

.panel-login .btn {
    line-height: 27px;
    font-size: 17px;
}

.panel-login .captcha {
    width: 150px;
}

.panel .alert {
    padding: 4px 12px;
    line-height: 18px;
    margin-bottom: 8px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #f6c8b5;
    background: #fceee8;
}

.panel-step {
    width: 900px;
    margin: 80px auto 0 auto;
}

.panel-step .panel-body {
    padding: 40px 45px;
}

.panel-step .panel-login {
    margin-top: 30px;
    width: 310px;
}

.panel-step .input-text {

}

/**
wizard
-----------------------------------------------------------*/
.nav-wizard {
    background-color: #ddd;
    margin-bottom: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.nav-wizard > li {
    position: relative;
    margin-right: -2px;
}

.nav-wizard > li > a {
    color: #666;
}

.nav-wizard > li > a {
    position: relative;
    display: block;
    padding: 9px 15px;
    padding-left: 30px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: default;
}

.nav-wizard > li > a:after {
    border-left: 19px solid #ddd;
    border-top: 19px solid rgba(0, 0, 0, 0);
    border-bottom: 19px solid rgba(0, 0, 0, 0);
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: -19px;
    z-index: 10;
}

.nav-wizard > li > a:before {
    border-left: 20px solid #fff;
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    content: '';
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -20px;
    z-index: 5;
}

.nav-wizard > li > a:hover,
.nav-wizard > li > a:active,
.nav-wizard > li > a:focus {
    background-color: #ccc;
}

.nav-wizard > li > a:hover:after,
.nav-wizard > li > a:active:after,
.nav-wizard > li > a:focus:after {
    border-left-color: #ccc;
}

.nav-wizard > li:first-child > a {
    padding-left: 15px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.nav-wizard > li:last-child > a {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.nav-wizard > li:last-child > a:after,
.nav-wizard > li:last-child > a:before {
    display: none;
}

.nav-wizard > li.active a,
.nav-wizard > li.active a:hover,
.nav-wizard > li.active a:focus,
.nav-wizard > li.active a:active {
    background-color: #4e5154;
    color: #fff;
}

.nav-wizard > li.active a:after {
    border-left-color: #4e5154;
}

.nav-wizard > li.done a {
    background-color: #428bca;
    color: #fff;
}

.nav-wizard > li.done a:after {
    border-left-color: #428bca;
}

.nav-justified > li {
    display: table-cell;
    width: 1%;
}


.form-panel {
    width: 450px;
    margin: 0 auto;
}

.ywz_zhucexiaobo {
    width: 620px;
    margin: 40px auto 0px auto;
    padding-bottom: 10px;
    padding-top: 5px;
}

.ywz_zhuce_youjian {
    float: left;
    width: 100px;
    margin: 5px 0 0 0;
    font-size: 14px;
    text-align: right;
}

.ywz_zhuce_xiaoxiaobao {
    float: left;
    width: 226px;
}

.ywz_zhuce_kuangzi {
    float: left;
    width: 226px;
    height: 38px;
    color: #171717;
}

.ywz_zhuce_huixian {
    float: left;
    background: #d6d3d3;
    width: 82px;
    height: 4px;
    margin-top: 5px;
    _margin-top: 0px;
    margin-left: 5px;
    _height: 2px;
    font-size: 0px;
}

.ywz_zhuce_hongxianwenzi {
    float: left;
    width: 82px;
    margin-left: 5px;
    text-align: center;
    color: #b0adad;
    font-size: 12px;
}

.ywz_zhuce_kuangwenzi1 {
    float: left;
    background: url(images/dengl_06.jpg) no-repeat;
    border: 0;
    color: #3e3e3e;
    width: 210px;
    height: 40px;
    line-height: 35px;
    padding-left: 25px;
    _padding-left: 20px;
    outline: medium;
}

/*��*/
.ywz_zhuce_hongxian {
    float: left;
    background: #ff3300;
    width: 82px;
    height: 4px;
    margin-top: 5px;
    margin-left: 5px;
    _margin-top: 0px;
    _height: 2px;
    font-size: 0px;
}

.ywz_zhuce_hongxian2 {
    float: left;
    background: #099;
    width: 82px;
    height: 4px;
    margin-top: 5px;
    margin-left: 5px;
    _margin-top: 0px;
    _height: 2px;
    font-size: 0px;
}

.ywz_zhuce_hongxian3 {
    float: left;
    background: #060;
    width: 82px;
    height: 4px;
    margin-top: 5px;
    margin-left: 5px;
    _margin-top: 0px;
    _height: 2px;
    font-size: 0px;
}

.ywz_zhuce_yongyu1 {
    float: left;
    color: #C00;
    font-size: 12px;
    padding-left: 10px;
    margin-top: 10px;
    _padding-left: 0px;
}

/*���������*/
.ywz_zhuce_yongyu1 a {
    color: #C00;
    text-decoration: none;
}

.ywz_zhuce_yongyu1 a:hover {
    color: #C00;
}

/**ff�� ҳͷ������λ**/
.pageheader .media-body {
    overflow: hidden;
    float: left;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    /*border-top: 0;*/
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    /*border: 0;*/
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}


/*******************
Table Cell
*******************/
.dataTables_scrollHead, table tr {
    height: 35px;
}

.dataTables_scrollBody .table-bordered {
    border-top: 0px;
}

.table th, .table td {
    vertical-align: middle !important;
    padding: 5px;
    word-break: break-all;
}

.table-box {
    display: table;
    width: 100%;
}

.table.no-border tbody td {
    border: 0px;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.table td,
.table th {
    border-color: #f3f1f1;
}

.table thead th,
.table th {
    font-weight: 500;
}

.table-hover tbody tr:hover {
    background-color: #dce8fe;
    /*background: rgba(0, 0, 0, 0.02);*/
}

.nowrap {
    white-space: nowrap;
}

.lite-padding td {
    padding: 5px;
}

.v-middle td,
.v-middle th {
    vertical-align: middle;
}

/*******************
Table-Layout
******************/

.table thead th,
.table th {
    border-bottom: 0px;
}

.table-sort {
    table-layout: fixed;
}

.table-fixed th, .table-fixed td {
    word-break: break-all !important;
}

.table-sort td, .table-sort th {
    /*word-break: keep-word;
     word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis; */
}

/*******************
Table-Data Table
******************/

/* .dataTables_wrapper {
    padding-top: 10px;
} */

.dt-buttons {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 15px;
}

.dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 4px;
    background: #1776ff;
    color: #ffffff;
    margin-right: 3px;
}

.dt-buttons .dt-button:hover {
    background: #2f3d4a;
}

.dataTables_info,
.dataTables_length {
    display: inline-block;
}

.dataTables_length {
    margin-top: 10px;
    margin-left: 10px;
}

.dataTables_length label {
    font-weight: 500;
}

.dataTables_length select {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1776ff), to(#1776ff)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1776ff, #1776ff), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1776ff, #1776ff), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1776ff, #1776ff), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    padding-bottom: 5px;
}

.dataTables_length select:focus {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1776ff), to(#1776ff)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1776ff, #1776ff), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1776ff, #1776ff), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1776ff, #1776ff), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dataTables_filter {
    float: right;
    margin-top: 10px;
}

.dataTables_filter input {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1776ff), to(#1776ff)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1776ff, #1776ff), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1776ff, #1776ff), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1776ff, #1776ff), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px;
}

.dataTables_filter input:focus {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1776ff), to(#1776ff)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1776ff, #1776ff), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1776ff, #1776ff), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1776ff, #1776ff), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dataTables_scrollHeadInner table.dataTable thead .sorting,
.dataTables_scrollHeadInner table.dataTable thead .sorting_asc,
.dataTables_scrollHeadInner table.dataTable thead .sorting_desc,
.dataTables_scrollHeadInner table.dataTable thead .sorting_asc_disabled,
.dataTables_scrollHeadInner table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

.dataTables_scrollHeadInner table.dataTable thead .sorting_asc:after, .dataTable thead .sorting_asc:after {
    content: "\f0de";
    margin-left: 10px;
    font-family: fontawesome;
    cursor: pointer;
}

.dataTables_scrollHeadInner table.dataTable thead .sorting_desc:after, .dataTable thead .sorting_desc:after {
    content: "\f0dd";
    margin-left: 10px;
    font-family: fontawesome;
    cursor: pointer;
}

/*.dataTables_scrollHeadInner table.dataTable thead .sorting:after {
	content: "\f0dc";
	margin-left: 10px;
	font-family: fontawesome !important;
	cursor: pointer;
	color: rgba(50, 50, 50, 0.5);
}*/
.dataTable thead .sorting:after {
    content: "\f0dc";
    margin-left: 10px;
    font-family: fontawesome !important;
    cursor: pointer;
    color: rgba(50, 50, 50, 0.5);
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.3em 0.7em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    *cursor: hand;
    color: #67757c;
    border: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 1px solid #1776ff;
    background-color: #1776ff;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #67757c;
    border: 1px solid #ddd;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white;
    border: 1px solid #1776ff;
    background-color: #1776ff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #67757c;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}

.paginate_go_page {
    width: 50px;
    border: 1px solid #ddd;
    height: 30px !important;
    margin-left: 10px;
}

.dataTables_paginate input::-webkit-outer-spin-button,
.dataTables_paginate input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.dataTables_paginate input[type="number"] {
    -moz-appearance: textfield !important;
}

/*******************
Table- responsive
******************/

.tablesaw-bar .btn-group label {
    color: #67757c !important;
}

/*.resetbtn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/reset.png) left center no-repeat;
    background-size: 20px 20px;
    margin-right: 5px;
}*/

.editbtn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/icon_Edit_N.png) left center no-repeat;
    background-size: 20px 20px;
    margin-right: 5px;
}

.dataTable tr:hover .editbtn {
    background: url(../images/icon/icon_Edit_H.png) left center no-repeat;
}

.pass {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/ico_pass_n.png) left center no-repeat;
    background-size: 20px 20px;
    margin-right: 5px;
}

.dataTable tr:hover .pass {
    background: url(../images/icon/ico_pass_h.png) left center no-repeat;
}

.reject {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/ico_reject_n.png) left center no-repeat;
    background-size: 20px 20px;
    margin-right: 5px;
}

.dataTable tr:hover .reject {
    background: url(../images/icon/ico_reject_h.png) left center no-repeat;
}

.delbtn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/icon_Delete_N.png) left center no-repeat;
    background-size: 20px 20px;
    margin-right: 5px;
}

.dataTable tr:hover .delbtn {
    background: url(../images/icon/icon_Delete_H.png) left center no-repeat;
}

.delItem {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon/icon_Delete_N.png) left center no-repeat;
    background-size: 30px 30px;
    margin-right: 5px;
}

.icoX {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon/ico_x_b.png) left center no-repeat;
    background-size: 30px 30px;
    margin-right: 5px;
}

.qrCode {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/icon_QRCode_N.png) left center no-repeat;
    background-size: 20px 20px;
    margin-right: 5px;
}

.dataTable tr:hover .qrCode {
    background: url(../images/icon/icon_QRCode_H.png) left center no-repeat;
}

.a-switch {
    display: inline-block;
    position: relative;
    font-size: 12px;
    width: 40px;
    height: 10px;
    line-height: 20px;
    z-index: 0;
}

.a-switch input {
    display: none;
}

.a-switch input:checked + i:before {
    border-color: #3B99FC;
    -webkit-box-shadow: #3B99FC 0 0 0 16px inset;
    box-shadow: #3B99FC 0 0 0 16px inset;
    background-color: #3B99FC;
    transition: background-color .4s;
    -webkit-transition: background-color .4s;
}

.a-switch input:checked + i:after {
    left: 22px;
}

.a-switch i {
    width: 40px;
    height: 20px;
    position: absolute;
    z-index: 2;
    border: 0;
    background: none;
    outline: 0;
}

.a-switch i:before {
    content: '';
    width: 40px;
    height: 19px;
    border: 1px solid #ccc;
    background-color: #d0d0d0;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: top;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    -webkit-transition: border .4s, background-color .4s;
    transition: border .4s, background-color .4s;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}

.a-switch i:after {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-transition: left .2s;
    transition: left .2s;
}

.c-red,
.c-red a,
a.c-red {
    color: red
}

.c-red a:hover,
a.c-red:hover {
    color: red
}

/*  表单   */
/* .textarea {
	height: 100px;
	font-size: 14px;
	padding: 4px
} */
input[type="text"],
input[type="password"],
select {
    height: 30px;
}

select.form-control:not([size]):not([multiple]) {
    height: 30px;
}

/* .form-control  textarea{
	height:50px;
} */
.control-label {
    /*line-height: 30px;*/
    margin-bottom: 0px;
    padding-top: 3px;
}

.row {
    margin: 0px;
}

.form-group {
    margin-bottom: 18px;
}

/* 表单验证 */
.Validform_error,
input.error,
select.error,
textarea.error {
    background-color: #fbe2e2;
    border-color: #c66161;
    color: #c00
}

.Validform_wrong,
.Validform_right,
.Validform_warning {
    display: inline-block;
    height: 20px;
    font-size: 12px;
    vertical-align: middle;
    padding-left: 25px
}

.Validform_wrong {
    /*background: url(../images/validform/iconpic-error.png) no-repeat 0 center;*/
    color: #ef392b
}

.Validform_right {
    /*background: url(../images/validform/iconpic-right.png) no-repeat 0 center*/
}

.Validform_warning {
    /*background: url(../images/validform/iconpic-warning.png) no-repeat 0 center;*/
    color: #777
}

label.error {
    position: absolute;
    left: 18px;
    top: 30px;
    color: #ef392b;
    font-size: 12px
}

.hide-native-select label.error {
    position: absolute;
    left: 4px;
    top: 26px;
    color: #ef392b;
    font-size: 12px
}

.check-box label.error,
.radio-box label.error {
    right: auto;
    width: 150px;
    left: 210px;
    top: -2px
}

.passwordStrength b {
    font-weight: 400
}

.passwordStrength b,
.passwordStrength span {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    line-height: 18px \9;
    height: 16px
}

.passwordStrength span {
    width: 57px;
    text-align: center;
    background-color: #d0d0d0;
    border-right: 1px solid #fff
}

.passwordStrength .last {
    border-right: 0
}

.passwordStrength .bgStrength {
    color: #fff;
    background-color: #fcc900
}

#Validform_msg {
    font-size: 14px;
    width: 300px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1)
}

#Validform_msg .iframe {
    position: absolute;
    left: 0;
    top: -1px;
    z-index: -1
}

#Validform_msg .Validform_title {
    font-size: 20px;
    padding: 10px;
    text-align: left;
    color: #fff;
    position: relative;
    background-color: #fcc900
}

#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
    position: absolute;
    right: 8px;
    top: 6px;
    color: #fff;
    text-decoration: none;
    font-family: Verdana
}

#Validform_msg a.Validform_close:hover {
    color: #fff
}

#Validform_msg .Validform_info {
    padding: 10px;
    border: 1px solid #bbb;
    border-top: 0;
    text-align: left
}


.bottom-toolbar {
    position: fixed;
    bottom: 0px;
    padding: 10px 40px;
    right: 0px;
    width: 100%;
    text-align: right;
    background-color: #e8ecf0;
}

.circle_on {
    height: 8px;
    width: 8px;
    background-color: #00B83F;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
}

.circle_off {
    height: 8px;
    width: 8px;
    background-color: #666;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
}

.form-control {
    padding: 5px 10px;
}

.form-control[readonly] {
    background-color: #fff;
}

.multiselect {
    background-color: #fff !important;
    height: 30px;
    text-align: left;
}

.multiselect .caret {
    position: absolute;
    right: 5px;
    top: 12px;
    color: #555555;
    border-top: 6px dashed;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.multiselect-container {
    width: 100%;
}

.multiselect-container > .active > a, .multiselect-container > .active > a:focus, .multiselect-container > .active > a:hover {
    color: #000;
    text-decoration: none;
    background-color: #fefefe !important;
    outline: 0;
}

.multiselect:focus, .multiselect:hover {
    color: #000;
}

.top-tab > ul > li {
    display: inline-block;
    margin-right: 10px;
}

.top-tab a:hover {
    text-decoration: none;
}

.top-tab a {
    color: #333;
    line-height: 40px;
    padding: 2px 0px;
    font-size: 14px;
    text-decoration: none;
}

.top-tab .active a {
    color: #333;
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid rgba(23, 118, 255, 1);
    color: #1776ff;
}

.table .face-pic {
    max-height: 50px;
    max-width: 65px;
}

.layui-layer-iframe{
    overflow-y:hidden !important;
}

blockquote {
     border-left: 0px;
}

.btn-primary {
    color: #fff;
    background-color: #1776ff;
    border-color: #1776ff;
    outline: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.btn-default{
    outline: none !important;
    border-color: #dddddd !important;
    box-shadow: none !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    color: #fff !important;
    background-color: #2e83ff !important;
    border-color: #2e83ff !important;
}