.mtsColumn {
    width: 480px;
    margin-top: 30px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}


.mtsHeadMenu {
    margin-top: 20px !important;
}

#maincontent {
    min-height: 100%;
    padding-bottom: 60px;
    box-sizing: border-box;
    /* Per background image */
    /*background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("../img/CORSICA_palombaggia.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

#background {
    background-image: url(../img/CORSICA_palombaggia.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .4;
}

#footer {
    position: absolute;
    margin-top: -48px;
    width: 100%;
}

table td.mtsDefinition {
    background: rgba(95, 94, 94, 0.03);
    font-weight: 700;
    color: rgba(0, 0, 0, .95);
    font-size: 1em;
}

.ui.dropdown>.text {
    display: block !important;
    overflow: hidden;
}

#nomeStruttura {
    width: 220px;
    background-color: white !important;
    padding-top: 10px;
    border: 1px solid #DEDEDE;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

form[name=MainForm].ui.form .field>label,
form[name=UpdateForm].ui.form .field>label{
    font-size:1.2em;
}

.prezziPopupContainer td{
    padding:5px !important;
}

.sceltaCamereContainer table tbody td{
    padding: 0.4em .79em !important;
}

@media print {
    body{
        -webkit-print-color-adjust:exact; /*:For Chrome*/
        color-adjust: exact; /*:For Firefox*/
    }
    #pratiche{
        background-color: white !important;
    }
    .mtsHeadMenu,
	.noprint,
    #commissioniDiv,
    #actionWrp001Div{
        display:none !important;
    }
}
