html {
    min-height: 100%;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

form {
    min-height: 100%;
    padding: 0.5rem;
}



body {
    min-height: 100%;
    height: 100%;
    /* font-family: "Times New Roman", Times,Georgia, serif; */
    font-size: 14px;
    margin: 0;
    /*font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);*/
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 768px) {
    body {
        height: 100%;
        font-family: 'Roboto', sans-serif;
        /* font-family: "Times New Roman", Times,Georgia, serif; */
    }
}


h1, h2, h3, h4, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    font-family: 'Roboto', sans-serif;
    /* font-family: "Times New Roman", Times,Georgia, serif; */
}

h2 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 40px 0;
}

.page-title {
    margin-top: 0px;
    text-align: center;
    padding: 10px;
    background-color: #f4f4f4;
}

.btn {
    text-transform: uppercase;
}

.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.675rem;
    --bs-btn-border-radius: 0.25rem;
}

.btn-info-view {
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-disabled-color: #fff;
}

.btn-primary-search {
    color: #fff;
    background-color: #1e2d4e;
    border-color: #2e6da4
}

    .btn-primary-search:focus, .btn-primary-search.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .btn-primary-search:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

.btn-primary-add {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-primary-add:focus, .btn-primary-add.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .btn-primary-add:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

.page-link {
    color: #337ab7;
}

    .active > .page-link, .page-link.active {
        background-color: #337ab7;
        border-color: #337ab7;
    }

input.form-control:disabled::-webkit-input-placeholder {
    color: #e9ecef;
}

input.form-control::-webkit-input-placeholder {
    color: #e9ecef;
}

.meniu.gold-form {
    z-index: 1000;
    background-color: #1e2d4e;
}

.gold-form input.form-control::-webkit-input-placeholder {
    color: #9F9F9F;
}

.gold-form input.form-control:-moz-placeholder { /* Firefox 18- */
    color: #9F9F9F;
}

.gold-form input.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #9F9F9F;
}

.gold-form input.form-control:-ms-input-placeholder {
    color: #9F9F9F;
}

.blue-form input.form-control::-webkit-input-placeholder {
    color: #9F9F9F;
}

.blue-form input.form-control:-moz-placeholder { /* Firefox 18- */
    color: #9F9F9F;
}

.blue-form input.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #9F9F9F;
}

.blue-form input.form-control:-ms-input-placeholder {
    color: #9F9F9F;
}


.gold-form .form-control {
    color: #1e2d4e;
    border: 1px solid #1e2d4e;
}

.blue-form .form-control {
    color: #1e2d4e;
    border: 1px solid #1e2d4e;
}



/*header*/
header.sticky {
    background-color: #162544;
    opacity: 0.95;
    transition: all 0.4s ease;
    box-shadow: 1px 1px 3px #002B53;
}

    header.sticky .navbar-brand img {
        width: 100%;
        height: auto;
        transition: all 0.4s ease;
    }

header .navbar-brand img {
    height: auto;
    transition: all 0.4s ease;
}

header.sticky .navbar-collapse.collapse {
    margin-top: 0px;
    transition: all 0.4s ease;
}

header.sticky .navbar {
    margin-bottom: 0px;
}


.navbar-collapse.collapse {
    margin-top: 5px;
    transition: all 0.4s ease;
}

header .navbar {
    margin-bottom: 8px;
}

.autentificare {
    color: #1e2d4e !important;
    text-transform: uppercase !important;
    align-items: center;
    z-index: 50;
}

    .autentificare .dropdown-toggle::after {
        content: none;
    }

    .autentificare li {
        list-style-type: none;
    }

        .autentificare li:hover {
            list-style-type: none;
        }

    .autentificare .navbar-default li:before {
        content: "\007C";
        color: #1e2d4e !important;
    }

    .autentificare span {
        color: #1e2d4e !important;
        text-transform: uppercase !important;
        font-size: 0.9rem;
        text-transform: none;
    }

    .autentificare .user span {
        color: #000 !important;
    }

    .autentificare .user a i {
        padding: 5px 10px 5px 0;
    }

    .autentificare .text-info {
        padding: 5px 10px 5px 0;
        color: #1e2d4e !important;
    }

#context-menu.autentificare a i {
    color: #1e2d4e;
    font-size: 1rem;
    text-transform: none;
    transition: all 0.4s ease;
}

#context-menu.autentificare a.btn i:hover,
#context-menu.autentificare a.btn i:active
#context-menu.autentificare a.btn i:focus {
    color: #1e2d4e;
    font-size: 1.2rem;
    transition: all 0.4s ease;
}

