﻿.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}
.validation{
    font-size:1.3rem;
}
[data-tippy-root] {
    max-width: calc(100vw - 10px)
}
#createEditAppealForm input[type="file"]{
    z-index:-1;
    position:fixed;
}
.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform,visibility,opacity
}

    .tippy-box[data-placement^=top] > .tippy-arrow {
        bottom: 0
    }

        .tippy-box[data-placement^=top] > .tippy-arrow:before {
            bottom: -7px;
            left: 0;
            border-width: 8px 8px 0;
            border-top-color: initial;
            transform-origin: center top
        }

    .tippy-box[data-placement^=bottom] > .tippy-arrow {
        top: 0
    }

        .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
            top: -7px;
            left: 0;
            border-width: 0 8px 8px;
            border-bottom-color: initial;
            transform-origin: center bottom
        }

    .tippy-box[data-placement^=left] > .tippy-arrow {
        right: 0
    }

        .tippy-box[data-placement^=left] > .tippy-arrow:before {
            border-width: 8px 0 8px 8px;
            border-left-color: initial;
            right: -7px;
            transform-origin: center left
        }

    .tippy-box[data-placement^=right] > .tippy-arrow {
        left: 0
    }

        .tippy-box[data-placement^=right] > .tippy-arrow:before {
            left: -7px;
            border-width: 8px 8px 8px 0;
            border-right-color: initial;
            transform-origin: center right
        }

    .tippy-box[data-inertia][data-state=visible] {
        transition-timing-function: cubic-bezier(.54,1.5,.38,1.11)
    }

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

    .tippy-arrow:before {
        content: "";
        position: absolute;
        border-color: transparent;
        border-style: solid
    }

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

/*@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;
}
*/
/*html,
body {
    width: 100%;
    height: 100%;
    font-family: Roboto-Regular;
    font-size: 16px;
}

body {
    background: #e8eaed;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}*/
.display-contents {
    display: contents;
}
.create-tip {
    margin-top: 1rem;
}
multiple-select#category {
    max-height: 30vh;
}
.itemHeaderAbout i.fa.fa-envelope {
    margin-right: .5rem;
    color: #3499db;
}
.pagination .disabled {
    background: none !important;
}
#cookieConsent {
    background-color: #4d4d4d;
    /*overflow: hidden;*/
    /* position: fixed;
    top: 0;
    left: 0;*/
    display: block;
    width: 100%;
    padding: .5rem;
    /*    z-index: 9999;*/
    color: #e6e6e6;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .03em;
    display: inline-block;
    vertical-align: top;
    font-size: .9rem;
}

    #cookieConsent a {
        color: #fff;
        font-weight: 400;
        text-decoration: underline;
        transition: color .3s ease;
    }
    #cookieConsent button {
        cursor:pointer;
        border-radius:.25rem;
        
        font-family:Arial;
        padding:.2rem;
    }

        #cookieConsent a:hover {
            color: #ff0030;
            cursor: pointer;
        }
a {
    text-decoration: none;
    color: #858992;
    cursor: pointer;
}

h1 {
    font-size: 1.571rem; /*22px;*/
    text-align: center;
    font-family: Roboto-Regular;
}

h2 {
    font-size: 2.143rem; /*30px;*/
    /*font-family: Roboto-Regular;*/
}

h3 {
    font-size: 1.571rem; /*22px;*/
    text-align: left;
    /*font-family: Roboto-Regular;*/
}

h4 {
    font-size: 1.071rem; /*15px;*/
    /*font-family: Roboto-Regular;*/
}

h5 {
    font-size: 1rem; /*14px;*/
    /*font-family: Roboto-Regular;*/
}

h6 {
    font-size: 0.9286rem; /*13px;*/
    color: #2a2a2c;
    /*font-family: Roboto-Regular;*/
}
.display-none {
    display: none !important;
}

.display-none-simple {
    display: none;
}
#top {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
}

