﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
@import url("https://fonts.googleapis.com/css?family=Pacifico|Source+Sans+Pro:200,400");

body {
    background: none;
    background-color: #eee;
    margin: 0px;
}

/*******************************************************************************************************************************/
/*reset*/
.reset {
    margin: 0px !important;
    padding: 0px !important;
}

.resetBorderRadius {
    border-radius: 0px !important;
}
/*reset*/
/********************************************************************************************************************************/
/*Helper*/
.inputWidth {
    width: 100%;
}
.loaderSpin{
    font-size: 5em;
}

.backgroundTransparente{
    background: rgba(245,245,245, 0.5);
}

.cellVerticalAlineMiddle{
    vertical-align: middle !important;
}
/********************************************************************************************************************************/

.se-content-container {
    /*padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;*/
}

.se-content-container-body {
    /*padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;*/
}

.textarea-html5-usuario {
    margin: 0;
    padding: 10px;
    padding-top: 0;
    width: 100%;
    height: 190px;
    border-radius: 4px;
}

.padded {
    padding: 8px;
}
/* Header
-------------------------*/
.se-navbar {
    margin: 12px 0;
}

div.fill-up input[type=text], div.fill-up textarea, div.fill-up select {
    width: 100%;
}

/* Mensagens */

.se-mensagem-container {
    width: 50%;
    margin-top: 0;
    margin: 0px auto;
    min-width: 300px;
}

    .se-mensagem-container #divMsgWarning {
        display: none;
        position: fixed;
        z-index: 10000;
        width: 50%;
        top: 0px;
        min-width: 300px;
    }

    .se-mensagem-container #divMsgInfo {
        display: none;
        position: fixed;
        z-index: 10000;
        width: 50%;
        top: 0px;
        min-width: 300px;
    }

    .se-mensagem-container #divMsgError {
        display: none;
        position: fixed;
        z-index: 10000;
        width: 50%;
        top: 0px;
        min-width: 300px;
    }

    .se-mensagem-container #divMsgSucess {
        display: none;
        position: fixed;
        z-index: 10000;
        width: 50%;
        top: 0px;
        min-width: 300px;
    }

/* Mensagens */

/* CSS para adequar o JqGrid ao Template */
/* CSS ADAPTADO JQGRID*/

.table-header_div {
    line-height: 61px;
    /*height: 61px;*/
    margin: 0px;
}

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
}*/

.ui-jqgrid {
    border-style: none !important;
    border-width: 0 !important;
}

.ui-jqgrid, .ui-widget input, .ui-widget-content {
    font-family: 'Open Sans', HelveticaNeue, Helvetica, Arial !important;
}

.ui-widget-content {
    border-style: none !important;
    border-width: 0 !important;
    background-color: none !important;
}

.ui-jqgrid-htable {
    border-collapse: collapse;
    border-spacing: 0px;
}

.ui-jqgrid-btable {
    border-collapse: collapse;
    border-spacing: 0px;
}

.ui-jqgrid-titlebar-close {
    display: none;
}

.ui-jqgrid-htable tr {
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
}

.ui-jqgrid-btable tr:not(:first-child) {
    border-bottom: 1px solid #eaebef !important;
}

.ui-jqgrid-htable tr, .ui-jqgrid-labels {
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea);
}

    .ui-jqgrid-htable tr th, .ui-state-default .ui-th-column .ui-th-ltr {
        height: 30px !important;
        line-height: 30px !important;
        font-weight: normal;
        color: #666666;
        cursor: pointer;
        font-size: 12px;
        font-weight: 500;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
        border-left: 1px solid #b5b7c3 !important;
        border-bottom: 1px solid #c3c5ce !important;
        border-top: 1px solid #c3c5ce !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        text-align: left !important;
    }

        .ui-jqgrid-htable tr th.ui-th-ltr, .ui-state-default .ui-th-column .ui-th-ltr {
            border-left: 1px solid #b5b7c3 !important;
            border-left-width: 1px !important;
            border-left-style: solid !important;
            border-left-color: #b5b7c3 !important;
        }

        .ui-jqgrid-htable tr th:first-child {
            border-left: none !important;
            border-left-width: 0 !important;
            border-left-style: none !important;
            border-left-color: transparent !important;
        }

        .ui-jqgrid-htable tr th:last-child {
            border-right: none !important;
        }

