.d-flex{
	-webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
    color: #6f6f6f;
    box-sizing: border-box;
    font-weight: 100;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    flex-wrap: wrap;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    display: flex !important;
    justify-content: center !important;
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 30px;
}
.bg-body-tertiary{
	    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
    color: #6f6f6f;
    box-sizing: border-box;
    font-weight: 100;
    width: 100%;
    max-width: 100%;
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 10px;
    display: inline-flex;
    flex: 19%;
    margin: 4px;
}
.table-light{
	    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    font-weight: 100;
    caption-side: bottom;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
    --bs-table-accent-bg: transparent;
    vertical-align: top;
    color: #000;
    border-color: #dfe0e1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    text-align: left;
}
.mt-4{
	margin-top: 1.5rem!important;
}
.bg-console {
    --bs-bg-opacity: 1;
    color: white;
    background-color: #0d6efd;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ffc107;
}

h1 {
    font-size: 3rem;
    font-weight: 600;
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight:100;
    --bs-nav-link-color: #000;
    --bs-nav-link-hover-color: #000;
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

[v-cloak] {
    display: none;
}

.btn-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #2b2b81;
    --bs-btn-hover-bg: #F8DB21;
    --bs-btn-hover-border-color: #F8DB21;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #F8DB21;
    --bs-btn-active-border-color: #F8DB21;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

.navbar-inverse.navbar-transparent.navaddcolor {
    background: #333c4e;
}

.text-primary {
    color: #f7cc00;
}



.btn.focus, .btn:focus, .btn:hover {
   
    text-decoration: none;
}


.btn.btn-dark {
    background: #252a7b;
    border: 0;
}

hr {
    border:0;
}

.hide {
    display: none;
}

.margin-0 {
    margin:0;

}

.pmd-table.table > tbody > tr > td, .pmd-table.table > tbody > tr > th, .pmd-table.table > tfoot > tr > td, .pmd-table.table > tfoot > tr > th, .pmd-table.table > thead > tr > td, .pmd-table.table > thead > tr > th {
    text-align: center !important;
}

.sameheight td {
    height: 69px;
}

.card-backup {
    background-color: #F4F6F7; /* #f8f8f8; #e6ebfb;*/
    border: 1px solid #cccccc;
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    min-height: 550px !important;
}

    .card-backup .card-title-text {
        font-size: 2rem;
    }

.card.card-backup:hover {
    transform: scale(1.01, 1.01);
}


.card-backup-lower {
    background-color: #f8f8f8; /*#e6ebfb;*/
    border: 1px solid #cccccc;
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    min-height: 500px !important;
}


.card-backup-lower .card-title-text {
    font-size: 2rem;
}

.card.card-backup-lower:hover {
    transform: scale(1.01, 1.01);
}


.card-backup-small {
    background-color: #f8f8f8; /*#e6ebfb;*/
    border: 1px solid #cccccc;
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    min-height: 390px !important;
}


.card-backup-small .card-title-text {
        font-size: 2rem;
    }

.card.card-backup-small:hover {
    transform: scale(1.01, 1.01);
}



.card-topics {
    background-color: #e6ebfb;
    border: none;
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    min-height: 250px !important;
}

.card-topics h3 {
    font-weight:bold;
}

.card-topics-white {
    background-color: #ffffff;
    border: 1px solid #e6ebfb;
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    min-height: 250px !important;
}

 .card-topics-white h3 {
        font-weight: bold;
    }


.card-topics-high {
    background-color: #e6ebfb;
    border: none;
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    min-height: 320px !important;
}

    .card-topics-high h3 {
        font-weight: bold;
    }

.card-topics-high-white {
    background-color: #ffffff;
    border: 1px solid #e6ebfb;
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    min-height: 320px !important;
}

    .card-topics-high-white h3 {
        font-weight: bold;
    }

.card-topics-highest-white h3 {
    font-weight: bold;
}


.card-topics-highest {
    background-color: #e6ebfb;
    border: none;
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    min-height: 560px !important;
}

    .card-topics-highest h3 {
        font-weight: bold;
    }

.card-topics-highest-white {
    background-color: #ffffff;
    border: 1px solid #e6ebfb;
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    min-height: 560px !important;
}

    .card-topics-highest-white h3 {
        font-weight: bold;
    }



.bg-header-index {
    background-size: 37vw;
    background-image: url(/img/test_backup.png);
    background-repeat: no-repeat;
    background-position: right;
    height: auto;
}

.bg-drive {
    --bs-bg-opacity: 1;
    background-color: #ae00b1;
}

#cookie-bar {
    position: relative;
    text-align: center;
    height: 30px;
    width: 100%;
    z-index: 1;
    padding-top: 100px;
}

