/*****************************************************
 * 公共样式
 *****************************************************/
html,body { height: 100%;}
body {
    min-width: 1200px;
    color: #666;
    background-color: #eee;
    font-size: 12px;
    font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 130px;
    padding-left: 200px;
}

p,label {
    font-size: 12px;
}

p {
    margin-bottom: 10px;;
}

textarea {
    resize: none;
}

li > hr {
    margin: 5px 0px;
}

.modal .modal-body img {
    max-width: 100%;
}


.baidu_map {
    height: 400px;
}


.carousel-inner>.item {
    height: 135px;
    overflow: hidden;
}

/*****************************************************
 * 自定义样式
 *****************************************************/
 .mb0 {margin-bottom: 0px !important;}
 .mt10 { margin-top: 10px;}
 .mt20 { margin-top: 20px;}
 .mr10 {margin-right: 10px;}
 .mr20 {margin-right: 20px;}
 .text-666 { color: #666;}
 .text-fff { color: #fff;}
 .text-fff:hover,.text-fff:focus,.text-fff:active { color: #eee;}

.border-right { border-right: 1px solid #eee;}
.table-center td, .table-center th {
    text-align: center;
}

.btn-other {
    padding-top: 9px;
    padding-bottom: 9px;
}


.form-inline.form-search .form-control {
    min-width: 120px;
    margin: 0 20px 0 5px;
}

.table .list-inline {
    margin-bottom: 0px;
}

.table [class^=fui-], .table [class*=fui-], .table .glyphicon {
    margin: 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px 8px;
}

a.catalog-item {
    display: block;
    color: #bbb;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 10px;

}
a.catalog-item p {
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.catalog-item .glyphicon {
    font-size: 30px;
}

a.catalog-item:hover,a.catalog-item:active,a.catalog-item:focus,a.catalog-item.active {
    color: #fff;
    background-color: #bbb;
    border-radius: 4px;
} 

.sidebar {
    position: fixed;
    bottom: 100px;
    width: 200px;
    right: -200px;
    background-color: #fff;
    z-index: 999;
}

.sidebar .panel-body {
    overflow: auto;
    height: 400px;
}

.btn-sidebar {
    position: absolute;
    width: 50px;
    left: -50px;
    bottom: 0px;
    z-index: 1;
}

.top-sidebar {
    bottom: 40px;
}

.nav-right {
    border-left: 1px solid #eee;
    padding-left: 40px !important;

}

.legend {
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-left: 10px;
}


.table-info td:nth-child(odd) {
    background-color: #f8f8f8;
    text-align: center;
    width: 15%;
    font-weight: bold;
}


.table.nohidden td {
    white-space: normal !important;
    overflow: auto !important;
}

.btn-group {
    margin-bottom: 10px;
}

.btn-group .btn {
    font-size: 12px;
}
.dropdown-menu {
    font-size: 12px;
}

.pcount {
    width: 100%;
    background-color:#eee;
    color: #333;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    display: block;
}

.pcount:hover,.pcount:focus,.pcount:active {
    color: #000;
}

.pcount-title {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    background-color: #ccc;
    font-weight: bold;
}

.pcount-content {
    padding: 10px 20px;
    font-size: 40px;
    text-align: right;
    font-weight: bold;
    font-style: italic;
}

.pcount-content small {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.chart {
    width: 100%;
    min-height: 500px;
}

.list-summary {
   padding: 10px;
   margin-bottom: 0px;
}

.list-summary li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
    padding-left: 8px;
}

.list-summary li:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 10px;
    background-color: #1ABC9C;
    margin-right: 5px;
}

/*****************************************************
 * 模板样式
 *****************************************************/
.header-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px 0 40px;
    line-height: 30px;
    z-index: 1002;
    background-color: #2C3E50;
    color: #CCD7DB;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
}

.header-top strong {
    position: absolute;
    left: 10px;
}

.header-top a {
    color: #CCD7DB;
}

 /* header */
 .navbar {
     z-index: 1002;
     position: fixed;
     top: 30px;
     left: 0;
     right: 0;
 }

 .breadcrumb {
     z-index: 1001;
     position: fixed;
     left: 200px;
     top: 94px;
     right: 0;
     border-bottom: 1px solid #ccc;
     border-radius: 0;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}

.breadcrumb a {
    color: #888;
}

/* slider */
.slider {
    position: fixed;
    z-index: 1001;
    top: 94px;
    bottom: 0px;
    left: 0px;
    width: 200px;
    background-color: #fff;
    border-right: 1px solid #e1e1e1;
    overflow: auto;
    padding-top: 10px;
}

.slider-title {
    background-color: #1ABC9C;
    color: #fff;
    padding: 5px 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.slider .carousel {
    padding: 5px;
}

.slider .carousel-caption {
    padding: 5px 10px;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slider .carousel-indicators li {
    height: 6px;
    width: 6px;
}

.carousel-indicators .active {
    margin: 1px;
}

.slider-content {
    min-height: 100%;
    margin-bottom: -60px;
    /*padding: 20px 10px 60px;*/
}

.slider-footer,
.slider-footer:after {
    height: 60px;
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
    background-color: #ccc;
}

/* main */
.main {
    padding: 10px;
    /*height: 100%;
    overflow: auto;*/
}

.wrapper.panel {;
    border-radius: 0;
    border-color: #eaeaea;
    margin-bottom: 20px;;
}
.wrapper.panel .panel-heading {
    background-color: #fff;
    border-color: #eaeaea;
}

.wrapper.panel .panel-body {
    padding: 20px;
}

.notice-title {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.slider-footer p {
    text-align: center;
    color: #666;
    margin-bottom: 0px;
}
/*****************************************************
 * FlatUI Bootstrap 样式修改
 *****************************************************/
 /*.nav*/
 .nav-pills>li>a {
     color: #aaa;
 }
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #fff;
    color: #1abc9c;
    font-weight: bold;
}

/*radio*/
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 4px;
    margin-right: 10px;
    margin-left: 0px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    top: 7px;
}

.btn-sm {
     font-size: 12px;
}

[class^=fui-], [class*=fui-],.glyphicon {
    margin: 0 5px;
}

 .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 {
    padding-left: 10px;
    padding-right: 10px;
}

.control-label {
    text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0px;
    font-weight: bold
}

.control-label.star:before {
    content: "*";
    color: #E74C3C;
    margin-right: 5px;
    font-style: normal;
}

/* form-control input form-group */
.form-control {
     border-width: 1px;
     border-radius: 0px;
     border-color: #e1e1e1;
}
.form-control[readonly],.form-control[disabled] {
    color: #333;
}
.form-group:last-child {
    margin-bottom: 0px;;
}

.input-group-addon {
     border-width: 1px;
}

.input-group-btn .btn {
    border-width: 1px;
    border-color: #e1e1e1;
    height: 30px;
    color: #1ABC9C;
}

.input-xs, .form-group-xs .form-control, .form-group-xs .select2-search input[type=text], .select2-search input[type=text] {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
}

.has-error .input-group-btn .btn {
    border-color: #e74c3c;
}

 /* navbar 禁止响应式 */
 .navbar-nav {
    float: left;
    margin: 0;
}
.navbar-header {
    float: left;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav.navbar-right {
    float: right;
}

/*navbar*/
.navbar-brand {
    background: url('../img/index-logo.jpg') no-repeat left center; 
    width: 270px;
}
.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    min-width: 1200px;
}
 .navbar-nav>li>a {
     font-size: 12px;
     padding: 20px 15px;
     font-weight: normal;
 }
 .navbar-nav>li>.dropdown-menu {
     margin-top: 0px;
     font-size: 12px;
     border-radius: 0;
     background-color: #fff;
     border: 1px solid #f1f1f1;
 }

 .dropdown-menu>li>a {
     padding: 8px 25px;
 }

 .dropdown-menu .divider {
     height: 1px;
 }


/* table */
.table {
    border: 1px solid #f1f1f1;
    table-layout: fixed;
}

.table th {
    background-color: #f6f6f6;
}

.table td {
    vertical-align: middle !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table td, .table th {
    border-color: #f1f1f1 !important;
}

/* modal */
.modal-title {
    font-size: 14px;
}

.modal-body {
    padding: 20px 15px;
}

.modal-header {
    padding: 10px 15px;
}

/* bootstrap-switch */
.bootstrap-switch {
    font-size: 12px;
}



/*****************************************************
 * webuploader
 *****************************************************/
.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}


/*****************************************************
* 分页
*****************************************************/
.page {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.first,.prev,.next,.end,.num,.current {
  padding: 3px 8px;
  margin-right: 5px;
}

.current,.first:hover,.prev:hover,.next:hover,.end:hover,.num:hover,.current {
  background-color: #1ABC9C;
  border-color: #1ABC9C;
  color: #fff;
}


/*****************************************************
 * 动画样式
 *****************************************************/
.loading {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0);
    display: none;
    z-index: 999999;
}

.spinner {
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -25px;
}
 
.spinner > div {
    background-color: #1abc9c;
    height: 100%;
    width: 6px;
    display: inline-block;
   
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
 
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
 
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
 
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
 
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
 
@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 
    20% { -webkit-transform: scaleY(1.0) }
}
 
@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.paircard-wrapper {
    padding: 0 20px;
}

.paircard {
    position: relative;
    border: 1px solid #eee !important;
    text-align: center;
    border-radius: 5px;
    margin: 5px 0px;
    padding: 10px 5px;
}

.paircard p:last-child {
    margin-bottom: 0px;
}

.paircard .btn-unpair {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #e74c3c;
}

