/****** PLACE YOUR CUSTOM STYLES HERE ******/
.feature.bordered.red-bg {
    background-size: cover;
    opacity: 1;
    margin-top: 72px;
    background-color: #8A2D39;
}

.pattern-bg {
	background-repeat: repeat;
}

hr.long {
  max-width:310px;
  border-top: 1px solid #ccc;
  opacity: 1 !important;
  clear: both;
}

.feature.bordered.white-bg {
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    margin-top: 72px;
    background-color: #ffffff;
}

.color-dark {
	color: #666666 !important;
}

.subpage-sidebar a.btn{

	text-align:left;

}

.subpage-sidebar .feature.bordered {

    padding: 20px;

}

.subpage-sidebar .btn{

    white-space:normal !important;

    word-wrap: break-word; 

    line-height: 21px;

    padding-top:16px;

    padding-bottom:16px;

    margin-bottom:24px;

    height: initial;

}

.account-sidebar {
    height: initial;
}

.menu {
    width: 100%;
    height: 55px;
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.account-sidebar.first li.active {
    width: 100%;
}

.account-sidebar.first li.active a {
    opacity: 1;
    background: #b35d5d;
    color: #fff;
    border-left: 5px solid #934D4D;
}

.text-logo{
  color: #b95f71;
}

.p00 {
    padding: 0!important;
}

.account-sidebar.first li a {
    font-size: 12px;
    padding: 10px 15px;
    width: 100%;
    display: block;
    border: none;
}

.account-sidebar.second li.active a {
    opacity: 1;
    color: #b35d5d;
}

.floating-div{
	transition: .3s all;
}

.mr {
	margin-right: 8px;
}

.mr15 {
	margin-right: 15px;
}

#div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8, #div9, #div10, #div11, #div12 {
	display: none;
}

.div8 {
    padding-right: 8px;
}

hr {
	clear: both;
}

.progress-2 .bar-holder {
    height: 25px !important;
}

@media all and (max-width: 990px) {
	h2 {
		font-size: 32px !important;
		line-height: 38px !important;
	}

	h3 {
		font-size: 28px !important;
	}

}

@media all and (max-width: 767px) {
	h2 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	h3 {
		font-size: 21px !important;
	}

	.menu li {
		display: inline;
	}

	.icon-sm {
		font-size: 18px !important;
	}

}

.reg5 {
    width:300px;
}

