#embeddedForm {
    min-height: 1177px;
}

/*  ***************************** NEW ******************** */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100px !important;
}


table {
    width: 100% !important;
}

ul.only-img {
    margin: 0;
}

a.left-link:link,
a.right-link:link {
    text-decoration: none;
}

a.left-link:hover,
a.left-link:active,
a.left-link:visited,
a.right-link:hover,
a.right-link:active,
a.right-link:visited {
    text-decoration: underline;
    color: #ab1515;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p20 {
    padding: 20px !important;
}

.plr20 {
    padding: 0px 20px !important;
}

.p15 {
    padding: 15px !important;
}

.w-100 {
    width: 100% !important;
}

.tab-pane-content {
    padding: 15px !important;
}
.articleHeading {
    margin-bottom: 20px
}

.articleHeading h1 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0
}


/*height row*/

.row-flex {
    display: flex !important;
    flex-wrap: wrap !important;
    height: 510px !important;
    overflow: hidden !important;
    margin-bottom: 20px;
}

.row-flex-nodesrc {
    display: flex !important;
    flex-wrap: wrap !important;
    height: 400px !important;
    overflow: hidden !important;
    margin-bottom: 20px;
}

/*height row*/

.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #ccc;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}


.accordion:hover, div[aria-expanded="true"] .accordion {
    background-color: #ab1515;
    color: #fff;
    border: 1px solid #ab1515;
}

 .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 18px;
    font-size: 32px;
    line-height: 28px;
}
div[aria-expanded="true"] .accordion:after,
.accordion_active:after {
    content: "\2212";
    font-size: 18px;
    font-size: 32px;
    line-height: 28px;
    color: #fff;
}


#headingRezultate .accordion:after{
    content: "\2212";
    font-size: 18px;
    font-size: 32px;
    line-height: 28px;
    color: #777;
}





.accordion:hover:after {
    color: #fff;
}

.accordion_active:hover,
.accordion_active:after:hover {

    color: #fff;
}

.accordion_panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* General styling for section headers */
.accordion-header button {
    font-weight: bold;
    color: #333;
    background-color: #f8f9fa;
    border: none;
    font-size: 1.25rem;
}

.accordion-button:not(.collapsed) {
    color: #333;
    background-color: #e9ecef;
}

.accordion-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.accordion-body {
    padding: 20px;
    background-color: #ffffff;
}

/* Disclaimer styling */
.accordion-body p {
    font-size: 0.9rem;
    color: #555;
}

/* Result Warning Text */
.accordion-body p strong {
    color: #b30000;
    font-weight: bold;
}


/* Specific Styling for Header Text */
.accordion-header h5 {
    font-size: 1rem;
    color: #333;
}


#headingRezultate .accordion {
    pointer-events: none;
}


.rezultate-item div:nth-child(1)  {
    font-weight:normal;
}

/*CNPF specific styles*/

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border-top: 6px #ab1515 solid
}

@media (max-width: 1199px) {
    body {
        font-size: 15px
    }
}

.container-fluid {
    max-width: 100%
}

@media (min-width: 1260px) {
    .container-fluid {
        width: 1258px
    }
}

a {
    color: #324680;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #ab1515;
}

img {
    max-width: 100%
}

.heading {
    color: #324680;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase
}

.form-control,
input,
select,
textarea {
    outline: 0 !important;
    z-index: 0 !important;
}

.text-danger {
    color: #ab1515
}

.strong,
b,
strong {
    font-weight: 700
}

.less-gutter.row {
    margin-left: -4px;
    margin-right: -4px
}

.less-gutter>[class*=col-] {
    padding-left: 4px;
    padding-right: 4px
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .18);
    z-index: 8;
    display: none
}

@media (max-width: 1199px) {
    .desktop-only {
        display: none !important
    }
}


.btn {
    outline: 0 !important;
    max-width: 100%;
    border: none;
    min-width: 173px;
    height: 44px;
    border: 1px solid #b4b4b4;
    border-radius: 22px;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-transition: .15s linear;
    -moz-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
    -webkit-transition-property: background-color, color;
    -moz-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color
}

.btn img {
    margin-right: 5px
}

.btn-block {
    display: block;
    min-width: inherit !important
}

.btn.arrow-right:after {
    content: url(../images/arrow-right.png);
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle
}

.btn:hover {
    background-color: #ab1515;
    border-color: #ab1515
}

a.btn {
    padding-top: 11px
}

.btn-primary {
    background-color: #273271;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

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

.btn-danger {
    background-color: #ab1515;
    border-color: #ab1515
}

.btn-danger:hover {
    background-color: #273271;
    border-color: #273271
}

.btn-default {
    background-color: #fff;
    color: #314781
}

.btn-default:hover {
    background-color: #314781;
    color: #fff
}

.btn-default img {
    vertical-align: baseline;
    margin-right: 2px
}


@media (max-width: 640px) {
    .main-header .top-lang {
        width: 100%
    }

    .main-header a.logo {
        float: none;
        margin: 0 auto;
        display: block
    }
}

@media (min-width: 1200px) {
    .main-header .container-fluid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center
    }
}