/*#header {
    height: 4.2857rem;*/ /*60px;*/
    /*display: flex;
    justify-content: space-between;
    background: #f0f2f4;
    border-bottom: 0.3rem solid #3498db;
}*/
/*.logo {
    background: url(../../img/logo_trident_light.svg) no-repeat center;
    flex: 0 0 auto;*/
    /*background: url(~/../img/logo_trident_light.svg) no-repeat center;*/
    /*background-size: cover;
    width: 5rem;
    align-self: stretch;
}*/

.about_question {
    color: #3498db;
    font-size: 0.8rem;
    margin: auto 0;
    overflow: hidden;
    padding: 0 0.5rem 0 3.5714rem;
    flex: 0 0 auto;
}
/*
.info-link {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.whereAmI {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .whereAmI span {
        font-size: 1.429rem;
        vertical-align: middle;
        color: #858992;
        flex: 1 6 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: auto;
    }
.name-system div {
    padding-bottom: .4rem;
    text-shadow: 0 0 2rem rgb(0, 0, 0);
}
*/
/*#mainmenu {
    border-top: 0.25rem solid #55b0ed;
    border-bottom: 0.25rem solid #55b0ed;
    background: #fff;
    text-align: center;
}

    #mainmenu .menus .menu {
        font-family: Roboto-Regular;*/
        /*background: url(img/vert-line-menu.png) no-repeat #fff;*/
        /*background-position: 0 50%;*/
        /*text-transform: uppercase;
        color: #000;
        display: inline-flex;
        margin-left: -4px;
        background: #fff;
    }

    #mainmenu .menus {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        #mainmenu .menus .menu a {
            color: #000;
            padding: 1.7rem 1.7857rem;
        }

        #mainmenu .menus .menu.active {
            background: #55b0ed;
            color: #fff;
        }

        #mainmenu .menus .menu:hover a{
            background: #55b0ed;
            color: #fff;
        }*/
/*.message-row {
    flex: 0 0 auto;
    padding: 1rem 2.8571rem;
    background: #fff;
    border-bottom: 0.7rem solid #c2c7d1;
}*/
.buttonsRow a {
    background: #349CE8;
    background: #2452a8;
    box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.25);
    border-radius: 0.1875rem;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3125rem;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 1.5625rem 0;
    width: 100%;
    border: 0;
    margin-top: 1.25rem;
    cursor: pointer;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
   display:flex;
   justify-content:center;
   align-items:center;
}

    .buttonsRow a:hover, .buttonsRow a:focus, .buttonsRow a.focus {
        box-shadow: 0 0.3125rem 1.875rem 0 rgba(29, 37, 53, 0.5);
        transform: scale(1) translateY(-0.3125rem);
    }


.search {
    width: 15rem;
    display: flex;
    flex-direction: row;
}

    .search input {
        flex: 1 1 auto;
        height: 2rem;
        font-size: inherit;
        text-align: center;
        border-radius: .3rem;
    }

    .search .search-btn {
        flex: 0 0 auto;
        width: 2rem;
        color: white;
        /*  border: 0.2rem solid #3498db;
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        box-shadow: none;*/
        text-align: center;
        font-size: 1rem;
        /*  background: #fff;
        background: url(../../img/search.png) no-repeat #fff;
        background-size: 1.5rem 1.5rem;
        background-position: center;*/
        cursor: pointer;
        padding: .5rem;
    }
