@font-face {
    font-family: Nunito;
    src: url(../../fonts/Nunito-Regular.ttf);
}
@font-face {
    font-family: Nunito Light;
    src: url(../../fonts/Nunito-Light.ttf);
}
@font-face {
    font-family: Nunito Semibold;
    src: url(../../fonts/Nunito-SemiBold.ttf);
}
@font-face {
    font-family: Nunito Italic;
    src: url(../../fonts/Nunito-Italic.ttf);
}
@font-face {
    font-family: Nunito Bold;
    src: url(../../fonts/Nunito-Bold.ttf);
}
.updated,.update-nag{
    display: none!important;
}
body{
    background: #f3f4f8;
}
#wpcontent{
    padding-left: 0;
}
.wrap{
    position: relative;
    line-height:1;
    margin: 0;
}
.wrap *{
    box-sizing: border-box;
    position: relative;
}
.wrap:after,
.setting-row:after{
    content: '';
    display: block;
    clear: both;
}
.gdfrm-fullwidth{
    width: 100%;
}
.gdfrm-fullwidth-view{
    position: fixed;
    top: -10px;
    left: -2px;
    z-index: 1000000000000000000000000000000;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}
#full-width-button{
    position: absolute;
    top: 13px;
    right: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
#form-settings,#edit-form{
    color: #fff;
}


.gdfrm_header{
    padding: 20px 30px 40px;
    font-size: 20px;
    color: #fff;
    /*background-color: #23c58a;*/
    /*background-color: #5f7df5;*/
    background-color: #23282d;
}
.gdfrm_header span{
    position: relative;
    top: 25px;
    font-size: 40px;
    left: 120px;
}
.gdfrm_header ul{
    float: right;
    position: relative;
    top: 20px;
}
.gdfrm_header li{
    display: inline-block;
    padding: 0 20px;
}
.menu_red {
    color: #ff2300;
}
.gdfrm_header li a{
    color: #fff;
    font-family: Nunito;
    font-size: 19px;
    text-decoration: none;
}
.gdfrm_header li:hover:after {
    content: '';
    background-color: #fff;
    display: block;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
}
.gdfrm_content{
    padding: 0 0 0 60px;
    /*border-top: 6px solid #e9ebf3;*/
}
.gdfrm_list_container .gdfrm_content,
#gdfrm-settings .gdfrm_content,
.grand_submissions_list_container .gdfrm_content{
    padding: 0 30px;
    border-top: none;
}
.grand_form_template{
    width: 20%;
    max-width: 340px;
    height: 340px;
    margin: 10px 2.5%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px #e8e6e6;
    text-align: center;
    background: #fff;
    transition: all .5s;
}

.grand_form_template img{
    max-width: 100%;
    align-self: flex-start;
}

.grand_form_template:first-child{
    display: flex;
    justify-content: center;
}
.grand_form_template:first-child img{
    align-self: center;
}
.grand_form_template a{
    cursor: pointer;
    font-size: 16px;
    color: #666666;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 8px 20px;
    border: 1px solid transparent;
    font-family: Nunito;
    text-decoration: none;
    transition: all .5s;
    border-radius: 3px;
    background: #5f7df5;
    z-index: 1000000000000;
    color: #fff;
}
.grand_form_template a span{
    font-size: 20px;
}
.grand_form_template:hover{
    background: #fff;
    box-shadow: 0px 0px 30px 5px #d0caca;
}
.grand_form_template:hover a{
    opacity: 1;
}
.grand_form_template a:hover{
    background: #506fec;
}

