﻿

html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: small;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(38, 69, 116, 1), rgba(48, 82, 116, 1),rgba(36, 83, 97, 1), rgba(54, 53, 98, 1));
    background-attachment: fixed !important;
    color: white;
}

select {
    width: 250px;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

template {
    display: none;
}

a {
    cursor: pointer;
}

    a:hover {
        color: #ffffff;
        text-decoration: none;
    }

p {
    margin: 0px;
}

.t1 {
    font-size: 16px;
    padding: 4px;
    font-weight: bold;
}

.t2 {
    font-size: 14px;
    padding: 2px;
    font-weight: bold;
}

.t3 {
    font-size: 12px;
    padding: 1px;
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.user-remove {
    float: right;
    color: #e1f4ff;
    padding: 2px;
    border-radius: 5px;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

    .user-remove:hover {
        background-color: rgba(159, 159, 159, 0.51);
    }

/* handle on the bottom */
.ui-resizable-s {
    height: 7px !important;
}

.force-display-block {
    display: inline-block !important;
}

.formPrincipal {
    width: 100%;
    height: 100%;
}

    .formPrincipal * .date-picker-input-date {
        width: 120px;
    }

.badge-item-spacing {
    margin: 3px;
}

.sun-gif {
    width: 48px;
    height: 48px;
    background: url(../images/UI/sun.GIF);
}

.rain-gif {
    width: 48px;
    height: 48px;
    background: url(../images/UI/rain.GIF);
}

.selecao-controle:before {
    content: "Selecionado";
    position: absolute;
    background: rgb(3, 169, 244);
    display: block;
    padding: 8px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    left: 0;
}

.bi-visoes-container {
    background: linear-gradient(#0E4444, #1B2A79, #521E9E);
}

.bi-visoes-titulo {
    font-size: 28px;
    color: white;
    padding: 8px 16px;
}

.bi-visoes-botoes {
    padding: 0px 28px;
}

.bi-visoes-btn-item {
    display: inline-block;
    border-radius: 10px;
    color: white;
    background-color: rgba(68, 133, 239, 0.5);
    animation: 0.2s ease 0s 1 normal none running OpcaoMenuIN;
    width: 200px;
    height: 120px;
    text-align: center;
    margin: 6px;
    border: 3px solid transparent;
}

    .bi-visoes-btn-item:hover {
        border-color: #66afe9;
        box-shadow: 0 6px 22px rgba(15, 136, 239, 0.58), 0 10px 10px rgba(92, 178, 252, 0.21);
        font-weight: bold;
    }

    .bi-visoes-btn-item img {
        display: block;
        max-width: 64px;
        max-height: 64px;
        margin-left: auto;
        margin-right: auto;
    }

    .bi-visoes-btn-item span {
        color: white;
        display: block;
        word-break: normal;
        margin-top: 8px;
        word-break: break-word;
        white-space: normal;
    }



.container-opcao-item {
    padding: 0px 28px;
}

.opcao-item-btn {
    display: inline-block;
    border-radius: 10px;
    color: white;
    background-color: rgba(68, 133, 239, 0.5);
    animation: 0.2s ease 0s 1 normal none running OpcaoMenuIN;
    width: 200px;
    height: 120px;
    text-align: center;
    margin: 6px;
    border: 3px solid transparent;
}

    .opcao-item-btn:hover {
        border-color: #66afe9;
        box-shadow: 0 6px 22px rgba(15, 136, 239, 0.58), 0 10px 10px rgba(92, 178, 252, 0.21);
        font-weight: bold;
    }

    .opcao-item-btn img {
        display: block;
        max-width: 64px;
        max-height: 64px;
        margin-left: auto;
        margin-right: auto;
    }

    .opcao-item-btn span {
        color: white;
        display: block;
        word-break: normal;
        margin-top: 8px;
        word-break: break-word;
        white-space: normal;
    }

/*designer gridolap*/
#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #sortable li {
        margin: 3px 3px 3px 0;
        padding: 1px;
        float: left;
        text-align: center;
    }

.designer-indicador-object-editor {
    width: 100% !important;
    height: calc(100% - 357px) !important;
    overflow: auto !important;
}

.designer-indicador-li {
    display: inline-flex !important;
    float: none;
}

.designer-indicador-item {
    min-height: 36px;
    background: rgb(113, 165, 223);
    border: 1px solid rgba(53, 53, 53, 0.47);
    border-radius: 3px;
    font-size: 13px;
    padding: 2px 8px;
    color: #222;
    margin: 2px;
    font-weight: bold;
    width: 130px;
}

.designer-indicador-descricao {
    display: block;
    text-align: center;
}

.designer-indicador-grupo {
    display: block;
    border-radius: 3px;
    font-size: 10px;
    background: rgb(40 103 197);
    color: white;
    text-align: center;
}

.btn-designer-painel-palette {
    width: 50%;
    margin: -1px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    height: 32px;
    line-height: 32px;
    background: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    font-size: 14px;
}

.indicador-not-visivel {
    background: rgb(110, 110, 110) !important;
    color: #fff !important;
}

/*designer gridolap*/
.tooltip {
    z-index: 9999;
}

.tooltipster-default {
    border-radius: 6px;
    border: 0px;
    background: black;
    color: #fff;
    box-shadow: 2px 6px 13px rgba(0, 0, 0, 0.4);
}

    .tooltipster-default .tooltipster-content {
        font-size: 13px;
        line-height: 16px;
        padding: 9px 5px;
        max-width: 480px;
        background: #2b2c2f;
        margin: 5px;
        border-radius: 4px;
    }

table-striped {
    color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: inherit;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgba(255, 255, 255, 0.3);
}

.table-striped > tbody > tr > td, .table-striped > tbody > tr > th, .table-striped > tfoot > tr > td, .table-striped > thead > tr > td, .table-striped > thead > tr > th {
    border-top: 1px solid rgba(221, 221, 221, 0.3);
}

.table-striped * td {
    color: white;
}

.table-striped > thead {
    background: rgb(31, 78, 120);
    line-height: 25px;
    color: #fff;
}

.table-default > tbody > tr:nth-child(odd) > td, .table-default > tbody > tr:nth-child(odd) > th {
    background-color: #eaecee;
}

.table-hover > tbody > tr:hover > td {
    background-color: rgb(60, 154, 222);
}

.table > tbody > tr > td.td-btn {
    padding: 5px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table-command > tbody > tr {
    cursor: pointer;
}

div.modal {
    z-index: 99999;
}

.slick-row > .slick-cell {
    padding: 0;
}

.slick-cell > span > span > span {
    padding: 2px;
}

input[type="time"]::-webkit-clear-button {
    display: none;
}

.textarea-animated {
    -webkit-transition: height .1s ease-in-out;
    -moz-transition: height .1s ease-in-out;
    transition: height .1s ease-in-out;
}

.label-whell {
    background: #105f97;
    color: white;
    border-radius: 4px;
    font-size: 14px;
}

.toolbar * .label-whell {
    margin: 1px 4px;
    padding: 4px;
    display: inline-block;
}

.toolbar-label {
    padding-left: 6px;
    color: white;
    font-weight: bold;
}

    .toolbar-label > .label-primary {
        padding: 5px;
        font-size: 85%;
    }

    .toolbar-label > .label-info {
        padding: 5px;
        font-size: 85%;
    }

    .toolbar-label > .label-warning {
        padding: 5px;
        font-size: 85%;
    }

    .toolbar-label > .label-danger {
        padding: 5px;
        font-size: 85%;
    }

    .toolbar-label > .label-default {
        padding: 5px;
        font-size: 85%;
    }

.label-default {
    color: #fff !important;
}

.label-primary {
    color: #fff !important;
}

.label-warning {
    background: #E7811E;
    border-color: #FFC40D;
    color: #fff !important;
    padding: 3px;
}

.label-danger {
    background: #FA603D;
    border-color: #FA603D;
    color: #fff !important;
    padding: 3px;
    border-radius: 4px;
}

.label-info {
    background: #366bbb;
    color: #fff !important;
    padding: 4px;
    display: inline-block;
    border-radius: 4px;
    margin: 0px 2px;
    line-height: initial;
}

    .label-info > i {
        padding-left: 3px;
    }

.label-success {
    color: #fff !important;
    padding: 3px;
    border-radius: 4px;
}

.dockpanel-label {
    position: absolute;
    top: 0px;
    right: 0px;
}

.label-titulo {
    font-size: 14px;
    font-weight: bold;
}

.lbl-cadastro-1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    padding-left: 20px;
}

.tag-azul {
    background: #1b1a6d !important;
    color: white;
    font-weight: bold;
}

.tag-verde {
    background: #338d26 !important;
    color: white;
    font-weight: bold;
}

.tag-laranja {
    background: #DC6E37 !important;
    color: white;
    font-weight: bold;
}

.tag-amarela {
    background: #c3b72c !important;
    color: white;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.glyphicon-eye:before {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIzMnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzkyOTI5MiIgaWQ9Imljb24tMjItZXllIj48cGF0aCBkPSJNMTYsOSBDNyw5IDMsMTYgMywxNiBDMywxNiA3LDIzLjAwMDAwMSAxNiwyMyBDMjUsMjIuOTk5OTk5IDI5LDE2IDI5LDE2IEMyOSwxNiAyNSw5IDE2LDkgTDE2LDkgTDE2LDkgWiBNMTYsMTAgQzgsMTAgNC4xOTk5NTExNywxNiA0LjE5OTk1MTE3LDE2IEM0LjE5OTk1MTE3LDE2IDgsMjIuMDAwMDAwNiAxNiwyMiBDMjQsMjEuOTk5OTk5IDI3LjgwMDA0ODgsMTYgMjcuODAwMDQ4OCwxNiBDMjcuODAwMDQ4OCwxNiAyNCwxMCAxNiwxMCBMMTYsMTAgTDE2LDEwIFogTTE2LDIwIEMxOC4yMDkxMzkxLDIwIDIwLDE4LjIwOTEzOTEgMjAsMTYgQzIwLDEzLjc5MDg2MDkgMTguMjA5MTM5MSwxMiAxNiwxMiBDMTMuNzkwODYwOSwxMiAxMiwxMy43OTA4NjA5IDEyLDE2IEMxMiwxOC4yMDkxMzkxIDEzLjc5MDg2MDksMjAgMTYsMjAgTDE2LDIwIEwxNiwyMCBaIE0xNiwxOSBDMTcuNjU2ODU0MywxOSAxOSwxNy42NTY4NTQzIDE5LDE2IEMxOSwxNC4zNDMxNDU3IDE3LjY1Njg1NDMsMTMgMTYsMTMgQzE0LjM0MzE0NTcsMTMgMTMsMTQuMzQzMTQ1NyAxMywxNiBDMTMsMTcuNjU2ODU0MyAxNC4zNDMxNDU3LDE5IDE2LDE5IEwxNiwxOSBMMTYsMTkgWiBNMTYsMTcgQzE2LjU1MjI4NDgsMTcgMTcsMTYuNTUyMjg0OCAxNywxNiBDMTcsMTUuNDQ3NzE1MiAxNi41NTIyODQ4LDE1IDE2LDE1IEMxNS40NDc3MTUyLDE1IDE1LDE1LjQ0NzcxNTIgMTUsMTYgQzE1LDE2LjU1MjI4NDggMTUuNDQ3NzE1MiwxNyAxNiwxNyBMMTYsMTcgTDE2LDE3IFoiIGlkPSJleWUiLz48L2c+PC9nPjwvc3ZnPg==);
    position: absolute;
    top: -8px;
}

.glyphicon-eye-disable:before {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIzMnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzkyOTI5MiIgaWQ9Imljb24tMjEtZXllLWhpZGRlbiI+PHBhdGggZD0iTTguMTA4Njk4OTEsMjAuODkxMzAxMSBDNC42MTcyMDgxNiwxOC44MzAxMTQ3IDMsMTYgMywxNiBDMywxNiA3LDkgMTYsOSBDMTcuMzA0NTEwNyw5IDE4LjUwMzk3NTIsOS4xNDcwNjQ2NiAxOS42MDE0Mzg4LDkuMzk4NTYxMjIgTDE4Ljc1MTkwMTcsMTAuMjQ4MDk4MyBDMTcuODk3MTQ4NCwxMC4wOTAwNTQ2IDE2Ljk4MDA5MjksMTAgMTYsMTAgQzgsMTAgNC4xOTk5NTExNywxNiA0LjE5OTk1MTE3LDE2IEM0LjE5OTk1MTE3LDE2IDUuNzE0NzI4MDgsMTguMzkxNzIyNSA4Ljg0NDkyNzEzLDIwLjE1NTA3MjkgTDguMTA4Njk4OTEsMjAuODkxMzAxMSBMOC4xMDg2OTg5MSwyMC44OTEzMDExIEw4LjEwODY5ODkxLDIwLjg5MTMwMTEgWiBNMTIuMzk4NTYxLDIyLjYwMTQzOSBDMTMuNDk2MDI0NiwyMi44NTI5MzU2IDE0LjY5NTQ4OTIsMjMuMDAwMDAwMSAxNiwyMyBDMjUsMjIuOTk5OTk5IDI5LDE2IDI5LDE2IEMyOSwxNiAyNy4zODI3OTE4LDEzLjE2OTg4NTYgMjMuODkxMzAwOCwxMS4xMDg2OTkyIEwyMy4xNTUwNzI3LDExLjg0NDkyNzMgQzI2LjI4NTI3MTksMTMuNjA4Mjc3NiAyNy44MDAwNDg4LDE2IDI3LjgwMDA0ODgsMTYgQzI3LjgwMDA0ODgsMTYgMjQsMjEuOTk5OTk5IDE2LDIyIEMxNS4wMTk5MDcsMjIuMDAwMDAwMSAxNC4xMDI4NTE1LDIxLjkwOTk0NTUgMTMuMjQ4MDk4MSwyMS43NTE5MDE5IEwxMi4zOTg1NjEsMjIuNjAxNDM5IEwxMi4zOTg1NjEsMjIuNjAxNDM5IEwxMi4zOTg1NjEsMjIuNjAxNDM5IFogTTE5Ljg5ODY1MzEsMTUuMTAxMzQ2OSBDMTkuOTY0OTY1OCwxNS4zOTAyMTE1IDIwLDE1LjY5MTAxNDQgMjAsMTYgQzIwLDE4LjIwOTEzOTEgMTguMjA5MTM5MSwyMCAxNiwyMCBDMTUuNjkxMDE0NCwyMCAxNS4zOTAyMTE1LDE5Ljk2NDk2NTggMTUuMTAxMzQ2OSwxOS44OTg2NTMxIEwxNiwxOSBDMTYuNzY3NzY2OSwxOS4wMDAwMDAxIDE3LjUzNTUzMzksMTguNzA3MTA2OCAxOC4xMjEzMjAzLDE4LjEyMTMyMDMgQzE4LjcwNzEwNjgsMTcuNTM1NTMzOSAxOS4wMDAwMDAxLDE2Ljc2Nzc2NjkgMTksMTYgTDE5Ljg5ODY1MzEsMTUuMTAxMzQ2OSBMMTkuODk4NjUzMSwxNS4xMDEzNDY5IEwxOS44OTg2NTMxLDE1LjEwMTM0NjkgWiBNMTYuODk4NjUzMSwxMi4xMDEzNDY5IEMxNi42MDk3ODg1LDEyLjAzNTAzNDIgMTYuMzA4OTg1NiwxMiAxNiwxMiBDMTMuNzkwODYwOSwxMiAxMiwxMy43OTA4NjA5IDEyLDE2IEMxMiwxNi4zMDg5ODU2IDEyLjAzNTAzNDIsMTYuNjA5Nzg4NSAxMi4xMDEzNDY5LDE2Ljg5ODY1MzEgTDEzLDE2IEMxMi45OTk5OTk5LDE1LjIzMjIzMzEgMTMuMjkyODkzMiwxNC40NjQ0NjYxIDEzLjg3ODY3OTcsMTMuODc4Njc5NyBDMTQuNDY0NDY2MSwxMy4yOTI4OTMyIDE1LjIzMjIzMzEsMTIuOTk5OTk5OSAxNiwxMyBMMTYuODk4NjUzMSwxMi4xMDEzNDY5IEwxNi44OTg2NTMxLDEyLjEwMTM0NjkgTDE2Ljg5ODY1MzEsMTIuMTAxMzQ2OSBaIE0yNCw3IEw3LDI0IEw4LDI1IEwyNSw4IEwyNCw3IEwyNCw3IFoiIGlkPSJleWUtaGlkZGVuIi8+PC9nPjwvZz48L3N2Zz4=);
    position: absolute;
    top: -8px;
}


.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.TituloProjetoBanner {
    font-size: 11pt;
    font-weight: bold;
    font-style: italic;
    vertical-align: top;
    color: white;
    padding: 5px;
}

.gridBannerSuperior {
    background: #233f5a;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.NetDepartamentoLabel {
    min-width: 50px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    writing-mode: lr-tb;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    float: left;
    position: relative;
    top: 0;
    /**/
    margin: 0;
    padding: 0;
}

.NetDepartamentoHolder {
    background-color: lightblue;
    width: 21px;
    height: 189px;
    float: left;
    color: rgb(68, 68, 68);
    font-weight: bold;
}


.NetDepartamento {
    display: run-in;
    overflow: auto;
    margin: 2px;
    padding: 0;
    min-height: 250px;
    list-style: none;
    position: relative;
}


.NetNodeElement {
    float: left;
    width: 150px;
    height: 150px;
    border: 1px solid lightblue;
    margin: 2px;
}

    .NetNodeElement div {
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.NetStatusBase {
    min-width: 15px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    height: 16px;
    background-position: initial initial;
    background-repeat: initial initial;
    color: white;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
}

.NetStatusOverlay {
    min-width: 15px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    height: 16px;
    background-position: initial initial;
    background-repeat: initial initial;
    color: white;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
    -webkit-border-image: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    -moz-border-image: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    -o-border-image: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    border: 1px solid lightslategrey;
}




#NetInfoDispositivo {
    -webkit-box-shadow: inset 0px 0px 1px 2px rgba(12, 25, 45, 0.1);
    -moz-box-shadow: inset 0px 0px 1px 2px rgba(12, 25, 45, 0.1);
    box-shadow: inset 0px 0px 1px 2px rgba(12, 25, 45, 0.1);
    background-color: rgba(176, 176, 176, 0.01);
    color: black;
    -webkit-text-shadow: 4px 3px 1px rgba(235, 235, 235, 0.03);
    text-shadow: 4px 3px 1px rgba(235, 235, 235, 0.03);
    filter: dropshadow(color=#ebebeb, offx=4, offy=3);
}

.NetLabels {
    font-weight: bold;
    font-size: 14px;
    font-variant: normal;
    text-rendering: optimizeLegibility;
}

.NetPanels {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid lightgray;
    font-weight: bold;
    font-style: oblique;
}

.NetLabelsPanel {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIwLjMxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(224,224,224,0.31) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,0.31)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(224,224,224,0.31) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(224,224,224,0.31) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(224,224,224,0.31) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(224,224,224,0.31) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fe0e0e0', endColorstr='#00000000',GradientType=0 );
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid lightgray;
    padding: 5px 5px;
}

.NetPanelsUL {
    list-style: none;
    /*background-color: rgba(11, 12, 12, 0.02);*/
    margin: 0;
    padding: 0;
}

    .NetPanelsUL li {
        cursor: pointer;
    }

.infoBtn {
    font-family: 'Times New Roman','Arial Black', Gadget, sans-serif;
    font-style: italic;
    background-color: rgba(0, 0, 0, 0.015);
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: red;
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid lightgray;
}


/** STEP STYLES **/
.step:not(#container) {
    width: 900px;
    height: 400px;
    font-size: 1em;
    min-height: 500px;
    background-color: white;
    display: block;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .3);
    color: rgb(102, 102, 102);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    letter-spacing: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

/* fade out inactive slides */
.step:not(.active):not(.nested-active) {
    opacity: 0.3;
}

.web-exception-mensagem-usuario {
    height: 120px;
    background: linear-gradient(#374858, #2f4254, #2b3c4e);
    color: #e4e4e4;
    font-weight: bold;
    padding: 15px 4px 0px 4px;
    text-align: center;
    font-size: 16px;
}



/* SGR TEMPORARIO */



#trStory:hover {
    cursor: pointer;
}


/*ViewQuadroTarefas*/

#tableStoryPrincipal {
    width: 100%;
    height: 100%;
    min-height: 400px;
    float: left;
    position: absolute;
}


.coluna-processo-descricao {
    font-size: 13px;
    color: white;
    font-weight: bold;
    float: left;
    /*margin-left: 3px;*/
    margin-bottom: 4px;
    width: 100%;
    text-align: center;
}

.outrasAtividades {
    width: 100%;
    height: auto;
    float: left;
    background: #a0d8ef; /* Old browsers */
    background: -moz-linear-gradient(top, #a0d8ef 1%, #ddf1f9 28%, #ddf1f9 62%, #feffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a0d8ef), color-stop(28%,#ddf1f9), color-stop(62%,#ddf1f9), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a0d8ef 1%,#ddf1f9 28%,#ddf1f9 62%,#feffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a0d8ef 1%,#ddf1f9 28%,#ddf1f9 62%,#feffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a0d8ef 1%,#ddf1f9 28%,#ddf1f9 62%,#feffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a0d8ef 1%,#ddf1f9 28%,#ddf1f9 62%,#feffff 100%); /* W3C */
    /*background: #9eabae; /* Old browsers */
    /*background: -moz-linear-gradient(top, #000 0%, #697072 28%, #8d979a 62%, #9eabae 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(28%,#697072), color-stop(62%,#8d979a), color-stop(100%,#9eabae)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #000 0%,#697072 28%, #8d979a 62%, #9eabae 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #000 0%,#697072 28%, #8d979a 62%, #9eabae 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #000 0%,#697072 28%, #8d979a 62%, #9eabae 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #000 0%,#697072 28%, #8d979a 62%, #9eabae 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d8ef', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#9eabae',GradientType=0 ); /* IE6-9 */
    border-right: 1px solid #9eabae;
    border-left: 1px solid #9eabae;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.span-tarefa-atividade {
    width: 100%;
    height: auto;
    color: black;
    font-size: 10px;
    float: left;
    word-break: break-word;
}

#Prioridade {
    width: 100%;
    height: auto;
    float: left;
}

.banner-top-pesquisa-img {
    height: 29px !important;
    top: -1px;
}

    .banner-top-pesquisa-img > i {
        top: -1px;
    }

.span-tarefa-desenvolvedor {
    color: #333;
    font-weight: bold;
    font-size: 10px;
    float: left;
    width: 100%;
}

.span-idTarefa {
    color: #333;
    font-size: 10px;
    float: left;
    width: 100%;
}

/*Canto dobrado estilo post-it*/
.span-tarefa-atividade::after {
    content: "";
    float: right;
    bottom: 0;
    right: 0;
    border-width: 16px 20px 0 0;
    border-style: solid;
    border-color: rgba(255,255,255,0.4) #333 #000 #000;
    border-top-left-radius: 2px;
    display: block;
    width: 0;
}

.span-idTarefa2 {
    color: #333;
    font-size: 10px;
    float: right;
    width: auto;
}

.idStory {
    color: #333;
    font-size: 10px;
    float: left;
    width: auto;
}

#principalStory {
    width: 100%;
    height: 100%;
    float: left;
    overflow: visible;
    border-color: #dcdbdb;
}

#menuTopo {
    width: 100%;
    height: auto;
    float: left;
}

