/*
* BASlider - Multipurpose Before After Slider
* Copyright 2013, Brainstorm Force,
* http://brainstormforce.com
*/

@charset "utf-8";

/*Common*/
.bas-admin-wrap,
.bas-admin-wrap * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bas-admin-wrap:before,
.bas-admin-wrap:after {
	content: "";
	display: table;
}
.bas-admin-wrap:after {
	clear: both;
}

.wrap.bas-admin-wrap {
	padding: 30px 50px 20px 25px;
	margin: 0;
	width: 100%;
	max-width: 1140px;
}
.bas-admin-wrap a {
	text-decoration: none;
}
.bas-admin-wrap a:active,
.bas-admin-wrap a:focus,
.bas-admin-wrap a:hover {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
.baslider-main-meta .postbox {
	border-radius: 0 0 4px 4px;
}
span#uploading {
	float: right;
	top: 7px;
	left: 10px;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
}
span#uploading img {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}

/*Page Title & Icon*/
.baslider-heading {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#icon-baslider {
	background: url('../icon-32.png') no-repeat;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.wrap.bas-admin-wrap h2 {
	font-size: 22px;
	font-weight: 400;
	padding: 0 10px;
	margin: 0;
	line-height: 26px;
	display: inline-block;
	width: calc(100% - 42px);
	vertical-align: top;
}

/*Call To Action - Shortcode & Button*/
.baslider-cta {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.baslider-cta-shortcode {
	width: 80%;
	display: inline-block;
	float: left;
}
.baslider-cta-shortcode h4 {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 14px;
	line-height: 30px;
}
.baslider-cta-shortcode input {
	box-shadow: none;
	border: none;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	color: inherit;
	outline: none !important;
	background: transparent;
	margin: 0;
	padding: 0;
	line-height: inherit;
}
.baslider-cta-shortcode input:active,
.baslider-cta-shortcode input:focus,
.baslider-cta-shortcode input:hover {
	box-shadow: none;
	border: none;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	color: inherit;
	outline: none !important;
	background: transparent;
}
.baslider-cta-button {
	width: 20%;
	display: inline-block;
}
.baslider-cta-button .button.button-large {
	float: right;
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
}

/*Meta Boxes - Common*/
.baslider-main-meta {
	width: 100%;
	display: block;
}
.baslider-main-meta .baslider-first-meta {
	max-width: 55%;
	width: 100%;
	display: inline-block;
	float: left;
	padding: 0 20px 0 0 !important;
	margin: 0 !important;
}
.baslider-main-meta .baslider-second-meta {
	max-width: 45%;
	width: 100%;
	display: inline-block;
	padding: 0 !important;
	margin: 0 !important;
}
.baslider-main-meta .postbox .inside {
	margin: 11px 0;
	padding: 0 20px;
	position: relative;
}
.baslider-first-meta h3,
.baslider-second-meta h3 {
	background: #FAFAFA;
	font-size: 14px;
	padding: 12px 20px;
	margin: 0;
	line-height: 1.4;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
}
.baslider-main-meta img {
	width: auto;
	max-width: 100%;
	display: block;
	border: 1px solid #e6e6e6;
}

/*First Meta Box*/
.baslider-first-meta h4 {
	font-size: 14px;
	padding: 7px 0;
	margin: 0;
	line-height: 1.4;
	color: #333;
}
.baslider-first-meta input {
	box-shadow: none;
	border: none;
	font-size: 12px;
	font-weight: normal;
	font-family: inherit;
	color: inherit;
	outline: none !important;
	background: transparent;
	margin: 0;
	padding: 0;
	line-height: 28px;
	width: 100%;
	font-style: italic;
}
.baslider-first-meta input:active,
.baslider-first-meta input:focus,
.baslider-first-meta input:hover {
	box-shadow: none;
	border: none;
	color: inherit;
	outline: none !important;
	background: transparent;
}
.baslider-first-meta tr.baslider-table-seperator {
	border-bottom: 1px solid #EFEFEF;
	display: inline-table;
	width: 100%;
	vertical-align: top;
	margin-bottom: 10px;
}
.baslider-first-meta .edit {
	text-align: center;
}

/*Second Meta Box*/
.baslider-second-meta .inside > p {
	color: #E25757;
	display: block;
	width: 100%;
}
.baslider-second-meta .set-uploader {
	width: 100%;
	display: block;
}
.baslider-second-meta .set-uploader table {
	text-align: left;
}
.baslider-second-meta .set-uploader table tbody {
	width: 100%;
	display: block;
}
.baslider-second-meta tr.baslider-second-seperator {
	border-bottom: 1px solid #F2F2F2;
	width: 100%;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.baslider-second-meta tr img {
	width: auto;
	max-height: 180px;
	margin: 15px 0 15px;
}



/*Add Slider Page*/
.wrap.bas-admin-wrap.bas-add-slider-page {
	max-width: 900px;
	width: 100%;
}
.bas-admin-wrap .row-title a:active,
.bas-admin-wrap .row-title a:focus,
.bas-admin-wrap .row-title a:hover {
	border: none;
	box-shadow: none;
}

/*Old Data*/
.form-table1 {
    background: red;
}

.imex {
    display: inline-block;
}

#message {
    margin: 14px 0;
}

.ba-button {
    min-width: 80px;
}

.ba-button-setting {
    width: 19px;
    height: 19px;
    background: url('../images/setting.png') no-repeat;
    background-position: -27px 0;
    float: right;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ba-button-setting:hover {
    background-position: 0 0;
}

.ba-setting-form th,  .ba-setting-form td {
    vertical-align: middle;
    padding: 5px !important;
}

#toplevel_page_baslider>ul {
    display: none !important;
}

.selected {
    background-color: #ccc;
    opacity: 1 !important;
}

#ba_type label {
    display: inline-block;
    cursor: pointer;
    line-height: 0;
    margin: 0 30px 0 0;
    opacity: 0.4;
}

#ba_type label:hover {
    background-color: #ccc;
}

