.login-page {
    background: url("../electric1.jpg");
    background-size: cover;
}
i.btn1, i.btnAdd{
    color:#a0a0a0;
    cursor:pointer;
}
i.btn1:hover, i.btnAdd:hover{
    color: #0054ba;
}
.modal-dialog-evaluare{
    width:80vw;
}
.btn-default:hover, .btn-default:focus,.btn-default:focus-visible, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default,
.btn-default:focus:not(:focus-visible) {
    outline: none;
}
.close{
    margin-left:16px;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #0054ba;
}
table.eval-list tr, table.eval-list tr td {
    vertical-align: middle;
}
.fix-progress {
    height:10px;
    margin-bottom: 0px;
}
.progress-low {
    background-color: #1eb43a;
}
.progress-low-medium {
    background-color: #ffcd46;
}
.progress-high-medium {
    background-color: #ff6e1c;
}
.progress-high {
    background-color: #ec1b2f;
}
#data_eval:read-only {
    background-color: white;
    color: #363636;
}
.modal-eval {
    z-index: 1400;
}
.select2 {
    font-size:14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0054ba;
}

td.all-borders{
    border-left:1px solid #d1d1d1;
    border-right:1px solid #d1d1d1;
    vertical-align: middle !important;
}
td.td-align-middle{
    vertical-align: middle !important;
}
.row-0, .row-1 td.spanned {
    background-color: #ffffff !important;
}
.row-1 {
    background-color: #f5f5f5 !important;
}
tbody:hover td[rowspan],
tr:hover td{
    background-color: #def3ff !important;
    border-bottom-color: #7dc3e8;
}
thead th {
    vertical-align: middle !important;
    text-align: center;
    font-size:95%;
    border-bottom: 1px solid #d1d1d1 !important;
    font-weight: 400 !important;
}
tbody{
    /*border-bottom: 1px solid #d1d1d1 !important;*/
    border: none;
}
.table > tbody + tbody {
    border: none !important;
}
table tr td, table > thead > tr > th {
    vertical-align: middle !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px 10px 3px;
}
.modal-dialog-indicator{
    width:69vw;
}
.form-control {
    font-size: 14px;
}
textarea { resize: none; }
.select2-container--open .select2-dropdown--below {
    box-shadow: 0 5px 8px 4px rgba(0,0,0,0.12);
}
#reprisk_username {
    max-width: 150px;
}