#context-menu.autentificare > li {
    min-width: 37px;
    height: 37px;
}


.dropdown-menu.user li a span {
    color: #000 !important;
    font-size: 0.7rem;
}

.user.dropdown-menu > li > a:focus {
    background-color: #e9ecef;
    color: #000;
}

.dropdown-autentificare {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
}

    .dropdown-autentificare.show-menu {
        display: block;
        background-color: #1E2D4E;
        padding-top: 40px;
        padding-bottom: 15px;
        /*margin-top: -42px;*/
        border-bottom: 1px solid #9FA1A4;
        opacity: 0.98;
        transition: all 0.4s ease;
        box-shadow: 1px 1px 3px #0B111F;
    }

.dropdown-autentificare {
    transition: all 0.4s ease;
}

.row.meniu.sticky .dropdown-autentificare.show-menu {
    border-bottom: none;
}

.dropdown-autentificare.show-menu fieldset {
    margin-top: 10px;
}

.btn-conectare {
    background-color: #004990;
    border-color: #004990;
    color: #1e2d4e !important;
    width: 100%;
}

    .btn-conectare:hover {
        background-color: #1e2d4e;
        color: #1e2d4e !important;
    }

.btn-token {
    background-color: #d01531;
    border-color: #be0722;
    color: #1e2d4e;
    width: 100%;
}

    .btn-token:hover,
    .btn-token:focus,
    .btn-token:active {
        background-color: #be0722;
        border-color: #d01531;
        color: #1e2d4e;
        width: 100%;
        margin-bottom: 2%;
    }

.optiuni li {
    display: inline-flex;
    float: right;
    list-style: none;
}

    .optiuni li a {
        text-decoration: none;
    }

        .optiuni li a:hover,
        .optiuni li a:active,
        .optiuni li a:focus {
            text-decoration: none;
            color: #dea92e;
        }

    .optiuni li a {
        color: white;
        font-size: 13px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .optiuni li:before {
        content: "\007C";
        color: white;
    }

    .optiuni li:last-child:before {
        content: "";
    }


.meniu {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    min-height: 62px;
}

.bg-primary {
    background-color: #1e2d4e !important;
}

.bg-white {
    background-color: white !important;
}

.nav > li > a {
    display: inline-block;
}

.navbar-dark {
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    --bs-bg-opacity: 1;
    /*background-color: #1e2d4e !important;*/
}

    .navbar-dark li:before {
        content: "\007C";
        display: inline !important;
        color: #fff;
    }

    .navbar-dark li:first-child:before {
        content: "";
    }

    .navbar-dark li:after {
        content: "";
    }

.nav-item > .nav-link {
    display: inline !important;
}

.nav-item li:before {
    content: "" !important;
}

header .sticky .navbar-dark {
    /*min-height: 10px;*/
}

.navbar-dark .navbar-nav > li > a {
    color: #fff;
}

    .navbar-dark .navbar-nav > li > a:hover,
    .navbar-dark .navbar-nav > li > a:active,
    .navbar-dark .navbar-nav > li > a:focus {
        color: #ffffff;
    }


.home-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#home {
    padding: 0;
    height: 100%;
    border: 0;
    background: transparent;
}

.home-maincontent {
    border: 0;
    margin: 0;
    height: 100%;
}

.home-content {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 200;
}

h1 {
    color: #004990;
    padding: 2rem;
    font-size: 2rem;
    letter-spacing: 4px;
}

.pg-continut h1,
.pg-rezultate h1 {
    color: #004990;
    margin-bottom: 1%;
    font-size: 28px;
    letter-spacing: normal;
    text-transform: uppercase;
}

.pg-rezultate h1 {
    text-align: left;
}

.pg-rezultate .home-form /*,
.contact .home-form*/ {
    padding-top: 10%;
}

.home-form {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    color: #1e2d4e;
    text-align: center;
    padding-top: 15%;
}

.pg-continut .home-form {
    padding-top: 13%;
}

.home-form a {
    color: #fff;
}

.pg-continut .home-fomr {
    padding-top: 9%;
}


.pg-continut .home-form {
    padding-bottom: 34px;
}

.div-disclaimer {
    margin-bottom: 3%;
    text-align: left;
    margin-left: 15px;
}

.pg-continut .div-disclaimer {
    margin-top: 3%;
}

.disclaimer {
    font-size: 16px;
    font-family: "Times New Roman", Times,Georgia, serif;
    color: #1e2d4e;
    margin-bottom: 20px;
    z-index: 2;
}

.img-content {
    border: 0;
    margin: 0;
    height: 100%;
}

