﻿.w-100 {
    width: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0,
.margin-right-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0,
.margin-left-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --font-family: "Roboto", sans-serif;
}

html {
    font-family: var(--font-family);
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: var(--font-family);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a1d2e;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

.h4, h4 {
    font-size: 18px !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

label {
    font-weight: normal !important;
    font-size: 14px;
}

body.btp-login {
    background-color: #f7f9fb;
}

.btn {
    margin: 0 5px;
}

.btn:focus {
    outline: none;
    outline: none;
    outline-offset: 0px;
}

.btp-login .login-wrapper {
    width: 420px;
    margin: 0 auto;
}

    .btp-login .login-wrapper.home-wrapper {
        width: 420px;
        margin: 15% auto;
    }

.btp-login .brand {
    text-align: center;
}

    .btp-login .brand img {
        margin: 40px auto;
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e8edf7;
    border-radius: 0.5rem;
    background-color: white;
    box-shadow: rgb(0 0 0 / 7%) 0px 5px 10px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}

    .card .card-body {
        padding: 20px;
    }

.card-title {
    margin-bottom: 0.75rem !important;
    font-size: 12px;
    text-decoration: underline !important;
}

.card-sub-title {
    margin: 0 0 5px !important;
}

    .card-sub-title b {
        font-size: 15px;
        font-weight: 600;
    }

.page-header {
    margin: 20px 0 !important;
    border-bottom: 0 !important;
}

.form-horizontal .form-group {
    margin: 0 0 15px !important;
}

.input-group {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    /*margin-bottom: 15px;*/
}

    .input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1% !important;
        min-width: 0;
        margin-bottom: 0;
    }

span.required {
    color: red;
}

span.field-validation-error {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .775rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem;
}

    span.field-validation-error span {
        font-size: 1.15rem;
        line-height: 1.5;
        color: #fff;
    }

.login h5 {
    font-size: 1.2rem;
    font-weight: 600;
    /*margin-bottom: 24px;*/
}

.version-text {
    font-size: 12px;
    text-align: center;
}

/*Checkbox*/
.metro-radio-horizontal {
    float: left;
}

.metro-checkbox > label > span.check,
.metro-radio > label > span.check,
.checkbox-inline.metro-checkbox > span.check,
.radio-inline.metro-radio > span.check {
    padding-left: 10px;
}

.metro-checkbox-lable {
    font-size: 13px;
    margin-bottom: 2px !important;
    padding: 0 !important;
}

    .metro-checkbox-lable > input {
        position: inherit !important;
        margin: 0px !important;
    }

#image-preview {
    height: 150px;
    width: 50%;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
}

    #image-preview,
    #image-preview > div {
        height: 150px;
    }

        #image-preview > div > a > img {
            height: 140px;
        }

        #image-preview div {
            position: absolute;
            z-index: 5;
            opacity: 0.8;
            font-size: 12px;
            border: unset !important;
            height: 84px;
            cursor: pointer;
        }

            #image-preview div img {
                object-fit: fill;
                width: 100%;
                height: 82px;
                cursor: pointer;
            }

.imageClass {
    width: 100%;
}

.imagecontrols {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 45%;
    height: 23px !important;
    margin-left: 0.6rem;
    color: white !important;
    background-color: #0a79de;
    opacity: 1;
    z-index: 11;
    transform: translate(1%, 0%);
    display: none;
}

    .imagecontrols .material-icons {
        color: white !important;
    }

    .imagecontrols > span > input[type=file] {
        position: absolute;
        opacity: 0;
        z-index: 10;
        width: 16%;
        height: 20px;
        cursor: pointer;
        top: 0;
    }

.imageClass:hover .imagecontrols {
    display: block;
}

.profile-image .imageClass {
    position: relative;
}

.profile-image .imagecontrols {
    position: absolute;
    right: 10px;
    width: auto;
    margin: 0;
    height: auto !important;
    background-color: white !important;
    border-radius: 18px;
}

    .profile-image .imagecontrols .material-icons {
        padding: 4px;
        font-size: 20px;
        color: var(--primary-color) !important;
    }

.btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5rem;
}

.alert {
    font-size: 12px;
}

.required-indicator {
    font-size: 14px;
    color: red;
}

.checkbox-container input {
    margin: 0 5px 0 5px !important;
}

.checkbox-container label {
    margin: 0 !important;
    font-size: 14px;
}

.blockUI-message {
    display: inline-block;
    min-width: 125px;
    padding: 10px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-color: transparent !important;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.spinner-border.text-primary {
    color: #269bff;
}

.error-msg {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: .775rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: 0.25rem;
}
