/*链接*/
a, a:hover, a:focus, a:visited{
  color: #666;
}
a.btn-primary, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:visited{
  color: #fff;
}
a.count-link, a.count-link:visited{
  color: #5390ff;
  text-decoration: underline;
}
a.count-link:hover, a.count-link:focus{
  text-decoration: underline;
}
.btn-blue-fill{
  background: #5390ff;
  color: #fff;
}
.btn-blue-fill:hover, .btn-blue-fill:focus, .btn-blue-fill:visited{
  opacity: .8;
  color: #fff;
}

.nav.navbar-right>li>a.change-password{
  border: 1px solid #5390ff;
  color: #5390ff;
  border-radius: 3px;
  padding: 5px;
  margin-right: 15px;
}

.nav.navbar-right>li>a.exit-button{
  background: #5390ff;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
}

.navbar-top-links .no-other-icon{
  padding: 15px 0;
}

.back-button, .back-button:hover, .back-button:focus, .back-button:visited{
  background: #5390ff;
  color: #fff;
}

.delete-button, .delete-button:hover, .delete-button:focus, .delete-button:visited{
  background: #ffaa00;
  color: #fff;
}

/*表单元素*/
.required-label:before{
  content: "* ";
  color: #FA4B4B;
}
.form-group .i-checks{
  margin-bottom: 5px;
}
.form-control[readonly]{
  background-color: #fff;
}

.form-horizontal .form-group{
  margin-bottom: 28px;
}
.form-horizontal .none-error{
  margin-bottom: 8px;
}
.form-horizontal label.error{
  position: absolute;
  left: 10px;
  bottom: -25px;
}

.checkbox label, .radio label{
  line-height: 5px;
  margin-right: 15px;
  color: #666;
}

textarea{
  min-height: 100px;
  resize: vertical;
}
form .layer-date{
  max-width: 1000px;
}
.form-text{
  line-height: 34px;
}
.form-horizontal .long-label{
  padding-top: 0;
  margin-bottom: -2px;
}
.right-button{
  margin-top: -9px;
  margin-left: 30px;
}
.remove-attachment-button{
  position: absolute;
  right: 35px;
}

.form-inline .form-group{
  margin-right: 15px;
  margin-bottom: 10px;
}
.form-inline .search-button{
  margin-bottom: 0;
  margin: 10px 0;
  background: #5390ff;
  color: #fff;
  margin-top: -2px;
}
.form-inline .i-checks label{
  line-height: 34px;
}
.form-inline .checkbox{
  margin-top: -5px;
}
.form-group .has-checkbox-form-control{
  width: 80%;
}
.form-control-checkbox{
  position: absolute;
  right: -25px;
  top: 0;
}

.form-group .inline-form-control{
  width: 30%;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}
.form-group .inline-form-control-s{
  width: 20%;
}
.form-group .inline-form-control-m{
  width: 30%;
}
.form-group .inline-form-control-l{
  width: 40%;
}
.form-group .inline-button{
  margin-top: -3px;
}

.form-group .form-inline-tree{
  width: 20%;
  margin-left: 68px;
}
.form-group .form-inline-tree-l{
  width: 50%;
  margin-left: 68px;
}

.btn-default.active, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-default:hover, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:active{
  background-color: #fff;
  border-color: #eee;
  color: #333;
}
select[multiple], select[size]{
  height: 34px;
}

.btn-blue, .btn-blue:focus, .btn-blue:visited{
  border: 1px solid #5390ff;
  color: #5390ff;
}
.btn-blue:hover{
  background: #5390ff;
  color: #fff
}

.btn-reply, .btn-reply:visited, .btn-reply:focus{
  background: #5390ff;
  color: #fff;
}
.btn-reply:hover{
  background: #5390ff;
  color: #fff
}

.btn-reset, .btn-reset:visited, .btn-reset:focus{
  border: 1px solid #ff5500;
  color: #ff5500;
}
.btn-reset:hover{
  background: #ff5500;
  color: #fff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: none;
}


/*表格元素*/
.table thead tr th{
  text-align: center;
}
.table tbody tr td.text-left{
  text-align: left;
}
table>tbody>tr>td span{
  display: inline-block;
  width: 80px;
}
.scroll-table-thead{
  padding-right: 6px;
}
.scroll-table-tbody{
  max-height: 500px;
  overflow-y: scroll;
  margin-top: -20px;
}

