﻿.login-background {
    height: 100%;
    position: fixed;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

.cor-primaria {
    color: var(--cor-primaria);
}
.cor-secundaria {
    color: var(--cor-secundaria);
}
.bg-cor-primaria {
    background-color: var(--cor-primaria);
}
.bg-cor-secundaria {
    background-color: var(--cor-secundaria);
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    background-color: #fff;
    border-color: gray;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #ddd;
    margin: 30px 15px 15px 15px;
}

    div.scrollmenu a {
        display: inline-block;
        color: black;
        text-align: center;
        padding: 5px 15px 5px 15px;
        text-decoration: none
    }

        div.scrollmenu a:hover {
            background-color: #cdcdcd;
            color: #fff
        }

.btn-gama, .btn-gama.disabled {
    background: var(--cor-primaria);
    border: 1px solid var(--cor-primaria);
    color: #fff;
}

    .btn-gama:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: white;
        background-color: #4573a3;
        border-color: #269abc;
    }

    .btn-gama:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-gama.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-gama .badge {
        color: #5bc0de;
        background-color: white;
    }

.checkbox-gama input[type=checkbox]:checked + label::before {
    background-color: var(--cor-primaria);
    border-color: var(--cor-primaria)
}

.checkbox-gama input[type=checkbox]:checked + label::after {
    color: #fff
}



a.copy-gama {
    color: #58666e;
}

    a.copy-gama:hover {
        color: #269abc;
    }

.footer-gama {
    bottom: 0;
    color: #58666e;
    left: 240px;
    position: absolute;
    right: 0;
    background: #fafafa;
    font-size: 11px;
    height: 35px;
    padding: 10px 20px;
    padding-top: 30px;
}


.navbar-top-links .dropdown-user-gama {
    right: 0;
    left: auto;
    width: 280px;
}

    .navbar-top-links .dropdown-user-gama .dw-user-box {
        padding: 15px
    }

        .navbar-top-links .dropdown-user-gama .dw-user-box .u-img {
            width: 80px;
            display: inline-block;
            vertical-align: top
        }

            .navbar-top-links .dropdown-user-gama .dw-user-box .u-img img {
                width: 100%;
                min-width: 500px;
                border-radius: 5px
            }

        .navbar-top-links .dropdown-user-gama .dw-user-box .u-text {
            display: inline-block;
            padding-left: 10px
        }

            .navbar-top-links .dropdown-user-gama .dw-user-box .u-text h4 {
                margin: 0
            }

            .navbar-top-links .dropdown-user-gama .dw-user-box .u-text p {
                margin-bottom: 3px
            }

.page-title {
    margin-left: 1.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    background-color: #fff;
    border-color: gray;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #ddd;
    margin: 30px 15px 15px 15px;
}

    div.scrollmenu a {
        display: inline-block;
        color: black;
        text-align: center;
        padding: 5px 15px 5px 15px;
        text-decoration: none
    }

        div.scrollmenu a:hover {
            background-color: #cdcdcd;
            color: #fff
        }

.btn-gama, .btn-gama.disabled {
    background: var(--cor-primaria);
    border: 1px solid var(--cor-primaria);
    color: #fff;
}

    .btn-gama:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: white;
        background-color: #4573a3;
        border-color: #269abc;
    }

    .btn-gama:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-gama.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-gama .badge {
        color: #5bc0de;
        background-color: white;
    }

.checkbox-gama input[type=checkbox]:checked + label::before {
    background-color: var(--cor-primaria);
    border-color: var(--cor-primaria)
}

.checkbox-gama input[type=checkbox]:checked + label::after {
    color: #fff
}

a.copy-gama {
    color: #58666e;
}

    a.copy-gama:hover {
        color: #269abc;
    }

.footer-gama {
    bottom: 0;
    color: #58666e;
    left: 240px;
    position: absolute;
    right: 0;
    background: #fafafa;
    font-size: 11px;
    height: 35px;
    padding: 10px 20px;
    padding-top: 30px;
}


.navbar-top-links .dropdown-user-gama {
    right: 0;
    left: auto;
    width: 280px;
}

    .navbar-top-links .dropdown-user-gama .dw-user-box {
        padding: 15px
    }

        .navbar-top-links .dropdown-user-gama .dw-user-box .u-img {
            width: 80px;
            display: inline-block;
            vertical-align: top
        }

            .navbar-top-links .dropdown-user-gama .dw-user-box .u-img img {
                width: 100%;
                min-width: 500px;
                border-radius: 5px
            }

        .navbar-top-links .dropdown-user-gama .dw-user-box .u-text {
            display: inline-block;
            padding-left: 10px
        }

            .navbar-top-links .dropdown-user-gama .dw-user-box .u-text h4 {
                margin: 0
            }

            .navbar-top-links .dropdown-user-gama .dw-user-box .u-text p {
                margin-bottom: 3px
            }

.page-title {
    margin-left: 0.6em;
}

