@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: 'Raleway', sans-serif;
    background-color: #F9F9FB;
    color: #071125;
}

h1, .h1 {
    font-size: 39px;
    font-weight: 600;
}
/*new mat navbar*/
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid #ffffff50;
}
.navbar-brand {
    padding: 5.5px 15px;
}

    .navbar-brand img {
        max-width: 198px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

.navbar-toggle {
    margin-right: 20px;
    margin-top: 12px;
}

.navbar-brand.app-name {
    padding: 0;
}

.navbar-default {
    background-color: #194A8B;
    border-radius: 0;
}
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding-bottom: 16px;
        border-bottom: 2px solid transparent;
        transition: all .3s;
    }
    .navbar-default .navbar-nav > li > a:hover {
        border-bottom: 2px solid #fff;
    }
ul.navbar-right {
    font-size: 16px;
    padding-left: 0;
}

.navbar-default .navbar-toggle:hover {
    background-color: #163f77
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ddd;
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ddd;
    background-color: transparent;
}
ul#responsiveNavbar {
    display: none;
}
ul.nav.navbar-nav.navbar-right a {
    font-size: 16px;
}
/*search form*/
div.form-group.has-search {
    position: relative;
    width: 500px;
    margin: 10px 15px 0 0;
}

.has-search .form-control {
    padding-left: 10px;
    padding-right: 35px;
    border-width: 0;
    height: 40px;
}

.has-search .form-control-feedback {
    position: absolute;
    top: 9px;
    right: 12px;
    z-index: 2;
    display: block;
    width: 20px;
    height: 23px;
    line-height: 15px;
    text-align: center;
    font-size: 18px;
    color: #194A8B;
    background: transparent;
    border: none;
    cursor: pointer;
    pointer-events: all;
}

div#responsiveSearch {
    display: none;
}

.has-search a:hover {
    background-color: transparent !important;
}

/*end navbar*/
.blue-part {
    margin-top: 0;
    min-height: 350px;
    background: #E9F1FC;
}

.blue-part-inside {
    margin-top: 80px;
}

    .blue-part-inside h1 {
        color: #194A8B;
        font-weight: 600;
        font-size: 56px;
    }

    .blue-part-inside h2,
    h2 {
        color: #194A8B;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
    }

hr {
    margin-top: 10px !important;
    margin-bottom: 15px;
}

.poca-img {
    position: relative;
    max-width: 340px;
    top: 75px;
    left: 110px;
}

