
.replacements-button, #enter-full-screen, #alt-body-trigger {
    display: inline-block;
    text-decoration: none;
}

#alt-body-trigger {
    margin-right: 10px;
}

/* Full Screen */
.full-screen #adminmenumain,
.full-screen #wpfooter,
.full-screen #wpadminbar{
    display: none;
}

.full-screen #wpcontent{
    margin: 0;
}

html.full-screen{
    padding: 0;
}

.full-screen .editor-header,
.iframed .editor-header {
    top: 0;
    left: 0;
    padding: 8px 8px 8px 8px;
    max-width: 100%;
}

/* END Full Screen */

#screen-meta-links{
    display: none;
}

#wpcontent {
    padding-left: 0 !important;
    box-sizing: border-box;
}

#wpfooter{
    display: none;
    /*background: #f1f1f1;*/
}

#poststuff {
    padding-top: 0;
    margin-top: 47px;
    background: #FFFFFF;
}

.button .dashicons {
    vertical-align: middle;
}

.header-wrap{
    width:100%;
}

.ui-resizable-handle:hover{
    background: #e5e5e5;
    opacity: 0.5;
}

.regular-text {
    width: 100% !important;
}

.html-view #poststuff #post-body.columns-2{
    margin-left: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

.html-view #postbox-container-1{
    display: none;
}

#poststuff #post-body.columns-2{
    margin-left: 400px;
    margin-right: 0 !important;
    border-left: 1px solid #e5e5e5;
}

#post-body.columns-2 #postbox-container-1 {
    float: left;
    margin-left: -400px;
    width: 399px;
}

#postbox-container-1 .postbox{
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}

#postbox-container-1 .postbox:last-child{
    border-bottom: none;
}

.editor-header{
    z-index: 999;
    top: 32px;
    left:0;
    box-sizing: border-box;
    position: fixed;
    height: 47px;
    padding: 8px 8px 8px 168px;
    background: #FFFFFF;
    border-bottom: 1px solid #e2e4e7;
    display: block;
    width: inherit;
}

.editor-header div{
    display: inline-block;
    vertical-align: top;
}

.editor-header .status-options{
    float: right;
}

.editor-header #title{
    border: none;
    width: 300px;
    font-size: 18px;
    box-shadow: none;
    /*margin-top: 10px;*/
    font-weight: 400;
    line-height: 1.6em;
    margin-right: 10px;
}

.editor-header #reporting input[type='text']{
    vertical-align: top;
    max-width: 100px;
}

#postbox-container-1 select{
    vertical-align: top;
    min-width: 180px;
}

.notice {
    margin: 0;
    border-bottom: 1px solid #e2e4e7;
}

#post-body-content, .edit-form-section {
     margin-bottom: 0;
}

/*.is-affixed .inner-wrapper-sticky {*/
    /*border-left: 1px solid #e2e4e7;*/
/*}*/

/* END NEW STUFF */

wpgh-toolbar{
    z-index: 9998;
    position: relative;
}

.active wpgh-toolbar hr {
    border-top: none;
    border-bottom-color: #FFF;
}

wpgh-toolbar hr{
    border-bottom-color: #555d66;
    width: 50%;
}

#from_user, #test_email{
    width: 100%;
}

select {
    vertical-align: top;
}

#titlediv #subject, #titlediv #pre_header {
    padding: 21px 11px;
    font-size: 21px;
    line-height: 100%;
    height: 1.7em;
    width: 100%;
    outline: 0;
    margin: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e2e4e7;
    background-color: #fff;
}

.wpgh-element div {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}

.wpgh-element p{
    margin: 0 0 5px 0;
}

.hndle label {
    margin: 0 10px 0 0;
}

.wpgh-element.ui-draggable-dragging .dashicons, #blocks .dashicons {
    font-size: 60px;
}

#blocks table {
    box-sizing: border-box;
    width: 100%;
    border-spacing: 7px;
}

