body {
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    color: #696969;
}

footer {
    color: #696969;
    font-weight: bold;
    background-color: lightgray;
    border-top: 2px solid darkgrey;
    text-align: center;
    padding-top: 0.5em;
    z-index: 1000;
}

footer .copyright {
    font-size: 80%;
    font-weight: normal;
}

main {
    margin-top: 2em;
    padding-top: 4em;
    min-height: 90% !important;
    overflow: hidden;

    background-color: #fff;
    background-origin: content-box;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    /*border: 1px solid green;*/
}

.main-nav {
    border-bottom: 2px solid darkgrey;
}

.navbar-brand, .navbar-brand:hover {
    color: #696969 !important;
    font-weight: bold;
    font-size: 160%;
    white-space: normal;
    max-width: 55%;
}

.mainContentBox {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    font-size: 120%;
    /*color: #eeeeee;*/
    /*background-color: #fec7a5;*/
    border: none;
    /*border: 2px #f40011 solid;
    border-radius: 10px;*/
    opacity: 0.8;
}

.mainContentBox hr {
    color: #696969;
    background-color: #696969;
    /*height: 2px;*/
}

.modal-dialog-data-container,
.modal-dialog-image-data-container {
    display: none;
    visibility: hidden;
    /*background-color: #fee69f;*/
}

.image-data-container {
    display: none;
    visibility: hidden;
}

#generalModalDialogImageTitle {
    width: 65%;
}

.modalImage,
.modalPaymentSelect {
    text-align: center;
    vertical-align: center;
    position: relative;
    z-index: 1050;
}

.modalImageActions,
.modalPaymentSelectActions {
    padding: 0px;
    max-width: 30%;
    position: relative;
    text-align: right;
    z-index: 1060;
}

.modalImageUploadForm {
    display: none;
    visibility: hidden;
}

ul.modalImageActionNav,
ul.modalPaymentSelectActionNav {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.modalImageActionNav li.nav-item {
    display: inline-block;
    padding: 0em;
    padding-left: 0.5em;
    text-align: right;
}

.container-site-error {
    margin-top: 1.5em;
    margin-bottom: -1em;
}

.container-site-error .alert {
    border-radius: 10px;
}

.no-js-warning {
    color: #856404;
    background-color: #fff3cd;
    border: 2px #fee69f solid;
    margin-left: auto;
    margin-right: auto;
    min-width: 50%;
    max-width: 60%;
}

.no-js-warning p {
    margin-bottom: 0;
}

ul.footer-nav {
    list-style: none;
    margin-bottom: 0.5em;
}

ul.footer-nav li.nav-item {
    display: inline-block;
    padding: 0.5em 2em;
    text-align: center;
}

ul.footer-nav li.nav-item a {
    color: #696969;
}

.main-nav ul.navbar-nav .nav-item {
    margin: 0.1em 0.2em;
    min-width: 25%;
    text-align: center;
    color: #eeeeee;
    /*background-color: #f44336;*/
    border-radius: 5px;
}

.main-nav ul.navbar-nav .nav-item .btnNavItem {
    background-color: #f44336;
    border-color: transparent;
    box-shadow: none;
}

.main-nav ul.navbar-nav .nav-link {
    color: #eeeeee;
}

.dividerRed {
    border-top: 1px solid #fcf5f5;
}

.formFieldError {
    display: none;
    color: #00f;
    padding: 2px;
    background-color: #fec7a5;
    border-radius: 5px;
}

.required-asterísk {
    color: #f44336;
    font-weight: bold;
    font-size: 75%;
}

#navbarSupportedContent {
    min-width: 60%;
    padding-right: 2em;
    /*border: 1px dashed darkblue;*/
}

#btnGroupMyAccount {
    margin-left: 0.2em;
    /*margin-right: 5em;*/
}

#btnScrollToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #555; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    font-weight: normal;
}

#btnScrollToTop:hover {
    font-weight: bold;
}

.btnDeleteUserImage {
    margin-top: 0.5em;
}

.debugView {
    text-align: left;
    padding-left: unset;
}

.brandLogo {
    margin: 0.2em;
    margin-bottom: 0.3em;
    width: 50%;
}

img.mainLoadingAnimation {
    width: 32px;
    justify-content: center;
    margin: 0.5em;
}

@media (max-width: 991.98px) {
    ul.footer-nav li.nav-item {
        padding: 0.25em 1em;
    }
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 230%;
    }

    h2 {
        font-size: 200%;
    }

    .footer-nav {
        font-size: 70%;
    }

    ul.footer-nav li.nav-item {
        padding: 0.25em 0.5em;
    }

    footer .copyright {
        font-size: 50%;
    }
}

/*@media (orientation: landscape) and (min-width: 784.12px) and (max-width: 1023.98px) {
    #btnGroupMyAccount {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}*/

@media (orientation: landscape) {
    @media (min-width: 639.98px) and (max-width: 740.12px) {
        .brandLogo {
            width: 40%;
            margin-top: 0.1em;
        }
    }
}

@media (orientation: portrait) {
    #navbarSupportedContent {
        padding-right: 0;
    }

    #btnGroupMyAccount {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #btnGroupMyAccountMenu {
        width: 100%;
        position: absolute;
    }

    .brandLogo {
        width: 50%;
        margin-top: 0.1em;
    }

    @media (max-width: 767.98px) {
        .brandLogo {
            width: 75%;
        }
    }

    /*@media (max-width: 639.98px) {
        #btnGroupMyAccount {
            width: 98%;
        }
    }*/

    @media (max-width: 375.12px) {
        .brandLogo {
            width: 75%;
        }
    }
}