﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: RobotoCondensed-Regular;
    src: url("../fonts/RobotoCondensed-Regular.ttf");
}

@font-face {
    font-family: RobotoCondensed-Bold;
    src: url("../fonts/RobotoCondensed-Bold.ttf");
}

@font-face {
    font-family: Roboto-Black;
    src: url("../fonts/Roboto-Black.ttf");
}

@font-face {
    font-family: Roboto-Bold;
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: Roboto-Medium;
    src: url("../fonts/Roboto-Medium.ttf");
}

/*  General  */
body {
    font-family: RobotoCondensed-Regular;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

h3 {
    font-size: 22px;
    color: #3f528d;
}

h4 {
    font-size: 22px;
    color: #3f528d;
}

h5 {
    font-weight: bold;
    font-size: 18px;
    color: #2a2c34;
    padding-top: 10px;
}

.spacer-10 {
    height: 10px;
}

.spacer-30 {
    height: 30px;
}

.spacer-50 {
    height: 50px;
}

.spacer-70 {
    height: 70px;
}

.tri-color-line {
    height: 6px;
    background: #ac2341;
    background: -moz-linear-gradient(left, #002b7f 0%, #002b7f 33%, #fcd116 33%, #fcd116 63%, #ce1126 63%, #ce1126 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ac2341), color-stop(33%,#ac2341), color-stop(33%,#fcd116), color-stop(63%,#e55d28), color-stop(63%,#ce1126), color-stop(100%,#ce1126));
    background: -webkit-linear-gradient(left, #002b7f 0%,#002b7f 33%,#fcd116 33%,#fcd116 63%,#ce1126 63%,#ce1126 100%);
    background: -o-linear-gradient(left, #002b7f 0%,#002b7f 33%,#fcd116 33%,#fcd116 63%,#ce1126 63%,#ce1126 100%);
    background: -ms-linear-gradient(left, #002b7f 0%,#002b7f 33%,#fcd116 33%,#fcd116 63%,#ce1126 63%,#ce1126 100%);
    background: linear-gradient(to right, #002b7f 0%,#002b7f 33%,#fcd116 33%,#fcd116 63%,#ce1126 63%,#ce1126 100%);
}

.one-color-line {
    height: 3px;
    background: #3f518d;
    margin-top: 0px;
    z-index: 9999;
}

.small-title {
    font-family: RobotoCondensed-Bold;
    color: #3f528d;
    font-size: 18px;
    padding-bottom: 20px;
}

p {
    font-size: 14px;
}

.section-title h2 {
    font-size: 30px;
    color: #3f528d;
    padding: 30px 0 20px 0;
}

    .section-title h2:before {
        display: block;
        margin: 0 20px 8px 0;
        height: 4px;
        content: " ";
        text-shadow: none;
        background-color: #ce1126;
        width: 60px;
        text-align: center;
        margin-bottom: 5px;
    }

.p-box-grey {
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 4px;
    margin: 0px 0 20px 0;
}

.p-box-blue {
    background-color: #3f528d;
    border-radius: 4px;
    margin: 0px 0 20px 0;
}

.p-box-white {
    padding: 30px;
    border-radius: 4px;
    margin: 0px 0 20px 0;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.38);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.38);
    background-color: #fff;
}

.dark-bg {
    background-color: #e1e5e8;
    padding: 15px 0 5px 0;
    border-radius: 3px;
}

.bullet-list ul li {
    color: #3c3c3c;
    list-style: none;
}

    .bullet-list ul li::before {
        color: #006b6e;
        content: "\2022";
        font-size: 1em;
        padding-right: 1.1225em;
        position: relative;
        top: 0em;
    }

.header-0 thead {
    display: none;
}


table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: #3f518d !important;
}

table a {
    text-decoration: underline;
}

.save-btn a {
    background-color: #199116;
}

.add-btn a {
    background-color: #e5ab19;
}

.save-btn a, .add-btn a {
    padding: 5px 20px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: left;
    margin: 0 10px 20px 0;
}

.change-btn a {
    background-color: #0093db;
}

.delete-btn a {
    background-color: #ce1126;
}

.delete-btn a, .change-btn a {
    padding: 5px 20px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: left;
    margin: 0 10px 20px 0;
}

.dark-blue {
    color: #3f528d;
}

.small-txt {
    color: #7886af;
    font-size: 14px;
}
/***** Breadcrumb *****/

.breadcrumb-bg {
    background-color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #e1e5e8;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: .75rem 0rem;
}

.breadcrumb-txt {
    padding-right: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.breadcrumb li.breadcrumb-item a {
    color: #3f528d;
    text-decoration: underline;
}

ul.nr-list {
    list-style-type: decimal;
}

ol.lower-latin {
    list-style-type: lower-latin;
}

.all-link {
    display: inline-block;
    bottom: 10px;
}

    .all-link a {
        font-family: RobotoCondensed-Bold;
        color: #3f528d;
        text-decoration: underline;
        font-size: 18px;
    }

.card-body .card-title:before {
    display: block;
    margin: 0 20px 8px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.125);
    width: calc(100%-20px);
    margin: auto;
    margin-bottom: 20px;
}

.slick-next:before {
    content: url(../img/next-dark.png) !important;
}

.slick-prev:before {
    content: url(../img/prev-dark.png) !important;
}


.slick-next:hover:before {
    content: url(../img/next-white.png) !important;
}

.slick-prev:hover:before {
    content: url(../img/prev-white.png) !important;
}


.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

ul.list-group-arrow li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    left: 10px;
    position: absolute;
    display: inline-block;
    /* margin-left: -1.3em; */
    width: 1.3em;
    margin-left: 10px;
}

ul.list-group-arrow li a {
    padding-left: 45px !important;
}

.white-bg-title {
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #2a2c34;
    border-radius: 4px;
    font-size: 18px;
}

.pdf-down a, .link-list-arrow a {
    font-size: 14px;
    display: block;
    text-decoration: underline;
    color: #3f528d;
    margin: 5px 0 15px 0;
}

    .pdf-down a:last-child, .link-list-arrow a:last-child {
        margin-bottom: 0px;
    }

    .pdf-down a:before {
        content: url(../img/icon_pdf_small.png);
        margin-right: 15px;
    }

.link-list-arrow {
    margin: 5px 0 15px 20px;
}

    .link-list-arrow i {
        margin-right: 10px;
    }

.sidebar h5 {
    color: #fff;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 30px;
}

.nav-tabs a.nav-link {
    color: #afafb1;
    background-color: #ebebeb;
    font-size: 18px;
}

.tab-content {
    background-color: #fff;
    padding: 20px;
}





/* CUSTOM CHECKBOX */

.control {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    background: #e6e6e6;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #2a2c34;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 10px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

    .select select {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: #e6e6e6;
        color: #7b7b7b;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select select::-ms-expand {
            display: none;
        }

        .select select:hover,
        .select select:focus {
            color: #000;
            background: #ccc;
        }

        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}

p.p-18 {
    font-size: 18px;
}


/*********** Top bar info **********/

/*Cookie*/

#SenatCookiesWarning {
    background-color: #3f528d;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
}

    #SenatCookiesWarning a {
        color: #fff;
        text-decoration: underline;
    }

        #SenatCookiesWarning a.cbtn {
            background-color: #fff;
            color: #3f528d;
            padding: 2px 2px 0 2px;
            margin-right: 4px;
            border-radius: 3px;
            text-decoration: none;
            margin-left: 5px;
        }

