/* PHOTOGRAPH & DROPZONE */

.photo-thumbnail {
	height: 60px !important;
}
.photo-action-btn {
	margin: 5px;
}
.dropzone {
	border: 2px dashed #dedede !important;
	border-radius: 5px;
	background: #f5f5f5 !important;
}
.dropzone i {
	font-size: 5rem;
}
.dropzone .dz-message {
	color: rgba(0, 0, 0, .54);
	font-weight: 500;
	font-size: initial;
	text-transform: uppercase;
}
.dropzone-cloud-icon {
	display: block;
	margin: 10px;
}

/* .dz-message {
    display: block   !important;
} */
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
	font-weight: 700;
}

.dropzone .dz-preview .dz-image img {
	margin: auto !important;
	/* center the image inside the thumbnail */
}

.dropzone .dz-preview .dz-error-message {
	top: 150px !important;
	/* move the tooltip below the "Remove" link */
}

.dropzone .dz-preview .dz-error-message:after {
	left: 30px !important;
	/* move the tooltip's arrow to the left of the "Remove" link */
	top: -18px !important;
	border-bottom-width: 18px !important;
}

.dropzone .dz-preview .dz-remove {
    margin-top: 2px !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    background: #949494;
    color: #fff;
    padding: 5px;
    text-decoration: none !important;
}
.dropzone .dz-preview .dz-remove:hover {
	background: #757272;
}
.dropzone .dz-preview .dz-image{
	width: 100px !important;
	height: 100px !important;
	border-radius: 0 !important;
}

#reorder-helper {
	margin: 18px 10px;
	padding: 10px;
}

.light_box {
	background: #efefef;
	padding: 20px;
	margin: 15px 0;
	text-align: center;
	font-size: 1.2em;
}


/* image gallery */

.photography_gallery {
	width: 100%;
	float: left;
	margin-top: 15px;
	height: 400px;
	overflow-x: hidden;
    /* overflow-y: scroll; */
}

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

.photography_gallery ul li {
	padding: 7px;
	float: left;
	margin: 10px 7px;
	background: none;
	width: auto;
	height: auto;
}

.photography_gallery img {
	width: 80px !important;
	height: 80px !important;
}

.reorder-img {
	border: 2px dashed #dedede !important;
}

.photo-name {
	font-weight: 600;
	text-align: center;
}

.photo-large {
	width: 300px !important;
    height: 300px !important;
	margin: 0 auto;
	display: block;
}

.image-group-btn {
	margin-bottom: 20px;
	text-align: center;
	display: block;
}

.rotate-btn {
	padding: 10px;
	margin: 3px;
}


/* notice box */

.notice,
.notice a {
	color: #fff !important;
}

.notice {
	z-index: 8888;
	padding: 10px;
	margin-top: 20px;
}

.notice a {
	font-weight: bold;
}

.notice_error {
	background: #E46360;
}

.notice_success {
	background: #657E3F;
}

/* HOVER IMAGE */

.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 10px;
}

.hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	/* border:1px solid #fff; */
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 20px 0 0;
	padding: 7px 14px;
}

.hovereffect i {
	font-size: 23px !important;
}

.hovereffect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}

.hovereffect:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.no-image-available{
    text-align: center;
    margin: 100px auto;
    display: block;
    font-size: 25px;
}
.btn-photo-view{
	padding-left: 15px;
    padding-right: 15px;
}
.view-link{
	text-decoration:  none !important;
}

.dz-area {
	margin-bottom: 10px;
}

@media only screen and ( max-width : 767px ) {
	/* mobile */
	.view-dropzone .info_web {
		display: none;
	}

	.view-dropzone .info_mobile,
	.mobile_actions {
		display: inline-block !important;
	}
}

#open_camera_btn {
	border: none;
    padding: 7px;
    border-radius: 4px;
	margin: 10px 0;
}

.view-dropzone .info_mobile,
.mobile_actions {
	display: none;
}

