﻿html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
}
.card.grid hr {
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 0;
    margin-bottom: 25px;
}
.main-content {
    background-color: #172b4d;
}
.private-area {
    background-color: #f1f4f9 !important;
}
#footer-main {
    background-color: #172b4d;
}
.bg-gradient-primary {
    background: linear-gradient(87deg, #5e72e4 0, #adb5bd 100%) !important;
}
.campo-mancante{
    border: 1px solid red;
}
.hidden-item{
    visibility:hidden;
    height: 0;
}
.show-item{
    visibility: visible;
    height: 100%;
}
.navbar.navbar-light.bg-light {
    background-color: #fff !important;
}
.navbar-brand > img {
    max-height: 3rem !important;
}
.navbar-horizontal .navbar-brand img{
    height: 100%;
}
#navbar-main{
    background-color: #fff;
}
    #navbar-main a {
        color: #5e72e4;
        transition: 0.3s;
    }
        #navbar-main a:hover {
            color: var(--gray-dark);
        }
.navbar-toggler {
    background-color: #525f7f;
    transition: 0.3s;
}
.span-th {
    text-align: center;
    font-size: .65rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
    color: #8898aa;
    background-color: #f6f9fc;
}
.literal-th {
    padding-top: .50rem;
    padding-bottom: .50rem;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
}

.cursor-pointer {
    z-index: 99 !important;
}
.cursor-pointer:hover{
   cursor: pointer !important;   
}
.grid-filter hr{
    margin: 15px 0px;
    border: 0;
}
.hv-center-div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.text-bold-white {
    color: #fff;
    font-weight: bold;
}
.table td{
    padding: 0.5rem 1rem !important;
}
.table th, .table td{
    padding: 0.6rem;
}
.gp-width{
    max-width: 190px !important;
}
.gl-ht {
    transition: 0.3s;
}
    .gl-ht:hover .tooltip-dashboard {
        display: block;
    }
.ht {
    color: #5e72e4;
    cursor: default;
    transition: 0.3s;
}
.ht:hover .tooltip-dashboard {
    display: block;
}

.tooltip-dashboard {
    display: none;
    color: #fff;
    margin-left: 10px; /* moves the tooltip to the right */
    margin-top: 10px; /* moves it down */
    position: absolute;
    z-index: 1000;
    background-color: #5e72e4;
    padding: 10px;
    border-radius: 5px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.btn.btn-sm.btn-backlink {
    background-color: #e9ecef !important;
    color: #5e72e4;
    margin: 10px 0;
    transition: 0.3s;
}
    .btn.btn-sm.btn-backlink:hover {
       background-color: #edecec;
    }
#mapModal .modal-dialog{
    max-width: 1500px;
}
.mapToolbox {
    width: 100%;
    height: 650px;
    min-width: 700px;
}
.breadcrumb-item span {
    color: #5e72e4;
}
#dvLogin ul{
    list-style-type: none;
}
#dvLogin ul img{
    width: 90px;
    margin: 10px;
}
.login-centered-div{
    position: absolute;
    top: 15%;
    margin: 15px;
}
.login-centered-div h4{
    font-size: 14px;
}
    .login-centered-div p {
        font-size: 13px;
    }
.mw-150{
    min-width: 150px;
}
#frmContattaci .partner-description{
    font-size: 25px;
    line-height: 3rem;
    padding: 15px;
}
#frmContattaci .bg-success, .bg-danger{
    color: #fff;
    padding: 10px;
}
.mg-10{
    margin:10px;
}
.full-width{
    width: 100%;
}
.form-danger{
    border: 1px solid red;
}
.color-danger{
    color: red;
}
.budget{
    max-width: 100px;
    overflow:hidden;
    text-overflow: ellipsis;
}
.white-link{
    color: #fff;
    font-weight: 400;
    transition: 0.3s;
}
.white-link:hover{
    color: #edecec;
}
@media screen and (max-width:770px) {
    .dvPages .row .col-md-1 {
        width: 25% !important;
    }

    .dvPages .row .col-md-2 {
        width: 50% !important;
    }
    .lbl-pages{
        line-height: 42px;
    }
    .mapToolbox {
        width: 100%;
        height: 450px;
        min-width: 350px;
    }
}