.ui-jqgrid-htable th div {
    height: 20px !important;
    line-height: 20px !important;
}

.ui-jqgrid-btable tr:nth-child(2n+1), .ui-jqgrid-btable tr:nth-child(2n+1) td {
    background-color: #F3F4F8;
}

.ui-jqgrid-btable tbody tr:first-child {
    height: 0 !important;
}

.ui-jqgrid-btable tbody tr td:first-child {
    border-left: none !important;
}

.ui-jqgrid-btable tbody tr td:last-child {
    border-right: none !important;
}

.ui-jqgrid-btable tbody tr:not(:first-child) td {
    padding: 7px 5px !important;
    color: #707070;
    border-width: 0 !important;
    border-style: none !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-left-color: #eaebef !important;
}

.ui-jqgrid-btable tbody tr:not(:first-child) td .corStatusPreenchimento_Aprovado {
    padding: 7px 5px !important;
    color: #707070;
    border-width: 0 !important;
    border-style: none !important;
    border-left-style: solid !important;
    border-left-width: 4px !important;
    border-left-color: green !important;
}

.ui-state-default, .ui-state-hover, .ui-state-highlight, .ui-state-focus {
    background: inherit !important;
}

.ui-widget-content .ui-state-default {
    background: inherit !important;
}

/*span.s-ico {
    position: absolute;
    right: 15px;
}*/

.ui-jqgrid .ui-pg-selbox, .ui-jqgrid .ui-pg-input {
    width: auto !important;
    height: auto !important;
    line-height: inherit !important;
    padding: 4px !important;
}

.ui-jqgrid .ui-jqgrid-pager {
    border-top: 1px solid #C3C5CE !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    border-top-color: #C3C5CE !important;
    padding: 8px 12px !important;
    height: auto !important;
    background: #fdfdfd !important;
    background: #eaeaea !important;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') !important;
    background-size: 100% !important;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea)) !important;
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea) !important;
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea) !important;
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea) !important;
    background-image: linear-gradient(top, #fdfdfd, #eaeaea) !important;
    border-bottom-right-radius: 3px !important;
}
/* CSS para adequar o JqGrid ao Template */

.divBtnEditGrid, .divBtnDeleteGrid, .divBtnClonarGrid {
    /*
    width: 22px;
    height: 18px;
    */
    border-radius: 3px;
    text-align: center;
}

    .divBtnEditGrid i:hover, .divBtnDeleteGrid i:hover, .divBtnClonarGrid i:hover {
        /*       
        width: 22px;
        height: 18px;
        */
        background-color: #4cff00;
        cursor: pointer;
        border-radius: 3px;
    }

    .divBtnDeleteGrid i:hover {
        background-color: rgba(247, 72, 72, 0.74);
    }

.input-group.addon-left:last-child select {
    padding-left: 45px !important;
    line-height: 26px !important;
    box-shadow: none !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-right: 12px !important;
    height: 36px !important;
    border-radius: 4px !important;
}

.seTwoLines.select2-container, .seTwoLines > .select2-choices {
    height: 90px !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    margin: 0px !important;
}


@media (min-width: 576px) {
    .se-fixedfooter {
        height: 0;
        padding: 0;
        left: 0;
        margin-left: 0;
    }   
}

