﻿.fixed {
    top: 50%;
    left: 50%;
    position: fixed;
    margin: auto;
    width: 50%;
    height: auto;
    overflow: auto;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.error-panel {
    background-color: salmon !important;
    color: white !important;
    border: 1px solid red !important;
}

.display-none {
    display: none !important;
}

.min-height-85px {
    min-height: 85px !important
}

.background-red {
    background: red;
}

.border-red {
    border: 1px solid red !important;
}

.color-blue {
    color: #138ba2;
}

.color-red {
    color: #f71818;
}

.top-space-15 {
    margin-top: 15px;
}

.width-10perc {
    width: 10%;
}

.width-30px {
    width: 30px;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Open Sans', sans-serif;
}

#header {
    width: 90%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
}

#container {
    width: 100%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

#container-calf {
    width: 90%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    min-height: 60vh;
}

#footer {
    font-family: 'Open Sans', sans-serif;
    border-top: 1px solid #dedddd;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 24px;
    margin-top: 50px;
}

    #footer a {
        color: #9e9d9b;
    }

        #footer a:hover {
            color: #138ba2;
        }

/*#header input[type="submit"] {
    color: #138BA2;
}*/

section#about {
    text-align: center;
    font-size: 18px;
    line-height: 2em;
}



h1 {
    text-align: center;
    color: #138ba2;
}

section#privacy,
section#cookie {
    font-size: 16px;
}

h2 {
    color: #138ba2;
}

.ui-dialog.error > .ui-dialog-titlebar {
    background: orangered;
}

tr[data-exists=false] {
    background: transparent;
}
/*tr[data-exists=true] { background: lightgreen; }*/

/*tr[data-exists=false] > td[data-ogm="0"] { background: mintcream !important; }
tr[data-exists=false] > td[data-abf="0"] { background: mintcream !important; }*/

td[data-abf="0"], td[data-ogm="0"] {
    background: lightcoral;
}

td[data-abf="1"], td[data-ogm="1"] {
    background: #90ee90;
}

td[data-abf=""], td[data-ogm=""] {
    background: #efefef;
}

.ui-dialog .ui-dialog-content {
    min-width: 400px !important;
}

.icn-pr {
    font-size: 16px;
    margin-right: 15px;
}


.mrg-15 {
    margin-right: 15px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-top-20px {
    margin-top: 20px;
}

.margin-top-100px {
    margin-top: 100px;
}

.margin-2px {
    margin: 2px !important;
}

.padding-left-3px {
    padding-left: 3px !important;
}

.padding-right-3px {
    padding-right: 3px !important;
}

.border-color-red {
    border-color: red;
}


/*Modifiche A++ x usability*/

span.testo-aiuto {
    padding-bottom: 20px;
    color: red;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}