section {
    padding-top: 10px;
    overflow: hidden;
    z-index: 10;
    background-color: #fff;
    display: block;
}

    section > .container,
    section#info-contact {
        margin-bottom: 70px;
    }

    section .continut p,
    section .continut span,
    section .continut li {
        text-align: justify;
        line-height: 24px;
    }

.home-maincontent .gold-form .row {
    margin-left: 0;
    margin-right: 0;
}

.buton-cauta {
    margin-top: 8%;
}

    .buton-cauta .btn-submit,
    .buton-cauta .btn-show {
        font-weight: bold;
        width: 100%;
        color: #FFFFFF;
        background-color: #1e2d4e;
        border: 1px solid #0C1833;
    }

        .buton-cauta .btn-submit:hover,
        .buton-cauta .btn-show:hover {
            font-weight: bold;
            width: 100%;
            color: #FFFFFF;
            background-color: #1e2d4e;
            border: 1px solid #004990;
        }

        .buton-cauta .btn-submit:hover {
            font-weight: bold;
            width: 100%;
            color: #fff;
            border: 1px solid #be0722;
            background-color: #d01531;
        }

.btn-show {
    margin-top: 20px;
}

.input-cod div.form-group {
    padding-left: 0;
    padding-right: 0;
}

span.text-info-input {
    font-size: 12px;
}

.btn-captcha-text {
    white-space: normal;
    color: #ffffff;
    font-size: 13px;
    background-color: transparent;
    width: 100%;
    height: 60px;
}

    .btn-captcha-text:hover {
        color: #fff;
    }

    .btn-captcha-text span {
        line-height: 60px;
    }

.btn-captcha-img .img-responsive {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    min-height: 61px;
    max-height: 63px;
}

.btn-captcha .btn-captcha-img {
    border-bottom: 1px solid #1e2d4e;
    border-top: 1px solid #1e2d4e;
    border-left: 1px solid #1e2d4e;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0;
    background-color: #1e2d4e;
}

.btn-captcha .btn-captcha-txt {
    border-bottom: 1px solid #1e2d4e;
    border-top: 1px solid #1e2d4e;
    border-right: 1px solid #1e2d4e;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #1e2d4e;
    padding-left: 0;
    padding-right: 0;
}

.btn-captcha-txt {
    min-height: 63px;
    max-height: 65px;
}

.adresa-info span {
    display: block;
    margin-bottom: 10px;
    color: #1e2d4e;
}

.adresa-info-titlu {
    font-weight: bold;
}

.adresa-info {
    margin-bottom: 30px;
}



/*captcha formular contact*/
.btn-captcha-blue .btn-captcha .btn-captcha-img {
    border-bottom: 1px solid #1e2d4e;
    border-top: 1px solid #1e2d4e;
    border-left: 1px solid #1e2d4e;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0;
    background-color: #1e2d4e;
}

.btn-captcha-blue .btn-captcha .btn-captcha-txt {
    border-bottom: 1px solid #1e2d4e;
    border-top: 1px solid #1e2d4e;
    border-right: 1px solid #1e2d4e;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #1e2d4e;
    padding-left: 0;
    padding-right: 0;
}

.btn-captcha-blue .btn-captcha-text {
    white-space: normal;
    color: #ffffff;
    font-size: 13px;
    background-color: transparent;
    width: 100%;
}

.body-content {
    padding-bottom: 50px;
}

/*footer*/
footer {
    z-index: 10;
    background-color: #fff;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    right: 0;
    padding-top: 10px;
}

    footer > .container-fluid {
        padding: 0;
    }

.first-footer {
    background-color: #ebebeb;
    color: #666666;
    padding-top: 12px;
}

.first-footer {
    font-size: 11px;
    text-transform: uppercase;
}

    .first-footer ul {
        padding-left: 0;
    }

    .first-footer a {
        color: #666;
    }

    .first-footer li a:before {
        content: "\007C";
        padding-left: 2px;
        padding-right: 2px;
    }

    .first-footer li:first-child a:before {
        content: "";
    }

    .first-footer li {
        list-style: none;
        display: inline-block;
    }

.last-footer {
    margin-top: 10px;
    margin-bottom: 10px;
}



/*pagina continut*/
.blue-form .home-form {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;
    padding-top: 9%;
    padding-bottom: 85px;
}

.blue-form h1 {
    color: #dea92e;
    margin-bottom: 40px;
    font-size: 34px;
    letter-spacing: 4px;
}

.pg-continut .buton-cauta {
    margin-top: 0;
}

.pg-continut#home {
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
}

.show-form .form-cautare {
    display: block;
}

.show-form .buton-cauta {
    margin-top: 5%;
}

