﻿:root {
    --bs-red-shell: #dd1d21;
    --bs-main-txt: 45px;
    --bs-nd-txt: 29px;
    --bs-input-color: #404040;
}



/*bootstrap class*/
/*:::::::::::::::::::::::*/

html,
body {
    margin: 0;
    height: 100%;
    font-family: "ShellFontBold", Arial;
}

body {
    overflow-y: scroll;
}

.alert {
    padding: 5px;
    font-size: 12.5px !important;
}

.btn-close {
    padding: 6px !important;
    font-size: 9px;
}

.modal-backdrop {
    --bs-backdrop-bg: #fff;
}

.modal-content {
    background-color: #f7f7f7;
    border-radius: 15px;
}

.form-control {
    border-radius: 15px;
    border: 1px solid #a6a6a6;
}

    .form-control:focus {
        color: var(--bs-input-color);
        /* background-color: var(--bs-body-bg); */
        border-color: #dd1d20;
        box-shadow: 0 0 0 2px rgb(221 29 32 / 70%);
    }

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dd1d20;
    --bs-btn-border-color: #ce4245;
    --bs-btn-hover-color: #404040;
    --bs-btn-hover-bg: #ce4245;
    --bs-btn-hover-border-color: #ce4245;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #404040;
    --bs-btn-active-bg: #dd1d20;
    --bs-btn-active-border-color: #ce4245;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    min-height: 45px;
    box-shadow: 1px 1px 5px 1px rgb(221 29 32 / 25%);
    border-radius: 15px;
}

    .btn-primary:hover {
        color: #404040;
        background-color: #fff !important;
        border: 2px solid #dd1d21 !important;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .btn-primary:focus-visible {
        color: #404040;
        background-color: #fff !important;
        border: 2px solid #dd1d21;
        box-shadow: 0 0 0 0.2rem rgb(206 27 31 / 19%);
    }

.btn-outline-dark {
    min-height: 45px !important;
    box-shadow: 1px 1px 5px 1px rgb(89 88 88 / 25%) !important;
    border-radius: 15px !important;
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: none !important;
}

.btn-light {
    /*height: 65px Corner radius: 15px Add drop shadow Default button: Colour: #ffffff Text: #404040 Rollover style: Colour: #dd1d21 Text #ffffff*/
    --bs-btn-color: #404040;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 25%);
    min-height: 45px;
    border-radius: 15px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #747474;
    border-color: #2c2c2c;
    opacity: .5;
    box-shadow: 1px 1px 5px 1px rgb(118 118 118 / 25%);
}
/*
.alert-warning {
    --bs-alert-color: #5c5c59;
    --bs-alert-bg: #f7f7f7;
    --bs-alert-border-color: #dddcdc;
    --bs-alert-link-color: #5c5c59;
}*/

/*:::::::::::::::::::::::*/

body {
    /*font-family: ShellFontBook, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
}

h1, h2 {
    /*font-family: ShellFontBold, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
    color: var(--bs-red-shell);
    /*font-size: var(--bs-main-txt);*/
}

input {
    color: #fff;
    border: 1px solid #a6a6a6;
    min-height: 45px;
    border-radius: 15px;
}

#validForm strong label.error {
    color: red;
    font-size: 10px;
    letter-spacing: .5px;
    margin-left: 10px;
    margin-top: 5px;
    position: absolute;
}

    #validForm strong label.error.valid {
        color: #00897B;
        font-size: 10px;
        letter-spacing: .5px;
        margin-left: 5px;
    }

#inputNewUser strong label.error, .form-outline strong label.error {
    color: red;
    font-size: 10px;
    letter-spacing: .5px;
    margin-left: 5px;
}

    #inputNewUser strong label.error.valid, .form-outline strong label.error.valid {
        color: #00897B;
        font-size: 10px;
        letter-spacing: .5px;
        margin-left: 5px;
    }


.spin {
    width: 12px;
    height: 12px;
}

/*radbutton*/

.RadButton_Default.rbButton, .RadButton_Default.rbButton.rbDisabled, .RadButton_Default .rbSplitPart,
.RadButton_Default.rbButton, .RadButton_Default.rbButton.rbDisabled, .RadButton_Default .rbSplitPart {
    border-color: #dd1d20 !important;
    color: #fff !important;
    background-color: #dd1d20 !important;
    background-image: none !important;
    border-radius: 15px !important;
}

    #loginControl:hover, .RadButton_Default.rbButton:focus {
        border: 2px solid #dd1d21;
        color: #404040 !important;
        background-color: #fff !important;
    }

    .RadButton_Default.rbButton:focus {
        box-shadow: none !important;
    }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadButton .rbText {
        vertical-align: super;
    }
}

/*.bx-c {
    width: 335px;
    height: 310px;
    background-color: #fff;
    position: absolute;
    top: 231px;
    border-radius: 16px;
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 21%);
}*/

