﻿i.fas{
    margin-right: 4px;
}

div.btn-group {
    margin: 8px 0;
}

div.filter > label {
    display: block;
    font-weight: normal;
}

div.slick-header-menu > button {
    border-radius: 4px;
}

td{
    padding:2px;
}

/* BootBox ---------------------*/
button.btn.btn-secondary.btn-default.bootbox-cancel {
    background-color: #ff6060;
    color: white;
    font-weight: bold;
}
button.btn.btn-secondary.btn-default.bootbox-cancel:hover {
    border-color: #2c2c2c;
}

button.btn.bootbox-accept {
    background-color: #6ae648;
    color: white;
    font-weight: bold;
    border-color: white;
}
button.btn.bootbox-accept:hover {
    border-color: #2c2c2c;
}
    /* ----------------------------*/