﻿@import url('plug-ins/font-awesome-4.4.0/css/font-awesome.min.css');

html,
body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    -moz-min-width: 992px;
    -ms-min-width: 992px;
    -o-min-width: 992px;
    -webkit-min-width: 992px;
    min-width: 992px;
    font-size: 12px;
}

#divCustomLoading {
    display: none;
}

.headerwrapper {
    position: relative;
    z-index: 2;
}
    /***调整样式***/
    .headerwrapper div.navbar-default {
        border: none;
        -ms-border-radius: 0px;
        border-radius: 0px;
        border-bottom: solid #fff 1px;
        margin-bottom: 0px;
    }

        .headerwrapper div.navbar-default .navbar-brand {
        }

    .headerwrapper .navbar-header .navbar-toggle {
        -moz-transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        -ms-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        border: 1px solid #ffffff;
        border: 1px solid rgba(255,255,255,0.3);
        color: #ffffff;
        color: rgba(255,255,255,0.8);
        padding: 6px 9px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        font-size: 16px;
        line-height: normal;
        display: none;
    }

    .headerwrapper .navbar-header .navbar-default .navbar-toggle:hover,
    .headerwrapper .navbar-header .navbar-default .navbar-toggle:active {
        border-color: transparent !important;
        border: 1px solid #ffffff;
        color: #fff;
    }

    .headerwrapper .navbar-header .btn {
        border: 0;
        background-color: #000000;
        background-color: rgba(0,0,0,0.1);
        color: #ffffff;
        color: rgba(255,255,255,0.75);
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        line-height: normal;
        margin-left: 5px;
        margin-top: 8px;
        margin-right: 5px;
        height: 33px;
    }

    .headerwrapper .welcomePanel {
        float: right;
        color: #fff;
        padding: 8px 15px;
        background-color: #000000;
        background-color: rgba(0,0,0,0.1);
        -ms-border-radius: 50px;
        border-radius: 50px;
        line-height: normal;
        margin-left: 5px;
        margin-top: 8px;
        margin-right: 5px;
        height: 33px;
    }

.menuwrapper {
    position: absolute;
    float: left;
    width: 34px;
    border-right: solid 1px #ddd;
    overflow-x: hidden;
    background-color: #fff;
    z-index: 1;
    top: 51px;
    bottom: 0px;
}

    .menuwrapper:hover {
        width: 160px;
        z-index: 2;
        -webkit-box-shadow: 1px 0px 5px #666;
        -ms-box-shadow: 1px 0px 5px #666;
        box-shadow: 1px 0px 5px #666;
    }

    .menuwrapper ul.nav {
        border-bottom: 1px solid #e7e7e7;
        margin: 0px;
        padding: 0px;
    }

        .menuwrapper ul.nav > li {
            margin: 0 0px 0 0;
            font-size: 12px;
            font-weight: 500;
            border-top: 1px solid #e7e7e7;
            position: relative;
            width: 160px;
        }

            .menuwrapper ul.nav > li > a {
                color: #555;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                -ms-border-radius: 0;
                border-radius: 0;
                -moz-transition: all 0.2s ease-out 0s;
                -webkit-transition: all 0.2s ease-out 0s;
                -ms-transition: all 0.2s ease-out 0s;
                -o-transition: all 0.2s ease-out 0s;
                transition: all 0.2s ease-out 0s;
                padding: 12px 8px;
                font-size: 12px;
                font-weight: 500;
            }

                .menuwrapper ul.nav > li > a i {
                    width: 16px;
                    margin-right: 9px;
                    color: #428bca;
                    font-size: 12px;
                    top: 1px;
                    position: relative;
                    text-align: center;
                }

            .menuwrapper ul.nav > li.active {
            }

                .menuwrapper ul.nav > li.active a,
                .menuwrapper ul.nav > li.active a i {
                    color: #fff;
                }

    .menuwrapper h5.menutitle {
        text-transform: uppercase;
        color: #ccc;
        font-size: 12px;
        font-weight: normal;
        padding: 20px 15px 0px 11px;
        background-color: #f7f7f7;
        margin: 0px;
        height: 50px;
        display: block;
        -moz-min-width: 160px;
        -ms-min-width: 160px;
        -o-min-width: 160px;
        -webkit-min-width: 160px;
        min-width: 160px;
    }

        .menuwrapper h5.menutitle > i {
            margin-right: 11px;
        }

