

.card-negocio {

}

.list-card-title {
    clear: both;
    display: block;
    margin: 0 0 4px;
    overflow: hidden;
    text-decoration: none;
    word-wrap: break-word;
    color: #444;
    border-bottom: 1px solid #CCC;
    padding-bottom: 4px;
}

.list-card {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 #ccc;
    cursor: pointer;
    display: block;
    margin: 10px;
    min-height: 20px;
    position: relative;
    text-decoration: none;
    z-index: 999;
    padding: 6px 8px 2px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #CCC;
    padding-bottom: 4px;
}


.list-card-resumo {
    border-top: 1px solid #CCC;
    padding-top: 4px;
    margin-top: 4px;

}

.tabela-card td {
 padding-top: 0;
}
.tabela-card td>div {
 background: #e2e4e6;
}
.tabela-card {
 border-spacing: 4px;
}



.list {
    background: #e2e4e6;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    white-space: normal;
}



.tab-pane {
  background: #FFF;
  padding:10px;
}

.perdida,.perdida td {
    background: #ffcfd6!important;
}

.perdida td {
    background: #ffcfd6!important;
}

.ganha, .ganha td {
    background:#dbfde3;  
}

.ganha td {
    color: #3e8d13;
}

.text-perdida {
    color:#ffcfd6;  
}

.text-ganha {
    color: #3e8d13;
}

.note-salvar-anotacao{
    content:"\f0c7";
}

.text-gray {
    color: #888;
}


.anotacao-lista {
}

.anotacao-lista p {
    margin-bottom: 3px;
}

.caixa-resumo {
    min-height: 500px;
}

.anotacoes-lista .lista {
    height: 350px;
    overflow-y: auto;
}

.dropdown-menu {
    min-width: 6rem;
    z-index: 12;

}

.btn-opt {
    border: none;
    box-shadow: none!important;
    padding: 2px 12px 9px 7px!important;
    background: #eeeeee;
    line-height: 0;
    margin-top: 10px;
    margin-left: 0;
}

.anotacao-lista .bg-red {
    padding: 2px;
}

.btn-opt:after {
    content:none;
}

.modal-body .form.timeline {
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}

/*******************
Timeline page
******************/
  /*Timeline*/
  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px); }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0; }
  ul.timeline > li > .timeline-panel {
    float: right; }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0; }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0; }

ul.timeline {
    list-style-type: none;
    position: relative;
}


ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 30px;
    width: 2px;
    height: calc(100% - 10px);
    z-index: 5;
    top: 13px;
}

ul.timeline > li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17.3px 10px 0;
    border-color: transparent #dddddd transparent transparent;
    left: -18px;
    top: 7px;
}

ul.timeline > li {
    margin: 0 0 10px 40px;
    padding: 10px;
    background: #eee;
    border: 1px solid #DDD;
    position: relative;
}

ul.timeline > li:before {
    font-family: Font Awesome\ 5 Free;
    background: white;
    display: inline-block;
    position: absolute;
    left: -62px;
    width: 25px;
    height: 25px;
    z-index: 10;
    margin-top: 0;
    font-size: 1.5rem;
    color: #c6c6c6;
    line-height: 10px;
    font-weight: 900;
}

ul.timeline .comment:before {   
    content: '\f075';
}

.ligar:before {
    content: "\f095";
}

.reuniao:before {
    content: "\f0c0";
}

.tarefa:before {
    content: "\f0ae";
}

.email:before {
    content: "\f0e0";
}

.almoco:before {
    content: "\f2e7";
}

ul.timeline .dropdown-toggle {
    margin-left: -10px!important;
    background: #8c8e91;
}

.note-editor.note-frame {
    border: 1px solid #eef0f1;
}

.form-group {
    margin-bottom: 0.3rem;
    margin-top: 0.4rem;
}

hr.destaque {
    border-top: 1px solid rgba(24,28,33,0.3);
}

.tabela-lista body {
  height: 500px;
}

.tlm-operacao{
  width: 70px;
}
.tlm-descricao{
  width: 40%;
}

.container-fluid.principal {
    padding-right: 1rem;
    padding-left: 1rem;
} 

.principal.negocio {
  overflow: hidden;
  overflow-y: hidden;
}
