@charset "utf-8";

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

label.text_margin_left {
    margin-left: 5px;
}

.slide-btn-box {
    width: max-content;
    position: relative;
}
.slide-btn-box .slide-btn {
    width: 42px;
    height: 22px;
    border-radius: 12px;
    box-sizing: border-box;
    position: relative;
    background-color: #707070;
    cursor: pointer;
    transform: skewX(0);
    transition: all ease 0.3s;
}
.slide-btn-box .slide-btn .slide-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}
.slide-btn-box .slide-btn:hover {
    background-color: #535E6B;
}
.slide-btn-box .slide-btn.on {
    background-color:#046DEC;
}
.slide-btn-box .slide-btn.setting {
    background-color: #1454A2;
}
.slide-btn-box .slide-btn.on .slide-dot {
    left: 27px;
}

.time_table_box {
    margin-right: 45px;
    background: #F33
}

.edit_width_full {

    width: 100% !important;
    height: 30px;
}

.info_view {

    padding: 100px 50px 0px 50px;
}

.info_view_font {

    font-size: 30px;
}

.index_password_box {

    width: 0px;
    height: 0px;
    position: fixed;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 999;
    color: #000;
    background-color: #fff;
}

.index_password_edit {

    margin: 15px !important;
}

.index_password_comfirm_box {

    box-sizing: border-box;
    width: 80%;
    margin: 10px 40px;
    position: relative;
    display: inline-block;
}

.index_password_commit_button {

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
    margin: 7px 7px 0px 0px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 60px;
    height: 25px;
    text-align: center;
    line-height: 25px;

}

.index_password_commit_button:hover {

    color: #ffffff;
    border-color: #eeeeee;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8), 0 1px 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8), 0 1px 0px rgba(255, 255, 255, 0.2);
    background-image: linear-gradient(to bottom, #00b3fd 0%, #007fbf 50%, #0077b5 51%, #008dd0 100%);
}

/*-----------------------------pb_class--------------------------------*/

.pb_toolbar {

    padding: 0px;
    font-size: 0px
}

.bc_center_vertical {

    margin-top: 10px;
    margin-bottom: auto;
}

bc_pb_center_vertical {

    height: 96px;
    margin: auto 0px;
}

.bc_center {

    width: 100%;
    text-align: center;
    margin: 0px auto;
}

.bc_pb_channel_height {

    height: 96px;
}

.checkbox_green_bg {

    color: #a3c94a;
}

.checkbox_blue_bg {

    color: #3cbffc;
}

.checkbox_oringe_bg {

    color: #f46842;
}

.checkbox_black_bg {

    color: #000000;
}

.pb_play_start_item_div {

    background-color: #e1e1e1;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
}

.pb_play_start_item_div:hover {

    background-color: #3cbffc !important;
    padding-left: 10px;
    padding-right: 10px;
}
.pb_search_time_container {

    position: relative;
    height: 240px;
    width: 100%;
    background-color: #444;
    float: left;
}

.pb_search_time_canvas {
    width: 238px;
    height: 210px;
}

.pb_search_button_container {

    position: relative;
    height: 105px;
    width: 100%;
    background-color: #e5e5e5;
    float: left;
}

.pb_search_button {

    position: relative;
    width: 138px !important;
    height: 20px;
    margin: 5px auto !important;
}

.pb_file_type_parent {

    float: right;
    width: 400px;
    vertical-align: middle;
    line-height: 40px;
}

.pb_file_type_item {

    position: relative;
    width: 100px;
    float: left;
}

/*-----------------------------preview_class--------------------------------*/

.ptz-3d-location-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ptz-3d-location-wrap .draw-area {
    position: relative;
}
.ptz-3d-location-wrap .draw-area .draw-block {
    position: absolute;
    border: 6px solid #009de5;
}

#pre_img_container,
#pre_adv_container {
    display: none !important;
}
.pre_track_limit_container {
    overflow: hidden;
}

.pre_ptz_container {
    position: relative;
    height: min-content;
    width: 100%;
    overflow: hidden;
    background-color: #e5e5e5;
}

.ptz-channel-table {
    color: #000;
    width: 100%;
    margin-top: 15px;
}

.ptz-channel-table tr td:first-child {
    width: 30%;
    padding-left: 10px;
}

.ptz-channel-table tr td:last-child {
    width: 70%;
}

.pre_head_title {

    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, #343434 0%, #454545 100%);
    color: #F7F8F9;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;

}

.pre_head_title.big {
    font-size: 20px;
}

.pre_head_title:hover {
    background: #535E6B;
}

.pre_head_title:active {
    background: #1E7EEF;
}

.pre_head_arrows {
    font-size: 16px;
}

.top-logo {
    height: 32px;
    position: relative;
    left: -30px;
}

.menu_view_item {
    cursor: pointer;
    width: 150px;
    height: 58px;
    text-decoration: none !important;
    justify-content: center;
}

