﻿/* FEDSAS_Front 2020*/

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Custom site styles */
/*#region ---------------------------------------------*/
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar .navbar-nav .nav-item.active .nav-link {
    color: #fccf1c;
}

html {
    font-size: 14px;
}

.closeBtn {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.bxslider-inner {
    vertical-align: middle;
    display: inline-block;
    float: none !important;
}

.covidButton {
    margin: 0 10px;
    background-color: #fbcf1b;
    padding: 10px;
    border-radius: 30px;
    color: #000;
}

.bx-wrapper {
    margin-bottom: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.InTheNewsRow {
    border: 1px solid rgba(0,0,0,.125);
}

.InTheNews {
    background-color: #fccf1c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactText, .contactText > a {
    font-size: 13px;
    color: #919191;
    margin-bottom: 5px;
}

    .contactText .fa {
        font-size: 14px;
        text-align: center;
        width: 14px;
    }

.dropSelect {
    background-color: grey;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    color: #fff;
}

    .dropSelect::after {
        float: right;
        margin-top: 10px;
    }

    .dropSelect:focus {
        box-shadow: none;
    }

    .dropSelect:hover {
        color: #fff;
        text-decoration: none;
    }

.pageImg {
    float: left;
    max-width: 300px;
    margin-right: 20px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/*
p= padding
m = margin
b = bottom
t = top
l = left
r = right
-{number} = amount
*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

a:hover {
    color: #000;
}

.navButtonsLeft {
    background-color: #fccf1c;
    padding: 6px 16px 6px 12px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.navButtonsRight {
    background-color: #fccf1c;
    padding: 6px 12px 6px 16px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.eventMargin {
    margin: 0;
}

.navButtons:hover {
    color: #000;
}

.navButtons-other {
    padding: 3px 10px 3px 10px;
    color: #fff;
    font-size: 20px;
    opacity: 1;
    cursor: pointer;
}

    .navButtons-other:hover {
        color: #fff;
    }

.top a {
    text-decoration: none
}

div#bannerCarousel a {
    color: #fccf1c;
}
div#menuCarousel a {
    color: #fccf1c;
}

.c-black {
    color: #000 !important;
}

    .c-black:focus, .c-black:hover {
        color: #000 !important;
    }

.btn-link.c-black:focus, .btn-link.c-black:hover {
    color: #000 !important;
}

.no-style {
    text-decoration: none;
}

.catlinks {
    color: #919191;
    display: inline;
    font-size: 14px;
}

    .catlinks:hover {
        color: #000;
    }

.no-style:hover {
    text-decoration: none;
}

.c-yellow {
    color: #fccf1c;
}

.LinkSelected {
    background-color: #ededed;
}

.bottom-right {
    bottom: 5px;
    position: absolute;
    right: 1.25rem;
}

.ContactHeaders {
    background-color: #ededed;
    border-bottom: none;
}

.accordion > .card:first-of-type {
    border: 1px solid rgba(0,0,0,.125);
}


.c-gray {
    color: #919191;
}

.menuGray {
    color: #7d7d7d;
}

.c-light-gray {
    color: #DEDEDE
}

.c-blue {
    color: #253364;
}

.c-light-blue {
    color: #1d3054;
}

.bold {
    font-weight: 700;
}

.bold-500 {
    font-weight: 500;
}

.bold-600 {
    font-weight: 600;
}

.c-dark-blue {
    color: #1c2e5a
}

.c-darker-blue-back {
    background-color: #091223
}

.c-green {
    color: #52c807
}

a.c-green:focus, a.c-green:hover {
    color: #52c807;
}

.c-red {
    color: #c90108
}

a.c-red:focus, a.c-red:hover {
    color: #c90108;
}

.c-back-light-gray {
    background-color: #f7f7f7;
}

.c-back-default {
    background-color: #fafafa
}


.c-white {
    color: #fff !important;
}

.c-dark-blue-back {
    background-color: #1a2f5a
}

.white-divider {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid;
    border-top-color: #fff;
}

.yellow-divider {
    margin-top: 15px;
    margin-bottom: 20px;
    border-top: 2px solid;
    border-top-color: #fccf1c;
}

.strech {
    letter-spacing: 3px;
}


.yellow-button {
    background-color: #fccf1c;
    padding: 2px 10px 2px 10px;
    cursor: pointer;
}

.yellow-button-add {
    background-color: #fccf1c;
    padding: 12px 20px 12px 20px;
    cursor: pointer;
}

.yellow-button-remove {
    background-color: #fccf1c;
    padding: 4px 10px;
    cursor: pointer;
}

.point {
    cursor: pointer;
}

.yellow-button-big {
    background-color: #fccf1c;
    padding: 10px 16px 10px 16px;
    cursor: pointer;
}

.yellow-button-about {
    background-color: #fccf1c;
    padding: 10px 25px 10px 25px;
    cursor: pointer;
}

.yellow-button-banner {
    border: 1px solid;
    border-color: #fccf1c;
    background-color: #fccf1c;
    padding: 13px 48px 13px 48px;
    cursor: pointer;
}

.yellow-button-filter {
    border: 1px solid;
    border-color: #fccf1c;
    background-color: #fccf1c;
    padding: 12px 0px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    border: none;
}

.border-button-banner {
    border: 2px solid;
    border-color: #fccf1c;
    padding: 12px 48px 12px 48px;
    cursor: pointer;
}

.border-fillter {
    border: 1px solid;
    border-color: #ededed;
    background-color: #fff
}

.doc-button {
    border: 2px solid;
    border-color: #fccf1c;
    padding: 12px 18px 12px 18px;
    cursor: pointer;
}

.custom-margin {
    margin-left: -80px;
    margin-right: -80px;
    margin-top: -56px;
    background-color: #fff;
}

.transparent-back {
    background: transparent;
    border: none;
}

    .transparent-back:focus {
        background: transparent;
        border: none;
        outline: 0;
        box-shadow: none;
    }

.yellow-border {
    border: 2px solid #fccf1c;
}

.place-white::placeholder { /* Firefox, Chrome, Opera */
    color: #fff;
}

.place-white:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.place-white::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.btn-link:hover {
    text-decoration: none;
}

.btn-link:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

i.angleRight {
    padding-top: 4px;
    font-size: 18px;
    color: #c90108;
    float: right;
}

.over {
    overflow: auto;
    height: auto;
}

.img-size {
    max-height: 380px;
    width: 100%;
}

.width-6 {
    width: 6%;
}

.width-68 {
    width: 68%;
}

.break-text p {
    word-wrap: break-word;
}

/*
p= padding
m = margin
b = bottom
t = top
l = left
r = right
-{number} = amount
*/

.p-10 {
    padding: 10px
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-t-100 {
    padding-top: 100px;
}


.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-6 {
    padding-top: 6px;
}

.p-t-3 {
    padding-top: 3px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-60 {
    padding-right: 60px;
}

.p-r-70 {
    padding-right: 70px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-3 {
    padding-bottom: 3px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-150 {
    margin-top: 150px;
}

.m-b-150 {
    margin-bottom: 150px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30-minus {
    padding-top: -30px;
}

.border-b {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.border-r {
    border-right: 2px solid rgba(0,0,0,.1);
}



.m-t-50 {
    margin-top: 50px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-l-50 {
    margin-left: 50px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-30 {
    padding: 30px;
}

.p-55 {
    padding: 55px;
}

.p-70 {
    padding: 70px;
}

.font-12-bold {
    font-size: 12px;
    font-weight: 700;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-11 {
    font-size: 11px;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.font-18 {
    font-size: 18px;
}

.font-22 {
    font-size: 22px;
}

.font-20 {
    font-size: 20px;
}

i.font-20 {
    font-size: 20px;
}

.img-height {
    height: 75%;
}

.font-19 {
    font-size: 19px;
}

.no-border-radius {
    border-radius: 0;
}

.LinkBorder {
    border: 1px solid rgba(0,0,0,.125);
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.line-height-16 {
    line-height: 16px;
}

.line-height-30 {
    line-height: 30px;
}

.outside-prev {
    margin-left: -110px;
    opacity: 1;
}

.outside-next {
    margin-right: -110px;
    opacity: 1;
}


#footer ul {
    list-style: none;
    padding: 0;
}

.f-p-l-15 {
    padding-left: 0
}

.f-p-r-15 {
    padding-right: 0
}

.lang-buttons {
    background-color: #fff;
    color: #000;
    padding: 2px 10px 2px 10px;
    font-weight: 400;
}

    .lang-buttons:hover {
        color: #000;
        text-decoration: none;
    }

.lang-selected {
    color: #919191;
}

.linksSize {
    height: 200px;
    width: auto
}

.shadow {
    box-shadow: 0px 1px 4px #D3D3D3
}

.f-p-l-30 {
    padding-left: 0
}

.f-p-r-30 {
    padding-right: 0
}

.h-m-t-35 {
    margin-top: 35px;
}

.small-12 {
    font-size: 16px;
}

.sliderHomeMax {
    max-height: none !important;
    padding: 45px !important;
    min-height: 352px;
}

.sliderHomeMax {
    max-height: 380px;
}

.sliderHomeButton {
    padding: 10px 5px 10px 5px;
    font-size: 12px;
}

.sliderHomeContent {
    font-size: 13px;
}

.sliderHomeSub {
    font-size: 14px;
}

.sliderHomeMain {
    font-size: 20px;
}

.info-tool-tip {
    cursor: pointer;
    /*position: absolute;*/
    /*margin-right: 10px;*/
    font-size: 27px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: contents !important;
}

.select2-container .select2-search--inline {
    display: contents !important;
}

.account-status-div {
    min-height: 30px !important;
}

.sub-menu-items {
    animation: fadeInAnimation ease .1s;
}

.c-hide {
    display: none !important;
}

.c-show {
    display: block !important;
}

.Centres-dropdown {
    min-width: 280px !important;
}

#navbarNavDropdown .dropdown-menu {
    font-size: 14px !important;
}
/*#endregion*/

/* Custom site @media queries */
/*#region ---------------------------------------------*/
@media (max-width: 576px) {

    /*.eventMargin{
        margin:0px!important;
    }*/

    .h-m-t-35 {
        margin-top: 10px
    }

    .linksSize {
        height: 100px;
        width: auto
    }

    .yellow-button-banner {
        padding: 9px 22px 9px 22px;
    }

    .border-button-banner {
        padding: 8px 22px 8px 22px;
    }

    .yellow-button-big {
        padding: 8px 4px 8px 4px;
        font-size: 12px;
        line-height: 1 !important;
    }

    .custom-margin {
        margin-left: -30px;
        margin-right: -30px;
    }

    .small-12 {
        font-size: 12px;
    }

    .outside-next {
        margin-right: 0px;
    }

    .outside-prev {
        margin-left: 0px;
    }

    .big-card {
        font-size: 16px;
    }

    .dropdown-menu {
        border: none
    }

    #searchButton {
        display: none;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 11px;
    }
}

@media (min-width: 576px) {
    .img-height {
        height: 82%;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .outside-next {
        margin-right: -20px;
    }

    .outside-prev {
        margin-left: -20px;
    }

    .sliderHomeMax {
        max-height: none !important;
        padding: 60px !important;
        min-height: 355px;
    }

    .sliderHomeMax {
        max-height: 380px;
    }

    .sliderHomeButton {
        padding: 10px 15px 10px 15px;
        font-size: 16px;
    }

    .sliderHomeContent {
        font-size: 16px;
    }

    .sliderHomeSub {
        font-size: 16px;
    }

    .sliderHomeMain {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .f-p-l-15 {
        padding-left: 15px;
    }

    .f-p-r-15 {
        padding-right: 15px;
    }

    .f-p-l-30 {
        padding-left: 30px;
    }

    .f-p-r-30 {
        padding-right: 30px;
    }

    .border-r-blue {
        border-right: 2px solid;
        border-color: #253364
    }

    .custom-margin {
        margin-left: -30px;
        margin-right: -30px;
    }

    .sliderHomeMax {
        max-height: none !important;
        padding: 20px !important;
        min-height: 260px;
    }

    #bannerCarousel .img-fluid {
        height: 100%;
    }

    .sliderHomeMax {
        max-height: 380px;
    }

    .sliderHomeButton {
        padding: 10px 5px 10px 5px;
        font-size: 12px;
    }

    .sliderHomeContent {
        font-size: 12px;
    }

    .sliderHomeSub {
        font-size: 12px;
    }

    .sliderHomeMain {
        font-size: 18px;
    }

    .footerLinks li {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .navbar {
        margin-left: -95px;
        margin-right: -95px;
    }

    .footerLinks li {
        font-size: 16px;
    }

    #bannerCarousel .img-fluid {
        height: 100%;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 13px;
        padding-right: .2rem;
        padding-left: .2rem;
    }

    .custom-margin {
        margin-left: -35px;
        margin-right: -35px;
    }

    .sliderHomeMax {
        max-height: 380px;
        padding: 40px !important;
    }

    .sliderHomeButton {
        padding: 10px 15px 10px 15px;
        font-size: 14px;
    }

    .sliderHomeContent {
        font-size: 14px;
    }

    .sliderHomeSub {
        font-size: 14px;
    }

    .sliderHomeMain {
        font-size: 20px;
    }

    .aboutContent {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {

    .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        padding-right: .3rem;
        padding-left: .3rem;
    }

    .aboutContent {
        font-size: 16px;
    }

    .sliderHomeMax {
        max-height: 380px !important;
        padding: 70px !important;
    }

    .sliderHomeButton {
        padding: 10px 25px 10px 25px;
        font-size: 16px;
    }

    .sliderHomeContent {
        font-size: 16px;
    }

    .sliderHomeSub {
        font-size: 16px;
    }

    .sliderHomeMain {
        font-size: 24px;
    }

    .custom-margin {
        margin-left: -80px;
        margin-right: -80px;
    }

    .outside-next {
        margin-right: -110px;
    }

    .outside-prev {
        margin-left: -110px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 14px !important;
    }
}
/*#endregion*/
