body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font: 15px/1.5 "Tahoma", Arial, sans-serif;
}
input, select{
  outline: none:
  border: none;
}
#main_vindow {
    position: absolute;
    height: 100%;
    width: 100%;
    min-width: 480px;
    min-height: 480px;
    margin-left: 0px;
    margin-top: 0px;
}


#top_panel {
    background: #3e3e3d;
    height: 45px; /*if you change it here change in connect.js var TOP_PANEL_HEIGTH*/
    text-align: left !important;
    width: 100%;
    min-width: 480px;
    font-size: 14px;
    margin-left: 0px;
    position: relative;
    z-index: 10000;
}

#top_panel_left {
    float: left;
    background: #3e3e3d;
    color: #ffffff;
    line-height: 45px;
    padding: 0 0 0 5px;
    float: left;
}

#top_panel_left div {
    background-color: transparent;
    margin-top: 0;
    position: relative;
    text-align: center;
    padding: 0px 10px 0px 40px;
    line-height: 45px;
    background-size: 28px;
    background-position: 5px;
}

#playback_b {
    position: relative !important;
}

#top_panel_left div:hover {
    cursor: pointer;
    background-size: 28px;
    border-radius: 0;
}

#top_panel_right {
    float: right;
    width: 20%;
    text-align: right;
    background: #3e3e3d;
    margin-right: 5px;
}

#current_playing_time {
    position: relative;
    float: right;
    font-size: 24px;
    color: #ffffff;
    top: 5px;
    right: 75px;
}

#top_panel_right_buttons {
    padding: 10px 10px 0 0;
}

#middle_panel {
    text-align: left;
    min-width: 480px;
    min-height: 240px;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 0px;
    display: block;
}

.left_panel_sticked {
    position: absolute;
    background: #232323;
    width: 240px;
    height: inherit;
    min-width: 200px;
    min-height: 128px;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 0px;
    display: block;
    z-index: 9;
}

.left_panel_separate {
    position: absolute;
    background: #232323;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: none;
    width: 650px;
    max-width: 95%;
    height: 400px;
    font-size: 12px;
    display: block;
    z-index: 1000002;
    border-radius: 0;
}

#left_panel_top {
    padding: 6px 3px 6px 0;
    height: 40px;
    text-align: center;
    display: block;
    border-radius: 0;
    display: flex;
}

#left_panel_top #con_close {
    position: relative;
    right: 3px;
      margin-top: 14px;
}

.left_panel_separate #con_close {
    position: absolute !important;
    right: 0 !important;
}


#left_panel_top #server_ip_port {
  border: none;
  border-radius: 0;
  width: 120px;
  margin: 0 !important;
  box-shadow: none;
  background: #333;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-right: 10px !important;
  height: 25px !important;
  padding-left: 12px;
}


#left_panel_list {
    width: 240px;
    height: 240px;
    background: rgb(39 66 70);
    text-align: left !important;
    display: block;
    border: 0;
    overflow: auto;
    color: #FFFFFF;
}

#left_panel_list li {
    background-color: rgb(39 66 70) !important;
    cursor: pointer;
}

.left_panel_separate #left_panel {
    width: 500px !important;
    height: 600px;
}

.left_panel_separate #left_panel_top {
    padding: 12px;
    width: 100%;
    display: block;
}

#left_panel_top_search_container {
  padding: 8px 0px 0 10px;
  display: flex;
  width: 100%;
}

.left_panel_separate #left_panel_top_search_container #server_ip_port {
    position: relative;
    padding: 12px;
    border: none;
    width: 83%;
    background: #333333;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
    float: left;
    height: 40px !important;
}

.left_panel_separate #left_panel_top_search_container {
    padding: 0 0px 0 0px;
  }


#left_panel_top_search_container #server_search_b:nth-child(3) {
    border: 1px solid #000;
    display: none;
}

.left_panel_separate #left_panel_top_search_container #server_search_b:nth-child(2) {
    display: none;
}

.left_panel_separate #left_panel_top_search_container #server_search_b:nth-child(3) {
    display: block;
}

