/* Minification failed. Returning unminified contents.
(126,41): run-time error CSS1046: Expect comma, found '0'
(126,45): run-time error CSS1046: Expect comma, found '/'
(127,33): run-time error CSS1046: Expect comma, found '0'
(127,37): run-time error CSS1046: Expect comma, found '/'
 */
/*******************************
    Table of Content:

    1. Content
    2. Media Queries

*******************************/

/******************************/
/*     01. Content            */
/******************************/

@font-face {
    font-family: 'BalooBhai2';
    src: url(./Shared/Fonts/BalooBhai2.ttf);
}


body {
    font-family: BalooBhai2;
    color: #333333;
    margin:0;
    overflow:hidden;
}


h2, h3, h4,a,p {
    font-family: BalooBhai2;
}


#logo_gl {
    position: center;
}

a {
    text-decoration: none;
    background-image: url('Shared/Images/favicon.ico');
}

label {
    font-size: 11pt;
}

#forgot-pass {
    color: #055e96;
    font-size: 10pt;
    margin-top: 3px;
    text-align: right;
}

.form {
    align-items: left;
    display: flex;
    flex-direction: column;
}

.form-border {
    background: -webkit-linear-gradient(right, white, #055e96);
    height: 1px;
    width: 100%;
}


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
}

.l {
    float: left;
}

.r {
    float: right;
    padding-right: 10px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#footerId {
    height: 5% !important;
}

#loginTitle {
    font-family: BalooBhai2;
    color: #035FA8;
    font-size: 20px;
    margin-top: -10px;
    text-align: center;
}

#loadingDiv {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('Shared/Images/loading.gif') 50% 50% no-repeat;
}

#subtitle, #title {
    text-align: center;
}

#logo_glo {
    width: 5vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background-clip: padding-box;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.alert {
    background: #8fffc1;
    padding: 20px 40px;
    min-width: 420px;
    position: absolute;
    right: 0;
    top: 10px;
    border-radius: 4px;
    border-left: 8px solid #ccffe3;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

    .alert.showAlert {
        opacity: 1;
        pointer-events: auto;
    }

    .alert.show {
        animation: show_slide 1s ease forwards;
    }

@keyframes show_slide {
    0% {
        transform: translateX(100%);
    }

    40% {
        transform: translateX(-10%);
    }

    80% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-10px);
    }
}

.alert.hide {
    animation: hide_slide 1s ease forwards;
}

@keyframes hide_slide {
    0% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(0%);
    }

    80% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(100%);
    }
}

.alert .fa-exclamation-circle {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
}

.alert .msg {
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
}

.alert .close-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #00ff73;
    padding: 20px 18px;
    cursor: pointer;
}

    .alert .close-btn:hover {
        background: #01803a;
    }

    .alert .close-btn .fas {
        color: #fff;
        font-size: 22px;
        line-height: 40px;
    }

* {
    box-sizing: border-box;
}

.l-radio {
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 8px 0;
    -webkit-tap-highlight-color: transparent;
}

    .l-radio:hover, .l-radio:focus-within {
        background: rgba(159, 159, 159, 0.1);
    }

    .l-radio input {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background: none;
        border: 0;
        box-shadow: inset 0 0 0 1px #9F9F9F;
        box-shadow: inset 0 0 0 1.5px #9F9F9F;
        appearance: none;
        padding: 0;
        margin: 0;
        transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
        pointer-events: none;
    }

        .l-radio input:focus {
            outline: none;
        }

        .l-radio input:checked {
            box-shadow: inset 0 0 0 6px #035FA8;
        }

    .l-radio span {
        vertical-align: middle;
        display: inline-block;
        line-height: 20px;
        padding: 0 8px;
    }

/******************************/
/*     02. Media Queries      */
/******************************/