#blocks table td {
    border: 1px solid #F1F1F1;
}

#blocks table td .wpgh-element, .wpgh-element p {
    text-align: center;
    cursor: move;
}

.wpgh-element.ui-draggable-dragging {
    font-size: 60px;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
}

select {
    vertical-align: top;
}

#email-content {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background-color: #FFFFFF;
    /*border-right: 1px solid #e2e4e7;*/
}

#email-body a:focus{
    box-shadow: none;
}

#email-body {
    min-height: 20px;
    overflow: auto;
}

#email-inside{
    padding: 10px;
}

#email-body ul {
    list-style-type: disc;
    margin-left: 2em;
}

#email-body h1 {
    font-weight: bold;
    padding: 0;
    margin: 0.67em 0 0.67em 0;
}

#email-body h2 {
    font-weight: bold;
    padding: 0;
    margin: 0.83em 0 0.83em 0;
}

#wpbody-content{
    padding-bottom: 0;
}

#editor{
    /*min-height: 80vh;*/
    /*max-height: 90vh;*/
}

#editor-panel .postbox {
    border: none;
    box-shadow: none;
}

[data-block="text"] .content-wrapper,
.text_block{
    padding: 5px;
}

[data-block="text"] p,
.text_block p{
    font-family: inherit;
    font-size: inherit;
    margin: 1em 0;
}

.content-wrapper {
    border: 2px solid transparent;
}

.active .content-wrapper {
    border: 2px solid #35afe6 !important;
}

.action-icons {
    display: none;
}

.active .action-icons .dashicons{
    background-color: #35afe6 !important;
    padding: 5px;
    border-radius: 50%;
}

.action-icons .dashicons:hover {
    cursor: pointer;
}

.active .action-icons .dashicons:hover {
    color: #ffffff;
}

.ui-sortable-helper .action-icons, .row:hover .action-icons {
    display: block;
    /* position: absolute; */
    right: 0;
    padding: 5px;
    margin-top: -40px;
    float: right;
    /* background-color: #EAEAEA; */
    /* text-align: center; */
    vertical-align: center;
}

.ui-sortable-helper .action-icons .dashicons, .row:hover .action-icons .dashicons{
    /*margin-top: 5px;*/
    background-color: #EAEAEA;
    padding: 5px;
    margin-left: 5px;
    border-radius: 50%;
}

.ui-sortable-helper .content-wrapper, .row:hover .content-wrapper {
    border: 2px dashed #EAEAEA;
    background-color: #FFF;
}

[contenteditable]:focus {
    outline: 0px solid transparent;
}

.sortable-placeholder {
    border-width: 2px;
}

.onoffswitch {
    position: relative; width: 106px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none !important;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #E3E3E3; border-radius: 3px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 27px; padding: 0; line-height: 23px;
    font-size: 14px; color: white;
    box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box;
}
.onoffswitch-inner:before {
    content: "Ready";
    padding-left: 10px;
    background-color: #FFFFFF; color: #000000;
}

.onoffswitch-inner:after {
    content: "Draft";
    padding-right: 10px;
    background-color: #FFFFFF; color: #666666;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 24px; margin: 0px;
    background: #f7f7f7;
    position: absolute; top: 0; bottom: 0;
    right: 82px;
    height: 26px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s ease-in 0s;
    border-radius: 3px;
    box-shadow: 0 1px 0 #ccc;
    border-color: #ccc;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #0085ba;
    box-shadow: 0 1px 0 #006799;
    border-color: #0073aa #006799 #006799;
}

#editor-toggle-switch .onoffswitch-inner:before {
    content: "HTML";
}

#editor-toggle-switch .onoffswitch-inner:after {
    content: "Visual";
}

.builder-icon{
    text-align: center;
}

.builder-icon img{
    width: 80%;
}

.form-table th {
    width: auto;
    max-width: 120px;
}

input, select, textarea{
    max-width: 100% !important;
}