﻿.table > thead > tr {
    font-size: 14px;
    background-color: white;
    color: #333;
}

.content-wrapper {
    border-left: none;
    padding: 0px 0px 0px 0px;
    padding-top: 15px;
}

.body-content {
    background-color: white;
}

.widget {
    border: none;
    background-color: white;
}

    .widget .widget-content {
        padding: 0px 0px;
    }

.breadcrumb {
    padding: 8px 15px;
    font-size: 14px;
}

    .breadcrumb a {
        color: #428bca;
    }

body {
    font-size: 14px;
    color: #333;
}

.panel-body {
    background-color: white;
}

.panel {
    border-radius: 4px;
}

a {
    color: #428bca;
}

.dataTables_wrapper {
    overflow-x: auto;
}