﻿@font-face {
    font-family: 'futurabook';
    src: url('futura_book_font-webfont.woff2') format('woff2'), url('futura_book_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.futCar {
    font-family: 'futurabook', sans-serif;
}

.bodyCar {
    font-family: 'Raleway', sans-serif;
}

.backScuro {
    background-color: #1D2667;
    color: #fff;
    border: none;
}

.inputScuro {
    background-color:#E4E4E4;
}

.maiuscoletto {
    font-variant:small-caps;
}

.editTextBox {
    width: 80%;
    border-radius: 6px;
    background-color: #F1F7FA;
    border: 1px solid #000;
    height: 40px;
    padding-left: 4px;
}

.center-div {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 300px;
    width: 40%;
    padding: 15px;
    border: 1px solid #004388;
    background-color: #fff;
}

.inputH {
    height:36px;
}

.cenereBack {
    background-color: #699ABF;
    color: #202B4C;
}

.lightGreyBack {
    background-color: #CCCCCC;
}

.btnGrey {
    background-color: #CCCCCC;
    color: #202B4C;
    border:none;
}
    .btnGrey:hover {
        background-color: #F6A24C;
        color:#2B4A6F;
    }

.blueMid {
    background-color: #699ABF;
    color: #202B4C;
    border: none;
}
    .blueMid:hover {
        color: #F6A24C;
    }
    .blueMid:disabled {
        background-color: #FFF;
        color: #CCC;
    }

.btnOrange {
    background-color: #F6A24C;
    color: #1D2667;
    border:none;
}
    .btnOrange:hover {
        color: #699ABF;
    }

.blueLight {
    background-color: #699ABF;
    color: #212B4C;
}

.responsive100w {
    width: 100%;
}

.responsive80w {
    width: 80%;
}

.responsive50w {
    width: 50%;
}

.responsive30w {
    width: 30%;
}

.FormatRadioButtonList label {
    margin-right: 50px;
    padding-left: 20px;
}

.backGrigio {
    background-color: #CCCCCC;
    color: #002D64;
    line-height:30px;
}
    .backGrigio:hover {
        background-color: #E4E4E4;
        color: red;
    }

.backScuro {
    background-color: #1D2667;
    color: #fff;
    border: none;
}

.backScuro:hover {
    background-color: #CCCCCC;
    color: #002D64;
}

.btnBackDeepGreen {
    background-color: #003333;
    color: #fff;
}

    .btnBackDeepGreen:hover {
        color:orange;
    }
    .btnBackDeepGreen:disabled {
        background-color:#669999;
        color:darkgrey;
    }

.btnBackLightGreen {
    background-color: #669999;
    color: #fff;
}

    .btnBackLightGreen:hover {
        color: orange;
    }

.hideText {
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navDiv {
    background-color: #003333;
    color: #fff;
    position:absolute;
    top: 0;
    height:60px;
}

.customSwalBtn {
    background-color: rgba(214,130,47,1.00);
    border-left-color: rgba(214,130,47,1.00);
    border-right-color: rgba(214,130,47,1.00);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 30px 5px 0px 5px;
    padding: 10px 32px;
}

.makeUpper {
    text-transform: uppercase;
}

.makeLower {
    text-transform: lowercase;
}

.makeProper {
    text-transform:capitalize;
}

.tdLeft {
    width: 30%;
    text-align:right;
    padding-right:1%;
}

.tdCenter {
    width: 69%;
    text-align:left;
}

.tdRigt {
    width: 1%;
}

#content-desktop {
    display: block;
}

#content-mobile {
    display: none;
}
#top-mobile {
    display: none;
}

@media screen and (max-width: 1000px) {

    #content-desktop {
        display: none;
    }

    #content-mobile {
        display: block;
    }

    #top-mobile {
        display: block;
    }
}
/*Desktop 1600px - 1899px */
@media only screen and (min-width: 1600px) {
    .hide-on-mobile {
        display: block;
    }

    .hide-on-desktop {
        display: none;
    }

    .w3-tiny {
        font-size: 10px !important;
    }

    .w3-small {
        font-size: 12px !important;
    }

    .w3-medium {
        font-size: 15px !important;
    }

    .w3-large {
        font-size: 18px !important;
    }

    .w3-chisiamo {
        font-size: 24px;
    }

    .w3-xlarge {
        font-size: 24px !important;
    }

    .w3-xxlarge {
        font-size: 30px !important;
    }

    .w3-xxxlarge {
        font-size: 48px !important;
    }

    .w3-jumbo-deftone {
        font-size: 64px !important;
        line-height: 100%;
    }

    .w3-jumbo {
        font-size: 64px !important;
    }

    .boxHeightResponsive {
        height: 36px;
    }
}

/*Desktop 1400px - 1599px */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hide-on-mobile {
        display: block;
    }

    .hide-on-desktop {
        display: none;
    }

    .w3-tiny {
        font-size: 10px !important;
    }

    .w3-small {
        font-size: 12px !important;
    }

    .w3-medium {
        font-size: 15px !important;
    }

    .w3-large {
        font-size: 18px !important;
    }

    .w3-chisiamo {
        font-size: 24px;
    }

    .w3-xlarge {
        font-size: 24px !important;
    }

    .w3-xxlarge {
        font-size: 30px !important;
    }

    .w3-xxxlarge {
        font-size: 48px !important;
    }

    .w3-jumbo-deftone {
        font-size: 64px !important;
        line-height: 100%;
    }

    .w3-jumbo {
        font-size: 64px !important;
    }

    .boxHeightResponsive {
        height: 34px;
    }
}

