﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans");

@font-face {
    font-family: "Helvetica Neue";
    src: url("//db.onlinewebfonts.com/t/d61000426b83bfff971ae049402eb870.eot");
    src: url("//db.onlinewebfonts.com/t/d61000426b83bfff971ae049402eb870.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/d61000426b83bfff971ae049402eb870.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/d61000426b83bfff971ae049402eb870.woff") format("woff"), url("//db.onlinewebfonts.com/t/d61000426b83bfff971ae049402eb870.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/d61000426b83bfff971ae049402eb870.svg#HelveticaLTThaiW31-Regular") format("svg");
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
    color: #5a4a42;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #eeeeee;
}


a:hover {
    text-decoration: none !important;
}

fieldset {
    padding: .5em .625em .75em;
    margin: 1px 2px;
    border: 1px solid #c0c0c0;
}

.fieldset-hide {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.btn-save-hide {
    display: none;
}


.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.radio-inline{
    padding-left:0px;
}

form .error {
    color: #ff0000;
    font-size: 12px;
}

.btn-default {
    color: #8dc63f;
    background-color: transparent;
    border-color: #8dc63f;
    border-radius: 2px;
}

.btn-success {
    color: #fff;
    background-color: #8dc63f;
    border-color: #8dc63f;
    border-radius: 2px;
}

.btn-primary {
    color: #fff;
    background-color: #5a4a42;
    border-color: #5a4a42;
}
.btn-primary:focus {
    color: #fff;
    background-color: #5a4a42;
    border-color: #5a4a42;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #5b5653;
        border-color: #5a4a42;
    }
.btn-primary:focus:active {
    color: #fff;
    background-color: #5a4a42;
    border-color: #5a4a42;
}
.btn-primary[disabled]:hover,.btn-primary.disabled:hover {
    background-color: #928883;
    opacity:1;
}

.btn-lg {
    font-size: 14px;
}

.select2-container--default .select2-results > .select2-results__options {
    padding-bottom: 30px;
}


hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.head-form-input {
    font-size: 20px;
    margin: 0px 0 5px 0;
}

.select2-container {
    width: 100% !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
}


@media (min-width: 768px) {
    .container {
        width: 600px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

.container {
    background-color: #FAFAFA;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.swal2-popup {
    font-size: 1.5rem;
}
/************************************************************************************* File Input*/
.bi-file-earmark-arrow-up::before {
    content: none !important;
}

.file-preview {
    max-height: 260px;
    overflow: auto;
}

.file-drop-zone {
    min-height: unset !important;
}

.fileinput-upload-button {
    display: none;
}

.kv-fileinput-error {
    display: none!important;
}
/************************************************************************************* Step Start*/
i {
    font-style: normal !important;
}
.wizard {
    margin: 0px auto;
   /*background: #fff;*/ 
}

    .wizard .nav-tabs {
        position: relative;
        /*margin: 40px auto;*/
        margin-bottom: 0;
        border-bottom-color: #8dc63f;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.wizard-footer {
    background-color: #5a4a42;
    padding: 20px;
    margin-top: 20px;
    text-align: right;
}
.prev-step{
    width:100px;
}

.next-step {
    width: 100px;
}

.prev-step-edit {
    width: 100px;
}

.next-step-edit {
    width: 100px;
}
.connecting-line {
    height: 2px;
    background: #8dc63f;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #8dc63f;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    color: #8dc63f;
}

span.header-tab {
    top: 10px;
    position: relative;
    color: #435d1f;
    /*white-space: nowrap;*/
}
    span .round-tab i {
        color: #555555;
        font-style: normal !important;
    }

.wizard li.active span.round-tab {
    background: #8dc63f;
    border: 2px solid #8dc63f;
}

    .wizard li.active span.round-tab i {
        color: #fff;
    }

span.round-tab:hover {
    color: #5a4a42;
    border: 2px solid #5a4a42;
}

.wizard .nav-tabs > li {
    width: 20%;
    text-align: center;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #8dc63f;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #8dc63f;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 0px;
}

.wizard h3 {
    margin-top: 0;
}

@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;
        text-align:center;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


/************************************************************************************* Custom Radio Button Start*/

.radiotextsty {
    font-size: 16px;
}

.customradio {
  
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .customradio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #8dc63f;
}

/************************************************************************************************ Custom Label End*/
.title-form-input {
    font-size: 22px;
    margin: 20px 0 15px 0;
}

.form-group .label {
    padding: 0;
    border-radius: 0;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #5a4a42;
    margin-bottom: 10px;
    text-align: left;
    white-space: normal;
}

.form-group .label-upload {
    padding: 0;
    border-radius: 0;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #939393;
    text-align: left;
    font-style: italic;
}

.alert {
    color: #ee2e24;
    clear: both;
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-trans {
    background-color: transparent;
    padding: 10px 0px 0px 0px;
}

    .btn-trans:hover {
        color: #b3b0b0;
    }





/************************************************************************************************ Multi Selection*/





 .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

[aria-multiselectable="true"] .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}
     .select2-results__option[role=group]:before {
        visibility: hidden;
        position: absolute;
    }
[aria-multiselectable="true"] .select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #8dc63f;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

 .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

 .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

 .select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

 .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

 .select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

 .select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

 .select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
 .select-icon .select2-selection__placeholder .badge {
    display: none;
}

 .select-icon .placeholder {
    display: none;
}

 .select-icon .select2-results__option:before,
 .select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

 .select-icon .select2-search--dropdown {
    display: none;
}

 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fafafa !important;
    border: 1px solid #eee !important;
}
/*
.select2-selection__rendered {
    line-height: 31px !important;
}
*/
.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
}
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
        padding-top: 3px;
    }