/*
================================================== !!! ==================================================
	MISC
================================================== !!! ==================================================
*/

.fa {
    line-height: inherit;
}

.btn .fa {
    line-height: 1;
}

.red-bg {
    background: linear-gradient(to left, #c64e4e 0%, #ca1a1a 100%) !important;
}

.green-bg {
    background: linear-gradient(to left, #16c65d 0%, #018836 100%) !important;
    background: linear-gradient(to left, #119747 0%, #01742e 100%) !important;
}

.gray-bg {
    background: linear-gradient(to left, #878787 0%, #4e4e4e 100%) !important;
}

.purple-bg {
    background: linear-gradient(to left, #903bd0 0%, #5e00a6 100%) !important;
}

.blue-bg {
    background: linear-gradient(to left, #3477c5 0%, #024a9c 100%) !important;
}

.blue-ei-bg {
    background: linear-gradient(to left, #6b9dd5 0%, #3f7ec7 100%) !important;
}

.yellow-bg {
    background: linear-gradient(270deg, #939035 0%, #615e03 100%) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Fira Sans Condensed", sans-serif;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.pb30 {
    padding-bottom: 30px !important;
}

.mourning > * {
    filter: grayscale(1) !important;
}

.btn-primary {
    background-color: #0061ca;
    border-color: #0061ca;
}

/*
================================================== !!! ==================================================
	WCAG 2.1
================================================== !!! ==================================================
*/

:focus:not(.focus-visible) {
    outline: none !important;
}

.focus-visible {
    outline: solid 3px Highlight !important;
    outline: solid 3px -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.wcag-go-to-content {
    position: absolute;
    top: -1000px;
    left: 50%;
    z-index: 1500;

    transform: translateX(-50%);

    font-weight: 500;
    font-size: 0.875rem;
}

.wcag-go-to-content:focus {
    top: 20px;
}

/*
================================================== !!! ==================================================
	BUTTONY
================================================== !!! ==================================================
*/

.button {
    display: inline-block;
    height: 57px;
    padding: 0 45px;
    margin-top: 0 !important;

    background: #4e4e4e;
    backface-visibility: hidden;
    background: linear-gradient(to right, #878787 0%, #4e4e4e 100%);
    /*opacity: 0;*/
    transition: all 0.2s;
    transform: scale(0.99) translate3d( 0, 0, 0) perspective(1px);

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0;
    border-radius: 29px;
    cursor: pointer;

    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Fira Sans Condensed", sans-serif;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    font-weight: 300;
    letter-spacing: -0.038rem;
}

.button:hover {
    transform: scale(1.03)  translate3d( 0, 0, 0) perspective(1px);
    opacity: 0.9;
    color: #ffffff;
    text-decoration: none;
}

/*
================================================== !!! ==================================================
	LAYOUT
================================================== !!! ==================================================
*/

html {
    /*font-size: 62.5%;*/
}

.l-body {
    font-size: 1.0rem;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
}

.l-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 575px;
    max-height: calc(100% - 60px - 80px);
    z-index: -2;

    background-blend-mode: multiply;

    /*background: url("/images/login-new/bg4.jpg") no-repeat top center;*/
}

.l-bg:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    /*opacity: 0.5;*/

    /*background-image: url("/images/login-new/bg5.jpg");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;
    /*filter: grayscale();*/
}

.l-bg:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    /*opacity: 1;*/

    /*background-color: #3477c5;*/
    mix-blend-mode: multiply;
}

.l-bg__gradient {
    width: 100%;
    height: 100%;
    z-index: 0;
    /*background: rgb(255,255,255);*/
    background: radial-gradient(circle, rgba(255,255,255,1) 15%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.85) 45%, rgba(255,255,255,0.1) 70%, rgba(255,255,255,0) 100%);
}

.l-bg2 {
    position: absolute;
    top: 575px;
    width: 100%;
    height: 575px;
    z-index: -1;

    background: url("/images/login-new/bg3.jpg") no-repeat top center;
}

.l-container {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    transition: all 0.2s;
}

.l-body--scroll .l-header-top {
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.l-gray-bg {
    padding: 45px 0 50px;
    margin-bottom: 50px;

    background-color: #f2f2f2;
}

.l-separator {
    height: 2px;
    margin: 0 0 60px;

    background-color: #e5e5e5;
}

.l-dashboard {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    /*align-items: center;*/
}

.l-dashboard__tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    margin: 0 -15px;
}

.l-dashboard__tiles--top-row {
    order: 10;
}

.l-dashboard__login {
    order: 20;
}

.l-dashboard__tiles--bottom-row1 {
    order: 30;
}

.l-dashboard__tiles--bottom-row2 {
    order: 40;
}

/*
================================================== !!! ==================================================
	HEADER
================================================== !!! ==================================================
*/

.l-header {
    position: relative;
    padding-bottom: 30px;

    /*background: url("/images/login-new/bg3.jpg") no-repeat top center;*/
}

.l-header-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;

    height: auto !important;
    width: 100%;
    font-size: 1.0rem;

    background-color: rgba(255,255,255,0.8);
    transition: all 0.2s;
}

.l-header-top > .l-container {
    height: 80px;
}

.l-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.l-navbar__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wcag {
    /*position: relative;*/
    /*display: flex;*/
    /*height: 40px;*/
    padding-left: 30px;
    /*align-items: center;*/

    border-left: 1px solid rgba(33, 33, 33, 0.2);
}

.wcag__item {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 5px;

    background: transparent;
    border: 3px solid rgba(176, 176, 176, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.3);

    text-align: center;
    line-height: 33px;
    /*vertical-align: middle;*/
}

.wcag__item--new {
    border: none;
    color: #024a9c;
    transition: all 0.2s;

    line-height: 40px;
}

.wcag__item--new:hover {
    color: #007bff;
}

.wcag__item i {
    vertical-align: middle;
}

.wcag__item--new i {
    vertical-align: baseline;
    font-size: 40px;
}

.wcag__item:first-child {
    margin-left: 0;
}

.wcag__button-title {
    display: none;
}

.wcag__container {
    position: fixed;
    top: 0;
    right: -360px;
    z-index: 1000;

    visibility: hidden;
    opacity: 0;

    /*width: 200px;*/
    /*height: 200px;*/
    padding: 20px;
    width: 350px;
    max-width: 80vw;
    height: 100vh;

    background-color: #ffffff;
    /*border: 3px solid #024a9c;*/
    /*border-radius: 10px;*/
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    transition: all 0.2s;
}

.wcag__header {
    margin-bottom: 10px;
}

.wcag__list {
    width: 310px;
    margin: 0;
    padding: 0;
}

.wcag__list-item {
    padding: 10px 0 10px 0;

    border-bottom: 1px solid #e5e5e5;

    list-style-type: none;
}

.wcag__list-item:last-child {
    border-bottom: none;
}

.wcag__list-button {
    width: 100%;
    padding: 0;

    border: 0;
    background-color: transparent;
    color: #000000;

    text-align: left;
    font-size: 1.0rem;
}

.wcag__list-button:hover {
    text-decoration: none;
    color: #0056b3;
}

.wcag__icon {
    /*margin-right: 15px;*/
    /*margin-left: 15px;*/
    font-size: 1.0rem;
    line-height: 1.75rem;
}

.wcag__icon-container {
    display: inline-block;
    margin-right: 12px;
    height: 1.75rem;
    width: 1.75rem;
    overflow: hidden;

    background-color: #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    /*line-height: 1.375rem;*/
    text-align: center;
    vertical-align: middle;
}

.wcag__icon-container--contrast-bw, .wcag__icon-container--contrast-bw:hover {
    background-color: black;
    color: white;
}

.wcag__icon-container--contrast-by, .wcag__icon-container--contrast-by:hover {
    background-color: black;
    color: yellow;
}

.wcag__icon-container--contrast-yb, .wcag__icon-container--contrast-yb:hover {
    background-color: yellow;
    color: black;
}

.wcag__title {
    position: relative;
    top: 2px;
}

.wcag__close {
    position: relative;
    top:-2px;
    float: right;

    width: 25px;
    height: 25px;
    background-color: #666666;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    text-align: center;
    line-height: 22px;
    font-size: 0.875rem;
    border: 0;
    /*display: inline-block;*/
}

.logo {
    display: flex;
    align-items: center;

    transition: all 0.2s;
}

.logo:hover {
    opacity: 0.9;

    text-decoration: none;
}

.logo__img {
    display: inline-block;
    margin-right: 20px;
    max-height: 70px;
}
.l-navbar .logo__img {
    max-height: 60px;
}

.logo__title {
    margin: -8px 0 0;

    color: #222222;

    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: -0.038rem;
}

.logo__subtitle {
    margin: 0;

    color: #666666;

    font-size: 1.125rem;
    font-weight: 300;
}

.menu-button {
    display: none;
}

.menu-top__container {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
    padding: 0;
    height: 100%;

    list-style-type: none;
}

.menu-top__item {
    margin: -3px 20px 0;
}

.menu-top__link {
    color: #000000;
}

.menu-top__link:hover {
    color: #0056b3;
    border-bottom: 1px solid #0056b3;

    text-decoration: none;
}

.menu-top__meta {
    display: none;
}

.l-header-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    max-height: 385px;
    height: 20vw;
    margin-top: 80px;
    transition: all 0.2s;
}

.l-body--important-msg .l-header-middle {
    margin-top: 104px;
}

.logo-center {
    margin-bottom: 20px;
}

.logo-center__img {
    margin-right: 20px;
}

.login-button {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 650px;
    height: 88px;
    border-radius: 44px;
    cursor: pointer;

    background: rgb(52,119,197);

    background: -webkit-linear-gradient(left, rgba(52,119,197,1) 0%, rgba(2,74,156,1) 100%);
    background: -o-linear-gradient(left, rgba(52,119,197,1) 0%, rgba(2,74,156,1) 100%);
    background: linear-gradient(to right, rgba(52,119,197,1) 0%, rgba(2,74,156,1) 100%);

    text-align: center;
    transition: all 0.2s;
    transform: scale(0.99) translate3d( 0, 0, 0) perspective(1px);
}

.login-button:hover {
    transform: scale(1.03);
    opacity: 0.9;
    text-decoration: none;
}

.login-button__text {
    color: #ffffff;

    font-size: 1.875rem;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 300;
    letter-spacing: -0.038rem;
    text-transform: uppercase;
}

.login-button__img {
    max-height: 47px;
}

.login-button__separator {
    width: 2px;
    height: 60px;
    margin: 0 60px;

    background-color: rgba(255, 255, 255, 0.6);
}

.navbar-login {
    margin-right: 20px;
    padding: 0 60px;

    /*display: none;*/

    visibility: hidden;
    /*display: none;*/
    opacity: 0;
}

/*.navbar-login:hover {*/
/*    opacity: 0 !important;*/
/*}*/

.l-body--scroll .navbar-login {
    /*display: inline-block;*/
    visibility: visible;
    opacity: 1;
}

.center-tile {
    /*width: calc(50% - 15px);*/
    /*min-height: 250px;*/
    /*margin: 0 -54px;*/
    /*padding: 40px 0 30px;*/

    /*background-color: rgba(255, 255, 255, 0.75);*/
    /*border-radius: 15px;*/
    /*-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);*/
    /*-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);*/

}

.center-tile__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /*height: 100%;*/
    /*margin: 0 -54px;*/
}

.center-tile__bottom-link {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    /*margin-bottom: -9px;*/
    /*margin-bottom: -20px;*/

    color: #666666;

    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 6px 30px;
    transition: all 0.2s;
}

.center-tile__bottom-link:hover {
    color: #444444 !important;

    text-decoration: none;
    border-color: rgba(0, 0, 0, 0.2);
    background-color: rgba(229, 238, 249, 0.8);
}

.center-tile .login-button {
    /*position: relative;*/
    /*left: -54px;*/
}

.center-tile .logo {
    margin-bottom: 20px;
}

/*
================================================== !!! ==================================================
	TILES
================================================== !!! ==================================================
*/

.tile {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 calc(25% - 30px);

    max-height: 160px;
    height: 10vw;
    max-width: calc(25% - 30px);
    margin: 0 15px 30px;

    transition: all 0.2s;
    cursor: pointer;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;

}

.tile:hover {
    transform: scale(1.03)  translate3d( 0, 0, 0) perspective(1px);
    opacity: 0.9 !important;

    text-decoration: none;
}

.tile--red {
    background: linear-gradient(to left, #c64e4e 0%, #ca1a1a 100%);
}

.tile--green {
    background: linear-gradient(to left, #16c65d 0%, #018836 100%);
    background: linear-gradient(to left, #119747 0%, #01742e 100%);
}

.tile--gray {
    background: linear-gradient(to left, #878787 0%, #4e4e4e 100%);
}

.tile--purple {
    background: linear-gradient(to left, #903bd0 0%, #5e00a6 100%);
}

.tile--blue {
    background: linear-gradient(to left, #3477c5 0%, #024a9c 100%);
}

.tile--blue-ei {
    background: linear-gradient(to left, #6b9dd5 0%, #3f7ec7 100%);
}

.tile--yellow {
    background: linear-gradient(270deg, #939035 0%, #615e03 100%) !important;
}

.tile--inactive {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.tile--inactive:hover {
    opacity: 0.6 !important;
    transform: none !important;
}

.tile__title {
    /*position: absolute;*/
    align-self: flex-end;
    padding-left: 25px;
    padding-bottom: 20px;
    padding-right: 20px;
    /*bottom: 0;*/
    /*left: 0;*/

    font-family: "Fira Sans Condensed", sans-serif;
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: -0.038rem;
    line-height: 1.1;
}

.tile__icon {
    max-height: 60%;
    margin-right: 25px;
    /*right: 25px;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}

/*
================================================== !!! ==================================================
	SEKCJE
================================================== !!! ==================================================
*/

.section {

}

.section__header {
    margin-bottom: 1.875rem;

    color: #333333;

    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: -0.038rem;
}

.section__content {
    font-size: 1.0rem;
    line-height: 1.875rem;
}

.section__content p {
    margin-bottom: 30px;
}

.section__content ul, .section__content ol {
    margin: -15px 0 30px 20px;
}

.section__content li {
    margin-left: 10px;
    padding-left: 8px;
}

.section__content ul ul, .section__content ol ul, .section__content ul ol, .section__content ol ol {
    margin-top: 0;
}

.section__content p:last-child {
    margin-bottom: 0;
}

.section__content strong {
    font-weight: bold;
}

.section__img {
    float: right;

    margin: -20px 0 50px 50px;
    max-width: 350px;
}

.section__img--left {
    float: left;

    margin: 0 50px 50px 0;
    max-width: 350px;
}

.section--img-left .section__content ul, .section--img-left .section__content ol {
    overflow: hidden;
}

/*
================================================== !!! ==================================================
	NEWS
================================================== !!! ==================================================
*/

.news-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news {
    flex: 0 48%;
    margin-bottom: 30px;
}

.news__date {
    color: rgba(50, 50, 50, 0.6);
}

.news__header {
    margin-bottom: 18px;

    color: #1e62b2;

    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: -0.038rem;
}

.news__header a {
    color: #1e62b2;
}

.news__img-container {
    display: flex;
    align-items: center;
    justify-content: center;

    float: left;

    height: 73px;
    width: 73px;
    margin-right: 25px;
}

.news__img {
    max-width: 100%;
    max-height: 100%;
}

.news__content {
    margin-top: -8px;
    line-height: 1.875rem;
}

.news__content a {
    color: #1e62b2;

    font-weight: bold;
}

.news__content a:hover {
    border-bottom: 1px solid #1e62b2;

    text-decoration: none;
}

.single-news {

}

.single-news__date {
    margin-bottom: 30px;

    color: rgba(50, 50, 50, 1);
}

.single-news__header {
    margin-bottom: 10px;

    color: #1e62b2;

    font-size: 2.125rem;
    font-weight: 300;
    letter-spacing: -0.038rem;
}

.single-news__header a {
    color: #1e62b2;
}

.single-news__img-container {
    display: flex;
    align-items: center;
    justify-content: center;

    float: left;

    height: 200px;
    width: 200px;
    margin-right: 25px;
    margin-bottom: 15px;
}

.single-news__img {
    max-width: 100%;
    max-height: 100%;
}

.single-news__content {
    margin-top: -8px;
    line-height: 1.875rem;
}

.single-news__content a {
    color: #1e62b2;

    font-weight: bold;
}

.single-news__content a:hover {
    border-bottom: 1px solid #1e62b2;

    text-decoration: none;
}

.single-news__content ul, .single-news__content ol {
    margin: -15px 0 30px 20px;
    overflow: hidden;
}

.single-news__content li {
    margin-left: 10px;
    padding-left: 8px;
}

/*
================================================== !!! ==================================================
	EU PROJECT
================================================== !!! ==================================================
*/

.eu-project {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: -20px 0;
}

.eu-project__text {
    margin: 20px 0 30px;
    color: #666666;

    text-align: center;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 300;

    order: 2;
}

.eu-project__img {
    max-width: 70%;
    margin: 20px 0;

    order: 1;
}

.l-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;

    /*height: 110px;*/
    width: 100vw;
    padding: 20px 0;

    font-size: 1.0rem;

    background-color: #ffffff;
    transition: all 0.5s;


    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.l-bottom-bar--scroll {
    transform: translateY(100%);
    opacity: 0;
}

.eu-project-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eu-project-bottom__img-container {
    flex: 3 2 100%;
    min-width: 40%;

    text-align: center;

    order: 4;
}

.eu-project-bottom__img {
    max-width: 100%;
}

.eu-project-bottom__text {
    flex: 3 2 100%;
    margin: 0 0 0 40px;
    color: #666666;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 300;
    border-left: 1px solid rgba(0,0,0,0.2);
    padding-left: 40px;

    order: 5;
}

/*
================================================== !!! ==================================================
	FOOTER
================================================== !!! ==================================================
*/

.l-footer {
    margin-top: 60px;
    /*padding: 30px 0;*/
    padding: 0;

    background-color: #f2f2f2;
    color: #666666;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: 60px;
}

.footer__element {
    /*flex: 1;*/
    font-size: 0.875rem;
}

.footer__einstytucja-container {
    margin-left: 20px;

    color: #000000;
}

.footer__einstytucja {
    max-height: 20px;

    transition: all 0.2s;
}

.footer__einstytucja:hover {
    opacity: 0.9;
}

.footer-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100%;

    list-style-type: none;
}

.footer-menu__item {
    margin: 0 20px;
}

.footer-menu__item:first-child {
    margin-left: 0;
}

.footer-menu__item:last-child {
    margin-right: 0;
}

.footer-menu__link {
    color: #000000;
}

.footer-menu__link:hover {
    color: #0056b3;
    border-bottom: 1px solid #0056b3;

    text-decoration: none;
}

/*
================================================== !!! ==================================================
	MISC
================================================== !!! ==================================================
*/

/*.important-msg {*/
/*    order: 100;*/

/*    padding: 17px 0 18px;*/
/*    margin: 0 0 60px;*/

/*    background: #e5e5e5;*/
/*    color: #333333;*/
/*    -webkit-border-radius: 70px;*/
/*    -moz-border-radius: 70px;*/
/*    border-radius: 70px;*/

/*    font-size: 1.5rem;*/
/*    font-family: "Fira Sans Condensed", sans-serif;*/
/*    font-weight: 400;*/
/*    line-height: 1.875rem;*/
/*    text-align: center;*/
/*}*/

.important-msg {
    position: relative;
    top: 0;
    left: 0;
    order: 100;

    /*height: 65px;*/
    padding: 3px 20px;
    margin: 0;
    width: 100%;

    background: #e5e5e5;
    color: #333333;

    font-size: 0.875rem;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    line-height: 1.125rem;
    text-align: center;
}

.important-msg--red {
    background: linear-gradient(to right, #c64e4e 0%, #ca1a1a 100%);
    color: #ffffff;
}

.important-msg--green {
    background: linear-gradient(to right, #16c65d 0%, #018836 100%);
    color: #ffffff;
}

.important-msg--gray {
    background: linear-gradient(to right, #878787 0%, #4e4e4e 100%);
    color: #ffffff;
}

.important-msg--purple {
    background: linear-gradient(to right, #903bd0 0%, #5e00a6 100%);
    color: #ffffff;
}

.important-msg--blue {
    background: linear-gradient(to right, #3477c5 0%, #024a9c 100%);
    color: #ffffff;
}

.important-msg--yellow {
    background: linear-gradient(to right, #ffe640 0%, #ffde00 100%);
    color: #000000;
}

#modal_rodo {
    display: block;
    z-index: 9999;
    max-width: 100vw;

}

#modal_rodo .modal-content {
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#modal_rodo .modal-footer {
    border-top: 0;
}

#modal_rodo h3 {
    color: #024a9c;
}

/* Modal Content/Box */
#modal_rodo {
    /*background-color: #fefefe;*/
    padding: 20px;
    /*border: 1px solid #888;*/
    position: fixed;
    height: 100%;
    width: 100%;
    padding-top: 10vh;
    z-index: 9999;
    /*background-color: rgba(255, 255, 255, 0.8);*/
}
#modal_rodo .modal-content {
    position: relative;
    /*background-color: #cadff6;*/
    margin: 0 auto;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 80vw;
    max-width: 940px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Modal Body */
#modal_rodo .modal-body {
    padding: 2px 0;
}
#modal_rodo .modal-body h2 {
    margin-bottom: 20px;

    font-size: 24px;
}
#modal_rodo .modal-footer {
    margin-top: 20px;
}

/* The Close Button */
#modal_rodo .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -4px;
    margin-right: 2px;
}

#modal_rodo .close:hover,
#modal_rodo .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#modal_rodo .modal-button-success {
    width: 100%;
    /*height: 40px;*/
    padding: 7px 20px;

    background-color: #28a745;
    color: #ffffff;
    border: 0;
    border-radius: 3px;
    cursor: pointer;

    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

#modal_rodo .modal-button-success:hover {
    opacity: 0.8;
}

#modal_rodo .modal-button-success:disabled {
    opacity: 0.2 !important;
    cursor: not-allowed;
}

#modal_rodo .rodo {
    padding-right: 20px;
}

.rodo h3 {
    margin-top: 15px;
    margin-bottom: 15px;

    color: #c71e2a;

    font-size: 16px;
    font-weight: bold;
}

.rodo h5 {
    margin-top: 15px;
    margin-bottom: 15px;

    color: #c71e2a;

    font-size: 12px;
    font-weight: bold;
}

.rodo {
    overflow-y: scroll;
    height: 50vh;
}

.rodo ul {
    margin-left: 20px;
    list-style-type: disc;
}

.rodo ul li {
    margin-bottom: 5px;

    /*font-size: 16px;*/
    /*line-height: 24px;*/
    font-size: 14px;
    line-height: 20px;
}

.rodo ul li:last-child {
    margin-bottom: 0;
}

.rodo ul li img {
    margin: 0 5px;

    vertical-align: middle;
}

.rodo ol {
    margin-left: 20px;

    list-style-type: decimal;
}

.rodo ol li {
    margin-bottom: 10px;

    /*font-size: 16px;*/
    /*line-height: 24px;*/
    font-size: 14px;
    line-height: 20px;
}

.rodo ol li:last-child {
    margin-bottom: 0;
}

.rodo ol li img {
    margin: 0 5px;

    vertical-align: middle;
}

.rodo p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
}

.rodo p:last-child {
    margin-bottom: 0;
}

.rodo table{
    border: 1px solid gray;
    border-spacing: 2px;
    border-collapse: collapse;
}
.rodo table td{
    border: 1px solid gray;
    padding: 2px;
}

.rodo a {
    color: #024a9c;
    /*font-weight: bold;*/
    font-weight: 600;
    /*text-decoration: underline;*/
}

#content {
    /*overflow-x: hidden;*/
}

.white-container-new {
    padding: 0;
    border: 0;
    margin-bottom: 30px !important;
}

.standard-steps {
    background-color: rgba(0,0,0,0.02);
}

label.control-label, label.col-form-label {
    text-align: right;
}

@media screen and (max-height: 700px) {
    .rodo {
        overflow-y: scroll;
        height: 40vh !important;
    }
}

@media screen and (max-height: 600px) {
    .rodo {
        height: 30vh !important;
    }
}

.rodo-page .rodo {
    height: auto !important;
    overflow-y: auto !important;
}

.grecaptcha-badge {
    z-index: 1;
}

.tile__icon-svg {
    max-height: 60%;
    width: 100px;
    min-width: 25%;
    max-width: 25%;
}

.tile__icon-svg svg {
    /*height: 50px;*/
    height: 100%;
    width: 100%;
}

.tile__icon-svg svg * {
    /*stroke-width: 5px;*/
    stroke: #ffffff;
    fill: #ffffff;
}