h4{
color:red !important;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #162243;
  color: white;
}

.navbar-default .navbar-nav a:focus, .navbar-default .navbar-nav a:hover {
    color:white !important;
}

.navbar .brand {
    max-width: 300px;
}
.navbar .brand img {
    max-height: 50px;
}

.navbar {
    min-height: 74px;
    margin-bottom: 17px;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #162243;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #162243;
}

.navbar-mainmenu {
    margin-top: 17px;
}

footer .footer-below {
    background-color: #aaa;
}

#FooterRow {
    background-color: #162243;
    padding-bottom: 15px;
    border-top: 5px solid #008bcc;
}

#FooterRow, #FooterRow a, #FooterRow *
{
    color:white !important;
}

#dnnMenu .dropdown-menu li:hover {
    background: #162243;
}

#dnnMenu .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.main-container {
    max-width: 1200px;
    background-color: #eee;
}

a {
    color: #008bcc;
}
a:hover {
    color: #162243;
}
.btn-primary {
    color: #fff;
    background-color: #008bcc;
    border-color: #162243;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #162243;
    border-color: #162243;
}

.panel-default > .panel-heading {
    background-color: #ffffff;
    border-color: #162243;
    color: #162243;
    border-bottom: 2px solid #008bcc;
}


/*** LEARN MODULE ***/


.no-background > .panel {
    background-color: transparent;
    border: none;
}

.badge-success {
    background-color: #449d44 !important;
}

.algolearn-topic-content .title {
    font-size: 16px;
    font-weight: 500;
}

.algolearn-topic-content .expand-collapse{
    position: relative;
    color: #384142;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 10px;
    height: 10px;
    cursor: pointer;
    float: right;
    margin-right: 5px;
}
.algolearn-topic-content .expand-collapse:before{
content: "\f077";
}
.algolearn-topic-content .expand-collapse.collapsed:before{
content: "\f078";
}

.algolearn-topic-nav
{
    padding: 0px;
    height: 100%;
    min-height: 200px;
}

.algolearn-topic-content
{
    background-color: #fff;
    box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.algolearn-topic-content .panel .panel-heading {
    background-color: transparent;
    border: 0px;
    font-weight: bold;
    color: #555;
}

.algolearn-topic-action-buttons
{
    text-align: center;
}

.algolearn-topic-list
{
    list-style: none;
    margin: 0;
}
.algolearn-topic-item
{
    padding: 15px 20px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #fafafa;
    margin-bottom: 10px;
}
.algolearn-topic-item .details
{
    font-size: x-small;
    margin-top: 10px;
}

.algolearn-topic-item:hover,
.algolearn-topic-item a:hover
{
    background-color: #e1e1e1;
    cursor: pointer;
}
.algolearn-topic-item.selected,
.algolearn-topic-item.selected:hover,
.algolearn-topic-item.selected a,
.algolearn-topic-item.selected a:hover
{
    background-color:  #3d4d61;
    color: #fff;
}

.card-learn-container { padding: 15px; }
.card-learn-container a { text-decoration: none; }
.card-learn {
    background-color: white;
    border: none;
    box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.3);
    border-left: 4px solid #3d4d61;
    padding: 15px 15px;
    transition: all 0.25s ease;
    min-height: 110px;
}
.card-learn:hover {
  margin-top:-10px;
}
.card-learn .category {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 5px;
}
.card-learn .title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    color: #2b3644;
    margin-bottom: 10px;
}
.card-learn .body {
  font-size: 14px;
  font-weight: 300;
  color: #384142;
}

/*Organize fields (name value) in table*/
.form-table {width:100%}

.form-table td {
    vertical-align:top; 
    padding: 5px 10px;
    border-top:1px solid #EEE;
    width:100%;
}

.form-table td:nth-of-type(1) {
    width:20px !important;
    white-space:nowrap;
    background-color:#eee;
    text-align:right;
}

.form-table th {
    padding: 8px;
    
}

/*Disable table row "zebra" style*/
.no-table-striped table.table-striped > tbody > tr {
    background-color: transparent;  
}

.table-placeholder + div {margin-bottom:15px;}

.no-pagination .table-placeholder ~ div > [ui-pagination],
.no-pagination .table-placeholder ~ div > [ui-pagination-size]
{display:none;}

.min-width-100 {    min-width: 100px !important;}
.min-width-125 {    min-width: 125px !important;}
.min-width-150 {    min-width: 150px !important;}
.min-width-175 {    min-width: 175px !important;}
.min-width-200 {    min-width: 200px !important;}