.message-row {
    background-color: #123e9e;
    background: radial-gradient(circle, #2856aa 0%, #123e9e 100%);
    transition: all .3s ease;
    padding: 1rem 2.8571rem;
    background: #fff;
    border-bottom: 0.7rem solid #c2c7d1;
    color: #fff;
    display: flex;
    max-width: 76rem;
    margin: 0 auto;
    flex: 0 0 auto;
    width: 100%;
    position: sticky;
    top: 0;
    font-size: 1.13rem;
    z-index: 1;
}


.main-body {
    flex: 1 0 auto;
    background: #e8eaed;
    /*border-top: 0.7rem solid #c2c7d1;*/
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.main {
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    flex-direction:column;
}

.wrap {
    margin: 0 auto;
    background: #fff;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    width: 70%;
}

    .wrap .wrap-body {
        flex: 1 1 auto;
        padding: 1.5rem;
        display:flex;
        flex-direction:column;
    }



.row {
    display: flex;
    flex-direction: row;
}

.column {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    /*margin-right: 1rem;*/
}

.line {
    width: 100%;
    border-bottom: 0.3rem solid #d8dfe2;
    padding: 0.6rem 0.9rem 0.95rem 0;
}

    .line span {
        background: rgba(13, 84, 196, 0.05);
        position: relative;
        border-bottom: .3rem solid #2552a8;
        padding: 0.6rem 0.9rem 0.95rem 0.95rem;
        color: #004BC1;
        font-size: 0.9em;
        font-weight: 600;
        letter-spacing: 0.8px;
        line-height: 1.3em;
    }

.box-horisontal {
    display: flex;
    flex-direction: row;
}

.box-vertical {
    display: flex;
    flex-direction: column;
}

.box {
    display: flex;
    padding: 0.3rem;
    justify-content: space-between;
}

    /*.box > * {
        margin-top: 0.4rem !important;
    }*/

    .box label {
        flex: 0 1 auto;
        white-space: nowrap;
        font-size: 1.143rem;
        padding-right:.5rem;
    }
    .box .upload-btn:hover, .box .upload-btn:focus {
        box-shadow: .4rem .4rem 0.625rem rgba(0, 0, 0, 0.25);
    }
 
    .box .upload-btn {
        flex: 0 1 auto;
        background: #2452a8;
        box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.25);
        border-radius: 0.3rem;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1rem;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: .7rem ;
        border: 0;
        margin-top: 1.25rem;
        cursor: pointer;
        max-width: 20rem;
        transition: all 0.5s ease !important;
        margin:0;
        margin-left:auto;

    }
        .box .upload-btn.disabled:hover, .box .upload-btn.disabled:focus {
            box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.25);
        }

        .box .upload-btn.disabled, .box .upload-btn.disabled {
            background-color:grey;
        }
    /*.box select {
        flex: 1 1 auto;
        margin: auto 0;
        max-width: 20rem;
        border-radius: 0.4rem;
        border: 0.1rem solid #b3b3b3;
        height: 2.3rem;
        padding: .4rem;
        font-size: 1rem;
    }*/

    .box input {
        flex: 1 1 auto;
        font-size: 1rem;
        max-width: 20rem;
        border-radius: 0.4rem;
        border: 0.1rem solid #b3b3b3;
        padding: 0.4rem ;
    }
    .box input[type="file"] {
        flex: 1 1 auto;
        font-size: 1rem;
        max-width: 20rem;
        border-radius: 0.4rem;
        border: 0.1rem solid #b3b3b3;
        padding: 0.3rem;
    }
    .box label{
        display:flex;
        align-items:center;
    }

/*    .box select[multiple] {
        flex: 1 1 auto;
        border-radius: 0.4rem;
        border: 0.1rem solid #b3b3b3;
        line-height: 1.5rem;
        padding: 5px;
        font-size: 1.143rem;
    }*/

    .box textarea {
        flex: 1 1 auto;
        border-radius: 0.4rem;
        border: 0.1rem solid #b3b3b3;
        line-height: 1.5rem;
        padding: 5px;
        font-size: 1.143rem;
        resize: none;
    }
/*--------------multipleSelect-----------------*/
.subTopics input[type=checkbox]:checked + label {
    background: url(../../img/checkbox_checked.png) no-repeat;
    background-size: 1.3rem 1.3rem;
    min-height: 1.5rem;
}

.subTopics input[type=checkbox] + label {
    background: url(../../img/checkbox.png) no-repeat;
    background-size: 1.3rem 1.3rem;
    min-height: 1.5rem;
    margin-right: 0.5rem;
}

