﻿@charset "UTF-8";
/* CSS Document */

html {
    font-size: 14px;
    height: 100%;
}

body {
    line-height: 1.42857143;
}

a, td > a > i.fa, td > i.fa {
    color: #1295D8;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.lightbackground {
    background: url("../images/bg-layer2.jpg") no-repeat;
    height: 100%;
    margin: 0 0 0 -357px;
    position: absolute;
    width: 100%;
}

.navbar {
    border-bottom: 1px solid #9D9D9D;
    margin-bottom: 50px;
    border-radius: 0;
}

.navbar-nav li a {
    margin: 0;
    padding: 0;
}

.navbar-nav li {
    margin: 0 0 0 30px;
    padding: 0 0 10px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #1295D8;
}

.logo {
    float: left;
    padding: 35px 0;
}

.welcome {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin: 30px 0 0;
    text-align: right;
}

h1, h3 {
    color: #9D9D9D;
    margin: 0 0 10px;
    font-size: 25px;
}

h3 {
    margin: 0 0 20px;
}

.thumbnail {
    background: url(../images/vert-stripes.gif) #CCC;
    border: none;
    border-radius: 0;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 20px;
    transition: all 0.2s ease-in-out 0s;
}

.location > ul {
    margin: 0;
    padding: 0;
}

.location li {
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0;
}

.location a {
    color: #333333;
}

.location .active a {
    color: #1295D8;
    font-weight: bold;
}

    .location .active a:before {
        background: #1295D8;
        content: "";
        height: 20px;
        margin: 0 0 0 -20px;
        position: absolute;
        width: 5px;
    }

.answers h5 {
    border-bottom: 1px solid #9D9D9D;
    color: #E95DA4;
    font-size: 17px;
    margin: 20px 0;
    padding: 20px 0;
}

.fa.fa-question {
    border: 1px solid;
    border-radius: 40px;
    color: #E95DA4;
    font-size: 14px;
    height: 20px;
    padding: 2px 5px;
    width: 21px;
    margin: 5px 10px;
}

.fa.fa-question-circle {
    font-size: 22px;
}

.popover {
    color: #333;
    max-width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, .25);
    background-color: #ffff;
}

.popover>.arrow {
    border-color: transparent;
    border-style: solid;
}

.popover-inner {
    padding: 8px 14px;
    color: #333;
}

.arrow {
    color: #333;
    box-sizing: border-box;
    border-width: 11px;
}

h3.popover-title {
    color: #333;
}

.fa.fa-asterisk {
    color: #ffb511;
    font-size: 9px;
    /*margin-top: 10px;*/
    vertical-align: text-top;
}

.fa.fa-minus-circle {
    color: #b94a48;
}

.control-label {
    font-size: 18px;
    text-align: left !important;
}

.control-label-sm {
    font-size: 14px;
    text-align: left !important;
}

/*.form-group {
    margin-top: 40px;
}*/

    .form-group.sub-group {
        border-left: 5px solid #CCCCCC;
        margin-left: 0;
        padding: 0 15px;
    }

.sub-group .form-group {
    margin: 0;
}

.form-inline .form-group {
    margin-top: 15px;
}

.form-control {
    box-shadow: none;
}

.btn {
    font-size: 12px;
    border-radius: 0;
}

.btn.btn-link {
    color: #1295D8;
}

.btn-default,
.btn-default:focus {
    background-color: #FFFFFF;
    border-color: #1295D8;
    color: #1295D8;
}

    .btn-default:hover,
    .btn-default:active,
    .btn-default:active:hover,
    .btn-default.active,
    .btn-default.active:hover,
    .btn-default.active:focus,
    .btn-default.active:active,
    .open .dropdown-toggle.btn-default,
    .btn-secondary:not(:disabled):not(.disabled).active, 
    .btn-secondary:not(:disabled):not(.disabled):active, 
    .show>.btn-secondary.dropdown-toggle{
        background-color: #1295D8;
        border-color: #1295D8;
        color: #FFFFFF;
        outline-width: 0;
    }

.btn:active, .btn.active {
    box-shadow: none;
}

.btn-primary {
    background-color: #FE8F27 !important;
    background-color: #404b55 !important;
    background-color: #ffd200 !important;
    background-color: #7c7e7f !important;
    background-color: #005581 !important;
    background-color: #1295D8 !important;
    border: none;
    border-radius: 3px;
    font-size: 14.41px;
    font-weight: 500;
}

.btn-orange, .btn-orange:hover, .btn-orange:focus {
    background-color: #FE8F27 !important;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
}

.btn-success {
    background: #1295D8;
    border: none;
}

.btn-green {
    background: #067a8e !important;
}

.btn-medgreen {
    background: #18a3ac !important;
}

.btn-blue, .btn-blue:active, .btn-blue:focus, .btn-blue:hover {
    background: #009bda !important;
    color: #fff;
}

.btn-link-red {
    color: #b94a48 !important;
}

.btn-link-orange {
    color: #FE8F27 !important;
}

.btn-link-pink {
    color: #db3489 !important;
}

.btn-link-gray {
    color: #777777 !important;
}

.search.input-group {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 37px;
}

.search input {
    border: medium none;
}

.search button {
    border: medium none;
    margin: 0;
}

