/*
html, body {
    min-width: 1000px;
}
*/

html, body.ctrl-cams, .ctrl-cams #wrapper, .ctrl-cams #page-content, .ctrl-cams, .ctrl-cams .cams-view, .ctrl-cams .cams-view .video {
    height: 100%;
}

html#iframe {
    min-width: auto;
}

.ctrl-cams .cams-view {
    overflow: hidden;
}



.body-content {
    height: 100%;
    min-height: auto;
}

.dateoverlay {
    background: rgba(0, 0, 0, 0.7);
    height:20px;
    margin-bottom: -20px;
    position: relative;
    z-index: 5;
    float: right;

}
.header-content {
    z-index: 2;
}

#cam_frame {
    width: 100%;
    height: 100%;
}


.sidebar-menu ul li a {
    padding-left: 49px;
    text-transform: none;
}

.page-sidebar-minimize .sidebar-menu ul li a, .page-sidebar-minimize-auto .sidebar-menu ul li a {
    padding-left: 25px;
    padding-right: 5px;
}

.sidebar-box .sidebar-menu > li > ul > li a::before, .sidebar-rounded .sidebar-menu > li > ul > li a::before, .sidebar-circle .sidebar-menu > li > ul > li a::before {
    margin-left: -14px;
}
/*.timeline .control .icons-left {*/
/*float: left;*/
/*width: 42%;*/
/*text-align: right;*/
/*}*/
/*.timeline .control .icons-right {*/
/*float: left;*/
/*width: 42%;*/
/*}*/
/*.timeline .control .icons-right a {*/
/*background: center center no-repeat;*/
/*height: 20px;*/
/*width: 20px;*/
/*display: block;*/
/*float: left;*/
/*margin: 0 5px;*/
/*}*/


.cams-view .active {
    border: 1px solid darkorange;
}

.cams-view .col-sm-12 {
    padding: 0;
    margin: 0;
    height: 100%;
    border: 0;
}
.ctrl-cams .col-sm-12.active {
    border: 0;
}




.cams-view .col-sm-6 {
    height: 50%;
    padding: 0;
    margin: 0;
}
.cams-view .col-sm-6-100 {
    height: 100%;
}
.cams-view .col-sm-4 {
    height: 33.3333%;
    padding: 0;
    margin: 0;
}
.cams-view .col-sm-3 {
    height: 25%;
    padding: 0;
    margin: 0;
}
.cams-view .col-sm-3-33 {
    height: 33.33%;
}
.cams-view .col-sm-2 {
    height: 20%;
    padding: 0;
    margin: 0;
}
.cams-view .hiddenCell {
    display: none;
}


.cams-view .video {
    padding: 0;
    padding-bottom: 127px;
}

.cams-view .with-sidebar {
    margin-right: 220px;
}

.cams-view .events-sidebar {
    width: 220px;
    height: 100%;
    padding: 0;
    padding-bottom: 127px;
    position: absolute;
    top: 0;
    right: 0;
}
.cams-view .events-sidebar div {

    background-color: #2a2a2a;
    height: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 10px;
}


.cams-view .events-sidebar h5 {
    font-size: 14px;
    line-height: 14px;
    padding-top: 33px;
    padding-left: 11px;
}


.cams-view .events-sidebar .items {
    list-style-type: none;
    padding: 0;
}

.cams-view .events-sidebar .items li {
    padding-left: 23px;
    position: relative;
    padding-bottom: 20px;
    line-height: 10px;
}


.cams-view .events-sidebar .items li a {
    color: #fff;
    text-decoration: none;
}

.cams-view .events-sidebar .items li:before {
    content: '';
    width: 23px;
    height: 23px;
    left: 0;
    position: absolute;
    background: url(../img/icon-type1.svg) center center no-repeat;
}


.cams-view .events-sidebar .items li .date {
    padding-top: 5px;
    color: #B6BAD2;
    display: block;
}
.cams-view .events-sidebar .items li .text {
    line-height: 14px;
}
.cams-view .events-sidebar .items li .pic {
    width: 139px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-top: 5px;
}

