.btn-block {
    display: block !important;
}

.btn-block i {
    margin-right: 0 !important;
}

.page-container {
    overflow: hidden;
    height: 100%;
}

.text-center {
    text-align: center;
}

.left-menu {
    height: 100%;
    position: relative;
}

.page-content {
    position: relative;
    overflow-y: scroll;
    border-left: 1px solid green;
    height: 100%;
}

.preloader-overlay {
    position: absolute;
    background-color: rgba(65, 65, 62, 0.2);
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.toast {
    border-radius: 4px;
    background-color: red;
}
.toast.success{
    background-color: green;
}
.toast.error{
    background-color: maroon;
}
.toast .btn-flat {
    margin-left: 1rem;
}
.toast-action{
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button, input[type="date"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"],
input[type="date"]{
    -moz-appearance: textfield;
}
.margin-top-30{
    margin-top: 30px;
}
.text-bold{
    font-weight: bold;
}