/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

a{
    text-decoration: none;
}

.content{
    margin: 0px auto;
    text-align: center;
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 100px;
    height: 874px;
}

.logo{
    background: url(../img/logo.png) no-repeat;
    height: 160px;
    /*width: 267px;*/
    margin: 0 auto;
    /*margin-bottom: 22px;*/
}

.logo-font{
    background: url(../img/logo-font.png) no-repeat;
    height: 44px;
    margin: 0 auto; 
    margin-bottom: 65px;
    width: 384px;
}

.login{
    background: #fff;
    width: 510px;
    height: 300px;
    border:1px solid #ccc;
    margin: 5px auto;
    border-radius: 5px;

}

.table_box2{
    height: 30px;
    width: 180px;
    border: none;
    float: left;
    zoom:1;
    outline: medium;
}

.input_border{
    border-left-width:0px;
    border-top-width:0px;
    border-right-width:0px;
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    width: 400px;
    margin-top: 10px;
    margin:0 25px;
    outline: medium;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-group-lg>.btn, .btn-lg {
    padding: .75rem 8rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

.container{
    background: #f7f7f7;
}

.main{
    margin: 0 auto;
    width: 1001px;
    margin-top: 20px;
    /*height: 800px;*/
}

.banner{
    color: #fefefd;
    height: 30px;
    background: #282828;
    font-size: 0.92em;
    line-height: 30px;
}

.banner .bdiv{
    /*float: right;*/
    width: 1001px;
    /*float: right;*/
    height: 100%;
    /*float: right;*/
    margin: 0 auto;;
}

.banner .user{
   float: left;
   display: block;
   border-right: 2px solid #4a4a4a;
   padding-right: 15px;
   background: url(../img/user.png) no-repeat;
   padding-left: 30px;
   height: 100%;
   background-position-y: 1px;
}

.banner .logout{
    float: left;
    display: block;
    padding-left: 30px;
    background: url(../img/logout.png) no-repeat;
    height: 100%;
    margin-left: 15px;
    background-position-y: 2px;
}

.logout a{
    text-decoration: none;
    color: #fefefd;
}

.header{
    height: 100px;
    border-bottom: 2px solid #7f7667;
    background: #ffffff;
}

.left{
    width: 25%;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    float: left;;
}

.left .menu{
    height: 80px
}


.left .menu{
    border-top: 1px solid #e2e2e2;
}

.first{
    height: 100%;
    /*line-height: 80px;*/
}

.first {
    display: block;
    background: url(../img/first.png) no-repeat 100%  center;
    width: 50px;
    height: 80px;
    float: left;
    margin: 0 10px;
}

.on .first{
    background: url(../img/first-on.png) no-repeat 100%  center;
}

.second{
    display: block;
    background: url(../img/second.png) no-repeat 100%  center;
    width: 50px;
    height: 80px;
    float: left;
    margin: 0 10px;
}

.on .second{
    background: url(../img/second-on.png) no-repeat 100%  center;
}
.third{
    display: block;
    background: url(../img/third.png) no-repeat 100%  center;
    width: 50px;
    height: 80px;
    float: left;
    margin: 0 10px;
}

.on .third{
    background: url(../img/third-on.png) no-repeat 100%  center;
}
.on{
    background: #2b77d9;
    color: #ffffff;
}

.menu div{
    
    padding-top: 20px;
    font-size: 1.2em;  
    color: #666666;
}

.on div{
    color: #ffffff
}

.menu div span{
    display: block;
    font-size: 0.8em;

}

.blogo{
    width: 1001px;
    margin: 0 auto;
    background: url(../img/banner-logo.png) no-repeat 100%;
    height: 100%;
    background-position: left;
}

.footer{
    border-top: 2px solid #e2e2e2;
    height: 50px;
    text-align: center;
    color: #666666;
    font-size: 0.9em;
    clear: both;
    padding-top: 10px;
}

.right{
    float: right;
    width: 72%;
        min-height: 760px;
}

.cbox{
    border: 1px solid #e4e4e4;
    background: #ffffff;
    margin-bottom: 20px;
    color: #666666;
    font-size: 1em;
}

.ctb{
    background: url(../img/tb.jpg) repeat-x;
    /*width: 100%;*/
    height: 50px;
    line-height: 50px;
    font-size: 1.25em;
    color: #333333;
    padding-left: 10px;
}

.cfied{
    float: left;
    width: 40%;
    padding: 10px 10px 5px 20px;
}

.cfied div{
    float: left;
}

.cname{
    width: 30%;
}

.cbm{
    width: 49%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    height: 180px;
}

.cbm div{
    float: left;
}

.cone{
    width: 100%;
    padding: 10px 10px 5px 20px;
}

.clear{
    clear: both;
}

.codd{
    border-right: 1px solid #e4e4e4;
}

.smessage{
    margin: 0px 0px 0px 55px;
    text-align: left;
    color: #666666;
    font-size: 14px;
}

.query_form{
    background: #fff;
    border:1px solid #e4e4e4;
    font-size: 0.8em;
    padding: 20px 30px;
}

span.cblock {
    display: block;
    width: 10px;
    height: 10px;
    background: #f38107;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.s_check{
    display: flex;
    height: 100px;
    line-height: 100px;
}
.s_check span{
    color: #4070b2;
    font-weight: bold;
}
.s_left{
    flex: 1;
    background: url(../img/checked.png);
    background-repeat: no-repeat;
    background-position: center;
}
.s_right{
    flex: 6;
}
.red{
    color: red;
}
.req{
    color: red;
}
.stusearch {
    font-size: 14px;
    padding: 5px;
}
.stusearch div{
    padding: 5px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.cbox th{
    border-bottom: 1px solid #e4e4e4;
    background: url(../img/new_bg.jpg);
    height: 44px;
    font-size: 14px;
}
.cbox table{
    text-align: center;
    line-height: 28px;
}

.first_button{
    /*color: #C6C4C4;
    border: 2px solid #C6C4C4;*/
    background-color: #2b77d9;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    border-radius: 6px;
    cursor: pointer;
    width: 85px;
    display: inline-block;
    margin: 0px 2px
}
.first_row{
    display: flex;
    padding-bottom: 5px;
}
.right tr td{
    font-size: 12px;
}

.boxsearch div{
    float: left;
    width: 40%;
    padding: 10px;
}

.boxsearch1 div{
    float: left;
    margin-right: 10px;
}

.ll {
    float: left;
    margin: 10px;
    color: #333;
    font-size: 14px;
}