﻿* {
    margin: 0;
    padding: 0;
}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: #D3D3D3;
}

.body-color{
    background-color:white;
}

.mainHeader {
    height: 10vh;
    border-bottom: 3px solid black;
    z-index: 999;
}

.navbar-nav {
    flex-direction: row;
}

.footer {
    position: fixed;
    bottom: 0;
    font-size: 1vw;
    height: 3vh;
    width: 100%;
    background-image: linear-gradient(to top, #128d8d, #0000FF);
}

.rsp-logo {
    max-width: 15vw;
}

.label-family {
    font-family: cursive;
    font-size: 1vw;
    color: #256da1;
}

.mainContent {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
    
    /*background-image: linear-gradient( 95.2deg, rgb(217 243 237) 26.8%, rgba(192,229,246,1) 64% );*/
}

.loginContainer {
    border-radius: 10px 50px;
    background-image: linear-gradient(to left, #43e173, #fc975c);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.loginHeader {
    border-bottom: none;
    background-color: transparent;
}

.loginBody {
    border-radius: 10px 10px 10px 50px;
}

.loginLogo {
    width: 8vw;
    height: auto;
}

.loginButton {
    height: 5.5vh;
    font-family: 'Roboto', sans-serif;
    font-size: 0.7vw;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

    .loginButton:hover {
        background-color: blueviolet;
        box-shadow: 0px 15px 20px violet;
        color: #fff;
        transform: translateY(-7px);
    }

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
    justify-content: center !important;
    flex-wrap: nowrap;
}

.modal-backdrop {
    position: inherit !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.homepageicons_size {
    width: 5vw;
    height: auto;
    filter: drop-shadow(0px 0px 4px grey);
}

.userLoggedinImage {
    height: auto;
    width: 3vw;
    border-radius: 50%;
}

.navbarDateTimeDisplay {
    list-style-type: none;
    text-decoration: none;
    margin-right: 3vw;
}

.navbarUserProfile {
    left: -240%;
    background-image: linear-gradient(to right, blue, #128d8d);
    font-size: 1vw;
    max-height: 87vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-item {
    font-weight: 600;
    color: antiquewhite;
    transition: 0.2s all ease-in 0s;
}

    .dropdown-item:hover {
        background-color: darkorange;
        transform: scale(1.1);
    }

.currentDateTime {
    color: orangered;
    font-family: Arial Black;
    font-weight: bold;
    font-size: 0.8vw;
}

.news-scroll p {
    text-decoration: none;
    background-color: transparent;
    font-size: 1vw;
}

.navbarButtons {
    list-style-type: none;
    margin-right: 8vw;
    text-decoration: none;
    font-size: 1vw;
    background-image: linear-gradient(to right, blue, #128d8d);
    max-height: 87vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.form-control {
    border-radius: 15px;
    background-color: aliceblue;
    font-size: 1rem;
}

.listDisplay {
    position: relative;
}



#nBarItems {
    column-gap: 1.5vw;
}

.navbarTabButtons {
    font-size: 1.2vw;
}

    .navbarTabButtons:hover > .dropdown-menu {
        display: block;
    }

.dropdown-toggle {
    font-weight: 700;
    color: black !important;
}

    .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
        color: blue !important;
    }

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border-radius: 25px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.homeButton {
    font-weight: 700;
    color: black !important;
}

    .homeButton:hover, .homeButton:focus {
        color: blue !important;
    }

.logoutIcon {
    font-size: 1.3vw;
}

.tableFontSize {
    font-size: 1vw;
}

.labelSize {
    font-size: 1.3rem;
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}

.table td, .table th {
    padding: 0.5rem !important;
}

.table{
    margin-bottom:0!important;
}

.myCalender {
    height: 35vh;
    width: 20vw;
    font-size: 1vw;
}

    .myCalender tbody tr td a:hover {
        text-decoration: none;
    }

.calTitle {
    height: 5vh;
}

.no-decoration:hover, .no-decoration:focus {
    text-decoration: none;
}

@media print {
    body, html, #page-container, .scrollable-page, .ps, .panel {
        height: 100% !important;
        width: 100% !important;
        display: inline-block;
    }

    .no_print{
        visibility:hidden;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .text-color-black{
        color:black!important;
    }

    .pagebreak1 {
        margin-bottom: 560px;
    }

    .pagebreak2 {
        margin-bottom: 600px;
    }
}