.gdfrm_nav {
    position:relative;
    padding:60px 100px 0px 100px;
    background: #fff;
}
.gdfrm_nav ul{
    border-bottom: 6px solid #e9ebf3;
    margin: 0;
}
.gdfrm_nav li{
    display: inline-block;
    padding: 0 20px;
}
.gdfrm_nav li a{
    color: #777777;
    font-family: Nunito;
    font-size: 18.67px;
    font-weight: 400;
    text-decoration: none;
}
.gdfrm_nav li a:focus{
    box-shadow: none;
}
.gdfrm_nav li.active a{
    color: #1a1a1a;
    font-size: 24px;
}
.gdfrm_nav li.active:after {
    content: '';
    /*background-color: #23c58a;*/
    background-color: #5f7df5;
    display: block;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -11px;
}
.gdfrm_subheader{
    padding: 40px 0;
}
.gdfrm_subheader:after{
    content: '';
    display: block;
    clear: both;
}

.form_title_div {
    position:absolute;
    top:48px;
    right:100px;
}


.form_title_div label {
    position:absolute;
    left:0px;
    top:-16px;
}


#form_name{
    width: 300px;
    color: #676767;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 300;
    box-shadow: none;
    padding: 5px;
    margin: 0;
    background:#e9ebf3;
    z-index:999;
}
#gdfrm-new-form,
#gdfrm-templates{
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    font-family: "Nunito Semibold";
    text-decoration: none;
    border: 1px solid #5f7df5;
    color: #5f7df5;
    border-radius: 5px;
    margin: 0 10px;
    transition: all 0.3s;
    float: right;
}
#gdfrm-new-form:hover,
#gdfrm-templates:hover{
    background: #5f7df5;
    color: #fff;
}
#save-form-button{
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    background-color: #5f7df5;
    float: left;
    transition: all 0.5s;
    border: 1px solid #5f7df5;
}
#save-form-button:hover{
    background-color: #fff;
    color: #5f7df5;
}
#save-form-button>i{
    margin-right: 5px;
}
#add-new-field{
    float: right;
    font-family: "Nunito Light";
    font-size: 19px;
    cursor: pointer;
}
#add-new-field i{
    cursor: pointer;
    font-size: 20px;
    color: #5f7df5;
    padding: 26px 17px 10px 17px;
    border-radius: 50%;
    background-color: #eff2fe;
    margin-left: 15px;
    top: 8px;
    transition: all 1s;
}
#add-new-field:hover i{
    background-color: #5f7df5;
}

#add-new-field:hover i:before{
    content: url(../../images/icons/plus-hover.png);
}
.ui-sortable-handle {
    cursor: move;
}

/* end header */


div.field-block{
    width: 623px;
    border-radius: 5px;
    border: 1px solid #e8eaef;
    background-color: #ffffff;
    margin-bottom: 28px;
    padding: 19px;
    display: flex;
    align-items: center;
    cursor: move;
}

div.field-block[data-field-type="14"],
div.field-block[data-field-type="16"] {
    border: 1px solid #ff0e1b;
}

div.field-block span{
    color: #777777;
    font-family: Nunito;
    font-size: 19px;
    font-weight: 400;
    margin: 0 15px;
}
div.field-block>*{
    cursor: pointer;
}
div.field-block.gdfrm_active{
    border: 1px solid #93c94a;
}
div.field-block.gdfrm_active .gdicon-setting{
    content: url(../../images/icons/settings-hover.png);
}


div.type-block{
    padding: 10px;
    cursor: pointer;
    width: 200px;
    border-radius: 4px;
    border: 1px solid #f3f4f8;
    background-color: #f3f4f8;
    color: #777777;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    float: left;
    margin-right: 15px;
    height: 40px;
}
div.type-block:hover{
    border: 1px solid #777777;
}
div.type-block span{
    position: absolute;
    top:12px;
}
div.type-block span.pro-field{
    right: 10px;
    font-size: 12px;
    color: red;
    top: 15px;
}
div.type-block:nth-child(3n+1){
    margin-right: 0;
}