.bg-title-gama {
    background: #fff;
    overflow: hidden;
    padding: 15px 10px 9px;
    margin-bottom: 10px;
    margin-left: -25.5px;
    margin-right: -25.5px;
    height: 3em;
}

    .bg-title-gama h4 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        margin-top: -0.2em;
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .bg-title-gama .breadcrumb {
        background: 0 0;
        margin-bottom: 0;
        padding: 0;
    }

        .bg-title-gama .breadcrumb li a {
            color: rgba(0,0,0,.5)
        }

        .bg-title-gama .breadcrumb li:not(.active) a:hover {
            color: #000
        }

        .bg-title-gama .breadcrumb li.active a {
            color: #000
        }

    .bg-title-gama .breadcrumb {
        float: left;
        margin-top: 0;
        margin-bottom: 10px
    }


.white-box-gama {
    background: #fff;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 4px;
}

    .white-box-gama .box-title {
        margin: 0 0 12px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 16px
    }

.el-element-overlay .white-box-gama {
    padding: 0
}

.tab-cliente {
    color: aqua;
}

/* Panel Sanfona */
.full-panel-gama {
}

    .full-panel-gama .panel-heading-gama {
        color: #fff;
        background-color: var(--cor-primaria);
        height: 0.5em;
        box-sizing: content-box;
    }

    .full-panel-gama .panel-body {
        background: #fff;
        color: #fff;
    }

    .full-panel-gama .panel-footer {
        background: var(--cor-primaria);
        color: #fff;
    }

    .full-panel-gama a {
        color: #fff;
    }

        .full-panel-gama a:hover {
            color: #fff;
        }

.panel .panel-heading-gama {
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0px 20px 0px;
}

    .panel .panel-heading-gama .panel-title {
        font-size: 16px;
        color: #fff;
    }

    .panel .panel-heading-gama a i {
        font-size: 12px;
        margin-left: 8px
    }

.form-container {
    padding: 20px;
}

.form-container-subgrid label {
    font-weight: bold;
}

.form-link {
    color: #5bc0de;
    overflow: hidden;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

    .form-link:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.ativo-sim-nao-0 {
    color: red;
    font-weight: 500;
}

.empenhado-sim-nao-0 {
    color: green;
}

.empenhado-sim-nao-1 {
    color: red;
}

.tipo-desconto-DESCONTO {
    color: red;
}

.tipo-desconto-NEUTRO {
    color: black;
}

.tipo-desconto-ACRESCIMO {
    color: green;
}

#xurupitaup-DESCONTO {
    display: none;
}

#xurupitaup-NEUTRO {
    display: none;
}

#xurupitadown-ACRESCIMO {
    display: none;
}

#xurupitadown-NEUTRO {
    display: none;
}
/* Split screen container 50/50*/
.split-screen {
    /*border: 2px solid #000;*/
    overflow: hidden;
}

    .split-screen .one {
        float: left;
        width: 50%;
        margin-right: 20px;
        padding-right: 20px;
        border-right: 2px dotted #ededed;
    }

#total {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

.split-screen .two {
    overflow: hidden;
    min-height: 50%;
}

@media screen and (max-width: 800px) {
    .split-screen .one {
        float: none;
        margin-right: 0;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px dotted #ededed;
    }
}

.dx-toast-message {
    white-space: pre-line;
}

/* WIZARD */
.wizard {
    padding: 0px 25px 0px 15px;
    background: transparent;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

    .wizard > li {
        display: table-cell;
        vertical-align: top;
        width: 1%;
        font-size: small;
    }

        .wizard > li + li:before {
            padding: 0;
        }

    .wizard li a {
        color: white;
        text-decoration: none;
        padding: 10px 0 10px 20px;
        position: relative;
        display: inline-block;
        width: calc( 100% - 10px );
        background-color: #9c9c9c;
        text-align: center;
        text-transform: capitalize;
    }

    .wizard li.completed a {
        background: var(--cor-secundaria);
    }

        .wizard li.completed a:after {
            border-left: 20px solid var(--cor-secundaria);
        }

    .wizard li.inative-block a {
        background: #9c9c9c;
    }

        .wizard li.inative-block a:after {
            border-left: 20px solid #9c9c9c;
        }

    .wizard li.inative a {
        background: #9c9c9c;
    }

        .wizard li.inative a:after {
            border-left: 20px solid #9c9c9c;
        }

        .wizard li.inative a:hover {
            background: var(--cor-primaria);
        }

            .wizard li.inative a:hover:after {
                border-left: 20px solid var(--cor-primaria);
            }

    .wizard li.active a {
        background: var(--cor-primaria);
    }

        .wizard li.active a:after {
            border-left: 20px solid var(--cor-primaria);
        }


    .wizard li:first-child a {
        padding-left: 15px;
    }


    .wizard li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 20px solid white;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 1px;
        left: 100%;
        z-index: 1;
    }

    .wizard li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 20px solid hsla(0, 0%, 83%, 1);
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2;
    }