.btn-trimite {
    width: 100%;
    background-color: #1e2d4e;
    text-transform: uppercase;
}

    .btn-trimite:hover {
        background-color: #0D5295;
    }

.btn-private {
    text-transform: uppercase;
}

.btn-private-primary {
    background-color: #1e2d4e;
    text-transform: uppercase;
}

.btn-private-success {
    text-transform: uppercase;
}

.btn-private-danger {
    text-transform: uppercase;
}

.text-camp {
    color: #a3a3a3;
    border-top: 1px solid #a3a3a3;
    width: 100%;
    display: block;
}



/*meniu autentificare*/
.meniu .menu-container {
    position: relative;
}

.meniu .dropdown-autentificare {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.meniu .nav-meniu {
    z-index: 9;
}

.menu-container .navbar-toggle {
    padding: 15px 10px;
    border-radius: 30px;
}

    .menu-container .navbar-toggle .icon-bar {
        height: 1px;
    }

.menu-container .navbar-default .navbar-toggle:hover,
.menu-container .navbar-default .navbar-toggle:focus {
    background-color: #004990;
}

@media (max-width: 768px) {
    .autentificare .btn-aut {
        padding: 10px 15px;
        border-radius: 30px;
        border: 1px solid #1e2d4e;
        position: absolute;
        right: 15%;
        top: 21px;
    }

    .autentificare a .btn-aut .fa {
        margin-right: 0;
    }

    .dropdown-autentificare.show-menu {
        padding-top: 50px;
        margin-top: 0;
    }
}

@media (max-width: 425px) {
    .autentificare .btn-aut {
        right: 20%;
    }

    .links.main-container,
    .contact.main-container {
        margin-top: 0;
    }
}



/*pagina rezultate*/
.div-disclaimer-rez {
    margin-top: 2%;
    text-align: left;
}

.disclaimer-rez {
    font-size: 13px;
    font-weight: bold;
    color: #c11703;
    background-color: #fcf7e4;
    border-radius: 4px;
    padding: 10px 20px;
    border: 1px solid #faedd6;
    width: 100%;
    display: block;
}

.info-rezultate {
    margin-bottom: 10px;
}

    .info-rezultate span {
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        text-align: left;
    }

.rezultate-afisate span {
    display: block;
}

.rez-delimitari {
    border-left: 1px solid rgb(222, 169, 46);
    margin-bottom: 25px;
}

.home-form .alert {
    margin-top: 20px;
}



/*buton meniu mobile*/
.btn-meniu {
    background-color: #1e2d4e;
}

.navbar-default .navbar-toggle.btn-meniu {
    border-color: #FFFFFF;
}

    .navbar-default .navbar-toggle.btn-meniu .icon-bar {
        background-color: #FFFFFF;
    }

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
}