/* Language selector*/

.lang {
    display: inline-block;
    width: 100%;
}

    .lang .nav {
        float: right;
        border-bottom: 1px solid #e5e5e5;
    }

    .lang li.nav-item:first-child {
        padding: .5rem .5rem;
    }

    .lang li.nav-item a {
        color: #a8a8a8;
    }

        .lang li.nav-item a:hover,
        .lang li.nav-item a.active {
            color: #3f528d;
            background-color: #e5e5e5;
            font-weight: bold;
        }

    .lang .nav-link {
        display: block;
        padding: .5rem .5rem;
    }

/* Top menu */
header nav {
    float: right;
    padding: 45px 0 0 0 !important;
}

.dropdown-menu {
    font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: RobotoCondensed-Bold;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #3f528d;
}

.navbar-light .navbar-nav .nav-link {
    color: #3f528d;
}

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #e5ab19;
    }

.bg-light {
    background-color: transparent !important;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
}

.dropdown-menu {
    /*border-bottom: 2px solid #e5ab19;
	border: 1px solid #d1d6e7;*/
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.26);
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.26);
    border-width: 1px 1px 3px 1px;
    border-color: #d1d6e7 #d1d6e7 #e5ab19 #d1d6e7;
}
/*********** Top-slider **********/

.top-slider .slick-slide {
    margin: 0px !important;
}

