﻿@font-face {
    font-family: 'Roboto';
    src: local('Roboto') format('truetype');
    src: url('/Plugins/Fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Arial Narrow';
    src: local('Arial Narrow') format('truetype');
    src: url('/Plugins/Fonts/ARIALN.ttf') format('truetype');
}

body {
    background: rgb(10 57 145 / 3%);
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Arial Narrow', Roboto, 'Times New Roman', Arial, "Droid Sans", sans-serif;
    font-weight: 400;
    font-size: 9pt;
    color: #000;
}

::-webkit-scrollbar {
    width: .6em;
    height: .6em
}

::-webkit-scrollbar-track-piece {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: lightgray;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#sidebar {
    color: #fff;
    overflow-y: auto;
    padding-bottom: 10px;
    background-color: #112266;
}

#sidebar.active {
    margin-left: -17rem;
}

.vertical-nav {
    min-width: 17rem;
    width: 17rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.4s;
}

#sidebar-icons .nav-item {
    padding: 2px 0px 2px 0px;
    margin: 0px;
}

#sidebar-icons a {
    color: #fff;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all .4s;
}

#sidebar-icons a:hover {
    background-color: rgb(0 148 255 / 0.4);
}

#sidebar-icons a i {
    color: #fff;
    font-size: .9rem;
    margin-right: 5px;
}

.nav-link {
    padding: 7px 15px 7px 10px;
}

#sidebar-icons span {
    padding-top: 3px;
    float: right;
    font-size: .7rem;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#sidebar-icons span.down {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.sub-menu {
    display: none;
    background-color: #fff;
}

.sub-menu li {
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.sub-menu li:hover {
    border-left: 3px solid #112266;
    font-weight: bold;
}

.sub-menu li a {
    font-size: .8rem !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.sub-menu li i {
    font-size: 9pt !important;
    color: #112266 !important;
}

.page-content {
    width: calc(100% - 17rem);
    margin-left: 17rem;
    transition: all 0.4s;
}

#content.active {
    width: 100%;
    margin: 0;
}

#fixedFooter {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    margin-left: 17rem;
    width: calc(100% - 17rem);
}

#fixedFooter.active {
    width: 100%;
    margin: 0;
}

.topbar {
    width: 100%;
    padding: 10px 10px 0px 10px;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -17rem;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #content {
        width: 100%;
        margin: 0;
    }

    #content.active {
        margin-left: 17rem;
        width: calc(100% - 17rem);
    }

    #fixedFooter {
        width: 100%;
        margin: 0;
    }

    #fixedFooter.active {
        margin-left: 17rem;
        width: calc(100% - 17rem);
    }
}

.main-topbar {
    background-color: #112266;
    color: #fff;
}

.main-topbar button {
    color: #fff;
    text-align: left;
    outline: none;
    border: none;
    background: none;
}

.main-topbar .sidebarcollapse {
    color: #fff;
    text-align: left;
    outline: none;
    border: none;
    background: none;
}


/*Custom Configurations*/
#formloader {
    position: fixed;
    background: rgb(255 255 255 / 0.7);
    width: 100%;
    height: 100%;
    z-index: 999999;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    display: none;
}

#formloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

input:-webkit-autofill {
    background-color: #000 !important;
    background-image: none !important;
}

label {
    font-size: .75rem;
    margin-bottom: 0px !important;
    color: #000 !important;
    font-family:Roboto;
}

label span {
    color: darkred;
}

.form-control {
    padding: 0.3rem !important;
    margin: 0px !important;
    font-size: .8rem;
    font-weight: 500;
    font-family: Roboto, Arial, "Droid Sans", sans-serif;
    color: #000 !important;
    padding-left: 35px !important;
}

.form-control:focus {
    border-color: #000 !important;
    box-shadow: none !important;
}

.form-select {
    font-size: .7rem;
}

.input-group span {
    position: absolute;
    margin-left: 8px;
    height: 35px;
    display: flex;
    align-items: center;
    z-index: 999;
    font-size: 1rem;
    color: rgb(42 63 84 / 0.8);
}

.input-group-sm span {
    position: absolute;
    margin-left: 8px;
    height: 30px;
    display: flex;
    align-items: center;
    z-index: 999;
    font-size: .8rem;
    color: rgb(42 63 84 / 0.8);
}

