.new_address_list {
    float: left;
    width: 45%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: -27px;
}

.new_address_list_scroll::-webkit-scrollbar {
    width: 7px;
}

.new_address_list_scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 140, 186, 0.11);
    cursor: pointer;
    border-radius: 10px;
}

.new_address_list_scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 140, 186, 0.11);
    cursor: pointer;
    border-radius: 10px;
}

.new_address_list:hover .new_address_list_scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 140, 186, 1);
}

.new_address_list_scroll::-webkit-scrollbar-track {
    background: rgba(238, 238, 238, .0);
}

p.new_address_name {
    float: left;
    width: 97%;
    padding: 0.2rem 0.5rem;
    background: #eee;
    border: 1px solid #DDD;
    margin-bottom: 0.2rem;
    cursor: pointer;
}

.player_screen {
    border-radius: 0px!important;
}

.player_address {
    color: #fff!important;
}

p.new_address_name:hover, p.new_address_name.active {
    background: #008cba;
    color: #fff!important;
    border-color: #4079A0!important;
}

.new_address_cameras {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    overflow-y: hidden;
    width: 96%;
    height: 100%;
    padding-right: 2%;
}

.player_cameras_list_element {
    color: #bdbbbb!important;
}

.new_address_cameras::-webkit-scrollbar {
    width: 7px;
}

.new_address_cameras::-webkit-scrollbar-thumb {
    background: rgba(0, 140, 186, 0.11);
    cursor: pointer;
    border-radius: 10px;
}

.new_address_cameras::-webkit-scrollbar-thumb {
    background: rgba(0, 140, 186, 0.11);
    cursor: pointer;
    border-radius: 10px;
}

.new_address_cameras_container:hover .new_address_cameras::-webkit-scrollbar-thumb {
    background: rgba(0, 140, 186, 1);
}

.new_address_cameras::-webkit-scrollbar-track {
    background: rgba(238, 238, 238, .0);
}

p.address_cameras_list_name {
    font-size: 1.3rem;
    float: left;
    width: 64%;
    margin-right: 20%;
    font-weight: bold;
    text-align: center;
}

.address_cameras_list_container {
    float: left;
    margin-bottom: 0.5rem;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    border: 0px solid #008CBA;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    background-size: cover;
}

.address_cameras_list_container img {
    width: 100%;
    float: left;
    height: 160px;
}

p.address_cameras_list_camera_name {
    margin: 0px;
    float: left;
    width: 100%;
    text-align: left;
    padding: 0.125rem 0.25rem;
    background: #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
}

