﻿.login_eye {
    position: absolute;
    right: 0;
    z-index: 100;
    top: 12px;
}

.brand-sidebar .logo-wrapper a.brand-logo img {
    height: 39px;
    margin-top: -0.7rem;
}


.fixed-action-scheda {
    position: fixed;
    z-index: 997;
    right: -51px;
    top: 108px;
    transition: right 1s;
}


    .fixed-action-scheda a {
        display: flex;
    }

        .fixed-action-scheda a i {
            margin-right: 9px;
        }

    .fixed-action-scheda .btn {
        padding: 0px 10px;
    }

    .fixed-action-scheda:hover {
        right: 0px;
    }

.close {
    right: -116px;
    top: 66px;
}

.selgreen {
    position: absolute;
    top: 0;
    right: 0;
    color: green
}

.sidenav-main.nav-collapsible.sidenav-light.sidenav-active-square.nav-collapsed .brand-sidebar img {
    position: absolute;
    left: -65px;
}


/*IMAGESMANAGEMENT*/

/*_partialPreview*/
.width {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 1%;
    vertical-align: top;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    min-width: 120px;
    height: auto;
}

    .width:before {
        content: '';
        display: flex;
        clear: both;
    }


.ratio_1-1:before {
    aspect-ratio: 1/1;
}

.ratio_16-9:before {
    aspect-ratio: 16/9;
}

.ratio_4-3:before {
    aspect-ratio: 4/3;
}

.ratio_3-4:before {
    aspect-ratio: 3/4;
}

.ratio_9-16:before {
    aspect-ratio: 9/16;
}

.content {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 1.5rem;
}

.image-boxI {
    width: 10%;
    display: inline-table;
    margin: 1.5rem;
}

#slideshow {
    display: flex;
    margin: 10px auto;
    width: 100%;
    height: 525px;
    flex-direction: row;
    justify-content: center;
}

#slides {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#gallery {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    #slides img,
    #gallery img {
        width: 100%;
        height: 100%;
    }

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s linear;
}

    .slide.show {
        opacity: 1;
        z-index: 1000;
    }

.thumbnail {
    height: 105px;
    cursor: pointer;
    position: inherit;
    overflow: hidden;
}

.slide-btn {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 5px;
    font-size: 40px;
    color: #000;
    background: transparent;
    cursor: pointer;
    transition: all 0.4s linear;
    z-index: 1000;
}

    .slide-btn:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
    }

.next {
    right: 0;
}

.prev {
    left: 0;
}

.slide .content {
    position: absolute;
    left: 0;
    bottom: -999px;
    color: #fff;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: bottom 0.4s ease;
}

.slide .title {
    font-weight: bold;
}

.slide:hover > .content {
    bottom: 0;
}

.thumbnail .title {
    position: absolute;
    top: 0;
    left: -999px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    height: 30px;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.thumbnail .description {
    position: absolute;
    left: 0;
    bottom: -999px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.thumbnail:hover .title {
    left: 0;
}

.thumbnail:hover .description {
    bottom: -12px;
}

/*ima*/

.borderPrev {
    border: 3px groove purple;
}

.widthPrev {
    width: 100px;
    position: relative;
    display: inline-block;
    background-size: cover;
    margin: 1%;
    vertical-align: top;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
}

    .widthPrev:before {
        content: '';
        display: flex;
        clear: both;
    }

.contentArrow {
    position: relative;
    float: left;
    width: 10%;
    height: 400px;
}

.leftSlide, .rightSlide {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 40px;
    margin: 0 auto;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
}

.contentImage {
    text-align: center;
    width: 80%;
    float: left;
    height: 300px;
    display: flex;
    justify-content: center;
}

.contentImage .modalPrev {
    height: 300px;
}

@media screen and (max-width: 768px) {
    .borderPrev {
        border: 1.5px groove purple;
    }

    .widthPrev {
        width: 50px;
        position: relative;
        display: inline-block;
        background-size: cover;
        margin: 1%;
        vertical-align: top;
        box-shadow: 0 0 4px rgb(0 0 0 / 30%);
    }

        .widthPrev:before {
            content: '';
            display: flex;
            clear: both;
        }

    .contentArrow {
        position: relative;
        float: left;
        width: 5%;
        height: 200px;
    }

    .leftSlide, .rightSlide {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        font-size: 20px;
        margin: 2px auto;
        transform: translateX(-50%) translateY(-50%);
        cursor: pointer;
    }

    .contentImage {
        text-align: center;
        width: 90%;
        float: left;
        height: 100%;
        display: flex;
        justify-content: center;
    }

        .contentImage .modalPrev {
            height: 300px;
        }
}

.active-custom {
    background: linear-gradient(90deg,#6a384e,#ed1e79) !important;
    margin: 0;
    color: #fff !important;
    box-shadow: 3px 3px 20px 0 rgb(123 31 162 / 50%);
}

.sidenav-active-square .sidenav li:not(.open) > a.active-custom {
    color: #fff !important;
}

.sidenav-active-square .sidenav li > a.active-custom {
    margin-right: 1.15rem;
    border-radius: 0 5px 5px 0;
}

.sidenav-active-square .sidenav li > a {
    padding: 0 0 0 21px !important;
    transition: none;
}

.sidenav li a.active-custom {
    margin: 0;
    background: linear-gradient(90deg,#6a384e,#ed1e79);
    box-shadow: 3px 3px 20px 0 rgb(123 31 162 / 50%);
}

.sidenav-active-square .sidenav li:not(.open) > a.active-custom > i, .sidenav-active-square .sidenav li > a.active-custom > i {
    color: #fff;
}

.back-custom {
    background: linear-gradient(90deg,#6a384e,#ed1e79) !important;
}

.btn-custom {
    background: #ed1e79 !important;
}
.customSelected {
    background-color: #ed1e79 !important;
    color: white;
    border-radius: 3px;
}
.customRemoved {
    background-color: #ed1e79 !important;
    color: white;
    border-radius: 3px;
    opacity: 0.5;
}

.toast-style-success {
    background-color: green;
    color: white;
}

.toast-style-standby {
    background-color: orange;
    color: white;
}

.toast-style-error {
    background-color: red;
    color: white;
}

#progressCont {
    height: 10px;
    border-radius: 5px;
}

.locked-tag .select2-selection__choice__remove {
    display: none !important;
}

span .select2-selection--multiple{
    background-color:#fff !important;
}

.select2-search__field{
    pointer-events: none;
}

body_pic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1_pic {
    font-size: 3rem;
    color: black;
    font-family: "Berkshire Swash", cursive;
    text-align: center;
}

input_pic[type="text"] {
    background-color: #fff;
    padding: 10px;
    width: 200px;
    height: 30px;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 3px;
    margin: 20px;
}

b_pic {
    background-color: #fff;
    padding: 16px;
    font-family: sans-serif;
}

code_pic {
    font-size: 1.2rem;
    background-color: lightslategray;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
}

.preloader-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
}

.login-card {
    box-shadow: none !important;
    background-color: transparent !important;
}

.zoom:hover {
    position: fixed;
    top: 45%;
    left: 34% !important;
    transform: scale(2.5);
    z-index: 1;
}

.collapsible-header {
    font-size: 18px;
    color: #333;
    padding: 24px
}

.disabled {
    pointer-events: none !important;
    color: #9f9f9f !important;
    background-color: #dfdfdf !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

.color-blue {
    background-color: #00bcd4;
}

.color-green {
    background-color: #43a047;
}