.section-form-designer #tab-new-form li{
    margin: 0 0 10px 0;
}
.section-form-designer option.file{display:none;}
.section-form-designer #tab-new-form li span{
    width: 300px;
    vertical-align: top;
    display: inline-block;
}

.section-form-designer #tab-new-form .main-settings-form  ul {
    float: none;
}
#tab-new-form .add-new-field {
    margin: 10px 0;
}
.section-form-designer #tab-new-form .main-settings-form, .settings-form {
    border-bottom: 1px solid #E0DEDE;
    border-top: 1px solid #FFF;
    padding: 10px
}
.section-form-designer #tab-new-form  .delete-field {
    display:inline-block;
    width:16px;
    height:16px;
    margin-left: 10px;
    background: url("../images/close-icon.png") 0 0 no-repeat;
    cursor: pointer;
}

.section-form-designer #tab-new-form .new-form-fields table tr td{
    border:none;
    text-align: left;
    cursor: move;
}

.section-form-designer .new-form-fields {
    padding: 15px;
    background: #FBF8D7;
}

.section-form-designer .tabs-content #tab-new-form,
.section-form-designer .tabs-content{
    margin: 0;
}

.section-form-designer .mg-form-actions{
    overflow: hidden;
}

.section-form-designer .mg-form-actions > div{
    margin: 15px 0 0 0;
}

.section-form-designer .new-form-fields .field-code-block .mg-code{
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #708807;
}

.section-form-designer .new-form-fields .field-code-block{
    text-align: center;
    margin: 0 0 10px 0;
}

.section-form-designer .new-form-fields .delete-form span{
    background: url("../images/delete-icon.png") 5px 4px no-repeat;
}

.section-form-designer textarea,
.section-form-designer input[type="password"],
.section-form-designer input[type="email"],
.section-form-designer input[type="text"]{
    width: 250px;
    height: 25px;
    box-sizing: border-box;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 13px;
}
.section-form-designer .add-option span{
    width: 170px !important;
}
.section-form-designer select{
    width: 250px;
}

.section-form-designer textarea{
    height: 60px;
    resize: none;
}

.section-form-designer h3{
    font-size: 14px;
    margin: 0 0 10px 0;
}

.admin-wrapper .section-form-designer .tabs-list .ui-state-active a span{
    line-height: normal;
}

.admin-wrapper .section-form-designer .tabs-list{
    overflow: hidden;
    margin: 0;
}

.admin-wrapper .section-form-designer .tabs-list li a{
    border-radius: 5px 5px 0 0;
    border-bottom: none!important;
}

.section-form-designer .mg-form-finish .table-holder{
    padding: 5px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.section-form-designer .mg-form-finish h2{
    font-size: 14px;
    text-align: left;
    margin: 0 0 10px 0;
}

.section-form-designer .text-error{
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    padding: 3px 7px;
    color: #c2646d;
    background: #fdd6da;
    border: 1px solid #eca8a8;
    margin: 0;
}

.section-form-designer .mg-form-finish h1{
    font-size: 20px;
    margin: 0 0 10px 0;
    text-align: center;
}

.section-form-designer .mg-form-finish{
    display: inline-block;
}
.section-form-designer .del-value-option{    
    padding: 10px 10px 10px 10px;
    top: 5px;
    position: relative;
    background: url("../images/close-icon.png") right no-repeat;
}
.section-form-designer .add-value-option{
    width: 250px !important;
}
.section-form-designer .field-for-new-option{
    margin: 0 0 10px 305px;
}

/*публичная часть */
.mg-form-designer{
    padding: 10px 20px 10px;
    font-family: Arial, Tahoma, sans-serif;
    text-align: initial;
    margin: 10px 0;
}

.mg-form-designer .mg-field label .red-star{
    font-size: 12px;
}

.mg-form-designer .mg-field label{
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 5px 0;
}

.mg-form-designer .mg-field{
    margin: 0 0 10px 0;
}

.mg-form-designer .text-error-form{
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    padding: 3px 7px;
    color: #c2646d;
    background: #fdd6da;
    border: 1px solid #eca8a8;
    text-align: center;
    margin: 0 0 10px 0;
}

.mg-form-designer .mg-title-form{
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
}

.mg-form-designer textarea,
.mg-form-designer input[type="password"],
.mg-form-designer input[type="email"],
.mg-form-designer input[type="text"]{
    width: 250px;
    height: 28px;
    box-sizing: border-box;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 13px;
    padding: 4px 10px;
    box-shadow: inset 0 1px 2px #E7E7E7;
    border-radius: 3px;
    color: #000;
}

.mg-form-designer textarea{
    height: 80px;
    width: 350px;
    resize: none;
}

.mg-form-designer .default-btn:active{
    border: 1px solid #B8B8B8;
    box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.3);
}

.mg-form-designer .default-btn:hover{
    background: #E6E6E6;
}

.mg-form-designer .default-btn{
    background: #fcfcfc;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    outline: none;
    border-radius: 3px;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #e5e5e5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e5e5e5', GradientType=0);
  
    padding: 5px 10px;
    
    text-decoration: none;
    
}
.mg-form-designer input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}
.mg-form-designer {
    border: 1px solid #CDCDCD;
    border-radius: 5px;
}
.mg-form-designer h2{
height:30px; 
}

