﻿/* Layout
----------------------------------------------------------------------------------------------------*/
body {
  background-color: lightgrey;
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
}
/* Logo section */
.container.logo {
  margin-bottom: 0;
  background: white;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  margin-top: 15px;
}
@media (max-width: 769px) {
  .container.logo {
    border-radius: 0;
    margin-top: 0;
  }
}
/* Header section */
#container-header {
  text-align: center;
  margin: 0 auto;
  background: #0076a9;
  padding: 15px 25px 15px 25px;
}
.pdf-back {
    height:48px;
    width:48px;
background-image: url(../images/pdf_icon.png);
border:none;
}
#container-header h1,
#container-header h3 {
  color: #fff;
}
#header {
  height: 90px;
  overflow: hidden;
}
/* Main section style */
.main {
  padding-bottom: 30px;
}
#container {
  margin: 0 auto;
  background: #fff;
  padding-top: 15px;
  -moz-border-radius: 0px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 769px) {
  #container {
    border-radius: 0;
  }
}
/* Heading in main container */
legend,
.section {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 2px solid #0076A9;
}
legend h2,
.section h2 {
  text-align: center;
}
.user-header a {
  margin-left: 10px;
}
.has-feedback label ~ .form-control-feedback {
  right: 12px;
}
.has-fix label ~ .form-control-feedback {
  right: -3px !important;
}
.nav > li {
  position: relative;
  display: block;
  padding: 5px 5px 5px 13px;
}
li.nav-header {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  /* text-decoration: underline; */
  padding-left: 0px;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 2px solid #0076A9;
  margin-top: 28px;
}
li.done {
  border-left: 5px solid #10E60D;
  padding-left: 7px;
}
li.active {
  border-left: 5px solid #0076A9;
  padding-left: 7px;
}
.list-group-item {
  border: none;
}
#nav {
  height: 80px;
}
.nav > li > a {
  position: inherit;
  display: inline;
  padding: 0;
  text-decoration: underline;
}
.nav > li > a:hover,
.nav > li > a:focus {
  position: inherit;
  display: inline;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
}
.ress {
  background-color: #0076A9;
  color: white;
  min-height: 40px;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  margin-top: 60px;
}
.ress a,
.ress a:visited,
.ress a:active {
  color: white;
  text-decoration: underline;
}
.ress a:hover,
.ress a:focus {
  color: white;
  text-decoration: none;
}
#wrap {
  /*overflow: hidden;*/
  width: 100%;
  clear: both;
}
#footer {
  margin: 0 auto;
  padding: 15px 25px 30px 25px;
  text-align: center;
}
#headline-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  float: right;
  width: 25%;
  margin-top: 10px;
  margin-right: -40px;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.25);
}
#headline-menu h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  padding: 3px 0;
  background-color: beige;
}
#headline-menu ul {
  margin-left: 35px;
}
#headline-menu li {
  list-style: disc;
  line-height: 18px;
  font-size: 11px;
}
#headline-menu li a {
  float: right;
  margin-right: 20px;
  cursor: pointer;
}
.signature {
  font-family: 'Sacramento', cursive;
  font-size: 40px;
  height: 60px;
  color: #0898D6;
}
.input-initials {
  width: 85px !important;
}
@media (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 769px) {
  .sidebar {
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
    margin-bottom: 30px;
  }
  h1 {
    font-size: 28px;
  }
  #container-header {
    border-radius: 0;
    margin-top: 0;
    padding-top: 15px;
  }
  .ress {
    padding: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 30px;
    line-height: 1.9;
    padding-bottom: 20px;
  }
  #footer {
    margin: 0 auto;
    padding: 15px 25px 18px 25px;
    text-align: center;
    color: white;
    background-color: #0076a9;
    font-weight: bold;
    border-top: 1px dashed white;
  }
  #footer a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
  }
  #footer a:hover,
  #footer a:focus {
    color: white;
    font-weight: bold;
    text-decoration: none;
  }
  .user-header a {
    margin-left: 0;
    margin-top: 5px;
    display: block;
    float: none !important;
  }
}
@media (min-width: 768px) {
  #container-header img {
    float: left;
  }
}
/* ----------------------------------------------------------------------------------------------------*/
label.label-indent {
  margin-left: 35px;
}
label.label-checkbox {
  margin-top: -18px;
}
label.error,
span.field-validation-error {
  color: #BD362F !important;
  font-size: 11px;
  margin-top: -8px;
}
span.field-validation-error {
  display: block;
}
input.error,
textarea.error {
  background-color: LightYellow;
  border: 1px solid lightcoral;
}
input.initals {
  width: 32px;
  height: 25px;
  font-size: 12px;
  font-weight: bolder;
  color: #BD362F !important;
}
.hasState {
  width: 135px;
}