section.top-slider {
    padding: 0 !important;
}

/*********** Top-slider **********/
.top-banner img {
    width: 100%;
}

/*********** News Slider **********/
.slide-news {
    padding: 35px;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.26);
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.26);
    margin: 15px 15px !important;
}

.slide-news .fadiv {
    bottom: unset;
}

    button .blue-btn {
    background-color: #3f528d;
    font-size: 18px;
    border-radius: 3px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    margin-bottom: 10px;
}

/*********** Header **********/

.logo-senat img {
    padding: 10px 0;
}

/* Small banner section*/

.slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: initial;
    text-align: center;
    opacity: 1;
    color: black;
    border-radius: 3px;
    background-color: #bcc0d0;
    /*-webkit-font-smoothing: antialiased;*/
}

.slick-dots {
    position: relative !important;
    bottom: 0px !important;
    display: block;
    width: auto;
    padding: 0;
    margin: auto;
    list-style: none;
    text-align: center;
}

    .slick-dots li.slick-active button:before {
        border: 3px solid #3f528d;
        border-radius: 3px;
        background-color: #3f528d
    }

/*********** News-section **********/

.news-section {
    font-family: RobotoCondensed-Regular;
    border-radius: 0px;
    padding-left: 0px;
    padding-left: 0px;
}

    .news-section .card {
        border-radius: 0;
        border: 0;
        padding: 10px 20px;
        margin: 5px 0;
        min-height: 470px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.16);
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.16);
    }

    .news-section .card-header,
    .news-section .card-body {
        background-color: transparent;
        padding: 10px 0;
        border-bottom: 0;
    }

    .news-section .card-title {
        font-family: RobotoCondensed-Bold;
        color: #3f528d;
    }

    .news-section .highlight {
        background-color: #e6e8f1;
        display: inline-block;
        float: left;
        border-radius: 4px;
        padding: 5px 10px;
        color: #3f518d;
        font-size: 14px;
    }

    .news-section .date {
        float: right;
        padding: 3px 0px;
        color: #2a2c34;
        font-size: 14px;
    }

.btn.btn-primary {
    background-color: #3f528d;
    border: 0;
    padding: 4px 8px;
    font-size: 14px;
    width: auto;
}

.slick-prev, .slick-next {
    top: 103% !important;
    background: white !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #dbdcdc !important;
    border-radius: 4px;
    z-index: 999;
}

.slick-prev {
    right: 50px;
    left: unset !important;
}

.slick-next {
    right: 15px !important;
}

.news-section .slick-prev,
.news-section .slick-next {
    margin-top: 15px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover {
    background-color: #3f528d !important;
}

.slick-next:focus {
    background-color: #e1e5e8;
}

/******* PRESS SECTION ******/

.press-section {
    background-color: #f0f2f3;
    border-radius: 4px;
    font-family: RobotoCondensed-Regular;
    padding-left: 0px;
    padding-left: 0px;
}

    .press-section .card {
        border-radius: 0;
        border: 0;
        margin: 5px 0;
        min-height: 570px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.16);
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.16);
    }

    .press-section .card img.pic {
        height: 250px;
        object-fit: cover;
    }

    .press-section .card-header, .press-section .card-body {
        background-color: transparent;
        padding: 10px 15px 0px 15px;
        border-bottom: 0;
    }

    .press-section .card-body {
        padding: 10px 15px 20px 15px;
    }

    .press-section .card-title {
        font-family: RobotoCondensed-Bold;
        color: #3f528d;
    }

    .press-section .highlight {
        background-color: #e6e8f1;
        display: inline-block;
        float: left;
        border-radius: 4px;
        padding: 5px 10px;
        color: #3f518d;
        font-size: 14px;
    }

    .press-section .date {
        float: right;
        padding: 3px 0px;
        color: #2a2c34;
        font-size: 14px;
    }