.left_panel_separate #left_panel_top_search_container #server_search_b {
  background: #386958;
  border: 1px solid #386958;
  box-shadow: none !important;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  padding: 3px 20px;
  color: #fff;
  margin: 4px 0 0 !important;
  height: 32px;
}

.left_panel_separate #left_panel_top .close_b {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
}

.left_panel_separate #left_panel_top .minimize_b {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    transform: translate(-27px, 0);
}

.left_panel_separate #left_panel_list {
    background: #484848;
    width: 98% !important;
    height: 275px !important;
    border-radius: 5px;
    margin: 5px 0 0 5px;
    box-shadow: 0 0 3px #000;
    margin-bottom: 5px;
    box-shadow: none;
}

#middle_left_panel_top_search {
    display: none;
}

.left_panel_separate #middle_left_panel_top_search {
    display: block;
}

.left_panel_separate #left_panel_top_popup {
    height: 100%;
    display: block !important;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    z-index: 10001;
    width: 200px;
}











/* .left_panel_separate #left_panel_top_search_container {
    position: relative;
    height: 35px;
    max-width: 70%;
    background: linear-gradient(180deg, #636463 0%, #3c3c3c 100%);
    border: 1px solid #000;
    border-radius: 5px;
    margin: auto;
    text-align: left;
    z-index: 10002 !important;
} */

.left_panel_separate input {
    margin: 12px 12px 0 0 !important;
}

.left_panel_separate #server_search_b {
    position: relative;
    left: 0;
    top: 0;
    height: 25px;
    width: 75px;
    border-radius: 5px;
    box-shadow: 0 0 5px #000;
    background-image: none;
    background: linear-gradient(0deg, #494c49 0%, #545654 28%);
    box-shadow: none;
}
/*
.left_panel_separate #server_search_b:nth-child(3) {
    background: linear-gradient(180deg, #4d4d4d 0%, #575757 100%);
}

.left_panel_separate #server_search_b:nth-child(3):hover {
    background: linear-gradient(180deg, #4d4d4d 100%, #575757 0%);
}

.left_panel_separate #server_search_b:nth-child(3):active {
    background: linear-gradient(0deg, rgba(87, 87, 87, 1) 0%, rgba(85, 85, 85, 1) 48%, rgba(61, 61, 61, 1) 100%);
} */

.left_panel_separate #server_search_b:hover {
    height: 25px;
    width: 75px;
    background-color: none;
    border-radius: 5px;
    border: 1px solid #fff !important;
}


.left_panel_separate #left_panel_list_container {
  position: relative;
  width: 100%;
  margin: 40px auto 0;
  padding: 12px 0;
  background: #484848 !important;
  border-radius: 0px;
  z-index: 1000;
}

#left_panel_list_header {
    display: none;
}

.left_panel_separate .server_tree {
    background: #484848;
    width: 61.5% !important;
    padding: 5px 15px;
    border-radius: 3px;
}

.left_panel_separate #left_panel_list li {
    background: #484848 !important;
    max-width: 60%;
    margin: 0;
    line-height: 15px;
    border-radius: 3px;
}

.left_panel_separate .server_in_tree {
    font-weight: bold;
}


#left_panel_bottom_popup {
    display: none;
}

.left_panel_separate #left_panel_bottom_popup {
    background: #3c3c3c;
    width: 98%;
    margin: 5px auto;
    padding: 7px 0;
    text-align: right;
    border-radius: 5px;
    display: block;
}

.left_panel_separate #left_panel_bottom_popup div {
    padding-right: 5px;
}

.left_panel_separate .modal_bottom_but {
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 7px;
    border: 1px solid black;
}

input[type="range"]#aud_slider {
    position: absolute;
    overflow: hidden;
    width: 100px;
    height: 10px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid black;
    transform: rotate(270deg) translate(60px, -40px);
    box-shadow: 0 0 0 5px rgb(0, 0, 0, 0.6);
    z-index: 100000000;
}

input[type="range"]#aud_slider::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #13bba4;
    margin-top: -1px;
}

input[type="range"]#aud_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 30px;
    cursor: ns-resize;
    background: #2e526a;
    border: 1px solid black;
    box-shadow: -80px 0 0 80px #2e526a;
}

input[type="range"]#aud_slider::focus {
    background: #000;
}

/**/

