/*-------------------------------------------------------*/
/* Style DD                                              */
/*-------------------------------------------------------*/

/* +++ Cor padr�o +++ */
/* ---- #074c99 ---- */
.cor-layout-default{color: #074c99;}

/*-- LAYOUT --*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,600,700');

.font-family-display{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* CORES FLAT TEXTO E CURRENTCOLOR */
.color-blue      {color: #3498db!important}
.color-bluegreen {color: #1abc9c!important}
.color-green     {color: #2ecc71!important}
.color-orange    {color: #f39c12!important}
.color-pink      {color: #d95f86!important}
.color-purple    {color: #9b59b6!important}
.color-red       {color: #e74c3c!important}

.bg-blue        {background-color: #3498DB!important}
.bg-bluegreen   {background-color: #1ABC9C!important}
.bg-green       {background-color: #2ECC71!important}
.bg-orange      {background-color: #E67E22!important}
.bg-pink        {background-color: #d95f86!important}
.bg-purple      {background-color: #9B59B6!important}
.bg-red         {background-color: #e74c3c!important}
.bg-gray         {background-color: #999!important}

body {
    font-family: 'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    background: #f8f8f8;
}

body.ambiente-periodo-encerrado{
    background: #1d3f65 url('../images/bg_business_blue.jpg');
    background-size: cover;
}

.btn, .botaoAcoes{
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.interno {
    background: none!important;
    padding: 70px 20px;    
}



h1.title-home {
    margin-top: 28px;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 42px;
    font-weight: normal;
}

.container-itens{
    display: flex;
    flex-wrap: wrap;
}
.container-itens .item-arquivo{
    text-align: center;
    margin: 15px 10px;
    margin-top: 0;
    margin-right: 10px;
}

.mascara-upload-imagem{    
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
}

.mascara-upload-imagem a{    
    position: relative;
    display: block;
    height: 124px;
    width:  124px;    
    transition: .3s;
}
.mascara-upload-imagem a:hover{
    opacity: .45;
} 

.mascara-upload-imagem a i{
    position: absolute;
    font-size: 32px;
    color: #000;
    top: 50%;
    opacity: 0;
    transition: all .3s ease;
    transform: translateX(-50%) translateY(15%);    
}
.mascara-upload-imagem a:hover i{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}

.mascara-upload-imagem a img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.lista-imagem-upload{
    list-style: none;
    margin: 0;
}
.lista-imagem-upload li a,
.lista-imagem-upload li span
{
    padding: 6px 8px;
    background: #eee;
    border-radius: 4px;
    margin-bottom: 4px;
    display: block;
    line-height: 100%;
    transition: .3s ease;
}
.lista-imagem-upload li a:hover{
    background: #f8f8f8;
}
.lista-imagem-upload li span{
    background: #fff;
}
.lista-imagem-upload li span i{
    color: #f39c12;
}

#cadastroFinanceiroTabs{
    overflow: visible;
}

.alert-event-message {
    color: #c09853;
}
.alert-event-message {
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#modalContainer #form_secaopadrao_novo #div_campo_projeto {
    display:none;
}

@media all and (max-width: 767px){
    .interno {
        padding-top: 40px;
    }
}

.heading-controls i.cursor-deafult{
    cursor: default;
}

/*-- HEADER --*/
.navbar-inverse .navbar-inner{
    min-height: 52px;
    background: #074c99;
    border: none;
}
.navbar  {
    height: 52px;
}
.navbar  .logo {
    top: 3px;
    position: relative;
    float: left;
}

.navbar .dropdown-list-events .item-event a{
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .task-notification{
    display: block;
    line-height: 100%;
    height: 10px;
    width:  10px;    
    position: absolute;
    top: 11px;
    right: 9px;   
    padding: 0;
    background: #e74c3c;
    border-radius: 100%;
}

.task-notification.pulse{
    animation: pulseTask 2s infinite;
}

@-webkit-keyframes pulseTask {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(231, 76, 60,.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(231, 76, 60,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(231, 76, 60,0);
  }
}
@keyframes pulseTask {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(231, 76, 60,.4);
         box-shadow: 0 0 0 0 rgba(231, 76, 60,.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(231, 76, 60,0);
         box-shadow: 0 0 0 20px rgba(231, 76, 60,0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(231, 76, 60,0);
         box-shadow: 0 0 0 0 rgba(231, 76, 60,0);
  }
}

/* Navegação Módulos */
.container-menu{
    float: left;    
}
.container-menu ul.dropdown > li{
    padding: 17px 8px;
    position: static;
}
.container-menu ul.dropdown li:hover{    
    text-decoration: none;
    background-color: #033e81;
    /* -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); */
}
.container-menu ul.dropdown li a{    
    color: #fff;
}
.d_none_info{
    display: none !important;
}
.dnone, [dnone]{
    display:none;
}

.form_campo .left .dnone{
    display:none;
}

.card {
    padding: 15px;
    background: #ccc;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 3px
}

.card h3 {
    margin-top: 0
}

.card a {
    color: #fff;
    transition: all .3s ease;
    text-decoration: underline
}

.card a:hover {
    opacity: .45;
    text-decoration: none
}

.card .btn {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .046em;
    box-shadow: none;
    background: rgba(0,0,0,.15);
    margin-right: 10px
}

.card.card-green {
    background: #2ECC71
}

.card.card-blue {
    background: #3498DB
}

.card.card-orange {
    background: #E67E22
}

.card.card-red {
    background: #C72F1E
}

.card.card-purple {
    background: #9B59B6
}

@media all and (max-width: 767px){
    #header{
        z-index: 9998;
        position: relative;
        height:auto;
    }
    .navbar{
        margin:0;
    }

    .navbar .container-fluid {
        padding: 0;
    }

    .container-menu{
        float: none;
    }
    .container-menu ul.dropdown{
        float: none;
        text-align: center;
    }
    .container-menu ul.dropdown li{
        display: block;
        float:none;
    }

    .container-menu  ul.dropdown ul{
        float: none;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .brand-container, #header ul.nav.pull-right{
        float:none;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .menuButtonMobile{
        float:right;
    }
}

/* Navegação Recursos Sistema */
#header ul.nav > li > a{
    position: relative;
    padding: 16px 15px;
}
#header ul.nav > li > a:hover{
    text-decoration: none;
    background-color: #08468c;
}
#header ul.nav li a i{
    font-size: 18px;
}
#header ul.nav li a.avatar-user{
    display: block;
    height: 32px;
    width:  32px;
    border-radius: 100%;
    overflow: hidden;
    padding: 0;    
    margin: 10px;
    background:rgba(255,255,255,0.45);
}
#header ul.nav li a.avatar-user img{    
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; 
    width: 100%;
}


#header ul.nav > li > a > .label{
    position: absolute;
    top: 5px;
    right: 6px;
    float: none;    
    padding: initial;
    text-align: center;
    width: auto;
    padding: 2px 4px;
    z-index: 99;

}
#tarefas_qtd_box_mencao{
    right: 25px!important;
    background: #dd00ad;
}
#header ul.nav li.dropdown.open > .dropdown-toggle{
    background: none;
}
#header ul.nav .dropdown-menu{    
    right: 4px;
    margin-top: -5px;
    border: none;
    border-radius: 3px;
    padding: 10px;
}

#header ul.nav li a.highlight-onbdg i{
    box-shadow: 0 0 0 4px #e67e22;
    border-radius: 100%;
}

/*Logo & Temas*/
.navbar .brand{
    padding: 6px 0;
    padding-right: 10px;
    margin: 0; 
    transition: all .3s ease;  
}
.navbar .brand:hover{
   opacity: 0.45;
}
.navbar .brand .logo-system{
    float: none;
    top: initial;
    max-width: 150px;
    max-height: 41px;
}
.navbar .brand-custom{
    background: #fff;
}

@media all and (max-width: 767px){
    .navbar .brand{
        padding-right: 0;
    }
}

/*Botão Menu Toggle*/
.button-toggle-menu{
    color: #fff;
    float: left;
    /* background: rgba(0,0,0,.15); */
    padding: 18px;
    margin-left: -20px;
    transition: all .3s ease;
}
.button-toggle-menu:hover{
    color: #fff;
    opacity: .45;
}
.button-toggle-menu:focus,
.button-toggle-menu:active,
.button-toggle-menu:visited
{
    color: #fff;
    opacity: 1;
}

.menu-sidebar .button-toggle-menu{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    opacity: .75;
    padding: 15px;
}

/* Admin */
ul.admin-container{
    color: #fff;    
    display: flex;
    justify-content: center;
    position: fixed;
    top: 52px;
    /* left: 50%;
    transform: translateX(-50%);
    border-bottom-right-radius: 8px; */
    border-bottom-left-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    background: rgb(5, 47, 93);
    right:0;
}
ul.admin-container li{
    display: inline-block;
    list-style: none;
    font-size: .8em;
    flex-grow: 1;
    text-align: center;
    padding: 4px;
}
ul.admin-container li div,
ul.admin-container li a{
    color: #fff;
    padding: 6px 8px;
    display: block;
}
ul.admin-container li a{
    font-size: 14px;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 4px;
    padding: 9px 7px;
}

.nav a.anchor-admin {
    padding: 13px 15px!important;
    margin: 4px;
    border-radius: 3px;
    background: rgba(0,0,0,0.2);
}
.nav a.anchor-admin:hover{
   opacity: .45;
}

.navbar .title-filial {
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 0.066em;
    color: rgba(255,255,255,0.8);    
    position: relative;
    max-width: 94px;
    min-height: 34px;
    float: left;
    padding: 10px;
    margin: 0;
    background: rgba(0,0,0,0.2);        
    box-shadow: inset 0 0 8px rgba(0,0,0,0.1);    

    display: flex;
    align-items: center;
}

@media all and (max-width: 1365px) and (min-width: 1280px){
    .navbar .title-filial{        
        font-size: 11px;
        max-width: 38px;
        padding: 10px 5px;
    }

    .nav a.anchor-admin{
        margin: 0;
        margin-top: 14px;
        padding: 7px 6px!important;
    }
    .nav a.anchor-admin i{
        font-size: 12px!important;
    }
}
@media all and (max-width: 1279px){
    .navbar .title-filial{     
        min-height: 29px;
    }
    .nav a.anchor-admin{
        margin: 0;
        padding: 15px 16px!important;
        border-radius: 0;
        background: rgba(0, 0, 0, 0.2)!important;
    }
}
@media all and (max-width: 768px){
    .navbar .title-filial{ 
        max-width: initial;
        float: none;
        margin-left: -4px;
        margin-right: -4px;
        display: block;
        min-height: auto;
        text-align: center;
        padding: 8px 10px;
        margin-bottom: 4px;
    }
}

/*Dropdowns List Event | Notificações + Mensagens + Tarefas*/
.dropdown-menu.dropdown-list-events{
    padding: 5px 10px;
    margin: 0;
    min-width: 300px;
    overflow: auto;
    max-height: 412px;
}
.dropdown-list-events::-webkit-scrollbar {
    width: 6px;
    background: transparent;
    border:none;
}
.dropdown-list-events::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.25);
    border-radius: 8px;    
    border:none;    
    box-shadow: none;
}

/*Estilo dos Itens*/
.dropdown-list-events .item-event{   
    position: relative;
    color: #555; 
    margin: 10px 0;
    background: #fff;
    border-left: 3px solid #ddd;
}
.dropdown-list-events .item-event a{
    font-size: 12px;
    transition: all .3s ease;    
    white-space: normal;
    line-height: 16px;
    padding-left: 6px;
}
.dropdown-list-events .item-event a:hover{
    color: #555;
    background: #fff;
    opacity: .45;    
}
.dropdown-list-events .item-event .title-event{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #999;
    display: block;
    line-height: 1.46em;
}
.dropdown-list-events .item-event .title-event small{
    font-weight: normal;
}
.dropdown-list-events .item-event .info-event{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
    font-style: italic;
}
.dropdown-list-events .item-event .close{    
    position: absolute;
    text-align: center;
    font-size: 12px;
    height: 21px;
    width: 21px;
    top: 0px;
    right: -4px;
    padding: 5px 7px;    
    border-radius: 100%;
    z-index: 1;
}
.dropdown-list-events .item-event .close:hover{    
    opacity: .45;
    background: #eee;
    color: #ca5c1a;
}
.dropdown-list-events .item-event p{
    padding-top: 4px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dropdown-list-events .item-event .info-event-text{
    width: 280px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 15px;
    border-top: 1px solid #ddd;
}
.dropdown-list-events .item-event .info-event-text span{
    font-size: 12px!important;
}

/*Botão e Ação*/
.dropdown-list-events .action-item-event{
    border:none;
    text-align: center;
}
.dropdown-list-events .action-item-event a{
    padding: 6px 15px;
    background: #eee;
    border-radius: 3px;
    margin: 9px 0;
    font-weight: bold;
    color: #999; 
}
.dropdown-list-events .action-item-event a:hover{
    background: #eee;
    opacity: .45;
}

/*Dropdown Mensagens*/
.dropdown-list-events .item-messange{
    position: relative;
    padding-left: 35px;
    border: none;
    border-bottom: 1px solid #ddd;
}
.dropdown-list-events .avatar-user{
    position: absolute;
    height: 32px;
    width:  32px;
    top: 0;
    left: 0;
    background: #ddd;
    border-radius: 50%;
    overflow: hidden;
}
.dropdown-list-events .avatar-user img{
    max-width: 100%;
}
.dropdown-list-events .action-item-event{
    padding-left: 0;
}

/*Item Alerta*/
.dropdown-list-events .item-event.item-event-alert{
    border:none;
}
.item-event-alert .alert{
    margin-bottom: 0;
}

/*Status Evento*/
.item-event.red {    border-color: #e74c3c;}
.item-event.orange, 
.item-event.yellow { border-color: #f39c12;}
.item-event.blue {   border-color: #3498db;}
.item-event.green {  border-color: #2ecc71;}
.item-event.purple { border-color: #9b59b6;}

/*scroll na modal de agenda -- caso específico*/
#event_edit_container{
    max-height: 75vh !important;
    overflow-y: auto;

    background:
		/* Shadow covers */
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		
		/* Shadows */
		radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background:
		/* Shadow covers */
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		
		/* Shadows */
		radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	
	/* Opera doesn't support this in the shorthand */
	background-attachment: local, local, scroll, scroll;
}
#event_edit_container + .ui-dialog-buttonpane{
    border-top: 1px solid #ccc;
}

/*Loader*/
.lds-ellipsis-notifications {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;    
}
.lds-ellipsis-notifications div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #999;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis-notifications div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis-notifications div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis-notifications div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis-notifications div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
    transform: scale(0);
    }
    100% {
    transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
    transform: scale(1);
    }
    100% {
    transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
    transform: translate(0, 0);
    }
    100% {
    transform: translate(19px, 0);
    }
}



@media all and (max-width: 979px){
    .nav li.dropdown a:hover{
        background:none!important;

    }
    .nav li.dropdown.open > .dropdown-toggle{
        color: #fff!important;
        background: rgba(0,0,0,.15)!important;
        border-radius:3px;
    }
}
@media all and (max-width: 767px){
    #header ul.nav .dropdown-menu{
        width: 94%;
        right: 0;
        left: 0;
        margin: 0 auto;
        position: fixed;
        top: 100px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .dropdown-list-events:before,
    .dropdown-list-events:after{
        display:none!important;
    }
}
/*END -- Dropdowns List Event*/

/* Dropdown Opções do Usuário */
.dropdown-user-options li{
    color: #777;
    position: relative;
}
.dropdown-user-options li a{
    color: #777;
    font-size: 14px;
    padding: 5px 10px;
    transition: all .3s ease;
}
.dropdown-user-options li a.highlight-onbdg{
    border: 2px solid #e67e22;
    border-radius: 4px;
    color: #e67e22;
    margin-bottom: 10px;
}
.dropdown-user-options li a:hover{
    color: #555;
    background: #fff;
    opacity: .45;
}
.dropdown-user-options li i{
    color: #999;
    margin-right: 5px;
}
.dropdown-user-options li.divider{
    margin: 8px 9px;
}

.dropdown-user-options li .task-notification{
    height: 8px;
    width: 8px;
    top: 12px;
    right: auto;
    left: 0;  
}
/* END -- Dropdown Opções do Usuário */

#form_placeholder_form_projetos_tarefas_editar img.direita_icoN{
    max-height: 25px;
}


#box_lista_horas_trabalhadas .lista_linha_clara{
    text-align: center;
}

#box_lista_horas_trabalhadas .lista_linha_clara img{
    max-height: 23px;
}

.mh-30{
    max-height: 42px;
    margin: 0 auto;
    display: block;
}

#loginTopoDireita.topoDireita {
    top: 6px;
    min-width: initial;
}

.topoDireita .botaoUserTopo {
    line-height: 22px;
    height: auto;
    padding: 10px;
    margin: 0;
}

.topoDireita .foto_user {
    height: 32px;
    width: 32px;
    margin: 4px 10px;
}

#loginTopoDireita .menuButtonSair {
    padding: 9px 8px;
    height: auto!important;
}

.menuButtonSair .text {
    display: none;
}

.sidebar .toggle {
    padding: 19px 10px;
}

.menuButton{
    color: #fff;          
    padding: 11px 18px;
    transition: all .3s ease;
}

.menuButton:hover{
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}


/*-- CAPA : warpper do conte�do din�mico em rela��o ao status do menu --*/
.capa{
    padding: 0;
    margin-left: 265px;
    transition: all .3s ease;    
}
.menu-closed .capa{
    margin-left: 0;
}

/*-- MENU SIDEBAR--*/
.menu-sidebar {
    /* background: #5a87b5; Old Background */
    position: fixed;
    width: 225px;
    height: calc(100% - 52px);
    top: 52px;
    left: 0;
    margin:0;
    padding: 15px;
    background: #4370a2;
    border-radius: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: all .3s ease;    
    display: block!important; 
    overflow-y: auto;   
    z-index: 999;
}
.menu-sidebar::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}
.menu-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.25);
    border-radius: 8px;
}

.menu-open .menu-sidebar{
    transform: none;    
}
.menu-closed .menu-sidebar {
    transform: translateX(-100%);
}
.menu-closed .menu-sidebar.menu-closed {
    transform: none;        
}

#overlay-sidebar-open{
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    top:0;
    left: 0;
    z-index: 999;
}

