﻿@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;
}

/*new mat navbar*/
.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;
}
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 {
    font-size: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid transparent;
    transition: all .3s;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        border-bottom: 2px solid #fff;
    }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #A6A8AC;
    background-color: transparent;
}
/*end navbar*/

/* footer */
footer {
    text-align: center;
    background-color: #194A8B;
    color: #fff;
    text-align: left;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.footer-padding {
    padding-left: 120px;
    margin-bottom: 24px;
}

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;
}

.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, #fff 0, #fff 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;
    }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #194a8b;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3174cd;
}


/*opendata page*/
.breadcrumbs-container {
    margin-top: 100px;
    margin-bottom: 50px;
}


label.termClass {
    color: var(--text-secondary, #5D616B);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.form-control {
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--extra-dark-gray, #B9B9B9);
}
.form-control-uppercase {
    text-transform: uppercase;
}

.mat-submit {
    display: inline-block;
    padding: 10px 16px;
    gap: 4px;
    border-radius: 4px;
    background: var(--brand-blue, #3672C0);
    margin: 24px 5px 0 0;
    color: #fff;
}
#tab1 {
    position: relative;
}
.mat-excell-btn {
    position: absolute;
    right: 130px;
    top: -45px;
    color: #3672C0;
    font-weight: 600;
}
.mat-excell-btn:hover {
    color: #1e4270;
    text-decoration: none;
}
.mat-excell-btn:focus {
    color: #3672C0;
    text-decoration: none;
    outline: 0!important;
}
  
.nav-tabs > li {
    float: right;
    margin-bottom: -1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    display: flex;
    padding: 4px 8px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 4px 0px 0px 4px;
    background: var(--brand-blue, #3672C0);
    color: #fff;
    margin-right:0;
    cursor: pointer;
}
.nav-tabs > li > a {
    display: flex;
    padding: 4px 8px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 0px 4px 4px 0px;
    background: var(--extra-light-gray, #EFEEEE);
    color: var(--text-secondary, #5D616B);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 133.333% */
    margin-left: -2px;
    margin-bottom: 10px;
    cursor: pointer;
}
.download-icon {
    position: absolute;
    right: 280px;
    top: -35px;
}
.results {
    position: absolute;
    top: -30px;
    left: 15px;
}
    .results span {
        color: #194A8B;
        font-weight: 600;
    }
/*end opendata page*/
form.has-form-feature button[type=submit] {
  margin-bottom: 10px;
}
/*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*/
    /*end select-account*/
    @media (max-width: 1089px) {
    .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;
    }
    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;
    }
}

/*address more media queries*/
@media (max-width: 768px) {
    .breadcrumbs, .breadcrumbs-login {
        min-height: auto;
        margin-bottom: 0;
    }
    .breadcrumbs-container {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0;
    }
        .breadcrumbs-container h1 {
            margin: 0;
            font-size: 22px;
        }
}

@media (max-width: 576px) {
    ul.breadcrumbs-list li {
        padding: 0;
    }
        ul.breadcrumbs-list li a,
        ul.breadcrumbs-list li a.active {
            font-size: 12px;
        }
    .breadcrumbs-container h1 {
        font-size: 18px;
    }
    .mat-submit {
        position: absolute;
        left: -19px;
        top: 1px;
        padding: 11px 17px 12px;
        border-radius: 0;
        border: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .paginatedForm input {
        padding-right: 30px;
    }
    .nav-tabs {
        margin-bottom: 40px;
    }
    .download-icon {
        position: absolute;
        right: 0;
        left: 0;
        top: -75px;
    }
    .mat-excell-btn {
        position: absolute;
        right: 0;
        left: 5px;
        top: -85px;
        max-width: 55%;
    }

    .cards-container .panel-footer,
    .cards-container .panel-body {
        margin-top: 0px;
        padding: 0;
    }
   
}


.cards-container > div {
    border-bottom: 1px solid var(--extra-dark-gray, #B9B9B9);
    padding: 5px;
}

.cards-container .card-title {
    color: var(--text-primary, #071125);
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
}

.cards-container .mat-profil-asoc {
    color: var(--text-secondary, #5D616B);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cards-container .panel-footer {
    margin-top: 25px;
    background-color: transparent;
    border-top: 1px solid transparent;
}

.select-account {
    display: inline-block;
    padding: 20px 10px 19px 10px;
    border: none;
    background-color: #194a8b;
    color: #fff;
    min-width: 100%;
    text-align: left;
    font-family: 'FontAwesome', 'Raleway';
}

.selected-user {
    display: flex;
    align-items: center;
    margin:auto;
}