/* Classic Theme - Uses Bootstrap default styling */
/* This theme maintains the original Bootstrap appearance */

/* Override any specific styling if needed for classic theme */

#menu-main {
    margin-bottom: 20px;
}

#menu-main > .container-fluid {
    max-width: 1140px;
}

#menu-sub,
.alert {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

#menu-sub > .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}


.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #286090;
    border-color: #204d74;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
} 

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border-top: 0px;
}