#ba_type label img {
    padding: 0;
}

/*On Off Switch*/
.onoffswitch {
	position: relative;
	width: 95px;
	display: inline-block;
	float: left;
	margin-right: 15px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}
.rtl .onoffswitch,
[dir="rtl"] .onoffswitch {
	float: right;
}
.onoffswitch-checkbox {
	display: none !important;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 0px solid #999999;
	border-radius: 0px;
}
.onoffswitch-inner {
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}
.rtl .onoffswitch-inner,
[dir="rtl"] .onoffswitch-inner{
	margin: 0;
}
.rtl .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner,
[dir="rtl"] .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner{
	margin-right: -100%;
	margin-left:auto;
}
.onoffswitch-inner > div {
	float: left;
	position: relative;
	width: 50%;
	height: 24px;
	padding: 0;
	line-height: 24px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.onoffswitch-inner .onoffswitch-active {
	padding-left: 15px;
	background-color: #CCCCCC;
	color: #FFFFFF;
}
.onoffswitch-inner .onoffswitch-inactive {
	padding-right: 15px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	text-align: right;
}
.onoffswitch-switch {
	/*width: 50px;*/
	width:35px;
	margin: 0px;
	text-align: center;
	border: 0px solid #999999;
	border-radius: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.onoffswitch-active .onoffswitch-switch {
	background: #3F9CC7;
	left: 0;
}
.onoffswitch-inactive .onoffswitch-switch {
	background: #7D7D7D;
	right: 0;
}
.onoffswitch-active .onoffswitch-switch:before {
	content: " ";
	position: absolute;
	top: 0;
	/*left: 50px;*/
	left:35px;
	border-style: solid;
	border-color: #3F9CC7 transparent transparent #3F9CC7;
	/*border-width: 12px 8px;*/
	border-width: 15px;
}
.onoffswitch-inactive .onoffswitch-switch:before {
	content: " ";
	position: absolute;
	top: 0;
	/*right: 50px;*/
	right:35px;
	border-style: solid;
	border-color: transparent #7D7D7D #7D7D7D transparent;
	/*border-width: 12px 8px;*/
	border-width: 50px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display:none
}
.onoffswitch-switch {
    height: initial !important;
	color: white !important;
}

.icon-before-after {
    background: url(../icon-32.png) no-repeat center center !important;
    border: none !important;
    height: 32px;
}

.before_after>.wpb_element_wrapper {
    background: rgb(255, 255, 255) url(../icon-32.png) no-repeat 10px center !important;
    padding: 10px 10px 10px 50px !important;
}

#ba_select {
    width: 140px !important;
}