body {
  background-color: #fff;
}

.panel.panel-default {
  background-color: #fafafa;    
}

h2 {
  color: #400185;
  font-size: 25px;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}


/**/

.card-action {
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 2px;
  box-shadow: 0 12px 100px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 1rem;
  box-sizing: border-box;
  overflow: hidden;
}

.card-action .content {
  position: relative;
  z-index: 10;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card-action .title {
  color: #400185;
  font-size: 2.4rem;
  font-weight: 400;
  /*color: #384142;*/
  text-align: left;
  margin-bottom: 2rem;
  line-height: 1.2;
  padding: 0;
}

.card-action .buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
}

.card-action .buttons div {
  padding-top: 0;
}

/* Medium+ Screens */
@media screen and (min-width: 768px) {
  .card-action {
    flex-direction: row;
    align-items: center;
    min-height: 350px;
    padding: 2rem;
  }

  .card-action .content {
    flex: 1;
    flex-direction: column;
    padding: 2rem;
  }

  .card-action .title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }

  .card-action .buttons {
    flex-direction: row;
    gap: 2rem;
  }

  .card-action .buttons div {
    padding-top: 0;
  }
}

/* Large Screens */
@media screen and (min-width: 1024px) {
  .card-action {
    min-height: 378px;
  }

  .card-action .title {
    font-size: 3rem;
  }
}

/**/

 .button-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
      max-width: 800px;
      margin: 0 auto;
    }

    .btn-homepage {
      display: inline-block;
      width: 100%;
      max-width: 300px;
      padding: 14px 24px;
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      color: #fff;
      /*background: linear-gradient(90deg, #0062cc, #0056b3);*/
      text-decoration: none;
      border-radius: 6px;
      border: none;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: background 0.3s ease, transform 0.1s ease;
      cursor: pointer;
    }

    .btn-homepage:hover {
      /*background: linear-gradient(90deg, #0056b3, #004494);*/
      transform: translateY(-2px);
    }

    .btn-homepage:active {
      transform: translateY(0);
      box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    }

    .btn-homepage:disabled,
    .btn-homepage[disabled] {
      background: #aac4e6;
      cursor: not-allowed;
      box-shadow: none;
    }

    @media (min-width: 768px) {
      .button-container {
        flex-direction: row;
        justify-content: center;
      }
      .btn-homepage {
        flex: 1 1 200px;
        margin: 0 10px;
      }
    }


.panel-body.min-height {
    min-height: 400px;
}

    @media (min-width: 768px) {
        .panel-body.min-height {
            min-height: auto;
        }
    }


.panel-title > panel-header {
    font-weight: 700;
}
.line-height-normal
{
    line-height: normal;
}
.h4-title {
    margin-bottom: 25px;
    color: #400185;
}


