﻿/*字体*/
body, input, select, textarea, button { font-family: "Microsoft Yahei"; }
/*select2*/
.select2-drop { border: 1px solid #5897fb; }
.icheck-line { display: inline; }
.icheck-line [class^="icheckbox_"] { display: inline-block; }
.icheck-line .inline { display: inline-block; }
.ctl-list .empty { text-align: center; height: 80px; line-height: 80px; }
.form-horizontal .form-actions { padding-left: 160px; }
.form-actions { padding: 0px 20px 20px; }
.select-xlarge { width: 284px; }
.select-large { width: 224px; }
.form-horizontal .control-label { text-align: right; width: 145px; }
#main .breadcrumbs ul { padding: 5px 0 0 0; }
#main .breadcrumbs { background: #fff; border-bottom: 1px solid #ccc; margin-bottom: 10px; margin-top: 5px; }
#main .breadcrumbs ul > li > a { font-size: 13px; }
.lableText { display: inline-block; line-height: 30px; }
.btnList a { display: inline-block; padding: 5px 0; text-decoration: none; }
.select2-container .select2-choice { border: 1px solid #ccc; }
.daterangepick { width: 180px; }
.navtop { margin-top: 20px; margin-bottom: 0; }
#navigation #brand { line-height: 54px; padding-bottom: 0; margin-top: 0; background-position: left center; padding-right: 26px; }
#navigation .user .dropdown > a { padding: 15px 9px 8px 9px; }
.table { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.box .box-title h3 { font-size: 15px; }
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 { padding: 3px 6px; }
#navigation .user .dropdown > a img { border-radius: 5px; }
#navigation .user .dropdown > a span { width: 102px; overflow: hidden; display: inline-block; float: left; height: 20px; white-space: nowrap; line-height: 25px; }
.select2-input { margin-top: 3px !important; }
#picModal { left: 190.5px; margin-left: 0; margin-top: 0; z-index: 9999; }

@media (max-width: 767px) {
    #left { position: absolute; width: 100%; display: none; }
    #main { margin-left: 0px; }
    #navigation .toggle-mnav { float: right; color: #fff; display: block; padding: 10px; font-size: 14px; text-decoration: none; margin-top: 5px; }
    .dataTables_wrapper { width: 100%; margin-bottom: 15px; overflow-x: scroll; overflow-y: hidden; border: 1px solid #dddddd; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch; }
    .dataTables_wrapper > .table { margin-bottom: 0; }
    .dataTables_wrapper > .table > thead > tr > th,
    .dataTables_wrapper > .table > tbody > tr > th,
    .dataTables_wrapper > .table > tfoot > tr > th,
    .dataTables_wrapper > .table > thead > tr > td,
    .dataTables_wrapper > .table > tbody > tr > td,
    .dataTables_wrapper > .table > tfoot > tr > td { white-space: nowrap; }
    .dataTables_wrapper .form-inline { white-space: nowrap; float: inherit; }
    .dataTables_wrapper .btnList { padding-bottom: 0px !important; }

    .form-horizontal .form-actions { padding-left: 10px; }
    .form-horizontal .control-label { text-align: left; }
    .form-horizontal .control-label { text-align: left; }
}

#main .breadcrumbs ul > li > i { float: left; margin: 2px 6px 0 0; }
.dataTables_wrapper .form-inline { padding-bottom: 0px !important; line-height: 28px; min-width: 500px; text-align: left; position: relative; }
.dataTables_wrapper .form-inline .btn { margin-bottom: 10px !important; padding: 0 9px; line-height: 28px; height: 28px; }
.dataTables_wrapper .form-inline input[type=text] { margin-bottom: 10px !important; }
.dataTables_wrapper .form-inline input, .dataTables_wrapper .form-inline label, .dataTables_wrapper .form-inline .input-small, .dataTables_wrapper .form-inline a.select2-choice { margin: 0 5px 0 0; }
.dataTables_wrapper .form-inline label { margin-bottom: 0px !important; line-height: 20px; position: relative; top: -3px; }
.dataTables_wrapper .form-inline .select2-container { margin-bottom: 10px !important; }
.strength { margin-bottom:5px !important; }

.control-group.success .select2-container .select2-choice {
    border-color: #468847;
}

.control-group.error .select2-container .select2-choice {
    border-color: #b94a48;
}