﻿body {
    font-family: 'Montserrat', sans-serif;
}
/*--btn Styles--*/
#Shortcut .btn {
    border-radius: 5px !important;
}
.custom-headerL {
    position: sticky;
    top: 0;
    z-index: 3;
}
.custom-header {
    background-color: #333;
    color: white;
}

.custom-headerL {
    background-color: #333;
    color: white;
    padding: 5px;
}
@media (min-width: 1080px) {
    #Shortcut a {
        width: 9%;
    }
}

@media (max-width: 642px) {
    #Shortcut a {
        width: 15%;
    }
}

@media (max-width: 452px) {
    #Shortcut a {
        width: 22%;
        font-size: 12px;
        margin: 1px;
        font-weight: bold;
    }
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.custom-headerL {
    position: sticky;
    top: 0;
    z-index: 3;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
/*--btn Styles--*/

/*--Header--*/
.header {
    background-color: #333;
    padding: 10px 0px 10px 0px;
    color: white;
    display: flex;
    width: 100%;
}
h2 {
    color: #777;
}

h5 {
    color: #999;
}

    .header a, .header a:hover, .header a:visited, .header a:active {
        color: inherit;
        text-decoration: none;
    }

    .header span {
        padding-left: 12px;
    }

.heading {
    width: 100%;
}
/*--Header--*/

/*--Footer--*/
.footer {
    position: fixed;
    bottom: 0;
    width: 90%;
}
/*--Footer--*/

/*--Fixed Table--*/
.tableFixed{
    width: 100% auto;
    overflow-y: auto;
    height: 360px !important;
}
/*--Fixed Table--*/

/*--Loader--*/
.loader {
    display: none;
    position: fixed;
    width: 100% !important;
    height: 100vh !important;
    opacity: 1;
    z-index: 999999 !important;
    background-color: #333;
}

.lds-facebook {
    left: 50%;
    top: 50%;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 16px;
        background: #fff;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook div:nth-child(1) {
            left: 8px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 32px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 56px;
            animation-delay: 0;
        }

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
/*--Loader--*/
