/* Backend styles */

#uipbb-slider-images-panel-upload{
	width: 100%;
    height: 60px;
    background: #eee;
    border: 1px solid #cfcfcf;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    padding: 20px 0;
    font-weight: bold;
}

#uipbb-slider-images-panel-gallery{
	padding: 20px 0;
}

.uipbb-slider-preview-thumb{
	width: 200px;
    height: 100px;
    border: 1px solid #cfcfcf;    
    margin:10px;
}

.uipbb-slider-images-panel-gallery-single{
	float: left;
	width: 225px;
    height: 165px;
    background: #eee;
    border: 1px solid #CFCFCF;
    margin:10px;
}

.uipbb-slider-images-panel-gallery-icons{
	text-align: center;
}

.uipbb-slider-images-panel-gallery-icons:hover{
	cursor: pointer;
}

.uipbb-clear{
	clear: both;
}

.uipbb-shortcode{
	background: #eee;
    padding: 10px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

/* CSS for Settings */
.uipbb-slider-settings-row{
	padding: 20px;
}

.uipbb-slider-settings-column{
	float: left;
	width: 50%;
}

.uipbb-slider-settings-label{
	float: left;
    padding: 5px 0;
    width: 35%;
    font-size: 15px;
    font-weight: bold;
    max-width: 135px;
}

.uipbb-slider-settings-field{
	float: left;
	width: 65%;
}

.uipbb-slider-settings-row select{
	width: 80%;
}
.uipbb-slider-settings-row textarea{
	width: 100%;
	height: 200px;
}
.uipbb-slider-settings-two-column{
	width:90%;
}
@media only screen and (min-width: 767px) and (max-width: 980px) {
	.uipbb-slider-images-panel-gallery-single{
		width: 190px;

	}
	.uipbb-slider-preview-thumb{
		width: 165px;
	
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.uipbb-slider-images-panel-gallery-single{
		width: 185px;
		height: 150px;
	}
	.uipbb-slider-preview-thumb{
		width: 160px;
		height: 80px;
	}
}

@media only screen and  (max-width: 480px) {
	.uipbb-slider-images-panel-gallery-single{
		margin:10px auto;
		width: 300px;
		height: 200px;
		float: none;
	}
	.uipbb-slider-preview-thumb{
		width: 280px;
		height: 140px;
	}
}


.uipbb-settings-title{
    background: #eee;
    border: 1px solid #cfcfcf;
}
/* Plugin HELP CSS */
.wpexpert-help-screenshot{
    text-align: center !important;
}
.wpexpert-help-screenshot img{
    border: 10px solid #FFF !important;
    outline: 1px solid #CFCFCF !important;
    max-width: 800px !important;
    margin: auto !important;
}

.wpexpert-help-list{
    padding: 10px;
    background: #FFF;
}

.wpexpert-help-list li{
    list-style: square;
    margin: 10px 20px;
}

.wpexpert-plugins-panel{
    padding: 20px !important;
}

.wpexpert-plugins-panel-single{
    padding: 2%;
    width: 43%;
    float: left;
    margin: 1%;
    background: #fff;
    border: 1px solid #cfcfcf;
    height: 325px;
}

.wpexpert-plugins-panel-single-image img{
    width: 100%;
    height: 150px;
}

.wpexpert-plugins-panel-single-desc{
    padding: 10px;
}

.wpexpert-plugins-panel-single-title{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 5px;
    background: #0073aa;
    color: #fff;
}

.wpexpert-plugins-panel-single-more{
    text-align: center;
    display: block;
    background: #0073aa;
    padding: 10px;
    width: 200px;
    margin: auto;
    color: #FFF;
    font-weight: bold;
}


.wpexpert-help-tab{
    margin-top: 10px;
}

.uipbb_donation_box{
    background: #0879ef;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid;
}