/*! 
 * ************************************************
 * Uix Custom Metaboxes
 *
 * @version		: 2.2 (October 24, 2022))
 * @author 		: UIUX Lab
 * @author URI 	: https://uiux.cc
 * @license     : MIT
 *
 *************************************************
 */
/*
 * 1. Editor
 * 2. Basic
 * 3. Botton
 * 4. Radio
 * 5. Tabs
 * 6. Upload Media Control
 * 7. Toggle
 * 8. Custom Attributes
 * 9. Color Picker
 * 10. Date Picker
*/



/* 
 ---------------------------
 1. Editor
 ---------------------------
 */ 


.uix-slideshow-cmb__mce-editor {
    border: 1px solid #D3D3D3;
}

.uix-slideshow-cmb__mce-editor--multi {
    width: calc(100% - 20px);
}

.uix-slideshow-cmb__mce-editor div.mce-toolbar-grp {
    border-bottom: 1px solid #fff;
    background: #f9f9f9;
}

/* 
 ---------------------------
 2. Basic
 ---------------------------
 */ 
.uix-slideshow-cmb__wrapper {
	width: 99%;
	overflow: hidden;
}

.uix-slideshow-cmb__wrapper ::placeholder {
	color: #D2D2D2;
}


.uix-slideshow-cmb__wrapper input[type=color], 
.uix-slideshow-cmb__wrapper input[type=date], 
.uix-slideshow-cmb__wrapper input[type=datetime-local], 
.uix-slideshow-cmb__wrapper input[type=datetime], 
.uix-slideshow-cmb__wrapper input[type=email], 
.uix-slideshow-cmb__wrapper input[type=month], 
.uix-slideshow-cmb__wrapper input[type=number], 
.uix-slideshow-cmb__wrapper input[type=password], 
.uix-slideshow-cmb__wrapper input[type=search], 
.uix-slideshow-cmb__wrapper input[type=tel], 
.uix-slideshow-cmb__wrapper input[type=text], 
.uix-slideshow-cmb__wrapper input[type=time], 
.uix-slideshow-cmb__wrapper input[type=url], 
.uix-slideshow-cmb__wrapper input[type=week], 
.uix-slideshow-cmb__wrapper select, 
.uix-slideshow-cmb__wrapper textarea {
    border-color: #D3D3D3;
}



/* Use only one column as a separate module */
.uix-slideshow-cmb__wrapper--one-column {
    text-align: left;
    padding-left: 10px;
}


@media (max-width: 768px) {
    
    .uix-slideshow-cmb__wrapper--one-column {
        width: 98%;
    }
    
    .uix-slideshow-cmb__wrapper:not(.uix-slideshow-cmb__wrapper--one-column) {
        padding-left: 10px;
    }
}


/* -- */
.uix-slideshow-cmb__text--div {
	clear: both;
	width: 99%;
}



.uix-slideshow-cmb__text--div--toggle {
    position: relative;
    border: solid 1px #ddd;
    outline: 3px solid #f5f5f5;
    background-color: #fdfdfd;  
    overflow: hidden;
    margin-bottom: 15px;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;  
}

.uix-slideshow-cmb__text--div--toggle--child {
    margin-left:15px; 
    width: calc(100% - 23px);  
}



.uix-slideshow-cmb__text--div--toggle .uix-slideshow-cmb__custom-attributes-field__removebtn {
    right: 3px;
    top: 3px;
}

.uix-slideshow-cmb__text--div--toggle:hover {
    border-color: #333;
    outline-color: #7d7d7d;
}

.uix-slideshow-cmb__text--div--toggle:hover .uix-slideshow-cmb__text--div--toggle__trigger svg {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}


.uix-slideshow-cmb__text--div--toggle__trigger svg {
    vertical-align: middle;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    fill: #848484;
}

.uix-slideshow-cmb__text--div--toggle__trigger {
    text-decoration: none;
    display: block;
    padding: 5px;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    color: #848484;
}

.uix-slideshow-cmb__text--div--toggle__trigger.active {
    filter: alpha(opacity=30);  
    -moz-opacity: 0.3;   
    opacity: 0.3;
    border-bottom: 1px dotted #bdb8b8;
    background: #DCDCDC;

}

.uix-slideshow-cmb__text--div--toggle__trigger.active svg {
    width: 15px;
    height: 15px;
}

