﻿.potochna-sesiya .link-blue {
    text-wrap: nowrap;
}

.marginLeft2rem {
    margin-left: 2rem;
}
.disabled {
    pointer-events: none;
    background: gray !important;
}
.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;

}
.info-icon > i {
    cursor: pointer;
}
.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;
}

@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;
    }
}
    /*.header{
    display:flex;
    overflow:hidden;
}
.goal-place {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding:.5rem 1rem;

}
    .goal-place .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
.goal-place:hover {
    color:white;
    cursor:pointer;
}
.nav-place {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;

    overflow: hidden;
}
    .nav-place .navbar {
        flex: 1 1 auto;
        align-items: baseline;
        overflow:hidden;
    }
.dropdown-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (min-width: 1200px) {
    .goal-place .navbar-toggler {
        display:none
    }
}
@media (max-width: 1200px) {
    .goal-place  {
        justify-content:space-between;
        flex:1 1 auto;
        width:100%;
    }
    .header{
        flex-direction:column;
        align-items:flex-start;
    }
}*/
    /*.month .ui-datepicker-multi-6 {
        display: grid!important;
        flex: 1 1 auto;
        grid-template-columns: repeat(auto-fill, 17.5rem);
        overflow: hidden;
    }
    .month .ui-datepicker-row-break {
        display: none;
    }
        .month .ui-datepicker-multi-6 .ui-datepicker-group {
            flex: 1 1 auto;
            margin: .5rem;
            box-shadow: 0px 8px 34.2px 10.8px rgba(0, 0, 0, 0.1);
            background: white;
        }
    .month .ui-widget-header {
        background: #2181bb;
        color:white;
    }
    .month .ui-datepicker-prev {
        display:none;
    }
    .month .ui-datepicker-next {
        display:none;
    }
    .month .ui-datepicker-today {
        background: #2181bb;
    }
    .month .ui-datepicker-today a {
        color: white;
    }

        .month .ui-widget-header .ui-datepicker-title {
            display:flex;
            flex-direction:row;
            justify-content:space-around;
        }
    .month .ui-datepicker-calendar {
        margin: .5rem;
    }
        .month .ui-datepicker-calendar td {
            padding: .5rem;
            text-align: center;
        }
        .month .ui-datepicker-calendar tg {
            padding: .5rem;
            text-align: center;
        }*/

 
    