.progress_container {
  margin: 20px auto;
  width: 98%;
}
.progress_container > div {
  margin-bottom: 10px;
}
.progress_bar {
  height: 20px;
  background: #ebebeb;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 10px;
}
.progress_bar > span {
  position: relative;
  float: left;
  margin: 0 -1px;
  min-width: 30px;
  height: 18px;
  line-height: 16px;
  text-align: right;
  background: #cccccc;
  border: 1px solid;
  border-color: #bfbfbf #b3b3b3 #9e9e9e;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.progress_bar > span > span {
  padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  color: #404040;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
.progress_bar > span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 18px;
  background: url("https://dev.informe.org/online/businessanswers/img/progress.png") 0 0 repeat-x;
  border-radius: 10px;
}
.progress_bar .blue {
  background: #5aaadb;
  border-color: #459fd6 #3094d2 #277db2;
  background-image: -webkit-linear-gradient(top, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
  background-image: -moz-linear-gradient(top, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
  background-image: -o-linear-gradient(top, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
  background-image: linear-gradient(to bottom, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
}

#maincontent4 {
    float: left;
    margin: 0;
    padding: 4px 15px;
    width: 100%;
}

/*** Sign in Social Media Buttons ***/

#maincontent4 li.oauth {margin-bottom: 2em; display: block; margin-left: -3em;}
#maincontent4 li.oauth a em {font-style: normal; font-weight: bold;}

#maincontent4 li.oauth a.facebook {background: #4868A5 url("/online/businessanswers/img/facebook.png") 4% 50% no-repeat; color: #fff;}
#maincontent4 li.oauth a.google {background: #3DA24D url("/online/businessanswers/img/google.png")  4% 50% no-repeat; color: #fff;}

#maincontentApp li.oauth {margin-bottom: 2em; display: block; margin-left: -3em;}
#maincontentApp li.oauth a em {font-style: normal; font-weight: bold;}

#maincontentApp li.oauth a.facebook {background: #4868A5 url("/online/businessanswers/img/facebook.png") 4% 50% no-repeat; color: #fff;}
#maincontentApp li.oauth a.google {background: #3DA24D url("/online/businessanswers/img/google.png")  4% 50% no-repeat; color: #fff;}

li.oauth a {opacity: .9; display: inline-block; float: left; margin: 0 1em 0 0; text-decoration: none; background: #eee; padding: .2em 2em; font-size: .9em;  border-radius: .25em;}
li.oauth a:hover {opacity: 1;}

/*** 'popup' box for on page input such as task name change ***/
.namechange {
  display: none;
  float: left;
  width: 290px;
  z-index: 999;
  position: absolute;
  background-color: #fff;
  min-height: 60px;
  padding: 10px;
  margin-left: 240px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid;
  border-color: #bfbfbf #b3b3b3 #9e9e9e;
}

#changesuccess {
  display: none;
}

#removesuccess {
  display: none;
}

#addanswersuccess {
  display: none;
}

#addlicensesuccess {
  display: none;
}

#uploadsuccess {
  display: none;
}

#newlicensediv {
  display: none;
}

#linkedlicenses {
  display: none;
}

#removelicensesuccess {
  display: none;
}

#removefile {
  display: none;
}

ul.form_info_additional {
    border-top: 1px solid #CCCCCC;
    color: #666666;
    font-size: 0.9em;
    list-style: none outside none;
    margin: 5px;
    padding-left: 20px;
    padding-top: 5px;
}