.subTopics input[type=checkbox] {
    display: none !important;
    cursor: pointer;
}

.subTopics label {
    width: auto;
    display: inline-flex;
    cursor: pointer;
    position: relative;
    margin-right: 3%;
    font-size: 0.9286rem;
    margin-left: 0.4rem;
    margin-top: 0.4rem;
    padding-left: 1.875rem;
    vertical-align: text-top;
    white-space: normal;
    line-height: 1.2rem;
}

.subTopics {
    display: flex;
    flex-direction: column;
}

.mulpipleSelect {
    margin: auto 0px;
    width: 98%;
    border-radius: 0.4rem;
    border: 0.1rem solid #b3b3b3;
    line-height: 25px;
    padding: 5px;
    font-size: 1.143rem;
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
}
.box multiple-select {
    flex: 1 1 auto;
    margin: auto 0;
    max-width: 20rem;
    border-radius: 0.4rem;
    border: 0.1rem solid #b3b3b3;
    height: 2.3rem;
    padding: .4rem;
    font-size: 1rem;
}
/*    .box multiple-select option{
        display:none;
    }*/
    /*#topic {
    height: 13rem;
}

#socialState {
    height: 7.3rem;
}

#category {
    height: 7.3rem;
}*/
    #forvalidate {
        visibility: hidden;
    }

/*-------------------------------------*/
#footer {
    flex: 0 0 auto;
    background: #f6f6f7;
    border-top: 0.1rem solid #c2c7d1;
    color: #858992;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    max-width: 76rem;
    flex: 0 0 auto;
    width: 100%;
    margin: 0 auto;
}

/*------------------new buttons-------------------------*/

.lbusr {
    font-size: 1.7rem;
    flex: 0 0 auto;
    margin: auto;
    cursor: pointer;
    color: orange;
}

.lbusr-isAuth {
    width: 2rem;
    height: 2rem;
    border: .18rem solid orange;
    border-radius: 50px;
    font-size: 1rem;
    flex: 0 0 auto;
    margin: auto;
    cursor: pointer;
    background: orange;
    color: white;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .lbusr-isAuth div {
        text-align: center;
    }

.lbusr:before {
    font-family: FontAwesome;
    content: '\f2be';
}

.button-adm {
    outline: none;
    position: relative;
    min-width: 4rem;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    width: 4rem;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}


    .button-adm:focus {
        background-color: rgba(210, 210, 210, 0.9);
    }

    .button-adm:hover {
        background-color: rgba(210, 210, 210, 0.9);
        color: white;
    }


#show-menu {
    font-size: 1.7rem;
    flex: 0 0 auto;
    margin: auto;
    padding: 0px 1rem 0px 1rem;
    display: flex;
    align-items: center;
    cursor:pointer;
}

    #show-menu:before {
        
        font-family: FontAwesome;
        content: '\f0c9';
    }

.show-log-menu /*.button-adm:focus > .pu-menu*/ {
    cursor: default;
    position: absolute;
    display: block !important;
    background: white;
    margin: 0px;
    top: 4.2rem;
    right: 0rem;
    background-color: rgba(210, 210, 210, 0.9);
    z-index: 1;
}

/*.button-adm > .pu-menu > li {
    margin: .4rem 1rem;
}*/

.button-adm-focused {
    background-color: rgba(210, 210, 210, 0.9);
}

#menubtn {
    width: 100%;
    height: 100%;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.pu-menu {
    display: none;
}

    .pu-menu a {
        display: block;
        width: 10rem;
        padding: .7rem;
    }

        .pu-menu a:hover {
            color: white;
            background: orange;
        }

    .pu-menu :hover {
        background: orange;
    }

        .pu-menu li:hover a {
            color: white;
        }

    .pu-menu li a {
        width: 10rem;
        height: 2rem;
    }