/* STAR RATING */
.star-rating-gama {
    font-family: 'FontAwesome';
}

    .star-rating-gama > fieldset {
        border: none;
        display: inline-block;
    }

        .star-rating-gama > fieldset:not(:checked) > input {
            position: absolute;
            top: -9999px;
            clip: rect(0, 0, 0, 0);
        }

        .star-rating-gama > fieldset:not(:checked) > label {
            float: right;
            width: 1em;
            padding: 0 0.05em;
            overflow: hidden;
            white-space: nowrap;
            cursor: pointer;
            font-size: 150%;
            color: var(--cor-secundaria);
        }

            .star-rating-gama > fieldset:not(:checked) > label:before {
                content: '\f006  ';
            }

            .star-rating-gama > fieldset:not(:checked) > label:hover,
            .star-rating > fieldset:not(:checked) > label:hover ~ label {
                color: var(--cor-primaria);
                text-shadow: 0 0 3px var(--cor-primaria);
            }

                .star-rating-gama > fieldset:not(:checked) > label:hover:before,
                .star-rating-gama > fieldset:not(:checked) > label:hover ~ label:before {
                    content: '\f005  ';
                }

        .star-rating-gama > fieldset > input:checked ~ label:before {
            content: '\f005  ';
        }

        .star-rating-gama > fieldset > label:active {
            position: relative;
            top: 2px;
        }

.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button {
    color: #000;
}

/*Titan*/
.panel-group-gama .panel-gama {
    border-radius: 0;
    box-shadow: none;
}

.panel-default-gama > .panel-heading-gama {
    padding: 0;
    border-radius: 0;
    color: var(--cor-primaria);
    background-color: #FFF;
}


.panel-title-gama {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    border: 1px solid #EEE;
    margin-top: 10px;
}

    .panel-title-gama > a {
        display: block;
        text-decoration: none;
        padding: 15px;
        color: var(--cor-primaria);
    }

.more-less-gama {
    float: left;
    margin-right: 10px;
    color: var(--cor-primaria);
}

.panel-default-gama > .panel-heading-gama + .panel-collapse-gama > .panel-body-gama {
    border-top-color: #ccc;
}

.panel-body-gama {
    background-color: #fff;
    padding: 15px;
    margin-top: 0;
}

.link-oportunidade {
    color: var(--cor-secundaria);
}

    .link-oportunidade:hover {
        color: #5bc0de;
    }

.button-gama-oportunidade, .button-gama-oportunidade-fill:hover {
    width: 90px;
    color: var(--cor-primaria);
    border: 1px solid var(--cor-primaria);
    background-color: #fff;
}

    .button-gama-oportunidade:hover, .button-gama-oportunidade-fill {
        width: 90px;
        color: #fff;
        background-color: var(--cor-primaria);
    }


.detail-header {
    font-weight: 400;
    color: var(--cor-primaria);
    font-size: 10px;
    margin-bottom: 0;
}

.detail-body {
    margin-bottom: 5px;
    /*height:20px;*/
}


.timeline-gama {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline-gama::-webkit-scrollbar {
        width: 8px;
    }

    .timeline-gama::-webkit-scrollbar-track {
        background: #eaeaea;
    }

    .timeline-gama::-webkit-scrollbar-thumb {
        background: #adadad;
    }

        .timeline-gama::-webkit-scrollbar-thumb:hover {
            background: rgba(30, 67, 105, 0.50);
        }

    .timeline-gama:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px;
        background-color: #bab8b8;
        left: 50px;
        margin-left: -1.5px;
    }

    .timeline-gama > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline-gama > li:before,
        .timeline-gama > li:after {
            content: " ";
            display: table;
        }

        .timeline-gama > li:after {
            clear: both;
        }

        .timeline-gama > li:before,
        .timeline-gama > li:after {
            content: " ";
            display: table;
        }

        .timeline-gama > li:after {
            clear: both;
        }

        .timeline-gama > li > .timeline-gama-panel {
            width: calc(100% - 110px);
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            margin-right: 10px;
            padding: 15px;
            position: relative;
        }

            .timeline-gama > li > .timeline-gama-panel.dashed {
                border: 1px dashed #d4d4d4;
            }

            .timeline-gama > li > .timeline-gama-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline-gama > li > .timeline-gama-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline-gama > li > .timeline-gama-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 15px;
            font-size: 18px;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50px;
            margin-left: -25px;
            background-color: var(--cor-primaria);
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            padding-top: 10px;
        }

        .timeline-gama > li.timeline-gama-inverted > .timeline-gama-panel {
            float: right;
        }

            .timeline-gama > li.timeline-gama-inverted > .timeline-gama-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline-gama > li.timeline-gama-inverted > .timeline-gama-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-gama-badge.gama {
    background-color: var(--cor-primaria);
}


.timeline-gama-title {
    margin-top: 0;
    color: var(--cor-primaria);
    font-weight: 400;
}