#menu{margin:0;}

@media all and (max-width: 767px){
    body.menu-open{
        overflow: hidden;
    }
    body.menu-open #overlay-sidebar-open{
        display: block;
    }

    .menu-sidebar {
        top:0;
        height:100%;
        z-index:9999;
    }
    .button-toggle-menu{
        margin:0;
    }

    #mainmenu{
        opacity: 0;        
        max-height: 0;
        transition: all .3s ease; 
        overflow: hidden;       
    }
    #mainmenu.menu-open{
        opacity: 1;        
        max-height: 900px;
        overflow: visible;
    }
}

@media all and (max-width: 1024px){
    /* .menu-open .menu-sidebar{
        transform: translateX(-100%);
    }
    .menu-closed .menu-sidebar {
        display: block!important;
        transform: none;
    }    */
    .menu-sidebar .button-toggle-menu{
        display: block;
    }
}

.menu-sidebar .row-fluid [class*="span"] {
    margin-bottom: 0;
}

.menu-sidebar .navigation li {
    border: 0;
    border-bottom: none;
    background: none;
    height: initial;
}
.menu-sidebar .navigation li:hover, .menu-tyle .navigation li.active{
    border-color: #436d9a;
    border-top-color: transparent;
    background: none;
}
.menu-sidebar .navigation li a {
    text-shadow: none;
    padding: 10px 10px;
    border-radius: 3px;
    transition: all .3s ease;
}
.menu-sidebar .navigation li a:hover {
    color: rgba(255,255,255,0.45);
    background: rgba(0,0,0,0.08);
}
.menu-sidebar .navigation li a.highlight-onbdg .task-treinamento{
    height: 8px;
    width: 8px;
    background: #e67e22;
    border-radius: 100%;
    position: absolute;
    left:22px;
}
.menu-sidebar .navigation li.active-acordion{
    border-radius: 3px;
    background: rgba(0,0,0,0.08);
    margin-bottom: 5px;
}
.menu-sidebar .navigation li a .chevron-collapse{
    float: right;
    opacity: 0.5;
    font-size: 12px;
    margin-top: 5px;
    transition: all .3s ease;
}
.menu-sidebar .navigation li.active-acordion a .chevron-collapse{
    transform: rotate(180deg);
}
.menu-sidebar .navigation li a > i{    
    margin:0;
}

.menu-sidebar .navigation li a span{
    display: inline;
}
.menu-sidebar .navigation li > a span.text{
    padding: initial;
    display: inline;
    margin-left: 10px;
}

.menu-sidebar .grupoTrabalhoUsuario {
    padding: 0;
}
.menu-sidebar .grupoTrabalho ul {
    margin: 0;
}
.menu-sidebar .grupoTrabalho ul li {
    float: none;
    background: none!important;
}
.menu-sidebar .grupoTrabalho ul li.item-colaborador a {
    padding-left: 30px;
}
.menu-sidebar .grupoTrabalho ul li .avatar {
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
    top: 8px;
    left: 5px;
}
.menu-sidebar .grupoTrabalho ul li .avatar img {
    margin: 0;
    padding: 0;
    border: none;
}

.menu-sidebar form{margin: 0;}

.admin {    
    padding: 15px 0;
    box-shadow: none;
    background: none;
    height: initial;
    min-height: initial;
    cursor: default;
}
.admin ul.control {
    margin: 0;
    margin-bottom: 10px;
}
.admin ul.control li a {
    color: rgba(255, 255, 255, 0.65);
    display: block;
    text-align: center;
    text-shadow: none;
    padding: 6px 8px;
    font-size: 12px;
}
.admin ul.control li a:hover {
    color: rgba(255, 255, 255, 0.35);
}
.admin .isb-user {
    display: none;
}

input.search_input{
    margin: 0;6
    width: 100%;    
    box-shadow: none;
    border: none;
    padding: 9px 15px;
    transition: all .3s ease;    
}
input.search-input-focus{
    transform: scale(1.05);
    padding: 9px 15px;
}

.user-area{
    color:#fff;
    transition: all .3s ease;
}
.avatar-usera:hover, .user-area:hover .label-use{
    color:#fff;
    opacity: .45;
}
.user-area .avatar-user {
    display: block;
    height: 82px;
    padding: 0;
    width: 82px;
    margin: 0 auto;    
    border-radius: 100%;
    background:rgba(255,255,255,0.45);
    overflow: hidden;
    box-shadow: 0 1px 15px rgba(0,0,0,0.15);
    border:none;
}

.user-area .avatar-user img{
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; 
    width: 100%;
}

.user-area .avatar-user img.img-polaroid {
    cursor: default;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border:none;
}
.user-area .label-user{
    color: rgba(255,255,255,.5);
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 15px;
    display: block;
}

.menu-sidebar .head {
    padding: 10px 10px;
    padding-top: 20px;
    background: #5a87b5;
    border: none;
}
.menu-sidebar .head H4 {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 100%;
    float: none;
    letter-spacing: 0.036em;
    min-height: initial;
    color: rgba(255, 255, 255, 0.9);
}
.menu-sidebar .grupoForm.block-fluid {
    background: none;
    padding: 5px;
    padding-top: 0;
    margin: 0;
    box-shadow: none;
}
.menu-sidebar #anotacoes{
    display: none;
}
.menu-sidebar .div_anotacoes {
    padding: 10px;
}
#anotacao {    
    padding: 10px;
    height: 140px;
    resize: none;
}
#anotacao::-webkit-scrollbar {
    width: 4px;
    background: #edeff1;
}
#anotacao::-webkit-scrollbar-thumb {
    background: #777;
    border-radius: 8px;
}

/*-- HOME --*/
.hero-unit{
    padding: 20px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    background: none;
}
.hero-unit h1{
   margin: 0;
   font-size: 52px;
   color: #999;
}
.hero-unit .well{
    margin-top: 20px;
    box-shadow: none;
}
.hero-unit .well h3{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999;
}
ul.infos-account{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.infos-account li{
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    
}
ul.infos-account li:last-child{
    margin-right: 0;
    border:none;
}
ul.infos-account li a:hover{
    opacity: .45;
}
@media all and (max-width: 767px){
    .hero-unit h1 small{
        display: block;
        margin-top: 10px;
    }
}

/*Posts Home*/
#mural .stream {
    border: none;
    padding: 0 15px;
}

.block.messages {
    margin-bottom: 0;
    border-right: 1px solid #ddd;
}

#boxPostagens-REMOVIDO {
    box-shadow: 0 2px 6px rgba(0,0,0,0.15) ;
}

#boxPostagens-REMOVIDO .headInfo {
    padding: 15px;
    padding-bottom: 5px;
    border-color: #ddd;
    border: 1px solid #ddd;
}

/*Textarea mensagem*/

#boxPostagens-REMOVIDO .textareaMensagens {
    padding: 15px;
    height: 80px;
    border-radius: 3px;
    border-color: #eee;
}

/*Mensagem post*/

.stream .item, .block.messages .item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.block.messages .item .image {
    border: 1px solid #eee;
    width: 38px;
    height: 38px;
    padding: 0;
    top: 5px;
    border-radius: 100%;
    overflow: hidden;
}
.stream .item .image a{
    cursor: default;
}
.stream .item .image img {
    width: 100%;
    height: auto;
}
.stream .item .info {
    margin: 0 0 0 65px!important;
    padding: 0!important;
    min-height: initial;
}
.stream .item .info .name {
    padding-right: 5px;
}
.stream .item .info .title {
    margin: 0;
    margin-bottom: 5px;
    color: #777;
    padding: 0;
}
.stream .item .info .title strong {
    font-weight: normal;
    font-size: 12px;
}
.stream .item .info .title span {
    display: none;
}
.stream .item .info .text {
    font-size: 12px;
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 3px;
    line-height: 18px;
    color: #666;
    border: 1px solid #e7eaec;
}
.stream .item .info p.actions {
    margin: 0;
}
.stream .item .info .actions a {
    margin: 0;
    font-size: 12px;
}

/*-- LAYOUT --*/
/* Page Header */