.required::after {
    color: red;
    /*content: "\2605";*/
    content: "\002A";
    font-size: 1rem;
}
.red {
    color: red;
}
.field-validation-error {
    color: #ff3232;
}
/*.required:hover::after {
        content: attr(data-title);
        position: absolute;

        z-index: 1;
        background: rgba(222, 222, 221, 0.9);

        font-size: 11px;
        margin-left: .5rem;
        padding: .2rem;
        border: 1px solid #696868;
        border-radius: .2rem;
    }*/



.infoPage li h3 {
    padding: 20px 20px;
    font-size: 1.143rem;
    /*font-family: Roboto-Regular;*/
}

.infoPage {
    font-size: 1.143rem;
    padding: 2rem;
}

    .infoPage .weightBold {
        font-weight: bold;
    }

    .infoPage .title {
        font-size: 1.7rem;
        text-align: center;
        padding: 10px;
    }

    .infoPage p {
        padding-bottom: 5px;
        text-indent: 40px;
    }

.styleItalic {
    font-style: italic;
}

.alignEnd {
    text-align: end;
}
.margin-top-20{
    margin-top:-20px;
}
.topic-name-s {
    list-style: disc;
    margin-left: 1rem;
    padding: .5rem;
}
/*---------------------Всплывающее окно-------------------*/
.tooltip { /* стиль текста, наведя или нажав на который появится пояснение */
    /*display: inline-block;*/
    position: relative;
    text-indent: 0px;
}

    .tooltip > span { /* стиль появляющейся подсказки */
        z-index: 99;
        position: absolute;
        bottom: 1px;
        /*width: -moz-max-content;
        width: -webkit-max-content;
        width: max-content;*/ /* ширина подсказки может быть не более содержимого */
        max-width: 20rem; /* ширина подсказки может быть не более 20em */
        max-height: 20rem; /* необязательное ограничение по высоте подсказки, 1vh — это 1% от ширины окна */
        overflow: auto;
        visibility: hidden;
        margin: 0 auto 0em; /* поднята на .4em над текстом, наведя или нажав на который появится пояснение */
        padding: .3em;
        border: 0.25rem solid #3da3ce;
        font-size: 0.95rem;
        /*font-family: Roboto-Regular;*/
        background: #fff;
        line-height: normal;
        border-radius: 0.9rem;
    }

    .tooltip:hover > span,
    .tooltip:focus > span {
        visibility: visible;
        transition: 0s .4s;
    }
    .tooltip > i {
        margin: .2rem;
        color: #1a77d3;
    }
    /*------------------------------------------------------------------------------*/
    .i-working {
        position: fixed;
        /* left: calc(50% - 11rem); */
        left: calc(50% );
        padding: .4rem;
        top: 35%;
        z-index: 1010;
        overflow: hidden;
        /* background: white; */
        /*color: #4584b8;*/
        text-align: center;
        border-radius: 2.3em 2.3em 2.3em 2.3em;
        color: black;
    }

    .i-working .fa-pulse {
        -webkit-animation: fa-spin 1s infinite steps(15);
        animation: fa-spin 1s infinite steps(15);
    }

.marginLeft2rem {
    margin-left: 2rem !important;
}

.disabled {
    pointer-events: none;
    background: gray !important;
}

.inactive {
    pointer-events: none;
}

.pager-container .page-item {
    cursor: pointer;
}

.pager-container .active {
    background: #216f9f !important;
    color: #ffffff !important;
}

.info-review ::before {
    content: "\0000a0";
    background: url(/img/info.png) 100px 50px no-repeat;
}

.related-files .bill-review {
    display: none;
    position: absolute;
    border-radius: 5px;
    background: white;
    border: 2px solid #207eb5;
    z-index: 94035;
    min-width: 50vw;
    max-width: 70vw;
    left: 0px;
    overflow: hidden;
}

