﻿/*body
{
    font-family: "微软雅黑", "宋体", Arial, sans-serif;
    font-size: 12px;
}*/
/*A:hover
{
    TEXT-DECORATION: underline;
}*/
.panel
{
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body
{
    padding: 15px;
}

    .panel-body:before,
    .panel-body:after
    {
        display: table;
        content: " ";
    }

    .panel-body:after
    {
        clear: both;
    }

    .panel-body:before,
    .panel-body:after
    {
        display: table;
        content: " ";
    }

    .panel-body:after
    {
        clear: both;
    }

.panel > .list-group
{
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item
    {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child
        {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child
        {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child
{
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive
{
    margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive
{
    border-top: 1px solid #dddddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered
{
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child
    {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child
    {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-bordered > thead > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td
    {
        border-bottom: 0;
    }

.panel-heading
{
    padding: 8px 5px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    /*height: 30px;
    line-height: 30px;*/
}

.panel-title
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 13px;
}

    .panel-title > a
    {
        color: inherit;
    }

.panel-footer
{
    padding: 8px 5px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel
{
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

    .panel-group .panel + .panel
    {
        margin-top: 5px;
    }

.panel-group .panel-heading
{
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse .panel-body
    {
        border-top: 1px solid #dddddd;
    }

.panel-group .panel-footer
{
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body
    {
        border-bottom: 1px solid #dddddd;
    }

.panel-default
{
    border-color: #dddddd;
}

    .panel-default > .panel-heading
    {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body
        {
            border-top-color: #dddddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body
    {
        border-bottom-color: #dddddd;
    }

.panel-primary
{
    border-color: #428bca;
}

    .panel-primary > .panel-heading
    {
        color: #ffffff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body
        {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body
    {
        border-bottom-color: #428bca;
    }

.panel-success
{
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading
    {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body
        {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body
    {
        border-bottom-color: #d6e9c6;
    }

.panel-warning
{
    border-color: #faebcc;
}

    .panel-warning > .panel-heading
    {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body
        {
            border-top-color: #faebcc;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body
    {
        border-bottom-color: #faebcc;
    }

.panel-danger
{
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading
    {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body
        {
            border-top-color: #ebccd1;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body
    {
        border-bottom-color: #ebccd1;
    }

.panel-info
{
    border-color: #bce8f1;
}

    .panel-info > .panel-heading
    {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body
        {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body
    {
        border-bottom-color: #bce8f1;
    }

.size-12
{
    font-size: 12px;
}

.size-14
{
    font-size: 14px;
}

.size-16
{
    font-size: 16px;
}

.size-18
{
    font-size: 18px;
}

.size-21
{
    font-size: 21px;
}

.size-24
{
    font-size: 24px;
}

.size-36
{
    font-size: 36px;
}

.size-48
{
    font-size: 48px;
}

.size-60
{
    font-size: 60px;
}

.size-72
{
    font-size: 72px;
}

.page-header
{
    position: relative;
    padding-left: 10px;
    /*font-weight:bold;*/
    height: 30px;
    line-height: 28px;
    background: url('../img/column-header-bg.png');
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    border-left: none;
    color: #666666;
    display: block;
    background-image: linear-gradient(#fefefe,#e6e6e6);
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: none;
    text-transform: none;
    margin-top: 2px;
    font-size:0.85em;
}

.tip-bar
{
    position: relative;
    padding-left: 10px;
    /*font-weight:bold;*/
    min-height:30px;
    line-height: 28px;
    background-color:#FFF7E3;
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    border-left: none;
    color: #666666;
    display: block;
    margin-bottom: 5px;
    text-shadow: none;
    text-transform: none;
    margin-top: 2px;
    font-size:0.85em;
}

.search-bar
{
    position: relative;
    padding-left: 10px;
    height: 35px;
    line-height: 34px;
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    /*font-weight: bold;*/
    margin: 2px 0;
    text-shadow: none;
    text-transform: none;
    background-color: #ffffff;
}

.intertek.title-area
{ 
    background:url('../img/logo.png') no-repeat left 10px top 5px;
    height: 55px;
    width: 120px;
    position: inherit;
}

.bsg
{
    height: 55px;
}

.top-bar .bsg
{
    width: auto;
    text-align: center;
    padding-top: 6px;
    margin-right: 30px;
}

    .top-bar .bsg a
    {
        text-decoration: none;
        color: #fff;
        font-size: 1.000em;
        font-weight: bold;
    }

        .top-bar .bsg a:hover
        {
            text-decoration: underline;
        }

.container
{
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    z-index: 99999999;
    top: 0;
    display: block;
    position: absolute;
}

    .container .mtip
    {
        padding: 15px 30px;
        height: 55px;
        font-size: 16px;
        font-weight: bold;
    }

    .container .success
    {
        background-color: #7bc714;
        border-color: #5e990f;
        color: white;
    }

    .container .error
    {
        background-color: #e8483c;
        border-color: #d82719;
        color: white;
    }

    .container .warning
    {
        background-color: #FFA500;
        border-color: #d82719;
        color: white;
    }

.app_bg
{
    background-color: #F7F7F7;
}

/**************** toolbar begin**************/
.toolbar
{
    list-style: none;
    margin: 0;
    *zoom: 1;
}

    .toolbar:before, .toolbar:after
    {
        content: " ";
        display: table;
    }

    .toolbar:after
    {
        clear: both;
    }

    .toolbar > *
    {
        margin: 0 0 0 -1px;
        float: left;
    }

        .toolbar > *:first-child
        {
            margin-left: 0;
        }

    .toolbar a
    {
        border-style: solid;
        border-width: 1px;
        display: inline-block;
        cursor: pointer;
        font-family: inherit;
        font-weight: bold;
        font-size: 0.75em;
        line-height: 1;
        position: relative;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        padding-top: 0.75em;
        padding-right: 1.0em;
        padding-left: 1.0em;
        padding-bottom: 0.75em;
        background: url('../img/column-header-bg.png');
        background-image: linear-gradient(#fefefe,#e6e6e6);
        border-color: #d0d0d0;
        color: #666666;
        min-width:70px;

    }
        .toolbar a:hover
        {
            background-image: linear-gradient(#E9E9E9,#E9E9E9);
            background: #E9E9E9;
        }

        .toolbar a:focus
        {
            /*background-image: linear-gradient(#E9E9E9,#E9E9E9);
            background: #E9E9E9;
            color: #666666;*/
        }

    /*.toolbar > *:first-child, .toolbar > *:first-child > a
    {
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-topleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .toolbar > *:last-child, .toolbar > *:last-child > a
    {
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }*/

    .toolbar.round > *:first-child, .toolbar.round > *:first-child > a
    {
        -moz-border-radius-bottomleft: 1000px;
        -moz-border-radius-topleft: 1000px;
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .toolbar.round > *:last-child, .toolbar.round > *:last-child > a
    {
        -moz-border-radius-topright: 1000px;
        -moz-border-radius-bottomright: 1000px;
        -webkit-border-top-right-radius: 1000px;
        -webkit-border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
    }
    
.toolbar.even-2 li {
  width: 50%;
}
.toolbar.even-2 li a {
  width: 100%;
}
.toolbar.even-3 li {
  width: 33.33333%;
}
.toolbar.even-3 li a {
  width: 100%;
}
.toolbar.even-4 li {
  width: 25%;
}
.toolbar.even-4 li a {
  width: 100%;
}
.toolbar.even-5 li {
  width: 20%;
}
.toolbar.even-5 li a {
  width: 100%;
}
.toolbar.even-6 li {
  width: 16.66667%;
}
.toolbar.even-6 li a {
  width: 100%;
}
.toolbar.even-7 li {
  width: 14.28571%;
}
.toolbar.even-7 li a {
  width: 100%;
}
.toolbar.even-8 li {
  width: 12.5%;
}
.toolbar.even-8 li a {
  width: 100%;
}
/**************** toolbar end**************/

