﻿html, body {
    height: 100%;
}

.budget-blocks {
    border: 2px solid #326dd8;
    padding: 15px 35px 15px 35px;
    position: relative;
    /*height: 100%;
    min-height: 400px;*/
    height: 500px;
    overflow-y:scroll;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.budget-blocks .docic {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 2px;
    cursor: pointer;
}

.budget-blocks .docic img {
    height: 30px;
    width: 30px;
}

.budget-blocks ul li {
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.budget-blocks ul li:last-child {
    margin-bottom: 0;
}

.budget-blocks ul li.active {
    background-color: #ffc568;
}

.budget-blocks ul li img {
    position: absolute;
    right: 5px;
    width: 18px;
    height: 18px;
    top: 5px;
}

.budget-blocks input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.budget-blocks label {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
}

div#company-panel, div#section-panel, div#grouping-panel, div#field-panel {
    margin-bottom: 30px;
}

.budget-blocks .dropdown {
    position: initial !important;
    display: flex;
}

.budget-blocks .dropdown.show {
    display: flex !important;
}

.settings a{
    cursor: pointer
}

.admin-header-rights{
    width: 100%
}

.admin-header-rights button {
    border-radius: 10px;
    float: right;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    background-color: #f1f2f3;
    color: #acb0c3;
}

.admin-header-rights .dropdown {
    position: relative;
    padding: 5px;
    float: right
}

.budget-panel-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.budget-loader-blocks {
    border: 2px solid #326dd8;
    padding: 1px 1px 1px 1px;
    position: relative;
    height: 400px;
    overflow-y: scroll;
}


.company-not-Exist {
    background-color: #FFB6C1;
    padding: 1px;
    margin-bottom: 10px;
}

.field-not-Exist {
    background-color: #FFB6C1;
}