﻿#vms-dashboard-center-container {
  
    /*overflow-y:auto;*/
    /* padding-top: 75px;
    padding-left:60px;
    padding-right:60px; */
    height: 100%;
    /*border: solid 2px limegreen;*/
}

.picture{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 40px;
}

.dash-capt {
    /*background-color: #3768bc;*/
    background-color: #1a2028;     
    width:100%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    /*opacity: 0.5;*/
}

.dash-descr {
    /*background-color: #3768bc;*/
    /*background-color: #1a2028;*/
    background-color: #292D36;  
    width: 100%;
    height: 100%;
    min-height: 360px;
    overflow-y:auto;
    /*opacity: 0.5;*/
}

.dash-capt-text {
    font-family: Arial;
    font-size: 28px;
    color: #c7cbd1;
    left: 50%;
    /*margin-right: 50%;*/
    position: absolute;
    transform: translate(-50%, 50%);
    white-space: nowrap;
}



.dash-descr-block {
    /*background-color: #292d35;*/
    background-color: #000000;
    padding:0 !important;
    display: block;
    z-index: 9999;
    outline:none;
}

.dash-descr-text {
    font-family: Arial;
    font-size: 24px;
    color: #c7cbd1;
    /*display: inline-block;*/
}

.dash-expl-text {
    font-family: Arial;
    font-size: 22px;
    color: #c7cbd1;
    /*display: inline-block;*/
}

.dash-err-text {
    font-family: Arial;
    font-size: 38px;
    color: #be1b1b;
    /*display: inline-block;*/
}

.dash-warn-text {
    font-family: Arial;
    font-size: 38px;
    color: #abb146;
    /*display: inline-block;*/
}

.dash-ok-text {
    font-family: Arial;
    font-size: 38px;
    color:  #00D823;
    /*display: inline-block;*/
}

.dash-descr-margin{
 margin-top: 66px;
 margin-left: 124px; 
}

.dash-grid {
    height: 100%;
    position: relative;
    /*margin-right: 100px;*/
}


.gridDashboard {
    height: 100% !important;
    /*background-color: #3768BC !important;*/
    background-color: #1a2028;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
	border-top: 31px solid #1a2028;
    margin:auto;
    display: none;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
	border-bottom: 31px solid #1a2028;
    padding: 0;
    margin:auto;
}

.errcircle { 
    width: 10px;
    height: 10px;
    background: #be1b1b;
    border-radius: 5px; 
    display: inline-block;
    margin-left:10px;
    margin-right:10px;
}

.warncircle { 
    width: 10px;
    height: 10px;
    background: #abb146;
    border-radius: 5px; 
    display: inline-block;
    margin-left:10px;
    margin-right:10px;
}

.dash-textblock-center{
 text-align: center;
 margin-bottom: 32px;
}

.dash-textblock-left{
 text-align: left;
 display:inline-block;
}

.dash-margin-data{
 margin-left: 64px;
 margin-right: 64px;
}

.dash-margin-expl{
 margin-left: 32px;
 margin-right: 32px;
}

/*depr*/

.bg-dashboard {
    min-height: 220px;
}

.rect-health {
    background-color: #62be2a;
    border-radius: 2px;
    font-weight:bold;
    font-size: 14px;
    font-family: Arial;
    min-width: 113px;
    width:20%;
    height: 80px;
    text-align:left;
    position: relative;
    color: #e5e5e5;
}

.margin-dashboard{
     margin: 20px 0;
}

.padding-dashboard{
     padding-top: 80px;
     padding-bottom: 00px;
}

.error {
    color: #ff0000;
}

.alert {
    color: yellow;
}


.dash-table-wrapper{
    display:table;
}

.dash-div-row{
    display:table-row;
}

.dash-cell{
    display:table-cell;
    min-width:94px;
}

.margin-left-app-server{
    margin: 16px auto;
}

.margin-left-nvrs {
    margin:16px auto;
}

.margin-left-cameras{
    margin:16px auto;
}

.margin-left-proxys{
    margin:16px auto;
}

.visible-arrow {
    visibility: visible;
}

.hidden-arrow {
    visibility: hidden;   
}

.circle-total {
    border: solid 2px #C0C0C0;
    border-radius: 31px;
    height: 45px;
    width: 45px;
    /*padding-left:8px;*/
    position: absolute;
    color:#FFF;
    top: 121px;
    font-size:20px;
    text-align: center;
    padding-top: 7px;
}

.circle-total-nvr{
    left: 149px;
}

.circle-total-cameras{
    left: 159px;
}

.circle-total-proxys {
    left: 157px;
}

.circle-app-server {
    left: 155px;
}

.padding-left-health{
    padding-left: 22px;
}

.grid-wrapper {
    height: calc(100% - 245px);
    padding: 20px;
}

.position-circle {
    margin:0 auto;
    width:155px;
}

.dashboard-wrapper .ui-grid-header-cell {
    /*background-color:#3768bc !important;*/
    /*background-color: #1a2028;*/
    /*border-top: solid 1px #000;*/
    /*border-left: solid 1px #000;*/
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
} 


.dashboard-wrapper .ui-grid-row .ui-grid-cell {
    /*background-color:#3768bc !important;*/
    background-color: #1a2028;
    /*border: solid 1px #000;*/
    border: none;
}

.dashboard-wrapper .ui-grid-header-canvas {
    /*background-color:#3768bc !important;*/
    background-color: #1a2028 !important;
}

.ui-grid-header-cell-row > div:last-child {
    border-right: solid 1px #292d35;
}

