#pdf_container  {
    width: 816px;  /*letter size  in pixel*/
	height: 1056px; /*letter size  in pixel*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 1px solid black;
    margin-top: 40px;
    margin-left: 70px;
    display: none;
}

#form_container  {
    width: 816px;  /*letter size  in pixel*/
	height: 1056px; /*letter size  in pixel*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 1px solid black;
    margin-top: 40px;
    margin-left: 70px;
}

#fb_editor  {
    width: 100%;
	max-width: 1280px;
	margin: auto;
}

.frmb  {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 750px !important;
	min-height: 750px !important;
}

#form_builder_container .field_Locations .form-group  {
    width: 250px;
	height: 32px;
    margin-bottom: 15px;
    position: absolute;
}

.form_Signature,.form_Initial
{
    width: 250px;
    height: 32px;
    position: absolute;
}

#form_builder_container .field_Locations .form-group:hover,
#form_builder_container .form_Signature:hover,
#form_builder_container .form_Initial:hover
{
    width: 250px;
	height: 32px;
	margin-bottom: 15px;
    border: 1px dashed rgba(196,73,73,0.4);
    background: rgba(196,73,73,0.4);
}

#form_builder_container .form-group input  {
    max-width: 200px;
	float: left !important;
    border: 1px dashed rgba(255,255,255,0.0);
    background: rgba(255,255,255,0.0);
    margin: 0px !important;
}

#show_form_container .form-group input  {
    max-width: 200px;
    float: left !important;
/*    border: 1px dashed rgba(196,73,73,0.4);*/
    background: rgba(196,73,73,0.4);
    margin: 0px !important;
}

.form-group select  {
    max-width: 200px;
	float: left !important;
    margin: 0px !important;
    border: 1px dashed rgba(255,255,255,0.0);
    background: rgba(255,255,255,0.0);
}

.form-group textarea  {
    max-width: 200px;
	float: left !important;
	margin-left: 40px;
    border: 1px dashed rgba(196,73,73,0.4);
    background: rgba(196,73,73,0.2);
}

.ui-resizable  {position: absolute;}
.ui-resizable-handle  {position: absolute;font-size: 0.1px; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle  {display: none;}
.ui-resizable-n  {cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0;}
.ui-resizable-s  {cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0;}
.ui-resizable-e  {cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%;}
.ui-resizable-w  {cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%;}
.ui-resizable-se  {cursor: se-resize; width: 0px; height: 0px; right: 1px; bottom: 1px;}
.ui-resizable-sw  {cursor: sw-resize; width: 0px; height: 0px; left: -5px; bottom: -5px;}
.ui-resizable-nw  {cursor: nw-resize; width: 0px; height: 0px; left: -5px; top: -5px;}
.ui-resizable-ne  {cursor: ne-resize; width: 0px; height: 0px; right: -5px; top: -5px;}

.cb-wrap{
    width:16% !important;
    float: left !important;
}

.stage-wrap{
    width: auto !important;

}

#fb_editor .frmb li {
    background-color: transparent !important;
}

#fb_editor .frmb li input{
    background-color: transparent !important;
}

#fb_editor .cb-wrap{
    width: 250px !important;
}