.menu_view_item:hover {
    background-color: #535E6B;
}

.menu_view_item.logout-btn:hover {
    background-color: #FB2B30;
}

.menu_view_item.selected {
    background-color: #046DEC;
}

.menu_view_item.func-btns {
    width: 58px;
}

.pre_control_icon {

    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 1.5px;
    margin-right: 3px;
    margin-bottom: 1.5px;
    background-repeat: no-repeat;
    border: 1px solid #646464;

}


.pre_stitch_container {
    width: 100%;
    color: #000;
    overflow: hidden;
    background-color: #e5e5e5;
}
.pre_stitch_container .pre_stitch_control_content {
    height: 336px;
    padding: 0 8px;
}
.pre_stitch_container .slider_box_item {
    float: none;
}
.pre_stitch_container button {
    font-weight: normal !important;
}
.pre_stitch_control_content > p,
.pre_stitch_control_content > div,
.pre_stitch_control_content > button {
    margin-top: 10px;
    line-height: 1.4;
}
.pre_stitch_control_content .amount_stitch {
    width: 158px;
}
.pre_stitch_control_content input {
    border: none;
    background: none;
    outline: none;
    margin: 0;
    padding: 0;
    height: 30px;
    text-align: center;
    cursor: default;
}

.icon_minus,
.icon_plus,
.icon_arrow_left,
.icon_arrow_right,
.icon_arrow_down,
.icon_arrow_up {
    background-repeat: no-repeat;
}
.icon_minus {
    background-image: url(../img/list_reduce.png);
}
.icon_minus:hover {
    background-image: url(../img/list_reduce_click.png);
}
.icon_plus {
    background-image: url(../img/list_plus.png);
}
.icon_plus:hover {
    background-image: url(../img/list_plus_click.png);
}
.icon_arrow_left {
    background-image: url(../img/list_left.png);
}
.icon_arrow_left:hover {
    background-image: url(../img/list_left_click.png);
}
.icon_arrow_right {
    background-image: url(../img/list_right.png);
}
.icon_arrow_right:hover {
    background-image: url(../img/list_right_click.png);
}
.icon_arrow_up {
    background-image: url(../img/list_up.png);
}
.icon_arrow_up:hover {
    background-image: url(../img/list_up_click.png);
}
.icon_arrow_down {
    background-image: url(../img/list_down.png);
}
.icon_arrow_down:hover {
    background-image: url(../img/list_down_click.png);
}
.icon_minus.disabled {
    background-image: url(../img/list_reduce_dis.png);
    cursor: default;
}
.icon_plus.disabled {
    background-image: url(../img/list_plus_dis.png);
    cursor: default;
}
.icon_arrow_left.disabled {
    background-image: url(../img/list_left_dis.png);
    cursor: default;
}
.icon_arrow_right.disabled {
    background-image: url(../img/list_right_dis.png);
    cursor: default;
}
.icon_arrow_up.disabled {
    background-image: url(../img/list_up_dis.png);
    cursor: default;
}
.icon_arrow_down.disabled {
    background-image: url(../img/list_down_dis.png);
    cursor: default;
}

.bc_group:before,
.bc_group:after {
    content: "";
    display: table;
}

.bc_group:after {
    clear: both;
}

.bc_group {
    zoom: 1;
}

.pre_image_default_button {

    position: relative;
    width: 100px !important;
    height: 20px;
    margin: 0 auto !important;
    font-weight: normal !important;
}

.preview_image_check_item {

    float: left;
    width: 102px;

}

.preview_image_check_item_center {

    text-align: center;
    line-height: 30px;
    height: 30px;
    margin: auto;
}

.pre_preset_container {

    position: absolute;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #e5e5e5;
}


.prev_preset_menu_container {

    margin-top: 5px;
    position: relative;
    display: block;
    float: left;
    height: 23px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #aaaaaa;
    overflow: hidden;
}

.pre_preset_menu_item {

    float: left;
    color: #000;
    width: 60px;
    text-align: center;
    line-height: 22px;

}

