/***************
image_adder.php
****************/
.rf_meta_11 .rf_meta_1_heading h1{
	color: #fff;
	margin: 10px; 
	padding: 10px; 
	text-align: center; 
	margin-bottom: 20px; 
	background:#1a5a6e;
}
.rf_meta_11 .rf_upload_btn {
	min-height: 40px;
}
.rf_meta_11 .rf_upload_btn #RF_new_img_add.button:hover {
	background: #1a5a6e;
}
.rf_meta_11 .rf_upload_btn #RF_new_img_add{
	float: right;
	margin: 10px;
	color: #ffffff;
	font-size: 17px;
	border-radius: 1px;
	background:#1a5a6e;
}
.rf_meta_11 .selected_img_wrapper{
	overflow: auto;
	min-width: 821px;
}

#imageSection li{	
	margin: 12px;
	width: 178px;
	padding: 10px;
	background: #e7e7e7;
	display: inline-block;
	border:1px solid #3300ff52;
	box-shadow: 0px 9px 12px -1px #afafaf;
}

.rf_meta_11 #imageSection .img-box span{
	color: #ff1460;
	font-size: 19px;
	margin-top: -21px;
	margin-right: -16px;
	position: relative;
	margin-bottom: -11px;
}    
.rf_meta_11 #imageSection .img-box img{    
	width: 100%;
	height: auto;
	background: cover;
}
.clear:after{
	clear: both;
}
.rf_meta_11 .selected_img_wrapper .img-box label{
	margin: 0px;
	color: #7c7d8e;
	font-size: 16px;
}
.rf_meta_11 .selected_img_wrapper .img-box input[type=text]{
	margin-top: 3px;
	margin-bottom: 8px;
}

/********************
gallery_settings.php
*********************/
.rf_meta_2 .rf_meta_2_heading h1{
	color: #fff;
	margin: 10px; 
	padding: 10px; 
	text-align: center; 
	margin-bottom: 20px; 
	background: #2a6097;
}
.rf_meta_2 .rf_meta_2_form {
	padding: 25px;
	font-size: 18px;
}
.rf_meta_2 .rf_meta_2_form .nav-tabs .active{
	color: #ffffff;	
	background-color: #2a6097;
}
.rf_meta_2 .rf_meta_2_form .nav-tabs{
	border-bottom: 1px solid #2a6097;
}
.rf_meta_2 .rf_meta_2_form .nav-tabs a{
	color: olive;
}
.rf_meta_2 .rf_meta_2_form .nav-tabs a:hover{
	color: #ffffff;	
	text-decoration: none;
	background-color: #2a6097;
}
.rf_meta_2 .rf_meta_2_form .form-group{
	margin-left: 0px !important;
}
.rf_meta_2 .rf_meta_2_form .form-group legend{
	padding-left: 15px !important;
}
.tab-content {
	color: olive !important;
}
.tab-content .form-control{
	max-width: 100%;
	height: 100%;
	padding: 6px;
}
#other .form-group .col-md-3{
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
}
#align .form-group .form-check{
	color: #000;
	width: 110px;
	float: left;
	padding-top: 5px;
}

/********************
shortcode.php
*********************/

#rf_meta_3{
	min-width: 280px;
}