﻿
/*------ Form Style ------*/
.form-wrapper {
    margin: 10px 10px 30px 10px;
    border: 1px solid silver;
    background-color: #f4f6f9;
    padding: 20px;
    border-radius: 4px;
	font-family: partosys;
}

.title-form {
    font-size: 14px;
    font-weight: 500;
}

.form-steps {
    position: relative;
}

.form-label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
	color: #353535;
	padding-top: 10px;
	font-family: partosys;
	text-align:justify;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    cursor: text
}
.form-wrapper-new {
    margin: 10px 10px 10px 10px;
    border: 0px solid silver;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    font-family: partosys;
}

/*------ Checkbox Style ------*/
/*[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    position: absolute;
    right: -9999px;
    opacity: 0;
}*/

[type="checkbox"] + label, [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    font-weight: 300;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

[type="checkbox"] + label {
    height: 25px;
}

    [type="checkbox"] + label::before, [type="checkbox"]:not(.filled-in) + label::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #5a5a5a;
        border-radius: 1px;
        margin-top: 2px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

[type="checkbox"]:not(.filled-in) + label::after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"] + label::before, [type="checkbox"]:not(.filled-in) + label::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-top-color: rgb(90, 90, 90);
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: rgb(90, 90, 90);
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: rgb(90, 90, 90);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgb(90, 90, 90);
    border-left-style: solid;
    border-left-width: 2px;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

[type="checkbox"]:checked + label::before {
    top: -4px;
    right: 10px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #398bf7;
    border-bottom: 2px solid #398bf7;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/*------ Phone Box Style ------*/
.input-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 8px;

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-wrapper input{
border-radius: 8px;
	background:#fff;
	padding:5px;


}
.input-wrapper textarea {
	border-radius: 8px;
	background:#fff;
	padding:5px;

}
.input-wrapper input:focus{
 border:1px solid #008080 !important;

}
    .input-wrapper .form-control.number-control {
        height: 42px;
        border: none;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: left;
        padding: 9px;
        width: 100%;
		border: 1px solid #ced4da;
    }
.sign h3 {
    padding: 10px 0;
    border-bottom: 3px solid #bf3475;
    margin-bottom: 10px;
	font-size:16px;
	margin-top: -20px;
}
    .input-wrapper .form-control.country-control {
        height: 32px;
        border: none;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: left;
        width: 100%;
        padding: 10px 0px 6px 40px;
    }

.dr-wrapper {
    float: left;
    width: 27%;
    color: #313131;
    height: 32px;
}

.dr-in-wrapper {
    position: relative;
    display: inline-block
}

.dr-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    border-right: 1px solid #ccc;
    cursor: pointer;
    background-color: #F2F2F2;
    border-radius: 2px 0 0 2px;
    padding: 8px 12px 8px 8px;
    transition: all ease-in-out .15s
}

    .dr-icon-wrapper:hover {
        background-color: #C3BBB6;
    }

.countru-code-wrapper {
    position: absolute;
    right: -31px;
    top: 28px;
    width: 100%;
    /*------min-height: 32px;------*/
    background-color: #E9E9E9;
    border-radius: 0 0 3px 3px;
    border: solid 1px #C5C5C5;
    padding: 5px 5px 2px 5px;
    display: none;
    z-index: 9999;
}

.country-content {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #E9E9E9;
    border-radius: 3px;
    border: solid 1px #C5C5C5;
    width: 100%;
    display: block;
    padding: 4px 5px 2px 5px;
    font-size: 12px;
    cursor: pointer;
    transition: all ease-in-out .15s;
    margin-bottom: 3px
}

    .country-content:hover {
        background-color: #C3BBB6;
    }

    .country-content img {
        width: 16px;
        height: 16px;
    }

.form-control.captch-control, .form-control {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px 12px 6px 3px;
}

select.form-control {
    padding: 3px 12px 6px 3px;
}

.form-control.captch-control:focus, .form-control:focus {
    border-color: rgba(197, 197, 197, 0.8);
    outline: 0;
    -webkit-box-shadow: 0 0 8px rgba(197,197,197,.6);
    box-shadow: 0 0 8px rgba(197,197,197,.6);
}

.form-group {
    position: relative;
}

.dr-form-group.form-group {
    margin-bottom: 10px
}

.form-group .captch-refresh {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px
}

    .form-group .captch-refresh i {
        font-size: 1.8em
    }

.form-group img.img-captch {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    height: 60px
}

.form-select {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 34px;
}

    .form-select::after {
        font-family: FontAwesome;
        display: block;
        text-align: center;
        position: absolute;
        left: -4px;
        top: 7px;
        width: 2.5em;
        height: 28px;
        line-height: 20px;
        z-index: 0;
        pointer-events: none;
        cursor: pointer;
        font-size: 1.1em;
        font-weight: bold;
        color: #888;
    }

select {
    -moz-appearance: none;
}

.radio-wrapper {
    margin-top: 10px
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-right: 10px;
    margin-left: 0;
    padding-left: 0;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    margin-left: 0;
}

.radioButton {
    display: inline-block !important;
    margin-right: 10px !important;
    margin-left: 5px !important;
}

/*------ Button Style ------*/
.btn-wrapper {
    text-align: right;
    margin-top: 15px
}

.btn {
    outline: none !important
}

.btn-normal-margin {
    padding: 6px 20px;
}

.btn-info {
    background-color: #48b0f7;
    border-color: #48b0f7;
    color: #fff;
    padding: 6px 73px 4px;
}

.btn-info {
    background-color: #48b0f7;
    border-color: #48b0f7;
    color: #fff;
}

.btn-table {
    margin-top: 24px
}

    .btn-table .btn {
        display: inline-block;
        padding: 7px 73px 5px;
    }

.btn-wrapper .btn.btn-warning {
    display: inline-block;
    padding: 6px 28px 4px;
}

.btn-wrapper .btn.btn-default, .table .btn.btn-default {
    background-color: #0bb701;
    color: white;
    border: 1px solid #098902;
    transition: all ease-in-out .15s;
}

.btn-warning {
    background-color: #faa64b;
    border-color: #faa64b;
    color: #fff;
}

    .btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
        border-color: #ffa726;
        background-color: #ffa726;
    }

.btn-success {
    background-color: #06d79c;
    border-color: #06d79c;
    color: #fff;
}

    .btn-success.focus, .btn-success:focus, .btn-success:hover {
        border-color: #16D17F;
        background-color: #16D17F;
    }

.btn-wrapper .btn.btn-default:hover, .btn-wrapper .btn.btn-default:focus, .table .btn.btn-default:focus, .table .btn.btn-default:hover {
    background-color: #0AA301;
}

.btn-wrapper.btn-small .btn {
    padding: 6px 7px 4px;
}

.btn-rounded {
    border-radius: 60px;
}

