
html {
    height: 100%;
}

body {
    font-family: 'Nunito', sans-serif !important;
    font-family: 'Nunito', sans-serif !important;
    margin-top: 100px;
    padding-bottom: 200px;

    color: #646567;
}

a {
    cursor: pointer;
}

nav {
    background-color: white;
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    top: 5px;
}

.table thead tr {
    background-color: #f9fbfd;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.table thead th {
    border-top: none;
    border-bottom: none;
}

#a_password_request, #a_register_request {
    margin-top: 10px;
    font-size: .8rem;
    color: dodgerblue;
    cursor: pointer;
}

#p_register_text {
    text-align: center;
    margin-top: 15px;
    font-size: .8rem;
}

.icm-card {
    border-radius: 4px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border: none;
}

#icm-div-login {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width: 460px;
    border-radius: 4px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border: none;
}

#icm-login-heading {
    font-family: Nunito;
    font-size: 34px;
    margin-bottom: 0px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

#icm-login-heading-sub {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}

.icm-label-input {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.btn-save:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    padding-right: 5px;
    content: "\f0c7";
}

.btn-new:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    padding-right: 5px;
    content: "\f067";
}

.btn-del:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    padding-right: 5px;
    content: "\f2ed";
}

.card-imc-header {
    border-bottom: 1px solid lightgray;
}

.card-course-channel .row {
    margin-bottom: 5px;
}

.card-course-channel .row .col-2{
    font-weight: 600;
}

.card-course-invited-channel .row{
    margin-bottom: 5px;
}

.card-course-invited-channel .row .col-4{
    font-weight: 600;
}

.card-course-invited-channel[status='1'] {
    border-color: lightgreen;
}

.card-course-invited-channel[status='2'] {
    border-color: orange;
}

.card-course-invited-channel[status='3'] {
    border-color: lightblue;
}

.card-course-invited-channel[status='4'] {
    border-color: lightcoral;
}

select[spec=inp-w-100], input[spec=inp-w-100] {
    width: 100px;
}

select[spec=inp-w-200], input[spec=inp-w-200] {
    width: 200px;
}

select[spec=inp-w-300], input[spec=inp-w-300] {
    width: 300px;
}

select[spec=inp-w-400], input[spec=inp-w-400] {
    width: 400px;
}

#wrapper-loader {
    position: fixed;
    top: -75px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

#wrapper-loader #loader {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: calc(50% - 120px);
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#div-teetimes {

}

.div-lus {
    width: 100%;
    padding: 5px 15px 15px 15px;
}

.icm-time {
    float: left;
    width: 90px;
    height: 40px;
    border: 1px solid lightgray;
    border-radius: 4px;
    margin: 2px;
}

.div-time-val {
    float: left;
    height: 50%;
    width: 50px;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 4px 2px 4px;
}

.div-time-hls {
    float: left;
    width: 50px;
    height: 50%;
    padding: 2px 4px 2px 4px;
    font-size: 12px;
    text-align: left;
}

.div-time-pls {
    float: right;
    width: 38px;
    height: 100%;
    padding: 0px 2px 0px 0px;
    font-size: 24px;
    text-align: center;
}

.icm-time[status='1'] {
    border-color: green;
}

.icm-time:not([status='1']) {
    border-color: orangered;
    font-weight: lighter !important;
}

.dot {
    height: 6px;
    width: 6px;
    background-color: #bbb;
    border-radius: 50%;
    background-color: lightgreen;
    display: inline-block;
    margin: 0px 1px 0px 1px;
}