.slick-next {
    right: 15px !important;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover {
        background-color: #3f528d !important;
    }

    .slick-next:focus {
        background-color: #e1e5e8;
    }

/******* CONTACT SECTION ******/

.contact-section {
    font-family: RobotoCondensed-Regular;
    border-radius: 0px;
    font-size: 14px;
    padding: 50px 10px;
}

    .contact-section .section-subtitle {
        color: #d9dce8;
        font-size: 60px;
    }

    .contact-section h6 {
        font-family: RobotoCondensed-Bold;
        font-size: 16px;
        color: #3f528d;
        padding-bottom: 20px;
    }

        .contact-section h6 span {
            font-size: 13px;
            display: inline-block;
        }

    .contact-section ul {
        padding-left: 0;
    }

        .contact-section ul li {
            list-style: none;
        }

    .contact-section img {
        width: 100%;
    }

    .contact-section li .info-icon {
        display: inline-block;
        float: left;
    }


/******* FOOTER SECTION ******/
.footer {
    font-family: RobotoCondensed-Regular;
    background-color: #f7f7f7;
    border-top: 3px solid #e5ab19;
    font-size: 14px;
}

    .footer .content-wrap {
        padding: 35px 10px;
    }

.footer-title {
    columns: #000;
    font-family: RobotoCondensed-Bold;
}

/*list info*/

.footer .list {
    margin: 0;
    padding: 0;
}

.footer li {
    list-style: none;
    margin: 5px 0;
}

.footer a {
    color: #3f528d;
    padding-left: 15px;
    position: relative;
    text-decoration: underline;
}

    .footer a:hover {
        color: #ce1026;
    }

.footer .footer-item .list li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    left: 0;
    position: absolute;
}

.fmenu .login a {
    color: #fff;
    font-size: 18px;
    font-family: RobotoCondensed-Bold;
    text-decoration: none;
    padding: 21px 0 21px 30px;
    background: #a1aac7;
    display: block;
}

    .fmenu .login a i {
        padding-right: 10px;
        padding-left: 20px;
    }

    .fmenu .login a:hover {
        background-color: #3f528d;
    }

.fmenu .navbar-f {
    float: right;
    padding-top: 20px;
}

.fmenu {
    background-color: #e2e5ee;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
}

    .fmenu .navbar-f a {
        color: #3f528d;
    }

        .fmenu .navbar-f a:after {
            content: "";
            display: block;
            position: absolute;
            z-index: 1;
            left: -5px;
            /*top: -17px;*/
            bottom: 0;
            border: 1px solid #3f528d;
            border-width: 0 0 0 1px;
            height: 15px;
            width: 1px;
        }

    .fmenu .navbar-f .list-inline .list-inline-item:first-child a:after {
        border: 0
    }

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.fmenu ul.list-inline {
    margin-bottom: 0;
}

.fmenu .list-inline-item {
    padding: 0 5px;
}


.fcopy {
    background-color: #3f528d;
    color: #fff;
    padding-top: 10px;
    text-align: center;
}




#main-menu {
    text-align: center;
}

    #main-menu ul {
        text-align: left;
    }

    #main-menu > li {
        float: none;
        display: inline-block;
        margin-right: -4px;
    }

    *:first-child + html #main-menu > li { /* for IE7 */
        display: inline;
        margin-right: 0;
        zoom: 1;
    }

    * html #main-menu li { /* for IE6 */
        float: none;
        display: inline;
        zoom: 1;
    }