.type-block:before{
    display: inline-block;
    font-family: 'fontawesome';
    font-size: 17px;
    margin-right: 5px;
}
.type-block.gdfrm-text:before{
    content: "\f031";
}
.type-block.gdfrm-map:before{
    content: "\f041";
}
.type-block.gdfrm-email:before{
    content: "\f1fa";
}
.type-block.gdfrm-number:before{
    content: "\f163";
}
.type-block.gdfrm-checkbox:before{
    content: "\f046";
}
.type-block.gdfrm-radio:before{
    content: "\f10c";
}
.type-block.gdfrm-date:before{
    content: "\f133";
}
.type-block.gdfrm-imageselect:before{
    content: "\f03e";
}
.type-block.gdfrm-selectbox:before{
    content: "\f150";
}
.type-block.gdfrm-buttons:before{
    content: "\f259";
}
.type-block.gdfrm-hidden:before{
    content: "\f070";
}
.type-block.gdfrm-license:before{
    content: "\f1f9";
}
.type-block.gdfrm-html:before{
    content: "\f121";
}
.type-block.gdfrm-password:before{
    content: "\f13e";
}
.type-block.gdfrm-phone:before{
    content: "\f095";
}
.type-block.gdfrm-address:before{
    content: "\f0ac";
}
.type-block.gdfrm-upload:before{
    content: "\f0ee";
}
.type-block.gdicon-donation:before {
    content: url(../../images/icons/donation.png);
}
ul.list-inline li{
    float: left;
    margin: 0 5px;
    padding: 5px;
    font-size: 18px;
    border-bottom: 2px solid #405d9a;
    color: #405d9a;
    cursor: pointer;
}
ul.list-inline:after,.block-title:after,.gdfrm_content:after{
    content: '';
    display: block;
    clear: both;
}
.block-title{
    color: #303030;
    font-family: Nunito;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.one-third{
    width: 33.3%;
    float: left;
}
.two-third{
    width: 66.6%;
    float: left;
}
.one-fourth{
    width: 25%;
    float: left;
}
.three-fourth{
    width: 75%;
    float: left;
}
.one-fifth{
    width: 20%;
    float: left;
}
.four-fifth{
    width: 80%;
    float: left;
}
img{
    max-width: 100%;
}
.left-col{
    width: 700px;
    float: left;
}
.right-col{
    width: 700px;
    float: right;
}
.right-col::-webkit-scrollbar { width: 0 !important }
.right-col { -ms-overflow-style: none; }
.right-col { overflow: -moz-scrollbars-none; }

.left-col .field-block .fa-trash-o{
    position: absolute;
    right: 70px;
}
.left-col .field-block .fa-clone{
    position: absolute;
    right: 120px;
}

div.field-block.hasError{
    border: 1px solid red;
}
/* right column edit field */
.notice{
    padding: 5px;
    border: 1px solid red;
}
.settings-block:after{
    content: '';
    clear: both;
    display: block;
}
.settings-block{
    /*border: 2px solid #e9ebf3;*/
    padding: 0 15px;
    width: 100%;
    display: none;
    background: #fff;
}

.settings-block.pro_option:after {

}

.pro_option_notifi {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background: linear-gradient(rgba(94,204,244,0.9), rgba(79,109,180,0.8));
    padding-top:30%;
    box-sizing:border-box;
    text-align:center;

}

.pro_option_notifi p {
    font-size:20px;
    color:#fff;
}

.pro_option_notifi p.small_error {
    font-size:16px;
    color: #ff0e1b;
    margin-top: -20px;
    margin-bottom:40px;
}

.pro_option_notifi .gd-button {
    height: auto;
    padding: 15px 40px 15px 40px;
    border-radius: 31px;
    background-color: #2e5aef;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.pro_option_notifi .gd-button:hover {
    background: #1548f5;
    color: #fff;
    text-decoration: none;
}

.setting-title{
    color: #5f7df5;
    font-family: Nunito;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.setting-row{
    margin-bottom: 20px;
}
.setting-row label{
    color: #303030;
    font-family: Nunito Semibold;
    font-size: 16px;
    margin-bottom: 4px;
    display: inline-block;
    margin-right: 15px;
}
.setting-row select{
    line-height: 1;
    vertical-align: inherit;
    height: 27px;
}

.setting-row input[type=text], .setting-row input[type=search],.setting-row input[type=tel],
.setting-rowinput[type=time], .setting-row input[type=url], .setting-row input[type=week], .setting-row input[type=password],
.setting-row input[type=color], .setting-row input[type=date], .setting-row input[type=datetime],
.setting-row input[type=datetime-local], .setting-row input[type=email], .setting-row input[type=month], .setting-row input[type=number],
.setting-row select, .setting-row textarea{
    width: 100%;
    background: #f3f4f8;
    color: #303030;
    font-family: Nunito Semibold;
    border-radius: 4px;
    border: 1px solid #e9ebf3;
    box-shadow: none;
}

.setting-row input[type=text].checkbox-option{
    width: 44%;
}
.setting-row i{
    width: 4%;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
}
.setting-row .option-image{
    margin-top: 15px;
}
.setting-row .option-image i{
    width: auto;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 200;
    margin: 0;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 20px;
}
.setting-row .option-image i:hover{
    color: #ae332a;
}
.setting-row .option-image .four-fifth>.gdfrm-fullwidth{
    padding-left: 20px;
    margin-bottom: 10px;
}
.setting-row .option-image label{
    margin-bottom: 0;
}
.setting-row i.nowidth{
    width: auto;
    margin-left: 0;
}
.setting-help-text{
    height: 70px;
}
.gdfrm-import-options,
.gdfrm-add-option,
.gdfrm-remove-option{
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    color: #45bf3f;
    border: 1px solid #45bf3f;
}
.gdfrm-import-options:hover,
.gdfrm-add-option:hover,
.gdfrm-remove-option:hover{
    background: #45bf3f;
    color: #fff;
}

.gdfrm-import-options:before,
.gdfrm-add-option:before{
    margin-right: 5px;
}

.setting-row.import-block{
    position: fixed;
    top: 40%;
    left: 35%;
    width: 30%;
    z-index: 10000;
    display: none;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px #666;
}
.setting-row.import-block textarea{
    height: 300px;
}
span.import-options{
    padding: 5px;
    cursor: pointer;
    color: #fff;
    background: #00b290;
}

span.cancel{
    padding: 5px;
    cursor: pointer;
    float: right;
    color: #fff;
    background: rgba(50,50,50,0.7);
}

.full-width{
    width: 100%;
}
.one-half{
    width: 49%!important;
    float: left;
}
.one-half:nth-child(even){
    float: right;
}
.select2{
    display: block;
    width: 100%!important;
    overflow-y: scroll;
}
.select2 .select2-selection{
    height: 100px!important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #aaa;
}


/* icons */

.gdicon:before,.gdicon:after{
    display: inline-block;
}
.gdicon.gdicon-plus:before{
    content: '';
    background: url('../../images/icons/plus.png') top center;
    height: 30px;
    width: 30px;
}
#add-new-field:hover i:before{
    content: '';
    background: url('../../images/icons/plus.png') bottom center;
    height: 30px;
    width: 30px;
}
.gdicon.gdicon-duplicate{
    position: absolute;
    right: 105px;
}
.gdicon.gdicon-duplicate:before{
    content: url('../../images/icons/duplicate.png');
}
.gdicon.gdicon-duplicate:hover:before{
    content: url('../../images/icons/duplicate-hover.png');
}
.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img{
    box-shadow: none;
}
.gdicon.gdicon-remove{
    position: absolute;
    right: 60px;
}
.gdicon.gdicon-remove:before{
    content: url('../../images/icons/remove.png');
}
.gdicon.gdicon-remove:hover:before{
    content: url('../../images/icons/remove-hover.png');
}

.gdicon.gdicon-setting{
    position: absolute;
    right: 15px;
}
.gdicon.gdicon-setting:before{
    content: url('../../images/icons/settings.png');
}
.gdicon.gdicon-setting:hover:before{
    content: url('../../images/icons/settings-hover.png');
}

.gdicon.gdicon-eye:before{
    content: url('../../images/icons/eye.png');
}
.gdicon.gdicon-eye:hover:before{
    content: url('../../images/icons/eye-hover.png');
}

.gdicon.gdicon-text:before{
    content: url('../../images/icons/text.png');
}
.gdicon.gdicon-email:before{
    content: url('../../images/icons/email.png');
}
.gdicon.gdicon-number:before{
    content: url('../../images/icons/number.png');
}
.gdicon.gdicon-imageselect:before{
    content: url('../../images/icons/imageselect.png');
}
.gdicon.gdicon-textarea:before{
    content: url('../../images/icons/message.png');
}
.gdicon.gdicon-checkbox:before{
    content: url('../../images/icons/checkbox.png');
}
.gdicon.gdicon-radio:before{
    content: url('../../images/icons/radio.png');
}
.gdicon.gdicon-html:before{
    content: url('../../images/icons/html.png');
}
.gdicon.gdicon-date:before{
    content: url('../../images/icons/date.png');
}
.gdicon.gdicon-map:before{
    content: url('../../images/icons/city.png');
}
.gdicon.gdicon-selectbox:before{
    content: url('../../images/icons/selectbox.png');
}
.gdicon.gdicon-recaptcha:before{
    content: url('../../images/icons/recaptcha.png');
}
.gdicon.gdicon-captcha:before{
    content: url('../../images/icons/recaptcha.png');
}
.gdicon.gdicon-logo:before{
    content: url('../../images/icons/logo.png');
    position: absolute;
    z-index: 20;
    top: -10px;
}
.gdicon.gdicon-phone:before{
    content: url('../../images/icons/phone.png');
}
.gdicon.gdicon-address:before{
    content: url('../../images/icons/address.png');
}
.gdicon.gdicon-upload:before{
    content: url('../../images/icons/upload.png');
}
.gdicon.gdicon-submit:before{
    content: url('../../images/icons/buttons.png');
}
.gdicon.gdicon-password:before{
    content: url('../../images/icons/password.png');
}


/*checkbox style*/
input.switch-checkbox{
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}
span.checkbox-label {
    display: inline-block;
    margin-right: 10px;
}
span.switch {
    cursor: pointer;
    width: 56px;
    height: 30px;
    background: #d4d4d4;
    display: inline-flex;
    border-radius: 100px;
    position: relative;
    top:10px;
}

span.switch:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

input:checked + span.switch {
    /*background: #23c58a;*/
    background: #45bf3f;
}

input:checked + span.switch:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

/*span.switch:active:after {*/
/*width: 130px;*/
/*}*/

#type-blocks-list .gdicon-checkbox:after,
#type-blocks-list .gdicon-radio:after,
#type-blocks-list .gdicon-selectbox:after{
    content: "\f155";
    color: #00a0d2;
    float: right;
    font-family: fontawesome;
}