.buton-cauta {
    margin-top: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (min-width: 1199px) {
    .btn-captcha-text {
        padding: 0 0 33% 0;
    }
}

@media (max-width: 1400px) {
    .nav-meniu {
        width: 100%;
    }

    /* .img-responsive.brand-logo {
        width: 85%;
        height: auto;
    } */
    .nav-item > .nav-link {
        font-size: 15px !important;
        transition: all 0.4s ease;
        display: inline !important;
    }
}

@media (max-width: 1024px) {

    .nav-item > .nav-link {
        display: inline !important;
        font-size: 13px !important;
        transition: all 0.4s ease;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .nav-meniu {
        width: 100%;
    }

    /* .img-responsive.brand-logo {
        width: 85%;
        height: auto;
    } */

    .navbar-collapse.collapse {
        transition: all 0.4s ease;
    }

    .pg-continut h1,
    .pg-rezultate h1 {
        font-size: 20px;
    }

    .btn-captcha-text {
        padding: 0;
    }

    .btn-captcha-txt {
        padding: 0;
    }

    .pg-rezultate .home-form /*,
    .contact .home-form*/ {
        padding-top: 20%;
    }
}


@media (min-width: 992px) {

    .navbar-collapse.collapse {
        justify-content: flex-end;
    }

    .info-categorie-content-top {
        border-right: 1px solid #e8e8e8;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
        padding-top: 45px;
    }

    .info-categorie-content-bottom {
        border-right: 1px solid #e8e8e8;
        width: 100%;
        height: 100%;
        margin-top: 10px;
        padding-top: 45px;
    }

    a .info-categorie:nth-child(3n+0) .info-categorie-content-top,
    a .info-categorie:nth-child(3n+0) .info-categorie-content-bottom {
        border-right: none !important;
    }

    .categorie-top {
        border-bottom: 1px solid #e8e8e8;
    }

    .meniu-footer {
        text-align: right;
    }


    .col-md-12.autentificare {
        padding-top: 12px;
        padding-bottom: 10px;
    }

    .pg-continut.contact {
        height: 450px;
    }
}


@media (max-width: 991px) {
    .btn-token {
        margin-bottom: 2%;
    }

    .optiuni {
        margin-top: 15px;
    }

    .meniu-footer ul {
        padding-left: 0;
        margin-top: 10px;
    }

    .col-md-12.autentificare {
        padding-top: 8px;
        padding-bottom: 5px;
    }

    .home-form .container {
        padding-left: 0;
        padding-right: 0;
    }

    .div-disclaimer-rez {
        margin-bottom: 13%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default li:before {
        content: "";
    }

    h1 {
        margin-bottom: 45px;
        font-size: 25px;
        margin-top: 70px;
    }

    .pg-continut h1,
    .pg-rezultate h1 {
        font-size: 20px;
    }

    .pg-rezultate .home-form {
        padding-top: 20%;
    }
}


@media (max-width: 767px) {
    .mobile-menu {
        display: block;
        background-color: #1e2d4e;
        padding-top: 40px;
        padding-bottom: 15px;
        margin-top: -42px;
        border-bottom: 1px solid #9FA1A4;
        opacity: 0.98;
        transition: all 0.4s ease;
        box-shadow: 1px 1px 3px #E6E6E6;
    }

    .home-form {
        padding-top: 3%;
    }

    .pg-rezultate .home-form {
        padding-top: 16%;
    }

    .contact .home-form {
        padding-top: 18%;
    }
}


@media (min-width: 480px) and (max-width: 767px) {

    .header-image {
        display: none;
    }

    .map1 {
        order: 1;
    }

    .map2 {
        order: 2;
    }

    .navbar-default li:before {
        content: "";
    }

    .pg-home h1 {
        margin-bottom: 45px;
        font-size: 25px;
        margin-top: 125px;
        letter-spacing: 2px;
    }

    .pg-continut h1,
    .pg-rezultate h1 {
        font-size: 20px;
    }

    .navbar-collapse.collapse.in {
        border-color: rgb(35, 49, 82);
        transition: all 0.4s ease;
        width: 100%;
    }

    .disclaimer {
        font-size: 13px;
        /*color: #FFFFFF;*/
        background-color: transparent;
        font-weight: normal;
    }

    header.sticky .navbar {
        margin-bottom: 0;
    }

    .buton-cauta {
        margin-top: 4%;
        overflow: hidden;
    }

    .pg-rezultate h1 {
        margin-top: 30px;
    }
}


@media (max-width: 479px) {

    .buton-cauta {
        margin-top: 4%;
        overflow: hidden;
    }

    .gold-form .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-default li:before {
        content: "";
    }

    h1 {
        margin-bottom: 25px;
        font-size: 20px;
        margin-top: 70px;
        letter-spacing: 2px;
    }

    .pg-continut h1,
    .pg-rezultate h1 {
        font-size: 20px;
    }

    .disclaimer {
        font-size: 13px;
        background-color: transparent;
        font-weight: normal;
    }

    .navbar-collapse.collapse.in {
        border-color: rgb(35, 49, 82);
        transition: all 0.4s ease;
        width: 100%;
    }

    header.sticky .navbar {
        margin-bottom: 0;
    }

    .buton-cauta {
        margin-top: 4%;
        overflow: hidden;
        margin-bottom: 6%;
    }

    .meniu {
        position: relative;
    }

    #home h1 {
        margin-top: 5px;
    }

    .pg-rezultate .home-form {
        padding-top: 1%;
    }
}



/*formular avansat*/
.form-avansat .col-md-12 {
    padding: 0;
}



/*back to top*/
#back-to-top {
    font-size: 24px;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    background: #1e2d4e;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 25px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

    #back-to-top:hover {
        background: #d01531;
    }

    #back-to-top.show {
        opacity: 1;
    }



/*Alerta Cookie*/
.cookie-alert {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

    .cookie-alert .row {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

.btn-captcha-aut img {
    border-radius: 3px;
    margin: 0 auto 15px auto;
}

.dropdown-autentificare .btn-info {
    width: 100%;
}

@media (min-width: 1200px) {
    .main-container {
        margin-top: 140px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .main-container {
        margin-top: 140px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .main-container {
        margin-top: 100px;
    }
}

.main-container .breadcrumb {
    background-color: transparent;
}

#links .accordion .accordion-header a {
    width: 100%;
    display: block;
    position: relative;
}

    #links .accordion .accordion-header a:hover,
    #links .accordion .accordion-header a:focus,
    #links .accordion .accordion-header a:active {
        text-decoration: none;
    }

    #links .accordion .accordion-header a:before {
        color: #D4D4D4;
        content: "\e072";
        font-family: "Times New Roman", Times,Georgia, serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0px;
        top: 0px;
        transition: all 0.4s ease;
    }

    #links .accordion .accordion-header a.collapsed:before {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: all 0.4s ease;
    }