.search .fa.fa-search {
    color: #666666;
    font-size: 16px;
}

.results-bar {
    font-size: 16px;
    height: 50px;
    padding: 17px 0;
}

.search.ng-scope {
    margin-top: 20px;
}

.search-filter li.active:after {
    border-bottom: 18px solid rgba(0, 0, 0, 0);
    border-left: 18px solid #1295D8;
    border-top: 18px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    margin-top: -38px;
    margin-left: 249px;
    position: absolute;
    width: 0;
}

.back {
    margin: -20px 0 5px;
}

.font-14.label-warning {
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px 20px;
}

th {
    background: none repeat scroll 0 0 #EDEDED;
    border: none !important;
    opacity: 0.5;
    padding-left: 10px !important;
}

td {
    border-left: none !important;
    border-right: none !important;
}

div > table > tbody > tr > td > table.nested-table > tbody > tr > td,
table, td > table.nested-table > tr, 
div > table > tbody > tr > td > table.nested-table tbody tr {
    border: none !important;
    background-color: transparent !important;
}

tr:first-child {
    border: none;
}

tr:last-child {
    border: none;
}

.table {
    margin-bottom: 0px;
    font-size: 14px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: transparent !important;
}

.table-hover .show-on-hover {
    display: none;
}

.table-hover > tbody > tr:hover .show-on-hover {
    display: block;
}

.modal-content {
    border-radius: 3px;
    border-left: 8px solid #FFBF22;
    width: 100%;
}

    .modal-content textarea {
        border: 1px solid #DFDFDF;
        border-radius: 3px;
        resize: none;
    }

.modal-header {
    border-bottom: none;
    padding: 8px 16px;
}

    .modal-header h3 {
        font-size: 18.41px;
        color: #253858;
        font-weight: normal;
        margin: 0;
        padding: 0;
        width: 100%;
    }

.modal-footer {
    border-top: none;
    margin-top: 0;
    padding: 0 20px 20px;
}

.modal-body {
    padding: 0 16px;
}

.panel-success {
    border-color: #e1e1e1;
}

.panel {
    border-radius: 0;
}

.panel-info {
    border: none;
}

.panel-body {
    padding: 0;
}

.text-success {
    color: #333;
}

.panel-success > .panel-heading {
    background-color: #F0F0F0;
    border-color: #E1E1E1;
    color: #333333;
}

.panel-warning.yellow > .panel-heading {
    background-color: #fcf8c3;
}

dt {
    color: #999999;
    font-weight: 300;
}

.courses-search-filter .facetitem {
    margin: 0 0 10px;
}

.courses-search-filter .facetgroup {
    margin-bottom: 20px;
}
/*.ng-scope.ng-binding > .ng-binding {
  color: #888888;
  font-size: 12px;
}*/
.facetitem span {
    color: #777777;
    font-size: 12px;
}

.description {
    color: #888;
    margin: 0 0 23px;
}

label {
    cursor: pointer;
    font-weight: normal;
}

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label:before {
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        border-radius: 3px;
        content: "\00a0";
        display: inline-block;
        font: 13px/1em sans-serif;
        height: 18px;
        margin: 1px 0.25em 0 0;
        padding: 3px;
        vertical-align: top;
        width: 18px;
    }

    input[type="checkbox"]:checked + label:before {
        background: #fff;
        color: #666;
        content: "\2713";
        text-align: center;
    }

    input[type="checkbox"]:checked + label:after {
        font-weight: bold;
    }

    input[type="checkbox"] + label.dark-checkbox:before {
        border-color: #777;
    }

    input[type="checkbox"]:disabled + label.dark-checkbox:before {
        border-color: #ddd;
        cursor: not-allowed;
    }

.badge {
    border: 1px solid;
    border-radius: 0;
}

.badge-orange {
    background-color: #FFB511;
    font-weight: lighter
}

.badge-orange-large {
    background-color: #FFB511;
    border-radius: 20px;
    font-size: 20px;
    border: 0;
    color: white;
    padding: 7px 10px;
    margin-left: 13px;
    margin-top: -10px;
    line-height: 14px;
}

.alert-warning {
    background-color: #FFE552;
    color: #000;
}

.closed {
    font-style: italic;
    color: #CD0000;
}

.content-private {
    font-style: italic;
}

tfoot .pagination {
    float: left;
    width: auto !important;
}

.form-group {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.form-group.form-group-reset {
    margin-top: 15px !important;
}

.cmp-header .cmp-header-content .user-section .user-group .user-info .text-muted {
    color: #beb6af !important;
}

.dropdown-item {
    display: flex;
}

.custom-icon-button {
    font-size: 1.1rem; 
    border: none; /* Removes the button border */
    background-color: transparent; /* Makes the button background transparent */
    color: black; /* Sets the icon color to black */
    box-shadow: none; /* Removes any default Bootstrap box-shadow on focus/active */
    outline: none; /* Removes the focus outline */
}

.custom-icon-button:hover,
.custom-icon-button:active,
 .custom-icon-button:focus {
    border: none;
    box-shadow: none;
    outline: none;
    color: black; /* Ensures color remains black on hover/active/focus */
}

.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

@media (min-width: 993px) {
    .modal-dialog.modal-lg {
        width: 900px;
        max-width: 900px;
    }
}

@media (min-width: 769px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}