/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
#poststuff h2, #poststuff h3.hndle {
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: -1px;
    padding-bottom: 0;
}

#poststuff .form-table th{
    font-weight: 600;
    text-align: left;
    padding: 5px;
}
.inside th{
    font-weight: 400;
    text-align: right;
    vertical-align: top;
    padding-top: 8px;
}
#poststuff .inside .form-table td{
    width: 80% !important;
}

#poststuff .inside .form-table td p.description{
    margin-top: 0;
}
.inside td {
    margin: 5px;
    padding: 5px;
    width: 70% !important;
} 
.inside table {
    border: none;
    width: 100%;
} 
.inside input[type="text"].custom-input, 
.inside input[type="email"].custom-input, 
.inside input[type="url"].custom-input {
    width: 100%;
}
.nav-tab-wrapper, .wrap h2.nav-tab-wrapper, h1.nav-tab-wrapper{
    border-bottom: 0;
}
 
 
.nav-tab{
    color: #000;
    min-width: 65px;
    text-align: center;
    background: #cccccc;
}
.nav-tab:hover,
.nav-tab-active {
    border-bottom: 0;
    background: #f1f1f1; 
}
.group h2{
    display: none;
} 
span.support{
    padding: 0 12px;
    font-style: italic;
}
.inside .metabox-holder {
    border-top: 1px solid #ccc;
}
#post-body code{
    display: block !important;
    padding: 10px !important;
}
 
#sab_user_container{
    background: #fcfcfc;
    padding: 25px;
    margin-top: 20px;
}

/* Current Profile Image Styles */
#current_img{
    position: relative;
    width: 160px;
    height: auto;
    text-align: right;
    margin-bottom: 10px;
}

.sab_user_user_current_img{
    display: block;
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: auto;
    padding: 4px;
    background: #fefefe;
    border: 1px solid #e5e5e5;
}

.sab_user_user_current_img.placeholder{
    width: 1px;
    height: 1px;
    border: 0;
    background: transparent;
}

.edit_options{
    display: block;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 160px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
}
.edit_options .remove_img, .edit_options .edit_img{
    float: left;
    position: relative;
    color: #444;
    font-size: 13px;
    width: 50%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.edit_options span{
    display: block;
    position: relative;
    top: 50%;
    margin-top: -10px;
}

.edit_options .remove_img{
    color: #fff;
    background-color: rgb(214, 14, 14);
    background-color: rgba(214, 14, 14, 0.50);
}

.edit_options.single .remove_img{
    width: 100%;
}

.edit_options .remove_img:hover, .edit_options .remove_img:focus{
    background-color: #ff0000;
    background-color: rgba(214, 14, 14, 0.75);
}

.edit_options .edit_img{
    color: #fff;
    background-color: rgb(50, 50, 50);
    background-color: rgba(50, 50, 50, 0.50);
}

.edit_options .edit_img:hover, .edit_options .edit_img:focus{
    background-color: rgb(25, 25, 25);
    background-color: rgba(50, 50, 50, 0.75);
}

/* Radio Button Styles */
#smart_author_boxoptions{
    margin-bottom: 10px;
}

#sab_user_external{
    display: none;
}
#sab_user_container .form-table th span{
    font-weight: 300;
    font-size: 13px;
    font-style: italic;
    padding-top: 10px;
    display: block;
}