/*
	VARIABLES:
		- fonts
		- colors
		- sizes
		
*/
@font-face {
  font-family: 'SourceSansPro';
  src: url('SourceSansPro-Regular.otf') format('opentype');
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
label,
a {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  font-family: SourceSansPro;
  letter-spacing: normal;
}
p {
  color: #5e5e5e;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #FFF;
}
a:hover,
a:visited {
  text-decoration: none;
  outline: none;
}
.vh-align-center-box {
  display: table;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.vh-align-center-box h1,
.vh-align-center-box h2,
.vh-align-center-box h3 {
  margin: 0;
  text-align: center;
}
.empty {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.btn {
  display: block;
  margin: 30px auto;
  padding: 6px 12px;
  border: 0;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}
.btn.next-step {
  width: 295px;
  background-color: #67bd45;
  color: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.btn.alt-opt {
  padding: 0;
  margin: 0;
  color: #67bd45;
}
.alt-login-icons {
  margin: 30px auto;
  text-align: center;
}
.alt-login-icons li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
.alt-login-icons li a {
  display: table;
  width: 40px;
  height: 40px;
  background-color: #67bd45;
  border-radius: 100%;
}
.alt-login-icons li a i {
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
  font-size: 17px;
  line-height: 0;
}
.alt-login-icons li a.faded {
  opacity: 0.3;
}
.btn-set {
  text-align: center;
}
.btn-set li {
  display: block;
}
.btn-set li a {
  margin-bottom: 10px;
  background-color: none;
}
.btn-set li:last-of-type a {
  margin: 0 auto 30px;
}
.btn-set .no-internet-banking {
  margin-bottom: 15px;
}
.btn-set .no-internet-banking p {
  display: block;
  text-align: center;
  color: #5e5e5e;
}
.btn-set .no-internet-banking a {
  color: #67bd45;
}
.upload-fields {
  position: relative;
}
.upload-fields.multiple label {
  margin: 40px auto 10px;
  float: none;
  display: block;
}
.upload-fields.multiple li {
  position: relative;
  display: block;
  height: 260px;
  background-color: #fafafa;
  border: 1px solid #999;
  float: left;
  width: 220px;
  margin: 0 10px;
}
.upload-fields.multiple li input {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.upload-fields.multiple li .overlay,
.upload-fields.multiple li .overlay-file-details {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.upload-fields.multiple li .overlay .icon,
.upload-fields.multiple li .overlay-file-details .icon {
  position: relative;
}
.upload-fields.multiple li .overlay h3,
.upload-fields.multiple li .overlay-file-details h3 {
  font-size: 17px;
  margin: 0 auto 10px;
}
.upload-fields.multiple li .overlay-file-details {
  display: none;
}
.upload-fields.multiple li .overlay-file-details h3 {
  margin: 30px auto 10px;
}
.upload-fields.multiple li .overlay-file-details .download-btn {
  display: inline-block;
  background-color: #2196f3;
  color: #FFF;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.upload-fields.multiple li .overlay-file-details .preview-file {
  position: relative;
  width: 120px;
  height: 140px;
  margin: 0 auto;
  border: 1px solid #ddd;
  background: #fff;
}
.upload-fields.multiple li .overlay-file-details .preview-file p {
  margin: 15px auto;
  text-align: center;
}
.upload-fields.multiple li .overlay-file-details .preview-file p.name {
  display: block;
  margin: 0 auto;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upload-fields.multiple li .overlay-file-details .preview-file p span:first-of-type {
  font-weight: bold;
}
.upload-fields.multiple li .overlay-file-details .preview-file .replace-btn {
  font-size: 14px;
  text-align: center;
  display: block;
  background-color: #fc2870;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-transform: capitalize;
  padding: 5px 0;
}
.upload-fields.multiple li .overlay-file-details .preview-file .replace-btn:hover {
  text-decoration: underline;
}
.upload-fields.multiple li.over .overlay p {
  opacity: 0.5;
}
.upload-fields.multiple li.not-empty .overlay {
  display: none;
}
.upload-fields.multiple li.not-empty .overlay-file-details {
  display: block;
}
.upload-fields.multiple li.not-empty input {
  z-index: 0;
}
.upload-fields.multiple li:last-of-type {
  float: right;
}
.upload-fields.multiple.single-box li {
  margin: 40px auto 10px;
  float: none;
}
.upload-fields.multiple.single-box li label {
  position: relative;
  /* top: 0; */
  /* right: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* margin: 0 auto; */
  /* float: none; */
  display: block;
}
.extra-info-text {
  display: block;
  margin: 0 auto 40px;
  width: 600px;
  text-align: center;
  color: #666666;
  font-size: 18px;
}
.progress-bar-wrapper {
  position: relative;
  width: 500px;
  margin: 30px auto 15px;
}
.progress-bar-wrapper .progress-bar {
  background-color: #F5F5F5;
  position: relative;
  height: 8px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 5px;
  overflow: hidden;
}
.progress-bar-wrapper .progress-bar span {
  display: block;
  width: 0;
  height: 8px;
  background-color: #67bd45;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  position: relative;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-wrapper .completed-txt {
  position: relative;
}
/* Body Overrides */
body {
  position: relative;
  background-image: url(background-shape.png);
  background-repeat: repeat;
}
body:after {
  opacity: 0;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
body.loading:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0);
  z-index: 100000;
  opacity: 1;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
body.bgReg {
  background-image: url(cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
body.bgReg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
}
/* Header */
.header {
  position: relative;
}
.header .background-white {
  background-color: #FFF;
}
.header .background-green {
  background-image: url('bg-green.png');
  background-repeat: repeat-x;
  background-size: contain;
}
.header .top-section {
  padding: 25px 15px 0;
  height: 80px;
  border-bottom: 1px solid #e5e5e5;
}
.header .top-section .logo {
  position: relative;
  display: inline-block;
}
.header .top-section .logo img {
  width: 113px;
}
.header .top-section .user {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  padding: 6px 40px 6px 0;
  color: #a3a3a3;
}
.header .top-section .user i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  font-size: 32px;
  text-align: center;
  margin-left: 10px;
  color: #67bd45;
}
.header .top-section ul {
  display: none;
}
.header .icon-section {
  position: relative;
  height: 77px;
}
.header .icon-section .menu {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
  width: 750px;
}
.header .icon-section .menu li {
  height: 77px;
  float: none;
  display: inline-table;
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: normal;
}
.header .icon-section .menu li i {
  margin: 20px 6px 20px 0;
}
.header .icon-section .menu li.active {
  font-weight: 600;
}
.header .page-header-section {
  position: relative;
  padding: 30px 15px;
  text-align: center;
}
.header .page-header-section h3 {
  position: relative;
  color: #FFF;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.header ul.menu {
  position: relative;
}
.header ul.menu li {
  position: relative;
  float: left;
  width: auto;
  height: 60px;
  font-size: 12px;
  padding: 0 10px;
  line-height: 0;
  text-align: center;
  text-transform: capitalize;
  color: #a3a3a3;
  display: table;
}
.header ul.menu li i {
  position: relative;
  margin: 12px 6px 12px 0;
  height: 32px;
  width: 32px;
  font-size: 32px;
}
.header ul.menu li i.other {
  display: none;
  position: absolute;
  top: -10px;
  left: 5px;
  width: 18px;
  height: 18px;
  font-size: 20px;
}
.header ul.menu li span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.header ul.menu li.active {
  color: #fc2870;
}
.header ul.menu li.active:after {
  content: '';
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  background-image: url('menu-active.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  margin: auto;
}
.header ul.menu li.completed {
  color: #67bd45;
}
.header ul.menu li.completed i.other {
  display: block;
}
.header ul.menu li.active.completed {
  color: #fc2870;
}
.header .dropmenu {
  position: absolute;
  right: 15px;
  background-color: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transform-origin: top right;
  transform: scale(0);
  opacity: 0;
  -moz-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  -webkit-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
.header .dropmenu ul {
  margin: 5px auto;
}
.header .dropmenu ul li a {
  display: block;
  padding: 8px 17px;
  color: #4c4c4c;
}
.header .dropmenu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.header .dropmenu ul li a i {
  margin-right: 10px;
}
.header .dropmenu ul li:last-of-type a {
  background-color: rgba(0, 0, 0, 0.075);
}
.header .dropmenu.open {
  z-index: 9;
  transform: scale(1);
  opacity: 1;
  -moz-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  -webkit-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
/* Footer */
.footer {
  position: relative;
  background-color: #23292f;
  padding: 10px 15px;
  text-align: center;
}
.footer.absBottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
.footer ul {
  position: relative;
  margin-bottom: 10px;
}
.footer ul li {
  display: inline-block;
  color: #FFF;
}
.footer ul li a {
  font-size: 13px;
  color: #67bd45;
}
.footer .copyright {
  font-size: 13px;
  color: #FFF;
}
.footer .powered {
  text-align: center;
  margin-top: 30px;
}
.footer .powered p {
  color: #FFF;
}
.footer .powered img {
  width: 120px;
  margin: -10px auto 0;
}
.alert {
  z-index: 999999;
  position: fixed;
  right: 45px;
  top: 15px;
  opacity: 1;
  -moz-transition: top linear 1s, opacity ease-in 0.8s;
  -o-transition: top linear 1s, opacity ease-in 0.8s;
  -webkit-transition: top linear 1s, opacity ease-in 0.8s;
  transition: top linear 1s, opacity ease-in 0.8s;
}
.alert.slide-in {
  opacity: 0;
  top: -100px;
  -moz-transition: top linear 1s, opacity ease-in 0.8s;
  -o-transition: top linear 1s, opacity ease-in 0.8s;
  -webkit-transition: top linear 1s, opacity ease-in 0.8s;
  transition: top linear 1s, opacity ease-in 0.8s;
}
#loading-bar-spinner {
  width: 56px;
  height: 56px;
  text-align: center;
  padding: 14px;
  border-radius: 50%;
  position: fixed;
  top: 105px;
  left: 50%;
  margin-left: -28px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  z-index: 999999;
  opacity: 0;
  display: none;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#loading-bar-spinner.show {
  opacity: 1;
  display: block;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
@-moz-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
#loading-bar-spinner .spinner-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0;
  float: left;
  background: transparent !important;
  border: 2px solid #00bcd4;
  border-bottom-color: transparent !important;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate 0.75s linear infinite;
  -moz-animation: ball-clip-rotate 0.75s linear infinite;
  -o-animation: ball-clip-rotate 0.75s linear infinite;
  animation: ball-clip-rotate 0.75s linear infinite;
}
#loading-bar-spinner:after,
#loading-bar-spinner:before {
  content: " ";
  display: table;
}
#loading-bar-spinner:after {
  clear: both;
}
.tooltip > .tooltip-inner {
  background-color: #FFF;
  color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  padding: 15px;
  text-align: left;
}
.tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid white;
}
/* Modals */
.modal.overflow {
  overflow-y: scroll;
}
.modal.vc-modal {
  text-align: center;
  padding: 0 !important;
}
.modal.vc-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal.vc-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.show-modal {
  position: relative;
  display: block;
  overflow: visible;
}
.show-modal .modal-dialog {
  margin: 0 auto;
  width: 750px;
}
.show-modal .modal-header {
  border-radius: 4px 4px 0 0;
  background-color: #67bd45;
}
.show-modal .modal-header .modal-title {
  color: #FFF;
}
.show-modal .modal-content {
  border: none;
  border-radius: 0;
}
.show-modal .modal-body {
  padding: 0;
}
.w-900 {
  width: 100%;
}
.modal-wrapper {
  z-index: 99999;
  position: relative;
}
/* form components */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group {
  position: relative;
  margin: 30px 0;
  height: auto;
  padding-left: 30px;
}
.form-group:hover {
  cursor: pointer;
}
.form-group label {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 35px;
  color: #959595;
  -moz-transition: top 0.3s, color 0.3s linear;
  -o-transition: top 0.3s, color 0.3s linear;
  -webkit-transition: top 0.3s, color 0.3s linear;
  transition: top 0.3s, color 0.3s linear;
  text-transform: capitalize;
}
.form-group label:hover {
  cursor: pointer;
}
.form-group input,
.form-group textarea,
.form-group select {
  position: relative;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  font-size: 16px;
  z-index: 1;
  background: transparent;
}
.form-group span {
  position: absolute;
  color: #67bd45;
  font-size: 14px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 16px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.form-group span.zmdi-close {
  color: #fc2870;
}
.form-group:after {
  display: block;
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  left: 30px;
  height: 2px;
  background-color: #999;
  width: 0;
  -moz-transition: width 0.3s, background-color 0.3s ease-in;
  -o-transition: width 0.3s, background-color 0.3s ease-in;
  -webkit-transition: width 0.3s, background-color 0.3s ease-in;
  transition: width 0.3s, background-color 0.3s ease-in;
}
.form-group.active:after {
  background-color: #2196f3;
  width: 94%;
  -moz-transition: width 0.3s, background-color 0.3s ease-in;
  -o-transition: width 0.3s, background-color 0.3s ease-in;
  -webkit-transition: width 0.3s, background-color 0.3s ease-in;
  transition: width 0.3s, background-color 0.3s ease-in;
}
.form-group.active label {
  color: #a3a3a3;
  top: -15px;
  -moz-transition: top 0.3s, color 0.3s linear;
  -o-transition: top 0.3s, color 0.3s linear;
  -webkit-transition: top 0.3s, color 0.3s linear;
  transition: top 0.3s, color 0.3s linear;
}
.form-group.active input,
.form-group.active textarea {
  outline: none;
  border: none;
  box-shadow: none;
}
.form-group.valid input,
.form-group.valid textarea,
.form-group.valid select {
  border-bottom: 2px solid #67bd45;
}
.form-group.valid:after {
  background-color: #67bd45;
}
.form-group.valid label {
  color: #67bd45;
}
.form-group.valid .zmdi-check {
  display: block;
}
.form-group.valid .zmdi-close {
  color: #fc2870;
  display: none;
}
.form-group.valid.err .zmdi-check {
  display: none;
}
.form-group.valid.err .zmdi-close {
  display: block;
}
.form-group.empty:after,
.form-group.err:after {
  background-color: #fc2870;
}
.form-group.empty label,
.form-group.err label {
  color: #fc2870;
}
.form-group.empty input,
.form-group.err input {
  border-color: #fc2870;
}
.form-group.no-icons {
  padding: 0;
}
.form-group.no-icons label {
  left: 15px;
}
.form-group.no-icons:after {
  left: 0;
}
.form-group.no-icons.active:after {
  width: 100%;
}
.form-group i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
}
.form-group.disabled label {
  color: #67bd45;
}
.form-group.disabled .form-control[disabled],
.form-group.disabled fieldset[disabled] .form-control {
  background-color: transparent;
}
.checkbox {
  padding-left: 30px;
}
.checkbox label {
  position: relative;
  padding-left: 30px;
}
.checkbox label input {
  opacity: 0;
}
.checkbox label span {
  display: block;
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #e0e0e0;
  text-align: center;
}
.checkbox label span i {
  opacity: 0;
  color: #009688;
  transform: scale(0);
  -moz-transition: transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  -webkit-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
}
.checkbox label.checked span i {
  opacity: 1;
  transform: scale(1);
  -moz-transition: transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  -webkit-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
}
.checkbox a {
  color: #67bd45;
  position: relative;
}
form.w100 {
  width: 100% !important;
}
.pagination-wrapper {
  margin: 30px auto;
  text-align: center;
}
.pagination-wrapper .pagination {
  margin: 0 auto;
}
.pagination-wrapper .pagination li {
  margin: 0;
  text-align: center;
}
.pagination-wrapper .pagination li a {
  border: none;
  border-radius: 100%;
  background-color: #E2E2E2;
  color: #CB0044;
  margin: 0 5px;
  padding: 10px 16px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pagination-wrapper .pagination li.active a,
.pagination-wrapper .pagination li:hover a {
  border: none;
  color: #E2E2E2;
  background-color: #CB0044;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/*
	Ha crecido de Carlito:
	esta applicacion puede functionar con angularJs o solomente HTML

	Otra Cosas que es importante para esta applicacion functionar:
	- Bootstrap v3 > 

*/
.custom-select-wrapper {
  position: relative;
  display: block;
  margin: 25px auto;
}
.custom-select-wrapper .form-group {
  margin-bottom: 0;
}
.custom-select-wrapper input[type=text] {
  width: 100%;
  height: 36px;
  border: none;
  padding: 0;
  border-bottom: 2px solid #e0e0e0;
}
.custom-select-wrapper input[type=text]:hover {
  cursor: pointer;
}
.custom-select-wrapper input[type=text].active {
  border-bottom: 2px solid #4d90fe;
  outline: none;
}
.custom-select-wrapper input[type=text]:disabled {
  background-color: transparent;
}
.custom-select-wrapper input[type=text]:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.custom-select-wrapper .custom-select-content {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px #999;
  border-radius: 0 0 2px 2px;
  visibility: hidden;
  height: 0;
  z-index: 2;
}
.custom-select-wrapper .custom-select-content .custom-select-box_search {
  position: relative;
  height: 36px;
  padding-left: 50px;
}
.custom-select-wrapper .custom-select-content .custom-select-box_search i {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: 12px auto !important;
  font-size: 14px;
  color: #333 !important;
}
.custom-select-wrapper .custom-select-content input {
  height: 36px;
  width: 100%;
  border: none;
}
.custom-select-wrapper .custom-select-content input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.custom-select-wrapper .custom-select-content ul {
  list-style: none;
}
.custom-select-wrapper .custom-select-content ul li {
  padding: 9px 15px;
  text-transform: capitalize;
}
.custom-select-wrapper .custom-select-content ul li:hover {
  background-color: #ECECEC;
  color: #333;
  cursor: pointer;
}
.custom-select-wrapper.activated .custom-select-content {
  visibility: visible;
  height: auto;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
/* Views:
	- register
*/
.main-wrapper {
  padding: 0;
}
.view-register .btn-set li {
  display: inline-block;
}
.view-register .modal {
  display: block;
}
.view-register .modal .modal-body {
  padding: 35px 55px;
}
.view-register .modal .modal-body img {
  display: block;
  margin: 0 auto;
}
.view-register .modal .modal-body h4 {
  margin: 30px auto;
  text-align: center;
}
.view-register .modal .modal-body .split {
  position: relative;
  display: block;
  margin: 30px auto;
  text-align: center;
  width: 75%;
}
.view-register .modal .modal-body .split:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #eeeaea;
}
.view-register .modal .modal-body .split p {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  background-color: #FFF;
  z-index: 1;
  position: relative;
}
.view-register.welcome {
  text-align: center;
}
.view-register.welcome .modal .modal-dialog {
  max-width: 435px;
}
.view-register.welcome .modal .modal-content {
  border-radius: 0 0 10px 10px;
  border: none;
}
.view-register.welcome .modal .modal-body {
  padding: 0 0 15px;
}
.view-register.welcome .ooba-welcome-text {
  background-color: #67bd45;
  padding: 15px 10px;
}
.view-register.welcome .ooba-welcome-text h1 {
  font-size: 40px;
  color: #FFF;
  font-family: sans-serif;
}
.view-register.welcome .ooba-welcome-text h1 span {
  font-weight: bold;
}
.view-register.welcome .ooba-welcome-phrase {
  padding: 8px 10px 9px;
  background-color: #85ca6a;
}
.view-register.welcome .ooba-welcome-phrase h3 {
  font-size: 13px;
  text-transform: uppercase;
  color: #FFF;
}
.view-register.welcome .ooba-welcome-copy {
  padding: 50px 23px 0;
}
.view-register.welcome .ooba-welcome-copy p {
  margin-bottom: 25px;
  font-weight: 100;
  line-height: 21px;
  font-size: 14px;
  font-family: sans-serif;
}
.view-register.welcome .checkbox {
  margin-bottom: 30px;
  color: #5e5e5e;
  padding-left: 0;
}
.view-content {
  margin: 40px auto;
  /*dashboard*/
}
.view-content.dashboard.landing-page .dash-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.view-content.dashboard.landing-page .dash-overlay .modal {
  position: fixed;
}
.view-content.dashboard.landing-page .dash-overlay .modal .modal-dialog {
  max-width: 620px;
}
.view-content.dashboard.landing-page .dash-overlay .modal .modal-dialog .modal-content {
  border-radius: 5px;
}
.view-content.dashboard.landing-page .dash-overlay .modal .modal-dialog .modal-content .modal-body {
  padding: 15px 60px;
}
.view-content.dashboard.landing-page .dash-overlay .modal .modal-dialog .modal-content .modal-body .step-content {
  padding: 30px 60px 0;
}
.view-content.dashboard.landing-page .dash-overlay .modal .modal-dialog .modal-content .modal-body .step-content h5,
.view-content.dashboard.landing-page .dash-overlay .modal .modal-dialog .modal-content .modal-body .step-content p,
.view-content.dashboard.landing-page .dash-overlay .modal .modal-dialog .modal-content .modal-body .step-content i {
  display: block;
  text-align: center;
}
.view-content.dashboard.landing-page .dash-overlay .modal .modal-dialog .modal-content .modal-body .step-content p {
  color: #5e5e5e;
  font-size: 13px;
}
.view-content.dashboard.landing-page .dash-overlay .modal .modal-dialog .modal-content .modal-body .step-content p:first-of-type {
  font-size: 16px;
}
.view-content.dashboard.landing-page .dash-overlay .modal .modal-dialog .modal-content .modal-body .step-content i {
  font-size: 60px;
  height: 70px;
  width: 70px;
  margin: 30px auto;
  color: #67bd45;
}
.view-content.dashboard.landing-page .dash-overlay .modal .modal-dialog .modal-content .modal-body .step-content .bank_consent_wrapper {
  position: relative;
}
.view-content.dashboard.landing-page .modal-body {
  padding: 60px;
}
.view-content.dashboard.landing-page .modal-body ul {
  position: relative;
}
.view-content.dashboard.landing-page .modal-body ul li {
  position: relative;
  top: 0;
  display: block;
  background-color: #eeeaea;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #ccc;
  -moz-transition: top 0.2s ease-out, background-color 0.3s linear;
  -o-transition: top 0.2s ease-out, background-color 0.3s linear;
  -webkit-transition: top 0.2s ease-out, background-color 0.3s linear;
  transition: top 0.2s ease-out, background-color 0.3s linear;
}
.view-content.dashboard.landing-page .modal-body ul li a {
  display: block;
  height: 70px;
  padding: 18px 15px;
  font-size: 21px;
  color: #a3a3a3;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0;
}
.view-content.dashboard.landing-page .modal-body ul li a i {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
}
.view-content.dashboard.landing-page .modal-body ul li a:visited,
.view-content.dashboard.landing-page .modal-body ul li a:hover,
.view-content.dashboard.landing-page .modal-body ul li a:focus {
  text-decoration: none;
}
.view-content.dashboard.landing-page .modal-body ul li i.other {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  font-size: 32px;
  width: 32px;
  height: 32px;
  color: #FFF;
  text-align: center;
}
.view-content.dashboard.landing-page .modal-body ul li:hover {
  top: -5px;
  -moz-transition: top 0.2s ease-in, background-color 0.3s linear;
  -o-transition: top 0.2s ease-in, background-color 0.3s linear;
  -webkit-transition: top 0.2s ease-in, background-color 0.3s linear;
  transition: top 0.2s ease-in, background-color 0.3s linear;
}
.view-content.dashboard.landing-page .modal-body ul li.completed {
  background-color: #67bd45;
}
.view-content.dashboard.landing-page .modal-body ul li.completed a {
  color: #FFF;
}
.view-content.dashboard.landing-page .modal-body ul li.completed i.other {
  display: block;
}
.view-content.dashboard.landing-page .modal-body ul li:last-of-type {
  margin: 0;
}
.view-content.dashboard.verify-steps .form-group {
  padding: 0;
}
.view-content.dashboard.verify-steps .form-group label {
  left: 0;
}
.view-content.dashboard.verify-steps .btn.next-step {
  /*width: 180px;*/
}
.view-content.dashboard.verify-steps .step-header {
  padding: 30px 25px;
  background-color: #67bd45;
}
.view-content.dashboard.verify-steps .step-header h4 {
  text-transform: capitalize;
  color: #FFF;
}
.view-content.dashboard.verify-steps .step-header p {
  margin: 5px 0 15px;
  font-size: 12px;
  color: #FFF;
}
.view-content.dashboard.verify-steps .step-content {
  padding: 30px 60px 15px;
}
.view-content.dashboard.verify-steps .step-content h5,
.view-content.dashboard.verify-steps .step-content p,
.view-content.dashboard.verify-steps .step-content i {
  display: block;
  text-align: center;
}
.view-content.dashboard.verify-steps .step-content p {
  color: #5e5e5e;
  font-size: 13px;
}
.view-content.dashboard.verify-steps .step-content p.question-number {
  font-size: 24px;
  color: #67bd45;
}
.view-content.dashboard.verify-steps .step-content p.question-text {
  margin: 15px auto;
  font-size: 16px;
}
.view-content.dashboard.verify-steps .step-content p.warning-txt {
  text-align: left;
  color: #fc2870;
  margin-top: -15px;
}
.view-content.dashboard.verify-steps .step-content .form-wrapper {
  display: table;
  margin: 40px auto 0;
  width: 320px;
}
.view-content.dashboard.verify-steps .step-content .answer-text {
  position: relative;
  text-transform: capitalize;
  padding-left: 40px;
  margin-bottom: 15px;
  font-size: 16px;
  width: 100%;
  color: #666666;
}
.view-content.dashboard.verify-steps .step-content .answer-text input {
  opacity: 0;
}
.view-content.dashboard.verify-steps .step-content .answer-text .radio-circle {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 100%;
}
.view-content.dashboard.verify-steps .step-content .answer-text .radio-circle:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background-color: #009688;
  border-radius: 100%;
  transform: scale(0);
  -moz-transition: transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  -webkit-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
}
.view-content.dashboard.verify-steps .step-content .answer-text.selected .radio-circle:before {
  transform: scale(1);
  -moz-transition: transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  -webkit-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
}
.view-content.dashboard.verify-steps .step-content h5 {
  color: #666;
  font-size: 17px;
}
.view-content.dashboard.verify-steps .step-content i {
  margin: 30px auto;
  color: #67bd45;
}
.view-content.dashboard.verify-steps .step-content i.large {
  font-size: 60px;
  height: 70px;
  width: 70px;
}
.view-content.dashboard.verify-steps .step-content i.medium {
  font-size: 42px;
  height: 52px;
  width: 52px;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper {
  border: 1px solid #F8F8F8;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.bank-accounts-view ul li {
  display: block;
  padding: 0;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.bank-accounts-view ul li span {
  display: block;
  background-color: #F8F8F8;
  text-align: center;
  padding: 10px 15px;
  text-transform: uppercase;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.bank-accounts-view ul li ul li {
  position: relative;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.bank-accounts-view ul li ul li label {
  display: block;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.bank-accounts-view ul li ul li label input {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 38px;
  z-index: 2;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.bank-accounts-view ul li ul li label span.custom-chk-box {
  position: relative;
  display: block;
  background-color: #FFF;
  border: 2px solid #DCDCDC;
  width: 20px;
  height: 20px;
  float: right;
  padding: 1px 0;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.bank-accounts-view ul li ul li label span.custom-chk-box i {
  margin: 0 auto;
  transform: scale(0);
  -moz-transition: transform linear 0.1s;
  -o-transition: transform linear 0.1s;
  -webkit-transition: transform linear 0.1s;
  transition: transform linear 0.1s;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.bank-accounts-view ul li ul li label.checked span.custom-chk-box {
  border: 2px solid #fff;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.bank-accounts-view ul li ul li label.checked span.custom-chk-box i {
  transform: scale(1.5);
  -moz-transition: transform linear 0.1s;
  -o-transition: transform linear 0.1s;
  -webkit-transition: transform linear 0.1s;
  transition: transform linear 0.1s;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions table,
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions th,
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions td {
  border-collapse: collapse;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions th,
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions td {
  padding: 15px 5px;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions thead {
  background-color: #F8F8F8;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions thead th {
  padding: 20px 15px;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody label {
  display: block;
  padding: 0 15px;
  position: relative;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody label input {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 38px;
  z-index: 2;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody label span.custom-chk-box {
  position: relative;
  display: block;
  background-color: #FFF;
  border: 2px solid #DCDCDC;
  width: 20px;
  height: 20px;
  float: right;
  padding: 1px 0;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody label span.custom-chk-box i {
  margin: 0 auto;
  transform: scale(0);
  -moz-transition: transform linear 0.1s;
  -o-transition: transform linear 0.1s;
  -webkit-transition: transform linear 0.1s;
  transition: transform linear 0.1s;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody label.checked span.custom-chk-box {
  border: 2px solid #fff;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody label.checked span.custom-chk-box i {
  transform: scale(1.5);
  -moz-transition: transform linear 0.1s;
  -o-transition: transform linear 0.1s;
  -webkit-transition: transform linear 0.1s;
  transition: transform linear 0.1s;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody tr {
  border-bottom: 1px solid #f8f8f8;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody tr td {
  position: relative;
  text-align: center;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody tr td.truncate-tbl-text {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 260px;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody tr td select {
  width: 100px;
  border: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #67bd45;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody tr td select:focus {
  outline: none;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody tr td.text-left {
  text-align: left;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody tr:last-of-type {
  border-bottom: none;
}
.view-content.dashboard.verify-steps .step-content .bank-account-list-wrapper.transactions tbody tr.no_cat td select {
  border-bottom: 1px solid #fc2870;
}
.view-content.dashboard.verify-steps .step-content .bond-rent-list {
  text-align: center;
}
.view-content.dashboard.verify-steps .step-content .bond-rent-list ul li {
  display: inline-block;
}
.view-content.dashboard.verify-steps .step-content .bond-rent-list ul li .answer-text {
  position: relative;
  text-transform: capitalize;
  padding: 0 20px 0 30px;
  margin-bottom: 15px;
  font-size: 16px;
  width: 100%;
  color: #666666;
}
.view-content.dashboard.verify-steps .step-content .bond-rent-list ul li .answer-text input {
  opacity: 0;
}
.view-content.dashboard.verify-steps .step-content .bond-rent-list ul li .answer-text .radio-circle {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 100%;
}
.view-content.dashboard.verify-steps .step-content .bond-rent-list ul li .answer-text .radio-circle:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background-color: #009688;
  border-radius: 100%;
  transform: scale(0);
  -moz-transition: transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  -webkit-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
}
.view-content.dashboard.verify-steps .step-content .bond-rent-list ul li .answer-text.selected .radio-circle:before {
  transform: scale(1);
  -moz-transition: transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  -webkit-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
}
.view-content.dashboard.verify-steps .step-content .bond-rent-list h4 {
  text-align: center;
  margin: 0 auto 20px;
}
.view-content.dashboard.verify-steps .step-content .bond-rent-list p {
  font-size: 14px;
}
.view-content.dashboard.verify-steps .step-content .credentials-wrapper {
  display: none;
}
.view-content.dashboard.verify-steps .step-content .credentials-wrapper.open {
  display: block;
}
.view-content.dashboard.verify-steps .step-content .bank_consent_wrapper {
  position: relative;
}
.view-content.dashboard.verify-steps .step-content .bank_consent_wrapper .checkbox label span {
  top: 5px;
  margin: auto;
}
.view-content.dashboard.verify-steps .step-content .bank_consent_wrapper .checkbox label span i {
  margin: 0 auto;
}
.view-content.dashboard.verify-steps .step-content .bank_consent_wrapper p {
  width: 90%;
  line-height: 21px;
  text-align: left;
}
.view-content.dashboard.overview .step-header {
  padding: 30px 25px;
  background-color: #67bd45;
}
.view-content.dashboard.overview .step-header h4 {
  text-transform: capitalize;
  color: #FFF;
}
.view-content.dashboard.overview .step-header p {
  margin: 5px 0 15px;
  font-size: 12px;
  color: #FFF;
}
.view-content.dashboard.overview .step-content {
  padding: 30px 25px 15px;
}
.view-content.dashboard.overview .step-content h5,
.view-content.dashboard.overview .step-content p,
.view-content.dashboard.overview .step-content i {
  display: block;
  text-align: center;
}
.view-content.dashboard.overview .step-content h5 {
  color: #666;
  font-size: 17px;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch {
  position: relative;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 240px;
  margin: 0 auto;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper.band-blue .highcharts-series .highcharts-point {
  fill: #33a8ff;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper.band-blue .highcharts-series .highcharts-point.highcharts-color-1 {
  fill: #EEEEEE;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper.band-green-dark .highcharts-series .highcharts-point {
  fill: #4d9b01;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper.band-green-dark .highcharts-series .highcharts-point.highcharts-color-1 {
  fill: #EEEEEE;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper.band-green-light .highcharts-series .highcharts-point {
  fill: #73cd1f;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper.band-green-light .highcharts-series .highcharts-point.highcharts-color-1 {
  fill: #EEEEEE;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper.band-orange .highcharts-series .highcharts-point {
  fill: #f47120;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper.band-orange .highcharts-series .highcharts-point.highcharts-color-1 {
  fill: #EEEEEE;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper.band-red .highcharts-series .highcharts-point {
  fill: #ff3f52;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper.band-red .highcharts-series .highcharts-point.highcharts-color-1 {
  fill: #EEEEEE;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper .highcharts-button,
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper .highcharts-contextbutton,
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper .highcharts-legend,
.view-content.dashboard.overview .step-content .credit-score-wrapper .progress-arch .chart-wrapper .highcharts-credits {
  display: none;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul {
  position: relative;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li {
  position: relative;
  margin-bottom: 10px;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li p {
  text-align: left;
  padding-left: 45px;
  line-height: 20px;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li p span {
  float: right;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li p span.dot {
  float: none;
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid #eee;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li p span.dot.blue {
  background-color: #33a8ff;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li p span.dot.green-dark {
  background-color: #4d9b01;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li p span.dot.green-light {
  background-color: #73cd1f;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li p span.dot.orange {
  background-color: #f47120;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li p span.dot.red {
  background-color: #ff3f52;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li.active p,
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li.active span {
  font-weight: bold;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li.active-blue p,
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li.active-blue span {
  font-weight: bold;
  color: #33a8ff;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li.active-green-dark p,
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li.active-green-dark span {
  font-weight: bold;
  color: #4d9b01;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li.active-green-light p,
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li.active-green-light span {
  color: #73cd1f;
  font-weight: bold;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li.active-orange p,
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li.active-orange span {
  font-weight: bold;
  color: #f47120;
}
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li.active-red p,
.view-content.dashboard.overview .step-content .credit-score-wrapper ul li.active-red span {
  font-weight: bold;
  color: #ff3f52;
}
.view-content.dashboard.overview .step-content .credit-summary-wrapper {
  position: relative;
}
.view-content.dashboard.overview .step-content .credit-summary-wrapper .summary-table {
  border: 1px solid #f0f0f0;
  margin: 30px auto 15px;
}
.view-content.dashboard.overview .step-content .credit-summary-wrapper .summary-table li {
  padding: 15px 5px;
  border-bottom: 1px solid #f0f0f0;
}
.view-content.dashboard.overview .step-content .credit-summary-wrapper .summary-table li p {
  padding: 0 15px;
  text-transform: capitalize;
  font-size: 14px;
}
.view-content.dashboard.overview .step-content .credit-summary-wrapper .summary-table li p span {
  float: left;
}
.view-content.dashboard.overview .step-content .credit-summary-wrapper .summary-table li p span:last-of-type {
  float: right;
}
.view-content.dashboard.overview .step-content .credit-summary-wrapper .summary-table li:last-of-type {
  border-bottom: none;
}
.view-content.dashboard.overview .step-content .credit-summary-wrapper .summary-notices li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.view-content.dashboard.overview .step-content .credit-summary-wrapper .summary-notices li p {
  text-transform: capitalize;
  margin: 15px auto 10px;
  font-size: 13px;
}
.view-content.dashboard.overview .step-content .credit-summary-wrapper .summary-notices li span {
  display: block;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  vertical-align: middle;
  padding: 15px;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper h4 {
  text-align: center;
  margin: 15px auto;
  color: #5e5e5e;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .icon-legend {
  position: relative;
  display: block;
  width: 380px;
  margin: 15px auto 30px;
  text-align: center;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .icon-legend li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 50px;
  margin: 0 20px;
  padding: 0 15px;
  background-color: #FFF;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .icon-legend li i {
  font-size: 40px;
  color: #67bd45;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .icon-legend:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
  height: 1px;
  border-top: 1px dotted #67bd45;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .additional-security-info {
  margin: 30px auto;
  width: 480px;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .additional-security-info li {
  position: relative;
  display: table;
  width: 100%;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .additional-security-info li div {
  position: relative;
  padding: 15px 30px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .additional-security-info li div i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 40px;
  height: 40px;
  margin: auto;
  font-size: 40px;
  color: #67bd45;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .additional-security-info li div p {
  font-size: 14px;
  text-align: left;
  padding-left: 55px;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .additional-security-info li.active div {
  background-color: #0069A2;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .additional-security-info li.active div i,
.view-content.dashboard.overview .step-content.dash-options-wrapper .additional-security-info li.active div p {
  color: #FFF;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .opt-wrapper {
  margin: 60px auto;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .opt-wrapper .opt .wrapper {
  padding: 20px 10px;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  min-height: 560px;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .opt-wrapper .opt .wrapper h4 {
  font-size: 17px;
  color: #666;
  text-align: center;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .opt-wrapper .opt .wrapper i {
  font-size: 60px;
  color: #67bd45;
  height: 70px;
  width: 70px;
  margin: 30px auto;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .opt-wrapper .opt .wrapper p {
  font-size: 13px;
  text-align: left;
  margin-bottom: 15px;
}
.view-content.dashboard.overview .step-content.dash-options-wrapper .opt-wrapper .opt .wrapper .btn {
  display: block;
  color: #fff;
  background-color: #67bd45;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  border: 0;
  text-transform: uppercase;
  padding: 6px 12px;
  width: 160px;
  position: absolute;
  bottom: -45px;
  right: 0;
  left: 0;
}
.view-content.dashboard.overview .step-content.form-section form {
  position: relative;
}
.view-content.dashboard.process-views .btn-set li {
  display: inline-block;
  margin: 0 10px;
}
.view-content.dashboard.process-views .btn-set li a {
  width: 240px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.view-content.dashboard.process-views .step-header {
  padding: 30px 25px;
  background-color: #67bd45;
}
.view-content.dashboard.process-views .step-header h4 {
  text-transform: capitalize;
  color: #FFF;
}
.view-content.dashboard.process-views .step-header p {
  margin: 5px 0 15px;
  font-size: 12px;
  color: #FFF;
}
.view-content.dashboard.process-views .step-content {
  padding: 30px 25px 15px;
}
.view-content.dashboard.process-views .step-content h5,
.view-content.dashboard.process-views .step-content p,
.view-content.dashboard.process-views .step-content i {
  display: block;
  text-align: center;
}
.view-content.dashboard.process-views .step-content h5 {
  color: #666;
  font-size: 17px;
}
.view-content.dashboard.process-views .step-content i {
  margin: 0 auto 30px;
  color: #67bd45;
}
.view-content.dashboard.process-views .step-content .alert {
  position: relative;
  margin: 0 auto 30px;
  right: auto;
  top: auto;
  width: 70%;
  color: #FFF;
  background-color: #F67C77;
}
.view-content.dashboard.process-views .step-content form {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #efefef;
}
.view-content.dashboard.process-views .step-content form p {
  margin: 30px auto 0;
}
.view-content.dashboard.process-views .step-content form .form-group {
  padding: 0;
}
.view-content.dashboard.process-views .step-content form .form-group p.block-txt {
  position: absolute;
  bottom: -45px;
  display: none;
  margin: 10px auto 0;
  color: #67bd45;
  text-align: left;
  font-size: 13px;
}
.view-content.dashboard.process-views .step-content form .form-group p.block-txt.errmsg {
  color: #fc2870;
}
.view-content.dashboard.process-views .step-content form .form-group label {
  left: 0;
}
.view-content.dashboard.process-views .step-content form .form-group label.active:after {
  width: 100%;
}
.view-content.dashboard.process-views .step-content form .form-group.disabled p.block-txt {
  display: block;
}
.view-content.dashboard.process-views .step-content .category-totals {
  background: #f8f8f8;
  padding: 15px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.view-content.dashboard.process-views .step-content .category-totals .total-label {
  text-align: left;
  font-family: sans-serif;
  font-size: 16px;
  color: #5e5e5e;
}
.view-content.dashboard.process-views .step-content .category-totals .total-label span {
  float: right;
}
.view-content.dashboard.process-views .step-content .category-totals .total-label span.neg {
  float: none;
  margin-right: 5px;
}
.view-content.dashboard.process-views .step-content .totals {
  position: relative;
  display: block;
  width: 70%;
  margin: 0 auto;
}
.view-content.dashboard.process-views .step-content .totals li {
  margin: 15px auto;
  font-family: sans-serif;
  font-size: 16px;
  color: #5e5e5e;
}
.view-content.dashboard.process-views .step-content .totals li span {
  float: right;
}
.view-content.dashboard.process-views .step-content .totals li span.neg {
  float: none;
  margin-right: 5px;
}
.view-content.dashboard.process-views .step-content .totals ul {
  list-style: none;
  padding-left: 30px;
}
.view-content.dashboard.process-views .btn-set a {
  background-color: #67bd45;
  width: 200px;
  color: #FFF;
}
.view-content.dashboard.get-certificate-view .btn-set li {
  display: inline-block;
  margin: 0 10px;
}
.view-content.dashboard.get-certificate-view .btn-set li a {
  width: 240px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.view-content.dashboard.get-certificate-view .step-header {
  padding: 30px 25px;
  background-color: #67bd45;
}
.view-content.dashboard.get-certificate-view .step-header h4 {
  text-transform: capitalize;
  color: #FFF;
}
.view-content.dashboard.get-certificate-view .step-header p {
  margin: 5px 0 15px;
  font-size: 12px;
  color: #FFF;
}
.view-content.dashboard.get-certificate-view .step-content {
  padding: 30px 25px 15px;
}
.view-content.dashboard.get-certificate-view .step-content h5,
.view-content.dashboard.get-certificate-view .step-content p,
.view-content.dashboard.get-certificate-view .step-content i {
  display: block;
  text-align: center;
}
.view-content.dashboard.get-certificate-view .step-content i {
  font-size: 60px;
  color: #67bd45;
  margin: 30px auto;
}
.view-content.dashboard.get-certificate-view .step-content h5 {
  color: #666;
  font-size: 17px;
}
.view-content.dashboard.get-certificate-view .step-content p {
  width: 75%;
  margin: 0 auto;
}
.view-content.dashboard.get-certificate-view .step-content .table {
  position: relative;
  width: 640px;
  margin: 0 auto;
}
.view-content.dashboard.get-certificate-view .step-content .table thead th {
  font-weight: normal;
  text-transform: uppercase;
}
.view-content.dashboard.get-certificate-view .step-content .table td i {
  font-size: 32px;
  color: #ffa829;
  margin: 0 auto;
}
.view-content.dashboard.get-certificate-view .step-content .table td a.invite-btn {
  margin: 0;
  background-color: #67bd45;
  color: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.view-content.dashboard.get-certificate-view .step-content .table td a.download-file {
  background-color: #00bcd4;
  display: block;
  border-radius: 4px;
  height: 30px;
  width: 30px;
  margin: 0 auto;
  padding: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.view-content.dashboard.get-certificate-view .step-content .table td a.download-file i {
  color: #FFF;
  font-size: 16px;
}
.view-content.dashboard.get-certificate-view .step-content .send-invite ol {
  position: relative;
  width: 640px;
  margin: 30px auto;
}
.view-content.dashboard.get-certificate-view .step-content .send-invite ol li {
  margin-bottom: 15px;
  padding: 0 5px;
}
.view-content.dashboard.get-certificate-view .step-content .alert {
  position: relative;
  top: auto;
  right: auto;
  width: 640px;
  margin: 0 auto 15px;
  text-align: center;
}
.view-content.dashboard.get-certificate-view .step-content .alert a.btn {
  margin: 15px auto 0;
  width: 200px;
  background-color: #67bd45;
  color: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.view-content.dashboard.get-certificate-view .btn-set a {
  background-color: #67bd45;
  width: 200px;
  color: #FFF;
}
.view-content.dashboard .continue-process-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
.view-content.dashboard .continue-process-wrapper a {
  color: #67bd45;
}
.view-content.dashboard .continue-process-wrapper a.btn {
  color: #FFF;
  margin-bottom: 15px;
}
.modal-wrapper {
  position: relative;
  z-index: 9999;
}
.modal-wrapper .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-wrapper .modal-header {
  border-radius: 4px 4px 0 0;
  background-color: #67bd45;
}
.modal-wrapper .modal-header .modal-title {
  color: #FFF;
}
.modal-wrapper .modal-body {
  padding: 15px 60px;
}
.modal-wrapper .modal-body .step-content {
  padding: 30px 60px 0;
}
.modal-wrapper .modal-body .step-content p {
  color: #5e5e5e;
  font-size: 13px;
}
.modal-wrapper .modal-body .step-content p:first-of-type {
  font-size: 16px;
}
.modal-wrapper .modal-body .step-content i {
  font-size: 60px;
  height: 70px;
  width: 70px;
  margin: 30px auto;
  color: #67bd45;
}
