/*<layout styles>**/
#sidebarWrapper {
    min-height: 100vh !important;
    /* margin-left: -15rem; */
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
  }
  #sidebarWrapper .list-group, .navbar-brand2{
    width: 15rem !important;
  }
  #contentWrapper {
    min-height: 50rem !important;
    width:100%;
  }
  .toggled-sidebar{
    display: none !important;
  }
  #rootWrapper {
    display: -webkit-flex;
    display: flex;
    /* overflow-y:hidden; */
    overflow-x:scroll !important;
  }
  /* Style the navigation menu */
  #sidebarWrapper {
    -webkit-flex: 0.8;
    -ms-flex: 0.8;
    flex: 0.8;
  }
/*Large screens*/
@media (min-width: 768px) {
    #sidebarWrapper {
        margin-left: 0;
    }
    #contentWrapperMain {
        -webkit-flex: 3.6;
        -ms-flex: 3.6;
        flex: 3.6;
        min-width: 0;
        width: 100%;
    }
    #rootWrapper.toggled #sidebarWrapper {
        margin-left: -19rem !important;
    }
    .btn-sidebar-sm{
      display:none;
    }
    #sidebar-actions{
        /* margin-bottom: -5000000000px;
        padding-bottom: 5000000000px;  */
        min-height:100vh !important;
      }
}
/*Small screens*/
@media (max-width: 768px) {
    #sidebarWrapper {
        display:none;
        min-height: 100vh;
      }
      #rootWrapper.toggled #sidebarWrapper {
        display:block !important;
        position:absolute !important;
        z-index: 999999 !important;
        width:75% !important;
        height: 100% !important;
        /* overflow: hidden; */
      }
      #rootWrapper {
        display: initial !important;
      }
      #contentWrapperMain {
        display: initial !important;
        /* overflow:hidden !important; */
      }
      .btn-sidebar-sm{
        display:block;
        margin-right:5px !important;
      }
}
@media (max-width: 768px) {
    .navbar-brand2{
        max-width:120px;
        margin-left: 10px;
    }
}
/*</layout styles>**/
nav, .navbar-brand2{
    min-height:60px !important;
}
.navbar-brand2 {
    /* background-color:white !important; */
    float: left;
    line-height: 22px;
    height: 60px;
    /* padding-top:2px !important;
    padding-bottom: 2px !important; */
  }
.navbar-brand2 .brandName-wrapper a{
    font-size:20px;
    text-decoration:none;
    color:black;
}
.bg-theme-color, .bg-theme-color a{
    background-color:#00a652;
    color:white !important;
}
.border-theme-color{
    border:solid 1px;
    border-color:#00a652;
}
#sidebar-actions > a:hover, #sidebar-actions > a:focus, .collapse>a:hover, .collapse > a:focus, #sidebar-actions .active{
    background-color:black !important;
}
.navbar-toggler{
    background-color:white !important;
}
.btn-sm-circle{
    border-radius: 20px;
    padding-left:6px;
    padding-right:6px;
}
.logo{
    max-height:55px !important;
    max-width:55px !important;
  }
.logo-bg{
    max-height:100px !important;
    max-width:100px !important;
    background-color: white;
    border-radius: 20px;
  }
  .passport-photo{
      max-width:150px;
      max-height:150px;
  }
  thead th{
      font-weight: normal !important;
  }
/*COLORS*/
.bg-pink{
    background-color:#ff0b55;
    }
    .bg-blue{
    background-color:#0c99c1;
    }
    .bg-brown{
    background-color:#a64942;
    }
    .footer{
        min-height:50px;
    }
.display-none{
	display:none;
}
.collapsible{
    padding-left:20px;
}
/*changing icon on collapse*/
[data-toggle="collapse"] .fa:after {
  content: "\f106";
}