@media (min-width: 768px) {
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (min-width: 1200px){
    .modal-xl {
        width: 1140px;
    }
}

.seClear {
    clear: both;
}

.card {
    padding: 10px 20px 10px 20px !important;
    /*height: 410px;*/
}

    .card h2, h3 {
        line-height: 110%;
    }

.linhaMin {
    height: 190px;
}

.linhaMax {
    height: 472px;
}

.content-margin-right {
    margin-right: 50px;
}

.campoDados {
    padding-bottom: 10px;
}

.no-marker ul li {
    list-style-type: none;
}

.cardBox .box-content {
    background-color: whitesmoke;
}

.seGenericoCampoHeight {
    height: 60px;
}

.pagination_spacer {
    position: relative;
    float: left;
    line-height: 30px;
    font-size: 1.3em;
}

.se-fixedfooter {
    bottom: 0;
    height: 35px;
    padding: 3px;
    position: fixed;
    text-align: center;
    left: 50%;
    margin-left: -60px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 1px solid #b5b7c3;
    border-left: 1px solid #b5b7c3;
    border-right: 1px solid #b5b7c3;
    background-color: #eaeaea;
    z-index: 9999999;
}

/*correção timeline invertida*/
.chat-box.timeline .arrow-box-right {
    border-radius: 2px;
    padding: 0;
}
/*correção timeline invertida*/

/* Correções para plugin do Select2 */
.select2-container .select2-choice div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../Scripts/select2-3.5.1/select2.png") no-repeat 0 1px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

    .select2-container .select2-choice .select2-arrow b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('../Scripts/select2-3.5.1/select2.png') no-repeat 0 1px;
    }

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

.select2-container .select2-choice span {
    margin-right: 0px;
}

.select2-container.select2-allowclear .select2-choice span {
    margin-right: 0px;
}

.select2-search-choice-close {
    margin-top: -1px;
    /*margin-right: -5px;*/
}

.select2-container .select2-choice div b {
    margin-top: -1px;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    display: none !important;
    visibility: hidden !important;
}

/* Correções para plugin do Select2 */

.input-group input[type="text"], .input-group input[type="password"], .input-group input[type="email"], .input-group input[type="number"], .input-group input[type="text"], .input-group input[type="password"], .input-group input[type="email"], .input-group input[type="number"] .date {
    height: 26px;
}

.input-group, .input-group .date {
    height: 26px;
}

.date {
    cursor: pointer;
}

/* correção do CSS da modal em Bootstrap*/
.modal {
    overflow-y: auto;
}

/*.modal-open {
    overflow: auto;
}*/
/* correção do CSS da modal em Bootstrap*/

/* Correção CSS de campos disabilitados */
input:disabled {
    cursor: not-allowed !important;
    border-color: rgb(235,235,235);
    /*color: rgb(230,230,230);*/
}
/* Correção CSS de campos disabilitados */

/* Adição de CSS para campos não válidos */
.field-validation-error {
    color: rgb(255, 0, 0) !important;
    font-size: 10px;
}
/* Adição de CSS para campos não válidos */

/*Teste keith*/
.teste {
    border: 1px dotted;
}

.teste2 {
    border: 1px dotted rgb(255, 0, 0);
}

.teste3 {
    border: 1px dotted blue;
}

.teste4 {
    border: 1px dotted rgb(255, 216, 0);
}
/*Teste keith*/

/*Dashboard*/
.containerMenuDashboard {
    /*margin-top: -7px !important;
    padding-left: 15px;
    padding-right: 15px;*/
}

