﻿body {
    background: #fff;
}

.bar {
    height: 18px;
    background: green;
}
/*override bootstrap 3**/
a:hover {
    text-decoration: none;
}

header .container, nav .container, .container {
    width: 100%;
}

fieldset {
    margin-top: 6px;
}

legend {
    font-size: 1.1em;
    padding-bottom: 4px;
    font-weight: bold;
}

.btn {
    line-height: 1;
}

.btn-transition {
    background: #a6e2ff;
}

    .btn-transition:hover {
        background: #ceeefe;
    }


.pull-right {
    margin-top: 2px;
}

/*top menu*/
.navbar-nav > li > a {
    line-height: 26px;
    padding-top: 4px;
    padding-bottom: 0;
    font-size: 0.9em;
}

.navbar-nav {
    margin-left: 42px;
    color: #fff;
}

@media (max-width: 991px) {
    .navbar-nav {
        margin-left: 0;
    }

    .navbar-collapse {
        padding-left: 0;
    }
}

.nav .open a, .nav .open a:focus {
    border-color: #101417;
}

.navbar-inverse .navbar-nav > li > a {
    border-left: 1px solid #101417;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover {
    background: #254261;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 10px 10px 9px 10px;
    line-height: 28px;
    color: #d6d6d6;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a {
        padding-left: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}


.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #254261;
}

.navbar-brand {
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 26px;
}


@media (max-width: 991px) {
    .navbar-brand {
        padding-left: 4px;
    }
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    background: #2c3742;
    border-color: #191e23;
    min-height: inherit;
}

.dropdown-menu {
    background: white;
}

    .dropdown-menu > li > a {
        color: #f3ecec;
        line-height: 18px;
        font-size: 0.9em;
    }

        .dropdown-menu > li > a:hover {
            background: #254261;
            color: #fff;
        }

    .dropdown-menu .divider {
        background: #666;
    }

.navbar-inverse .navbar-nav > li > a.app-dropdown {
    padding-top: 12px;
    padding-bottom: 4px;
    padding-left: 18px;
    padding-right: 18px;
}

/*app list start*/

.app-dropdown i {
    font-size: 1.8em;
}

.app-list {
    margin: 0;
    min-height: 30px;
    text-align: center;
    white-space: normal;
    background: #2c3742;
}

    .app-list li {
        display: block;
        vertical-align: top;
    }

.app-icon {
    display: inline-block;
    vertical-align: top;
    height: 64px;
    width: 64px;
}

.app-text {
    display: block;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    width: 84px;
    text-overflow: ellipsis;
}

/*app list end*/

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    width: auto;
    height: auto;
    font-size: 10px;
    max-width: 500px;
    max-height: 500px;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

/* layout start */

#sideMenuContainer {
    position: absolute;
    z-index: 100;
    width: 205px;
}

#mainContentContainer {
    min-height: 500px;
    margin-right: 0px;
    margin-left: 205px;
    margin-top: 0;
    width: auto;
    background: #fff;
}

@media (max-width: 767px) {
    #sideMenuContainer {
        position: relative;
        float: none;
        width: 100%;
    }

    #mainContentContainer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    #sideMenuContainer.collapse {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #sideMenuContainer {
        width: 160px;
    }

    #mainContentContainer {
        margin-left: 160px;
    }
}

#content-header {
    position: relative;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    border-bottom: 1px solid #CCC;
    border-top-right-radius: 0px;
    border-top-left-radius: 20px;
    padding: 10px 14px;
    font-weight: bold;
}


#content {
}

#content-inside {
    margin: 12px 12px 0 0;
}

@media (max-width: 767px) {
    #content-header {
        top: 0px;
    }

    #content {
        margin-top: 0;
    }
}

#footer {
    height: 50px;
    width: 100%;
    padding: 8px;
    color: #817976;
    text-align: right;
    background-color: #fff;
    text-align: right;
    font-size: 0.9em;
    clear: both;
}

    #footer .nav li {
        vertical-align: bottom;
        padding-top: 10px;
    }

