html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: gray;
}

.btn.active {
    border-color: #dee2e6;
}
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
    border-color: #adb5bd;
    box-shadow: 0 0 0 0.20rem #e9ecef;
}

#divContainerBody {
    margin-top: 4rem;
}

.nav-link.active {
    background-color: lightgray;
}

.navbar {
    box-shadow: 2px 2px 2px #6c757d;
    margin-bottom: 3px;
}

#cookiesdirective {
    bottom: 33px !important;
}

.imgCont {
    top: 10px !important;
    left: 40px !important;
}

.iconTextLong {
    font-size: 10px;
}

.checkBooleanImage {
    color: darkgray
}

fieldset {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 0.2rem 0.5rem;
    margin-top: 1rem;
}

legend {
    position: relative;
    margin-top: -1rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    background-color: white;
    width: inherit;
    padding: 0 0.5rem;
    font-weight: bold;
}

.inputMarginBottom {
    margin-bottom: 17px;
}

/** Loading panel**/
.requiredInidicator {
    font-weight: bold;
}

.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 10px solid #ddd;
    border-top-color: darkgreen;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}
/******************/

/*Spinner*/
.spinnerLoading {
    display: none;
    margin-top: 10px;
}

.spinnerIndicator {
    color: green;
    margin-top: 3px;
}
/*********/

/*Login*/
#accountLogin {
    width: 360px;
}

.invalidLoginMsg {
    margin-top: 7px;
    text-align: center;
    height: 20px;
    color: #dc3545;
    font-weight: bold;
}

.lnkForgotPassword {
    text-align: center;
    margin-top: 10px;
}

.liLoginCls {
    width: 130px;
    text-align: center;
}

.iconInfoLong {
    text-align: center;
}

.iconInfoLongButton {
    width: 60px;
}

.liLanguageCls {
    width: 100px;
}

#btnLogin {
    border: 1px solid #ced4da;
    border-radius: 5px;
}
/*******/

/*Menu*/
.activeParent {
    border-bottom: 3px solid #6c757d;
}

.dropdown-item.active {
    color: black;
    font-weight: bold;
    background-color: #f2f2f2;
}

.menuDown {
    border: 3px solid #ced4da;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
/******/

/*Footer*/
.iconInfoShort {
    display: none;
}

.iconInfoMenuShort {
    display: none;
}

.imgContText {
    font-size: 12px;
}

#divMenuShort {
    display: none;
    border-bottom: 1px solid #ced4da;
}

.divMenuShortFlex {
    display: flex !important;
}

.imgMenu {
    width: 26px;
}
/********/

/*theme web*/
@media (max-width: 991px) {
    .liLoginCls {
        text-align: left !important;
    }

    .iconInfoLong {
        display: none;
    }

    .iconInfoShort {
        display: flex;
    }

    .iconInfoMenuShort {
        display: inline;
    }

    .imgContText {
        font-size: 10px;
    }

    #cookiesdirective {
        bottom: 80px !important;
    }

    .spaceLevel2Class {
        padding-left: 5px;
    }

    .spaceLevel3Class {
        padding-left: 10px;
    }

    .spaceLevel4Class {
        padding-left: 15px;
    }

    .spaceLevel5Class {
        padding-left: 20px;
    }

    .pnlLanguagesEditor {
        overflow-x:scroll;
        min-width:628px;
    }
}
/***********/

/*****CRUD Operations*****/
.controlsGrid {
    border: 1px solid rgba(0, 0, 0, 0.176);
    border-radius: 5px;
    margin: 0px 0px 8px 0px;
    padding: 8px;
}

.controlTextSearchGrid {
    min-width: 180px !important;
}

.tableCrud {
    font-size: 12px;
}

    .tableCrud thead tr th {
        text-align: center;
        background-color: gray;
        color: white;
    }

        .tableCrud thead tr th a {
            color: white;
        }