.uix-slideshow-cmb__text--div--toggle__trigger:hover {
    color: #23282d;
}

.uix-slideshow-cmb__text--div--toggle__div {
    display: none;
    padding: 15px 25px 15px 15px;
}

.uix-slideshow-cmb__text--div--toggle.active .uix-slideshow-cmb__text--div--toggle__div {
    display: block;
}



.uix-slideshow-cmb__text--p {
	color: #626262;
	font-weight: 600;
	display: block;
	float: left;
	border-right: 1px solid #E9E9E9;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.uix-slideshow-cmb__text--row {
	color: #626262;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	position: relative;
}


body.uix-slideshow-cmb__bodyclass #side-sortables .uix-slideshow-cmb__text--p {
	float: none;
	width: 100%;
	border-right: none;
}

body.uix-slideshow-cmb__bodyclass #side-sortables .uix-slideshow-cmb__text--p input {
	width: 190px !important;
}

body.uix-slideshow-cmb__bodyclass #side-sortables .uix-slideshow-cmb__text--p:first-child input {
	width: 150px !important;
}


body.uix-slideshow-cmb__bodyclass #side-sortables .uix-slideshow-cmb__text--div {
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.uix-slideshow-cmb__text--p {
		float: none;
		width: 100%;
		border-right: none;
	}

	.uix-slideshow-cmb__text--p input {
		width: 190px !important;
	}

	.uix-slideshow-cmb__text--p:first-child input {
		width: 150px !important;
	}

	.uix-slideshow-cmb__text--div {
		border-bottom: 1px solid #E9E9E9;
		margin-bottom: 10px;
	}	
}


body.uix-slideshow-cmb__bodyclass td .uix-slideshow-cmb__text--p:last-child {
	border: none;
}

.uix-slideshow-cmb__text--small {
	width: 150px !important;
	margin-right: 10px;
}
.uix-slideshow-cmb__text--medium {
	width: 250px !important;
	margin-right: 10px;
}

.uix-slideshow-cmb__text--fullwidth {
	width: calc(100% - 20px) !important;
	margin-right: 10px;
}


table.uix-slideshow-cmb th.uix-slideshow-cmb__title {
	width: 18%;	
}


body.uix-slideshow-cmb__bodyclass #side-sortables .wp-picker-container .iris-slider {
	margin-left: -10px;
}

body.uix-slideshow-cmb__bodyclass #side-sortables .uix-slideshow-cmb__normal-text {
	max-width: 95%;
}


body.uix-slideshow-cmb__bodyclass #side-sortables th,
body.uix-slideshow-cmb__bodyclass #side-sortables tr > td {
	width: 99%;
	float: left;
	text-align: left;
}



body.uix-slideshow-cmb__bodyclass #side-sortables th {
	padding: 10px;
	padding-bottom: 0;
}

body.uix-slideshow-cmb__bodyclass #side-sortables tr > td {
	padding-top: 3px;
}

body.uix-slideshow-cmb__bodyclass #side-sortables tr {
	border-bottom: 1px solid #E9E9E9;
}

body.uix-slideshow-cmb__bodyclass #side-sortables .uix-slideshow-cmb__description {
	padding-right: 10px;
}

body.uix-slideshow-cmb__bodyclass #side-sortables .uix-slideshow-cmb__radio-selector label {
	display: block;
	padding: 5px 0;
}


table.uix-slideshow-cmb input,
table.uix-slideshow-cmb textarea {
    font-size: 14px;
    padding: 5px;
}

table.uix-slideshow-cmb input[type=text],
table.uix-slideshow-cmb textarea {
    width: 97%;
}

table.uix-slideshow-cmb input[type=text].uix-slideshow-cmb__short-text {
    width: 110px;
    margin-right: 10px;
}

table.uix-slideshow-cmb textarea.textarea_code {
    font-family: Consolas,Monaco,monospace;
    line-height: 16px;
}

table.uix-slideshow-cmb tr th {
    text-align: right;
}




@media (max-width: 768px) {
    table.uix-slideshow-cmb tr th {
        text-align: left;
        width: 99%!important;
        padding-bottom: 10px!important;
    }


    table.uix-slideshow-cmb input[type=text].uix-slideshow-cmb__short-text {
        float: left;
    }
}

