/************************
GTI - OPERATOR UI 
*************************/
.page-operator header .page-brand {
    background: #17191C;
    }
.page-operator header .navbar-toggler {
    color:#fff;
    }
.page-operator header .navbar-toggler:hover, .page-operator header .navbar-toggler:active, .page-operator header .navbar-toggler:focus {
    color:#ffffff6b;
    }
@media (max-width: 992px) {
    header .page-header .header-links .user-details>a, 
    header .page-header .header-links .user-details>a .fa-user-circle,
    header .page-header .header-links .beamer_button .fa-stack i    {
        color: #fff;
        }
    }
/************************
END - GTI - OPERATOR UI 
*************************/



/** GTI /ANG - updating student banner **/

/*@media (min-width: 992px) {*/
/*    .romeo .main-banner-outer .main-banner-container .main-banner-brand {*/
/*        max-width: 200px;*/
/*        padding: 1rem;*/
/*        }*/
/*    }*/

/*** Header & Navigation ***/

/*.navbar-brand > img {*/
/*    display: block;*/
/*    margin: 0 0 15px 20px;*/
/*}*/
/*.navbar {*/
/*    background:#fff;*/
/*}*/
/*.navbar-nav > li > a {*/
/*    color: #333;*/
/*}*/
/*.header.navbar {*/
/*    border-bottom:1px solid #ccc;*/
/*}*/
/*.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {*/
/*    color: #FFF;*/
/*    background: url("http://www.abdn.ac.uk/study/images/layout/page_top_menu_hover.gif");*/
/*}*/
/*.navbar {*/
/*    border-width:medium medium 1px;*/
/*    border-color:#ccc;*/
/*}*/
/*.navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {*/
/*    background-image: none;*/
/*    color: #333;*/
/*}*/
/*.navbar-nav .open .dropdown-menu > li > a {*/
/*    color: #333;*/
/*}*/
/*.navbar-toggle {*/
/*    top: -52px;*/
/*    left: 15px;*/
/*}*/
/*.header .header-details {*/
/*    right: 10px;*/
/*    top: 20px;*/
/*}*/

/*** Heading & Tabs Colors ***/

/*.heading-primary, .bg-primary, .content-block.bg-primary, .panel-default .panel-heading, .panel-primary .panel-heading, .label-primary {*/
/*    background-color: #2D3E50;*/
/*    border-color: #2D3E50;*/
/*    color: #FFF;*/
/*}*/
/*.heading-info, .bg-info, .content-block.bg-info, .panel-info .panel-heading, .label-info {*/
/*    background-color: #2D3E50;*/
/*    border-color: #2D3E50;*/
/*    color: #FFF;*/
/*}*/
/*.nav-tabs li.active .btn-tab, .nav-tabs li .btn-tab:hover, .nav-tabs li .btn-tab:focus {*/
/*    background-color: #C42626;*/
/*    color: #FFF;*/
/*    border: 1px solid #C42626;*/
/*}*/
/*.heading, .panel-heading {*/
/*    color: #FFF;*/
/*    background-color: #2D3E50;*/
/*    padding: 8px;*/
/*    border-bottom: 2px solid #2D3E50;*/
/*    margin-top: 0px;*/
/*}*/
/*.heading-light a, .panel-light .panel-heading {*/
/*    color: #fff;*/
/*}*/
/*.panel-light .panel-heading {*/
/*    background:#2D3E50;*/
/*}*/

/** Tables ***/

/*.table > thead > tr > th {*/
/*    background-color: #68819C;*/
/*}*/
/*.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {*/
/*    border: 1px solid #68819C;*/
/*}*/
/*.table-header {*/
/*    border-bottom: 2px solid #48719C;*/
/*    margin-bottom: 1px;*/
/*    background-color: #48719C;*/
/*}*/

/*** Buttons ***/

/*.btn-primary {*/
/*    background-color: #68819C;*/
/*    border-color: #68819C;*/
/*    color: #FFF;*/
/*}*/
/*.btn-primary .fa {*/
/*    background-color: #5F7893;*/
/*}*/
/*.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {*/
/*    background-color: #5F7893;*/
/*    border-color: #5F7893;*/
/*}*/
/*.btn-primary:hover .fa, .btn-primary:focus .fa, .btn-primary.focus .fa, .btn-primary:active .fa, .btn-primary.active .fa, .open > .dropdown-toggle.btn-primary .fa {*/
/*    background-color: #536C87;*/
/*}*/
/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {*/
/*    background-color: #68819C;*/
/*    border-color: #68819C;*/
/*    color: #FFF;*/
/*}*/

#user\.details\.title-container {
    display:none!important;
}

/* Custom Pane style information added by GTI/Graeme */
@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
    /** changing the height of the custom pane body **/
      max-height: 530px;
    }
}

/* Custom User Username/Email registration hint added by GTI/Marco */
#newUserRegistration #user\.username-container .col-sm-10:after {
    content:"University of Bristol email address in the format ab12345@bristol.ac.uk";
    display:block;
    font-size:12px;
    line-height: 1.5rem
}
#newUserRegistration #user\.email-container .col-sm-10:after {
    content:"University of Bristol email address in the format ab12345@bristol.ac.uk";
    display:block;
    font-size:12px;
    line-height: 1.5rem
}

/* Hide Career Readiness from student profile. Added by Graeme for #596875 */
#yourprofile #basic-details .form-group:last-of-type {
    display: none;
}
/* End of Career readiness hider */
