﻿

* {
    scrollbar-width: thin;
    scrollbar-color: silver white;
}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 14px;
    color: #4c5258;
    letter-spacing: 0.5px;
    font-family: Lato, sans-serif;
    background-color: #f7f8fa;
    overflow-x: hidden;
}

html.theme body {
    font-family: "Lato", sans-serif;
}

html.theme body {
    color: #57585b;
}

:root {
    --bs-blue: #e11b22:;
    --bs-indigo: #6610f2:;
    --bs-purple: #6f42c1:;
    --bs-pink: #d63384:;
    --bs-red: #dc3545:;
    --bs-orange: #fd7e14:;
    --bs-yellow: #ffc107:;
    --bs-green: #198754:;
    --bs-teal: #20c997:;
    --bs-cyan: #0dcaf0:;
    --bs-white: #fff:;
    --bs-gray: #6c757d:;
    --bs-gray-dark: #343a40:;
    --bs-primary: #e11b22:;
    --bs-secondary: #6c757d:;
    --bs-success: #198754:;
    --bs-info: #0dcaf0:;
    --bs-warning: #ffc107:;
    --bs-danger: #dc3545:;
    --bs-light: #f8f9fa:;
    --bs-dark: #212529:;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji":;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace:;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)):;
}

:root {
    --bs-primary: #ba131a:;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.wrapper {
    width: auto;
    position: relative;
}

img, svg {
    vertical-align: middle;
}