.form-login {
    width: 350px;
    margin-top: 45px;
    /*border: 1px solid green;*/
    /* position: absolute;
    z-index: 999;
    top: 253px;
     border: 1px solid green; 
    width: 310px;
    margin-left: 0px;
    margin-right: 0px;
    left: 40%;
    right: 50%;*/
}

    .form-login h3 {
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        color: var(--bs-red-shell);
        margin-bottom: 20px;
    }

img#x320, img#x760, img#x920, img#x1040, img#x1280 {
    display: none;
    padding: 0px !important;
    /*margin-top: 140px !important;*/
    /* position: fixed;
    object-fit: none;
    object-position: center top;*/
    /* padding: 0px !important;
    margin-top: 140px !important;
    position: fixed;
    object-fit: none;
    object-position: center top;*/
}

.headLogin {
    top: 105px !important;
}

    .headLogin h2 {
        font-size: 30px;
        width: auto;
        margin: 12px auto;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
    }

    .headLogin img {
        margin: 7px auto;
        /*width: 80px;*/
    }

.divtxt {
    /*position: fixed;
     left: 50%; */
    /*bottom: -50px;*/
    /* transform: translate(-50%, -50%); */
    font-size: 12px;
    margin: 0 auto;
    z-index: 999;
}

#showPvPol {
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 16%);
}

@media only screen and (max-width: 750px) {
    .pecIcon {
        display: none !important;
    }
}

@media only screen and (max-width: 580px) {
    img#x320 {
        display: block !important;
        height: fit-content;
        margin-top: 190px;
    }

    /*.form-login {
        width: 75%;
        margin-top: 15px;
    }*/
}

@media only screen and (min-width: 579px) and (max-width: 760px) {

    img#x760 {
        display: block !important;
        height: fit-content;
        margin-top: 190px;
    }
    /*.form-login {
        width: 40%;
    }*/

}

@media only screen and (min-width: 761px) and (max-width: 920px) {


    img#x920 {
        display: block !important;
        height: fit-content;
        margin-top: 180px;
    }

    /*.form-login {
        width: 33%;
    }*/

    .headLogin h2 {
        width: 50%;
    }
}

@media only screen and (min-width: 920px) and (max-width: 1040px) {
    img#x920 {
        display: block !important;
        height: fit-content;
        margin-top: 170px;
    }

    /*.form-login {
        width: 33%;
    }*/
    .headLogin h2 {
        width: 50%;
    }
}

@media only screen and (min-width: 1040px) and (max-width: 1279px) {

    img#x1040 {
        display: block !important;
        height: fit-content;
        margin-top: 140px;
    }

    /*.form-login {
        width: 30%;
        margin-top: 20px;
    }*/
    .headLogin h2 {
        /*width: 50%;*/
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1540px) {
    img#x1280 {
        display: block !important;
        height: fit-content;
        /*margin-top: 140px;*/
    }

    .bx-c {
        display: none;
    }

    /*.form-login {
        margin-top: 55px !important;
    }*/

    /*.headLogin h2 {
        width: 50%;
    }*/
}

@media only screen and (min-width: 1540px) {
    img#x1280 {
        display: block !important;
    }

    .form-login {
        margin-top: 90px !important;
        width: 96%;
    }
}

@media screen and (max-width: 770px), screen and (max-height: 600px) {
    .divtxt {
        /*display: none !important;*/
    }

    #txtLeyend {
        /*display: block !important;*/
        font-size: 14px;
        margin-top: 20px;
    }
}

/*control height size*/

@media screen and (min-width: 1345px) and (orientation: 599px) {
    .form-login {
        margin-top: 6em !important;
    }

    #txtLeyend {
        display: block !important;
        position: relative !important;
        margin-top: 8em;
    }
}


@media screen and (max-width: 1366px) and (max-height: 768px) {
    body {
        /*background: url(../img/1040x.png) !important;*/
        background: url(../img/1280x-ca.png) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center top !important;
    }

    .headLogin {
    }

    .form-login {
        margin-top: 10px;
    }

    #validForm {
        width: 80% !important;
        margin-top: 75px !important;
    }

    input {
        /* min-height: 30px;
        height: 30px;*/
    }

    #loginControl {
        min-height: 38px;
    }

    .d-grid.gap-2 {
        width: 80% !important;
        margin-top: 22px !important;
    }
}

@media screen and (max-width: 940px) and (max-height: 610px) {
    body {
        background: url(../img/920x.png) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center top !important;
    }

    .form-login {
        margin-top: 80px;
        width: 96%;
    }
}

/* typical tablet screen resolution */
@media only screen and (max-width: 390px) {

    body {
        background: none !important;
    }

    .form-login {
        margin-top: 0px !important;
    }

    .btn-outline-dark {
        min-width: 110px;
        margin-top: 5px;
    }
}
