/* Add here all your CSS customizations */

.logo-login img{
	float:left!important;
}

#go-back-icon i{
    margin-top:18px;
    margin-left:3px;
    padding-right:20px;
    font-size:1rem;
    float:left;
}

#go-back-icon i:hover{
    cursor:pointer;
}

.breadcrumbs { 
    margin-right:2% !important; 
}

.sidebar-widget.widget-tasks ul li:before {
    border-color: #0090D9 !important;
}

.form-group + .form-group {
    border-top:none;
    padding-top: 0.5rem;
}

.alert{
    font-size:1em !important;
}

.alert-info{
    background:#cfe6fc !important;
    border-color:#b6dafb !important;
}

.sidebar-left{
    width:250px;
}

.cursor-pointer{
    cursor: pointer;
}

.help-icon-title{
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 30px;
    position: absolute;
    width: 30px;
    text-align: center;
    margin-left:5px;
    bottom:10px;
}

.help-icon-title i{
    color:#ad1326;
    font-size:1.05rem;
    line-height: 30px;
    vertical-align: middle;
}

.icone-ajuda i{
    color:#D2312D !important;
}

#badge-link{
  position:absolute;
  margin-left:-16px;
  margin-top:-2px;
}

.actions .badge {
  background: #D2312D;
  color: #FFF;
  font-size: 10px;
  font-weight: normal;
  height: 16px;
  padding: 3px 5px 3px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px){
    html.fixed .page-header {
      left: 250px;
    }
    
    html.fixed .content-body {
        margin-left: 250px;
    }
    
    #logo_cliente_column{
        display:table-cell !important;
    }

    #logo_cliente_column img { width: auto !important; max-height: 59px !important; }
}

.sidebar-left hr.separator{
    margin: 10px 10px 10px;
}

.sidebar-widget.widget-tasks ul li a{
    padding-left: 30px;
    padding-top:4px;
    padding-bottom:4px;
}

.sidebar-widget.widget-tasks ul li a i{
    margin-right:10px;
}

.sidebar-widget.widget-tasks ul li:before {
    border: none;
}

#header-fixed { 
    
    background-color:white;
    z-index:999999999999999;
}

.fixed-col{
    position: sticky !important;
    background:#eee !important;
    color:#333 !important;
}

.fixed-col a{
    color:#333 !important;
}

#div-table-header-responsive{
    overflow-x: hidden;
    overflow-y: hidden;
}

.data-vertical{
    height:90px;
    min-width:60px;
    white-space: nowrap;
    position:relative;
}

.data-vertical > div{
  transform: rotate(-70deg);
  -webkit-transform:rotate(-70deg);
  position:absolute;
  left:0;
  right:0;
  top: 40px;
  margin:auto;
  font-weight:bold;
}

.data-brandbuilder{
    min-width:100px !important;
    white-space: nowrap;
    text-align: center;
}

.cell-brandbuilder{
    min-width:100px !important;
    font-weight:normal;
}

.cell-brandbuilder a{
    color:#fff !important;
}

.badge-brandbuilder {
    font-weight: normal;
    padding: 8px 5px;
    margin-top: 3px;
}

.badge-brandbuilder-post {
    background: #4389d7 !important;
    border: #4389d7;
    border-top: solid 4px #4389d7;
    border-bottom: solid 4px #4389d7;
}

.badge-brandbuilder-story {
    background: #ed3459 !important;
    border: #ed3459;
    border-top: solid 4px #ed3459;
    border-bottom: solid 4px #ed3459;
}

.badge-brandbuilder-reel {
    background: #36b3ab !important;
    border: #36b3ab;
    border-top: solid 4px #36b3ab;
    border-bottom: solid 4px #36b3ab;
}

.badge-brandbuilder-materia {
    background: #974dff !important;
    border: #974dff;
    border-top: solid 4px #974dff;
    border-bottom: solid 4px #974dff;
}

.border-warning-brandbuilder{
    border-top: solid 4px #ffd749;
}

.border-success-brandbuilder{
    border-top: solid 4px #168703;
}

.content-post li{
    color: #777 !important;
}

span.hl { background: yellow; }

.alert-gray{
    background:#eee !important;
    border-color:#ccc !important;
}



.alert-crm {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 5 !important;
}

.topo-titulo{
    margin-left:10px;
}

.topo-titulo h1{
    padding:0;
    margin:0;
    margin-top:0.5rem;
    color:#12399e;
    font-size:1rem;
}