/* @Author: shaw
* @Date:   2015-06-11 11:16:31
* @Last Modified by:   shaw
* @Last Modified time: 2017-02-15 17:58:13
*/
/*=============================
=            基础类样式            =
=============================*/
/*body {
    font-family: "宋体"
}*/

.bg-success {
    background: #28b779 !important;
}
.bg-warning {
    background: #ffb848 !important;
}
.bg-primary {
    background: #006dcc !important;
}
.bg-info {
    background: #5bb75b !important;
}
.bg-danger {
    background: #da4f49 !important;
}
/*-----  End of 基础类样式  ------*/
/*====================================
=            YeeForm 表单样式            =
====================================*/
/* Widget-Forms */

form {
    margin-bottom: 0;
}
form :disabled, form .select2-container--default.select2-container--disabled .select2-selection--single,.uneditable-input {
    border: none;
    background: transparent;
    cursor: text;
    user-select: all;
    resize: none;
    color: #777;
}
form :disabled ~ span.add-on, form .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
    display: none;
}
form span.uneditable-input{
    max-width: 100%;
    width: auto;
    height: auto;
    white-space: normal;
}
.form-horizontal .control-group {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0;
}
.form-horizontal .control-group:last-child {
    border-bottom: 0;
}
.form-horizontal .control-label {
    padding-top: 15px;
    width: 120px;
    /*180px*/
    font-weight: bold;
}
.form-horizontal .controls {
    margin-left: 140px;
    /*200px*/
    padding: 10px 0;
}
.form-horizontal input[type=text], .form-horizontal input[type=password], .form-horizontal textarea {} .row-fluid .span20 {
    width: 97.8%
}
.form-horizontal .form-actions {
    margin-top: 0;
    margin-bottom: 0;
    padding: 19px 20px;
}
.help-block, .help-inline {
    color: #999999;
}
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, .label, .dropdown-menu, .btn, .well, .progress, .table-bordered, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle, .alert {
    border-radius: 0px;
}
.btn, 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 {
    box-shadow: none;
}
.controls>.radio:first-child, .controls>.checkbox:first-child {
    padding-top: 0px;
}
.controls>label.radio, .controls>label.checkbox {
    display: block;
    line-height: 22px;
    margin-bottom: 5px;
}
.radio, .checkbox {
    padding-left: 0px;
}
.uploadifive-button {
    background-color: #49afcd;
    color: #fff;
    cursor: pointer;
}
@media(max-width: 480px) {
    .form-horizontal .control-label, .form-horizontal .controls {
        display: block;
        padding-left: 0;
        margin-left: 0;
        width: auto;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    .controls > [class*="span"] {
        width: 95%;
    }
}
/* Widget-box */

.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CDCDCD;
    clear: both;
    position: relative;
}
.widget-box.widget-calendar, .widget-box.widget-chat {
    overflow: hidden !important;
}
.accordion .widget-box {
    margin-top: -2px;
    margin-bottom: 0;
    border-radius: 0;
}
.widget-box.widget-plain {
    background: transparent;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}
.widget-title {
    background: #efefef;
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
}
.widget-title .nav-tabs {
    border-bottom: 0 none;
}
.widget-title .nav-tabs li a {
    border-bottom: medium none !important;
    /*border-left: 1px solid #DDDDDD;*/
    
    border-left: none;
    border-radius: 0 0 0 0;
    border-right: 1px solid #DDDDDD;
    border-top: none;
    color: #999999;
    margin: 0;
    outline: medium none;
    padding: 9px 10px 8px;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}
.widget-title .nav-tabs li.active > a {
    border-left: none;
    border-top: none;
}
.widget-title .nav-tabs li:first-child a {
    border-left: medium none !important;
}
.widget-title .nav-tabs li a:hover {
    background-color: transparent !important;
    border-color: #D6D6D6;
    border-width: 0 1px;
    border-top: none;
    border-left: none;
    color: #2b2b2b;
}
.widget-title .nav-tabs li.active a {
    background-color: #F9F9F9 !important;
    color: #444444;
}
.widget-title span.icon {
    padding: 9px 10px 7px 11px;
    float: left;
    border-right: 1px solid #dadada;
}
.widget-title .nav-title {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    padding: 12px;
    line-height: 12px;
    margin: 0;
}
.widget-title h5.pull-right {
    float: right;
}
.widget-title .buttons {
    float: right;
    margin: 8px 10px 0 0;
}
.widget-title .label {
    padding: 3px 5px 2px;
    float: right;
    margin: 9px 11px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #ffffff;
}
.widget-calendar .widget-title .label {
    margin-right: 190px;
}
.widget-content {
    padding: 15px;
    border-bottom: 1px solid #cdcdcd;
}
.widget-box.widget-plain .widget-content {
    padding: 12px 0 0;
}
.widget-box.collapsible .collapse.in .widget-content {
    border-bottom: 1px solid #cdcdcd;
}
.uploadify-button.btn.btn-info {
    padding: 0px;
}
.uploadifive-button:hover {
    opacity: 0.9
}
.uploadifive-button input[type="file"] {
    width: 100%;
    cursor: pointer;
}
.upload-pre-item {
    height: 80px;
    width: auto;
    margin: 5px 5px 5px 0px;
    float: left;
    position: relative;
}
.upload-pre-item img {
    height: 100%;
}
.upload-pre-item a.remove-item {
    position: absolute;
    right: -12px;
    top: -12px;
    padding: 3px 5px 0px;
    display: none;
}
.upload-pre-item:hover a.remove-item {
    display: block !important;
}
.upload-pre-file {
    padding: 8px;
    background: #fefefe;
    border: 1px dashed #ccc;
    margin: 8px 0px;
    width: 50%;
}
/*下拉搜索*/

.select2-selection.select2-selection--multiple {
    min-height: 35px;
    line-height: 1em;
}
.select2-container .select2-search--inline input[type="search"].select2-search__field, .select2-search--dropdown .select2-search__field {
    height: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-dropdown{
    border-radius: 0px !important;
}
.select2-container[class*="span"] {
    margin-left: 0px !important;
}

table.table td.checker{
    display: table-cell !important;
}

.clear{
    clear: both;
}

/*-----  End of YeeForm 表单样式  ------