.search-control {
    width: 100%;
    padding: 0.3rem;
    font-size: .8rem;
    color: #000 !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 2px solid #d1d1d1 !important;
    border-radius: 0px !important;
    outline: none !important;
    padding-left: 35px !important;
}

.search-control:focus {
    border-bottom: 2px solid #000 !important;
    outline: none !important;
}

.custom-control {
    width: 80px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    font-size: .85rem;
    color: #000 !important;
    border: none !important;
    outline: none !important;
    height: 1.2rem !important;
    min-height: 1.2rem !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border-bottom: 1px solid lightgray !important;
}

.custom-control:focus {
    border-bottom: 1px solid darkblue !important;
    outline: none !important;
}

.datepicker .fa-chevron-left {
    margin-top: -15px;
}

.datepicker .fa-chevron-right {
    margin-top: -15px;
}

.datepicker {
    font-size: 10pt !important;
}

.topbar-pg {
    top: 0;
    width: 100%;
    z-index: 1020;
    position: sticky;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 12px 12px 8px 12px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);
}

.topbar-pg p {
    padding: 0px;
    margin: 0px;
    color: #000;
    line-height:1;
    font-size: .9rem;
    font-weight: 600;
    transform: scaleY(1.2);
    /*text-transform:uppercase;*/
    font-family:'Times New Roman';
}

.recordsCounter {
    color: #000;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    font-size: .8rem;
    vertical-align: middle;
}

.recordsCounter strong{
    font-weight:500;
}

.topbar-pg a {
    font-size: .7rem;
    box-shadow: none;
    border-radius: 0px;
}

.btn-primary {
    box-shadow: none;
    border-radius: 0px;
}

.btn-danger {
    box-shadow: none;
    border-radius: 0px;
}

.btn-light {
    border: 1px solid rgba(0, 0, 0, 0.14);
}

.my-dropdown-items a {
    text-decoration: none;
    padding: 10px;
    font-size: 9pt;
    color: #000;
    font-weight: 500;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    cursor: pointer;
}

.my-dropdown-items i {
    font-size: 10pt;
    margin-right: 5px;
    color: #000;
}

.links-tab li {
    background-color: #fff;
    padding: 5px 0px 5px 0px;
    border-radius: 2px;
    transition: all .3s;
    border: 1px solid rgb(0 0 0 / 0.1);
}

.links-tab li:hover {
    background-color: rgb(0 148 255 / 0.2);
}

.links-tab li a {
    text-decoration: none;
    padding: 10px;
    font-size: 9pt;
    color: #000;
    font-weight: 500;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    cursor: pointer;
}

.links-tab li a i {
    font-size: 10pt;
    margin-right: 5px;
    color: #000;
}

.links-tab .dropdown-item a {
    font-weight: 500 !important;
}

.moreOptions {
    color: #fff;
    padding: 2px;
    display: inline-block;
}

.moreOptions a {
    text-decoration: none;
    padding: 8px;
    font-size: 9pt;
    color: #000;
    font-weight: 500;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    cursor: pointer;
}

.moreOptions a i {
    font-size: 9pt;
    margin-right: 5px;
    color: #000;
}

.moreOptions .dropdown-item {
    color: #000;
}

.moreOptions .dropdown-item i {
    color: #000;
}

input[type=file] {
    font-size: .7rem !important;
}

/*input[type=checkbox] {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
*/
input[type=checkbox]:checked + label {
    color: darkgreen;
    font-weight: bold;
}

.boxShadow {
    box-shadow: 0 4px 22px rgb(10 57 145 / 8%) !important;
}

.boxShadow2 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.table {
    color: #000;
}

.table tr td {
    vertical-align: middle !important;
    color: #000;
}

#dataTables {
    font-size: 8pt;
}

#dataTables thead tr {
    line-height:1;
    vertical-align:middle;
}

#dataTables tr th {
    font-weight: bold;
}

#dataTables tbody tr {
    line-height: 1;
    vertical-align: middle;
}

#dataTables tr td {
    vertical-align: middle !important;
}

.table tr {
    line-height: 1;
    vertical-align: middle;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: rgb(0 148 255 / 0.1);
    font-weight: bold;
}

