/**
 * This file will be overwritten when the Bootstrap Framework source files
 * are compiled using the LESS CSS pre-processor.
 */
 /*
 .middle {
     text-align: center;
     padding-top: 1em;
 }
 */
/** ADMIN STYLING---------------------------------------------------------------*/
/*Style away a confusing IMCE ajax error that do no have any impact on the
working of IMCE-----------------------------------------------------------------*/
.imce-layer.imce-message-popup {
     display:none !important;
}
/** NAVIGATION------------------------------------------------------------------*/
/* Navigation (Collapsible) bar at top - #Navbar in page.html.twig-------------*/
#navbar{
   background: #6c3d91;
   border-radius: 0;
   margin-bottom: 0px !important;
   padding-top: 10px;
}
.navbar-header {
   float: none !important;
}
/* Styling needed extra from default site */
.container-fluid.site-nav {
    background-color: #00889c;
}
#block-colourbartopbar h1, #block-colourbartopbarafr h1 {
    text-align: center;
    text-transform: uppercase;
}

#navbar-collapse-2 {
    background: #00889c;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: none;
    border-right: none;
    border-radius: 0;
}


/* Search block-----------------------------------------------------------------*/
#block-viewsexposedfilterblock {
     padding-top: 10px;
     padding-bottom: 10px;
}
#block-viewsexposedfilterblock label {
    display: none;
}
#edit-submit-solr-search-content {
    background-color: #78848e !important;
    border-color: #78848e !important;
}
#edit-submit-multisite-search {
    background-color: #a5b1bb;
    background-image: linear-gradient(#78848e, #a5b1bb);
    border-color: #78848e;
}
#views-exposed-form-multisite-search-page-1 {
    margin-bottom: 20px;
}
#views-exposed-form-studiessite-search-page-1 {
  padding-bottom: 1em;
}
#views-exposed-form-studiessite-search-page-1 button:hover {
  background-color: #eee;
  color: #555;
}
#views-exposed-form-studiessite-search-page-1 button {
  background-color: #78848e;
  border: none;
  padding: 7px;
}
/* Language switcher------------------------------------------------------------*/
#block-nwu-theme-languageswitcher-2 {
     padding-top: 10px;
}
.language-link {
     color: #fff;
}
.language-link.is-active {
     background-color: #78848e;
}
/** NAVIGATION COLLAPSIBLE -----------------------------------------------------*/
/*NWU main navigation menu------------------------------------------------------*/
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #9d9d9d !important;
}
.navbar-header .navbar-toggle {
    border-color: white;
}
.leaf a {
    color: black;
}
/**TOP BAR SITE-----------------------------------------------------------------*/
/*Top Bar Site - # Header Site in page.html.twig--------------------------------*/
.site-topbar {
    background: linear-gradient(#a7b3bd,#00889c);
    color: white;
    text-align: right;
    padding: 8px 0;
}
.site-topbar a {
    color: #ffffff;
    font-weight: bold;
}
.colour-top a, .colour-top a:hover {
    color: #ffffff;
}
/*Top Bar Site - # Header Site - second pages-----------------------------------
#block-colourbartopbarsecondpages a {
    color: #E32974;
}*/
/**TOP BAR NAVIGATION STYLING---------------------------------------------------*/

/**TOP BAR NAVIGATION COLLAPSIBLE STYLING---------------------------------------*/
/*css for Business Unit Menu - desktop styling----------------------------------*/
/*If screen size is more than 768px wide----------------------------------------*/
@media screen and (min-width: 768px) {
#navbar-collapse-2 {
    display: flex !important;
    text-align: center !important;
    margin-top: 10px;
    padding-top: 0px !important;
}
.region.region-headernavigation-collapsible {
    margin: auto;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
#navbar-collapse-2 .navbar-nav > li > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #ffffff;
}
#navbar-collapse-2 .navbar-nav > li > a:hover {
    color: #5a5a5a;
}
.menu.menu--business-unit-menu.nav.navbar-nav a {
    color: black;
}
.region-headernavigation-collapsible .menu li a {
    border-right: 1px solid #ffffff;
}
.region-headernavigation-collapsible .menu li > ul > li a {
    border-right: none;
}
li.last.leaf a {
    border-right: none;
}
.region.region-headernavigation-collapsible .nav .open > a {
    background-color: #5a5a5a;
}

.social {
  margin-top: 3em;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  width: 112%;
  margin-left: -12%;
}
}
/*css for Business Unit menu - mobile navigation button - sr-only---------------*/
 .navbar-toggle.navbar-toggle-second {
     background-color: #3d3d3d;
     border-color: #3d3d3d !important;
 }
 .navbar-toggle-second .icon-bar {
     background: white;
 }
