body {
    font-size: 1rem;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    padding-top: 3.4rem;
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
}
.page-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #0c4a6e;
    border-bottom: 2px solid #0284c7;
}

.form-label {
    color:#000;
    
}
.required {
    font-weight: 600;
}


.bg-1 {
    background-color: #001F54 !important;
    color: #fff;
}

.bg-2 {
    background-color: #053D76 !important;
    color: #fff;
}

.bg-3 {
    background-color: #355691 !important;
    color: #fff;
}

.bg-4 {
    background-color: #6692CC !important;
    color: #fff;
}


.bg-5 {
    background-color: #95BDD4 !important;
    color: #000;
}

.bg-6 {
    background-color: #CEE5F2 !important;
    color: #000;
}

.bg-7 {
    background-color: #474747 !important;
    color: #fff;
}

.bg-8 {
    background-color: #7A7A7A !important;
    color: #fff;
}

.bg-9 {
    background-color: #C2C2C2 !important;
    color: #000;
}


.org_logo {
    height: 160px;
    width: 160px;
}

.academica_logo {
    height: 400px;
    width: 400px;
}

@media only screen and (max-width: 600px) {
    .academica_logo {
        height: 200px;
        width: 200px;
    }
}

.required::after {
    content: "*";
    color: red;
    padding-left: 5px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #e4e4e7;
    min-height: 100vh;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    background: #fafafb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition: all 0.5s ease-in-out;
    border-right: 1px solid #ccc;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

a {
    text-decoration: none;
    color: #000;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;    
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/* Architecture End Here*/
/* Responsive */
@media (min-width: 768px) {
    #wrapper {
        padding-left: 0;
    }

    #wrapper.toggled {
        padding-left: 220px;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 220px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.list_avator {
    height: 20px;
    border-radius: 50%;
}

.print_logo {
    height: 18mm;
}

/*PRINT*/
@media print {
    body {
        background-color: #ffffff !important;
    }

    #sidebar-wrapper {
        width: 0;
        display: none;
    }

    #wrapper.toggled {
        padding-left: 0px;
    }

    .no-print,
    .hidden-print,
    .dataTables_length,
    .dataTables_filter,
    .dataTables_paginate {
        display: none;
    }
}

/* Menu */
.metismenu li a {
    text-decoration: none !important;
}

.sidebar-nav {
    background: #fafafb;
}

.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fafafb;
}

.sidebar-nav .metismenu {
    background: #fafafb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-nav .metismenu li+li {
    margin-top: 0px;
}

.sidebar-nav .metismenu li:first-child {
    margin-top: 2px;
}

.sidebar-nav .metismenu li:last-child {
    margin-bottom: 0px;
}

.sidebar-nav .metismenu>li {
    /*    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 8px 16px;
    color: #000;
    outline-width: 0;
    transition: all 0.3s ease-out;
}

.sidebar-nav .metismenu ul a {
    padding: 5px 10px 5px 20px;
}

.sidebar-nav .metismenu ul ul a {
    padding: 5px 10px 5px 30px;
}

.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: #01579b;
}

.sidebar-nav ul li {
    border-bottom: 1px solid #ccc;
}

.sidebar-nav .metismenu a svg {
    margin-right: 5px;
}

/* MENU END HERE */
.bg-theme {
    background-color: #001F54 !important;
    color: #fff !important;
}

.menu-toggle {
    color: #fff;
}

.error {
    color: red;
}

/* House */
.house-default {
    background-color: #b0bec5;
}

.house-blue {
    background-color: #2196f3;
}

.house-green {
    background-color: #4caf50;
}

.house-red {
    background-color: #e57373;
}

.house-orange {
    background-color: #ff9800;
}

/* Colors */
/* *************************************************************************
 */
 /* Buttons */
 .btn:hover {
    position: relative;
    bottom: 2px;
 }
/* buttons */