.font-12 {
    font-size: 12px;
}

#users-map {
    height: 500px;
}

@media screen and (max-width: 700px) {
    #users-map {
        height: 250px;
    }
}

@media screen and (max-width: 500px) {
    #users-map {
        height: 200px;
    }
}

.active span {
    color: #348cd4;
}

#usrGest {
    transition: 0.4s;
    max-height: 0px;
    overflow: hidden;
}

.close-jq-toast-single {
    top: -15px;
    right: -5px;
}

#loginForm {
    opacity: 1;
}

#recoverForm {
    display: none;
    opacity: 0;
}

.accessForm {
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
    transition: 0.6s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    max-height: 2000px;
}

#insAzCont {
    position: absolute;
    top: 56px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    max-height: 0px;
    padding: 12px;
    padding-bottom: 0px;
}

#insAzCont .container {
    background-color: white;
    border: 1px solid #5c5f62;
    box-shadow: none;
    padding: 0px;
}

#insAzCont_oprt {
    position: absolute;
    top: 56px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    max-height: 0px;
    padding: 12px;
    padding-bottom: 0px;
}

#insAzCont_oprt .container {
    background-color: white;
    border: 1px solid #5c5f62;
    box-shadow: none;
    padding: 0px;
}

#insAzContMod {
    position: absolute;
    top: 56px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    max-height: 0px;
    padding: 12px;
    padding-bottom: 0px;
}

#insAzContMod .container {
    background-color: white;
    border: 1px solid #5c5f62;
    box-shadow: none;
    padding: 0px;
}

.companyOpt {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    cursor: default;
}

.companyOpt:hover {
    background-color: #787878;
    color: white;
}

#companiesLayout {
    overflow: auto;
    max-height: 130px;
}

#companiesLayout_oprt {
    overflow: auto;
    max-height: 130px;
}

#companiesLayoutMod {
    overflow: auto;
    max-height: 130px;
}

.newBtnClass {
    background: white;
    border: 1px solid #1078d2;
    color: #1078d2;
}

.concBtnClass {
    background: white;
    border: 1px solid #2a902e;
    color: #2a902e;
}

.reopBtnClass {
    background: white;
    border: 1px solid #ff6f0f;
    color: #ff6f0f;
}

.jvectormap-marker.jvectormap-element {
    cursor: pointer;
}

.apexcharts-toolbar {
    display: none !important;
}

.sticky {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 1;
    height: 57px;
    overflow: hidden;
}

.btn.hideBtn {
    width: 0px;
    padding: 0px !important;
    border: none;
}

#stickymenu .btn {
    padding: 4px;
    margin-right: 5px;
    height: 28px;
}

#stickymenu.sticky .header-title {
    display: none;
}

#stickymenu.sticky .card {
    height: 50px;
    border-radius: 0px;
    border-bottom: 1px solid #c7c7c7;
}

#stickymenu.sticky .card-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sticky+#contenutoNews {
    padding-top: 60px;
}

.imgPrincip {
    width: 100%;
    height: 63px;
    position: relative;
}

.delImg {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    font-size: 16px;
    background-color: #cb4141;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    z-index: 1000;
    justify-content: center;
    cursor: pointer;
}

.galleryElementMod {
    width: 100px;
    height: 65px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}

.colfibre {
    display: none;
}

.list-group.list-group-horizontal.fibers-list li {
    margin-right: 1rem;
    width: 33% !important;
    border-left: 1px solid #ecf2f5 !important;
}

.list-group.list-group-horizontal.fibers-list .list-group-item.item-disabled {
    background-color: #eeeeee;
    color: #aaaaaa;
    cursor: not-allowed;
}

.newsSendCont {
    max-height: 0px;
    overflow: hidden;
}

.newsSendCont.active {
    max-height: 10000px;
}

.invNswSpan {
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    background-color: #818181;
    border: 1px solid #818181;
    max-width: 235px;
    padding: 9px;
    border-radius: 11px;
    margin: auto;
    user-select: none;
    transition: 0.3s;
}

.invNswSpan:hover {
    background-color: #646464;
    border: 1px solid #646464;
}

.invNswSpan.active {
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    background-color: #348cd4;
    border: 1px solid #348cd4;
    max-width: 235px;
    padding: 9px;
    border-radius: 11px;
    margin: auto;
    user-select: none;
    transition: 0.3s;
}

.invNswSpan.active:hover {
    background-color: #23659b;
    border: 1px solid #23659b;
}

.clients-list-div {
    width: auto;
    max-width: 0px;
    margin-right: 0px;
    overflow: hidden;
    transition: 1s;
    animation-timing-function: linear;
}

.clients-list-div.active {
    margin-right: 15px;
    max-width: 1000px;
}

#state_filter_usa {
    display: none;
}