.new_address_list_scroll {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.new_address_cameras_container {
    position: relative;
    float: left;
    width: 56%;
    margin-left: 2%;
    margin-right: -3%;
    margin-bottom: -27px;
    overflow: hidden;
}

.address_cameras_list {
    float: left;
    width: 100%;
    margin-top: -10px;
    /* margin-bottom: -10px; */
}



.hiddenn_div {
    float: left;
    width: 30%;
    height: 190px;
    margin-bottom: 0.5rem;
    cursor: pointer;
    vertical-align: top;
}


dl.mytabs {
    width: 45%;
    float: left;
}

.mytabs dd {
    width: 50%;
}

.mytabs.tabs dd > a {
    text-align: center;
    padding: 5px 0px;
}

.cameraaddressname {
    float: left;
    width: 53%;
    margin-left: 2%;
    text-align: center;
    margin-top: 1px;
    line-height: 36px;
    font-size: 1.5rem;
    font-weight: bold;
    display: none;
}

.address_cameras_list_container.shots_in_line_3 {
    width: calc(33% - 10px);
    height: 74.25px;
    margin: 10px 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.lnline_controls {
    position: absolute;
    right: 15px;
    line-height: 36px;
    height: 36px;
    top: 0px;
}

p.now_is_active {
    line-height: 36px;
}

p.now_is_active i {
    cursor: pointer;
}

p.selection {
    display: none;
    position: absolute;
    top: 36px;
    right: 0px;
    width: 130px;
    background: #fff;
    z-index: 2;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
    z-index: 4;
}

span.inline_select {
    float: left;
    width: 100%;
    padding: 7px 0px;
    cursor: pointer;
}

span.inline_select i {
    margin-right: 10px;
    color: inherit;
}

span.inline_select.active {
    color: #008CBA!important;
    background: #f5f5f5;
}

span.inline_select:hover {
    color: #008CBA!important;
    background: #f5f5f5;
}

.address_cameras_list_container.shots_in_line_2 {
    width: calc(50% - 20px);
    height: 95px;
    margin: 10px;
}

.address_cameras_list_container.shots_in_line_1 {
    width: calc(100% - 20px);
    margin-left: 10px;
    height: 211.5px;
    margin-top: .5rem;
}

.address_cameras_list_container:hover {
    border: 2px solid #008CBA;
}

.address_cameras_list_container p {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    text-align: center;
    background: rgba(34, 34, 34, 0.61);
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    padding: .25rem;
    color: #fff!important;
}

.address_cameras_list_container.shots_in_line_3 p {
    display: none!important;
}

.new_address_cameras_container:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 10px;
    background: #eee;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.new_address_cameras_container:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 10px;
    background: #eee;
    z-index: 3;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.popup_loading_screen {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    text-align: center;
    font-size: 2rem;
    color: #fff!important;
    z-index: 999;
    padding-top: 0px;
}

.popup_loading_screen p {
    color: #fff!important;
    font-size: 1.5rem;
    width: 100%;
    height: 1.5rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.popup_loading_screen p i {
    color: inherit;
    padding: 0px;
    margin: 0px;
}

p.camera_popup_name {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    text-align: center;
    background: rgba(34, 34, 34, 0.61);
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    padding: .25rem;
    color: #fff!important;
}

.popup_scroll {
    position: absolute;
    float: left;
    width: 100%;
    height: 60%;
    overflow: hidden;
    bottom: 5%;
    left: 0px;
    padding: 0px 4% 0px 5%;
    height: -webkit-calc(90% - 2rem);
    height: -o-calc(90% - 2rem);
    height: calc(90% - 2rem);
    padding-top: 0.15rem;
}

#video_map {
    float: left;
    width: 100%;
    z-index: 9!important;
    height: 100%;
}

.leaflet-marker-shadow {
    left: 14px!important;
}
.popup_scroll::-webkit-scrollbar {
    width: 7px;
}

.popup_scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 140, 186, 0.11);
    cursor: pointer;
    border-radius: 10px;
}

.popup_scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 140, 186, 0.11);
    cursor: pointer;
    border-radius: 10px;
}

.new_popup:hover .popup_scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 140, 186, 1);
    z-index: 11!important;
}

.popup_scroll::-webkit-scrollbar-track {
    background: rgba(238, 238, 238, .0);
}
.pre_video_map {
    position: relative!important;
    height: 600px!important;
    float: left!important;
    width: 100%!important;
}

@media only screen and (min-width:1440px){
    .pre_video_map.full_screen  .camera_container {
        width: 16,6666666666%!important;
    }
}

span.resizer {
    position: absolute;
    top: 010px;
    background: #fff;
    padding: 2px 0px!important;
    right: 10px;
    border: 1px solid #ddd;
    box-sizing: content-box;
    width: 26px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    cursor: pointer;
    color: #008CBA!important;
    z-index: 12!important;
}

.pre_video_map.full_screen {
    position: fixed!important;
    top: 5%!important;
    left: 5%!important;
    width: 90%!important;
    height: 90%!important;
    overflow: hidden;
    z-index: 10003!important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.46);
}

.player_controls_quality_select_2, .player_controls_video_type_select_2 {
    line-height: 36px;
}


.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
    /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
    -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
    -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
    -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
    transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
    border-radius: 100%!important;
    background-color: rgba(56, 117, 185, .7);
    cursor: pointer;
    }
.marker-cluster-small div {
    border-radius: 100%!important;
    background-color: rgba(255,255,255, 1);
    }

.marker-cluster-medium {
    cursor: pointer;
    border-radius: 100%!important;
    background-color: rgba(56, 117, 185, .8);
    width: 50px!important;
    height: 50px!important;
    margin-top: -25px!important;
    margin-left: -25px!important;
    }
