.logo {
    max-width: 200px;
    max-height: 100px;
}
.logo_rulis {
    max-height: 54px;
    float: right;
    margin-top: -12px;
    margin-right: -10px;
}
.label {
    font-size: 1rem;
}
.content table td, .content table th{
    border: none;
}
.footer {
    padding: 1rem 1.5rem 1rem;
}

.tab-content .tab-pane{
    display: none;
}

.tab-content .is-active {
    display: block;
}

.custom .card {
    background-color: #f5f7fa;
}
.custom .card .table{
    background-color: #f5f7fa;
}

.autocomplete-items {
    overflow: auto;
    max-height: 20rem;
    background-color: #FFF;
    border: 1px solid #c0c0c0;
    z-index: 9;
    position: absolute;
}
.autocomplete-items div {
    padding: 1rem;
}
.autocomplete-items div:hover {
    background-color: #f5f7fa;
    cursor: pointer;
}
.autocomplete-active {
  background-color: #f5f7fa;
  cursor: pointer;
  color: #000;
}

.auth-form .custom-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.auth-form .custom-box {
    width: 500px;
    padding: 80px 100px 100px 100px;
}
.dynatree_price{
    color: green;
}
.dynatree_due{
    color: green;
}