/*
 Override the above in collapsible mode.
 Make sure the break point width is the same as the one in the theme you use.
*/
@media screen and (max-width: 640px) {
    #main-menu {
        text-align: left;
    }

        #main-menu > li {
            display: block;
            margin-right: 0;
        }
}

/* DATA TABLE */

.agenda {
    background-color: #e1e5e8;
    border-radius: 3px;
    margin-bottom: 40px;
}

    .agenda h4 {
        font-size: 24px;
        color: #3f528d;
        padding: 20px 0 20px 0px;
    }

        .agenda h4 span {
            background-color: #fff;
            border-radius: 5px;
            padding: 2px 5px 2px 10px;
            margin: 10px;
            font-weight: bold;
        }

table {
    padding: 5px 0 15px 0 !important;
    /*font-size: 14px;*/
    padding: 15px 0;
}

    table a {
        color: #007bff;
    }

    table .deny {
        color: #d90000;
    }

    table .allow {
        color: #45a72b;
    }

    table > tbody > tr > td,
    table > thead > tr > th {
        border-right: 1px solid #e1e5e8;
    }

.agenda table > tbody > tr > td:nth-child(2) {
    font-weight: bold;
    color: #3f528d;
    text-decoration: underline;
}


table.dataTable thead th,
table.dataTable thead td {
    background: #fff;
    border-bottom: 1px solid #e1e5e8 !important;
    border-top: 0;
    padding: 10px 10px !important;
}

table.dataTable thead th {
    color: #3f528d;
    font-family: RobotoCondensed-Bold;
    vertical-align: top !important;
}

