/* Child Theme - Custom CSS File for Buyers to Modify */
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-color: #e6e5e5 #e6e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #bbb;
    border-bottom-color: #a2a1a1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
[class*="span"] {
    margin-left: 15px;
}
#footer-bottom .span6 {
	margin-left: 30px;
	width: 554px;
}
/* candidate form css */
.candidate-form-title {
    background-color: #4dc7ec;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
}
.candidate-form-subtitle {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}
#msform {
    text-align: center;
    margin-top: 30px;
}


#msform fieldset:not(:first-of-type) {
    display: none
}
#msform fieldset {
	width: 90%;
	margin:0 auto; 
}
#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 16.66%;
    float: left;
    position: relative;
    z-index: 0;
}

#progressbar #step1:before {
    font-size: 28px;
    font-family: "Font Awesome\ 5 Free";
    content: "\f015";
    font-weight: 900;
}

#progressbar #step2:before {
    font-size: 28px;
    font-family: "Font Awesome\ 5 Free";
    content: "\f007";
    font-weight: 900;
}

#progressbar #step3:before {
    font-size: 28px;
    font-family: "Font Awesome\ 5 Free";
    content: "\f095";
    font-weight: 900;
}

#progressbar #step4:before {
    font-size: 28px;
    font-family: "Font Awesome\ 5 Free";
    content: "\f041";
    font-weight: 900;
}
#progressbar #step5:before {
    font-size: 28px;
    font-family: "Font Awesome\ 5 Free";
    content: "\f0d6";
    font-weight: 900;
}
#progressbar #step6:before {
    font-size: 28px;
    font-family: "Font Awesome\ 5 Free";
    content: "\f0c5";
    font-weight: 900;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue;
    cursor: pointer;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.candidate-form-content {
	padding: 0px 80px;
}

.form-group {
	margin-bottom: 0px !important;
	margin-top: 10px !important;
}
.btn-blue,
.btn-blue:hover {
    font-weight: 700;
    background-color: #58caec;
    color: #fff;
}
.btn-number,
.btn-number:hover {
	-webkit-padding-before: 8px;
    -webkit-padding-after: 8px;
    border-radius: unset;
    line-height: 1.6;
}
.btn-number{
	-webkit-padding-before: 8px;
    -webkit-padding-after: 8px;
}
.input-number {
	width:50px !important;
	height: 36px !important;
	flex: unset !important;
}
.input-group-addon, .input-group-btn {
	width: auto;
}
.pt-2 {
	padding-top: 5px;
}
.pt-5 {
	padding-top: 15px;
}

/* flip table css start*/
table textarea {
    resize: none;
    width: 206px;
    height: 80px;
}
.table-responsive > .table-bordered {
    border:1px solid #ccc;
}
.table-flip-scroll table textarea{
    margin-bottom: 1.4px;
}
.table-flip-scroll table input[type="text"] {
    margin-bottom: 1px;
}
.table-flip-scroll table select {
    padding: 0px 6px;
    height: unset;
    margin-bottom: 0px;
}
@-moz-document url-prefix() {
    .table-flip-scroll table select {
        padding: 1px 6px;
        margin-bottom: 2px;
    }
}
.table-flip-scroll table .rario-td {
    margin-bottom: 3px;
}
.table-flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
    background: unset;
}

.table-flip-scroll table thead {
    display: block;
    float: left;
}

.table-flip-scroll table thead tr {
    display: block;
}

.table-flip-scroll table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
}

.table-flip-scroll table tbody tr {
    display: inline-block;
    vertical-align: top;
}
.table-flip-scroll table th {
    font-weight: normal;
}
.step-4-table table thead tr th label{
    padding: 27.7px 0;
}
.table-flip-scroll table th,
.table-flip-scroll table td {
    margin: 0;
    vertical-align: top;
    display: block;
    text-align: left;
    padding: 8px 5px;
}

.table-flip-scroll table thead {
    width: 33.33333%;
}

.table-flip-scroll table th {
    border-bottom: 0;
    border-left: 0;
}

.table-flip-scroll table td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.table-flip-scroll table thead tr,
.table-flip-scroll table tbody tr {
    border-left: 1px solid #ccc;
    margin-right: -3px;
}
.table-flip-scroll table tbody tr:last-child {
    border-right: 1px solid #ccc;
}

.table-flip-scroll table th:last-child,
.table-flip-scroll table td:last-child {
    border-bottom: 1px solid #ccc;
}
.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}   
/* flip table css end*/

@media( max-width : 1000px ) {
	.candidate-form-content {
		padding: 0px 40px;
	}
}
@media( max-width : 765px ) {
    .table-flip-scroll table thead {
        width: 45%;
    }
    #progressbar li strong {
        display: none;
    }
}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .candidate-form-content {
		padding: 0px;
        overflow:unset; 
	}
    .table-flip-scroll table thead {
        width: 45%;
    }
    .table-flip-scroll table thead th label{
        font-size: 10px;
    }
}

.error {
	border:1px solid #f00 !important; 
}
input[type="radio"].error + span {
    color: #ff0000;
}

#msform label {
    margin-bottom: 4.9px;
    display: block;
    line-height: 21px;
}
#msform label.radio-inline {
    margin-bottom: 3px;
}
/* candidate form css */