.cams-view .timeline {
    top: -127px;
    height: 127px;
    position: relative;
}

.zoomContainer {
    width: 100%;
    height: 100%;
    position: relative;
}
.camContainer {
    height: 100%;
    width: 100%;
}
.zoomOverlay {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    background: #000;
}


.timeline .control {
    background: #323232;
    border-top: 1px solid black;
    color: #808080;
    font-size: 18px;
    font-style: italic;
    height: 40px;
    /*min-width: 950px;*/
}

.timeline .control .control-player {
    padding: 8px;
}
.timeline .control .control-player a i{
    width: 40px;
    text-align: center;
}



.timeline .control .time {
    text-align: center;
    font-size: 14px;
    line-height: 1;
}


.timeline .control a{
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 6px;
    margin-left: -8px
}
.timeline .control .right-icon-fix{
    margin-left: 0;
    margin-right: -6px;
}


.timeline .control .icons-right a.icon-pause {
    background-image: url(/img/icon_pause.png);
}
.timeline .control .icons-right a.icon-view {
    background-image: url(/img/icon_view.png);
}
.timeline .control .icons-right a.icon-settings {
    background-image: url(/img/icon_settings.png);
}


.timeline .control .icons-left a {
    background: center center no-repeat;
    height: 20px;
    width: 28px;
    display: block;
    float: right;
    margin: 0 3px;
}



.timeline .control a:hover, .timeline .control a:active, .timeline .control a:focus {
    color: #777;
    background: #2A2A2A;
}

.timeline .control .icons-left a.icon-left {
    background-image: url(/img/icon_left.png);
}
.timeline .control .icons-left a.icon-right {
    background-image: url(/img/icon_right.png);
}
.timeline .control .icons-left a.icon-minus {
    background-image: url(/img/icon_zoom_minus.png);
}
.timeline .control .icons-left a.icon-plus {
    background-image: url(/img/icon_zoom_plus.png);
}

.timeline .control .text-right {
    padding-right: 0;
}

@media all and (min-width:830px) {
    .timeline .control .text-right {
        padding-right: 30px;
    }
}

.timeline .popup-fix{
    background: #323232;
    color: #808080;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 7px;
    margin-left: -8px;
    padding-left: 8px;
    min-width: 41px !important;
    border: none;
    font-style: normal;
}
.timeline .popup-fix a{
    min-width: 52px;
    display: block;
    text-align: center;
}

.vis-item.vis-background.negative {
    z-index: 2;
    cursor: pointer;
    min-width: 3px;
}
.vis-item.vis-background.negative:not(.human):not(.motion){
    background: linear-gradient(180deg, #e89fff 0%, #9B51E0 20%, #6840c9 80%);
}
.vis-item.vis-background.human{
    background: linear-gradient(180deg, #fff26f 0%, #fea90b 20%, #d56015 80%);
}
.vis-item.vis-background.motion{
    background: linear-gradient(180deg, #ffcd94 0%,#ec5757 20%, #c9466f 80%);
}

.screen-preview {
    /*background-image: url(//placehold.it/300x200);*/
    background-color: #424242;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 999999;
}
.screen-preview, .screen-preview img {
    width: 300px;
    height: 200px;
}
.empty-screen{
    width: 300px;
    height: 0px;
}
.sf-poster, .sf-poster-hls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.sf-poster .play, .sf-poster-hls .play {
    background: url(/img/play.png) center center no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.video .yn_close {
    position: relative;
    float: right;
    margin-bottom: -44px;
    z-index: 10000;
    cursor: pointer;
    text-align: center;
    line-height: 1.9;
}


.yn-modal-map .map_container {
    background-color: white;
    height: 400px;
}
.yn-modal-arch #modal-arch-player {
    background-color: white;
    height: 400px;
}

#container, #schemaMarkerContainer {
    background-image: url(/img/map_cursor.png);
    height: 93px;
    left: -45px;
    top: -43px;
    width: 93px;
    position: relative;
}

:-webkit-full-screen-ancestor #sidebar-left {
    display: none;
}

#js-grid-lightbox-gallery .cbp-item {
    width: 300px;
}
.cams-index .cbp-item {
    min-height: 210px;
}
.cams-index .cbp img {
    height: 150px !important;
}