/** Accordion styling **/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #8E8E8E;
    background: #5A5A5A;
    font-weight: normal;
    color: #ffffff;
}
.ui-widget-content a {
    color: #337ab7;
}
/**Business unit text styling**/
.views-field.views-field-field-business-unit h1 {
    color: white;
}
/** css vir Business Unit Menu - Mobile styling---------------------------------*/
/* If screen size is less than 768px wide---------------------------------------*/
@media screen and (max-width: 768px) {
.menu.menu--business-unit-menu.nav.navbar-nav a {
  color: black;
}
#navbar-collapse-2 {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
}
/**FOOTER STYLING---------------------------------------------------------------*/
/*Footer styling----------------------------------------------------------------*/
.footer.submitted {
    background-color: transparent;
}
footer {
    background: #6c3d91;
    padding: 20px;
}
footer a {
    color: #ffffff;
}
footer a:hover {
    color: #9d9d9d;
}
.footer.col-sm-2.text-align-right {
    border-right: 1px solid white;
}
.footer.col-sm-2.col-sm-push-4 {
    border-left: 1px solid white;
}
.text-align-center.terms {
    border-top: 1px solid white;
    margin-top: 10px;
    padding-top: 1em;
}
/* If screen size is less than 768px wide---------------------------------------*/
@media screen and (max-width: 768px) {
.footer.col-sm-2.text-align-right {
  border-right : none;
}
.footer.col-sm-2.text-align-right, .footer.col-sm-2.col-sm-push-4 {
    text-align: left;
}
.footer.col-sm-2.col-sm-push-4 {
    border-left: none;
}
.footer div {
    padding-bottom: 1em;
}
.footer div > a {
    display: block;
    position: relative;
}
}
/** FRONTPAGE - VIEWS STYLING---------------------------------------------------*/
.views-field-body .field-content.col-sm-9 {
    margin-bottom: 20px;
}
h2.min-margin {
    margin-top: 0;
    margin-bottom: 0;
}
.row.row-spacing {
    margin-bottom: 2em;
}
/** EXPERT CONTENT TYPE STYLING-------------------------------------------------*/
/*.page-node-type-expert .page-header {
    display: none;
}
.field.field--name-field-person-s-title, .field.field--name-field-name-surname, .field.field--name-field-surname {
    font-size: 26px;
    float: left;
    padding-right: 10px;
    font-weight: bold;
    color: #4B4B4A;
}
.field.field--name-field-field-of-expertise {
    clear: left;
    font-weight: bold;
    font-size: 16px;
}
.field.field--name-field-field-of-expertise .field--item {
    float: left;
    padding-right: 5px;
}
.field--name-field-field-of-expertise .field--item:not(:empty):not(:last-child)::after {
    content: ", ";
}
.field.field--name-field-job-title {
    clear: left;
}
.field.field--name-field-campus {
    font-weight: bold;
}
.page-node-type-expert .field--label {
    font-weight: bold;
}
.page-node-type-expert .content {
    padding-top: 2em;
    padding-bottom: 2em;
}
.row.expert {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 1em;
}
.field.field--name-field-campus {
    padding-bottom: 10px;
}
.group-contactme .field--label {
    float: left;
    font-weight: 600;
}
.group-contactme .field--item {
    margin-left: 10em;
}*/

/** EXPERT VIEWS STYLING--------------------------------------------------------*/
.view-expert-list .col-sm-6.views-row {
    padding-bottom: 1em;
}
.view-expert-list .views-field.views-field-field-image.col-sm-3 {
    margin-bottom: 2em;
}
#views-exposed-form-expert-list-page-1, #views-exposed-form-expert-list-page-2  {
    padding-bottom: 2em;
}
/** STAFF STYLING --------------------------------------------------------*/
.col-sm-6.views-row:nth-child(2n+1) {
    margin-bottom: 20px;
    clear: both;
}
.col-sm-6.views-row:nth-child(2n) {
    margin-bottom: 20px;
}
.view-staff-1-in-row .col-sm-12.views-row {
    clear: left;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}
