@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
body .tab-footer {
  border-top: 1px solid #f4f4f4;
  padding-top: 10px;
}
body .images {
  width: 100%;
  min-height: 100px;
  border: 2px dashed #ebe6f2;
  margin-bottom: 10px;
  cursor: pointer;
}
body .images .lead {
  text-align: center;
  position: relative;
  top: 30px;
  color: #999;
}
body .steps .board {
  border-radius: 4px;
  margin: -40px auto 0;
  min-height: 100px;
  background: #fff;
  /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
body .steps .board .nav-tabs {
  position: relative;
  /* border-bottom: 0; */
  /* width: 80%; */
  margin: 40px auto;
  margin-bottom: 0;
  box-sizing: border-box;
}
body .steps .board > div.board-inner {
  background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
  background-size: 30%;
  border-radius: 4px;
}
body .steps p.narrow {
  width: 60%;
  margin: 10px auto;
}
body .steps .liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
body .steps .nav-tabs > li.active > a,
body .steps .nav-tabs > li.active > a:hover,
body .steps .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  /* background-color: #ffffff; */
  border: 0;
  border-bottom-color: transparent;
}
body .steps span.round-tabs {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
  background: #fff !important;
  border: 2px solid #ddd;
  color: #999;
}
body .steps span.round-tabs.active {
  border-color: #00a65a;
}
body .steps li.active .round-tabs {
  border-color: #5cb85c;
}
body .steps li.active .round-tabs i {
  color: #5cb85c;
}
body .steps .widget-user-header {
  min-height: 250px;
  position: relative;
}
body .steps .widget-user-header .widget-user-image {
  margin-right: 120px;
}
body .steps .widget-user-header .widget-user-image img {
  width: 200px;
}
body .steps .widget-user-header .text {
  right: 10px;
  top: 10px;
  position: absolute;
}
body .steps .nav-tabs > li {
  width: 25%;
}
body .steps li:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ddd;
  transition: 0.1s ease-in-out;
}
body .steps li.active:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #ddd;
}
body .steps .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}
body .steps .nav-tabs > li a:hover {
  background: transparent;
}
body .steps .tab-pane {
  position: relative;
  padding-top: 30px;
}
body .steps .tab-content .head {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
body .steps .btn-outline-rounded {
  padding: 10px 40px;
  margin: 20px 0;
  border: 2px solid transparent;
  border-radius: 25px;
}
body .steps .btn.green {
  background-color: #5cb85c;
  /*border: 2px solid #5cb85c;*/
  color: #ffffff;
}
@media (max-width: 585px) {
  body .steps .board {
    width: 90%;
    height: auto !important;
  }
  body .steps span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  body .steps .tab-content .head {
    font-size: 20px;
  }
  body .steps .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  body .steps li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
  body .steps .btn-outline-rounded {
    padding: 12px 20px;
  }
}
body .tab-box:after {
  clear: both;
  content: '';
  display: block;
}
body .tab-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
body .tab-nav li {
  float: left;
  margin-bottom: 1px;
  background: #999;
  width: 90%;
}
body .tab-nav li a {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
}
body .tab-nav li a:hover {
  color: #fff;
  text-decoration: none;
  background: #777;
}
body .tab-nav li.select a {
  background: #bbb;
  border-left: 4px solid green;
}
body .tab-nav .active {
  display: inline-block;
  padding: 5px;
}
body .tab-box > div {
  margin: 0 0 0 0px;
  padding: 10px;
  border: solid 1px #cccccc;
  background: #fcfcfc;
}
body .tab-panels .row {
  padding: 0px;
  margin: 0px;
}
body .btn-sm.btn-xsm {
  font-size: 11px;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
body #photos .gallery-item {
  display: inline-block;
  margin: 0 5px 5px;
}
body .gallery-wrap {
  margin-bottom: 20px;
}
body .gallery-wrap .gallery-pdf {
  float: left;
  margin: 0 5px 5px;
  text-align: center;
}
body .gallery-wrap .gallery-item {
  display: inline-block;
  margin: 0 5px 5px;
}
body .gallery-wrap .gallery-item img {
  min-height: 100px;
  min-width: 100px;
}
body .photo-gallery {
  margin-bottom: 20px;
}
body .photo-gallery .gallery-item {
  display: inline-block;
  margin: 0 5px 5px;
}
body .doc-file {
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
body .client-name {
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
body #options .option {
  margin-bottom: 20px;
  border: 1px solid #d8d8d8;
  padding: 10px 0;
}
body .notifier {
  font-size: 24px;
  position: relative;
}
body .notifier span {
  font-size: 9px;
  position: absolute;
  top: -2px;
  right: -5px;
}
.select2-container .select2-selection--single {
  height: 34px;
  padding: auto 5px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px;
}
.sidebar-menu > li > a {
  border-left: 3px solid transparent !important;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px !important;
  display: block !important;
}
.dropzone {
  border-radius: 4px;
  background-color: #fff;
  border: 2px dashed #ebe6f2;
  padding: 0;
}
.dropzone .dz-message {
  font-size: 18px;
  font-weight: 300;
  color: #999;
  padding: 0 20px;
}
.dropzone .dz-preview .dz-error-message {
  top: 150px !important;
}
.select2-selection__rendered {
  margin-top: 0 !important;
}
#call-center-settings .pull-right {
  margin: 10px;
}
.box-title[data-widget="collapse"] {
  cursor: pointer;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mr16 {
  margin-right: 16px !important;
}
table.stats {
  font-size: 11px;
}
table.stats td {
  padding: 4px !important;
}
.select2-container--default .select2-selection--single {
  padding: 2px 12px 6px 12px;
}
.width100 {
  width: 100% !important;
}
.select2 {
  width: 100% !important;
}
.ui-tooltip {
  display: none !important;
}
.icheckbox_square-blue {
  margin: -5px 10px 0 0;
}
.error-summary {
  padding: 12px;
  padding-bottom: 2px;
}
.table-custom td .nowrap {
  display: block;
  white-space: nowrap;
}
/*# sourceMappingURL=styles.css.map */