/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-11-19, 17:15:53
    Author     : Administrator
*/

/**
add by huangshuping
*/
.mytable
{
    padding: 0;
    margin: 10px auto;
    border-collapse: collapse;
    empty-cells: show;
}

.mytable caption
{
    font-size: 12px;
    color: #0E2D5F;
    height: 16px;
    line-height: 16px;
    border: 1px dashed red;
    empty-cells: show;
}

.mytable tr th
{
    border: 1px dashed #C1DAD7;
    letter-spacing: 2px;
    text-align: left;
    padding: 6px 6px 6px 12px;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    empty-cells: show;
}

.mytable tr td
{
    font-size: 12px;
    border: 1px dashed #C1DAD7;
    padding: 6px 6px 6px 12px;
    empty-cells: show;
    border-collapse: collapse;
}
.cursor
{
    cursor: pointer;
}
.tdbackground
{
    background-color: #FFE48D;
}

.log_detail{
    width:400px;
    height:150px;
    border: 1px solid #95b8e7;
    border-radius: 5px;
    overflow-y: auto;
    word-break: break-all;
}


.s_title{padding-right:5px; display:inline-block}
.s_input{padding-right: 10px; display:inline;}
.row1span{ height:56px;width:1200px;}
.row2span{ height:80px;width:1200px;}
.row3span{ height:110px;width:1200px;}
.sctrow{ margin:5px 0 5px 15px; }
.l-btn-text{height:22px;}
.select2-container-multi .select2-choices .select2-search-choice {padding: 2px 5px 2px 18px; margin: 2px 0 2px 5px; font-size:12px;}
.select2-search-choice-close{top:2px;}
@media(max-width:768px){
    .sdk_ascription,.sdk_version,.game_version,.sdk_channel{display:none;}
    .window{left:0px !important;overflow:auto !important;}
    .window-shadow{left:0px !important;width:80% !important;overflow:auto !important;}
    
}

@media (max-width:800px) {
    .easyui-layout .rowWidth-10 {
        width:1000px !important; 
    }

    .easyui-layout .rowWidth-8 {
        width:800px !important; 
    }

    .easyui-layout .rowWidth-12 {
        width:1200px !important; 
    }

    .easyui-layout .rowWidth-18 {
        width:1800px !important; 
    }

    .easyui-layout .rowWidth-800 {
        width:800px !important; 
    }

    div.oneRows {
        height: 55px !important;
    }

    div.twoRows {
        height: 65px !important;
    } 
}


@media (max-width:1200px) {
    .easyui-layout .rowWidth-10 {
        width:1000px !important; 
    }

    .easyui-layout .rowWidth-8 {
        width:800px !important; 
    }

    .easyui-layout .rowWidth-12 {
        width:1200px !important; 
    }

    .easyui-layout .rowWidth-18 {
        width:1800px !important; 
    }

    .easyui-layout .rowWidth-800 {
        width:800px !important; 
    }
    div.oneRows {
        height: 55px !important;
    }

    div.twoRows {
        height: 80px !important;
    } 
}

@media (max-width:1500px) {
    .easyui-layout .rowWidth-10 {
        width:1000px !important; 
    }

    .easyui-layout .rowWidth-8 {
        width:800px !important; 
    }

    .easyui-layout .rowWidth-12 {
        width:1200px !important; 
    }

    .easyui-layout .rowWidth-18 {
        width:1800px !important; 
    }

    .easyui-layout .rowWidth-800 {
        width:800px !important; 
    }
    div.oneRows {
        height: 55px !important;
    }

    div.twoRows {
        height: 80px !important;
    } 
}


@media (min-width:1500px) {
    div.oneRows {
        height: 45px !important;
    }

    div.twoRows {
        height: 75px !important;
    } 
}

/*@media (max-width:800px) {
    .easyui-layout .rowWidth-10 {
        width:1000px !important; 
    }

    .easyui-layout .rowWidth-8 {
        width:800px !important; 
    }

    .easyui-layout .rowWidth-12 {
        width:1200px !important; 
    }

    .easyui-layout .rowWidth-18 {
        width:1800px !important; 
    }

    .easyui-layout .rowWidth-800 {
        width:800px !important; 
    }

    div.oneRows {
        height: 55px !important;
    }

    div.twoRows {
        height: 80px !important;
    } 
}


@media (min-width:800px) {
    div.oneRows {
        height: 40px !important;
    }

    div.twoRows {
        height: 65px !important;
    } 
}*/

span.red {
    margin-right: 4px;
    line-height: 1;
    font-family: SimSun;
    font-size: 12px;
    color: #ed4014;
}

table.righttab td {
    text-align:right
}


.form-control_date {
    position: relative;
    font-size: 12px;
    padding: 0px 4px 5px 4px;
    /*white-space: normal;
    vertical-align: center;
    outline-style: none;
    resize: none;*/
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
/*    border-color: #95B8E7;*/
    background-color: #fff;
    border: 1px solid #95B8E7
}