.page-header{
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #eeeeee;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; 
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.page-header h1, .title-page-tabs h1{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;    
    color: #919191;
    padding: 9px 0;
    padding-right: 14px;
    line-height: 100%;
}
.page-header .breadcrumb{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    background: none;    
    font-size: 15px;
}
.page-header .breadcrumb li a:hover{
    text-decoration: none;
    opacity: .45;
}
.page-header .breadcrumb li a:active,
.page-header .breadcrumb li a:focus{
    text-decoration: none;
}
.page-header .breadcrumb li a .caret{
    border-top-color: #999;
}
.page-header .breadcrumb .divider{
    border-bottom: none;
}
.page-header .btn-group + .btn-group{
    margin-left: 0;
}

.page-header .dropdown-menu.pull-right{
    margin-top:0;
}

/*Subtitle*/
.subtitle-section{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#999;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

/* Dropdowns Gerais */
.page-header .dropdown-menu > li > a{
    color: #555;    
}
.page-header .dropdown-menu > .active > a, 
.page-header .dropdown-menu > .active > a:hover, 
.page-header .dropdown-menu > .active > a:focus{
    font-weight: bold;
    background: none;
    color: #555;
    opacity: 1;
    cursor: default;
}
.page-header .dropdown-menu > li > a i{
    font-size: 16px;
    color: #999;
    margin-right: 4px;    
}

.page-header .divider{
    display:none;
    border: none;
}
.page-header .botoesBarra{    
    margin-left: auto;    
}

.botoesBarra {
    padding: 7px 0;
}
.botoesBarra .botaoAcoes,
.botoesBarra .btn{
    margin-bottom: 3px;
}
.botoesBarra .btn .badge{
    background: #fff;
    color: #555;
    margin-right: 4px;
}
.botoesBarra .btn-warning .badge{    
    color: #f39c12;
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .page-header h1{
        white-space: nowrap;
    }
    .page-header .botoesBarra{   
        text-align: right;
    }
    .page-header .botoesBarra .dropdown-menu li{
        text-align: left;
    }
}

@media only screen and (max-width: 991px) {   
    .page-header{
        display:block;
    }
    .page-header .botoesBarra{
        float:none;
        text-align: left;
    }    
    .page-header .botoesBarra:before{
        content: "";
        clear: both;
        display: table;
    }
}

/* Gerais < Layout */
.title-section h2{
    font-size: 2.2em;
    color: #999;
    
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.title-section h2 small.sub-title{
    font-size: .72em;
    text-transform: uppercase;    
}

a.title-section{
    display: block;
    position: relative;
    transition: all .3s ease;
}
a.title-section:before{
    content: "\f054";
    font-weight: 900;    
    font-family: Font Awesome\ 5 Free;
    color: #999;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -6px;  
    transition: all .3s ease;
}
a.title-section:hover:before{    
    right: 0;
}
a.title-section:hover{
    opacity: 0.45;
}

/*SECTIONS*/
/*Customização dos panels da Home*/
section.section-home .panel {
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    border-radius: 6px;
}
section.section-home .panel div:first-child[class*="panel-"] {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
section.section-home .panel div:last-child[class*="panel-"] {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*-- COMPONENTES --*/
/*Descrição produto fluxo de venda*/
div.infos-produto{
    width: 100%;
    max-width: 80%;
}
ul.info-produto{
    margin: 0;
    padding:0;
}
ul.info-produto li{    
    display: block;
    text-align: left;
    padding-right: 15px;
    padding-bottom: 5px;
    margin-right: 15px;
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
ul.info-produto li:last-child{
    border: none;
    padding: 0;
    margin:0;
}
ul.info-produto li span.title-info,
ul.info-produto li > a{
    font-size: .9em;
}
ul.info-produto li > a{
    background: #eee;
    padding: .3em 1.2em;
    border-radius: 12px;
    color: #555;
    display: inline-block;
}
ul.info-produto li > a:hover{
    background: #ccc;
}
ul.info-produto li span.title-info{
    color: #999;          
}
ul.info-produto + ul{
    margin-top: 8px;
}
ul.info-produto li > .info-code{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ddd;
}

.tituloHeader div.infos-produto{
    max-width: 100%;
}
.tituloHeader ul.info-produto li{
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-right: 10px;
    margin: 0;
    margin-right: 10px;
    display: inline-block;
}
.tituloHeader ul.info-produto li:last-child{
    border:none;
    margin-right: 0;
}

/*Inner Preloader*/
.container-donut-loader{
    overflow: hidden;
    margin: 20px auto;
    display: none;
}
.donut-loader,
.donut-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.donut-loader {  
  font-size: 6px;
  position: relative;
  margin: 0 auto;
  text-indent: -9999em;
  border-top: 1.1em solid       rgba(52, 152, 219,.45);
  border-right: 1.1em solid     rgba(52, 152, 219,.45);
  border-bottom: 1.1em solid    rgba(52, 152, 219,.45);
  border-left: 1.1em solid rgba(52, 152, 219, 0.75);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-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);
  }
}

/* FEED Rede social do sistema */
.feed-system{
    padding-top: 20px;
    width: 100%;
}

/*Simulador rede social*/							
.feed-simulator .messanger-feed, #loaderPost{
    animation: createItem .4s ease;
}
@keyframes createItem {
     from   {opacity: 0; transform: scale(0.5)}
     to     {opacity: 1; transform: scale(1)}
}
.feed-simulator{position: relative;}
.feed-simulator .banner{
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        background: rgba(0,0,0,0.6);
        color: #fff;
        /* display: flex; */
        align-items: center;
        justify-content: center;
        text-align: center;
}
.feed-simulator .content-banner{
    margin-top: 125px;
}
.feed-simulator .content-banner p{
    font-size: 18px;
}  

/*Layout FEED*/
.feed-system .caption{
    font-size: 14px;
}

.feed-system .header-feed{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    color: #fff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #074c99;
}
.feed-system .header-feed .simbolo-header{
    font-size: 18px;
    position: relative;
}
.feed-system .header-feed .simbolo-header .fas{
    vertical-align: middle;
}
.feed-system .header-feed .control-header{
    background: none;
    border: none;
    color: #fff;
    transition: all .3s ease;
    padding: 4px 5px;
}
.feed-system .header-feed .control-header:hover{
    opacity: .45;
}
body.feed-mode-modal .feed-system .header-feed .control-header .fa-expand{
    display: none;
}
body.feed-mode-modal .feed-system .header-feed .control-header .fa-times{
    display: block!important;
}
body.feed-mode-modal  .feed-system .caption{
    display: none;
}

.header-feed .simbolo-header .task-counter{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;    
    padding: 0px 5px;
    border-radius: 3px;
    background: #e67e22;
    transition: all .3s ease;
}

.header-feed .simbolo-header .task-counter:hover{
    opacity: .45;
}

.container-feed{    
    overflow: auto;
    max-height: 280px;    
    background: #eee;
    border: 1px solid #eee;
    padding: 15px;
    /* -webkit-border-radius: 4px 4px 0 0; */
    /* border-radius: 4px 4px 0 0; */
}
.container-feed::-webkit-scrollbar{
    width: 12px; 
    background: transparent;
}
.container-feed::-webkit-scrollbar-thumb{ 
    background: #ccc;
    border-radius: 6px;
    border: 3px solid #eee;
}

/*Controles do feed*/
.controls-feed{
    background: #ddd;
    text-align: right;
    padding: 10px 15px;
    padding-left: 65px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.controls-feed textarea{ 
    display: block;
    resize: none;
    margin: 0 auto;
    max-height: 42px;
    min-height: 42px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s ease;
}
.controls-feed textarea::-webkit-scrollbar{
    width: 12px; 
    background: transparent;
}
.controls-feed textarea::-webkit-scrollbar-thumb{ 
    background: #ccc;
    border-radius: 6px;
    border: 3px solid #fff;
}
.create-message.controls-feed textarea{   
    max-height: 120px;    
    min-height: 82px;
    width: 100%;    
    max-width: 100%;
    min-width: 100%;
    resize: both;
}
.controls-create-message{
    width: 85%;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
}
.create-message .controls-create-message{
    width: 100%;
    padding-top: 15px;
    max-height: 200px;
    
}
.controls-create-message .btn-link{
    box-shadow: none;
}
.controls-create-message .btn-default{
    background: #e8e8e8;
}
.controls-create-message .btn-primary:focus{
    color: #FFFFFF;
    background: rgba(42, 113, 191,1);
    outline: none;
    box-shadow: inset 0px -2px 0px rgba(0,0,0,.15);
}
.controls-create-message .btn-primary:focus:hover{
    color: #FFFFFF;
    background: rgba(42, 113, 191,.65);
}
.controls-create-message .btn .fas{
    margin-right: 0;
    line-height: 20px;
}
.controls-mode .btn .fas{
    margin: 0;
}

.controls-create-message .btn-primary svg{
    height: 18px;
    width: 18px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 8px;
}

/*Mensagens do feed*/
ul.list-messangers{
    margin: 0;        
    padding: 0;    
    list-style: none;    
}
li.messanger-feed{
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    padding-left: 55px;
    position: relative;
    margin-bottom: 20px;
}
.messanger-feed .avatar-user {    
    display: block;
    position: absolute;
    height: 42px;    
    width: 42px;       
    left: 0; 
    border-radius: 100%;
    background: #eee;
    overflow: hidden;    
    transition: all .3s ease;
    border: 1px solid #ccc;
}

.messanger-feed .avatar-user img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.messanger-feed .avatar-user:hover{        
    opacity: .45;
}
.messanger-feed .infos{
    color: #777;
    font-size: 12px;
    padding-bottom: 5px;
}
.messanger-feed .infos .name{
    font-weight: bold;
}
.messanger-feed .text-messanger p{
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    line-height: 19px;    
}
.messanger-feed .text-messanger .title{
    font-weight: bold;
    display: block;
}
.messanger-feed .controls{
    margin-top: -4px;
}
.messanger-feed .controls a{    
    color: #999;
    font-weight: normal;
    transition: all .3s ease;  
}
.messanger-feed .controls a + a{
    margin-left: 5px;
} 
.messanger-feed .controls a.like.active,
.messanger-feed .controls a.like:hover{
    color: #3498db;    
}
.messanger-feed .controls a.heart.active,
.messanger-feed .controls a.heart:hover{
    color: #e74c3c;    
}
.messanger-feed .controls a.heart.smile,
.messanger-feed .controls a.smile:hover{
    color: #f1c40f;    
}
.messanger-feed .controls a.link-like{
    color: #3498db;    
}
.messanger-feed .controls a.link-like:hover{
    text-decoration: none;
    opacity: .45;
}
ul.list-messangers .alert-custom{
    margin:0;    
    text-align: center;
}

/*Bar Loader File*/
#loaderFile{
    text-align: left;
    margin-bottom: 12px;
    display: none;
    color: #777;
}
#loaderFile.file-loading{
    display: block;
}
.file-loading .text-info{
    display: none;
}
.file-loading-complete .text-info{
    display: block;
}
.file-loading .bar-loading{
    display: block;
}
.file-loading-complete .bar-loading{
    display: none;
}
.bar-loader-file {
    position: relative;
    height: 8px;
    margin-top: 4px;
    background-color: #3498db;
}
.bar-loading {
    position: absolute;
    left: 0;
    height: 100%;
    display: none;
}
.bar-loading:nth-child(1) {    
    background-color: #2980b9;
    animation: loading 3s linear infinite;
}
.bar-loading:nth-child(2) {
    background-color:  #3498db;
    animation: loading 3s linear 1.5s infinite;
}
@keyframes loading {
    from {width: 0;z-index:100;}   
    50% {width: 100%;z-index: 10;}     
    to {width: 100%;}
}

/*Loader Anexo -- ajuste*/
.feed-system #progress_input_imagem {
    width: 100%!important;
    /* margin-top: 12px; */
    background: #eee;
}
.feed-system #progress_input_imagem .bar {
    position: relative;
    line-height: 18px;
    padding-right: 10px;
    padding-left: 22px;
    background: #3498db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s ease;
}
.bar .excluirAnexoSocial {
    left: 2px;
    color: rgba(255,255,255,.5);
    transition: all .3s ease;
}
.bar .excluirAnexoSocial:hover {
    color: #bf5b51 ;
}

/*Layout FEED coluna Lateral*/
.column-infos-right .controls-feed{
    padding: 15px;
} 
.messanger-feed .text-messanger p{
    box-sizing: border-box;
}
.messanger-feed .text-messanger p img{
    max-width: 100%!important;
}

/*Modo FEED Modal*/
body.feed-mode-modal{
    overflow: hidden!important;
}

.overlay-feed-modal{
    display: none;
    position: fixed;
    z-index: 9998;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transform: scale(0);    
    overflow: auto;
}
body.feed-mode-modal .overlay-feed-modal{
    display: block;
    transform: none;
    background: rgba(0, 0, 0, .75);
    animation: showOverlay .3s ease;
}
@keyframes showOverlay{
    from{
        background: rgba(0, 0, 0, 0);
    }
    to{        
        background: rgba(0, 0, 0, .75);
    }
}

.feed-mode-modal .feed-system{
    position: fixed;
    width: 600px;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    animation: animatedFeedModal .9s ease;    
}
@keyframes animatedFeedModal{
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.feed-mode-modal .container-feed{
    max-height: 54vh;
}

/*Responsivo FEED*/
@media all and (max-width: 767px){
    .controls-feed{
        padding-left: 15px;         
    }
    .file-loading .text-info{
        float: none!important;
    }
}
@media all and (max-width: 991px){
    li.messanger-feed img{
        max-width: 100%!important;
    }
}
/*END FEED*/

/*WIDGETS & PAINELS & BLOCKS*/
.content .head, .ui-widget-content .head, .grupoHead {
    padding: 8px 10px;
    background: #5a87b5;
    border: none!important;
    border-top-left-radius:     3px;
    border-top-right-radius:    3px;
}
.head {
    color: #FFFFFF;
    text-shadow: none;
    border-top: none;
}
.head h1 {
    text-shadow: none;
}

/*Tema Gray*/
.content .head, .ui-widget-content .head, .grupoHead, .topoAzul {
    background: #eee;
    border: 1px solid #eee;
    color: #666;
}
.content .head h1, .content .head h2, .content .head h3, .content .head h4, .content .head h5, .content .head h6, .ui-widget-content .head h1, .ui-widget-content .head h2, .ui-widget-content .head h3, .ui-widget-content .head h4, .ui-widget-content .head h5, .ui-widget-content .head h6, .topoAzul h1, .topoAzul h2, .topoAzul h3, .topoAzul h4, .topoAzul h5, .topoAzul h6, .topoAzul, .ui-dialog .ui-dialog-titlebar {
    text-shadow: none;
    font-size: 16px;
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height: initial;
}

/*Temas Cabeçalhos*/
.head.vermelho, .grupoHead.vermelho, .head.vermelho:before, .grupoHead.vermelho:before {
    color: #fff;
    background: #ff7675;
}
.head.laranja, .grupoHead.laranja, .head.laranja:before, .grupoHead.laranja:before {
    color: #fff;
    background: #fdcb6e;
}
.head.amarelo, .grupoHead.amarelo, .head.amarelo:before, .grupoHead.amarelo:before {
    color: #fff;
    background: #fdcb6e;
}
.head.azul, .grupoHead.azul, .head.azul:before, .grupoHead.azul:before {
    color: #fff;
    background: #3498db;    
}
.head.verde, .grupoHead.verde, .head.verde:before, .grupoHead.verde:before {
    color: #fff;
    background: #00b894;    
}

.content .head h4 {
    min-height: initial;
}

/*Blocks & Contents*/
.block, .block-fluid {
    background: #fff;
    box-shadow: none;
    border: 1px solid #ddd;
    border-bottom-left-radius:  3px;
    border-bottom-right-radius: 3px;    
}

.grupoForm {
    padding: 20px 15px;
}

.block-fluid.grupoForm {
    border: none;
    overflow: initial!important;
}

/* Para contornar o overflow:hidden original dos block devido os floats do conteúdo */
.block-fluid {
    overflow: initial;
}
.block-fluid:after {
    content: "";
    clear: both;
    display: table;
}

.block .block, .block-fluid .block-fluid {
    box-shadow: none;
    border: 1px solid #ddd;
}
.content .head + .block, .content .head + .block-fluid, .topoAzul + .block, .topoAzul + .block-fluid {
    border-top: none;
}
.block table, .block-fluid table {
    border: none;
}

/*Accordion-custom - Panels - group-toggle*/
.accordion-custom + .accordion-custom{
    margin-top: 8px;
}

/*END - WIDGETS & BLOCKS*/

/*Bootstrap Date Timer Picker PLUGIN */
.bootstrap-datetimepicker-widget .timepicker-picker .btn{
    background: #2a71bf;

}
.bootstrap-datetimepicker-widget .timepicker-picker .btn > i{
    margin: 0!important;
}
.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle{
    background: #3498db;
    padding: 4px 5px 5px;
    
}
.bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td.active:hover:hover, .bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active, .bootstrap-datetimepicker-widget td.active.disabled, .bootstrap-datetimepicker-widget td.active:hover.disabled, .bootstrap-datetimepicker-widget td.active[disabled], .bootstrap-datetimepicker-widget td.active:hover[disabled]{
    background: #3498db;
}
/*END - Bootstrap Date Timer Picker PLUGIN */

/*UI-DIALOG PLUGIN - MODAL*/
.ui-dialog .ui-dialog-titlebar {
    background: #074c99;
    border: none;
    padding: 5px;
}
.ui-dialog .ui-dialog-content::-webkit-scrollbar {
    width: 12px;
    background: #eee;
}
.ui-dialog .ui-dialog-content::-webkit-scrollbar-thumb {
    background: #999;
    border: 3px solid #eee;
}
.ui-dialog {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.ui-dialog .ui-resizable-se {
    opacity: 0;
}
/*END - UI-DIALOG PLUGIN - MODAL*/

/*TABELAS & LISTAGENS*/
.table th{
    background: #eee;
    font-weight: bold;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    
}
.table tr td{
    /* background: #fff; */
}
.table.table-task tr td{
    background: none;
}
.table-sorting .table{
    border-right: none;
}

.lista td {
    padding: 6px 7px 6px 7px;
    vertical-align: middle;
    position: relative;
    line-height: 1.5em;
}
.headLista, .table th {
    height: auto;
    padding: 14px 7px;
    position: relative;
}

.headLista{
    background: #eee !important;
}

[class *="block"] .table tr th{
    border-right-color: #ccc;
}

[class *="block"] .table tr:last-child{
    border-bottom: none;
}
[class *="block"] .table tr td:last-child{
    border-right: none;
}

.ico_seta_lista {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -4px;
    padding: 0;
}

.lista_linha_escura, .lista_linha_clara, table tbody tr td {
    color: #555;
    font-size: 12px;
}

[class*="block"] .table tr {
    background: rgba(0,0,0,.03);
}

[class*="block"] .table tr:nth-child(2n+1) {
    background: #fff;
}

[class*="block"] .table tr:hover {
    background: #fffcec;
}

[class*="block"] .table tr:nth-child(2n+1):hover {
    background: #fffcec;
}

[class*="block"] .table tr:hover td {
    background: transparent;
}

[class*="block"] .table tr td h2{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777!important;
    font-size: 14px!important;
    line-height: 1.2em;
    margin:0;
}

/*Célula com checkbox*/
.table thead:first-child tr:first-child th[style="width:30px"]{
    text-align: center;
}
.table thead:first-child tr:first-child th[style="width:30px"] > a{
    padding: 0;
}

/*Status de informativos*/
/*Text Danger - Status*/
.lista td span[style="color:#FF0000;font-weight:bold;"]{
    color: #e74c3c!important;
}
.lista td span[style="color:#FF0000"]{
    color: #e74c3c!important;
}
/*Text Success - Status*/
.lista td span[style="color:green"]{
    color:#2ecc71!important;
    font-weight: bold;
    display: block;
    text-align: center;
}
font[color="green"]{color: #2ecc71!important}

/*Label Red - Status*/
.lista td b[style="color:#FF0000"]{
    background: #e74c3c;
    color: #fff!important;
    padding: 3px 5px;
    border-radius: 3px;
}

/*Label Green - Status*/
.lista td b[style="color:#009900"]{
    background: #2ecc71;
    color: #fff!important;
    padding: 3px 5px;
    border-radius: 3px;
}

/*Label Dark - Status*/
.lista td b[style="color:#000000"]{
    background: #333333;
    color: #fff!important;
    padding: 3px 5px;
    border-radius: 3px;
}

/*Status circle*/
table td .circle.left{
    float: none;
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -5px;
}

table td .circle.left + div{
    padding-left:16px;
}

/*Table Footer*/
table.totais_lista tr td {
    font-size: 16px;
}

/*Tabelas Internas*/
.grupoLista {
    padding: 20px 15px;
}

#lista_ #lista_interna_ {
    margin: -4px;
    margin-bottom: 0;
}

#lista_interna_ {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -21px;
}

.left #lista_interna_, .right #lista_interna_ {
    margin: 0;
}

.left #lista_interna_ table, .right #lista_interna_ table {
    border-right: 1px solid rgba(142, 161, 178, 0.4);
    border-left: 1px solid rgba(142, 161, 178, 0.4);
    margin-bottom: 8px;
}