table.uix-slideshow-cmb .uix-slideshow-cmb__radio-text {
    display: inline-block;
    margin-right: 15px;
}

p.uix-slideshow-cmb__description {
    color: #AAA;
    font-style: italic;
    margin: 2px 0!important;
}



p.uix-slideshow-cmb__title_desc {
    margin: 5px 0 2px!important;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
    color: #505050;
}

span.uix-slideshow-cmb__description {
    color: #AAA;
    font-style: italic;
}

table.uix-slideshow-cmb input {
	max-width: 99%;
}

table.uix-slideshow-cmb img {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 30px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    max-width: 95%;
}

table.uix-slideshow-cmb code {
    border: 1px solid #B1B1B1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.1em;
    margin-bottom: 5px;
    display: inline-block;
}


table.uix-slideshow-cmb .uix-slideshow-cmb__label {
	display: block;
	padding: 5px 0;
}



/* 
 ---------------------------
 3. Button
 ---------------------------
 */ 
.uix-slideshow-cmb__btn {
    margin-right: 3px;
    text-decoration: none;
    font-size: 11px;
    padding: 3px;
    background: #ECF9FF;
    border: 1px solid #D8F7FF;
    display: inline-block;
    margin-bottom: 3px;
}

.uix-slideshow-cmb__btn svg {
    fill: #0073aa;
    opacity: 0.57;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}


.uix-slideshow-cmb__removebtn {
	display: inline-block;
	padding: 5px;
	width: 25px;
	height: 25px;
    background: #d51212;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-box-shadow: 1.5px 2.598px 8px 0px rgba(213, 18, 18, 0.39);
	-moz-box-shadow: 1.5px 2.598px 8px 0px rgba(213, 18, 18, 0.39);
	box-shadow: 1.5px 2.598px 8px 0px rgba(213, 18, 18, 0.39);
    text-align: center;
}
.uix-slideshow-cmb__removebtn svg {
    margin: 0;
    fill: #fff;
    width: 30px;
    height: 30px;
    transform: translate(-2.5px,-2.5px);
}

/* 
 ---------------------------
 4. Radio
 ---------------------------
 */ 

.uix-slideshow-cmb__radio-selector {
	padding-top: 5px;
}

.uix-slideshow-cmb__radio-selector {
    min-height: 30px;
}

.uix-slideshow-cmb__radio-selector span {
    display: inline-block;
    margin: 3px 4px;
    border: 1px solid #C3C3C3;
    color: #B1B1B1;
    padding: 2px 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    position: relative;
}

.uix-slideshow-cmb__radio-selector span.multi {
    margin-right: 12px;
    padding-right: 12px;
}

.uix-slideshow-cmb__radio-selector span:hover,
.uix-slideshow-cmb__radio-selector span.active {
    border-color: #d7d7d7;
    color: #4E4E4E;
    background: #EEEEEE;
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 1px rgba(0,0,0,.1) inset;
}