#right_panel {
    position: absolute;
    background: #000000;
    width: 240px;
    height: 240px;
    font-size: 12px;
    margin-top: 0px;
    margin-left: 240px;
    border: 1px solid;
    border-color: black;
    display: block;
}

#bottom_panel {
    display: block;
    position: absolute;
    text-align: left;
    background: #212121;
    width: 100%;
    min-width: 320px;
    font-size: 12px;
    margin-left: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px 12px;
    height: 210px;
}

#time_line_scroll_bar {
    width: 0px;
    height: 210px; /*the same as in bottom_panel */
    display: inline-block;
    overflow: scroll;
    position: absolute;
}

#bottom_panel_controls {
    position: absolute;
    text-align: left;
    display: block;
    background: #212121;
    width: 100%;
    min-width: 320px;
    font-size: 15px;
    margin-left: 0px;
    margin-top: 0px;
}

.bottom_panel_controls__container {
  display: flex;
  justify-content: space-between;
  padding: 15.5px 12px;
}


.bottom_panel_controls__main__items {
    display: flex;
}
.bottom_panel_controls__main {
  display: flex;
  width: 100%;
  justify-content: center;
}

#displaying_date {
    width: 150px;
    z-index: 1;
    margin-left: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #FAFAFA;
}

#time_line_hours {
  background: #232323;
  padding-top: 5px;
}

#playing_speed_div {
}

.camera_name {
    position: absolute;
    text-align: left;
    left: 2px;
    color: white;
    width: 150px;
    height: 30px;
    overflow: hidden;
    background: gray;
    opacity: 0.6;
    display: block;
}

.camera_over_text_on_middle {
    position: absolute;
    text-align: center;
    top: 25px;
    left: 2px;
    color: white;
    overflow: hidden;
    display: block;
}

.camera_icons {
    position: absolute;
    text-align: right;
    right: 0px;
    color: white;
    width: 150px;
    height: 30px;
    opacity: 1;
    display: block;
    z-index: 100904;
}
.modal_window_item {
}
.server_in_tree {
  padding-left: 10px;
}

.selected_cam_frame {
    position: absolute;
    padding: 2px;
    background: #ffffff;
    overflow: hidden;
    display: block;
}

.unselected_cam_frame {
    position: absolute;
    padding: 2px;
    background: gray;
    overflow: hidden;
    display: block;
}

.cell_toolbar {
    position: absolute;
    top: 1px;
    left: 1px;
    color: white;
    z-index: 100;
}

#full_screen_toolbar {
    position: absolute;
    width: 100%;
    height: 24px;
}

#server_ip_port {
    border: none;
}
.server_tree li {
  list-style: none !important
}
.server_tree {
    position: inherit;
    /* list-style-image: url("../img/server_avlbl.svg") !important; */
    border: 0px;
    border-radius: 0;
    font-weight: bold;
    border-left-style: inset;
    width: max-content;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    height: 20px;
    padding: 7.5px 0 7.5px 10px;
    background: url("../img/arrow__right.svg");
    background-repeat: no-repeat;
    background-position: top 45% left;
    background-size: 6px 9px;
    margin-left: 20px;
}
.server_tree.active {
  background: url("../img/arrow__select.svg");
  background-repeat: no-repeat;
  background-position: top 37.5% left;
  background-size: 9px 6px;
}



