/************************
GTI - OPERATOR UI 
*************************/
.page-operator header .page-brand {
    background: #17191C;
    }
.page-operator header .navbar-toggler {
    color:#fff;
    }
.page-operator header .page-brand .client-logo {
    max-height: 62px;
    max-width: 100%;
    margin-top: -5px;
    }
@media (max-width: 992px) {
    .page-operator header .page-header .header-links .user-details>a, 
    .page-operator  header .page-header .header-links .user-details>a .fa-user-circle,
    .page-operator header .page-header .header-links .beamer_button .fa-stack i    {
        color: #fff;
        }
    }
/************************
END - GTI - OPERATOR UI 
*************************/

.dashboard-content .card h1.dash-card-header {
    display:none !important;
}

/** added by GTI **/
.site-logo.logo-small.hidden-md.hidden-lg.hidden-xl {
    display:block !important;
    }
.site-logo.logo-large.hidden-xs.hidden-sm {
    display:none !important;
    }

.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
}

@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
    /** changing the height of the custom pane body **/
      min-height: 680px !important;
      
      
    }
    
    
}
