﻿.ibox-content {
    background-color: #ffffff;
    padding: 20px;
    /*border: 1px solid #e7eaec;*/
    border-radius: 3px;
    margin-bottom: 20px;
}


.carousel-item {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

.carousel-item {
    display: none;
    position: relative;
    transition: transform 0.6s ease-in-out;
}

    .carousel-item.active {
        display: block;
    }

canvas {
    max-width: 100%;
    max-height: 100%;
}

/* .nav-item {
            padding-left: 5px;
            padding-right: 5px;
        }*/

.separator {
    float: left;
    display: inline-block;
    width: 1px;
    height: 18px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 12px;
    background-color: #c6d1dd;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    .dropdown-submenu.dropstart > .dropdown-menu {
        left: auto;
        right: 100%;
    }

    .dropdown-submenu > a::after {
        content: "▶";
        float: right;
        margin-left: 5px;
        font-size: 0.7em;
    }

    .dropdown-submenu.dropstart > a::after {
        content: "◀";
    }

/* Mobile: desativa hover */
@media (hover: none) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: none;
    }
}

.hor-menu .nav-link {
    color: #BCC2CB;
    padding-top: 12px;
    height: 51px;
}

    .hor-menu .nav-link:hover {
        color: #fff;
        background: #55616f !important;
    }

.page-header-menu {
    /*height:40px;*/
}

body {
    font-size: 15px !important;
}

/* Menu dropdown abre no hover */
.hor-menu .nav-item:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}



.form-select {
    font-size: 0.9rem;
}


.form-control {
    font-size: 0.9rem;
}

form .form-body, .portlet-form .form-body {
    padding: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f !important;
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #245f85 !important;
}

.bg-dark {
    color: #fff;
    background-color: #244866 !important;
}