#dfb_container {
    -webkit-box-shadow: inset 0px 0px 0px 1px #d6d6d6;
    -moz-box-shadow: inset 0px 0px 0px 1px #d6d6d6;
    box-shadow: inset 0px 0px 0px 1px #d6d6d6;
    margin-top: 30px;
    margin-bottom: 30px;
}

#dfb_input_container {
    background-color: #f7f7f7;
    padding-top: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.custom-m-t-20 {
    margin-top: 20px;
}

.custom-m-t-40 {
    margin-top: 40px;
}

.custom-m-b-40 {
    margin-bottom: 40px;
}

.custom-padding-5 {
    padding: 5px !important;
}

.custom-padding-10 {
    padding: 8px !important;
}

#dfb_input_container input {
    background-color: #f7f7f7;
}

.dfb-date-select {
    background-color: #813F98;
    color: white;
    padding: 30px;
    text-align: center;
    border: 1px solid #d6d6d6;
    font-weight: 500;
    cursor: pointer;
}

.date-active {
    color: #333;
    background-color: white;
    border-bottom: none;
}

.dfb-state-cancelled, .dfb-state-rescheduled {
    color: #d60000;
}

.dfb-state-scheduled {
    /*color: #813F98;*/
}

.dfb-state-delayed, .dfb-state-landed, .dfb-state-taxing {
    color: #c25700;
}

.dfb-state-completed {
    color: #008500;
}

.dfb-state-airborne {
    color: #2e6da4;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 2px solid purple;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 8px;
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none;
    color: white !important;
    background-color: purple;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    color: purple !important;
    border: 1px solid purple;
}