﻿body {
  line-height: 1.5;
  padding-top: 0px;
  width: 100%;
  border: 0;
  background-attachment: fixed;
  background: #ffffff;
  color: #4d4d4d;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (min-width: 979px) {
  .container {
    width: 960px;
  }
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
h1,
.h1 {
  font-size: 14px;
  color: #003781;
  padding: 21px 0 20px 10px;
}
h2,
.h2 {
  font-size: 20px;
  color: #454545;
  margin: 0 0 13px 0;
}
h3,
.h3 {
  font-size: 12px;
}
h4,
.h4 {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
h5,
.h5 {
  font-size: 0.83em;
  font-weight: normal;
}
h6,
.h6 {
  font-size: 0.75em;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #666;
}
.hideElement {
  display: none;
}
.logo img {
  max-height: 115px !important;
}
.no-svg .aga-logo {
  background-image: url(../img/aga-logo.gif);
}
.no-svg .svg-or-img-img {
  display: inline-block !important;
}
.yes-svg .svg-or-img-svg {
  display: inline-block !important;
}
.btn,
.btn:focus,
.btn:active {
  outline: none;
}
.btn-success,
.btn-primary {
  text-transform: lowercase;
  color: white;
  border: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #fc001a;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.8);
  background-color: #fc001a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9a0010), to(#fc001a));
  background-image: -webkit-linear-gradient(top, #9a0010, #fc001a);
  background-image: -o-linear-gradient(top, #9a0010, #fc001a);
  background-image: linear-gradient(to bottom, #9a0010, #fc001a);
  background-image: -moz-linear-gradient(top, #9a0010, #fc001a);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#9a0010, endColorstr=#fc001a, GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-primary:hover,
.btn-success.hover,
.btn-primary.hover,
.btn-success:active,
.btn-primary:active,
.btn-success.active,
.btn-primary.active,
.btn-success:focus,
.btn-primary:focus,
.btn-success.focus,
.btn-primary.focus {
  background-position: center;
  background-color: #ff172e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b30013), to(#ff172e));
  background-image: -webkit-linear-gradient(top, #b30013, #ff172e);
  background-image: -o-linear-gradient(top, #b30013, #ff172e);
  background-image: linear-gradient(to bottom, #b30013, #ff172e);
  background-image: -moz-linear-gradient(top, #b30013, #ff172e);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#b30013, endColorstr=#ff172e, GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success .disabled,
.btn-primary .disabled,
.btn-success[disabled],
.btn-primary[disabled] {
  background-position: center;
  background-color: #717073;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c9cacc), to(#717073));
  background-image: -webkit-linear-gradient(top, #c9cacc, #717073);
  background-image: -o-linear-gradient(top, #c9cacc, #717073);
  background-image: linear-gradient(to bottom, #c9cacc, #717073);
  background-image: -moz-linear-gradient(top, #c9cacc, #717073);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#c9cacc, endColorstr=#717073, GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border-color: #c9cacc;
}
.portlet-title {
  padding: 5px 15px;
}
.portlet-title .caption {
  font-size: 12px;
  font-weight: bold;
  color: #4d4d4d;
}
.portlet.box {
  border-color: solid 1px #999999;
}
.portlet.box .portlet-title {
  background-color: #efeff0;
}
.page-container {
  margin-top: 0;
}
.page-content {
  margin-left: 0;
}
.page-sidebar-menu {
  display: none;
}
.page-breadcrumb.breadcrumb {
  display: none;
}
.header.navbar.navbar-inverse.navbar-fixed-top {
  display: none;
}
.form-body {
  background-color: #f9f9f9;
}
.message {
  color: red;
}
.form-group .control-label {
  font-size: 11px;
  text-align: right;
  padding-top: 0;
}
.form-group input {
  font-size: 11px;
  width: 300px;
  height: 30px;
  padding: 5px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.lastrow {
  clear: both;
}
.form-actions {
  border: none;
  background: inherit;
}
#page-header {
  background: #ffffff;
  margin: 8px auto 20px auto;
}
#page-header h2 {
  font-weight: normal;
  margin-top: 6px;
  padding-left: 8px;
}
#page-header .logo {
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#page-header .logo a {
  min-height: 80px;
  min-width: 80px;
}
#page-header .logo img {
  max-height: 115px !important;
}
#page-header .logo h2 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 20px;
}
footer .aga-logo {
  margin-bottom: 5px;
  padding: 2px 0px;
  text-align: right;
  width: auto;
  background-position: right;
}
.aga-logo {
  background-image: url(../img/aga-logo.svg);
  -moz-background-size: 120px 75px;
  -o-background-size: 120px 75px;
  -webkit-background-size: 120px 75px;
  background-size: 120px 75px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 120px;
  height: 75px;
}
.signin-form {
  padding: 15px 5px 5px 5px;
}
.signin-form .form-group .control-label {
  text-align: right;
}
