body {
    color: #212529;
    background-color: #e8e9ea;

}

h1 {
    margin-bottom: 30px;
}

.adm-header {
    background-image: linear-gradient(rgba(55, 66, 91, 0.6), rgba(11, 13, 19, 0.8)), url('fatada.png');
    color: #ffffff; /* culoare pp */
    position: relative;
    padding-bottom: 5rem;
}

#uauim-logo-a {
    fill: #ffffff; /* culoare pp */
}
#uauim-logo-grid {
    stroke:  #ffffff; /* culoare pp */
}

.dxtb-item--logout {
    display: none;
}
.adm-content, .dx, .dx .dxtb-active {
   background-color: #f8f9fa;
}
.dx .dxtb-active {
    border-bottom: 0;
}

.adm-footer {
    border-top: 3px solid #333;
    font-size: 80%;
}
.adm-logo {
    float: left;
}

.adm-header-title {
    margin-left: 180px;
}

.adm-header-title2 {
    text-transform: uppercase;
    font-size: 46px;
    line-height: 50px;
    padding-top: 25px;
}

@media (max-width: 800px) {
    .adm-logo {
        float: none;
    }
    .adm-header-title {
        margin-left: 20px;
    }
    .adm-header-title2 {
        font-size: 40px;
        line-height: 40px;
    }
}

.adm-header a, .adm-header a:visited {
    color: #ffffff; /* culoare pp */
}

.adm-nav {
    margin-top: 22px;
}
.adm-nav-item {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.adm-nav-active, .adm-nav-link {
    border-bottom-style: solid;
    border-bottom-width: 0px;
}

.adm-nav-link {
    text-decoration: none;
    -webkit-transition: border-bottom-color 1s ease;
    -moz-transition: border-bottom-color 1s ease;
    -o-transition: border-bottom-color 1s ease;
    transition: border-bottom-color 1s ease;
}

.adm-nav-item:after {
    content:  "•";
    content:  "*";
    color: rgba(255, 255, 255, 0.6);
    font-size: 80%;
    padding: 0 3px;
}

.adm-nav-item-last:after {
    content: "";
    padding: 0;
}

.adm-nav-active {
    font-weight: bold;
    border-bottom-color: #fff;
}

.adm-nav-link {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}
.adm-nav-link:hover {
    text-decoration: underline;
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

a#dx-js-show-toolbar {
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
}

select {
    max-width: 100%;
}

.adm-invalid {
    background-color: #fffff0;
}

.adm-invalid .form-control {
    border-color: #dc3545;
}
.adm-invalid .form-control:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
.errorlist {
    background-color: #dc3545;
    color: yellow;
    font-weight: bold;
    list-style-type: none;
    margin: .25rem 0 0 0;
    padding: .25rem 20px .25rem .5rem;
    position: relative;
}
.adm-errorlist-close {
    position: absolute;
    top: 0;
    right: 5px;
}

.adm-cnp-highlight {
    text-decoration: underline;
    padding-left: 1px;
    padding-right: 1px;
}

.adm-errorlist-close a {
    color: yellow;
    font-weight: bold;
    text-decoration: none;
}

.adm-form-program .form-group-program {
    padding-top: 24px;
}

.adm-file, .dxfiles-dld {
    background-image: url('file.png');
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-left: 16px;
}

[data-dxfiles-size]:after {
    color: #6c757d;
    content: attr(data-dxfiles-size);
    white-space: nowrap;
}

.btn-primary {
    background-color: #242b3c;
    border-color: #242b3c;

}
.btn-primary:hover {
    background-color: #090b10;
    border-color: #090b10;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 50, 60, 0.5);
}

.dx .dxtb-form-row {
    border-bottom: 1px solid #005dc1;
}

.dx .dxtb-items {
    background-color: #f2f2f2;
}

dxfiles-dld[data-mce-selected="1"] {
    background-color: #bfe6ff;
}

.adm-hidden {
    display: none!important;
}