.timeline-gama-body > p,
.timeline-gama-body > ul {
    margin-bottom: 0;
}

    .timeline-gama-body > p + p {
        margin-top: 5px;
    }

.timeline-text-small {
    color: #727272;
}

.timeline-geral-text-small {
    color: #707070;
    font-size: 14px;
}

    .timeline-text-small i {
        color: var(--cor-primaria);
        margin-left: 3px;
        margin-right: 3px;
    }

.link-oportunidade {
    color: var(--cor-secundaria);
}

    .link-oportunidade:hover {
        color: #5bc0de;
    }

.button-gama-oportunidade, .button-gama-oportunidade-fill:hover {
    width: 90px;
    color: var(--cor-primaria);
    border: 1px solid var(--cor-primaria);
    background-color: #fff;
}

    .button-gama-oportunidade:hover, .button-gama-oportunidade-fill {
        width: 90px;
        color: #fff;
        background-color: var(--cor-primaria);
    }

.dragDropHeader {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: var(--cor-secundaria);
    text-align: center;
    text-transform: capitalize;
    height: 36px;
    font-weight: 400;
    padding-right: 10px;
}


    .dragDropHeader:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        position: absolute;
        top: 50%;
        margin-top: -18px;
        left: 100%;
        z-index: 2;
        border-left: 10px solid var(--cor-secundaria);
    }

    .dragDropHeader:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 10px solid white;
        position: absolute;
        top: 50%;
        margin-top: -18px;
        margin-left: 2px;
        left: 100%;
        z-index: 1;
    }

.dragDropFooter {
    background-color: var(--cor-secundaria);
    color: #fff;
    text-align: right;
    height: 35px;
    padding: 10px;
    vertical-align: middle;
    font-weight: 400;
}

.item-status-0 {
    border-left: 6px solid var(--cor-primaria);
}

.item-status-1 {
    border-left: 6px solid green;
}

.item-status-2 {
    border-left: 6px solid #e11111;
}

.lista-oportunidade.status-oportunidade-0 {
    color: var(--cor-secundaria);
    font-weight: 500;
}

.lista-oportunidade.status-oportunidade-1 {
    color: green;
    font-weight: 500;
}

.lista-oportunidade.status-oportunidade-2 {
    color: red;
    font-weight: 500;
}

#oportunidade-acoes {
    position: fixed;
    display: block;
    bottom: 30px;
    left: 50%;
    height: 6em;
    margin-left: -12em;
    /* background-color: #fff; */
}

.oportunidade-status {
    background-color: red;
    width: 3em;
    height: 100%;
    color: #fff;
    font-size: 3em;
    text-align: center;
    padding-top: 0.3em;
    float: left;
}

.oportunidade-status-over {
    width: 5em;
}

#oportunidade-ganha {
    background-color: #2f903a;
}

#oportunidade-perdida {
    background-color: #cc0303;
}

#oportunidade-excluir {
    background-color: #333333;
}

#oportunidade-funil {
    background-color: var(--cor-primaria);
}

.dragDropList {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    height: calc(100vh - 320px);
    background-color: rgb(237, 238, 250);
    align-content: center;
    overflow: hidden;
    overflow-y: auto;
    font-size: x-small;
}

    .dragDropList p {
        line-height: 14px;
        margin: 0 0 0px;
    }

    .dragDropList::-webkit-scrollbar {
        width: 10px;
    }

    .dragDropList::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    .dragDropList::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: rgba(11, 49, 88, 0.13);
    }

        .dragDropList::-webkit-scrollbar-thumb:hover {
            border-radius: 2px;
            background: rgba(30, 67, 105, 0.50);
        }

    .dragDropList li {
        padding: 5px;
        font-size: 1.2em;
        width: 90%;
        margin: auto;
        margin-bottom: 5px;
        margin-top: 5px;
        color: var(--cor-primaria);
        background-color: #fff;
        border-radius: 5px;
        padding-left: 10px;
        text-transform: uppercase;
    }

.dx-toolbar {
    background-color: transparent !important;
}

.dx-button-mode-contained.dx-button-default .dx-icon {
    color: #fff !important;
}

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item .dx-icon {
    color: #333 !important;
}

.dx-layout-manager .dx-field-item:not(.dx-last-col) {
    padding-right: 0px;
}

.dev-gama, #printMenu {
    background-color: var(--cor-primaria);
    border: 0;
    padding: 7px 18px 8px;
    border-radius: 4px;
    color: #fff;
}

    #printMenu div.dx-item {
        background-color: transparent;
    }

    .dev-gama:hover, #printMenu:hover {
        background-color: var(--cor-secundaria);
    }

#printMenu {
    padding: 0.15em 0em 0.1em 0em;
}
#printMenu i{
    color:#fff;
}
    #printMenu .dx-context-menu-container-border {
        border:none;
    }

    #printMenu span.dx-menu-item-text {
        font-size: 1em;
        color: #fff;
        padding: .5em;
    }

    #printMenu div.dx-menu-item-popout {
        display: none;
    }

    #printMenu > div :hover {
        background-color: transparent;
    }