.media-list .media-object{
    width: 165px !important;
    height: 115px !important;
}
.media-list .media-object img{
    width: 160px !important;
    height: 110px !important;
}

.sidebar-chat .media-list > .media .media-body {
    width: 210px !important;
}
.timeline-width-fix{
    padding: 0 !important;
    border-left: 1px black solid;
}

.sidebar-content-fix img{
    height: auto;
    width: auto;
    float: left;
    margin-left: 7px;
    border: 0 !important;
    border-radius: 0 !important;
}

.sidebar-content-fix .media-body{
    padding-left: 7px;
}
.sidebar-footer .footer-link-fix {
    width: 48%;
}
.sidebar-footer .footer-link-fix:hover {
    color: #d0d0d0;;
    text-decoration: none;
}
.video .record-player{
    height: 100%;
    width: 100%;
    position: relative;
    float: left;
    padding-top: 50px;
}

/*.cbp-popup-close{*/
    /*background:url("/img/cbp-sprite.png") no-repeat scroll -92px -92px transparent;*/
    /*height:44px;*/
    /*width:44px;*/
    /*margin:auto;*/
    /*top:22px;*/
    /*right:0;*/
    /*bottom:0;*/
    /*left:0*/
/*}*/

/* ========================================================================
 * DASHBOARD REAL ESTATE
 * ======================================================================== */
.list-real-estate {
    position: relative;
    margin: 0;
}
.list-real-estate li {
    padding: 10px 0;
    border-bottom: 1px dashed #dddddd;
}
.list-real-estate li:first-child {
    padding-top: 0;
}
.list-real-estate li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.list-real-estate li a {
    text-decoration: none;
}
.list-real-estate li a p, .list-real-estate li p{
    margin: 0;
    color: #B3B3B3;
    text-transform: uppercase;
    font-weight: 300;
}
.list-real-estate li a h3 {
    margin: 3px 0 0 0;
    color: #333;
    font-size: 20px;
    font-weight: 300;
}
.list-real-estate li a h3 .counter {
    font-size: 20px !important;
}
.list-real-estate li a h3 span {
    font-size: 15px;
}
.list-real-estate li a .status i {
    font-size: 25px;
    margin-top: 15px;
}
.sales-price {
    margin: 10px 0;
}
.ct-series-a .ct-line {
    stroke: #8cc152;
}
.ct-series-a .ct-point {
    stroke: #4b6d27;
}
.ct-series-a .ct-area {
    fill: #4b6d27;
}
.real-estate-quick-view {
    position: relative;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
}
.real-estate-quick-view .title {
    margin-top: 0;
    font-size: 15px;
    font-weight: bold;
}
.real-estate-quick-view .title a {
    color: #636E7B;
}
.real-estate-quick-view .media {
    margin-top: 10px;
}
.real-estate-quick-view .media .media-heading {
    font-size: 10px;
    text-align: right;
}
.real-estate-quick-view .media .media-heading span {
    display: block;
}
.real-estate-quick-view .table tbody tr td {
    font-size: 10px;
}
@media (max-width: 360px) {
    .ct-label.ct-horizontal.ct-end {
        font-size: 7px;
    }
}
@media (max-width: 320px) {
    .real-estate-quick-view .title {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .media-body,
    .media-left,
    .media-right {
        display: block;
    }
    .media-left {
        text-align: center;
        margin-bottom: 20px;
    }
    .media-body {
        width: 100%;
    }
}
.fuelux .repeater-thumbnail-cont.align-left .repeater-thumbnail{
    width:18%;
    border: 0;
}
.dt-img-thumb{
    max-width: 300px;
}
.block i {
    padding: 60px 0;
    font-size: 180px;
}
.nounderline a:hover, .nounderline a:active, .nounderline a:focus, .nounderline a:visited{
    -moz-text-decoration-line: none !important;
    text-decoration: none !important;
}
.view-alert .screen img {
    height: 440px;
    width: 100%;
}
.filter .form-control{
    border-radius: 0 !important;
}
.modal-map-fix-parent{
    /*margin-top: 10%;*/
    padding-top: 0 !important;
}
.modal-map-fix{
    background: #fff;
    width: 1000px;
    height: 90%;
}
.modal-map-fix .modal-photo-left{
    padding: 0;
}

.modal-view .modal-dialog, .modal-fast .modal-photo-viewer {
    width: 90%;
}
.modal-view .row, .modal-fast .modal-content {
    width: 100%;
}

table.dataTable tbody tr:hover td {
    background-color: #B3B3B3 !important;
    cursor: pointer;
}
.sidebar-menu > li > a > .info {

    vertical-align: middle;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    color: white;
    position: absolute;
    top: 7px;
    right: 20px;
    background-color: #E9573F;
    padding: 3px 10px;
    border-radius: 3px;
}

.dark-shadow {
    background-color: rgba(0, 0, 0, 0.498039) !important;
}


body.page-sidebar-minimize #sidebar-left,
body.page-sidebar-minimize-auto #sidebar-left {
    display: block;
}

