﻿@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');



html {
    font-size: 14px;
}


body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #fff;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2c3e50;
    display: flex;
    flex-direction: column;
}


h1 {
    font-family: sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
}

    h1 a {
        color: #333;
        font-size: 2.5rem;
        font-weight: 300;
    }

    h1 span {
        font-size: 26px;
    }


h2 {
    font-size: 1.5rem;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}
/* ------------------------------------------------------------------------------------ top header */



.logo-cnt1 img {
    max-width: 100%;
    max-height: 100px;
    padding: 5px 0;
}

/* ------------------------------------------------------------------------------------ main menu */

.navbar-default {
    background: #1e73be;
    border-color: transparent;
}

.navbar-brand {
    float: left;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    height: auto;
    font-family: sans-serif !important;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff
}

    .navbar-brand img {
        max-height: 60px;
        margin: 0; 
        padding: 0;
        display: inline-block; 
    }


.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:active {
    color: #ffffff;
}

.navbar-brand-app {
    font-size: 12px;
    color: rgb(255,255,255,0.5);
    padding-top: 16px;
    display: inline-block;
}

.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px solid transparent;
}


.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 15px;
}
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        font-size: 17px;
        padding-bottom: 16px;
        border-bottom: 2px solid transparent;
        transition: all .3s;
        color: lightblue;
        border-bottom: 2px solid #fff;
    }


    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: lightblue;
        background-color: transparent;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #1a242f;
}


@media (max-width: 992px) {
    .navbar-nav {
        margin: 0;
    }
}

.btn-logout {
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 50%;
}
/*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.categories-heading, h2.cms {
        color: #194A8B;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
    }


.pnrr-img {
    position: relative;
    width:100%;
    top: 120px;
    left: 20px;
}



.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;
}

.pnrr {
    max-width: 600px;
    margin: 40px auto;
    display: block;
}


/* footer */

footer {
    margin-top: auto;
    width: 100%;
    padding: 20px;
}

.cnt-footer {
    background: #1e73be;
    color: #fff;
}

    .cnt-footer h1 {
        color: #fff;
        text-transform: uppercase;
        line-height: 1.2em;
        letter-spacing: 0.05em;
        font-size: 1.5rem;
        margin-bottom: 20px;
        position: relative;
    }

    .cnt-footer a {
        color: #fff;
    }

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: 70px 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;
}


/* 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;
}



@media (max-width: 1024px) {
    .blue-part-inside h1 {
        font-size: 36px;
    }

    .blue-part {
        margin-top: 0px;
        min-height: 270px;
        background: #E9F1FC;
    }
}


    @media (max-width: 992px) {
        .pnrr-img {
            position: static;
            max-width: 100%;
        }


        .blue-part-inside h1 {
            font-size: 36px;
            margin-bottom: 15px;
        }

        .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;
        }

        .blue-part {
            margin-top: 0px;
            min-height: 270px;
            background: #E9F1FC;
        }
    }

    @media (max-width: 500px) {

        .blue-part {
            margin-top: 0px;
            min-height: 230px;
            background: #E9F1FC;
        }

        .blue-part-inside h1 {
            font-size: 26px;
            margin-bottom: 15px;
        }

        .servicii-online-icon, .servicii-online-icon-sesizare {
            display: none;
        }

        .pnrr-img {
            max-width: 100%;
            margin: 20px auto;
        }

        .pnrr {
            max-width: 100%;
        }

        .mat-btn {
            padding: 6px 9px;
            font-size: 15px;
            font-weight: 500;
        }
    }
