/* FED3 - css */
.panel-heading {
  /* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F6F7), to(#D5DDE1));
  background-image: -webkit-linear-gradient(top, #F4F6F7, #D5DDE1);
  background-image: -moz-linear-gradient(top, #F4F6F7, #D5DDE1);
  background-image: -ms-linear-gradient(top, #F4F6F7, #D5DDE1);
  background-image: -o-linear-gradient(top, #F4F6F7, #D5DDE1);
  */
  background-color: #71d23a !important;
  border-color: #D5DDE1 !important;
  min-height: 52px;
  /*background-color: #68a9d2 !important; */
}

.panel-title {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  width: 80%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar .panel-title {
  width: 100%;
}

.panel-heading .btn-primary {
  background-color: #5aa82e !important;
  border: 1px solid #4f9328 !important;
}

.panel-heading .btn-primary:hover {
  background-color: #447e23 !important;
  border: 1px solid #447e23 !important;
}

.panel-primary {
  border-color: #cacad9;
}

.sidebar .panel-heading {
  background-color: #73b2d8 !important;
}

.btn-warning {
  background-color: #73b2d8 !important;
  border: solid;
  1px ##67a0c2;
}

.btn-warning:hover {
  background-color: #5c8eac !important;
  border: solid;
  1px #507c97 !important;
}

/* Member Dashboard front page */
.member {
  display: block;
  padding: 6px;
  min-height: 72px;
  /* width: 329px; */
  height: 86px;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  float: left;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.member img {
  float: left;
  margin-right: 8px;
}

.member a {
  text-decoration: none;
  color: #000;
}

.member a:hover {
  background-color: #e6e6e6;
  text-decoration: none;
  color: #000;
}

.member:hover {
  background-color: #E6E6E6;
  border: 1px solid #909090;
}

.memspace {
  width: 10px;
}

/*alert message above main dashboard */
.alertmsg {
  margin: 20px 0px 10px 0px;
}

.line {
  border-bottom: 1px solid #d6d6d6;
}

/* affiliate banner sizing */
.affbanner {
  max-width: 80%;
  overflow: auto;
  margin-bottom: 10px
}

.imgpreview {
  max-width: 98%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.terms {
  overflow: auto;
  height: 250px;
  border: 1px solid #d0d0d0;
  padding: 10px;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}

.register-title {
  margin: 40px 100px 0px;
}

/* Terms of purchase settings area */
#agreement-form input[type="radio"] {
  margin-right: 10px;
}

#agreement-form label {
  margin-right: 20px;
}

#termsbox2 input[type="radio"] {
  margin-right: 10px;
}

#termsbox2 label {
  margin-right: 20px;
}

#custom_emails input[type="radio"] {
  margin-right: 10px;
}

#custom_emails label {
  margin-right: 20px;
}

#billing-email-form input[type="radio"] {
  margin-right: 10px;
}

#billing-email-form label {
  margin-right: 20px;
}

#failed-billing-email input[type="radio"] {
  margin-right: 10px;
}

#failed-billing-email label {
  margin-right: 20px;
}

#successfulemailbox input[type="radio"] {
  margin-right: 10px;
}

#successfulemailbox label {
  margin-right: 20px;
}

.iti-flag {
  background-image: url("../images/flags.png");
}

p.help-block {
  padding-bottom: 20px !important;
}

.badge {
  background-color: #3276b1 !important;
}

.password-progress {
  margin-top: 3px;
  margin-bottom: 0;
}

#main-chart-div {
  width: 100%;
  height: 500px;
}

.doublelines {
  position: relative;
  font-size: 15pt;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

.doublelines:before,
.doublelines:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #4b4c4f;
}

.doublelines:before {
  margin-left: -50%;
  text-align: right;
}

/* tmp header color */
.default_tmp {
  background-color: #5DB729 !important;
}

/* Active Primary text format */
.actprime {
  padding-top: 6px;
  font-weight: bold;
  color: #ffffff;
}

.titleright {
  line-height: 35px;
}

#searchpanel {
  min-height: 250px;
}

.customerTop {
  float: left;
  width: 150px;
  font-weight: bold;
  margin-left: 20px;
  text-align: center;
  min-height: 50px;
}