.setting-row.pro-feature,
#form-payment{
    pointer-events: none;
    opacity: 0.6;
}
.setting-row.pro-feature:after,
td.pro-feature:after{
    content: '(Pro Feature)';
    display: inline-block;
    color: red;
    font-weight: 500;
    font-size: 12px;
    top: 6px;
    position: relative;
    font-style: italic;
}
td.pro-feature:after{
    top:-2px;
    font-style: normal;
}

/* form settings page */
.gdfrm_edit_form_settings_container .gdfrm_content,
.gdfrm_edit_form_container .gdfrm_content{
    background: #f3f4f8;
    overflow-x: hidden;
}
td.form-shortcode{
    font-size: 12px;
    font-weight: 500;
}
.gdfrm_edit_form_settings_container .gdfrm_content td span.switch{
    top:0;
}
.gdfrm_edit_form_settings_container .gdfrm_content td{
    font-size: 20px;
    color: #777777;
    font-family:Nunito;
    padding: 10px 20px;
    background: #fff;
}
.gdfrm_edit_form_settings_container .gdfrm_content td:nth-child(3n+2){
    padding: 10px 100px 10px 30px;
}
td .gdicon.gdicon-setting,
td .gdicon.gdicon-remove,
td .gdicon.gdicon-duplicate{
    position: static;
    cursor: pointer;
}
td .gdicon.gdicon-setting:before,
td .gdicon.gdicon-setting:hover:before{
    content: url(../../images/icons/setting-small.png);
}
td .gdicon.gdicon-duplicate:before,
td .gdicon.gdicon-duplicate:hover:before{
    content: url(../../images/icons/duplicate-small.png);
}
td .gdicon.gdicon-remove:before,
td .gdicon.gdicon-remove:hover:before{
    content: url(../../images/icons/remove-small.png);
}
td .gdicon.gdicon-eye:before,
td .gdicon.gdicon-eye:hover:before{
    content: url(../../images/icons/eye-small.png);
}
.gdfrm_edit_form_settings_container .gdfrm_content .right-col>div{
    /*position: absolute;*/
    /*top:0;*/
    display: none;
}
.gdfrm-green-button{
    font-size: 11px;
    border: 2px solid #d4d4d4;
    border-radius: 34px;
    /*color: #23c58a;*/
    color: #45bf3f;
    width: 56px;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
}
.gdfrm_edit_form_settings_container .right-col,
.gdfrm_edit_form_container .right-col
{
    position: relative;
    right: -765px;
}
.whitebg{
    background: #fff;
    padding: 30px;
}
.gdfrm_edit_form_settings_container .left-col,
.gdfrm_edit_form_container .left-col{
    width: 50%;
    text-align: center;
    padding: 60px 0;
    left: 25%;
}
.gdfrm_edit_form_settings_container .left-col table,
.gdfrm_edit_form_container .left-col>div{
    margin: auto;
    display: inline-block;
}
#wpfooter{
    display: none;
}

