/*common*/
h1 {text-align: center}
table {width: 100%;}
th {font-size: 1em; background-color: #6F6F6F; color: #FFFFFF}
td {font-size: 0.9em}
select{width: 160px}
.ui-progressbar { position: relative; }
.ui-tooltip {border-radius: 5px; font: bold 1em "Helvetica Neue", Sans-Serif;}
.no-close .ui-dialog-titlebar { display: none; }
.even-row {background-color: #F0F0F9}
.uneven-row {color: #0000F9; }
.debt-special-row{background-color: lightblue; font-weight: bold}
.house-special-row{background-color: lightblue; font-weight: bold}
.tarif-special-row{background-color: lightblue; font-weight: bold}
.no-wrap-column{white-space: nowrap}
.address-ui{font-size: 1.1em;}
.headers1-ui {font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1.1em; color: #444444; text-align: center; max-width: 80%; margin-right:auto; margin-left: auto}
.headers2-ui {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #888888;
    text-align: center;
}
.headers3-ui {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    color: #666666;
    text-align: center;
}
#wait-label {
    font-size: 1em;
}
#wait-bar {
    width : 90%;
    height:25px;
    margin-left:auto;
    margin-right:auto;
}
/*debt*/
#result, #filters {
    border: solid gray 1px;
    border-radius: 7px;
    padding: 8px;
    box-shadow: 4px 4px 2px #aaaaaa;
}
#btn-clear {
    position: relative;
    left: 65%;
    top: -40px
}

/*passport*/
.jobs-column {text-indent: 24px}
.white-space-separator {background-color: white; min-height: 50px;}

