﻿.cursor-pointer {
    cursor: pointer;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    .print-break {
        page-break-after: always;
    }
}

.text-black, .text-black p, .text-black span {
    color: #000 !important;
}

.font-bold-500 {
    font-weight: 500;
}

table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
    white-space: initial;
}

.hidden {
    display: none !important;
}

.border-darker {
    border: 1px solid #9e9e9e !important;
}

.note-editable b, .note-editable strong {
    font-weight: bold;
}

b, strong {
    font-weight: bold;
}

.no-bold {
    font-weight: normal !important;
}

.underline {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .lecture-content img {
        width: 100% !important;
    }

    .homeBanner {
        max-width: 100%;
        padding: 0px;
    }

    .breadcrumb {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .lecture-content img {
        width: 100% !important;
    }

    .homeBanner {
        max-width: 100%;
        padding: 0px;
    }

    .breadcrumb {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
    .lecture-content img {
        width: 100% !important;
    }
    #lecturerCardList img {
        max-height: 282.5px;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }

    .lecture-content img {
        max-width: 100% !important;
    }
    #lecturerCardList img {
        max-height: 282.5px;
    }
}

.membership-card {
    border-radius: 15px;
    box-shadow: #dedcdc 3px 3px;
}

#divMembershipFees .card.active {
    border: 1px solid #1976d2;
}

.scrollToTop {
    bottom: 60px;
    color: #fff;
    display: none;
    font-size: 23px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 50px;
    z-index: 999;
    background-color: #1976d2;
    border-radius: 50px;
}

    .scrollToTop:hover {
        color: white;
        text-decoration: underline;
    }

.login-box .logo img {
    width: 150px;
}

.note-popover.popover {
    background-color: #f7f7f7;
}


.iti--allow-dropdown {
    width: 100%;
}

.sweet-alert {
    position: absolute !important;
}

.count-down-floating {
    width: 20%;
    border-radius: unset !important;
    padding: 5px;
    text-align: center;
    background: rgb(117, 209, 63);
    position: fixed;
    right: 0;
    top: 115px;
    padding-top: 12px;
    opacity:0.8;
}

.count-down-floating .countDown {
    font-size: 16px;
}

.section-title {
    width: fit-content;
    border: 3px double #0a0a8f;
    padding: 10px;
    font-size: 16px;
}

.main-question-title{

}

.question-title, section-note, written-input {
    font-size: 16px;
}



.sub-question-title, div.input-group, .main-question {
    padding-left: 40px;
}

p.written-input {
    border: 1px solid #eee;
    padding:10px;
    width:100%;
}

.btn-review, .btn-submit {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    font-size: 16px;
    z-index: 10;
}


.count-down-flash {
    -webkit-animation: bg-flash 1s infinite; /* Safari 4+ */
    -moz-animation: bg-flash 1s infinite; /* Fx 5+ */
    -o-animation: bg-flash 1s infinite; /* Opera 12+ */
    animation: bg-flash 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes bg-flash {
    0%, 49% {
        background-color: rgb(117, 209, 63);
        border: 3px solid #e50000;
    }

    50%, 100% {
        background-color: #e50000;
        border: 3px solid #e50000;
    }
}

.m-b-100{
    margin-bottom:100px;
}