.w3g_component_form {

}

.w3g_form_inline_wrapper {
    margin-top: 15px;
}
    .w3g_form_inline_title {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        font-family: Samim;
        padding: 6px 5px;
    }
    .w3g_form_inline_footer {

    }
    .w3g_rtl .w3g_form_inline_footer {
        text-align: left;
    }
        .w3g_rtl .w3g_form_inline_footer .btn {
            margin-right: 10px;
        }
        .w3g_rtl .w3g_form_inline_footer .btn:first-child {
            margin-right: 0;
        }


    .w3g_rtl .w3g_component_form .panel-footer .w3g_form_controls {
        float: left;
    }
    .w3g_ltr .w3g_component_form .panel-footer .w3g_form_controls {
        float: right;
    }

    .w3g_form {

    }
        .w3g_form_fields_wrapper {
            position: relative;
        }
            .w3g_form_fields_wrapper > .row {

            }
            .w3g_form_fields_wrapper > .row:last-child {
                margin-bottom: 0 !important;
            }
            .w3g_form_fields_wrapper > .row:nth-child(2n) {
                background-color: #fafafa;
                padding-top: 15px;
                padding-bottom: 0px;
                margin-bottom: 15px;
            }

        .w3g_form_sections {
            position: relative;
            margin-bottom: 0 !important;
        }
            .w3g_form_section {
                margin-bottom: 20px !important;
            }
            .w3g_form_sections .w3g_form_section:last-child {
                margin-bottom: 0 !important;
            }
                .w3g_rtl .w3g_form_section .panel-title {
                    font-size: 13px;
                    font-weight:bold;
                    font-family: Samim;
                }
                    .w3g_rtl .w3g_form_section .panel-title .fa {
                        margin-right: -7px;
                    }
                    .w3g_ltr .w3g_form_section .panel-title .fa {
                        margin-left: -7px;
                    }

                .w3g_form_section .panel-body {
                    padding-bottom: 0;
                }
                    .w3g_form_sections_pre_fields_view {
                        padding: 0 0 15px;
                        margin-bottom: 15px;
                        border-bottom: 1px dotted #999;
                        font-size: 13px;
                        line-height: 1.9em;
                    }
                    .w3g_form_sections_post_fields_view {
                        padding: 15px 0;
                        margin-top: 15px;
                        border-top: 1px dotted #999;
                        font-size: 13px;
                        line-height: 1.9em;
                    }

                    .w3g_form_sections_pre_fields_view .alert:last-child,
                    .w3g_form_sections_post_fields_view .alert:last-child {
                        margin-bottom: 0;
                    }

                .w3g_form_section_fields_wrapper .row:last-child {
                    margin-bottom: -15px;
                    border-radius: 0 0 3px 3px;
                }

.help-block {
    font-size: 11px;
    color: #808080;
}
.w3g_rtl .help-block {
    direction: rtl;
    text-align: right;
    padding-right: 5px;
}
.w3g_ltr .help-block {
    padding-left: 5px;
}
    .help-block .fa {
        margin-left: 2px;
        font-size: 13px;
        position: relative;
        top: 1px;
    }
    .w3g_rtl .help-block .fa {
        margin-left: 3px;
    }
    .w3g_ltr .help-block .fa {
        margin-right: 3px;
    }

.form-group .error {
    color: #F44336;
}
    .w3g_rtl .form-group .error i {
        margin-left: 4px;
    }
    .w3g_ltr .form-group .error i {
        margin-right: 4px;
    }


.has-error label {
    color: #a94442;
}

.checkbox label input {
    top: 4px;
}

.input-group-addon {
    font-size: 12px;
}
.input-group-addon:first-child,
.input-group-addon:last-child {
    border-color: #b7b7b7;
}
.has-error .input-group-addon:first-child,
.has-error .input-group-addon:last-child {
    border-color: #a94442;
}



.form-control-view {
    padding: 10px 0;
}


.form-control-pdate {
    direction: ltr;
    text-align: left;
}
.datepicker-plot-area {
    z-index: 9999;
}

.select2-container {
    z-index: 9999;
}
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 32px;
    }

.w3g_formfield_selects2_wrapper {
}
    .w3g_formfield_selects2 {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
    }
        .w3g_formfield_selects2 .select2-selection {
            border: none !important;
            background: none !important;
        }


.w3g_formfield_files_wrapper {
    position: relative;
}
    .form-control-files {
        max-width: 300px;
    }
    .w3g_form_field_value_wrapper {
        position: relative;
        padding: 0 0 10px;
    }
        .w3g_form_field_value {
            padding: 5px;
            position: relative;
            background: #fff;
            border: 1px solid #f0f0f0;
            margin-bottom: 1px;
            border-radius: 3px;
        }
        .w3g_form_field_value_wrapper .w3g_form_field_value:last-child {
            margin-bottom: 0;
        }
            .w3g_form_field_value_size {
                color: #999;
                font-size: 11px;
            }
            .w3g_form_field_value_delete {
                position: absolute;
                width: 20px;
                height: 20px;
                left: 1px;
                top: 1px;
                color: #fff;
                text-align: center;
                cursor: pointer;
                border-radius: 3px 0 3px 0;
            }
            .w3g_form_field_value_delete:hover {
                background-color: #E53935;
            }
                .w3g_form_field_value_delete .fa {
                    position: relative;
                    top: -2px;
                }


.w3g_formfield_pdate_wrapper {

}
    .w3g_formfield_pdate {

    }
    .w3g_formfield_pdate:read-only {
        background-color: #fff !important;
    }
        .w3g_formfield_pdate_remove {
            cursor: pointer;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }
        .w3g_formfield_pdate_remove:hover {
            color: #E53935;
        }