#lista_ table, .block-fluid table {
    border: none;
    box-shadow: none;
}

#lista_ table .headLista, .block-fluid table .headLista {
    font-family: 'roboto condensed', sans-serif;
    font-size: 14px;
    color: #555;
    border: 1px solid #ddd;
    border-left: 0;
    border-bottom: 2px solid #ddd;
    background: #fff;
    vertical-align: middle;
}

#lista_ table .headLista, .block-fluid table .headLista a {
    color: #555;
    font-weight: bold;
    letter-spacing: 0.046em;
}

#lista_ table tr th:first-child, #lista_ table tr td:first-child {
    padding-left: 15px;
}

#lista_ table tr th:last-child, #lista_ table tr td:last-child {
    border-right: 0;
}

#lista_ .block-fluid {
    box-shadow: none;
    border: none;
}

#lista_ table tr:last-child td{
    border-bottom: 1px solid #ddd;
}

/*Listagem DRE*/
.doubleScroll-scroll-wrapper{
    padding-left: 12px;
}
.container-scroll{
    overflow: auto;  
    width: 100%; 
    max-height: 70vh;
    position: relative;
    z-index: 1;
    border-right: 1px solid #ddd;   
    padding-left:   10px; 
    padding-right:  10px; 
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.container-scroll .table{
    width: 100%;   
    min-width: 1200px; 
    margin: auto;
}

.container-list{
    position: relative;
    overflow: hidden;
}
.container-list:before,
.container-list::after
{
    display: none;
    content: "";
    position: absolute;
    top:0;
    left:-10px;
    height: 100%;
    width: 10px;    
    z-index: 2;
    border-radius: 100%;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
}
.container-list::after{
    left:auto;
    right: -10px;
}
.container-list.shadowLeft:before,
.container-list.shadowRight:after
{
    display: block;
}
.scroll-bar-style::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,0.15);
}
.scroll-bar-style::-webkit-scrollbar{
    height: 16px;
    background: #f8f8f8;
}

.table-dre tr{
    background: #fff!important;
}
.table-dre th{
    background: #eee!important;
    text-align: right;
    padding: 14px 15px;
    position: -webkit-sticky;
    position: sticky;
    top:0;
    z-index: 2;
}
.table-dre th:first-child{
    text-align: left;
    position: -webkit-sticky;
    position: sticky;   
    left: 1px;
    top:0;
    z-index: 3;
}
.table-dre th:first-child:before{
    content: "";
    width: 12px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: -12px;
    top: 0;
    z-index: 2;
}
.table-dre tbody td{
    white-space: nowrap;
    padding-top:    16px;
    padding-bottom: 16px;
    border-radius: 0!important;
    border-right: none!important;
    text-align: right;
}
.table-dre tbody td:first-child{
    position: -webkit-sticky;
    position: sticky;   
    left: 1px;
    z-index: 2;
    background: #fff; 
    border-right: 1px solid #ddd!important;
}
.table-dre tbody td:last-child{
    border-right: 1px solid #ddd!important;
}

.table-dre .primeiro-nivel td{
    font-weight: bold;
}
.table-dre .primeiro-nivel td:first-child{
    font-weight: bold;
}
.table-dre .segundo-nivel td:first-child{    
    border-left-width: 6px;    
}
.table-dre .terceiro-nivel td{
    background: #f8f8f8;  
    padding-top:    8px;
    padding-bottom: 8px;
}
.table-dre .terceiro-nivel td:first-child{
    font-style: italic;
    padding-left: 30px;
    border-left-width: 8px;
    background: #f8f8f8;
}

.table-dre td:first-child{
    position: relative;
    border-left: 3px solid #ddd;
    padding-left: 16px;
    min-width: 170px;
    text-align: left;
}
.table-dre .dre-green td:first-child{
    border-left-color: #2ecc71;
}
.table-dre .dre-red td:first-child{
    border-left-color: #e74c3c;
}
.table-dre .fas{
    height: 12px;
    width: 12px;    
    padding: 5px;
    color: #fff;
    background: #ddd;
    border-radius: 100%;
    text-align: center;
    margin-right: 3px;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -12px;    
}
.table-dre .dre-green .fas{
    background: #2ecc71;
}
.table-dre .dre-red .fas{
    background: #e74c3c;
}

.table-dre .destaque td{
    font-weight: bold;
    background: #f8f8f8!important;
}
.table-dre .destaque .fas{
    background: #fff;
    border: 1px solid #ddd;
    color: #555;
}

/*Totalizadores grupos DRE*/
.dre-green .dre-value-cell strong,
.dre-green .progress .bar{
    color: #2ecc71!important;
}
.dre-red .dre-value-cell strong,
.dre-red .progress .bar{
    color: #e74c3c!important;
}

.table-dre .dre-value-cell{
    position: relative;
    padding-right: 42px;
}
.table-dre .value-display{
    position: absolute;
    right: 0;
}
.table-dre .progress-display{
    color: currentColor;
    height: 4px;
    margin-bottom: -7px;
    margin-top: 4px;
    border-radius: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.05);
}
.table-dre .progress-display .bar{    
    background: currentColor;
    box-shadow: none;
}
.table-dre .terceiro-nivel .value-display{    
    font-weight: normal;
    font-style: normal;
}
/*END - Listagem DRE*/

/*Totais Listagens*/
.totais_lista .tag-valor-lista{
    background: #e8e8e8;
    padding: 3px 12px;
    display: inline-block;
    border-radius: 20px;
    margin: 1px 0;    
}
.totais_lista td b{
    font-style: italic;  
    color:#777;  
}
.totais_lista tr:nth-child(odd) .tag-valor-lista{
    background-color: #eee;
 }

/* reset style table */
[class *="block"] .table.table-dre tr td{
    cursor: initial;
}
[class *="block"] .table.table-dre tr:hover td{
    background: #FDFEE2!important;
}
/*END -- TABELAS & LISTAGENS*/

/*COMPONENTES LISTAGENS*/

/*Controles Listagens*/
.divAcoes {
    display: flex;
    justify-content: center;
    margin: 0;
}

.botao_img {
    float: none;
    padding: 0;
    margin-right:2px;
}
.botao_img a{
    display: block;
    padding: 4px;
    border-radius: 3px;
    background: rgba(255,255,255,1);
    border: 1px solid #eee;
    height: 20px;
    width: 20px;
}

.botao_img:last-child {
    margin-right: 0;
}

.botao_img a:hover {
    opacity: .45;
}
.botao_img .ico_padrao_lista_24{
    height: 19px;   
}

/*Avatar nas listagens*/
.foto-usuario-list{
    height: 48px;
    width:  48px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.foto-usuario-list img{    
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; 
    width: 100%;    
}
/*END -- Compoenentes Listagens*/

/*Boxs Alerts*/
#interno .ui-accordion-header {
    margin: 0;
    padding: 12px 10px;
    text-shadow: none;
}

.ui-accordion-header span {
    display: none;
}

.evento-container .mensagem.info {
    height: 100%;
    background: #fff;
    color: #999;
    text-shadow: none;
    font-weight: normal;
    font-style: italic;
}

.evento-container .block-fluid {
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

.evento-container table tr th.headlista {
    background: none;
    border-color: #ddd;
    padding: 8px 6px;
}

.evento-container table tr th:first-child, .evento-container table tr td:first-child {
    padding-left: 10px;
}

.evento-container table tr th.headlista a, 
[class *="block"] .table tr th a, 
[class *="block"] .listaPequena tr th a {
    font-size: 12px;
    color: #555!important;
    line-height: 1.2em;
    padding-right: 8px;
    display: inline-block;
    cursor:default;
    text-transform: uppercase;
    display: inline-table;
}
.evento-container table tr th.headlista a[onclick*="getPage"]:hover, 
[class *="block"] .table tr th a[onclick*="getPage"]:hover, 
[class *="block"] .listaPequena tr th a[onclick*="getPage"]:hover{
    cursor:pointer;
    opacity: .45;
}

.evento-container table tr td {
    padding: 8px 6px;
    color: #777;
}

.evento-container .preLista {
    margin: 0;
}

.mCustomScrollBox {
    position: initial;
    height: initial;
}

/* Abas */
/*CUSTOM ui.css*/
.ui-tabs.block, .ui-tabs.block-fluid {
    border-radius: 4px;
}
.ui-tabs .ui-tabs-nav {    
    margin-bottom: 15px;
    background: #eee;
    border-top-left: 4px;
    border-top-right: 4px;
}
.ui-tabs .ui-tabs-nav li {
    border-color: #ddd;
    top: 0;
    margin-bottom: -1px;
}
.ui-tabs .ui-tabs-nav .ui-state-default{
    border-color: #ddd;
}
.ui-tabs .ui-tabs-nav li:fisrt-child {
    border-top-left: 4px;
}

.ui-tabs .ui-tabs-nav li a {
    color: #777;
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    padding: 14px 12px;
    text-shadow: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color:#777!important;
    border-top: none;
    background: #fff;
    text-shadow: none!important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    opacity: 1;
}
.ui-state-active.ui-state-hover a, .ui-state-active.ui-state-hover a:hover {
    background: #f8f8f8!important;
}

/*ProgressBar em listagens*/

.barraFinalizacaoFundo {
    position: relative;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
}
.valorBarraFinalizacao{
    padding: 0;
}

.barraFinalizacao {
    position: absolute;
    top: 0!important;
    height: 100%!important;
    background: #27ae60;
}

/*PAGINAÇÃO*/
#paginacao {
    overflow: hidden;
    background: none;
}
#paginacao .dataTables_paginate {
    margin: 0;
    padding: 10px 0;
}
.table-sorting .dataTables_paginate a.paginate_button {
    padding: 6px 10px;
    display: inline-block;
    background: rgba(0,0,0,.05);
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
}
.table-sorting .dataTables_paginate a.paginate_button:hover {
    opacity: .45;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dataTables_paginate > span > a, .dataTables_paginate > span > b {
    padding: 6px 10px;
    display: inline-block;
    background: rgba(0,0,0,.05);
    border-radius: 3px;
}
.dataTables_paginate > span > a {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
}
.dataTables_paginate > span > a:hover {
    opacity: .45;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dataTables_paginate > span > b {
    cursor: default;
    color: rgba(0,0,0,.35);
    background: rgba(0,0,0,.04);
}
.dataTables_paginate > span > b > u {
    text-decoration: none;
}

/*-- MISCELLANEOUS --*/
#div_busca {
    margin-bottom: 15px;
}

.pb20:empty {
    padding: 0;
}

/*Legenda para os ícones e ações das listagens*/
.preLista{
    margin: 10px 0;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;   
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
ul.boxLegenda {
    font-size: 12px;
    color: #999;
    float: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
}
ul.boxLegenda li b{    
    float: none;
    padding: 0;
}
li.item-legenda{
    position: relative;
    display: inline-block;
    padding: 2px 12px;
    padding-left: 30px;
}
li.item-legenda:first-child, li.item-legenda:last-child{
    padding-right: 5px;    
}
li.item-legenda:last-child{
    padding-right: 0;
}
li.item-legenda .ico-item{
    position: absolute;
    height: 18px;
    width: 18px;
    left: 0;
    top: 0;
    padding: 4px;
    background: #fff;
    border-radius: 100%;
}
li.item-legenda .ico-item img {
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
.lista_total_registros {
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;    
    color: #555;
    font-weight: bold;
    margin: 0;
    padding: 3px 12px;
    border-radius: 20px;
    background: #eee;
    border:none;
}
.lista_total_registros + .lista_total_registros{
    margin-left: 10px;
}
.lista_total_registros[class*='bg-']{
    color: #fff!important
}
button.lista_total_registros:hover {
    opacity: .45;
}
.lista_total_registros b{
    font-size: 12px;    
    font-weight: normal;
}
.truncate-text{
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#form_placeholder_selecao_remessas .preLista {
    margin-bottom: 30px;
}

/*Adicionar Documento*/
.boxAddArquivos{
    display: block;
    position: relative;
    float: none;
    width: auto;
    clear: both;
    padding:15px;
}
.form-add-file{
    padding-bottom: 15px;
}
.form-add-file div:first-child .mt10{
    margin:0!important;
}
.itemDocumento{
    padding:0;
    padding-bottom: 5px;
}
.itemDocumento .label-item{
    display: block;
    text-align: right;
}

/*ICO BALL*/
.preIco {
    text-align: center;
    padding: 0;
    padding-right: 0;
}

.ico_ball {
    /* box-shadow: none;
    float: none;
    display: inline-block;
    vertical-align: middle;    
    margin-top: 0;
    margin-bottom: 2px;
    margin-right: 4px; */

    box-shadow: none;
    float: none;
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -5px;
}

.ico_ball.big{
    position: relative;
    top: auto;
    margin: 0 auto;
}

.ico_ball + span{
    padding-left: 15px;
    display: block;
    line-height: 1.2em;     
}

.ico_ball.status_1 {
    /* verde claro */
    background-color: #2ecc71;
    /* Purple */
    background-color: #8e44ad;
}

.ico_ball.status_2 {
    /* verde */
    background-color: #27ae60;
}

.ico_ball.status_3, .ico_ball.status3 {
    /* cinza */
    background-color: #DDDDDD;
}

.ico_ball.status_4 {
    /* azul */
    background-color: #3498db;
}

.ico_ball.status5,.ico_ball.status_5 {
    /* amarelo */
    background-color: #f39c12;
}

.ico_ball.status6,.ico_ball.status_6 {
    /* vermelho */
    background-color: #e74c3c;
}

.ico_ball.big {
    width: 25px!important;
    height: 25px!important ;
    box-shadow: none!important;
    float: none;
    display: inline-block;
}

.ico_ball.prioridade_1 {
    /* vermelho */
    background-color: #e74c3c;
}

.ico_ball.prioridade_2 {
    /* amarelo */
    background-color: #f39c12;
}

.ico_ball.prioridade_3 {
    /* azul */
    background-color: #3498db;
}

.ico_ball.prioridade_4 {
    /* verde */
    background-color: #27ae60;
}

.ico_ball.prioridade_5 {
    /* cinza */
    background-color: #DDDDDD;
}

/*Aviso Flutuante Plano*/

.aviso_planoOFF {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    background: rgba(0,0,0,.75);
    text-align: center;
    z-index: 10;
}

.aviso_plano {
    bottom: -3px;
    z-index: 9994;
    padding: 10px;
    background: rgba(0, 0, 0, 0.75);
    border-top-left-radius:     6px;
    border-top-right-radius:    6px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
    text-align: center;
}
.aviso_plano .icon-help-componente{
    display: none;
    background: #fff;
    color: #555;
    padding: 7px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: -12px;
    top: -12px;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.45);
}
.aviso_plano_animated .icon-help-componente{
    display: block;
}
.aviso_plano h4{
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    max-height: 0;
    width: 0;
    margin: 0 auto;    
    overflow: hidden;
    color: transparent;
    transition: all .3s ease;
    white-space: nowrap;
}
.aviso_plano_animated:hover{
    padding: 20px;
}
.aviso_plano_animated:hover h4{
    max-height: 80px;
    width: 100%;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .5);
}
.aviso_plano_animated:hover .botao_contratar{
    padding: 20px;
}
.aviso_plano_animated:hover .botao_contratar small{
    max-height: 80px;
    color: #fff;
}

.botao_contratar {
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-size: 16px;
    padding: 10px 20px;
    padding-bottom: 13px;
    background: #2ecc71;
    border: none;
    box-shadow: 0 0 15px rgba(0,0,0,.45);
    box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.15);
    height: auto;
    transition: all .3s ease;
}
.botao_contratar:hover {
    box-shadow: none;
    opacity: .45;
}
.botao_contratar a:focus{
    text-decoration: none !important;
    outline: none !important;
}
.botao_contratar small{
    display: block;
    max-height: 0;
    overflow: hidden;
    color: transparent;
    transition: all .3s ease;
}

.botao_contratar_expirado1{
    background: #e74c3c;
}

