﻿@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var( --navPillsColor) !important;
}

.marginTop5px {
    margin-top: 5px;
}

.heigh-inherit {
    height: inherit;
}

.margin-top-3px {
    margin-top: 3px;
}

.img_cara {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    position: fixed;
    border: 2px solid var( --mainColor);
    display: block;
}

.img_cara_perfil {
    width: 130px;
    height: 130px;
    position: fixed;
    display: block;
}


.navbar-icon-top .navbar-nav .nav-link > .fa {
    position: relative;
    width: 36px;
    font-size: 24px;
}

    .navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
        font-size: 0.75rem;
        position: absolute;
        right: 0;
        font-family: sans-serif;
    }

.border-color-active {
    background-color: #5b5f5f;
}

.navbar-fixed {
    position: sticky;
    top: 0;
    z-index: 9999 !important;
}

.navbar-submenu-fixed {
    position: sticky;
    width: 100%;
    top: 83px;
    z-index: 20 !important;
}

.prioridade {
    z-index: 200 !important;
    position: fixed;
    right: 0;
    top: 0;
}

.navbar-icon-top .navbar-nav .nav-link > .fa {
    top: 3px;
    line-height: 12px;
}

    .navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
        top: -10px;
    }

@media (min-width: 576px) {
    .fixHeight {
        text-decoration: none;
    }

    .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa {
            display: block;
            width: 48px;
            margin: 2px auto 4px auto;
            top: 0;
            line-height: 24px;
        }

            .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa > .badge {
                top: -7px;
            }
}

.img-center {
    width: 28px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.margin-bottomVertical {
    margin-bottom: 5px;
}

.scroll {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.scrollY {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.img-submenu {
    height: 33px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-submenu-horizontal {
    margin-left: auto;
    margin-right: auto;
    height: 19px;
    margin-top: -3px;
}

.btn-hover:hover {
    /*-webkit-transform: scale(1.1) !important;*/
    text-decoration: none;
    background-color: #bebebe;
}

.submenu-border-right {
    border-right: 1px solid #ffffff !important;
}

.submenu-border {
    border-right: 1px solid #ffffff !important;
    border-left: 1px solid #ffffff !important;
}

.submenu-border-left {
    border-left: 1px solid #ffffff !important;
}

.display-flex {
    display: flex;
}

.blocoHorizontal {
    margin-left: 10px;
    margin-right: 10px;
}

.nav-horizontal {
    display: block;
    margin-bottom: 5px;
}

.display-inline {
    display: inline;
}

.nav-font-size-color {
    color: #ffffff !important;
    font-size: 15px;
}

.submenu-font-size-color {
    font-size: 11px;
    color: #000 !important;
    cursor: pointer;
}

.submenu-font-size-color-horizontal {
    font-size: 11px;
}

@media (min-width: 768px) {
    .fixHeight {
        text-decoration: none;
    }

    .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa {
            display: block;
            width: 48px;
            margin: 2px auto 4px auto;
            top: 0;
            line-height: 24px;
        }

            .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa > .badge {
                top: -7px;
            }
}

@media (min-width: 992px) {
    .fixHeight {
        text-decoration: none;
    }

    .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa {
            display: block;
            width: 48px;
            margin: 2px auto 4px auto;
            top: 0;
            line-height: 24px;
        }

            .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa > .badge {
                top: -7px;
            }
}

@media (min-width: 1200px) {
    .fixHeight {
        height: 67px;
    }

    .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa {
            display: block;
            width: 48px;
            margin: 2px auto 4px auto;
            top: 0;
            line-height: 24px;
        }

            .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa > .badge {
                top: -7px;
            }
}

#scroll-area::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}

#scroll-area::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa;
}

    #scroll-area::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }

    #scroll-area::-webkit-scrollbar-thumb:active {
        background: linear-gradient(left, #22ADD4, #1E98BA);
    }

#scroll-area::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #F5F5F5;
}

.cor-2 {
    /*background-color: #d9d9d9;*/
    background-color: #e2e2e2;
}

.cor-3 {
    background-color: #c9c9c9;
}
