/* from publiz */
#image.top_upload {
	border-radius: 0;
	height: 50px;
	border: 1px solid #bfbfbf !important;
}
.single_upload_img {
	position: relative;
}
.single_upload_img:hover > .single_img_options {
	display: flex;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}

.single_img_options {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(127,127,127,0.9);
	text-align: center;
	justify-content: center;
	display: none;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	top: 0;
	left: 0;
	align-items: center;
}

.single_img_options div {
	border: 0;
	margin: 12px;
	background-color: transparent;
	cursor: pointer;
}

.single_img_options div:focus {
	outline: 0;
}

.single_img_options div:focus > .fa {
	color: #1BC6B4;
}

.single_img_options div .fa {
	color: #fff;
	font-size: 30px;
}
.single_img_options div .fa-trash-o:hover {
	color: #f00;
}
.single_img_options div .fa-pencil:hover {
	color: #1BC6B4;
}
.single_img_options div {
	display: inline-block;
	vertical-align: middle;
}
.single_img_options .star .fa{
	color: #ffd700;
}
/* end publiz */
.caps {
	text-transform: capitalize;
}

.st_lost p {
	font-size: 22px;
	font-weight: 300;
}

.st_lost p {
	color: #ED1C24;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.if_public {
	display: none
}
.if_private {
	display: none
}
.ep_btn {
	width: 100%;
	height: 56px;
	background: #ff6767;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
.ep_btn a {
	font-size: 22px;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maf_btn {
	width: 100%;
	height: 56px;
	background: #22B573;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
.maf_btn a {
	font-size: 22px;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aa-input-container {
	display: inline-block;
	position: relative; 
}
.aa-input-search {
	width: 300px;
	border: 1px solid rgba(228, 228, 228, 0.6);
	padding: 12px 28px 12px 12px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
}
.aa-input-search::-webkit-search-decoration, .aa-input-search::-webkit-search-cancel-button, .aa-input-search::-webkit-search-results-button, .aa-input-search::-webkit-search-results-decoration {
	display: none; 
}
.aa-input-icon {
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	fill: #e4e4e4; 
}
.aa-dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(228, 228, 228, 0.6);
	min-width: 300px;
	box-sizing: border-box;
}
.aa-suggestion {
	padding: 12px;
	cursor: pointer;
	background: #fff;
	border-right: 1px solid rgba(228, 228, 228, 0.6);
	border-left: 1px solid rgba(228, 228, 228, 0.6);	
	font-weight: 800;
	height: initial !important;
}
.aa-suggestion + .aa-suggestion {
	border-top: 1px solid rgba(228, 228, 228, 0.6);
}
.aa-suggestion:hover, .aa-suggestion.aa-cursor {
	background-color: rgb(241, 241, 241); 
}
p.form_error_text {
	color: red;
}
.aa-suggestion em {
	font-weight: 300;
	font-style: normal;
}
.inner_added_image {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

ul.image_ul {
	width: 125px;
	height: 90px;
	margin: 11px;
}

.single_upload_img img {
	width: 100%;
}

div#image_box {
	min-height: 265px;
	height: auto;
}
.alert-success, .alert-error {
	font-size: 18px;
	height: 76px;
	padding: 23px;
	width: 100%;
	color: #000;
}
.alert-success{
	background-color: rgba(144,238,144,.5);
	color: green
}
.alert-error{
	background-color: rgba(244,205,206,.5);
	color:red;
}
.alert-success  p, .alert-error p{
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	justify-content: space-between;
}
.alert-x {
	cursor: pointer;
}
.admin_link a {
	cursor: pointer;
}
.delete_btn {
	cursor: pointer;
	width: 100%;
	height: 56px;
	background: #b3b3b3;;
	border: 1px solid #fff;
	margin-bottom: 10px;
	font-size: 22px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.results_msg {
	font-size: 16px;
	padding-left: 10px;
}
.results_msg span{
	font-weight: bold;
}
#dashboard_select {
	border: 0;
	font-size: 23px;
	color: #000;
	font-weight: 600;
	background-color: white;	
}
/* copy from tuli admin link*/
ul.full_nav li.login_link {
	margin: 0;
	position: relative;
}
ul.full_nav li.login_link a {
	padding: 0 18px;
	font-weight: 600;
}
@media screen and (max-width: 1000px) {
	.full_nav li:not(:last-child) {
		display: none;
	}
}
.pagination li.disabled {
	display: none;
}
.form_error_text a {
	color: #0000EE !important;	
    text-decoration: underline !important;
}
.pfc_opt a {
    color: #0000EE !important;
    text-decoration: underline !important;
}
.ilti_btn {
	cursor: pointer;
}
div[image-id]:hover > .img_options {
	display: block;
}
.img_options {
	display: none;
	z-index: 10;
	width: 136px;
	height: 87px;
	background: rgba(127,127,127,0.9);
	text-align: center; 
	padding-top: 28px;
}
.img_options div .fa {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.img_options div .fa:hover {
	color: red;
}
.admin_notification a{
    color: #ED1C24;
}