.midcontentwrapper {
    margin-top: -52px;
    padding-top: 52px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 1;
    position: relative;
    height: auto !important;
    min-height: 100%;
    margin-left: 33px;
    border-left: solid 1px #ddd;
}

.mainContentwrapper {
    /*border-left: solid 1px #ddd;*/
    /*background-color: green;*/
    min-height: 200px;
}

    .mainContentwrapper .mainContenHeader {
        height: 51px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #e7e7e7;
        /*border-left: solid 5px #5CB85C;*/
        border-top: 0px;
        margin-left: 1px;
        padding: 5px 0px;
    }

        .mainContentwrapper .mainContenHeader .customBreadcrumb {
            padding: 0px 6px;
            height: 40px;
            /*border-left: solid 5px #5CB85C;*/
        }

            .mainContentwrapper .mainContenHeader .customBreadcrumb h3 {
                margin: 0px;
                padding: 6px;
                color: #555;
            }

                .mainContentwrapper .mainContenHeader .customBreadcrumb h3 i {
                    margin-right: 10px;
                }

    .mainContentwrapper .mainContenPanel {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 6px;
        padding-top: 6px;
    }

.small-gap-container {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

    .small-gap-container .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .small-gap-container .row [class^=col-] {
            padding-right: 5px;
            padding-left: 5px;
        }

.menuwrapper.collapse {
    display: block;
}

label,
.control-label {
    font-weight: normal;
}

.form-inline .form-group {
    margin-bottom: 5px;
}

    .form-inline .form-group .form-control {
        width: 100px;
        padding: 2px 5px;
        height: 24px;
    }

    .form-inline .form-group .btn-sm {
        padding: 2px 10px;
        height: 24px;
    }

.tradingMenu {
    padding-top: 5px;
    padding-bottom: 0px;
}

    .tradingMenu .nav-tabs {
        height: 29px;
    }

    .tradingMenu .nav > li > a {
        padding: 5px 10px;
    }

.searchBarArea {
    padding: 10px 0px 10px 10px;
    /*border: 1px solid #ddd;*/
    -webkit-box-shadow: inset 0px -1px 0px 1px #ddd;
    -ms-box-shadow: inset 0px -1px 0px 1px #ddd;
    box-shadow: inset 0px -1px 0px 1px #ddd;
}

.small-gap-container table.dataTable {
    margin-top: 0px !important;
}

    .small-gap-container table.dataTable thead th {
        background-color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.small-gap-container .dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 15px;
    left: 40%;
    padding: 20px 30px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    -ms-box-shadow: 1px 1px 2px #ddd;
    box-shadow: 1px 1px 5px #bbb;
    border: solid 1px #bbb;
    -ms-opacity: 0.9;
    opacity: 0.9;
    -ms-border-radius: 3px;
    border-radius: 3px;
}


div.modal-content .modal-header {
    padding: 5px 5px 5px 10px;
    background-color: #E67903;
    color: #fff;
}

    div.modal-content .modal-header .close {
        padding: 3px;
    }

div.modal-content .modal-body {
    padding: 5px;
}

/*bootstarp input box override*/
.input-sm {
    padding-left: 6px;
}

.form-control>option {
    font-size: 13px;
}
/***结束调整样式***/

@media (min-width: 768px) {
    .headerwrapper div.navbar-default .navbar-header {
        float: none;
    }

    .menuwrapper {
        display: block !important;
        /*min-height: 100% !important;*/
        height: auto !important;
    }

        .menuwrapper.collapse {
            display: none;
        }

            .menuwrapper.collapse.in {
                display: block;
            }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 767px) {
    .form-inline .form-group .form-control {
        width: 100%;
    }

    .headerwrapper .navbar-header .navbar-toggle {
        display: block;
    }

    .midcontentwrapper {
        margin-left: 0px;
    }

    .mainContentwrapper {
        margin-left: 0px;
    }

    .menuwrapper {
        position: relative;
        top: 0px;
        width: auto;
        float: none;
    }

        .menuwrapper:hover {
            width: auto;
        }

        .menuwrapper.collapse {
            display: none;
        }

            .menuwrapper.collapse.in {
                display: block;
            }

        .menuwrapper ul.nav > li {
            width: auto;
        }
}
