﻿@font-face {
    　　font-family: '微软雅黑';
    　　src: url('fonts/MSYH.TTC');
    　　font-weight: normal;
    　　font-style: normal;
}

.J_iframe {
    overflow:hidden;
    height:100%;
}

html, body {
    font-family: '微软雅黑';
    font-weight: 500;
    background-color: #D1E5F5;
}

.badge-primary {
    background-image: linear-gradient(#83BDFF, #4986FF,#4986FF);
    border-color: #83BDFF;
    font-weight: bold;
}

.badge-OrangeRed {
    background-image: linear-gradient(#FFCD00, #FF6711,#FF5115);
    border-color: #FFCD00;
    font-weight: bold;
}

.badge-success {
    background-image: linear-gradient(#5CB85C, #5CB85C,#398439);
    border-color: #83BDFF;
    font-weight: bold;
}

.badge-info {
    border-color: #FF8E14;
    color:white;
    font-weight: bold;
}


@media screen and (max-width: 1500) {
    html, body {
        font-size: 1rem !important;
        
    }

    span {
        font-size: 1rem !important;
    }

    .info-sidebar {
        float: left;
        width: 520px;
        height: 500px;
    }

    .info-content {
        margin-left: 522px !important;
        margin-left: 525px;
        width: auto;
        min-width: 600px;
        height: 500px;
        background: #ffa;
    }

    .nav_a {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        font-size: 1.4rem !important;
    }
}

@media screen and (max-width: 1500px) {
    html, body {
        font-size: 0.75rem !important;
    }

    span {
        font-size: 0.75rem !important;
        line-height: 12px;
    }

    .info-sidebar {
        float: left;
        width: 380px;
        height: 500px;
    }

    .info-content {
        margin-left: 382px !important;
        margin-left: 385px;
        width: auto;
        min-width: 600px;
        height: 500px;
        background: #ffa;
    }

    .nav_a {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        font-size:1.4rem!important;
    }
}

.mt-1 {
    margin-top:0.75rem!important;
}


.mt-2 {
    margin-top: 2rem !important;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-sm{
    padding: 0px 5px;
    font-size: 10px;
    line-height: 1.75rem!important;
    border-radius: 2px;
}

.text-OrangeRed {
    color: #FE9059;
}

.text-blue {
    color: #337FFF;
}

.text-red {
    color: red;
}

.panel {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #FDFEFD;
    background-color: #ECF4FB;
    box-shadow: 0px 0px 10px 0px #B3B3B3;
    margin: 0px;
    color: #575757;
}

.border-0 {
    border-width:0px;
}

.text-input {
    background: #E3EDF7;
    box-shadow: 0px 0px 10px 0px #C2D6E6 inset;
    border-radius:0.5rem!important;
}

.btn-primary {
    background-image: linear-gradient(#83BDFF, #4986FF,#4986FF);
    border-color: #83BDFF;
    font-weight: bold;
}

    .btn-primary:hover {
        border-color: #83BDFF;
        box-shadow: 0px 0px 10px 0px #ffffff;
    }

.btn-warning {
    background-image: linear-gradient(#FBCCA9, #FF8247,#FF8247);
    border-color: #FBCCA9;
    color: white;
}

    .btn-warning:hover {
        color: white;
    }

.btn-c {
    border-radius: 1.5rem!important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-size: 0.9rem !important;
}

.btn-c-xs {
    border-radius: 5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9rem !important;
    border-width: 0px;
    color: #DBE7FB;
}

.td_head {
    background-image: linear-gradient(#F7FBFC, #D3E7F0,#BEDBE9);
    box-shadow: 0px 0px 2px 0px #C2D6E6 inset;
    color: #616161;
}

.form-control-my {
    width:200px;
    display:inline;
}

