html,
body {
    background-color: #ECF0F1;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.imocah-navtop {
    background-color: #F05837;
}

.img-brand {
    max-height: 35px;
}

.web-container {
    margin-top: 64px;
    background-color: #ECF0F1;
}

.web-container-section {
    background-color: #FFF;
}

.web-container-section p {
    margin: 15px 15px 15px 15px;
    padding: 0 15px 0 15px;
    max-width: 1024px;
}

.system-container {
    width: auto;
    margin-top: 60px;
    margin-left: 250px;
    padding: 10px 10px 10px 10px;
}

.navbar-container-system {
    max-width: 100%;
}

.sidebar-system {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    margin-top: 58px;
    background-color: #282726;
}

.sidebar-system a {
    text-decoration: none;
    color: #ECF0F1;
    display: block;
    text-decoration: none;
}

.sidebar-system a:hover {
    color: #282726;
    background-color: #ECF0F1;
}

.system-container-actions {}
.system-container-sheet {}

.card-user {
    font-size: 12px;
}

.card-user img {
    max-width: 72px;
}

.imocah-style-form {
    background-color: #FFF;
}

.modal-dialog {
    min-width: 800px;
}

.modal-body {
    min-height: 400px;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}