.view-staff-1-in-row .col-sm-12.views-row:last-child {
    border: none;
}
.block-title {
    border-bottom: 2px solid black;
    padding-bottom: 5px;
}
.icon-researchgate::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-researchgate.png);
}
.icon-scopus::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-scopus.png);
}
.icon-linkedin::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-linkedin.png);
}
.icon-scholar::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-googlescholar.png);
}
.icon-academia::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-academia.png);
}
.icon-orcid::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-orcid.png);
}
.icon-orcid::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-orcid.png);
}
.icon-musicblog::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-musicblog1.png);
}
.icon-youtube::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-youtube.png);
}
.icon-twitter::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-twitter.png);
}
.icon-website::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-website.png);
}
.icon-expert::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-expert.png);
}
.icon-researcherid::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-researcherid.png);
}
.icon-pubmed::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-pubmed.png);
}
.icon-philpapers::before {
  content: url(https://health-sciences.nwu.ac.za/sites/health-sciences.nwu.ac.za/files/icons/icons-philpapers.png);
}
.field.field--name-field-photo.field--type-image.field--label-hidden.field--item {
    left: 0;
}
.nwu-staff .field--label {
    font-weight: bold;
}
@media screen and (min-width: 768px) {
.nwu-staff .field--item {
    left: 150px;
    position: relative;
}
.nwu-staff .field--label {
    float: left;
    position: absolute;
}
.linkicon__text {
    display: none;
}
.item-list.item-list--linkicon ul {
    list-style: none;
    margin-left: 110px;
}
.linkicon__icon {
    float: left;
    padding-right: 1em;
}
}
/** GENERAL STYLING ------------------------------------------------------------*/
.float-left {
  float:left;
}
.clear-right {
    clear: right;
}
.margin-spacing {
    margin-left: -15px;
    margin-right: -15px;
}
.min-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
/*Left and right margins as requested by Web Communication Office*/
.left {
    float: left;
}
.right {
    float: right;
}
.margin {
    margin: 10px;
}
/*.main-container a:focus, .main-container a:hover {
  color: #4C1D71 !important;
}
List Indent styling--------------------------*/
ul.Indent1, ol.Indent1 {
  margin-left: 2em;
}
ul.Indent2, ol.Indent2  {
  margin-left: 4em;
}
ul.Indent3, ol.Indent3  {
  margin-left: 6em;
}
ul.Indent4, ol.Indent4  {
  margin-left: 8em;
}
ul.Indent5, ol.Indent5  {
  margin-left: 10em;
}
ul.Indent6, ol.Indent6  {
  margin-left: 12em;
}
ul.Indent7, ol.Indent7  {
  margin-left: 14em;
}
p.Indent8, ul.Indent8, ol.Indent8  {
  margin-left: 16em;
}
ul.Indent9, ol.Indent9  {
  margin-left: 18em;
}
ul.Indent10, ol.Indent10  {
  margin-left: 20em;
}
/*Login tabs not displaying for anonymous--------------------------*/
.path-user.has-glyphicons .tabs--primary.nav.nav-tabs {
    display: none;
}
.user-logged-in.path-user.has-glyphicons .tabs--primary.nav.nav-tabs {
    display: block;
}
/*Webform  -----------------------------*/
.form-required::after {
    width: 7px;
    height: 7px;
    background-size: 7px 7px;
}
.form-required::after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    background-image: url(/core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
}
.form-type-webform-rating label {
    display: block;
}
/*Placing elements in the centre/middle-----------------------------*/
.centre-element1 {
    display: flex;
    text-align: center;
}
.centre-element2 {
    margin: auto;
}
/*Search form & Button------------------------------------------------*/
#views-exposed-form-multisite-search-page-1 {
    padding-bottom: 1em;
}
#views-exposed-form-multisite-search-page-1 label {
    display: none;
}
#views-exposed-form-multisite-search-page-1 button {
    background-color: #78848e;
    border: none;
    padding: 7px;
}
#views-exposed-form-multisite-search-page-1 button:hover {
    background-color: #eee;
    color: #555;
}
.main-container .img-responsive {
    display: inline-block;
}
/*Social icons*/
#block-socialicons .img-responsive {
    display: inline-block;
}
.region.region-socialm .img-responsive {
    display: inline;
}
#block-colourbartopbar .img-responsive,#block-colourbartopbarafr .img-responsive {
    display: inline-block;
}
/*Purple button*/
.btn-purple.active, .btn-purple.focus, .btn-purple:active, .btn-purple:focus, .btn-purple:hover, .open > .dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #55267A;
    border-color: #55267A;
}
.btn-purple {
    color: #fff;
    background-color: #6c3d91;
    border-color: #4E1F73;
}
.btn.btn-purple:hover {
    color: #eee!important;
}
.btn-grey {
    color: #fff;
    background-color: #78848E;
    border-color: #78848E;
}
.btn-grey.active, .btn-grey.focus, .btn-grey:active, .btn-grey:focus, .btn-grey:hover, .open > .dropdown-toggle.btn-grey {
    color: #fff;
    background-color: #57636D;
    border-color: #57636D;
}
.btn-turquoise {
    color: #fff;
    background-color: #00889c;
    border-color: #00889c;
}
.btn-turquoise.active, .btn-turquoise.focus, .btn-turquoise:active, .btn-turquoise:focus, .btn-turquoise:hover, .open > .dropdown-toggle.btn-turquoise {
    color: #fff;
    background-color: #00697D;
    border-color: #00697D;
}
.round-corners {
   border-radius:15px;
}
.round {
   border-radius: 150px;
}   
.col-container {
    display: flex;
    flex-direction: row;
}
.col {
  flex: 1;
  padding: 15px;
  margin: 0 15px;
}
@media only screen and (max-width: 600px) {
  .col-container { 
    flex-direction: column;
  }

}