html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    line-height: 1;
}

video {
    object-fit: fill;
    border-right: 1px solid #fff;
}

.main {
    margin: 10px;
    width: calc(100% - 22px);
    height: calc(100vh - 22px);
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #cecece;
}

.left {
    width: 300px;
    height: 100%;
    border-right: 1px solid #cecece;
}

#container {
    width: 100%;
    height: 100%;
    display: block;
}

#real_div {
    display: none;
}

#record_div {
    display: none;
}

button,
input,
select {
    margin-bottom: 5px;
}

.list-head-title-container {
    background-color: #3598dc !important;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.list-title {
    margin: 0px;
}

.mapLeftCenterDiv {
    padding: 20px;
}

.form-group.form-md-line-input.has-success label {
    color: #27a4b0 !important;
}

.tree_view {
    height: 300px;
    position: absolute;
    z-index: 1000;
    background-color: rgb(255, 255, 255);
    width: calc(100% - 30px);
    border: 1px solid rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.15) 9px 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: auto;
    display: none;
    padding: 0px !important;
}
#groupTree {
    height: 82%;
    overflow-y: auto;
}

.tree_bottom_button {
    padding: 5px 25px;
    font-size: 15px;
    position: absolute;
    bottom: 7px;
    right: 7px;
}

.bootstrap-select .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all) {
    padding-left: 0px !important;
    font-weight: normal !important;
    font-size: 13px;
    outline: none !important;
}

.bootstrap-select {
    border: 0px !important;
}

button[data-id="region"] {
    border: 0px;
    border-bottom: 1px solid #27a4b0;
}

.wrapper {
    height: calc(100% - 6px);
    padding: 0px;
}

.byskplayer-layout-wrapper .replay-pane .replay-img {
    display: none !important;
}

.mapLeftDiv {
    padding: 0px;
}

.loadfather {
    width: 97%;
    height: 18px;
    z-index: 10000;
    background-color: #fff;
    border-radius: 7px;
}

.videoGroup {
    position: absolute;
    bottom: 20px;
    right: 3%;
    width: 69%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    height: 40px;
    border-radius: 5px;
    padding: 10px;
}

.glyphicon {
    font-size: 16px;
}

.btn-video-icon {
    background-color: transparent;
    margin: 0px;
    border: 0px;
}

.videoControl {
    width: 2%;
    text-align: center;
    margin-top: -1px;
    min-width: 30px;
    color: #fff;
}

.ecs_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #a90000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    font-size: 25px;
}

.nb-spinner {
    width: 75px;
    height: 75px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #a90000;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*video默认setting按钮*/
video::-internal-media-controls-overflow-button {
    display: none !important;
}

/*更改是否显示播放秒数*/
video::-webkit-media-controls-current-time-display {
    display: none !important;
}

/*更改是否显示进度条*/
video::-webkit-media-controls-timeline {
    display: none !important;
}

/*更改是否显示视频总时间*/
video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

/*更改是否显示播放暂停按钮 */
video::-webkit-media-controls-play-button {
    display: none !important;
}

/*更改是否显示下载按钮 */
video::-internal-media-controls-download-button {
    display: none !important;
}

/*更改是否显示全屏按钮*/
video::-webkit-media-controls-fullscreen-button {
    display: none;
}

/*更改是否显示声音*/
video::-webkit-media-controls-mute-button {
    display: none;
}

video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}

/*更改是否显示音量的控制条*/
video::-webkit-media-controls-volume-slider {
    display: none;
}

/*整个控制栏都隐藏掉*/
video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

/*重置audio和video的边框和圆角样式*/
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/* 滚动条样式 */
::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #888;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
