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

body {
  overflow-x: hidden;
  font-size: 14px;
  background: #ffffff;
  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;
}

.login body {
  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;
}

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

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

.preheader.normalpage {
  background: #003375
}

.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: 0px;
  border-bottom-width: 0;
}

.normalpage .navbar {
  float: left;
  width: 940px;
  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;
  margin-right: -100vw;
  padding-right: 100vw;
  margin-left: -100vw;
  padding-left: 100vw;
}

.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: 20px;
  border-radius: 10px;
}

.login textarea {
  width: 420px;
  font-family: sans-serif;
}

select, input[type=submit] {
  font-size: 18px;
}

.login label {
  color: #777;
}

.login input[type="checkbox"] {
  width: auto;
  height: 12px !important;
}

.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;
  font-size: 14px;
}

.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.bordered td {
  border-top: 1px solid #aaa;
}

.table.directory tr.haschildren td.name {
  cursor: pointer;
}

.table.directory .starthidden {
  display: none;
}

.table.directory tr.affiliate, .table.directory tr.affiliate:hover {
  background-color: #ddd;
  display: none;
}

input:not(.btn), select {
  box-sizing: border-box;
  font-size: 16px !important;
  width: 100%;
  padding: 5px !important;
  margin: 5px 0;
  border-radius: 5px !important;
  border: solid 2px rgba(0, 0, 0, 0.1) !important;
  height: 35px !important;
}