/*Tela Aviso Conta expirada*/
.aviso-conta-expirada{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px;
    width: 100%;
    max-width: 540px;
    margin: 45px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 16px -2px rgba(0, 0, 0, 0.45);
    padding: 20px;
    text-align: center;
}
.aviso-conta-expirada .title-aviso{
    color: #999;
}
.aviso-conta-expirada .title-aviso::after{
    content:"";
    display: block;
    width: 140px;
    height: 6px;
    background: #e74c3c;
    margin: 0.6em auto;
    border-radius: 16px;
}

.aviso-conta-expirada .infos-aviso-conta{
    line-height: 1.6em;
}
.aviso-conta-expirada .infos-aviso-conta p{
    font-size: 16px;
    line-height: 1.46em;
}
.aviso-conta-expirada .infos-aviso-conta strong{
    font-size: 1.2em;
    display: block;
    color: #777;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}
.aviso-conta-expirada .infos-aviso-conta a{
    display: block;
}

/*Chatbot*/

#chatboxtab {
    z-index: 11;
}

/*ROW FORM*/

div[class^="span"] .row-form {
    padding: 10px 15px;
}

/* ALERTAS CUSTOMIZADOS */
/*
## O .alert-custom foi criado para substituir o uso do .alert na lÃ³gica de alertas do Bootstrap, o restante da lÃ³gica deve ser mantida, como .aler-info, .aler-danger, etc.;
## Essa nova lÃ³gica existe para compensar uma funÃ§Ã£o mal elaborada que impacta de forma global todo .alert;
*/
.alert-custom{
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert-custom {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert-custom,.alert-custom h4 {
    color: #c09853
}

.alert-custom h4 {
    margin: 0
}

.alert-custom .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}

.alert-custom .btn + .btn{
    margin-left: 10px;
}
.alert-custom .btn + a:not(.btn){
    color: currentColor;
    text-decoration: underline;
    margin-left: 10px;
}
.alert-custom .btn + a:hover{
    opacity: .45;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success h4 {
    color: #468847
}

.alert-danger,.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-danger h4,.alert-error h4 {
    color: #b94a48
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info h4 {
    color: #3a87ad
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block>p,.alert-block>ul {
    margin-bottom: 0
}

.alert-block p+p {
    margin-top: 5px
}

/*Alerta restrito a mensagem de confirmação de email*/
.alert-confirmacao-email{
    margin: 0 20px;
    margin-top:70px;
    margin-bottom: -60px;
    margin-left: 280px;
    transition: all .3s ease;
    text-align: center;
}
.menu-closed .alert-confirmacao-email{
    margin-left: 20px;
}

/*Mensagem Info - Alert*/
.mensagem {
    background: #fff;
    text-shadow: none;
    color: #777;
    border: 1px solid #f39c12;
    border-left: 4px solid #f39c12;
    position: relative;
    padding: 15px;
}

.mensagem > div {
    padding-left: 50px;
}

.mensagem > div:before {
    height: 100%;
    width: 52px;
    position: absolute;
    background-color: #f39c12;
    background-position: center;
    opacity: 1;
    top: 0;
    left: 0px;
}

.mensagem.erro > div:before {
    height: 100%;
    width: 52px;
    position: absolute;
    background-color: #f44336;
    background-position: center;
    opacity: 1;
    top: 0;
    left: 0px;
}

.mensagem.info {
    margin: 10px 0;
    background: #fff;
    box-shadow: none;
    border: 1px solid #f39c12;
    border-left: 4px solid #f39c12;
    color: #777;
    font-style: italic;
    min-height: initial;
}
.mensagem span[style*="color:red"] {
    color: #e74c3c;
    font-weight: bold;
}

.mensagem.sucesso, 
.mensagem.erro, 
.mensagem.azul
{
    border: none;
    text-shadow: none!important;
    color: #fff;
}
.mensagem.sucesso div:before {   
    background-color: #51a051;
    background-image: url("../images/icons/wb/ic_ok.png") !important;
}

/* Alertas sem ícone */
.mensagem.noIcon > div, .mensagem.info > div {
    padding-left:0;
}
.mensagem.noIcon > div:before, .mensagem.info > div:before {
    background-image: unset;
    content: unset;
}

.mensagem_grupo_vendedor{
    display:none;
}

.mensagem_destaque {
    margin-bottom: 10px;
}

/* Elementos Mensagem */
.mensagem h1 {
    font-size: 1.2em;
    line-height: 1.2em;
}
.mensagem .checkbox {
    float: left;
    margin-right: 10px;
}
.mensagem .checkbox + label {
    padding-top: 3px;
}

/* INFOS TEXT*/
.info-text{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    color: #777;
    font-style: italic;
    border-left: 3px solid #3498db;
    padding: 4px 0;
    padding-left: 6px;
}

@media all and (max-width: 420px){
    .info-text{        
        text-align: center;
    }
}

/*Alerts Carousel*/
#alertsCarousel .carousel-indicators{
    top:0;
}
#alertsCarousel .carousel-indicators .active{
    background: #999;
}
#alertsCarousel .carousel-indicators li{
    background: #eee;
}
#alertsCarousel .carousel-control{
    top: 50%;
    height: 38px;
    width:  38px;
    left: -20px;
    border:none;  
    padding: 12px 10px;
    line-height: 15px;  
    background: #fff;
    opacity: 1;
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
#alertsCarousel .carousel-control:hover{
    box-shadow: none;
    opacity: .9;
}
#alertsCarousel .carousel-control:hover svg{    
    opacity: .7;
}
#alertsCarousel .carousel-control.right{
    left: auto;
    right: -20px;  
}
#alertsCarousel .carousel-control.right svg{
    left: auto;
    right: -2px;  
}
#alertsCarousel .carousel-control svg{
    position: relative;
    left: -2px;
    top: -1px;
}

#alertsCarousel .alert-custom{    
    padding: 20px;
    border-radius: 8px;
    /* box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05); */
    line-height: 1.42em;
}
#alertsCarousel .alert-custom strong{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: .6em;
}
#alertsCarousel .alert-custom .btn-default{
    background:#fff;    
}

#alertsCarousel .alert-sticker{
    padding: 0;
    overflow: hidden;
}
.alert-sticker .sticker{
    width: 82px;
    float: left;
    height: 246px;
    height: 280px;
    background: rgba(0,0,0,.15);
    padding: 20px 5px;
    box-sizing: border-box;
    text-align: center;
}
@media all and (max-width:1259px){
    .alert-sticker .sticker{
        height: 301px;
    }
}
.alert-sticker .sticker svg{   
    fill:#fff;
}
.alert-sticker .content-alert{  
    width: calc(100% - 82px);
    float: left;
    box-sizing: border-box;
    padding: 20px;
}

/*Sticker Alert - Status*/
.alert-danger .sticker{background: #e74c3c;}
.alert-warning .sticker{background: #f39c12;}
.alert-success .sticker{background: #2ecc71;}
.alert-info .sticker{background: #3498db;}

/*Abas*/
.ui-tabs.block, .ui-tabs.block-fluid {
    background: #fff!important;
}                         

.ui-tabs > div {
    padding: 15px;
    background: #fff;
    padding: 0;
    background: initial;
}

.ui-state-active.ui-state-hover a, .ui-state-active.ui-state-hover a:hover {
    background: #fff;
}

.ui-state-hover a, .ui-state-hover a:hover {
}

/*Box*/
.boxPadrao {
    border-radius: 0;
    background: none;
    border: 1px solid #ddd;
}

.boxPadrao .topoPadrao {
    background: #ddd;
    border-radius: 0;
}

.topoPadrao{
    overflow:hidden;
}

.topoPadrao strong {
    border-radius: 0;
    padding: 12px 15px;
    display: block;    
}

.topoPadrao .right a{
    padding: 6px 5px;
    background: rgba(0,0,0,.15);
    border-radius: 3px;
    margin-top: 0px;
    display: inline-block;
}

.topoPadrao .right a:hover{
    opacity: .5;
}

/* Small icons*/
[class*="isw-"], [class*="isb-"]{
    margin: 0;
    padding: 0;
    margin-top: 2px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    float: left;
    image-rendering: -moz-crisp-edges;
    image-rendering: optimizeSpeed !important;
    image-rendering: -webkit-optimize-contrast;
}

.panel-body .panel-title{
    font-size: 24px;
    padding-top: 0.6em;
    padding-bottom: 1.2em;    
}
.panel-body .panel-title h3{
    font-size: 1em;
    color: #999;
}

/*## -- DASHS HOME -- ##*/
/* Cards Charts Home */
.panel > .card-dash{
    min-height: 101px;
}
.card-dash{
    font-size: 16px;     
}
.card-dash h2{
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    border-bottom: 2px solid currentColor;
    margin-top:0;
}
.card-dash h3{
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
}
.card-dash small{
    color: currentColor;
}
.card-dash small.right{
    padding-top: 1em;
}

/*Cards cliáveis*/
.card-dash > a{
    display: block;
    color: currentColor;
    transition: all .3s ease;
}
.card-dash > a:hover{
    color: currentColor;
    opacity: .45;
}
.card-dash > a:focus{
    text-decoration: none;
}
.card-dash > a h3::after{
    content: "\f054";
    font-size: 75%;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    color: currentColor;
    -webkit-font-smoothing: antialiased;    
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;        
    transition: all .3s ease;
    vertical-align: top;
    margin-left: 8px;
    transition: all .3s ease;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
}
.card-dash > a:hover h3::after{
    transform: translateX(4px);
}

/*Estrutura em Felx*/
.row-flex{
    display: flex;
}
.row-flex .span4{
    width: auto;
    flex: 1 1 auto;
}

/*Cards Loaders*/
.card-loading .card-loader{
    display: block;
}
.card-loading .container-donut-loader{
    display: flex;
}
.card-loading .card-dash, .card-loading .container-chart{
    display: none;
}
.card-loader{
    display: none;
    border-bottom: 2px solid #e6ecf1;
}
.card-loader .stripe{
    background: linear-gradient(-45deg,rgba(52, 152, 219,.1), rgba(52, 152, 219,.45), rgba(52, 152, 219,.1), rgba(52, 152, 219,.1));
    background-size: 400% 100%;
    overflow: hidden;
	-webkit-animation:  stripeCardLoader 9s ease infinite;
	-moz-animation:     stripeCardLoader 9s ease infinite;
	animation:          stripeCardLoader 9s ease infinite;
}
.card-loader .stripe-label{
    height: 1em;
    width: 65%;    
}
.card-loader .stripe-title{
    height: 1.8em;
    width: 95%;    
    margin: 10px 0;
}
@keyframes stripeCardLoader{
    0% {
		background-position: 0% 0%
	}
	100% {
		background-position: 400% 0%
	}	
}

/*Cards Desabilitados*/
.card-dash.card-disable{
    color: rgba(0,0,0,.15)!important;    
}
.card-banner{  
    font-size: 0.86em;
    display: none;  
    background: rgba(0,0,0,.1);
    color: #777!important;
    padding: 6px 10px;
    padding-right: 6px;
    border-radius: 3px;    
    justify-content: space-between;
    align-items: center;
}
.card-banner > span > i {
    cursor: pointer;
}
.card-banner > span > i:hover {
    opacity: .45;
}
.card-disable .card-banner{
    display: flex;
}
.card-banner .btn{
    margin-left: 10px;
}
/*Gráfico Desabilitados*/
.panel-chart.card-disable canvas, .panel-chart.card-disable .panel-controls .text-center,.panel-chart.card-disable #legenda, .panel-chart.card-disable .info-text{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .45;
}
.panel-chart.card-disable .panel-controls .controls .btn{
    opacity: .45;
}
.panel-chart.card-disable .card-banner{
    justify-content: center;
    margin-top: 20px;
}

/*Modal Solicitação Recurso Dash*/
ul.list-recursos{   
    margin: 5px 0;    
    margin-bottom: 20px;
    padding: 0;    
}
ul.list-recursos li{
    border: 1px solid #ddd;
    border-bottom: none;
    list-style: none;
}
ul.list-recursos li:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
ul.list-recursos li:last-child{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 1px solid #ddd;
}
ul.list-recursos li a{
    padding: 10px 15px;
    display: block;
    transition: all .3s ease;
}
ul.list-recursos li a:hover{
    opacity: 0.45;
}
ul.list-recursos li .label{
    float:right;
    width: auto;
    padding: 4px 6px;
    text-shadow: none!important;
}

/*Chart List*/
.chart-list .item-chart-list {
    border-bottom: 3px solid currentcolor;
    padding-top: 6px;
}
.chart-list .item-chart-list h3{
    margin-bottom: 0;
    padding-bottom: 0;
   
}
.chart-list .item-chart-list.right {
    text-align: right;
}
.chart-list .item-chart-list:first-child, .chart-list .item-chart-list.item-bar:first-child {
    padding-top: 0;
}
/*Donut*/
.dashboard-value {
    height: 68px;
    width: 68px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
    border: 4px solid currentColor;
    line-height: 71px;
    font-size: 28px;
    color: currentColor;
    font-weight: bold;
}
.dashboard-label {
    text-align: center;
    color: #999;
    font-size: 13px
}
/*Progress Dash*/
.dash-progress h2{
    margin-bottom: 0;
    border:none;
}
.dash-progress h3{
    margin: 0;
}
.dash-progress h4{    
    color: currentColor;
    margin-bottom: 4px;
}
.dash-progress .progress{
    height: 8px;
    color: inherit!important;
    margin: 0;    
    box-shadow: none;
    background: #eee;
    margin-bottom: 4px;
}
.dash-progress .progress .bar{
    color: inherit!important;
    background: currentColor;
    box-shadow: none;
}

/*Display de controles--botões*/
.display-controls ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 14px;
}
.display-controls ul li{
    margin: 5px 5px;
}
.display-controls .btn .label-control{
    font-size: .62em;
    position: absolute;
    top: 4px;
    color: #999;
}
.display-controls .btn{
    font-size: 1.4em;
    padding: 1.1em;
    color: #777;
    position: relative;
    min-width: 82px;
    text-align: left;
}    
#plus .btn{
    min-width: 0px;
}
.display-controls .btn:focus{
    outline: none;
}
.display-controls .btn.control-remove{
    box-shadow: none;
    color:#999;
    min-width: initial;
}
.display-controls .btn:hover .remove-control{
    visibility: visible;
    opacity: 1;
    
}
.display-controls .remove-control{
    visibility: hidden;
    opacity: 0;;
    position: absolute;
    font-size: 10px;
    top: 2px;
    right: 2px;
    transition: all .3s ease;
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 100%;
    text-align: center; 
    font-weight: bold;
    color:#f58276;
}
.display-controls .remove-control:hover{    
    color: #fff;
    background: #f58276;
}

/*Responsivo Dashs*/
@media all and (max-width: 1024px){
    .card-dash{
        font-size: 14px;
    }
}
@media all and (max-width: 991px){
    .card-dash{        
        margin-bottom: 20px;
    }
    .card-dash small.right{
        padding: 6px 0;
        float: none!important;
        display: block;
    }
    .container-chart{
        min-height: 280px;
    }
}
/*## -- END -- DASHS HOME -- ##*/

/*Hero Componente Home*/
.hero-unit{
    padding: 20px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.hero-unit h1{
   margin: 0;
   font-size: 52px;
   color: #999;
}

.hero-unit .alert .close,
.hero-unit .alert-custom .close
{
    right: 0px;
}
.hero-unit .alert,
.hero-unit .alert-custom
{
    border: none;
    border-radius: 3px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    animation: bounceInUp 1s ease;
}
.hero-unit .alert strong,
.hero-unit .alert-custom strong
{
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.hero-unit .well{
    margin-top: 20px;
    box-shadow: none;
}
.hero-unit .well h3{
    color: #999;
}

.hero-unit .header-hero{
    display:flex;
    justify-content: start;
    align-items: flex-end;
}
.hero-unit .header-hero a.task-aviso-cadastro-senha{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 1.2em;
    position: relative;
    top: -3px;
    padding: 5px;
    padding-right: 10px;
    margin-left: 14px;
    border-radius: 20px;
    background: #e67e22;
    transition: all .3s ease;
}
.hero-unit .header-hero a.task-aviso-cadastro-senha:hover{
    opacity: .45;
}
.hero-unit .header-hero a.task-aviso-cadastro-senha i.fas{
    margin-right: 3px;
    font-size: 16px;
    vertical-align: middle;
    margin-top: -1px;
}


ul.infos-account{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.infos-account li{
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    
}
ul.infos-account li:last-child{
    margin-right: 0;
    border:none;
}
ul.infos-account li a:hover{
    opacity: .45;
}

@media all and (max-width: 991px){
    ul.infos-account li{
        display: block;
        width: 100%;
    }

}
/*END -- Hero Componente Home*/


/*Display de controles--botões*/
.display-controls ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 14px;
}
.display-controls ul li{
    margin: 5px 5px;
}
.display-controls .btn .label-control{
    font-size: .62em;
    position: absolute;
    top: 4px;
    color: #999;
}
.display-controls .btn{
    font-size: 1.4em;
    padding: 1.1em;
    color: #777;
    position: relative;    
    background: #fff;
    border: 1px solid #ddd;
}
.display-controls .btn:hover{
    background: #eee;
}
.display-controls .btn:focus{
    outline: none;
}
.display-controls .btn.control-remove{
    box-shadow: none;
    color:#999;
}
.display-controls .btn:hover .remove-control{
    visibility: visible;
    opacity: 1;    
}
.display-controls .remove-control i{
    margin: 0;
    top: 5px;
    position: relative;
}
.display-controls .remove-control{
    visibility: hidden;
    opacity: 0;;
    position: absolute;
    font-size: 10px;
    top: 2px;
    right: 2px;
    transition: all .3s ease;
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 100%;
    text-align: center; 
    font-weight: bold;
    color:#f58276;
}
.display-controls .remove-control:hover{    
    color: #fff;
    background: #f58276;
}

.container-chart{
   height: 320px;
}
/*Responsivo Dashs*/
@media all and (max-width: 1024px){
    .card-dash{
        font-size: 14px;
    }
}
@media all and (max-width: 991px){
    .card-dash{        
        margin-bottom: 20px;
    }
    .card-dash small.right{
        padding: 0;
        float: none!important;
    }
    .container-chart{
        min-height: 280px;
    }
}

/*## -- END -- DASHS HOME -- ##*/
/*Modal*/
.modal{
    z-index: 9999;
}

body.modal-open {
    overflow: hidden;
}
.modal-header .title-modal{
    padding: 0.6em 0;
    font-size: 1.46em;
    line-height: 1.5em;
}
/*Modal Success*/
.modal-success .modal-header{
    border-bottom: 2px solid #27ae60;
}
.modal-success .modal-header .title-modal{
    color: #27ae60;
}

/*Modal lightbox Custom [Feed Home]*/
.modal-lightbox-custom .modal-content{
    max-height: 80vh;
    overflow: auto;
}
.modal-lightbox-custom .close{
    position: absolute;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 35px;
    top: -16px;
    right: -30px;
}
.modal-lightbox-custom .close:hover{
    opacity: .45;
}

/* CUSTOM COMPONENTES BOOTSTRAP */
input,
button,
select,
textarea {
    font-family: 'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-small {
    padding: 0 10px;
    font-size: 11.9px;
    line-height: 18px;
}

/* Dropdown */
.dropdown-menu{
    padding: 8px 0;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.15), 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
}
.dropdown-menu > li > a{
    color: #333;
    padding: 6px 12px;
    transition: all .3s ease;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.dropdown-submenu:hover > a, 
.dropdown-submenu:focus > a{
    color: #999;
    background: #f8f8f8;
}

.dropdown-menu [class*="isw-"], .dropdown-menu [class*="isb-"],
.dropdown-menu [class*="icon-"]{
    margin: 3px 0!important;
    margin-right: 10px!important;
}

/*Dropdown Dark*/
.dropdown-dark{
    background: #333;
    color: #fff;
}
.dropdown-dark > li > a{    
    color: #fff;
}
.dropdown-dark > li > a:hover, 
.dropdown-dark > li > a:focus{
    background: #555;
}
.dropdown-dark > li > span{    
    color: #fff!important;
    display: block;
    padding: 4px 10px;
    clear: both;
    font-weight: normal;
    line-height: 20px;    
    white-space: nowrap;
    cursor: pointer;
}
.dropdown-dark > li > span:hover{
    background: #777;
}

/*Labels*/
.label-reset{ /*Resetar o estilo  default do sistema que sobproem o padrão do bootstrap*/
    float: none;    
    padding: initial;
    text-align: center;
    width: auto;
    padding: 2px 4px;
    text-shadow: none;
}

.label-custom{ /*Tem o MESMO estilo NA 3.2.36*/
    display: inline-block;
    padding: 3px 5px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;    
    white-space: nowrap;
    vertical-align: baseline;    
    border-radius: 4px;
} /*END --- Tem o MESMO estilo NA 3.2.36*/

.label-red{background: #e74c3c;}
.label-orange{background: #e67e22;}
.label-green{background: #2ecc71;}
.label-blue{background: #3498db;}
.label-dark{background: #333;}
.label-default{background: #999;}
.label-purple{background: #9b59b6;}


/*TOUR PRIMEIRO ACESSO - COMPONENTE*/
#tour, #tour_minimizado{
    height: auto;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,.85);
    border: none;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    padding-right: 160px;
    transition: all .3s ease;
}
#tour_minimizado{
    padding: 0;
    background: none;
    overflow: hidden;
    z-index: 9995;
}
#tour_minimizado a{
    color: rgba(255, 255, 255, 0.6);
    padding: 15px;
    font-size: 14px;
    letter-spacing: 0.046em;
    background: rgba(0,0,0,.85);
    display: block;
    transition: all .3s ease;
}
#tour_minimizado a:hover{
    color: rgba(255, 255, 255, 0.35);
    background: rgba(0,0,0,.45);
}

.tour-controls{
    position: absolute;
    right: 15px;
}
.tour-controls .botaoAcoes{
    display: block;
    transition: all .3s ease;
    margin-bottom:5px;
}
.tour-controls .botaoAcoes.action-close-tour{
    font-size: 12px;
    color: rgba(255,255,255,.75);    
    background: rgba(255,255,255,0.15);
    padding: 5px 10px;
    margin-top: 15px;
    text-shadow: none!important;    
}
.tour-controls .botaoAcoes.action-close-tour:hover{
    color: rgba(255,255,255,.1);    
    background: rgba(241, 196, 15,0.8);
}

#tour .mensagem{
    background: none;
    color: #fff;
    padding: 0;
    margin: 0;
    margin-bottom: 28px;
    border:none;
}
#tour .mensagem h3{
    font-size: 24px;
    line-height: 36px;
    margin:0;
}
#tour .mensagem h3 small{
    font-size: 0.82em;
    color: #fff;
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.controls-atividades a.action-atividade{
    display: block;
    letter-spacing: 0.042em;
    text-transform: uppercase;
    float: left;
    position: relative;
    padding: 4px 35px;
    margin-bottom: 8px;
    transition: all .3s ease;
}
.controls-atividades a.action-atividade:hover{
    opacity: .45;
}
.controls-atividades .action-atividade svg{
    margin-right: 8px;
    position: absolute;
    top: 0;
    left: 0;
}
#tour ol.progtrckr li{
    padding: 0 4px;
    position: relative;
}

.content-tour{
    line-height: 22px;
}

.container-steps{
    padding: 15px 0;    
}
#tour ol.progtrckr li.progtrckr-current{
    border-bottom: 3px solid orange;
}
#tour ol.progtrckr li.progtrckr-todo{
    border-bottom: 3px solid silver;
}
#tour ol.progtrckr li:after{
    display: none;
}
#tour ol.progtrckr li:before{
    content: ""!important;
    color: #fff;
    font-size: 1.5em;
    bottom: -7px;
    height: 12px;
    width: 12px;
    background: currentColor;
    border-radius: 50%;
    float: none;
    position: absolute;
    margin-left: -6px;
}
#tour ol.progtrckr li.progtrckr-current:before{
    content: "";
    color: #f39c12;
}
#tour ol.progtrckr li.progtrckr-todo:before{
    content: "";
    color: #fff;
}
#tour ol.progtrckr li.progtrckr-action::before{
    display: none;
}
#tour ol.progtrckr li:last-child:before{
    display: none;
}
#tour ol.progtrckr li.progtrckr-done{
    color: #27ae60;
    border-bottom: 3px solid #27ae60;
}
#tour ol.progtrckr li.progtrckr-done:before{
    content: "";
    color: #27ae60;
}

