.table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.table > thead td {
    background-color: #003B5C;
    color: white;
    font-size: 16px;
    font-family: SansProRl;
    box-shadow: 0 2px 2px 0 rgba(0, 59, 92, 0.14), 0 3px 1px -2px rgba(0, 59, 92, 0.2), 0 1px 5px 0 rgba(0, 59, 92, 0.12);
}

.table > tbody td {
    background-color: #fdfdfd;
    border-bottom: 1px solid #00B5E2;
    vertical-align: middle !important;
    font-size: 15px;
    font-family: SansProIt;
    box-shadow: 0 2px 2px 0 rgba(0, 181, 226, 0.14), 0 3px 1px -2px rgba(0, 181, 226, 0.2), 0 1px 5px 0 rgba(0, 181, 226, 0.12);
}

tr td:first-child,
tr th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

tr td:last-child,
tr th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.table > tbody tr td:first-child {
    border-left: 1px solid #00B5E2;
}

.table > tbody tr td:last-child {
    border-right: 1px solid #00B5E2;
}

.option-delete, .option-edit, .option-view {
    cursor: pointer;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 16px;
    font-family: SansProBd;
}

div.dataTables_wrapper div.dataTables_filter input {
    border: none;
    resize: none;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    font-family: 'SansProRl', sans-serif;
}

div.dataTables_wrapper div.dataTables_filter input:hover,
div.dataTables_wrapper div.dataTables_filter input:focus {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.btn-table {
    padding: 14px 14px;
}

.btn-table-action {
    padding: 8px 8px;
    min-width: 35px;
}

.btn-table > div.action-primary {
    width: 0;
    height: 0;
    border-top: 25px solid rgba(255, 255, 255, 0.9);
    border-left: 25px solid transparent;
    position: absolute;
    top: 2px;
    right: 17px;
}

.btn-table > div.action-primary > i {
    position: absolute;
    color: #00B5E2 !important;
    top: -23px;
    right: 2px;
    font-size: 10px;
}

.ribbon {
    background-size: cover;
    background-position: center center;
    background-color: rgb(0, 181, 226);
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    -webkit-transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in;
    border-radius: 50%;
    vertical-align: middle;
    margin: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.ribbon span {
    font-family: SansProBd;
    color: white;
    font-size: 25px;
}

@media screen and (max-width: 1502px) {
    a.btn-table-action span {
        display: none;
    }
}

.table > thead:first-child > tr:first-child > td {
    border-right: 1px dashed #FFFFFF;
}

.table > thead:first-child > tr:first-child > td:last-child {
    border-right: none;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    display: inline-block;
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
    white-space: normal;
}

.pagination .paginate_button {
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(51, 122, 183, 0.14), 0 3px 1px -2px rgba(51, 122, 183, 0.2), 0 1px 5px 0 rgba(51, 122, 183, 0.12);
}
.bootstrap-datetimepicker-widget table td{
    white-space: normal !important;
}
.bootstrap-datetimepicker-widget table td span{
    margin: 2px 5.5px !important;
}