/*@media screen and (min-width: 350px) {
    .footer {
        font-size: 2vw;
    }

    #logo_glo{
        display: none;
    }

    #logo_gl {
        width: 30vw;
        display: block;
        margin: auto;
    }

    #title {
        text-align: center;
    }

    #card {
        background: #FFFFFF;
        border-radius: 20px 0px 20px 0px;
        height: 50vh;
        width: 70vw;
        margin-top: 2vw;
        margin-left: auto;
        margin-right: auto;
    }*/
    /*end*/

    /*#card-content {
        padding: 5vw;
    }

    #card-title {
        padding-bottom: 1vh;
        color: dimgray;
        text-align: center;
    }


    #submit-btn {
        background: #FBD218;
        border: none;
        border-radius: 20px 0px 20px 0px;
        cursor: pointer;
        color: black;
        height: 35px;
        margin: auto;
        margin-top: 4vh;
        transition: 0.25s;
        width: 20vw;
        height: 5vh;
    }

    .form-content {
        background: #fbfbfb;
        border: none;
        outline: none;
        padding-top: 2vh;
        margin: 0 2vw;
    }

    .form-border {
        margin: 0 2vw;
    }

    h3 {
        margin-top: 2vw !important;
        font-size: 4vw !important;
    }
    h4 {
        margin-top: 2vw !important;
        font-size: 3vw !important;
    }

    label {
        margin: 0 2vw;
        padding-top: 2vh;
        font-size: 4vw !important;
    }

    #title, #subtitle {
        font-size: 0px;
        margin: 0px;
    }

    .l {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    #logo_bca {
        height: 5vw;
        margin: 0.5vw;
        float: left;
    }


    #ddfilter {
        font-size: 3vw;
        text-align: center;
    }


    #foot, #dispUser {
        margin: 1.5vh;
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 400px) and (min-width: 351px) {
    .footer {
        font-size: 2vw;
    }

    #logo_glo {
        display: none;
    }

    #logo_gl {
        margin-top: 10vw;
        width: 30vw;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #title {
        text-align: center;
    }

    #card {
        background: #FFFFFF;
        border-radius: 20px 0px 20px 0px;
        height: 50vh;
        width: 70vw;
        margin-top: 3vw;
        margin-left: auto;
        margin-right: auto;
    }

    #card-content {
        padding: 5vw;
    }

    .underline-title {
        background: -webkit-linear-gradient(right, white, #055e96);
        height: 2px;
        margin: -1.1rem auto 0 auto;
        width: 25vw;
    }

    #submit-btn {
        background: #FBD218;
        border: none;
        border-radius: 20px 0px 20px 0px;
        cursor: pointer;
        color: black;
        height: 35px;
        margin: auto;
        margin-top: 6vh;
        transition: 0.25s;
        width: 20vw;
    }

    .form-content {
        background: #fbfbfb;
        border: none;
        outline: none;
        padding-top: 2vw;
        margin: 0 2vw;
    }

    .form-border {
        margin: 0 2vw;
    }

    h3 {
        margin-top: 2vw !important;
        font-size: 4vw !important;
    }
    h4 {
        margin-top: 2vw !important;
        font-size: 3vw !important;
    }

    label {
        padding-top: 3vh;
        margin: 0 2vw;
    }

    #title, #subtitle {
        font-size: 0px;
        margin: 0px;
    }

    .l {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    #logo_bca {
        height: 7vw;
        margin: 0.5vw;
        float: left;
    }


    #ddfilter {
        font-size: 3vw;
        text-align: center;
    }


    #foot, #dispUser {
        margin: 1.5vh;
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 700px) and (min-width: 401px) {
    .footer {
        font-size: 3vw;
    }

    #logo_glo {
        display: none;
    }

    #logo_gl {
        margin-top: 10vw;
        width: 30vw;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #title {
        text-align: center;
    }

    #card {
        background: #FFFFFF;
        border-radius: 20px 0px 20px 0px;
        height: 50vh;
        width: 70vw;
        margin: 3vw auto;
    }

    #card-content {
        padding: 5vw;
    }


    .underline-title {
        background: -webkit-linear-gradient(right, white, #055e96);
        height: 2px;
        margin: -1.1rem auto 0 auto;
        width: 25vw;
    }

    #submit-btn {
        background: #FBD218;
        border: none;
        border-radius: 20px 0px 20px 0px;
        cursor: pointer;
        color: black;
        height: 35px;
        margin: 0 auto;
        margin-top: 5vh;
        transition: 0.25s;
        width: 20vw;
    }

    .form-content {
        background: #fbfbfb;
        border: none;
        outline: none;
        padding-top: 2vw;
        margin: 0 2vw;
    }

    h3 {
        margin-top: 2vw !important;
        font-size: 4vw !important;
    }
    h4 {
        margin-top: 2vw !important;
        font-size: 3vw !important;
    }

    label {
        margin: 3.5vh 2vw;
    }

    .form-border {
        margin: 0 2vw;
    }

    #title, #subtitle {
        font-size: 0px;
        margin: 0px;
    }

    .l {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    #logo_bca {
        height: 5vw;
        margin: 0.5vw;
        float: left;
    }


    #ddfilter {
        font-size: 3vw;
        text-align: center;
    }

    #foot, #dispUser {
        margin: 1.5vh;
        font-size: 2vw
    }
}*/

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #msg {
        font-size: 3vw;
    }

    .footer {
        font-size: 3vw;
    }

    body {
        font-family: BalooBhai2;
        color: #333333;
        background-color: white;
    }

    #radioauth{
        display:none;
    }

    #logo_gl {
        margin-top: 5vw;
        width: 50vw;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #logo_glo {
        width: 20vw;
    }

    #loginTitle{
        font-size:20em;
    }


    #title {
        text-align: center;
    }

    #loginForm {
        margin-top: 50px;
    }
    #card {
        background: #FFFFFF;
        border-radius: 20px 0px 20px 0px;
        height: 50vw;
        width: 70vw;
        margin: 3vw auto;
    }

    #card-title {
        padding-bottom: 2vh;
        color: dimgray;
    }


    #submit-btn {
        background: #FBD218;
        border: none;
        border-radius: 20px 0px 20px 0px;
        cursor: pointer;
        color: #035FA8;
        height: 7vw;
        margin: 7vw auto;
        transition: 0.25s;
        width: 25vw;
        font-size: 3vw !important;
    }

    .form-content {
        background: #fbfbfb;
        border: 1.5px solid #035FA8;
        box-sizing: border-box;
        border-radius: 10px 0px 10px 0px;
        outline: none;
        padding-top: 2vw;
        height:5vw;
        font-size:3vw;
    }

    h3 {
        font-size: 4vw !important;
    }

    label {
        font-size: 3vw !important;
    }

    .form-border {
        margin: 0 3vw;
    }

    #title, #subtitle {
        font-size: 0px;
        margin: 0px;
    }

    .l {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    #logo_bca {
        height: 5vw;
        margin: 0.5vw;
        float: left;
    }


    #ddfilter {
        font-size: 3vw;
        text-align: center;
    }

    #foot, #dispUser {
        margin: 1.5vh;
        font-size: 2vw
    }

    #bodylogin {
        overflow-y: scroll;
    }
    .modal-body {
        max-height: 87vh !important;
        overflow-y: auto !important;
    }

    .modal-dialog {
        max-height: 100vh !important;
        overflow-y: auto !important;
    }

    .left{
        margin-top:10vh;
    }

    .subcard{
        margin-top:5vh;
    }

    


    /*
Hide scrollbar for Chrome, Safari and Opera
.container::-webkit-scrollbar {
    display: none;
}

Hide scrollbar for IE, Edge and Firefox
.container {
  -ms-overflow-style: none;  IE and Edge
  scrollbar-width: none;  Firefox
}
*/
}