body.page-sidebar-minimize #sidebar-left .hide-on-min,
body.page-sidebar-minimize-auto #sidebar-left .hide-on-min {
    display: none;
}

body #sidebar-left .show-on-min,
body #sidebar-left .show-on-min {
    display: none;
}

body.page-sidebar-minimize #sidebar-left .show-on-min,
body.page-sidebar-minimize-auto #sidebar-left .show-on-min {
    display: block;
}

#page-content {
    height: auto;
    min-height: 100%;
}

.ctrl-site #page-content {
    height: 100%;
}


body.page-sidebar-minimize-auto #sidebar-left .sidebar-footer,
body.page-sidebar-minimize #sidebar-left .sidebar-footer{
    display: block;
}
body.page-sidebar-minimize-auto #sidebar-left .sidebar-footer a {
    display: none;
}
body.page-sidebar-minimize-auto #sidebar-left #logout {
    display: block;
}


body.page-sidebar-minimize #sidebar-left .minimize {
    display: block;
}


.sidebar-footer .pull-left {
    width: 33.3%;
}

body.page-sidebar-minimize #sidebar-left .sidebar-footer a,
body.page-sidebar-minimize-auto #sidebar-left .sidebar-footer a {
    width: 100%;
}


.ptz_ctrl {
    background: #323232;
    width: 100px;
    position: fixed;
    right: 0;
    top: 0;
    color: #fff;
    opacity: 0.9;
}

.ptz_ctrl i {
    height: 33px !important;
    line-height: 33px;
}

.ptz_ctrl .btn:focus, .ptz_ctrl .btn:hover {
    color: #fff;
}





.record-0 .video, .record-1 .video, .record-2 .video, .timeline-hidden .video {
    padding-bottom: 40px;
}
.record-0 .timeline, .record-1 .timeline, .record-2 .timeline, .timeline-hidden .timeline {
    /*margin-top: -40px;*/
    height: 40px;
    top: -40px;
}

.timeline-hidden .control-timeline {
    display: none;
}

.cbp-l-grid-projects-title {
    white-space: normal;
    float: left;
    padding-right: 50px;
}

.cbp-dvr {
    float: right;
    width: 45px;
    position: absolute;
    right: 0;
    padding: 0;

}

.select2-container--default .select2-selection--single {
    color: #a2a2a2;
    height: 34px;
    border-radius: 0;
    border-color: #dddddd;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a2a2a2;
    line-height: 34px;
    padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #a2a2a2 transparent transparent;
}

.select2-dropdown {
    color: #a2a2a2;
    border-radius: 0;
    border-color: #dddddd;
}


