html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#divContainerBody {
    margin-top: 4rem;
}

.iconInfoLong {
    text-align: center;
}

.iconInfoLongButton {
    width: 60px;
}

.iconInfoShort {
    display: none;
}

#divMenuShort {
    display: none;
    border-bottom: 1px solid #ced4da;
}

.divMenuShortFlex {
    display: flex !important;
}

.iconInfoMenuShort {
    display: none;
}

.imgCont {
    top: 10px !important;
    left: 44px !important;
}

.imgContText {
    font-size: 12px;
}

#cookiesdirective {
    top: 46px !important;
}

#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;
    }

.textJustify {
    text-align: justify;
}

.checkBooleanImage {
    color: darkgray
}

#btnMenuShort {
    border: 1px solid #ced4da;
    border-radius: 5px;
    height: 30px;
}
/*PanelHelper*/
#pnlHelp {
    padding: 0.3em 1rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
}
/*************/
/*theme web*/
@media (max-width: 991px) {
    .liLoginCls {
        text-align: left !important;
    }

    .iconInfoLong {
        display: none;
    }

    .iconInfoShort {
        display: flex;
    }

    .imgContText {
        font-size: 10px;
    }

    .iconInfoMenuShort {
        display: inline;
    }

    .iconOrderStatus i {
        font-size: 24px !important;
        margin: 2px 12px !important;
    }

    .iconOrderStatus p {
        font-size: 10px !important;
    }

    #btnToTop {
        font-size: 16px !important;
        width: 35px !important;
        height: 35px !important;
    }

        #btnToTop.active {
            bottom: 90px !important;
        }
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
    border-color: #adb5bd;
    box-shadow: 0 0 0 0.25rem #e9ecef;
}

.form-check-input:checked {
    background-color: #adb5bd;
    border-color: #6c757d;
}

.cursorHand {
    cursor: pointer;
}

.cssTotalCart {
    display: block;
    font-size: x-small;
    color: white;
    background-color: darkcyan;
    font-weight: bold;
}
/***********/
/*Login*/
.invalidLoginMsg {
    text-align: center;
    height: 20px;
    color: red;
    font-weight: bold;
}

.liLoginCls {
    width: 130px;
    text-align: center;
}

.liLanguageCls {
    width: 100px;
}

.lnkForgotPassword {
    text-align: center;
    margin-top: 10px;
}
/*******/

/*****CRUD Operations*****/
.tableCrud {
    font-size: 12px;
}

    .tableCrud thead {
        text-align: center;
        background-color: gray;
        color: white;
        font-weight: bold;
    }

        .tableCrud thead 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;
    }

.text-danger {
    font-size: smaller;
    margin-top: -2px;
    display: block;
    height: 16px;
    margin-bottom: 0px;
}

label {
    font-weight: bold;
    font-size: 14px;
}

.form-check-input {
    margin-top: 1.7em;
}

.form-check-label {
    margin-top: 1.4em;
}

@media (max-width: 575px) {
    .form-check-input {
        margin-top: 0em;
    }

    .form-check-label {
        margin-top: 0em;
    }
}
.input-integer {
    font-weight: bold;
    text-align: right;
}

.input-float {
    font-weight: bold;
    text-align: right;
}
/*************************/
/********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;
}
/**************/

/** Panel not found**/
.pnlNotFound {
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 20px;
    margin: 10px;
}
/********************/

/** 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;
}
/****************/

/** Categories **/
.categorySelectContainer {
    height: 312px;
    overflow: auto;
}
/****************/

/** 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;
}
/*******************/

/*** Catalogue ***/
.lisfont-weight {
    overflow: auto;
    max-height: 150px;
    font-size: 13px;
}

.CatalogueItem {
    border: 1px solid gray;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    font-size: 12px;
}

.priceCss {
    font-weight: bold;
    font-size: 16px;
}

.card-price {
    display: inline-block;
    width: auto;
    height: 24px;
    background-color: #6ab070;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #6ab070;
    /* This makes room for the triangle */
    position: relative;
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 0 4px 0 4px;
    margin-bottom: 10px;
}

.list-group-item label {
    font-size: 13px;
}

.wishButton, .image, .zoomButton {
    cursor: pointer;
}

.wishName {
    height: 36px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.NameDescriptionCatalogue {
    height: 68px;
    max-height: 68px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nameCatalogue {
    font-weight: bold;
}

.descriptionCatalogue {
    font-size: x-small;
}

.btnDeleteUnits {
    margin-right: 10px;
    width: 40px;
    border-radius: 5px;
}

.btnMinusUnits, .btnPlusUnits {
    background-color: #157347;
    color: white;
    cursor: pointer;
}

.btnPlusUnitsDisabled {
    color: lightgray;
    cursor: no-drop;
}

.textDanger {
    color: #dc3545;
}

.imgDisabled {
    opacity: 50%;
}

#listGroupCategory, #listGroupBrand {
    height: 160px;
    overflow: auto;
}

.lnkClearFilters {
    visibility: hidden;
}

.btnFilterSelected {
    border: 1px solid gray;
    padding: 4px 10px;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 11px;
}

.containerFilter {
    border: 1px solid #ced4da;
    padding: 3px;
    margin-top: 5px;
    border-radius: 3px;
}

.titlePanelFilter {
    font-size: x-small;
    font-weight: bold;
}

.labelProductCod {
    background-color: #000;
    color: white;
    padding: 3px;
    display: flow-root;
    margin: 0px 20px;
}
/*****************/
/** Order **/
.itemCancelled {
    color: red;
    text-decoration-line: line-through;
}

.tblHistoryEmail {
    max-height: 146px;
}

.xsFont {
    font-size: x-small;
}
/***********/


/*** FieldSet ***/
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.orderStatusCss {
    width: 100px;
}

.totalAmountOrderCss {
    color: white;
    background-color: gray;
    width: 90px;
    display: block;
    text-align: center;
    padding: 2px;
    font-weight: bold;
    font-size: 14px;
}
/****************/
/** Acordion **/
.accordion-button:not(.collapsed) {
    color: black;
    background-color: rgb(248, 249, 250);
    box-shadow: inset 0 -1px 0 #e9ecef;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #e9ecef;
}
/**************/

/** Icon access **/
.ltrIcon {
    font-size: 10px;
    display: block;
}
/*****************/


/** Order Status **/
.iconOrderStatus i {
    color: lightgray;
    font-size: 36px;
    margin: 2px 30px;
}

.iconOrderStatus p {
    font-size: 12px;
}
/******************/

/** Shopping **/
.pnlAddProduct {
    border: 1px solid lightgrey;
    border-radius: 5px;
}
/**************/

/** Inventory **/
.lowStock {
    color:red !important;
}
/***************/