.default-form {
    position: relative;
}

.default-form.margin-top {
    margin-top: 20px;
}

.default-form .form-field {
    display: inline-block;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 3px 0;
    background-color: rgba(240,240,240,0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 32px;
}

.default-form .form-field.has-label {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.default-form h2.form-title {
    margin-bottom: -5px !important;
}

.default-form .form-field.has-hover-eff:hover {
    background-color: rgba(240,240,240,0.35);
}

.default-form .form-field.margin-top {
    margin-top: 10px;
}

.default-form .form-field .left {
    display: inline-block;
    width: 45%;
    float: left;
    line-height: 32px;
    padding-right: 15px;
}
.default-form .form-field .right {
    display: inline-block;
    width: 55%;
    line-height: 32px;
    float: left;
}

.content-white-box.content-white-box-center.login .default-form .form-field .left {
    width: 28% !important;
    padding-right: 15px;
}
.content-white-box.content-white-box-center.login .default-form .form-field .right {
    width: 72% !important;
}

.default-form.form-field-left-small .left {
    width: 35%;
}
.default-form.form-field-left-small .right {
    width: 65%;
}

.default-form .form-field.file  .left {
    width: 25%;
}
.default-form .form-field.file  .right {
    width: 75%;
}


.default-form .input {
    display: inline-block;
    width: 100%;
    padding: 7px 13px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
}

.default-form .input.textarea {
    width: 100% !important;
    max-width: 100% !important;
    height: 85px;
}

.default-form .input.auto-width {
    width: auto;
}

.default-form .select {
    display: inline-block;
    width: 100%;
    padding: 7px 7px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
}

.default-form .select.date {
    width: auto;
    margin-right: 3px;
}

.default-form .button {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 7px 13px;
    border: 1px solid rgba(50,50,50,0.97);
    background-color: rgba(50,50,50,0.97);
    border-radius: 3px;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
}

.default-form .button.default-size {
    width: 100%;
    max-width: 240px;
}

.default-form .button:hover {
    border: 1px solid rgba(60,60,60,0.99);
    background-color: rgba(60,60,60,0.99);
}


.default-form .button.red {
    border: 1px solid rgba(240,0,0,0.99);
    background-color: rgba(240,0,0,0.99);
    color: #ffffff;
}
.default-form .button.red:hover {
    border: 1px solid rgba(255,30,0,0.99);
    background-color: rgba(255,30,0,0.99);
}


.default-form .button.white {
    border: 1px solid rgba(220,220,220,0.99);
    background-color: rgba(240,240,240,0.99);
    color: #333333;
}
.default-form .button.white:hover {
    border: 1px solid rgba(210,210,210,0.99);
    background-color: rgba(230,230,230,0.99);
    color: #333333;
}


.default-form input[type=button],
.default-form input[type=submit] {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
}

.default-form .form-field.has-two-buttons input.button.button1 {
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
}
.default-form .form-field.has-two-buttons input.button.button2 {
    width: calc(50% - 10px);
    margin-left: 10px;
    float: left;
}



.default-form .checkbox {
    display: inline-block;
    position: relative;
    transform: scale(1.5, 1.5);
    margin-right: 4px;
}

span.error {
    display: inline-block;
    position: relative;
    color: #ff5000;
    margin-bottom: 5px;
}

.default-form .hr {
    display: inline-block;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 8px 0;
    overflow: hidden;
    border-bottom: 1px dashed #cccccc;
}


.default-form .form-field .left.has-info {
    line-height: 20px;
}

.default-form .form-field .info,
.default-form .form-field .left .info {
    display: inline-block;
    font-weight: normal;
}

.default-form label {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: 12px;
    font-weight: normal;
    top: 5px;
    color: #777777;
}

.default-form label.title {
    line-height: normal;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    top: 0px;
    margin-top: 20px;
}


.captcha-code {
    position: relative;
    width: auto;
    float: left;
}
.captcha-input {
    position: relative;
    float: left;
    margin-left: 10px;
}
.captcha-input input.input {
    max-width: 100px;
    text-transform: uppercase;
    max-height: 30px;
}


.input.button.margin-top {
    margin-top: 15px;
}

.mandatory-field {
    position: relative;
    margin-left: 2px;
    color: #777777;
}


.default-form .left-box {
    display: inline-block;
    width: 50%;
    padding-right: 20px;
    float: left;
}
.default-form .right-box {
    display: inline-block;
    width: 50%;
    padding-left: 20px;
    float: left;
}



.html-template {
    display: none !important;
}


.default-form .select.readonly,
.default-form .input.readonly {
    border: 1px dashed #cccccc;
    opacity: 0.85;
}


.default-form .form-field.has-option input.input {
    width: calc(100% - 120px);
    float: left;
}
.default-form .form-field.has-option select.select {
    width: calc(100% - 120px);
    float: left;
}
.default-form .form-field.has-option .option {
    width: 110px;
    height: 32px;
    float: right;
    text-align: center;
    padding: 7px 13px;
}
.default-form .input-and-option {
    position: relative;
    width: 100%;
}

.default-form .form-field .size-4-1 {
    position: relative;
    width: 25%;
    float: left;
}
.default-form .form-field .size-4-2 {
    position: relative;
    width: 50%;
    float: left;
}
.default-form .form-field .size-4-3 {
    position: relative;
    width: 75%;
    float: left;
}
.default-form .form-field .size-4-4 {
    position: relative;
    width: 100%;
    float: left;
}

.default-form .form-field .size-5-1 {
    position: relative;
    width: 20%;
    float: left;
}
.default-form .form-field .size-5-2 {
    position: relative;
    width: 40%;
    float: left;
}
.default-form .form-field .size-5-3 {
    position: relative;
    width: 60%;
    float: left;
}
.default-form .form-field .size-5-4 {
    position: relative;
    width: 80%;
    float: left;
}
.default-form .form-field .size-5-5 {
    position: relative;
    width: 100%;
    float: left;
}

.default-form .form-field .size-6-1 {
    position: relative;
    width: 16.66%;
    float: left;
}
.default-form .form-field .size-6-2 {
    position: relative;
    width: 33.33%;
    float: left;
}
.default-form .form-field .size-6-3 {
    position: relative;
    width: 49.99%;
    float: left;
}
.default-form .form-field .size-6-4 {
    position: relative;
    width: 66.66%;
    float: left;
}
.default-form .form-field .size-6-5 {
    position: relative;
    width: 83.31%;
    float: left;
}
.default-form .form-field .size-6-6 {
    position: relative;
    width: 100%;
    float: left;
}



/*
=========================================================================================================================
MOBILE 1023
=========================================================================================================================
*/
@media all and (max-width: 1023px) {
    .default-form .form-field .left {
        display: inline-block;
        width: 100% !important;
        float: left;
        line-height: 32px !important;
        padding-right: 0px !important;
    }
    .default-form .form-field .left.has-info {
        margin-bottom: 7px;
    }
    .default-form .form-field .right {
        display: inline-block;
        width: 100% !important;
        float: left;
        padding-left: 0 !important;
    }

    .default-form .form-field.has-two-buttons input.button.button1 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        float: none;
    }
    .default-form .form-field.has-two-buttons input.button.button2 {
        width: 100%;
        margin-left: 0px;
        float: none;
    }

}





/*
=========================================================================================================================
MOBILE 320
=========================================================================================================================
*/
@media all and (max-width: 320px) {
}