#action-onsubmit-settings .action-onsubmit{
    display: none;
}
#action-onsubmit-settings .action-onsubmit.visible{
    display: block;
}
span.add-options{
    display: inline-block;
    padding: 5px 5px;
    border: 1px solid #777;
    border-radius: 5px;
    color: #777;
    font-weight: 500;
    cursor: pointer;
}
span.add-options i{
    margin-left: 0;
    width: auto;
}
span.add-options:hover{
    color: #5f7df5;
}


.gdfrmFixed{
    position: fixed!important;
    top:32px;
}
.tobefixed{
    padding: 30px 30px;
    background: #fff;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: visible;
}
.tobefixed::-webkit-scrollbar {
    width: .5em;
}

.tobefixed::-webkit-scrollbar-track {
}

.tobefixed::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius:50px;
}
.loading{
    /*position: absolute;
    right: 10px;*/
    float:right;
    /*height: 100%;*/
    /*top: 0;*/
    text-align: center;
    /*line-height: 40px;*/
    color: #999;
}
span.hide-rightcol,span.add-field-rightcol{
    position: absolute;
    top: 55px;
    left: -30px;
    text-align: center;
    width: 29px;
    font-size: 25px;
    background: rgba(204, 204, 204, 0.43);
    padding: 5px 5px 3px 5px;
    color: #999;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}

span.add-field-rightcol{
    top: 110px;
}
/* forms list page */
.form-actions a,
.theme-actions a{
    font-size: 20px;
}
.form-actions a i,
.theme-actions a i{
    margin-right: 10px;
}
.gdfrm-list-header {
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    padding-top:40px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
}
.gdfrm-list-header:after,
.option-image:after{
    content: '';
    display: block;
    clear: both;
}

.gdfrm-list-header h1 {
    float:left;
}

.gdfrm-list-header .error,
#wpbody-content > .error {display:none !important;}

input.search{
    border-radius: 4px;
    border: 1px solid #e8eaef;
    background-color: #ffffff;
    padding: 7px;
    font-size: 16px;
    background: url(../../images/icons/search.png) no-repeat right 10px center;
    float: right;
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #fff;
    background: #eff2fe;
    font-weight: normal;
    color: #5f7df5;
}

.ui-state-default.ui-state-hover{
    border: 1px solid #5f7df5;
}
.ui-datepicker-today .ui-state-default{
    border: 1px solid #45bf3f;
    background: #e9f9f3;
    font-weight: normal;
    color: #45bf3f;
}
.ui-datepicker .ui-datepicker-header{
    background: #fff;
}
.description{
    font-size: 12px;
    color: #666;
    font-style: italic;
}
.description b{
    font-weight: 600;
}

.setting-row .description{
    margin-top: 10px;
    margin-bottom: 10px;
}
.readonly,.readonly input{
    pointer-events: none;
    opacity: 0.5;
}

.buttons a{
    margin: 5px 2px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #999;
}
.buttons a.current-page{
    color: #5f7df5;
    pointer-events: none;
    font-family: Nunito Bold;
}
.buttons a.next,
.buttons a.prev{
    font-size: 12px;
    color: #b4b9be;
}

.widefat th input{
    margin: 0;
}

.use_another_shortcode {
    display: block;
    color: #5f7df5;
    font-weight: bold;
}

.disabled{
    pointer-events: none;
    opacity: 0.5;
}
.gdfrm-preview:after{
    content: url('../../images/icons/preview.png');
    display: inline-block;
    position: relative;
    left: 5px;
    top: 5px;
}

.gdfrm_form_templates_container .gdfrm_content{
    padding-top: 50px;
}

.popup{
    display: none;
}
#shortcode-popup{
    position: absolute;
    top: 30px;
    left: -170px;
    background: #f0f0f0;
    padding: 10px 10px 45px;
    box-shadow: 0px 0px 15px #a1a4a5;
    z-index: 200;
    width: 500px;
    font-size: 16px;
    color: #777777;
    border-radius: 5px;
    border: 3px solid #fff;
}

