body {
  margin: 0px;
}
.contentContainer {
  /*float: left;*/
  width: 630px;
  background: #eee;
  font-family: Helvetica;
  font-weight: 100;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px #ccc;
  margin-left: auto;
  margin-right: auto;
  min-height: 300px;
  padding-top: 10px;
  padding-left: 10px;
}

.main-content {
  width: 1000px;
  margin: 0 auto;
}

.content {
  float: left;
  width: 1000px;
  margin-top: 10px;
  min-height: 500px;
  background: url(/images/background.png) no-repeat;
}
/*username & password*/
.page-content {
  float: left;
  width: 980px;
  padding: 10px;
}

.newSiteLogo {
  float:left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: linear-gradient(90deg, #FFFFFF 0%, #7D7D7D 100%);
}
.header-SiteLogo {
  float:left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 70px;
  background-image: linear-gradient(90deg, #FFFFFF 0%, #7D7D7D 100%);
}
.report-logo {
  float: left;
  width: 1000px;
  margin-top: 40px;
  margin-left: -55px;
}
.link-logo {
  float: left;
  width: 30px;
  padding: 5px;
}
.link-text{
  float: left;
  width: 900px;
  padding: 5px;
  color: #14A4D3;
}
input[id="username"], input[id="password"] {
  background: #eee;
  border: 3px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  width: 320px;
  max-width: 100%;
  height: 48px;
  /* margin-bottom: 15px; */
}
.login-input-style {
  /* color: #ED2951;*/
  color: #CCC;
  padding: 5px;
  width: 320px;
  height: 40px;
  border-radius: 5px;
  font-size: 18px;
  font-style: italic;
  
}
.login-div {
  float: left;
  width: 610px;
  padding-left: 10px;
}
#login-form {
padding-left: 20px;
  }
/*login button*/
.login-button {
  background: #ED2951;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  /*text-shadow: 1px 1px 1px rbga(154,11,41,0.55);*/
  /*box-shadow: inset 0px -3px 1px 0px rbga(154,11,41,0.55);*/
  border-radius: 5px;
  width: 316px;
  max-width: 100%;
  height: 48px;
  margin-bottom: 30px;
  margin-left: 6px;
  outline: 0;
}
/*style place holder*/
::-webkit-input-placeholder {
  /*color: #ED2951;*/
  color: #CCC;
}

:-moz-placeholder { /* Firefox 18- */
  /*color: #ED2951; */
  color: #CCC;
}

::-moz-placeholder {  /* Firefox 19+ */
  /*color: #ED2951;*/
  color: #CCC;
}

:-ms-input-placeholder {  
  /*color: #ED2951; */
  color: #CCC;
}
/*style place holder*/

input[id="username"]::-webkit-input-placeholder {
  color: #ED2951;
}
input[id="username"]:-moz-placeholder { /* Firefox 18- */
  color: #ED2951;
}
input[id="username"]::-moz-placeholder {  /* Firefox 19+ */
  color: #ED2951;
}
input[id="username"]:-ms-input-placeholder {  
  color: #ED2951;
}

input[id="password"]::-webkit-input-placeholder {
  color: #ED2951;
}
input[id="password"]:-moz-placeholder { /* Firefox 18- */
  color: #ED2951;
}
input[id="password"]::-moz-placeholder {  /* Firefox 19+ */
  color: #ED2951;
}
input[id="password"]:-ms-input-placeholder {  
  color: #ED2951;
}
#login_form {
  float: left;
  width: 610px;
}
#login_info_wrapper {
  float: left;
  width: 610px;
  display: none;
}
#login_info {
  float: left;
  width: 610px;
}

.forgetPassword {
  float: left;
  width: 320px;
  color: #333;
  font-size: 14px;
}
.forgetPassword a {
  color: #68903B;
  text-decoration: none;
}