.marker-cluster-medium div {
    font-size: 13px;
    border-radius: 100%!important;
    background-color: rgba(255,255,255, 1);
    width: 40px!important;
    line-height: 40px!important;
    height: 40px!important;
    margin-left: 5px!important;
    margin-top: 5px!important;
    color: #000;
    }

.marker-cluster-large {
    cursor: pointer;
    border-radius: 100%!important;
    background-color: rgba(56, 117, 185,  0.9);
    width: 60px!important;
    height: 60px!important;
    margin-top: -30px!important;
    margin-left: -30px!important;
    }
.marker-cluster-large div {
    font-size: 14px;
    border-radius: 100%!important;
    background-color: rgba(255,255,255, 1);
    width: 50px!important;
    line-height: 50px!important;
    height: 50px!important;
    margin-left: 5px!important;
    margin-top: 5px!important;
    }

.leaflet-marker-icon.divicon {
    background-image: url(/sites/default/modules/cameraList/images/icon.svg);
    width: 50px!important;
    height: 50px!important;
    margin: -45px 0 0 -25px!important;
    text-align: center;
    font-size: 12px;
    line-height: 41px;
    color: #000;
    background-position: center;
    cursor: pointer;
}

.marker-cluster-small div span, .marker-cluster-medium div span, .marker-cluster-large div span {
    /*display: none;*/
}

.marker-cluster-small div span.my_counter, .marker-cluster-medium div span.my_counter, .marker-cluster-large div span.my_counter {
    display: block;
}

    /* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
    background-color: rgb(181, 226, 140);
    }
.leaflet-oldie .marker-cluster-small div {
    background-color: rgb(110, 204, 57);
    }

.leaflet-oldie .marker-cluster-medium {
    background-color: rgb(241, 211, 87);
    }
.leaflet-oldie .marker-cluster-medium div {
    background-color: rgb(240, 194, 12);
    }

.leaflet-oldie .marker-cluster-large {
    background-color: rgb(253, 156, 115);
    }
.leaflet-oldie .marker-cluster-large div {
    background-color: rgb(241, 128, 23);
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
    }
.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;

    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
    }
.marker-cluster span {
    line-height: 30px;
    }

.leaflet-pane {
    svg {
        display: none;
    }
}


.new_map_over.active {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.19);
    z-index: 10000;
    cursor: pointer;
}

div#video_map {
    z-index: 20000;
}

.pre_video_map.full_screen {
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    overflow: hidden;
    z-index: 10003;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.46);
}

.pre_video_map {
    position: relative;
    height: 600px;
    float: left;
    width: 100%;
}

span.resizer {
    position: absolute;
    top: 010px;
    background: #fff;
    padding: 6px 0px;
    right: 10px;
    border: 1px solid #ddd;
    box-sizing: content-box;
    width: 26px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    cursor: pointer;
    color: #008CBA;
    z-index: 30000;
}

span.resizer:hover {
    background: #f4f4f4;
    color: #000;
}

span.resizer i {
    color: inherit;
}

.new_popup {
    position: absolute;
    left: 2%;
    width: 96%;
    top: 2%;
    min-height: 100px;
    background: #fff;
    z-index: 40000;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.58);
    border-radius: 3px;
    border: 1px solid #ddd;
    border: 1px solid #999;
    padding: 2.5% 5%;
    display: none;
    cursor: default;
    overflow: hidden;
    height: 96%;
}

span.new_popup_close {
    right:14px;
    position: absolute;
    top: 7px;
    font-size: 22px;
    cursor: pointer;
}

p.camera_name {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 7px;
}

.camera_container {
    width: -webkit-calc(25% - 14px);
    width: -o-calc(25% - 14px);
    width: calc(25% - 14px);
    margin: 0px 7px;
    display: inline-block;
    margin-bottom:14px;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    outline: 0px solid #008CBA;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.camera_container:hover {
    outline: 2px solid #008CBA;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.camera_container img {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}

#camcontainer {
	z-index: 50000;
}