﻿/* 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. */
/*@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto-Thin;
    src: url(../fonts/Roboto-Thin.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.woff);
    font-weight: normal;
    font-style: normal;
}*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    box-sizing: border-box;
    height: 100%;
    font-size: 16px;
    border: none;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    height: 100%;
    min-height: 100%;
    position: relative;
    font-family: 'Proba Pro', Arial, Helvetica, sans-serif;
    /*font-family: Roboto-Regular, Arial, Helvetica, sans-serif;*/
    line-height: 1;
    background: #e3e9ec;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    border: none;
}
.error-box {
    font-size: 1.3rem;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 1rem !important;
    margin-bottom: .5rem;
    line-height: 1.2;
}

    .error-box > p {
        margin-bottom: .5rem;
        margin-top: .5rem;
    }

.error-warning {
    display: block;
    font-size: 1.5rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
    .error-warning div {
        font-size: 1rem;
        margin-top: 0.5rem;
    }


code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}
#page {
    padding: 0;
    margin: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    border: none;
    background-color: #e3e9ec;
    position:relative;
    /*box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.05);*/
}
header {
    background-color: #2a83c5;
    background: radial-gradient(circle, #2856AA 0%, #123E9E 100%); /*radial-gradient(circle, #21A4CD 0%, #2C81C5 100%);*/
    transition: all 0.3s ease;
    max-width: 76rem;
    margin: 0 auto;
    flex: 0 0 auto;
    width: 100%;
    box-shadow: 0 0px 0px 0px white, 0 0px 0px 0px white, 12px 0 15px -4px rgba(0,0,0,0.05), -12px 0 15px -4px rgba(0,0,0,0.05);
}
.header_body {
    color: #fff;
    width: 100%;
    padding: 1.5rem 2.7rem 0.9rem 2.7rem;
    position: relative;
}

    .header_body a {
        color: #fff;
        text-decoration:none;
    }
.logo-main {
    text-align: center;
}
    .logo-main > div {
        margin: 0 0 .3rem 0;
    }

    .logo-main .rada-logo {
        display: inline-block;
        background: url("../img/rada-logo.png") center center no-repeat;
        width: 110px;
        height: 76px;
        margin: 0 auto 0 auto;
    }
    .logo-main h1 {
        font-size: 2rem;
        line-height: 1.2em;
        font-weight: bold;
        letter-spacing: 3px;
        padding-bottom: 0.2rem;
        font-variant: small-caps;
        margin-bottom: 0;
    }
    .logo-main a:hover {
        text-decoration: none;
        color: white;
        border: none;
    }
    .logo-main .p {
        font-size: 1em;
        opacity: 0.6;
    }
    .logo-main > .logo-col {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
    }
.logo-col > div {
    flex: 1 1 33.333%;
    display: flex;
    justify-content: flex-end;
}

.gov-ua__logo, .gov-ua__logo_en {
    display: block;
    height: 52px;
    background: url("../img/govua-light.svg") 0 0 no-repeat;
    overflow: hidden;
    /*cursor: pointer;*/
}
.gov-ua__logo_en {
    background: url("../img/govua-light_en.png") 0 0 no-repeat;
}
/* ***************** dropdown-box ****************** */
.dropdown-box_lang {
    /*position: absolute;
    top: -9.4rem;
    right: 40px;*/
    padding: .7rem;
    text-align: right;
    background: rgba(22,34,55,0.1);
    cursor: pointer;
    /*width: 8rem;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'ProbaPro-SemiBold';
}
.add-menu-item > .dropdown-box_lang {
    display: none;
}
.dropdown-box {
    position: relative;
}
.dropdown {
    position: absolute;
    top: 100%;
    /*background: #349CE8;*/
    /*padding: .9375rem;
    right: 0.1rem;*/
    display: none;
    background-color: white;
    color: #004bc1;
    z-index: 1000;
    border-radius: 0 0 .25rem .25rem;
    text-align: left;
    width: 100%;
    left: 0;
    /*border: 1px solid #22324d;*/
}
.dropdown-box.show-dropdown .dropdown {
    display: block;
}

.dropdown a {
    color: #004bc1;
}
.manage-dropdown {
    padding-left: 0.5rem;
}

.dropdown-box_lang .manage-dropdown:after {
    content: "›";
    display: inline-block;
    transform: rotate(90deg);
}
.dropdown-box_lang.show-dropdown .manage-dropdown:after {
    content: "›";
    display: inline-block;
    transform: rotate(-90deg);
}
.dropdown-li {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
    .dropdown-li:hover {
        /*background-color: rgba(22,34,55,0.1);*/
        background: rgba(0,99,255,0.1);
    }

    .dropdown-li:first-child {
        margin-top: 0;
    }
.dropdown-link {
    font-size: 1rem;
    line-height: 1.3;
    white-space: nowrap;
}

.dropdown-link_active {
    cursor: default;
    font-weight: bold;
    line-height: 1.3;
}
.dropdown-box-user > .dropdown {
    left: auto;
    right: 0;
    width: auto;
    background: #22324D;
}

/* ***************** /dropdown-box ****************** */
/* ***************** navbar ********************/
#navbar {
    background: #0e317e;
    background: radial-gradient(circle, #2856aa 0%, #123e9e 100%);
    transition: all 0.3s ease;
    color: white;
    display: flex;
    max-width: 76rem;
    margin: 0 auto;
    flex: 0 0 auto;
    width: 100%;
    position: sticky;
    top: 0;
    font-size: 1.13rem;
    z-index: 100000;
    box-shadow: 0 0px 0px 0px white, 0 0px 0px 0px white, 12px 0 15px -4px rgba(0,0,0,0.05), -12px 0 15px -4px rgba(0,0,0,0.05);
}

.navbar.navbar-dark {
    background: rgba(0, 0, 0, 0.2);
    padding: 0 2.5rem;
    min-height: 70px;
}

#long-menu {
    padding: 0 1.5rem 0 1.5rem;
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    background: rgba(0,0,0,0.2);
}
#navbar a {
    text-decoration: none;
}
#mainmenu {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
}

