/** 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;
    }
    
    
/************************
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 
*************************/

.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: 780px !important;
      
  }
}





/* Added by Angela/GTI, resizing their brand logo on job details */
#nav-anchor-activity .widget-container.widget-container-image.logo-container img[src="/styles/dynamic/image/400200/logo_small.png"] {
    max-height: 80px;
    margin: 0.5rem 0 0 0;
    }
 
/* Increasing the size of the custom pane for user logons */    
@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
    /** changing the height of the custom pane body **/
      min-height: 640px !important;
      
      
    }
    
    
}
