.userplus-form-builder-main {
background: none repeat scroll 0 0 #0085BA;
    box-sizing: border-box;
    margin: 0 0 60px;
    padding: 20px;
    position: relative;

}
.userplus-form-builder-wrapper.ui-sortable {
   background: none repeat scroll 0 0 #fff;
    border: 1px dashed #bbb;
    box-sizing: border-box;
    padding:35px;
    
    width: 100%;
}
/************************************** Popup Style ********************************/

 /* The Modal (background) */
.titletxt {

 color: #fff;
    margin-left:40%;
    font-size: 22px;
    font-weight: bold;
    padding-right: 20px;
    padding-top: 18px;
	
}
.userplus-admin-modal-popup {
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.userplus-admin-modal-content {
    background-color: #fefefe;
    margin: 3% 22%; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 65%; /* Could be more or less, depending on screen size */
}

#userplus-popup_content{
  min-height:100px;	
  border:1px dotad;
  margin:20px;
}

.userplus-loader-img {
    padding-top: 20px;
    text-align: center;
}

.userplus-admin-modal-popup-header {
    background-color: #0085BA;
    height: 60px;
}

/* The Close Button */
.userplus-admin-close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 20px;
   
}

.userplus-admin-close:hover,
.userplus-admin-close:focus {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}
