.navbar {
    margin-bottom: 21px;
    min-height: 0;
}
.navbar-inverse {
    background-image: url('../img/black_twill.png');
    background-color: #34495e;
    
}
.navbar-inverse .navbar-inner {
    /*background-color: #3498DB;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #ffffff;
    1D72B3
    */
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #68A5D1),
    color-stop(1, #34495E)
    );
    background-image: -o-linear-gradient(bottom, #68A5D1 0%, #34495E 100%);
    background-image: -moz-linear-gradient(bottom, #68A5D1 0%, #34495E 100%);
    background-image: -webkit-linear-gradient(bottom, #68A5D1 0%, #34495E 100%);
    background-image: -ms-linear-gradient(bottom, #68A5D1 0%, #34495E 100%);
    background-image: linear-gradient(to bottom, #68A5D1 0%, #34495E 100%);
    background-repeat: repeat-x;
}
.sidebar.navbar-inverse .sub-nav {
    background: none repeat scroll 0 0 #2C3E50;
}
.sidebar.navbar-inverse .navbar-inner {
    /*background: none repeat scroll 0 0 #1D72B3;*/
    background: none repeat scroll 0 0 #34495e;
}
.sidebar.navbar-inverse .nav-stacked > li > a {
    color: #FFFFFF;
}
.sidebar.navbar-inverse .nav-stacked > li > a:hover {
    color: #2980b9;
}
.sidebar.navbar-inverse .sub-nav {
    background: none repeat scroll 0 0 #2C3E50;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 1px 1px 1px 1px;
    color: #555555;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    padding: 4px 6px;
    border-width: 1px;
}
.btn {
    border-radius: 1px 1px 1px 1px;
}
.btn .caret {
    margin-left: 4px;
    margin-top: 0px;
}
#content-container {
    background: none repeat scroll 0 0 #7f9293;
}
#wrap > nav {
    background: none repeat scroll 0 0 #7f9293;
    margin-top: 30px;
}
.input-append .add-on, .input-prepend .add-on {
    height: 30px;
}
label {
    margin-right: 7px;
}
a {
    color: #08c;
}
#push {height: 28px;}

.table-custom {
	border-collapse: collapse;
	font-size: 12px;
}

.pagination {
	font-size: 12px;
}