/**
 * 	To override some bootstrap css properties
 * */

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #C1CCE7;
}

.table > thead > tr > th {

    background-color: #123652;
    text-align: center;
    color: #FFFFFF
}

.table > tbody > tr > td {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.table > tfoot > tr > td {
    background-color: #8799C1;
}

.box-header, .box-body {
    padding: 5px;
}

.content-header {
    padding-top: 5px
}

.box {
    margin-bottom: 5px;
}

.form-group {
    padding-bottom: 1px;
    margin-bottom: 1px;
}

.content {
    padding-top: 5px;
}

.content-wrapper {
    background-color: #e9ebee;
}

.main-header {
    font-weight: bold;
    font-size: 14px;
}

.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.main-header > .navbar {
    min-height: 30px;
}

.status-message {
    padding-bottom: 0px;
    margin-bottom: 0px
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 5px;
}