.menuBar ul {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.menuEsquerda {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.logout {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.icoConfigWidget {
    margin-top: -7px;
}
/*Dashboard*/

/*Rating*/
.ratingContainer {
    display: inline-block;
    margin-top: 7px;
}

.ratingStarContainer {
    float: left;
}

    .ratingStarContainer a {
        padding: 2px;
    }

.star_full {
    color: gold;
    text-shadow: rgb(155,155,155) 1px 2px 1px;
}
/*Rating*/

/*Rating Filter*/
.ratingFilterContainer {
    display: inline-block;
    margin-top: 7px;
}

.ratingStarFilterContainer {
    float: left;
}

    .ratingStarFilterContainer a {
        padding: 2px;
    }

.starFilter_full {
    color: gold;
    text-shadow: rgb(155,155,155) 1px 2px 1px;
}
/*Rating*/

/*Componente de upload*/
.uploader {
    height: 34px !important;
    border: none !important;
}

.kv-fileinput-upload {
    padding: 6px !important;
    height: 34px !important;
    margin-top: -6px !important;
    margin-right: 2px !important;
}

.file-caption-name {
    margin-top: 5px !important;
}

.input-group-btn {
    width: 50px !important;
    padding-top: 1px !important;
}

.btn-file {
    padding: 6px !important;
    height: 34px !important;
    margin-top: -6px !important;
}

.fileinput-remove {
    padding: 6px !important;
    height: 34px !important;
    margin-top: -6px !important;
    margin-right: 2px !important;
}

.inputpass {
    width: 100%;
}

#fileLogo {
    margin: 0px !important;
    padding: 0px !important;
    cursor: pointer;
}
/*Componente de upload*/

/*grid unificacoes*/
.zebrado:nth-child(odd) {
    background: #f3f4f8 !important;
}

.unificacaoSelecionada {
    background: #f6e1a4 !important;
    border: none;
}

.unificacaoSelecionadaDescricao {
    font-weight: bold;
    color: black;
}

.unificacaoSelecionadaOut {
    font-style: italic;
}
/*grid unificacoes*/

/*grid telefones dos contatos na conta*/
.linhaGridContatosConta {
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
}

.tabelaContatosConta .linhaGridContatosConta:last-child {
    border-bottom: 1px solid;
}

.colunaGridContatosConta {
    padding: 2px;
}

.testeCaralho tr:nth-child(odd) {
    background: #f3f4f8 !important;
}
/*grid telefones dos contatos na conta*/

/*Limite de altura para ações rapidas nos cards de oportunidade*/
.dropAcaoRapida {
    max-height: 335px !important;
    min-width: 390px !important;
    overflow: scroll;
    overflow-x: hidden;
}
/*Limite de altura para ações rapidas nos cards oportunidade*/

/*PesquisaOportunidade*/
.inputPesquisaContaOportunidade {
    /*position: relative !important;*/
    margin-right: -34px !important;
    height: 31px !important;
    width: 285px;
}
/*PesquisaOportunidade*/


/*Recontato da oportunidade*/
.inputDataRecontato {
    font-size: 1.1em !important;
    color: #4682B4 !important;
    /*font-weight: bold;*/
}

.inputDataEncerramentoRealizada {
    font-size: 1.1em !important;
    color: #4682B4 !important;
}

.inputDataEncerramentoPerdida {
    font-size: 1.1em !important;
    color: #4682B4 !important;
}
/*end Recontato da oportunidade*/

/*resumo da oportunidade*/
.flagPaddingFirst {
    padding-top: 8px !important;
}

.flagPadding {
    padding: 3px;
}

.label-yellow {
    background-color: #ffd631;
    color: rgb(120,120,120);
}

.paddinBlocoResumo {
    padding: 3px !important;
}
/*end resumo da oportunidade*/

/*gridOportunidade*/
.gridLeft {
    min-height: 0px;
    margin-top: 5px !important;
}

.gridGambi {
    /*margin-top: 10px !important;*/
}

.gridMiddle {
    padding-top: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.gridRight {
    margin-top: 5px !important;
}

.boxGrid {
    border-radius: 0px !important;
}
/*end grid oportunidade*/

/*menu scrollSpy*/

.menuBordaLeft {
    float: left;
    display: block;
    height: 33px;
    width: 8px;
    margin-left: -16px;
    margin-top: -8px;
}

.menuFlecha {
    display: none !important;
    float: right;
    margin-right: -5px !important;
}

.menuScrollspyNew ul li a:hover .menuFlecha {
    display: block !important;
}

.menuScrollspyNew ul li a:hover .menuBordaLeft {
    border: 1px solid #08c !important;
    background-color: #08c;
    display: block;
    border: 1px solid;
}

.active .menuFlecha {
    display: block !important;
}

.active .menuBordaLeft {
    display: none;
}

.menuScrollspyNew ul {
    border-radius: 0 !important;
}

    .menuScrollspyNew ul li {
        border-radius: 0 !important;
    }

        .menuScrollspyNew ul li a {
            border-radius: 0 !important;
            padding: 8px !important;
            padding-left: 16px !important;
        }

.bs-docs-sidenav > li:first-child > a {
    border-radius: 0 !important;
}

.bs-docs-sidenav ul li a {
    border-radius: 0 !important;
}

.menuScrollspyNew {
    font-size: 1.1em !important;
    font-weight: bold;
}

.fixarGridOportunidadeRight {
    position: fixed;
    top: 49px;
    right: 0;
}

.fixarGridOportunidadeLeft {
    position: fixed;
    top: 49px;
    left: 0;
}



.fixarGridOportunidadeCenter {
    margin-left: -19px !important;
}

.affix {
    position: relative !important;
}
/*menu scrollSpy*/

/*Pagina de login*/
.loginPage input {
    height: 40px !important;
}
/*end Pagina de login*/

/* LOADING
***********************************************************************************************************************************************/

.updateProgress {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    z-index: 99999;
}

.updateProgressMessage {
    text-align: center;
    margin-top: 5px;
    font: italic 16px Trebuchet MS;
    font-weight: bold;
    color: #000;
    width: 80px;
    height: 60px;
    z-index: 50009;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -110px;
}
/***********************************************************************************************************************************************/

/*Ajusetes para o calendario*/
.fc-toolbar {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.fc-event-container a{
    padding: 5px !important;
    font-size: 1.1em !important;
}
/*fim Ajusetes para o calendario*/

/*Pager*/
.containerTotalRegistros {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    line-height: 19px !important;
    font-weight: normal !important;
    cursor: default !important;
}
/*Fim pager*/

/*Emails*/
.emailContainer:hover {
    background: rgb(240,240,240);
}

.emailIcon {
    cursor: pointer;
}

    .emailIcon:hover {
        color: black;
    }

.menuEmailsWrapper {
    border-right: none;
}

    .menuEmailsWrapper ul {
        margin: 0px;
    }

        .menuEmailsWrapper ul li {
            position: relative;
            cursor: pointer;
            list-style: none;
            padding: 8px;
        }

            .menuEmailsWrapper ul li:hover {
                background: rgb(240,240,240);
            }

    .menuEmailsWrapper li:hover .felchaMenuEmail {
        display: block;
    }

.felchaMenuEmail {
    position: absolute;
    top: 8px;
    right: 0;
    display: none;
}

.menuEmailActive {
    background: rgb(240,240,240);
}

    .menuEmailActive .felchaMenuEmail {
        display: block;
    }

.formEmailWrapper {
    margin: 0px;
    border-top: none;
    border-right: none;
}

.inputEmails input {
    width: 100% !important;
}

.oportunidadeAVincularWrapper {
    position: relative;
    cursor: pointer;
}

    .oportunidadeAVincularWrapper:hover {
        background: rgb(240,240,240);
    }

.oportunidadeAVincularSelecionada {
    background: rgb(240,240,240);
    font-weight: bold;
}

.flagOportunidadeSelecionada {
    position: absolute;
    top: 5px;
    right: 5px;
}

.emailNovo {
    border: 1px solid rgb(110,110,110);
}
/*fim Emails*/
.inputCadastroContainer input {
    height: 38px !important;
}

.checkCustom input[type=checkbox] {
    background: rgb(10,10,10);
}

.btnFunilQuantidadeAtivo {
    /*border:1px solid red !important;*/
}
/***********************************************************************************************************************************/
/*Graficos home*/
.btnGraficoSelecionado {
    border: 1px solid #31759E !important;
}

.comboColaboradorDashboard {
    height: 28px;
    font-size: 0.9em;
    padding-left: 5px;
    padding-right: 5px;
    color: #686868;
}
/*fim Graficos home*/
/**********************************************************************************************************************************/
/*Assistente relatorio*/

.formAssistente {
    display: inline-block;
}

/*Fim Assistente relatorio*/
/*********************************************************************************************************************************/
/*bandeja lateral da home*/

.bandejaLateralHome {
    width: 200px;
    position: fixed;
    top: 0px;
    z-index: 8888;
    background-color: rgba(0,0,0,.6);
    color: white;
}

    .bandejaLateralHome h3 {
        color: rgb(240,240,240);
    }

.btnAbreFechaBandejaLateralHome {
    cursor: pointer;
    color: black;
    border: 1px solid #31759E;
    border-left: none;
    background-color: #ECECEC;
    position: absolute;
    top: 35%;
    right: -73px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    5px 5px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         5px 5px 5px 0px rgba(50, 50, 50, 0.75);
}

.btnAbreFechaBandejaLateralHomeAlto {
    top: 105px;
}

.btnAbreFechaBandejaLateralHomeFixed {
    top: 8px;
}

    .btnAbreFechaBandejaLateralHome .arrowBandejaContainer {
        color: #888;
    }

.thumbBandejaVideoContainer {
    cursor: pointer;
}

    .thumbBandejaVideoContainer img {
        width: 100%;
    }

/*fim bandeja lateral da home*/
/********************************************************************************************************************************/
/*Bandeja de notificações*/

.bandejaNotificacosContainer {
    position: absolute;
    width: 350px;
    top: 29px;
    right: 0px;
    z-index: 8888;
    border: 1px solid #CDCDCD;
    background-color: white;
    cursor:default;
}

.btnCloseBandejaNotificacoes{
}

.bandejaNotificacoesLoader{
    width: 40px;
    height: 40px; 
    margin: 10px;
}

.qtdNovasNotificacoes{
    position: absolute !important; 
    top: -5px !important; 
    left: 18px !important;
}

.bandejaNotificacoesLi {
    position: relative; 
    cursor:default;
}

.btnAncora {
    cursor: pointer;
}

.bandejaNotificacosHeader {
    border-bottom: 1px solid #DDD;
}

.notificacaoContentContainer{    
    max-height: 410px; 
    overflow-y: auto;
}

.notificacaoContent{
    margin: 0px;
}

.btnMarcarLidoNotificacao{
    display: inline-block; 
    margin: 0 auto; 
    float: none; 
    cursor: pointer; 
    background-color: #398AB9; 
    color: white;
}

.notificacaoTitulo{
    color: #5A6573;
}

.btnActionListModeloAssistente{
    cursor: pointer;
}

.btnNovoModeloAssistente{
    /*position: absolute;*/ 
    top: 10px; 
    /*right: 10px;*/
}

.btnSubmitAddModeloRelAssistente{
}
.loaderListEntidadeCampos{
    font-size: 5em;
}

.btnMarcarNotificacaoComoLida {
    position: absolute; 
    right: 5px; 
    top: 3px; 
    color: #398AB9; 
    cursor: pointer; 
    text-decoration: underline;
}
/*Fim bandeja de notificações*/
/********************************************************************************************************************************/
/*Cadastro de endereco*/
.btnVinvularPesquisaLogradouro {
    cursor: pointer;
}

.btnVinvularPesquisaLogradouro:hover td {
    background-color: rgb(235,235,235);
}

.btnVincularPesquisaLogradouroNoContato {
    cursor: pointer;
}

.btnVincularPesquisaLogradouroNoContato:hover td {
    background-color: rgb(235,235,235);
}
/*fim Cadastro de endereco*/
/********************************************************************************************************************************/
/*Fique de olho*/

.containerQtdFiqueDeOlhoOportunidades {
    padding: 6px;
    padding-bottom: 8px; 
    cursor: pointer;
}

.containerQtdFiqueDeOlhoOportunidades:hover {
    background-color: rgb(235,235,235);
}

.containerQtdFiqueDeOlhoPosVenda {
    padding: 6px;
    padding-bottom: 8px; 
    cursor: pointer;
}

.containerQtdFiqueDeOlhoPosVenda:hover {
    background-color: rgb(235,235,235);
}

.containerQtdFiqueDeOlhoTarefa {
    padding: 6px;
    padding-bottom: 8px;
    cursor: pointer;
}

.containerQtdFiqueDeOlhoTarefa:hover {
    background-color: rgb(235,235,235);
}

.containerQtdAniversariantes {
    padding: 6px;
    padding-bottom: 8px;
    cursor: pointer;
}

.containerQtdAniversariantes:hover {
    background-color: rgb(235,235,235);
}

/*Fim Fique de olho*/
/********************************************************************************************************************************/
.comboCalendarioAgenda {
    width: 280px !important;
}