body{
    background-color: #ecf0f5;
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
input {
    box-sizing: initial;
}
a{
    color:#115d8a;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-gray{
    color: #999;
}
.text-small{
    font-size: 12px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    max-width: 100%;
}
.navbar.navbar-static-top > .navbar-inner {
    min-height: 32px;
    height: 32px;
    border-radius: 0;
}
.navbar.navbar-static-top .nav > li > a{
    padding: 7px 15px;
}
.navbar-inverse.navbar-static-top .navbar-inner {
    background-color: #0a3853;
    background-image: linear-gradient(to bottom, #0a3853, #07273a);
    background-repeat: repeat-x;
    border-bottom: 1px solid #07273a;
}
.navbar-inverse.navbar-static-top .nav .dropdown.open .dropdown-toggle, .navbar-inverse.navbar-static-top .nav .active > a, .navbar-inverse.navbar-static-top .nav .dropdown.open .dropdown-toggle:hover, .navbar-inverse.navbar-static-top .nav .active > a:hover, .navbar-inverse.navbar-static-top .nav .dropdown.open .dropdown-toggle:focus, .navbar-inverse.navbar-static-top .nav .active > a:focus {
    background-color: #115d8a;
}
.logo {
    background-color: #2162AE;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
}
.logo img{
    max-width: 90%;    
}
.footer {
    border-top: 1px solid #aaa;
    color: #666;
    font-size: 13px;
    margin-top: 50px;
    padding: 30px;
    text-align: center;
}
.breadcrumb{
    font-size:14px;
}
.nav.nav-tabs.nav-primary {
    border-color: #0a3853;
}
.nav.nav-tabs.nav-primary > li.active > a,.nav.nav-tabs.nav-primary > li.active > a:hover {
    background-color: #0a3853;
    border-color: #0a3853;
    color: #fff;
}
.nav.nav-tabs.nav-primary > li > a:hover {
    color: #0a3853;    
}

.form-horizontal .control-label {
    float: none;
    padding-top: 0;
}

.fixed-table-toolbar input{
    margin-bottom: 0;
    vertical-align: inherit;
}

/* @grid */
.row {
    margin: 0 auto;
    /* @fix ie8 */
    width: 101%\9;
}
.row::before, .row::after {
    content: " ";
    display: table;
}
.row::after {
    clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }  
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 60%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 40%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }  
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;    
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }  
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

/* @media */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.document h1{
    color:#0a3853;
}
.document hr{
    border-color: #2162ae;
}
.document .content{
    font-size: 16px;
}
.block{
    padding:10px 0;  
    clear: both;
}
ul.attribute{
    list-style: none; 
    font-size: 16px;
    color:#666;
}
ul.attribute li{
    padding: 5px 0;
}
ul.attribute i,ul.attribute a{
    display: inline-block;
    margin-right:8px;
}

/*
 * Component: Box
 * --------------
 */
