.well {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff8f8f8', GradientType=0);
  border-color: #dfdfdf;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* Begin Chat Box */
#chat-box .chat-box-content ul.chat-box-list > li {
  padding: 0;
}
#chat-box .chat-box-content ul.chat-box-list > li:first-child {
  background-color: #332d30;
}
#chat-box .chat-box-content ul.chat-box-list > li:first-child h3 {
  padding-bottom: 0;
}
#chat-box .chat-box-content ul.chat-box-list > li:first-child .chat-box-search {
  padding: 15px;
}
#chat-box .chat-box-content ul.chat-box-list > li h3 {
  padding: 15px;
  margin-bottom: 0;
}
#chat-box .chat-box-content ul.chat-box-list > li > ul > li {
  padding: 5px 15px;
  position: relative;
}
#chat-box .chat-box-content ul.chat-box-list > li > ul > li:hover,
#chat-box .chat-box-content ul.chat-box-list > li > ul > li:focus {
  background-color: #393235;
}
#chat-box .chat-box-content ul.chat-box-list > li > ul > li a.inside-chat i.status {
  border-radius: 50%;
  content: "";
  height: 10px;
  float: right;
  width: 10px;
  margin-top: 5px;
  margin-right: 5px;
}
#chat-box .chat-box-content ul.chat-box-list > li > ul > li a.inside-chat i.status.online {
  background-color: #68b828;
}
#chat-box .chat-box-content ul.chat-box-list > li > ul > li a.inside-chat i.status.busy {
  background-color: #f2233b;
}
#chat-box .chat-box-content ul.chat-box-list > li > ul > li a.inside-chat i.status.idle {
  background-color: #ffba00;
}
#chat-box .chat-box-content ul.chat-box-list > li > ul > li a.inside-chat i.status.offline {
  background-color: #777777;
}
#chat-box .chat-box-content ul.chat-box-list > li > ul > li a.inside-chat img {
  float: left;
  margin: 3px 10px 0px 0;
  width: 35px;
  border-radius: 50%;
}
#chat-box .chat-box-content ul.chat-box-list > li > ul > li a.inside-chat > span {
  color: #999999;
  line-height: auto;
  display: block;
}
#chat-box .chat-box-content ul.chat-box-list > li > ul > li a.inside-chat > span.chat-name {
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}
#chat-box .chat-box-content ul.chat-box-list > li > ul > li a.inside-chat > span.badge {
  color: #fff;
  position: absolute;
  top: 0;
}
/* End Chat Box */
/* Begin Dashboard */
.panel-stat {
  cursor: pointer;
}
.panel-stat:hover {
  opacity: 0.9;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.panel-stat:hover i {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.panel-stat i {
  font-size: 90px;
  position: absolute;
  top: -35px;
  right: 20px;
  opacity: 0.3;
}
.panel-stat .stat-title {
  text-transform: uppercase;
  opacity: 0.7;
  -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.panel-stat.stat-primary {
  background-color: #4e8ef7;
}
.panel-stat.stat-success {
  background-color: #68b828;
}
.panel-stat.stat-info {
  background-color: #40bbea;
}
.panel-stat.stat-warning {
  background-color: #ffba00;
}
.panel-stat.stat-danger {
  background-color: #f2233b;
}
.panel-stat.stat-pink {
  background-color: #de1771;
}
.panel-stat h2,
.panel-stat h4,
.panel-stat i,
.panel-stat .stat-title {
  color: #FFFFFF;
}
.visitor-sparklines,
.revenues-sparklines {
  margin-top: 30px;
  text-align: center;
}
.visitor-sparklines .sparklines-block,
.revenues-sparklines .sparklines-block {
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  padding: 5px 0;
}
#graph-visitors {
  background-clip: padding-box;
  overflow: hidden;
  margin-bottom: 60px;
  margin-top: 70px;
}
#rickshaw-legend {
  position: absolute;
  top: 40px;
  background: transparent;
}
#rickshaw-legend .label {
  color: rgba(48, 54, 65, 0.5);
}
/* End Dashboard */
/* Begin Page Invoice */
#page-invoice .invoice {
  background: #fff;
  padding: 20px;
}
#page-invoice .invoice .invoice-company {
  font-size: 20px;
}
#page-invoice .invoice .invoice-header {
  margin: 0 -20px;
  background: #f9f9f9;
  padding: 20px;
}
#page-invoice .invoice .invoice-header .invoice-from {
  display: table-cell;
  width: 1%;
  padding-right: 20px;
}
#page-invoice .invoice .invoice-header .invoice-to {
  display: table-cell;
  width: 1%;
  padding-right: 20px;
}
#page-invoice .invoice .invoice-header .invoice-date {
  display: table-cell;
  width: 1%;
  text-align: right;
  padding-left: 20px;
}
#page-invoice .invoice .invoice-content small {
  font-size: 85%;
}
#page-invoice .invoice .invoice-content .invoice-price {
  background-color: #74cd2d;
  display: table;
  width: 100%;
}
#page-invoice .invoice .invoice-content .invoice-price .invoice-price-left,
#page-invoice .invoice .invoice-content .invoice-price .invoice-price-right {
  display: table-cell;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  width: 75%;
  position: relative;
  vertical-align: middle;
}
#page-invoice .invoice .invoice-content .invoice-price .invoice-price-left .sub-price {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  color: #fff;
}
#page-invoice .invoice .invoice-content .invoice-price .invoice-price-right {
  width: 25%;
  background-color: #68b828;
  color: #fff;
  font-size: 28px;
  text-align: right;
  vertical-align: bottom;
}
#page-invoice .invoice .invoice-content .invoice-price .invoice-price-row {
  display: table;
  float: left;
}
#page-invoice .invoice .invoice-content .invoice-price small {
  font-size: 12px;
  font-weight: 400;
  display: block;
}
#page-invoice .invoice .invoice-note {
  color: #666666;
  margin-top: 60px;
  font-size: 85%;
}
#page-invoice .invoice .invoice-footer {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  font-size: 10px;
  color: #666666;
}
#page-invoice .invoice > div:not(.invoice-footer) {
  margin-bottom: 20px;
}
/* Begin Page Invoice */
/* Begin Widget Card */
.card {
  padding-top: 15px;
  margin: 0;
  background-color: #ffffff;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card .card-heading {
  padding: 0 20px;
  margin: 0;
}
.card .card-heading.title {
  font-size: 16px;
  padding-bottom: 5px;
}
.card .card-heading.time {
  font-size: 12px;
  color: #999999;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.card .card-heading.image img {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  vertical-align: top;
  border: 0;
  border-radius: 50%;
}
.card .card-heading.image .card-heading-header {
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
}
.card .card-heading.image .card-heading-header h3 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
}
.card .card-heading.image .card-heading-header span {
  font-size: 12px;
  color: #999999;
}
.card .card-body {
  padding: 0 20px;
  margin-top: 20px;
}
.card .card-media {
  padding: 0 20px;
  margin: 0 -14px;
}
.card .card-media img {
  max-width: 100%;
  max-height: 100%;
}
.card .card-actions {
  min-height: 30px;
  padding: 0 20px 20px 20px;
  margin: 20px 0 0 0;
}
.card .card-comments {
  padding: 20px;
  margin: 0;
  background-color: #f8f8f8;
}
.card .card-comments .comments-collapse-toggle {
  padding: 0;
  margin: 0 20px 22px 0px;
}
.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
  padding-right: 5px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-comments .media-heading {
  font-size: 13px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
}
.card.people {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 300px;
  padding-top: 0;
  margin-left: 20px;
  overflow: hidden;
  vertical-align: top;
}
.card.people:first-child {
  margin-left: 0;
}
.card.people .card-top {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 170px;
  height: 150px;
  background-color: #ffffff;
}
.card.people .card-top.green {
  background-color: #68b828;
}
.card.people .card-top.blue {
  background-color: #40bbea;
}
.card.people .card-info {
  position: absolute;
  top: 150px;
  display: inline-block;
  width: 100%;
  height: 101px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card.people .card-info .title {
  display: block;
  margin: 8px 14px 0 14px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #666666;
}
.card.people .card-info .desc {
  display: block;
  margin: 8px 14px 0 14px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  color: #737373;
  text-overflow: ellipsis;
}
.card.people .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  line-height: 29px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card.hovercard {
  position: relative;
  width: 240px;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
.card.hovercard img {
  width: 240px;
  height: 135px;
}
.card.hovercard .avatar {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}
.card.hovercard .avatar img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
}
.card.hovercard .info {
  padding: 4px 8px 10px;
}
.card.hovercard .info .title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
  color: #666666;
  vertical-align: middle;
}
.card.hovercard .info .desc {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
}
.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}
/* End Widget Card */
/* Begin Widget Chats */
ul.chats {
  margin: 0;
  padding: 0;
}
ul.chats > li {
  list-style: none;
  margin: 30px auto;
  padding: 0 40px;
  font-size: 12px;
}
ul.chats > li:first-child {
  margin-top: 0;
}
ul.chats > li.in img.avatar {
  float: left;
  border: 3px solid #4e8ef7;
}
ul.chats > li.in .message {
  background-color: #4e8ef7;
  margin-left: 65px;
  border-left: 3px solid #4e8ef7;
  color: #FFFFFF;
  border-radius: 4px;
}
ul.chats > li.in .message .chat-arrow {
  display: block;
  position: absolute;
  top: 15px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #4e8ef7;
}
ul.chats > li.in .message a.chat-name {
  color: #FFFFFF;
  margin-right: 5px;
  font-weight: bold;
  font-size: 14px;
}
ul.chats > li.out img.avatar {
  float: right;
  border: 3px solid #de1771;
}
ul.chats > li.out .message {
  background-color: #de1771;
  margin-right: 65px;
  border-right: 3px solid #de1771;
  color: #FFFFFF;
  text-align: right;
  border-radius: 4px;
}
ul.chats > li.out .message .chat-arrow {
  display: block;
  position: absolute;
  top: 15px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #de1771;
}
ul.chats > li.out .message a.chat-name {
  color: #FFFFFF;
  text-align: right;
  margin-right: 5px;
  font-weight: bold;
}
ul.chats > li.out .message a.chat-datetime {
  text-align: right;
}
ul.chats > li img.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
ul.chats > li .message {
  display: block;
  padding: 12px;
  position: relative;
}
ul.chats > li .message .chat-datetime {
  font-style: italic;
  font-size: 11px;
  opacity: 0.5;
}
ul.chats > li .message .chat-body {
  display: block;
  margin-top: 5px;
  opacity: 0.8;
  font-size: 14px;
}
/* End Widget Chats */
/* Begin Widget Tasks */
.widget-tasks ul.list-group > li.list-group-item span.drag-drop {
  height: 17px;
  display: block;
  float: left;
  width: 7px;
  margin-right: 10px;
  position: relative;
  top: 1px;
  cursor: move;
}
.widget-tasks ul.list-group > li.list-group-item span.drag-drop i {
  height: 2px;
  width: 2px;
  display: block;
  background: #ccc;
  box-shadow: 5px 0 0 0px #ccc, 0px 5px 0 0px #ccc, 5px 5px 0 0px #ccc, 0px 10px 0 0px #ccc, 5px 10px 0 0px #ccc, 0px 15px 0 0px #ccc, 5px 15px 0 0px #ccc;
  -webkit-box-shadow: 5px 0 0 0px #ccc, 0px 5px 0 0px #ccc, 5px 5px 0 0px #ccc, 0px 10px 0 0px #ccc, 5px 10px 0 0px #ccc, 0px 15px 0 0px #ccc, 5px 15px 0 0px #ccc;
  -moz-box-shadow: 5px 0 0 0px #ccc, 0px 5px 0 0px #ccc, 5px 5px 0 0px #ccc, 0px 10px 0 0px #ccc, 5px 10px 0 0px #ccc, 0px 15px 0 0px #ccc, 5px 15px 0 0px #ccc;
}
.widget-tasks ul.list-group > li.list-group-item .checkbox {
  margin: 0;
  float: left;
}
.widget-tasks ul.list-group > li.list-group-item .checkbox span {
  width: 200px;
  display: inline-block;
}
.widget-tasks ul.list-group > li.list-group-item .actions {
  float: right;
  visibility: hidden;
}
.widget-tasks ul.list-group > li.list-group-item .actions a {
  margin-left: 10px;
  font-size: 14px;
}
.widget-tasks ul.list-group > li.list-group-item:hover .actions {
  visibility: visible;
}
.widget-tasks ul.list-group > li.list-group-item.task-completed .checkbox span {
  text-decoration: line-through;
  color: #cccccc;
}
/* End Widget Tasks */
.cart-item-pic {
  position: relative;
  float: left;
  margin: -2px 12px 0 -7px;
}
.cart-item-pic > img {
  display: block;
  height: 48px;
  width: 48px;
}
.cart-item-pic:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.cart-item-desc {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #999;
  margin-top: 3px;
}
.cart-item-price {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  color: #40bbea;
  font-weight: bold;
}
/* Begin Widget Checkout Cart */
/* Begin Widget Post - Product Post */
.post {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.post .post-image {
  display: block;
}
.post .post-image img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.post .icon-attachment {
  color: #fff;
}
.post .details {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 0 10px 10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.post .details h2 {
  font-weight: 600;
  color: #696969;
  margin: 0;
  padding: 5px 0;
}
.post .details p {
  color: #aaaaaa;
  margin: 0 0 5px;
  padding: 0;
}
.post .details .intents {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.6875 em;
  color: #aaaaaa;
  line-height: 14px;
}
.post .details .intents [class*="icon-"] {
  font-size: 14px;
}
.post .details .intents .count {
  line-height: 14px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 5px;
}
.post .details .intents .icon-star {
  color: #ffba00;
}
.post .actions {
  height: 20px;
}
.post .actions [class*="icon-"] {
  font-size: 18px;
  font-weight: normal;
}
.post .actions .btn-round {
  position: relative;
  border-radius: 50%;
  padding: 9px 0;
  width: 38px;
  height: 38px;
  top: -19px;
  text-align: center;
}
.post.post-blog .details {
  padding: 10px 20px;
  text-align: left;
}
.post.post-blog .details h2 {
  font-weight: 300;
}
.post.post-blog .details strong {
  color: #888888;
}
.post.post-product .details {
  text-align: left;
  padding: 0 20px 20px;
}
.post.post-product .product-actions {
  margin: 20px 0 0;
}
.post.post-product .download-count {
  margin: 0 20px;
}
/* End Widget Post - Product Post */
/* Begin Form Wizard */
.bwizard-steps li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 10px !important;
}
.bwizard-steps li.active a {
  background-color: #68b828;
}
.bwizard-steps li.active a:hover,
.bwizard-steps li.active a:focus {
  background-color: #68b828;
}
.bwizard-steps li a {
  display: block;
  position: relative;
  float: left;
  background-color: #e5e7e8;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  height: 75px;
  width: 240px;
  z-index: 99;
}
.bwizard-steps li a .step-number {
  position: absolute;
  top: -10px;
  left: -10px;
  text-align: center;
  padding: 5px;
  padding-top: 0;
  font-size: 120px;
  line-height: 1;
  font-weight: bold;
  opacity: 0.3;
}
.bwizard-steps li a .step-desc {
  position: relative;
  display: block;
  float: left;
  text-align: left;
  padding-left: 75px;
  padding-top: 12px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.bwizard-steps li a .step-desc small {
  font-size: 14px;
  font-weight: normal;
  opacity: 0.7;
}
@media (max-width: 480px) {
  .bwizard-steps li,
  .bwizard-steps li.active,
  .bwizard-steps li:first-child,
  .bwizard-steps li:last-child {
    margin-right: 0;
    padding: 0;
    background-color: transparent;
  }
}
/* Begin Tab Step */
.tab-step .board .nav-tabs {
  position: relative;
  margin: 0px auto;
  margin-bottom: 0;
  box-sizing: border-box;
}
.tab-step .board-inner {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
}
.tab-step .btn {
  white-space: normal !important;
}
.tab-step p.narrow {
  width: 60%;
  margin: 10px auto;
}
.tab-step .liner {
  height: 10px;
  background: #efefef;
  position: absolute;
  width: 75%;
  margin: -5px auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.tab-step .liner .liner-percent {
  background-color: #4e8ef7;
  height: 100%;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.tab-step .liner .liner-percent.liner-step1 {
  width: 16.5%;
}
.tab-step .liner .liner-percent.liner-step2 {
  width: 49.9%;
}
.tab-step .liner .liner-percent.liner-step3 {
  width: 83.3%;
}
.tab-step .liner .liner-percent.liner-step4 {
  width: 100%;
}
.tab-step .nav-tabs {
  border: 0;
  background-color: #FFFFFF !important;
}
.tab-step .nav-tabs > li.active > a,
.tab-step .nav-tabs > li.active > a:hover,
.tab-step .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: transparent;
  border: 0;
  border-bottom-color: transparent;
}
.tab-step .nav-tabs > li > a,
.tab-step .nav-tabs > li > a:hover,
.tab-step .nav-tabs > li > a:focus {
  padding: 0 !important;
}
.tab-step span.round-tabs {
  width: 60px;
  height: 60px;
  line-height: 50px;
  display: inline-block;
  border-radius: 100px !important;
  background: #FFFFFF;
  border: 5px solid #efefef;
  color: #efefef;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.tab-step .nav-tabs > li.active > a span.round-tabs {
  color: #4e8ef7;
  background-color: #FFFFFF;
  border-color: #4e8ef7;
}
.tab-step .nav-tabs > li.active > span.tab-name {
  color: #4e8ef7;
}
.tab-step .nav-tabs > li {
  text-align: center;
}
.tab-step .nav-tabs > li a {
  width: 60px;
  height: 60px;
  margin: 5px auto;
  border-radius: 50% !important;
  padding: 0;
}
.tab-step .nav-tabs > li a:hover {
  background: transparent;
}
.tab-step .nav-tabs > li span.tab-name {
  font-size: 14px;
  position: absolute;
  display: block;
  bottom: 0;
  top: 70px;
  left: -20px;
  right: -20px;
  margin: 0;
}
.tab-step .tab-content {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.tab-step .tab-pane {
  position: relative;
  padding-top: 20px;
}
@media (max-width: 585px) {
  .tab-step span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tab-step .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.tab-step .btn-rounded {
  padding: 6px 14px;
  border: 1px solid #cccccc;
  border-radius: 5px !important;
  background-color: #f9f9f9;
}
.tab-step .btn-rounded:hover,
.tab-step .btn-rounded:focus {
  background-color: #e5e5e5;
  color: #767F88;
}
.tab-step .pane-actions {
  margin-top: 60px;
}
.tab-step .btn-style {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #98b72e;
  border-bottom: 5px solid #4f631e;
  border-radius: 5px !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 0px 6px rgba(188, 188, 188, 0.3);
  transition: all 0.2s;
}
.tab-step .btn-style:hover {
  color: #fff;
}
.tab-step .btn-style:hover {
  color: #fff;
  background-color: #98b72e;
  border-bottom: 5px solid #98b72e;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tab-step .btn-style.btn-orange {
  background-color: #e56a31;
  border-bottom: 5px solid #af502b;
}
.tab-step .btn-style.btn-orange:hover {
  background-color: #e56a31;
  border-bottom: 5px solid #e56a31;
}
.tab-step h2 {
  padding-top: 3px !important;
}
.tab-step .form-group .line {
  width: 15px;
  height: 2px;
  background-color: #cccccc;
  margin: 15px auto;
}
.tab-step .row-form {
  background-color: #cccccc;
  padding: 10px 20px;
}
.tab-step .row-form input {
  height: 30px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.tab-step table thead tr th {
  font-weight: bold;
  border-bottom: 0;
  text-align: center;
}
.tab-step table tbody tr td {
  border-top: 0;
}
.tab-step .table-striped > tbody > tr:nth-child(odd) > td,
.tab-step .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #cccccc;
}
.tab-step #step1 .box {
  width: 200px;
  padding: 0 15px;
  text-align: left;
  display: inline-block;
  margin-top: 10px;
}
.tab-step #step1 .box input {
  display: inline-block;
}
.tab-step #step1 .box h3 {
  margin-right: 10px;
  margin-bottom: 0;
  padding-top: 0;
  float: left;
  font-size: 25px;
}
.tab-step #step1 .notes {
  color: #d81f21;
}
.tab-step #step1 .notes .label {
  background-color: #d81f21;
  color: #ffffff;
  font-weight: bold;
  margin-right: 10px;
  padding: 10px 20px;
}
.tab-step #step1 .btn-large {
  border-radius: 20px !important;
  padding: 15px;
  width: 200px;
  height: 150px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  transition: all 0.2s;
}
.tab-step #step1 .btn-large:hover,
.tab-step #step1 .btn-large:focus {
  box-shadow: inset 0 8px 10px rgba(0, 0, 0, 0.125);
}
.tab-step #step1 .btn-large.btn-blue {
  background-color: #3333cc;
}
.tab-step #step1 .btn-large.btn-green {
  background-color: #22ba08;
}
.tab-step #step1 .btn-large.btn-yellow-green {
  background-color: #00cc99;
}
.tab-step #step10 .notes {
  padding: 20px;
  margin-bottom: 100px;
  background-color: #e56a31;
  color: #ffffff;
}
.tab-step #step10 .notes span {
  font-size: 20px;
  font-weight: bold;
}
.tab-step #step10 table tbody tr td {
  border-top: 1px solid #ddd !important;
}
.tab-step #step10 .bg-dark {
  background-color: #666666;
  color: #FFFFFF;
}
.tab-step #step10 .bg-gray {
  background-color: #f0f0f0;
}
.tab-step #step2 .box {
  padding: 20px;
  background-color: #00cc99 !important;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
}
.tab-step #step2 .box h4 {
  font-size: 27px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}
