.layout-full-body{
    padding: 20px 20px 0px 20px;
}

.card-header .btn[title="Criar novo"] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px 0 rgba(35, 43, 51, 0.62)!important;
}

.card-header .btn[title="Filtros"] {
  display: none;
}

.card-header .btn[title="Criar novo"] i {
  font-size: 28px;
}

.card-header.d-flex[style*="padding: 5px"] {
  padding: 0 !important;
}

.scroll-roll{
    background-color: #f5f5f9!important;
}

.card-title-datatable{
    display:none;
}

.card-profile{
    box-shadow: 0 0 10px rgba(0,0,0,.1);   
    margin: 2px;
}

.card-footer .col-4 {
  margin-top: 7px;
  margin-bottom: 9px;
}

.card-footer{
    padding:0px 20px 0px 20px!important;
    text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}

.card-footer .col-4 .title {
  margin-top: 0px;
  font-weight: bold;
  line-height: 10px;
  
}

.copy-text .text {
    text-transform: lowercase;
}

