@font-face {
    font-family: College;
    src: url(css/font/college.ttf);
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0 !important;
}

.dropdown-item:hover {
    background: transparent !important;
}

.form-group.row .col-md-3,
.form-group.row .col-md-4 {
    padding-top: 6px;
}

#menu-toggle {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #f5f5f5;
    width: 100%;
    padding: 0px;
    margin: 0px;
}


.hide-in-sm {
    display: flex !important;
}

.show-in-sm {
    display: none !important;
}

.college-font {
    font-family: College;
}

.btn:focus,
a:focus,
input:focus,
select:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.bg-main {
    background: #2B3252 !important;
}

.text-main {
    color: #2B3252 !important;
}

.border-main {
    border: 1px solid #2B3252 !important;
}

.border-main-2x {
    border: 2px solid #2B3252 !important;
}

.border-main-3x {
    border: 3px solid #2B3252 !important;
}

.bg-main-alt {
    background: #FAD744 !important;
}

.text-main-alt {
    color: #FAD744 !important;
}

.border-main-alt {
    border: 1px solid #FAD744 !important;
}

.border-main-alt-2x {
    border: 2px solid #FAD744 !important;
}

.border-main-alt-3x {
    border: 3px solid #FAD744 !important;
}

.bg-main-accent {
    background: #EF5455 !important;
}

.text-main-accent {
    color: #EF5455 !important;
}

.border-main-accent {
    border: 1px solid #EF5455 !important;
}

.border-main-accent-2x {
    border: 2px solid #EF5455 !important;
}

.border-main-accent-3x {
    border: 3px solid #EF5455 !important;
}

.bg-black {
    background: black !important;
}

.text-black {
    color: black !important;
}

.bg-white {
    background: white !important;
}

.text-white {
    color: white !important;
}


.btn-main {
    background: #2B3252 !important;
    color: white;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-main:hover {
    background: #1C2135 !important;
    color: white;
}

.table {
    margin-bottom: 0 !important;
}

.table td,
.table th {
    vertical-align: middle;
    white-space: nowrap;
}

.page-heading {
    margin-bottom: 0px;
    color: black;
    font-weight: bold;
}

.input-group .input-group-text {
    background: #F5F5F5;
}

label {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 90%;
}

a {
    text-decoration: none !important;
}

.btn-delete,
.remove-check {
    cursor: pointer;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}



@media only screen and (max-width:786px) {
    .hide-in-sm {
        display: none !important;
    }

    .show-in-sm {
        display: flex !important;
    }

    .table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    #sidebar-wrapper {
        margin-left: -15rem !important;
    }

    table {
        font-size: 80% !important;
    }

    table a.btn.btn-sm {
        margin-bottom: 10px !important;
        padding: .13rem .25rem !important;
    }

    table i.fas.fa-long-arrow-alt-right.fa-sm {
        display: none;
    }

    div.p-4 {
        padding: 0.8rem !important;
    }

    div.px-4 {
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    }


    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0 !important;
    }

    #wrapper div.nav-icon {
        display: none !important;
    }

    .sub-menu .list-group {
        display: block !important;
    }

    #wrapper.toggled .nav-hide {
        display: block !important;
    }

    div.pl-5.pr-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div.p-5 {
        padding: 10px !important;
    }


    label {
        font-size: 80% !important;
    }

}