#small-menu {
    display: none;
    align-content: flex-start;
    align-items: center;
    justify-content: space-between;
    /*background: rgba(0,0,0,0.2);*/
    background: #0e317e; /*#1e6f9f;*/
    min-height: 75px;
}
#small-menu-left {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    display: flex;
}
#small-menu-right {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row;
    display: flex;
}
.small-menu-item {
    display: flex;
    height: 4rem;
    align-items: center;
    /* padding: 1.5rem 1rem 1.5rem 1rem; */
    padding: 0 1rem;
    white-space: nowrap;
    font-weight: bold;
    cursor: pointer;
    position: relative;

}

/*#open-small-menu:before {
    content: ' ';
    background: transparent url(../img/small-ico-menu.svg) 0 0 no-repeat;
    line-height: 1rem;
    min-width: 1.4rem;
    min-height: 1.4rem;
}*/
#open-small-menu {
    /*display:block;*/
    /*padding:0;*/
    display: flex;
    align-items: center;
}
    #open-small-menu > a {
        width: 2.5rem;
        height: 2.5rem;
        display: block;
        border-radius: .1875rem;
        padding: .5rem;
        box-sizing: border-box;
        position: relative;
    }
        #open-small-menu > a > span {
            width: 1.5rem;
            height: 0.15rem;
            background: #fff;
            display: block;
            position: absolute;
            transform: rotate(0deg);
            transition: .25s ease-in-out;
        }

            #open-small-menu > a > span:nth-child(1) {
                top: .5rem;
            }

            #open-small-menu > a > span:nth-child(2) {
                top: 1.125rem;
            }

            #open-small-menu > a > span:nth-child(3) {
                top: 1.75rem;
            }

        #open-small-menu > a.open > span:nth-child(1) {
            top: 1.125rem;
            transform: rotate(45deg);
        }

        #open-small-menu > a.open > span:nth-child(2) {
            width: 0;
        }

        #open-small-menu > a.open > span:nth-child(3) {
            top: 1.125rem;
            transform: rotate(-45deg);
        }