#shortcode-popup::before {
    content:'▲';
    font-size:20px;
    color:#f0f0f0;
    position:absolute;
    top:-17px;
    left:40%;
}


#shortcode-popup i{
    cursor: pointer;
}
#shortcode-popup span {
    display:block;
    color: #56acdd;
    -webkit-user-select: all;  /* Chrome 49+ */
    -moz-user-select: all;     /* Firefox 43+ */
    -ms-user-select: all;      /* No support yet */
    user-select: all;          /* Likely future */
}
#shortcode-popup p{
    background: #f0f0f0;
    padding: 7px;
    margin: 0;
}
#shortcode-popup p:first-of-type{
    margin-top: 20px;
}
@media all and (max-width: 1650px){
    .right-col{
        width: 500px;
    }
    div.type-block:nth-child(3n+1) {
        margin-right: 15px;
    }
    div.type-block:nth-child(2n+1){
        margin-right: 0;
    }
}
@media all and (max-width: 1400px){
    div.field-block{
        width: 450px;
    }
}
@media all and (max-width: 1250px){
    div.field-block{
        width: 300px;
    }
    div.type-block,div.type-block:nth-child(3n+1){
        width: 49%;
        margin-right: 2%;
    }
    div.type-block:nth-child(2n+1){
        margin-right: 0;
    }
    .right-col{
        width: 45%;
    }
}

@media all and (max-width: 1000px){
    div.type-block, div.type-block:nth-child(3n+1){
        width: 100%;
        margin-right: 0;
    }
}