.has-error input, .has-error select, .has-error textarea {
    border-color: #dd4b39;
}

.has-success input, .has-success select, .has-success textarea {
    border-color: #00a65a;
}

.help-block-error {
	color: #dd4b39;
}

.jconfirm-title{
	font-size: 18px !important;
}

.image > a {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    color: #fff !important;
    line-height: 30px;
    background-color: #404E67;
    position: absolute;
    top: 9%;
    left: 57%;
}

.tiles-heading, .tiles-body {
  -webkit-transition: 0.05s ease-in;
  -o-transition: 0.05s ease-in;
  transition: 0.05s ease-in;
}
.info-tiles {
  margin: 0px 0px 20px;
  display: block;
  border-radius: 3px;
}
.info-tiles.tiles-inverse {
  color: #ffffff !important;
}
.info-tiles .tiles-heading {
  letter-spacing: 0.1em;
  padding: 6px 10px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.info-tiles.tiles-inverse .tiles-heading {
  background: #000000;
}
.info-tiles.tiles-inverse .tiles-body {
  background: #5f7071;
}
.info-tiles.tiles-inverse:hover {
  color: #ffffff;
}
.info-tiles.tiles-inverse:hover .tiles-heading {
  background: #4b4949;
}
.info-tiles.tiles-inverse:hover .tiles-body {
  background: #788080;
}
.info-tiles .tiles-body-alt,
.info-tiles .tiles-body {
  padding: 5px 20px;
  font-weight: 300;
}
.info-tiles .tiles-body {
  font-size: 30px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.custom-control {
  padding-left: 0;
}
.bs-callout-info.callout-transparent {
    display: block;
    border-color: #1E9FF2 !important;
    background-color: transparent;
    border-radius: 0.25rem;
    color: #010a10;
    border: 1px solid #ddd;
    border-right: 5px solid;
}
.input-group-addon {
    padding: .5rem .75rem;
    line-height: 1.25;
}
.fw-600 {
    font-weight: 600;
}

/* Step Form */
.steps {
    margin-bottom: 33px;
}
.steps ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    list-style: none;
    padding-left: 0;
}
.steps li,
.steps li.current {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative;
    padding-bottom: 3px;
    padding-right: 63px;
}
.steps li:last-child {
    padding-right: 0;
}
.steps li .current-info {
    display: none;
}
.steps li::before {
    position: absolute;
    content: "";
    background: #aeacac;
    width: 190px;
    height: 6px;
    top: 20%;
    left: 45%;
}
.steps li:last-child::before {
    content: none;
}
.steps li.current::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    background: #aeacac;
    top: 100%;
    left: 25%;
}
.steps li a {
    text-decoration: none;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.steps li a .title {
    text-align: center;
}
.steps li a .title span {
    display: block;
    font-size: 16px;
}
.steps li a .title .step-icon { 
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #aeacac;
    margin: 0 auto;
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    color: #fff;
    font-size: 20px;
}
.steps li a .step-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.steps li.current a .step-icon,
.steps li.current a:active .step-icon,
.steps .done::before,
.steps li.done a .step-icon,
.steps li.done a:active .step-icon {
    background: #01a9ac;
}
.steps li.current a .step-icon,
.steps li.current a:active .step-icon {
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
}
.steps li a .step-number {
    color: #666;
    font-weight: 400;
    padding: 17px 0 8px;
}
.steps li a .step-text {
    color: #333;
    font-weight: 600;
    padding-bottom: 8px;
}
@media screen and (max-width: 575px) {
    .steps li, .steps li.current {
        padding-right: 5px;
    }
    .steps li::before {
        width: 100px;
        top: 15%;
        left: 52%;
    }
    .steps li.current::after {
        left: 28%;
    }
    .steps li a .title span {
        display: block;
        font-size: 13px;
    }
}

/* File Input */
.fileinput {
    display: inline-block;
}
.fileinput .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}
.fileinput i + .fileinput-filename, .fileinput .btn + .fileinput-filename {
    padding-left: 5px;
}
.fileinput.fileinput-exists .close {
    opacity: 1;
    color: #dee0e4;
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
    border-color: #ccc;
}
.fileinput .thumbnail[data-trigger="fileinput"] {
    cursor: pointer;
}
.fileinput .thumbnail:before, .fileinput .thumbnail:after {
    content: " ";
    display: table;
}
.fileinput .thumbnail:after {
    clear: both;
}
.fileinput .thumbnail > img {
    max-height: 100%;
    display: block;
}
.fileinput .btn {
    vertical-align: middle;
}
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none;
}
.fileinput-inline .fileinput-controls {
    display: inline;
}
.fileinput .uneditable-input {
    white-space: normal;
}
.fileinput-new .input-group .btn-file {
    border-radius: 0 3px 3px 0;
}
.fileinput-new .input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 2px 2px 0;
}
.fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 3px 3px 0;
}
.form-group.has-warning .fileinput .uneditable-input {
    color: #574802;
    border-color: #ffd78a;
}
.form-group.has-warning .fileinput .fileinput-preview {
    color: #574802;
}
.form-group.has-warning .fileinput .thumbnail {
    border-color: #ffd78a;
}
.form-group.has-error .fileinput .uneditable-input {
    color: #ac1818;
    border-color: #ffafbd;
}
.form-group.has-error .fileinput .fileinput-preview {
    color: #ac1818;
}
.form-group.has-error .fileinput .thumbnail {
    border-color: #ffafbd;
}
.form-group.has-success .fileinput .uneditable-input {
    color: #045702;
    border-color: #b4e8a8;
}
.form-group.has-success .fileinput .fileinput-preview {
    color: #045702;
}
.form-group.has-success .fileinput .thumbnail {
    border-color: #b4e8a8;
}
.input-group-addon:not(:first-child) {
    border-left: 0;
}
.fileinput .uneditable-input, .fileinput-new .input-group .btn-file {
    display: table-cell !important;
}
.thumbnail {
    padding: 2px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 17px;
}
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #373e4a;
}
.thumbnail .caption {
    padding: 9px;
    color: #949494;
}
.btn-file {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.btn-file input {
    cursor: pointer;
    direction: ltr;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-orange {
  color: #ffffff;
  background-color: #fd6d02;
  border-color: #fd6d02;
}

.btn-orange:hover {
  color: #212529;
  background-color: #e06204;
  border-color: #e06204;
}