<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bold {
    font-weight:800;
}


.modalHead {
    font-family: Roboto,sans-serif;
    color: #5d646b;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

.close_modal {
    cursor:pointer;
    border-radius: 50%;
    color: #0d6caf;
    font-size: 20px;
    line-height: 30px;
    float:right;
    text-align: center;

}

.ui-dialog-titlebar {
    display:none !important;
}

#progress {
    display: none;
}

.modal .modal-dialog { width: 80%;min-width:600px;}

.btnCnt {
    margin-top: 10px !important;
}

.error {
    color: #db2d43 !important;
}

.warning {
    color: #fda128 !important;
}

.btnAction {
    width:60px;
    margin:1px;
}


.btnOddaja {
    margin:1px !important;
}

.tdAction {
    width:150px;
}
.sectionRow {
    background-color:#1174ba !important;
    color:white !important;
    border-bottom:10px solid #eff4f8;
    padding-left:20px !important;
}

table td {
    padding-left: 10px;
}
.modalLbl {
    font-weight: 300;
    line-height: 17px;
  
    color: #5d646b;
    font-family: Roboto,sans-serif;
}

table th {
    text-align:left;
    vertical-align:top !important;
    text-transform: uppercase;
}
.statusUnkonwn {
    color: #fda128 !important;
}

.statusWarning {
    color: #fda128 !important;
}

.statusInvalid {
    color: #d43f3a !important;
}

.statusValid {
    color: #66bb6a;
}

.InputReadonyOnly {
}

select {
    /*padding: 6px 12px !important;*/
    border-radius: 3px;
    border: 1px solid #e6dfdf;
    height:37px;
    padding: 3px;
}

option {
    padding: 5px;
}

.textColorWhite a {
    color: white !important;
}

label.error, div.error, span.error {
    /*color: red;
    font-style: italic;
    padding-left: 2px;
    padding-right: 2px;
    text-overflow:clip;*/
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #db2d43;
}

.glModal{width:50px;margin-top:5px;}

.txtInput {margin-top:5px;}

.modSeparator {
    width:100%;background-color:white;height:1px;margin-top:20px;margin-bottom:8px;
}</pre></body></html>