table.dataTable.display tbody td {
    font-family: RobotoCondensed-Regular;
    vertical-align: top !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.full-border table.dataTable thead th:first-child,
.full-border table.dataTable thead td:first-child,
.full-border table.dataTable thead th:last-child,
.full-border table.dataTable thead td:last-child {
    border: 1px solid #e1e5e8 !important;
}


/* Legislation search */

.legislation-search-list {
    padding: 30px 40px;
    margin-bottom: 40px;
}

    .legislation-search-list .form-control {
        background-color: transparent;
    }

.legislation-search-box .search-title {
    font-size: 24px;
    padding: 30px 0px 30px 40px;
}

.legislation-search-box .line {
    height: 2px;
    background: #fff;
    margin-top: 0px;
    z-index: 9999;
}

.legislation-search-box {
    background-color: #3f528d;
    color: #fff;
    font-size: 14px;
}

.legislation-search-results {
    background-color: #e1e5e8;
    font-size: 14px;
}

    .legislation-search-results h4 {
        font-size: 24px;
        color: #3f528d;
        padding: 20px 0 20px 0px;
    }

.custom-tabs .nav-tabs .nav-link {
    font-size: 18px;
    background-color: #ebebeb;
    color: #afafb1;
}

    .custom-tabs .nav-tabs .nav-link.active {
        font-size: 18px;
        background-color: #fff;
        color: #3f528d;
    }

    .custom-tabs .nav-tabs .nav-link,
    .custom-tabs .nav-tabs .nav-link.active {
        padding: 15px 30px !important;
    }

.legislation-search-tabs {
    padding: 10px 15px;
}

    .legislation-search-tabs .tab-content {
        background-color: #fff;
        padding: 15px;
    }




/* Voturi Plen */

.plenary-votes {
    padding: 30px 40px;
    margin-bottom: 40px;
}

    .plenary-votes .form-control {
        background-color: transparent;
    }

    .plenary-votes .form {
        padding: 15px 30px;
    }

    .plenary-votes .form-check {
        padding-left: 0px;
    }

    .plenary-votes .search-title {
        font-size: 24px;
        color: #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding: 15px 30px;
    }

    .plenary-votes label {
        color: #fff;
        font-size: 14px;
    }



/****** Financial ******/

.financial {
    font-family: RobotoCondensed-Regular;
    margin-bottom: 40px;
}

    .financial table img {
        padding-right: 10px;
    }

.sidebar {
    background-color: #3f528d;
    border: 0;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

    .sidebar label {
        font-size: 16px;
        color: #fff;
    }

    .sidebar option {
        color: #000;
    }

    .sidebar .form-control,
    .sidebar .form-control:hover,
    .sidebar .form-control:focus {
        background-color: transparent;
        color: #fff;
    }

    .sidebar .list-group-item a {
        width: 100%;
        display: inline-block;
        padding: .50rem 1.25rem;
        color: #fff;
        font-size: 14px;
    }

        .sidebar .list-group-item a:hover,
        .sidebar .list-group-item a.active {
            background-color: #e5ab19;
            text-decoration: none;
        }

.financial .list-group-item {
    background-color: transparent;
    color: #fff;
    padding: 0;
    border: 0;
}

    .financial .list-group-item:nth-child(2n+1) {
        background-color: #394b82;
    }

.accordion .card-header {
    background-color: #e1e5e8;
    padding: 0;
}

.accordion .card {
    margin: 0 0 10px 0;
}

.accordion .card-header {
    border: 0px;
}

.accordion .card-body {
    background-color: #f0f2f3;
    padding: 0 40px 40px 65px;
}

.accordion .card-header i {
    float: right;
}

.accordion .card-header a:hover {
    text-decoration: none;
}

    .accordion .card-header a:hover h5 {
        background-color: #f0f2f3;
    }

.accordion .card-header a h5 {
    font-weight: bold;
    font-size: 18px;
    color: #2a2c34;
    padding: 1.5rem 1.25rem;
    background-color: #f0f2f3;
}

.accordion .card-header a.collapsed h5 {
    background-color: #e1e5e8 !important;
}

.financial .card-header span {
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 10px;
    margin-right: 10px;
    border-radius: 4px;
    display: table-cell;
    float: left;
}

.financial a.card-link {
    color: #fffdb1;
    text-decoration: underline;
    font-size: 14px;
}

.financial .senator {
    color: #fff;
    font-size: 14px;
}

    .financial .senator img {
        display: block;
    }

    .financial .senator .name {
        font-size: 16px;
    }

/****** Legal Committee ******/

@media(min-width: 768px) {
    .col-1-5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.legal-committee .info-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.14);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.14);
}

    .legal-committee .info-box:hover {
        background-color: #3f528d;
    }

    .legal-committee .info-box a {
        text-decoration: none;
        color: #000;
    }

    .legal-committee .info-box i {
        color: #d9dce8;
        font-size: 28px;
        padding-top: 40px;
    }

    .legal-committee .info-box .box-title {
        font-size: 18px;
        color: #000;
        padding: 20px 0;
        font-weight: bold;
    }

    .legal-committee .info-box:hover .box-title,
    .legal-committee .info-box:hover p {
        color: #fff;
    }

.info-box:hover .img-back {
    display: none;
}

.info-box .img-top {
    display: none;
    top: 0;
    left: 0;
    z-index: 99;
}

.info-box:hover .img-top {
    display: inline;
}



/* FAQ */

.faq-accordion .accordion .card-header a h5 span {
    background: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 4px;
}

.faq-accordion .accordion .card-body {
    padding: 0 40px 40px 60px;
}

/* TEAM */

