.all{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: Arial, sans-serif;
}
#app{
    flex: 1;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(221,235,255,1) 21%);
}
.h4 {
    font-weight: 600;
}
@media (min-width: 1192px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .vignette img{
        height: 185px;
    }
}
@media (min-width: 1400px) {
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}
@media (min-width: 2300px) {
    .vignette img{
        height: 185px;
    }
}
.buttonsblock{
    width: 100%;
    margin: 0;
}
.deletebutton, .editbutton, .addbutton{
    background-color: transparent;
    border-color: transparent;
}
.deletebutton:hover, .editbutton:hover, .addbutton:hover{
    background-color: transparent;
    border-color: transparent;
}
.deletebutton:active, .editbutton:active, .addbutton:active{
    background-color: transparent!important;
    border-color: transparent!important;
}
.deletebutton:focus, .editbutton:focus, .addbutton:focus{
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: 0 0 0 0 transparent!important;
}
.deletebutton img, .editbutton img, .addbutton img{
    height: 25px;
}
tbody tr{
    line-height: 1!important;
}
.buttontd{
    width: 0.1em;
    height: 3.5em;
}
.urshortinfo input{
    height: calc(1.1em + 0.25rem + 2px)!important;
    color: #717171;
}
.list-group-item{
    padding: 0.25rem 1.25rem;
}
.table-hover tr{
    border-bottom: 2px solid #dee2e6;
}
.table-hover td{
    border: 0!important;
}
.fileupload{
    border-style: solid!important;
    border-color: #00ace5!important;
    border-width: 4px;
}
.hr-line{
    border-bottom: 1px rgba(0, 0, 0, 0.125) solid;
}
/*стилі для відображення віконця оновлення на всю сторінку*/
.updateinfo{
    position: absolute;
    width: 100%;
    height: 78vh;
    z-index: 9999;
    padding-top: 50px;
}
.updateinfo .updatetext{
    font-size: 22px;
}
/*кінець стилів відображення оновлення на всю сторінку*/
.custom-select:disabled {
    background-color: #eef2f7;
    border-color: #c1c1c1;
}
/*оптимізація розміру бокового меню*/
.col-10{
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.sidemenu{
    max-width: 180px;
    padding: 0;
}
.col-3 .col-10{
    flex-basis: inherit;
    flex-grow: inherit;
    min-width: inherit;
    max-width: 83.3333333333%;
}
/*кінець змін*/
.col-10 input{
    border-style: double;
    border-color: lightgray;
}
/*фікс величезних чекбоксів*/
input[type=checkbox]{
    max-height: 14px;
}
/**/
.col-10 h5{
    font-style: normal;
    font-size: 1em;
    margin-bottom: 4px;
}
.list-group-item{
    border: none;
    background-color: transparent;
}
.list-group-item:hover, .list-group-item:active, .list-group-item:visited, .list-group-item:focus{
    background-color: transparent;
    border: none;
}
.list-group-item:hover .punkt:before{
    right: 0!important;
}
.btn-info{
    color: #ffffff;
}
.btn-info:hover{
    color: #ffffff;
}

/*стилі для самоскладуваних дропдаун пунктів*/
.info-box__content {
    display: none;
}
.info-box__content .img-fluid{
    box-shadow: 0 0 15px rgb(0 0 0 / 85%);
    margin-bottom: 25px;
}

.info-box {
    border: 1px solid black;
    border-radius: 5px;
}
.info-box__title{
    text-decoration: underline #00ace5;
    cursor: pointer;
}

/**/
/*стиль для попередження дати закінчення контракту*/
.datewarn {
    -webkit-animation: color_change 0.7s infinite alternate;
    -moz-animation: color_change 0.7s infinite alternate;
    -ms-animation: color_change 0.7s infinite alternate;
    -o-animation: color_change 0.7s infinite alternate;
    animation: color_change 0.7s infinite alternate;
    font-weight: bold;
}

@-webkit-keyframes color_change {
    from { color: black; }
    to { color: #ff0000; }
}
@-moz-keyframes color_change {
    from { color: black; }
    to { color: #ff0000; }
}
@-ms-keyframes color_change {
    from { color: black; }
    to { color: #ff0000; }
}
@-o-keyframes color_change {
    from { color: black; }
    to { color: #ff0000; }
}
@keyframes color_change {
    from { color: black; }
    to { color: #ff0000; }
}
/**/
.redstar{
    color: red;
    font-weight: bold;
}
.docimg{
    width: 16px;
    height: 16px;
    position: relative;
    bottom: 2px;
}
.underline_link{
    color: #3490dc;
}
.underline_link:hover{
    color: #3490dc;
    text-decoration: #3490dc underline;
}
.squaredisp{
    display: none;
}
.widedisp{
    display: inherit;
}
@media (max-width: 1300px) {
    .squaredisp {
        display: inherit;
    }
    .widedisp{
        display: none;
    }
    .squaretext{
        font-size: 1rem;
    }
}
.bluetext{
    color: #00ace5;
}
.greentext{
    color: #00b906;
}
.redtext{
    color: #db0000;
}
.cursor-pointer, .cursor-pointer:hover{
    cursor: pointer;
}
.kwtimg{
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -4px;
}
.punkt{
    padding-bottom: 5px;
}
.punkt.active:after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #29abe2;
    height: 4px;
}
.customlist{
    border-radius: 0;
}
@media (max-width: 1355px) {
    .squarescreenfont{
        font-size: 0.8rem;
    }
}

#directory{
    background-color: transparent;
    border: none;
}
#ajax_data_result{
    display: none;
    position: absolute;
    background-color: white;
    padding: 12px;
    top: 40px;
    right: 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    line-height: 1.8;
}
.form-control:disabled{
    background-color: #eef2f7;
}
.saveimg, .editimg, .forbimg, .deleteimg{
    width: 14px;
    height: 14px;
    position: relative;
    bottom: 2px;
}
.addimg{
    width: 14px;
    height: 14px;
    position: relative;
    bottom: 1px;
}
.tdimg{
    width: 12px;
    height: 12px;
    position: relative;
    bottom: 2px;
}
.shortinfo{
    font-size: 1.1rem;
    color: black;
}
.shortinfo:hover{
    color: black;
}
h4 .shortinfo{
    font-size: 1.45rem;
}
.meditext{
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.a-dis,.a-dis:hover{
    color: #212529;
    text-decoration: none;
    cursor: inherit;
}
/*#consalltab, #profile-tab{
    background-color: #dfecff;
    border-color: #a7a7a7 #a7a7a7 #dfecff;
}
#myTab{
    border-bottom: 1px solid #a7a7a7;
}*/
.inputurl{
    background-color: white!important;
}
.inputurl:hover, .inputurl:active, .inputurl:focus{
    text-decoration: none;
}
.inputurl input{
    background-color: white!important;
    cursor: pointer;
}
.footercont{
    padding-top: 10px;
    background-image: url("/image/fonfooter.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0.5em 0;
    background-color: #ddebff;
}
.footerimg img{
    height: 70px!important;
    position: relative;
     top: -4px;
    right: 2em;
}
/*клас для того, щоб скрити якийсь елемент на великих екранах но показати на малих*/
@media screen and (min-width: 1400px){
    .disnone{
        display: none;
    }
}
/*box-shadow effect for card*/
#homecard {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    color: black;
}
#homecard:hover, #homecard:focus, #homecard:active {
    text-decoration: none;
    color: black;
    /*box-shadow: 0 0 8px #00ace5;*/
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/*vignette effect for images*/
.vignette {
    position: relative;
    /* Remove the parts of the circle that is outside of the image */
    overflow:hidden;
}
.vignette:after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 17px 1px rgba(0,0,0,0.1);
}
/* Underline From Left */
#underline-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
#underline-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #00ace5;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#underline-left:hover:before, #underline-left:focus:before, #underline-left:active:before {
    right: 0;
}
svg:hover #blueenera1{
    stroke-width: 4px;
    stroke-opacity: 0.6;
}
svg:hover #greenenera1{
    stroke-width: 4px;
    stroke-opacity: 0.6;
}
#blueenera1 {
    fill: #1cbcfc;
    stroke: #1cbcfc;
    stroke-width: 0;
    transition: 0.3s ease-in-out;
}
#greenenera1 {
    fill: #64cc1c;
    stroke: #64cc1c;
    stroke-width: 0;
    transition: 0.3s ease-in-out;
}
#smallcard{
    padding: 0 5px;
    background-color: transparent!important;
    border: none!important;
}
#smallcard h6{
    padding-bottom: 0.05rem!important;
}
#partner_urcard{
    padding: 5px!important;
    background-color: transparent!important;
    border: none!important;
    /* */
}
#company_card{
    padding: 0!important;
    background-color: transparent;
    border: none;
}
#company_card .card-body{
    padding: 0!important;
    margin-right: 0px;
}
#custscroll{
    overflow: hidden;
}
#HelpModal img{
    max-width: 1104px;
}
#HelpModal{
    font-size: 19px;
}
#consPlan .daily_table, #consPlanPartner .daily_table{
    overflow: auto;
}
.nav-tabs{
    border-bottom: 1px solid #a7a7a7;!important;
}
.nav-link.active{
    background-color: transparent!important;
    border-color: #a7a7a7 #a7a7a7 #dfecff #a7a7a7!important;
}
.nav-link:hover{
    border-color: #a7a7a7!important;
}
.nav-link.active:hover{
    border-bottom-color: #dfecff!important;
}
#cons_plan_all{
    border-bottom: 1px solid #a7a7a7;
}
#cons_plan_all .nav-link.active{
    background-color: transparent;
    border-color: #a7a7a7 #a7a7a7 #dfecff #a7a7a7;
}
#cons_plan_all .nav-link:hover{
    border-color: #a7a7a7;
}
#cons_plan_all .nav-link.active:hover{
    border-bottom-color: #dfecff;
}
#consPlanPartner th{
    border-top: none;
}
#cons_hour_table, #cons_month_table, .daily_table{
overflow: hidden;
}
#cons_hour_table td, #cons_month_table td, .daily_table td{
    border-color: #bfbfbf!important;
    border-right: 1px;
    border-bottom: 1px;
    border-style: solid;
}
#cons_hour_table td:hover, #cons_month_table td:hover, .daily_table td:hover{
    background-color: #bfbfbf;
}
#cons_hour_table th, #cons_month_table th, .daily_table th{
    border: 2px solid #b5e8f9;
    background-color: #b5e8f9;
}
#cons_hour_table table, #cons_month_table table, .daily_table table{
    width: 100%;
}
.col-12.card p{
    margin: 5px 5px 10px 5px;
    border-bottom: 1px rgba(0, 0, 0, 0.125) solid;
}
/* dropdown submenu */
.navbar-nav .dropdown-submenu:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    right: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1800px) {
    .table-responsive-square {
        display: block;
        width: 100%;
        overflow-x: auto;
        font-size: 12px;
    }
    .tablesf{
        font-size: 12px;
    }
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
@media screen and (max-width: 1370px){
    /*поворот стрелки наліво, для субменю лівого*/
    .dropdown-menu > li > .dd-left:hover:after {
        text-decoration: underline!important;
        transform: rotate(90deg) !important;
    }
    /*субменю яке вискакує наліво, потрібно для меню біля правого краю екрана, щоб не заходило за межі*/
    .dropdown-submenu>.dropdown-menu.dropdown-left {
        top:0;
        left: auto;
        margin-top:-6px;
        right: 100%;
    }
}
.showup {
    width: 100px;
    height: 100px;
}

.click {
    cursor: pointer;
    padding-bottom: 10px;
}
/*фікс бага з шириною блока для селект2*/
.select2-container{ max-width: 100% !important;}
.modal-content .select2-container{width: 100%!important;}
/* BRB прорісовка та анімація */
.button1 {

    box-shadow: 0px 15px 0 20px #352d2d, 0px 40px 0 30px #000000;
    cursor: pointer;
    background-color: #c0392b;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 80px;
    transform: translateX(-50%);
}
.button1:focus{
    box-shadow: 0px 15px 0 20px #352d2d, 0px 40px 0 30px #000000;
}

.button1::before{
     content: 'РОЗРАХУВАТИ';
    font-size: 50px;
    color: white;
     z-index: 1;
     border-radius: 50%;
     background-color: #e74c3c;
     position: absolute;
     bottom: 100%;
     left: 0%;
     transition: .2s;
     width: 480px;
     height: 80px;
 }

.button1::after{
     content: '';
     background-color: #c0392b;
     position: absolute;
     bottom: 50%;
     left: 0%;
     width: 480px;
     height: 80px;
     transition: .2s;
 }

.button1:active::before{
bottom: 10%;
}
.button1:active::after{
    height: 10%;
}
/*кастом розташування для менюшки додаткових дій в нарахуваннях*/
.debet .btn-group .show{
    transform: translate3d(-110px, 21px, 0px)!important;
}
/*для карти*/
#reg:hover{
    fill: #78BE20;
}
#ran:active{
    fill: #78BE20;
}
.tooltip_regions_svg {
    background: white;
    border: 1px solid black;
    border-radius: 2px;
    padding: 5px;
    font-size: 20px;
}
/*блок з фільтрами*/
.filterblock, .rowblock{
    display: none;
}
.filterblock input,.filterblock select{
    height: calc(1.1em + 0.5rem + 2px)!important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.filterblock td{
    padding-top: 5px;
    padding-bottom: 5px;
}
.filterimg{
    height: 20px;
}
.filterblock.active{
    display: table-row;
}
/**/