.related-files {
    display: flex;
}

    .related-files .value {
        /*word-break: break-all;*/
    }

    .related-files .fa-info {
        padding: 0 .5rem;
        cursor: pointer;
    }

        .related-files .fa-info:hover {
            color: #2075a9;
        }

    .related-files .bill-review .row {
        padding: 5px;
    }

.info-icon:hover > .bill-review {
    display: block;
}

.flex-row {
    display: flex;
}

    .flex-row > * {
        padding: 5px;
    }

.isDisabled {
    pointer-events: none;
}

.hidden-option {
    display: none;
}

.card-zakonoproektu .info .row {
    padding: 5px 0;
}

.table-responsive .table td {
    padding: 15px;
}

.table-responsive .table th {
    padding: 15px;
}

.search-criteria {
    padding: 30px;
}

.condition {
    margin-bottom: 20px;
}

.box-pagination {
    margin: 50px;
}

.mb_100 {
    margin-bottom: 50px !important;
}

.footer .list {
    display: flex;
    flex-direction: row;
}

    .footer .list .item a {
        color: white;
        text-decoration: none;
        cursor: pointer;
        border-bottom: none;
    }

        .footer .list .item a:hover {
            border-bottom: none;
        }

.footer {
    padding: 50px 0 50px 0;
}

.header .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 20px 10px 20px 10px;
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header {
    flex: 0 0 auto;
}

body > .container {
    flex: 1 1 auto;
}

body > .footer {
    flex: 0 0 auto;
}

body > .footer-bottom {
    flex: 0 0 auto;
}

.calendars {
    display: flex;
    flex: 1 1 auto;
    /*justify-content: space-around;*/
    justify-content: center;
}

.month {
    /*flex: 1 1 auto;*/
    /*margin: .5rem;*/
    margin: 1rem 2rem;
    box-shadow: 0px 8px 34.2px 10.8px rgba(0, 0, 0, 0.1);
    background: white;
}

.month-header {
    background: #2181bb;
    color: white;
    padding: .5rem;
    display: flex;
    justify-content: center;
}

.month-name {
    margin: .2rem;
}

.year-name {
    margin: .2rem;
}

.month-body {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
}

div[role="columnheader"] {
    background-color: #ebf2fa;
}

.calendar-item {
    padding: .5rem .6rem;
    text-align: center;
}

    .calendar-item a {
        text-decoration: underline;
        color: #63c4ff;
    }

.current-day {
    background: #2181bb;
    color: white;
}

    .current-day a {
        color: white;
    }

.pagination a {
    text-decoration: none;
    border-bottom: none;
}

.filter-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .filter-box select {
        width: auto;
    }

    .filter-box > * {
        margin-left: 10px;
    }

    .filter-box > i {
        cursor: pointer;
    }

.update-page {
    display: none;
}