[data-toggle="collapse"].collapsed .fa:after {
  content: "\f107";
}
#guidelinesWrapper .tips p{
    padding-left:20px ;
}
.top-line,.bottom-line{
    height:100px;
}
.hidden{
    display:none;
}
.images-post{
    max-height:130px;
    max-width:130px;
    margin-top:5px;
    margin-bottom:5px;
}
.customPanel .panel-heading{
	padding-bottom:5px !important;
	padding-top:5px !important;
	/* font-weight:bold !important; */
}
.customPanel .panel-body{
	padding:5px !important;
}
.div-table{
    border-bottom: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
  }
  .div-table > .row{
    border-top:1px solid lightgrey;
  }
  .div-table .value{
    display: inline;
    padding-top:5px !important;
    padding-bottom:5px !important;
  }
  .div-table .lbl{
    /* display: inline; */
    font-weight: bold;
    margin-top:auto !important;
    margin-bottom:auto !important;
  }
  @media (min-width: 570px) {
    .div-table .value{
      border-left:1px solid lightgrey;
    }
  }
.actions .dropdown-menu a, .actions .dropdown-menu button{
    background-color: inherit !important;
    color: inherit !important;
}
.actions .dropdown-menu a:hover, .actions .dropdown-menu button:hover{
    background-color: lightgrey !important;
}
.bg-light-grey{
    background-color: lightgrey;
}
.profile-dropdown a,.nav-item > .dropdown-menu a,.nav-item > .dropdown-menu .dropdown-submenu a{
    color: black !important;
    background-color: initial;
}
.profile-dropdown a:hover,.nav-item > .dropdown-menu a:hover,.nav-item > .dropdown-menu .dropdown-submenu a:hover{
    background-color: lightgrey;
}
.bold{
    font-weight: bolder;
}
/**CARD**/
.section{
    background-color: white;
}
.section-title{
    font-size: large;
}
.section-title > a{
    color:initial;
}
.section-title:after{
    content: ' ';
    display: block;
    border: 2px solid black;
    width: 42px;
    box-sizing: border-box;
}
.cardx-header{
    height:170px;
}
.cardx,.cardx-header img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.cardx-body > .topic{
    background-color:white;
    /* padding:4px 8px 0px 0px; */
    padding:4px 8px 0px 0px;
    left: 0;
    position: relative;
    top: -16px;
    font-weight: bolder;
    color:grey;
}
.cardx-body > .title >a{
    color:initial;
    font-size: 15px;
}
.cardx-body > .description{
    word-wrap: break-word;
}/**End CARD**/
.author{
    background-color: gray;
}
.author img{
    max-height:100px;
    max-width:100px;
    background-color: white;
}
.show-img{
    max-height: 400px;
    max-width: 400px;
}
body{
    background-color: #F2F2F2 !important;
}
.dropdown-submenu {
    position: relative;
  }
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
/* .dropdown-submenu > .dropdown-menu{
    display:none;
} */
/* .submenu:hover .dropdown-submenu > ul{
    display:block;
} */
/* .hover-drop:hover > .dropdown-menu{
    display:block;
} */
.navbar-nav > li{
    padding:0px;
}
.icon-lg{
    font-size:25px;
}
.active-tab{
    
    text-decoration: underline;
}
.stepwizard-step p {
    margin-top: 1px;
    margin-bottom: 2px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.passport{
    max-width:150px;
    max-height:150px;
}
.link-logo{
    text-decoration: none !important;
  }
.logo{
    max-height:130px !important;
    max-width:160px !important;
    background-color: white;
    /* border: solid 1px white; */
  }
  .logo-home{
    max-width: 140px;
    max-height: 60px;
    margin: 4px, 4px; 
  }

  .logo-home:hover{
    text-decoration: none;
  }
  .brand-name a{
      color:#192F59 !important;
      background-color: unset !important;
  }
  .bootstrap-select{
	border: 1px solid lightgrey !important;
    overflow:visible;
    color: black !important;
}
.profile-pic{
    max-height:150px;
    max-width:150px;
}
.form-group.required .control-label:after { 
    content:"*";
    color:red;
 }

 /* the styles to change the font color of the quick links in the navbar */
    .quick-links{
        color: #02B613;
    }

    .university-name{
        font-weight: bold;
        font-size: 1.2rem;
    }