/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31/12/2020, 09:40:38
    Author     : gersonsilvabarbosajunior
*/

.header-reclamajus {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 64px;
    background: white;
    padding: 13px 24px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.08);
}
#sticky-menu li:first-child{
    padding-top: 34%;
}
#wrapper #content-wrapper {
    padding-top: 7%;
}
.border-list-process{
  border-top: 1px solid #dbdbdb;
}
.sidebar-light{
  border-right: 1px solid #dbdbdb;
}
.no-arrow:after{
  display: none !important;
}
.row-protest-list:hover .protest-actions{
    display: block;
  -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.row-protest-list:hover .dismiss-protest{
   visibility: visible !important;
}
.protest-actions {
    position: absolute;
    right: 0;
    top: 15px;
    display: none;
    width: 50%;
    text-align: right;
}
.protest-actions .btn{
  transition: opacity 1s ease-out;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin-right: 10px;
}
.protest-actions .btn{
  font-size: 12px
}
.border-list-process-2:hover{
  transition: .5s;
  /*transform: scale(1.1);*/
  background: white;
  position: relative;
}
.border-list-process-2{
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px dotted #dbdbdb;
}
.border-list-process-2:hover{
  background: whitesmoke;
}
.dismiss-protest{
    visibility: hidden;
}
#loader{
    position: fixed;
    background-color: rgba(255,255,255,.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
}
.dropdown-full-width{
  left: 0px !important;
  right: 0 !important;
  width: 60%;
}
.box-overflow-max{
    height: 300px;
    overflow-y: auto;
}
.counter-big{
  font-size: 25px;
  font-weight: bold;
  margin-right: 5px;
}
.fixed-cogs-proccess{
  position: absolute;
  right: 10px;
  top: 10px;
}
.border-list-box{
    font-size: 14px !important;
}
[data-remove-tag]{
    cursor: pointer;
}
.column-filter{
    text-decoration: none !important;
}
.hover-red:hover{
    color: red !important;
}
.datepicker{
  z-index: 123456;
}
.text-black{
    color: #000 !important;
}
.big-number{
    font-size: 40px;
    border-right: 2px solid white;
}
.bg-blue-2{
  background: #4191de;
  color: white;
}
.bg-blue-3{
  background: #77c7f3;
  color: white;
}
.btn-group-reclama, .btn-group-reclama:hover{
  border-radius: 0px !important;
  border: 1px solid #dbdbdb !important;
  background-color: white !important;
}
.btn:focus{
    outline:0;
    box-shadow: none !important;
}
.shedule-type-2 .fields-deadline{
    display: none !important;
}
.shedule-type-1 .fields-audience{
    display: none !important;
}
.filter-active.order1 .fa-angle-down{
    display:inline-flex !important;
}
.filter-active.order2 .fa-angle-up{
    display:inline-flex !important;
}
.filter-active i{
    background-color: white;
    color: #444 !important;
    padding: 2px 5px;
    border-radius: 100px;
    margin-left: 4px;
}
body .column-filter i{
  display: none !important;
}