/** ADDED BY GTI/ANG - hiding temporary login button on home page **/
section.cover .cover-card-landing .btn-list-item[title="Temporary access"] {
  display:none
}

/** GTI/ANG - fixing red text on a purple bg **/
.heading.heading-bleed.text-danger {
    color:#ffffff;
}


/** ADDED BY GTI/ANG - extra text on student profile TC-21511 **/
#yourprofile section#email-preferences input[name=student\.details\.receiveInformation] ~ strong::after {
    content: "The Careers Service through CareerConnect will send tailored messages at specific points in the year, your degree and during your career planning journey.  All communications support and enhance building employability knowledge and skills.  By opting in for events and opportunities you will be sent tailored messages based on your preferences in your profile.";
    font-weight: normal;
    display:block;
    font-size:.85rem;
    line-height: 1.6;
    margin-top: 2px;
}

/** ADDED BY GTI/ANG - CUSTOM PANE **/
@media (min-width: 992px) {
.flex-dash-row .dash-card-custom .card-body {
    max-height: 440px;
    }
}
.dash-card-custom .row {
    /*display:block;*/
    }
.dash-card-custom a.cp-block {
    height: 130px;
    display: flex;
    width: 100%;
    justify-content: stretch;
    flex-direction: column;
    text-decoration:none;
    background-size: cover;
    background-position: center;
    }
.dash-card-custom a.cp-block .cp-text {
    background-color: #fff;
    display:block;
    font-weight: 500;
    padding: 8px 14px 6px 0;
    color: #000;
    font-size: 13px;
    }
.dash-card-custom a.cp-block .cp-hover-overlay {
    display: flex;
    align-items: flex-end;
    height:100%;
    background-color: transparent;
    }
.dash-card-custom a.cp-block:hover .cp-hover-overlay, .dash-card-custom a.cp-block:focus .cp-hover-overlay {
    background-color: rgb(128 0 128 / .5);
    }

/** ADDED BY GTI/ANG - LOGIN PAGE **/
.main-content section.cover .cover-client-content .cover-client-content-text {
    background: transparent;
    padding: 0;
    }
.main-content section.cover .cover-client-content .cover-client-content-text h1 {    
    color: #660099;
    background: #fff;
    padding: .75rem 1rem;
    display: inline-block;
    }


/*** Hide Queries Roundell Added by GTI/Graeme***/
.romeo .dash-cta-deck .dash-cta-link.dash-cta-mail[title="Queries"] {
  display: none;
}

/*** Update banner text colour. Added by GTI/Graeme ***/
.romeo .main-banner-outer .main-banner-container .main-banner-txt p {
    color: black;
}


/*** Change employer registration page background image added by GTI/Graeme ***/
/*ANG REMOVING!  31st Jan 2023*/
/*@media (min-width: 992px) {*/
/*  .target-connect.unauthorised:not(.login) {*/
/*      background: url(https://images1.groupgti.com/targetconnect/2020/manchester/manchesteruniversity_23132161995-reduced.jpg) no-repeat fixed left top/cover !important;*/
/*  }*/
/*}*/

/** ADDED BY GTI/AB - CUSTOM PANE **/
.dashboard-custom.employer .help-panel {
    display: none;
}

.dashboard-custom.employer a.cp-block {
   height: 120px;
}

.dashboard-custom.employer a.cp-block .cp-text {
   padding-left: 14px;
}

.dashboard-custom.employer .dash-card-custom .card-body {
    background-color: #6b2c91;
}

.dashboard-custom.employer .dash-card-custom .dash-card-header {
    padding-top: 0.8rem;
    color: #343536;
}

@media (min-width: 992px) {
    .flex-dash-row .dash-card-custom .card-body {
        max-height: 520px;
    }   
}








/*** 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;
}*/
