.post-type-swiper_js_slides .swiperjsSection {
    box-sizing: border-box;
    position  : relative;
    margin    : 0;
    border    : 0;
    background: #fcfcfc;
    width     : 100%;
    display   : table;
}

.post-type-swiper_js_slides .swiperjsSection h1 {
    font-size: 30px;
    margin   : 0;
    padding  : 0;
}

.post-type-swiper_js_slides .swiperjsSection .tabSec {
    display: none;
}

.post-type-swiper_js_slides .swiperjsSection .tabSec h3 {
    border-bottom : 1px solid #eeeeee;
    padding       : 10px 15px;
    margin        : 0;
    font-size     : 14px;
}

.post-type-swiper_js_slides .swiperjsSection .rightSide table {
    width          : 100%;
    border         : 0;
    border-collapse: collapse;
}

.post-type-swiper_js_slides .swiperjsSection .rightSide table tr:nth-child(even) td {
    background: #ffffff;
}

.post-type-swiper_js_slides .swiperjsSection .rightSide table td {
    width        : 20%;
    padding      : 10px 15px;
    border-bottom: 1px solid #eeeeee;
    min-width    : 130px;
}

.post-type-swiper_js_slides .swiperjsSection .rightSide table td ul {
    margin-bottom: 0;
}

.post-type-swiper_js_slides .swiperjsSection .rightSide table td+td {
    width      : 80%;
    border-left: 1px solid #eeeeee;
}

.post-type-swiper_js_slides .swiperjsSection .rightSide input[type="text"] {
    width: 100%;
}

.post-type-swiper_js_slides .swiperjsSection .rightSide td>label {
    display    : block;
    font-weight: 500;
}

.post-type-swiper_js_slides .swiperjsSection .rightSide span {
    font-size: 12px;
    display  : block;
    margin   : 0 0 5px 0;
    color    : #8c8c8c;
}

.post-type-swiper_js_slides .swiperjsSection .rightSide td ul li {
    display     : inline-block;
    margin-right: 10px;
}

.post-type-swiper_js_slides .swiperjsSection .rightSide td ul li input {
    margin-right: 5px;
}

.post-type-swiper_js_slides .swiperjsSection .hiddenData {
    position: relative;
}

.post-type-swiper_js_slides .swiperjsSection .hiddenData:after {
    content   : '';
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 0;
    bottom    : 0;
    background: rgba(247, 247, 247, 0.85);
    z-index   : 2;
}

.post-type-swiper_js_slides .swiperjsSection .hiddenData ::selection {
    background: transparent;
}

.post-type-swiper_js_slides .swiperjsSection .nav-tab-side {
    width         : 250px;
    margin        : 0;
    background    : #ffffff;
    border-right  : 1px solid #eeeeee;
    display       : table-cell;
    vertical-align: top;
    position      : relative;
}

.post-type-swiper_js_slides .swiperjsSection .nav-tab-side li {
    margin       : 0;
    border-bottom: 1px solid #eeeeee;
    outline      : none;
}

.post-type-swiper_js_slides .swiperjsSection .nav-tab-side li.active a,
.post-type-swiper_js_slides .swiperjsSection .nav-tab-side li:hover a {
    background: #eeeeee;
}

.post-type-swiper_js_slides .swiperjsSection .nav-tab-side li.active,
.post-type-swiper_js_slides .swiperjsSection .nav-tab-side li:hover {
    border-color: #eeeeee;
}

.post-type-swiper_js_slides .swiperjsSection .nav-tab-side li.active a:after {
    display: block;
}

.post-type-swiper_js_slides .swiperjsSection .nav-tab-side li:first-child {
    border-top: 0px;
}

.post-type-swiper_js_slides .swiperjsSection .nav-tab-side li a {
    display        : block;
    padding        : 10px 15px;
    background     : #ffffff;
    position       : relative;
    outline        : none;
    text-decoration: none;
    font-size      : 13px;
    text-transform : capitalize;
    letter-spacing : 0px;
    font-weight    : 500;
    color          : #1e70cd;
}

.post-type-swiper_js_slides .swiperjsSection .nav-tab-side li a:focus {
    box-shadow: none;
}

.post-type-swiper_js_slides .swiperjsSection .rightSide {
    display       : table-cell;
    vertical-align: top;
    padding       : 0;
}

.post-type-swiper_js_slides .swiperjsSection.wrap div.updated,
.post-type-swiper_js_slides .swiperjsSection.wrap .notice {
    margin: 5px -20px -19px;
}

.post-type-swiper_js_slides .gallery-form-table {
    width        : 100%;
    margin-bottom: 5px;
    overflow     : hidden;
}

.post-type-swiper_js_slides .gallery-form-table ul#gallery-metabox-list {
    margin   : 0;
    font-size: 0;
}

.post-type-swiper_js_slides .gallery-form-table ul#gallery-metabox-list li {
    display       : inline-block;
    vertical-align: top;
    border        : 1px solid #eeeeee;
    padding       : 5px;
    margin        : 3px 4px;
    background    : #ffffff;
    cursor        : move;
    width         : auto;
    float         : none;
    text-align    : center;
}

.post-type-swiper_js_slides .gallery-form-table ul#gallery-metabox-list li.ui-sortable-placeholder {
    min-height: 170px;
    border    : 3px dashed #cccccc;
    visibility: visible !important;
}

.post-type-swiper_js_slides .gallery-add span {
    margin: 4px 3px 0 -4px;
}

.post-type-swiper_js_slides .actionButtons {
    text-align: center;
    margin-top: 5px;
}