.menu {
    display: none;
}

.navbar-inverse {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffc107;
}

/*.navbar-inverse {
    background-color: #1d2440;
    border-color: #011829;
    border-bottom: 1px solid #4b5167;
}*/

.navaddcolor div.menu {
    display: block !important;
}

.price {
    font-size: 2.5em;
    line-height: 47px;
}

[v-cloak] > * {
    display: none;
}

[v-cloak]::before {
    content: "  Loading...";
}

#cph1_pnlGrigliaNews tr > td .first {
    color: black !important;
    background: #FADD85;
    border-radius: 10px;
    padding: 40px !important;
    padding-bottom: 40px;
    border: none;
}

#ctl00_cph1_pnlGrigliaNews tr > td .first {
    color: black !important;
    background: #FADD85;
    border-radius: 10px;
    padding: 40px !important;
    padding-bottom: 40px;
    border: none;
}

#ctl00_cph1_pnlGrigliaNews tr > td {
    padding-bottom: 30px;
}

.first .btn-secondary {
    margin-top :-40px;

}

#ctl00_cph1_pnlGrigliaNews tr > td .first h3 {
    margin-top:-5px;
 font-size:14pt;   
}

#cph1_pnlGrigliaNews tr > td .first h3 {
    margin-top: -5px;
    font-size: 14pt;
}


#cph1_pnlGrigliaNews td, th {
    padding-top: 40px;
    
}

#cph1_pnlGrigliaNews tr > td .first > .blogPost.column {
    border: none;
}

