<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** ADDED BY GTI **/
/** opportunities &gt; add opportunity &gt; 2nd step, basic details, job title field - requested by Ben **/
.section-job-posting #jobPosition\.title-container .col-xs-12.control-label:before {
    content:"Role title \\ ";
}

@media (min-width: 992px) {
.flex-dash-row .dash-card-custom .card-body {
/** changing the height of the custom pane body **/
      max-height: 800px;
    }
}


/*** Header &amp; Navigation ***/

/*.navbar-brand &gt; img {
    display: block;
    margin: 0 0 15px 20px;
}
.navbar {
    background:#fff;
}
.navbar-nav &gt; li &gt; a {
    color: #333;
}
.header.navbar {
    border-bottom:1px solid #ccc;
}
.navbar-nav &gt; li &gt; a:hover, .navbar-nav &gt; li &gt; a:focus, .navbar-nav &gt; .active &gt; a, .navbar-nav &gt; .active &gt; a:hover, .navbar-nav &gt; .active &gt; a:focus, .nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; 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 &gt; li &gt; a:focus, .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
    background-image: none;
    color: #333;
}
.navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #333;
}
.navbar-toggle {
    top: -52px;
    left: 15px;
}
.header .header-details {
    right: 10px;
    top: 20px;
}

/*** Heading &amp; 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 &gt; thead &gt; tr &gt; th {
    background-color: #68819C;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th, .table &gt; colgroup + thead &gt; tr:first-child &gt; th, .table &gt; thead:first-child &gt; tr:first-child &gt; th, .table &gt; caption + thead &gt; tr:first-child &gt; td, .table &gt; colgroup + thead &gt; tr:first-child &gt; td, .table &gt; thead:first-child &gt; tr:first-child &gt; 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 &gt; .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 &gt; .dropdown-toggle.btn-primary .fa {
    background-color: #536C87;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
    background-color: #68819C;
    border-color: #68819C;
    color: #FFF;
}*/

/* added by GroupGTI */
.card.cover-card.cover-card-landing.my-4::after {
    content: "";
    display: block;
    background: url(https://cdn.groupgti.com/targetconnect/uwl/Merged+logo+for+Student+-hub-01.png) center center no-repeat;
    height: 100px;
    background-size: auto;
    margin-top: 0rem;
    background-size: contain;
    margin: 1rem 1rem 2rem 1rem;
}
/**/

/** GTI/Kunal - appointments custom pane - based on  - TC-23118 **/
.cp-well.row-no-gutters [class*=col-] {
    padding-left:0;
    padding-right:0;
}

.cp-well {
     margin: 0;
}

.cp-well .at-image {
    background-image: url(https://cdn.groupgti.com/targetconnect/uwl/SS+Logo.png);
    background-size: cover;
    background-position: center;
    height:150px;
}

@media (min-width: 992px) {
    .cp-well .at-image {
        width: 150px;
    }
}
</pre></body></html>