﻿body {
    padding-top: 0px;
}

.navbar-light {
    background-color: #428bca;
}

a {
    color: #3366CC;
}

.bg-primary {
    background-color: #0266A3 !important;
    color: white;
}

    .bg-primary a {
        color: white;
    }

.btn-primary {
    color: #fff;
    background-color: #00308F;
    border-color: #2e6da4;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #444;
        border-color: #444;
    }
.btn-info {
    color: #fff;
    background-color: #b9b9b9;
    border-color: #7b7b7b;
}
    .btn-info:hover {
        color: #fff;
        background-color: #444;
        border-color: #444;
    }

.sort_col::after {
    font-family: FontAwesome;
    content: "\f0de";
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
}

.sort_col_desc::after {
    font-family: FontAwesome;
    content: "\f0dd";
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
}

.sort_link {
    cursor: pointer;
}

.back-prev {
    margin-bottom: 5px;
    padding: 5px 0 5px 0;
}

table {
    font-size: 14px;
}

th {
    white-space: nowrap;
}

.table-bordered-curved {
    border-radius: 4px;
    border-collapse: separate;
    border: solid 1px #ccc;
}

    .table-bordered-curved thead tr:last-child th,
    .table-bordered-curved thead tr:last-child td {
        border-bottom: solid 1px #ccc;
    }

    .table-bordered-curved thead tr th,
    .table-bordered-curved thead tr td {
        border-bottom: 0;
        border-right: solid 1px #ccc;
    }

        .table-bordered-curved thead tr th:last-child,
        .table-bordered-curved thead tr td:last-child {
            border-right: 0;
        }

    .table-bordered-curved tbody tr:first-child th,
    .table-bordered-curved tbody tr:first-child td {
        border-top: 0;
    }

    .table-bordered-curved tbody tr td {
        border-right: solid 1px #ccc;
    }

        .table-bordered-curved tbody tr td:last-child {
            border-right: 0;
        }