.dropdown-menu {
    width: 100%;
}

    .dropdown-menu > li {
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .dropdown-menu > li > a {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.navbar-nav {
    width: 100%;
    /*padding-top: 20px;*/
}

    .navbar-nav > .nav-item {
        width: 100%;
        display: flex;
        background: none !important;
    }

    .navbar-nav > li {
        padding: 0 !important;
    }

    .navbar-nav > .nav-item a {
        background: none;
        padding: calc(.5rem + 10px) 0;
    }

    .navbar-nav > .show a {
        background: white;
        padding: calc(.5rem + 10px) 0;
    }

.margin-left {
    margin-left: 15px;
}

.right-aligin-bould {
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
}

.download-achive {
    cursor: pointer;
    padding: .2rem;
    text-decoration: none;
    color: #aaa;
}

    .download-achive:hover {
        border: none;
    }

.font-weight-600 {
    font-weight: 600;
}

.information-sheets .table-responsive .table td {
    padding: 10px;
    /*text-align: center;*/
}

.information-sheets .table-responsive .table th {
    padding: 0 10px 20px;
    /*text-align: center;*/
}

.potochna-sesiya .table-responsive .table td {
    padding: 10px;
    /*text-align: center;*/
}

.potochna-sesiya .table-responsive .table th {
    padding: 0 10px 20px;
    /*text-align: center;*/
}

.table-responsive .table td {
    padding: 10px;
    /*text-align: center;*/
}

.table-responsive .table th {
    padding: 0 10px 20px;
    /*text-align: center;*/
}

.table-responsive {
    padding: 1rem;
    overflow-y: hidden;
}

    .table-responsive .summary {
        width: 36rem;
    }

.table-responsive-grid {
    display: grid;
    overflow-x: auto;
    width: 100%;
    -webkit-box-shadow: 0px 8px 34.2px 10.8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 34.2px 10.8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

    .table-responsive-grid .doc-line-item {
        padding: 0.4rem;
    }

    .table-responsive-grid [role="columnheader"] {
        padding: 0 10px 20px;
        /*text-align: center;*/
        border-bottom: 2px solid #dee2e6;
        background-color: white;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table-responsive-grid .doc-line-docs {
        font-weight: bold;
    }

    .table-responsive-grid .doc-line-line {
        grid-column-start: 1;
        grid-column-end: 7;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

.table-grid-inform-letter-doc {
    grid-template-columns: auto auto auto auto auto auto;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1s infinite ease-in-out;
}

.loader {
    color: #216e9f;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: fixed;
    left: 50vw;
    z-index: 99;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

.table-responsive .table {
    min-width: 36rem;
}

.card-zakonoproektu .info {
    max-width: none;
}
/*tabs fix*/
#tabs .nav .nav-link {
    border-bottom: none;
    min-width: 100px;
    color: #004BC1;
    font-weight: 600;
}

    #tabs .nav .nav-link:hover {
        border-bottom: none;
    }

#tabs .nav .active:hover {
    border-bottom: 4px solid #004BC1;
}

#tabs .nav .active {
    color: #495057;
    /*border-bottom: 2px solid #216f9f;*/
    border-bottom: 4px solid #004BC1;
    background-image: -webkit-linear-gradient( 90deg, #2075a9 0%, #2087c1 100%);
    background-image: -ms-linear-gradient(90deg, #2075a9 0%, #2087c1 100%);
    background: rgba(13,84,196, 0.05);
    font-weight: 600;
}

#tabs .nav {
    border-bottom: 2px solid #e7e8eb;
}

.euro-img {
    height: 1rem;
    cursor: pointer;
    margin-right: .1rem;
    margin-left: .1rem;
}

.euro-box {
    padding-right: 0px !important;
    /*vertical-align: middle!important;*/
}


@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


.display-none {
    display: none !important;
}

@media (max-width: 1200px) {
    .nav-item {
        flex-direction: column;
    }

    .show a {
        background: none !important;
    }

    .header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 767px) {
    .card-zakonoproektu .euro-img {
        margin-left: -2rem;
    }
}

/******************************* media rules ****************************************/
@media all and (min-width:100px) {
    html {
        font-size: 10px;
    }

    .name-system {
        font-size: 1.5rem;
    }

    .main-body .sidebar {
        width: 0%;
    }

    .wrap {
        width: 100%
    }
}

@media all and (min-width:300px) {
    html {
        font-size: 13px;
    }
}
@media all and (max-width:600px) {
    .itemList .itemBodyTop {
        flex-direction: column;
    }
        .itemList .itemBodyTop .itemBodyTopViewColumn {
            width: 100%;
        }
}
@media all and (max-width:450px) {
    html {
        font-size: 13px;
    }

    .menus {
        display: flex;
        flex-direction: column;
    }

        .menus .menu a {
            text-align: center;
        }
    .box-horisontal {
        flex-direction: column;
    }
}

@media all and (max-width:800px) {
   
    .name-system {
        display: none;
    }

    #headerimg {
        height: auto !important;
        background: white !important;
        order: 1;
    }
    .about_question {
        display: flex;
        align-items: center;
        padding-left: 0.5rem;
    }
   
    /*#mainmenu {
        border: none;
    }*/

    /*.column {
        width: 100%;
    }*/
    /*#mainmenu .menus {
        flex-direction: column;
        background-color: #286090;
    }

        #mainmenu .menus .menu {
            background-color: #286090;
        }

            #mainmenu .menus .menu a {
                font-family: Roboto-Regular;
                padding: .7rem;
                animation: fade ease-in 0.5s;
                color: white;
            }



            #mainmenu .menus .menu a:hover {
                background: rgba(255, 255, 255, 0.1) !important;
            }

    #mainmenu .menus .menu a {
        text-align: left;
        width: 100%;
    }*/
    .row {
        flex-direction: column;
    }
    #addmenu .row {
        flex-direction: row;
    }
    .search input {
        box-shadow: none !important;
    }
    .search {
        width: 100%;
/*        margin-right: 0.5rem;
        margin-top: 1rem;*/
    }
    .box input, .box input[type="file"], .box select, .box multiple-select {
        max-width: none;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media all and (min-width:810px) {
    html {
        font-size: 13px;
    }

    .name-system {
        width: 25rem; /*350px;*/
        margin-left: 10.7143rem; /*150px;*/
        color: #fff;
    }

        .name-system div {
            font-size: 1.714rem; /*24px;*/
        }


    .main-body .sidebar {
        width: 0%;
    }

    .wrap {
        width: 100%
    }

    #show-menu {
        display: none;
    }

/*    #mainmenu {
        display: block !important;
    }*/
}

@media all and (min-width:900px) {
    html {
        font-size: 14px;
    }
}

@media all and (min-width:1100px) {
    html {
        font-size: 15px;
    }

    .main-body .sidebar {
        width: 15% !important;
    }

   /* .wrap {
        width: 70%
    }*/

}

@media all and (min-width:1290px) {
    html {
        font-size: 16px;
    }
  

    .main-body .sidebar {
        width: 15%;
    }
}

@media all and (min-width:1400px) {
    html {
        font-size: 16px;
    }

    .main-body .sidebar {
        width: 15%;
    }
}

/*@media all and (min-width:1650px) {
    html {
        font-size: 18px;
    }

    .main-body .sidebar {
        width: 15%;
    }
}*/

@media all and (min-width:1900px) {
    html {
        font-size: 16px;
    }

    .main-body .sidebar {
        width: 15%;
    }
}

@media all and (min-width:2100px) {
    html {
        font-size: 16px;
    }

    .main-body .sidebar {
        width: 15%;
    }
}

@media all and (min-width:2300px) {
    html {
        font-size: 16px;
    }

    .main-body .sidebar {
        width: 15%;
    }
}

@media all and (min-width:2700px) {
    html {
        font-size: 16px;
    }

    .main-body .sidebar {
        width: 15%;
    }
}

/*@media all and (min-width:3100px) {
    html {
        font-size: 34px;
    }

    .main-body .sidebar {
        width: 15%;
    }*/

   /* .wrap {
        width: 70%
    }*/
/*}

@media all and (min-width:3800px) {
    html {
        font-size: 40px;
    }

    .main-body .sidebar {
        width: 15%;
    }*/

   /* .wrap {
        width: 70%
    }*/
/*}

@media all and (min-width:4200px) {
    html {
        font-size: 48px;
    }

    .main-body .sidebar {
        width: 15%;
    }*/

   /* .wrap {
        width: 70%
    }*/
/*}

@media all and (min-width:4500px) {
    html {
        font-size: 52px;
    }

    .main-body .sidebar {
        width: 15%;
    }

    .wrap {
        width: 70%
    }
}

@media all and (min-width:5000px) {
    html {
        font-size: 54px;
    }
}

@media all and (min-width:6000px) {
    html {
        font-size: 64px;
    }
}

@media all and (min-width:7000px) {
    html {
        font-size: 74px;
    }
}*/