/*
 * 自定义adminlte box样式
 */
.box.box-solid.box-black {
    border: 1px solid #000;
}

.box.box-black {
    border-top-color: #000;
}

.sidebarMenu {
    /* height: calc(100vh - 50px);
    overflow-y: auto; */
}

.box.box-solid.box-black > .box-header {
    color: #ffffff;
    background: #000;
}

.box.box-solid.box-black > .box-header a, .box.box-solid.box-black > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-gray {
    border: 1px solid #888;
}

.box.box-gray {
    border-top-color: #888;
}

.box.box-solid.box-gray > .box-header {
    color: #ffffff;
    background: #888;
}

.box.box-solid.box-gray > .box-header a, .box.box-solid.box-gray > .box-header .btn {
    color: #ffffff;
}

/*
 * 自定义bootstrap布局样式
 */
.col-md-layout-sidebar {
    margin-top: 18px;
}

.col-md-layout-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
/*
 *自定义bootstrap的label样式
 */
label.check {
    margin-right: 10px;
    display: block;
    cursor: pointer;
    font-weight: normal;
}

label.check-inline {
    margin: 3px 15px 3px 0;
    display: block;
    cursor: pointer;
    font-weight: normal;
    float: left;
}

/*
 *自定义bootstrap的table样式
 */
td.table-empty {
    text-align: center;
}

th.table-header {
    text-align: center;
    color: #fff;
    background: #3c8dbc;
}

tr.background-1 {
    background-color: #f1f9fe;
}

/*
 * 自定义分页样式
 */
div.pages {
    text-align: right;
}
.pages STRONG,.pages a,.pages .currpage {
    border:1px solid #ccc;
    background-color:#fff;
    padding:3px 15px 3px 15px;
    margin-right: 3px;
    text-decoration: none;
    display: inline-block;
    font-weight:normal;
    font-size:14px;
}
.pages STRONG,.pages a:hover {
    border:1px solid #ccc;
    background-color:#EDF8FA;
}
.pages STRONG {
    background-color:#85c5e5;
    color:#fff;
    font-weight:bold;
    border: 1px solid #999;
}
.pages .currpage a {
     border:none;
}

/*
 * 自定义富文本显示样式
 */
div.info {
    border: 1px solid #d2d6de;
    padding: 5px;
}

/*
 * 上传缩略图
 */