.cams-mosaic {
    height: 100%;
}
.cams-mosaic div {
    float: left;
    background-size:100% auto;
}
.cams-mosaic img {
    width: 100%;
    height: 100%;
}

.cams-mosaic-2x2 .mosaic-item {
    width: 50%;
    height: 50%;
}
.cams-mosaic-3x3 .mosaic-item {
    width: 33.33333%;
    height: 33.33333%;
}
.cams-mosaic-4x3 .mosaic-item {
    width: 25%;
    height: 33.33333%;
}
.cams-mosaic-4x4 .mosaic-item {
    width: 25%;
    height: 25%;
}
.cams-mosaic-5x4 .mosaic-item {
    width: 20%;
    height: 25%;
}
.cams-mosaic-6x4 .mosaic-item {
    width: 16.6666%;
    height: 25%;
}
.cams-mosaic-6x5 .mosaic-item {
    width: 16.6666%;
    height: 20%;
}


#screenSlider, #screenSlider .carousel-inner {
    height: 100%;
    width: 100%;
    text-align: center;
    background: #000;
}

#screenSlider i {
    font-size: 3em;
    vertical-align: middle;
    position: relative;
    top: 45%;
}

.vis-screens {
    background-color: rgba(0, 140, 27, 0.15) !important;
}

#body, #video_thread {
    height: 100%;
    width: 100%;
}

#video_thread {
    height: 100%;
    width: 100%;
}

.timeline #visualisation {
    background: #fff;
}
/*
ymaps.ymaps-2-1-47-svg-icon:has( > ymaps ymaps div.icn_content) {
    background: none!important;
}
*/
.cams-add-price {
    background-position: top center;
    background-repeat: no-repeat;
    height: 370px;
    padding-top: 300px;
}

.iframe-layout {
    background-color: #000;
    /*color: #fff;*/
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.iframe-layout .dropdown {
    position: fixed;
    right: 0;
    top: 0;
}

.iframe-layout .iframe-buttons {
    position: fixed;
    right: 0;
    top: 0;
}

.iframe_logo {
    display: block;
    position: fixed;
    right: 35px;
    top: 35px;
    width: 158px;
    height: 42px;
}
.iframe_logo a {

    display: block;
    width: 158px;
    height: 42px;
}

.iframe_logo #logo_animate {
    animation: logo_animate 60s infinite;
    display: block;
    width: 158px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes logo_animate {
    from {
        opacity: 0;
        background-image: url('//saferegion.net/img/logo-white.png');
    }
    2% {
        opacity: 1;
    }

    48% {
        background-image: url('//saferegion.net/img/logo-white.png');
        opacity: 1;
    }
    50% {
        opacity: 0;
        background-image: none;
    }
    51% {
        opacity: 0;
        background-image: url('//saferegion.net/img/logo-gt.png');
    }
    53% {
        opacity: 1;
    }
    98% {
        opacity: 1;
        background-image: url('//saferegion.net/img/logo-gt.png');
    }
    to {

        background-image: none;
        opacity: 0;
    }
}

.iframe_logo .sf {
    background: url(//saferegion.net/img/logo-white.png) center no-repeat;
}

.iframe_logo .gt {
    background: url(//saferegion.net/img/logo-gt.png) center no-repeat;
}





#iframe .cams-view .video {
    padding-bottom: 85px;
}

#iframe .cams-view .timeline {
    top: -85px;
    height: 85px;
    background: #fff;
}

#iframe .iframe-dvr-layout .saferegion {
    bottom: 135px;
}

.tools-menu div {
    font-size: 14px;
}

.tools-menu a {
    font-size: 14px;
    min-width: 180px !important;
    padding-left: 10px !important;
}

.cam-index-hideonloading {
    display: none;
}




.spinner {
    width: 40px;
    height: 40px;
    background-color: #2a2a2a;

    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
          -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
}