.uix-slideshow-cmb__radio-selector span.img {
    border: none;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.uix-slideshow-cmb__radio-selector span.img img {
    margin: 0 10px 10px 0;
    border: 3px solid #fff;
    cursor: pointer;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.uix-slideshow-cmb__radio-selector span.img:hover img {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.uix-slideshow-cmb__radio-selector span.img.active img {
    border-color: #C33;
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,.2);
    box-shadow: 0 1px 15px rgba(0,0,0,.2);
}

.uix-slideshow-cmb__radio-selector span .fa {
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: -8px;
    background: #F1F1F1;
    border: 1px solid #E0E0E0;
}

.uix-slideshow-cmb__radio-selector span .fa.no {
    color: #C8C8C8;
}

.uix-slideshow-cmb__radio-selector span.active .fa.no {
    color: #FFFFFF;
    background: #7CD450;
    border-color: #76BE61;
}
	

/* 
 ---------------------------
 5. Tabs
 ---------------------------
 */ 
.uix-slideshow-cmb__tabsgroup-selector {
    margin: 1em 0;
    padding: 0;
}


.group_control-text {
    direction: ltr;
    left: -999em;
    position: absolute;
}

.uix-slideshow-cmb__tabsgroup-selector .group_control {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1000;
    width: 99%;
    display: block;
    border-bottom: 1px solid #DEDEDE;
    margin-top: -7px;
}

.uix-slideshow-cmb__tabsgroup-selector .group_control:after {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

.uix-slideshow-cmb__tabsgroup-selector .group_control li {
    background: #FFFFFF;
    border-width: 1px 1px 0;
    float: left;
    margin: 7px 7px 0 0;
    padding: 0;
    position: relative;
}

.uix-slideshow-cmb__tabsgroup-selector .group_control li i {
    font-size: 13px;
    vertical-align: middle;
    line-height: 1.4;
}

.uix-slideshow-cmb__tabsgroup-selector .group_control li a {
    background: #F4F4F4;
    cursor: pointer;
    padding: 3px .4em 4px;
    position: relative;
    outline: 0;
    font-size: 13px;
    font-weight: normal;
    color: #CECECE;
    border: none;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    text-decoration: none;
}

.uix-slideshow-cmb__tabsgroup-selector .group_control li a.active {
    color: #333;
}

.uix-slideshow-cmb__tabsgroup-selector .group_control li a:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* 
 ---------------------------
 6. Upload Media Control
 ---------------------------
 */ 
.uix-slideshow-cmb__upload-wrapper {
	position: relative;
	width: calc( 99% - 20px );
	max-width: 450px;
}
.uix-slideshow-cmb__upload-wrapper .uix-slideshow-cmb__btn--upload-container {
	padding: 10px 10px 10px 0;
	
}

.uix-slideshow-cmb__upload-wrapper .uix-slideshow-cmb__btn--upload-container--child .uix-slideshow-cmb__btn {
    background: none !important;
    border: 1px solid #dcdcdc !important;
    color: #8c8c8c !important;
}

.uix-slideshow-cmb__upload-wrapper .uix-slideshow-cmb__btn--upload-container--child .uix-slideshow-cmb__btn:hover {
    background: #f7f7f7 !important;
}

.uix-slideshow-cmb__upload-wrapper .uix-slideshow-cmb__btn--upload-container--child .uix-slideshow-cmb__btn svg {
    fill: #a9a9a9 !important;
}


.uix-slideshow-cmb__upload-wrapper input {
	border: none;
	outline: none;
	background: rgba(0,0,0,0);
	color: #c0c0c0;
	font-size: 12px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: absolute;
	bottom: -7px;
	left: 0;
	text-align: right;
	display: none;
}



.uix-slideshow-cmb__upload-wrapper .uix-slideshow-cmb__btn {
	display: block;
	font-size: 12px;
	padding: 10px 15px !important;
	display: none;
	line-height: 1.2;
	height: 30px !important;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}


.uix-slideshow-cmb__upload-wrapper .uix-slideshow-cmb__btn i {
    font-size: 16px;
    line-height: 1.2;
    vertical-align: middle;
	padding-right: 5px;
	filter: alpha(opacity=70);  
	-moz-opacity: 0.7;   
	opacity: 0.57; 

}


.uix-slideshow-cmb__upload-wrapper .uix-slideshow-cmb__removebtn {
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 3;
}



.uix-slideshow-cmb__upload-wrapper .uix-slideshow-cmb__upload-preview {
    margin: 0;
	position: relative;
	z-index: 0;
}


.uix-slideshow-cmb__upload-wrapper .uix-slideshow-cmb__upload-preview img {
    max-height: 150px;
}

.uix-slideshow-cmb__btn--upload-container {
    position: relative;
    width: 99%;
    overflow: hidden;
}


.uix-slideshow-cmb__btn--upload-container:before {
    display: block;
    content: "";
	/*Fixed upload input width*/
    width: 99%;
    padding-top: 4px;
}

.uix-slideshow-cmb__btn--upload {
    margin: 5px 5px 0 0;
}

.uix-slideshow-cmb__btn--upload:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.uix-slideshow-cmb__upload-preview {
    display: none;
    margin: 6px 0;
}

.uix-slideshow-cmb__upload-preview a:hover img {
    border: 1px solid #666;
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,.5);
    box-shadow: 0 1px 15px rgba(0,0,0,.5);
}

.uix-slideshow-cmb__upload-preview img {
    max-width: 99%;
    max-height: 70px;
}


/* 
 ---------------------------
 7. Toggle
 ---------------------------
 */ 
.uix-slideshow-cmb__toggle-target {
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
}


/* 
 ---------------------------
 8. Custom Attributes
 ---------------------------
 */ 
.uix-slideshow-cmb__custom-attributes-field {
    padding-top: 3px;
}

.uix-slideshow-cmb__custom-attributes-field input,
.uix-slideshow-cmb__custom-attributes-field textarea {
	border: solid 1px #D3D3D3;
	box-shadow: none;
	outline: none;
	border-radius: 4px;
}



.uix-slideshow-cmb__custom-attributes-field table td {
	text-align: left;
	padding-bottom: 0;
}

.uix-slideshow-cmb__custom-attributes-field__addbtn__wrapper {
    display: block;
    clear: both;
    padding-top: 10px;
    height: 50px;
}

.uix-slideshow-cmb__custom-attributes-field__addbtn__wrapper--multi {
    height: 65px;
    border: 1px solid #D8F7FF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    background: #ECF9FF;
    display: inline-block;
}

.uix-slideshow-cmb__custom-attributes-field__addbtn__wrapper--multi .uix-slideshow-cmb__custom-attributes-field__addbtn:last-child {
    margin-right: 0 !important;
    border-right: none !important;
}

.uix-slideshow-cmb__custom-attributes-field__addbtn svg,
.uix-slideshow-cmb__custom-attributes-field__removebtn svg {
    vertical-align: middle;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.uix-slideshow-cmb__custom-attributes-field__addbtn {
    display: inline-block;
    text-decoration: none;
    color: #0073aa;
    border: 1px solid #D8F7FF;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
    padding: 10px 15px;
    background: #ECF9FF;
    font-weight: normal;
    font-size: 12px;
    margin-right: 6px;
}
    


.uix-slideshow-cmb__custom-attributes-field__addbtn svg {
    fill: #0073aa;
    opacity: 0.57;   
    
}


.uix-slideshow-cmb__custom-attributes-field__addbtn:hover svg {
    fill: #032231;
}


.uix-slideshow-cmb__custom-attributes-field__addbtn--multi {
    text-align: center; 
    border: 1px solid #ECF9FF;
    border-right: 1px solid #b5dbf5;
}

.uix-slideshow-cmb__custom-attributes-field__addbtn--multi > span {
    display: block;
    padding: 5px;
}

.uix-slideshow-cmb__custom-attributes-field__addbtn--multi svg {
    width: 20px;
    height: 20px;
    margin: 0;
}



.uix-slideshow-cmb__custom-attributes-field__removebtn svg {
    fill: #ddd;
    margin-right: 0;
    width: 20px;
    height: 20px;
}

.uix-slideshow-cmb__custom-attributes-field__removebtn svg:hover {
    fill: #f00;
}

.uix-slideshow-cmb__custom-attributes-field__removebtn {
    text-decoration: none;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
    padding: 3px;
}


body.uix-slideshow-cmb__bodyclass #side-sortables .uix-slideshow-cmb__custom-attributes-field__addbtn {
	padding-top: 10px;
}

@media (max-width: 768px) {

	.uix-slideshow-cmb__custom-attributes-field__addbtn {
		padding-top: 10px;
	}
}

.uix-slideshow-cmb__custom-attributes-field__removebtn {
	position: absolute;
	right: -20px; 
	top: 30px;
}


.uix-slideshow-cmb__custom-attributes-field__sortablebtn {
	position: absolute;
    right: 30px;
    top: 10px;
    cursor: move;
}
.uix-slideshow-cmb__custom-attributes-field__sortablebtn svg g {
    fill: #ddd;
}



/* 
 ---------------------------
 9. Color Picker
 ---------------------------
 */ 
.uix-slideshow-cmb__wrapper .wp-picker-container .wp-color-result {
    border-color: #D3D3D3;
}

.uix-slideshow-cmb__wrapper .wp-picker-container .wp-color-result {
	width: 31px !important;
}

.uix-slideshow-cmb__wrapper .wp-picker-container .color-alpha {
	height: 28px !important;
}


.uix-slideshow-cmb__wrapper .wp-picker-container .wp-color-result {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACCAYAAAA5Ht7JAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDg1NUE0OTZGNkZDMTFFQTk4NzQ4NkI4MDQxNTNFODUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDg1NUE0OTdGNkZDMTFFQTk4NzQ4NkI4MDQxNTNFODUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzU2REIwOUY2RjUxMUVBOTg3NDg2QjgwNDE1M0U4NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzU2REIwQUY2RjUxMUVBOTg3NDg2QjgwNDE1M0U4NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpiZeFcAAAC8SURBVHjaHI7RCgFhEIW/sStEuy03UsKNkgjFhRfwxJ7AFYpaJdcegFoSFr/DxdeZmf8/M8fs4E7ERG4HdgB3BB7QNZhlYPLDg1bmrfke7ht4biFdwXsN4Qva8vREXwz01IDYwVLtQjqXXoVHBWdTVSPMhtLx2Z8WiDTH1RVAn12oeaqDCtAU2UvCQwESU4BUx545aRleuvK5EdSKIO8f7SGvPfKVVFZ/JAkd6e0fIFCAmqoQw5feo68AAwCThDaj0nkQHQAAAABJRU5ErkJggg==) !important;
    background-repeat: no-repeat !important;
    z-index: 559901;
}

.uix-slideshow-cmb__wrapper input.wp-color-picker {
    position: absolute;
    z-index: 559902;
}

.uix-slideshow-cmb__wrapper input.wp-picker-clear {
    margin-left: 70px;
    width: 50px;
}



/* 
 ---------------------------
 10. Date Picker
 ---------------------------
 */ 
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
body.uix-slideshow-cmb__bodyclass .ui-datepicker {
	width: 17em;
	padding: .7em 1em 0 .7em !important;
	display: none;
	background: #FAFAFA !important;
	border: 1px solid #E5E5E5 !important;
	-webkit-box-shadow: 0px 7px 40px 0px rgba(0,0,0,0.27) !important;
	-moz-box-shadow: 0px 7px 40px 0px rgba(0,0,0,0.27) !important;
	box-shadow: 0px 7px 40px 0px rgba(0,0,0,0.27) !important;
	-webkit-border-radius: 2px !important; 
	-moz-border-radius: 2px !important; 
	border-radius: 2px !important;
}


body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-icon {
	background: #B5B8BC !important;
	color: #fff !important;
	-webkit-border-radius: 25px !important; 
	-moz-border-radius: 25px !important; 
	border-radius: 25px !important;
	width: 60px !important;
	display: block !important;
	padding: 2px !important;
	font-size: 10px !important;
	text-align: center !important;
	font-family: sans-serif !important;
	text-indent: 0 !important;
	font-weight: 400 !important;
	
}

body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-corner-all {
	background: none !important;
	border: none !important;
}



body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-icon.ui-icon-circle-triangle-e,
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-icon.ui-icon-circle-triangle-w {
    width: 20px !important;
    height: 20px !important;
    margin-left: 0 !important;  
    margin-right: 0 !important; 
    font-family: Arial, "sans-serif" !important;
    cursor: pointer !important;
}

body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-icon.ui-icon-circle-triangle-w {
    margin-left: -15px !important;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-icon.ui-icon-circle-triangle-e {
    margin-left: -5px !important;
}


body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-header {
	background: none !important;
	border: none !important;
}

body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-state-default, 
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-widget-content .ui-state-default, 
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-widget-header .ui-state-default {
    border: none !important;
    background: rgba(255,255,255,0) !important;
    color: #595959 !important;;
}




body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-state-highlight {
	color: #D54E21  !important;
	background: rgba(0,0,0,0) !important;
	font-weight: bold !important;
}

body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-prev,
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-prev-hover,
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-next {
	right: 2px;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-prev span,
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker select.ui-datepicker-month,
body.uix-slideshow-cmb__bodyclass .ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker td {
	border: 0;
	padding: 1px;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker td span,
body.uix-slideshow-cmb__bodyclass .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
body.uix-slideshow-cmb__bodyclass .ui-datepicker.ui-datepicker-multi {
	width: auto;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
body.uix-slideshow-cmb__bodyclass .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
body.uix-slideshow-cmb__bodyclass .ui-datepicker-rtl {
	direction: rtl;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.body.uix-slideshow-cmb__bodyclass ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
body.uix-slideshow-cmb__bodyclass .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
body.uix-slideshow-cmb__bodyclass .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-title select {
    margin-right: 5px;
}
body.uix-slideshow-cmb__bodyclass .ui-datepicker .ui-datepicker-title select:last-child {
    margin-right: 0;
}