.noRecordToView {
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.tableCrud tbody tr .columnActionCRUD {
    text-align: center;
    width: 30px;
}

    .tableCrud tbody tr .columnActionCRUD a {
        font-size: 0.6rem;
    }

.ShowingPagesCRUD {
    padding-top: 4px;
}

    .ShowingPagesCRUD select {
        width: 50px;
        text-align: center;
        padding: 4px;
        border-radius: 7px;
        margin-right: 2px;
    }

.textDanger {
    font-size: smaller;
    margin-top: -2px;
    height: 16px;
}

.field-validation-error {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 5px;
    font-weight: bold;
}

label {
    font-weight: bold;
    font-size: 14px;
}

.form-check-input {
    margin-top: 1.7em;
}

.form-check-label {
    margin-top: 1.4em;
}

.spinnerLoading {
    display: none;
    margin-top: 10px;
}

.spinnerIndicator {
    color: green;
    margin-top: 3px;
}

@media (max-width: 575px) {
    .form-check-input {
        margin-top: 0em;
    }

    .form-check-label {
        margin-top: 0em;
    }
}

.validationMessage {
    margin-top: 0px;
    display: block;
    font-size: 11px;
    color: rgb(220 53 69);
    font-weight: bold;
    height: 17px;
}

.readOnlyClass {
    background-color: #f2f2f2;
}

.pendingSendInvitation {
    color: red !important;
}
/*************************/

/********Mailing Send Invitation*********/
#pnlSendInvitation {
    width: 100%;
    height: 100%;
}

    #pnlSendInvitation tr td {
        vertical-align: top;
        text-align: center;
        background-color: #f4f4f4;
    }

#imgLogoSendInvitation {
    text-align: left !important;
}

    #imgLogoSendInvitation img {
        display: inline-block;
        border: 0;
        width: 100%;
        max-width: 150px;
    }

#imgCallCenter {
    text-align: center;
}

#pnlBodySendInvitation {
    text-align: left !important;
    color: #000;
    padding: 10px 30px;
}

.pnlContentSendInvitation {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

#pnlLinkSendInvitation {
    text-align: left !important;
    color: #000;
    padding: 5px 30px 5px 30px;
}

    #pnlLinkSendInvitation table {
        width: 200px;
        margin: 0 auto;
    }

        #pnlLinkSendInvitation table tr td {
            height: 40px;
            line-height: 40px;
            width: 200px;
            background-color: darkgray;
        }

            #pnlLinkSendInvitation table tr td a {
                display: block;
                width: 250px;
                margin: 0 auto;
                font-size: 16px;
                text-align: center;
                line-height: 40px;
                text-decoration: none;
                font-weight: bold;
                color: #fff;
                pointer-events: none;
                cursor: not-allowed;
            }

#pnlGratitudeSendInvitation {
    text-align: left !important;
    color: #000;
    padding: 5px 30px;
}

#pnlCopyRightSendInvitation {
    padding: 0 15px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    background-color: rgba(0,0,0,.03);
}

.pendingSendInvitation {
    color: red !important;
}
/************************************/

/** Register **/
.pnlRegisterError {
    border-radius: 5px;
    border: 1px solid lightgrey;
    margin: 20px;
    padding: 30px;
}

.pnlMessageRegisterError {
    text-align: justify;
}

.addonPassword {
    text-align: center;
    padding: 6px;
    border: 1px solid lightgrey;
    background-color: rgba(0,0,0,.03);
    cursor: pointer;
}
/**************/

/** Document manager **/
.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

    .custom-file-button input[type=file]::-webkit-file-upload-button {
        display: none;
    }

    .custom-file-button input[type=file]::file-selector-button {
        display: none;
    }

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

.pdfViewer {
    width: 100%;
    height: 500px;
}
/****************/

/** Comunications **/
.alertSuccessLeftBorder, .alertPrimaryLeftBorder, .alertWarningLeftBorder,
.alertDangerLeftBorder, .alertDefaultLeftBorder {
    border: 1px solid lightgray;
    border-radius: 2px;
    margin: 20px;
    padding: 20px;
    min-height: 114px;
}

.alertSuccessLeftBorder {
    border-left: 10px solid #badbcc;
}

.alertPrimaryLeftBorder {
    border-left: 10px solid #b6d4fe;
}

.alertWarningLeftBorder {
    border-left: 10px solid #ffecb5;
}

.alertDangerLeftBorder {
    border-left: 10px solid #f5c2c7;
}

.alertDefaultLeftBorder {
    border-left: 10px solid #d3d6d8;
}

.cardDestinataries {
    max-height: 236px;
}
/*******************/

/** Boton Scrool top**/
#btnToTop {
    background-color: #0dcaf0;
    position: fixed;
    right: 32px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}

    #btnToTop.active {
        bottom: 60px;
        pointer-events: auto;
        opacity: 1;
    }

    #btnToTop:hover {
        color: white;
    }
/*********************/