.blogPost.column {
    padding-left: 40px;
    padding-right: 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.blogPost.column h3 {
    font-weight: bold;
    padding-top:30px;
}

.product {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: 100px !important;
    padding-left: 125px;
    background-position: 15px 15px !important;
}

div.news {
    width: 100%;
    margin: 0;
    position: relative;
    top: 78px;
    height: 0px;
    transition-delay: 2s;
    transition: height .2s;
}

div.news.opened {
    height:270px;
}

.nodistraction {
    visibility:hidden;
}


.card-promo {
    text-align: center;
    padding-top: 15%;
    color: #f5c30b;
    height: -webkit-fill-available;
}

.pmd-card-custom.pmd-card-login {
    background-color: #45506e;
    color: #fff;
    text-align: center;
    margin: 50px auto 0;
}

h2.pmd-card-title-text {
    font-weight: 200;
}

input:-webkit-autofill {
    color: #2a2a2a !important;
}


.mark, mark {
    padding: .5em;
    background-color: #ffe7a0;
}

tbody, td, tfoot, th, thead, tr {
  
    vertical-align: middle;
}

.contentWrapper {
    background: inherit;
}

.checkbox label, .radio label {
    padding-left:0px;
}

.jumbotron.database {
    padding-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: white;
    background-image: url(../img/backup_database_background.png);
    background-blend-mode: soft-light;
    background-size: 64%;
    background-position-x: 739px;
    background-repeat: no-repeat;
    background-position-y: 30px;
    background-color: #284173;
    height: 412px;
}

.jumbotron.storage {
    padding-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: white;
    background-image: url(../img/online_storage_bg.png);
    background-blend-mode: soft-light;
    background-size: 31%;
    background-position-x: 860px;
    background-repeat: no-repeat;
    background-position-y: 35px;
    background-color: #71206b;
    height: 412px;
}

.jumbotron.esxi {
    padding-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: white;
    background-image: url(../img/vmware-esxi-logo-white2.png);
    background-blend-mode: soft-light;
    background-size: 32%;
    background-position-x: 850px;
    background-repeat: no-repeat;
    background-position-y: 25px;
    background-color: #008a92;
    height: 412px;
}

.jumbotron.cloud {
    padding-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: white;
    background-image: url(../img/iperius_cloud_background.png);
    background-blend-mode: unset;
    background-size: 40%;
    background-position-x: 840px;
    background-repeat: no-repeat;
    background-position-y: -26px;
    background-color: #48a44c;
    height: 412px;
}

.jumbotron.googledrive {
    padding-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: white;
    background-image: url(../img/iperius_googledrive_background.png);
    background-blend-mode: unset;
    background-size: 35%;
    background-position-x: 840px;
    background-repeat: no-repeat;
    background-position-y: 25px;
    background-color: #5177B8;
    height: 412px;
}

.jumbotron.exchange {
    padding-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: white;
    background-image: url(../img/iperius_exchange_bg.png);
    background-blend-mode: unset;
    background-size: 30%;
    background-position-x: 860px;
    background-repeat: no-repeat;
    background-position-y: 25px;
    background-color: slategrey;
    height: 412px;
}

.jumbotron.drive {
    padding-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: white;
    background-image: url(../img/drive_image_bg.png);
    background-blend-mode: soft-light;
    background-size: 30%;
    background-position-x: 910px;
    background-repeat: no-repeat;
    background-position-y: 27px;
    background-color: #35384a;
    height: 412px;
}


.jumbotron.console {
    padding-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: white;
    background-image: url(../img/iperius_console_background.png);
    background-size: 29%;
    background-position-x: 855px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-color: #0098c7;
    height: 412px;
    
}


.jumbotron.remote {
    padding-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #444444;
    background-image: url(../img/remote_white.png);
    background-size: 32%;
    background-position-x: 830px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-color: #FFFFFF;
    height: 412px;
}


.jumbotron.desktop {
    padding-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: white;
    background-color: #ccc;
    height: 412px;
}


.jumbotron h2 {
    color: #fff;
    font-weight: 100;
}

.jumbotron.remote h2 {
    color: #444444;
    font-weight: 100;
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 48px;
    font-weight: 100;
}

.subtext {
    color: #ffc107;
    font-size: 45px;
    left: 200px;
    padding: 0px;
    width: 450px;
    margin: -70px;
    font-weight: 600;
    position: absolute;
}

h2, .h2 {
    font-size: 17px;
    text-transform: unset;
}

.pmd-card-title.colored.gray {
    background: #474866;
    color: #fff;
    padding-bottom: 20px;
}

.pmd-card-title.colored {
    background: #278cda;
    color: #fff;
    padding-bottom: 20px;
}

.pmd-card-title.remote {
    background: #e84b00;
}


.breadcrumb {
    /* padding: 8px 15px; */
margin-bottom: 20px; list-style: none; background-color: transparent; border-radius: 4px; font-weight: bolder;
}

.breadcrumb ::before {
   
    padding-right: 2px;
    font-weight: bolder;
}

.owl-carousel-configurator .owl-nav {
    display:none;
}

.btn-esxi {
    background-color: #025c61;
    color: #fff;
}

.btn-esxi:hover {
    background-color: #02676d;
    color: #fff;
}

.btn-drive {
    background-color: #950099;
    color: #fff;
}

    .btn-drive:hover {
        background-color: #df00e5;
        
        color: #fff;
    }

.btn-console {
    background-color: #3a6ce3; color: #fff;
}

    .btn-console:hover {
        background-color: #4263b1;
        color: #fff;
    }

.btn-remote:hover {
    background-color: #ff6d3f;
    color: #fff;
}

.btn-remote {
    background-color: rgb(244, 85, 12);
    color: #fff;
}

.btn-remote-header:hover {
    background-color: #EF4806;
    color: #fff;
}

.btn-remote-header {
    background-color: #EF4806;
    color: #fff;
}

.btn-storage:hover {
    background-color: #c01bc3;
    color: #fff;
}

.btn-storage {
    background-color: #960099;
    color: #fff;
}

.btn-cloud {
    background-color: #258829;
    color: #fff;
}

    .btn-cloud:hover {
        background-color: #3ae841;
        color: #fff;
    }

.btn-googledrive {
    background-color: #2a488e;
    color: #fff;
}

    .btn-googledrive:hover {
        background-color: #4263b1;
        color: #fff;
    }

.btn-generic {
    background-color: lightgray;
    color: #000;
}

    .btn-generic:hover {
        background-color: lightgray;
        color: #000;
    }

.btn-menu-header {
    color: #fff;
    font-weight: 500;
    font-size: 14pt;
}


.section-console {
    background: #7dc1f9;
}

.combolingueheader {
    width:auto;
}

.list-group-item-text {
    font-size: 1rem;
}

.pmd-dropdown .dropdown-menu > li > a {
  
    font-weight: 100;
}

#containerslide {
    display: flex;
    transition: all .2s;
    position: relative;
    transition-timing-function: ease-in-out;
    left:0;
}


