/*
 * common.css 
 * =================================================================
 */

/* 
 * === flatpickr CSS ===============================================
*/
/* Pequenos ajustes visuais */
.input-group .flatpickr-input[readonly] {
  background-color: transparent; /* deixa igual ao form-control */
}
.flatpickr-calendar {
  z-index: 2000; /* acima de modais */
}

/* 
 * === tables ===============================================
*/
/*
th {
    position: relative;
    cursor: pointer;
}

th .sort-icon {
    position: absolute;
    right: 4px;
    opacity: 0.5;
}

th.ascending .sort-icon {
    content: "▲";
}

th.descending .sort-icon {
    content: "▼";
}
*/

th {
    cursor: pointer;
}

.sort-icon {
    display: inline-block;
    margin-left: 4px;
    font-size: 12px;
    opacity: 0.8;
}

.card-header-fixed-black {
    color: #000 !important;
}