.gov-ua_logo {
    display: inline-block;
    min-height: 40px;
    line-height: 18px;
    color: #fff !important;
    font-size: 17px;
    font-family: 'ProbaPro-SemiBold', 'Proba Pro', sans-serif;
    font-weight: 400;
    position: relative;
    padding: 2px 17px 2px 15px;
    cursor: pointer;
    text-decoration: none !important;
    text-align: left !important;
    letter-spacing: 1.8px;
    font-variant: small-caps;
}

    .gov-ua_logo small {
        font-family: 'Proba Pro', sans-serif;
        font-size: 13px;
        font-weight: 100;
        letter-spacing: .5px;
        font-variant: normal;
    }

    .gov-ua_logo:before {
        display: block;
        content: "";
        width: 4px;
        height: 40px;
        background: #2B8FFF; /*#0057b8*/
        background-image: linear-gradient(transparent 50%, #ffd700 50%);
        position: absolute;
        top: 0;
        left: 0;
    }

    .gov-ua_logo.gerb {
        padding-left: 62px;
    }

        .gov-ua_logo.gerb:before {
            left: 45px;
        }

        .gov-ua_logo.gerb:after {
            display: block;
            content: "";
            width: 30px;
            height: 50px;
            background: url("../img/gov-ua-gerb.svg") 0 0 no-repeat;
            position: absolute;
            left: 0;
            top: -5px;
        }

    .gov-ua_logo.light {
        min-height: 50px;
        line-height: 24px;
        font-size: 20px;
    }

        .gov-ua_logo.light small {
            font-size: 13px;
            font-weight: 100;
        }

        .gov-ua_logo.light:before {
            width: 2px;
            height: 50px;
        }

        .gov-ua_logo.light.gerb:after {
            top: 0px;
        }

        .gov-ua_logo.light.gerb {
            padding-left: 67px;
        }

            .gov-ua_logo.light.gerb:before {
                top: 0px;
                left: 50px;
            }

    .gov-ua_logo a:hover {
        text-decoration: none;
        border: none;
    }


#addmenu {
    display: flex;
    /*flex-flow: row wrap;*/
    align-content: flex-start;
    align-items: flex-start;
}
.main-menu-item {
    display: flex;
    height: 4.2rem;
    align-items: center;
    /* padding: 1.5rem 1rem 1.5rem 1rem; */
    padding: 0 1rem;
    white-space: nowrap;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
    .main-menu-item:before {
        content: '';
        color: #ffe358;
        display: block;
        position: absolute;
        transition: all 0.3s ease;
        left: 0.95rem;
        right: 0.95rem;
        top: auto;
        bottom: 1rem;
        width: auto;
        height: 2px;
    }
    .main-menu-item:hover::before {
        height: 1.3px;
        background: #FFE358;
    }

    .main-menu-item.active:before {
        background: #ffe358;
        left: 0px;
        right: 0px;
        bottom: -1px;
        height: 4px !important;
    }

    .main-menu-item.active {
        color: #ffe358 !important;
    }

/*.main-menu-item-trident {
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    padding: 0 1rem;
    position: relative;
}

    .main-menu-item-trident > div {
        height: 3.6rem;
        width: 3.6rem;
        background: transparent url(../img/img-coat-of-arms.svg) 0 0 no-repeat;
    }*/

#main-menu-item-trident {
    display: none;
    height: 4rem;
    width: 4rem;
    align-items: center;
    padding: 0 1rem;
    position: relative;
}

    #main-menu-item-trident > div {
        height: 3.6rem;
        width: 3.6rem;
        background: transparent url(../img/img-coat-of-arms.svg) 0 0 no-repeat;
    }

.display-flex {
    display: flex !important;
}

#mainmenu a {
    text-decoration: none;
    color: white;
}
    #mainmenu a:hover {
        color: #ffe358;
    }
.main-menu-item:hover {
    color: #ffe358;
}
.add-menu-item {
    display: flex;
    height: 4.2rem;
    align-items: center;
    /* padding: 1.5rem 1rem 1.5rem 1rem; */
    padding: 0 1rem;
    white-space: nowrap;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.menu-user-select:before {
    background: transparent url(../img/user-circle-solid.svg) 0 0 no-repeat;
    content: ' ';
    line-height: 1rem;
    min-width: 1.3rem;
    min-height: 1.3rem;
    display: inline-block;
}
header .dropdown-box-user {
    padding: .7rem;
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}
.dropdown-box-user a {
    color: white;
}
.dropdown-box-user .dropdown-link_active {
    color: white;
}
/* ***************** /navbar ********************/
main {
    background-color: white;
    max-width: 76rem;
    margin: 0 auto;
    width: 100%;
    flex: 1 1 auto;
    box-shadow: 0 0px 0px 0px white, 0 0px 0px 0px white, 12px 0 15px -4px rgba(0,0,0,0.05), -12px 0 15px -4px rgba(0,0,0,0.05);
}
/***********************************************/
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #010101;
    line-height: 1.3;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    background-color: transparent;
}
    a:hover {
        color: #216f9f;
        text-decoration: none;
        border-bottom: 1px solid #216f9f;
    }