@media screen and (min-width: 768px) {
    .pmd-navbar.navbar > .container .navbar-brand, .pmd-navbar.navbar > .container-fluid .navbar-brand {
        /*margin-top: 9px;*/
    }
    .product_console {
        background: url(/img/logos/iconsole.png) #fff;
    }

    .product_storage {
        background: url(/img/logos/istorage.png) #fff;
    }

    .product_backup {
        background: url(/img/logos/ibackup.png) #fff;
    }

    .product_remote {
        background: url(/img/logos/iremote.png) #fff;
    }


 

   
}

.card-header {
    background-color: none;
}

h4 {
    font-size: 1.2rem;
    opacity: .6;
    padding-bottom: 17px;
    padding-top: 7px;
}

@media screen and (max-width: 767px) {
 

    .product {
        padding-left: 13px;
    }

    .navbar-inverse .pmd-navbar-sidebar .dropdown-menu > li > a {
        color: #fff !important;
    }

    div.opened {
        height: 900px;
    }
}

.smallgray {
    color: darkgrey;
    font-size: 9pt;
}


.download_icon img:hover {
    transform: translateY(-3px);
    background: #f1f1f1;
    border-radius: 11px;
}

.download_icon img {
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
}


.card-title-normal {
    padding: 16px 16px 0 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-title-normal h3 {
    margin-bottom: 16px;
}

.product-flex-column {
    padding: 10px;
    display: inline-flex;
    flex: 19%;
    margin: 4px;
}

@media screen and (max-width: 1920px) {
    .bg-header-index {
        background-size: 31vw;
        background-position: right 0px top 0px;
    }

    .img-overflow {
        width: 31vw !important;
        max-width: 500px !important;
        height: auto;
    }


    .d-sm-none {
        display: inline-block !important;
    }


    
}

@media screen and (max-width: 992px) {
    .bg-header-index {
        background-size: 65vw;
        background-image: none;
        background-repeat: no-repeat;
        background-position: right -98px top 47px;
        height: 600px;
    }

    .img-overflow {
        
        width: 640px !important;
        max-width:640px !important;
        height: auto;
    }


    .container, .container-lg, .container-md, .container-sm {
        overflow:hidden;

    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .bg-header-index {
        background-size: 65vw;
        background-image: none;
        background-repeat: no-repeat;
        background-position: right -98px top 47px;
        height: 100%;
    }

    .card {
        border: none;
    }

    .product-flex-column {
        flex: 100%;
        margin: 4px;
    }

    .d-sm-none {
        display:none !important;
    }

    .card-backup {
        /*margin-bottom:10px;*/
        /*min-height: auto !important;*/
    }

    .contentWrapper {
        padding-top: 10px;
    }

}


/*footer*/
.iperius-footer {
    background: #2c2c2c;
    padding: 0px 0 35px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    /*background-color: #091D3E;*/
    background-image: url(/img/footerbg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
}

    .iperius-footer .list-inline > li {
        padding: 0 16px 5px 16px;
        display: list-item;
    }

    .iperius-footer a {
        color: #fff;
        font-weight: 500;
        text-decoration:none;
        line-height:30px;
    }

        .iperius-footer a:hover {
            color: #ffc107;
        }

footer.iperius-footer h6 {
    color: #ffc107;
    font-weight: 500;
    margin-bottom: 25px;
}

.copyright-text {
    color: #858a93;
}

    .copyright-text .white {
        color: #fff;
    }

    .copyright-text .green {
        color: #4acc8e;
    }

    .copyright-text a:hover {
        color: #ffc107;
    }

    .copyright-text a .crafted-site {
        font-weight: 700;
    }


.theme-banner img {
    width: 95%;
}

.section-padding {
    padding: 60px 0 60px 0;
}

.theme-detail h3 {
    margin-top: 14px;
    font-weight: 700;
    font-size: 48px;
}

.text-left
{
    text-align:left;
}

.form-group-contact{
    padding-bottom:10px;
    padding-top:10px;
}


.form-control-contact {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.control-label-contact {
    padding-bottom: 5px;
}

.control-checkbox-contact {
    font-size:11pt;
}


.spinner {
    border: 4px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top: 4px solid #000;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 5px;
}

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

    100% {
        transform: rotate(360deg);
    }
}


    .spacedCheckbox input[type="checkbox"] + label {
        margin-left: 6px; /* Distanzia di 10px, ma puoi regolare come preferisci */
        position: relative;
        top: -1px; /* Sposta la label di 2px in alto. Puoi regolare questo valore come preferisci */
    }