.dgt-section {
    margin-top: 35px;
    margin-bottom: 5px;
}

    .dgt-section h2 {
        margin-bottom: 15px;
    }

    .dgt-section h4 {
        font-weight: 600;
        font-size: 17px;
        max-width: 98%;
        margin-bottom: 10px;
        color: var(--text-primary, #071125);
    }

.servicii-online-section {
    margin-bottom: 64px;
}

/* servicii online card */
.servicii-online-card {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #B9B9B9;
}

a.servicii-online-card {
    text-decoration: none;
    color: #071125;
/*    transition: all .15s;
*/}

    a.servicii-online-card:hover {
        text-decoration: none;
        color: #071125;
        background: #fff;
    }
h2.login {
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 127.273% */
    text-transform: none;
    margin-bottom: 20px;
}
form.auth p {
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
    display: block;
    margin-bottom: 20px;
}
form.auth {
    display: flex;
    padding: 10px 40px;
    margin: 40px;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
    border-bottom: 1px solid var(--Extra-Dark-Gray, #B9B9B9);
    background: #fff;
}
form.auth p a span {
    color: #3672C0;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
form.auth p a:hover {
    text-decoration: none;
}
    form.auth h2 {
        color: var(--Text-Primary, #071125);
        font-feature-settings: 'clig' off, 'liga' off;
        /* L/Title 2 */
        font-family: Raleway;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 127.273% */
        text-transform: none;
    }
    ol {
        padding-left: 20px!important;
    }


    .servicii-online-card h3,
    h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #071125;
    }

.servicii-online-card p {
    font-size: 17px;
    font-weight: 400;
}

.servicii-online-icon, .servicii-online-icon-sesizare {
    max-width: 85px;
    margin: 15px 10px 10px 0;
}

    .arrow-right-icon {
        margin: 0 15px 0 40px;
    }


/* fonduri-structurale */

.fonduri-structurale {
    padding: 50px 0;
}

.finance {
    font-weight: 600;
    padding: 20px 0 40px;
    color: #071125;
}

.inform-system {
    color: #194A8B;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.gray {
    color: #5D616B;
    font-size: 17px;
    font-weight: 600;
}

.poca {
    max-width: 400px;
    margin: 40px auto;
    display: block;
}


/* footer */

footer {
    text-align: center;
    background-color: #194A8B;
    color: #fff;
    text-align: left;
    padding-top: 100px;
    padding-bottom: 30px;
}

footer h4 {
    color: #A6A8AC;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 5px 0;
}

footer ul {
    list-style: none;
}

    footer ul li a {
        font-family: Raleway;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        color: #F0F5FF;
    }

        footer ul li a:hover {
            color: var(--text-light, rgb(156, 185, 242));
            text-decoration: none;
        }

footer img {
    max-width: 198px;
    margin: 40px auto 0;
    display: block;
}

ul.nav.navbar-nav.navbar-right svg {
    margin-bottom: -6px;
}

    ul.nav.navbar-nav.navbar-right svg path {
        fill: #E2E7F0;
    }

ul.nav.navbar-nav.navbar-right a:hover > svg path {
    fill: #3672C0;
    transition: all .35s;
}
/*autorizari*/
/*breadcrumbs*/
.breadcrumbs {
    background: #E9F1FC;
}
.breadcrumbs, login-breadcrumbs {
    margin-top: 0px;
    min-height: 250px;
}

.breadcrumbs-container {
    margin-top: 150px;
    margin-bottom: 50px;
}

.breadcrumbs h1 {
    font-family: Raleway;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
}

ul.breadcrumbs-list {
    list-style: none;
    display: flex;
}

    ul.breadcrumbs-list li {
        padding: 5px;
    }

        ul.breadcrumbs-list li a {
            text-decoration: none;
            color: #194A8B;
        }

            ul.breadcrumbs-list li a:after {
                content: '/';
                color: var(--text-secondary, #5D616B);
                padding-left: 5px;
            }

            ul.breadcrumbs-list li a.active:after {
                content: '';
            }

            ul.breadcrumbs-list li a.active {
                color: var(--text-secondary, #5D616B);
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px;
            }

.servicii-online-card-header {
    display: flex;
    padding: 10px;
    border-bottom: 0;
    margin: 150px 0 30px;
}

    .servicii-online-card-header h3 {
        color: var(--brand-navy, #194A8B);
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }

    .servicii-online-card-header p {
        color: var(--text-primary, #071125);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

.fonduri-structurale-autorizari {
    background-color: #e9f1fc;
    padding: 5px 0;
}

    .fonduri-structurale-autorizari img.poca2 {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }


/* accordions */
#accordion {
    min-height: 60vh;
}

.panel-heading .accordion-toggle.collapsed:after {
    width: 20px;
    height: 20px;
    background-image: url(./icons/chevron-down.svg);
    background-size: 100%;
    content: "";
    position: relative;
    top: -50px;
    transition: all .25s;
}

.panel-heading .accordion-toggle:after {
    content: "";
    float: right;
    width: 20px;
    height: 20px;
    background-image: url(./icons/chevron-up.svg);
    background-size: 100%;
    position: relative;
    top: 20px;
    left: 30px;
}

.mat-accordions {
    margin: 50px 0 10px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    padding-right: 60px;
    padding-top: 0;
    font-size: 15px;
}

.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #f9f9fb 0, #f9f9fb 100%);
    border: transparent;
}

    .panel-default > .panel-heading.active {
        background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    }

.panel-default {
    border-color: #f9f9fb;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--extra-dark-gray, #B9B9B9);
}

.panel-heading:hover {
    margin-bottom: 0;
    border-radius: 0;
    background: #fff;
}

.panel {
    box-shadow: none;
}

a.accordion-toggle {
    display: block;
    width: 100%;
    padding-right: 40px;
    text-decoration: none;
}

    a.accordion-toggle h5 {
        color: var(--text-primary, #071125);
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    a.accordion-toggle h6 {
        color: var(--text-secondary, #5D616B);
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

.btns-container {
    padding: 20px 0;
}

.mat-btn {
    border-radius: 4px;
    /*padding: 12px 16px;*/
    gap: 4px;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
    text-shadow: none;
    box-shadow: none;
    outline: 0;
    border: none;
    color: var(--brand-blue, #3672C0);
}
    .mat-btn:hover, .mat-btn:focus {
        color: var(--brand-blue, #3672C0);
        text-decoration: none;
    }

.mat-primary {
    background: var(--brand-blue, #3672C0);
    color: var(--text-light, #F0F5FF);
}

.mat-link {
    background: transparent;
    text-decoration: none;
    color: var(--text-light, rgb(25, 83, 160));
}

    .mat-link:hover,
    .mat-link:focus {
        text-decoration: none;
        color: var(--text-light, rgb(5, 31, 66));
    }
.no-results {
    min-height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* mat buttons */
/*structuri autorizate*/

.struct-auto {
    margin-bottom: 50px;
}

.structuri_heading {
    padding: 0 0 15px 10px;
    color: var(--brand-navy, #194A8B);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    border-bottom: 1px solid #194A8B;
    margin: 0 15px 0;
}

p.update {
    color: var(--text-secondary, #5D616B);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.mat-btn-block {
    background-color: #3672C0;
    color: #fff;
    margin-top: 25px;
}
    .mat-btn-block:hover {
        background-color: #3672C0;
        color: #fff;
        text-decoration: none;
    }
/*new landing page*/
/*asking cards*/
.asking-cards {
    position: relative;
    
}
    .asking-cards > div {
        background: #fff;
        padding: 10px;
        border-bottom: 1px solid var(--extra-dark-gray, #B9B9B9);
    }
        .asking-cards > div:hover,
        .asking-cards > div:focus {
            border-bottom: 1px solid var(--brand-navy, #194A8B);
        }

    .asking-cards .arrow-right-icon {
        position: absolute;
        top: 13px;
        right: 30px;
        margin: 0;
    }
    .asking-cards a span {
        display: inline-block;
        max-width: 80%;
        color: var(--brand-blue, #3672C0);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Raleway;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .asking-cards p {
        color: #5D616B;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Raleway;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 141.176% */
    }
.mat-bordered-btn {
    border-radius: 4px;
    border: 1px solid var(--brand-blue, #3672C0);
}
    .mat-bordered-btn:hover,
    .mat-bordered-btn:focus {
        border-radius: 4px;
        border: 1px solid var(--brand-blue, #3672C0);
    }
/*end new landing page css*/
/*dropdown*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #3672C0;
    color: #ffffff;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #194A8B;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    color: #fff;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 0 10px;
    overflow: hidden;
    background-color: #3672C0;
}
/*end dropdown*/
@media (max-width: 1089px) {
    .second-navbar-container {
      display: none!important;
    }
    div.form-group.has-search {
        width: 400px;
    }
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

   .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
    div#navbar ul.nav.navbar-nav.navbar-left {
        display: block !important;
    }
    ul#responsiveNavbar {
        display: block;
    }
    nav#secondNavbar {
        display: none;
    }
    ul.navbar-right {
        padding-bottom: 25px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
}

@media (max-width: 992px) {
    .poca-img {
        position: static;
        max-width: 50%;
    }
    .servicii-online-section {
        padding: 0;
    }
    .servicii-online-card {
        padding: 0 10px;
    }

        .servicii-online-card h3 {
            font-size: 18px;
        }

        .servicii-online-card p, .servicii-online-card-header p {
            margin-bottom: 15px;
        }

        .servicii-online-card img:first-child {
            display: none;
        }

    footer {
        padding: 10px 10px 10px 10px;
    }

    .footer-padding {
        padding-left: 0;
    }

    footer .col-xs-6 {
        width: 50%;
        min-height: 160px;
    }

    /*navbar*/
    div#navbar ul.nav.navbar-nav.navbar-left {
        display: block !important;
    }

    div.form-group.has-search {
        width: 300px;
    }
    .has-search .form-control {
        padding-left: 10px;
        padding-right: 35px;
        border-width: 0;
        height: 40px;
        margin: 0 0 10px 15px;
        width: 404px;
    }
    .has-search .form-control-feedback {
        right: -110px;
      }
    }

@media (max-width: 500px) {
    
     .blue-part {
        margin-top: 0px;
        min-height: 270px;
        background: #E9F1FC;
    }

    .blue-part-inside h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .servicii-online-icon, .servicii-online-icon-sesizare {
        display: none;
    }

    .poca {
        max-width: 290px;
        margin: 20px auto;
    }

    .mat-btn {
        padding: 6px 9px;
        font-size: 15px;
        font-weight: 500;
    }
}
