html {
    min-height: 100%;
    min-width: 980px;
}

body {
    font-size: 14px;
    background: #003375;
    background: -moz-linear-gradient(top,#003375 1%,#3C679D 100%) no-repeat;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#003375),color-stop(100%,#3C679D)) no-repeat;
    background: -webkit-linear-gradient(top,#003375 1%,#3C679D 100%) no-repeat;
    background: -o-linear-gradient(top,#003375 1%,#3C679D 100%) no-repeat;
    background: -ms-linear-gradient(top,#003375 1%,#3C679D 100%) no-repeat;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003375',endColorstr='#3C679D',GradientType=0);
    background: linear-gradient(top,#003375 1%,#3C679D 100%) no-repeat;
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #2c3e50;
}

.normalpage.preheader img.skyline {
    margin-top: 3px;
    width: 980px;
    height: 56px;
}

.preheader .container {
    height: inherit;
    width: 980px;
}

.container {
    margin-right: auto;
    margin-left: auto;
}
.container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
    width: 940px;
}

.container.main {
    background: #FFF;
    border: 20px solid #fff;
    border-top-width: 5px;
    border-bottom-width: 0;
}

.normalpage .navbar {
    float: left;
    width: 940px;
    margin-left: -20px;
    background-color: #EDEDED;
    background-image: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-width: 5px;
    font-weight: 200;
    border-bottom-color: #C3C3C3;
}

.normalpage .navbar-inner {
    width: 940px;
    min-width: 813px
    font-weight: 700;
    background-image: none;
    background-color: #EDEDED;
    border-bottom-color: #c3c3c3;
    border-bottom-style: solid;
    border-width: 0 0 4px;
    border-radius: 0;
}

.navbar .nav.header img {
    margin: -10px 10px -10px -10px;
    height: 30px;
}

.normalpage .navbar .nav>li>a {
    padding: 12px 16px;
    font-weight: 200;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif!important;
    color: #777;
    text-shadow: .1px .1px #777;
}

.normalpage .navbar .header>li>a {
    font-weight: 700;
    color: #000;
}

.dropdown-menu {
    background-color: #616161;
}
.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a {
    background-color: #aaa;
    background-image: none;
    color: #fff;
    text-decoration: none;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
}
.navbar li>.dropdown-menu, .navbar .nav>li>.dropdown-menu {
    left: auto;
    right: 0;
}
.navbar li>.dropdown-menu:before, .navbar .nav>li>.dropdown-menu:before {
    left: auto;
    right: 12px;
}

.row {
    margin-left: -20px;
}
.row>.span12>h1 {
    height: auto;
    line-height: 1.0;
    font-size: 34px;
    /*border-bottom: 1px solid #333;*/
    font-weight: 700;
    padding-bottom: 10px;
}
h1 .btn {
    margin: 10px 5px 0 5px;
    float: right;
}
h1 .search {
    margin-top: 10px;
    float: right;
    width: 175px;
    height: 16px;
}
h1 form {
    display: inline;
}
.nav-tabs {
    margin-top: -25px;
}

.login {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.login h1 {
    width: 100%;
    text-align: center;
    margin: 60px 0;
}
.login form {
    background: #fff;
    margin-top: 20px;
    padding: 16px 24px 32px;
}
.login textarea {
    width: 420px;
    font-family: sans-serif;
}
input, select {
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 4px 0;
}
select, input[type=submit] {
    font-size:18px;
}
.login label {
    color: #777;
}
.login input[type="checkbox"]{
    width: auto;
}
.login input[type="submit"]{
    padding: 8px 10px;
    width: auto;
    font-size: 1em;
    float: right;
    margin-top: -5px;
    background: #3C679D;
    color: #fff;
    border: none;
    cursor: pointer;
}
.login .remember{
    cursor: pointer;
}
.login .nav {
    text-align: right;
}
.login .nav a {
    color: white;
    text-decoration: none;
}
html.login {
    width: 100%;
    min-width: 340px;
}
.error {
    color: #c00;
}
.pre {
    font-family: monospace;
}
.well.expired {
    background-color: #ccc;
}
.right {
    text-align: right;
}
.ctr {
    text-align: center!important;
}

.table.directory tr td{
    border: none;
}
.table.directory tr:nth-child(5n-4) td{
    border-top: 1px solid #aaa;
}