﻿body,
input,
select,
textarea {
  font-family: 'Roboto', arial, sans-serif;
}
input,
select,
textarea {
  border: solid 1px #ccc;
}
.top-bottom-padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-header {
  background-image: url(../Images/home-header.png);
  width: 1000px;
  height: 350px;
}
.home-header > div {
  padding: 40px 40px 20px 40px;
}
.home-header h1 {
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  background-color: #f7ca0d;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
.home-header h2 {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5em;
}
.home-header h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
}
.home-header h3 .lighter {
  font-weight: 200;
}
.header-text {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 1.7em;
  padding: 0 20px 0 20px;
}
.text-bg {
  margin-top: 10px;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.main-header {
  background-image: url(../Images/header.png);
  width: 1000px;
  height: 50px;
}
.main-header-div {
  height: 48px;
}
.appHeader {
  height: 48px;
}
.information-text {
  color: red;
  font-size: smaller;
  font-style: italic;
}
.btn-transparent {
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  background-image: none;
  color: #333;
  border: solid 1px #333;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 25px;
  float: right;
}
.btn:hover,
.menu-buttons:hover,
.help-buttons:hover {
  text-decoration: none;
}
.menu-buttons {
    background-color: #efefef;
    border: none;
    margin-bottom: 1px;
    border-left: solid 4px #f7ca0d;
    padding: 20px 30px;
    text-transform: uppercase;
    width: 230px;
    text-align: left;
    
}
    .menu-buttons:not(.aspNetDisabled) {
        color: #000 !important;
    }
.menu-buttons a {
  color: #000 !important;
}
.menu-buttons a:hover {
  text-decoration: none;
}
.help-buttons {
  border: solid 1px #333;
  width: 100%;
  padding: 10px 20px;
  color: #333;
  text-transform: uppercase;
}
.content {
  background-color: #fff;
}
/***** Task Management *****/
.validation-message {
  padding-left: 20px;
  font-size: 11px;
}
.btn {
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  background-image: none;
  background-color: #999;
  padding: 5px 20px;
  color: #fff;
  border: none;
  margin: 0 10px 0 10px;
}
.btnNext,
.btnEndorsements {
  float: right;
}
.btnPrev {
  float: left;
}
.btnSave {
  background-color: #f7ca0d;
}
.BtnDiv {
  width: 100%;
  margin: 10px 0 10px 0;
}
.lefthand-menu {
  background-color: #ccc;
  float: left;
  width: 230px;
}
.aspNetDisabled {
  /* display:none;*/
}
.TitleDiv {
  border-bottom: solid 1px #eee;
}
.TitleDiv h3 {
  font-weight: 300;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}
.headerRow {
  height: 35px;
}
.textbox-div {
  padding: 10px 0 10px 0;
}
.messagebox-div {
  background-color: #eee;
  padding: 10px;
}
.messagebox-div .divUploadFile {
  width: 80%;
  padding: 10px 10px 0 10px;
  background-color: #f6f5f5;
}
.startButton {
  -moz-box-shadow: 0px 1px 0px 0px #fff6af;
  -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
  background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
  background-color: #ffec64;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}
.startButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
  background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
  background-color: #ffab23;
}
.startButton:active {
  position: relative;
  top: 1px;
}
.startDiv {
  margin: 0;
  background: yellow;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.industry-delete {
    margin-bottom: -1px;
    border-width: 0px;
    width: 10px;
}
/*# sourceMappingURL=Master.css.map */