input,
select,
textarea {
	font-family: 'galano_grotesqueregular';
	font-size: 20px;
}

*:focus {
	outline: 0;
}

.bc_title {
	position: relative;
	font-size: 30px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: 'open_sansregular';
	text-transform: uppercase;
}

.bc_title+hr {
	border: 1px solid;
}

.bc_message_container {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 99999;
}

.bc_message {
	position: relative;
	line-height: 0px;
	width: 100%;
	text-align: center;
	font-family: 'galano_grotesqueregular';
	font-size: 15px;
	color: #000000;
	cursor: pointer;
	border-radius: 0px;
}

.bc_message_error {
	background-color: #d85b5b;
}

.bc_message_success {
	background-color: #a5e591;
}

.bc_table_actions {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 33px;
	/* 	width: 180px; */
	display: inline-block;
}

.bc_table_actions a {
	text-decoration: none;
	color: inherit;
}

.bc_table_action {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 0 15px 15px 0;
	padding: 0px 10px;
	font-family: 'open_sansregular';
	border: 2px solid black;
	font-size: 13px;
}

.bc_table_action_icon {
	position: relative;
	vertical-align: sub;
	max-width: 15px;
	max-height: 15px;
	margin: 0 10px;
}

#bc_table_holder {
	overflow: auto;
	height: calc(100% - 188px);
}



.bc_table thead tr:first-child>td {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	background: #fff;
	border-bottom: 2px solid black;
	z-index: 1;
}


.bc_table {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: separate;
	border-width: 0px;
	font-size: 12px;
	border-bottom: solid 1px #ddd;
	width: 100%;
}

.bc_erow {
	background-color: #f7f7f7;
	border-bottom: solid 1px #f7f7f7;
}

.bc_table th {
	border: 1.5px solid black;
	border-collapse: collapse;
	line-height: 25px;
	vertical-align: bottom;
	font-size: 13px;
	padding-left: 4px;
	text-align: left;
	font-family: 'open_sansregular';
}

.bc_table_sort_desc {
	background: url(../img/arrow_up.png) no-repeat calc(100% - 5px) center;
	background-color: #f1f1f1;
	/*
						,
					    url('../img/thbg.gif') repeat-x bottom #fafafa !important; 
*/
}

.bc_table_sort_asc {
	background: url(../img/arrow_down.png) no-repeat calc(100% - 5px) center;
	background-color: #f1f1f1;
	,
	/*

					    url('../img/thbg.gif') repeat-x bottom #fafafa !important; 
*/
}

.bc_table tr {
	background-color: #fff;
}

.bc_table td {
	border-right: solid 1px black;
	border-bottom: 1px solid #ddd;
	padding: 10px 10px;
	/* 			height: 40px; */
	font-family: 'open_sansregular';
	font-size: 12px;
	vertical-align: middle;
}

.bc_m_n_element {
	position: relative;
	padding: 2px 6px;
	border-radius: 7px;
	background-color: #ddd;
	color: #000000;
	margin-right: 4px;
	display: inline-table;
	margin-bottom: 2px;
}

.bc_row_actions_container a {
	text-decoration: none;
}

.bc_row_action_container {
	position: relative;
	float: left;
	width: 30px;
	height: 20px;
}

.bc_row_action {
	position: relative;
	height: 16px;
	width: 16px;
	margin: 2px;
	cursor: pointer;
}


.bc_delete_dialog {
	position: fixed;
	z-index: 20000;
	overflow: hidden;
	top: 25%;
	border: solid 2px #ddd;
	background-color: #fff;
	width: 350px;
	margin-left: -250px;
	left: 58%;
	height: 200px;
	font-size: 18px;
	font-family: 'open_sansregular';
	text-align: center;
	padding: 20px 0px;
	display: none;
}

.bc_delete_button {
	position: absolute;
	width: 130px;
	top: 170px;
	line-height: 32px;
	background-color: black;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	color: white
}

.bc_delete_button:hover {
	border: solid 1px #ddd;
}

.bc_delete_ok {
	left: 30px;
}

.bc_delete_cancel {
	left: 185px;
}

.bc_fade {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 19999;
	display: none;
	background-color: #060606e3;
}

.bc_edit_table {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	width: 98%;
}

.bc_edit_table .erow {
	background-color: white;
}

.bc_column {
	padding: 5px 15px;
	position: relative;
	overflow: hidden;
	margin: 5px 0px;
}

.bc_column_header {
	margin-top: 0px;
	font-size: 18px;
	float: left;
	margin-bottom: 10px;
	/*font-family: 'open_sansbold'; */
}

.bc_column_input input {
	border: 0px;
	background: #f5f5f5;
}

.bc_column_info {
	margin-top: -2px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #c1c1c1;
	float: right;
	text-align: right;
}

.bc_column:last-child {
	border-bottom: 0px;
}

.bc_column_input {
	clear: both;
}

.bc_column_input input[type="text"] {
	width: 100%;
	font-size: 20px;
	padding: 5px 10px;
	font-family: 'galano_grotesqueregular';
	box-sizing: border-box;
}