.icon-github {
    background: no-repeat url('/img/github-16px.png');
    width: 16px;
    height: 16px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.accordion {
    margin-bottom:-3px;
}

.accordion-group {
    border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.btn-cam-quality {
    font-style: normal;
    font-weight: bold;
}

.dropdown-menu-groups {
    left: auto;
    top: 32px;

    padding: 3px 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 20px -5px rgba(0,0,0,.2)!important;

    font-size: 13px;
}

.dropdown-toggle-groups {
    color: #000!important;
    background-color: #fff!important;
    border: none!important;
    font-size: 13px!important;

    border-color: transparent;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
    box-sizing: border-box!important;
    border-width: 1px;
    border-radius: 3px;
    background-clip: border-box;
    vertical-align: middle;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    cursor: pointer;
    -webkit-transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    display: inline-block;
    text-align: left;
    height: 28px;
    line-height: 18px;
}

.group_item, .polit_item {
    line-height: 28px;
    cursor: pointer;
    padding-right: 13px;
    padding-left: 30px;
    max-width: 250px;
}

.group_item:hover, .polit_item:hover {
    background-color: #FFEBA0;
}

.dropdown-menu-groups .active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 38px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTEzLjUxLjQ1TDUuNDcgMTIuNDhsLTMuNzYtNC4yTC42NyA5LjYxbDQuOTMgNS40NUwxNC43MiAxLjZ6Ii8+PC9zdmc+) 50% 50% no-repeat;
}
.dropdown-menu-groups .noactive:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 38px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAgLjcxTDkuMjkgMCA1IDQuMjkuNzEgMCAwIC43MSA0LjI5IDUgMCA5LjI5bC43MS43MUw1IDUuNzEgOS4yOSAxMGwuNzEtLjcxTDUuNzEgNXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% 50% no-repeat;
}

.dropdown-menu-separator {
    border-bottom: 1px solid #e5e5e5;
    margin: 4px 0;
}

.next_dvr_seg {
    width: 100%;
    height: 100%;
    position: relative;
    top: -100%;
    display: none;
    background: #000;
    opacity: 0.5;
}

.next_dvr_seg i {
    width: 250px;
    height: 250px;
    /* background-color: red; */
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 250px;
    /* opacity:  0.5; */
}
.next_dvr_seg a:hover i {
    opacity:  0.8;
}

#map-numbers {
    position: fixed;
    top: 45px;
    right: 0;
    width: 156px;
    height: 100%;
    display: none;
    opacity: 0.7;
}

#map-numbers div div {
    background: #fff;
    position: fixed;
    padding-bottom: 5px;
}

#map-numbers div div img {
    border-radius: 3px;
}

.license-plate {
    background: url('//content.yar-net.ru/numbers/blank/1.png') center no-repeat;
    width: 156px;
    height: 36px;
    color: #000;
    font-weight: bold;
    border-radius: 3px;
    overflow: hidden;
}


.license-plate .license-plate-body {
    background: none;
    width: 118px;
    line-height: 36px;
    border: none !important;
    float: left;
    font-size: 23px !important;
    text-transform: uppercase;
    text-align: center;
    color: #000 !important;
}
.license-plate .license-plate-region {
    background: none;
    width: 35px;
    line-height: 25px;
    text-align: center;
    float: left;
    border: none !important;
    font-size: 18px !important;
    color: #000 !important;
}

.license-plate input:focus {
    outline: none;
}

#numbers-table img {
    max-width: 250px;
}

#triggers-params-dow_select label {
    display: block;
}

.phone-controls {
    position: fixed;
    right: 0;
    bottom: 127px;
    background: #323232;
    width: 300px;
    height: 38px;
    padding: 8px;
    text-align: left;
    display: none;
}

.phone-controls .hangup {
    animation: pulse 2s ease 0s infinite;
    transform: rotate(135deg);
}
.status-text {
    font-size: 14px;
    padding-left: 5px;
}

@keyframes pulse {
    0% {
        transform: scale(1) rotate(135deg);
    }
    50% {
        transform: scale(1.4)  rotate(135deg);
    }
    100% {
        transform: scale(1) rotate(135deg);
    }
}