#links .accordion .accordion-header:hover,
#links .accordion .accordion-header:focus,
#links .accordion .accordion-header:active {
    background-color: #1E2D4E;
    color: #fff;
}

#links .accordion ul li {
    list-style: none;
    line-height: 30px;
}

.accordion ul {
    padding-left: 10px;
}

@media (min-width: 768px) {
    #links .accordion ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

/*cereri*/
#cereri table a {
    min-width: 122px;
    margin-bottom: 10px;
    margin-right: 5px;
}

@media(max-width: 768px) {
    #cereri table a {
        display: block;
    }
}

.adauga-cerere {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .adauga-cerere .fa {
        margin-right: 10px;
    }

    .adauga-cerere .btn {
        margin-right: 10px;
    }

body {
    margin: 0;
    padding: 0;
    /*position: relative;*/
}

/*sectiune noua Captcha Autentificare*/
.btn-captcha-aut {
    padding-right: 0;
}

    .btn-captcha-aut img {
        width: 100%;
        height: 34px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid #1D2C4E;
        border-right: none;
    }

.col-lg-1.col-md-1.col-sm-2.col-xs-2 {
    padding: 0;
    border-radius: 0;
}

    .col-lg-1.col-md-1.col-sm-2.col-xs-2 .btn-primary {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-right: 15px;
    }
}

.meniu.sticky .nav-meniu {
    margin-bottom: 30px;
}


.required {
    background-color: #FCE7F0;
}


/*20.07.2017*/

@media (min-width: 550px) and (max-width: 768px) {
    .meniu {
        min-height: 120px;
    }

    .menu-container .nav-meniu .navbar-header {
        min-height: 100px;
    }
}

@media (max-width: 550px) {
    .menu-container .nav-meniu .navbar-header {
        min-height: 80px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse.collapse {
        margin-top: 0;
    }
}

.menu-container .navbar-default .navbar-collapse,
.menu-container .navbar-default .navbar-form {
    border-color: transparent;
}


.nav-pills {
    background-color: #f4f4f4;
}

    .nav-pills > li {
        margin: 0px !important;
        border-color: #e7e7e7;
    }

.navbar-pills > li > a {
    color: #555;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.nav-pills > li > a {
    color: #555;
}

.breadcrumb {
    margin-bottom: 0px !important;
}

.pagination {
    margin: 0px;
}

.pagination-text span {
    border: 0px !important;
    font-size: 14px !important;
}


.btn-aep {
    min-width: 122px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.btn-grid-toolbar a {
    float: none !important;
}

.grid-info {
    margin-top: 10px;
}

.label-vcenter {
    padding-top: 4px;
}

ul.aep_vertical_menu {
    list-style: none;
    margin-left: 0px;
}

    ul.aep_vertical_menu a {
        font-size: 14px;
        line-height: 22px;
    }

    ul.aep_vertical_menu li {
        width: 33%;
        float: left;
    }

    ul.aep_vertical_menu a:hover {
        color: #1E3350;
    }

.tab-page {
    border: 1px solid #ddd;
    border-width: 0 1px 1px;
    padding: 10px;
}

@media(max-width: 768px) {
    .btn-aep {
        display: block;
    }
}

.box {
    margin-top: 5px;
    margin-bottom: 5px;
}


/* Modificari 13.09.2017 */

/*--- o varianta ----*/

/*
#navbar .row{
    margin-top: 30px;
}

.mainMenu{
    padding-left: 0px;
}

.mainMenu li{
    background-color: #337ab7;
    margin-right: 2px;
    font-size: 14px;
}

.mainMenu a{
    color: #ffffff;
    text-transform: uppercase;
}

.mainMenu .nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #337ab7;
}

.mainMenu .nav>li>a:hover, .nav>li>a:focus a{
    text-decoration: underline;
} */


/*--- o alta varianta ----*/



#navbar .row {
    margin-top: 3px;
}

.breadcrumb {
    font-size: 12px;
    /*padding-top: 45px;*/
    padding-bottom: 8px;
}

    .breadcrumb a {
        color: rgba(51, 122, 183, 0.8);
    }

.mainMenu {
    padding-left: 0px;
    margin-top: 10px;
}

    .mainMenu li {
        /*margin-right: 2px;*/
        font-size: 14px;
    }

    .mainMenu a {
        text-transform: none;
        color: #1e2d4e;
    }

    .mainMenu .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
    }

        .mainMenu .nav > li > a:hover, .nav > li > a:focus a {
            border-radius: 3px;
            color: #ffffff;
        }