.bc_column_input select {
	min-width: 50%;
}

.bc_column_button {
	padding: 12px 12px;
	cursor: pointer;
	background: #f5f5f5;
	width: 170px;
	text-align: center;
	margin: 15px 0px;
	font-size: 18px;
}

.bc_col_repo_image .bc_repo_image_size {
	margin: 5px 0 5px;
}

.bc_col_repo_image .bc_column_button {
	margin: 0px 5px 5px 0;
	width: 150px;
	border: solid 2px #ddd;
	font-size: 16px;
	padding: 10px 0;
	display: inline-block;
}

.bc_col_repo_image .no_repo_image {
	position: relative;
	width: 150px;
	height: 200px;
	border: solid 2px #ddd;
}

.bc_col_repo_image .no_repo_image:after {
	content: 'No Image';
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* controlled elements */
[controlled_by] {
	display: none;
}



.bc_col_image input[type="button"] {
	background-color: #ffffff;
	border: solid 2px #ddd;
	padding: 4px;
	cursor: pointer;
}

.bc_col_image a {
	text-decoration: none;
}

.bc_col_image input[type="file"] {
	display: none;
}

.bc_col_image_preview {
	max-width: 250px;
	max-height: 250px;
	display: none;
	border: solid 2px #ddd;
}

.bc_col_image_delete,
.bc_repo_image_delete {
	display: none;
	cursor: pointer;
	vertical-align: top;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: underline;
	color: red;
}

.bc_repo_image_delete {
	margin-left: 0;
}

.bc_td_image {
	text-align: center;
}

.table_image_preview,
.table_file_preview,
.table_repo_image_preview {
	border: dashed 1px #ccc;
	max-width: 200px;
	max-height: 100px;
	vertical-align: middle;
}

.table_file_preview {
	margin: 10px auto;
	max-width: unset;
	max-height: 140px;
	width: 100%;
}

.bc_td_image_gallery {
	position: relative;
	max-height: 100px;
	max-width: 250px;
	word-wrap: break-word;
}

.bc_image_gallery_container {
	position: relative;
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}

.bc_table_image_gallery_preview {
	border: solid 2px #ddd;
	max-width: 70px;
	max-height: 70px;
	float: left;
	margin-right: 5px;
}

.bc_hiddencolumn {
	display: none;
}

.bc_col_multiline textarea {
	width: 100%;
	font-size: 20px;
	resize: none;
	height: 40px;
	background: #f5f5f5;
	border: 0px;
	padding: 5px 10px;
	font-family: 'galano_grotesqueregular';
}

.bc_col_multiline_formatting {
	position: relative;
	overflow: hidden;
	margin-bottom: 4px;
}

.bc_col_multiline_formatting_button {
	position: relative;
	float: left;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border: solid 1px #ddd;
	margin-right: 5px;
	cursor: pointer;
}

.bc_col_multiline_formatting_button:hover {
	background-color: #f7f7f7;
}

.bc_col_m_n {
	position: relative;
	overflow: hidden;
}

.bc_m_n_element_edit {
	float: left;
	font-size: 13px;
	cursor: pointer;
	margin: 4px;
	overflow: hidden;
}

.bc_m_n_selected,
.bc_m_n_avail {
	position: relative;
	float: left;
	border: solid 1px #ddd;
	padding: 5px;
	height: 100px;
	width: 200px;
	overflow-y: auto;
	border-radius: 10px;
}

.bc_m_n_selected {
	margin-right: 20px;
}

.bc_m_n_filterbox {
	position: relative;
	height: 33px;
	width: 100%;
	margin: 4px 4px;
}

.bc_m_n_filterbox input[type="text"] {
	position: relative;
	padding: 1px 3px;
	width: 100%;
}

.bc_list_url {
	color: #000000;
}


.bc_col_date img,
.bc_col_datetime img {
	width: 20px;
	height: 20px;
	margin: 10px 10px 0px 0;
	object-fit: contain;
	cursor: pointer;
}

.bc_col_datetime img {
	width: 16px;
}



.bc_col_combobox {
	overflow: hidden;
}

.bc_col_combobox .custom-combobox-input {
	border: solid 2px #cecece;
	background: #ffffff;
	float: left;
	font-size: 14px;
}

.bc_col_combobox a {
	float: left;
}

.bc_col_combobox .ui-button-icon-primary {
	float: left;
}

.bc_col_combobox .ui-button-text {
	float: left;
}

.bc_col_combobox .ui-icon-triangle-1-s {
	background-image: none;
	width: 21px;
	height: 21px;
	background-color: #cecece;
}

.ui-autocomplete {
	border: solid 2px #cecece;
	background: #ffffff;
}

.ui-autocomplete li {
	border-bottom: solid 1px #000000;
	font-size: 14px;
}

.ui-autocomplete .ui-state-focus {
	border: none;
	border-bottom: solid 1px #000000;
	background: none;
	font-weight: bold;
	cursor: pointer;
}

.bc_col_colorpicker_list {
	position: relative;
	width: 40px;
	height: 40px;
	border: solid 2px #ddd;
	margin: auto;
}

.bc_column_actions {
	position: relative;
	width: 100%;
	color: #000000;
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'galano_grotesqueregular';
	padding-bottom: 100px;
}

.bc_column_actions ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.bc_column_actions li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	border: 0px;
	border-radius: 0px;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
	background: #f5f5f5;
}

