body {
    font-family: Montserrat, Helvetica Neue, helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.letf {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
/*.currency:before{ content:'€ '; }*/
.gpssommario {
    padding: 20px 20px 0px 20px;

}
.gpslistino,
.gpspersonaliza {
    width: 100%;
}
.gpstotimporto td,
.gpstotsconto td,
.gpstotimponibile td,
.gpstotiva td,
.gpscontoreferral td,
.gpstotale
{
    font-weight: 600;
}
.gpslistino tbody td {
    border-bottom: 1px dashed #008fa8;
}
.gpslistino thead th {
    border-bottom: 1px solid #008fa8;
}
.gpslistino thead th,
.gpslistino-content h2 {
    color: #008fa8;
}

.gpspersonaliza tbody td {
    border-bottom: 1px dashed #008fa8;
}
.gpspersonaliza thead th {
    border-bottom: 1px solid #008fa8;
}
.gpspersonaliza thead th {
    color: #008fa8;
}
input[type="number"] {
    width: 55px;
}
.form-check {
    display: inline-flex;
}
nav .form-check {
    vertical-align: middle;
}
/*.form-check input[type="checkbox"],*/
/*.form-check input[type="radio"] {*/
/*    box-sizing: border-box;*/
/*    margin: 0 auto;*/
/*    padding: 0;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*}*/
.form-check-label {
    margin: auto;
    padding: 0 0 0 30px;
}




.container {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}

.gpslistino tbody td:nth-child(1) {
    text-align: left;
}
.gpslistino tbody td:nth-child(2) {
    text-align: left;
}
.gpslistino tbody td:nth-child(3) {
    text-align: right;
}
.gpslistino tbody td:nth-child(4) {
    text-align: center;
}
.gpslistino tbody td:nth-child(5) {
    text-align: right;
}

.gpspersonaliza tbody td:nth-child(1) {
    text-align: left;
}

.gpspersonaliza tbody td:nth-child(2) {
    text-align: left;
}

/*.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {*/
/*    float: left;*/
/*}*/
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}
.vmiddle{
    vertical-align: middle;
}

@media screen {
    .hide-to-screen {
        display: none;
    }
    .gpslistino-content {
        margin: 10px;
        padding: 30px;
        background: -moz-linear-gradient(360deg, #FFFFFF, #F2F2F2 20%, #FFFFFF) repeat scroll 0 0 transparent;
        /*-webkitbox-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
        /*-mozbox-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
        border: 1px solid #CCCCCC;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        text-align: center;
    }
}


@media print {
    .hide-to-print {
        display: none;
    }

    table{
        display:table!important
    }
    .contairer-header {
        display: none;
    }
    .gpslistino tbody td {
        border-bottom: 1px dashed #000000;
    }

    .gpslistino thead th {
        border-bottom: 1px solid #000000;
    }
    .gpslistino thead th,
    .gpslistino-content h2 {
        color: #000000;
    }

    .gpspersonaliza tbody td {
        border-bottom: 1px dashed #000000;
    }

    .gpspersonaliza thead th {
        border-bottom: 1px solid #000000;
    }
    .gpspersonaliza thead th {
        color: #000000;
    }


    .gpslistino-content {
        clear: both;
        margin: 0 auto;
        padding: 0px;
        background: none;
        border: none;
        text-align: center;
    }
    /*.gpslistino-content table {*/
    /*    width: 100%;*/
    /*}*/

}
@media all {
    .class_checkbox {
        content: url("/wp-content/plugins/contratti/public/images/checkoff24.png");
        float: left;
        margin: auto;
        padding: 0;
        width: 24px;
        height: 24px;
    }

    .class_checkbox.checked {
        content: url("/wp-content/plugins/contratti/public/images/checkon24.png");
        float: left;
        margin: auto;
        padding: 0;
        width: 24px;
        height: 24px;
    }
}
.gpsheader {
    border-bottom: 1px solid #008fa8;
}

.gpsheader .imgcontainer {
    text-align: center;
}
.gpsheader .imgcontainer img {
    width: 80%;
}
.gpsheader .imgcontainer span {
    color: #008fa8;
    font-style: normal;
    font-weight: 600;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    display: inline-flex;
}

nav li {
    float: left;
    vertical-align: middle;
}

nav li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-radius: 5px;
}

nav li a:hover {
    background-color: #04AA6D;
    color: #ffffff;
}

nav .button
{
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #04AA6D;
    font-size: 18px;
    height: 50px;
    padding: 15px;
    margin-top: 4px;
    margin-right: 10px;
    display: block;
    border-radius: 5px;
}

nav .button:hover
{
    background-color: #04AA6D;
    color: #ffffff;
}
nav .button:disabled:hover
{
    background-color: lightgrey;
    color: #ffffff;
    border: none;
}
nav .button:disabled
{
    background-color: lightgrey;
    color: #ffffff;
    border: none;
}
nav {

}


.dropdown {
    display: inline-block;
    text-align: center;
}
.dropdown button {
    position: relative;
    width: 245px;
    z-index: 2;
}

.dropdown-content {
    display: none;
    background-color: #f9f9f9;
    width: 245px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    text-align: center;
 }

.dropdown-content a {
    color: #000000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #d2d2d2;
    color: #000000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.contairer-header {
    padding: 10px;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*.contairer-header .class_checkbox,*/
/*.contairer-header .class_checkbox.checked {*/
/*    padding-left: 10px;*/
/*}*/

nav .form-check {
    margin: 4px auto;
}

.userofferta {
    width: 100%;
}
.userofferta .form-group {
    display: block ruby;
    border-bottom: dashed 1px #04AA6D;
    padding: 10px;
}
.userofferta .form-group .col-form-label,
.userofferta .form-group .form-control
{
    display: inline-block;
}
.userofferta .form-group .form-control {
    margin-left: 25px;
}

.sommarioofferta,
.footerofferta {
    text-align: left;
    padding: 0 20px 0 20px;
}