/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 13, 2020, 9:49:02 PM
    Author     : Neelakandan
*/

/*@font-face {*/
/*    font-family: 'segoeui';*/
/*    src: url('segoeui.ttf') format('truetype');*/
/*    font-style: normal;*/
/*}*/
/*body{*/
/*    font-family: 'segoeui'; */
/*}*/
@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans-Regular.ttf);
}
body{
	font-family: 'Abhaya Libre', serif;
}
.topic-text-color {
    color: #3b3e79;
}
.common-text-color {
    color: #000000;
}
#example-form{
    width: 50%;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 20px;
    margin-top: 20px;
}
.wizard > .content > .body {
    float: left;
    position: inherit;
    width: 95%;
    height: 100%;
    padding: 2%;
}
.wizard > .content{
    background: #fff;
    min-height: 25em;
}
.form-row {
    margin-bottom: 30px; 
}
.form-row label {
    margin-bottom: 8px;
    color: #000000;
    display: block; }
.form-row.form-group {
    display: flex; }
.form-row.form-group .form-holder {
    width: 50%;
    margin-right: 21px; }
.form-row.form-group .form-holder:last-child {
    margin-right: 0; }

.form-holder {
    position: relative;
}
.form-holder i {
    position: absolute;
    top: 11px;
    right: 19px;
    font-size: 17px;
    color: #999; }

.form-control {
    height: 42px;
    border: 1px solid #e6e6e6;
    background: none;
    width: 100%;
    padding: 0px; }
.form-control:focus {
    border-color: #f3d4b7; }
.form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 13px; }
.form-control::-moz-placeholder {
    color: #999;
    font-size: 13px; }
.form-control:-ms-input-placeholder {
    color: #999;
    font-size: 13px; }
.form-control:-moz-placeholder {
    color: #999;
    font-size: 13px; }

textarea.form-control {
    padding-top: 11px;
    padding-bottom: 11px; }

.option {
    color: #999; }
.checkbox {
    position: relative; }
.checkbox label {
    padding-left: 21px;
    cursor: pointer;
    color: #999; }
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
.checkbox input:checked ~ .checkmark:after {
    display: block; }

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 12px;
    width: 13px;
    border-radius: 2px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    font-family: '';
    color: #000;
    font-size: 10px;
    font-weight: bolder; }
.checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    content: '\f26b'; }

.checkbox-circle {
    margin-top: 41px;
    margin-bottom: 46px; }
.checkbox-circle label {
    cursor: pointer;
    padding-left: 26px;
    color: #999;
    display: block;
    margin-bottom: 15px;
    position: relative; }
.checkbox-circle label.active .tooltip {
    display: block; }
.checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
.checkbox-circle input:checked ~ .checkmark:after {
    display: block; }
.checkbox-circle .checkmark {
    position: absolute;
    top: 11px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ebebeb;
    border: 1px solid #cdcdcd; }
.checkbox-circle .checkmark:after {
    content: "";
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666666;
    position: absolute;
    display: none; }
.checkbox-circle .tooltip {
    padding: 9px 22px;
    background: #f2f2f2;
    line-height: 1.8;
    position: relative;
    margin-top: 16px;
    margin-bottom: 28px;
    display: none; }
.checkbox-circle .tooltip:before {
    content: "";
    border-bottom: 10px solid #f2f2f2;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    position: absolute;
    bottom: 100%; }

@media (max-width: 767px) {               
    .form-row.form-group {
        display: block; 
    }
    .form-row.form-group .form-holder {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px; 
    }
    #example-form{
        width: 100%;
        margin: 0 auto;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
.invalid-feedback{
    color: red;
}
.input-error {
    border-color: red;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #243f74;
    color: #fff;
}

.wizard > .steps > ul > li {
    width: 33.33%;
}
.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}
.wizard > .steps .number {
    font-size: 1.429em;
    display: none;
}

.wizard > .actions a {
    background-color: #e82121;
    color: #fff;
    padding: 7px 28px;
    line-height: 1.4;
    display: inline-block;
    margin-top: 7px;
    margin-left: 7px;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 1px 3px #ababab;
}

.wizard > .actions a:hover {
    background-color: #fff;
    color: #e82121;
    padding: 7px 28px;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active,
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active,
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
    display: inline-block;
    position: relative;
    padding: 5px;
    font-size: 26px;
    color: #0b74d8;
    font-weight: 600;
    background: transparent;
}

.wizard > .steps .current a:after,.wizard > .steps a:after, .wizard > .steps .done a:after {
    background-color: #0b74d8;
    width: 40%;
    margin-left: 0;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    color: #aaa;
    cursor: default;
    width: 33.33%;
    margin: 3px;
    display: inline-block;
    position: relative;
    padding: 5px;
    font-size: 26px;
    font-weight: 600;
    background: transparent;
}