.box {
    border-top: 3px solid #367fa9;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #bcced8;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    color: #636b6f;
}

.table-responsive {
    overflow-x: hidden;
    overflow-y: hidden;
}

th {
    background-color: #114563;
    color: white;
}

table.dataTable {
    font-size: 0.9em;
}

@media only screen and (max-width: 1240px) {
    table.dataTable {
        font-size: 0.8em;
    }
    table.dataTable thead th, table.dataTable thead td {
        padding: 6px !important;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 6px !important;
    }
    .btn-xs, .btn-group-xs > .btn {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 1024px) {
    table.dataTable {
        font-size: 0.7em;
    }
    table.dataTable thead th, table.dataTable thead td {
        padding: 5px !important;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 5px !important;
    }
    .btn-xs, .btn-group-xs > .btn {
        font-size: 0.7em;
    }
}

@media only screen and (max-width: 992px) {
    table.dataTable {
        font-size: 0.6em;
    }
    table.dataTable thead th, table.dataTable thead td {
        padding: 4px !important;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 4px !important;
    }
    .btn-xs, .btn-group-xs > .btn {
        font-size: 0.6em;
    }
}

@media only screen and (max-width: 768px) {
    table.dataTable {
        font-size: 0.5em;
    }
    table.dataTable thead th, table.dataTable thead td {
        padding: 3px !important;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 3px !important;
    }
    .btn-xs, .btn-group-xs > .btn {
        font-size: 0.5em;
    }
}

@media only screen and (max-width: 600px) {
    table.dataTable {
        font-size: 0.4em;
    }
    table.dataTable thead th, table.dataTable thead td {
        padding: 2px !important;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 2px !important;
    }
    .btn-xs, .btn-group-xs > .btn {
        font-size: 0.4em;
    }
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #367fa9 !important;
    color: #fff;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    text-shadow: 1px 1px #367fa9, -1px -1px #367fa9, 1px -1px #367fa9, -1px 1px #367fa9 !important;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    border: 1px solid #636b6f !important;
}

td.details-control {
    background: url('../img/glyphicons-191-plus-sign.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../img/glyphicons-192-minus-sign.png') no-repeat center center;
}

.form-checkboxes {
    padding-top: 7px;
}

.checkboxes {
    margin-right: 7px !important;
}