.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
}

.btn-menu
{
    background-color: rgba(152, 205, 255, 0.26);
    border: 1px solid ;
    border-color: #5d4037;
}

.btn-nav
{
    width: 100px!important;
    height: 33px;
}

.btn-disabled
{
    background-color: rgba(172, 172, 172, 0.26);
    border: 1px solid ;
    border-color: #5d4037;
    cursor: unset;
}

.select-menu
{
    text-align: left;
    border-style: solid;
    border-color: #5d4037;
    border: 1px solid ;
    text-transform: unset;
    background-color: rgba(152, 205, 255, 0.26);
}

.menu-w-100
{
    width: 100px!important;
}

.menu-w-150
{
    width: 150px!important;
}

.menu-w-200
{
    width: 200px!important;
}

.menu-w-250
{
    width: 250px!important;
}


.menu-w-300
{
    width: 300px!important;
}

.menu-w-350
{
    width: 350px!important;
}


.menu-w-400
{
    width: 400px!important;
}


.menu-titlebar
{

}

.menubar
{
    z-index: 10000;
    background-color: #e1edf7;
    padding: 5px;
    border: 1px solid;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    display: unset!important;
}

.navbar .dropdown-menu a {
    padding: 0!important;
}

.menu-buffer
{
    height: 55px;
}

.navbar-brand
{
    font-size: 1rem;
    color: #6d98be !important;
}

.container-fluid .navbar-brand
{
    margin-left: 20px;
}

.nav-input
{
    height: 33px;
    border-radius: 3px;
    border-width: 1px;
    margin-left:3px;
    margin-right: 3px;
}

.nav-input:read-only
{
    background-color: rgba(223, 235, 255, 0.26);
}

.nav-input.tight{
    width: 50px!important;
}

.nav-input.half{
    width: 100px!important;
}

.nav-input.center{
    text-align: center;
}


.container-fluid .navbar
{
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ios-ui-select
{
    height: 26px!important;
    width: 50px!important;
    background-color: #b2b7c4 !important;
}

.ios-ui-select .inner {
    width: 20px!important;
    height: 20px!important;
}

.ios-ui-select.checked
{
    box-shadow: inset 0 0 0 36px #4d7530 !important;
}


.svglabel
{
    fill: #797878;
    font-size:12px;
    font-weight: 100;
}

.svglabel.on
{
    fill: #1a037e;
}

.toggle-btn
{
    height: 26px;
    margin-top: -4px!important;
    padding: 0;
    background-color: #4d7530;
    color: #efebe9;
    border: 0px;
    min-width: 70px!important;
    width: unset!important;
    margin-right: 13px;
    margin-left: 0;
}

.toggle-btn.tight
{
    margin-right: 10px!important;
}

#fileTreeBucket
{
    margin-left:  30px;
}

.navbar-warning
{
    text-align: center;
    background-color: #ffe4df;
}