.select2-container {
    z-index: 999;
}

.cell-controls {
    position: relative;
    display: none;
    height: 30px;
    margin-bottom: -30px;
    z-index: 999;
    opacity: 0.8;
    float: right;
    width: 100%;
}

.cell-controls .cell-select2 {
    /*float: right;*/
    height: 25px;
    width: 200px;
    margin-right: 33px;
}

.cell-controls .select2-container {
    /*float: right;*/
    margin-right: 75px;
}

.cell-controls .cell-close, .cell-controls .cell-expand {
    float: right;
    /*line-height: 30px;
    width: 40px;
    font-size: 20px;
    text-align: center;*/
    color: #fff;
}

.cell-controls .cell-close:hover, .cell-controls .cell-expand:hover {
    opacity: 0.8;
    text-decoration: none;
}

.video .col-sm-3 .cell-controls .cellcamlink {
    display: none;
}

.cell-controls a {
    text-shadow: 2px 2px 1px black;
    font-size: 15px;
    float: left;
    color: #fff;
}

.camCell {
    background-color: #000;
}


.cams-view[data-size='4'] .zoomContainer video,
.cams-view[data-size='9'] .zoomContainer video,
.cams-view[data-size='12'] .zoomContainer video,
.cams-view[data-size='16'] .zoomContainer video,
.cams-view[data-size='30'] .zoomContainer video {
    -o-object-fit: fill;
    object-fit: fill;
}

.cams-view img.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.tracker-placemark {
    background-image: url('https://sandbox.api.maps.yandex.net/examples/ru/2.1/placemark_layout/img/small.svg');
    background-size: 100%;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -17px;
}

.tracker-placemark-active {
    background-image: url('https://sandbox.api.maps.yandex.net/examples/ru/2.1/placemark_layout/img/big.svg');
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -60px;
}

@keyframes show-big-placemark {
    0% {
        transform: scale(0);
    }
    10% {
        transform: scale(1);
    }
    20% {
        transform: scale(0.1);
    }
    30% {
        transform: scale(1);
    }
    40% {
        transform: scale(0.1);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.1);
    }
    70% {
        transform: scale(1);
    }
    80% {
        transform: scale(0.3);
    }
    90% {
        transform: scale(0.55);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes show-small-placemark {
    0% {
        transform: scale(1);
        background-image: url('https://sandbox.api.maps.yandex.net/examples/ru/2.1/placemark_layout/img/big.svg');
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -60px
    }
    100% {
        transform: scale(0);
        background-image: url('https://sandbox.api.maps.yandex.net/examples/ru/2.1/placemark_layout/img/big.svg');
    }
}

.tracker-blink {
    font-size: 20px;
    -webkit-animation: tracker-blink 2s linear infinite;
    animation: tracker-blink 2s linear infinite;
}
@-webkit-keyframes tracker-blink {
    0% { color: rgb(255, 0, 0); }
    50% { color: rgba(0, 0, 0, 128); }
    100% { color: rgb(255, 0, 0); }
}
@keyframes tracker-blink {
    0% { color: rgb(255, 0, 0); }
    50% { color: rgba(0, 0, 0, 128); }
    100% { color: rgb(255, 0, 0); }
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-rotate-135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.fa-rotate-225 {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.fa-rotate-315 {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

.ny_logo_fix {
    top: -4px;
    position: relative;
}

.market-items-index #w0 div.item {
    width: 33%;
    float: left;
    margin-bottom: 50px;
}

@media (min-width: 100px) {
    .market-items-index #w0 div.item {
        width: 100%;
    }
}
@media (min-width: 950px) {
    .market-items-index #w0 div.item {
        width: 50%;
    }
}
@media (min-width: 1300px) {
    .market-items-index #w0 div.item {
        width: 33%;
    }
}
@media (min-width: 1600px) {
    .market-items-index #w0 div.item {
        width: 25%;
    }
}

.market-items-index #w0 div.item[data-key="3"], .market-items-index #w0 div.item[data-key="6"] {
    margin-right: 0;
}

