/*--------------------------------------
PAGE
---------------------------------------*/
.wrap .add-new-h2,
.wrap .page-title-action {
    margin-left: 1rem;
    padding: 4px 8px;
    position: relative;
    top: -1px;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    background: #00BCD4;
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
}

.wrap .add-new-h2:hover,
.wrap .add-new-h2:active,
.wrap .page-title-action:hover,
.wrap .page-title-action:active {
    opacity:1;
    background: #34495e;
}


/*--------------------------------------
ARTICLE
---------------------------------------*/
#minor-publishing-actions {
    display: block;
    display: flex;
    position:relative;
    width: 100%;
    padding: 0;
    margin: 0 0 1rem;
}

#save-action {
    display: block;
    flex-shrink: 1;
}

#preview-action {
    display: block;
    flex-basis: 50%;
    flex-grow: 1;
}

input#save-post {
    display:inline-block;
    width:100%;
    border-radius:0;
    height: 40px;
    background-color: #05A3B7;
}

#save-action .spinner {
    position:absolute;
    width: 100%;
    height: 40px;
    float:none;
    right: 0;
    top: 0;
    margin: 0;
    background: url(spinner.gif) no-repeat #fff;
    background-position: center;
    opacity: 1;
    z-index: 99999999;
}

#minor-publishing-actions .preview {
    display: inline-block;
    position:relative;
    box-sizing:border-box;
    padding:0;
    width: 100%;
    height:40px;
    background-color: #00BCD4;
    font-size:0;
    margin:0;
    border-radius:0;
}

#minor-publishing-actions .preview::before {
    display:block;
    position:absolute;
    width:100%;
    height:40px;
    font-family: dashicons;
    font-size:1.4rem;
    line-height:40px;
    content: "\f472";
    color:#fff;
    text-align:center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.misc-pub-section {
    padding:0.6rem 1rem;
}

#misc-publishing-actions {
    padding: 0;
    font-size:0.8rem;
    margin: 0 0 1rem;
}


#major-publishing-actions {
    display:block;
    padding:0;
    width:100%;
    border: none;
}

#delete-action {
    display: inline-block;
    position:relative;
    box-sizing:border-box;
    padding:0;
    width: 100px;
    height:40px;
    background-color: #FF5722;
    font-size:0;
    margin:0;
}

#delete-action::before {
    display:block;
    position:absolute;
    width:100%;
    height:40px;
    font-family: dashicons;
    font-size:1.4rem;
    line-height:40px;
    content: "\f182";
    color:#fff;
    text-align:center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#publishing-action {
    display:inline-block;
    width:calc(100% - 100px);
    float: none;
    height:40px;
}

input#publish {
    width:100%;
    border-radius:0;
    height: 40px;
}

#publishing-action .spinner {
    position:absolute;
    width: 100%;
    height: 40px;
    float:none;
    right: 0;
    bottom: 0;
    margin: 0;
    background: url(spinner.gif) no-repeat #fff;
    background-position: center;
    opacity: 1;
    z-index: 99999999;
}

#edit-slug-box #edit-slug-buttons {
    margin-left:1rem;
}

#edit-slug-box #edit-slug-buttons .button {
    background-color: transparent;
    color: #FF5722;
    text-shadow: none;
}

#poststuff .inside {
    padding-bottom:1rem;
}


/*--------------------------------------
ARTICLE CATEGORY TABS
---------------------------------------*/
#categorydiv .inside {
    padding:0;
}

.categorydiv div.tabs-panel,
.customlinkdiv div.tabs-panel,
.posttypediv div.tabs-panel,
.taxonomydiv div.tabs-panel,
.wp-tab-panel {
    min-height: 80px;
    max-height: 200px;
    overflow: auto;
    margin: 0 1rem;
    border: none;
}

.wp-tab-active,
ul.add-menu-item-tabs li.tabs,
ul.category-tabs li.tabs {
    border:none;
    font-weight: 600;
    border-bottom: none;
}

ul.category-tabs {
    display: block;
    position: relative;
    margin: 0 1rem;
    border-bottom: solid 2px #78CAC2;
}

ul.category-tabs li {
    display: inline-block;
    position: relative;
    padding: 5px;
    border: none;
    font-size: 0.8rem;
    line-height: 0.8rem;
    margin: 0;
}


.taxonomy-add-new {
    display:block;
    box-sizing:border-box;
    width: 100%;
    padding: 8px;
    border-radius: 0;
    background-color: #FFC107;
    color: #fff;
    text-decoration:none;
    text-align: center;
    margin-bottom: 0;
}

.taxonomy-add-new:hover {
    color:#fff;
    background-color: #ECB50F;
}

.category-add {
    padding: 1rem;
    margin: 0;
    background-color: #F5F5F5;
}

.category-add .button {
    width:100%;
}

/*--------------------------------------
ARTICLE TAGS
---------------------------------------*/
.tagsdiv {
    display:block;
    width:100%;
}

.ajaxtag {
    display:block;
    position:relative;
    line-height: 1rem;
    margin:0;
    min-height: 30px;
}

.tagsdiv .newtag {
    max-width: 150px;
    margin: 0;
}

.tagsdiv .tagadd {
    padding: 0;
    width: 70px;
    height:35px;
    font-size:0.8rem;
    margin-left:10px;
}

#poststuff .tagsdiv .howto {
    display:block;
    position:relative;
    width:100%;
    text-align: left;
    font-size: 0.8rem;
    line-height: 1rem;
    margin: 1rem;
}

/*--------------------------------------
ARTICLE EDITOR
---------------------------------------*/
.mce-toolbar-grp {
    border: none!important;
    background: #F7F7F7!important;
}

.mce-toolbar .mce-ico {
    color: #607D8B!important;
}