.dev-gama-normal {
    background-color: #fff;
    border: 1px #ddd solid;
    color: #333;
    padding: 7px 18px 8px;
    border-radius: 4px;
}

    .dev-gama-normal:hover {
        background-color: #e6e6e6;
    }

.skin-gama-blue-dark .sidebar-gama-menu > li.header {
    background: #07192b;
}

#comboMenu .dx-texteditor-input {
    color: #fff;
    font-weight: 700;
    padding: 0;
    background-color: transparent;
}

#comboMenu {
    border: 0;
    background-color: transparent;
}

    #comboMenu .dx-dropdowneditor-icon {
        color: #fff;
        background-color: transparent;
    }

    #comboMenu .dx-dropdowneditor-button.dx-button-mode-contained:hover {
        background: #ffffff45;
    }

.drawer-gama {
    position: absolute;
    right: -10000px;
    height: 100%;
    background-color: #fff;
    transition: all .5s ease;
    width: 60vw;
    z-index: 10;
}

.drawer-gama-body {
    padding-right: 20px;
    overflow-y: auto;
    /*width:calc(100% - 40px);*/
    width: 100%;
}

.drawer-gama-content {
    padding: 20px;
    height: 100%;
    margin-left: 30px;
}

.drawer-gama-bar {
    background-color: var(--cor-primaria);
    color: #fff;
    padding: 10px;
    width: 30px;
    height: 100%;
    cursor: pointer;
    float: left;
    box-shadow: -1px 0px 2px #555;
}

    .drawer-gama-bar > div {
        transform: rotate(270deg);
        margin-top: calc((100vh - 100px) / 2);
    }
/* MIDIA SOCIAL NAVBAR */
.navbar-midia-item {
    line-height: 40px;
    vertical-align: middle;
    height: 42px;
    border-right: 1px dashed #ccc;
    padding-right: 12px;
    padding-left: 12px;
    float: left;
}

    .navbar-midia-item i {
        font-size: 28px;
        color: #747474;
    }

    .navbar-midia-item.active i, .navbar-midia-item:hover i {
        color: var(--cor-primaria);
    }

.btn-envia-msg {
    border: 0;
    background-color: transparent;
    color: #306579;
}

    .btn-envia-msg:hover {
        color: var(--cor-secundaria);
    }

    .btn-envia-msg:disabled {
        color: #9c9c9c;
    }

.midia-conversa {
    border-bottom: 1px dashed #80868b;
    cursor: pointer;
    padding: 10px 5px 10px 10px;
}

.midia-conversa-lista {
    padding: 0;
    background-color: #ecf0f5;
    height: 100%;
    overflow-y: scroll;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
/*.midia-conversa-lista::-webkit-scrollbar-track {
        background-color: #ecf0f5 !important;
    }
    .midia-conversa-lista::-webkit-scrollbar-thumb {
        background-color: #6b7c8e !important;
    }*/
.midia-conversa.last {
    border-bottom: 0;
}

.midia-conversa.active, .midia-conversa:hover {
    background-color: #f6f6f6;
}

    .midia-conversa.active > .midia-conversa-titulo, .midia-conversa:hover > .midia-conversa-titulo {
        font-weight: 500;
    }

.midia-conversa-titulo {
    color: var(--cor-primaria);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-top: 0;
}

.midia-conversa-ultima-msg {
    color: #306579;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

.midia-msg {
    /*border-radius: 10px;*/
    padding: 10px 15px;
    margin: 5px 15px 10px 15px;
    max-width: 90%;
    min-width: 150px;
    display: table;
    background-color: #CCCCCC;
}

.midia-msg-dados {
    color: #4F4D4C;
    font-size: 10px;
    padding: 5px 10px 5px 10px;
}

.midia-msg-texto {
    color: #4F4D4C;
    font-size: 14px;
}

.midia-msg-minha {
    text-align: right;
}

.midia-msg-outros {
    border-radius: 0 10px 10px 10px;
}

.midia-msg.midia-msg-minha {
    float: right;
    background-color: var(--cor-primaria);
    border-radius: 10px 10px 0;
}

    .midia-msg.midia-msg-minha tr {
        color: #fff;
    }

    .midia-msg.midia-msg-minha i, .midia-msg.midia-msg-minha div {
        color: #fff;
    }

.midia-comentario {
    color: #282828;
    font-weight: 400;
}

    .midia-comentario:hover {
        cursor: pointer;
        color: #269abc;
        font-weight: 500;
    }

.gama-botao-redondo {
    background-color: var(--cor-primaria);
    border-radius: 50%;
    color: #fff;
    width:50px;
    height:50px;
    cursor:pointer;
}
.gama-botao-redondo i {
    font-size: 25px;
    padding: 12px 11px;
}
.gama-botao-redondo:hover {
    opacity: 0.7;
}
/* GAMA NOTIFY PULSE */

.gama-notify-element {
    position: relative;
    width: 10px;
    height: 50px;
    border-radius: 50%;
}
.gama-notify-pulse {
    position: absolute;
    top: -10px;
    right: -9px;
    height: 20px;
    width: 20px;
    z-index: 10;
    border: 5px solid #ef5350;
    border-radius: 70px;
    animation: pulse 1s ease-out infinite;
}

.gama-notify-marker {
    position: absolute;
    top: -0px;
    right: 1px;
    height: 10px;
    width: 10px;
    border-radius: 70px;
    background: red;
}


/*.dx-texteditor-input {
    text-transform: uppercase;
}*/

.normalCase .dx-texteditor-input {
    text-transform: none !important;
}

.lista-central {
    margin: 5px 10px !important;
}

@media screen and (max-width: 800px) {
    .lista-central {
        margin: 0;
    }
}

#list_notificacao .dx-list-item-content, #list_notificacao .dx-list .dx-empty-message, #list_email_notificacao .dx-list-item-content, #list_email_notificacao .dx-list .dx-empty-message {
    padding: 0;
}

.header-bar-icones.open, .header-bar-icones:hover {
    background-color: #2b5683;
}

.arrow-control-gama {
    height: 400px;
    line-height: 400px;
    padding: 8px;
    vertical-align: middle;
    width: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
}

    .arrow-control-gama:hover {
        background-color: rgba(204, 204, 204, 0.18);
        font-weight: 500;
    }

.dx-mention {
    background-color: #eee;
    font-weight: 500;
}

#htmlEditor-pesquisa {
    background-color: #f8f8f8;
    border-radius: 4px 0 0 4px;
}

    #htmlEditor-pesquisa > .dx-quill-container > .ql-editor {
        padding: 2px 5px 2px 12px;
        overflow: hidden;
        overflow-wrap: normal;
        white-space: nowrap;
    }

    #htmlEditor-pesquisa > .dx-quill-container > .dx-htmleditor-content.ql-blank::before {
        left: 12px;
    }