.post-type-swiper_js_slides .actionButtons .button {
    width : calc(50% - 4px);
    margin: 0 2px;
}

.post-type-swiper_js_slides .actionButtons .remove-image {
    background: rgba(170, 0, 0, 0.65);
    border    : 0;
    color     : #ffffff;
}

.post-type-swiper_js_slides .actionButtons .remove-image:hover {
    background: rgba(170, 0, 0, 0.75);
    color     : #ffffff;
}

.post-type-swiper_js_slides .actionButtons .remove-image .dashicons {
    vertical-align: middle;
}

.post-type-swiper_js_slides .actionButtons .button.change-image {
    border-color: #cdcdcd;
}

.post-type-swiper_js_slides #swiper-js-slider-settings .inside {
    margin : 0;
    padding: 0;
}

.post-type-swiper_js_slides .addfooter {
    position  : relative;
    padding   : 10px 10px 0;
    border-top: 1px solid #eeeeee;
    margin    : 10px -12px 0;
    text-align: right;
}

.post-type-swiper_js_slides .gallery-form-table .noDataFound {
    text-align: center;
    display   : none;
}

.post-type-swiper_js_slides .addfooter .removeAll {
    float           : left;
    background-color: #c85959;
    background      : rgba(170, 0, 0, 0.65);
    border          : 0;
    color           : #ffffff;
    line-height     : 30px;
}

.post-type-swiper_js_slides .addfooter .removeAll:hover,
.post-type-swiper_js_slides .addfooter .removeAll:focus {
    background: rgba(170, 0, 0, 0.75);
    color     : #ffffff;
}

.post-type-swiper_js_slides .addfooter .removeAll .dashicons {
    vertical-align: middle;
    font-size     : 18px;
}

.post-type-swiper_js_slides .footerRight {
    position  : relative;
    padding   : 10px;
    border-top: 1px solid #eeeeee;
    margin    : 0;
}

.post-type-swiper_js_slides .footerRight ul li {
    vertical-align: middle;
}

.post-type-swiper_js_slides .shortcodeWrap {
    padding   : 10px;
    border    : 1px solid #ececec;
    margin    : 10px 0 0;
    background: rgba(238, 238, 238, 0.42)
}

.post-type-swiper_js_slides .shortcodeWrap h4 {
    margin     : 0 0 6px 0;
    font-size  : 12px;
    font-weight: 500;
}

.post-type-swiper_js_slides .shortcodeWrap input {
    font-size  : 12px;
    font-weight: 500;
    padding    : 5px;
}

.post-type-swiper_js_slides .shortcodeWrap .copyData {
    display   : block;
    text-align: right;
    font-size : 11px;
    margin    : 5px 0 0 0;
}

.post-type-swiper_js_slides .saveAll .dashicons {
    vertical-align: middle;
    font-size     : 16px;
    margin        : 2px 1px 0 0;
}

.post-type-swiper_js_slides #poststuff .stuffbox>h3,
.post-type-swiper_js_slides #poststuff h2,
.post-type-swiper_js_slides #poststuff h3.hndle {
    background: #1e70cd;
    color     : #ffffff;
}

.post-type-swiper_js_slides .accordion-section-title:after,
.post-type-swiper_js_slides .handlediv,
.item-edit,
.post-type-swiper_js_slides .postbox .handlediv.button-link,
.post-type-swiper_js_slides .toggle-indicator {
    color: #ffffff;
}

.post-type-swiper_js_slides.wp-core-ui .button-primary {
    background: #1e70cd;
}

.post-type-swiper_js_slides .shortcode.column-shortcode .copyData {
    display   : block;
    text-align: left;
    font-size : 11px;
    margin    : 5px 0 0 0;
}

.post-type-swiper_js_slides .column-image {
    width: 85px !important;
}

.post-type-swiper_js_slides .column-image .imgCount {
    display      : block;
    text-align   : center;
    border       : 0;
    border-bottom: 0;
    background   : #1f73d2;
    font-size    : 11px;
    font-weight  : 600;
    color        : #ffffff;
    padding      : 2px 0;
}

.post-type-swiper_js_slides .column-image img {
    width  : 100%;
    display: inherit;
}

.post-type-swiper_js_slides .widefat td,
.post-type-swiper_js_slides .widefat td ol,
.post-type-swiper_js_slides .widefat td p,
.post-type-swiper_js_slides .widefat td ul {
    vertical-align: middle;
}

.post-type-swiper_js_slides .searchHead {
    position     : relative;
    padding      : 10px;
    border-bottom: 1px solid #eeeeee;
    margin       : 0;
}

.post-type-swiper_js_slides .dtbl {
    display: table;
    width  : 100%;
    margin : 0;
}

.post-type-swiper_js_slides .dtbl li {
    display: table-cell;
}

.post-type-swiper_js_slides .searchHead .searchFilter {
    text-align: right;
}

.post-type-swiper_js_slides .searchHead .searchFilter input {
    padding  : 5px 10px;
    min-width: 300px;
}

.post-type-swiper_js_slides .hidden {
    display: none;
}

.post-type-swiper_js_slides .text-right {
    text-align: right;
}

.post-type-swiper_js_slides.wp-core-ui .button.addShortCode {
    background : #1e70cd;
    color      : #ffffff;
    border     : 0;
    line-height: 27px;
}

.post-type-swiper_js_slides.wp-core-ui .button.addShortCode img {
    margin : -2px 2px 0 0;
    padding: 0;
}