.header-title {
    margin-top:10px;
}

label {
    color:#fff;
}

.only-print {
    display: none !important;
}

.modal-body label {
    color: #000;
}
.SX {
    transform: scaleX(-1);
}

.header-title h3 {
    color: rgba(255,255,255,0.6);
    font-size: 16px;
}

    .header-title h2 {
        font-size: 20px;
    }

 .btn {
    color: #ffffff !important;
}
.opt img {
    width: 100%;
    max-width: 154px;
}
.lingue svg {
    height:26px;
}

.dropdown , .opt {
    text-align: center;
}

#prezzo {
color:#111;
}

.lingue .login svg {
    height: 18px;
    margin-left: 10px;
}

.lingue > a {
    color: #ffffff;
    background-color: #111111;
}
	.logobox {
      float:right;
	}
.logo {
    float: right;
    margin-right: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    width: 60px;
}

.actions {
    overflow-y:auto;
}
.header {
    height: 75px;
    /*position:absolute;
		top:0px;
		z-index:2;*/
    background-color: #000;
    width: 100%;
}

.cnt {
    margin-top: 75px;
    padding-bottom: 75px;
}
/*        .container-fluid {
			padding-left:0px;
			padding-right:0px;
		}*/
		
		header {
		    background-color:#000;
			padding-top: 1rem;
		}
		
		
		
		
        .tiranti .opt img {
            /*width:100%;*/
        }

        input:invalid {
            border: 2px solid #ff0000;
        }

        .dropdown-toggle::after {
            display: none !important;
        }

        .anteprima {
            width: 100%;
        }

@media only screen and (max-width:48em) {

    .anteprima {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1029;
    }
}

    .options.montanti {
        margin-top: 0rem !important;
    }

body {
    font-family: "Roboto", sans-serif;
    background: #444444;
}

    .options {
        margin-top: 2rem;
    }

    /*.opt img {
            max-height: 120px;
            padding: 20px;
        }*/

    h2 {
        text-transform: lowercase;
        padding-bottom: 0.5rem;
        color: #fff;
        margin-bottom: 2rem;
    }

h4 {
    margin-top: 2rem;
    padding-bottom: 0.5rem;
    text-transform: lowercase;
    color: #ffffff;
    border-bottom: 1px solid #333;
    display: inline-block;
    padding-right: 5rem;
    white-space: nowrap;
    background: #444444;
    width: 100%;
}

    h3 {
        color: rgba(255,255,255,0.6);
        font-size: 20px;
    }

.opt p {
    color: #ffffff;
    font-size: 14px;
    white-space: normal;
}

    h2 {
        font-size: 24px;
    }

    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .1s ease-in-out;
        transition: transform .1s ease-in-out;
        transition: transform .1s ease-in-out,-webkit-transform .1s ease-in-out;
    }

    .delay333 {
        animation-delay: 333ms;
    }

    .delay666 {
        animation-delay: 666ms;
    }


    .delay500 {
        animation-delay: 500ms;
    }

    .delay1000 {
        animation-delay: 1000ms;
    }


    .options .opt img {
        border: 2px solid rgba(0,0,0,0);
    }

    .options .opt:hover img, .options .opt.active img {
        border: 2px solid #f79530;
        cursor: pointer;
        background: rgba(0,0,0,0.1);
    }

footer {
    background:#000;
    border-top:1px solid #000;
    padding:1rem;
}

header.fixed-top {
height: 90px;
}


@media only screen and (max-width:48em) {
    h4 {
            font-size: 1.2rem;
            white-space: normal;
        }

        h2 {
            font-size: 1.2rem;
        }

        h3 {
            font-size: 14px;
        }

        .opt img {
            /*height:94px;*/
        }
    }

    @media print {
        .no-print, .no-print * {
            display: none !important;
        }

        #dettaglio {
            display:block !important;
            position:absolute;
            top:0px;
            width:100%;
        }

            #dettaglio .modal-dialog {
                max-width: 100%;
            }
        .p-100 {
            width: 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
        .only-print {
            display: block !important;
        }

        .modal-header {
            display:none;
        }

        .modal-content {
            border:none;
        }

        #tblprev {
            margin-top:30px;
        }
    }


.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }

a,a:active {
    color: #000;
}