.dashboard-wrapper .ui-grid-row:nth-child(odd) .ui-grid-cell{
    /*background-color: #295287 !important;*/
    background-color: #3a3e48 !important;
    color: #FFF !important;
}

.dashboard-wrapper .ui-grid-row:nth-child(even) .ui-grid-cell  {
    /*border-top:none;
    border-bottom: solid 1px #FFF !important;*/
    color: #FFF !important;
}

.dashboard-wrapper .ui-grid-row:last-child .ui-grid-cell {
    /*border-bottom: solid 1px #FFF !important;*/
}

.dashboard-wrapper .ui-grid-cell-contents {
    color:#FFF !important;
    padding-left: 15px !important;
    border-right: solid 1px #000;
}

.dashboard-wrapper .ui-grid-header .ui-grid-cell-contents {
    border-right: none !important;
}


.dashboard-wrapper .ui-grid-cell-contents .v-warning {
    width: 30px !important;
    font-size: 18px;
    display: inline-block;
    margin-top: 5px;
    float: left;
}

.total-counter{
    font-weight: bold;
    color:#FFF;
    font-size:36px;
}

/*%%%%%%%%%%%%%%%%%%%%%%% NEW DEASHBOARD STYLES %%%%%%%%%%%%%%%%%%%%%%% */

.dash-capt-new {
    /*background-color: #3768bc;*/
    background-color: #1a2028;     
    width:100%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    /*opacity: 0.5;*/
}

.dash-descr-wrapper {
    background-color: #192028;
    width: 100%; 
    /*height: 300px; */
    display: flex;
    justify-content: center;
    border-top: 1px solid #232A32;
}

.dash-descr-block-new {
    height: 210px;
    background-color: #192028;
    /*width: 24.5%;*/
    border: 2px solid #232A32;
    border-top-width: 0;
    border-bottom-width: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    transition: 150ms;
}

.dash-descr-block-new:hover {
    background-color: #14191F !important;
    transition: 150ms;
    cursor: pointer;
}

.dash-descr-block-new:nth-child(2) {
    border-right-width: 0;
    border-left-width: 0;
}

.dash-descr-block-new:nth-child(4) {
    border-left-width: 0;
}

.dash-descr-title-wrapper {
    display: flex;
    width: 72%;
    margin: 0 auto;
    justify-content: center;
}

.desh-descr-icon-block {
    width: 15%;
    height: 35px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: 15px;
}

    .desh-descr-icon-block .desh-descr-icon {
        height: 35px;
        color: #c3c7c9;
        font-size: 36px;
    }
        .desh-descr-icon-block .desh-descr-icon.v-video-channels:before {
            line-height: 36px;
            font-size: 48px;
        }
        .desh-descr-icon-block .desh-descr-icon.v-internet-gateway:before {
            line-height: 36px;
            font-size: 40px;
        }

.dash-descr-title-block {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    /*top: 20px;*/
}

.dash-descr-title-block .dash-descr-title {
    color: #CFD4D8;
    font-weight: bold;
}

.dash-descr-healthy-block {
    width: 60%;
    margin: 0 auto;
    position: relative;
    top: 10px;
    text-align: center;
    border-top: 2px solid #232A32;
    border-bottom: 2px solid #232A32;
    display: flex;
    justify-content: center;
}

.dash-descr-healthy-block .dash-descr-healthy-text {
    color: #CFD4D8;
    font-weight: bold;
    align-self: center;
    margin: 0;
    line-height: 40px;
    white-space: nowrap;
}

.dash-descr-healthy-text .healthy-text {
    color: #46C59B;
    font-weight: bold;
}

.dash-descr-errors-block {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    top: 25px;   
}

.dash-descr-errors-block .errors-number-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.dash-descr-errors-block .errors-number-block .dash-descr-warning-box {
    width: 90px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.error-number {
    /*color: #B9436B;*/
    color: #b92122;
}

.warning-number {
    /*color: #D67F01;*/
    color: #dd6e0c;
}

.dash-descr-errors-block .errors-text-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 180px;
    color: #CFD4D8;
    font-weight: bold;
    margin: 0 auto;
}

.dash-descr-errors-block .errors-text-block .errors-text-box {
    width: 90px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}



.arrow-up-new {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #292D36;
    padding: 0;
    margin: auto;
    position: relative;
    top: 17px;
}

.dashboard-wrapper .ui-grid-render-container-body .ui-grid-viewport {
    background-color: #292d35;
}

/* dash buttons */
.button-wrapper {
    display: flex;
    flex-direction: column;
    height: calc(100% - 165px);
    position: absolute;
    background-color: #292D35;
    z-index: 999;
}

.button-wrapper .dash-btn {
    width: 100%;
    height: 45%;
    /*background: #14191F;*/
    color: #CFD4D8;
    font-weight: bold;
    cursor: pointer;
    display: flex;
}

.button-wrapper .dash-btn span {
    /*color: aliceblue;*/
    -ms-writing-mode: bt-rl;
    writing-mode: vertical-rl;
    display: block;
    width: 30px;
    /*height: 50px;*/
    margin: auto;
    text-align: center;
    letter-spacing: 1px;
    transform: rotate(-180deg);
}

#statistic-block { 
    /*z-index:900; */
    padding: 15px 15px 0 40px; 
    /*border: 1px solid red;*/
    height: calc(100% - 230px);
    width: 100%;
    background-color: #292D36;
}

.stats-container {
    /*border: 1px solid yellow;*/
    position: relative;
    width: 100%;
    height: 96%;
}

/*.nvr-page-header {
    width: 100%;
    height: 50px;
    background: red;
}*/