﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 20px;
}

input {
    /*background-color: rgba(0,0,0,0.1) !important;*/
    border: 1px solid rgb(176, 196, 222) !important;
    border: 1px solid rgba(176, 196, 222, 0.5) !important;
    /*color: #ffffff !important;*/
}

select {
    /*background-color: rgba(0,0,0,0.1) !important;*/
    border: 1px solid rgb(176, 196, 222) !important;
    border: 1px solid rgba(176, 196, 222, 0.5) !important;
    /*color: #ffffff !important;*/
}

option {
    /*background-color: rgba(0,0,0,0.1) !important;*/
    border: 1px solid rgb(176, 196, 222) !important;
    border: 1px solid rgba(176, 196, 222, 0.5) !important;
    /*color: rgb(0,0,0) !important;*/
}

input[type="checkbox"] {
    background-color: rgb(0,0,0) !important;
    background-color: rgba(0,0,0,0.1) !important;
    color: #00ff21 !important;
}

.text-danger{
    color: orange !important;
}

label {
    padding-left: 12px;
}

a {
    color: #E8E8E8 !important;
    text-decoration: none !important;
}

    a:hover {
        color: #E8E8E8 !important;
        text-decoration: underline !important;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(176, 196, 222, 0.5) !important;
    opacity: 1; /* Firefox */
    font-style: italic;
    padding-left: 12px;
    font-size: 1.2rem;
}

.seStatus { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(176, 196, 222, 0.5) !important;
    opacity: 1; /* Firefox */
    font-style: italic;
    padding-left: 12px;
    font-size: 1.2rem;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(176, 196, 222, 0.5) !important;
    font-style: italic;
    padding-left: 12px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(86, 118, 207);
    font-style: italic;
    padding-left: 12px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Import Fonts */

@font-face {
    font-family: Provicali;
    src: url("../fonts/Provicali.otf") format("opentype");
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Regular.otf") format("opentype");
}

.provicali {
    font-family: Provicali;
}

.poppins {
    font-family: Poppins;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
    .main-caption {
        text-align: center;
    }
    body {
        background-size: 100% 100% !important;
        padding-top: 20px;
    }
}

@media screen and (max-width: 674px) {
    .navbar > .text-right {
        text-align: center !important;
        padding-left: 50px !important;
        padding-top: 50px !important;
    }
}

@media screen and (max-width: 575px) {
    .login-bottom, .login-bottom > .text-right {
        text-align: center !important;
    }

    .row {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .logo{
        width: 250px !important;
    }
}


/* Custom Styles */

.bg-login {
    background-image: url('../images/background01_2020-03.jpg');
}

.bg-login1 {
    background-image: url('../images/background02_2020-03.jpg');
}

.bg-login2 {
    background-image: url('../images/background04_2020-03.jpg');
}

.bg-login3 {
    background-image: url('../images/background05_2020-03.jpg');
}

.bg-success {
    background-image: url('../images/background03_2020-02.jpg');
}

.pc-top {
    /*position: fixed;*/
    z-index: -1;
}

.logo {
    width: 100%;
    margin-left: -15px !important;
}

.footer-success {
    position: absolute !important;
    background-color: #0050a4 !important;
    bottom: 20px;
    width: 100%;
    min-height: 40px;
}

.white {
    color: #ffffff;
}

.d-white {
    color: rgba(255, 255, 255, 0.8);
}

.fix-to-row{
    margin-right: 0px !important;
}

.border-login {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px 8px;
}

.radius-left {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    box-shadow: rgb(56,56,56) 4px 4px !important;
}

.radius-right {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    box-shadow: rgb(56,56,56) 4px 4px !important;
}

.radius-btn {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    box-shadow: rgb(56,56,56) 4px 4px !important;
    font-family: Poppins !important;
}   

* {
    box-sizing: border-box;
}

.table thead, .table thead tr th {
    border: 1px solid white !important;
}

.table tbody, .table tbody tr td {
    border: 1px solid white !important;
}

.footable-pagination-wrapper > .label-default {
    display: none !important;
}

.footable-pagination-wrapper > .pagination {
    display: inline-block !important;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom: 1;
    *display: inline;
    margin-top: 5px !important;
}

    .footable-pagination-wrapper > .pagination > li {
        float: left !important;
        margin-left: .7rem !important;
        margin-right: .7rem !important;
    }

        .footable-pagination-wrapper > .pagination > li > a {
            color: silver !important;
        }

        .footable-pagination-wrapper > .pagination > .active > a {
            font-weight: bold !important;
            color: white !important;
        }

.claims_details {
    font-size: .7em !important;
}

    .claims_details tbody tr td:first-child {
        width: 40% !important;
    }

    .claims_details tbody tr td:last-child a {
        text-decoration:underline !important;
    }

    .claims_details tbody tr td:last-child input {
        height: calc(0.5em + 0.75rem + 2px) !important;
        font-size: 1em !important;
    }

.claims_details1 {
    font-size: .7em !important;
}

    .claims_details1 tbody tr td:first-child {
        padding-top: 13px;
        width: 40% !important;
    }

    .claims_details1 tbody tr td:last-child input {
        height: calc(0.5em + 0.75rem + 15px) !important;
        font-size: 1em !important;
        padding-top: 5px;
    }

/* Style the input container */
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

/* Style the form icons */
.icon {
    padding: 15px;
    background: white;
    color: gray;
    min-width: 60px;
    text-align: center;
}

/* Style the input fields */
.input-field {
    width: 100%;
    padding-left: 20px !important;
    outline: none;
    background-color: white !important;
    border: white !important;
    color: #505050 !important;
    font-weight: 400 !important;
    font-family: Poppins !important;
}

    .input-field:focus {
        border: 2px solid dodgerblue;
    }

    .input-field::placeholder {
        color: #A9A9A9 !important;
        font-family: Poppins !important;
        padding-left: 0px !important;
    }

.btn-login {
    background-color: #0050a4;
    color: white;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.btn-approved {
    background-color: #32CD32;
    color: white;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

    .btn-login:hover {
        opacity: 1;
    }


/* Loader */

#loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50% !important;
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00558C;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
    opacity: 0.6;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #FFCC5B;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #30C2E3;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 1000;
    -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0); /* IE 9 */
    transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
    opacity: 0.3;
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
    display: none;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .col-xs-2 {
        width: 10%;
    }
}

table.footable-details {
    color: rgba(255, 255, 255, 0.5) !important;
}
