/* Write your custom CSS here */
.panel .note-toolbar.panel-heading{
    overflow:visible;
}

.msg-obrigatorio {
	color: #a94442;
    font-weight: 700;
    margin-top: 5px;
    float: left;
    font-size: 12px;
    display: none;
}

.link-bottom{
    min-width: 30px;
    margin-bottom: 3px;
    padding-right: 0;
    padding-left: 0;
}

li .btn-sm{
    margin: -6px;
    width: 30px;
    height: 30px;
}

li .btn-sm i{
    padding: 0px;
}

.input-group-addon.btn-primary{
    color: #fff;
    background-color: #0066cc;
    border-color: transparent;
}

.note-editable{
    border: 1px solid #d9d9d9;
}

.hide{
    display: none;
}

.table-active, .table-active>td, .table-active>th {
    background-color: rgba(0,0,0,.075);
}

.table td a{
    padding: 3px;
}

.table i{
    color: #000;
    font-size: 16px;
    margin-right: 3px;
}

.form_group{
    display: inline-flex;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    margin-right: 10px;
}

.text-editable{
    border-bottom: dashed 1px #4E5E6A;
    color: #4E5E6A;
    cursor: pointer;
}

.text-editable .fa-exclamation{
    padding: 0px 5px 0px 1px;
}

#tb-lancamentos th, #tb-lancamentos td{
    padding: 6px !important;
}

.tb-lancamentos .receita th{
    background: #C00D0E;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}

.tb-lancamentos thead th{
    background: #f1f1f1;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #C00D0E;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin:  auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#tbHistoricoGatilho tbody tr td:nth-child(3){
    max-width: 127px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tbHistoricoGatilho th, #tbHistoricoGatilho td{
    padding: 6px !important;
}