.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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
-------------------------------------------------- */
footer {
    flex: 0 1 auto;
    line-height: 2rem;
    /*white-space: nowrap;*/
    background-color: white;
    max-width: 76rem;
    margin: 0 auto;
    width: 100%;
    background: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    color: #333333;
    box-shadow: 0 0px 0px 0px white, 0 0px 0px 0px white, 12px 0 15px -4px rgba(0,0,0,0.05), -12px 0 15px -4px rgba(0,0,0,0.05);
}
    footer > div {
        flex: 1 1 33.333%;
        padding: 1rem;
    }
        footer > div > div {
            padding-bottom: 0.75rem;
            font-size: 0.9em;
            line-height: 1.5em;
        }
.show-flex {
    display:flex!important;
}
@media screen and (max-width: 991px) {
    #header{
        display: none;
    }
    #navbar {
        flex-direction: column;
        position: absolute;
        top: 75px;
    }
    .main-menu-item.active:before {
        display:none;
    }
    .gov-ua__logo, .gov-ua__logo_en {
        background: none;
    }
    #small-menu {
        display: flex;
        position: sticky;
        top: 0;
        z-index: 100000;
    }
    #long-menu {
        display: none;
        flex-direction:column;
    }
    #mainmenu {
        flex-direction: column;
    }
    .dropdown-box-user > .dropdown {
        left: 0;
        right: auto;
    }
    .vru__logo {
        background: url(../img/gov-ua-logo_mob@2x.png) 0 0 no-repeat;
        background-size: 136px 40px;
        height: 40px;
        width: 136px;
        align-self: center;
    }
    .gov-ua__logo, .gov-ua__logo_en {
        display: none;
    }
    .last-flex-block {
        flex: 1 100 auto;
        background-color: white;
    }
    #main-menu-item-trident {
        display: none!important;
    }

    .add-menu-item > .dropdown-box_lang {
        display: flex;
    }
    .logo-col .dropdown-box_lang {
        display:none;
    }
}
.notdisplay {
    display: none !important;
}

.max-width-full {
    max-width: 100% !important;
}
.beercap::before {
    content: '\f0fc';
}
@media screen and (max-width: 575px) {
    .logo-main h1 {
        font-size: 1.2rem;
        line-height: 1.45rem;
    }

    .gov-ua__logo {
        display: none !important;
    }

    .logo-col > div:last-child {
        display: none;
    }

}

.upper {
    text-transform: uppercase;
}

#iframe-top {
    background-color: rgb(50, 54, 57);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 95000;
}

#iframe-close {
    position: absolute;
    color: white;
    top: 8px;
    right: 10px;
    z-index: 100001;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

#pdf-title {
    position: absolute;
    color: white;
    top: 8px;
    left: 15px;
    z-index: 100001;
    height: 20px;
    width: 80%;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#iframe-pdf {
    height: 96vh;
    width: 100%;
    position: relative;
    top: 4vh;
    left: 0px;
    z-index: 100000;
}

.hide-owerflow {
    overflow: hidden;
    cursor: auto;
}

.tag-disable {
    pointer-events: none;
}

.autocomplete-list {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    width: calc(100% - 30px);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1;
    border: 1px solid #ced4da;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.autocomplete-list li {
    /*color: #48438F;*/
    padding: 15px;
    width: 100%;
    /*font-weight: bold;*/
    cursor: pointer;

}
.autocomplete-list li {
    /*color: #48438F;*/
    padding: 15px;
    width: 100%;
    /*font-weight: bold;*/
    cursor: pointer;

}
    .autocomplete-list li:hover {
        background: #F0F0F0;
    }
.autocomplete-list button {
    display: block;
}
