body {
 font-family: 'Open Sans', sans-serif;
 font-weight: lighter;
 background-color: #e5e5e5;
}

.main-con {
  
  
}

.container {
  max-width: 960px;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.top-nav a {
  font-size: 14px;
  color: #ffffff;
  background: #e36556;
}

.top-nav a:hover {
  color: #e36556;
  background: #ffffff;
}

.top-nav .nav-link {
  padding :5px 7px!important;
  border-color: #d43f3a!important;
}

.top-nav .nav-link.active {
  border-color: #e36556!important;
}


.logo {
  text-align: center;
  margin-bottom: 50px;
}
.buttonbar {
  text-align: center;
  margin-bottom: 50px;
}
.top-btn {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
  border:1px solid #e36556;
  border-radius: 2px;
  padding: 15px 50px;
}
.top-btn:hover {
  color: #ffffff;
  background-color: #e36556;
  text-decoration: none;
  border:1px solid #ffffff;
}
.form-section {
  background : #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 25px;
}

label.small {
  font-size: 10px!important;
  font-weight: lighter!important;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}


h1 {
 font-size: 20px;
 font-weight: bold;
 color: #e36556 !important;
 text-align: center;
 margin-bottom: 10px;
}
h2 {
 font-size: 14px;
 font-weight: bold;
 color: #e36556 !important;
 text-align: left;
 margin-top: 8px;
 margin-bottom: 8px;
}
h3 {
 font-size: 14px;
 font-weight: bold;
 color: #3c3d48 !important;
 text-align: left;
 margin-top: 6px;
 margin-bottom: 6px;
}
a.hyperlink {
  font-size: 14px;
  font-weight: bold;
  color: #e36556;
  margin: 8px;
  text-decoration: none;
}
a.hyperlink:hover {
  color: #c9302c;
}

input[type="text"], input[type="date"], input[type="time"], select, textarea, input[type="file"] + label {
 padding:5px 10px !important;
 width: 100%;
 font-size: 14px;
 line-height: 14px;
 font-weight: bold;
 color:#3c3d48;
 box-shadow: none !important;
 border: 2px solid #e5e5e5;
 border-radius: 2px;
}
input[type="text"]:disabled {
  background-color: #ffffff;
  opacity: 0.5;
}

input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

input[type="file"] + label {
    font-weight: bold;
}

input[type="file"] + label:hover {
    background-color: #e5e5e5;
}

button[type="submit"] {
  width: 100%;
  height: auto !important;
  max-width: 100%;
}

.btn, .btn-xs {
  color: #ffffff;
  background-color: #e36556 !important;
  border-radius: 2px;
  border: 1px solid #d43f3a;
  box-shadow: none !important;
  font-weight: bold;
  vertical-align: top;
}
.btn {
  font-size: 14px;
  line-height: 15px;
  padding: 8px;
}
.btn-xs {
  font-size: 12px;
  line-height: 12px;
  padding: 10px 20px;
}
.btn:hover, .btn-xs:hover {
  background-color: #c9302c !important;
  border-color: #ac2925;
}

.btn:disabled, .btn-xs:disabled {
  background-color: #e5e5e5 !important;
  border-color: #b3b4bf;
color:#000000;
}

#draftbutton {
  position: fixed;
  bottom: -4px;
  right: 20px;
}
.draftBox {
  display: none;
  position: fixed;
  width: 300px;
  bottom: 30px;
  right: 20px;
  border: 3px solid #e36556;
  background: #ffffff;
  padding: 20px 20px 10px;
}
.draftBox .row {
  margin-bottom: 10px;
}
.searchBar {
  padding: 20px 0;
  border: 2px solid #e36556 ;
  background-color: white;
  border-radius: 3px;
  margin: 10px 0;
}
.m-t-20 {
  margin-top: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8) url("../images/loader.gif") no-repeat fixed center;
  z-index: 9999;
  display: none;
}