/* Write your custom CSS here */

.w-60 {
    width: 60px !important;
}

.w-90 {
    width: 90px !important;
}

.w-120 {
    width: 120px !important;
}

.w-150 {
    width: 150px !important;
}

.w-170 {
    width: 170px !important;
}

.w-200 {
    width: 200px !important;
}

.w-220 {
    width: 220px !important;
}

.w-240 {
    width: 240px !important;
}

.w-250 {
    width: 250px !important;
}

.w-300 {
    width: 300px !important;
}

.w-400 {
    width: 400px !important;
}

.w-500 {
    width: 500px !important;
}
.w-auto{
    width:auto !important;
}
.h-300 {
    height: 300px !important;
}

.h-400 {
    height: 400px !important;
}

.mh-150 {
    min-height: 150px !important;
}

.mh-200 {
    min-height: 200px !important;
}

.mh-300 {
    min-height: 300px !important;
}

.textarea-500 {
    width: 500px !important;
    height: 150px !important;
}

.hidden {
    display: none;
}

/** 遮盖层 start */
#loadDiv {
    display: none;
    position: fixed;
    color: #fff;
    border-radius: 4px;
    z-index: 100;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#loadDiv-div {
    width: 100%;
    height: 100%;
}

#loadDiv-div-div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -100px;
    margin-top: -50px;
}

/** 遮盖层 end */

/** input时间插件 start */
.ui-datepicker {
    font-size: 90%;
}

.ui-datepicker-div {
    z-index: 99999 !important;
}

/** input时间插件 end */

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-140 {
    margin-left: 140px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

/** 百分比 */
.w-f-5 {
    width: 5% !important;
}

.w-f-10 {
    width: 10% !important;
}

.w-f-20 {
    width: 20% !important;
}

.w-f-25 {
    width: 25% !important;
}

.w-f-50 {
    width: 50% !important;
}

.tr-table .titles {
    background: #eee;
}

.sort-link {
    color: #d19c3e !important;
}

a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "↑";
}

a.desc:after {
    content: "↓";
}

.dataTables_filter select {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none !important;
    font-size: 13px;
    padding: 5px 10px 9px !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.form-x, .form-group label {
    display: block;
    width: 100%;
    font-weight: bold;
}
.form-group .help-block{
    font-weight: normal;
}
.form-x span {
    height: 22px;
    margin-top: 7px;
}

.form-x .checkbox-inline {
    float: left !important;
    display: inline !important;
    margin-right: 5px;
    width: 100px;
    font-weight: normal;
    padding-left: 5px !important;
}

.form-x .radiobutton {
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 40px;
    display: inline;
    flaot: left;
}

.form-x input {
    display: inline;
    float: left;
    font-weight: normal;
}

.form-x select {
    display: inline;
    float: left;
    font-weight: normal;
}

.form-x .sbutton {
    padding: 20px;
}

.panel-group-line {
    clear: both;
    height: 20px;
    width: 100%;
    display: block;
}


/** 下拉菜单操作 start*/
.tableButtonSelect {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 1.42857;
    text-align: right;
    font-size: 13px;
    marign-top: 5px;
}

.tableButtonSelect > button {
    border: none;
    box-shadow: none;
    background-image: none;
    background-color: #1a7bb9;
    border-color: #1a7bb9;
    color: #FFFFFF;
    margin: 0 0 5px 0;
    position: relative;
    float: left;
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    font-family: inherit;
    padding: 4px 6px;
}

.tableButtonSelect > ul {
    left: auto;
    right: 5px;
    display: none;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    float: left;
    font-size: 12px;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
    min-width: 120px;
    margin: 2px 0 0;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    background-image: none !important;
}

.tableButtonSelect > ul > li {
    width: 100% !important;
    margin: 0 !important;
}

.tableButtonSelect ul li a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
    display: block;
    padding: 3px 20px;
    clear: both;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

.tableButtonSelect ul li a:hover {
    color: #262626 !important;
    text-decoration: none !important;
    background-color: #f5f5f5 !important;
}

/** 下拉菜单操作 end */

.list-data-search {
    line-height: 35px;
}

.list-data-search ul li {
    float: left;
    list-style: none;
}

.list-data-search ul li select {
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
}

/** 分页 end */

.list-table-pages-div {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.list-table-pages-div .dataTables_info {
    height: 30px;
    line-height: 30px;
}

.list-table-pages-div .selected {
    color: #0bb5e9;
}

.list-table-pages-div .paging_full_numbers {
    height: 30px;
    line-height: 30px;
}

.list-table-pages-div ul li {
    float: left;
    list-style: none;
    margin: 0px 5px;
}


.ke-form {
    width: 0px !important;
    height: 0px !important;
    cursor: pointer !important;
    visible: hidden;

}

.ke-button-common {
    position: absolute !important;
    width: 0px !important;
    height: 0px !important;
}

.ke-button {
    position: absolute !important;
    width: 0px !important;
    height: 0px !important;
}

#uploadButton {
    width: 0px !important;
    height: 0px !important;
}

.tips{
    width:60px !important;
    height: 32px;
    line-height:32px;
    margin-left:5px;
    font-size: 11px;
    color: #8a8a8a;
    float:left !important;
    display: inline !important;
}
.start-r {
    height: 22px;
    width: 16px;
    margin-top: 7px;
    /*background-image: url(../images/list21.gif);*/
    background-image: url(../images/icon.png);
    background-position: -665px 0px;
    background-repeat: no-repeat;
    margin-left: 5px;
    float:left;
}

.tipssm{
    clear: both;
    width:100%;
    font-size: 11px;
    color: #8a8a8a;
}

.tipsccsm{
    clear: both;
    width:100%;
    font-size: 12px;
    color: #666666;
}

.errorMessage {
    clear: both;
    height: 40px;
    line-height: 40px;
    width:100%;
    color: #a94442;
    font-weight: 700;
    margin: 10px 0px 0px 10px;
    font-size: 12px;
}