﻿.cursor-pointer{
    cursor:pointer;
}
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.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;
    }
    #lecturerCardList img {
        max-height: 282.5px;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !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;
}

.iti--allow-dropdown{
    width:100%;
}