#btn-pesquisa-geral > .dx-button-content {
    padding: 0;
}

#btn-pesquisa-geral {
    border-radius: 0 4px 4px 0;
}

    #btn-pesquisa-geral > .dx-button-content {
        padding: 0;
    }

        #btn-pesquisa-geral > .dx-button-content > i {
            font-size: small;
        }

.dx-button-success.dx-button-mode-contained .dx-icon {
    color: #fff !important;
}

.dx-button-danger.dx-button-mode-contained .dx-icon {
    color: #fff !important;
}

.dx-toolbar-text-auto-hide.dx-toolbar-item-invisible > .dx-toolbar-item-content > .dx-button > .dx-button-content > .dx-icon {
    color: #333 !important;
}


.popup-configuration > .dx-overlay-wrapper > .dx-overlay-content {
    background-color: #eee;
    border-radius: 0;
}

    .popup-configuration > .dx-overlay-wrapper > .dx-overlay-content > .dx-popup-title {
        border: 0;
    }

        .popup-configuration > .dx-overlay-wrapper > .dx-overlay-content > .dx-popup-title.dx-toolbar .dx-button.dx-closebutton {
            background-color: transparent;
        }

            .popup-configuration > .dx-overlay-wrapper > .dx-overlay-content > .dx-popup-title.dx-toolbar .dx-button.dx-closebutton:hover {
                background-color: #ddd;
            }

#htmlEditor-pesquisa {
    width: 140px;
}

@media screen and (max-width: 800px) {
    .dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-title {
        line-height: 14px;
        font-size: small;
        overflow: hidden;
    }

    #htmlEditor-pesquisa {
        width: 100px;
    }
}

.invisible-menu {
    height: 0;
}

.eye-password {
    position: absolute;
    right: 40px;
    padding-top: 8px;
    text-align: center;
}

#popup-incluir-oportunidade .dx-popup-content {
    padding-top: 5px;
}

.oportunidade-precificacao {
    font-size: xx-small;
    margin-right: 5px;
    padding: 2px 6px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
}

    .oportunidade-precificacao.AUTO {
        background-color: green;
    }

    .oportunidade-precificacao.MANU {
        background-color: var(--cor-primaria);
    }

    .oportunidade-precificacao.MIST {
        background-color: #e2c523;
        color: black;
    }

.oportunidade-dias-fase {
    font-size: xx-small;
    margin-right: 5px;
    padding: 2px 6px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
}

/*shimmer effect */
.skeleton-box {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0 20px;
    /*border-radius:20px;*/
    /*background-color: #DDDBDD;*/
}

    .skeleton-box::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
        animation: shimmer 2s infinite;
        content: '';
    }

.blog-post__headline {
    font-size: 1.25em;
    font-weight: bold;
}