.labels {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    -moz-box-shadow: 0 0 32px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .08);
    box-shadow: 0 0 32px rgba(0, 0, 0, .08);
    margin-top: 50px
}

.data_pre {
    font-size: 14px;
    color: #cccccc;
    font-style: italic;
}

.fl,
.fr {
    margin: 15px 0px;
}

.brd-bottom,
.brd-table tr {
    border-bottom: 1px solid #cccccc;
}

.brd-table tr td {
    padding: 10px 0 !important;
}

.btn_send {
    cursor: pointer;
    width: 130px;
    border: none;
    background: #324781;
    color: white;
    outline: none;
    padding: 10px;
    font-weight: bold;
}

.btn_send:hover {
    cursor: pointer;
    width: 130px;
    border: none;
    background: #ab1515;
    color: white;
    outline: none;
    padding: 10px;
    font-weight: bold;
}

.btn_cancel {
    cursor: pointer;
    width: 130px;
    border: none;
    background: #324781;
    color: white;
    outline: none;
    padding: 10px;
    font-weight: bold;
}

.btn_cancel:hover {
    cursor: pointer;
    width: 130px;
    border: none;
    background: #ab1515;
    color: white;
    outline: none;
    padding: 10px;
    font-weight: bold;
}

.activebar button.accordion:nth-last-child(2) {
    background-color: #ab1515 !important;
    color: #fff !important;
    border: 1px solid #ab1515 !important;
}

.navbar {
    background-color: #314781;
}

.navbar a {
    color: #fff;
    font-size: 20px;
    text-decoration: none !important
}

.navbar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.navbar li {
    padding: 0;
}

.navbar li a {
    display: block;
    padding: 24px 15px;
    letter-spacing: -.1rem;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.navbar li > ul {
    background-color: #8b94c8;
}

.navbar li > ul a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 27px;
    margin: 0;
    letter-spacing: .018em
}

.navbar li.active > a, .navbar li:hover > a {
    background-color: #ab1515
}

.sidemenu-category .category-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    line-height: 21px;
    color: #273271;
    display: block;
    background-color: #f4f5f6;
    display: block;
    padding-top: 15px;
    padding-left: 27px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-left: 3px #f4f5f6 solid;
    text-decoration: none !important;
}

.sidemenu-category .category-heading span {
    max-width: 92%;
    display: inline-block;
}

.sidemenu-category .category-heading.link {
    color: #273271;
}

.sidemenu-category .category-heading.link.active {
    background-color: #f4f5f6;
    display: block;

    padding-top: 15px;
    padding-left: 27px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-left: 3px #ab1515 solid;
    text-decoration: none !important;

}

.sidemenu-category .category-heading.link:hover {
    text-decoration: underline;
}

.sidemenu-category .category-heading i.fa {
    transform: rotate(90deg);
    transition: 200ms;
    color: #828282;
    float: right;
}

.sidemenu-category .category-heading.collapsed i.fa {
    transform: rotate(0deg);
}

.sidemenu-category .category-heading:hover,
.sidemenu-category .category-heading:focus {
    text-decoration: none;
    color: #ab1515;
}

.sidemenu-category h4 {
    padding: 5px 0px 0px 0px !important;
    margin: 0 !important;
}

.side_menu_title {
    padding: 8px 15px;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.side_menu_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side_menu_list li {
    background-color: #fbfbfb;
    display: block;

    padding-top: 15px;
    padding-left: 27px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-top: 5px solid white;
    text-decoration: none !important;
}

.side_menu_list li a {
    text-decoration: none !important;
}

.side_menu_list li a.active {
    color: #ab1515;
    background-color: #f7f8f9;
    display: block;



    text-decoration: none !important;
}


.side-menu-toggle {
    display: none;
    width: 100%;
    border: 1px solid gray;
    text-transform: uppercase;
    transition: 200ms;
    outline: none;
    padding: 15px;
    font-size: 20px;
    font-weight: normal;
    background: #324680;
    color: #ffffff;
    cursor: pointer;
    border: none;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer !important;

}

.side-menu-toggle .fa {
    transition: 200ms;
}

.side-menu-toggle.pressed .fa {
    transform: rotate(90deg);
}



.footer{
    border-top: 1px solid #ddd; /* Light border at the top */
    margin-top: 20px;
}

.disclaimer_footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;

    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333; /* Darker text color for readability */
}

.disclaimer_footer .copyright-logo {
    margin-right: 15px; /* Space between logo and text */
}

.disclaimer_footer .copyright-logo img {
    max-height: 200px; /* Set a reasonable max height for the logo */
    /* width: auto; Keep the logo aspect ratio */
}

.disclaimer_footer p {
    margin: 0; /* Remove default margin for paragraph */
    color: #666; /* Slightly lighter color for the text */
    text-align: justify; /* Align the text to the left */
}

#apr_two_levels_note {
    color: #fff;
}

.costs thead th{
    color: #000 !important;
}

#example-selector-panel{
    margin-left: 0px;
    margin-right: 0px;
}