.navbar-nav > li > a {
    line-height: 16px;
    text-wrap: nowrap;
}

/*.navbar-right .fa {
   -webkit-transition: -webkit-transform .4s ease-in-out;
   transition:         transform .4s ease-in-out;
 }

.navbar-right .fa:hover {
-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}*/

.breadcrumbMenu {
    padding-left: 15px;
}

@media (max-width: 768px) {
    .mainMenu li {
        margin-left: 8%;
    }

    .breadcrumb {
        padding-top: 18px;
    }
}


.navbar-collapse.collapse.utilizatorMenu {
    margin-top: 10px;
}

.navbar-collapse.collapse.mainMenu {
    margin-top: 40px;
    margin-left: -12px;
}

.mainMenu {
    width: 100%;
}


header.sticky .navbar-collapse.collapse.utilizatorMenu {
    margin-top: 13px;
}

header.sticky .navbar-collapse.collapse.mainMenu {
    margin-top: 40px;
    margin-left: -12px;
}

.meniu.sticky .nav-meniu {
    margin-bottom: 0px;
}

/*.currentSelection{
    font-size: 16px;
    color: #1e2d4e;
    padding: 9px 15px;
    margin-bottom: 20px;
    background-color: #eeeeee;
    border-radius: 3px;
    text-decoration: underline;
}*/

.currentSelection {
    font-size: 16px;
    color: #1e2d4e;
    padding: 9px 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    border-bottom: 1px #efefef solid;
    text-decoration: none;
    background-color: #ffffff;
}

tooltip {
    border: 1px red solid;
}
/*
.utilizatorMenu .navbar-right li:hover .fa {
    -webkit-transform: scale(1.4);
}

.mainMenu .navbar-nav a:hover {
    -webkit-transform: scale(1.1);
}

.utilizatorMenu .navbar-right .userLogat a:hover {
    -webkit-transform: scale(1.1);
}
*/

li.userLogat::before {
    line-height: 43px;
    padding-right: 10px;
}

li.userLogat {
    color: #1e2d4e;
}



.navbar-collapse.collapse.mainMenu {
    margin-left: 0px;
}

.mainMenu .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #1e2d4e;
    border: none;
}

.mainMenu .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #1e2d4e;
    color: #ffffff;
}

.mainMenu .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #1e3a79;
}

.mainMenu .navbar-nav > li > .dropdown-menu {
    background-color: #1e2d4e;
}

.mainMenu .dropdown-menu > li > a, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #1e2d4e;
}

.navbar-default .dropdown-menu li:before {
    content: "";
}

@media (max-width: 767px) {
    .mainMenu .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: #1e3a79;
    }
}

@media (max-width: 767px) {
    .mainMenu .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
        background-color: #1e3a79;
    }
}

.mainMenu .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
}

.mainMenu.dropdown-menu > li > a {
    color: #ffffff !important;
}

@media (max-width: 767px) {

    .mainmenu .dropdown-menu > li > a {
        color: #fff;
    }

        .mainmenu .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: #1e3a79;
        }
}


.mainMenu .navbar-nav > li > .dropdown-menu {
    padding: 10px;
}

.dropdownW {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
}

.dropdownW:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    display: block;
}

.mainMenu .navbar-nav > li > .dropdown-menu {
    background-color: #1e2d4e;
    border: none;
    box-shadow: none;
}

.mainMenu .navbar-nav > li.active > a {
    color: #fff;
    background-color: #394e7b;
}

.centerdiv {
    margin: auto;
    text-align: center;
}

    .centerdiv .btn {
        text-transform: none !important;
        text-wrap: nowrap;
    }

.badge-menu {
    line-height: 0 !important;
    display: unset;
    background-color: #5bc0de;
    font-size: 10px;
    padding: 2px 4px;
    vertical-align: top;
}

#table-wrapper {
    position: relative;
    width: 500px;
}

#table-scroll {
    height: auto;
    overflow: auto;
}

#table-wrapper table {
    width: 500px;
}

    #table-wrapper table thead th .text {
        position: absolute;
        top: -20px;
        z-index: 2;
        height: 20px;
        width: 35%;
        border: 1px solid red;
    }

.table-bg-danger {
    background-color: #f2dede !important;
    border-color: #ebccd1;
    color: #a94442;
}