/* Tour Responsive */
@media screen and (max-width:1024px){
    #tour ol.progtrckr li{
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    #div_tour {    
        position: relative;    
        z-index: 9999;
    }
    #tour_minimizado a {    
        padding: 4px 11px;    
        font-size: 12px;    
        font-weight: bold;
    }
    #tour {    
        display: block;    
        height: 100%;    
        padding: 15px;  
        overflow-y: auto;
    }

    .controls-atividades{
        overflow: hidden;
        padding-bottom: 110px;
    }

    .tour-controls {    
        left: 0;    
        right: 0;    
        bottom: 0;    
        padding: 0;
    }
    .tour-controls .botaoAcoes {    
        margin-bottom: 10px;
    }
    .content-tour {    
        padding-bottom: 150px;
    }
    #tour ol.progtrckr li.progtrckr-action {    
        margin-top: 20px;    
        display: block;    
        text-align: left;
    }
    #tour .row-fluid {    
        position: relative;
    }
}
/* END -- Tour Responsive */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
/*END -- TOUR PRIMEIRO ACESSO - COMPONENTE*/

select {
    width: 240px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    visibility: hidden !important;
    height: 26px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    height: initial;
}

.row-fluid [class*="span"]{
    margin-bottom: 8px;
}

/* alinhamento campo_radio */ 
.campo_radio input, .campo_radio label{
   float:left;
}

.campo_radio input{
    margin-top: 0;
    min-height: auto;
}

.campo_radio label{
   margin-bottom: 0;
   margin-left: 5px        
}

/*Thumbnail*/
.thumbnail{
    background: #fff;
    border:none;
}
.block .thumbnail, .block-fluid .thumbnail{
    border: 1px solid #eee;
}
.thumbnail .caption{
    padding: 15px;
}
.thumbnail .caption h3{
    color: #777;
    margin: 0;
    padding-bottom: 15px;
    line-height: 30px;
}
.thumbnail .caption h3 small{
    display: block;
    margin-bottom: 5px;
}
.thumbnail .caption h3 a{
    color: #777;
    transition: all .3s ease;
    display: block;
}
.thumbnail .caption h3 a:hover{
    opacity: .45;
}
.thumbnail .controls{
    padding: 15px;
    padding-top: 0;
}

.thumbnail.green{
   border-top: 3px solid #2ecc71;   
}
.thumbnail.green h3{
   color: #2ecc71;   
}

.thumbnail .mensagem{
    border:none;
    padding: 0;
}

/*Thumbnail Flex*/
.thumbnails-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    margin-left: -15px!important;
    margin-right: -15px!important;
}
.thumbnails-flex .item-flex{
    width: 25%;
}
.thumbnails-flex li{
    margin: 0;
    padding:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*Thumbnails para os planos em Minha Conta*/
.thumbnails-planos .caption{
    min-height: 238px;
}

@media all and (max-width: 763px){
    .thumbnails-planos .caption{
        min-height: initial;
    }
}
/*END -- CUSTOM BOOTSTRAP*/

/* COMPONENTE FILTRO DE BUSCA */
.busca form{
    margin:0;
}
.texto_busca_rapida {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    padding:0;
    height: initial;
}

.bt_busca_close {
    font-size: 16px;
    color: #FFFFFF;
}

.busca_invisivel {
    display: none;
}

.busca_invisivel_modal {
    display: none;
}

.busca .linhaFiltroData {
    position: relative;
    border-bottom: 1px dotted #666666;
    float: left;
    width: 310px;
    padding: 5 0 5 0;
    margin-right: 10px;
    height: 26px;
}

.busca .linhaFiltroData span {
    float: left;
    padding: 6 5 0 5;
    font-size: 11px;
}

.busca_topo {
    padding-left: 5px;
    padding-top: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEA), to(#DFE1DD));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #EBEBEA, #DFE1DD);
    -moz-border-radius: 3px 3px 3px 3px; /* FF1+ */
    -webkit-border-radius: 3px 3px 3px 3px; /* Saf3-4 */
    border-radius: 3px 3px 3px 3px;
    height: 17px;
    color: #2E6073;
}

.busca .boxCampoFiltro,
.busca .boxCampoSelect{
    display: none;  
    position: absolute;
    width: 90%; 
    min-width: 246px;        
    top: 30px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);   
    /* background: #fff; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;    
    z-index: 1;
}

.busca .boxCampoFiltro > input{
    width: 100%;
    margin: 0;
    padding-right: 18px;
}

.busca .boxCampoFiltro .campo-boxCampoFiltro{
    display: inline-block;
    vertical-align: middle; 
    padding: 5px 0;   
}
.busca .boxCampoFiltro .campo-boxCampoFiltro input{
    float: none;    
}
.busca .boxCampoFiltro.filtroData.boxCampoFiltro-datetime{
    width: 468px;
}
.busca .boxCampoFiltro .campo-boxCampoFiltro .input-append{
    margin-bottom: 0;
}
.busca .boxCampoFiltro .campo-boxCampoFiltro .input-append input{
    float: left;
    width: 148px!important;
}
.bootstrap-datetimepicker-widget .datepicker{
    width: auto!important;
}
.campo-boxCampoFiltro .input-append .icone-erase-filtro{
    right:31px;
}

.busca .boxCampoSelect {
    z-index: 2;
    min-width: 250px;
    width: 98%;
}
.busca .boxCampoSelect .chosen-done {
    display: none;
    height: 0;
    padding: 0;
    margin: 0;
}
.busca .boxCampoSelect .chosen-container,
.busca .boxCampoSelect .chosen-container-single{
    position: relative;
    width: 100%!important;    
} 

.busca .boxCampoSelect .chosen-drop::-webkit-scrollbar {width: 6px;background: #eee;}
.busca .boxCampoSelect .chosen-drop::-webkit-scrollbar-thumb {border-radius: 6px;}

.busca .boxCampoSelect .chosen-single-with-drop + .chosen-drop{
    width: 100%!important;
    position: relative;
    top:initial!important;
    box-sizing: border-box;
}
.busca .boxCampoSelect .chosen-container-multi .chosen-choices .search-choice .search-choice-close{top:4px}

.busca label input {
    width: 200px;
    margin: 0px 1px; 
}

.busca label select {
    width: 240px;
    float: right;
    max-width: 240px;
    cursor: pointer;
}

.buscaSelect {
    background: none;
    padding: 0;
    border: 0 none;
}
.filtroData span {
    float: left;
}

.filtroData input {
    float: left;
}

.botao_buscar {
    padding: 8px;
    margin: 2 0 2 0;
    border: 0px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    float: left;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, from(#D55725), to(#E29218));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #D55725, #E29218);
    -moz-border-radius: 5px 5px 5px 5px; /* FF1+ */
    -webkit-border-radius: 5px 5px 5px 5px; /* Saf3-4 */
    border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

.botao_buscar:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#E29218), to(#D55725));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #E29218, #D55725);
}

/*Elementos Gerais*/
#div_busca {
    background: #95b3d4  !important;
    padding: 8px 4px 4px 136px;
    border-radius: 3px;
    position: relative;
}
#div_busca form{
    margin:0;
}
.toggle_filtros {
    cursor: pointer;
    padding: 6px;
    transition: opacity .3s ease;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    z-index: 2;
}
.toggle_filtros:hover {
    opacity: .45;
}