.forgotLogin {
  margin-bottom: 20px;
}
.forgotLogin a:hover{
  text-decoration: none;
}
.forgotLogin a{
  padding-bottom: 10px;
  color: #68903B;
  margin-left: 5px;
}
.footer {
  float: left;
  width: 100%;
  background: url(/images/admin-portal_background.jpg) repeat-x;
  /*position: absolute;*/
  margin-top: 70px;
}
.navigation-content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.navigation-wrapper {
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-top: 2px;
  height: 100%;
  /*padding-top: 2px;*/
  /*padding-bottom: 2px;*/
  border: 2px solid #D2D2D2;
  background-image: linear-gradient(-180deg, #BEBEBE 0%, #EAEAEA 100%);
}
.nav-menu {
  float: left;
  min-width: 100px;
  height: 37px;
/*   padding-top: 7px; */
  cursor: pointer;
  margin-right: 2px;
  text-align: center;
  background-image:linear-gradient(-180deg, #FEFEFE 0%, #DEDEDE 62%, #A0A0A0 100%);
  font-family: Avenir;
  font-weight: normal;
  text-shadow: 0px 1.2px 1px #FFFFFF;
  /*border: 1px solid #D2D2D2;*/
}
.active-nav-menu {
  float: left;
  min-width: 100px;
  height: 37px;
  padding-top: 7px;
  cursor: pointer;
  margin-right: 2px;
  text-align: center;
  background: #C60601;
  color: #ECECEC;
  font-family: Avenir;
  font-weight: normal;
  text-shadow: 0px 1.2px 2px rgba(0,0,0,0.50);
  box-shadow: inset 0px 5px 5px 0px rgba(161,49,47,1.00);
}

.nav-menu a {
/*   height: 37px; */
  height: 100%;
  display: block;
  padding-top: 7px;
  cursor: pointer;
  min-width: 100px;
  color: #727272;
  font-family: Avenir;
  font-weight: normal;
  text-shadow: 0px 1.2px 1px #FFFFFF;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.active-nav-menu a {
  height: 37px;
  min-width: 100px;
  color: #ECECEC;
  font-family: Avenir;
  font-weight: normal;
  text-shadow: 0px 1.2px 2px rgba(0,0,0,0.50);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.hel-logout {
  float: right;
  width: 60px;
  min-width: 30px;
  /*padding-left: 2%;
  padding-right: 2%;*/
  height: 37px;
  padding-top: 7px;
  cursor: pointer;
  margin-right: 2px;
  text-align: right;
  /*background-image:linear-gradient(-180deg, #FEFEFE 0%, #DEDEDE 62%, #A0A0A0 100%);*/
  font-family: Avenir;
  font-weight: normal;
  text-shadow: 0px 1.2px 1px #FFFFFF;
}
.hel-logout a {
  height: 37px;
  min-width: 30px;
  color: #727272;
  font-family: Avenir;
  font-weight: normal;
  text-shadow: 0px 1.2px 1px #FFFFFF;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.tab-content {
  width: 90%;
  float: left;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  /*padding: 5px;*/
  font-family: Avenir;
  font-size: 14px;
  border-bottom: 1px solid #DA271D;
  border-left: 1px solid #DA271D;
  border-right: 1px solid #DA271D;
 /* border-top-right-radius: 7px;*/
  margin-top: -1px; /*Make the active first tab touch the main tab content*/
}
.tab-button-leads {
  background-color: #FFFFFF;
  color: #DA271D;
  /*border-top: 1px solid #DA271D;*/
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 10px;
}
.tab-button {
  min-width: 5%;
  float: left;
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #D4D2D4 98%);
  border: 1px solid #E2E2E2;
  color:#696969;
}
.tab-button-active {
  min-width: 5%;
  float: left;
  background-color: #FFFFFF;
  color: #DA271D;
  /*border-top: 1px solid #DA271D;*/
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 10px;
  border-top: 1px solid #DA271D;
  border-left: 1px solid #DA271D;
  border-right: 1px solid #DA271D;
}

.reprocess-tab-button {
  min-width: 5%;
  float: left;
  /*background-color: #FFFFFF;*/
  color: #DA271D;
  /*border-top: 1px solid #DA271D;*/
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #D4D2D4 98%);
  border-top: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 10px;
}

.non-active-tab {
  min-width: 5%;
  float: left;
  /*background-color: #FFFFFF;*/
  color: #696969;
  /*border-top: 1px solid #DA271D;*/
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #D4D2D4 98%);
  border-top: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 10px;
}

.normal-tab-outer-div {
  float: left;
  min-width: 5%;
  padding-left: 10px;
  margin-left: -1px; /* makes the tab touch the active tab*/
  border-bottom: 1px solid #DA271D;
}

.tab-button-right-space {
  float: left;
  margin-top: 5px;
  width: 74.9%;
  margin-right: -10px;
  margin-left: -2px;
  /*border-bottom-right-radius: 7px;*/
  border-bottom: 1px solid #DA271D;
}
.tab-wrapper {
  width: 100%;
  min-height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #F1F1F1 100%);
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  color: #ACADAF;
}
.leads-image-input > img, img[src$="cal.gif"], div[unselectable] {
    cursor: pointer;
}
/* style for image upload*/
.upload-image-content {
position: relative;
width: 370px;
height: 80px;
border: 2px solid gray;
border-radius: 10px;
margin-top: -40px;
}
#selectImage, .selectImage {
padding-left: 15px;
position: relative;
bottom: 0px;
width: 350px;
background-color: #FEFFED;
border-radius: 10px;
height: 70px;
}
.selectImage {
    padding-top: 5px;
}
.submit{
font-size: 16px;
background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
border: 1px solid #e5a900;
color: #4E4D4B;
font-weight: bold;
cursor: pointer;
width: 100px;
border-radius: 5px;
padding: 10px 0;
outline: none;
margin-top: 20px;
margin-left: 10px;
}
.submit:hover{
background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}
#file, .file {
color: red;
padding: 5px;
border: 5px solid #8BF1B0;
background-color: #8BF1B0;
margin-top: 10px;
border-radius: 5px;
box-shadow: 0 0 15px #626F7E;
/*margin-left: 15%;*/
width: 200px;
display: inline-block;
}
#message{
position: relative;
/* top: 120px; */
margin-top: -60px;
margin-left: 450px;
width: 250px;
}
#success
{
color:green;
font-size: 16px;
font-weight: bold;
}
#invalid
{
color:red;
}
#line
{
margin-top: 274px;
}
#error
{
color:#FF0000;
}
#error_message
{
color:#0000FF;
}
.flow19-label-wrapper, .flow19_coregs_actionID, #labelContainerDiv, #editedLabelContainerDiv, #imageContainerDiv, #editedImageContainerDiv {
  display: none;
}
.image-delete-container {
    float: left;
    width: 100%;
    text-align: center;
    height: 25px;
    margin-top: 0px;
    margin-bottom: 5px;
    z-index: 10;
    display: none;
}
.coreg_selec_image:hover .image-delete-container {
    display: block;
}