/*图标*/
.fa-map-marker{
  color: #3D90F2;
}


/*模态框*/
.modal-body img{
  width: 100%;
}

#modal-map .modal-body{
  padding: 15px;
}
#modal-map #map-container{
  min-height: 420px;
}
#modal-map .map-information{
  margin-top: 10px;
}
#modal-map .map-detail #map-container
{
  min-height: 550px;
}
#modal-map #result{
  position: absolute;
  top: 15px;
  padding: 15px;
  min-width: 500px;
  background: rgba(0, 0, 0, .5);
  z-index: 1000;
  color: #fff;
  font-size: 15px;
  display: none;
  margin-right: 15px;
}
.inmodal .text-warning{
  color: #f8ac59;
}

/*详情*/
.details-box .detail-title{
  text-align: right;
}
.details-box .details-item{
  margin: 8px 0;
}
.details-box .col-sm-6 .detail-content{
  position: absolute;
  margin-left: 265px;
}
.details-box .col-sm-4 .detail-content{
  position: absolute;
  margin-left: 200px;
}
.long-details-box{
  padding-bottom: 30px;
}
.long-details-box .long-text{
  width: 800px;
}

.modal .details-box .col-sm-6 .detail-content
{
  position: absolute;
  margin-left: 80px;
}

/*分页*/
.pagination input, .pagination button{
  height: 28px;
  line-height: 15px;
  vertical-align: top;
}
.pagination .btn-default{
  background: #fff;
  color: #666;
  border: 1px solid #e7eaec;
}

/*其他*/
.team-area{
  min-height: 150px;
  width: 100%;
  position: absolute;
  border: 1px solid #E5E6E7;
  display: none;
  z-index: 500;
  background: #fff;
  max-height: 200px;
  overflow-y: scroll; 
}
.complaint-count, .alarm-count{
  display: none;
}

.caret-left{
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 4px dashed;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  vertical-align: middle;
  margin: -3px 2px 0 -5px;
}

.user-name{
  margin-top: 8px;
  margin-bottom: 8px;
  color: #63d1ff;
}
.user-type{
  width: 68px;
  height: 20px;
  border-radius: 10px;
  background: #5390ff;
  color: #fff;
  display: inline-block;
}

i.state-marker{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
i.orange-marker{
  background: #ff5500;
}
i.blue-marker{
  background: #5390ff;
}
i.gray-marker{
  background: #ccc;
}
i.green-marker{
  background: #1BB394;
}

#treeview12{
  border-top: 4px solid #81AEFE;
}

.text-gray{
  color: #999;
}


.bootstrap-select ul{
  max-height: 290px !important;
  overflow-y: scroll !important; 
}

.timeline .time-axis {
  width: 80%;
  margin: 0 auto;
}


@media (min-width: 1800px){
  .details-box .col-sm-6 .detail-content{
    position: absolute;
    margin-left: 315px;
  }
  .details-box .col-sm-4 .detail-content{
    position: absolute;
    margin-left: 250px;
  }
}
@media (min-width: 1600px) and (max-width: 1799px){
  .details-box .col-sm-6 .detail-content{
    position: absolute;
    margin-left: 245px;
  }
  .details-box .col-sm-4 .detail-content{
    position: absolute;
    margin-left: 200px;
  }
  .form-control-checkbox{
    position: absolute;
    right: -35px;
    top: 0;
  }
}
@media (min-width: 1400px) and (max-width: 1599px){
  .details-box .col-sm-6 .detail-content{
    position: absolute;
    margin-left: 225px;
  }
  .details-box .col-sm-4 .detail-content{
    position: absolute;
    margin-left: 180px;
  }
  .form-control-checkbox{
    position: absolute;
    right: -45px;
    top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px){
  .details-box .col-sm-6 .detail-content{
    position: absolute;
    margin-left: 205px;
  }
  .details-box .col-sm-4 .detail-content{
    position: absolute;
    margin-left: 160px;
  }
  .form-control-checkbox{
    position: absolute;
    right: -45px;
    top: 0;
  }
}
@media (max-width: 1199px){
  .details-box .col-sm-6 .detail-content{
    position: absolute;
    margin-left: 185px;
  }
  .details-box .col-sm-4 .detail-content{
    position: absolute;
    margin-left: 140px;
  }
  .form-control-checkbox{
    position: absolute;
    right: -55px;
    top: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
  .input-group-btn ul{
    margin-top: 35px;
  }
} 