.nav-item .active {
background-color: unset !important;
box-shadow: none !important;
}
.login-logo a img, .hidden {
    display: none;
}
h3 {
    font-size: 19px;
}
.messerr {color: #dc4c3d;}
#users-table .btn, #positions-table .btn {
    color: #757575;
}
#users-table .btn:hover, #positions-table .btn:hover {
    background: #FFE599;
    color: #BAA054;
}
#users-table th, #positions-table th {
    font-size: 12px;
}
#count {float: right;}
.help-format {float: right;}
/****** Поле загрузки файлов ******/
.help-imgformat {
    color: #7a8793;
    font-size: 15px;
}

.uk-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
}
.uk-form-custom label {
   display: block;
}
.uk-form-custom input[type="file"] {
    font-size: 500px;
    overflow: hidden;
}
.uk-form-custom input[type="file"] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer;
}
.uk-input:disabled {
    background-color: #f8f8f8;
    color: #999;
    border-color: #e5e5e5;
    margin-bottom: 7px;
}
.uk-form-width-medium {
    width: 200px;
}
.uk-input {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: 270px;
    text-align: center;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
    -webkit-appearance: none;
    overflow: visible;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
}
.employee-photo img {max-width: 300px;}

/************************************/
.info-data {font-size: 14px;}
.currency:before {content: "$";}
th.currency:before {content: none;}
.table-img{
    width: 40px;
    border-radius: 20px;
}
.photo-td {
    width: 58px;
    text-align: center;
    vertical-align: middle !important;
}
label[for="head_id-flexdatalist"] {
    margin-bottom: 0;
}