.quadro-tarefas-container-colunas {
    border-top: 4px solid #5c5c5c;
    border-bottom: 4px solid #5c5c5c;
    border-right: 4px solid #5c5c5c;
    border-left: 4px solid #5c5c5c;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.quadro-tarefas-coluna {
    width: 100%;
    height: 100%;
    /**/
    /*background: #feffff; /* Old browsers */
    background: #484d4e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2RkZjFmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMGQ4ZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /*background: -moz-linear-gradient(top, #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(35%,#ddf1f9), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-8 */
    background: -moz-linear-gradient(top, #000 0%, #484d4e 50%, #000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(50%,#565c5e), color-stop(100%,#000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000 0%, #484d4e 50%, #000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000 0%, #484d4e 50%, #000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000 0%, #484d4e 50%, #000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #000 0%, #484d4e 50%, #000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9eabae', endColorstr='#000',GradientType=0 ); /* IE6-8 */
    /*border-top: 6px solid #9eabae;
    border-bottom: 6px solid #9eabae;
    border-right: 3px solid #9eabae;
    border-left: 3px solid #9eabae;*/
    border-radius: 12px;
    /*float: left;*/
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .quadro-tarefas-coluna::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: rgba(0, 0, 0, 1);
    }

    .quadro-tarefas-coluna::-webkit-scrollbar {
        -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
        background-color: rgb(151, 151, 151);
        width: 6px;
        border-radius: 2px;
    }

    .quadro-tarefas-coluna::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
        background-color: rgb(151, 151, 151);
    }

.scroll {
    overflow: auto;
}

.gridClass {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*.colunasImpares {
    width: 100%;
    height: 100%;
    background-color: #565c5e;
    border-top: 2px solid #9eabae;
    border-bottom: 2px solid #9eabae;
    border-right: 1px solid #9eabae;
    border-left: 1px solid #9eabae;
    float: left;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/

.tarefa-bloco {
    width: 96%;
    height: auto;
    float: left;
    display: inline-block;
    /*background-color: rgb(254,183,7);*/
    margin-left: 2%;
    margin-bottom: 7px;
    /*border-bottom: 3px solid rgba(86, 102, 147, 0.41);
    border-left: 1px solid rgba(86, 102, 147, 0.41);
    border-right: 2px solid rgba(86, 102, 147, 0.41);
    border-top: 1px solid rgba(86, 102, 147, 0.41);*/
    cursor: move;
    border-radius: 2px;
    /*border-bottom-right-radius: 14px;*/
}


.outras-tarefas {
    width: 30%;
    min-width: 70px;
    display: inline-block;
    margin: 6px 0 7px 13px;
    border-bottom: 3px solid rgba(86, 102, 147, 0.41);
    border-left: 1px solid rgba(86, 102, 147, 0.41);
    border-right: 2px solid rgba(86, 102, 147, 0.41);
    border-top: 1px solid rgba(86, 102, 147, 0.41);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: move;
    vertical-align: top;
}

/* PAGINA DE CADASTRO DE TAREFAS */

#principalCadastroTarefas {
    width: 100%;
    height: 100%;
    float: left;
}

#topoMenu {
    width: 100%;
    height: auto;
    float: left;
}

#informacoesTarefa {
    width: 100%;
    height: auto;
    float: left;
}

.WebDragDrop {
    z-index: 9999999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #C5DBEC;
    margin: 2px;
    padding: 5px;
    background: url("../images/UI/panel_right.gif") no-repeat scroll right top transparent;
}


#gauge {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.hover {
    width: 340px;
    float: left;
    height: 250px;
    border: 5px dashed #000;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hoverEnd {
    width: 340px;
    float: left;
    height: 250px;
    border: 4px dashed rgba(63, 131, 241, 0.85);
    margin-top: 15px;
    margin-bottom: 15px;
    color: white;
    padding: 10px;
}

.thumb {
    height: 50px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}

/*ViewPrjGestaoResponsavel*/
.graficos-container {
    width: 100%;
    display: inline-block;
    height 600px;
    padding: 20px 0 20px 0;
}

    .graficos-container div {
        width: 600px;
        height: 500px;
        display: inline-block;
    }

/* FIM SGR TEMPORARIO */

/*Catalogo Virtual*/