.secao-busca{   
    position: relative;
}
.titulo-secao-busca {
    color: rgba(255,255,255,.5);
    line-height: 44px;
    position: absolute;
    left: -136px;;
    text-align: right;
    width: 128px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; 
}

.botaoAcoes strong{
    margin-left: 4px;    
}
.botaoAcoes .buscaAbre{
    float:right;
}

.busca .barra{
    margin: 4px 0;
    border-bottom: 1px solid rgba(255,255,255,.45);
    margin-left: -104px;
}

/*Filtros Principais*/
.busca label {
    position: relative;
    float: left;
    margin: 4px;
    margin-left: 0;
}
.busca_label {      
    color: #6683a0;
    background: rgba(255,255,255,0.8);
    transition: all .3s ease;  
    box-shadow: none;
}
.busca_label:hover {
    color: #6683a0;
    background: rgba(255,255,255,0.45);
    opacity: .45;
}
.busca_label_selecionada{    
    color: #fff;
    font-weight: bold;
    box-shadow: none;    
    background: rgb(78, 134, 195);
}
.busca_label.busca_label_selecionada:hover{
    color: #fff;
    opacity: 1;
    cursor: default;
    background: rgb(78, 134, 195);
}

/*Busca Rápida*/
.busca_rapida {
    float: left;
    padding: 4px;
    padding-top: 7px;
    margin-right: 10px;
    margin-bottom: 3px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 16px;
    border: 1px solid #D5D5D5;
    background: #EEF0EC;
    font-size: 11px;
    cursor: pointer;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#EEF0EC));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #E9E9E9, #EEF0EC);
    -moz-border-radius: 5px 5px 5px 5px; /* FF1+ */
    -webkit-border-radius: 5px 5px 5px 5px; /* Saf3-4 */
    border-radius: 5px 5px 5px 5px;
    color: #444444;
}
.busca_rapida:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#EEF0EC), to(#E9E9E9));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #EEF0EC, #E9E9E9);
}
.busca_rapida:hover a, .busca_rapida a:hover {
    color: #444444;
}

.btn.bt_busca_rapida{    
    border: 1px solid rgba(255,255,255,.75);
    background: none;
    margin-bottom: 4px;
    box-shadow: none;
}
.btn.bt_busca_rapida:hover{
    color: #fff;
    box-shadow: none;
    border: 1px solid rgba(255,255,255,0);
    background: rgba(255,255,255,.45);
}
.btn.bt_busca_rapida.active{    
    color: #fff;
    font-weight: bold;
    box-shadow: none;
    border: 1px solid rgba(255,255,255,0);
    background: rgb(78, 134, 195);
}
.btn.bt_busca_rapida.active:hover{
    font-weight: bold;
    cursor: default;
}

.btn.bt_busca_rapida.btn-info {
    position: relative;
    padding-right: 20px;
}
.btn.bt_busca_rapida.btn-info .right {
    float: none;
    position: absolute;
    right: 6px;
    top: 8px;
}

/*Controles Gerais*/
.boxCampoFiltro .botaoBuscar {
    border: none;
    box-shadow: none;
    font-weight: bold;
    line-height: 100%;
    margin-left: 8px;
    padding: 9px 12px;
}

.boxCampoFiltro .control-filtro {
    background: #eee;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    color: #555;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    margin-left: 5px;
    padding: 9px 12px;
    text-shadow: none;
}

.boxCampoFiltro .icone-erase-filtro, .campo-boxCampoFiltro .icone-erase-filtro {
    color: #bbb;
    display: block;
    font-size: 12px;
    padding: 5px 4px;
    position: absolute;
    right: 2px;
    top: 8px;
}

.boxCampoFiltro .icone-erase-filtro:hover, .campo-boxCampoFiltro .icone-erase-filtro:hover {
    color: #555;
}

.boxCampoFiltro > .icone-erase-filtro {
    right: 10px;
    top: 12px;
}

.campo-boxCampoFiltro {
    position: relative;
}

.campo-boxCampoFiltro input {
    padding-right: 20px;
    position: relative;
    width: 105px;
}

.busca .boxCampoFiltro.filtroData {
    width: 310px;
}

.filtroData .text-center {
    white-space: nowrap;
}

/*Controles*/
.controles-busca{
    padding: 4px;
    padding-left: 0;
    float: left;
}
.controles-busca .botaoAcoes{
    font-weight: bold;
    text-transform: uppercase;
}
.controles-busca .botaoBuscar{
    border:none;
}
/*END - BUSCA*/


/*FORMULÁRIOS -- FORMS*/
.divHelp{
    position: relative;
    top:5px;
}
.textoExtra .divHelp{top:0;}
.textoExtra .divHelp + script + .botaoAcoes{margin-left: 5px;}

.direita_ico{
    position: relative;
    top: 3px;
}
.direita_ico:hover{opacity: .45;}
.pl5 .direita_ico{top: 0;}

.texto_extra{
    display: flex;
    align-items: center;
    min-height: 30px;
    color: #999;
    font-style: italic;
}
.textoExtra{    
    align-items: center;
    color: #999;
    font-style: italic;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;   
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.textoExtra:empty{padding: 0;}
.textoExtra > a:hover > img{opacity: .45;}
.textoExtra label{display: inline-block;margin:0}
.textoExtra input[type="radio"], .textoExtra input[type="checkbox"]{margin: 0;}

.textoExtra #check_isento,
.textoExtra div[id^="check_"]{
    min-height: 30px;    

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;   
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.textoExtra #check_isento input[type="checkbox"],
.textoExtra div[id^="check_"] input[type="checkbox"]{
    margin: 6px;
    margin-top: 4px;
}

.info-campo{
    height: 30px;
    display: flex;
    align-items: center;
}
.campo_label{line-height: 21px!important;}

.control-add-files label {
    margin-bottom: 8px;
}

.control-add-files {
    margin-bottom: 15px;
}

.control-add-files .drop-container {
    border: 2px dashed #ddd;
    border-radius: 3px;
    background: #eee;
    text-align: center;
    padding: 20px;
    vertical-align: middle;
    color: #777;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.control-add-files .drop-container:hover{
    opacity: .45;
}

.control-add-files svg {
    height: 48px;
    width: 48px;
    fill: #ccc;
    margin-bottom: 15px;
}

#captura-lista-arquivos{
    margin:0;
    padding:0;    
    margin-bottom: 10px;
}
#captura-lista-arquivos li{
    list-style: none;
    color: #777;
    display: inline-block;
    padding: 4px 12px;
    background: #dddd;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 5px;
}

#captura-lista-arquivos li .close{
    font-size: 14px;
    margin-left: 8px;
    top: 1px;
    position: relative;
}

.task-captura-preview{
    padding: 5px 10px;
    background: #eee;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}
.task-captura-preview .checkbox-custom{
    margin: 5px 0;

}
.task-captura-preview .thumbnail-file{
    max-height: 92px;
    width: 190px;
    overflow: hidden;
    background: #fff;  
    display: inline-block;  
    border-radius: 4px;
    margin: 5px 0;
    display:none;
}
.task-captura-preview .thumbnail-file.thumbnail-checked{
    display:block;
}
.task-captura-preview .thumbnail-file img{
    width: 100%;
}
/*Lista de CheckBoxs - Cadastro de colaborador*/
.w100- + .textoExtra{display: inline-block;}
.w100- + .textoExtra .clear:last-child{
    margin-bottom: 10px;
}
.w100- + .textoExtra .clear{
    width: 100%;
    margin-bottom: 5px;
    font-style: normal;
    color: #555;
}
.w100- + .textoExtra .clear:after {
    content: "";
    clear: both;
    display: table;
}
.w100- + .textoExtra .clear .left + .left label{padding-left: 8px;}
.w100- .left input[type="checkbox"]{
    width: 15px;
    height: 15px;
}
.w100- > .left > label{
    margin-bottom: 0;
}

/*Campos e Botões*/
.form_campo .botaoAcoes {
    font-size: 12px;
    padding: 5px 10px;
    border: none;
}
.form_campo textarea + .botaoAcoes{
    margin-left: 10px;
    margin-top: 10px;
}
.form_campo input[type="text"] + .botaoAcoes{    
    margin-bottom: 10px;
}

/*Resize Textarea*/
.form_campo textarea{
    resize: none;
}

/*Resize Textarea - OFF Cases*/
.form_campo textarea.winput240, 
.form_campo textarea.winput200, 
#campo_descricaoRel textarea {
    resize: auto;
    max-width: 100%;
    min-width: 240px;
    max-height: 240px;
    min-height: 180px;
}
#campo_descricaoRel{
    display: grid;
}

.form_campo textarea::-webkit-scrollbar {
    width: 6px;
    background: #eee;
}
.form_campo textarea::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 6px;
}

#grupo_ferramentas_configuracoes_1 {
    overflow: visible!important;
}
#grupo_ferramentas_configuracoes_configUnidNegocio_1 {
    overflow: visible;
}

/*Checkbox & Radius*/
.form_campo label > b{
    display: block;    
}
.left.pl5 label{    
    margin: 0;
    padding: 5px 0;
}
.form_campo input[type="checkbox"],
.form_campo input[type="radio"]{
    height: 15px;
    width: 15px;
}
.campo_label input[type="checkbox"]{
    margin:0;
}
.form_campo .campo_radio{
    display: flex;
    align-items:center;
    padding:0;
    margin:0;
}

/*Chosen + forms*/
/* .form_campo .chosen-container {top:-2px;} */
.form_campo .chosen-container-single .chosen-single{
    height: 30px;
    padding: 4px 0 0 6px;
    border-color: #cccccc;
}

/*Nova lógica*/
.controls{position:relative;}
.table-task .controls{position:initial;}

.controls .left{
    width: 80%;  
    position: relative;
}
.table-task .controls .popover {
    position: absolute;    
    max-width:235px
}
.controls .left .chosen-container{
    width: 100%!important;
}
.controls div:not(left) .chosen-container{
    width: 100%!important;
}
.controls .left + .left{
    width: 20%;  
    box-sizing: border-box;
}

.left-no-inline{
    float:none!important;
}

/* .textoExtra {
    position: relative;
}
.form_campo .left > .textoExtra input[type="checkbox"] + label {
    padding-left: 20px;
    margin-top: 4px
}
.form_campo .left > .textoExtra input[type="checkbox"] {
    position: absolute;
    left: 8px
} */

/* Extracasos Formulários */
#form_placeholder_form_ferramentas_suporte_editar .barraFormBottom {
    float: none;
}

/*Fileinputs*/
.fileinputs small{
    display:block;
    margin: 2px 0;
    margin-bottom: 5px;
    color: #777;
    font-style: italic;
}

/*Modo Visualização*/
.form_campo_visualizar *{
    flex:1;
}
.form_campo_visualizar .campo_label{
    background: #f8f8f8;
    border-radius: 4px;
    padding: .5em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 32px;    
  }
  
  .form_campo_visualizar .campo_label:empty::before{
    content:"-";
  }
  
  .form_campo_visualizar{
    width:100%;
    display:flex;
  }
  
  .form_label_visualizar{
    float: none;
    text-align: left;
    padding-left: .32em;
    width: 100%;
  }
  
  .form_campo_visualizar .left{
    float:none;
    width: 100%;
    margin:0;  
  }
  
  .form_campo_visualizar .left:empty{ display:none}
  
  .campo_label  ~ .info-campo{
    flex:1;
  }
  
  .info-campo ~ .campo_label{
    flex:1;
  }
  
  .form_campo_visualizar #control_descricao .campo_label{  
    padding: 1.6em;
    box-sizing: border-box;
  }
  
  .form_campo_visualizar #control_descricao p{
    margin: 0 0 .6em;
  
  }


/*END -- Formulários*/

/*PAGES -- TELAS -- MÓDULOS*/
/*Minha Conta*/
.alert .title-info-page{
    font-weight: normal;
    font-size: 18px;  
    margin: 0;  
}

/*Fomulario unidades de negocio*/
/* #form_cadastro_unidades_negocio_novo .form_label{
    float:none;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
    padding-left: 6px;
    font-weight: bold;
} */

/*Editar Lead*/
#form_placeholder_form_comercial_prospect_editar .barraFormBottom {
    float:none!important;
}

/*Suporte Técnico*/
#lista_historico .preLista{
    margin-bottom: 0;
}

/*Tarefas*/
#form_projetos_tarefas_editar .chosen-single{
    width: 100%!important;
    box-sizing: border-box;
    height: auto;
    padding: 2px 10px;
}
.barraFormBottom{
    float: none;    
}
.barraFormBottom{
    background: #eee;
    padding: 15px;
    text-align: right;
    border-radius: 4px;
}

.barraFormBottom input{
    position: relative;
    bottom: initial;
    right: initial;
    margin-bottom: 0;
    font-size: 18px;
    padding: 12px 23px;
    float: none;
}

#painelTarefasTabs #tabs-3 .ui-accordion-header {
    background: #eee;
    color: #777;
    border-color: #ddd;
    font-family: roboto condensed;
    letter-spacing: .042em;
}

#painelTarefasTabs #tabs-3 .ui-accordion-content {
    padding: 15px;
    color: #555;
}

#painelTarefasTabs #tabs-3 .ui-accordion-content h6 {
    margin: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #777;
    font-family: roboto condensed;
    font-weight: 300;
    letter-spacing: .042em;
}

#painelTarefasTabs #tabs-3 .botaoAcoes {
    margin-top: 15px;
}

#painelTarefasTabs #tabs-3 .ui-accordion-content span + b {
    margin-left: 5px;
    display: inline-block;
}

#painelTarefasTabs #tabs-3 .ui-accordion-content span + b + b {
    margin-left: 5px;
    display: inline-block;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

/* Criação e ediçaõ de tarefas */
.control-custom {
    display: flex;
}

.control-custom .left:first-child {
    flex: 1 1 auto;
}

.control-custom > div {
    float: none;
    width: initial;
    flex: 1;
}

.control-custom .divHelp {
    margin-left: 6px;
    flex: 0;
}
.control-custom .texto_extra{
    min-height: auto;
    width: auto!important;
    flex: auto;
}
#control_descricao.controls > div{
    width: 100%!important;
}

/*Comercial*/
.title-lista-relatorio{
    font-size: 2.4em;
    color: #555;

}
.title-lista-relatorio small{
    display: block;
    margin-bottom: 24px;
}

/*CRM*/
/*Funil -- CRM*/
.container-steps-sell {
    padding: 15px;
}

.container-steps-sell .step-sell {
    position: relative;
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 10px;
    padding-bottom: 0;
    background: #f8f8f8;
    margin-bottom: 8px;
}

.container-steps-sell .step-sell:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 80px solid #fff ;
    border-left: 32px solid transparent ;
}

.container-steps-sell .step-sell:nth-of-type(2):before {
    width: 32px;
}

.container-steps-sell .step-sell:nth-of-type(3):before {
    width: 63px;
}

.container-steps-sell .step-sell span.title {
    display: block;
    color: #999;
}

.container-steps-sell .step-sell strong {
    display: block;
    font-size: 1.4em;
    color: #3498db;
    line-height: 100%;
    margin-bottom: .4em;    
}

.container-steps-sell .step-sell div.value-step {
    color: #fff;
    padding: 4px 6px;
    display: inline-block;
    background: #333;
    vertical-align: middle;
    line-height: 100%;
}
/*END -- Funil -- CRM*/

/*Estatisticas -- CRM*/
.container-estatisticas {
    padding: 15px;
}

.container-estatisticas .item-estatistica {
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 10px 8px!important;
    margin-bottom: 10px;    
    border: none;
    border-left: 4px solid currentcolor;
    background: #fff;
}

.container-estatisticas .item-estatistica > span {
    display: block;
    color: #999;
    line-height: 100%;
}

.container-estatisticas .item-estatistica > strong {
    display: inline-block;
    font-size: 1.4em;
    vertical-align: bottom;
    margin-left: 2px;
    color: #555;
    margin-bottom: 4px;
}
/*END -- Estatisticas -- CRM*/

