ul.dropdown-menu li div.item:hover {
    cursor: pointer;
}

.breadcrumb .breadcrumb-item::after {
    content: "";
}

.breadcrumb-item + .breadcrumb-item::before {
    margin-bottom: 5px;
}

#div-progress {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: white;

    border: 1px solid #ccc;
    overflow-y: auto;
    z-index: 10;
    width: 33%;
}

/* File upload area */
#dropzone, #dropzone-folder {
    /*position: relative;
    border: 2px dashed #A1A5B7;
    border-radius: 10px;
    color: white;
    line-height: 100px;
    height: 100px;
    margin: 30px auto;
    text-align: center;
    width: 100%;*/

}

#dropzone.hover, #dropzone-folder.hover {
    /*border: 2px dashed #000000;
    color: #000000;*/
}

#dropzone.dropped, #dropzone-folder.dropped {
    /*background: #222;
    border: 2px dashed #bbbbbb;*/
}

#dropzone div, #dropzone-folder div {
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #A1A5B7;
    font-size: 1.3rem;*/
}

#dropzone [type="file"], #dropzone-folder [type="file"] {
    cursor: pointer;
    /*position: absolute;*/
    opacity: 1;
    top: 100px;
   /* right: 0;
    bottom: 0;
    left: 0;*/
    height: 90px;
    border: none;
    outline: #006ae6 1px dashed;
   /* width: 100%;*/
    background-color: #15171c;
    color: #15171c;
   /* margin-left: 2%;
    margin-right: 2%;*/
}

#dropzone [type="file"]::file-selector-button, #dropzone-folder [type="file"]::file-selector-button {
    background-color: #15171c;
    color: #15171c;
    border: none;
}



#dropzone label {

    display: block;
}

#dropzone-folder label {

    display: block;
}

#custom-dropzone-progress {
   /* margin-top: 150px;*/
}

/* End file uplaod area */
.folder-list {
   /* border-bottom: 1px solid #f1f1f1 !important;*/
    border-bottom: 1px dashed #26272F !important;
}
a.folder-link {
    display: block;
   /* color: #01041b;*/
    color: #F5F5F5;
}

@media (min-width: 1300px) {
    .iq-footer {
        width: calc(100vw - 264px - 15px) !important;
    }
}

.cla-progress-bar > span, .cla-progress-bar-users > span {
    background: #8f93f6 none repeat scroll 0 0;
    position: relative;
    display: block;
    height: 100%;
    width: 0;
    border-radius: 6px;
}

.cla-progress-bar, .cla-progress-bar-users {
    background: #fafafa;
    box-shadow: 0 0 0;
    height: 6px;
    margin: 0;
    position: relative;
    width: 100%;
    border-radius: 6px;
}
/*
.list-group {
    position: absolute;
    z-index: 1000;
}

.list-group li {
    list-style-type: none;
    display: block;
    padding: 10px;

}
*/

.list-group li:hover {
    cursor: pointer;
    background: yellow;
    background: rgba(0, 0, 255, 0.3);
}

.zt-tooltip {
    position:relative; /* making the .tooltip span a container for the tooltip text */
    border-bottom:1px dashed #000; /* little indicater to indicate it's hoverable */
}

.zt-tooltip:before {
    content: attr(data-text); /* here's the magic */
    position:absolute;

    /* vertically center */
    top:50%;
    transform:translateY(-50%);

    /* move to right */
    left:100%;
    margin-left:15px; /* and add a small left margin */

    /* basic styles */
    width:200px;
    padding:10px;
    border-radius:10px;
    background:rgba(0,0,0,0.6);
    color: #fff;
    text-align:center;

    display:none; /* hide by default */
}

.zt-tooltip:hover:before {
    display:block;
}

.zt-tooltip.left:before {
    /* reset defaults */
    left:initial;
    margin:initial;

    /* set new values */
    right:100%;
    margin-right:15px;
}

#show-files-uploads {
    position: fixed;
    bottom: 0;
    right: 0;
}

#show-folders-uploads {
    position: fixed;
    bottom: 0;
    right: 0;
}




.myCustomEmailInput .ei-component-wrapper {
    background-color: #636674;
    border: 1px solid #C3C2CF;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px;
    padding-bottom: 4px;
    font-family: 'Open Sans';
    height: 100%;
    width: 100%;
    overflow: auto;
}

.myCustomEmailInput .ei-email-input {
    display: none;
}

.myCustomEmailInput .ei-emails-wrapper {
    display: inline;
}

.myCustomEmailInput .ei-email-block {

        background: rgba(102, 153, 255, 0.2);
        border-radius: 100px;
        display: inline-block;
        padding: 3px 10px;
        margin: 0 4px 4px 0;
        white-space: nowrap;

}
.myCustomEmailInput .ei-text {
    padding-right: 8px;
}

.myCustomEmailInput .ei-close {
    position: relative;
    padding: 0 4px;
    cursor: pointer;
}

.myCustomEmailInput .ei-close::after {
    transform: rotate(-45deg);
}

.myCustomEmailInput .ei-close::after,  .myCustomEmailInput .ei-close::before {

    position: absolute;
    left: 6px;
    top: 4px;
    content: ' ';
    height: 12px;
    width: 1px;
    background-color: #ffffff;
}

.myCustomEmailInput .ei-close::before {
    transform: rotate(45deg);
}
.myCustomEmailInput .ei-text-input {

        border: none;
        outline: none;
        min-width: 200px;
        padding: 3px;
        margin: 0 4px 4px 0;
        line-height: 1.6;

}

#custom-suggestions.list-group{

}
#custom-suggestions li.list-group-item {
    background: #006ae6;
    color: #fff;
    font-size: small;
}
#custom-suggestions li.list-group-item:hover {
    background: #fff;
    color: #006ae6;
}

