@charset "utf-8";
/* CSS Document */



.gb_form .gb_fields_container .gb_field {
    background: #ddd none repeat scroll 0 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 7px 25px;
    text-align: center;
}

.gb_form .gb_fields_container .gb_field:hover
{
    background: #afafaf;
}


.gb_form .gb_form_editor {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}

.gb_form .gb_form_fields {
    margin: 0 auto;
    width: 80%;
    min-width: 280px;
    margin-top: 20px;
    padding: 10px 10px 25px 10px;
    border: 3px dashed #a0a0a0;
}
.gb_form .gb_form_field {
    background: #ddd none repeat scroll 0 0;
    margin-bottom: 10px;
}

.gb_form_fields .field_meta {

    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px;
    text-align: center;
}
.gb_form_fields .field_label {
	width:65%;
	min-width:180px;
	cursor: move;
}
.gb_form_fields .field_expand {
    cursor: pointer;
    float: right;
}
.gb_form_fields .field_remove {
    background: #ff5b29 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    float: right;
}
.gb_form_fields .field_remove:hover{
    background: #e34b1d ;
}





























/* POP Up Box */

/* Form Basic Start */
.gb_editor_popup {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.gb_editor_popup .editor_popup_box {
    background: none repeat scroll 0 0 #fff;
    height: auto;
    margin: 0 auto;
    padding: 25px;
    position: relative;
    top: 20%;
    min-width: 280px;
    min-height: 200px;
    width: 560px;
    border-radius: 4px;
    box-shadow: 0 4px 5px rgba(100, 100, 100, 0.9);
}

.gb_editor_popup .editor_popup_box .gb_popup_content {
    overflow-y: scroll;
    height: 400px;
}

/* .gb_editor_popup .editor_popup_box .gb_popup_content::-webkit-scrollbar { */
    /* display: none; */
/* } */



/* Form Basic End */

.gb_editor_popup .editor_popup_box .gb_popup_header {
    background: #8a8a8a;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    cursor: move;
    user-select: none;
    font-size: 18px;
    font-weight: 600;
}

.gb_editor_popup .editor_popup_box hr {    
    margin: 18px 0;
}