.bc_column_actions li:first-child {
	margin-left: 0px;
}

.bc_column_actions li:hover {
	background-color: #f5f5f5;
}


.bc_error_text {
	margin-top: 3px;
	color: #fe6e2f;
	font-size: 12px;
	font-weight: bold;
}

.bc_error_highlight {
	background-color: #fe6e2f !important;
}


.bc_paging_and_filtering {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 10px 0px;
	background-color: #e9e9e9;
	display: none;
}

.bc_paging_bottom {
	position: absolute;
	top: -5px;
	right: 0px;
	overflow: hidden;

	display: inline-block;
	text-align: right;

	border: 1px solid #bbb;
	border-radius: 3px;
	background-color: #fff;
	height: 30px;

}

.bc_paging {
	position: relative;
	overflow: hidden;
	margin: 10px;
	margin-top: 17px;
	display: inline-block;
	text-align: right;
	float: right;
	border: 1px solid #bbb;
	border-radius: 3px;
	background-color: #fff;
	height: 30px;
}

.bc_paging_button {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 15px;
	margin-top: 7px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	float: right;
	border-right: 1px solid;
}

.bc_paging_first {
	background-image: url('../img/first.png');
}

.bc_paging_last {
	background-image: url('../img/last.png');
	border-right: none;
}

.bc_paging_next {
	background-image: url('../img/next.png');
	border-left: 1px solid;
}

.bc_paging_prev {
	background-image: url('../img/previous.png');
}

.bc_paging_sites {
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	/* 			padding: 3px 2px; */
	float: right;
	height: 100%;
}

.bc_paging_page {
	position: relative;
	float: left;
	padding: 4px 10px;
	cursor: pointer;
	height: 100%;
	/* 				border-right: 1px solid; */
}

.bc_current_page {
	border-bottom: 2px solid;
	padding: 4px 5px;
	margin: 0 5px;
	box-sizing: border-box;
	font-weight: bold;
}

.bc_filtering {
	position: relative;
	display: inline-block;
	padding: 0px 10px;
	margin-top: 3px;
}

.bc_filter_header {
	font-size: .8em;
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	line-height: 20px;
	height: 20px;

}

.bc_filter {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	margin: 10px;
	border-right: 1px dotted #fff;
}

.bc_filter select {
	position: relative;
	height: 20px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	max-width: 150px;
}

.bc_filter input[type="text"] {
	position: relative;
	height: 20px;
	line-height: 20px;
	border: 0px;
	width: 150px;
	padding: 0px 3px;
}

.bc_filter_search,
.bc_filter_reset {
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	background-image: url('../img/search.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px 0px;
}

.bc_filter_reset {
	background-image: url('../img/delete.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 0px;
}

.bc_ordering_container {
	position: relative;
	margin-bottom: 15px;
	padding: 5px;
	border: solid 2px #cecece;
	display: inline-block;
}

.bc_ordering_item {
	position: relative;
	text-align: center;
	border: solid 2px #cecece;
	font-size: 15px;
	margin-bottom: 2px;
	max-width: 500px;
	padding: 5px 15px;
	cursor: pointer;
}

.bc_ordering_item:last-child {
	margin-bottom: 0px;
}

.bc_ordering_noitems {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.bc_ordering_info {
	position: relative;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #000000;
}

#bc_upload_crop_fade {
	position: fixed;
	z-index: 9000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.8);
}

#bc_upload_crop {
	position: fixed;
	z-index: 9100;
	background-color: #ffffff;
	padding: 30px;
}

#bc_upload_crop_img {
	position: relative;
	width: 0px;
	height: 0px;
	border: solid 2px #000000;
	width: 500px;
	height: 500px;
}

#bc_upload_crop_btn,
#bc_upload_crop_cancel_btn {
	position: relative;
	margin: 10px auto 0px auto;
	width: 60%;
	line-height: 20px;
	border: solid 2px #000000;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
}



.bc_col_select {
	padding: 5px;
	margin: 0;
	border: 0;
	border-radius: 1px;
	background-color: #f5f5f5;
	width: 50%;
}

.bc_col_select select {
	padding: 5px 8px;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	width: 100%;

}



table {
	border-collapse: collapse;
}

table td {
	border: 1px solid #ddd;
}

table tr:first-child td {
	border-top: 2px solid black;
}

table tr td:first-child {
	border-left: 0;
}

table tr td:last-child {
	border-right: 0;
}


#bc_filter_toggle {
	width: 100%;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin: 10px 0px;
}

#bc_filter_toggle img {
	width: 16px;
	height: 16px;
	transform: translate(10px, 3px) rotate(-90deg);
	transition: all 0.3s ease-in-out;
}


#bc_filter_toggle.active img {
	transform: translate(10px, 2px) rotate(90deg);
}