.team-section section,
.team-section .p-box-grey {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.team-section .form-check {
    padding: 0px 30px 20px 0px;
}

    .team-section .form-check label {
        font-size: 14px;
        text-decoration: underline;
        color: #3f528d;
    }

.team-box {
    background-color: #fff;
    padding: 20px 0 10px 0;
    margin-bottom: 40px;
}

.team-section h5 a, .team-section .group-text a {
    color: #3f528d;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
}

.team-section .blue-bg {
    color: #fff;
    background-color: #4c6aa5;
    font-weight: normal !important;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 5px;
}

.team-section .date-text {
    color: #000;
    margin-bottom: 10px;
}

.team-section .group-img {
    position: absolute;
    padding-left: 5px;
}


/*** NEWS SENAT ***/

.calendar-filter {
    margin-top: 40px;
    float: right;
}

    .calendar-filter label,
    .calendar-filter button {
        margin: 0 10px;
    }


/*Legislation list*/

.legislation-list .form {
    padding: 15px 30px;
}

.legislation-list .search-title {
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding: 15px 30px;
}

.legislation-list .form-title {
    font-size: 16px;
    color: #fff;
    font-family: RobotoCondensed-Bold;
    padding: 10px 0 15px 0;
}

.legislation-list label {
    color: #fff;
    font-size: 14px;
}

.legislation-list .text-muted {
    color: #fff !important;
    font-size: 12px;
}

.legislation-list .line {
    width: 100%;
    background-color: #6575a4;
    height: 1px;
    margin: 30px 0 20px 0;
}

.legislation-list .form-control,
.legislation-list ::placeholder {
    color: #ffffff;
    background-color: transparent;
    font-size: 14px;
}





.legislation-list select option {
    background: #3f528d;
    color: #fff;
}

table.legislation-list-table {
    font-size: 14px;
}

    table.legislation-list-table tbody tr:first-child td {
        border-top: 1px solid #ddd !important;
    }

    table.legislation-list-table tbody tr:last-child td {
        border-bottom: 1px solid #ddd !important;
    }

    table.legislation-list-table tbody td:first-child {
        background-color: #fbf6e7;
        border-left: 1px solid #ddd;
        color: #2a2c34;
        font-family: RobotoCondensed-Bold;
        border-top: 0;
    }

.legislative-procedure-table tr.SE-row td {
    background-color: #f5faff;
}

    .legislative-procedure-table tr.SE-row td:first-child,
    .legislative-procedure-table tr.SE-row td:nth-child(3) {
        background-color: #dfefff !important;
    }


.legislative-procedure-table tr.CD-row td {
    background-color: #fef8dc;
}

    .legislative-procedure-table tr.CD-row td:first-child,
    .legislative-procedure-table tr.CD-row td:nth-child(3) {
        background-color: #fde78a !important;
    }


.legislative-procedure-table tr.PA-row td {
    background-color: #ffeef0;
}

    .legislative-procedure-table tr.PA-row td:first-child,
    .legislative-procedure-table tr.PA-row td:nth-child(3) {
        background-color: #ffe5e8 !important;
    }

    .legislative-procedure-table tr.PA-row td:nth-child(3),
    .legislative-procedure-table tr.SE-row td:nth-child(3),
    .legislative-procedure-table tr.CD-row td:nth-child(3) {
        vertical-align: middle !important;
    }


.legislative-procedure-table tr.PA-row td,
.legislative-procedure-table tr.SE-row td,
.legislative-procedure-table tr.CD-row td {
    border: 0 !important;
}

table.legislative-procedure-table > thead > tr > th {
    border: 1px solid #e1e5e8;
}

.legislative-procedure-table {
    font-size: 14px;
}

a.search-yellor-btn {
    background-color: #e5ab19;
    padding: 10px 20px;
    color: #fff;
}

a.discard-selection {
    background-color: #6575a4;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
}




.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
    height: 2.5rem;
}

.file-field input.file-path {
    width: 100%;
    height: 36px;
}



.plenary-votes img {
    max-height: 32px;
    padding-right: 10px;
}

.total-votes ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .total-votes ul li {
        float: left;
        display: block;
        background-color: white;
        text-align: center;
        padding: 15px 30px;
        text-decoration: none;
        border-right: 1px solid #e1e5e8;
    }

        .total-votes ul li:last-child {
            border-right: 0px;
        }

        .total-votes ul li:nth-child(even) {
            background-color: #f5f7f7;
        }

.plenary-votes h5 {
    color: #3f528d;
    font-weight: 500;
}

.total-votes {
    margin: 20px 0 20px 0;
}

.senators {
    background-color: #e1e5e8;
    padding-bottom: 40px;
}

    .senators table {
        padding: 0 !important;
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }

    .senators .p-box-blue p {
        color: #fff;
    }

.filters ul {
    padding: 0 15px;
}

    .filters ul li {
        list-style-type: none;
        display: inline-block;
        padding-right: 10px;
    }

        .filters ul li img {
            filter: saturate(0%);
        }
