@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

body {
  margin: 40px;
  font-family: "Roboto Condensed", sans-serif;
  background: #fefefe;
  padding-top: 1.5rem;
}

.head {
  color: #ecf0f1;
}

.board {
  width: 100%;
  height: auto;
  margin: 20px auto;
  background: #fefefe;
  border-radius: 8px 8px 0 0;
}

.board .nav-tabs {
  position: relative;
  margin: 40px auto;
  margin-bottom: 0;
  box-sizing: border-box;
}

.liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.nav-tabs > li {
  width: 25%;
}

.nav-tabs > li:after {
  content: " ";
  position: absolute;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #aaa;
  transition: left 1s;
}

.nav-tabs > li.active:after {
  left: calc(50% - 10px);
  opacity: 1;
}

.nav-tabs > li[rel-index="-1"]:after {
  left: calc(50% + 100% - 10px);
}

.nav-tabs > li[rel-index="-2"]:after {
  left: calc(50% + 200% - 10px);
}

.nav-tabs > li[rel-index="-3"]:after {
  left: calc(50% + 300% - 10px);
}

.nav-tabs > li[rel-index="1"]:after {
  left: calc(50% - 100% - 10px);
}

.nav-tabs > li[rel-index="2"]:after {
  left: calc(50% - 200% - 10px);
}

.nav-tabs > li[rel-index="3"]:after {
  left: calc(50% - 300% - 10px);
}

.nav-tabs > li a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

.nav-tabs > li a:hover {
  background: transparent;
}

.nav-tabs > li span {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: white;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}

.nav-tabs > li:nth-of-type(1) span {
  color: #3e5e9a;
  border: 2px solid #3e5e9a;
}

.nav-tabs > li:nth-of-type(1).active span {
  color: #fff;
  background: #3e5e9a;
}

.nav-tabs > li:nth-of-type(2) span {
  color: #f1685e;
  border: 2px solid #f1685e;
}

.nav-tabs > li:nth-of-type(2).active span {
  color: #fff;
  background: #f1685e;
}

.nav-tabs > li:nth-of-type(3) span {
  color: #febe29;
  border: 2px solid #febe29;
}

.nav-tabs > li:nth-of-type(3).active span {
  color: #fff;
  background: #febe29;
}

.nav-tabs > li:nth-of-type(4) span {
  color: #25c225;
  border: 2px solid #25c225;
}

.nav-tabs > li:nth-of-type(4).active span {
  color: #fff;
  background: #25c225;
}

.nav-tabs > li > a.disabled {
  opacity: 1;
}

.nav-tabs > li > a.disabled span {
  border-color: #ddd;
  color: #aaa;
}

div#step-1 {
  background: #fff;
}

div[role="tabpanel"]:after {
  content: "";
  display: block;
  clear: both;
}

/*Oojeema Pro Plans*/
.plan-price h3 {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 25px;
  color: #606060;
  font-weight: 600;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.02);
}

.plan-price {
  font-size: 36px;
  font-weight: 300;
  color: #606060;
  text-align: center;
  padding: 0 0 22px;
  position: relative;
}

.plan.color-1 .plan-price,
.plan.color-1 a.button {
  background-color: #f6f6f6;
}

.plan.color-2 .plan-price,
.plan.color-2 a.button {
  background-color: #3acf87;
}

.plan.color-3 .plan-price,
.plan.color-3 a.button {
  background-color: #514e9f;
}

.plan.color-4 .plan-price,
.plan.color-4 a.button {
  background-color: #e54b81;
}

.plan.color-5 .plan-price,
.plan.color-5 a.button {
  background-color: #a558a6;
}

.plan-price .value {
  font-weight: 600;
  letter-spacing: -1px;
}

.plan-currency {
  font-size: 22px;
  opacity: 0.7;
  position: relative;
  margin: 0 -5px 0 0;
  top: -4px;
  font-weight: 300;
}

.period {
  display: block;
  font-size: 16px;
  margin: 2px 0 0;
  opacity: 0.7;
}

.plan-features {
  background: #fff;
  border-top: none;
  padding: 12px 0 0;
}

.plan-features ul li {
  padding: 8px 0;
  text-align: center;
}

.plan-features a.button {
  position: relative;
  display: block;
  margin: 0 auto;
  margin: 12px 0;
  text-align: center;
  color: #666;
  padding: 10px 0;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.color-2 .plan-price,
.color-3 .plan-price,
.color-4 .plan-price,
.color-5 .plan-price,
.color-2 .plan-price h3,
.color-3 .plan-price h3,
.color-4 .plan-price h3,
.color-5 .plan-price h3,
.color-2 .plan-price .plan-currency,
.color-3 .plan-price .plan-currency,
.color-4 .plan-price .plan-currency,
.color-5 .plan-price .plan-currency,
.color-2 .plan-features a.button,
.color-3 .plan-features a.button,
.color-4 .plan-features a.button,
.color-5 .plan-features a.button {
  color: #fff;
}

.color-2 .plan-price h3,
.color-3 .plan-price h3,
.color-4 .plan-price h3,
.color-5 .plan-price h3 {
  background-color: rgba(0, 0, 0, 0.05);
}

.columns {
  margin-right: 15px;
}

.plan {
  border: 1px solid #f6f6f6;
}

.button {
  margin-bottom: 100px;
}

.login-page {
  background-color: #ffffff;
}