#declare {
    display: inline;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #f3b2b2; top: 50px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #b35d5d; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0; padding-left: 0px !important}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #f3b2b2;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.progress {
  cursor: default;
  speak: none;
  margin: 50px 0;
  font-size: 14px;
  padding-left: 15px;
}
.progress:after {
  clear: both;
  display: table;
  content: "";
}
.progress__step {
  width: calc( (100% - 66%) / (4 - 1));
  position: relative;
  float: left;
  overflow: hidden;
  border-radius: 4px;
  background-color: #db8f8f;
  color: #fff;
  -webkit-transition: background-color 250ms ease-out, width 250ms ease-out;
  transition: background-color 250ms ease-out, width 250ms ease-out;
}
.progress__step:not(:last-child) {
  margin-right: 5px;
}
.progress--five .progress__step {
  width: calc( (100% - 66%) / (5 - 1));
}
.progress--three .progress__step {
  width: calc( (100% - 66%) / (3 - 1));
}
.progress__step--active {
  width: calc( 52% - ( 5px * (4 - 1) ) );
  background-color: #b35d5d;
  color: #fff;
  -webkit-transition: background-color 250ms ease-out, width 250ms ease-out;
  transition: background-color 250ms ease-out, width 250ms ease-out;
}
.progress--five .progress__step--active {
  width: calc( 52% - ( 5px * (5 - 1) ) );
}
.progress--three .progress__step--active {
  width: calc( 66% - ( 5px * (3 - 1) ) );
}
.progress__step--active ~ .progress__step {
  background-color: #dadada;
  color: #555;
}
@media screen and (min-width: 760px) {
  .progress__step {
    width: calc( (100% / 4) - (10px * ( (4 - 1) / 4 )) );
    border-radius: 0;
    overflow: visible;
    -webkit-transition: width 0s ease-out;
    transition: width 0s ease-out;
    background-color: #dadada;
    color: #555;
  }
  .progress--five .progress__step {
    width: calc( (100% / 5) - (10px * ( (5 - 1) / 5 )) );
  }
  .progress--three .progress__step {
    width: calc( (100% / 3) - (10px * ( (3 - 1) / 3 )) );
  }
  .progress__step::before {
    content: "";
    position: absolute;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    left: 0;
  }
  .progress__step::after {
    content: "";
    position: absolute;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #dadada;
    left: 99.9%;
    /* Not 100% because of IE subpixel rendering bug */
    z-index: 2;
  }
  .progress__step:first-child {
    border-radius: 4px 0 0 4px;
  }
  .progress__step:first-child::before {
    display: none;
  }
  .progress__step:last-child {
    border-radius: 0 4px 4px 0;
  }
  .progress__step:last-child::after {
    display: none;
  }
  .progress__step:not(:first-child) {
    padding-left: 20px;
  }
  .progress__step:not(:last-child) {
    margin-right: 10px;
  }
  .progress__step--active {
    background-color: #0087cd;
    color: #fff;
  }
  .progress__step--active::after {
    border-left-color: #0087cd;
  }
}
.progress__label {
  height: 40px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.progress__step--active .progress__label {
  margin-right: 10px;
}
@media screen and (min-width: 760px) {
  .progress__label {
    margin-right: 10px;
  }
}
.progress__badge {
  text-align: center;
  font-weight: 700;
}
.progress__badge::after {
  content: "\2714";
  font-size: 1.28571em;
}
.progress__step--active .progress__badge::after, .progress__step--active ~ .progress__step .progress__badge::after {
  display: none;
}
.progress__step:not(.progress__step--active) .progress__badge {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 760px) {
  .progress__step:not(.progress__step--active) .progress__badge {
    position: absolute;
    border: 2px solid #555;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 10px;
    line-height: 24px;
    left: 0;
    transform: translateY(-50%);
  }
}
.progress__step--active .progress__badge {
  position: absolute;
  border: 2px solid #555;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
  line-height: 24px;
  border-color: #fff;
}
.progress__number {
  display: none;
  font-size: 1.14286em;
}
.progress__step--active .progress__number, .progress__step--active ~ .progress__step .progress__number {
  display: inline;
}
.progress__title {
  position: absolute;
  left: 46px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1em;
  font-weight: 600;
  z-index: 3;
}
.progress--five .progress__title {
  font-size: 0.8571em;
}
.progress__step:not(.progress__step--active) .progress__title {
  display: none;
}
@media screen and (min-width: 760px) {
  .progress__step:not(.progress__step--active) .progress__title {
    display: inline-block;
  }
}

.table-custom {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  padding-right: 10px;
}

.m0 {
  margin: 0px;
}

.v-top {
  vertical-align: top;
}

.form-loader {
  display: block;
  opacity: 0;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}

.form-loader.active {
   z-index: 999999999 !important;
  opacity: 1;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.ajax-center {
  background-color: #fff;
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notifications__ul{
  border-color: white;
}
.notifications__ul .unread{
  background-color: #f9e0e0;
}
.notifications__ul li{
  padding: 5px 15px;
  line-height: initial;
  margin-bottom: 2px !important;
  font-size: 12px;
}

.form-border-input input, .form-border-input textarea, .form-border-input select{
  border: 1px solid #ccc;
}

.inline-block{
  display: inline-block !important;
}

.btn-xs{
  height: 20px;
  line-height: 10px;
}

input:active, input:hover, input:active, input:focus,  input:visited,  
select:active, select:hover , select:active, select:visited, select:focus {
  border: 2px dashed #b35d5d !important;
}

.table-middle tbody td{
  vertical-align: middle !important;
}

.radio-option{
  display: -moz-inline-stack;
}

.li-badge.active .label.number{
  border-color: 1px solid white;
}


.card-body{
  padding: 1em;
  background: white;
  border: 2px solid #ccc;
  margin-bottom: 20px;
}

.card-red{
  border-left: 4px solid indianred;
}

.card-green{
  border-left: 5px solid green;
}

.card-lg{
  padding: 32px 0;
}

.card-blue{
  border-left: 4px solid cyan;
}

.pl0{
  padding-left: 0;
}

.pr0{
  padding-right: 0;
}

.form-label{
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
}

.select-sm{
  font-size: 11px;
}

.text-underline{
  text-decoration: underline;;
}

.select-option .ti-angle-down{
  top: 9px;
}


.input-normal{
    height: 40px !important;
    background: white !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
}

.form-card-label{
  border-left: 4px solid indianred; background: rgba(205, 92, 92, 0.05); padding: 10px 15px; font-size: 14px;
  position: relative;
}

.form-card-collapse{
  position: absolute;
  right: 15px;
  top: 10px;
}

.delete-parent{
  position: absolute;
  right: 45px;
  top: 10px;
}

.kiris{
  text-decoration: line-through;;
}


.remove-file{
  position: absolute;
  left: -5px;
  font-size: 20px;
  color: red;
  cursor: pointer;
}

.has-danger{
  border: 2px solid red !important;
}

.has-error-message{
  display: none;
}
.form-group.has-error .has-error-message{
  display: block;
}

.sibling-pr{
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.sibling-pr.hidden{
  display: none;
}

.display-none{
  display: none;
}

.display-block{
  display: block;
}

.text-small{
  font-size: 14px;
}

.text-uppercase{
  text-transform: uppercase;
}

.text-small2{
  font-size: 17px;
}

.required-field{
  color: red;
}

.btn-new{
    line-height: 20px;
    height: auto !important;
    padding: 16px 26px;
    border: 2px solid #000 !important;
    font-size: 15px;
    color: #000 !important;
}

.btn-light-blue{
    background-color: #d5edf7;
    color: #000 !important;
    border: #fff;
    transition: .6s all;
}

.btn-light-blue:hover{
    background-color: #87cae6 !important;
    transition: .3s all;
}

.btn-light-pink{
    background-color:  #fcd5d5;
    transition: .6s all;
    border: #fff;
    color: #000 !important;
}

.btn-light-pink:hover{
    background-color: #f3e5f6 !important;
    transition: .3s all;
}

.btn-light-green{
    background-color: #afe889;
    color:  #000 !important;
    transition: .6s all;
    border: #fff;
}

.btn-light-green:hover{
    background-color: #94df63 !important;
    transition: .3s all;
}

.btn-light-yellow{
    background-color: #f6f694;
    transition: .6s all;
    color: #000 !important;
    border-color: #f7f1d4;
}

.btn-light-yellow:hover{
    background-color: #fceb94;
    transition: .3s all;

}

.bg-light-blue{
    background-color: #d5edf7;
}

.bg-light-pink{
  background-color: #ffd1dc;
    border: 2px solid pink;   
}

.bg-light-green{
   background-color: #f1ffe8; 
}

.bg-light-yellow{
   background: lightyellow; border: 2px solid #f0e292; 
}

.btn-flex-wrap{
    display: block;
    white-space: normal;
    line-height: 15px;
    padding-top: 10px;
}

.text-md{
  font-size: 20px !important;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h5, .h4, .h6, .btn {
  font-family: 'kg-second-chance';
}

.paragraph-bold{
  font-family: 'kg-second-chance';
  font-weight: 700;
}