section {
    margin-bottom: 20px;
}
/**header**/
.header {
    border-bottom: solid 1px #428bca;
    margin-bottom: 12px;
}

    .header:before,
    .header:after {
        content: " ";
        display: table;
    }

    .header:after {
        clear: both;
    }

    .header:after {
        clear: none;
    }

    .header .header-title {
        color: #666666;
        font-size: 30px;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .header .header-info {
        color: #888888;
        font-size: 14px;
        font-weight: 300;
        padding-left: 2px;
        margin-bottom: 4px;
    }
/* layout end*/

/* no-menu start */
@media (min-width: 767px) {
    .no-menu #mainContentContainer {
        margin-left: 0;
        margin-bottom: -30px;
    }

        .no-menu #mainContentContainer #content-header {
            top: 0;
        }

    .no-menu .navbar-nav {
        padding-top: 0px;
    }

    .no-menu .navbar-inverse .navbar-nav > li > a {
        margin-top: 0;
        line-height: 46px;
        margin-bottom: 0;
    }

    .no-menu .navbar-right {
        padding-top: 8px;
    }

    .no-menu .pull-right {
        margin-top: 4px;
    }
}

/* no-menu end */

/*
 * Left sidebar section start
 */
.sidebar {
    background-color: #fcfcfc;
}

@media (min-width: 768px) {
    .sidebar {
        display: block !important;
        height: auto !important;
        width: 205px;
        /*padding-bottom: 10000px;
    margin-bottom: -10000px;*/
        float: left;
    }
}

@media (min-width: 992px) {
    .sidebar {
        display: block !important;
        height: auto !important;
        width: 205px;
        float: left;
    }
}

@media (min-width: 1200px) {
    .sidebar {
        display: block !important;
        height: auto !important;
        width: 205px;
        float: left;
    }
}


@media (min-width:768px) and (max-width:991px) {
    .sidebar {
        width: 160px;
    }
}

.sidebar.collapse {
    display: none;
}

.sidebar.in,
.sidebar.collapsing {
    display: block;
}

.sidebar .nav li > a {
    padding: 6px 10px 6px 15px;
    position: relative;
}

    .sidebar .nav li > a.sr-only {
        position: absolute;
    }

    .sidebar .nav li > a .caret {
        float: right;
        margin-top: 8px;
        margin-right: 1px;
    }

    .sidebar .nav li > a .badge {
        position: absolute;
        right: 25px;
    }

    .sidebar .nav li > a:focus,
    .sidebar .nav li > a:hover {
        background-color: #f7f7f7;
        padding-left: 12px;
        border-left: solid 3px #428bca;
        color: #428bca;
    }

.sidebar .nav .open > a,
.sidebar .nav .open > a:hover,
.sidebar .nav .open > a:focus {
    background-color: #f7f7f7;
    padding-left: 12px;
    border-left: solid 3px #428bca;
}

.sidebar .nav .active > a,
.sidebar .nav .active > a:hover,
.sidebar .nav .active > a:focus {
    background-color: #f7f7f7;
    padding-left: 12px;
    border-left: solid 3px #428bca;
    color: #428bca;
}

.sidebar .nav .menu .submenu {
    display: none;
    list-style: none;
    position: relative;
    float: none;
    padding: 2px 2px 2px 22px;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .sidebar .nav .menu .submenu.sr-only {
        position: absolute;
    }

    .sidebar .nav .menu .submenu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 24px;
        color: #393939;
    }

        .sidebar .nav .menu .submenu > li > a:hover,
        .sidebar .nav .menu .submenu > li > a:focus {
            background-color: #f7f7f7;
            color: #428bca;
            padding-left: 17px;
            text-decoration: none;
        }

    .sidebar .nav .menu .submenu > .open > a,
    .sidebar .nav .menu .submenu > .open > a:hover,
    .sidebar .nav .menu .submenu > .open > a:focus {
        background-color: #f7f7f7;
        padding-left: 12px;
        border-left: solid 3px #428bca;
    }

    .sidebar .nav .menu .submenu > .active > a,
    .sidebar .nav .menu .submenu > .active > a:hover,
    .sidebar .nav .menu .submenu > .active > a:focus {
        background-color: #f7f7f7;
        padding-left: 17px;
        border-left: solid 3px #428bca;
        color: #428bca;
    }

.sidebar .nav .menu.active .submenu,
.sidebar .nav .menu.open .submenu {
    display: block;
}


/*
 * Left sidebar section end
 */

/*side menu start*/