.view-dropzone .dz-upload-processing {
	pointer-events: none;
	display: none;
    z-index: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.view-dropzone .dz-upload-processing {
	pointer-events: none;
	display: none;
    z-index: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.view-dropzone .dz-upload-processing .be_error {
	display: none;
}

.view-dropzone {
	min-height: 24vh;
	max-height: 24vh;
    overflow: auto;
}

.action_buttons button {
	border: none;
    font-size: 17px;
    padding: 8px;
    border-radius: 4px;
}

.action_buttons button[disabled]:hover,
.action_buttons button:disabled {
	background-color: #f5f5f5;
}

.action_buttons {
	text-align: right;
    margin: 18px 0;
}


/* list page actions */
.photography-page_actions {
	text-align: right;
}

/* UPLOAD UPDATE */
.upload_update {
	background: #f5f5f5;
    border-radius: 5px;
    max-height: 24vh;
    min-height: 24vh;
    overflow: auto;
	position: relative;
}

.upload_update .upload_update_title {
	padding: 10px 0px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: sticky;
    top: 0;
    background: #f5f5f5;
}

.upload_update .upload_update_body {
	min-height: 15vh;
}

.active_uploads {
    margin: 0 10px;
}

.active_uploads .processing_upload {
    display: inline-flex;
    width: 100%;
    padding: 0px 0px 0px 52px;
    margin-bottom: 6px;
}

.active_uploads .processing_upload .uploading_spinner {
    margin: 0 10px;
}

.upload_update .folder_dropzone_notice {
	position: sticky;
	background: #d84e4e;
	width: 100%;
	bottom: 0;
	color: #040404;
	padding: 6.5px;
	display: none;
}

.upload_update .upload_update_title button {
	position: absolute;
    right: 0;
	padding: 0 10px;
    background: transparent;
}



.upload_update .per_item_container,
.upload_update .per_folder_container {
	padding: 0 13px;
    display: inline-flex;
    width: 100%;
}

.upload_update .per_item_container .icon,
.upload_update .per_folder_container .icon {
	font-size: 44px;
	width: 16%;
}

.upload_update .per_item_container .icon i,
.upload_update .per_folder_container .icon i {
	font-size: 44px;
}

.upload_update .per_item_container .content,
.upload_update .per_folder_container .content {
	padding: 10px 15px;
	width: 100%;
}

.upload_update .per_item_container .content .counter,
.upload_update .per_folder_container .content .counter {
	text-align: right;
}

.photo_upload_viewer_content {
	text-align: center;
}

.photo_upload_viewer_content #photo_upload_viewer_img {
	display: none;
}

.photo_upload_viewer_content .img_is_loading {
	width: 300px;
    height: 300px;
    /* margin: 53px 0px; */
}

/* progress bar */
.progress {
	width: 100%;
	height: 3px;
	margin: 0;
	margin-top: 10px;
}
.progress .progress_bar {
	background: #ffffff;
    width: 100%;
}
.progress .progress_bar .progress_loader {
	background: #707070;
    width: 0%;
	height: 3px;
	transition: all ease-in-out 0.5s;
}

#photography_maingrid table thead tr th {
	text-align: center !important;
	vertical-align: middle !important
}

/* airtable management page */
#airtable_management_page .amp_section_headers {
	display: inline-flex;
	width: 100%;
}

#airtable_management_page .amp_section_headers .ash_headers {
	width: 50%;
    /* background: #c1b6b6; */
    padding: 10px;
    border-radius: 3px 3px 0 0;
	border: none;
	border-bottom: 1px solid;
}

#airtable_management_page .amp_section_headers .ash_headers.active_header {
	border: 1px solid;
    background: #5cb85c;
	position: relative;
}

#airtable_management_page .amp_section_headers .ash_headers.active_header::after {
	content: "";
	border: 1px solid #5cb85c;
    width: 100%;
    height: 26%;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #5cb85c;
}

#airtable_management_page .is-loading,
#airtable_management_page .result_alert,
#airtable_management_page .asc_component {
	display: none;
}

#airtable_management_page .asc_component.active_content {
	display: block;
}

#airtable_management_page .maf_actions {
	width: 100%;
}

#airtable_management_page .template_upload_group.uploading {
	position: relative;
}

#airtable_management_page .template_upload_group.uploading::before {
	content: "";
    position: absolute;
    background: rgb(255 255 255 / 40%);
    width: 100%;
    height: 100%;
}

#airtable_management_page .maf-bottom_actions {
	text-align: right;
}

#airtable_management_page .maf-bottom_actions button {
    min-width: 130px;
}

#airtable_management_page #process_files_modal .modal-body {
    max-height: 72vh;
    overflow: auto;
}

#airtable_management_page .fil_component {
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

#airtable_management_page .fil_component .filc_div {
    padding: 10px;
}

#airtable_management_page .fil_component .filc_div-header {
    background-color: #938e8e;
    border-radius: 3px 3px 0 0;
    position: relative;
}

#airtable_management_page .fil_component .filc_div-header.active_header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: green;
    bottom: 0;
    left: 0px;
}

#airtable_management_page .fil_component .filc_div-body {
    border: none;
    position: relative;
    border-radius: 0 0 3px 3px;
    background-color: #f5f5f5;
}

#airtable_management_page .fil_component .filc_div-body .tag-done {
    display: none;
}

#airtable_management_page .fil_component .filc_div-body .filb-tag_container:not(:last-child) {
    border: none;
    border-bottom: 1px solid #d5d5d5;
}

#airtable_management_page .fil_component .filc_div-body .ci_component {
    padding: 10px 0;
    position: relative;
}

#airtable_management_page .fil_component .filc_div-body .ci_component .is-loading {
    margin-left: 10px;
}

.photo-list .sd-daterange .sdd-component.body .daterange-picker .left-ind {
    left: 10px;
    top: 7px;
}

.photo-list .sd-daterange .sdd-component.body .daterange-picker .range-value {
    padding-left: 3rem;
}

.photo-list .sd-daterange .sdd-component.body .daterange-picker .right-ind.kv-clear {
    right: 3rem;
    top: 10px;
    font-size: 24px;
}

.photo-list .sd-daterange .sdd-component.body .daterange-picker .right-ind {
    right: 8px;
    top: 0px;
    font-size: 24px;
}