	.chosen-container { width: 110px !important;}
	.chosen-results li { width: 110px !important;}
	/*.list-tags {max-height: 500px; overflow: auto;max-width: 200px;}
	.list-publishers {max-height: 180px; overflow: auto;max-width: 200px;}
	.photos-month-year-list { max-height: 180px; overflow: auto; max-width: 200px;}*/
	/* Designer Design*/
	.list-tags {max-height: 500px; overflow: auto;/* max-width: 150px; */}
	.list-publishers {max-height:inherit; overflow: auto;/* max-width: 150px; */}
	.photos-month-year-list { max-height: 180px;
    overflow: auto;
    max-width: 200px;}
	.tagClear { height: 50px;}
	.publisherClear { height: 50px;}
	h4 {margin-top: 5px; margin-bottom: 5px;}
	.checkbox, .radio { margin-top: 0px !important; margin-bottom: 5px !important;}
	/*.qtip-default {
		border: 1px solid #999;
    	background-color: #e8e8e8;
    	border-radius: 5px;
	    color: #555;
    }*/
	/* Designer Design*/
	.qtip-default {
		border: 1px solid #eaeaea;
    	background-color: #f7f7f7;
    	border-radius: 5px;
	    color: #555; margin-left:40px;
    }
    .qtip-default .qtip-icon {background: #FD9999;}
	/* --- material checkbox and radio for bootswatch --- */

	/* shared between both checkbox and radio */

	.radio label, .checkbox label {
	    padding-left: 25px;
	}
	/* Designer Design*/
	.radio label, .checkbox label {
	    padding-left: 25px;
	}

	input[type="checkbox"] {
	    margin: 4px 0 0;
	}

	.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	    -webkit-appearance: none;
	    margin-left: -25px;
	}

	.radio input[type="radio"]:after, .radio-inline input[type="radio"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
	    border-color: rgba(0, 0, 0, 0.54);
	}

	.radio input[type="radio"]:disabled:after, .radio-inline input[type="radio"]:disabled:after, .checkbox input[type="checkbox"]:disabled:after, .checkbox-inline input[type="checkbox"]:disabled:after {
	    border-color: rgba(0, 0, 0, 0.26);
	}

	.radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
	    outline: none;
	}

	/* checkbox */

	input[type="radio"] {
	    margin: 3px 0 0;
	}

	.checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
	    border: 2px solid;
	    border-radius: 2px;
	    content: '';
	    display: block;
	    height: 18px;
	    transition: 240ms;
	    width: 18px;
	}

	.checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    left: 6px;
	    top: 0;
	    display: table;
	    width: 6px;
	    height: 12px;
	    border: 2px solid #fff;
	    border-top: 0;
	    border-left: 0;
	    content: '';
	}

	.checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
	    background-color: #CE2020;
	    border-color: #CE2020;
	}

	.checkbox input[type="checkbox"]:disabled:checked:after, .checkbox-inline input[type="checkbox"]:disabled:checked:after {
	    background-color: rgba(0, 0, 0, 0.26);
	    border-color: transparent;
	}

	/* radio */

	.radio input[type="radio"]:before, .radio-inline input[type="radio"]:before, .radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
	    content: '';
	    border-radius: 50%;
	    display: block;
	    height: 16px;
	    width: 16px;
	    transition: 240ms;
	}

	.radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
	    border: 2px solid;
	}

	.radio input[type="radio"]:checked:after, .radio-inline input[type="radio"]:checked:after {
	    border-color: #0c84e4;
	}

	.radio input[type="radio"]:before, .radio-inline input[type="radio"]:before {
	    background-color: #0c84e4;
	    position: absolute;
	    top: 0;
	    left: 0;
	    transform: scale(0);
	}

	.radio input[type="radio"]:checked:before, .radio-inline input[type="radio"]:checked:before {
	    transform: scale(0.55);
	}

	.radio input[type="radio"]:disabled:checked:after, .radio-inline input[type="radio"]:disabled:checked:after {
	    border-color: rgba(0, 0, 0, 0.26);
	}

	.radio input[type="radio"]:disabled:checked:before, .radio-inline input[type="radio"]:disabled:checked:before {
	    background-color: rgba(0, 0, 0, 0.26);
	}
	.qtip-default ul{ margin:15px 0px; padding:0px;}
	.qtip-default li {
	position: relative;
	list-style: none;
	padding-left: 20px;
	margin-left: 6px;
	margin-bottom: 10px;
}
.qtip-default li:before {
	content: "> ";
	color: #e42424;
	font-weight: bolder;
	position: absolute;
	left: 0;
}

	input[type="checkbox"] {
	    margin: 4px 0 0;
	}

	.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	    -webkit-appearance: none;
	    margin-left: -25px;
	}

	.radio input[type="radio"]:after, .radio-inline input[type="radio"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
	    border-color: rgba(0, 0, 0, 0.54);
	}

	.radio input[type="radio"]:disabled:after, .radio-inline input[type="radio"]:disabled:after, .checkbox input[type="checkbox"]:disabled:after, .checkbox-inline input[type="checkbox"]:disabled:after {
	    border-color: rgba(0, 0, 0, 0.26);
	}

	.radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
	    outline: none;
	}

	/* checkbox */

	input[type="radio"] {
	    margin: 3px 0 0;
	}

	.checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
	    border: 2px solid;
	    border-radius: 2px;
	    content: '';
	    display: block;
	    height: 18px;
	    transition: 240ms;
	    width: 18px;
	}

	.checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    left: 6px;
	    top: 0;
	    display: table;
	    width: 6px;
	    height: 12px;
	    border: 2px solid #fff;
	    border-top: 0;
	    border-left: 0;
	    content: '';
	}

	.checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
	    background-color: #CE2020;
	    border-color: #CE2020;
	}

	.checkbox input[type="checkbox"]:disabled:checked:after, .checkbox-inline input[type="checkbox"]:disabled:checked:after {
	    background-color: rgba(0, 0, 0, 0.26);
	    border-color: transparent;
	}

	/* radio */

	.radio input[type="radio"]:before, .radio-inline input[type="radio"]:before, .radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
	    content: '';
	    border-radius: 50%;
	    display: block;
	    height: 16px;
	    width: 16px;
	    transition: 240ms;
	}

	.radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
	    border: 2px solid;
	}

	.radio input[type="radio"]:checked:after, .radio-inline input[type="radio"]:checked:after {
	    border-color: #0c84e4;
	}

	.radio input[type="radio"]:before, .radio-inline input[type="radio"]:before {
	    background-color: #0c84e4;
	    position: absolute;
	    top: 0;
	    left: 0;
	    transform: scale(0);
	}

	.radio input[type="radio"]:checked:before, .radio-inline input[type="radio"]:checked:before {
	    transform: scale(0.55);
	}

	.radio input[type="radio"]:disabled:checked:after, .radio-inline input[type="radio"]:disabled:checked:after {
	    border-color: rgba(0, 0, 0, 0.26);
	}

	.radio input[type="radio"]:disabled:checked:before, .radio-inline input[type="radio"]:disabled:checked:before {
	    background-color: rgba(0, 0, 0, 0.26);
	}

	.subscribe-button {
		padding: 1rem 0 !important;
	}
	.people-button {padding: 1rem 0 !important;}
	.padding-0 { padding-left: 0px !important; padding-right: 0px !important;}
	hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 0em 0;padding: 0;width: 100%;}
	.subscribe-user-icon {display: inline-block;vertical-align: top; top:3px;border-radius: 50%;overflow: hidden;position: relative;border: 2px solid #fff;}
	.subscribe-user-icon img { height: 40px; width: 40px;}
	.subscribe-name { display: inline-block;vertical-align: top;top: 12px;position: relative;margin-left: 11px;font-size: 18px;color: rgba(96, 125, 139, 0.8);}
	.people-user-icon { height: 50px; width: 50px; top: 0px !important; }
	.people-name { display: inline-block;vertical-align: top;top: 12px;position: relative;font-size: 18px;color: rgba(96, 125, 139, 0.8);}
	.padding-2 { padding: 2px !important;}
	
	.Form-label,
	.Form-label--tick {
	    display: block
	}
	
	.Form-label--tick {
	    position: relative;
	    display: inline-block;
	    margin-left: 1em
	}
	
	.Form-label-radio,
	.Form-label-checkbox {
	    position: absolute;
	    z-index: -1;
	    width: 1px;
	    height: 1px;
	    opacity: 0;
	    overflow: hidden
	}
	
	.Form-label-radio+.Form-label-text,
	.Form-label-checkbox+.Form-label-text {
	    cursor: pointer;
	    margin-right: 1em
	}
	
	.Form-label-radio+.Form-label-text::before,
	.Form-label-checkbox+.Form-label-text::before {
	    font-size: .875em;
	    display: inline-block;
	    width: 1.75em;
	    height: 1.75em;
	    line-height: 1.5;
	    border: 1px solid #ccc;
	    margin-right: .25em;
	    content: "\00a0";
	    color: white;
	    background-clip: padding-box;
	    background-color: white;
	    text-align: center;margin-right: 10px !important;
	}
	
	.Form-label-radio+.Form-label-text:hover::before,
	.Form-label-checkbox+.Form-label-text:hover::before {
	    border-color: #CE2020 !important;
	    box-shadow: 0 0 0 0 #CE2020 !important
	}
	
	.Form-label-radio:checked+.Form-label-text::before,
	.Form-label-checkbox:checked+.Form-label-text::before {
	    background-color: #CE2020;
	    border-color: #CE2020;
	    box-shadow: 0 0 0 0 #CE2020;
	    font-family: FontAwesome;
	    content: "\f00c"
	}
	
	.Form-label-radio:focus+.Form-label-text::before,
	.Form-label-checkbox:focus+.Form-label-text::before,
	.Form-label-radio:active+.Form-label-text::before,
	.Form-label-checkbox:active+.Form-label-text::before {
	    border-color: #CE2020;
	    box-shadow: 0 0 2px 0 rgba(0, 135, 212, 0.2)
	}
	
	/* .Form-label-radio+.Form-label-text::before {
	    border-radius: 100%
	} */
		
		
		
/* .mfp-buttons {position: relative;
	margin-top: 0px !important;
	text-align: right;
    top: -335px;
    right: 53px;}
.mfp-buttons a { padding: 0px !important;} */
.mfp-buttons {
	top: 70px;
    position: relative;
    text-align: right;
    /* margin-right: 60px; */
}
.mfp-buttons a {text-decoration: none;}
.mfp-buttons a:hover {text-decoration: none;}
.popup-picture-date a { color: white;mix-blend-mode: exclusion;}

.popover { max-width: inherit;}
#peopleModal .popover.bottom { left: 0px !important;}
#peopleModal .popover { max-width: 80% !important;}
#peopleModal .popover.bottom  .arrow {
    left: 10% !important;
}
#qualityDiv { font-size: 11px !important; font-weight: normal !important; padding-left: 15px;}
.socialMenu {padding: 5px !important; }
.socialMenu ul li { float: right;}
.socialMenu ul li a {color: black !important; font-size: 12px;}
.socialMenu ul li a:hover {text-decoration: underline;}
.socialMenu ul li a { border: none !important;}
/* .block-content .socialMenu ul { width: 220px; border: 1px solid black; background: white;} */
.menu-main .social-menu-ul { width: 190px !important; margin-top: 30px;}
.menu-main .social-menu-ul li {width: 190px !important; word-wrap: break-word;}
.menu-main .social-menu-ul li a {    color: white !important;text-overflow: ellipsis;overflow: hidden;width: 190px;}

