.barraLingue {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 135px;
}
.barraLingue img {
    max-width: 2.8vw;
}
.barraLingue .doRollover:not(:hover) img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.formRow.hidden{
    display: none;
}

.thirdRow {
    width: 33%;
    float: left;
}

#macchinemanutenzionisogliaGroup {
    margin-left: 145px;
}

#macchinemanutenzionisogliaGroup .GroupTitle {
    color: #6E7C8B;
    font-weight: bold;
    font-size: 14px;
}

#macchinemanutenzionisogliaGroup input {
    float: left;
}

#macchinemanutenzionisogliaGroup .postLabel {
    margin-left: 2px;
    font-size: 14px;
}

.macchine-cnt {
    padding: 0 10px;
}

.macchine-cnt table {
    width: 100%;
}

.macchine-cnt h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.info-table th {
    background: #f0f0f0;
}

.info-table td, .info-table th {
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    vertical-align: middle;
}

.info-table td .icon {
    text-align: center;
    vertical-align: bottom;
    padding: 0px 2px;
    display: flex;

}

.info-table td .icon a{
    padding: 2px 3px;
}

.info-table td .icon a:hover {
    opacity: 0.7;
}

.info-table tr.lineup td {
    border-top: 2px solid #bbb;
}

.info-table tr.row-even {
    background: #f5f5f5;
}

.manutenzione-section {
    float: left;
    width: 32%;
    margin-right: 1%;
}

.manutenzione-section h2 {
    font-size: 14px;
    text-transform: uppercase;
}

.manutenzione-section h3 {
    font-size: 13px;
}

.manutenzione-section.programmate > div {
    margin-top: 2px;
    border-top: 1px solid #ddd;
    padding-top: 2px;
}

.stato_spenta {
    color: #ff3333;
    font-weight: bold;
}

.stato_accesa {
    color: #33cc33;
    font-weight: bold;
}

.stato_offline {
    color: #999;
    font-weight: bold;
}

.import-section {
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 20px;
    margin: 10px 0;
}

.import-section h1 {
    font-size: 20px;
}

.import-section dl {
    display: grid;
    grid-template-columns: 130px 1fr;
    grid-gap: 5px;
    padding: 5px;
    font-size: 16px;
}

.abbonamento-scaduto {
    padding: 20px;
    margin: 50px auto;
    border: 1px solid #ddd;
    max-width: 500px;
}

.abbonamento-scaduto h1 {
    font-size: 24px;
    margin-bottom: 5px;
}
.abbonamento-scaduto p {
    font-size: 18px;
}


#monitorArea.loading{
    background-image: url("../immagini/monitor/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.abbonamento-scaduto .button, .import-section .button{
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0;
    display: inline-block;
    font-size: 18px;
}

.report-warning{
    clear: left;
    text-align: center;

    border: 2px solid red;
    background-color: #f6f6f6;
    font-size: 24px;
    box-shadow: 2px 2px 5px #878787;

    font-weight: bold;
    color: red;
    padding: 1%;
    margin: 20px;
}

.loginContent{
    width: 400px;
    margin: 20px auto;
    font-size: 16px;
}

.loginContent .loginTitolo{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.loginContent .loginLabelLarga{
    float: left;
    width: 49%;
    line-height: 24px;
}

.loginContent .loginInput{
    margin-bottom: 20px;

    position: relative;
}

.loginContent .loginInput small{
    font-size: 12px;
    position: absolute;
    top: 20px;
}

.loginContent .loginInput input{
    padding: 2px;
    width: 49%;
    font-size: 16px;
}

.loginContent .loginSubmit{
    text-align: center;
}
.loginContent .loginSubmit input{
    padding: 5px 10px;
    border: 2px solid #333333;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;

}
.loginContent .loginSubmit input:hover{
    background-color: #333333;
    color: #fff;
}

.loginContainer .warning{
    text-align: center;
    border: 2px solid #ff3333;
    background-color: #ffcccc;
    padding: 5px 0;
    font-size: 20px;
    margin: 30px;
}

/* Gestione Tipologie */
#allarmi_e_stopContent{
    margin: 0 30px 20px;
    max-height: 400px;
    overflow-y: auto;
}
#configurazione_sinotticoContent{
    min-height: 400px;
}
.ace_editor {
    position: relative;
    width: 620px;
    height: 400px;
}