#progress-top-bar.progress {
    height: 20px !important;
    background: #ffffff;
    border: 1px solid #2892d1;
}

#progress-header-space-bar {
    height: 20px !important;
    border-radius: 0;
}
.progress.progress_files {
    height: 10px !important;

}

.text-danger-safe {
    color: #ff0000;
}

.nolink {
    cursor: default;
}

/* Lightbox classes */
.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery img {
    max-width: 200px;
    margin: 10px;
    cursor: pointer;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.5s ease;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.lightbox.show {
    opacity: 1;
}

.lightbox-content {
    max-width: 80%;
    max-height: 80%;
    animation: zoomIn 0.5s;
    display: none; /* Nascondi l'immagine finché non è caricata */
}

.loaderlb {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #006ae6;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.close {
    position: absolute;
    top: 20px;
    left: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.__download_button {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 0;
}

.__download_button:hover,
.__download_button:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#lightbox-prev {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    display: none;
}

#lightbox-next {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    display: none;
}

#lightbox-prev:hover,
#lightbox-prev:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


#lightbox-next:hover,
#lightbox-next:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.lightbox-iframe {
    display: none;
    height: 90vh;
    width: 100%;
}

.ua-color-light-blue {
    background: #2892d1 !important;
}

.ua-color-medium-blue {
    background: #2892d1 !important;
}

.ua-color-dark-blue {
    background: #192466;
}

.logo-light-blue {
    background: #1c9ad7 !important;
}

.logo-medium-blue {
    background: #1c53a1 !important;
}

.logo-dark-blue {
    background: #272a60 !important;
}

.logo-light-blue-fc {
    color: #1c9ad7 !important;
}

.logo-medium-blue-fc {
    color: #1c53a1 !important;
}

.logo-dark-blue-fc {
    color: #272a60 !important;
}

.logo-light-blue-border {
    border-color: #1c9ad7 !important;
}

.logo-medium-blue-border {
    border-color: #1c53a1 !important;
}

.logo-dark-blue-border {
    border-color: #272a60 !important;
}


.text-active-primary {
    color:  #1c53a1 !important;
}
.text-active-primary.active {
    color:  #272a60 !important;
    border-bottom-color : #272a60 !important;
}
.text-active-primary:hover {
    border-bottom-color : #272a60 !important;
}
/*
.btn.btn-primary {
    background-color: #272a60 !important;
}
.btn.btn-primary.btn-sm {
    color: #ffffff !important;
}
.btn.btn-primary:hover:not(.btn-active) {
    background-color: #272a60 !important;
}
.btn.btn-primary:focus:not(.btn-active) {
    background-color: #272a60 !important;
}
a.btn.btn-primary {
    background-color: #272a60 !important;
    color: #ffffff !important;
}

 */

/*.btn.btn-outline-primary {
    border: 1px solid #272a60 !important;
}*/
/*.btn.btn-outline-primary.btn-sm {
    border: 1px solid #272a60 !important;
}*/
/*.btn.btn-outline-primary:hover:not(.btn-active) {
    border: 1px solid #272a60 !important;
}*/
/*.btn.btn-outline-primary:focus:not(.btn-active) {
    border: 1px solid #272a60 !important;
}
a.btn.btn-outline-primary {
    border: 1px solid #272a60 !important;
}*/
/*a.btn.btn-outline-primary:hover:not(.btn-active) {
    background: #ffffff !important;
}*/

.app-default, body {
    background-color: #FFFFFF;
}
/*a:link, a:active, a:hover, a:focus, a:visited {
    color: #272a60 !important;
}*/
/*
.text-primary {
    color: #272a60 !important;
}

 */
.badge-light-primary {
    /*background-color: rgba(28, 154, 215, 0.3) !important;*/
    background-color: #272a60 !important;

}
.badge-light-primary a {
    color: #FFFFFF !important;
}

.multiselect__select::before {
    border-style: none !important;
}
.multiselect__tags::before {
    content: url("/build/assets/SearchIcon-f9713f71.svg");
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
    opacity: 0.3;
}
.badge-primary {
    background-color: #272a60 !important;
}
.swal2-styled.swal2-confirm {
    background-color: #272a60 !important;
}
.swal2-cancel.swal2-styled {
    /*background-color: #1c9ad7 !important;*/
    background-color: #d81a48 !important;

}
.scrolltop {
    background-color: #272a60 !important;
}
.app-container {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.Toastify__toast-theme--colored.Toastify__toast--success {
    background: #272a60 !important;
    color: #ffffff;
}
/*.form-check-input:checked {
    background-color: #272a60 !important;
    border-color: #272a60 !important;
}*/
.border-blue {
    border-color: #272a60 !important;
}

.bottom-border-top-menu {
    border-bottom: 2px solid #F1F1F4 !important;
}

.card {
    --bs-card-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.06) !important;
    border: 2px solid var(--bs-card-border-color);
}

a.underlined-link {
    text-decoration: underline;
}
a.underlined-link:hover, a.underlined-link:active, a.underlined-link:visited, a.underlined-link:link {
    text-decoration: underline !important;
}
/*.bg-primary {
    --bs-bg-rgb-color: #272a60;
    background-color: #272a60 !important;
}*/

html, body {
    height: 100%;
    margin: 0;
}

.ctnr {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.ctn {
    flex-grow: 1;
}

.app-footer {

    padding: 20px;
    text-align: center;
}
a.btn-danger {
    color: white !important;
}

.wait-cursor {
    cursor: wait !important;
}

.wait-cursor * {
    cursor: wait !important;
}