.tab-step #step2 .box .box-child {
  padding: 10px;
  background-color: #FFFFFF;
  font-size: 25px;
  color: #555555;
}
.tab-step #step2 .box .box-child p {
  margin-bottom: 0;
}
/* End Form Wizard */
/* Begin Email */
.nav-inbox > li.active > a i {
  color: #FFFFFF;
}
.nav-inbox > li > a {
  padding: 8px 15px;
  background-color: #FFFFFF;
}
.nav-inbox > li > a:hover {
  background-color: #fafafa;
  color: #666666;
}
.nav-inbox > li > a i {
  font-size: 14px;
  color: #999999;
}
.email-btn-row {
  margin-bottom: 15px;
}
.email-btn-row .btn + .btn {
  margin-left: 5px;
}
.email-content {
  background-color: #fff;
  padding: 15px;
}
.email-content .table.table-email .email-sender {
  padding-right: 25px;
}
.email-content .table.table-email .email-btn {
  color: #ccc;
  font-size: 14px;
  margin-right: 15px;
}
.email-content .table.table-email .email-btn + .email-btn {
  margin-left: -5px;
}
/* End Email */
/* Begin User Profile */
#widget-comments .media .media-left,
#widget-comments .media > .pull-left {
  padding-right: 10px;
}
#widget-comments .media .media-body {
  display: table-cell;
  vertical-align: top;
  overflow: initial;
}
#widget-comments .media .media-body .media-content {
  background-color: #FFFFFF;
  padding: 10px 15px;
  border-radius: 3px;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#widget-comments .media .media-body .media-content:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #FFFFFF transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}
/* End User Profile */