background:url(\'img/arrow__select.svg\');background-repeat:no-repeat;background-size: 9px 6px;background-position:center top;background-position: top 37.5% left;



/* .server_tree::before {
  content: "";
  display: block;
  background: url("../img/server_avlbl.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 18px;
  height: 18px;
  margin: 0 0 -16px 24px;
  z-index: 100;
  position: relative;
  cursor: pointer;
  pointer-events: none;
} */
/* .server_tree::after {
  content: "";
  display: block;
  background: url("../img/arrow__right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 10px;
  height: 10px;
  margin-top: -12px;
} */
/* .server_tree::after {
  transform: rotate(90deg);
} */
.server_tree span {
  padding-left: 10px;
}
.server_in_tree.active::after {
  content: "";
  display: block;
  background: url("../img/arrow__select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 10px;
  height: 10px;
  margin-top: -12px;
}
.server_tree span:hover {
    position: inherit;
    cursor: pointer;
}

.server_tree_cameras {
    position: inherit;
    list-style: none !important;
    cursor: pointer;
    color: #ffffff;
    margin-top: 1px;
    margin-left: -12px;
    overflow: hidden;
}
.server_tree_cameras ul {
  padding-left: 10px !important;
}
.server_tree_cameras ul li {
  background: none;
  padding-left: 25px;
}
#left_panel_list::-webkit-scrollbar { width: 0; }


.server_tree_cameras ul li {
  list-style: none !important
}
.server_tree_cameras li {
  height: 20px;
  padding: 3.5px 0;
}
.server_in_tree {
    position: relative;
    cursor: pointer;
    color: #FFFFFF;
}
.left_panel_list_container {
  padding: 11px 0;
}
.preload_gif {
    position: absolute;
    z-index: 2;
    margin-top: 0px;
    margin-left: 8px;
}
/* ptz panel */
#surveillance_ptz {
    position: absolute;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: auto 130px;
    width: 99%;
    height: 107px;
    padding: 3px;
    top: 200px;
    left: 5px;
    border-radius: 5px 5px 0 5px;
    border: 1px solid #3e3c3d;
    z-index: 10003;
    background: linear-gradient(180deg, rgba(255,255,255,0.35057773109243695) 0%, rgba(101,101,101,0) 100%);
}

#surveillance_ptz #surveillance_ptz_left div {
    text-align: left;
}

#surveillance_ptz_left div:nth-child(2) {
    overflow-y: hidden;
}

#arrow_left {
    position: absolute;
    top: 40px;
    left: 1px;
    width: 20px;
    height: 25px;
    background: url(../img/buttons/ptz-panel/left.png);
    background-repeat: no-repeat;
}

#arrow_right {
    position: absolute;
    top: 40px;
    right: 125px;
    width: 20px;
    height: 25px;
    background: url(../img/buttons/ptz-panel/right.png);
    background-repeat: no-repeat;
}

#surveillance_ptz_left {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 15px auto 15px;
}

#surveillance_ptz_right {
    display: grid;
    grid-template-columns: 40px 90px;
    grid-template-rows: 1fr;
    width: 115px !important;
    height: 90px;
}
#surveillance_zoom_container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
}

#surveillance_zoom_container input {
    width: 30px;
    height: 30px;
    transform: translate(19%, 25%);
    background-position: -1px -1px;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    border-radius: 50%;
}

#surveillance_zoom_container input:hover {
    cursor: pointer;
}

#surveillance_zoom_container input:nth-child(1) {
    background-color: rgb(0, 0, 0, .6);
    background-image: url(../img/buttons/ptz-panel/plus-white.png);
}

#surveillance_zoom_container input:nth-child(1):active {
    border: 1px solid rgb(255, 255, 255, .5);
}

#surveillance_zoom_container input:nth-child(2) {
    background-color: rgb(0, 0, 0, .6);
    background-image: url(../img/buttons/ptz-panel/minus-white.png);
}

#surveillance_zoom_container input:nth-child(2):active {
    border: 1px solid rgb(255, 255, 255, .5);
}

#surveillance_camera_movement {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    text-align: center;
    margin: auto;
    width: 75px;
    height: 75px;
}

#surveillance_camera_movement input {
    height: 23px;
    width: 23px;
    background-color: rgb(0, 0, 0, .7);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 3px;
}

#surveillance_camera_movement input:hover {
    cursor: pointer;
}

#surveillance_camera_movement input:active {
    background-color: rgb(255, 255, 255, .7);
}

#surveillance_camera_movement input:nth-child(1) {
    background-image: url(../img/buttons/ptz-panel/ptz-top-left-arrow-white.png);
}

#surveillance_camera_movement input:nth-child(1):active {
    background-image: url(../img/buttons/ptz-panel/ptz-top-left-arrow-black.png);
}

#surveillance_camera_movement input:nth-child(2) {
    background-image: url(../img/buttons/ptz-panel/ptz-up-arrow-white.png);
}

#surveillance_camera_movement input:nth-child(2):active {
    background-image: url(../img/buttons/ptz-panel/ptz-up-arrow-black.png);
}