.titulo-categoria {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.bloco-categoria {
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block !important;
    width: 100%;
    height: auto !important;
    overflow-y: hidden;
    overflow-x: hidden;
    -moz-transition: max-height .2s ease-in-out;
    -o-transition: max-height .2s ease-in-out;
    -webkit-transition: max-height .2s ease-in-out;
    transition: max-height .2s ease-in-out;
}

.bloco-categora-aim {
    max-height: 0;
}

.bloco-categora-expand {
    height: auto;
    max-height: 500px;
}

.sub-bloco-categoria {
    display: inline-block;
    width: 100%;
    margin-left: 25px;
}

.descricao-sub-categoria {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    font-size: 12px;
    font-size: 11px;
    font-weight: normal;
}

.bloco-linha-dinamico {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #f2f2f2;
    width: 100%;
    display: inline-block;
    border: 4px solid #fff;
}

.detalhes-produto {
    display: inline-block;
    margin-top: 30px;
    margin-left: 50px;
    vertical-align: top;
}

.produto-preferencias {
    display: inline-block;
    width: 250px;
    min-height: 300px;
    border: 2px solid #ccc;
    background: #e9efff;
    border-radius: 10px;
    margin-top: 10px;
}

.produto-preferencias-out {
    border: 2px dashed #999;
}

.produto-preferencias-container-interno {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-row;
    width: 100%;
    float: left;
    text-align: left;
}

.bloco-atendimento-eventos {
    display: inline-block;
    width: 100%;
    border: solid #ddd;
    border-width: 0 0 1px 0;
    float: left;
    overflow: auto;
    height: 90%;
}

.bloco-assunto-atendimento {
    display: table;
    width: 100%;
    font-size: 18px;
    min-height: 40px;
    padding: 10px;
    color: #000;
    box-shadow: 0px 1px 2px #859bca;
    background: rgb(194, 214, 234);
}

.titulo-container {
    display: table;
    width: 100%;
    font-size: 18px;
    padding: 3px;
    color: white;
    background: rgb(86, 102, 147);
}

.situacao-aberta {
    color: #c1b34d;
    -webkit-box-shadow: -3px 3px 6px lightgrey, 1px 1px 1px #c1b34d inset;
    box-shadow: -3px 3px 6px lightgrey, 1px 1px 1px #c1b34d inset;
}

.situacao-reaberta {
    color: rgb(230, 127, 15);
    -webkit-box-shadow: -3px 3px 6px lightgrey, 1px 1px 1px rgb(230, 127, 15) inset;
    box-shadow: -3px 3px 6px lightgrey, 1px 1px 1px rgb(230, 127, 15) inset;
}

.situacao-resolvida {
    color: rgba(134,212,134,1);
    -webkit-box-shadow: -3px 3px 6px lightgrey, 1px 1px 1px rgba(134,212,134,1) inset;
    box-shadow: -3px 3px 6px lightgrey, 1px 1px 1px rgba(134,212,134,1) inset;
}

.situacao-cancelada {
    color: rgba(212,143,134,1);
    -webkit-box-shadow: -3px 3px 6px lightgrey, 1px 1px 1px rgba(212,143,134,1) inset;
    box-shadow: -3px 3px 6px lightgrey, 1px 1px 1px rgba(212,143,134,1) inset;
}

.span-atendimento-eventos {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 15px 0 15px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
}


.atendimento-timeline-info {
    display: inline-block;
    width: 100%;
    padding: 8px 12px;
}

.atendimento-timeline-header {
    border-radius: 6px;
    background: #f0f5fd;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}

.atendimento-timeline-icon-email {
    position: absolute;
    top: 2px;
    right: 27px;
    color: #a2def1;
    padding: 0px;
}

.atendimento-timeline-info-titulo {
    border-radius: 6px 6px 0px 0px;
    background: #166898;
    color: white;
    padding: 1px 9px;
    margin: 0px;
    display: flex;
}

    .atendimento-timeline-info-titulo:hover {
        color: orange;
    }

.atendimento-timeline-info-operador {
    font-weight: bold;
    padding: 0px 14px;
    font-size: 13px;
}

.atendimento-timeline-info-contato {
    font-weight: bold;
    padding: 0px 14px;
    font-size: 13px;
}

.atendimento-timeline-info-usuario {
    font-size: 12px;
    padding: 0px 14px;
    color: #0e3386;
    position: absolute;
    right: 44px;
    top: 25px;
    font-weight: bold;
}

.atendimento-timeline-info-email {
    font-size: 12px;
    padding: 0px 14px;
    color: #0e3386;
}

.atendimento-timeline-info-data {
    font-size: 12px;
    padding: 0px 14px;
    color: #0e3386;
}

.span-atendimento-posts {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 15px 0 15px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
}

    .span-atendimento-posts::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 8px solid transparent;
        border-width: 15px 15px;
        border-top-color: #2d6ca2;
        border-left-color: #2d6ca2;
    }

.old-evento {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0 5px 0;
}

    .old-evento span {
        display: inline-block;
        width: 100%;
    }

.evento-descricao {
    -ms-word-break: break-word;
    word-break: break-word;
    color: black;
}


.evento-data {
    color: rgb(100, 100, 100);
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
}

.evento-remetente {
    display: inline-block;
    color: #3A3A3A;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
}

.evento-bloco-direita {
    display: inline-block;
    text-align: right;
    font-weight: bold;
    width: 25%;
    font-size: 14px;
    padding: 10px 5px 8px 0;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.titulo-indicador-monitor {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.bottom-content {
    margin-top: 10px;
    display: inline-block;
    width: 90%;
    border-radius: 5px;
    border: 2px solid #333;
}

.title-table-monitor {
    width: 100%;
    display: inline-block;
    background: #ddd;
    border-bottom: 1px solid #333;
}

    .title-table-monitor span {
        display: inline-block;
        padding: 2px;
        font-weight: bold;
    }

.data-table-monitor {
    width: 100%;
    display: inline-block;
}

.title-objetivo {
    display: block;
    width: auto;
}

    .title-objetivo span {
        font-size: 18px;
        margin-left: 25px;
        border-bottom: 1px solid #ddd;
        font-weight: bolder;
        cursor: pointer;
    }

        .title-objetivo span:hover {
            border-bottom-color: #333;
        }

.resumo-obj {
    width: auto;
    display: inline-block;
    padding: 10px 0 0 0;
    font-size: 18px;
    font-weight: bolder;
    box-sizing: border-box;
}

.indicador-info {
    margin: 10px 0 0 0;
    font-size: 16px;
    cursor: pointer;
}

.negativeInd {
    background: url("../base/images/icons/circle-red.png") no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

.neutralInd {
    background: url("../base/images/icons/circle-yellow.png") no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

.positiveInd {
    background: url("../base/images/icons/circle-green.png") no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

.upArrow {
    background: url("../base/images/icons/blackArrowUp.png") no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

.downArrow {
    background: url("../base/images/icons/blackArrowDown.png") no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

.rightArrow {
    background: url("../base/images/icons/blackArrowRight.png") no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

.columnChart {
    width: 96%;
    height: 300px;
    display: inline-block;
    margin-left: 1%;
}

/*VIEW ACOMPANHAMENTO ETAPAS*/

.etapas-holder {
    width: auto;
    display: table;
}

.titulo-responsavel {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 15px;
    display: inline-block;
    cursor: pointer;
}

.tarefa-etapa {
    cursor: pointer;
    font-size: 12px;
}

    .tarefa-etapa:hover {
        font-style: italic;
    }



.TabItem {
    background-color: #a0a0a0;
    margin: 6px !important;
    list-style: none;
    cursor: pointer
}

.TabColumnItem {
    background-color: #a0a0a0;
    margin: 6px !important;
    list-style: none;
    cursor: pointer
}

.TabFatoItem {
    background-color: yellow;
    color: black;
    font-weight: bold;
}

.TabDimItem {
    background-color: rgba(134,212,134,1);
    color: black;
}

.TabDimVincItem {
    background-color: rgba(134, 212, 134, 0.75);
    color: black;
}
/*ViewVenPedidoFormulario*/
.table-produtos-formulario {
    margin-left: 115px;
    table-layout: fixed;
    border-spacing: 0.5rem;
}

    .table-produtos-formulario thead th {
        text-align: left;
    }

    .table-produtos-formulario tfoot {
        font-size: 15px;
    }

        .table-produtos-formulario tfoot th:not(:last-child) {
            text-align: left;
        }

    .table-produtos-formulario tbody tr {
    }

        .table-produtos-formulario tbody tr td {
            vertical-align: bottom;
        }

    .table-produtos-formulario img {
        vertical-align: middle;
    }

.cliente-content {
    width: auto;
    display: inline-block;
    padding: 10px 0 15px 0;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    margin-top: 15px;
}

.TabColumn {
    padding: 5px;
    cursor: pointer;
}

.bsc-painel {
    font-size: 14px;
    color: black;
}

.bsc-painel-header {
    line-height: 30px;
}

.bsc-painel-header-column {
    padding: 2px;
    display: inline-block;
    background: rgb(31, 78, 120);
    color: white;
    min-height: 25px;
    font-size: 14px;
    text-align: center;
}

.bsc-painel-row {
    background-color: #C6DDF5;
}

.bsc-quadro-indicadores-row {
    display: inline-flex;
    background-color: #C6DDF5;
}

.bsc-quadro-indicadores-row-nivel1 {
    background-color: #4476aa;
    color: white;
}

.bsc-quadro-indicadores-cell {
    padding: 2px;
    display: inline-block;
    min-height: 24px;
    font-size: 13px;
    word-break: break-all;
    text-align: center;
    border: 1px solid #cdcecf;
    border-left: 0px;
    border-top: 0px;
}

.bsc-quadro-indicadores-membro {
    text-align: left;
    padding-left: 10px;
}

.bsc-painel-cell {
    padding: 2px;
    display: inline-block;
    min-height: 24px;
    font-size: 13px;
    word-break: break-all;
    text-align: center;
}

.bsc-painel-cell-indicador {
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 30px;
    line-height: 30px;
    display: inline-flex;
}

.bsc-painel-row-alternativa {
    background-color: white;
}

.bsc-painel-cell-arrow {
    display: inline-block;
    width: 20px;
    height: 16px;
    position: relative;
}

    .bsc-painel-cell-arrow > i {
        font-size: 17px;
        top: 4px;
        color: #277da6;
    }

.bsc-quadro-indicadores-cell-arrow > i {
    font-size: 17px;
    top: 4px;
    color: white;
}

.bsc-painel-cell-icone {
    max-height: 28px;
    max-width: 28px;
    padding: 3px 0px;
}

.bsc-painel-bloco-display-nivel1 {
    font-weight: bold;
    font-size: 16px;
}

.bsc-painel-bloco-display-destaque {
    font-weight: bold;
}

.bsc-painel-cell-btn-opcoes {
    font-size: 16px;
    color: #277da6;
    right: 16px;
}

.bsc-painel-cell-desempenho {
    min-width: 50px;
    border-radius: 6px;
    display: inline-block;
    top: 2px;
    position: relative;
    padding: 1px 4px;
    font-weight: bold;
}

.bsc-btn-niveis {
    line-height: 40px;
}

.icones-opcoes-bloco-bsc {
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 0 2px 0 2px;
}

.bsc-monitor-bloco {
    padding: 4px;
}

.bsc-monitor-bloco-holder {
    border: 1px solid #aeaeae;
    border-radius: 5px;
    padding: 4px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

    .bsc-monitor-bloco-holder:hover {
        border-color: rgb(35, 153, 198);
        background-color: #eff7ff;
    }

.btn-monitor-bloco-nivel1 {
    background-color: #4c7b63;
    line-height: 40px;
    padding: 3px;
    height: 40px;
    display: inline-table;
    width: 100%;
    position: relative;
    color: white;
    cursor: pointer;
}

.btn-monitor-bloco-nivel1-titulo {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}

.btn-monitor-bloco-nivel1-resultado {
    float: right;
    font-size: 20px;
}

.bsc-monitor-bloco-grafico {
    width: 250px;
    height: 180px;
}


.bsc-gestao-mapa {
    width: 100%;
    padding: 9px;
    background-color: #f0f0f0;
    display: block;
    margin-bottom: 4px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    position: relative;
    height: 90px;
}

.bsc-gestao-mapa-titulo {
    font-size: 20px;
    color: black;
    display: block;
    font-weight: bold;
}

.bsc-gestao-mapa-container-opcoes {
    display: block;
    right: 6px;
    position: absolute;
}

.bsc-mapa-resumo-container-header {
    background-color: #3d567b;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    color: white;
    position: relative;
    height: 110px;
}

.bsc-mapa-resumo-titulo {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.bsc-mapa-resumo-opcoes {
    display: block;
    bottom: 11px;
    position: absolute;
}

.bsc-mapa-resumo-gauge {
    font-size: 20px;
    color: white;
    position: relative;
    right: 3px;
    float: right;
    top: -5px;
}

.bsc-mapa-resumo-bloco-nivel1-container {
    padding: 1px 4px;
}

.bsc-mapa-resumo-bloco-nivel1 {
    font-size: 17px;
    color: white;
    background-color: #375168;
    display: block;
    border: 1px solid #27313c;
    border-radius: 6px;
    height: 41px;
    padding: 5px 9px;
    cursor: pointer;
}

    .bsc-mapa-resumo-bloco-nivel1:hover {
        background-color: #217ac5;
        border-color: #3aa2eb;
    }

.bsc-mapa-resumo-bloco-nivel1-desempenho {
    font-size: 22px;
    color: white;
    background-color: #353333;
    display: block;
    border: 1px solid black;
    font-weight: bold;
    position: relative;
    right: -4px;
    float: right;
    top: -2px;
    width: 95px;
    text-align: center;
    padding: 0px;
    border-radius: 6px;
}

.bsc-mapa-diagrama-bloco-info {
    position: relative;
    right: 24px;
    display: inline-block;
    top: -4px;
    font-size: 11px;
    font-weight: bold;
    text-align: end;
}

.bsc-painel-perspectiva {
    font-weight: bold;
    font-size: 14px;
}

.bsc-painel-bloco {
    font-weight: bold;
    font-size: 11px;
    padding-left: 10px;
}

.bsc-painel-indicador {
    font-size: 11px;
    padding-left: 20px;
}

.bsc-painel-farol {
    font-size: 11px;
    padding-left: 20px;
    border-radius: 40px;
    background-color: green;
    width: 15px;
    height: 20px;
    display: inline-block;
    margin-left: 2px;
}

.bsc-painel-perc-desempenho {
    vertical-align: super;
    font-weight: bold;
}

.bsc-painel-button-periodo {
    padding: 2px;
    margin-right: 3px;
    border-radius: 6px;
    background-color: red;
    width: 40px;
    height: 22px;
    text-align: center;
    display: inline-block;
}

.table-resumo-indicador-periodo > tbody > tr > td {
    padding: 2px;
}

.bsc-resumo-indicador-periodo-farol {
    font-size: 11px;
    padding-left: 20px;
    border-radius: 20px;
    background-color: green;
    width: 15px;
    height: 18px;
    display: inline-block;
    margin-left: 2px;
}

/* SWOT */
.swot-quadrante {
    margin: 6px 8px;
    height: 200px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #7d7d7d;
    overflow: hidden;
}

.swot-quadrante-titulo {
    line-height: 40px;
    font-weight: bold;
    padding-left: 10px;
    font-size: 16px;
    color: #eee;
    display: flex;
    align-items: center;
}

.swot-label-qtd-itens {
    display: inline-block;
    margin: 2px 4px;
    min-width: 110px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #444;
    color: #fff;
}

.swot-quadrante-item {
    line-height: 30px;
    display: flex;
    padding-left: 10px;
    flex-direction: row;
    align-items: center;
}

.swot-display-peso-total {
    display: inline-flex;
    position: absolute;
    right: 11%;
    font-size: 20px;
    font-weight: normal;
    align-items: center;
    box-shadow: 1px 1px 2px #444;
    padding: 4px;
    max-height: 32px;
    width: 12%;
    justify-content: center;
    background: rgba(255,255,255, 0.1);
    border-radius: 4px;
}

.swot-item-peso {
    text-align: center;
    width: 15%;
    margin-left: 8px;
    display: inline-block;
}

.swot-item-span-descricao {
    width: 70%;
    display: inline-block;
}

.swot-items-holder {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 121px;
    max-height: 121px;
}

.swot-holder-item-input {
    display: flex;
    width: 100%;
    padding: 5px;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: rgba(175,175,175, 0.25);
}

.swot-input-item-container {
    border-radius: 4px;
    border: 1px solid #888;
    width: 95%;
    background: #fff;
}

.swot-input-item {
    background-color: transparent;
    border: none;
    height: 28px;
    font-size: 16px;
    width: 100%;
    padding-left: 6px;
}

.swot-holder-gauges {
    height: 190px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bsc-resumo-indicador-quadro {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.26);
    height: 38px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.23);
    margin: 3px;
}

.bsc-resumo-indicador-quadro-titulo {
    font-size: 12px;
    font-weight: normal;
    display: block;
}

.bsc-resumo-indicador-quadro-valor {
    font-size: 13px;
    font-weight: bold;
    display: block;
}

.bsc-resumo-indicador-quadro > .bsc-painel-farol {
    position: absolute;
    top: 7px;
    right: 5px;
}

.data-table-monitor > span > .bsc-painel-farol {
    position: absolute;
    top: 1px;
    right: 8px;
    height: 15px;
}

.td-direita {
    text-align: right;
}

/*ViewVrjPainelRFV*/
.blocos-content {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.bloco-rfv {
    margin: 10px;
    padding: 20px;
    width: 200px;
    height: 50px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #ccc;
    position: relative;
}

    .bloco-rfv:hover {
        border: 2px solid #999;
    }

    .bloco-rfv img {
        position: absolute;
        top: 5px;
        right: 5px;
    }

.bloco-rfv-descricao {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
}

.bloco-rfv-nroclientes {
    width: 100%;
    display: inline-block;
    font-size: 16px;
}

.info-sistema-wrapper {
    display: inline-block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

    .info-sistema-wrapper h5 {
        padding-left: 10px;
    }

.lista-solicitacoes-wrapper {
    padding-left: 15px;
    width: 100%;
    display: inline-block;
}

    .lista-solicitacoes-wrapper > span {
        width: 100%;
        display: inline-block;
    }


/*OPCOES PERFIL*/

.header-opcoesperfil {
    background: rgb(56, 146, 211);
    height: 25px;
    line-height: 25px;
}

    .header-opcoesperfil div {
        display: inline-block;
        width: 100px;
        padding-left: 7px;
        font-size: 14px;
        font-weight: bold;
    }

.expand {
    cursor: pointer;
    width: 16px;
    height: 17px;
    display: inline-block;
    position: absolute;
    background-image: url("../images/toolbar/arrow-minus.svg");
}

.collapse {
    cursor: pointer;
    width: 16px;
    height: 17px;
    display: inline-block;
    position: absolute;
    background-image: url("../images/toolbar/arrow-more.svg");
}

.btn-expand-glyphicon {
    font-size: 17px;
    color: #c8f3ff;
}

.permissoes-opcao {
    border-bottom: 1px solid rgba(183, 183, 183, 0.44);
    position: relative;
    background: rgba(0, 0, 0, 0.33);
}

    .permissoes-opcao > div {
        width: 100px;
        text-align: center;
        display: inline-block;
        padding-top: 6px;
        box-sizing: border-box;
    }

.permissoes-opcao-nivel1 {
    background: rgba(0, 0, 0, 0.5);
    font-size: 15px;
}

.permissoes-opcao-nivel2 {
    background: rgba(0, 0, 0, 0.3);
    font-size: 13px;
}

.permissoes-opcao-nivel3 {
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
}

.content-opcoesperfil-icon {
    display: inline-block;
    width: 20px !important;
}

    .content-opcoesperfil-icon > .glyphicon {
        font-size: 17px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        top: 2px;
        left: 0px;
        color: #356cbf;
    }

.content-opcoesmenu {
}

    .content-opcoesmenu > div {
        vertical-align: middle;
        padding: 5px;
    }

.menu-tree-content {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}


/*.MenuLateralBtnAmbientes{
    cursor:pointer;
    display:inline-block;
    padding-left: 32px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    position:relative;
    color: white;
}*/

/*.MenuLateralBtnAmbientesIcon{
    display: inline-block;
    width:18px;
    height:24px;
    background-image:url('../images/icons/arrowMetroWhite.png');
    position:absolute;
    top:3px;
    left:4px;
}*/


/*adaptacoes boot strap*/

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
}

.form-control {
    padding: 6px 5px;
    border: 1px solid rgba(128, 128, 128, 0.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.progress {
    margin-bottom: 0px;
}

.relatorio-listaSteps {
    color: white;
}

.navbar-brand {
    padding: 0px;
}

    .navbar-brand > a {
        color: white;
    }

        .navbar-brand > a:hover {
            color: white;
            text-decoration: none;
        }

.bi-tipo-analise-fundo {
    background-color: #131a37;
    padding: 5px;
    padding-top: 10px;
}

.bi-tipo-analise-bg {
    height: 48px;
    width: 48px;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid rgba(86, 102, 147, 0.41);
    background-color: black;
}

    .bi-tipo-analise-bg :hover {
        border: 1px solid rgb(52, 91, 202);
        background-color: #1b4e84;
    }

    .bi-tipo-analise-bg > img {
        height: 40px;
        width: 40px;
        padding: 2px;
        margin-left: 2px;
        margin-top: 2px;
    }

.bi-filtro-tipo-controle-bg {
    height: 64px;
    width: 64px;
}

    .bi-filtro-tipo-controle-bg > img {
        height: 60px;
        width: 60px;
    }

.bi-tipo-analise-small {
    height: 23px;
    width: 23px;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid rgba(86, 102, 147, 0.41);
    background-color: black;
    margin: 0px
}

    .bi-tipo-analise-small:hover {
        background-color: #02abf3;
    }

    .bi-tipo-analise-small .bi-tipo-analise-icon {
        height: 20px;
        width: 20px;
        margin-left: 1px;
        margin-top: 1px;
    }

.bi-panel-toolbar {
    position: absolute !important;
    z-index: 2000;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.74),rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86));
    border-radius: 5px;
    width: auto !important;
}

    .bi-panel-toolbar > .toolbar {
        background: transparent;
        border: 0px;
    }

.bi-panel-toolbar-spinner {
    border-radius: 0px 0px 6px 6px;
    height: 13px;
    width: 30px;
    background-color: #323232;
    position: absolute;
    left: 360px;
    top: 0px;
    z-index: 2001;
    text-align: center;
}

    .bi-panel-toolbar-spinner:hover {
        color: orange;
    }

.bi-panel-toolbar-container {
    margin-left: 6px;
    margin-top: 2px;
}

.bi-panel-lateral {
    position: absolute !important;
    z-index: 3000;
    width: 260px;
    height: calc(100% - 44px);
    right: 8px;
    top: 34px;
    background: linear-gradient(to top, rgba(23, 48, 74, 0.9),rgba(7, 31, 60, 0.9), rgba(19, 40, 78, 0.9));
    border-radius: 5px;
}

.bi-panel-lateral-header {
    background: rgb(18, 51, 75);
    color: white;
    padding: 4px;
    display: flex;
    cursor: move;
    padding-left: 5px;
    border-radius: 5px;
}

    .bi-panel-lateral-header > .btn-close {
        position: absolute;
        right: 3px;
        font-size: 16px;
        padding: 0px;
        top: 2px;
        color: rgba(255,255,255,0.8);
    }

        .bi-panel-lateral-header > .btn-close :hover {
            color: orange;
        }

.bi-panel-lateral-abas {
    display: flex;
}

.bi-panel-lateral-container {
    display: contents;
}

bi-panel-lateral-conteudo {
    padding: 2px;
}

.lista-indicadores-hora-cubo {
    background-color: #465f7f;
    width: 100%;
    display: block;
    text-align: center;
    color: #e2e2e3;
}

.bi-lista-indicadores-dimensoes {
    height: calc(100% - 170px);
}

.bi-gridolap-designer-indicadores {
    overflow: hidden;
    height: 100%
}

    .bi-gridolap-designer-indicadores * .bi-lista-indicadores-dimensoes {
        height: calc(100% - 134px);
    }

.column-menu-lateral {
    background: #425166;
}

.container-menu-lateral {
    width: 40px;
    height: calc(100% - 32px);
    background-color: rgb(52, 73, 94);
    display: inline-block;
    border: 1px solid rgba(29, 29, 29, 0.17);
    border-left: 0px;
    border-radius: 0px 8px 8px 0px;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 3000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.54), 0 0px 0 0 #070707 inset;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.54), 0 0px 0 0 #070707 inset;
}


    .container-menu-lateral .label {
        display: none;
        color: white;
        font-size: 14px;
        font-weight: normal;
        padding: 0px 0px 0px 1px;
    }

    .container-menu-lateral .btn > div span {
        display: none;
        color: white;
        font-size: 13px;
        font-weight: normal;
    }

.container-menu-lateral-label .label {
    display: inline-block;
}

.container-menu-lateral-label .btn > div span {
    display: inline-block;
}

.container-menu-lateral:hover {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.container-menu-lateral::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.container-menu-lateral::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.container-menu-lateral::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(3, 21, 37, 0.43);
}

.menu-lateral {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.menu-lateral-container-grupo-ambiente {
    min-height: 40px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.menu-lateral-grupo-ambiente-ativo {
    background: #327bac !important;
}

.menu-lateral-grupo-ambiente-titulo {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0px;
    cursor: pointer;
    width: 100%;
    transition: 0.3s all;
    background: rgba(0,0,0, 0.5);
}

    .menu-lateral-grupo-ambiente-titulo:hover {
        background: #327bac;
    }

    .menu-lateral-grupo-ambiente-titulo > span {
        display: inline-flex;
        flex-grow: 1;
        font-size: 14px;
    }

.menu-lateral-grupo-holder-imagem {
    min-width: 33px;
    width: 100%;
    max-width: 40px;
    min-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.menu-lateral-grupo-ambiente-imagem {
    height: 24px;
    width: 24px;
    display: inline-flex;
}

.menu-lateral-aberto .menu-lateral-icone-sigla {
    display: none !important;
}

.menu-lateral-icone-sigla {
    border-radius: 50%;
    min-width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0, 0.25);
    color: white;
    margin-left: -4px;
}

.menu-lateral-btn-ambiente {
    cursor: pointer;
    padding-left: 0px;
    display: flex;
    align-items: center;
    min-height: 40px;
    min-width: 40px;
    transition: 0.3s all;
}

    .menu-lateral-btn-ambiente > span {
        color: #eeeeee;
        display: inline-flex;
        flex-grow: 1;
    }

.menu-lateral-aberto .menu-lateral-btn-ambiente {
    padding-left: 12px !important;
}

.menu-lateral-btn-ambiente:hover {
    background: rgba(50, 123, 172, 0.85);
}

.menu-lateral-btn-ambiente-imagem {
    height: 24px;
    width: 24px;
    margin-right: 5px;
    display: inline-flex;
}

.menu-lateral-ambiente-opcao {
    min-height: 40px;
    padding-left: 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s all;
}

    .menu-lateral-ambiente-opcao:hover {
        background: rgba(50, 123, 172, 0.85);
    }

.menu-opcao-holder-seta-drop {
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
}

    .menu-opcao-holder-seta-drop:hover {
        filter: invert(0.85);
    }

.menu-opcao-seta-drop {
    width: 16px;
    height: auto;
    margin-right: 5px;
    color: rgba(255,255,255, 0.6)
}

.menu-lateral-box-subniveis {
    display: none;
    padding: 0px;
}

.menu-lateral-aberto .menu-lateral-box-subniveis {
    padding-left: 8px !important;
}

.rotate-180 {
    transform: rotate(180deg) rotateY(180deg);
}

#columnMenu {
    width: 40px;
    z-index: 3000;
}

.sidebar-left-elemento-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100vh;
    width: 10px;
    z-index: 10001;
}

.sidebar-nav > ul {
    margin: 0px;
    padding-bottom: 1px;
    font-size: 14px;
}

    .sidebar-nav > ul > li > ul {
        list-style: none;
        margin: 0px;
        display: none;
        background: rgba(0,0,0,.25);
    }

.sidebar-nav .icon {
    margin: 0px 5px;
}

.nav-tabs.nav-stacked > li > a,
.nav-tabs.nav-stacked > li > ul > li > a {
    padding: 8px;
    padding-left: 2px;
    color: #fff;
    border-top: none;
    border-bottom: 1px solid #666;
    border-left: none;
    border-right: none;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
    white-space: nowrap;
}

    .nav-tabs.nav-stacked > li > a:hover,
    .nav-tabs.nav-stacked > li > ul > li > a:hover {
        background: #327bac;
        color: #fff;
    }

.nav-tabs.nav-stacked > li:last-child > a {
    border-bottom: 1px solid transparent;
}

.nav-tabs.nav-stacked > li > ul > li > a {
    padding: 15px 10px 14px 10px;
    display: block;
}

    .nav-tabs.nav-stacked > li > a > i,
    .nav-tabs.nav-stacked > li > ul > li > a > i {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        font-size: 16px;
    }

.nav-tabs.nav-stacked > li.active > a,
.nav-tabs.nav-stacked > li > ul > li.active > a {
    background: #2D89EF;
    border-bottom: 1px solid #2D89EF;
}

.sidebar-nav > ul > li {
    margin-top: 1px;
}

.nav-tabs.nav-stacked > li > a:hover {
    border: 0;
}

li.active > a:before {
    border-bottom: aliceblue;
    display: block;
    content: "";
    position: absolute !important;
    right: 0%;
    top: 7px;
    border: 8px solid transparent;
    border-width: 16px 10px;
    border-right-color: #2d6ca2;
}

li.active > a:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    bottom: -1px;
    z-index: 1;
    border: 1px solid #2d6ca2;
    border-width: 0 3px 0 0;
}

.overflowvisible {
    overflow: visible !important;
}
/*li.active > a:before {              
    border-bottom: aliceblue;
    display: block;  
    content: "";  
    position: absolute!important;  
    right: 0%;  
    top: -1px;  
    border: 8px solid transparent;  
    border-width: 22px 10px;  
    border-right-color: #2D89EF;
}
li.active > a:after {
    display: inline-block;  content: "";  position: absolute;  
    right: -2px;  
    top: -2px;  
    bottom: -1px;  
    z-index: 1;  
    border: 1px solid #2D89EF;  
    border-width: 0 3px 0 0;
}*/

.no-scroll-y {
    overflow-y: hidden !important;
}

.nav-tabs.nav-stacked > li.active > ul {
    padding: 5px 0px;
    color: #3b3b41;
    background: #fff;
}

.nav-tabs.nav-stacked > li:first-child > a {
    margin: 0px 0px 0px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #555555;
    background-color: #000;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.prisma-navbar-right .dropdown-toggle {
    box-shadow: none;
}


.breadcrumb {
    margin-bottom: 0px;
    border-bottom: 1px solid #48494B;
    border-radius: 0px;
    background-color: #425166;
    padding: 2px 15px;
}

    .breadcrumb a {
        color: #D3D3D3;
    }


/*.navbar-top {
    margin-left: 0;
    background-color: #2c3e50;
}*/

.navbar-top .navbar-brand a {
    display: inline-block;
    transition: all ease-in-out .3s;
}

    .navbar-top .navbar-brand a:hover {
        opacity: 0.7;
    }

.navbar-top::-webkit-scrollbar {
    height: 7px !important;
}

.navbar-top .navbar-header {
    background-color: #142434;
}

.navbar-top .navbar-toggle {
    margin-top: 6px;
    margin-bottom: auto;
    border-color: #999;
    outline: none;
    color: #333;
    background-color: #fff;
}

    .navbar-top .navbar-toggle:active,
    .navbar-top .navbar-toggle:focus,
    .navbar-top .navbar-toggle:hover {
        background-color: #fff;
    }

.navbar-top .dropdown-toggle {
    padding-top: 6px;
    padding-bottom: 4px;
}

.navbar-top > .nav-top > .nav > li {
    display: inline-block;
    float: left;
}

.navbar-top > .nav-top > ul.navbar-right > li {
    margin-right: 5px;
}

    .navbar-top > .nav-top > ul.navbar-right > li:last-child {
        margin-right: 0;
    }

.navbar-top > .nav-top > .nav > li > a {
    padding: 6px 10px;
    color: #fff;
    font-size: 17px;
}

    .navbar-top > .nav-top > .nav > li > a:hover,
    .navbar-top > .nav-top > .nav > li > a:focus {
        color: #fff;
        background-color: #142434;
    }

.navbar-top .dropdown-messages {
    left: 0;
    min-width: 280px;
    border-color: #8bd0c2;
}

.navbar-top .dropdown-alerts {
    left: -60px;
    min-width: 280px;
    border-color: #f9ce89;
}

.navbar-top .dropdown-tasks {
    left: -119px;
    min-width: 280px;
    border-color: #94c0dc;
}

.holder-banner-top-pesquisa {
    width: 210px;
    height: 23px;
    display: flex;
}

.nav-top-info-usuario-logado {
    position: relative;
    top: -3px;
    font-size: 16px;
}

    .nav-top-info-usuario-logado > i {
        font-size: 10px;
    }

.navbar-right > a:hover,
.navbar-right > a:focus {
    color: #fff;
    background-color: #142434;
}

.navbar-top .dropdown-scroll {
    margin: 0;
    padding: 0;
}

    .navbar-top .dropdown-scroll .dropdown-header {
        padding: 15px 10px;
    }

        .navbar-top .dropdown-scroll .dropdown-header:active,
        .navbar-top .dropdown-scroll .dropdown-header:focus,
        .navbar-top .dropdown-scroll .dropdown-header:hover {
            color: inherit;
            background: inherit;
        }

    .navbar-top .dropdown-scroll li {
        margin: 0;
        border-bottom: 1px solid #ccc;
        background: #fff;
    }

        .navbar-top .dropdown-scroll li:last-child {
            border-bottom: none;
        }

        .navbar-top .dropdown-scroll li a {
            display: block;
            padding: 10px;
        }

            .navbar-top .dropdown-scroll li a:hover {
                text-decoration: none;
                background-color: inherit;
            }

    .navbar-top .dropdown-scroll .dropdown-footer {
        display: block;
        border-top: 1px solid #ccc;
        border-bottom: none;
        text-align: center;
        font-size: 12px;
        line-height: 1.428571429;
    }

    .navbar-top .dropdown-scroll p {
        margin: 0;
    }

    .navbar-top .dropdown-scroll li a,
    .navbar-top .dropdown-scroll li a:hover,
    .navbar-top .dropdown-messages li a:hover,
    .navbar-top .dropdown-alerts li a:hover,
    .navbar-top .dropdown-tasks li a:hover {
        color: #333;
    }

.navbar-top .messages-link,
.navbar-top .messages-link:hover,
.navbar-top .messages-link:focus,
.navbar-top .dropdown-messages .dropdown-header,
.navbar-top .dropdown-messages .dropdown-header:hover,
.navbar-top .dropdown-messages .dropdown-footer,
.navbar-top .dropdown-messages .dropdown-footer a,
.navbar-top .dropdown-messages .dropdown-footer a:hover {
    color: #fff;
    background: #16a085 !important;
}

.navbar-top .alerts-link,
.navbar-top .dropdown-alerts .dropdown-header,
.navbar-top .dropdown-alerts .dropdown-header:hover,
.navbar-top .dropdown-alerts .dropdown-footer,
.navbar-top .dropdown-alerts .dropdown-footer a,
.navbar-top .dropdown-alerts .dropdown-footer a:hover {
    color: #fff;
    background: rgb(45, 50, 75);
}

.navbar-top .alert-icon {
    width: 25px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
}

.navbar-top .tasks-link,
.navbar-top .dropdown-tasks .dropdown-header,
.navbar-top .dropdown-tasks .dropdown-header:hover,
.navbar-top .dropdown-tasks .dropdown-footer,
.navbar-top .dropdown-tasks .dropdown-footer a,
.navbar-top .dropdown-tasks .dropdown-footer a:hover {
    color: #fff;
    background: #2980b9 !important;
}

.navbar-top .dropdown-tasks .progress {
    height: 10px;
    margin-bottom: 5px;
    border-radius: 0;
}

.navbar-top .number {
    position: absolute;
    bottom: 25px;
    left: 3px;
    width: 20px;
    height: 20px;
    padding-right: 1px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    background-color: #2c3e50;
}

.navbar-top {
    z-index: 1030;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-height: 35px;
    border-radius: 0;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
}

    .navbar-top .navbar-header {
        width: 225px;
        background-color: transparent;
    }

    .navbar-top .navbar-left {
        display: inline-block;
    }

.nav-top > .nav {
    display: inline-block;
}

.navbar-top #sidebar-toggle {
    display: inline-block;
}

.navbar-top .nav-top {
    text-align: inherit;
}


.navbar-top .dropdown-user {
    left: inherit;
    min-width: inherit;
}

.navbar-top .dropdown-messages,
.navbar-top .dropdown-alerts,
.navbar-top .dropdown-tasks {
    left: inherit;
    width: 300px;
}

.navbar-top .dropdown-scroll li a:hover {
    text-decoration: none;
}

.navbar-top .dropdown-messages li a:hover {
    background-color: #e8f6f3;
}

.navbar-top .dropdown-alerts li a:hover {
    background-color: #fef5e8;
}

.navbar-top .dropdown-tasks li a:hover {
    background-color: rgba(1, 1, 1, 0.75);
}

.navbar-top .name {
    display: inherit;
    float: left;
    margin-right: 5px;
}

.popup-container-conteudo {
    height: 100%;
    width: 100%;
    background-color: black;
}

    .popup-container-conteudo > .titulo {
        font-size: 19px;
        font-weight: bold;
        padding: 4px 14px;
        color: white;
    }

.btn-popup-container-opcao {
    font-size: 16px;
    color: #ffffff;
    padding: 4px !important;
    border-radius: 4px;
    border: 1px solid #1e4574;
    background: #3e65a0;
    margin: 2px 4px;
    display: block;
}

    .btn-popup-container-opcao:hover {
        color: white;
        border: 1px solid #844f0e;
        background: #f7ad26;
    }

.btn-menu-prisma {
    top: -3px;
    padding: 0px 6px !important
}

    .btn-menu-prisma > span {
        display: inline-block;
        position: relative;
        font-size: 22px;
        color: white;
        letter-spacing: 2px;
        top: 2px;
    }

.btn-primary {
    text-shadow: none;
}

.btn.focus, .btn:focus, .btn:hover {
    color: white;
}

.btn-default:hover {
    background: transparent url('../images/UI/button_over.png') repeat-x scroll left -10px;
    background: -webkit-linear-gradient(top, rgb(255, 252, 217) 0%, rgb(255, 231, 143) 36%, rgb(255, 215, 74) 38%, rgb(255, 230, 143) 97%, rgb(255, 231, 148) 100%);
    background: -o-linear-gradient(top, rgb(255, 252, 217) 0%, rgb(255, 231, 143) 36%, rgb(255, 215, 74) 38%, rgb(255, 230, 143) 97%, rgb(255, 231, 148) 100%);
    background: -ms-linear-gradient(top, rgb(255, 252, 217) 0%, rgb(255, 231, 143) 36%, rgb(255, 215, 74) 38%, rgb(255, 230, 143) 97%, rgb(255, 231, 148) 100%);
    background: -moz-linear-gradient(top, rgb(255, 252, 217) 0%, rgb(255, 231, 143) 36%, rgb(255, 215, 74) 38%, rgb(255, 230, 143) 97%, rgb(255, 231, 148) 100%);
    background: linear-gradient(to bottom, rgb(255, 252, 217) 0%, rgb(255, 231, 143) 36%, rgb(255, 215, 74) 38%, rgb(255, 230, 143) 97%, rgb(255, 231, 148) 100%);
    border-color: rgb(205, 184, 134);
    color: black;
}


.btn-group-user {
    width: 100%;
}

    .btn-group-user a {
        padding: 10px;
    }

.btn-xs {
    padding: 1px 5px !important;
}


.ck-input {
    float: left;
}

.ComboxItem > span > span > .check-box-caption {
    font-weight: normal;
    width: 100%;
    /*display: block;*/
    cursor: pointer;
}

.ComboxItem > span > span :hover {
    color: white;
}

.ComboxItem > span > .span-col-direita {
    width: 100%;
}

.InputControl .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0;
}

/*.InputControl label {
    width: 100%;  
    padding-right: 2px;
}*/

.form-group {
    margin-bottom: 0px;
}

.form-group-control {
    padding: 1px 6px;
    margin-bottom: 0px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: rgb(188, 188, 188);
}


.MetroDropButton > .caret {
    display: none;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: middle;
    border: none;
}

.WindowDropBtn > * {
    box-shadow: none;
    background-color: transparent !important;
}

.navbar {
    min-height: 22px;
    margin-bottom: 1px;
}

.toolbar-horizontal > li > a {
    padding: 4px 7px;
}

.toolbar-horizontal > li > * > a {
    padding: 4px 7px;
}

.menu-nav-ambiente {
    background-image: initial;
    text-shadow: none;
    padding: 6px;
    margin-top: 1px;
    border: 0px;
    color: white;
    text-align: left;
    border-radius: 2px;
}

    .menu-nav-ambiente > span {
        color: white;
        font-size: 13px;
        padding: 0px;
        padding-left: 5px;
    }

    .menu-nav-ambiente:hover {
        background: initial;
        -webkit-box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.56);
        box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.56);
        color: white;
        border: 0px;
    }

.slick-cell > * > .btn {
    padding: 0px 2px;
    min-width: 36px;
}



.control-solicitacao {
    float: left;
    background: linear-gradient(#36557E, #278B80, #36646F);
    width: 100%;
    min-height: 100%;
}

    .control-solicitacao > .list-group > .step-item {
        color: white;
        background: rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(158, 155, 155, 0.41);
    }

.dropbutton-Window > .btn {
    padding-right: 3px;
    padding-left: 3px;
}

.dropbutton-Window > .dropdown-toggle {
    padding-right: 3px;
    padding-left: 3px;
    border-left: 0px;
}

.btn-group > .dropbutton {
    padding: 4px;
    outline-color: transparent;
}

    .btn-group > .dropbutton > label {
        padding: 6px 0px;
    }

.compact > .btn-group > .dropbutton > label {
    padding: 0px;
}

.compact > .btn-group > .dropbutton {
    padding: 0;
}

.btn-group > .dropbutton-caption {
    float: left;
    padding-top: 3px;
    padding-right: 3px;
}

.btn-group > .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
}

.compact > .btn-group > .dropdown-toggle {
    padding-top: 0px;
}

.button-nro-itens {
    position: absolute;
    display: block;
    top: 3px;
    margin-left: 22px;
    color: #fff;
    font-size: 10px;
    background-color: #0DDC65;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#5BC376), to(#5CDC0D));
    background-image: -webkit-linear-gradient(#43A123, #76BC49);
    border-radius: 6px;
    padding: 1px 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
}

.label {
    color: inherit;
    margin-bottom: 0px;
    min-width: 10px;
}

label {
    color: inherit;
    margin-bottom: 0px;
}

.color-white > * > * > label {
    color: white;
}

.color-white {
    color: white;
}

.well {
    background: rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.4);
}

.well-footer-window {
    padding: 6px;
    margin: 0;
    text-align: right;
    display: inline-block;
    width: 100%;
}

.well-panel {
    padding: 6px;
    margin: 0;
    background: rgba(255, 255, 255, 0.2);
}

.well-titulo {
    padding: 10px;
    margin: 0px 0px 12px;
    background: rgb(28, 64, 90);
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.control-upload-input {
    background: #EFF5F9;
}

.btn-success > .label, .btn-info > .label, .btn-primary > .label {
    color: white;
}

.navbar-top .btn-group > * {
    background: transparent;
    border: none;
    text-shadow: none;
    color: white;
}

    .navbar-top .btn-group > * > label {
        padding: 2px;
    }

.cadastro-designer-move-row {
    position: absolute;
    top: 0;
    height: 18px;
    padding: 2px !important;
    width: 20px !important;
    text-align: center;
    border-radius: 6px;
    color: white;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.75);
}

.cadastro-designer-active-control {
    border: 1px dashed rgba(41, 63, 84, 0.9);
}

.cadastro-atributo-oculto {
    background: rgba(0,0,0, .1);
    cursor: pointer !important;
}

    .cadastro-atributo-oculto span {
        opacity: 0.75;
    }

webbutton {
    vertical-align: top;
}


.toolbar-row {
    width: auto;
    display: inline-flex !important;
}

@media only screen and (max-device-width: 768px) {
    .toolbar-row {
        height: 45px !important;
    }
}

/*.toolbar-row > column {
    display: inline-block;
    overflow-y: hidden !important;
    overflow-x: auto !important;
}

    .toolbar-row > column > toolbar {
        width: auto !important;
        min-width: 100%;
    }

        .toolbar-row > column > toolbar > div {
            display: inline-block;
            width: auto !important;
            min-width: 100%;
            border: 0;
        }*/

.toolbar-horizontal {
    display: contents;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.81);
    position: relative;
    border-radius: 5px;
}

.dropbutton-controle-modelo .btn {
    padding: 0px;
}

.dropbutton-controle-modelo .dropdown-toggle {
    padding: 6px 8px;
}

.dropbutton-controle-modelo .btn > label {
    padding: 2px 19px;
}

.cb-controle-modelo {
    font-weight: bold;
}

/*.dropbutton-controle-modelo  .dropdown-toggle > .caret {
    margin-top:7px;
}*/


.navbar-top > span {
    /*float:left;*/
}

    .navbar-top > span.navbar-right {
        /*float:right;*/
        /*text-align: right;*/
        display: inline-block;
        vertical-align: top;
    }

.dropDatagrid > .btn-group > .dropbutton {
    padding: 0
}

    .dropDatagrid > .btn-group > .dropbutton > label {
        padding: 0
    }

.data-grid-circle-status {
    border-radius: 30px;
    border: 1px solid rgba(128,128,128,0.5);
    height: 16px;
    width: 20px;
    background: #f5501b;
    display: inline-block;
}


.toolbar-dark {
    background: #0f2c4a !important;
    color: white !important;
    border: 1px solid #2d3d60 !important;
}

    .toolbar-dark * input {
        background: -webkit-linear-gradient(top, rgba(18, 51, 75, 0.95), rgba(16, 33, 58, 0.88));
        color: white !important;
        border: 1px solid #343b4a !important;
    }

    .toolbar-dark * .btn-default {
        background: #0f2c4a;
        color: white;
        border: 1px solid #2d3d60;
        text-shadow: none !important;
    }

        .toolbar-dark * .btn-default:hover {
            color: #00c9ff;
        }

    .toolbar-dark * .combobox-display {
        background: #0f2c4a !important;
        color: white !important;
        border: 1px solid #2d3d60 !important;
        text-shadow: none !important;
    }


/*fim bootstrap*/

.vertical-toolbar {
    background: rgba(59, 115, 190, 0.71);
}

.container-resultado-pesquisas-shell {
    color: white;
    background: -webkit-linear-gradient(top, rgba(38, 69, 116, 1), rgba(48, 82, 116, 1),rgba(36, 83, 97, 1), rgba(54, 53, 98, 1));
}

.vertical-toolbar > * > .btn {
    padding: 4px 6px !important;
}

.vertical-toolbar > *:not(:first-child):not(:last-child) .btn {
    border-radius: 0;
    margin-top: -1px;
}

.vertical-toolbar > *:last-child .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}


.btn-large {
    width: 100px;
    height: 28px;
    line-height: 24px;
    font-size: 17px;
    float: left;
    padding: 0;
}

    .btn-large > img {
        /* padding: 0 0 0 0px; */
        top: -2px;
    }

    .btn-large .label {
        padding: 0 0 0 3px;
        top: 1px;
    }

.opcoes-framework > .btn {
    padding: 18px;
    font-size: 18px;
    color: #b3d6ff;
    background: rgba(11, 48, 80, 0.7);
    text-shadow: inherit;
    margin: 0px;
    border: 1px solid black;
}

    .opcoes-framework > .btn:hover {
        background: #65c2ff;
        color: black;
    }

.fusioncharts-container > svg {
    background-color: transparent !important;
}

.combobox-small > span {
    padding: 0 !important;
}

    .combobox-small > span.input-group > span.form-control {
        height: 25px;
        font-size: 10px;
        padding: 3px 2px 0 2px;
    }
/*.combobox-small > span > span > a
        {
            height: 25px;
            line-height: 25px;
        }
            .combobox-small > span > span > a > i
            {
                top: -3px;
            }

    .combobox-small + span > label
    {
        line-height: 30px;
    }
.combobox-small-caption
{
}

.combobox-small-caption > label
{
    line-height: 30px !important;
}*/

.table-list > tbody > tr > td {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    font-weight: bold;
}

.toolbar-spin {
    display: none;
    right: 18px;
    width: 20px;
    height: 20px;
    z-index: 99999999999999999;
    top: 3px;
    position: absolute;
}

.show-busy {
    display: block !important;
}

.modal-show-busy > .spinner {
    display: block !important;
    top: 16px;
    left: 14px;
    right: inherit;
    width: 36px;
    height: 36px;
}

.dialog-show-busy {
    /*width: 200px;
    height: 200px;*/
}

.modal-dialog-alert-mensagem {
    font-size: 18px;
    display: block;
    padding: 20px;
}

.dockpanel-bi-showbusy {
    right: 5px !important;
    top: 2px !important;
    height: 16px !important;
    width: 16px !important;
}

.dialog-center {
    margin-top: 20%;
}

.modal-content {
    color: black;
    z-index: 9999;
    background: #E4E4E4;
    background: linear-gradient(to bottom, #E4E4E4 1%,#FCFCFC 28%,#FDFDFD 62%,#DCE0F8 100%);
}

.modal-content-title {
    text-align: center;
}

.bootbox-close-button {
    color: white !important;
}

/*bi */
.bi-toolbar-lista-indicadores > li > * > a {
    padding: 2px 5px;
}

#fusioncharts-tooltip-element > span {
    background-color: #000 !important;
    border-radius: 5px !important;
    border: 1px solid rgba(196,196,196,0.5) !important;
    color: #fff !important;
    padding: 10px !important;
    font-size: 12px !important;
    line-height: 12px !important;
}

/*bi*/

/*INICIO SPINNER LOADING*/
.autocomplete-spin {
    display: none;
    right: 15px;
    top: 7px;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 99999999999999999;
}

.spinner {
    position: absolute;
    right: 10px;
    top: 8px;
    display: none;
    height: 24px;
    width: 24px;
    margin: 0px;
    -webkit-animation: rotation 1s infinite linear;
    -moz-animation: rotation 1s infinite linear;
    -o-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
    border-left: 6px solid #F07B4D;
    border-right: 6px solid #3C9DD3;
    border-bottom: 6px solid #59CE6B;
    border-top: 6px solid #E9C73F;
    border-radius: 100%;
    z-index: 5;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.centralize {
    position: absolute;
}

.visiblecolumn {
    overflow: visible !important;
}

.user-avatar {
    line-height: 0;
    display: block;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    transition: linear 0.25s;
    height: 128px;
    width: 128px;
    text-align: center;
    margin: auto;
}

    .user-avatar * {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        display: block;
        background-size: cover;
    }

    .user-avatar:hover {
        transition: ease-out 0.2s;
        border: 2px solid rgba(255,255,255,0.8);
        -webkit-transition: ease-out 0.2s;
    }

.container-info-lateral-user {
    background-color: rgb(103, 107, 128);
    padding: 3px;
    padding-top: 10px;
    color: #d7dceb;
}

.info-lateral-user-atributo {
    padding: 2px;
    text-align: center;
    display: block;
    font-size: 14px;
}

.gestao-titulo {
    font-weight: bold;
    font-size: 22px;
}

.gestao-titulo-imagem {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    width: 105px;
    height: 75px;
    margin-right: 10px;
}

.gestao-titulo-toolbar {
    text-align: right;
    background-color: #ecedf4;
}

    .gestao-titulo-toolbar > .btn {
        padding-left: 6px;
        padding-right: 3px;
    }

.gestao-subtitulo {
    font-weight: bold;
    font-size: 18px;
    padding: 8px;
}

.gestao-info-subtitulo {
    font-weight: bold;
    font-size: 14px;
    padding: 8px;
}


.gestao-header-container {
    background-color: #eff7ff;
    position: relative;
    background-color: #eff7ff;
    padding-left: 128px;
    padding-top: 10px;
    min-height: 87px;
}

.gestao-info-lateral {
    background-color: rgb(241, 241, 241);
    padding: 3px;
}

.gestao-header-lista-info {
    font-size: 14px;
}

.btn-link-blue > span {
    color: #2874f0 !important;
    font-size: 13px;
}

.btn-link {
    padding: 0px;
    color: #2874f0;
}

    .btn-link :hover {
        color: blue;
    }

.btn-gestao-destaque {
    background: #2ba74e;
    border-color: #2ba74e;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    padding: 7px 16px;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
}

    .btn-gestao-destaque .label {
        color: white !important;
    }

.btn-gestao-perdido {
    background: #f07325;
    border-color: #85360d;
}

.btn-gestao-andamento {
    background: #9dc9f2;
    border-color: #4e6ade;
}

.btn-gestao-ganho {
    background: #2ba74e;
    border-color: #85360d;
}


.btn-gestao-icon {
    display: block;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
}

    .btn-gestao-icon .label {
        color: #45617c !important;
    }


.gestao-atividade-img {
    background: #75ce66;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.gestao-info-atributo {
    padding-bottom: 8px;
}

    .gestao-info-atributo > div {
        color: #6588ce;
        font-size: 13px;
    }

    .gestao-info-atributo > span {
        color: #848383;
        font-size: 13px;
    }


.gestao-atividade-img img {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}


.gestao-oportunidade-cliente {
    color: #3e6db9;
    font-size: 13px;
    position: relative;
    float: right;
    top: -22px;
    font-weight: bold;
    right: 6px;
}


.table-pipeline-etapa-header {
    background-color: #e2e2e2;
    padding: 4px;
    text-align: center;
    background: url(../images/ui/stage-arrow.png) no-repeat 100% 0,linear-gradient(#fff,#f7f7f7);
    background-size: 20px 100%, 100% 100%;
    border-right: 1px #b9babb solid;
    line-height: 1.3em;
    border-top: 2px #829fdb solid;
    border-bottom: 2px #829fdb solid;
}

.table-pipeline-etapa-header-titulo {
    width: 250px;
    padding: 8px;
}

.table-pipeline-etapa-titulo {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #5785cf;
}

.table-pipeline-etapa-subtitulo {
    font-size: 14px;
    text-align: center;
    padding-left: 10px;
    color: #6690e0;
    position: relative;
    top: -5px;
}

.table-pipeline-etapa-valor {
    font-size: 22px;
    color: black;
    font-weight: bold;
}

.table-pipeline-etapa-nro-oportunidades {
    font-size: 12px;
    color: gray;
    right: 2px;
    padding-left: 6px;
}

.table-pipeline-etapa {
    background-color: #ececec;
    border-right: 1px #c7c6c6 solid;
    vertical-align: baseline;
}

.table-pipeline-etapa-nao-util {
    background-color: #9a9797;
}

.table-pipeline-oportunidade {
    padding: 6px;
    background-color: white;
    margin: 3px;
    border: 1px solid #c4c5c6;
    border-radius: 6px;
}

.table-pipeline-oportunidade-icon-situacao {
    width: 20px;
    height: 20px;
    display: block;
    background-color: green;
    border: 1px solid #c4c5c6;
    border-radius: 12px;
    position: relative;
    top: 0px;
    right: -1px;
    float: right;
    color: white;
    text-align: center;
}

.table-pipeline-oportunidade-titulo {
    font-size: 16px;
    color: #2c578e;
    font-weight: bold;
    padding-left: 32px;
    display: block;
    padding-bottom: 8px;
}

.table-pipeline-oportunidade-img {
    height: 24px;
    position: absolute;
    margin: 3px;
}

.table-pipeline-oportunidade-valor {
    font-size: 14px;
    color: #595959;
    font-weight: bold;
}

.table-pipeline-oportunidade-cliente {
    font-size: 13px;
    color: #979797;
    padding-left: 8px;
}

.timeline-container {
}

.timeline-container-itens {
    position: absolute;
    background-color: darkslategrey;
}

.timeline-item-titulo {
    position: absolute;
    font-size: 14px;
}

.timeline-container-dias {
}

.timeline-header-dia {
    position: absolute;
    font-size: 18px;
    background-color: #2d6093;
    color: white;
    text-align: center;
}

.timeline-evento {
    position: absolute;
    font-size: 13px;
    text-align: center;
    border-radius: 4px;
    margin: 2px;
}


.sidebar-top-arrow {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    cursor: pointer;
    background: #f2f2f2;
    background-image: url(../base/images/icons/arrowUp.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
}

    .sidebar-top-arrow:hover {
        opacity: .5;
    }

.sidebar-bottom-arrow {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .4;
    cursor: pointer;
    background: #f2f2f2;
    background-image: url(../base/images/icons/arrowDown.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
}

    .sidebar-bottom-arrow:hover {
        opacity: .5;
    }


.modal-campo-invalido {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    padding: 3px;
}

.scroll-bar-vertical::-webkit-scrollbar {
    width: 5px;
}

.scroll-bar-vertical::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #2d6ca2;
}

.scroll-bar-vertical::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.scroll-bar-vertical::-webkit-scrollbar-thumb:window-inactive {
    background: #2d6ca2;
}


.scrol-bar-horizontal::-webkit-scrollbar {
    height: 5px;
}

.scrol-bar-horizontal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.scrol-bar-horizontal::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #2d6ca2;
}

    .scrol-bar-horizontal::-webkit-scrollbar-thumb:window-inactive {
        background: #3782c2;
    }

.toolbar-row > *::-webkit-scrollbar {
    height: 5px;
}

.toolbar-row > *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.toolbar-row > *::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #999;
}

    .toolbar-row > *::-webkit-scrollbar-thumb:window-inactive {
        background: #999;
    }

.toolbar-row {
    overflow-y: hidden !important;
}

    .toolbar-row::-webkit-scrollbar {
        height: 5px;
    }

    .toolbar-row::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .toolbar-row::-webkit-scrollbar-thumb {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #999;
    }

        .toolbar-row::-webkit-scrollbar-thumb:window-inactive {
            background: #999;
        }

.formulario-default {
    display: inline-block;
    /*padding-top: 25px;*/
}

    .formulario-default .InputControl > span {
        margin-bottom: 2px;
    }

.diagram svg {
    z-index: 1;
}

.btn-posc {
    margin: 10px 0 0 100px;
}


.widows-list {
    color: white;
    font-size: 14px;
    padding: 6px;
    float: right;
    overflow-x: hidden;
    overflow-y: auto;
    height: 30px;
}

.window-info-item {
    cursor: pointer;
    width: 130px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    padding: 2px 6px;
    border: 1px solid #193c86;
    font-size: 13px;
    border-radius: 4px;
    margin-top: 4px;
    background-color: #17518d;
}

    .window-info-item:hover {
        border: 1px solid #23500b;
        background-color: #46a714;
    }

.img-nonselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.prisma-navbar-left {
    display: inline-block !important;
    text-align: left;
    vertical-align: middle;
    height: 30px;
    color: white;
    font-size: 14px;
}

.prisma-navbar-center {
    /*min-width:130px;
    min-width: calc(100% - 870px);
    min-width: -moz-calc(100% - 870px);*/
}

.prisma-navbar-right {
    display: inline-block;
    width: auto;
    height: 30px;
    text-align: right;
    vertical-align: middle;
    overflow: hidden;
    float: right !important;
    margin-right: 3px;
}

.navbar-right > a {
    display: inline-block;
    color: white;
    padding: 3px 10px;
    font-size: 17px;
}

.navbar-right > a > i {
    font-size: 16px;
}

@media (max-width: 848px) {
    .prisma-navbar-right {
        float: none !important;
        overflow-y: hidden;
    }
}

.navbar-top::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

/* Track */
.navbar-top::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.navbar-top::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #2d6ca2;
}

    .navbar-top::-webkit-scrollbar-thumb:window-inactive {
        background: #2d6ca2;
    }

.navbar-top .btn-group > .btn, .btn-group-vertical > .btn {
    float: none;
}

.tarefa-titulo {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 6px;
    color: rgb(18, 35, 81);
}

.tarefa-procedimento {
    display: inline-block;
    width: 100%;
    min-height: 42px;
    margin-bottom: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
}

.tarefa-procedimento-alternativo {
    background: rgba(181, 181, 181, 0.13);
}

.tarefa-procedimento-descricao {
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 6px;
}

.tarefa-procedimento-observacao {
    font-size: 12px;
}

.tarefa-procedimento-img {
    max-height: 200px;
    max-width: 300px;
}

.tarefa-entrega {
    display: inline-block;
    height: 90%;
    border: 1px solid #363636;
    cursor: pointer;
    border-radius: 3px;
}

    .tarefa-entrega:hover {
        border: 1px solid #000;
    }

/*  **removido para nao esconder scrolls 
    column[name="menuPrincipal"]::-webkit-scrollbar { 
    display: none; 
}*/

.box-content-detail-label {
    display: inline-block;
    display: flex;
    width: 95%;
    width: calc(100% - 30px);
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.box-star {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    right: 3px;
    color: gold;
}

.box-content-detail {
    position: absolute;
    display: inline-block;
    display: flex;
    /* height: 100%; */
    min-width: 23px;
    max-width: 30px;
    max-height: 16px;
    background: white;
    color: black;
    text-align: right;
    float: right;
    box-shadow: inset 1px 1px 1px rgba(128, 128, 128, 0.96), 1px 1px 1px rgba(7, 7, 7, 0.61);
    border-radius: 20%;
    top: 3px;
    right: 2px;
    align-items: center;
    justify-content: flex-end;
}

.box-content-posc {
    position: absolute;
    display: inline-block;
    max-width: 40px;
    max-height: 16px;
    /*text-align: right;
    float: right;*/
    top: 3px;
    right: 3px;
}

.box-content-label:before {
    background: radial-gradient(ellipse at center, rgba(145, 145, 145, 0.03) 0%,rgba(240, 240, 240, 0) 6%,rgba(20, 18, 18, 0.15) 97%,rgba(15, 13, 13, 0.53) 99%);
    width: 104%;
    height: 20px;
    content: ' ';
    position: absolute;
}

.box-content-label {
    display: inline-block;
    display: run-in;
    display: flex;
    font-size: 12px;
    height: 20px;
    width: 100%;
    padding: 2px;
    color: white;
    box-shadow: 1px 0px 1px rgba(43, 43, 43, 0.38);
    overflow: hidden;
    position: relative;
    background: linear-gradient(to top, rgba(65, 65, 65, 0.31),rgba(255, 255, 255, 0.08));
}

.box-content-btn {
    overflow: hidden;
    position: relative;
    min-height: 30px;
}

    .box-content-btn[data-prioridade='0.5'] {
        background: rgba(86, 102, 147, 0.41);
    }

    .box-content-btn[data-prioridade='0'] {
        background: rgb(122, 146, 211);
    }

    .box-content-btn[data-prioridade='1'] {
        background: rgb(75, 91, 135);
    }

        .box-content-btn[data-prioridade='1'].box-content-active {
            background: #273164 !important;
        }

.box-content {
    background: linear-gradient(to bottom, rgba(226, 226, 226, 0.17),rgba(185, 188, 194, 0.07));
    border: 3px solid rgba(70, 70, 70, 0.05);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.55),0 1px 1px rgba(0, 0, 0, 0.36);
    overflow: auto;
}

.box-content-top-down {
    border-bottom: none;
}

.slideshow-images-tarefa {
    max-width: 128px;
    max-height: 128px;
    height: auto;
    width: auto;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 10px;
}

.paint-hold-textarea {
    position: absolute;
    z-index: 99999999999999999999999999999;
    border: 1px solid #333;
}

    .paint-hold-textarea > span {
        background: none;
        display: inline-block;
        border: 0;
        line-height: 17px;
        padding: 8px;
        font-size: 14px;
        text-align: left;
    }

.circle-pencil-eraser {
    border-radius: 50%;
    display: none;
    border: 1px solid #333;
    position: absolute;
    z-index: 99999999999999999999999999999;
    cursor: none;
}

.rectangle-helper {
    display: inline-block;
    position: absolute;
    opacity: .7;
    border: 2px solid #333;
    z-index: 99999999999999999999999999999;
}

.circle-helper {
    display: inline-block;
    position: absolute;
    opacity: .7;
    border: 2px solid #333;
    z-index: 99999999999999999999999999999;
    border-radius: 50%;
}

.arrow-helper {
    display: inline-block;
    position: absolute;
    z-index: 99999999999999999999999999999;
    width: 30px !important;
    background: #4B4B4B;
}

    .arrow-helper:before {
        left: -15px;
        background: linear-gradient(to right bottom, transparent 50%, #4B4B4B 50%);
    }

    .arrow-helper:after {
        right: -15px;
        background: linear-gradient(to left bottom, transparent 50%, #4B4B4B 50%);
    }

    .arrow-helper:before, .arrow-helper:after {
        position: absolute;
        top: -40%;
        content: '';
        width: 102%;
        height: 40%;
    }

.canvas-parent {
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    line-height: 0;
    justify-content: center;
    position: relative;
}

.jcrop-holder {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb-bi {
    font-size: 18px;
    padding: 5px;
}

    .breadcrumb-bi:first-child {
        color: #FFF;
    }

    .breadcrumb-bi > span {
        color: #C3C3C3;
        margin-right: 20px;
        position: relative;
        cursor: pointer;
    }

        .breadcrumb-bi > span:hover {
            color: #333;
        }

        .breadcrumb-bi > span:last-child {
            color: #333;
        }

        .breadcrumb-bi > span:after {
            border: 9px solid #333;
            position: absolute;
            content: "";
            top: 6px;
            right: -11px;
            border-left-color: transparent;
            border-width: 4px;
            border-bottom-color: transparent;
            transform: rotate(45deg);
        }


.menu-principal-holder-pesquisa {
    display: block;
    position: absolute;
    opacity: 0.7;
    top: 4px;
    right: 8px;
    width: 250px;
}


.ambiente-aplicativos-container {
}

.ambiente-aplicativos-titulo {
    font-size: 22px;
    padding: 4px 16px;
    color: white;
}

.ambiente-aplicativos-opcoes {
    padding: 2px 10px;
}

.ambiente-aplicativos-grupo {
    padding: 10px;
    margin-top: 6px;
}

.ambiente-aplicativos-grupo-titulo {
    color: white;
    font-size: 20px;
}

.ambiente-aplicativos-opcao {
    display: inline-block;
    border-radius: 10px;
    color: white;
    background-color: rgba(68, 133, 239, 0.5);
    animation: 0.2s ease 0s 1 normal none running OpcaoMenuIN;
    width: 200px;
    height: 120px;
    text-align: center;
    margin: 6px;
    border: 3px solid transparent;
    cursor: pointer;
    vertical-align: middle;
    padding: 2px;
}

.ambiente-aplicativos-opcao-icone {
    margin-top: 8px;
    font-size: 52px;
    color: white;
}

    .ambiente-aplicativos-opcao:hover {
        border-color: #66afe9;
        box-shadow: 0 6px 22px rgba(15, 136, 239, 0.58), 0 10px 10px rgba(92, 178, 252, 0.21);
    }

    .ambiente-aplicativos-opcao img {
        display: block;
        max-width: 64px;
        max-height: 64px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4px;
    }

.ambiente-aplicativos-opcao-titulo {
    color: white;
    display: table;
    width: 100%;
    height: calc(100% - 64px);
}

.ambiente-aplicativos-opcao-titulo-label {
    display: block;
    vertical-align: middle;
    padding: 12px 0px;
}

.ambiente-aplicativos-opcao-observacao {
    display: block;
    font-size: 13px;
}

.ambiente-aplicativos-opcao-sub-opcoes {
    padding: 0px 28px;
}


.ambiente-lista-titulo {
    display: inline-block;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 0 20px;
    color: white;
}

.ambiente-lista-coluna {
}

.ambiente-lista-opcao {
    cursor: pointer;
    padding: 4px 4px 4px 10px;
}

.ambiente-lista-opcao-icone {
    font-size: 16px;
    margin-right: 6px;
}

.ambiente-lista-opcao-img {
    max-height: 24px;
    max-width: 24px;
    margin-right: 6px;
}

.ambiente-lista-opcao-label {
    display: inline-block;
}

.ambiente-lista-subopcoes {
    padding: 2px 2px 2px 20px;
}

.ambiente-lista-opcao-nivel1 {
    margin: 2px;
    border-radius: 4px;
    font-size: 16px;
}

.ambiente-lista-opcao-nivel2 {
    background: rgba(211, 210, 210, 0.1);
    margin: 2px;
    border-radius: 4px;
    font-size: 12px;
}

    .ambiente-lista-opcao-nivel2:hover {
        border: 1px solid rgba(0, 0, 0, 0.13);
        background-color: #f47a00 !important;
        color: black;
    }

.btn-titulo-pesquisa-shell {
    color: rgb(231, 181, 54);
    font-size: 18px;
    font-weight: bold;
}

.btn-opcao-pesquisa {
    background: rgba(167, 167, 173, 0.1) !important;
    border: 1px solid rgba(70, 69, 69, 0.13) !important;
    border-radius: 4px !important;
    display: block !important;
    padding: 3px !important;
    margin: 3px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

    .btn-opcao-pesquisa:hover {
        border: 1px solid rgba(0, 0, 0, 0.13) !important;
        background-color: #f47a00 !important;
    }

.btn-image-caption > img {
    top: 3px;
    position: relative;
}

.btn-image-caption > span {
    top: 3px;
    position: relative;
}

/* View Tab Cliente Rede Social */
.tbRedeSocial {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.divInfPerfil {
    padding-left: 15px;
}

    .divInfPerfil span {
        width: 100%;
        display: inline-block;
    }

    .divInfPerfil div {
        display: inline-block;
    }

.linkSite {
    width: auto;
}

.imagemPerfil {
    border-radius: 12px;
    margin-right: 5px;
}

.infoPerfil {
    width: 70%;
    vertical-align: top;
}

.tituloNomeCompleto {
    font-size: 22px;
    font-family: Garamond;
}

.divFotos {
    padding: 15px;
}

    .divFotos img {
        margin: 3px;
    }


/* Final View Tab Cliente Rede Social */

.label-danger.min, .label-info.min, .label-warning.min, .label-success.min {
    border-radius: 4px;
    padding: 0 7px;
    font-size: 12px;
}

.regua-semanas {
    min-width: 100%;
    width: auto;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
}

    .regua-semanas > span {
        width: 40px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        border-right: 1px solid #ccc;
        cursor: pointer;
        position: relative;
    }

        .regua-semanas > span:hover {
            background: #f3f3f3;
        }

    .regua-semanas::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .regua-semanas::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .regua-semanas::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #2d6ca2;
    }

        .regua-semanas::-webkit-scrollbar-thumb:window-inactive {
            background: #2d6ca2;
        }

.img-previsoes-cidade {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    right: 3px;
}

.semana-active {
    background: #5fc42d;
    font-weight: bolder;
}

/*fluxo processo*/

.fluxo-processo-base {
    position: absolute;
    display: inline-block;
}

    .fluxo-processo-base:hover > .imgClassFluxo {
        display: inline-block;
    }

.imgClassFluxo {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #054011;
    border-radius: 50%;
    position: absolute;
}

.fluxo-inicio {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000;
    vertical-align: middle;
    display: inline-block;
}

    .fluxo-inicio.mini {
        width: 24px;
        height: 24px;
        border-color: #FFF;
        background: #FFF;
    }

    .fluxo-inicio > .imgClassFluxo {
        display: none;
    }

    .fluxo-inicio > .top {
        top: -8px;
        left: 8px;
    }

    .fluxo-inicio > .bottom {
        bottom: -8px;
        left: 8px;
    }

    .fluxo-inicio > .right {
        top: 8px;
        right: -8px;
    }

    .fluxo-inicio > .left {
        top: 8px;
        left: -8px;
    }

.fluxo-fim {
    display: inline-block;
    text-align: center;
}

    .fluxo-fim.mini {
        border-color: #FFF;
    }

.fluxo-datasource {
    width: 180px;
    height: 130px;
    display: inline-block;
    border: 2px solid #333;
}

    .fluxo-datasource.mini {
        width: auto;
        height: auto;
        display: inline-block;
        border: 0;
        border-color: #FFF;
    }

    .fluxo-datasource > .imgClassFluxo {
        display: none;
    }

    .fluxo-datasource > .top, .fluxo-alternativa > .top, .fluxo-avaliacao > .top, .fluxo-oportunidade > .top, .fluxo-link > .top {
        top: -8px;
        left: 82px;
    }

    .fluxo-datasource > .bottom, .fluxo-alternativa > .bottom, .fluxo-avaliacao > .bottom, .fluxo-oportunidade > .bottom, .fluxo-link > .bottom {
        bottom: -8px;
        left: 82px;
    }

    .fluxo-datasource > .right, .fluxo-alternativa > .right, .fluxo-avaliacao > .right, .fluxo-oportunidade > .right, .fluxo-link > .right {
        top: 65px;
        right: -8px;
    }

    .fluxo-datasource > .left, .fluxo-alternativa > .left, .fluxo-avaliacao > .left, .fluxo-oportunidade > .left, .fluxo-link > .left {
        top: 65px;
        left: -8px;
    }

    .fluxo-datasource > .fluxo-processo-descricao {
        max-height: 62px;
        overflow: hidden;
    }

.bloco-decisao {
    width: 240px;
    height: 175px;
    /*margin: 17px 0 0 26px;*/
    display: inline-block;
    /*border: 2px solid #333;*/
    background: url("../images/UI/fluxo-losango.png") no-repeat;
    /* Rotate */
    /*-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* Rotate Origin */
    /*-webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;*/
}

.fluxo-decisao.mini {
    width: 32px;
    height: 32px;
    /*margin: 11px 0 0 23px;*/
    background: none;
    border-color: #FFF;
}

.fluxo-decisao > .imgClassFluxo {
    display: none;
}

.fluxo-decisao > .top {
    top: -4px;
    left: 84px;
}

.fluxo-decisao > .bottom {
    bottom: -4px;
    left: 84px;
}

.fluxo-decisao > .right {
    top: 69px;
    right: -4px;
}

.fluxo-decisao > .left {
    top: 69px;
    left: -4px;
}

.fluxo-decisao > .fluxo-processo-descricao {
    /*transform: rotate(45deg);*/
    /*padding: 26px 5px;*/
    padding: 50px 23px 20px 23px;
    text-align: center;
}

.fluxo-alternativa {
    width: 180px;
    height: 130px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #333;
    border-radius: 20px;
}

    .fluxo-alternativa.mini {
        width: 40px;
        height: 25px;
        border-color: #FFF;
    }

    .fluxo-alternativa > .imgClassFluxo {
        display: none;
    }

    .fluxo-alternativa > div {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

.fluxo-avaliacao {
    width: 180px;
    height: 130px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #333;
}

    .fluxo-avaliacao.mini {
        width: 40px;
        height: 25px;
        line-height: 25px;
        border-color: #FFF;
    }

    .fluxo-avaliacao > .imgClassFluxo {
        display: none;
    }

.fluxo-oportunidade {
    width: 180px;
    height: 130px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #333;
}

    .fluxo-oportunidade.mini {
        width: 40px;
        height: 25px;
        line-height: 25px;
        border-color: #FFF;
    }

    .fluxo-oportunidade > .imgClassFluxo {
        display: none;
    }

.fluxo-link {
    width: 180px;
    height: 130px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #333;
}

    .fluxo-link.mini {
        width: 40px;
        height: 25px;
        line-height: 25px;
        border-color: #FFF;
    }

    .fluxo-link > .imgClassFluxo {
        display: none;
    }

.toolbar-vertical-fluxo {
    text-align: left;
}

    .toolbar-vertical-fluxo > span {
        width: 100%;
        height: 50px;
        line-height: 37px;
        display: inline-block;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
        padding: 6px;
    }

.fluxo-processo-descricao {
    font-size: 14px;
    text-align: left;
    width: 100%;
    display: inline-block;
    padding: 1px 10px;
    max-height: 115px;
}

.fluxo-bloco-container-subBlocos {
    position: absolute;
    left: 1px;
    bottom: -4px;
    display: block;
}

.fluxo-bloco-subBloco {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #1c1c1c3d;
    display: inline-block;
    margin-left: 1px;
}

.label-seta {
    border: 1px solid #333;
    background: #ddd;
    padding: 5px;
    border-radius: 3px;
}

.dothide {
}


.bi-apresentacao-notification {
    border-radius: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    border: 2px solid rgba(177, 177, 177, 0.9);
    padding: 1px 7px 0 7px;
    color: white;
    text-align: right;
    background: rgba(155, 154, 154, 0.27);
    white-space: nowrap !important;
    font-size: 17px;
}

.table-conceito-giro {
    color: white;
    font-size: 14px;
    text-align: center;
}

/*SAC*/
.sac-formulario-row {
    width: 100%;
    padding-bottom: 5px;
}

    .sac-formulario-row > span {
        width: 48%;
        display: inline-block;
    }

.sac-resposta-texto-anexo {
    margin: 10px 0 0 15px;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    background: #496dd1;
    color: white;
    border-radius: 4px;
    border: 1px solid #92a4ad;
    padding: 1px 6px;
}

.btn-resposta-atendimento-novo-contato {
    position: absolute !important;
    right: -6px !important;
    top: -9px !important;
    color: #54af2e !important;
    font-size: 14px !important;
    padding: 0px !important;
}

.sac-event-mark {
    display: inline-block;
    width: 100%;
    border-top: 3px dashed #333;
}

.sac-msg-data {
    float: right;
    font-weight: bold;
    margin-top: 2px;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .col-padding {
        padding-right: 20px;
    }
}

.col-padding {
    padding-top: 5px;
}

/* Tab Mensagens */
.div-mensagens {
    height: 100%;
    border: solid #CDCDCD;
    border-width: 0 1px 0 1px;
    overflow: auto;
}

.lista-mensagens {
}

    .lista-mensagens > a {
        color: #343434;
        text-decoration: none;
    }

        .lista-mensagens > a:hover {
            text-decoration: none;
            color: #343434;
        }

.conteudo-mensagens {
    padding: 3px;
    cursor: pointer;
    background-color: #FFF;
}

    .conteudo-mensagens:hover {
        background-color: #DCDCDC;
    }

.conteudo-mensagens-sel {
    padding: 3px;
    cursor: pointer;
    background-color: #FFFFCC;
}

    .conteudo-mensagens-sel:hover {
        background-color: #eeeebb;
    }

.div-conteudo {
    color: #343434;
    font-weight: bold;
    font-size: 16pt;
    padding: 15px;
}


.tarefa-detalhe-header {
    display: table;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 1px 2px #859bca;
    background: rgba(12, 38, 64, 0.24);
    position: relative;
    color: #dcedff;
}

    .tarefa-detalhe-header * a {
        color: #d2e8ff;
    }

.tarefa-detalhe-header-info {
    position: absolute;
    right: 2px;
    top: 8px;
    font-size: 12px;
}

.tarefa-detalhe-titulo {
    font-size: 18px;
    font-weight: bold;
}

    .tarefa-detalhe-titulo > img {
        max-height: 24px;
    }

.tarefa-detalhe-atributos-esquerda {
    padding-left: 8px !important;
}

    .tarefa-detalhe-atributos-esquerda > * {
        display: flex;
    }

.tarefa-detalhe-atributos-direita {
}

    .tarefa-detalhe-atributos-direita > * {
        display: flex;
    }

.tarefa-detalhe-holder-post {
    margin-bottom: 5px;
    display: flex;
}

.btn-tarefa-acao {
    padding: 2px 2px !important;
}

    .btn-tarefa-acao > span {
        font-size: 12px !important;
    }

#texto-mensagem {
    font-size: 12px;
    font-weight: normal;
    color: #343434;
    padding: 5px 3px 3px 3px;
}

.iconImportant {
    float: right;
    margin-top: 3px;
    margin-bottom: 0;
}
/* End Tab Mensagens*/

/* Tab Noticia */
.div-content {
}

.div-noticias {
    padding: 5px;
    padding-left: 12px;
    color: #343434;
    border-bottom: 1px #343434 solid;
}

    .div-noticias:hover {
        background-color: #EDEDED;
    }

.data-noticia {
    font-size: 10px;
    color: #343434;
}

.titulo-noticia {
    font-weight: bold;
    font-size: 14px;
    color: #2980b9;
    cursor: pointer;
}

.noPadAndMargin {
    padding: 0;
    margin: 0;
}

.detalhe-noticia {
    color: #343434;
    padding: 10px;
}

    .detalhe-noticia h1 {
        font-weight: bold;
        font-size: 16px;
        text-align: center;
    }

    .detalhe-noticia p {
        font-size: 12px;
        padding-right: 15px;
        padding-bottom: 5px;
        padding-left: 15px;
    }

    .detalhe-noticia a {
        font-size: 14px;
        color: #2980b9;
    }
/* End Tab Noticia */


/*SAC*/

.sac-atendimento-advertencia {
    max-width: 200px;
    padding: 3px 8px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    text-align: center;
    background: rgb(246, 58, 58);
    display: inline-flex;
    font-weight: bold;
}

.sac-atendimentos-container {
    width: 100%;
    height: 95%;
    overflow: auto;
    padding: 10px;
    font-size: 14px;
    border-bottom: 5px solid #ddd;
}

.consulta-sac-atendimento-wrapper {
    color: black;
    height: auto;
    padding: 5px 5px 0 10px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ABABAB;
    background-color: rgb(240, 250, 255);
    cursor: pointer;
    transition: .3s ease all;
    position: relative;
}

    .consulta-sac-atendimento-wrapper:nth-child(2n+1) {
        background-color: rgb(210, 229, 237);
    }

    .consulta-sac-atendimento-wrapper:last-child {
        border-bottom: 1px solid #ABABAB;
    }

    .consulta-sac-atendimento-wrapper:hover {
        /*background: #fff;*/
        box-shadow: -1px 1px 5px rgb(5, 60, 89);
        margin-left: -10px;
        /*box-shadow: none;*/
        /*border-width: 2px;*/
    }

.consulta-sac-atendimento-linha-um {
    height: 24px;
}

.consulta-sac-atendimento-linha-dois {
    height: 24px;
}

.consulta-sac-atendimento-linha-tres {
    height: 24px;
}

.consulta-sac-atendimento-contato {
    font-size: 16px;
    font-weight: bold;
}

.consulta-sac-atendimento-id {
    font-size: 14px;
    font-weight: bold;
    background: #335b97;
    padding: 2px 4px;
    border-radius: 6px;
    color: #d1e6f2;
    margin-right: 4px;
}

.consulta-sac-atendimento-operador {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

.consulta-sac-atendimento-info-direita {
    right: 8px;
    display: inline-block;
    position: absolute;
}

    .consulta-sac-atendimento-info-direita > .btn-analise-tecnica {
        cursor: pointer;
        font-size: 16px;
        padding-right: 4px;
        color: #219fdb;
    }

    .consulta-sac-atendimento-info-direita > .btn-anexos {
        cursor: pointer;
        font-size: 16px;
        padding-right: 4px;
        color: #219fdb;
    }

.consulta-sac-atendimento-situacao {
    font-weight: bold;
    padding: 3px 5px;
    border-radius: 4px;
    background-color: gray;
}

.consulta-sac-atendimento-origem {
    padding: 3px 5px;
    border-radius: 4px;
    background-color: #6d5e99;
    color: white;
    margin: 0px 4px;
}

.consulta-sac-atendimento-assunto {
    max-width: 80%;
    display: inline-block;
    font-size: 12px;
}

.btn-atendimento-anexo {
    position: absolute;
    font-size: 30px;
    right: 6px;
    top: 15px;
    color: #219fdb;
}

/*.sac-atendimento-line {
    width: 100%;
    display: inline-block;
}*/
.sac-pagination {
    position: fixed;
    bottom: 5px;
    right: 0;
}

/*POR*/
.por-topico {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px dashed #ddd;
    background: #F7F8F9;
}

    .por-topico > span {
        width: 100%;
        display: inline-block;
        text-align: justify;
    }

.por-posts-lista {
}

.por-post-container {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    background: rgba(45, 137, 239, 0.26);
    color: white;
    padding: 8px;
    box-shadow: 1px 1px 3px #4F4D4D;
    border-bottom-right-radius: 5px;
}

    .por-post-container > span {
        /*width: 100%;*/
        /*display: inline-block;*/
    }

.fc-mini .fc-row {
    height: 28px !important;
    min-height: 28px !important;
}

.fc-responsive .fc-day-grid-container {
    height: 100% !important;
}

.fc-responsive .fc-row {
    height: 16.666666% !important;
    min-height: 16.666666% !important;
    overflow: hidden;
}

.fc-day-selected {
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%) !important;
}

.fc-unthemed .fc-day.fc-day-mark {
    background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
}

.fc-unthemed .fc-today {
    background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
    /*background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);*/
}

.fc-row {
    cursor: pointer !important;
}


.ven-previsao-cidade-container {
    width: 100%;
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    float: left;
    /*background: #ECEAEA;*/
    background: linear-gradient(to bottom, #F5F1F1 0%,#FFF5F5 50%,#ECDFDF 100%);
}

    .ven-previsao-cidade-container.active {
        background: #4ADD8A;
    }

/*.ven-previsao-cidade-container:nth-child(2n+1)
    {
        background: rgba(120, 161, 120, 1);
    }*/


.ven-previsao-cidade-cliente-container {
    width: 100%;
    display: inline-block;
    padding: 0 5px;
    background: #ddd;
    border-bottom: 1px solid #7E7E7E;
    cursor: pointer;
    float: left;
}

    .ven-previsao-cidade-cliente-container:nth-child(2n+1) {
        background: rgba(137, 196, 210, 1);
    }


/*TextBox Adapter*/
.textbox-adapter > span {
    float: none !important;
}

    .textbox-adapter > span > span {
        display: inline-block !important;
    }

/*Icons*/
.prisma-notification-holder {
    position: absolute;
    right: -1px;
    top: 3px;
}

.prisma-notification-danger {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    background-color: #ad2127;
    background: -webkit-linear-gradient(#ad2127, #9d4448);
    color: #fff;
    border-radius: 4px;
    min-height: 13px;
    padding: 1px 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}

.prisma-notification-blue {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    background-color: #0DAEDC;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#3CEEFA), to(#0DDCD9));
    background-image: -webkit-linear-gradient(#3CC0FA, #0D8ADC);
    color: #fff;
    border-radius: 4px;
    color: #fff;
    min-height: 13px;
    padding: 1px 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}

.prisma-notification-green {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    background-color: #0DDC65;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#5BC376), to(#5CDC0D));
    background-image: -webkit-linear-gradient(#43A123, #76BC49);
    color: #fff;
    border-radius: 4px;
    color: #fff;
    min-height: 13px;
    padding: 1px 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}

.nav-top-notification {
    font-size: 11px;
    position: relative;
    bottom: -1px;
    right: -1px;
}

.prisma-icon {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    margin: 1px 10px 0 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-y: 7px;
    position: relative;
}

    .prisma-icon:hover {
        transform: rotateX(90);
    }

div.colorpicker input.colorInput {
    border: 1px solid #000000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    background-color: rgba(154, 154, 154, 0.4);
}

.list-view-wrapper {
    display: none;
    position: absolute;
    overflow: auto;
    background: #fff;
    -webkit-box-shadow: 1px 2px 3px rgba(128, 123, 123, 0.43);
    z-index: 4000;
    border-left: 1px solid rgba(223, 223, 223, 0.55);
    border-top: 1px solid rgba(223, 223, 223, 0.55);
    padding: 5px;
    text-align: center;
}

.list-view-head-wrapper {
    padding: 5px 0;
    border-bottom: 1px solid #333;
    text-align: center;
    background: #f3f3f3;
    font-weight: bold;
}

.list-view-body-wrapper {
    padding: 5px 0 5px 0;
    text-align: center;
}

.list-view-footer-wrapper {
    padding: 5px 0;
    border-top: 1px solid #333;
    text-align: center;
    background: #f3f3f3;
    font-weight: bold;
}

.list-view-arrow {
    display: none;
    position: absolute;
    z-index: 4002;
}

.title-nosource {
    display: inline-block;
    margin-bottom: 8px;
}

.list-view-arrow:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}

.list-view-arrow-border {
    display: none;
    position: absolute;
    z-index: 4001;
}

    .list-view-arrow-border:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgba(223, 223, 223, 0.55);
    }

.list-view-option {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.prisma-msg-notification {
    text-align: left;
    padding: 4px 4px 4px 7px;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}

    .prisma-msg-notification:hover {
        background: #F4F9FC;
    }

    .prisma-msg-notification span {
        display: inline-block;
        vertical-align: top;
        max-height: 70px;
        overflow: hidden;
    }

    .prisma-msg-notification > .success {
        background: url("../images/icons/circle-32-success.png") no-repeat;
        background-position-x: 96%;
        background-position-y: center;
    }

    .prisma-msg-notification > .info {
        background: url("../images/icons/circle-32-info.png") no-repeat;
        background-position-x: 96%;
        background-position-y: center;
    }

    .prisma-msg-notification > .warning {
        background: url("../images/icons/circle-32-warning.png") no-repeat;
        background-position-x: 96%;
        background-position-y: center;
    }

    .prisma-msg-notification > .error {
        background: url("../images/icons/circle-32-error.png") no-repeat;
        background-position-x: 96%;
        background-position-y: center;
    }

.bi-diretorio-container-selecionado {
    padding: 20px 10px;
    color: white;
}

.bi-diretorio {
    width: 100%;
    display: inline-block;
    padding: 5px 0 0 15px;
    cursor: pointer;
    color: white;
    border-radius: 4px;
}

    .bi-diretorio:hover {
        background: #207ad3;
        border: 1px solid #38beff;
    }

    .bi-diretorio > img {
        height: 20px;
    }

.bi-diretorio-selecionado {
    background: #0875e2;
    border: 1px solid #4bc4ff;
}

.bi-subdiretorios {
    padding-left: 30px;
}

.bi-diretorio-window {
    display: inline-block;
    width: 140px;
    padding: 5px;
    text-align: center;
    margin: 0 10px 10px 0;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid #bbe2ff;
    height: 80px;
    color: white;
    border-radius: 4px;
}

    .bi-diretorio-window > img {
        height: 48px;
    }

    .bi-diretorio-window > span {
        display: block;
    }

    .bi-diretorio-window:hover {
        background: #207ad3;
        border: 1px solid #38beff;
    }

.bi-diretorio-window-select {
    background: #0875e2;
    border: 1px solid #4bc4ff;
}


.bi-config-layout-folha {
    display: inline-flex;
    padding: 0px;
    margin: 4px;
    vertical-align: top;
    cursor: pointer;
    background-color: #d7d7d7;
    position: relative;
}

.bi-config-layout-folha-cell {
    position: absolute;
    background-color: #174c8d;
    border: 1px solid #12385f;
}

.bi-config-layout-folha-cell-conteudo {
}



.bi-template-layout-folha {
    display: inline-flex;
    padding: 0px;
    margin: 4px;
    vertical-align: top;
    cursor: pointer;
    background-color: #d7d7d7;
    position: relative;
}

    .bi-template-layout-folha:hover {
    }

        .bi-template-layout-folha:hover > .bi-template-layout-folha-cell {
            background-color: #9fd7ff;
            border: 1px solid #2f7ad8;
        }

.bi-template-layout-folha-cell {
    position: absolute;
    background-color: #174c8d;
    border: 1px solid #12385f;
}

.bi-template-layout-folha-cell-conteudo {
}


.textbox-div {
    /*border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}

.autocomplete-negocio {
    width: auto;
    display: inline-block;
    font-size: 11px;
    border: 1px solid #ccc;
    padding: 3px 30px 3px 5px;
    background: #5675B5;
    margin-left: 2px;
    color: #fff;
    border-radius: 4px;
    position: relative;
}

.crm-grupo-perguntas-holder {
    width: 100%;
    display: table;
    border-bottom: 1px solid #ccc;
    font-size: 0;
}

    .crm-grupo-perguntas-holder:nth-child(2n-1) {
        /*background: rgba(138, 173, 228, 0.96);*/
    }

    .crm-grupo-perguntas-holder > span {
        display: table-cell;
        vertical-align: middle;
        padding: 2px 2px 2px 5px;
        font-size: 16px;
    }

        .crm-grupo-perguntas-holder > span:not(:first-child) {
            text-align: right;
            border-left: 1px solid #ccc;
        }




.sac-area-buttons-wrapper {
    padding: 0 20px;
}

    .sac-area-buttons-wrapper > button {
        width: 100%;
        margin: 5px;
    }

.sac-atend-breadcrumb {
    font-size: 20px;
    font-weight: bold;
    color: #666;
}

    .sac-atend-breadcrumb > span {
        cursor: pointer;
    }

        .sac-atend-breadcrumb > span:hover {
            color: #333;
        }

.view-embutida {
    width: 100% !important;
    height: auto !important;
    display: inline-block;
    position: static !important;
}

.ctq-produtos-devolucao {
    margin-top: 10px;
    width: 49%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
    position: relative;
}

    .ctq-produtos-devolucao:nth-child(2n+2) {
        float: right;
    }

    .ctq-produtos-devolucao > span {
        width: 100%;
        display: inline-block;
        font-size: 13px;
    }

.template-novo-produto {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

    .template-novo-produto > div {
        width: 100%;
        display: inline-block;
    }

.opcoes-info-usuario {
    text-decoration: none;
    list-style-type: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 10px;
}

    .opcoes-info-usuario:hover {
        font-weight: bold;
    }


.datagrid-cell-tamanho-grade {
    font-family: 'Courier New';
    font-weight: bold;
}

.ctq-analise-tec-wrapper {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    margin-bottom: 1px solid #000;
    padding-bottom: 5px;
    font-size: 13px;
}

    .ctq-analise-tec-wrapper > span {
        display: inline-block;
        font-size: 14px;
    }

.ctq-analise-tec-anexos-img {
    width: 64px;
    height: 64px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #333;
    padding: 3px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.sac-atendimento-descricao-0 {
    color: #333;
    text-shadow: 1px 1px 1px #FFF;
    font-weight: bold;
}

.sac-atendimento-descricao-1 {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.sac-atendimento-descricao-2 {
    color: #4D4C4C;
    /*text-shadow: 1px 1px 1px #333;*/
    font-size: 14px;
}

.sac-contato-wrapper {
    display: inline-block;
    float: left;
    width: 40%;
    margin: 5px 0 0 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    white-space: normal;
    box-shadow: 1px 1px 1px #333;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 5px 10px;
    background: #525252;
}

    .sac-contato-wrapper > img {
        position: absolute;
        right: 10px;
        top: 7px;
    }

.crm-avalicao-grupo-titulo {
    font-weight: bold;
    font-size: 16px;
}

.crm-avaliacao-personal {
    font-size: 12px;
    text-align: left;
    display: table;
    padding: 5px;
    margin: 4px;
}

.crm-avalicao-pergunta {
    padding: 2px;
    min-height: 42px;
}

.crm-avalicao-pergunta-descricao {
    font-size: 13px;
    display: block;
    vertical-align: central;
    font-weight: bold;
}

.crm-avalicao-alternativa {
    font-size: 12px;
    padding-left: 8px;
}

    .crm-avalicao-alternativa > a {
        padding: 2px;
        background-color: #d4d4d4;
        color: white;
    }

.crm-avalicao-alternativa-input {
    width: 200px;
    display: inline-block;
    margin-left: 6px;
}

.crm-avalicao-grupo-input {
    min-height: 70px;
    margin: 5px;
    width: calc(100% - 8px);
}

.btn-crm-avalicao-superior {
    font-size: 15px;
    font-weight: bold;
    float: right;
    right: 10px;
    top: 10px;
    padding: 8px 25px;
    position: absolute;
}

.btn-crm-avalicao-inferior {
    font-size: 15px;
    font-weight: bold;
    float: right;
    right: 10px;
    padding: 8px 25px;
    position: relative;
}

.crm-avalicao-error {
    font-weight: bold;
    font-size: 16px;
    color: orangered;
}

.span-block {
    width: 100%;
    display: inline-block;
}

.blocos-texto {
    width: auto;
    display: inline-block;
    box-shadow: 1px 1px 1px #333;
    background: rgb(136, 66, 66);
    padding: 2px 5px;
    border-radius: 2px;
    margin-right: 5px;
    cursor: pointer;
}

    .blocos-texto:hover {
        box-shadow: 2px 2px 2px #333;
        transform: scale(1.02);
    }

.imgs-container-tooltip {
    padding: 2px 5px;
}

    .imgs-container-tooltip > img {
        border-radius: 2px;
    }

        .imgs-container-tooltip > img:not(:last-child) {
            margin-right: 8px;
            display: inline-block;
        }

.tooltip-inner {
    background: #f1f1f1;
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #333;
    box-shadow: 2px 2px 1px #333;
    color: #333;
}

.campanha-item-overlay {
    width: 300px;
    display: inline-block;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
    text-align: center;
    z-index: 98;
}

.campanha-item-add {
    position: absolute;
    z-index: 99;
    transition: .2s ease-in-out;
}

    .campanha-item-add:hover {
        transform: rotate(90deg);
    }

.itens-selecionados-wrapper {
    width: 300px;
    max-height: 500px;
    float: right;
    text-align: center;
    padding: 20px;
    box-shadow: -1px 1px 4px #166F14;
    border-bottom-left-radius: 5px;
    background: #101010;
    opacity: .8;
    color: #FFF;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    transition: .6s ease-out all;
}

.mkt-campanha-itens {
    margin-top: 5px;
    border: 1px solid #666;
    border-width: 2px 3px 2px 3px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

    .mkt-campanha-itens > span {
        width: 300px;
        display: inline-block;
        padding: 5px;
        margin-left: 15px;
        cursor: pointer;
        position: relative;
        white-space: normal;
    }

        .mkt-campanha-itens > span > span:hover {
            color: red;
        }

    .mkt-campanha-itens::-webkit-scrollbar {
        width: 9px;
        height: 9px;
    }

    .mkt-campanha-itens::-webkit-scrollbar-track {
        /*-webkit-border-radius: 10px;*/
        border-bottom-right-radius: 10px;
    }

    .mkt-campanha-itens::-webkit-scrollbar-thumb {
        /*-webkit-border-radius: 10px;*/
        border-bottom-right-radius: 10px;
        background: rgb(86, 102, 147);
    }

        .mkt-campanha-itens::-webkit-scrollbar-thumb:window-inactive {
            background: rgb(86, 102, 147);
        }

.checkbox-wrapper {
    padding: 10px 5px;
}

    .checkbox-wrapper > span {
        width: 100%;
        display: inline-block;
        margin-bottom: 2px;
    }

.prj-panel {
    width: 100%;
    height: 29%;
    display: inline-block;
    padding: 10px;
}

    .prj-panel > span {
        width: 100%;
        display: inline-block;
        font-weight: bold;
        font-size: 17px;
        padding: 5px 20px;
        background: #22457B;
        color: #FFF;
    }

    .prj-panel > div {
        border: 3px solid #4C7DCA;
        background: -webkit-gradient(linear, 46% 9%, 46% 100%, from(#C2E8F5), to(#FFFFFF), color-stop(1,#FFFFFF));
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .prj-panel > div > div {
            padding: 4px 15px;
            border-bottom: 1px solid rgba(76, 125, 202, 0.46);
            cursor: pointer;
        }

            .prj-panel > div > div:hover {
                background: #34495E;
                color: #FFF;
            }

.prisma-title-1 {
    font-size: 18px;
    font-weight: bold;
}

.prisma-title-2 {
    font-size: 15px;
    padding: 3px 10px;
}

.prisma-title-2b {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
}

#spanHeaderExplorer > .combobox {
    padding-top: 5px;
}

.container-titulo-azul {
    background: rgb(47, 117, 181);
    color: white;
    font-weight: bold;
    padding: 4px;
    line-height: 28px;
}


.insights-cards {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.insights-cards-grupo {
    display: flex;
    width: 100%;
    padding-left: 5px;
    border-radius: 4px;
}

.insights-cards-grupo-titulo {
    display: inline-block;
    font-size: 13px;
    padding-right: 5px;
    line-height: 30px;
}

.insights-cards-grupo-display {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
}

.insight-card {
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: rgba(30, 30, 30, 0.2);
    color: white;
    width: 250px;
    height: 180px;
    display: inline-block;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin: 10px;
    vertical-align: top;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

    .insight-card:hover {
        border-color: #66afe9;
        box-shadow: 0 6px 22px rgba(15, 136, 239, 0.58), 0 10px 10px rgba(92, 178, 252, 0.21);
    }

.insight-card-img {
    width: auto;
    height: auto;
    max-height: 120px;
    max-width: 190px;
    text-align: center;
}

.insight-card-cell {
    padding: 1px;
}

.insight-card-atributo {
    font-size: 13px;
    padding: 2px 4px;
    border-radius: 4px;
    margin: 2px;
}

.insight-card-atributo-titulo {
    display: block;
    padding-right: 3px;
}

.insight-card-atributo-display {
    display: block;
    font-size: 14px;
}

.insight-card-atributo-subtitulo {
    display: block;
    font-size: 13px;
}

.insight-card-display {
    display: block;
    font-size: 20px;
    padding: 16px 2px 2px 2px;
    vertical-align: middle;
}

.faixa-preco-row {
    line-height: 24px;
}

.calendario-container {
}

.calendario-container-trimestre {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.calendario-container-trimestre-label {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    color: white;
}

.calendario-container-mes {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.calendario-table-semana {
    border: 1px solid black;
    text-align: center;
    width: 100%;
}

.calendario-table-semana-header {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: white;
    height: 30px;
    background: rgb(26, 76, 133);
}

.calendario-table-semana-label {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #333;
}

.calendario-table-semana-dia {
    font-size: 12px;
    text-align: center;
    border: 1px solid #333;
}

.textboxselecao-autocomplete {
    width: 100%;
    float: left;
    padding: 0;
    border: 0;
}

    .textboxselecao-autocomplete > span {
        width: 100%;
    }

        .textboxselecao-autocomplete > span > span > span {
            width: 100%;
        }

    .textboxselecao-autocomplete input {
        width: 100% !important;
    }

.circle-connection-status {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 11px 5px 0 5px;
    position: relative;
    border-radius: 100%;
    border-width: 6px;
    border-style: solid;
    cursor: pointer;
}

    .circle-connection-status.green {
        border-top-color: #59CE6B;
        border-right-color: #47ce5b;
        border-bottom-color: #31cf48;
        border-left-color: #14d02f;
    }

    .circle-connection-status.yellow {
        border-color: #D3C300;
        border-bottom-color: #FFEC0F;
        border-top-color: #FFEC0F;
    }

    .circle-connection-status.red {
        border-color: #F07B4D;
    }


.img-toast-avatar {
    position: absolute;
    top: 10px;
    right: 30px;
    box-shadow: 2px 2px 2px #333;
    border-radius: 3px;
}

.modal-title {
    font-weight: bold;
    font-size: 15px;
}

.modal-body {
    text-align: center;
}

    .modal-body * .control-input {
        color: black;
    }

.modal-backdrop.in {
    z-index: 4000;
    opacity: 0.1;
}

.criterio-wrapper {
    padding: 4px 6px;
    background: #636363;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #333;
    cursor: pointer;
    margin-right: 8px;
}

.criterio-wrapper-inativo {
    opacity: .3;
}

.chat-user-container {
    padding: 10px 10px 10px 20px;
    box-shadow: 0 3px 3px #ccc;
}

    .chat-user-container > img {
        vertical-align: top;
    }

    .chat-user-container > span {
        width: calc(100% - 70px);
        display: inline-block;
        padding-left: 10px;
        text-shadow: 1px 1px 1px #9E9E9E;
        color: #373737;
        font-weight: bold;
        font-size: 24px;
    }

.chat-container {
    padding: 15px;
}

.prisma-chat {
    width: 85%;
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 7px;
    background: #f3f3f3;
    border-radius: 7px;
    margin-bottom: 10px;
}

.prisma-chat-date {
    color: #999;
    font-weight: bold;
    font-size: 10px;
}

.notification-sender {
    text-align: right;
}

    .notification-sender > img {
        float: right;
    }

    .notification-sender > .prisma-chat {
        margin-right: 10px;
        background: rgba(216, 226, 234, 1);
    }

        .notification-sender > .prisma-chat::before {
            content: "";
            vertical-align: middle;
            margin-right: 10px;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid rgba(216, 226, 234, 1);
            position: absolute;
            right: -19px;
        }

.notification-receiver {
}

    .notification-receiver > .prisma-chat {
        margin-left: 10px;
    }

        .notification-receiver > .prisma-chat::before {
            content: "";
            vertical-align: middle;
            margin-right: 10px;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid rgb(243, 243, 243);
            position: absolute;
            left: -8px;
        }

.mensagens-header {
    font-weight: bold;
    background: #333;
    color: #FFF;
    padding: 5px 5px 0px 5px;
    box-shadow: 1px 1px 1px #C30000;
    margin-bottom: 5px;
}

.mensagens-wrapper > div {
    /*background: rgba(86, 102, 147, 0.41);*/
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
}

    .mensagens-wrapper > div > span {
        vertical-align: middle;
    }

    .mensagens-wrapper > div:hover {
        background: #f1f1f1;
    }

    .mensagens-wrapper > div:nth-child(2n+1) {
        /*background: #f2f2f2;*/
    }

.template-link {
    cursor: pointer;
}

    .template-link:hover {
        text-decoration: underline;
    }

.notificacao-wrapper {
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #DCDCDC;
}

    .notificacao-wrapper:hover {
        background-color: rgba(56, 146, 211, 0.18);
    }

.janela-minimizada-notification {
    animation: blink 1s infinite linear;
}

@keyframes blink {
    0% {
        background: none;
    }

    49% {
        background: none;
    }

    50% {
        background: #aa4f07;
    }

    100% {
        background: #aa4f07;
    }
}

.template-layout-folha {
    height: 40px;
    width: 200px;
    padding: 0;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.list-group-item {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border-color: rgba(255, 255,255, 0.2);
}

.modulo {
    min-height: 135px;
    min-width: 200px;
    background: white;
    position: relative;
    float: left;
    padding: 20px;
    margin-right: 4%;
    margin-bottom: 4%;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

    .modulo:nth-child(even) {
        margin-right: 0;
    }

.material-painel {
    height: 170px;
    border-radius: 2px;
    border: 0;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
    background-color: rgba(0, 0, 0, 0.2);
}

.material-painel-header {
    font-size: 16px;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: rgba(255,255,255,.84);
    border: 0;
}

.material-painel-header-info {
    background-color: #004980;
}

.material-btn {
    background-color: transparent;
    color: rgba(255,255,255,.84);
    position: relative;
    padding: 8px 30px;
    border: 0;
    margin: 10px 1px;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255,255,255,.84);
    -moz-transition: background-color .2s ease,box-shadow .28s cubic-bezier(.4,0,.2,1);
    -o-transition: background-color .2s ease,box-shadow .28s cubic-bezier(.4,0,.2,1);
    -webkit-transition: background-color .2s ease,box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: background-color .2s ease,box-shadow .28s cubic-bezier(.4,0,.2,1);
    outline: none !important;
}

.material-btn-raised {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
    -moz-transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    -o-transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    -webkit-transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
}

.material-btn-raise:hover {
    box-shadow: 0 5px 11px 0 rgba(86, 102, 147, 0.41),0 4px 15px 0 #999;
}

.widget-header-modulo {
    background-color: #e8e8e8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
    background-image: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
    background-image: -ms-linear-gradient(top, #fcfcfc, #e8e8e8);
    background-image: -o-linear-gradient(top, #fcfcfc, #e8e8e8);
    background-image: linear-gradient(top, #fcfcfc, #e8e8e8);
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #cfcfcf;
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
}

    .widget-header-modulo .title {
        color: #333333;
        float: left;
        font-weight: bold;
        font-size: 16px;
        position: relative;
    }

        .widget-header-modulo .title .btn-title {
            padding: 0px;
            background-color: #3577b0;
            text-align: center;
            width: 50px;
            display: inline-block;
            height: 41px;
            margin-left: 10px;
            -moz-box-shadow: 0px 1px 1px rgb(197, 197, 197);
            -webkit-box-shadow: 0px 1px 1px rgb(197, 197, 197);
            box-shadow: 0px 1px 1px rgb(197, 197, 197);
            cursor: pointer;
            margin-top: -3px;
        }

.user-title {
    text-align: center;
    font-size: 16px;
    background-color: #f3f3f3;
    padding: 4px 5px;
    font-weight: bold;
}

.user-line {
    padding: 3px 10px;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    position: relative;
}

    .user-line:hover {
        background: #ddf1f9;
    }

    .user-line > img {
        border-radius: 50px;
    }

    .user-line.new-notification {
        background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#D79243), to(#FFFFFF));
    }

.user-status {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100px;
}

    .user-status.online {
        background: green;
    }

    .user-status.offline {
        background: red;
    }

.tarefa-textbox-horas input {
    font-size: 11px;
}

.table-cubo-diagrama {
    padding: 3px;
}

    .table-cubo-diagrama > tr > td {
        padding: 8px;
    }


.templateview-loader > .title-nosource {
    display: none;
}


.templateview-loader > .list-view-body-wrapper {
    margin: 25px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    animation: rotation 1s infinite linear;
    border-left: 6px solid #F07B4D;
    border-right: 6px solid #3C9DD3;
    border-bottom: 6px solid #59CE6B;
    border-top: 6px solid #E9C73F;
    /*-webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;*/
}

    .templateview-loader > .list-view-body-wrapper,
    .templateview-loader > .list-view-body-wrapper:after {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        overflow: hidden;
    }

/*@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/

.prisma-glossario-titulo {
    font-size: 18px;
    background-color: #333;
    color: #fff;
    margin: 0;
    padding: 8px;
}

.link {
    cursor: pointer;
}

@media screen {
    body {
        max-height: 100%;
    }
}

/*@media print {
    html {
        overflow: auto !important;
    }
    body {
        overflow: auto !important;
    }

    .grid {
         overflow: auto !important;
    }
  
}*/

.agendamento-bloco {
    background: -webkit-linear-gradient( rgba(255, 255, 255, 1), rgba(240, 239, 239, 0.78));
    display: inline-block;
    padding: 10px;
    box-shadow: 1px 1px 1px #A6A6A6;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
    color: black;
}

    .agendamento-bloco:hover {
        box-shadow: 1px 1px 3px #393939 !important;
    }

    .agendamento-bloco > .titulo-agendamento {
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        cursor: pointer;
    }

    .agendamento-bloco > .status-agendamento {
        font-weight: bold;
        border-radius: 4px;
        padding: 3px;
        font-size: 11px;
    }

    .agendamento-bloco > .toolbar-agendamento {
        text-align: right;
        font-weight: bold;
        padding: 3px;
        font-size: 11px;
        position: absolute;
        right: 3px;
    }




        .agendamento-bloco > .toolbar-agendamento > .lotes-agendamento {
            font-weight: bold;
            border-radius: 6px;
            padding: 3px;
            font-size: 11px;
            background: #58759E;
            color: white;
        }


.gatilho-agendamento {
    font-size: 11px;
    font-weight: bold;
    padding-left: 20px;
}

    .gatilho-agendamento > .data-gatilho {
        font-size: 11px;
        font-weight: bold;
        padding-left: 10px;
        border-radius: 4px;
        background: #4D518E;
        color: white;
    }

.label-white {
    color: white;
    font-size: inherit;
}

.flex-center-vertically {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.flex-center-all {
    display: flex;
    align-items: center;
    justify-content: center;
}

.novidades-notas-versao {
    font-size: 15px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 10px;
    min-height: 35px;
    display: none;
    overflow-y: auto;
    max-height: 280px;
}

.btn-drill-button {
    width: 19px;
    height: 19px;
    background: rgba(21, 112, 192, 0.82);
    border: 1px solid #4883ae;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 20px;
    padding: 0px;
}

    .btn-drill-button > span {
        top: -5px;
        position: relative;
    }

.bi-formula {
    background-color: #666;
    color: #fff;
    padding: 1px 5px;
    display: inline-block;
    font-size: 10px;
    border-radius: 3px;
}


.bi-diretorios-container {
    width: 100%;
    min-height: 100%;
    display: inline-block;
    background: linear-gradient( rgba(63, 119, 182, 1), rgba(31, 44, 110, 0.9));
    background: -webkit-linear-gradient( rgba(63, 119, 182, 1), rgba(31, 44, 110, 0.9));
    padding: 10px;
}

.bi-bloco-wrapper {
    height: 120px;
    display: inline-block;
    margin: 4px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    box-shadow: 1px 1px 1px #A6A6A6;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 10px;
}

    .bi-bloco-wrapper > .bi-labels-wrapper {
        position: absolute;
        top: 4px;
        right: 8px;
        width: auto;
        display: inline-block;
        font-size: initial;
        line-height: initial;
    }


    .bi-bloco-wrapper > .box-star {
        top: 6px;
        left: 6px;
    }

    .bi-bloco-wrapper > div > img {
        width: auto;
        max-width: 75%;
    }

.bi-diretorio-wrapper {
    background: linear-gradient( rgba(255, 255, 255, 1), rgba(240, 239, 239, 0.78));
    background: -webkit-linear-gradient( rgba(255, 255, 255, 1), rgba(240, 239, 239, 0.78));
    color: black;
}

    .bi-diretorio-wrapper > img {
        display: inline-block;
        vertical-align: super;
    }

    .bi-diretorio-wrapper > span {
        width: 100%;
        display: inline-block;
        font-weight: bold;
        vertical-align: -webkit-baseline-middle;
    }

    .bi-diretorio-wrapper:hover {
        box-shadow: 1px 1px 3px #393939 !important;
    }

.bi-wrapper-apps > .bi-diretorio-wrapper {
    background: none;
    box-shadow: none;
}

.bi-wrapper-apps > .bi-documento-wrapper {
    background: none;
    box-shadow: none;
}

.bi-documento-wrapper {
    background: -webkit-linear-gradient( rgba(255, 255, 255, 1), rgba(240, 239, 239, 0.78));
}

    .bi-documento-wrapper > img {
        display: inline-block;
    }

    .bi-documento-wrapper > .bi-descricao {
        width: 100%;
        display: inline-block;
        padding-top: 15px;
        font-weight: bold;
        color: #000;
    }

    .bi-documento-wrapper:hover {
        box-shadow: 1px 1px 3px #393939 !important;
    }

.bi-data-divisao {
    padding: 5px;
    margin: 10px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #4F79B8;
    background-color: rgba(255, 255, 255, 0.28);
    box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.23);
}

.bi-status-tela {
    margin: 0px;
    text-align: center;
    /*display:inline-block !important;*/
    right: 2px;
    margin-top: 1px;
    margin-right: 2px;
    width: 90px;
    padding: 7px;
    /*float: right !important;*/
}

.bi-favorite::before {
    content: '';
    border: 8px solid #BDB93B;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-width: 8px;
    top: -1px;
    right: 5px;
    position: absolute;
}

.bi-favorite::after {
    content: '';
    border: 8px solid #BDB93B;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-width: 8px;
    top: -1px;
    right: 5px;
    position: absolute;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.academia-jumbotron {
    background-color: #eee;
    padding: 0;
    margin: auto;
}

.academia-curso-titulo {
    font-size: 275%;
    text-align: center;
    margin: auto;
    padding: 20px;
    font-weight: bolder;
    font-style: italic;
}

.academia-modulos {
    text-decoration: underline;
    font-size: 175%;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
}

.academia-titulo-modulo {
    font-size: 150%;
    padding-bottom: 10px;
}

.academia-titulo-aula {
    font-size: 115%;
    color: rgb(102, 102, 102);
}

.academia-video-local {
    width: 90%;
    height: 80%;
    padding: 20px;
    margin: auto;
}

.academia-info-aula {
    margin: auto;
    font-size: 125%;
    width: 90%;
    height: 20%;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 1px 1px 2px #000;
}

.tooltip-modulo-descricao {
    visibility: hidden;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: left;
    border-radius: 2px;
    margin-left: 75px;
    position: absolute;
}

.panel-compacto > .panel-heading {
    padding: 6px 15px;
}

.panel-form-dark {
    color: #ccc;
    border-color: #585858;
}

    .panel-form-dark > .panel-heading {
        background-color: rgb(15, 13, 24);
        border: 0px;
    }

    .panel-form-dark > .panel-body {
        background-color: rgb(36, 32, 32);
        padding-top: 3px !important;
    }

    .panel-form-dark .control-caption {
        color: #999;
        line-height: 22px;
    }

    .panel-form-dark .combobox-display {
        background-color: black;
        color: #999;
        height: 22px !important;
        border: 1px solid #3c3c3c;
    }

    .panel-form-dark input {
        background-color: black;
        color: #999;
        height: 22px !important;
    }

    .panel-form-dark .btn {
        color: #999;
        padding: 4px;
        padding: 3px;
        height: 22px;
        background: #2b2d2d;
        border: 1px solid #3d3d3d;
        text-shadow: none;
    }

    .panel-form-dark .textbox-btn-number-picker {
        line-height: 12px;
    }

    .panel-form-dark .InputControl {
        display: inline;
    }

    .panel-form-dark .toggle {
        height: 24px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .panel-form-dark .toggle-control small {
        height: 22px;
        width: 22px;
    }

    .panel-form-dark textarea {
        background-color: black;
        color: #999;
    }

.btn-panel-laterial-titulo {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.btn-toolbar-final {
    border-radius: 0 8px 8px 0 !important;
}

.scroll-compacto {
    overflow: auto;
}

    .scroll-compacto::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .scroll-compacto::-webkit-scrollbar-track {
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .scroll-compacto::-webkit-scrollbar-thumb {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: rgba(98, 133, 163, 0.5);
    }

.scroll-horizontal-compacto {
    overflow-x: auto;
    overflow-y: hidden !important;
}

    .scroll-horizontal-compacto::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .scroll-horizontal-compacto::-webkit-scrollbar-track {
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .scroll-horizontal-compacto::-webkit-scrollbar-thumb {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: rgba(98, 133, 163, 0.5);
    }


.scroll-vertical-compacto {
    overflow-y: auto;
}

    .scroll-vertical-compacto::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .scroll-vertical-compacto::-webkit-scrollbar-track {
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .scroll-vertical-compacto::-webkit-scrollbar-thumb {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: rgba(98, 133, 163, 0.5);
    }


.scroll-bi-compacto::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scroll-bi-compacto::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(130, 130, 130, 0.5);
}

.scroll-bi-compacto-prisma::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #2d6ca2;
}

.scroll-bi-compacto-dark::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(30, 30, 30, 0.8);
}

.bi-layout-indicador {
    border: 1px solid rgba(153, 153, 153, 0.39);
    border-radius: 6px;
    padding: 1px;
    line-height: 16px;
    margin: 1px;
    padding-left: 10px;
    margin-bottom: 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    position: relative;
}

    .bi-layout-indicador:hover {
        background: #1678c5;
    }

.bi-layout-indicador-active {
    background: #0f4e80;
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.bi-documento-titulo-display {
    margin: 0px 2px;
    border: 1px solid #5a5a5a;
    border-radius: 5px;
    padding: 0px 6px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    width: 250px;
    text-overflow: ellipsis;
}

.bi-grupo-mensuravel {
    background-color: #368ac5;
    color: white;
    width: 100%;
    display: flex;
    padding: 4px 9px;
    font-weight: bold;
    border-radius: 4px;
}

.gauge-container-template {
    border: 1px solid #e6e6e6;
    height: 200px;
    /* width: 230px; */
    border-radius: 6px;
    margin: 3px;
}

    .gauge-container-template:hover {
        border: 1px solid #4696db;
        background: rgb(204, 241, 255);
    }

.btn-confirmar {
    background: #4cae4f;
}

    .btn-confirmar:hover {
        background: #108614;
    }

    .btn-confirmar:active {
        background: #56e45b;
    }

.toolbar-format {
    background: rgb(19, 28, 56);
}

.toolbar-icon {
    height: 24px;
    width: 24px;
    border-radius: 2px;
    background: black;
    margin: 2px;
    border: 1px solid rgba(160, 161, 162, 0.24);
    display: inline-block;
    cursor: pointer;
}

    .toolbar-icon:hover {
        background: #2d6ca2;
        border: 1px solid rgba(113, 177, 242, 0.54);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

    .toolbar-icon img {
        height: 20px;
        width: 20px;
    }

.move {
    cursor: move;
}

.btn-tour-virtual-navbar {
    color: #fff;
    width: 30px;
    font-size: 13px;
    margin: 4px;
    border: 1px solid white;
    vertical-align: sub;
    border-radius: 5px;
    padding: 3px;
}

    .btn-tour-virtual-navbar:hover {
        background: #142434;
        border: 1px solid #999;
    }

.container-editor-html:focus {
    outline-color: transparent;
}

.container-editor-html {
    font-size: 14px;
}

/* View Tarefas ultra-rapidas */
.container-input-tarefa-rapida {
    width: 100%;
    margin: auto;
    height: 45px;
    margin-top: 12px;
    border-radius: 6px;
    border: 2px solid transparent;
    background: rgba(250,250,250,0.8);
    transition-duration: 0.4s;
    padding: 2px;
}

    .container-input-tarefa-rapida:hover {
        border: 2px solid rgba(140,140,140,0.7);
    }

.container-menu-lateral-tarefas-rapidas {
    width: 100%;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
}

.input-nome-tarefa-rapida {
    width: 94%;
    margin-left: 14px;
    border-style: hidden;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 17px;
    height: 45px;
    color: rgba(0, 0, 0, 0.85);
}

    .input-nome-tarefa-rapida:focus {
        outline: none;
    }

.blocos-lista-tarefas {
    display: flex;
    width: 100%;
    padding-left: 8px;
    padding-right: 5px;
    min-height: 40px;
    color: #fff;
    border: 1px solid transparent;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    align-items: center;
}

    .blocos-lista-tarefas:hover {
        opacity: 0.8;
        border: 1px solid rgba(220,220,220,0.3);
    }


.blocos-tarefas-rapidas {
    width: 100%;
    min-height: 45px;
    background: #ffffff29;
    display: block;
    border-radius: 4px;
    height: 100%;
    position: relative;
    color: black;
}

.container-bloco-externo-tarefa {
    min-height: 45px;
    background: #ffffffdb;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(148, 144, 144, 0.43);
    margin-top: 3px;
    width: 99.5%;
    clear: both;
}

    .container-bloco-externo-tarefa:hover {
        box-shadow: 1px 2px 4px rgb(140, 140, 140);
        opacity: 0.9;
    }

.container-tarefas-listadas {
    display: block;
    margin-top: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100% - 180px);
}

.bloco-separador-tarefas-semana {
    width: fit-content;
    height: 25px;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 6px;
    background: #888;
    box-shadow: 1px 1px 2px #555;
    border-radius: 4px;
    color: white;
    padding: 3px;
    display: block
}

.btn-mostrar-tarefas-concluidas {
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 4px;
    /*background: #888;*/
    border-radius: 4px;
    color: white;
    padding: 4px;
    width: fit-content;
    display: block
}

.tarefa-unica-coluna-parcial {
    padding: 0px;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    min-height: 45px;
}

.listas-tarefas-tarefa-concluida {
    opacity: 0.77;
}

.icone-listas-tarefas-tarefa {
    width: 16px;
    height: 16px;
    margin-left: 7px;
    margin-top: 2px;
    display: block;
}

.checkbox-tarefa-rapida {
    margin: 0 !important;
    margin-left: 6px !important;
    width: 18px !important;
    height: 18px !important;
    vertical-align: middle;
}

.span-descricao-tarefa-rapida {
    font-size: 16px;
    vertical-align: middle;
    height: 100%;
    display: flex;
    padding-top: 4px;
    padding-bottom: 4px;
}

.span-dataPrevista-tarefa-rapida {
    font-size: 16px;
    vertical-align: middle;
    padding: 4px;
    height: 100%;
}

.container-interno-conteudo-tarefa {
    padding: 0;
}

.blocos-flutuantes-listas-tarefa {
    font-size: 11px;
    background: #555;
    border-radius: 4px;
    color: white;
    margin-left: 1px;
    padding: 4px;
    width: fit-content;
    vertical-align: middle;
}

.botao-alta-prioridade-tarefa {
    width: 24px;
    height: 24px;
    padding: 3px;
}

    .botao-alta-prioridade-tarefa:hover {
        opacity: 0.8;
    }

.lista-tarefas-imagem-lista {
    width: 10%;
    height: 24px;
    display: inline-flex;
    flex-direction: column;
    text-align: left;
}

.lista-tarefas-icone-lista {
    font-size: 20px;
    top: 0;
}

.texto-descricao-listas-tarefa {
    width: 76%;
    font-size: 16px;
    vertical-align: middle;
    display: inline-flex;
    flex-direction: column;
    padding-left: 12px;
    color: #fff;
}

.span-texto-qtd-tarefas {
    width: 16%;
    display: inline-flex;
    flex-direction: column;
    text-align: right;
    padding-left: 8px;
    padding-right: 5px;
    font-size: 14px;
    opacity: 0.6;
    color: #fff;
}

.btn-criar-listas-tarefa {
    text-align: center;
    display: block;
    font-size: 18px;
    border-radius: 4px;
    margin: 3px 4px;
    padding: 3px;
}

.container-listas-tarefa {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    position: absolute;
}

.lista-selecionada-active {
    opacity: 0.7;
    border: 1px solid rgba(220,220,220,0.75) !important;
    border-left: 3px solid rgb(220,220,220) !important;
}

.titulo-nome-lista {
    display: inline-block !important;
    width: fit-content;
    height: 35px;
    font-size: 18px;
    margin-top: 8px;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    color: #ccc;
    padding: 7px;
}

.btn-tarefas-dropConcluir-hover {
    border: 4px solid #11f346;
    border-radius: 50%;
    background: #11f346;
}

.btn-tarefas-drop:hover {
    opacity: 1.0 !important;
}

.btn-abrir-observ-tarefa {
    max-width: 16px;
    max-height: 16px;
    padding: 3px;
    line-height: 100%;
}

#btnMostrarResponsaveis:hover {
    color: rgb(245, 245, 245) !important;
    cursor: pointer;
}
/*-----------------------*/
.geo-mapa-regra-legenda {
    padding: 2px 4px;
    font-size: 12px;
    border: 1px solid #ddd;
    line-height: 20px;
    display: inline-block;
    margin: 0px 3px;
}

.geo-mapa-regra-legenda-cor {
    width: 18px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #888;
    display: inline-block;
    margin: 0px 2px;
    vertical-align: sub;
}

.geo-mapa-regra-legenda-descricao {
    line-height: 20px;
}


/*-- Scroll bar padrão menus --*/
.menus-scrollbars::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.menus-scrollbars::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.menus-scrollbars::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(10, 65, 114, 0.69);
}

.gridstack-content-container {
    border: 1px solid rgba(140,140,140,0.7);
    border-radius: 4px;
}

.select2-dropdown {
    color: black;
}

.select2-container--open {
    z-index: 9999999999999999;
}


/* componente PesquisaOpcoesDialog */
.dialog-pesquisa-btn-pesquisar {
    position: absolute;
    right: 10px;
    top: 7px;
    padding: 0px;
}

.dialog-pesquisa-container {
    display: none;
    position: absolute;
    z-index: 5555;
    max-width: 320px;
    min-width: 320px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.74),rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86));
    border-radius: 5px;
}

.dialog-pesquisa-container-open {
    display: block !important;
    position: absolute !important;
    height: 100%;
    opacity: 0.1;
    z-index: 5555;
    width: 320px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.74),rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86));
    border: 1px solid rgba(55, 71, 79, 0.8);
    border-radius: 5px;
}

.pesquisa-opcoes-dialog-conteudo {
    overflow-y: auto;
    overflow-x: hidden;
    color: rgba(245,245,245,0.85);
    padding: 0px 5px;
    max-height: calc(100% - 80px);
}

.input-pesquisa-opcoes-transitions {
    transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
}

.opcao-pesquisa-container {
    width: 100%;
    display: flex;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.pesquisa-opcoes-input {
    padding-left: 3px;
    height: 34px;
    border-style: none;
    border-radius: 6px;
    background: rgb(218, 237, 250);
    margin-top: 2px;
    margin-left: 2px;
    border: 1px solid #b1b2b3;
}

.pesquisa-opcoes-input-active {
    padding-left: 3px;
    height: 30px;
    border: 1px solid #545353;
    color: white;
    background: rgb(28, 28, 28);
    margin: 2px;
    font-size: 14px;
}

.btn-block-caption {
    display: block !important;
}

    .btn-block-caption > span {
        padding: 0px !important;
    }

.span-grupo-pesquisa {
    font-size: 15px;
    font-weight: bold;
    padding: 8px 0 8px 0;
    display: block;
    color: rgb(255,255,255);
}

.opcao-pesquisa-filtrada {
    width: 100%;
    height: 25px;
    display: flex;
    padding: 6px;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

    .opcao-pesquisa-filtrada:hover {
        background: rgba(45, 108, 162, 0.75);
    }

/*CSS para textos marcados em uma busca*/
.highlight {
    background-color: rgba(50, 120, 200, 0.85);
    margin-right: 0.5px;
    margin-left: 0.5px;
    letter-spacing: 0.75px;
}

/* BSC MAPA */
.coluna-bsc-objetivos {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.74),rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86));
    color: rgba(250, 250, 250, 0.95);
}

.dragBSC:hover {
    background: rgba(45, 108, 162, 0.75);
}


/* Gestão Quadro Projetos */
.lista-container-projeto {
    padding-left: 12px;
    padding-right: 5px;
    min-height: 30px;
    max-height: 80px;
    display: flex;
    align-items: center;
    margin: 4px;
    border-radius: 6px;
    transition-duration: 0.4s;
    border: 1px solid transparent;
    -webkit-transition-duration: 0.4s;
}

    .lista-container-projeto:hover {
        background: rgb(35, 50, 60);
    }

.input-nova-tarefa-projetos {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 4px;
    border: 1px solid #eee;
    background: rgba(170, 170, 170, 0.75);
    height: 30px;
    padding: 4px;
    color: #000;
}

.menu-lateral-quadro-projetos {
    overflow: hidden !important;
    max-height: 100%;
}

.btn-criar-projeto {
    border-bottom: 1px solid #fff;
    min-height: 35px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
}

.btns-criacao-projetos:hover {
    background: rgba(100, 165, 225, 0.75);
}

.container-projetos-unicos {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 355px) !important;
    position: relative;
}

.container-listas-projetos {
    width: 100%;
    height: 295px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

.container-lista-projeto {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #eee;
    padding: 2px 8px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

    .container-lista-projeto:hover {
        background: rgb(35, 50, 60);
    }

.input-nova-story-projetos {
    width: 100%;
    display: block;
    margin: auto;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #eee;
    background: rgba(170, 170, 170, 0.75);
    height: 40px;
    padding: 4px;
    color: #000;
}

    .input-nova-tarefa-projetos::-webkit-input-placeholder, .input-nova-story-projetos::-webkit-input-placeholder {
        color: #ddd;
    }

.quadro-projeto-tarefa:hover {
    background: rgba(80, 145, 205, 0.15);
}

.projeto-textarea-tarefa {
    width: fit-content;
    max-width: 82%;
    width: 82%;
    resize: none;
    overflow: hidden;
    background: transparent;
    outline: none;
    border: none;
    color: #eee;
    display: block;
    min-height: 40px;
    height: 40px;
    max-height: 80px;
    padding: 3px;
}

.projetos-icones-opcoes {
    width: 18px;
    height: 18px;
    margin: 4px;
}

.data-previsao-datepicker {
    background: #ff2222;
}

.display-iniciais-circular {
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #777;
    color: white;
}

.container-externo-inputs {
    align-content: center;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    border: 1px solid rgba(50, 50, 50, 0.5);
    overflow: hidden;
}

    .container-externo-inputs:hover {
        box-shadow: 1px 1px 2px #667;
    }

.hover-opaque:hover {
    filter: opacity(60%);
}

.hover-bright:hover {
    filter: brightness(115%);
}

/* Chamados NeoAssist*/
.listas-tipos-chamado {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #246;
    text-align: center;
    font-size: 15px;
}

.lista-tipo-chamados {
    width: 100%;
    height: 40px;
    line-height: 32px;
    margin: 2px;
    padding: 6px;
    font-size: 13px;
}

    .lista-tipo-chamados:hover, .lista-tipo-chamados-active {
        background: rgba(70,160,220, 0.55);
    }

.container-externo-chamado {
    width: 90%;
    margin: 12px auto;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0, 0.4);
    box-shadow: 1px 2px 4px #111;
    color: #222;
    background: rgba(250,250,250, 0.95);
}

    .container-externo-chamado:hover {
        box-shadow: 1px 1px 3px rgba(200,210,230, 0.75);
        border: 1px solid rgba(180,200,220, 0.75);
    }

.bloco-mensagem-chamado {
    width: 100%;
    margin: 12px auto;
    display: flex;
}

.container-mensagem-chamado {
    border: 1px solid rgba(0, 0, 0, 0.45);
    border-radius: 4px;
    background: rgb(250,250,250);
    color: #111;
    padding: 10px;
    margin: 0 16px 0px 4px;
    box-shadow: 1px 1px 1px #a4a4a4;
}

.btn-enviar-msg-retorno {
    border-radius: 4px;
    border: 1px solid rgba(0,0,0, 0.5);
    box-shadow: 1px 1px 3px #111;
    background: #5cb85c;
    padding: 4px;
    text-align: center;
    margin: auto;
    color: #fff;
    min-width: 120px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}

    .btn-enviar-msg-retorno:hover {
        box-shadow: 1px 2px 4px #000;
        background: #4ba74b;
    }

/* View Chat prisma */

.chat-prisma-janela {
    border: 1px solid rgba(25,25,25, 0.5);
    border-radius: 4px;
    padding: 8px;
    margin: 8px;
    box-shadow: 1px 1px 3px black;
    height: calc(100% - 20px);
    max-height: calc(100% - 20px);
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

.chat-prisma-textarea {
    border: 1px solid rgba(25,25,25, 0.5);
    resize: none;
    height: 115px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 1px 1px 3px black;
    margin: 0 10px;
    padding: 4px;
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: auto;
}

.chat-prisma-imgUser {
    height: 75px;
    width: 75px;
    border: 1px solid rgba(0,0,0, 0.5);
    border-radius: 8px;
    box-shadow: 1px 1px 3px black;
}

.chat-prisma-dadosDestinoHolder {
    width: 100%;
    margin: 0 16px;
    display: inline-flex;
    align-items: center;
}

.chat-mensagem-holder {
    max-width: 75%;
    min-width: 20%;
    font-size: 13px;
    border-radius: 6px;
    margin: 2px;
    min-height: 45px;
    display: inline-table;
    flex-direction: column;
    padding: 4px;
}

.chat-mensagem-user {
    font-weight: bold;
    padding-right: 6px;
}

@media screen and (max-width: 768px) {
    .chat-mensagem-holder {
        max-width: 95%;
        min-width: 40%;
    }
}

.chat-mensagem-span {
    display: block;
    padding: 5px;
}

.chat-prisma-enviar {
    height: 40px;
    width: 55%;
}

.chat-prisma-anexo {
    width: 225px;
    height: 175px;
    margin-right: 10px;
    text-align: center;
}

.chat-mensagem-propria {
    background: rgba(5, 170, 225, 0.35);
    align-self: flex-end;
}

.chat-mensagem-recebida {
    background: rgba(165, 165, 165, 0.35);
}

.chat-mensagem-hora {
    display: inline-flex;
    font-size: 10px;
    align-self: flex-end;
    justify-content: flex-end;
    position: relative;
    top: 2px;
    right: 2px;
    float: right;
}

.botao-opcao-chatbot {
    background: #246;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 4px;
    border-radius: 2px;
    text-align: center;
    box-shadow: 1px 1px 2px #333;
    margin: 8px 4px;
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

    .botao-opcao-chatbot:hover {
        box-shadow: 1px 1px 3px #eee;
    }


.chatexterno-bloco-bottom {
    display: flex;
    flex-direction: row;
    min-height: 120px
}

@media screen and (max-width: 576px) {
    .chatexterno-bloco-bottom {
        flex-direction: column;
    }

    .chat-prisma-textarea {
        height: 75px;
    }
}

.btn-remove-upload {
    color: #9fafbd;
    font-size: 14px;
    padding: 0px;
}

.ulpload-miniatura {
    width: 80px;
    height: 50px;
}

    .ulpload-miniatura > img {
        max-height: calc(100% - 3px);
    }


.btn-input-file {
    display: inline-block;
    padding-left: 10px;
    padding-top: 1px;
}

    .btn-input-file > input {
        position: absolute;
        width: 189px;
        height: 35px;
        opacity: 0;
        overflow: hidden;
        top: 0px;
        cursor: pointer;
    }

    .btn-input-file > .btn {
        font-size: 17px;
        position: relative;
        display: inline-block;
        background: #1a6fb9;
        color: white;
        border-radius: 6px;
        padding-left: 30px;
    }

        .btn-input-file > .btn > i {
            position: absolute;
            top: 6px;
            left: 4px;
        }


.atendimento-container-analises {
    padding: 2px;
}

.atendimento-container-anexos {
    position: absolute;
    padding: 2px;
    right: 2px;
    top: 90px;
}

.atendimento-btn-analise-tecnica {
    background: #c6e7ff;
    border: 1px solid rgb(38, 165, 203);
    border-radius: 4px;
    padding: 2px 6px;
    color: black;
    margin-right: 4px;
}

    .atendimento-btn-analise-tecnica:hover {
        background: #1496d4;
        border: 1px solid rgb(18, 93, 170);
        color: white;
    }

    .atendimento-btn-analise-tecnica > img {
        max-height: 30px;
        max-width: 30px;
    }

.atendimento-btn-analise-anexo {
    border: 1px solid rgb(38, 165, 203);
    border-radius: 4px;
    padding: 2px 6px;
}

    .atendimento-btn-analise-anexo > img {
        height: 32px;
    }

.atendimento-evento-lateral-linha-tempo {
    width: 90px;
    text-align: center;
}

.container-evento-atendimento {
    border: 1px solid rgba(50,50,50, 0.6);
    color: black;
    border-radius: 6px;
    background: #fff;
    width: calc(100% - 90px);
    position: relative;
}

/* Designer Chatbot */
.chatbot-menu-bloco {
    padding: 0 8px;
    height: 35px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

    .chatbot-menu-bloco:hover {
        background: rgba(45, 108, 162, 0.7);
    }

.chatbot-menu-gruposTitulo {
    height: 30px;
    width: 100%;
    background: #347;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    padding: 0 8px 0 0;
}

.chatbot-designer-card {
    width: 40%;
    border: 1px solid rgba(75, 75, 75, 0.3);
    box-shadow: 1px 1px 2px #333;
    background: #eee;
    color: #111;
    border-radius: 2px;
    margin: 8px;
}

.chatbot-designer-cardHeader {
    height: 28px;
    width: 100%;
    padding-left: 6px;
    font-weight: bold;
    background: rgba(0, 75, 130, 0.85);
    color: #eee;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 2px;
}

.chatbot-carditem-holder {
    min-height: 30px;
    width: 85%;
    margin: 6px auto;
    padding: 6px 18px;
    text-align: center;
    border: 1px dashed rgba(50,50,50,0.35);
    border-radius: 5px;
}

.container-card-itens {
    max-height: 360px;
    width: 100%;
    padding: 6px;
    border-top: 1px solid rgba(50,50,50, 0.6);
    overflow-y: auto;
    overflow-x: hidden;
}

.fake-droppable-cardItens {
    display: flex;
    width: 85%;
    height: 10px;
    margin: auto;
}

.active-droppable-cardItens {
    border: 2px dashed #2d6ca2;
    margin: 1px auto;
    height: 36px;
}

.input-container-layout {
    border-radius: 4px;
    padding: 4px;
    border: 1px solid rgba(50,50,50, 0.5);
    margin: auto;
    height: 30px;
    background: rgba(0, 0, 0, 0.2);
}

.container-background-image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.container-background-abolute {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -100;
}

.container-background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    transform: translateZ(0px);
}

    .container-background-video > video {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: -100;
    }

@media (min-aspect-ratio: 16/9) {
    .container-background-video > video {
        height: auto;
        width: 100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .container-background-video > video {
        height: 100%;
        width: auto;
    }
}

.login-container-main {
    overflow-x: hidden;
    min-width: 100%;
    max-width: 100%;
}

.login-container-bg {
    background: linear-gradient(to top, rgb(8, 25, 60),rgb(13, 63, 119), rgb(19, 8, 66));
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: -1;
    width: 100%;
}

    .login-container-bg > video {
        position: absolute;
        width: 100%;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        top: 0;
        left: 0;
    }


.login-container-bg-blur {
    background-color: #c7e5fe;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    z-index: -1;
    height: 410px;
    width: calc(100% - 30px);
    max-width: 470px;
    position: absolute;
}

.login-logo-prisma {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
    color: #085884;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .login-logo-prisma > img {
        display: block;
        max-height: 200px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .login-logo-prisma > span {
        display: block;
    }


.well-login {
    background: rgba(255,255,255,0.7);
    border-radius: 15px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}


.container-login {
    padding-top: 50px;
    width: auto;
    max-width: 500px;
    position: relative;
}

.btn-entrar-admin {
    color: #333333;
}

    .btn-entrar-admin:hover {
        color: #333333;
    }


.view-login-input-box {
    height: 42px;
    display: flex;
    align-items: center;
}

    .view-login-input-box i.fas {
        color: #aaaaaa;
        border-right: 1px solid #aaaaaa;
        height: 25px;
        width: 40px;
        padding-right: 4px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .view-login-input-box input {
        display: inline-flex;
        outline: none;
        border: none;
        background: none;
        height: 30px;
        width: 100%;
        padding-left: 10px;
    }

.form-checkbox-login > input {
    height: 16px;
    width: 18px;
}

.form-checkbox-login > span {
    font-size: 12px;
    position: relative;
    top: -3px;
    color: #337ab7;
}

.user-cache-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 7px;
    background: rgba(6, 33, 62, 0.45);
    color: white;
    width: 100%;
    max-width: 430px;
    border-radius: 6px;
}

.user-cache-wrapper {
    margin: 0px 6px;
    display: inline-block;
    padding: 5px;
    background: linear-gradient(to top, rgba(141, 203, 237, 0.8),rgba(178, 208, 241, 0.65), rgba(104, 179, 228, 0.8));
    cursor: pointer;
    border-radius: 6px;
    color: white;
    border: 1px solid rgba(47, 118, 169, 0.76);
}

    .user-cache-wrapper:hover {
        box-shadow: 2px 2px 6px #333;
    }

    .user-cache-wrapper > img {
        border-radius: 50px;
    }

.user-cache-name {
    display: inline-block;
    font-size: 16px;
    padding: 0 8px 0 10px;
    vertical-align: middle;
}

/* Gestao Novidades*/
.container-gestao-versao {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
}

    .container-gestao-versao:hover {
        background: rgba(47, 118, 169, 0.76);
    }

.versao-holder-tarefa {
    font-size: 14px;
    padding: 10px;
    position: relative;
}

.novidades-tarefa-info {
    margin: 4px;
}

.novidades-file-uploader {
    border: 2px dashed rgba(0, 0, 0, 0.70);
    border-radius: 6px;
    width: 225px;
    height: 200px;
    display: flex;
    justify-self: center;
    justify-content: center;
    align-self: center;
    align-items: center;
}

    .novidades-file-uploader:hover {
        border: 2px dashed rgba(20, 15, 140, 0.70);
    }

.coluna-procedimento-holder {
    width: 50%;
    padding: 8px;
    display: inline-flex;
    flex-direction: column;
    position: relative;
}

.bloco-situacao-tarefa {
    color: black;
    border-radius: 4px;
    width: fit-content;
    padding: 4px;
    margin-right: 4px;
    line-height: initial;
}

.container-versao-secoes {
    border: 1px solid rgba(0,0,0, 0.25);
    width: 98%;
    margin: 12px auto;
    border-radius: 2px;
}

.header-titulo-secao {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    display: inline-block;
}

/*----*/
.divContainer-tarefa-observacao {
    max-height: 400px;
    overflow-y: auto;
    padding: 6px 8px;
}



.holder-btn-flutuante {
    position: relative;
}

    .holder-btn-flutuante:hover > .btn-flutuante {
        display: block;
    }

.btn-flutuante {
    position: absolute;
    top: 4px;
    right: 4px;
    display: none;
    z-index: 100;
    padding: 3px 3px 0px 3px;
    background: transparent;
    border: 0px;
    color: rgba(128, 128, 128, 0.9);
    font-size: 14px;
}

    .btn-flutuante:hover {
        color: rgb(77, 169, 251);
        background: rgba(65, 65, 65, 0.15);
    }

.menu-flutuante-opcao {
    font-size: 13px;
    padding: 4px 0;
    width: 100%;
    display: flex;
    border-radius: 2px;
    cursor: pointer;
}

    .menu-flutuante-opcao:hover {
        background-color: rgb(31, 114, 223);
        color: white;
    }


.select2-container--default .select2-selection--multiple {
    display: flex;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #bae7fc;
        border: 1px solid #6faae6;
        padding: 3px 5px;
        margin-top: 2px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #2e5f9b;
    }

.form-control-compacto {
    padding: 0px !important;
}

.span-menu-titulo-ellipsis {
    width: 95%;
    display: inline-block;
    line-height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.items-dropdown-tipo-grafico {
    display: inline-flex;
    float: none !important;
    padding: 6px !important;
    flex-direction: column;
}

    .items-dropdown-tipo-grafico img {
        height: 24px;
    }

.texto-overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.input-vazio-transparente {
    background: transparent;
    border: none;
    width: 100%;
    padding: 2px 4px;
    outline: none
}

    .input-vazio-transparente:focus {
        outline: none;
        border: none;
    }

.imagem-qrcode {
    max-height: 177px;
    max-width: 177px;
}

/* Design e show de Apresentacao */
.design-apresentacao-menu-lateral {
    width: 55px;
    min-width: 55px;
    background: rgba(0,0,0, 0.85)
}

.design-apresentacao-menu-opcao {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    color: #fff;
    padding: 2px;
    margin-bottom: 5px;
    flex-direction: column;
}

    .design-apresentacao-menu-opcao:hover {
        background: rgba(75,75,75, 0.65)
    }

.design-apresentacao-menu-definicoes {
    background: rgb(60,60,60);
    border-right: 1px solid rgba(0,0,0, 0.3);
    overflow-y: auto;
    overflow-x: hidden;
}

.design-apresentacao-thumb-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 115px;
    width: 160px;
    border: 1px solid #444;
    border-radius: 4px;
    background: #fff;
    margin: auto;
    box-shadow: 1px 1px 3px #444;
}

    .design-apresentacao-thumb-slide:hover {
        border-color: #000;
        box-shadow: 1px 1px 3px #000;
    }

.design-apresentacao-slide {
    display: flex;
    box-shadow: 1px 1px 3px #222;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0, 0.2);
    position: relative;
    background: #fff;
    /*background-position: center !important;
    background-size: cover !important;*/
}

.design-apresentacao-toolbar {
    min-height: 42px;
    background: rgba(250,250,250,0.9);
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    display: flex;
    flex-direction: row;
    padding: 3px;
    width: 100%;
    z-index: 1000;
}

.design-apresentacao-opcoes-zoom {
    background: rgba(50,50,50, .9);
    box-shadow: 1px 1px 2px #555;
    border-radius: 18px;
    align-items: center;
    justify-content: center;
    color: #eee;
    font-size: 14px;
    position: absolute;
    bottom: 3%;
    right: 2%;
    z-index: 100;
    flex-direction: column;
    transition: .4s;
    display: none;
    padding: 2px 4px;
    min-width: 150px
}

.holder-design-opcoes-zoom {
    min-width: 42px;
    min-height: 42px;
    position: absolute;
    bottom: 1% !important;
    right: 3%;
    top: auto;
    color: rgba(50,50,50, .95);
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: .4s;
}

.btn-zoom-slide {
    min-width: 28px;
    min-height: 28px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .btn-zoom-slide:hover {
        font-weight: bold;
        color: #fff;
        background: rgba(50,50,50, .95);
        border-radius: 50%;
    }

.design-apresentacao-controle-forma, .design-apresentacao-controle-imagem, .design-apresentacao-controle-texto {
    width: 100%;
    height: 100%;
    display: flex;
}

.design-apresentacao-controle-imagem {
    max-width: 1080px;
    max-height: 720px;
}

.design-toolbar-opcoes-controles {
    display: none;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 150px;
    min-width: 40px;
    border-right: 1px solid rgba(0,0,0,0.08);
}

.design-toolbar-icone {
    font-size: 18px;
}

.design-apresentacao-thumb-controle {
    width: 95%;
    height: 40px;
    margin: 0px auto;
    color: #eee;
    padding: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #444;
}

    .design-apresentacao-thumb-controle:hover {
        background: rgba(50,50,50, .95);
    }

.design-apresentacao-thumb-formas {
    margin: 8px;
    display: inline-flex;
    width: 86px;
    height: 86px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .design-apresentacao-thumb-formas:hover {
        border-color: rgba(68, 170, 255, 0.70);
    }

.design-box-controle-active {
    border: 1px solid rgba(0,0,0, 0.25);
    cursor: move;
}

.apresentacao-slide-box-controle {
    height: auto;
    padding: 2px;
    min-height: 4px;
    min-width: 4px;
    position: absolute !important;
    display: flex;
}

.design-apresentacao-thumb-imagens {
    display: inline-flex;
    height: 64px;
    width: 64px;
    border: 1px solid #444;
    border-radius: 4px;
    margin: 4px;
    box-shadow: 1px 1px 3px #444;
}

    .design-apresentacao-thumb-imagens:hover {
        border: 1px solid #4af;
    }


.design-slide-textbox-center input {
    text-align: center !important;
    width: 50px !important;
}

.design-apresentacao-holder-propriedades {
    height: 100%;
    width: 200px;
    padding: 10px;
    float: right;
}

.scroll-apresentacao-compacto::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.scroll-apresentacao-compacto::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(130, 130, 130, 0.65);
}

.decora-lista-enumerador * li {
    align-items: center;
    display: flex;
}

    .decora-lista-enumerador * li::before {
        background: none repeat scroll 0 0 #4ca2e0;
        border-radius: 10px;
        content: " ";
        display: inline-block;
        height: 8px;
        width: 8px;
        margin-right: 8px;
    }

.trumbowyg-editor * li {
    align-items: center;
    display: flex;
}

    .trumbowyg-editor * li::before {
        background: none repeat scroll 0 0 #4ca2e0;
        border-radius: 10px;
        content: " ";
        display: inline-block;
        height: 8px;
        width: 8px;
        margin-right: 8px;
    }

/* View Gestao */
.viewGestao-lateral-esquerda {
    border-right: 1px solid rgba(0,0,0,0.3);
    padding: 3px;
}

.viewGestao-lateral-direita {
    border-left: 1px solid rgba(0,0,0,0.3);
    padding: 3px;
}

.viewGestao-conteudo-central {
    width: 100%;
    padding: 3px;
}

.viewGestao-secao {
    height: auto;
    height: fit-content;
    height: -webkit-fit-content;
    min-height: 6px
}

.gestao-holder-flutuante-atributo {
    position: absolute;
    top: -10px;
    right: 0;
    display: none;
}

.gestao-holder-externo-controle {
    margin: 4px 0;
}

.viewGestao-painel-propriedades {
    position: absolute;
    display: none;
    top: 10px;
    right: 20px;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0, 0.75);
    background: rgb(50,50,50);
    width: 200px;
    max-height: 90%;
    z-index: 2000;
    cursor: move;
    padding: 5px;
}

.gestao-icone-opcoes {
    opacity: 0.65;
}

    .gestao-icone-opcoes:hover {
        opacity: 1;
    }

    .gestao-icone-opcoes i {
        box-shadow: 1px 1px 2px black;
        border-radius: 50%;
        font-size: 25px;
        background: #fff;
        color: #222;
    }

/* plano de açao */
.input-nova-acao-plano {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 4px;
    border: 1px solid #aaa;
    background: rgba(125, 125, 135, 0.72);
    height: 35px;
    padding: 4px;
    color: #fff;
}

    .input-nova-acao-plano::-webkit-input-placeholder, .input-nova-acao-plano::placeholder {
        color: #ccc;
    }

.planoAcao-holder-titulo {
    height: 110px;
    overflow: hidden;
    font-size: 26px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(20,70,110);
    border-bottom: 1px solid rgb(125, 125, 135);
}

.display-nome-responsavel {
    border-radius: 6px;
    padding: 5px;
    min-width: fit-content;
    max-width: 100%;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #777;
    color: white;
}

.planoAcao-acao-tarefa {
    width: 100%;
    min-height: 40px;
    max-height: 80px;
    color: #eee;
    padding: 1px 4px;
    display: flex;
    align-items: center;
}

    .planoAcao-acao-tarefa:hover {
        background: rgba(80, 145, 205, 0.15);
    }


.planoAcao-textarea-tarefa {
    width: fit-content;
    max-width: 82%;
    width: 82%;
    resize: none;
    overflow: hidden;
    background: transparent;
    outline: none;
    border: none;
    color: #eee;
    display: block;
    min-height: 40px;
    max-height: 80px;
    padding: 12px 3px 0 3px;
}

.planoAcao-display-datas {
    width: 50%;
    text-align: center;
    padding-top: 5px;
    min-height: 40px;
}

.icone-acao-tarefa-calendario {
    color: #eee;
    font-size: 20px;
    right: 10px;
    top: 2px;
}

.container-externo-acao {
    width: 95%;
    margin: 30px auto;
}

.acao-titulo-holder {
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 4px 0;
    max-height: 45px;
    min-height: 35px;
}

.popup-bloco-situacao-tarefa {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: auto;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
}

.resumo-container-externo-tarefas {
    width: 100%;
    background: rgba(65, 65, 65, 0.95);
    box-shadow: 1px 1px 3px rgba(25, 25, 25, 0.25);
    min-height: 10px;
    border-radius: 6px;
    padding: 6px;
}

.base-elemento-triangular {
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
    width: 0;
    height: 0;
}

/* Display Digital */
.display-digital-button-toolbar {
    width: 100%;
    max-width: 220px;
    margin: 4px;
    display: inline-flex !important;
    align-items: center;
    height: 45px;
    justify-content: center;
}

.container-externo-imagens-produtos {
    min-height: 240px;
    max-height: calc(100% - 22px);
    padding: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.display-digital-produtos-holder {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(0,0,0, 0.4);
    border-radius: 4px;
    background: rgba(250,250,255, 0.9);
}

.display-digital-thumbs-holder {
    display: flex;
    flex-direction: column;
    width: 185px;
    height: 185px;
    margin: 8px;
    border: 2px solid transparent;
    padding: 4px;
    border: 1px solid rgba(0,0,0, 0.25);
    box-shadow: 1px 1px 2px rgba(0,0,0, 0.35);
    border-radius: 4px;
}

    .display-digital-thumbs-holder:hover {
        border: 1px solid rgb(53, 181, 204);
    }

.display-holder-checkbox-selecao {
    padding: 8px;
    display: flex;
    width: 100%;
    margin-top: auto;
    align-items: center;
    background: rgba(100,100,100, 0.45);
}

.display-digital-miniaturas {
    min-width: 150px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8px auto;
    border: 3px solid rgba(0,0,0, 0.4);
    border-radius: 4px;
    background: rgba(255,255,255, 0.08);
    box-shadow: 1px 1px 3px rgba(0,0,0, 0.35);
}

    .display-digital-miniaturas:hover, .display-digital-miniaturas-selected {
        border: 3px solid rgb(47, 197, 224);
    }

.display-digital-template-img {
    position: absolute !important;
    z-index: 30;
    max-width: 100%;
    max-height: 100%;
}

.display-digital-produto-holder {
    position: absolute !important;
    z-index: 40;
}

.display-digital-produto-img {
    width: 100%;
    height: 100%;
}

.display-digital-logo-holder {
    position: absolute !important;
    z-index: 50;
}

.display-digital-logo-img {
    width: 100%;
    height: 100%;
}

.modal-texto-black {
    color: #333 !important;
}

.display-hover-editable:hover {
    border: 1px solid rgba(0, 150, 255, 0.2);
    border-radius: 2px;
}

/* fim display digital*/
.analise-container-conteudo * .control-input {
    color: black;
}

.force-scroll-y {
    overflow-y: auto !important;
}

.loja-prisma-grupo-pacote {
    padding: 4px;
    display: inline-block;
}

.loja-prisma-grupo-pacote-titulo {
    font-size: 22px;
    font-weight: bold;
    padding: 4px;
    background: #143750;
    color: #dedede;
    display: block;
}

.loja-prisma-pacote {
    display: inline-block;
    height: 250px;
    width: 350px;
    background-color: #0c2538;
    margin: 5px;
    position: relative;
    float: left;
    border-radius: 7px;
    border: 3px solid #496998;
}


.loja-prisma-pacote-titulo {
    font-size: 18px;
    color: white;
    position: relative;
    left: 2px;
    top: 2px;
    float: left;
}

.loja-prisma-pacote-situacao {
    position: relative;
    right: 4px;
    top: 3px;
    float: right;
}

.loja-prisma-pacote-horas {
    color: white;
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 1px;
    width: 55px;
}

.loja-prisma-pacote-dias {
    color: white;
    position: absolute;
    right: 2px;
    top: 40px;
    padding: 1px;
    width: 55px;
}

.loja-prisma-pacote-imagem {
    position: absolute;
    height: 96px;
    width: 96px;
    left: 10px;
    top: 40px;
    float: left;
}

.loja-prisma-pacote-itens {
    position: absolute;
    right: 4px;
    top: 65px;
    width: 200px;
}

.loja-prisma-pacote-item {
    font-size: 13px;
    color: #bbbed2;
}

.loja-prisma-pacote-cubos {
    position: absolute;
    left: 4px;
    top: 140px;
    max-width: 150px;
    min-width: 120px;
}

.loja-prisma-pacote-cubos-titulo {
    font-size: 14px;
    background-color: #5186c7;
    color: #e7eff8;
    display: block;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
}

.loja-prisma-pacote-cubo {
    font-size: 13px;
    color: #e7eff8;
}

.loja-prisma-pacote-botoes {
    position: absolute;
    float: left;
    bottom: 2px;
}

.loja-prisma-destaque-item {
    font-size: 18px;
    display: block;
    padding-left: 30px;
    text-align: left;
}

.bi-formula-editor-quadros {
    height: 100%;
    border: 1px solid rgb(181, 191, 232);
    overflow-x: auto;
    background: rgba(0,0,0,0.4);
    border-radius: 4px;
}

.bi-formula-editor-btn {
    margin-right: 3px;
}

.ambiente-aplicativos-alerta-modo-design-ativado {
    position: absolute;
    right: 15px;
    top: 45px;
    z-index: 9999;
}

.ambiente-aplicativos-drag-hover {
    border: 3px dashed #66afe9 !important;
}

.ambiente-aplicativos-fake-drop-sortable {
    min-width: 25px;
    min-height: 10px;
    text-align: center;
    border: 3px solid transparent;
    vertical-align: middle;
    display: none;
    position: relative;
    background: rgba(0,0,0,0.2);
    border-radius: 6px;
}

.cursor-move {
    cursor: move;
}

.nav-top-info-usuario-logado > .box-avatar-usuario {
    width: 24px;
    height: 24px;
}

.box-avatar-usuario {
    display: inline-flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.imagem-avatar-usuario {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 50%;
}

.info-usuario-logado-nome {
    margin: 0px 3px;
}

.btn-selecionar-conta-prisma {
    font-size: 12px !important;
    border-radius: 3px;
}


.google-maps-popup {
    position: absolute;
    opacity: 1;
    z-index: 99999;
}

.menu-lateral-direita {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 0px;
    padding: 8px 0px;
    position: absolute;
    top: 32px;
    height: calc(100vh - 32px);
    right: 0px;
    z-index: -1;
    background: rgba(0,0,0, 0.95);
    border-radius: 6px;
    box-shadow: -2px 2px 6px #353535;
    transition: 0.3s ease-in all;
}

    .menu-lateral-direita > div {
        width: 100%;
    }

    .menu-lateral-direita * {
        transition: 0.7s ease-in all;
        opacity: 0;
    }

.menu-lateral-direita-aberto {
    padding: 8px 4px;
    width: 300px;
    z-index: 3000;
}

    .menu-lateral-direita-aberto * {
        transition: 0.7s ease-in all;
        opacity: 1;
    }

.menu-lateral-direita-div-button {
    margin: 3px 12px;
    padding: 2px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: -webkit-linear-gradient(top, #2d6ca2, #346692);
    position: relative;
}

    .menu-lateral-direita-div-button:hover {
        filter: brightness(1.3);
    }

.menu-lateral-direita-button {
    color: #eeeeee;
}

.menu-button-icone {
    width: 16px;
    height: auto;
    position: absolute;
    left: 10px;
}

.separador-menu {
    margin: 10px 12px;
    background: #555555;
}

.flex-conteudo-em-linhas {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.flex-conteudo-em-colunas {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.absolute-center {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

/* Ajustes para Mobile < 768px*/
@media (max-width: 767px) {
    .holder-banner-top-pesquisa {
        width: 190px;
    }

    .nav-top-info-usuario-logado:after {
        content: ' ';
        width: 28px;
        display: block;
        height: 28px;
        background-image: url(../images/vetores-brancos/menu.svg);
        background-size: 22px 22px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .navbar-top {
        display: flex;
        align-items: center;
    }

        .navbar-top > .nav-top > .nav > li {
            float: none;
        }

            .navbar-top > .nav-top > .nav > li > a {
                padding: 3px 6px;
            }

    .prisma-navbar-right {
        display: flex !important;
        flex-grow: 1;
        justify-content: flex-end;
    }

    .hide-mobile {
        display: none !important;
    }

    .holder-banner-top-pesquisa {
        width: 190px;
    }

    .ambiente-aplicativos-mobile-bloco {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        height: 80px;
    }

    .ambiente-aplicativos-opcao-titulo {
        height: auto;
        width: calc(100% - 64px);
        margin: 0 auto;
    }
}