.uploaded-image-size { font-weight: normal; font-size: 12px;}

.photo-loading-img {
    background: url('../images/waiting.svg') center no-repeat;
}
.mfp-buttons a.photo-popup-info { float: left; margin-left: 10px; padding: 11px 11px 11px 11px; margin-top: -13px;}
.popover-content { padding: 5px;}
.popover-content a { border: none !important;}
.popover-content .popover-share li { float: left; clear: both;}
.popover-content .popover-share li a { color: #5c5b5b; font-size: 12px; font-weight: normal;}
.popover-content .popover-share li a:hover {text-decoration: underline;}
.mfp-buttons a { font-weight: bolder; border: 2px solid white; margin-right: 65px;}
.mfp-close { font-weight: bolder; border: 2px solid #6f6f6f !important; color: #6f6f6f !important; opacity: 1 !important;}
.img-block .popover.bottom { width: 280px; z-index: 9;}
.block-content .popover.bottom .row { margin: 0px;}
.block-content .popover.bottom .row input { width: 180px !important; display: inline; }
.block-content .popover.bottom .row a { padding: 5px !important; display: inline !important;} 
.mfp-buttons .popover.bottom { width: 290px;}
.mfp-buttons .popover.bottom .row { margin: 0px; }
.mfp-buttons .popover.bottom .row input { width: 180px !important; display: inline;}
.mfp-buttons .popover.bottom ul {list-style-type: none;margin: 0px;padding: 5px;}
.mfp-buttons .popover.bottom ul li { line-height: 2em; font-family: 'Lato', sans-serif;}
.popover-header-title {text-align: center; font-weight: bolder; color: #ce2020;font-family: 'Montserrat', sans-serif;font-size: 16px;line-height: inherit; display: inherit;}

.block-content .popover-title { padding: 1px 14px;}
.block-content .share-copy-btns ul li a { padding: 1px 10px; }
.block-content .popover.bottom { margin-top: 0px;}
.block-content .popover-content { padding: 1px;}

.loading-message-div { margin-left: 10px;}


/* Follow page css  */
.follow-user-name {
	display: inline-block;
    vertical-align: top;
    top: 8px;
    position: relative;
    margin-left: 11px;
    font-size: 18px;
    color: rgba(96, 125, 139, 0.8);
}
.follow-user-image {
	background: #ccc;
    border-radius: 50px;
}
.following-search-btn { 
	background: #E42424;
	color: white;
    font-size: 14px;
    border-radius: 100px;
    border: 1px solid #E42424;
    padding:5px 28px;
    cursor: pointer;
    margin: 0 10px 0 0;
    transition: 0.5s all;width: 110px;
}
.following-search-btn:hover{ background:#fff; color:#E42424;}
.following-div {
	margin-top: 10px;
}
.pending-btn {
	color: #e42424;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #e42424;
    padding: 10px 30px;
    cursor: pointer;
    margin: 0 10px 0 0;
    transition: 0.5s all;
    background: white;
}
.pending-btn:hover{ background:#e42424; color:#fff;}
.pending-cancel-btn {
	color: #949090;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #949090;
    padding: 10px 16px;
    cursor: pointer;
    margin: 0 10px 0 0;
    transition: 0.5s all;
    background: white;
}
.pending-cancel-btn:hover{ background:#949090; color:#fff;}
.photos-pending-btn:hover {background: #e42424; color: white; }
.photos-pending-btn {
	color: #e42424;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 2px solid #e42424;
    padding: 9px 24px;
    cursor: pointer;
    margin: 0 10px 0 0;
    transition: 0.5s all;
    background: white;
}
.photos-pending-cancel-btn {
	color: #e42424;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 2px solid #e42424;
    padding: 9px 15px;
    cursor: pointer;
    margin: 0 10px 0 0;
    transition: 0.5s all;
    background: white;
}
.followers-btn {
	color: #e42424;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 2px solid #e42424;
    padding: 10px 30px;
    cursor: pointer;
    margin: 0 10px 0 0;
    transition: 0.5s all;
    background: white;
}
.x-btn {
	color: #e42424;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #e42424;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 10px 0 0;
    transition: 0.5s all;
    background: white;
    font-weight: bold;
}
.x-btn:hover{ background:#e42424; color:#fff;}
.following-btn {
	color: white;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #e42424;
    padding: 10px 30px;
    cursor: pointer;
    margin: 0 10px 0 0;
    transition: 0.5s all;
    background: #e42424;
}
.following-btn:hover{ background:#fff; color:#e42424;}
.unfollow-confirm-btn {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #e42424;
    padding: 5px 20px;
    cursor: pointer;
    margin: 0 10px 0 0;
    transition: 0.5s all; background:#e42424;
}
.unfollow-confirm-btn:hover{ background:#fff; color:#e42424;}
.photos-follow-user-icon {
	display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	#approveFollowerRequestModal .modal-dialog {
	width: 80% !important;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.popup-comment-label {font-size: 15px !important; }
	.back-photo-btn { width: 30px !important; height: 30px !important; padding: 2px; }
	.mfp-close { width: 30px!important; height: 30px !important; line-height: 30px !important; }
	#approveFollowerRequestModal .modal-dialog {
	width: 80% !important;}
	.follow-user-name {
	    font-size: 14px;
	}
	.photos-pending-btn {
	    font-size: 8px;
	    padding: 9px 24px;
	}
	.photos-pending-btn {
    	font-size: 8px;
	    padding: 9px 24px;
	}
}
@media screen and (max-width: 991px) {
	.popup-photo-like-comment-label { display: inline-block; }
	.popup-photo-like-comment-div { width: 100% !important; }
	.photo-popup-bottom-bar { width: 100% !important; }
	.mfp-bottom-bar { height: 120px; margin-top: -66px;}
	.popup-picture-date-div { margin-top: 0px; }
}
@media screen and (max-width: 767px) {
	.menu_badge { font-size: 8px !important; padding: 1px 4px !important;}
	.menu_badge { /* top : 20px !important; */ right: -11px !important;}
	#approveFollowerRequestModal .modal-dialog {
	width: 100% !important;}
	.follow-user-name {
	    font-size: 14px;
	}
	.following-search-btn { 
	    font-size: 8px;
	    padding: 5px 20px;
	}
	.pending-btn {
	    font-size: 8px;
	    padding: 4px 8px;
	    margin: 0 3px 0 0;
	}
	.pending-cancel-btn {
	    font-size: 8px;
	    padding: 4px 4px;
	}
	.photos-pending-btn {
	    font-size: 8px;
	    padding: 9px 24px;
	}
	.photos-pending-cancel-btn {
	    font-size: 8px;
	    padding: 9px 15px;
	}
	.followers-btn {
	    font-size: 8px;
	    padding: 4px 8px;
	}
	.following-btn {
	    font-size: 8px;
	    padding: 4px 8px;
	}
	.x-btn {
		font-size: 8px;
		padding: 4px 8px;
	}
	.unfollow-confirm-btn {
	    font-size: 8px;
	    padding: 5px 20px;
	}
}

.select-text-wrap {
	white-space: pre-wrap !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #CE2020 !important;
}

.notification-span {
	font-size: 30px;
    margin-right: 23px;
    vertical-align: bottom;
    color: white;
}

/* Define how each icon button should look like */
.notification-div {
  color: white;
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
      padding: 3px 5px;
    font-size: 30px;
    margin-right: 17px;
    cursor: pointer;
}

/* Make the badge float in the top right corner of the button */
.button__badge {
  background-color: #E42424;
  color: white;
  border-radius: 50%;
  padding: 1px 6px;
  font-size: 12px;
  font-weight: bold;
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0;
  right: 0;
}
.menu_badge {
  background-color: #E42424;
  color: white;
  border-radius: 50%;
  padding: 1px 6px;
  font-size: 12px;
  font-weight: bold;
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0px;
  right: -13px;
}
.notification-item-div {
	width: 100%;
	padding: 3px;
}
.notification-name {
	font-size: 12px;
    width: 65%;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}
.notification-decline, .notification-accept, .notification-confirm {
	font-size: 10px;
	width: 16%;
	margin-left: 2px; float: right;
	color: white;text-transform: uppercase;border-radius: 100px;border: 2px solid #e42424;
    	padding: 2px 0px;cursor: pointer;transition: 0.5s all;background: #e42424;
}
.notification-cancel {
	font-size: 10px;
	width: 16%;
	margin-left: 2px; float: right;
	color: #e42424;text-transform: uppercase;border-radius: 100px;border: 1px solid #e42424;
    	padding: 3px 0px;cursor: pointer;transition: 0.5s all;background: white;
}
.notification-user-image {    background: #ccc;
    border-radius: 50px;
    width: 25px;}
.notification-list {
	max-height: 175px;
    overflow-y: auto;
}
.notification-user-text { margin-left: 2px;}
/* @media (min-width: 768px) {
	.container {
	   width: inherit;
	}
} */
@media screen and (max-width: 350px) {
	.header-notification .popover { width: 315px !important;}
	.list-category ul li a { font-size: 12px;}
	.refresh-btn { padding: 2px 2px; }
	.help-btn { padding: 2px 2px;}
	.border-bottom { padding-left: 4px;  padding-right: 4px;}
	span.user_icon { width: 25px !important; height: 25px !important;}

	.publisher-search-btn { font-size: 8px !important; margin: 0px !important;}
	.page-ttl h2 { font-size: 18px !important;}
	.edit-pro-subscribe-lt{ width:100%; float:left;}
    .edit-pro-subscribe-rt{ width:100%; float:right; text-align:center;}
	.edit-pro-subscribe-rt .unsubscribe-btn{ float:none !important;}
	#subscribes .center-content{ margin-bottom:22px;}
}
.navbar-toggle { border-radius : 25% !important;}
@media screen and (max-width: 544px) {
	.cancel-btn:active { color: white;}
	.header-right { width: 42% !important;}
	.header-notification { margin-right: 3px;}
	.navbar-header-right { width: 100% !important;}
	.button__badge {    font-size: 8px !important;padding: 1px 4px !important;}
	.notification-div {font-size: 19px !important; margin-top: 7px !important;}
	span.user_icon {    width: 30px;height: 30px;margin-top: -5px !important;}
	.header-user-name {width: 65% !important;}
	.header-user-email { /* width: 70px; */overflow: hidden;text-overflow: ellipsis;display: block;}
	.manage-subscription-btn { font-size: 8px;}
	/* span.icon-setting { top: 35px !important;} */
	.add-people-choice {width: 100%;font-size: 13px;float: right;margin-bottom: 9px;}
	.add-people-choice-div {display: inline-block;}
.ng-pristine.ng-valid	.padding-0.col-sm-12{ width:100%; display:inline-block;}
}

/* .photo-list-main-div{
	display: flex;
  flex-wrap: wrap;
}
.user-picture-main-div {
	display: flex;
	width: 100%;
}
.photo-grid-block, .comments-div {
	background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0em 1em;
	width: 100%;
} */

/* -------------------- Comments styles --------------------------- */
.comments-div {  max-height: 195px;  display: inline-block; width: 100%; margin-top: 0; margin-bottom: 0; 
padding: 3px; border-radius: 5px; background-color: #fbfbfb;}
.comment-previous-link { display: block;}
.comment-username { font-weight: bold;}
.delete-comment-link, .delete-comment-link:hover, .delete-comment-link:active { color: #949090 !important; display: inline-block; float: right;}
.comment-text {
	float: left;
	width: 90%;
	font-size: 13px;
	color: #565252;
	line-height: 1.5em;
	max-height: 3em;
	margin-bottom: 3px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.comment-add {
	width: 100%;
	display: inline-table;
	margin-bottom: 2px;
}
.comment-add textarea { resize: none; width: 100%; height: 35px; padding-right: 30px;}
.comment-add textarea:focus { height: 70px !important;}

.comment-add textarea:focus + .comment-send-btn { display: block; }
	
.comment-send-btn:hover, .comment-send-btn:active, .comment-send-btn:focus { color: white;}
.comment-send-btn  { display: none; float: right; color: white; 
	background: #E42424;
	border-radius: 4px; margin-top: -35px; width: 35px; height: 35px; border-top-left-radius: 22px; padding: 8px 9px;}
	
@-moz-document url-prefix() {
	.comment-send-btn {
		position: relative;
	}
	
	.popup-comment-send-btn {
		position: relative;
	}
}


.mfp-image-holder .mfp-content {
	width: 80%;
	height: 90%; margin-top: 2%;
	/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); */
}
.display-hide { display: none !important;}
.mfp-figure { width: 100%; background-color: #353535; float: left; height: 100%; text-align: center; position: relative;}
.popup-comment-area { width: 100%; background-color: #f7f5f5; float: right; height: 100%;}
.mfp-img { max-height: 654px;
    max-width: 100%;
    max-height: 100% !important;
    /* margin-top: 29px; */}
.popup-image-tags {    margin-top: -15px; margin-left: 5px;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {top: 8px;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { right: 8px;}
.popup-comment-label { text-align: center;font-size: 20px;padding-top: 13px; padding-bottom: 13px; height: 10%; position: relative;}
.popup-comment-add .popup-comment-add-field {    bottom: 0;resize: none;width: 100%; height: 70px !important; padding-right: 30px;
width: 100%;}
.popup-comment-send-btn { float: right; color: white; 
	background: #E42424;
	border-radius: 4px; margin-top: -35px; width: 35px; height: 35px; border-top-left-radius: 22px; padding: 8px 9px;}
.popup-comment-send-btn:hover, .popup-comment-send-btn:active, .popup-comment-send-btn:focus { color: white;}
.popup-like-div { margin: 2%; display: inline-table;}
.popup-comment-div { margin: 2%; display: inline-table; }
.popup-favorite-div {margin: 2%; display: inline-table; }
.popup-like-comment-label { display: flex; bottom: 85px; position: absolute;margin-left: 1%;height: 5%;}
.popup-comment-add {bottom: 0; position: absolute;margin: 1%; height: 12%; width: 28%;}
.popup-comment-data {height: 68%;overflow: auto;padding: 1%;display: inline-block;position: absolute;  width: 30%; }
/*.popup-comment-add {bottom: 0; position: absolute;margin: 1%; height: 12%; width: 98%;}
.popup-comment-data {height: 68%;overflow: auto;padding: 1%;display: inline-block;position: absolute;  width: 100%; }*/
.popup-comment-username { font-weight: bold; margin-right: 4px;}
.comment-comment-text { white-space: pre-wrap;}
.popup-comment-comment-text { white-space: pre-wrap;}
.popup-comment-text {
	width: 90%;
	font-size: 13px;
	color: #565252;
    overflow: hidden;
    float: left;
}
.popup-delete-comment-link { width: 10%; float: right;}
.popup-delete-comment-link, .popup-delete-comment-link:hover, .popup-delete-comment-link:active { color: #949090 !important; };
.mfp-bottom-bar { width: 100%; position: absolute;}
.user-picture-image-path-url {text-overflow: ellipsis;overflow: hidden;width: 100%;white-space: nowrap;text-align: center;display: inline-block;}
.mfp-content .user-picture-image-path-url { padding: 11px;} 
.clr-red.user-picture-like { border: 1px solid #E42424; padding: 3px; border-radius: 25px;width: 50px;display: inline-block;text-align: center; margin-right: 5px;}
.clr-red.user-picture-like:hover { background-color: #E42424; color: white;}
.clr-lc.user-picture-like { border: 1px solid #949090; padding: 3px; border-radius: 25px;width: 50px;display: inline-block;text-align: center;margin-right: 5px;}
.clr-lc.user-picture-like:hover { background-color: #949090; color: white;}
.clr-red.order-picture-button { border: 1px solid #E42424; padding: 3px; border-radius: 25px;width: 40px;display: inline-block;text-align: center; margin-right: 5px;}
.clr-red.order-picture-button:hover { background-color: #E42424; color: white;}
.popup-comment-area > div > div > div > .popup-order-picture-button {height: 28px;padding: 9px;padding-top: 3px;margin-top: -4px;border: 1px solid #E42424;border-radius: 25px;width: 45px;display: inline-block;text-align: center;margin-right: 5px;margin-left: -2px;float: left;}
.clr-red.popup-order-picture-button { height: 28px;padding: 6px;padding-top: 12px;margin-top: 2px;border: 1px solid #E42424;border-radius: 25px;width: 45px;display: inline-block;text-align: center;margin-right: 5px;margin-left: -2px;float: left;}
.clr-red.popup-order-picture-button:hover { background-color: #E42424; color: white;}
.popup-like-comment-label .clr-red.popup-like-ele { margin-top:-4px; border: 1px solid #E42424; padding: 3px; border-radius: 25px;width: 60px;display: inline-block;text-align: center; margin-right: 5px;}
.popup-like-comment-label .clr-red.popup-like-ele:hover { background-color: #E42424; color: white;}
.popup-like-comment-label .clr-lc.popup-like-ele { margin-top:-4px; border: 1px solid #949090; padding: 3px; border-radius: 25px;width: 60px;display: inline-block;text-align: center;margin-right: 5px;}
.popup-like-comment-label .clr-lc.popup-like-ele:hover { background-color: #949090; color: white;}

.list-tags-div .blockElement img { height: 50px;}
.publisher-name-tag-div .blockElement img { height: 50px;}
.blockElement { z-index: 99999 !important; color: white !important; top: 0 !important;}
#sideBarAccordion  .ui-accordion-content { height: inherit !important; }
.ui-accordion .ui-accordion-content { padding: 0.5em 0.5em;  }
.photo-center-content .ui-accordion .ui-accordion-header { width: 100%; float: left;}
.photo-center-content .ui-accordion .ui-accordion-content { width: 100%; float: left;}
#sideBarAccordion { display: none;}
.accordion-tag-clear { height: 25px !important;}
.accordion-publisher-clear { height: 25px !important;}
.photo-accordion-choice { max-height: 100px !important;}
.photo-accordion-tags { max-height: 500px !important;}
.photo-accordion-publisher {max-height: 200px !important;}
.photo-accordion-recent { max-height: 200px !important;}
#sideBarAccordion li { margin-bottom: 2px;}
.photo-searching-people {padding: 5px;margin-top: 5px;margin-right: 0px;margin-left: 0px; margin-bottom: 5px; border-top: 1px splid #ccc;}
.popup-like-comment-label .popover.top>.arrow:after { color: black !important; border-top-color: black;}
.popup-like-comment-label .popover-content { max-height: 120px; overflow: auto; color: white !important;}
.popup-like-comment-label .popover { background-color: black !important;}
.like-username { font-size: 12px;}
.comment-data-div:hover .delete-comment-link { opacity: 1 !important;}
.delete-comment-link:hover { opacity: 1 !important;}
.popup-comment-text-div:hover .popup-delete-comment-link { opacity: 1 !important;}
.popup-delete-comment-link:hover { opacity: 1 !important;}
.searching-tags { height: 70px; border-radius: 50%; }
.searching-tags-div { height: 70px;}
.searching-tags-div .searching-tags-left-div { float: left;}
.searching-tags-div .searching-tags-right-div { float: right; padding-top: 5px;}
.searching-tags-text { height: 70px;overflow: auto;}
.width-10-per { width: 10%;}
.width-90-per { width: 90%;}
.width-100-per { width: 100% !important;}
.width-25-per { width: 25%; }
.width-75-per { width: 75%; }
.float-left { float: left; }
.font-bold { font-weight: bold;}
.user-picture-likes-username { cursor: pointer}
.mfp-bottom-bar { width: 100%;}
.popover-share {     list-style: none;padding-left: 5px;width: 230px;text-align: center;}
.popup-dynamic-photo-width { width: 70% !important;}
.popup-dynamic-comment-width { width: 30% !important;}
.photos-like-comment .popover { background-color: black !important;}
.photos-like-comment .popover.bottom>.arrow:after { color: black !important; border-bottom-color: black;}
.photos-like-comment .popover-content {
	max-height: 120px;
	overflow: auto; 
	background-color: black;
	color: white;
}


.popup-photo-like-comment-label { height: 32px;background: #EAEAEA;margin-top: -28px; padding: 0px 5px 0px 0px; border-radius: 25px;margin-left: 0px; display: inline-block; opacity:0.6 !important;}
.popup-photo-like-comment-label .popover.top>.arrow:after { color: black !important; border-top-color: black;}
.popup-photo-like-comment-label .popover-content { max-height: 120px; overflow: auto; color: white !important;}
.popup-photo-like-comment-label .popover { background-color: black !important;}
.popup-photo-like-comment-label .popup-photo-like-div { float: left; margin-left: 4px; margin-right: 8px; }
.popup-photo-like-comment-label .popup-like-ele { float: left; margin-left: 5px;}
.popup-photo-like-comment-label .popup-user-picture-likes-username { float: left; margin-top: 9px;}
.popup-photo-like-comment-label .popup-photo-comment-div { float: left; margin-left: 4px; margin-top: 9px;}
.popup-photo-like-comment-label .popup-photo-favorite-div { float: left; margin-left: 4px; margin-top: 9px;}
.popup-photo-like-comment-label .popup-like-ele {;border: 1px solid #949090;border-radius: 25px;width: 60px;display: inline-block;text-align: center;margin-right: 5px;}
.popup-photo-like-comment-label .clr-red.popup-like-ele { height: 28px;padding: 6px;margin-top: 2px; border: 1px solid #E42424; border-radius: 25px;width: 60px;display: inline-block;text-align: center; margin-right: 5px;margin-left: -2px;}
.popup-photo-like-comment-label .clr-red.popup-like-ele:hover { background-color: #E42424; color: white;}
.popup-photo-like-comment-label .clr-lc.popup-like-ele { height: 28px;padding: 12px;margin-top: 2px; border: 1px solid #949090; border-radius: 25px;width: 60px;display: inline-block;text-align: center;margin-right: 5px; margin-left: -2px;}
.popup-photo-like-comment-label .clr-lc.popup-like-ele:hover { background-color: #949090; color: white;}
.popup-photo-like-comment-div { float: left; width: 25%; }
.photo-popup-bottom-bar { width: 75%; float: left;}
.back-photo-btn { float: left;margin-left: 6px;border-radius: 50%;height: 40px;width: 40px;margin-top: -4px;color: #333;border: 2px solid #333;}
.popup-image-div {
	height: 100%;      /* equals max image height */
    width: 100%;
    /* border: 1px solid red; */
    white-space: nowrap;
    
    text-align: center; margin: 2em 0;
}
/* .popup-share {    position: relative;top: -23px;right: 0;display: inline-block;padding: 11px 11px 8px 11px !important;} */
.popup-image-div:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.errorFieldPopupBody {
	max-height: 150px;
	overflow: auto;
}
#errorFieldPopup .modal-content { margin-top: 120px;}
.header-cancel-btn { margin-top: 30px !important; margin-right: 0px !important; }
.header-update-btn { margin-top: 30px !important; margin-right: 0px !important; }
#errorFieldPopup .modal-footer { padding: 5px !important;}
.photo-mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
button.photo-mfp-close{
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 2px solid #fff;
  -webkit-appearance: none;
  border-radius: 50%;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
.photo-mfp-close {
  width: 42px;
  height: 42px;
  line-height: 39px;
  position: absolute;
  right: 10px;
  top: -15px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF !important;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .photo-mfp-close:hover,
  .photo-mfp-close:focus {
    opacity: 1; }
  .photo-mfp-close:active {
     }
#popupNoComments { width: 100% !important;}
.mfp-img {
	background: #3A6F9A;
    vertical-align: middle;
}
.mfp-close { cursor: pointer !important;} 
/* Handle Mobile Styles for Popup  */

@media screen and  (min-width: 1600px) {
	.popup-comment-add { height: 9%;}
}
/*@media screen and (min-width: 768px) and (max-width: 1200px) {
	.mfp-image-holder .mfp-content { width: 98%;}
}*/
@media screen and (max-width: 767px) {
	.delete-comment-link { opacity: 1 !important;}
	.popup-delete-comment-link { opacity: 1 !important;}
	.popup-dynamic-photo-width { width: 100% !important; display: none !important; }
	.popup-dynamic-photo-width { width: 100% !important;}
	.popup-comment-area { width: 100% !important; height: 100%;}
	.popup-comment-data { padding: 1%; height: 70%; width: 100%;}
	.popup-comment-add { height: 6%;  width: 98%;}
	.popup-comment-add .popup-comment-add-field { height: 35px !important; }
	.popup-like-comment-label {bottom: 25px; height: 10%;}
	.popup-comment-div { margin-top: 7px;}
	.popup-favorite-div { margin-top: 7px;}
	.popup-like-div { margin-top: 7px;}
}
@media screen and (max-width: 767px) {
	/* .image-tags { height: auto !important;}
	.comments-div { max-height: 80px;}
	.mfp-figure { width: 100%; height: 40%;}
	.popup-comment-area { width: 100%; height: 60%;}
	.popup-comment-label { padding-top: 0px; padding-bottom: 0px; font-size: 15px; height: 5%;}
	.popup-comment-data { padding: 1%; height: 43%; width: 100%;}
	.popup-comment-add .popup-comment-add-field { height: 35px !important; }
	.popup-comment-add { height: 6%;  width: 98%;}
	.popup-like-comment-label { bottom: 43px; height: 4%;} */
	
	/* .image-tags { height: auto !important;} */
	/* .comments-div { height: 80px;} */
	/*.mfp-figure { width: 100%; height: 200px;}
	.mfp-bottom-bar { width: 100%; }
	.popup-comment-area { width: 100%; max-height: 310px; height: auto;}
	.popup-comment-label { padding-top: 0px; padding-bottom: 0px; font-size: 15px; height: 15px; clear:both;}
	.popup-comment-data { padding: 1%; max-height: 200px; width: 100%; clear:both; position: relative;}
	.popup-comment-add .popup-comment-add-field { height: 35px !important; }
	.popup-comment-add { height: 20px;  width: 98%; bottom: inherit; position:inherit; clear:both;}
	.popup-like-comment-label { bottom: 76px; height: 28px;  clear:both; position: inherit;}
	.mfp-close { color: white !important; border: 2px solid white !important;}
	.popup-share { margin-right: 52px !important; }
	.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { top: 11px;}
	.popup-picture-date-div { margin-top: -15px;}
	.popup-image-tags .image-tags ul {margin: 0px;}	*/
	.mfp-figure { width: 100%; height: 100%;}
}



.sub-folders-label { font-weight: bold; padding: 6px;}
.sub-folders-tag { padding: 6px 14px; background-color: white; border: 1px solid #ccc; 
	margin-left: 7px; margin-bottom : 5px; border-radius: 25px; cursor: pointer;}
.active-publisher { font-weight: bold; }
.publisher-sub-folders-div {    max-height: 75px;
    overflow: auto; display: inline-block;}
    
.loading-more-data { text-align: center; font-size: 18px; display: block;}
.photos-follow-no-of-request{margin: 0px auto 0;
    display: table;}
.mfp-figure, .popup-comment-area, .mfp-img { border-radius: 5px;}
.mfp-wrap { overflow-x: inherit !important; overflow-y: inherit !important; }
.fixed-left-filter {
	top: 0px;
    background: white;
    position: fixed;
    width: 16.5%;
    padding: 0px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-left: -15px;
}

.fixed-left-filter-bottom {
    background: white;
    position: fixed;
    width: 16.5%;
    padding: 0px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-left: -15px;
}
.month-year-dropdown-div { margin-top: 5px;}
.photos-month-year-list { padding-top: 5px;}
.alert-danger { color: #e42424; }
.angular-ui-tree-empty { border: inherit; min-height: inherit;}