.side-menu {
    padding: 0;
    background: #254261;
}

    .side-menu ul > li {
        /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);*/
        line-height: 16px;
    }

        .side-menu ul > li > a {
            padding: 6px 0 6px 25px;
            width: 100%;
            font-size: 0.9em;
            font-weight: normal;
            text-decoration: none;
            /*color: rgba(255, 255, 255, 0.65);*/
            color: #254261;
            display: inline-block;
            outline: none;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background: #dedede; /* Old browsers */
        }


            .side-menu ul > li > a:hover {
                color: #333;
            }

    .side-menu ul > .active > a, .side-menu ul > .active > a:hover {
        /*background-color: #252525;*/
        color: #111;
        text-shadow: none;
        background: #f5f5f5; /* Old browsers */
        background: -moz-linear-gradient(left, #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #f5f5f5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #f5f5f5 0%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #f5f5f5 0%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to right, #f5f5f5 0%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }

    .side-menu ul .nav-header {
        color: #fff;
        /*background-color: #434343;*/
        padding: 6px 0 6px 15px;
        border-top: 1px solid #858585;
        border-bottom: 1px solid #4A4A4A;
        font-size: 0.9em;
        line-height: 20px;
    }

@media (max-width: 991px) {
    .navbar .brand {
        padding-left: 0;
    }

    .side-menu ul .nav-header, .side-menu ul > li > a {
        padding-left: 20px;
    }
}

.side-menu > ul li.active a:before, .side-menu > ul li.active a:after {
    font-family: 'FontAwesome';
    content: "\f101";
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
}

.side-menu-toggle, .side-menu-toggle:hover {
    background: #4d4d4d !important;
}

/*side menu end*/



/*language bar start*/
.language-ul {
    margin: 8px 10px 0 0;
    white-space: nowrap;
}

.language-li {
    display: inline;
}

    .language-li a {
        line-height: 26px;
        margin: 3px;
        font-size: 0.9em;
        color: #d6d6d6;
    }

        .language-li a img {
            margin: -1px 2px 0 2px;
        }

        .language-li a:hover {
            border-bottom: 0px;
            text-decoration: underline;
        }
/*language bar end*/


/*language dropdown start*/

.language-dropdown {
    min-width: 24px;
    background: #2c3742;
    padding: 0;
}

    .language-dropdown > li > a {
        padding: 3px 15px;
        line-height: 30px;
    }

        .language-dropdown > li > a img {
            margin-right: 4px;
        }
/*language dropdown end */


/* logon info  start*/
.logon-info {
    margin-top: 10px;
    color: #d6d6d6;
}

    .logon-info > a {
        color: #d6d6d6;
        padding: 0;
        line-height: 26px;
        font-size: 0.9em;
    }

/* logon info  end*/

/* form validation start */

.mandatory {
    color: #B94A48;
    line-height: 24px;
    vertical-align: top;
    line-height: 22px;
    position: absolute;
    padding-left: 6px;
    padding-right: 6px;
    color: #fff;
    background: #ee3124; /* default background for browsers without gradient support */
    /* css3 */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .mandatory:after {
        content: "";
        position: absolute;
        bottom: -5px; /* value = - border-top-width - border-bottom-width */
        left: 80%; /* controls horizontal position */
        border-width: 5px 5px 0; /* vary these values to change the angle of the vertex */
        border-style: solid;
        border-color: #ee3124 transparent;
        /* reduce the damage in FF3.0 */
        display: block;
        width: 0;
    }

.mandatory-indicator {
    color: #B94A48;
    padding: 0 6px;
    line-height: 28px;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
}

.mandatory-input {
    background-image: url(img/icons/mandatory.png);
    background-repeat: no-repeat;
    background-position: left center;
}
/* form validation end */


/* form-compact start */
.form-compact {
    font-size: 0.9em;
}

    .form-compact .form-group {
        margin-bottom: 6px;
    }

    .form-compact .control-label {
        padding-left: 0;
        padding-right: 0;
        padding-top: 3px;
    }

    .form-compact .form-control {
        height: 26px;
        padding: 3px 6px;
        border-radius: 3px !important;
    }

.focused-control {
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6);
}

/* checkbox and radio */
.form-compact .checkbox, .form-compact .radio {
    padding-top: 4px;
}

    .form-compact .checkbox input, .form-compact .radio input {
        margin-top: 2px;
    }


@media (max-width: 991px) {
    .form-compact .control-label {
        padding-left: 14px;
    }
}


.form-actions {
    text-align: center;
    margin: 20px auto 6px auto;
}

.panel {
    background-color: #fff;
    *height: 500px;
    padding: 12px;
    border-radius: 4px;
}

.input-group-addon {
    padding-top: 6px;
    padding-bottom: 4px;
}
/* form-compact end */


/*-------------------------------------------------
simple toolbar start
-------------------------------------------------*/

.simple-toolbar {
    /*float:left;*/
    margin: 0 0 0.5em;
    min-height: 1.8em;
    border-bottom: 1px solid #ccc;
    font-size: 1.2em;
    font-weight: 300;
}

/*-------------------------------------------------
simple toolbar end
-------------------------------------------------*/


/*-------------------------------------------------
toolbar start
-------------------------------------------------*/

.toolbar {
    /*float:left;*/
    margin: 0 0 0.5em;
    min-height: 2em;
}

    .toolbar .form-group {
        margin-top: 3px;
        margin-bottom: 3px;
    }

.controlbar_border {
    display: block;
}


    .controlbar_border * {
        background: #eee none repeat scroll 0 0;
        display: block;
        height: 1px;
        overflow: hidden;
    }

.controlbar_border_layer1 {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    margin: 0;
}

.controlbar_border_layer2 {
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    margin: 0;
    padding: 0;
}

.controlbar_border_layer3 {
    background: #E9E9E9 none repeat scroll 0 0;
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    margin: 0 1px;
    padding: 0 1px;
}

.controlbar_border_content {
    background: #eee none repeat scroll 0 0;
    overflow: hidden;
    padding: 4px 10px;
}

/*-------------------------------------------------
toolbar end
-------------------------------------------------*/

/*tab start*/
.nav-tabs {
    margin-bottom: 15px;
}

.tab-content {
    padding: 0px 10px;
    margin-bottom: 20px;
}

/*tab end*/

/*wizard start*/
.wizard a {
    padding: 10px 20px 10px 30px;
    margin-right: 12px;
    background: #F7F7F8;
    position: relative;
    display: inline-block;
    color: #BEC6CD;
    font-size: 1.1em;
}

    .wizard a:before {
        width: 0;
        height: 0;
        border-top: 20px inset transparent;
        border-bottom: 20px inset transparent;
        border-left: 16px solid #fff;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
    }

    .wizard a:after {
        width: 0;
        height: 0;
        border-top: 20px inset transparent;
        border-bottom: 20px inset transparent;
        border-left: 16px solid #F7F7F8;
        position: absolute;
        content: "";
        top: 0;
        right: -16px;
    }

    .wizard a:first-child:before,
    .wizard a:last-child:after {
        border: none;
    }

    .wizard a:first-child {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
    }

    .wizard a:last-child {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}

.wizard a:first-child .badge {
    margin-left: 0;
}

.wizard .current {
    background: #B2B8BD;
    color: #fff;
}

    .wizard .current:after {
        border-left-color: #B2B8BD;
    }

.wizard .pass {
    background: #BDEA74;
    color: #fff;
}

    .wizard .pass:after {
        border-left-color: #BDEA74;
    }
/*wizard end*/

/*Notification*/
.alert-danger .fa-times {
    color: #a94442;
}

.alert-success .fa-times {
    color: #3c763d;
}

.alert-warning .fa-times {
    color: #8a6d3b;
}
/* section */
.imgSection {
    width: 981px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}

    .imgSection ul {
        width: 1040px;
    }

        .imgSection ul li {
            float: left;
            margin-right: 14px;
            margin-bottom: 13px;
            display: inline;
            width: 154px;
            height: 154px;
            overflow: hidden;
            position: relative;
        }

            .imgSection ul li .photo {
                width: 154px;
                height: 154px;
                overflow: hidden;
            }

    .imgSection .rsp {
        width: 154px;
        height: 154px;
        overflow: hidden;
        position: absolute;
        background: #000;
        top: 0px;
        left: 0px;
    }

    .imgSection .text {
        position: absolute;
        width: 154px;
        height: 154px;
        left: -154px;
        top: 0px;
        overflow: hidden;
    }

        .imgSection .text div {
            width: 154px;
            margin-top: 75px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            color: #FFFFFF;
            background: #000000;
            font-family: "microsoft yahei";
            font-size: 20px;
        }


#list {
    padding-left: 17px;
    width: 996px;
    overflow: hidden;
}

    #list ul {
        list-style: none;
    }

    #list h1 {
        margin: 1px 0px 5px 0px;
        font-size: 16px;
        font-weight: 700;
        color: #666;
    }

#list_ad {
    height: 100px;
}

#list_main {
    padding: 0;
    height: 100%;
}

    #list_main li {
        float: left;
        padding: 0 13px 0 2px;
        width: 310px;
        height: 340px;
    }

        #list_main li a {
            color: #333;
        }


/* 分页 */
#paging {
    clear: both;
    display: block;
    padding: 30px 20px;
    text-align: center;
}

    #paging * {
        margin: 0 1px;
        padding: 2px 6px;
        color: #333;
        border: solid 1px #ddd;
    }

    #paging span {
        color: black;
        background: #EEE;
    }

    #paging b, #paging strong {
        color: #FFF;
        border-color: #333;
        background: #333;
    }


.divRadius {
    background: #e5efff;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}