.box {
    width:100%;
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #0a3853;
    margin-bottom: 20px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.box:hover {
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.box .timestamp{
    font-size:10px;
    float:right;
    color:#999;
}
.box .timestamp::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 0.3em;
}
.box.box-primary {
    border-top-color: #3c8dbc;
}
.box.box-info {
    border-top-color: #00c0ef;
}
.box.box-danger {
    border-top-color: #dd4b39;
}
.box.box-warning {
    border-top-color: #f39c12;
}
.box.box-success {
    border-top-color: #00a65a;
}
.box.box-default {
    border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none;
}
.box .nav.nav-stacked{
    margin:0;
}
.box .nav-stacked > li {  
    border-bottom: 1px solid #eee;
    margin: 0;  
}
.box .nav-stacked > li a{   
    font-size:12px;    
    padding:14px;
    margin: 0;
}
.box .nav-stacked > li a:hover{   
    background: transparent;
}
.box .nav-stacked > li a.more{
    color:#999;
    font-size: 12px;
    text-align: center;
    padding:8px;
}
.box .nav-stacked > li a::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 0.3em;
}
.box .nav-stacked > li a.more::before,.box .nav-stacked.nav-thumb > li a::before {
    display: none;
}
.box .nav-stacked > li:last-of-type {
    border-bottom: none;
}
.box .nav-stacked.nav-thumb > li{
    min-height: 66px;
}
.box .nav-stacked.nav-thumb > li.last
{ 
    min-height: 30px;
}
.box .nav-stacked.nav-thumb > li .image{
    width:90px;
    float:left;
    clear:both;
    padding:5px 10px;
}
.box .nav-stacked.nav-thumb > li .image img{
    width:70px;
    height:53px;
}
.box .nav-stacked.nav-thumb > li .content{
    display:block;
    padding: 5px 0;
    width:auto;
}
.box .nav-stacked.nav-thumb > li .timestamp{
    display:block;
    float:none;
}
.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}
.box .border-right {
    border-right: 1px solid #f4f4f4;
}
.box .border-left {
    border-left: 1px solid #f4f4f4;
}
.box.box-solid {
    border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
    background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
    color: #444444;
    background: #d2d6de;
    background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
    color: #444444;
}
.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
    color: #ffffff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
    color: #ffffff;
}
.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
    color: #ffffff;
    background: #00c0ef;
    background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
    color: #ffffff;
}
.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
    color: #ffffff;
    background: #dd4b39;
    background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
    color: #ffffff;
}
.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
    color: #ffffff;
    background: #f39c12;
    background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
    color: #ffffff;
}
.box.box-solid.box-success {
    border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
    color: #ffffff;
    background: #00a65a;
    background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
    color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
    color: #fff;
}
.box .box-group > .box {
    margin-bottom: 5px;
}
.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}
.box-header {
    color: #0a3853;
    display: block;
    padding: 6px 10px;
    position: relative;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
    border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 16px;
    margin: 0;
}
.box-header .nav.nav-tabs{
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0px;
}
.box-header .nav.nav-tabs{
    display: inline-block;
    font-size: 16px;
    margin-bottom: -10px;
    border-color: transparent;
}
.box-header .nav.nav-tabs a{
    padding-bottom: 8px;
    border-bottom: 3px solid transparent;
}
.box-header .nav.nav-tabs.nav-primary > li.active > a,
.box-header .nav.nav-tabs.nav-primary > li.active > a:hover {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 3px solid #0a3853;
    color: #0a3853;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}
.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
    position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}
.btn-box-tool {
    border: 1px solid transparent;
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
    color: #606c84;
}
.btn.btn-box-tool:active, .btn.btn-box-tool:hover, .btn.btn-box-tool:focus {
    background: transparent;
    box-shadow: none;
    border: 1px solid transparent;
}
.btn-box-tool.btn-subscribe{
    font-size: 16px;
}
.btn.btn-box-tool.btn-subscribe.actived, .btn.btn-box-tool.btn-subscribe:hover{
    color:#ff7300;
}
.tag.tag-link > li{
    border:0 none;
    background: transparent;
}
.tag.tag-link > li .title{
    display: inline-block;
    max-width: 9em;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.tag.tag-link > li .thumb{
    border:1px solid #ddd;
    display: inline-block;
    width:18px;
    border-radius: 2px;
    margin-bottom: 1px;
    vertical-align: baseline;
}
#main .tag.tag-link > li .title{
    font-size: 14px;
    max-width: 50em;
    line-height: 20px;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 5px 10px;
}
.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.box-body > .table {
    margin-bottom: 0;
}
.box-body .fc {
    margin-top: 5px;
}
.box-body .full-width-chart {
    margin: -19px;
}
.box-body.no-padding .full-width-chart {
    margin: -9px;
}
.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

.box-comments {
    background: #f7f7f7;
}
.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
    content: " ";
    display: table;
}
.box-comments .box-comment:after {
    clear: both;
}
.box-comments .box-comment:last-of-type {
    border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
    padding-top: 0;
}
.box-comments .box-comment img {
    float: left;
}
.box-comments .comment-text {
    margin-left: 40px;
    color: #555;
}
.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
}
.box-comments .text-muted {
    font-weight: 400;
    font-size: 12px;
}
.box-input {
    max-width: 200px;
}
.box img{
    max-width: 100%;
}

#main .box .nav-stacked > li a {
    font-size: 14px;
    margin: 0;
    padding: 10px 14px;
}
.dot-list a{
    display: block;
    padding: 10px 14px;
    border-bottom: 1px dotted #666;
    font-size: 14px;
    color: #666;
}


body.ie input[type='text'], body.ie input[type='password']{
    height:24px;
}
body.ie input[type='text'].input-fat, body.ie input[type='password'].input-fat{
    height:28px;
}
body.ie input[type='radio'], body.ie input[type='checkbox']{
    width:18px;
    height:18px;
}
body.ie.ie11 input[type='radio'], body.ie.ie11 input[type='checkbox']{
    width:13px;
    height:13px;
}

.daohang {
	width:100%;
	height:30px;
	display:block;
	overflow:hidden;
	border:1px solid #CCC;
	border-radius: 6px;
	line-height:23px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}