.tbl-Icons {
    font-size: 1rem;
    text-align: right;
}

.text-right {
    text-align: right;
}

.activeBox {
    background-color: rgba(50, 168, 82, 0.1);
    border: 1px solid rgba(50, 168, 82, 1);
    padding: 0.2rem !important;
    color: #000;
}

.suspendedBox {
    background-color: rgba(176, 18, 57, 0.1);
    border: 1px solid rgba(176, 18, 57, 1);
    padding: 0.2rem !important;
    color: #000;
}

.yellowBox {
    background-color: #ffd80040;
    border: 1px solid #ffd800;
    padding: 0.2rem !important;
    color: #000;
}

.ui-autocomplete {
    z-index: 1050 !important;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.VideoSource {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*DASHBOARD ICONS*/
.Dashboard {
    cursor: pointer;
    transition: 0.4s;
    margin-bottom: 5px;
}

.Dashboard:hover {
    transform: scale(0.95);
}

.Dashboard a {
    text-decoration: none;
    color: #000;
}

.Dashboard .row{
    padding: 1rem;
    margin: 0.15rem;
    border-radius:10px;
    background-color:#fff;
    box-shadow: 0 4px 22px rgb(10 57 145 / 8%);
}

.Dashboard .row .col-9 {
    padding: 0px !important;
    margin: 0px !important;
}

.Dashboard .row .col-3 {
    float: none;
    margin: auto;
    text-align:right;
}

.Dashboard h5 {
    margin:0px;
    padding:0px;
    font-size: 1.1rem;
    font-weight: 500;
}

.Dashboard h6 {
    margin:0px;
    padding:0px;
    font-size: .9rem;
    font-weight: 500;
    color: darkblue;
}

.Dashboard span {
    color:#000;
    font-size: .8rem;
    font-weight: 500;
}

.Dashboard .Icon {
    padding: 5px;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 4px 10px rgb(10 57 145 / 50%) !important;
}

.Dashboard .Icon-Shape {
    width: 48px;
    height: 48px;
    background-position: 50%;
    border-radius: 100%;
}

.Dashboard i {
    color: #fff;
    font-size: 1.4rem;
}

.Dashboard strong {
    font-weight: 500;
}

.progress {
    height: 4.5px;
}


/*================ Login Page =========================*/
.LoginCard {
    padding: 30px;
    border-radius: 10px;
}

.LoginCard h4 {
    color: #fff;
    padding: 2px;
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}

.LoginCard p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 10pt;
}


/*================ Student's Portal =========================*/
.StudentCard {
    box-shadow: 0 1px 4px 3px rgba(0, 0, 0, 0.14);
    background-color: #fff;
    padding-bottom: 1px;
}

.StudentCard .list-inline-item a {
    text-decoration: none;
    color: #000;
}

.StudentCard .list-inline-item i {
    font-size: 1.5rem;
    margin: 0px;
    padding: 0px;
    color: #dc3545;
}

.blink {
    animation: 2s linear infinite condemned_blink_effect;
}

@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

.RptLink {
    background-color: #fff;
    box-shadow: 0px 6px 6px -6px black;
    margin-bottom: 20px;
    transition: .3s ease-out;
    text-align: center;
    padding: 5px;
    font-family: 'Times New Roman';
    font-weight: 500;
    transform: scaleY(1.2);
}

.RptLink:hover {
    cursor: pointer;
    background-color: rgb(0 148 255 / 0.1);
}

.RptLink a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

.alert button {
    font-size: 12px;
    padding: 10px !important;
}

.Uppercase {
    text-transform: uppercase;
}

/*JQUERY menuitem AUTOCOMPLETE TEXTBOX*/
.ui-menu {
}

.ui-menu .ui-menu {
}

.ui-menu .ui-menu-item {
    font-size: .7rem;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}

#camera {
    width: 250px;
    height: 250px;
    border: 1px solid #000;
    text-align: center;
}

.InfoLabel {
    padding: 0px;
    margin: 0px;
    color: #000;
    line-height: 1;
    font-size: .65rem;
}

.InfoText {
    padding: 0px;
    margin: 0px;
    color: #000;
    line-height: 1.3;
    font-size: .85rem;
    font-weight: 500;
}