.pre_preset_menu_item:active {

    background-image: -webkit-linear-gradient(bottom, #0064fa, #1978fa);
    background-image: -o-linear-gradient(bottom, #0064fa, #1978fa);
    background-image: -moz-linear-gradient(bottom, #0064fa, #1978fa);
    background-image: linear-gradient(to bottom, #0064fa, #1978fa);
    color: #fff;
}

.pre_preset_menu_left_item {

    border-radius: 5px 0px 0px 5px;
}

.pre_preset_menu_item_sel {

    background-image: -webkit-linear-gradient(bottom, #64a0fa, #1978fa);
    background-image: -o-linear-gradient(bottom, #64a0fa, #1978fa);
    background-image: -moz-linear-gradient(bottom, #64a0fa, #1978fa);
    background-image: linear-gradient(to bottom, #64a0fa, #1978fa);
    color: #fff;
}

.pre_preset_menu_right_item {

    border-radius: 0px 5px 5px 0px;
}


.pre_preset_preset_container {

    position: relative;
    float: left;
    width: 220px;
    margin: 8px;
    color: #000;
}

.pre_preset_preset_header {

    height: 20px;
    border: 1px solid #aaaaaa;
    background-color: #fff;
}

.pre_preset_preset_item {

    float: left;
    line-height: 15px;
    vertical-align: middle;
    color: #000;
    margin: 2px 0px;
    padding-left: 5px;
}

.pre_preset_preset_list_item_item {

    float: left;
    line-height: 25px;
    vertical-align: middle;
    color: #000;
    padding-left: 5px;
    cursor: pointer;
}

.pre_preset_list_container {

    float: left;
    width: 220px;
    height: 150px;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    background-color: #fff;
    overflow-y: scroll;
}

.pre_preset_cruise_list_container {

    float: left;
    width: 220px;
    height: 150px;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    background-color: #fff;
    overflow-y: hidden;
}

.pre_preset_preset_list_base_item {

    display: flex;
    height: 25px;
}


.pre_preset_preset_list_item {


    background-color: #fff;
}

.pre_preset_preset_list_item:nth-child(2n) {

    background-color: #d9d9d9;
}

.pre_preset_preset_list_base_item:hover {

    background-color: #60ccff;
}

.pre_preset_preset_list_base_item.selected {
    background-color: #60acff;
}

.pre_preset_preset_list_base_item.selected span {
    color: white;
}

.pre_preset_list_id {

    width: 2em;
}

.pre_preset_list_name {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pre_preset_id_item {

    width: 2em;
    border-right: 1px solid #aaaaaa;
}

.pre_preset_name_item {

    width: 58%;
    border-right: 1px solid #aaaaaa;
}


.pre_reset_reset_control_container {

    width: 220px;

}

.pre_reset_reset_control_button {

    float: left;
    width: 60px !important;
    height: 20px;
    font-weight: normal !important;
    margin: 20px 6px;

}

.pre_adv_container {

    width: 100%;
    overflow: hidden;
    background-color: #e5e5e5;
}

.pre_clip_container {

    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.clip-status {

    color: black;
    margin: 0;
    padding: 8px;
    text-align: center;
}

#toggle-clip-status {
    vertical-align: text-bottom;
}

.pre_adv_item_height {

    margin: 0px;
    height: 40px;
}

.pre_adv_item_container {

    line-height: 40px;
    height: 40px;
    vertical-align: middle;
}

.pre_adv_item_text {

    text-align: left;
    line-height: 40px;
    margin: auto 5px;
    color: #000;
}

.pre_adv_item_content {

    float: right;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
}

.prev_adv_item_content_center {

    height: 30px;
    margin: 5px;
}

.prev_adv_item_content_center>select {

    width: 130px;
    height: 30px;
}

.pre_adv_button_container {

    float: left;
    width: 100%;
    margin: 15px 5px;
    padding-right: 10px;
}

.pre_adv_button_left {

    float: left;
    width: 100px !important;
    height: 20px;
    font-weight: normal !important;
}

.pre_adv_button_right {

    float: right;
    width: 100px !important;
    height: 20px;
    font-weight: normal !important;
}

.pre_toolbar_play_size {

    float: right;
    margin-right: 15px;
}

.pre_adv_range {

    width: 60px;
    text-align: center;
    height: 20px;
    line-height: 15px;
}

.pre_adv_sec_item {

    height: 30px;
    float: right;
    color: #000;
    margin: 0px 5px;
}

.pre_adv_sec_item>select {

    width: 130px;
    height: 30px;
}

.pre_adv_sec_item_height {

    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.pre_sec_adv_item_text {
    line-height: 30px !important;
}

.pre_adv_sec_slider_width {

    width: 130px;
    margin: 0px 0px !important;
}

.prv_adv_sec_margin {

    margin: 0px 5px;
}

.prev_adv_item_content {

    height: auto;
    min-height: 40px;
    border-radius: 5px;
    margin: 5px 0px;
    background-color: #d7d7d7;
}

.selectHeight {

    height: 10px;
}

#clip-view-frame {

    border: 1px solid #ccc;
    margin: 0 8px 4px 8px;
    width: auto;
    background-size: 100% 100%;
    position: relative;
}

#clip-view-frame.disabled {
    border-color: red;
}

#clip-target-view {
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid red;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}

#clip-target-view .drag-spot {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: blue;
}

#clip-target-view .drag-spot.left-top-spot {
    top: 0;
    left: 0;
    cursor: se-resize;
}

#clip-target-view .drag-spot.right-top-spot {
    top: 0;
    right: 0;
    cursor: sw-resize;
}

#clip-target-view .drag-spot.left-bottom-spot {
    bottom: 0;
    left: 0;
    cursor: sw-resize;
}

#clip-target-view .drag-spot.right-bottom-spot {
    bottom: 0;
    right: 0;
    cursor: se-resize;
}