#toplevel_page_admauthoritybuilder ul li:nth-child(5) ,#toplevel_page_admauthoritybuilder ul li:nth-child(6) {
    display: none;
}
#ov_posts{
    width: 100%;
}
.wrapper .page-header .logo-head {
    float: left;
    display: inline-block;
}
.wrapper .page-header h1 {
    display: inline-block;
}

table, th, td {
    border: 0;
    text-align: center;
    font-size: 14px;
}

thead {
    background-color: #9D0000;
}
table.dataTable thead th{
    color:#ffffff;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 1px !important;
}
input[type=text]:focus, input[type=search]:focus, input[type=radio]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, select:focus, textarea:focus {
    border-color: #9D0000;
    -webkit-box-shadow: 0 0 2px rgba(229,126,42,0.8);
     -moz-box-shadow: 0 0 2px rgba(229,126,42,0.8);
    box-shadow: 0 0 2px rgba(229,125,41,0.8);
}

input[type=checkbox]:checked:before {
    color: #9D0000;
}
#ov_posts td , #ov_pages td {
    text-align: center;
}

.ov_part .btn-right .button{
    margin-top: 10px;
    float: right;
    margin-right: 40px;
}

.ovr_url{
    width: 98%;
}

.btn-right{
    height: 50px;
    
}

.section_head{
    padding: 10px;
    background: #ffffff;
}
.section_head h2 {
    color: #9D0000;
        margin: 0;
    line-height: 1.4;
    font-weight: 700;
}

.section_body {
    border-top: 1px solid #a0a5aa;
    padding: 10px 10px 10px 10px;
    background-color: #f7f7f7;
}
.section_footer{
    background-color: #e5e5e5;
}
.dataTables_wrapper .dataTables_length {
    margin: 15px;
}

.adm_overlay{
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 999999999999999;

}

#adm_overlay_content{
    position: absolute;
    width: 100%;
    z-index: 9999999999999;
    border: 2px solid red;
    background-color: #5F5F5F;
    bottom: 62px;
}
.wrapper {
    margin: 10px 20px 0 2px;
} 

.option-left {
    width: 24%;
    display: inline-block;
}

.option-right {
    width: 75%;
    display: inline-block;
}
.option-right input{
    width: 100% !important;
}
.wrapper .ov_part .button.adm-mainbtn {
    background: #9D0000;
    border-color: #9D0000 #d54e21 #b0411c;
    -webkit-box-shadow: 0 1px 0 #9D0000;
    box-shadow: 0 1px 0 #9D0000;
    color: #fcfcfc;
    text-decoration: none;
    text-shadow: 0 -1px 1px #9D0000, 1px 0 1px #9D0000, 0 1px 1px #9D0000, -1px 0 1px #9D0000;
    font-size: 13px;
    line-height: 26px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper .ov_part .button.adm-mainbtn:hover {
        color: #fcfcfc;
        text-shadow: 0 -1px 1px #9D0000, 1px 0 1px #9D0000, 0 1px 1px #9D0000, -1px 0 1px #9D0000;
        background: #e06238;
    }
.wrapper .ov_part a{
        color: #9D0000;#ov_posts{
    }
    

/*Responsive*/
@media only screen and (max-width : 768px) {

}