html {
    scroll-behavior: smooth;
}
body {
    font-family: nunitoregular;
    background: url("../img/main_image.png") no-repeat;
    background-color: #272727;
    background-size: cover;
}
.loginForm .triangle-mark-left {
    margin-top: -60px;
    width: 180px;
    height: 191px;
}
.loginForm .logo-ferreirinhos {
    width: 193px;
    height: 53px;
}
.loginForm {
    text-align: center;
}
.loginForm h1 {
    font-size: 21px;
    margin: 30px;
}
.loginForm h1 span {
    font-size: 14px;
    color: #fff;
}
.input-box {
    display: flex;
    margin: 5px;
    margin-left: 16vw;
}
@media only screen and (max-width: 1700px) {
    .loginForm .input-box {
        margin-left: 12vw;
    }
}
.input-box .icon {
    padding: 22px;
    background: #3d3d3c;
    width: 60px;
    height: 60px;
}
.input-box .textField {
    margin-left: -5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    min-width: 320px;
}
.input-box .textField::placeholder {
    color: #fff;
}
.loginForm .RememberMe-Container {
    margin: 5px;
    margin-top: 10px;
}
.loginForm .RememberMe-Container label {
    color: #fff;
}
.loginForm .greenButton {
    position: relative;
    margin: 5px;
    min-width: 125px;
    width: fit-content;
}
.loginForm a {
    margin: 5px;
    display: block;
    color: #888;
    font-size: 12px;
}
.back-office {
    background-image: none;
}
.back-office .logo-ferreirinhos {
    margin-top: 20px;
    margin-left: 20px;
    width: 127px;
    height: 35px;
}
.back-office .sections-container {
    margin-top: 35px;
    margin-left: 27px;
}
.back-office .sections-container .gallery-navbar {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.back-office .sections-container .scroll {
    width: 100%;
    height: 885px;
    overflow: auto;
}
@media only screen and (max-width: 1366px) {
    .back-office .sections-container .scroll {
        height: 435px;
    }
}
.back-office .section-container {
    margin-left: 20px;
}
.back-office .section-container .item-border {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #696969;
}
.back-office .section-item-container {
    margin-left: 10px;
}
.back-office .section-item-container.single-line textarea {
    max-height: 57px;
}
.back-office .section-item-container h3 {
    display: inline;
    float: left;
    margin-bottom: 0;
}
.back-office .section-item-container h4 {
    display: inline;
    float: right;
    margin-bottom: 0;
    margin-right: 5%;
}
.back-office .section-item-container span {
    display: inline-block;
}
.back-office .section-item-container textarea {
    min-width: 95%;
    max-width: 95%;
    min-height: 60px;
    max-height: 350px;
}
.back-office .navbar {
    float: right;
    margin-top: 15px;
    margin-right: 2%;
}
.back-office .navbar h1 {
    font-size: 13px;
    display: inline;
}
.back-office .navbar h1 span {
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
}
.back-office .photo-container {
    margin-top: 90px;
    margin-left: 10px;
}
.back-office .gallery-navbar {
    margin-top: 30px;
}
.back-office .gallery-navbar-item {
    font-family: nunitobold;
    text-align: center;
    color: #696969;
    margin-left: 20px;
    margin-right: 20px;
}
.back-office .gallery-navbar a {
    text-decoration: none;
    padding: 13.7px 16.4px;
}
.back-office .gallery-navbar a:hover {
    color: #fff;
    cursor: pointer;
    border-bottom: 2px solid #33a94d;
}
.back-office .gallery-navbar-item.active {
    color: #fff;
    border-bottom: 2px solid #33a94d;
}
.back-office #mainGallerySlideShow {
    display: none;
}
.back-office #mainGallerySlideShow .gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.back-office #mainGallerySlideShow .gallery ul {
    margin-left: 10px;
}
.back-office #mainGallerySlideShow .gallery li {
    position: relative;
    margin: 0 3px 3px 0;
    padding: 1px;
    float: left;
    border: 0;
    background: 0 0;
}
.back-office #mainGallerySlideShow .gallery li img {
    width: 150px;
    height: 150px;
    cursor: pointer;
}
.back-office #mainGallerySlideShow .gallery li .img-btn-delete {
    position: absolute;
    height: unset;
    width: unset;
    right: 5px;
    bottom: 5px;
}
.back-office #mainGallerySlideShow .gallery li .img-btn-delete:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.back-office li .img-btn-delete.img-prev {
    position: absolute;
    height: unset;
    width: unset;
    right: 5px;
    bottom: 5px;
}
.back-office li .img-btn-delete.img-prev:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.back-office .btnAddIMG {
    position: relative;
    width: 150px;
    height: 150px;
    border-style: dashed;
    color: #272727;
}
.back-office .btnAddIMG:hover {
    color: #1a1a1a;
}
.back-office .btnAddIMG #albumAddImages,
.back-office .btnAddIMG #slideshowaddimage {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}
.back-office .btnAddIMG #albumAddImages:hover,
.back-office .btnAddIMG #slideshowaddimage:hover {
    cursor: pointer;
}
.back-office .btnAddIMG #albumAddImages:hover + i,
.back-office .btnAddIMG #slideshowaddimage:hover + i {
    color: #1a1a1a;
}
.back-office .btnAddIMG i {
    font-size: 100px;
    margin: 20px;
    color: #272727;
}
.back-office #folderItems h3 {
    margin-left: 10px;
}
.back-office #folderItems .row .imgs {
    display: flex;
    flex-wrap: wrap;
}
.back-office #folderItems .row .imgs li {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 7px;
    margin-left: 2px;
    margin-right: 2px;
}
.back-office
    #mainGallerySlideShow
    .gallery
    ul.reorder-gallery-buttons
    li.alert-feedback {
    width: 97%;
}
#mainGallery {
    overflow: hidden;
}
.back-office .main-gallery {
    position: relative;
    width: 98%;
    height: 845px;
    background-color: #3d3d3c;
    margin-top: 40px;
    border-radius: 2px;
    overflow: auto;
}
@media only screen and (max-width: 1366px) {
    .back-office .main-gallery {
        height: 395px;
    }
}
.back-office .main-gallery #folderItems {
    overflow-x: hidden;
}
.back-office .main-gallery #folderItems .row {
    overflow-y: auto;
    height: 725px;
}
@media only screen and (max-width: 1366px) {
    .back-office .main-gallery #folderItems .row {
        height: 300px;
    }
}
.back-office .main-gallery h3 {
    color: #fff;
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 20px;
}
.back-office .main-gallery h4 {
    color: #c2c2c2;
    margin-top: -2px;
    margin-left: 10px;
}
.back-office .main-gallery .tree-view {
    height: 100%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #696969;
}
.back-office .main-gallery .tree {
    color: #fff;
    list-style-type: none;
    max-height: 75%;
    max-width: 75%;
    overflow: auto;
    margin-top: 30px;
    margin-left: 30px;
    padding: 0;
}
.back-office .main-gallery ul {
    list-style-type: none;
}
.back-office .main-gallery ul.nested {
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #fff;
    margin-left: 6px;
}
.back-office .main-gallery ul.nested li {
    cursor: pointer;
}
.back-office .main-gallery .box {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.back-office .main-gallery .box::before {
    content: "\2610";
    color: #fff;
    display: inline-block;
    margin-right: 6px;
}
.back-office .main-gallery .check-box::before {
    content: "\2611";
    color: #fff;
}
.back-office .main-gallery .nested {
    display: none;
}
.back-office .main-gallery .album {
    cursor: pointer;
}
.back-office .main-gallery .active {
    display: block;
}
.back-office .main-gallery .greenButton {
    position: absolute;
    margin: 5px;
    bottom: 38px;
    width: 24%;
    text-align: left;
}
.back-office .main-gallery .redButton {
    position: absolute;
    margin: 5px;
    bottom: 0;
    width: 24%;
    text-align: left;
}
.back-office .main-gallery .redButton img {
    margin-left: 3px;
    margin-right: 15px;
}
.back-office .gallery {
    overflow: auto;
    width: 100%;
}
.back-office .gallery .column {
    display: inline-block;
}
.back-office .gallery .photo .image {
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
}
.back-office .gallery .photo-btn-edit {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 7px;
}
.back-office .gallery .photo-btn-edit:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.back-office .gallery .photo-btn-new {
    position: absolute;
    bottom: 5px;
    right: 5px;
    filter: grayscale(100%);
}
.back-office .gallery .photo-btn-new:hover {
    cursor: pointer;
    filter: grayscale(0);
}
.back-office .overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(39, 39, 39, 0.95);
    overflow-x: hidden;
    display: none;
}
.back-office .overlay .container {
    overflow-x: hidden;
    position: relative;
    width: 465px;
    height: auto;
    margin: auto;
    margin-top: 100px;
    background-color: #12121280;
    border-radius: 10px;
    border: 5px;
    border-color: #000;
}
.back-office .overlay .container .closebtn {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}
.back-office .overlay .container .closebtn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.back-office .overlay .container .overlayGreenButton {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 25px;
}
.back-office .overlay .container .section-item-container {
    margin-left: 20px;
}
.back-office .overlay .container .photo {
    position: relative;
    width: 165px;
    height: 165px;
    top: 20px;
    left: 20px;
}
.back-office .overlay .container .photo .image {
    min-width: 165px;
    max-width: 165px;
    min-height: 165px;
    max-height: 165px;
}
.back-office .overlay .container .photo .img-btn-delete {
    z-index: 2;
    position: absolute;
    left: 5px;
    bottom: 5px;
}
.back-office .overlay .container .photo .img-btn-delete:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.back-office .overlay .container .photo .img-btn-new {
    z-index: 2;
    position: absolute;
    right: 5px;
    bottom: 5px;
    filter: grayscale(100%);
}
.back-office .overlay .container .photo .img-btn-new:hover {
    cursor: pointer;
    filter: grayscale(0%);
}
.back-office .overlay .container .photo .img-btn-add {
    position: absolute;
    top: 75px;
    right: -30px;
}
.back-office .overlay .container .photo .img-btn-add:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.back-office .overlay .container .text-container {
    position: absolute;
    top: 5px;
    right: 5px;
}
.back-office .overlay .container .text-container h1 {
    margin-bottom: 30px;
}
.back-office .overlay .container .input-container {
    margin-top: 50px;
}
.back-office .overlay .container .date {
    margin-bottom: 20px;
}
.back-office .overlay .container .date h3 {
    width: 100%;
}
.back-office .overlay.profile .input-box {
    margin-left: 0;
    transform: translateX(9%);
}
.back-office .overlay.profile h1 img {
    margin-left: 25px;
    margin-top: -10px;
}
.back-office .overlay.profile h1 span {
    margin-left: 20px;
}
.back-office .overlay.profile .w3-row {
    margin-bottom: 25px;
}
.back-office .overlay.profile .invalid-feedback {
    text-align: center;
    margin-right: 0;
}
.back-office .overlay#editImageOverlay .uploader {
    position: relative;
}
.back-office .overlay#editImageOverlay #editImageOverlay_ImageUploader {
    z-index: 1;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.back-office .overlay#editImageOverlay #editImageOverlay_ImageUploader:hover {
    cursor: pointer;
}
.back-office
    .overlay#editImageOverlay
    #editImageOverlay_ImageUploader:hover
    + img {
    opacity: 0.7;
}
h1 {
    font-family: nunitoblack;
    font-size: 20px;
    color: #33a94d;
}
h2 {
    font-family: nunitobold;
    font-size: 18px;
    color: #888;
}
h3 {
    font-family: nunitosemibold;
    font-size: 16px;
    color: #fff;
}
h4 {
    font-family: nunitosemibold;
    font-size: 12px;
    color: #888;
}
.textField {
    color: #fff;
    height: 60px;
    background: #3d3d3c;
    border: 0;
    border-radius: 2px;
}
.textField:-webkit-autofill,
.textField:-webkit-autofill:active,
.textField:-webkit-autofill:focus,
.textField:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #3d3d3c inset !important;
    -webkit-text-fill-color: #fff !important;
}
.greenButton {
    background: #44ad00;
    border: 0;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.redButton {
    background: #33a94d;
    border: 0;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.greenButton img,
.redButton img {
    transform: translateY(-20%);
}
.greyButton {
    background: #696969;
    border: 0;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.profile-btn {
    padding: 0;
}
.profile-btn img {
    margin: 0 !important;
    height: 34px !important;
}
.back-office button img {
    margin-right: 10px;
    height: 16px;
}
.w3-btn {
    font-family: nunitoblack;
    font-size: 12px;
}
.alert-feedback {
    color: #272727;
    display: block;
    font-family: nunitobold;
    font-size: 32px;
    text-align: center;
}
.invalid-feedback {
    color: red;
    display: block;
    font-size: 13px;
}
.valid-feedback {
    color: green;
    display: block;
}
.imgUploader {
    display: block;
    position: relative;
}
.imgUploader img {
    width: 95%;
}
.imgUploader #btnImageUploader {
    z-index: 1;
    opacity: 0;
    position: absolute;
    width: 95%;
    height: calc(100% - 32px);
    top: 32px;
    left: 0;
    cursor: pointer;
}
.imgUploader #btnImageUploader:hover + div img {
    opacity: 0.7;
    cursor: pointer;
}
.imgUploader #btnImageUploader:hover + div .btnover {
    display: block;
    color: #1a1a1a;
}
#btnImageUploader.hover + div img {
    opacity: 0.7;
}
#btnImageUploader.hover + div .btnover {
    display: block;
}
.imgUploader .btnover {
    display: none;
    border-style: dashed;
    position: absolute;
    top: 40px;
    left: 5px;
    width: calc(95% - 10px);
    height: calc(100% - 45px);
    text-align: center;
}
.imgUploader .btnover span {
    margin: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: nunitoblack;
    font-size: 40px;
}
.errorPresentation {
    text-align: center;
}
.errorPresentation .triangle-mark-left {
    margin-top: -60px;
    width: 180px;
    height: 191px;
}
.errorPresentation .logo-ferreirinhos {
    width: 281px;
    height: 78px;
    margin-top: 20%;
}
.errorPresentation h1 {
    font-size: 25px;
    text-align: left;
    margin: auto;
    width: 275px;
    margin-left: 41%;
    margin-top: 25px;
}
@media only screen and (max-width: 1366px) {
    .errorPresentation h1 {
        margin-left: 38%;
    }
}
.errorPresentation h1 span {
    font-size: 14px;
    color: #fff;
}
