
/* === Simple Gallery with Filter by Come2theweb ==== */
.sgtb_formrow{padding:15px; background:#fff; border:1px #ccc solid; margin-bottom:15px;}
.highlighted{background:#EDF5F8!important;}

.sgtb_formrow label {
	display: block;
	font-weight: bold;
	padding: 0 0 10px;
	font-size: 15px;
}
.sgtb_formrow label span{font-weight:normal; font-size:13px; color:#333333; display:block;}
.sgtb_formrow input {
	padding: 5px 15px 6px;
	border: 1px #ccc solid;
	width: 100%;
	height: auto;
	max-width: 320px;
}
.sgtb_formrow label.radiolabel {
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	padding-right: 18px;
}
.sgtb_formrow label.radiolabel_full {
	font-weight: normal;
	font-size: 14px;
	padding-right: 18px;
}

.sgtb_formrow label.radiolabel input, .sgtb_formrow label.radiolabel_full input {
	width: 10px;
	padding: 0 !important;
	height: 15px;
}

.sgtb_row{display:flex;}
.sgtb_left{width:50%;}
.sgtb_right{width:50%; padding-left:15px;}
.sgtb_right h3 {
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
	border: 1px #ccc solid;
}

.custom_style_arrow{display:none;}

.sgtbremoveicon {
	position: absolute;
	background: red;
	display: inline-block;
	color: #fff;
	width: 25px;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	right: -2px;
	top: -2px;
}
.sgtbremoveicon:hover{color:#fff; background:#000; text-decoration:none;}
.rsgtbuploaded_btn {
	display: block;
	position: relative;
	width: 80px;
}
.sgtbuploaded_btn {
	display: block;
	position: relative;
	border: 2px #000 solid;
	width: 80px;
}
.sgtbuploaded_btn img{display:block; max-width:100%; height:auto;}
#sgtb_uploadcustom_ico {
	background: #000;
	color: #fff;
	text-decoration: navajowhite;
	display: inline-block;
	padding: 8px 16px;
	border-radius: 5px;
	margin: 0 0 6px;
}
#sgtb_uploadcustom_ico:hover{background:#424242;}
