.box-tools{
    position: absolute;
    right: 10px;
    top: 5px;
}


.search-custom{
    margin: 6px 0 0 0 !important;
}

.pag-cursor{
    cursor: pointer;
}


@media only screen and (max-width: 414px) {
   .col-md-12{
       padding: 0px !important
   }
}

/* .form-group {
    padding-bottom: 0px !important;
    margin: 0px !important;
} */

.tool-bar{
    background-color: #eeeeee;
    border-radius: 5px;
    margin-left: 2px;
    margin-right: 2px;
}


    .datepicker table tr td.today {
        cursor: pointer !important;
       color: #000000;
        
       background-color: #9c27b0;
        
       border-color: #9c27b0;
        
    }

    .datepicker table tr {
        cursor: pointer !important;
    }