.flicker-bg {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(225, 27, 34);
    /* background: url("images/bg-layer-00.png") scroll no-repeat center / cover, radial-gradient(circle, rgb(225, 27, 34) 0%, rgb(186, 19, 26) 50%, rgb(103, 0, 0) 100%); */
    background: url(/images/Login/bg-layer-00.png) scroll no-repeat center / cover, radial-gradient(circle, rgb(247 150 51) 0%, #e76e0a 50%, #9e4b07 100%);
    position: fixed;
    width: 100%;
    height: 100vh;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.authentication-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 400px;
    min-height: 100vh;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0:;
}

.g-0, .gy-0 {
    --bs-gutter-y: 0:;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.overflow-hidden {
    overflow: hidden !important;
}

.card.shadow {
    /*box-shadow: 0px 0.5rem 1rem rgba(0,0,0,0.15) !important;*/
    box-shadow: none !important;
}

.justify-content-center {
    justify-content: center !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.card {
    border: 0;
    margin-bottom: 1.5rem;
    box-shadow: 0px 0.12rem 0.25rem rgba(0,0,0,0.075);
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.p-4 {
    padding: 1.5rem !important;
}
/* @media all and (min-width:576px) */
/*.p-sm-5 {
    padding: 3rem !important;
}*/

.p-4 {
    padding: 1.5rem !important;
}

.row {
    --bs-gutter-x: 1.5rem:;
    --bs-gutter-y: 0:;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h5, h5 {
    font-size: 1.25rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.text-center {
    text-align: center !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem:;
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem:;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.d-grid {
    display: grid !important;
}

button {
    border-radius: 0;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #660000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #660000;
    border-color: #660000;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.form-switch :checked.form-check-input {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.pace .pace-progress {
    background: #e11b22;
    position: fixed;
    z-index: 2000;
    top: 0px;
    right: 100%;
    width: 100%;
    height: 3px;
}

html.theme .btn-primary, html.theme .back-to-top, html.theme .page-item.active .page-link, html.theme .pace .pace-progress, html.theme :checked.form-check-input, html.theme .select2-container--bootstrap4 .select2-results_option--highlighted, html.theme .select2-container--bootstrap4 [aria-selected=true].select2-resultsoption--highlighted.select2-resultsoption, html.theme .bg-primary, html.theme :checked.btn-check + .btn-outline-primary, html.theme .btn-check:active + .btn-outline-primary, html.theme .btn-outline-primary:active, html.theme .btn-outline-primary.active, html.theme .btn-outline-primary.dropdown-toggle.show, html.theme :checked.form-check-input.switch-primary, html.theme .dtp div.dtp-date, .dtp div.dtp-time, html.theme .select2-container--bootstrap4 .select2-selection--multiple .select2-selection_choice, html.theme .dtp table.dtp-picker-days tr > td > a.selected {
    background-color: #660000;
}

    html.theme .btn-primary, html.theme .border-primary, html.theme .btn-outline-primary, html.theme .page-item.active .page-link, html.theme :checked.form-check-input, html.theme .ff_fileupload_wrap .ff_fileupload_dropzone:hover, html.theme .ff_fileupload_wrap .ff_fileupload_dropzone:focus, html.theme .ff_fileupload_wrap .ff_fileupload_dropzone:active, html.theme :checked.btn-check + .btn-outline-primary, html.theme .btn-check:active + .btn-outline-primary, html.theme .btn-outline-primary:active, html.theme .btn-outline-primary.active, html.theme .btn-outline-primary.dropdown-toggle.show, html.theme :checked.form-check-input.switch-primary, html.theme .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
        border-color: #660000;
    }

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.12rem;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch {
    padding-left: 3em;
    line-height: 2em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

[type=checkbox].form-check-input {
    border-radius: .25em;
}

:checked.form-check-input {
    background-color: #e11b22;
    border-color: #e11b22;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input {
    width: 2.5em;
    height: 1.5em;
    margin-top: 0.2em;
    margin-left: -3em;
}

:checked[type=checkbox].form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

label {
    display: inline-block;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 13px;
}

.position-relative {
    position: relative !important;
}

.ms-auto {
    margin-left: auto !important;
}

.position-absolute {
    position: absolute !important;
}

.top-50 {
    top: 50% !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ps-5 {
    padding-left: 3rem !important;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.fa-lock::before {
    content: "\f023";
}

.fa-user::before {
    content: "\f007";
}
.login-separater {
    color: #676767;
}

    .login-separater span {
        position: relative;
        top: 26px;
        margin-top: -10px;
        background: #fff;
        padding: 5px;
        font-size: 16px;
        /*color: #cbcbcb;*/
        color: #676767;
        z-index: 1;
        font-weight: 600;
    }
    .login-separater hr{
        margin-top: .9rem !important;
       height: 0 !important;
    }
    input::placeholder, input::placeholder {
        font-size: 16px !important;
        color: #c5c5c5 !important;
    }
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-0, .my-0 {
    margin-bottom: 0px !important;
}

.flicker-layer-one, .flicker-layer-two, .flicker-layer-three {
    position: fixed;
    background-color: rgba(0,0,0,0);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100vh;
}

.flicker-layer-two {
    background-image: url(/images/Login/bg-layer-02.png);
    animation: flicker-two 2s linear infinite;
}

.flicker-layer-one {
    background-image: url(/images/Login/bg-layer-01.png);
    animation: flicker-one 2s linear infinite;
}

.flicker-layer-three {
    background-image: url(/images/Login/bg-layer-03.png);
    animation: flicker-three 2s linear infinite;
}

@keyframes flicker-one {
    0%, 25% {
        opacity: 1;
    }

    26%, 100% {
        opacity: .15;
    }
}

@keyframes flicker-two {
    0%, 25% {
        opacity: .15;
    }

    26%, 50% {
        opacity: 1;
    }

    51%, 100% {
        opacity: .15;
    }
}

@keyframes flicker-three {
    0%, 50% {
        opacity: .15;
    }

    51%, 100% {
        opacity: 1;
    }
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    border: solid 3px transparent;
    border-top-color: #e11b22;
    border-left-color: #e11b22;
    border-radius: 10px;
    -webkit-animation: pace-spinner .4s linear infinite;
    -moz-animation: pace-spinner .4s linear infinite;
    -ms-animation: pace-spinner .4s linear infinite;
    -o-animation: pace-spinner .4s linear infinite;
    animation: pace-spinner .4s linear infinite;
}

.pace .pace-activity {
    top: 20px;
    right: calc(50% - 12px);
}

html.theme .pace .pace-activity {
    border-top-color: #ba131a;
    border-left-color: #ba131a;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0px 0px 10px #e11b22, 0px 0px 5px #e11b22;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0, -4px);
    -moz-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

</style >
</head >
<body class="   pace-running" >
<div class="pace pace-active" >
<div class="pace-progress" style="transform: translate3d(100%, 0px, 0px);" data-progress-text="99%" data-progress="99" >
<div class="pace-progress-inner" > </div >
</div >
<div class="pace-activity" > </div >
</div > <div class="pace  pace-inactive" >
<div class="pace-progress" style="transform: translate3d(100%, 0px, 0px);" data-progress-text="100%" data-progress="99" >
<div class="pace-progress-inner" > </div >
</div >
<div class="pace-activity" > </div >
</div >
<style type="text/css" >
/*  .swal2-title {
          color: white !important;
        }*/
.swal2-title {
    font-size: 1.00em !important;
}

.swal2-select {
    width: auto !important;
    padding: 0 !important;
    background: white !important;
    color: inherit;
    font-size: 1.125em;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0 !important;
    background: initial;
    background-color: #3a3a3a !important;
    color: #fff !important;
    font-size: 1em;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0 !important;
    background: initial;
    background-color: #bb131a !important;
    color: #fff !important;
    font-size: 1em;
}

.select2-container--open {
    z-index: 9999999
}

.select2-container {
    width: 80%;
    margin: 0 auto;
}

.select2-search--dropdown .select2-search__field {
    width: 100% !important;
    height: 25px !important;
    margin: 0;
}

.select2-container--default .select2-results_option--highlighted.select2-results_option--selectable {
    background-color: #bb131a;
}

.no-border {
    border: 0 !important;
}

.swal2-icon .swal2-icon-content img {
    max-width: 260px !important;
}
.btn-primary:active {
    background-color: #660000 !important;
    border-color: #660000 !important;
}
.btn-primary:focus{
    box-shadow:none !important;
}
btn:focus {
    box-shadow: none !important;
}
.form-control:focus {
    /*  border-color: #86fafe !important;
    box-shadow: 0 0 0 0.2rem #d4fdff !important;*/
    border-color: var(--BlueThemeColor) !important;
    box-shadow: none !important;
}
/*@media (max-width: 413px) {
 
}*/
.shadow .card-body .col-12{
    margin: 10px 0;
}
.shadow .card-body .col64 {
    margin: 10px 0 10px 40px;
}
.shadow {
    margin-top: 1rem !important;
}
.login-separater{
    margin-bottom: 1.5rem !important;
}
.shadow .card-title {
    margin-bottom: -10px !important;
}
.shadow > .card-body {
    padding: 1.25rem !important;
}
.shadow .col-12 > .d-grid a {
    margin-top:15px; 
    color: #00b8bf !important;
}
.login-separater {
    margin-bottom: 1.5rem;
}
.easy-logo {
    width: 150px;
    height: 45px;
    margin-right: 20px
}
.fisP-logo {
    width: 75px;
    height: 45px;
}
.imgs-div {
    display: flex;
    justify-content: space-between
}
@media only screen and (max-width: 920px) and (orientation: landscape) {
    .shadow {
        margin-top: 0 !important;
    }

        .shadow .card-body .col-12 {
            margin: 7px 0 !important;
        }

    .login-separater {
        margin-bottom: -5px !important;
    }
    .shadow .card-title {
        margin-bottom: -18px !important;
    }
    .shadow > .card-body{
        padding: 0 15px !important;
    }
    .shadow .col-12 > .d-grid > a {
        margin-top: 8px;
    }
    .shadow .card-body .col64 {
        margin: 0px 0 0px 40px !important;
    }
    .fisP-logo {
        width: 62px;
        height: 35px;
    }
    .easy-logo {
        width: 125px;
        height: 35px;
    }
    .imgs-div {
       margin: 0 10px !important;
    }
    .shadow .form-body .form-label{
        display: none !important;
    }
    #btnCreate{
        margin-top: 3px !important;
    }

}
.bottom-grid span a {
    padding: 0 5px;
    font-size: 12px;
    color: #00b8bf;
}
.d-grid #submit{
    margin-top: 22px !important;
}
.login-line{
    height: 0 !important;
    border-top: 1px solid black !important;
    margin-top: 50px;
}