/**
 * @version 1.0
 * @package: Admin Panel
 * @category: Admin UI
 * @author wpdevelop
 *
 * @web-site https://oplugins.com/
 * @email info@oplugins.com 
 * 
 * @modified 2015-04-11
 */

/* Admin Content Pages */
.wpbm_page .wpbm_admin_page .wpbm_header_margin {
    height:10px;
}
/* Collapse & expand elements in settings meta boxes */
.wpbm_page .meta-box .postbox .handlediv {
    background: url("../../../../../../wp-admin/images/arrows.png") no-repeat scroll 5px -27px transparent;
}
.wpbm_page .meta-box .postbox.closed .handlediv {
    background-position:5px 10px;
}
.wpbm_page .meta-box .postbox .handlediv:hover {
    cursor: pointer !important;
}
.wpbm_page .meta-box .postbox .hndle:hover {
    cursor: default !important;
}

/* Settings Menuboxes */
.wpbm_settings_row.wpbm_settings_row_left {
    width:64%; 
    float:left;
    margin-right:1%;
}
.wpbm_settings_row.wpbm_settings_row_right {
    width:35%; 
    float:left;
}

/* Set  switched Meta Boxes size*/
.wpbm_settings_row.wpbm_settings_row_left_small {
    width:35%; 
}
.wpbm_settings_row.wpbm_settings_row_right_big {
    width:64%;
}
/* FixIn: 7.0.1.54 */
.wpbm_page input::-moz-placeholder,
.wpbm_page textarea::-moz-placeholder{
  color: #ccc;
  opacity: 1;
}
.wpbm_page input:-ms-input-placeholder,
.wpbm_page textarea:-ms-input-placeholder{
  color: #ccc;
}
.wpbm_page input::-webkit-input-placeholder,
.wpbm_page textarea::-webkit-input-placeholder{
  color: #ccc;
}

/* iPad mini and all iPhones  and other Mobile Devices */
@media (max-width: 782px) { 
    /* Settings Top TABS */
    .wpbm_page .wpbm_admin_page .metabox-holder .wpbm_settings_row {
        width:100%;
        float:none;
    }
    .wpbm_text_hide_mobile {
        display:none;
    }
}