.blog-post__meta {
    font-size: 0.85em;
    color: #6b6b6b;
}

.o-media {
    display: flex;
}

.o-media__body {
    flex-grow: 1;
    margin-left: 1em;
}

.o-media__figure {
    width: 100%;
}

.o-vertical-spacing {
    padding: 0;
    /*display:flex;*/
}

    .o-vertical-spacing > * + * {
        /*margin: 0 1em;*/
    }

li.blog-post.o-media {
    /*width: calc(100%/3);*/
}

* {
    box-sizing: border-box;
}

.font-bold-40px-blue {
    font: normal normal bold 40px/40px Source Sans Pro;
    color: var(--cor-primaria);
}

.toolbar-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3em;
    padding: 1em 2em 0 2em;
}

.padding-header {
    padding: 2em 4em;
}

.flex-inline {
    display: flex;
    flex-direction: row;
}

.btn-inativo {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 17px !important;
    opacity: 0.6;
    font: normal normal 600 20px/20px Source Sans Pro;
    color: var(--cor-primaria);
    padding: .3em 2em;
    margin: 0 .5em;
    display: flex;
    align-items: center;
    border: none;
}

    .btn-inativo:hover {
        color: var(--cor-primaria) !important
    }

.btn-ativo {
    background: var(--cor-primaria) 0% 0% no-repeat padding-box;
    border-radius: 17px !important;
    font: normal normal 600 20px/20px Source Sans Pro;
    color: #FFFFFF;
    padding: .3em 2em;
    margin: 0 .5em;
    display: flex;
    align-items: center;
    border: none;
}

    .btn-ativo:hover {
        color: #FFFFFF !important
    }
    .btn-ativo i {
        color: #FFFFFF !important
    }

/*shimmer effect */
.alinhamento-central {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn-salvar-oportunidade {
    display: flex;
    justify-content: center;
    width: 100%;
}

#btn-salvar-oportunidade {
    padding: 0 5em;
    font: normal normal 600 20px/20px Source Sans Pro;
}

@media screen and (max-width: 768px) {

    .alinhamento-central {
        align-items: end;
    }
}

.wizard li.completed a {
    background: var(--cor-primaria);
}

    .wizard li.completed a:after {
        border-left: 20px solid var(--cor-primaria);
    }

.wizard li.inative-block a {
    background: #9c9c9c;
}

    .wizard li.inative-block a:after {
        border-left: 20px solid #9c9c9c;
    }

.wizard li.inative a {
    background: #9c9c9c;
}

    .wizard li.inative a:after {
        border-left: 20px solid #9c9c9c;
    }

    .wizard li.inative a:hover {
        background: var(--cor-secundaria);
    }

        .wizard li.inative a:hover:after {
            border-left: 20px solid var(--cor-secundaria);
        }

.wizard li.active a {
    background: var(--cor-secundaria);
}

    .wizard li.active a:after {
        border-left: 20px solid var(--cor-secundaria);
    }

.button-gama-oportunidade-fill {
    background-color: var(--cor-primaria);
}

.more-less-gama {
    color: var(--cor-primaria);
}

.dx-datagrid .dx-link {
    color: var(--cor-primaria);
}
.dx-datagrid .dx-link:hover {
    color: var(--cor-secundaria);
}

.panel-default-gama > .panel-heading-gama {
    color: var(--cor-primaria);
}

.skin-gama-blue-dark .main-header .navbar {
    background-color: var(--cor-header);
}

.skin-gama-blue-dark .main-header .logo-gama {
    background-color: var(--cor-icone-header);
}

.skin-gama-blue-dark .sidebar-gama a, .skin-gama-blue-dark .main-sidebar-gama {
    background-color: var(--cor-sidebar);
}

.skin-gama-blue-dark .main-header .logo-gama:hover {
    background-color: var(--cor-header-hover);
}

.header-bar-icones.open, .header-bar-icones:hover {
    background: rgba(0, 0, 0, 0.1);
}

.skin-gama-blue-dark .sidebar-gama a,
#comboMenu .dx-texteditor-input,
#comboMenu .dx-dropdowneditor-icon,
.selecione-modulo {
    color: var(--cor-fonte-sidebar) !important;
}

.skin-gama-blue-dark .sidebar-gama-menu > li.header {
    background-color: var(--cor-menu-modulo-sidebar) !important;
}

.skin-gama-blue-dark .sidebar-gama-menu > li:hover > a,
.skin-gama-blue-dark .sidebar-gama-menu > li.active > a,
.skin-gama-blue-dark .sidebar-gama-menu > li > .treeview-menu,
.skin-gama-blue-dark .treeview-menu > li > a {
    background-color: var(--cor-submenu-sidebar);
}

.customtab li.active a, .customtab li.active a:focus, .customtab li.active a:hover {
    color: var(--cor-custom-tab);
    border-bottom: 2px solid var(--cor-custom-tab);
}

.btn-ativo {
    background: var(--cor-primaria);
}