/*END -- CRM*/


/*Projetos*/
.content .head h1.title-project-details{    
    font-size: 1.2em;
    line-height: 1.18em;
}
h1.title-project-details small{
    display:block;
    font-size: .76em;
    margin-bottom: .4em;
}
.container-list-details{
    padding: 10px 0;
}
.container-list-details .row-form{
    padding: 6px 15px!important;
    border-bottom: none;
}
.container-list-details .row-form [class*="span"]{
    margin-bottom: 0!important;   
    min-height: initial; 
    line-height: 20px;
}
.container-list-details .row-form span{
    color: #999;
    font-size: 12px;
    line-height: 1.5em;
}
.container-list-details .row-form b{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif; 
    color: #777;
    display: block;
}
.container-list-details .row-form b:empty{
    position: relative;
    height: 8px;    
}
.container-list-details .row-form b:empty::before{    
    content: "-";
    display: block;
    position: absolute;
    top: -4px;
    color: #999;
    line-height: 100%;
    left: 2px;
}
.container-list-details .display-members-equip{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 0!important;
}
.display-members-equip .avatar-member{
    height: 42px;
    width:  42px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
}
.display-members-equip .avatar-member img{    
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; 
    width: 100%;    
}
.container-list-details .controls-list-details{
    border-top: 1px solid #ddd;
    padding-top: 18px!important;
}
.container-list-details .controls-list-details .btn{
    margin-bottom: 5px;
}

/*Documentos -- Projetos*/
#div_campo_arquivos, #div_campo_arquivos .campo_label, #listaArquivos{
    margin-bottom: 0;
}
.item-file-upload{
    display:block;  
    padding: 8px;      
    background: #f8f8f8;
    border-radius: 4px;
    margin-top: 5px;    
}
.item-file-upload > i{
    font-size: 16px;
    margin-right: 8px;
    vertical-align: middle;
}
.item-file-upload a{
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.item-file-upload a.title-file{    
    color: #3498db;
    line-height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75%;
}
.item-file-upload a.title-file:hover{
    color: #3498db;
    opacity: .45;
}
.item-file-upload a.control-delet-file{
    float: right;
    opacity: .45;
    padding: 2px;
}
.item-file-upload a.control-delet-file:hover{
    opacity: 1;
}
.item-file-upload .infos-file{
    padding-left: 22px;
}
.item-file-upload small{
    color: #999;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    margin-top: 5px;
}
.item-file-upload small + small{
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #999;
}
/*END -- Projetos*/

/*Cobranças Recorrentes - Novo Registro*/
.span6 .form_campo textarea + .botaoAcoes {
    float: none;
    clear: both;
    display: block;
    margin: 0;
    margin-top: 15px;
    position: relative;
    top: 10px;
}

/*END -- Cobranças Recorrentes - Novo Registro*/

/*Leads - Histórico Relacionamentos*/
#listaRelacionamentos .item .image {
    left: 14px;
    position: relative;
}
#listaRelacionamentos .item .name {
    color: #555;
    margin: 8px 0;
    margin-bottom: 5px;
}
#listaRelacionamentos .item .info_item {
    padding-right: 10px;
}
#listaRelacionamentos .item .item_tool {
    top: 28px;
    right: 10px;
    position: absolute
}
#listaRelacionamentos .item .item_tool > a {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #999;
    transform: scale(0.5);
    transition: transform .15s ease;
}
#listaRelacionamentos .item .item_tool > a img {
    margin: 0;
    visibility: hidden;
    transition: all .15s ease;
}
#listaRelacionamentos .item .item_tool > a:hover {
    transform: none;
    background: none;
}
#listaRelacionamentos .item .item_tool > a:hover img {
    visibility: visible;
}
#listaRelacionamentos .item .info_item .data {
    font-size: 12px;
    background: #eee;
    border-radius: 20px;
    padding: 4px 8px;
    line-height: 100%;
}
#listaRelacionamentos .item div p {
    font-size: 12px;
    color: #777;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
    margin-top: 10px;
}
#listaRelacionamentos .item font, #listaRelacionamentos .item .laranja, #listaRelacionamentos .item .azulzinho {
    color: #555!important;
    display: block;
    font-size: 12px;
    margin: 3px 0;
}
#listaRelacionamentos .item font:before, #listaRelacionamentos .item .laranja:before, #listaRelacionamentos .item .azulzinho:before {
    content: "";
    height: 18px;
    width: 4px;
    background: #e67e22;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
#listaRelacionamentos .item font:before, #listaRelacionamentos .item .azulzinho:before {
    content: "";
    height: 18px;
    width: 4px;
    background: #09b6e1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
#listaRelacionamentos .item font[color="green"]:before {
    background: #2ecc71;
}
#listaRelacionamentos .item font[color="red"]:before {
    background: #e74c3c;
}
#listaRelacionamentos .item b + textarea {
    margin-top: 3px;
    display: block;
    width: 100%;
}
.alert-empty-list {
    color: #777;
    font-size: 14px;
    padding: 15px;
    margin: 15px 0;
    font-style: italic;
}
.alert-empty-list span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 3px 15px;
}
.alert-empty-list:before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 90%;
    background: #ddd;
    left: 5%;
    top: 50%;
    margin-top: -1px;
}
/*END -- Leads - Histórico Relacionamentos*/

/* iframe Issue Center */
#iframe-issue-center{
    display:none; 
    width:100%; 
    height:calc(100vh - 52px); 
    border-width:0; 
    padding-top:52px;
}
/* iframe Issue Center */

/* RESPONSIVO */
@media all and (max-width: 860px) and (min-width: 768px){
    .container-menu{
        position: relative;
        float: none;
    }
    .container-menu.dropOpen > ul.dropdown{
        overflow: initial;
    }
    .container-menu > ul.dropdown{
        position: initial;
        overflow:auto;
        white-space: nowrap;
        width:100%;
    }
    .container-menu > ul.dropdown > li{
        float: none;
        display: inline-block;
    }
    .container-menu > ul.dropdown > li .menu_interno{
        left: 0;
    }
}
@media all and (max-width: 1279px) and (min-width: 768px){
    body{
        padding: 0;
    }
    #header.navbar{
        height: auto;
        position: fixed;
        z-index: 99;
    }
    #header .navbar-inner{
        position: relative;
        min-height: 100px;
        padding:0;
    }
    .container-menu{
        position: absolute;
        bottom: 0;
        left: 0;
        padding-left: 16px;
        float: none;
        width: 100%;
        background: rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    #botaoMenu{
        display:none;
    }

    .menu-sidebar{
        top: 100px;
        overflow: hidden;
    }

    .interno{
        padding-top: 140px;
    }
    .capa{
        margin:0!important;
    }   
    .alert-confirmacao-email{
        margin-left: 20px!important;  
        margin-top: 124px;
        margin-bottom: -120px;
    }  
    #iframe-issue-center{
        height:calc(100vh - 100px);         
        padding-top:100px;
}
}
@media all and (max-width: 979px){
    .navbar .brand{
        padding: 6px 0;
    }
}
@media all and (max-width: 767px){
    #login{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .formLoginInterno .logo_login img{
        max-width: 95%;
    }

    .alert-confirmacao-email{
        margin-top: 20px;
        margin-bottom: -40px; 
        margin-left: 20px!important;      
    }

    /* Busca */
    #div_busca{
        padding:8px;
        padding-bottom: 20px;
        margin-bottom: 26px;
        z-index: 1;
    }
    .titulo-secao-busca{
        position: relative;
        width: 100%;
        text-align: left;
        left: initial;
    }
    .toggle_filtros{
        top: initial;
        bottom: -18px;
        box-shadow: 0 2px 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
        background: #7598bf;
        border-radius: 100%;
        left: 50%;
        margin-left: -17px;
    }
    .toggle_filtros:hover {
        opacity: 1;
    }

    .aviso_plano{
        height: auto;
        width: 100%;
        left: 0;
        z-index:9994;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transform: none;
    }
    .botao_contratar{
        font-size: 14px;
        height:auto;
    }

    /* Comunicador */
    .boxUser {
        top: 110px;
    }
    #botaoChat{
        z-index: 9996;
    }
    #iframe-issue-center{
        padding-top: 0px;
}
}
@media (max-width: 979px) and (min-width: 768px){
    .row-fluid .span-sm-6{
        width:48.61878453038674%;
    }
    .row-fluid .span-sm-12{
        width:100%;
        margin: 0;
    }
}
/* END -- RESPONSIVO */

/* IMPRESSÃO -- NÃO IMPRIMIR*/
@media print{   
    .menu-sidebar,
    #header,
    #chat_janela,
    #botaoChat,
    .nao_imprimir
    {
        display:none;
    }
    #div_busca .bt_busca_rapida.active{
        display:block;
    }
 }
 /* END IMPRESSÃO -- NÃO IMPRIMIR */

 /*ANIMAÇÕES -- Animation CSss*/
 .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    from {
      opacity: 0;
      transform: translate3d(3000px, 0, 0);
    }
  
    60% {
      opacity: 1;
      transform: translate3d(-25px, 0, 0);
    }
  
    75% {
      transform: translate3d(10px, 0, 0);
    }
  
    90% {
      transform: translate3d(-5px, 0, 0);
    }
  
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  
  .bounceInRight {
    animation-name: bounceInRight;
  }
 
 /* COISAS DO NÍSSIUS \O/ */
 #servico_para_contratar{
     display: none;
 }
 .f11{
     font-size: 11px;
 }
 .dnone{
     display: none;
 }
 .dnonei{
     display: none !important;
 }
 .tbGeral td{
     line-height: 14px;
 }
 .trightForce{
     text-align: right !important;
 }
 .excluirMSG{
    cursor: pointer;
    position: absolute;
    right: 0px;
    color: #de8f8f;
    padding: 5px;
 }
 .excluirMSG:hover{
    color: red; 
 }
 
 .excluirAnexoSocial{
    cursor: pointer;
    color: #a74743;
    position: absolute;
    font-size: 13px;
    margin: 3px;
 }
 .excluirAnexoSocial:hover{
    color: red; 
 }
 .subMenuInMenu{
    font-size: 9px !important;
    background: #033e81  !important;
    line-height: 8px  !important;
    color: #c3d1e2  !important;
    cursor: default !important;
 }
 #texto_lembrete{
     padding-left: 60px;
 }
/* Ajustar o tamanho de todas img de láis */
img[src*='ico_editar.']:not(.ico_padrao_lista){
    max-width: 19px;
    margin-top: 3px;
}

/*lembrete da tela de vendas referente ao campo cliente*/
.box-template-vendas{
    padding-left: 28%!important;
    padding-top: 4px!important;
    margin: 0px 0;
    margin-left: 11px;
    margin-bottom: 12px;
    width: auto;
}

.box-template-vendas .texto_lembrete_vendas{ 
    padding: 2px 8px;
    background: #f39c12;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    padding-left: 5px !important;
    margin-left: 5px;
}

#msg_aviso_produto.mensagem.info{
    display: none;
}

 #responsavelPorRegistro [type="radio"]{
     margin:0px 5px;
 }

 [onclick]{cursor: pointer;}

 #iframeOauth{
    width: 100%;
    height: 100%;
    border: 0px;
}
/*Ajuste para servir 2 linhas no titulo da modal*/
.tituloDobrado{
    position: absolute;
    top: 0;
    line-height: 18px;
    padding-top: 6px;
    padding-left: 10px;
}
.tPequeno{
    font-size: 12px;
    letter-spacing: 2;
    display: block;
}
.addCommentario{
    margin-top: 10px;
    width: 100px !important;
    text-align: center;
    padding: 5px;
}
.footerComentario{
    border-top: 1px solid #e1e1e1;
    padding: 0px 15px !important;
    font-size: 12px;
}
.footerComentario .botao_img{
   float: right;
}
.blocoComentario{
    margin-bottom: 15px;
}
.comentarioExcluido{
    color:#ff9800
}
.remessa-truncate {
    display: block;
    width: 130px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aceitoTermos{
    display: flex;
    white-space: pre;
}
.aceitoTermos a{
    font-weight: bold;
}
.aceitoTermos input{
    margin-right:5px;
}
#aceitaOsTemos{
    display: none;
    color: red;
    font-weight: bold;
    text-align: center;
}

#identificadorData .tipoDaData{
    display: none;
}

.helpColuna{
    vertical-align: unset !important;
}
.helpHeader{
    float: right;
    margin-top: -2px;
}

.w100p{
    width: 100%;
}
.opa75{
    opacity: .1;
}

/* APAGA CAMPO DE SELECIONE DO SELECT PARA QUANDO É OBRIGATORIO TER UMA OPÇÃO */
#periodicidade_processo_chosen [data-option-array-index="0"]{
    display: none;
}

.checkFinalizado{
    text-decoration: line-through;
}

.alteraLayout{
    position: absolute;
    right: 25px;
    font-size: 10px;
    font-weight: bold;
    margin-top: -5px;
    cursor: pointer;
}

.abrirXMLErro{
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
}

.ico-item .unicod{
    line-height: 10px;
}
.unicod{
    font-size: 20px;
}

a[onclick^="ehMaster('1"]{
    visibility: hidden;
}

.contrataPlano{
    background-color: #8bc34a;
    margin: 4px 0px 0px 20px !important;
    height: 40px;
    padding: 0px 20px!important;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 3px;
    border-radius:20px;
    border:2px solid #fff;
}
.contrataPlano:hover{
    background-color: #4caf50!important;
}

.alteraPlano{
    background-color: #ff9800;
    margin: 4px 0px 0px 20px !important;
    height: 40px;
    padding: 0px 20px!important;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 3px;
    border-radius:20px;
    border:2px solid #fff;
}
.alteraPlano:hover{
    background-color: #ffc107;
}

#modal_contratar_plano [id^="div_campo"]{
    height: 40px;
}

.espacoAlert{
    height: 35px;
}

.alertaMsgInput{
    border: 1px solid #ff7f27;
    margin: 4px;
    color: white;
    padding: 0px;
    width: max-content;
    left: 28.5%;
    position: relative;
}
.alertaMsgInput .esclama{
    padding: 0px 10px 0px 10px;
    background: #ff7f27;
    display: inline-block;
}
.alertaMsgInput .msgInfo{
    background: white;
    color: #ff7f27;
    padding: 0px 8px 0px 4px;
}

.dBlock{
    display: block !important;
    visibility: visible !important;
}
[name=horasSemana],[name=vezesNaSemana]{
    width: 80px;
}

.img_prop:hover img{
    border-bottom: 4px solid black;
    border-top: 4px solid black;
}

[onclick$="'semXML')"]{
    opacity: 0.30;
}

.barraFunil{
    height: 10px;
    background: #074c99;
    display: block;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: absolute;
    z-index: 1;
}
.barraFunil.cinza{
    background: gainsboro;
    z-index: 0;
}

.f_lead{
    background: #fcfcfd;
    padding: 10px;
    border: 1px solid #d5d5d5;
    margin-bottom: 10px;
    overflow-wrap: anywhere;
}
.f_lead b{
    color:#25b0f3
}
.fa-arrows-alt{
    cursor:move;
}

.mce-floatpanel{
    z-index:1000000!important;
}

.container-list-details{
    overflow-wrap: anywhere;
}

.bErro{
    border:2px solid red!important;
}


/* MANUTENÇÕES */
.statusmanu {
    padding: 5px 10px;
    margin: 5px;
    border-radius: 10px;
}
.statusmanu:nth-child(1) {
    background: #27ae60;
}
.statusmanu:nth-child(2) {
    background: #f2a760;
}
.statusmanu:nth-child(3) {
    background: #f8c5c0;
}
.statusmanu:nth-child(4) {
    background: #e95c5c;
}

.wc-cal-event{
    /*position: relative!important;*/
}

img.listEsto{
    height: 17px;
    margin-top: -4px;
}