#surveillance_camera_movement input:nth-child(3) {
    background-image: url(../img/buttons/ptz-panel/ptz-top-right-arrow-white.png);
}

#surveillance_camera_movement input:nth-child(3):active {
    background-image: url(../img/buttons/ptz-panel/ptz-top-right-arrow-black.png);
}

#surveillance_camera_movement input:nth-child(4) {
    background-image: url(../img/buttons/ptz-panel/ptz-left-arrow-white.png);
}

#surveillance_camera_movement input:nth-child(4):active {
    background-image: url(../img/buttons/ptz-panel/ptz-left-arrow-black.png);
}

#surveillance_camera_movement div {
    background-color: transparent;
    cursor: default;
}

#surveillance_camera_movement input:nth-child(6) {
    background-image: url(../img/buttons/ptz-panel/ptz-right-arrow-white.png);
}

#surveillance_camera_movement input:nth-child(6):active {
    background-image: url(../img/buttons/ptz-panel/ptz-right-arrow-black.png);
}

#surveillance_camera_movement input:nth-child(7) {
    background-image: url(../img/buttons/ptz-panel/ptz-down-left-arrow-white.png);
}

#surveillance_camera_movement input:nth-child(7):active {
    background-image: url(../img/buttons/ptz-panel/ptz-down-left-arrow-black.png);
}

#surveillance_camera_movement input:nth-child(8) {
    background-image: url(../img/buttons/ptz-panel/ptz-down-arrow-white.png);
}

#surveillance_camera_movement input:nth-child(8):active {
    background-image: url(../img/buttons/ptz-panel/ptz-down-arrow-black.png);
}

#surveillance_camera_movement input:nth-child(9) {
    background-image: url(../img/buttons/ptz-panel/ptz-down-right-arrow-white.png);
}

#surveillance_camera_movement input:nth-child(9):active {
    background-image: url(../img/buttons/ptz-panel/ptz-down-right-arrow-black.png);
}
.camera {
    display: inline-block;
    width: 70px;
    height: 90%;
    margin: 2px 5px 2px 5px;
    border-radius: 3px;
    color: #fff;
    overflow: hidden;
}

.camera div:nth-child(1) {
    position: relative;
    height: 80%;
/*  background-image: url(../img/static_image.jpg);*/
    background-size: cover;
    border-radius: 3px;
}

.camera div span {
    background: rgb(94, 133, 141);
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 3px 5px 3px 5px;
    font-size: 8px;
}

.camera div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-shadow: 1px 1px 0 #000;
}

.camera div:hover {
    cursor: pointer;
    height: 82%;
}


.modal_bottom_none {
  display: none;
}
.modal_bottom_mr {
  margin: 0 !important;
}




#plbck_zoom_out, #plbck_zoom_in {
  display: none !important;
}

#playing_speed {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  background-image: url('../img/calendar__arrow.svg');
  background-repeat: no-repeat, repeat;
  background-position: center right;
  background-size: 9px 6px;
  padding-right: 11px;
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
}

#playing_speed option {
  background-color: #232323 !important;
  color: #fff !important;
}

.modal_autoconnect__item_n {
  display: none !important;
}

#left_panel_list_container {
  background: rgb(39 66 70) !important;
}

.left_panel_list_container li {
  background: url('img/circle__green.svg') !important;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 6px 6px;
}
.dop_li {
  margin: -5px 0 10px 25px;
}



.main_input_file {
    display: none;
}

.upload_form div {
}

.upload_form div:hover {
    cursor: pointer;
}

.f_name {
    background: url(../img/buttons/arhiv_file.svg), transparent;
    background-repeat: no-repeat;
    background-position: center left 5px;
    background-size: : 20px;
    border: 1px solid #B3B3B3;
    border-radius: 5px;
    height: 32px;
    padding: 0 8px 0 36px;
    width: 531px;
    color: #fff;
    margin-right: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}
.arhiv_way_btn  {

}
.upload_form label {
  display: flex;
}
#arhiv_b:hover {
    border: none;
    background-color: #4a4a4a;
    border-radius: 3px;
}