/*Desktop 1200px - 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hide-on-mobile {
        display: block;
    }

    .hide-on-desktop {
        display: none;
    }

    .w3-tiny {
        font-size: 10px !important;
    }

    .w3-small {
        font-size: 12px !important;
    }

    .w3-medium {
        font-size: 15px !important;
    }

    .w3-large {
        font-size: 18px !important;
    }

    .w3-chisiamo {
        font-size: 20px;
    }

    .w3-xlarge {
        font-size: 20px !important;
    }

    .w3-xxlarge {
        font-size: 24px !important;
    }

    .w3-xxxlarge {
        font-size: 48px !important;
    }

    .w3-jumbo-deftone {
        font-size: 64px !important;
        line-height: 100%;
    }

    .w3-jumbo {
        font-size: 64px !important;
    }

    .boxHeightResponsive {
        height: 30px;
    }
}

/*desktop 1024px - 1199px */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .hide-on-mobile {
        display: block;
    }

    .hide-on-desktop {
        display: none;
    }

    .w3-tiny {
        font-size: 10px !important;
    }

    .w3-small {
        font-size: 12px !important;
    }

    .w3-medium {
        font-size: 15px !important;
    }

    .w3-large {
        font-size: 18px !important;
    }

    .w3-xlarge {
        font-size: 14px !important;
    }

    .w3-chisiamo {
        font-size: 24px;
    }

    .w3-xxlarge {
        font-size: 24px !important;
    }

    .w3-xxxlarge {
        font-size: 48px !important;
    }

    .w3-jumbo {
        font-size: 64px !important;
    }

    .trHeight {
        height: 40px;
    }

    .boxHeightResponsive {
        height: 30px;
    }
}

/*Desktop 800 - 1023px*/
@media only screen and (min-width: 800px) and (max-width: 1023px) {

    .w3-jumbo {
        font-size: 58px !important;
    }

    .w3-medium {
        font-size: 12px !important;
    }

    .w3-small {
        font-size: 10px !important;
    }

    .w3-tiny {
        font-size: 8px !important;
    }

    .w3-large {
        font-size: 18px !important;
    }

    .w3-chisiamo {
        font-size: 40px;
    }

    .w3-xlarge {
        font-size: 24px !important;
    }

    .w3-xxlarge {
        font-size: 20px !important;
    }

    .w3-xxxlarge {
        font-size: 40px !important;
    }
}

/*Desktop 769 - 799px */
@media only screen and (min-width: 769px) and (max-width: 799px) {
    .w3-jumbo {
        font-size: 58px !important;
    }

    .w3-jumbo-deftone {
        font-size: 58px !important;
        line-height: 100%;
    }

    .w3-medium {
        font-size: 12px !important;
    }

    .w3-small {
        font-size: 10px !important;
    }

    .w3-tiny {
        font-size: 8px !important;
    }

    .w3-large {
        font-size: 14px !important;
    }

    .w3-chisiamo {
        font-size: 36px;
    }

    .w3-xlarge {
        font-size: 36px !important;
    }

    .w3-xxlarge {
        font-size: 28px !important;
    }

    .w3-xxxlarge {
        font-size: 40px !important;
    }
}

/*mobile 500 - 768px */
@media only screen and (min-width: 500px) and (max-width: 768px) {
    .w3-jumbo {
        font-size: 24px !important;
    }

    .w3-medium {
        font-size: 12px !important;
    }

    .w3-small {
        font-size: 10px !important;
    }

    .w3-tiny {
        font-size: 9px !important;
    }

    .w3-large {
        font-size: 20px !important;
    }

    .w3-chisiamo {
        font-size: 40px;
    }

    .w3-xlarge {
        font-size: 36px !important;
    }

    .w3-xxlarge {
        font-size: 28px !important;
    }

    .w3-xxxlarge {
        font-size: 22px !important;
    }
}

/*vertical mobile 300 - 499 */
@media only screen and (min-width: 300px) and (max-width: 499px) {
    .w3-tiny {
        font-size: 4px !important;
    }

    .w3-small {
        font-size: 8px !important;
    }

    .w3-medium {
        font-size: 10px !important;
    }

    .w3-large {
        font-size: 20px !important;
    }

    .w3-chisiamo {
        font-size: 34px;
    }

    .w3-xlarge {
        font-size: 34px !important;
    }

    .w3-xxlarge {
        font-size: 26px !important;
    }

    .w3-xxxlarge {
        font-size: 40px !important;
    }

    .w3-jumbo {
        font-size: 16px !important;
    }
}

/*very little screens 150 - 299 */
@media only screen and (min-width: 150px) and (max-width: 299px) {
    .w3-tiny {
        font-size: 4px !important;
    }

    .w3-small {
        font-size: 8px !important;
    }

    .w3-medium {
        font-size: 10px !important;
    }

    .w3-large {
        font-size: 12px !important;
    }

    .w3-xlarge {
        font-size: 14px !important;
    }

    .w3-jumbo {
        font-size: 16px !important;
    }

    .w3-xxlarge {
        font-size: 20px !important;
    }

    .w3-xxxlarge {
        font-size: 22px !important;
    }
}

.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        background-color: #1D2667;
        color: #fff;
        border-radius: 6px;
        padding: 10px;
        width: 320px;
        height: 60px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: 80px;
        text-align:left;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
