.title-icon {
    max-width: 125px;
    margin-right: 0.5em;
}
.title-text {
    display:inline-block;
    color:#229ACE;
    font-weight:bold;
}


.input-label {
    display: inline-block;
    font-size: 1rem;
    color: #229ACE;
    position: relative;
}
.input-label.block-title {
    font-weight: bold;
    color: #3d4852;
}
.input-label.required:after {
    content: "*";
    position: absolute;
    color: red;
    right: 0;
    margin-right: -1rem;
}


.input-field-group {
    flex-wrap: wrap;
    display: flex;
    margin: 0px;
}

.input-field-group > .input-field {
    flex: 1;
}

.input-field {
    border-bottom:1px solid #229ACE;
    display: inline-block;
    width:100%;
    outline: none;
    padding: 0.5em 1em;
}
select.input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 404.257 404.257' xmlns:xlink='http://www.w3.org/1999/xlink'><polygon points='386.257,114.331 202.128,252.427 18,114.331 0,138.331 202.128,289.927 404.257,138.331' fill='%23229ACE'/></svg>") right 0.5em center/1em 1em no-repeat;
}
.input-field::placeholder{
    font-style:italic;
    color: #a2a2a2;
}
.input-field[type="file"]{
    cursor: pointer;
}

ul.clean {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.radio-field-group {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
}
.radio-field-group > input[type=radio],
.radio-field-group > input[type=checkbox]{
    display initial;
    position: absolute;
    left: 4px;
    bottom: 3px;
    height: 100%;
    opacity: 0;
}

.radio-field-group .radio-display {
    position: relative;
    margin-left: 1.8em;
    flex: 1;
}

.radio-field-group .radio-display:before,
.radio-field-group .radio-display:after {
    content: "";
    position: absolute;
    left: 0;
}
.radio-field-group .radio-display:before {
    margin-left: -1.7em;
    width: 1.1em;
    height: 1.1em;
    border: 1px solid #98BACB;
}
.radio-field-group  > input[type=radio] + .radio-display:after {
    margin-top: 0.25em;
    margin-left: -1.45em;
    width: 0.6em;
    height: 0.6em;
    border-radius: 100%;
    background: transparent;
}
.radio-field-group  > input[type=checkbox] + .radio-display:after {
    margin-left: -1.7em;
    width: 1.1em;
    height: 1.1em;
    border-radius: 0.3em;
    background: transparent;
}
.radio-field-group:hover .radio-display:before {
    background: #dadada;
}
.radio-field-group > input[type=radio] + .radio-display:before {
    border-radius: 100%;
}
.radio-field-group > input[type=checkbox] + .radio-display:before {
    border-radius: 0.3em;
}
.radio-field-group > input[type=radio]:checked + .radio-display:after,
.radio-field-group > input[type=checkbox]:checked + .radio-display:after {
    background: #98BACB;
}

.radio-field-group > input[type=checkbox]:checked + .radio-display:after {
    background: #98BACB;
}


.custom-step-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 2em;
    font-size: 1em;
    width: 100%;
    border-radius: 10000px;
    outline: none !important;
}
.custom-step-btn.next {
    background: #19BEDF;
    color: white;
}
.custom-step-btn.prev {
    background: #b4cddf;
    color: #6491b2;
}
.custom-step-btn:active {
    box-shadow: 0px 0px 2px 5px rgba(0,0,0, 0.1);
}


.input-field.custom-upload {padding: 0em 1.2em 0em 0em; cursor: pointer;}
.input-field.custom-upload::-webkit-file-upload-button { font-size: 0.8em; padding: 1.05em 1.2em; border: none; outline: none !important;}
.input-field.custom-upload::-ms-browse { font-size: 0.8em; padding: 1.05em 1.2em; border: none; outline: none !important;}
.input-field.custom-upload:active::-webkit-file-upload-button { background: #229ACE; color: #FFFFFF;}
.input-field.custom-upload:active::-ms-browse { background: #2C9400; color: #FFFFFF;}
@-moz-document url-prefix() {.input-field.custom-upload {padding: 0.55em 1.2em 0.55em 0.55em;}}


.toph-stepify-progress-list{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 75px;
    counter-reset: step;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toph-stepify-progress-list > li {
    text-align: center;
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
    width: 100%;
    font-size: 0.9em;
}

.toph-stepify-progress-list > li:after {
    font-family: 'boxicons' !important;
    content: "\e9f0";
    counter-increment: step;
    display: flex;
    font-size: 1.5em;
    background: #3490DC;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: auto;



    background: #b2d6ee;
    color: #3f97d2;
    border: 3px solid white;
    box-shadow: 0px 0px 0px 3px #3f97d2;
}

.toph-stepify-progress-list > li:not(:last-child):before{
    content: "";
    width: calc(100% - 70px);
    height: 3px;
    left:calc(50% + 35px);

    background-color: transparent;
    background-image: linear-gradient(to right, #3490DC 33%, rgba(255,255,255,0) 0%);
    background-position: bottom center;
    background-size: 16px 3px;
    background-repeat: repeat-x;

    position: absolute;
    z-index: 0;
}
.toph-stepify-progress-list > li.active:after,
.toph-stepify-progress-list > li.active ~ li:after {
    font-family: inherit !important;
    font-size: 1.2em;
    content: counter(step);
    font-weight: bold;
    background: transparent;
    border: 3px solid white;
    box-shadow: 0px 0px 0px 3px #95bed9;
    color: #95bed9;
}

.toph-stepify-progress-list > li.active:after {
    box-shadow: 0px 0px 0px 3px #3f97d2;
    color: #3f97d2;
}

.toph-stepify-progress-list > li.active:not(:last-child):before,
.toph-stepify-progress-list > li.active ~ li:before{
    background-image: linear-gradient(to right, #b5cee0 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 16px 3px;
    background-repeat: repeat-x;
}




.toph-autocomplete-cont {
    flex-basis:100%;
    width:100%;
    position: relative;
}

ul.tau-ul {
    z-index: 1;
    margin: 0px;
    padding: 0.3em 0px;
    position: absolute;
    top:0;
    left:0;
    margin-top: -2px;
    margin-left: 2px;
    background: white;
    border:1px solid #e1e1e1;
    list-style: none;
    max-width: 100%;
    border-radius:0.2em;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

ul.tau-ul > li.tau-li {
    cursor: pointer;
    font-size: 0.8em;
    padding: 0.8em 1em;
}

ul.tau-ul > li.tau-li:hover {
    background: rgba(0,0,0,0.05);
}

ul.tau-ul > li.tau-li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}
.tau-li.no-records {
    text-align: center;
    font-size: 0.7em;
    opacity: 0.8;
}











.float_left{
    float: left;
}
.horizontal_stepper{
    display: none;
}
.vertical_stepper{
    display: flex;
}
@media only screen and (max-width: 575px) {

.horizontal_stepper{
    display: flex;
}
.vertical_stepper{
    display: none;
}
}
.stepper_line{
    border-left-width: 5px;
    height:100px;
    width:5px
}
.input-line{
    border-bottom:1px solid #229ACE;
    margin-top:15px;
    width:100%;
}
.input-line:focus{
    outline: none;
}
.input-line::placeholder{
    font-style:italic;
    color:#a2a2a2;
}

/* The container radio button */
.container_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark_radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border:1px solid #98BACB;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark_radio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark_radio {
background-color: #eee;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark_radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark_radio:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #98BACB;
}



/* Checkbox*/
.container_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border:1px solid #98BACB;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark {
background-color: #B3CFDE;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_check .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}