﻿.field-validation-error {
    color: red;
}

button.close {
    position: absolute;
    top: 2px;
    right: 6px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    opacity: .5;
    color: #444;
}

button.close:hover {
    opacity: 1;
}

.overlej {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: white;
    z-index: 50;
    opacity: .85;
}

#odabirFirmeWrap {
    z-index: 51;
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -300px;
    width: 640px;
    padding: 10px;
    max-height: 380px;
    min-height: 380px;
    background-color: #eee;
    border: 1px solid #dfdfdf;
    box-shadow: 0 0 12px #999;
    margin-top: 100px;
}

#odabirFirmeNaslov {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

#firmeWrap {
    margin-top: 10px;
    max-height: 300px;
    overflow: auto;
}

.firma.uklj {
    text-align: center;
    border: 1px solid #dfdfdf;
    padding: 3px 0;
    margin-bottom: 3px;
    background-color: #f7f5f5;
    cursor: pointer;
    color: #888888;
}

.firma.uklj:hover {
    color: #444444;
    border-color: #999;
}

.firma.isklj {
    text-align: center;
    border: 1px solid #dfdfdf;
    padding: 3px 0;
    margin-bottom: 3px;
    background-color: #f7f5f5;
    background: #eee;
    cursor: default;
    color: #bbb;
}

#filterWrap {
    margin: 5px 0;
    text-align: center;
}

#filterInput {
    outline: none;
    display: inline-block;
    width: 100%;
    border: 3px solid #DFDFDF;
    border-radius: 3px;
    padding: 3px;
    color: #666;
    text-align: center;
}

#filterInput:focus {
    border-color: #C73062 ;
}

#alert {
    position: fixed;
    top: -1px;
    left: 50%;
    padding: 14px;
    width: 490px;
    margin-left: -260px;
    border: 1px solid #444;
    border-radius: 0 0 6px 6px;
    z-index: 100;
}

.alert-err {
    background-color: #faa;
}

.alert-ok {
    background-color: #ad0;
}

.alert-warn {
    background-color: #ff9;
}
