.nav-tab{
    cursor: pointer;
}
.page_options .spinner {
    background: url(/wp-admin/images/wpspin_light-2x.gif) no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    display: inline-block;
    visibility: hidden;
    float:none;
    vertical-align: middle;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 20px;
    height: 20px;
    margin: -2px 10px 0;
}
.save_success{
    color: #093;
}
.save_error{
    color: #b72020;
}
.page_options table{
    margin-bottom: 30px;
}
.page_options table td {
    width: 100%;
    white-space: nowrap;
    margin-right: 50px;
}
.page_options input[type="text"]{
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
    width: 20%;
}
.page_options textarea{
    width: 20%;
}
.page_options .title{
    width: 16%;
    vertical-align: top;
}
.page_options .title h4{
    margin-top: 0;
}
.page_options .divider{
    border-bottom: 1px solid #ddd;
}
.module_select{
    display: block;
}
.input_field{
    display: block;
}
.input_field label{
    width: 12%;
    vertical-align: top;
    display: inline-block;
}
.hidden{
    display: none;
}
th.plugin-name {
    writing-mode: vertical-lr;
    transform: translateX(100%) translateY(0) rotate(220deg);
    position: sticky;
    top: 0;
	text-align: left;
    vertical-align: middle;
}
th.plo-v-head {
    width: auto;
    display: block;
}
tr.page-list {
    border-bottom: 1px solid #c9c9c9;
}
tr.table-head.plugins {
    position: relative;
}

/* Switcher */
.plo-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.plo-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}
.plo-switch span.slider.round,.slider.round:before   {
    border-radius: 15px;
}
td {
    border-right: 1px solid #9999;
}