.btn-inativo {
    color: var(--cor-primaria);
}

.btn-ativo:hover {
    background: var(--cor-secundaria) !important;
}

.btn-inativo:hover {
    color: var(--cor-secundaria) !important;
}

.interno-card {
    color: var(--cor-primaria);
}

.titulo-dashboard {
    font: normal normal bold 30px/30px Source Sans Pro;
    color: var(--cor-secundaria);
}
.nav-tabs > li.Active > a {
    border-bottom: 1.5px solid var(--cor-secundaria);
    color: var(--cor-secundaria)
}

.dx-button-mode-contained.dx-button-default {
    background-color: var(--cor-primaria);
}
.dx-datagrid-rowsview .dx-selection > td .dx-link {
    color: var(--cor-secundaria) !important;
}
.dx-button-mode-contained.dx-button-default.dx-state-hover {
    background-color: var(--cor-secundaria);
    opacity: 0.8;
}
    .dx-button-mode-contained.dx-button-default.dx-state-focused {
        background-color: var(--cor-secundaria);
    }
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active {
    background-color: var(--cor-header-hover);
}
.dx-tab.dx-tab-selected {
    color: var(--cor-primaria) !important;
    border-bottom: 1px solid var(--cor-primaria) !important;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content {
    background-color: var(--cor-primaria);
}
    .dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-hover {
        background-color: var(--cor-secundaria);
    }
.dx-button-mode-text.dx-button-default{
    color:var(--cor-primaria);
}
    .dx-button-mode-text.dx-button-default.dx-state-hover, .dx-button-mode-text.dx-button-default.dx-state-focused {
        background-color: #eeeeeedf;
    }
    .dx-button-mode-text.dx-button-default.dx-state-active {
        background-color: #ddd;
        color: var(--cor-primaria);
    }


.timeline-gama-geral {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline-gama-geral::-webkit-scrollbar {
        width: 8px;
    }

    .timeline-gama-geral::-webkit-scrollbar-track {
        background: #eaeaea;
    }

    .timeline-gama-geral::-webkit-scrollbar-thumb {
        background: #adadad;
    }

        .timeline-gama-geral::-webkit-scrollbar-thumb:hover {
            background: rgba(30, 67, 105, 0.50);
        }

    .timeline-gama-geral:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px;
        background-color: #bab8b8;
        left: 50px;
        margin-left: -1.5px;
    }

    .timeline-gama-geral > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline-gama-geral > li:before,
        .timeline-gama-geral > li:after {
            content: " ";
            display: table;
        }

        .timeline-gama-geral > li:after {
            clear: both;
        }

        .timeline-gama-geral > li:before,
        .timeline-gama-geral > li:after {
            content: " ";
            display: table;
        }

        .timeline-gama-geral > li:after {
            clear: both;
        }

        .timeline-gama-geral > li > .timeline-gama-geral-panel {
            width: calc(100% - 110px);
            height: 12rem;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            margin-right: 10px;
            padding: 15px;
            position: relative;
            background-color: #fff !important;
        }

            .timeline-gama-geral > li > .timeline-gama-geral-panel.dashed {
                border: 1px dashed #d4d4d4;
            }

            .timeline-gama-geral > li > .timeline-gama-geral-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline-gama-geral > li > .timeline-gama-geral-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline-gama-geral > li > .timeline-gama-geral-badge {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-top-right-radius: 20% !important;
            border-top-left-radius: 20% !important;
            border-bottom-right-radius: 20% !important;
            border-bottom-left-radius: 20% !important;
            background-color: #fff !important;
            color: #000 !important;
            padding: 0.4rem;
            border-radius: 10px !important;
            width: 50px;
            height: 50px;
            font-size: 18px;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50px;
            margin-left: -25px;
            background-color: #fff;
            z-index: 100;
        }

        .timeline-gama-geral > li.timeline-gama-geral-inverted > .timeline-gama-geral-panel {
            float: right;
        }

            .timeline-gama-geral > li.timeline-gama-geral-inverted > .timeline-gama-geral-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline-gama-geral > li.timeline-gama-geral-inverted > .timeline-gama-geral-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-gama-geral-badge.gama {
    background-color: #fff;
    border: 1px solid var(--cor-primaria) !important;
    min-height: 65px;
}


.timeline-gama-geral-title {
    margin-top: 0;
    color: var(--cor-primaria);
    font-weight: 500;
    font-size: 19px;
    /*line-height: 25px;*/
}

.timeline-gama-geral-subtitle {
    margin: 0;
    color: #787879;
    font-weight: 400;
}

.timeline-gama-geral-body > p,
.timeline-gama-geral-body > ul {
    margin-bottom: 0;
}

    .timeline-gama-geral-body > p + p {
        margin-top: 5px;
    }

.timeline-gamal-geral-icon-usuario {
    color: var(--cor-primaria);
}

.timeline-gama-geral-heading{
    padding: 1rem !important;
}

.section-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
}

    