@media screen and (min-width: 1023px) {

    #msg{
        font-size:1vw;
    }
    
    .modal-dialog {
        width: 800px !important;
    }
    .modal-body {
        max-height: calc(100vh - 212px) !important;
        overflow-y: auto !important;
    }
    #logo_gl {
        width: 30vw;
        margin-top: 10vh;
    }

    p {
        text-align: center;
    }

    #card {
        background: #FFFFFF;
        border-radius: 20px 0px 20px 0px;
        height: 40vw;
        width: 25vw;
        margin: auto;
        margin-top:10vh;
    }

    .left {
        float: left;
        width: 65%;
        height:100vh;
        background-color:#035FA8;
    }

    .right {
        float: right;
        width: 35%;
    }

    .l {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    #logo_bca {
        height: 5vh;
        margin: auto;
        float: left;
    }

    #foot {
        margin: 1.3vh;
        float: left;
        margin-top: 0vh !important;
    }

    #card-content {
        padding: 2vw;
    }

    #card-title {
        padding-bottom: 2vw;
        color: #545353;
    }

    #submit-btn {
        background: #FBD218;
        border: none;
        border-radius: 20px 0px 20px 0px;
        cursor: pointer;
        color: #035FA8;
        height: 42.3px;
        margin: 0 auto;
        margin-top: 20px;
        transition: 0.25s;
        width: 153px;
    }

    .form-content {
        background: #fbfbfb;
        border: 1.5px solid #035FA8;
        box-sizing: border-box;
        border-radius: 10px 0px 10px 0px;
        outline: none;
        padding-top: 1vh;
    }

    label {
        margin: 1.5vh 0;
    }
}

@media screen and (min-width: 1281px) {
    
    #submit-btn {
        margin-top: 50px;
    }
    #logo_glo{
        width:4vw;
    }
}

    #exampleModalCenter {
        overflow: hidden;
    }

