﻿.monitor-page .right-panel-header {
    height: 38px;
    width: 100%;
    background: #292d35;
  
}

.monitor-page .properties-section {
    padding-top: 4px;
}
.monitor-page .vms-config-right-panel {
    overflow-y: auto;
}
.monitor-page .monitoring-page-upper {
    height: calc(100% - 130px);
    position: relative;
    overflow: auto;
    width: 100%;
}
.monitor-page .configuration-ditails-form {
    margin-bottom: 18px;
    margin-top: 14px;
}
.monitor-page .configuration-ditails-form.enabled-switch-btn {
    margin-bottom:12px;
    margin-top:14px;
}
.monitor-page .configuration-ditails-form.enabled-switch-btn label{
   line-height:17px;
}
.monitor-page .configuration-ditails-form.auto-layout-switch-btn{
      margin-bottom:14px;
}
.monitor-page .configuration-ditails-form.auto-layout-switch-btn label{
    line-height: 17px;
}
.monitor-page .configuration-ditails-form .blue-border-input {
    background-color: transparent !important;
}

.monitor-page .grid-section {
    height: 35vh;
    position: relative;
}

.monitor-page .configuration-ditails-form .layout-setting {
    width: 100px;
}
.monitor-page .configuration-ditails-form .width-200 {
    width: 200px;
}

.monitor-page .monitor-grid-container {
    display: flex;
    flex-wrap: wrap;
    position:relative;
}
.monitor-page .border-top-0 {
    border-top: none!important;
}
.monitor-page .border-left-0 {
    border-left: none!important;
}
.monitor-page .border-right-0 {
    border-right: none!important;
}
.monitor-page .border-bottom-0 {
    border-bottom: none!important;
}
.monitor-page .grid-item img{
    min-height:67px;
    max-height: 91px;
    max-width:127px;
}
.monitor-page .grid-item {
    float: left;
    width: 16.66%;
    height: calc(35vh/3);
    border: 1px solid #757575;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*@media(max-height: 1080px) {
    .monitor-page .grid-section {
        height: 367px;
    }
    .monitor-page .grid-item {
        height: calc(367px/3);
    }
 
}*/

.monitor-page .vms-big-btn-footer {
    display: flex;
    justify-content:flex-end;
    padding:20px;
    position: relative;
    height:87px;
}

.monitor-page .selected img {
    border: 2px solid #3C91E6 !important;
}

span[ui-grid-visible="col.sort.direction"] {
    display: none;
}
.monitor-page.views-new-ui .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell{
    background-color:transparent!important;
}
.monitor-page.views-new-ui .ui-grid-row:hover .ui-grid-cell {
    background-color: transparent !important;
}
.monitor-page.views-new-ui .ui-grid-row-selected {
    background-color: #3a3e48;
}