/**
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright since 2010 Webkul
* @license LICENSE.txt
*/

.custom_form_maker {
    position:relative;
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    padding: 30px;
    width: 100%;
}

.custom_form_maker .form-control:focus {
    outline : none;
}

.custom_form_maker .custom-radio {
    margin-right:0;
}

.custom_form_maker .radio-inline {
    margin-right: 10px;
}

.custom_form_maker .custom-checkbox  {
    float:left;
}

.custom_form_maker .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    color: #2fb5d2;
    font-size: 18px;
    font-weight:900;
}

.custom_form_maker .custom-checkbox label {
    margin-right: 10px;
}

.custom_form_maker .custom-checkbox input[type="checkbox"] + span {
    border: 2px solid #acaaa6;
    height: 1rem;
    width: 1rem;
}

.wk-icon-success {
    float: left;
    color: #4bb543;
    margin-left: -30px;
    margin-top: 8px;
}

.wk-display-none {
    display:none;
}

.wk-icon-danger {
    float: left;
    color: #a94442;
    margin-left: -30px;
    margin-top: 8px;
}

.wk-text-field {
    float: left;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 2px solid rgb(221, 221, 221);
}

.wk-text-area {
    float:left;
    border: 2px solid rgb(221, 221, 221);
    width: 100%;
    padding: 0.5rem 1rem !important;
    color: #7a7a7a !important;
}

.wk-text-area:focus{
    float:left;
}

.wk-margin-top {
    margin-top :0.5rem;
}

.custom_form_maker .file-input {
    cursor: pointer;
    height: 2.625rem;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.custom_form_maker .custom-file {
    background: #ebebeb none repeat scroll 0 0;
    color: #acaaa6;
    display: block;
    line-height: 2.625rem;
    position: relative;
    text-indent: 0.625rem;
    width: 100%;
    margin-top:-8px;
}

.custom_form_maker .custom-file button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.custom_form_maker .wk-select {
    border: 2px solid rgb(221, 221, 221);
    height: 2.625rem;
    background: white;
}

.custom_form_maker .wk-multi-select {
    border: 2px solid rgb(221, 221, 221);
    height: 10rem;
    width: 100%;
}

.wk-overlay {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background: #fff;
	opacity: 0.3;
	z-index: 100000;
	display:none;
}

.wk-spinner {
    top:50%;
    left:0;
    text-align: center;
    position:relative;
}

.wk-spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: wk-bouncedelay 1.4s infinite ease-in-out both;
    animation: wk-bouncedelay 1.4s infinite ease-in-out both;
}

.wk-spinner .wk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.wk-spinner .wk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes wk-bouncedelay {
    0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    } 40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.wk-required {
    color : red;
    font-size : 14px;
}

.wk-custom-form-h1 {
	width:100%;
	float:left;
}

.wk-img-thumbnail {
    background-color: #eff1f2;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

.wk-file {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wk-file-button-color{
    padding: 0.56rem 1.3rem !important;
}
