/* CSS Document */
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

/*滚动条的滑轨背景颜色*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(75, 75, 75, 0.58);
}

/*滑块颜色*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(48, 48, 48, 0.92);
}

::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

/* 滑块整体设置*/
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
/* .form-control {
    background-color: #09152D;
    color: #fff;
    border: 1px solid #366DFF;
} */

.con_div {
  height: 18%;
  width: 99%;
  margin-left: 1%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.con_div_text {
  height: 100%;
  background-color: rgba(0, 24, 106, 0.5);
  width: 32%;
  margin-right: 1.3%;
}

.con_div_text01 {
  width: 50%;
  height: 100%;
}

.text01_img {
  width: 40px;
  height: 40px;
  margin-left: 5%;
  margin-top: 35px;
}

.text01_div {
  margin-top: 15px;
  margin-left: 5%;
  text-align: center;
}

.text01_div p {
  line-height: 35px;
}

.text01_div p:nth-child(1) {
  font-size: 13px;
  color: #ffffff;
}

.text01_div p:nth-child(2) {
  font-size: 28px;
  color: #ffff43;
  font-weight: 600;
}

.left {
  float: left;
}

.right {
  float: right;
}

.data_tit1 {
  height: 20px;
}

.box_top_border {
  border-top: 2px solid #016ae0;
}

/*.right_table_tr {
           height:10%
       }*/

.header {
  width: 100%;
  height: 60px;
  background-color: #1c3f6e;
  background: linear-gradient(90deg, #1c3f6e, #26548f, #3066ae);
}

.header_center {
  width: 70%;
  color: rgb(255, 255, 255);
  height: 60px;
  /* background-image: url(../img/logoBg.png); */
  background-size: 100% 100%;
  font-family: 微软雅黑 !important;
  margin: 0px auto;
}
.header_meun_right {
  width: 15%;
}
.header_meun_left {
  width: 15%;
}
.nav {
  width: 15%;
}

.text_right {
  text-align: right;
}

.nav > ul > li {
  display: inline-block;
  width: 120px;
  text-align: center;
  height: 40px;
  position: relative;
  line-height: 40px;
  margin-top: 15px;
  box-sizing: border-box;
  border-radius: 5px;
}

.nav > ul > li > a {
  color: #fff;
}

.nav > ul > li i {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.nav_1 {
  background-image: url(../img/head_gaikuang.png);
}

.nav_2 {
  background-image: url(../img/head_map.png);
}

.nav_3 {
  background-image: url(../img/head_jingying.png);
}

.nav_4 {
  background-image: url(img/head_chechangxinxi.png);
}

.nav_5 {
  background-image: url(../img/head_tuichu.png);
}

.parksearch {
  border-bottom: 1px solid #d8d9db;
  margin-bottom: 5px;
}

.park_search_list {
  margin: 0px 9px 0px 9px;
  height: 87%;
  overflow: auto;
}

.park-detail {
  border-top: 1px dashed #d9dee4;
  color: #333;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: left;
  overflow: hidden;
}

.park-detail-border-bottom {
  border-bottom: 1px dashed #d1d2d5;
}

.park-detail-choose {
  background-color: #b5cce4e3;
  /* box-shadow: -2px 0px 5px #016ae0 inset, 2px 0px 2px #016ae0 inset; */
}
.park-earlywarning-choose {
  background-color: #b5cce4e3;
  /* box-shadow: -2px 0px 5px #016ae0 inset, 2px 0px 2px #016ae0 inset; */
}
.thumbnail {
  background-color: rgba(0, 24, 106, 0.5);
  border: 1px solid #016ae0;
}

.thumbnail .caption {
  padding: 1px;
  text-align: center;
}

.status_point {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 8px 0px 0px 20px;
}

.status_point_park {
  float: right;
  margin-right: 5px;
  margin-top: 12px;
}

.table_p table {
  width: 100%;
  /* height: 100%; */
  border-collapse: collapse;
  text-align: center;
}

.table_p table tbody tr {
  height: 40px;
  line-height: 40px;
}

.table_p table thead tr {
  height: 30px;
  line-height: 30px;

  text-align: center;
}

.table_p table thead tr th {
  text-align: center;
}

.table_p table tbody tr:nth-child(2n + 1) {
  /* background-color: #072951;
    box-shadow: -2px 0px 5px #016ae0 inset, 2px 0px 2px #016ae0 inset; */
  border-top: 1px dashed #d9dee4;
  border-bottom: 1px dashed #d9dee4;
}

.table_p table tbody tr:nth-child(2n) {
  /* box-shadow: -10px 0px 15px #072951 inset, 10px 0px 15px #072951 inset; */
  border-top: 1px dashed #d9dee4;
  border-bottom: 1px dashed #d9dee4;
}

.park_number {
  font-weight: bold;
  font-size: 20px;
  color: #1afa29;
  font-family: data_Number;
}

.on_oline_tag {
  background-color: #67c23a;
}

.off_oline_tag {
  background-color: #808080;
}

.overdue_tag {
  background-color: red;
}

.div_bigdata_parklistname {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
  float: left;
  cursor: pointer;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

.videoBox {
  overflow: hidden;
}

.video_title_content {
  color: #fff;
  margin: 6px 0px 0px 100px;
}

.div_call_warning {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.other_search {
  position: absolute;
  bottom: 2px;
  /* right: 5px;*/
  left: 3px;
  width: 99%;
  height: 35px;
  background-color: rgba(0, 24, 106, 0.5);
  opacity: 0.95;
  color: white;
  line-height: 100px;
  cursor: pointer;
  z-index: 1;
}

.modal-dialog {
  position: absolute !important;
  top: 40% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
}
.head-logo {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  width: 200px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); */
  color: #fff;
}

.header-menu {
  display: flex;
}

.header-menu-item {
  height: 60px;
  line-height: 60px;
  width: 80px;
  text-align: center;
}

.header-menu-item-choose {
  background-color: #1623438b;
}
label {
  font-weight: 500;
}

/* Notification 样式 */
.notification-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 330px;
}

.notification {
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 14px 26px 14px 13px;
  margin-bottom: 16px;
  position: relative;
  transition: opacity 0.3s, transform 0.3s;
  overflow: hidden;
  cursor: pointer;
}

.notification:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}

.notification-icon {
  position: absolute;
  left: 10px;
  top: 14px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.notification-title {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  padding-left: 20px;
}

.notification-content {
  font-size: 12px;
  color: #666;
  padding-left: 20px;
  word-wrap: break-word;
}

.notification-content a {
  color: #409eff;
  text-decoration: none;
}

.notification-content a:hover {
  text-decoration: underline;
}

.notification-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  color: #ccc;
  font-size: 16px;
  font-weight: bold;
}

.notification-close:hover {
  color: #7f7f7f;
}

/* 类型样式 */
.notification.primary .notification-icon {
  background-color: #337ab7;
}

.notification.success .notification-icon {
  background-color: #67c23a;
}

.notification.warning .notification-icon {
  background-color: #e6a23c;
}

.notification.error .notification-icon {
  background-color: #f56c6c;
}

.notification.info .notification-icon {
  background-color: #909399;
}

/* 隐藏的音频元素 */
#notification-audio {
  display: none;
}
