﻿body {
    font-size: 13px;
}

div.panel-body {
    font-size: 13px;
}

.oms-float-refresh {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 9999;
}

    .oms-float-refresh span {
        display: inline-block;
        line-height: 40px;
        cursor: pointer;
        width: 40px;
        font-size: 25px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: #ddcaca;
        text-align: center;
    }

        .oms-float-refresh span:hover {
            background-color: #d0a6a6;
        }

#tabhome .panel .panel-body {
    overflow: hidden;
}

#main_logo {
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
}

.text-red {
    color: red;
}

.text-bold {
    font-weight: bold;
}

.padding-sm {
    padding-top: 4px;
}

.padding-sm {
    padding-top: 6px;
}

.padding-lg {
    padding-top: 10px;
}

.margin-sm {
    margin-top: 4px;
}

.margin-sm {
    margin-top: 6px;
}

.margin-lg {
    margin-top: 10px;
}

/* 主导航模块 */
.oms-nav {
    width: 100px;
    background-color: #0086f1;
    color: white;
    border: none;
    overflow: hidden;
}


.oms-nav-left {
    position: relative;
    z-index: 99998;
    cursor: default;
    transition: background 0.2s linear 0s;
    overflow: visible;
    text-align: left;
    width: 100px;
}

.oms-nav-leftHover {
    /*background: #ececec;*/
    /*color: #666;*/
}


.oms-nav-left .dlHover dt {
    background: #329df2;
    /*color: #fff;*/
}

.oms-nav-left dl, .oms-nav-left dt, .oms-nav-left dd {
    display: block;
    margin: 0;
    padding: 0;
}

.oms-nav-left dt {
    padding-left: 24px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    transition: background-color 0.2s linear 0s, padding-left 0.2s linear 0s;
}




#nav-subview {
    display: none;
    position: fixed;
    left: 93px;
    top: 50px;
    z-index: 9999;
    padding: 20px;
    border: 4px solid #329df2;
    border-left: 12px solid #329df2;
    background: #fff;
    width: 300px;
    min-height: 260px;
    box-shadow: 0px 0px 5px #999;
}


    #nav-subview .oms-nav-innertitle {
        font-size: 16px;
        color: #191616;
        margin: 5px 0;
        padding: 0;
    }

    #nav-subview ul {
        list-style-type: none;
        padding: 0 0px;
        margin: 8px 0 0 -9px;
    }


    #nav-subview li {
        margin: 8px 0;
        color: #2e2d2d;
        font-size: 15px;
        padding-left: 6px;
        border-left: 3px solid #dadada;
        text-decoration: none;
    }

        #nav-subview li:hover {
            border-left: 3px solid #3453ce;
            margin: 4px 0;
            color: #2e2d2d;
            font-size: 15px;
            text-decoration: none;
        }

    #nav-subview ul a {
        color: #2e2d2d;
        font-size: 15px;
        text-decoration: none;
    }

        #nav-subview ul a:hover {
            color: #3453ce;
            font-size: 15px;
            text-decoration: none;
        }

.hide {
    display: none;
}

.datagrid-row-selected input {
    color: black;
}


.textbox-text.validatebox-readonly {
    background-color: #ececec;
}

.oms-textbox[readonly] {
    background-color: #ececec;
}

.oms-table {
    border: none;
    min-width: 300px;
}

    .oms-table th {
        background-color: #ebebeb;
    }

    .oms-table tr td, .oms-table tr th {
        border: 1px solid #f2f2f2;
        border-collapse: collapse;
        padding: 4px;
    }

    .oms-table tr.evenrow {
        background-color: #ebebeb;
    }

.oms-module {
    margin: 10px 10px;
}

.oms-cline {
    margin: 3px 0;
}

.oms-ccell {
    margin-right: 14px;
    display: inline-block;
    margin-top: 2px;
}


.oms-giftrule .textbox-label {
    min-width: 90px;
}

.oms-giftrule label {
    min-width: 90px;
}

.oms-textbox {
    font-size: 13px;
    border: 0;
    margin: 0;
    padding: 0 4px;
    white-space: normal;
    vertical-align: top;
    outline-style: none;
    resize: none;
    border: 1px solid #ddd;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    height: 28px;
    line-height: 28px;
}

    .oms-textbox.require {
        border-color: #ffa8a8;
    }

.ul-gudianxiadanshijian {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .ul-gudianxiadanshijian li {
        float: left;
        width: 65px;
    }

.oms-ycitem {
    margin-right: 8px;
}

a.oms-normal-a {
    text-decoration: none;
}

    a.oms-normal-a:hover {
        text-decoration: none;
    }


    a.oms-normal-a:visited {
        text-decoration: none;
    }
