#wpcontent, 
#footer { 
    margin-left: 0px !important; 
}

#adminmenuback, 
#adminmenuwrap, 
#wpfooter { 
    display: none !important; 
}

/* ----- jQuery Select 2 Custom Style ----- */

.select2-drop-mask {
    z-index: 1009998;
}

.select2-drop {
    z-index: 1009999;
}

.select2-search {
    z-index: 10010000;
}

.select2-container {
    line-height: 30px;
}

.select2-container .select2-selection--single {
    
}

.select2-container ul {
    padding: 0;
    margin: 0;
}

.select2-container .select2-choice,
.select2-container .select2-choice:hover {
    padding: 0;
    box-shadow: none;
    text-decoration: none;
    margin: 0;
}

.select2-container .select2-choice {
    border-radius: 0;
    height: auto;
}

.select2-container .select2-choice .select2-chosen {
    padding: 3px 15px;
    height: auto;
}

.select2-results {
    padding: 0;
}

.select2-results .select2-result {
    margin: 0;
}

.select2-results .select2-result-label {
    padding: 10px 15px;
}

.select2-results .select2-highlighted {
    background: #333;
    color: #fff;
    border-radius: 0;
}

.select2-no-results {
    line-height: 30px;
}

/* ----- Magnific Popup Custom Style ----- */

.mfp-bg {
    background: #111;
    opacity: 0.6;
    z-index: 109995;
}

.mfp-wrap {
    z-index: 109996;
}

.mfp-content {
    z-index: 109997;
}

.mfp-close {
    box-shadow: none;
    background: none;
}

.mfp-close:active,
.mfp-close:hover,
.mfp-close:focus {
    background: none;
    box-shadow: none;
    text-decoration: none;
}

.mfp-close-btn-in .mfp-close,
.mfp-close-btn-in .mfp-close:hover {
    color: #333; 
}

.wpsc-settings-nav-tab-upgrade-modal {
    opacity: 0.5;
}

.wpsc-settings-nav-tab-upgrade-modal,
.wpsc-settings-nav-tab-upgrade-modal:focus,
.wpsc-settings-nav-tab-upgrade-modal:active {
    outline: none;
    border: 0;
}

.wpsc-shortcode-panel {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 650px;
    overflow: hidden;
    margin: 20px auto;
    font-size: 18px;
}

.wpsc-buider-navigation {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 16px 0;
}

.admin-bar .wpsc-buider-navigation {
    top: 32px;
}

.wpsc-buider-navigation-inner {
    padding: 0 20px;
}

.wpsc-builder-navigation-left {
    float: left;
    width: 12%;
}

.wpsc-builder-navigation-middle {
    float: left;
    width: 60%;
    text-align: center;
}

.wpsc-builder-navigation-right {
    float: right;
    width: 20%;
    text-align: right;
}

.wpsc-builder-navigation-left .button,
.wpsc-builder-navigation-right .button {
    outline: none;
    padding: 3px 12px;
    border-radius: 2px;
    height: 36px;
    font-weight: 400;
    font-size: 13px;
    border: 0;
}

.wpsc-shortcode-panel-inner {
    padding: 20px 30px;
}

.wpsc-shortcode-panel h3 {
    text-align: left;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.wpsc-shortcode-panel p {
    text-align: left;
    font-size: 16px;
}

.wpsc-shortcode-panel input.wpsc-builder-shortcode-field {
    width: 80%;
    min-height: 36px;
    padding: 2px 15px;
    border: 1px solid #bbb;
    border-radius: 2px;
}

.wpsc-builder-name {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}

.wpsc-builder-preview {
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    width: calc(100% - 300px);
    padding: 20px 0;
    background: #666;
}

.admin-bar .wpsc-builder-preview {
    top: 102px;
}

.wpsc-builder-preview-content {
    padding: 30px 30px;
    margin: 0 20px;
    background: #fff;
}

.wpsc-builder-sidebar {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    width: 300px;
    padding: 15px 0;
    overflow-y: scroll;
    background: #fff;
}

.admin-bar .wpsc-builder-sidebar {
    top: 102px;
}

.wpsc-builder-sidebar-inner {
    padding: 0 10px;
}

.wpsc-builder-option-group {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.wpsc-builder-option-group:last-child {
    border: none;
}

.wpsc-builder-option-heading {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
}

.wpsc-builder-option-heading button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}

.wpsc-builder-option-heading button .wpsc-builder-option-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    right: 0;
    background: url('../images/chevron-down.png') no-repeat center;
}

.wpsc-builder-option-heading button.wpsc-builder-option-items-open .wpsc-builder-option-icon {
    background: url('../images/chevron-up.png') no-repeat center;
}

.wpsc-builder-option-items {
    
}

.wpsc-builder-option {
    margin-bottom: 20px;
}

.wpsc-builder-option-label {
    margin-bottom: 10px;
    font-weight: 400;
}

.wpsc-builder-option-field {
    margin-bottom: 10px;
}

.wpsc-builder-option-field input[type=text],
.wpsc-builder-option-field input[type=number] {
    width: 100%;
    font-size: 13px;
    min-height: 36px;
    padding: 2px 15px;
    border: 1px solid #bbb;
    border-radius: 2px;
}

.wpsc-builder-option-field {
    position: relative;
}

.wpsc-builder-field-end-year {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    line-height: 36px;
}