.column-name .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px
}

.column-name .dashicons-clock {
    vertical-align: middle
}

.active-snippet .column-name > a {
    font-weight: 600
}

.column-priority input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    box-shadow: none;
    width: 4em
}

.column-priority input:disabled {
    color: inherit
}

.snippets .row-actions, .snippets .snippet-name {
    margin-left: 40px
}

.snippets .row-actions {
    position: relative;
    left: 0
}

.snippet-activation-switch {
    position: absolute;
    display: inline-block;
    margin-top: 5px;
    width: 30px;
    height: 17px;
    background-color: #ccc;
    transition: .4s;
}

.snippet-activation-switch:before {
    content: "";
    height: 13px;
    width: 13px;
    display: inline-block;
    margin: 1.5px 2px;
    background-color: #fff;
    transition: .4s, background-color 1s linear;
    border-radius: 50%;
}

.snippets .active-snippet .snippet-activation-switch:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.clear-filters {
    vertical-align: baseline
}

.snippets .badge {
    margin-left: 4px;
    padding: 3px 6px;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    background: #e0e0e0;
    font-size: smaller;
    line-height: 1.2
}

.rtl .snippets .badge {
    float: left
}

.clear-filters {
    vertical-align: bottom
}

.snippets td, .snippets th {
    color: #000
}

.snippets tr {
    background: #fff
}

.snippets .row-actions {
    color: #ddd
}

.snippets .clear-filters {
    vertical-align: middle
}

.snippets tfoot th {
    border-top: none !important
}

.snippets tfoot th.check-column {
    padding: 13px 0 0 3px
}

.snippets .inactive-snippet th.check-column, .snippets tfoot th.check-column, .snippets thead th.check-column {
    padding-left: 5px
}

.snippets .column-description p {
    color: #333
}

.snippets .inactive-snippet a {
    color: #579
}

.snippets .active-snippet td, .snippets .active-snippet th, .snippets .inactive-snippet td, .snippets .inactive-snippet th {
    padding: 10px 9px;
    border: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1)
}

.snippets .active-snippet td, .snippets .active-snippet th {
    background-color: rgba(120, 200, 230, .06)
}

.snippets .active-snippet th.check-column {
    border-left: 2px solid #2ea2cc
}

.snippets tr.active-snippet + tr.inactive-snippet td, .snippets tr.active-snippet + tr.inactive-snippet th {
    border-top: 1px solid rgba(0, 0, 0, .03);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .02), inset 0 -1px 0 #e1e1e1
}

.snippets #all-snippets-table a.delete:hover, .snippets #search-snippets-table a.delete:hover, .snippets a.delete:hover {
    border-bottom: 1px solid red;
    color: red
}

#wpbody-content .snippets .column-name {
    white-space: nowrap
}

@media screen and (max-width: 782px) {
    p.search-box {
        float: left;
        position: static;
        margin: 0;
        height: auto
    }
}

.snippets .snippet-activation-switch {
    background: #fff;
    border: 1px solid #b4b9be;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    width: 26px;
    height: 14px;
    margin-top: 2px;
}

.snippet-activation-switch:before {
    background: #999;
    border-radius: 0;
    width: 12px;
    height: 12px;
    margin: 1px;
}

.snippets .snippet-activation-switch.active-snippet:before {
    background: #68d555;
}