html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0px;
  background-color: #F8F9FB;
  padding: 20px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #10176A;
  line-height: 22px;
}
/* Override some of the default bootstrap styles for buttons */
.btn {
  border: none;
  font-weight: 600;
  padding: 12px 15px;
  border-radius: 0;
}
.btn-primary {
  background-color: #007AC3;
}
.btn-primary:hover {
  background-color: #2E3192;
}
.btn-primary + .btn {
  margin-left: 4px;
}
a {
  color: #007AC3;
}
a:focus,
a:hover {
  color: #10176A;
}
.help-block {
  margin-top: 8px;
}
.help-block.ng-invalid {
  color: #ff473b;
  border-color: #DCA5A1;
  font-size: 0.9em;
}
.main-container {
  max-width: 1100px;
  background-color: #EAEAF4;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 12px #DDD;
  box-shadow: 0px 0px 12px #DDD;
}
.main-container.narrow {
  max-width: 800px;
}
.page-header {
  height: 80px;
  color: #FFF;
  margin: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #2E3192;
}
.page-header ul.entree-account-header {
  list-style-type: none;
  padding: 20px;
}
.page-header ul.entree-account-header #entree-account-logo {
  background: url('../images/logo.png') no-repeat;
  width: 136px;
  height: 40px;
}
.page-header ul.entree-account-header #entree-account-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar {
  background-color: #EAEAF4;
}
.sidebar.no-padding {
  padding: 0;
}
h1 {
  margin-top: 0;
}
.page-content {
  background-color: #FFF;
  min-height: 600px;
  padding: 20px 20px 20px 20px;
  border-bottom-right-radius: 3px;
}
.page-content h2 {
  font-weight: 600;
  font-size: 24px;
  color: #10176A;
  margin: 10px 0px 25px;
}
.page-content p {
  font-size: 16px;
  color: #10176A;
  line-height: 28px;
  padding-bottom: 10px;
  margin: 15px 0px;
}
.accounts-footer {
  padding: 5px;
  margin: 15px 0px 15px 0px;
  font-size: 0.8em;
}
.accounts-footer ul {
  display: inline;
}
.accounts-footer ul li {
  display: inline;
}
.accounts-footer ul li:not(:last-child):after {
  content: ' | ';
  display: inline;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  opacity: 0.7;
}
.menu {
  border-bottom-left-radius: 3px;
}
.menu .heading {
  font-size: 14px;
  padding-left: 24px;
  color: #10176A;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.menu .item {
  height: 30px;
  margin: 10px 0px;
  border-left: 4px solid transparent;
  line-height: 30px;
  padding-left: 20px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #10176A;
  text-transform: lowercase;
  cursor: pointer;
}
.menu .item.active {
  font-weight: bold;
  color: #007AC3;
  border-left: 4px solid #007AC3;
  cursor: hand;
}
.menu .item:hover {
  color: #007AC3;
}
.menu .item span .step {
  display: block;
  color: #10176A;
}
.menu .item .step div {
  display: inline-block;
}
.menu .item.disabled {
  color: #AAA;
  cursor: not-allowed;
}
.menu .item a {
  text-decoration: none;
  color: #10176A;
  display: block;
}
.menu .item a:hover,
.menu .item a:active {
  color: #007AC3;
}
.alert {
  font-size: 0.9em;
}
.alert #error-footer {
  padding-top: 20px;
}
/* Custom styling for forms that overrides default bootstrap styling */
input[type="text"],
input[type="email"],
input[type="password"],
.custom-field-styling {
  height: 50px;
  font-size: 16px;
  color: #10176A;
  border: 1px solid #cccccc;
  border-radius: 0;
}
label {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: right;
}
input.ng-dirty.ng-invalid {
  color: #ff473b;
  border-color: #DCA5A1;
  background-color: #FFF2F2;
}
input.ng-dirty.ng-valid {
  border-color: #7EB263;
}
form {
  margin-top: 30px;
}
@media (min-width: 480px) {
  .page-content {
    padding: 40px 60px 60px 60px;
  }
}
@media (min-width: 768px) {
  .menu {
    margin-top: 24px;
  }
  .form-horizontal .control-label {
    padding-top: 16px;
  }
}
.custom-field-styling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.border-top {
  border-top: 1px solid #ddd;
}
.palet-button-secondary {
  display: inline-block;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 400;
  color: #007AC3;
  background-color: #fff;
  border: 1px solid #c7c7e2;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
}