.table-bg-success {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6;
    color: #3c763d;
}

.bckRed {
    background-color: #f2dede !important;
    border-color: #ebccd1;
    color: #a94442;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-header-primary {
    text-transform: uppercase;
    color: #FFF !important;
    background-color: #337ab7 !important;
    border-color: #337ab7;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

#toast-container > .toast-error {
    background-color: #BD362F;
}


@media all and (min-width: 992px) {
    .mainmenu .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .mainmenu .navbar .nav-item:hover .nav-link {
    }

    .mainmenu .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .mainmenu .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.nav-fill .nav-link {
    border-color: aliceblue;
    background-color: lightgray;
    color: black;
    border-radius: 10px 10px 0% 0%;
}

.nav-link.active {
    background-color: #344260 !important;
    color: white !important;
}

.nav-secondary .nav-fill .nav-link {
    border-color: aliceblue;
    background-color: lightgray;
    color: black;
    border-radius: 10px 10px 0% 0%;
}

.nav-secondary .nav-link.active {
    background-color: lightslategray !important;
    color: white !important;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    text-transform: inherit;
    color: blue;
}

.ibox-content {
    background-color: #f4f4f4;
    color: #333;
    padding: 15px 20px 20px 20px;
    border-color: #46b8da;
    border-image: none;
    border-style: solid solid solid solid;
    border-width: 5px;
    border-radius: 4px;
}

label.ibox-content {
    padding: 15px 20px 20px 20px;
    border-color: #eee;
    border-image: none;
    border-style: solid solid solid solid;
    border-width: 5px;
    border-radius: 4px;
    font-weight: bold;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.hide {
    display: none;
}

.fa-regular-me {
    background-color: #FFF !important;
    color: #FFF !important;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-width: 1px;
}


/* AC */

/* ascude div-ul pentru popover */
.fade:not(.show) {
    display: none;
}

/* buttons */
.btn {
    font-size: 0.85rem;
}

.btn-outline-primary {
    background-color: white;
}
/* form */
.form-control {
    padding: 0.3rem;
}

.form-label {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.container-fluid {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.bg-header {
    background-color: #1e2d4e;
}

.bg-section {
    background-color: #f8f9fa;
    ;
}

#main {
    margin: 0;
    padding: 0;
}

.img-fluid {
    max-height: 270px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* styleing */

.card.rounded {
    transition: all 0.4s ease;
}

    .card.rounded:hover {
        box-shadow: rgba(204, 219, 232) 0px 3px 20px 0px, rgba(204, 219, 232) 0px 1px 3px 1px;
        transition: all 0.4s ease;
    }

#alegeri a {
    text-decoration: none;
    color: #3053a0;
}

    #alegeri a:hover {
        text-decoration: underline;
    }

.ico {
    flex: 1;
    min-width: 147px;
}

    .ico img {
        max-width: 125px;
        margin-bottom: 1rem;
        border: 2px solid #f0f3fb;
        border-radius: 16px;
    }

.section-line {
    border-bottom: 0.1rem dashed #e2eaff;
    padding-bottom: 2rem;
    border-width: 50%;
}

.box-shadow-sketch {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.box-shadow-material {
    box-shadow: rgba(204, 219, 232) 0px 1px 2px 0px, rgba(204, 219, 232) 0px 1px 3px 1px;
}


.inner-shadow-box {
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}


/* capcha */
.g-recaptcha {
    margin-bottom: 2rem;
    scale: 75%;
}

    .g-recaptcha div > div {
        width: 100%;
        max-height: 50px;
    }

/* footer */
.navbar-nav.footer li a {
    font-size: 0.8rem;
}

    .navbar-nav.footer li a:hover {
        text-decoration: underline;
    }

    .navbar-nav.footer li a:not(first-child) {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .navbar-nav.footer li a:before {
        content: "\007C";
        padding-left: 2px;
        padding-right: 5px;
    }

.navbar-nav.footer li:first-child a:before {
    content: "";
}



.export-grid li a {
    text-decoration: none;
    color: #1e2d4e;
    font-size: 13px;
    margin-right: 5px;
    margin-left: 5px;
}

    .export-grid li a:hover,
    .export-grid li a:active,
    .export-grid li a:focus {
        text-decoration: none;
        color: #2e6da4;
        background-color: white;
    }


.dropdown-menu.user {
    background-color: #f4f4f4;
}


.bg-red {
    background-color: #CE6977;
    --bs-table-bg: #CE6977;
}

.sectia-ta h1 {
    font-size: 2rem;
    color: #1e2d4e;
    padding: 15px 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.instruire {
    color: red;
    font-size: 1.5rem;
}