#camera_select {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  display: block;
  position: absolute;
  z-index: 1000002;
  display: none;
}
.camera_select_top {
  display: flex;
  background: #3C3C3C;
  padding: 12px 10px 12px 13px;
}
.camera_select_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}
#camera_select .close_b {
  margin-top: 0;
  margin-left: auto;
}
.camera_select__main {
  display: flex;
  height: 100%;
}
.camera_select_left-menu {
  background: #484848;
  width: 240px;
  height: inherit;
  min-width: 200px;
  min-height: 128px;
  font-size: 12px;
  margin-left: 0px;
  margin-top: 0px;
  display: block;
  z-index: 9;
}
#camera_select input[type="checkbox"] {
    display: none;
}
.camera_select_left-menu ul {
    list-style: none;
    margin: 0;
}
.select_tree_cameras li {
  display: flex;
  padding: 12px;
}
.camera_select_right-menu {
  background: #525252;
  width: 100%;
  height: auto;
  font-size: 12px;
  margin-top: 0px;
  display: block;
}
.camera_select_right-menu_top {
  padding: 12px;
  height: 32px;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15);
  display: flex;
}
.camera_select_right-menu_top__checkbox_item,
.camera_range_select {
  display: flex;
}
.camera_select_right-menu_top__checkbox {
  display: flex;
  margin-right: auto;
}
.camera_select_right-menu_top__checkbox_item:first-child {
  margin-right: 10px;
}
.camera_range_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #E1E1E1;
  margin-right: 6px;
  padding-top: 8px;
}
.camera_range_select select {
  background: #333;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  background-image: url('../img/buttons/double_arrow.svg');
  background-repeat: no-repeat, repeat;
  background-position: center right;
  background-size: 20px;
  padding-right: 11px;
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 6px 26px 6px 6px;
  margin-right: 10px;
}
.camera_select_tree {
  padding: 12px;
}
.camera_select_tree .server_in_tree {
  position: inherit;
  border: 0px;
  border-radius: 0;
  font-weight: bold;
  border-left-style: inset;
  width: max-content;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  height: 20px;
  background: url("../img/arrow__right.svg");
  background-repeat: no-repeat;
  background-position: top 45% left;
  background-size: 6px 9px;
}
.camera_select_tree .server_in_tree_dop {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.4);
}
.camera_select_right-menu_main__items {
  height: 466px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
}
.camera_select_div {
  margin: 0 3px 6px 3px !important;
  width: 154.4px;
  height: 136.4px;
  padding: 6px 6px 50px;
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.custom_radio_container label {
  display: block;
  padding: 4px;
  width: 14px;
  height: 14px;
  left: 0px;
  top: 0px;
  background: rgba(179, 179, 179, 0.4);
}
.camera_select_div input[type="checkbox"] + label::before {
  margin: 0;
}
.camera_select_div .custom_radio_container {
  margin: -6px 0 0 -145px;
}
.camera_select_div .custom_radio {
  width: 166.5px !important;
  height: 192.5px !important;
  border: 1px solid #386958;
  display: none;
  left: -0.5px !important;
  top: -1px !important;
  pointer-events: none;
}
.camera_select_div input:checked ~ .custom_radio {
  display: block;
}
.camera_select_div input[type="checkbox"] + label::before {
  background: #333333;
  border: 1.4px solid rgba(255, 255, 255, 0.5);
}
.camera_select__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: rgba(225, 225, 225, 0.8);
  position: absolute;
  margin-top: 150px;
}
.camera_select_right-menu_top__checkbox_item span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-decoration-line: underline;
}
.camera_select_right-menu_top__checkbox_item input[type="checkbox"] + label::before {
  content: '';
  background: url(../img/minus.svg), #333;
  background-repeat: no-repeat;
  background-position: center right 65%;
  background-size: 75%;
  width: 12px;
  height: 12px;
}
.camera_select_right-menu_top__checkbox_item input[type="checkbox"]:checked + label::before {
  content: '';
  background: url(../img/square.svg), #386958;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
  border: none;
  width: 13.6px;
  height: 13.6px;
}
#camera_select_bottom {
  text-align: right;
  padding: 12px;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* фоновый цвет */
  background: #333;
  z-index: 1001;
  display: none;
}

.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
  color: #fff;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