.recruitmentgroup-results.level-1 { border-left-color: #4CAF50; } /* Green */
.recruitmentgroup-results.level-2 { border-left-color: #8BC34A; } /* Light Green */
.recruitmentgroup-results.level-3 { border-left-color: #FFEB3B; } /* Yellow */
.recruitmentgroup-results.level-4 { border-left-color: #FF9800; } /* Orange */
.recruitmentgroup-results.level-5 { border-left-color: #F44336; } /* Red */

.recruitmentgroup-results.show-level
{
    border-left-width: 15px;
    border-left-style: solid;
}

.recruitmentgroup-results-table {
    max-height: 300px;
    overflow: auto;
}

.recruitmentgroup-results
{
    background-color: #eee;
    /*background-color: #f9f9f9;*/
    border-radius: 10px;
    padding: 10px 20px;
    margin: 20px 0 0 0;
    overflow: hidden;
}
.recruitmentgroup-results .sub-title
{
    color: #555;
    font-size: smaller;
    float: right;
}
.recruitmentgroup-results:hover
{
    background-color: #ddd;
    /*background-color: #f0f0f0;*/
}
.recruitmentgroup-results .title
{
    font-weight: 600;
    font-size: medium;    
}
.recruitmentgroup-results a
{
    text-decoration: none;
    border-bottom: none !important;
    font-weight: 600;
    font-size: medium;    
}
.recruitmentgroup-results-info {
    border-radius: 10px;
    padding: 20px 30px;
    background-color: #fff;
    border: #eeeeee 1px solid;
}


noh3,.h3 {
    margin-bottom: 15px;
}

.btn-homepage {
    margin: 0 20px;
    font-weight: 600;
    font-size:105%;
    padding: 15px 25px;
}

.panel-subheading {
    font-weight: 600;
}

.mymentor
.ui-select-bootstrap .ui-select-choices-row>span {
    padding: 10px 20px;
    font-weight: 600;
    color: #333;
    font-size: larger;
}
.mymentor
.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #400185;
}
.mymentor
.ui-select-bootstrap>.ui-select-choices, .ui-select-bootstrap>.ui-select-no-choice {
    max-height: 335px;
}



#breadcrumb
{
    display: none;
}

.gauge-container {
    width: 300px;
    margin: 20px auto;
    text-align: center;
}
.gauge-value {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}


.occupation-external-links-container
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.occupation-external-link-button-container {
    display: flex;
    gap: 40px;
}
.occupation-external-link {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    background-color: #400185;
    color: white !important;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}
.occupation-external-link:hover {
    background-color: #0056b3;
    text-decoration: none;
}


.occupation-results.level-1 { border-left-color: #4CAF50; } /* Green */
.occupation-results.level-2 { border-left-color: #8BC34A; } /* Light Green */
.occupation-results.level-3 { border-left-color: #FFEB3B; } /* Yellow */
.occupation-results.level-4 { border-left-color: #FF9800; } /* Orange */
.occupation-results.level-5 { border-left-color: #F44336; } /* Red */

.occupation-results.show-level
{
    border-left-width: 15px;
    border-left-style: solid;
}

.occupation-results-table {
    max-height: 300px;
    overflow: auto;
}

.occupation-results
{
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 10px 0;
    overflow: hidden;
}
.occupation-results .sub-title
{
    color: #555;
    font-size: smaller;
    float: right;
}
.occupation-results:hover
{
    background-color: #f0f0f0;    
}
.occupation-results .title
{
    font-weight: 600;
    font-size: medium;    
}
.occupation-results a
{
    text-decoration: none;
    border-bottom: none !important;
    font-weight: 600;
    font-size: medium;    
}



#dnn_dnnLogin_loginGroup,
#dnn_dnnUser_messageGroup,
#dnn_dnnUser_notificationGroup,
#dnn_dnnSearch_ClassicSearch {
    display: none;
}

/*
img#dnn_dnnLOGO_imgLogo {
    max-height: 70px !important;
    margin-top: 10px ! important;
}
@media (max-width: 479px) {
    img#dnn_dnnLOGO_imgLogo {
        max-height: 50px !important;
        margin-top: 0px ! important;
        margin-left: 20px;
    }
}
*/

/*
**  NEWS DETAIL
*/
.news-detail-link {
    font-weight: 500;
    margin: 20px 0;
}
.news-detail .main-image.float {
    float: right;
}
.news-detail .main-image {
    margin: 0 0 25px 25px;
    text-align: center;
}
.news-detail .main-image img {
    max-height: 200px;
    border-radius: 15px;
}
.news-detail .title h1 {
    font-size: 30px;
    font-weight: 700;
}
.news-detail .date {
    font-size: 12px;
    margin-bottom: 20px;
}
.news-detail .summary {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0;
}
.news-detail .content {
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0;
}



@media (max-width: 479px) {
    img#dnn_dnnLOGO_imgLogo {
        margin-left: 20px;
    }
}

.document {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 10px 0;
    overflow: hidden;    
}
.document:hover {
    background-color: #f0f0f0;
}
.document .document-title {
    float: left;
    font-size: 14px;
    font-weight: 600;
}
.document .document-file {
    float: right;
}

.trend-card-max-width
{
    max-width: 350px;
}

.trend-card-flex > .row
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.trend-card {
    padding: 15px;
    height: 250px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
@media (max-width: 479px) {
    .trend-card {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}
.trend-title {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid;
    position: absolute;
    left: 25px;
    right: 25px;
    padding-bottom: 8px;    
}
.trend-subtitle {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
}
.trend-value {
    line-height: 55px;
    font-size: 59px;
    /*margin-left: -15px;*/
    display: inline-block;
    margin-top: 50px;
    color: #fff;
}
.trend-symbol {
    display: inline-block;
    font-size: 80%;    
}


body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";    
    line-height: 2;
    color: rgb(21, 5, 85);
}

h2 {min-height: 35px;}


/*** BEGIN - WORKING GROUPS STYLES ***/
.wg-categories button {
    margin: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
}
.wg-categories button.active, .wg-categories button.active:hover {
    box-shadow: none;
    background: transparent;
    border: none;  
    border-bottom: 2px solid #94d359;
}
.wg-categories button:hover {
    background: transparent !important;
}
.wg-categories button:focus{
    outline:none !important;
}


.card.card-working-group {
    height: 100px;
    border: none;
    padding: 15px;
   text-decoration: none;
}

.card.card-working-group .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #400185;
}
.card.card-working-group .card-link {
    position: absolute;
    bottom: 10px;
    right: 35px;
}
.card.card-working-group .card-link:hover {
    text-decoration: underline;
}

/*** END - WORKING GROUPS STYLES  ***/

body, .Normal {
    font-size: 14px;
  line-height:2;
}

.main-container {
    background-color: rgba(255,255,255,0.4);
}

.container-fluid {
    /* max-width: 960px; */
    max-width: 1300px;
}


.nav > li > a {
    padding-left:10px;
    padding-right:10px;
}

.navbar-default .navbar-nav > li > a {
    color: #400185;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #eeeeee;
    background-color: #400185;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #eeeeee;
    background-color: #400185;
}
.navbar-default .LoginLink, .navbar-default .navbar-nav > li > div > ul > li > a {
    color: #400185;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #eeeeee;
    background-color: #400185;
}
.navbar-brand img {
    max-height: 100px;
}
.navbar {
    min-height: 100px;
    z-index: 1001;
    position: static;/*For IE*/
    position: sticky;
    top: -70px;
}
.navbar-brand img {
    /*max-width: 60vw;*/
    max-width: 200px;
}
.navbar-toggle {
    margin: 10px 10px 0px 0px;
}

@media (min-width: 480px) {
.navbar-mainmenu {
    margin-top: 55px;
  margin-left: 150px;
}
}
@media (max-width: 479px) {
.navbar {
    min-height: 63px;
      top: 0px;
}
  .navbar-brand img {
    max-height: 50px;
    margin-top: 0px;
}
}



ul.dnn-menu{
list-style:none;
}

.main-container .dnn-menu li {
    padding: 5px;
    border-bottom: 1px solid #400185;
}

.main-container .dnn-menu li.active {
background-color: #400185;
color:#fefefe;
}

.main-container .dnn-menu li.active a {
color:#fefefe;
}

.dnn-menu li a,
#breadcrumb a,
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a
{
border-bottom:none !important;
}

/*.main-container a, a:visited {
    color: #400185;
  border-bottom: 1px dashed #400185;
}*/
.pagination > li > a, .pagination > li > span {
    color: #400185;
}

.btn-primary {
    color: #fff;
    background-color: #400185;
    border-color: #400185;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #400185;
    border-color: #084f2c;
}
/*
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #400185;
    border-color: #400185;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #400185;
    border-color: #084f2c;
}
*/




.panel-default > .panel-heading {
    color: #400185;
    background-color: rgba(255,255,255,0.9);
    border-color: #400185;
    border-bottom-width: 2px;
}
hr{border-top-color:#400185;}
/*h2 {
    border-bottom: 2px solid #400185;
  margin-top: 14px;
  */
}

footer .footer-below {
    background-color: #aaa;
}

#FooterRow {
    background-color: #444;
    color: #eee;
    padding: 0 0 10px 0;
}

#FooterRow, #FooterRow a, #FooterRow *
{
    color: #eee !important;
}
#FooterRow ul{}
#FooterRow li{padding:3px;}
#FooterRow a{color:white !important;}
.text-primary {
    color: #400185;
}

/*
.card-img-placeholder{
width:100%; 
  max-height:200px; 
  overflow:hidden;
}
.announcement-item .card-img-placeholder img
{
width:100%;     transition: all 0.2s linear;
}
.announcement-item:hover .card-img-placeholder img {
    transform: rotate(5deg) scale(1.15);
}
.card-text {
    white-space: pre-line;
}
.announcement-item:nth-child(even) .pull-right-even {
    float: right;
}
.announcement-item:nth-child(even) {
    background: linear-gradient(322deg, rgb(248, 248, 248) 0%, rgb(244, 244, 244) 54%, rgb(244, 244, 244) 100%);
}
.announcement-item {
    background: linear-gradient(220deg, rgb(248, 248, 248) 0%, rgb(244, 244, 244) 54%, rgb(244, 244, 244) 100%);
}

.carousel-inner .image-placeholder {
    height:350px;
    width:100%;
    overflow:hidden;
}
.carousel-inner .image-placeholder img{
width:100%;    
position:absolute;
top:50%;
transform:translateY(-50%);
}
.carousel-inner .carousel-caption{
    background: rgba(0,0,0,0.5);
    padding:15px;
    bottom: 25px;
    text-align: justify;
    line-height: 1.5;
  font-size:120%;
}
*/


/*Tags filter*/
ul.tags-list {
    margin: 0px;
    text-align:center
}

.tags-list li {
    list-style: none;
    position: relative;
    margin-top: -1px;
    padding-right: 5px;
    padding-bottom: 5px;
    display:inline-block;
    cursor:pointer;
}

.tags-list .list-group-item{
padding:5px;
    
}

.tags-list li{
    font-size:120%;
}
li.tag-size-1 {
    font-size:90%;
}
li.tag-size-2 {
    font-size:100%;
}
li.tag-size-3 {
    font-size:110%;
}
li.tag-size-4 {
    font-size:120%;
}

@media (max-width: 479px) {
.reverse-xs > .row{
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
}
}

#FooterRow {
    /* position: absolute; */
    width: 100%;
    bottom: 0px;
}








































