.market-item {
    background: #fff;
    height: 400px;
    width: 300px;
    margin: 0 auto;

    border-radius: 2px;
    margin-bottom: 20px;
}

.market-item .pic {
    background-color: #81B71A;
    background-repeat: no-repeat;
    height: 240px;
}
.market-item .text {
    margin: 0 15px;
}
.market-item p {
    min-height: 1em;
}

.market-item-1 .pic {
    background-image: url(/img/market/1.png);
    background-position: right -17px;
}

.market-item-2 .pic {
    background-image: url(/img/market/2.png);
    background-position: right bottom;
}

.market-item-3 .pic {
    background-image: url(/img/market/3.png);
    background-position: right bottom;
}

.market-item-4 .pic {
    background-image: url(/img/market/4.png);
    background-position: right top;
}

.market-item-5 .pic {
    background-image: url(/img/market/5.png);
    background-position: right top;
}

.market-item-6 .pic {
    background-image: url(/img/market/6.png);
    background-position: right -10px;
}


.reports {

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reports .camera_report {
    padding-top: 10px;
}

.reports .camera_report img {
    width: 100%;
    min-width: 33.3%;
}

@keyframes LoadAnimation {
    from {
        transform: scale(1, 1) rotate(0deg);
    }
    10%{
        transform: scale(0.9, 0.9) rotate(45deg);
    }
    20%{
        transform: scale(0.8, 0.8) rotate(135deg);
    }
    30%{
        transform: scale(0.7, 0.7) rotate(225deg);
    }
    40%{
        transform: scale(0.6, 0.6) rotate(315deg);
    }
    50%{
        transform: scale(0.5, 0.5) rotate(360deg);
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }
    60%{
        transform: scale(0.6, 0.6) rotate(45deg);
    }
    70%{
        transform: scale(0.7, 0.7) rotate(135deg);
    }
    80%{
        transform: scale(0.8, 0.8) rotate(225deg);
    }
    90%{
        transform: scale(0.9, 0.9) rotate(315deg);
    }
    to {
        transform: scale(1, 1) rotate(360deg);
    }
}
.time_load_animation{
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 44px;
    z-index: 5;

    background-color: rgb(170, 172, 179);
    animation-name: LoadAnimation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.text-screen-preview{
    width: 300px;
    height: 30px;
    background-color: #ececec;
}
.type-detect-text{
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    width: 90px;
    height: 20px;
    border-radius: 3px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    display: inline-block;
}

.type-detect-time{
    color: #6f6f6f;
    position: absolute;
    width: 145px;
    top: 5px;
    bottom: 5px;
    left: 5px;
    display: inline-block;
}

.type-detect-red{
    /*background: linear-gradient(205deg, #db74ff 0%, #9b51e0 20%, #4e3db4 80%); violet*/
    background: linear-gradient(205deg, #ffcd94 0%,#ec5757 20%, #c9466f 80%);
}

.type-detect-orange{
    background: linear-gradient(205deg, #fff26f 0%, #fea90b 20%, #d56015 80%);
}

.type-detect-black{
    background: linear-gradient(205deg, #e89fff 0%, #9B51E0 20%, #6840c9 80%);
}
.type-detect-green{
    background: linear-gradient(205deg, #d4de34 0%, #81b71a 20%, #1c8b11 80%);
}

.img-back{
    background-color: #2a2a2a;
}

.face-etalons div.actions {
    position:relative;
    display:inline-block;
    text-align:center;
}

.face-etalons div .btn {
    position:absolute;
    top:5px;
    right:15px;
    opacity: 0.3;
}


.face-etalons div .btn:hover {
    opacity: 1;
}

.image-container .image-container {
    position: relative;
    display: inline-block;
}

.image-container .points-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.image-container .point {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.image-container .polygon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.image-container .remove-polygon-btn {
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.header-content h2 a:not(.btn), .header-content h2 a:not(.btn):hover {
    color: rgb(29, 41, 57);
    text-decoration: none;
}