@charset "utf-8";

/* 你自己的样式 */

.text-col {
    /*列表操作文本样式*/
    color: #0099CC;
    text-decoration: none;
}

.marT10 {
    margin-top: 10px;
}

.dis{
    display: none;
}
.btn-yellow {
        color: #fff;
        background-color: #ffd200 !important;
        border-color: #ffd200;
    }
.btn-blue {
    color: #fff;
    background-color: #2d6dcc !important;
    border-color: #2d6dcc;
}
.btn-dbl {
    color: #fff;
    background-color: #003c8d !important;
    border-color: #003c8d;
} 
.btn-ems {
    color: #fff;
    background-color: #ed6d00 !important;
    border-color: #ed6d00;
}
/*自定义弹出框样式*/

.lar-form {
    border: none;
    margin-top: 20px;
}

.lar-form tr {
    line-height: 48px;
}

.lar-form tr td:nth-child(1) {
    width: 30%;
    text-align: right;
}

.lar-form tr td:nth-child(2) {
    padding-left: 10px;
}

.lar-form tr td select {
    width: 250px;
    height: 28px;
    border: 1px solid #ccc;
}

.lar-form tr td input {
    width: 250px;
    height: 26px;
    border: 1px solid #ccc;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    left: 0;
    top: 15%;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #eee;
    position: relative
}

.modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px
}

.modal-header h3,
.modal-header .modal-title {
    margin: 0;
    padding: 10px 0;
    font-size: 16px
}

.modal-body {
    position: relative;
    padding: 15px 0;
    overflow-y: visible;
    word-break: break-all
}

.modal-body .p {
    display: block;
    padding: 8px 15px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.modal-form {
    margin-bottom: 0
}

.modal-footer {
    padding: 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #eee;
    *zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: ""
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.radius .modal-content {
    border-radius: 6px
}

.radius .modal-footer {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.modal-alert {
    position: fixed;
    right: auto;
    bottom: auto;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -30px;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-alert-info {
    padding: 30px;
    text-align: center;
    font-size: 14px;
    background-color: #fff
}

#img-preview-more .img-preview-more-son {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

#img-preview-more .img-preview-more-son img {
    max-height: 100%;
}

#img-preview-more .img-preview-more-son span {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    background: #000000;
    opacity: 0.7;
    color: #fff;
    text-align: center;
    font-size: 14px;
    z-index: 10;
    ;
}

/* 权限菜单隐藏 */ 
.role-item{
    /*display: none;*/
    cursor: pointer;
}
.platform-item{
    display: none;
}

/**
 * 复制链接样式
 */
.file_link_copy{border: 0;}
.file_link_copy:hover{border: 0;}

/*清楚浮动*/
.clear{
    clear: both;
    overflow: hidden;
    height: 0;
}

.input-text, .textarea{
    margin: 5px;
}

.gt-input-text, .gt-textarea{
    box-sizing: border-box;
    border: solid 1px #ddd;
    min-width: 30px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

.gt-input-text:hover, .gt-textarea:hover{
    color: #000;
}
.gt-input-text, .gt-btn, .gt-input-text.size-M, .gt-btn.size-M {
    font-size: 14px;
    height: 31px;
    line-height: 1.42857;
    padding: 4px;
}


.skin-minimal label{
    line-height: 180%; 
}

/*提示语标签*/
.vaild_tip{
    /*height:20px;*/
    margin-top: 0px !important;
}

.tabBar .tab_son.current a{
    color: #fff;
}

.tabBar .tab_son a{ 
    display: block;
    height: 100%;
    width: 100%;
}

.tabBar .tab_son a:hover{
    text-decoration: none;
}

@media (max-width: 767px){
    /*列表*/
    .table-responsive th, .table-responsive td {
        display: table-cell;
        width: auto!important;
        box-sizing: border-box;
        font-size:12px;
    }
    .table-responsive th.w50, .table-responsive td.w50 { 
        width: 50px!important; 
    }
    .table-responsive th.w60, .table-responsive td.w60 { 
        width: 64px!important; 
    }
    .table-responsive th.mhide, .table-responsive td.mhide {
        display: none; 
    }
    #table-data .btn {
        margin-bottom: 3px;
    }

    /*详情*/
    .form-horizontal .form-label {
        display: block;
        width: 100%;
        text-align: left;
        clear: both;
    }

    .form-horizontal .formControls{
        display: block;
        width: 100%;
    }

    /*登陆页面*/
    .loginWraper .loginBox{
        width:95%;
        left: 2.4%;
        top: 12%;
        margin:0;
        background: none;
    }
    .loginWraper .loginBox .input-text{
        width:100%;
    }
    .loginWraper .loginBox .formControls{
        margin: 0;
        text-align: center;
    }
    #login-submit{
        width:90%;
    }



    #football-small{}
    #football-small .input-text,#football-small a.btn, #football-small a.btn.size-M, #football-small span.btn, #football-small span.btn.size-M{
        line-height: 22px;height: 22px;
    }
    #football-small .btn{ 
        font-size: 10px;
        height: 22px;
        padding: 0 6px;
    }

    #football-small .table-responsive th, #football-small .table-responsive td{
        font-size: 10px;padding: 2px;
    }

    #football-small .blog_title{ width: 50px !important; }
    #football-small .c_score{ width: 30px !important; } 
    #football-small .act{ width: 32px !important; }

    #football-small .input-text, #football-small .textarea{margin:0; font-size: 9px; padding: 0px}

    #football-small #page_list .layui-laypage a, #football-small #page_list .layui-laypage span{
        font-size: 10px; height: 22px; line-height: 22px; padding: 0 6px;
    } 
     
}

/*商店最小尺寸*/
#store_map {
    min-width:400px;
    min-height:500px;
}

/*筛选*/
.search-area{
    padding: 5px;
    border: solid 1px #eee;
    background-color: #f5fafe;
    text-align: left;
}

/*表单*/
.row .editor{
    width: 100%;
    height: auto;
}

/*提交保存按钮*/
.row-btn{ 
    overflow: hidden;
    margin: 30px auto;
    text-align: center;
    padding: 20px;
    border-top: solid 1px #eee;;
}
.row-btn .btn{
    margin: 5px 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.panel{
    overflow: hidden;
}

.contract .price .row{
    margin-top: 8px;
}
.contract .form-label{
    font-size: 14px;
}
.contract .formControls{
    padding-top: 2px;
    font-size: 18px; 
    text-align: right;
}
.page-container-detail{
    min-height: 300px;
}