.icon_img_box{ margin: 10px}
.icon_img{ border: 1px solid #d2d6de; padding: 10px; margin-right: 10px; margin-bottom: 5px;}
/* .main-header .logo .logo-lg{ background: url("../../images/AdminLTE/logo_1.png") no-repeat; display: block; height: 50px;} */
.picList_img_box span{ position: relative;display: inline-block;margin: 10px;}
.icon_a { position:absolute; top:-8px; right:0px; background: #ff0000; width: 20px; height: 20px; text-align: center; line-height: 20px; color: #fff; display: block;border-radius:10px; font-size:14px; font-family: '微软雅黑', "Helvetica Neue", Helvetica, Arial, sans-serif;}
.icon_a:hover{ color: #fff; text-decoration:none}
.icon_b { position:absolute; top:122px; right:35px; width: 70px; height: 20px; text-align: center; line-height: 20px; display: block; font-size:14px; font-family: '微软雅黑', "Helvetica Neue", Helvetica, Arial, sans-serif;}
/*
 * 通用重置样式
 */
.display-none {display: none;}
.border_none{ border: 0;}
.border_none.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{ background: none; color: #000}
.padd_40{padding:40px 60px}
.pull-none{ float: none;float: none!important; text-align: center;}
.content-header > .breadcrumb{ position: relative; float: none; font-size: 16px;padding-top: 5px;margin-bottom: 8px;margin-top: -5px;}
.content-header > .breadcrumb.clean_title{ clear: both;border-radius: 3px;background: #367fa9;padding-bottom: 3px;margin:10px 0 -10px 0 !important; width:74.4%; color: #fff; top: 5px;}
.content-header > .breadcrumb.clean_title p{ margin: 0; font-size: 14px; padding-left:18px; }
.content-header > .breadcrumb>clean_title{margin-bottom: -6px;}
.login-logo, .register-logo{background: url("../../images/AdminLTE/login_logo.png") no-repeat top center; display: block; height: 129px;}
.login-box, .register-box{ margin:10% auto 6% auto;}
.font_12{ font-size: 12px}
.login-box-body{box-shadow:0px 1px 3px #e6e6e6; border: 1px solid #ccc;border-radius: 10px;}

.modal.in .modal-dialog .modal-content{border-radius:5px}
.modal.in .modal-dialog .modal-content .modal-header{border-top: 3px solid #3c8dbc;  border-top-right-radius:5px;  border-top-left-radius:5px;border-bottom:2px solid #f4f4f4;}
.table_edit{background: rgba(194,231,236,0.3);border: 1px solid #ddd;}
.table_edit.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{border: 1px solid #ddd; line-height:30px;}
.table_edit tr:hover{ background: #f5fdfe}
.content-header > .breadcrumb.top_select{ margin-bottom:-14px; background: none; margin-right: -10px;margin-top: -11px;padding-bottom: 3px;!important;}
.content-header > .breadcrumb.top_select .box-tools{top: -39px; float: right;position: relative; margin-bottom: -23px; margin-right:5px}
.treeview .treeview-menu li{ padding-left: 12px; line-height: 30px;}
@media (max-width: 991px) {
    .content-header > .breadcrumb{ background: none}
    .content-header > .breadcrumb.top_select .box-tools {
        margin-top: 9px;
    }

    .content-header > .breadcrumb.top_select {
        margin-bottom: -33px;
        background: none
    }
}
.box-header > .box-tools.box-tools_sel {
    right: 170px
}
.box-header > .box-tools.box-tools_sel_3 {
    right: 330px
}
/*
 * 通用提示框 样式重置
 */
.layui-layer-dialog .layui-layer-content{ text-align: center}
.layui-layer-title .fa-warning{ margin-right: 10px;}
/*
 * 自定义禁止超链接样式
 */
a.disabled,
a.disabled:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

/*
 * 自定义右侧浮动面板
 */
div.fixed-right {
    position: fixed;
    top: 15%;
    right: -10px;
    width: 200px;
}

div.fixed-right li {
    width: 100%;
    padding: 10%;
}

/*
 * 分组拖拽样式
 */
.list {
    border: 1px solid #CCC;border-radius: 5px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);

    position: relative;margin: 20px 0 20px 20px; display:inline-block; vertical-align: top; width:200px; background:#fff;
}
.list .team_title{ background:#009dd9;padding: 10px;}
.list .team_title p{ margin:0; line-height:22px; margin-bottom:8px;}
.drop_container{ position:relative; min-height: 30px;}
.list_cp{width:200px;min-width: 200px;max-width: 200px; margin:-5px;border-radius:0px;}
.list_cp .team_title{ padding:5px 0 0 5px; background:rgba(229,229,229,0.6); color: #000 ; text-align:center; font-size: 15px;font-weight: bold}
.list_cp .label-primary, .list_cp .label-danger, .list_cp .label-success {opacity: 0.5}
.list_cp .txt_left{ text-align: left; font-weight: bold;}
.list_cp .team_title p{ margin: 0; position: relative}
.list_cp .drop_container div{ margin: 0;}
.list_cp table{border: 1px solid #ccc}
.list_cp table td{ width:40px; min-width:40px; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;    background: #fff;padding:2px  5px;}
.list_cp table td.name{width: 100px; min-width: 100px; }
.drop_container div {
    background:rgba(229,229,229,0.6);
    width: 100%; text-align:center; min-height:30px; line-height:20px; cursor:move; margin:10px 0; color:#000; position:relative;
    padding:5px;
}

.drop_container > .ss-placeholder-child {
    background: transparent;
    border: 1px dashed blue;
}

.table_scroll{width: 100%; height: 754px; overflow: auto;}

/*
 * 排赛拖拽样式
 */
.table_cd{ border:1px solid #ccc;}
.table_cd td{ border-bottom:1px solid #ccc; border-right:1px solid #ccc; min-height:100px; max-height:100px; height:100px; text-align:center}
.table_match th, .table_match td{width:200px; min-width: 200px; max-width: 200px; }
.table_match th, .table_match td:first-child{width:100px; min-width:100px; max-width:100px;}
.table_match th{ text-align: center}
.match_t_name{ margin: 3px 0; font-size: 14px;font-weight: bold}
.table_match td{height:100px; min-height:100px; max-height:100px; }
.tile__list{ overflow:hidden; margin:0; width:30%;}
.multi { position:absolute;top: 43px; left: 101px;white-space:nowrap;overflow: auto; /*z-index:999*/}
.table_box_match{overflow-y: auto;overflow-x: scroll; height: 700px;}
.box-body{ position: relative;}
.cg_1{ width:200px; min-width: 200px; max-width: 200px; display: inline-block;white-space:nowrap;vertical-align:top;}
.multi .tile__list {width:100%;  margin:0; padding:0; min-height:100px;white-space: normal;}
.multi .tile__list p{ display:inline-block; height:100px; margin:0; padding:0; width:100%;border:1px solid #ccc;background:#fff; text-align:center; font-size:12px;white-space: normal;
    position: relative;}
.multi .tile__list p span{ display: inline-block;}
.mate_t_name{ text-align: left; margin: 0 5px;}


.space{ position: fixed; display:none; top:50px; left:0; z-index:999; background:#fff; width:100%; padding:10px 20px; border-bottom: 1px solid #ccc}
.space .tile__list{  width: 200px; height: 100px;}
.space .tile__list p{background: #ccc;}
.save{ position: fixed; display:none; top:50px; left:0; z-index:999; background:#fff; width:100%; padding:10px 20px;border-bottom: 1px solid #ccc; text-align:left;min-height:121px;min-width:100%;max-width:100%;}
.save .list{ margin-right:10px;}
.save .tile__list{ width: 200px; height: 100px; float:left; margin-right: 10px;}
.save .tile__list p{}
.crud_table{ width: 300px;min-width: 300px;max-width: 800px;}
.crud_table th{width:200px; min-width:200px; max-width:200px; position: relative}
.crud_table td{height: 80px;
    min-height: 80px;
    max-height: 80px;}
.crud_table th:first-child{width:100px; min-width:100px; max-width:100px;}
.crud_laber .tile__list{min-height: 80px;max-height: 80px;overflow: hidden}
.multi.crud_laber .tile__list p{height:80px; overflow: hidden}

.match-mark-color{
    color: blue;
}

span.mate-name-repeat{
    background-color: rgb(150,0,0) !important;
    padding: 0 .1em;
    color: #fff;
}

p.mate-name-repeat {
    background-color: rgb(150,0,0) !important;
    color: #fff;
}

p.mate-name-repeat:before{
    content: "";
    border: 2px groove rgb(150,0,0);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    /*z-index: 9;*/
}

/*
 * 查重项目样式
 */
span.match-repeat-name-color{
    color: red;
}

/*
 * 主裁状态显示样式
 */
.match_before {background-color: #3c8dbc}
.match_now {background-color: #dd4b39}
.match_after {background-color: green}
.match_equal {background-color: yellow}
.match_giveup {background-color: #143115}
.match_repeat {background-color: #660099}
.waiver_box {
    position: relative;
    display: inline-block;
    padding: 0px 20px 0 5px;
    margin-top: 4px;
}
.waiver_box_ico {
    position: absolute;
    right: 0px;
    top: -8px;
    background: #888;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

.waiver_box_ico_team_left {
    position: absolute;
    top: 1px;
    left: 54px;
    background: #888;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

.waiver_box_ico_team_right {
    position: absolute;
    top: 1px;
    left: -6px;
    background: #888;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}
.list_cp p span.court_and_time {
    font-size: 12px;
    color: #333;
    font-weight: normal;
    background-color: #fff;
    padding: 4px;
}

/*
 * 团体赛裁判长界面样式
 */
.team_title p.group_name {
    margin-bottom: 5px;
}
.team_title p.team_name {
    background-color: #deded9;
    font-size: 0.9em;
    font-weight: normal;
    margin-right: 8px;
    margin-left: 5px;
}
.team_title span.team_score {
    font-size: 1.2em;
    color: red;
}
tr.team_name {
    font-size: 1.2em;
    font-weight: bold;
}

/*
 * 武术类比赛维护排赛样式
 */
.match-boxes {
    position: relative;
    padding: 10px;
    min-height: 40px;
    border: blue 1px dashed;
}

.match-box {
    display: inline-block;
    background: rgba(229, 229, 229, 1);
    width: 170px;
    text-align: left;
    line-height: 20px;
    cursor: move;
    margin: 10px 5px 10px 0;
    color: #000;
    position: relative;
    border-radius: 3px;
    padding: 3px;
}

/*
 * 武术类比赛场序表样式
 */
.table-boxes {
    padding: 5px;
}

.table-box {
    background: rgba(229, 229, 229, 1);
    width: 100%;
    line-height: 20px;
    cursor: pointer;
    color: #000;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 10px;
}

/*
 * 武术类比赛场地裁判界面样式
 */
.ws-gaming-score-court-container {

}

.ws-gaming-score-court-not {

}

.ws-gaming-score-court-wait {
    height: 700px;
    overflow: auto;
}

.ws-gaming-score-court-finish {
    height: 700px;
    overflow: auto;
}

.ws-gaming-score-court-container .item-container {
    padding: 0;
    height: 700px;
    overflow: auto;
}

.ws-gaming-score-court-container .item-header {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: #337ab7;
    color: #fff;
    padding: 5px;
    margin: 0 0 2px;
}

.ws-gaming-score-court-container .mate-container {
    padding-left: 0;
    padding-right: 5px;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    float: none;
}

.mate-container div.box {
    margin-bottom: 10px;
}

.ws-gaming-score-court-container .mate-info {
    height: 70px;
    margin-bottom: -5px;
}

.ws-gaming-score-court-container .mate-header {
    min-width: 200px;
    max-width: 450px;
    width: 75%;
}

.ws-gaming-score-court-container .mate-num-container {
    position: relative;
    top: -5px;
    left: -5px;
}

.ws-gaming-score-court-container .mate-num {
    border: #fff solid 1px;
    padding: 10px;
    border-radius: 3px;
    font-size: 30px;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    text-align: center
}

.ws-gaming-score-court-container .mate-name {
    display: block;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ws-gaming-score-court-container .mate-club {
    display: block;
    margin: 5px auto;
    font-size: 12px;
    color: #ddd;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ws-gaming-score-court-container .mate-description {
    font-size: 12px;
    color: #fff;
    display: block;
    margin: 5px auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ws-gaming-score-court-container .mate-status-text {
    position: relative;
    top: 2px;
}

.ws-gaming-score-court-container .mate-score-text {
    font-size: 14px;
    right: -10px;
    top: 5px;
}

.ws-gaming-score-court-container .message-container {
    height: 380px;
    overflow: auto;
}

.message-container div.box {
    margin-bottom: 10px;
}

.ws-gaming-score-court-container .message-important-text-1 {
    font-size: 16px;
    color: red;
}

.ws-gaming-score-court-container .message-important-text-2 {
    font-size: 25px;
    color: red;
}

.ws-gaming-score-court-container .message-important-text-3 {
    font-size: 25px;
    color: red;
}

.ws-gaming-score-court-container .rank-container {
    height: 250px;
    overflow: auto;
}

.ws-gaming-score-court-finish .mate-container {
    width: 290px;
    display: inline-block;
    vertical-align: top;
}

.message-container .mate-num {
    position: relative;
    top: -5px;
    left: -5px;
    float: left;
    padding: 6px;
    border: 1px #fff solid;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    margin-bottom: -10px;
    font-size: 18px;
}

/*
 * 武术类比赛裁判界面样式
 */

.ws-gaming-score-input-group {
    width: 140px;
    float: left;
    margin-right: 10px;
}

.ws-gaming-score-info-row {
    padding: 5px 10px 0 10px;
    clear: both;
}

.ws-gaming-score-info-row table {
    margin-bottom: 0;
}

.ws-gaming-score-col {
    border: solid #ccc 1px;
}

/*
 * 武术A类计分显示样式
 */
.flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.namebox {
    width: 58px;
    padding-left: 5px;
}

.namebox .name {
    height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.namebox .name:first-child {
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    text-align: right;
}

.namebox .name:nth-child(odd) {
    background: #fff;
}

.namebox .name:nth-child(even) {
    background: #f5f5f5;
}

.timelist {
    overflow-x: auto;
    white-space: nowrap;
    margin-right: 3px;
}

.time_ruler {
    width: 30px;
    display: inline-block;
    border-bottom: 1px solid #000;
    position: relative;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.time_ruler:after {
    content: "";
    position: absolute;
    left: 0;
    height: 5px;
    width: 1px;
    background: #009dd9;
    bottom: 0;
}

.time_ruler:last-child:before {
    content: "";
    position: absolute;
    right: 0;
    height: 5px;
    width: 1px;
    background: #009dd9;
    bottom: 0;
}

.time_ruler span {
    position: absolute;
    right: -10px;
    width: 20px;
    text-align: center;
    font-size: 12px;
}

.time {
    clear: left;
    height: 34px;
    line-height: 34px;
}

.timepoint {
    position: relative;
    width: 30px;
    height: 34px;
    display: inline-block;
}

.timepoint span {
    font-size: 12px;
    position: absolute;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #e86b0f;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    top: 7px;
    cursor: pointer;
    z-index: 99;
}

.timelist .time:nth-child(odd) {
    background: #fff;
}
.timelist .time:nth-child(odd) > .timepoint {
    background: #fff;
}

.timelist .time:nth-child(even) {
    background: #f5f5f5;
}
.timelist .time:nth-child(even) > .timepoint {
    background: #f5f5f5;
}
.time_title {
    padding-left: 5px;
    font-size: 0;
    height: 24px;
}

.timelist .time {
    padding-left: 5px;
    font-size: 0
}

.ws-gaming-score-container {

}

.ws-gaming-score-wait {
    height: 700px;
    overflow: auto;
}

.ws-gaming-score-finish {
    height: 700px;
    overflow: auto;
}

.ws-gaming-update-score-button-container {
    display: inline-block;
    margin-top: 10px;
    margin-left: -5px;
}

.ws-gaming-update-score-button-container button {
    margin: 5px;
    width: 55px;
}

.ws-gaming-score-container .item-container {
    padding: 0;
    height: 700px;
    overflow: auto;
}

.ws-gaming-score-container .item-header {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 2px;
}

.ws-gaming-score-container .tr-court-container {

}

.ws-gaming-score-container .tr-court-container th {
    text-align: center;
    vertical-align: middle;
    min-width: 55px;
}

.ws-gaming-score-container .court-mate-container {
    min-width: 308px;
}

.ws-gaming-score-court-finish .finish-item-header {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 2px;
}

.ws-gaming-score-container .mate-container {
    padding-right: 0;
    margin-right: -5px;
}

.mate-container div.box {
    margin-bottom: 10px;
}

.ws-gaming-score-container .mate-info {
    height: 70px;
    margin-bottom: -5px;
}

.ws-gaming-score-container .mate-header {
    width: 100%;
}

.ws-gaming-score-container .mate-num-container {
    position: relative;
    top: -5px;
    left: -5px;
}

.ws-gaming-score-container .mate-num {
    border: #fff solid 1px;
    padding: 10px;
    border-radius: 3px;
    font-size: 30px;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    text-align: center
}

.ws-gaming-score-container .mate-name {
    display: block;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ws-gaming-score-container .mate-club {
    display: block;
    margin: 5px auto;
    font-size: 12px;
    color: #ddd;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ws-gaming-score-container .mate-description {
    font-size: 12px;
    color: #fff;
    display: block;
    margin: 5px auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ws-gaming-score-container .mate-status-text {
    position: relative;
    top: 2px;
}

.ws-gaming-score-container .mate-score-text {
    font-size: 14px;
    right: -10px;
    top: 5px;
}

.ws-gaming-score-finish .finish-item-header {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 2px;
}

.ws-gaming-score-finish .mate-container {
    width: 290px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
}

/*
 * 武术A类详情
 */
.ws-gaming-score-ul {
    list-style-type: none;
    margin-left: -40px;
}

.ws-gaming-score-ul li {
    float: left;
    padding: 5px;
    border-radius: .25em;
    margin-right: 3px;
    margin-bottom: 5px;
    background-color: #ccc;
}

div.ws-point-type-a-name {
    position: absolute;
    left: 120px;
    top: 0;
    width: 400px;
    font-weight: 600;
}

div.ws-point-type-a-name span {
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 10px;
}

.ws-point-type-a-time {

}

.ws-point-type-a-hr {
    border: 0;
    border-top: 1px dashed #ccc;
    position: absolute;
    top: 10px;
    left: 60px;
    width: 450px;
    margin: 0;
}

div.ws-point-type-a-score {
    width: 400px;
    position: absolute;
    left: 105px;
    top: -6px;
}

div.ws-point-type-a-score div {
    display: inline-block;
    width: 80px;
    margin: 5px 20px;
    background-color: #fff;
    font-size: 1.2em;
    border: 1px solid #ccc;
}

span.ws-point-type-a-score-1 {
    width: 45%;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: green;
}

span.ws-point-type-a-score-2 {
    width: 45%;
    display: inline-block;
    text-align: center;
    color: red;
}

.ws-point-type-a-score-3 th, .ws-point-type-a-score-3 td {
    min-width: 85px;
    text-align: center;
}

/*
 * 培训详细样式
 */
.info_title {
    width: 100%;
    background-color: #ccc;
    color: #fff;
    padding: 15px;
    margin: 0;
}

/*
 * 培训班考勤统计样式
 */
.statistics_table_box_match{overflow-y: auto;overflow-x: scroll; height: 745px;}
.statistics_table_match th, .statistics_table_match td{width:60px; min-width: 60px; max-width: 60px; }
.statistics_table_match th, .statistics_table_match td:first-child{width:100px; min-width:100px; max-width:100px;}
.statistics_table_match th{ text-align: center}
.statistics_table_match td{height:42px; min-height:42px; max-height:42px; }
.statistics_crud_table{ width: 300px;min-width: 300px;max-width: 800px;}
.statistics_crud_table th{width:60px; min-width:60px; max-width:60px; position: relative; line-height: 16px !important;height: 44px;}
.statistics_crud_table td{height: 42px;min-height: 42px;max-height: 42px;}
.statistics_crud_table th:first-child{width:100px; min-width:100px; max-width:100px;}
.statistics_crud_laber .title_list{min-height: 42px;max-height: 42px;overflow: hidden}
.statistics_multi.statistics_crud_laber .title_list p{height:42px; overflow: hidden}
.statistics_multi { position:absolute;top: 43px; left: 101px;white-space:nowrap;overflow: auto; /*z-index:999*/}
.statistics_multi .title_list {width:100%;  margin:0; padding:0; min-height:42px;white-space: normal;}
.statistics_multi .title_list p{ display:inline-block; height:42px; margin:0; padding:0; width:100%;border:1px solid #ccc;background:#fff; text-align:center; font-size:12px;white-space: normal;
    position: relative;}
.statistics_multi .title_list p span{ display: inline-block;}
.statistics_cg_1{ width:60px; min-width: 60px; max-width: 60px; display: inline-block;white-space:nowrap;vertical-align:top;}
.title_list{ overflow:hidden; margin:0; width:30%;}

.statistics_table_split {
    border-left: 3px solid #ccc !important;
}

/*
 * 培训班资源管理教练样式
 */
.resource-coach-calendar {
    height: 750px;
}

.resource-coach-calendar .table > tbody > tr > td,
.resource-coach-calendar .table > tbody > tr > th,
.resource-coach-calendar .table > tfoot > tr > td,
.resource-coach-calendar .table > tfoot > tr > th,
.resource-coach-calendar .table > thead > tr > td,
.resource-coach-calendar .table > thead > tr > th {
    padding: 0;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    min-width: 30px;
}

.resource-coach-calendar table {
    font-size: 12px;
}

.resource-coach-calendar table.fill {
    margin: 0;
    border: none;
}

.resource-coach-calendar td.fill {
    padding: 0;
}

.resource-coach-calendar .head-week {
    background: #e4e4e4;
}

.resource-coach-calendar .head-date {
    font-weight: bold;
}

.resource-coach-calendar .morning {
    width: 20px;
    border-bottom-width: 3px;
}

.resource-coach-calendar .afternoon {
    width: 20px;
    border-bottom-width: 3px;
}

.resource-coach-calendar .evening {
    width: 20px;
}

.resource-coach-calendar .split {
    border-bottom-width: 3px;
}

.resource-coach-calendar td.status-1 {
    background: #808080;
    color: white;
    cursor: pointer;
}

span.resource-coach-calendar-status-1 {
    background: #808080;
    padding: 2px;
    margin-right: 5px;
    border-radius: 5px;
}

.resource-coach-calendar td.status-2 {
    background: #538dd5;
    color: white;
    cursor: pointer;
}

span.resource-coach-calendar-status-2 {
    background: #538dd5;
    padding: 2px;
    margin-right: 5px;
    border-radius: 5px;
}

/*
 * 点击缩略图查看大图
 */
.train_carrousel, .train_carrousel .train_wrapper {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.train_carrousel {
    position: fixed;
    background-color: #000;
    display: none;
    overflow: auto;
    z-index: 999999;
}

.train_carrousel .train_wrapper {
    width: 740px;
}

.train_carrousel .train_wrapper > img {
    width: 100%;
    padding: 50px;
}

.train_carrousel .train_close {
    cursor: pointer;
    color: #FFF;
    position: absolute;
    top: 4px;
    right: 25px;
    font-size: 35px;
}

.train_carrousel .train_close:hover {
    font-size: 40px;
    color: #DDD;
}

/*
 * 重置多选下拉框背景色
 */
.bootstrap-select button {
    background-color: #fff;
}

/*
 * 通用一行多个checkbox样式
 */
.label-check label {
    font-weight: normal;
    margin-right: 10px;
    cursor: pointer;
}

/*
 * 培训班教案样式
 */
li.teaching-plan {
    padding: 7px;
    color: #444;
}

li.teaching-plan span {
    background: transparent;
    display: block;
    cursor: pointer;
}

li.tp-selected {
    background-color: #337ab7;
    color: #fff;
}

div.box-sortable {
    margin-bottom: 10px;
    margin-top: 0;
}
/*羽毛球裁判分工表*/
.ymq_btn{
    display: none;
}
.ymq_chief .ymq_btn{
    display: inline-block;
}
/*导出队伍列表*/
#exportModal .exportTeam{
    font-size: 16px;
}
/*马拉松样式*/
.mls_groups_set{
    display: flex;
    margin: 5px 5px 5px 5px;
}
.mls_punch_group{
    min-width: 100px;
    height: 30px;
    border: solid 1px #9A9A9A;
    border-radius: 15px 15px 15px 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    margin-right: 20px;
}
.mls_race_group{
    /*width: 100%;*/
    min-width: 100px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border: solid 1px #9A9A9A;
    border-radius: 15px 15px 15px 15px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    margin-right: 20px;
}
.mls_group_bg{
    background: #3C8DBC;
    color: #FFF;
}
.mls_start_bg{
    background: #89BC89;
}
.mls_end_bg{
    background: #FF9999;
}
.mls_reset_bg {
    background: #999;
}
.mls_race_status{
    color: white;
    border: none;
    line-height: 32px;
}
.mls_circle_ul{
    list-style-type: none;
    border-top: 1px dashed #3C8DBC;
    /*min-width: 1000px;*/
    padding: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 5px;
}
.mls_circle_ul li{
    position: relative;
    text-align: center;
    padding-top: 20px;
    z-index: 2;
    margin-bottom: 25px;
    min-width: 60px;
}
.mls_circle_ul li b:before{
    content: '';
    position: absolute;
    top: -23px;
    width: 40px;
    height: 40px;
    border: 1px solid #3C8DBC;
    border-radius: 50%;
    background: white;
}
.mls_circle_ul li .mls_hasPast:before{
    background: #3C8DBC;
}
.mls_circle_ul li .mls_hasPast_zero:before{
    background: #FFF;
}
.mls_circle_ul li .mls_select_punch:before{
    background: #FF9999;
    border: none;
    color: #FFF;
}
.mlsrace_punch_span{
    color: #3C8DBC;
    cursor: default;
}
.mls_punch_span{
    position: absolute;
    width: 40px;
    top: -12px;
    left: 8px;
    color: #FFF;
    text-align: center;
    height:20px;
    color: #3C8DBC;
    cursor: default;
}
.virtual_line{
    width: 97%;
    position: absolute;
    height: 1px;
    top: 109px;
    border-bottom: dashed 1px #3C8DBC;
}
.virtual_dashed{
    width: 97%;
    position: absolute;
    height: 1px;
    top: 192px;
    border-bottom: dashed 1px #3C8DBC;
}
.mls_punch_span_zero{
    color: #FFF;
    cursor: default;
}
.mls_status {
    width: 80px;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
}
.mls_now_status {
    background: #E1A7A0;
}
.tab_mls{
    position: relative;
}
.tab_mls:before{
    content: '';
    height: 100%;
    border-left: solid 1px black;
    position: absolute;
    top: -20px;
    left: 11%;
    height: 24px;
    border: 1px dashed #4c4c4c;
}
.detail_race_mls:before{
    content: "";
    height: 23px;
    border: dashed 1px red;
    position: absolute;
    /*top: -10px;*/
}

.mlsrace_dashed{
    width: 40px;
    border-top: dashed 1px #3C8DBC;
    height: 1px;
    position: absolute;
    top: 20px;
}
.mlsrace_dashed1{
    width: 27px;
    border-top: dashed 1px #3C8DBC;
    height: 1px;
    position: absolute;
    top: 20px;
    left: 80px;
}
.mlsrace_circle{
    border: solid 1px #3C8DBC;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-left: 40px;
    color: #3C8DBC;
}
.mlsrace_main{
    position: relative;
    width: 110px;
}
.mlsrace_content{
    display: flex;
    flex-wrap: wrap;
}
.mlsrace_hasPast{
    background: #3C8DBC;
}
.mlsrace_hasPast_zero{
    background: #FFF;
}
.mlsrace_select_punch{
    background: #FF9999;
    border: none;
}

.artC-name, .artC-content {
height: 34px;
width: 60px;
line-height: 34px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-align: center;
border: solid 1px #CCC;
border-top: none;
}
.artC-name{
box-sizing: content-box;
height: 36px;
line-height: 36px;
}
.artC-content{
width: 60px;
border-left: none;
}
.artC-content-first,.artC-name-first {
font-weight: bold;
border-top: solid 1px #CCC;
}
.artBg {
background: #FFCCCC;
}
.artC-namewidth{
height: 26px;
line-height: 26px;
}
.artC-namewidth{
width: 48px;
}
.atrC-td{
height: 37px;
text-align: center;
}
.artClength{
padding-right: 6px;
padding-left: 6px;
}
.tr-bold:nth-of-type(1) {
font-weight: bold;
}
.show-hide {
    position: absolute;
    right: 30px;
    border: solid 1px #000;
    border-radius: 3px;
    padding: 0 3px 0 3px;
    cursor: pointer;
}
.set_radio{
    margin-left: 50px;
}