@font-face {
  font-family: 'EkMukta-Light';
  src: url(../font/EkMukta-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'EkMukta-SemiBold';
  src: url(../font/EkMukta-SemiBold.ttf) format('truetype');
}

body {
	font-family: "EkMukta-Light";
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	letter-spacing: 0.02em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 28px;
	line-height: 36px;
}

.clear {
	clear: both;
}

.page {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

/****************************************
		HEADER
****************************************/

.header {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 540px;
	height: 60px;
	z-index: 4;
	display: block;
	background-color: #6E6E6E;
	overflow: hidden;
	transition: .25;
	margin-top: 0;
}

.header.shadow {
	top:15px;
	width: 480px;
	left: 15px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}

.header .title {
	position: absolute;
	top: 0;
	left: 60px;
	right: 60px;
	bottom: 0;
	z-index: 1;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 0 0 16px;
}

.header .title .second {
	margin-top: 5px;
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px !important;
	color: #fff;
}

.header .title .first {
	margin-bottom: 5px;
	display: block;
	width: 100%;
	height: 25px;
	margin: 0;
	line-height: 25px;
	font-size: 20px !important;
	color: #fff;
}

.header .nav-icons {
	position: absolute;
	top: 0;
	bottom: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.header .nav-icons-left {
	left: 0;
	z-index: 4;
}

.header .nav-icons-center {
	left: 60px;
	z-index: 2;
}

.header .nav-icons-right {
	right: 0;
	z-index: 1;
}

.header .nav-icons-right.show {
	z-index: 3;
}

.header .nav-icons-center.hide {
	opacity: 0;
	transition: 0.3s;
}

.header .nav-icons-center.hide:hover {
	opacity: 1;
}

.header .nav-icons-center.hide:hover + ul {
	z-index: 1;
}

.header .nav-icons li {
	position: relative;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}

.header .nav-icons-center li:first-child,
.header .nav-icons-center li:nth-child(5) {
	display: inherit;
}

.header .nav-icons-center li,
.header .nav-icons-right li {

}

.header .nav-icons li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, border-radius 2s cubic-bezier(0.25, 1, 0.22, 1) 0s;
}

.header .nav-icons-center li a,
.header .nav-icons-right li a {
	width: 50px;
	height: 50px;
	margin: 5px;
}

.header .nav-icons-center li a:hover,
.header .nav-icons-right li a:hover {
	background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50px;

}

.header .nav-icons-left li a:hover {
	background-color: rgba(255, 255, 255, 0.15) !important;
}

.header .nav-icons li a#nav-menu {
	background-image: url(../img/icon/white/x128/bars.png);
	background-size: 24px 24px;
	background-color: #333432;
	border-radius: 100%;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s, border-radius 1s cubic-bezier(0.25, 1, 0.22, 1) 0s;
}

.header.shadow .nav-icons li a#nav-menu {
	background-color: #333432;
	border-radius: 0;
}

.header .nav-icons li a#nav-list {
	background-image: url(../img/icon/white/x128/list-inarea.png);
}

.header .nav-icons li a#nav-latest {
	background-image: url(../img/icon/white/x128/list-detail.png);
}

.header .nav-icons li a#nav-filter {
	background-image: url(../img/icon/white/x128/filter.png);
}

.header .nav-icons li a#nav-address {
	background-image: url(../img/icon/white/x128/binoculars.png);
}

.header .nav-icons li a#nav-statistics {
	background-image: url(../img/icon/white/x128/bar-chart.png);
}

.header .nav-icons li a#nav-info {
	background-image: url(../img/icon/white/x128/info-circle.png);
}

.header .nav-icons li a#nav-login {
	background-image: url(../img/icon/white/x128/key.png);
}

.header .nav-icons li a#nav-profile {
	background-image: url(../img/icon/white/x128/user.png);
}

.header .nav-icons li a#nav-close {
	background-image: url(../img/icon/white/x128/close.png);
}

.header .nav-icons li a#nav-refresh {
	background-image: url(../img/icon/white/x128/refresh.png);

	transition: all linear 1s;
	transform: rotate(0deg);
}

.header .nav-icons li a#nav-refresh.ng-hide {
	transform: rotate(180deg);
	transition: none;
}

.header .nav-icons li a#nav-filter .active {
	display: block;
	position: absolute;
	top: 17px;
	right: 9px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-color: #333432;
	background-image: url(../img/icon/white/x128/check.png);
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: center center;
}


/****************************************
		MAIN
****************************************/

.main {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.content {
	z-index: 999999996;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 560px;
	box-sizing: border-box;
	background-color: #ECECEC;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	margin-top: 0;
}

.content.ng-enter,
.content.ng-leave {
	transition-duration: .25s;
	-webkit-transition-duration: .25s;
}

.content.ng-enter {
	-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.content.ng-enter.ng-enter-active {
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.content.ng-leave.ng-leave-active {
	-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.content .content-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 560px;
	height: 90px;
	opacity: 1;
}

.content .content-header div {
	width: 100%;
	height: 100%;
}

.content.ng-enter .content-header {
  transition: .25s linear all;
  opacity: 0;
}

.content.ng-enter.ng-enter-active .content-header {
  opacity: 1;
}

.content.ng-leave .content-header {
  transition: .25s linear all;
  opacity: 1;
}

.content.ng-leave.ng-leave-active .content-header {
  opacity: 0;
}

.content .content-body {
	position: absolute;
	top: 91px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.content .content-body:hover {
	overflow-y: auto;
}

.content .content-body .content-body-inner {
	width: 560px;
	position: relative;
}

/****************************************
		MAIN OVERLAYS
****************************************/

.quick-add {
	position: absolute;
	z-index: 999999996;
	bottom: 20px;
	left: 30px;
	width: 40px;
	height: 40px;
	background-image: url(../img/icon/grey-dark/x128/marker-plus.png);
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: center center;
	transition: .25s;
	background-color: #fff;
	padding: 20px;
	border-radius: 100%;
	border: 1px solid #ccc;
}

.quick-add.shifted {
	left: 575px;
}

.quick-dvo {
	position: absolute;
	bottom: 70px;
	left: 30px;
	width: 40px;
	height: 40px;
	z-index: 999999998;
	border-radius: 20px;
	background-image: url(../img/icon/white/x128/bars-squares.png);
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: center center;
	transition: .25s;
}

.quick-dvo.shifted {
	left: 525px;
}

.quick-dvo.primary {
	bottom: 20px;
}

.map-style-select-wrapper {
	position: absolute;
	bottom: 115px;
	left: 52px;
	width: 40px;
	height: 40px;
	z-index: 999999998;
	transition: .25s;
}

.map-style-select-wrapper.shifted {
	left: 596px;
}

.map-style-select-wrapper.primary {
	bottom: 20px;
}

.map-style-select-button {
	display: block;
	width: 40px;
	height: 40px;
	z-index: 999999998;
	border-radius: 20px;
	background-color: #aaa;
	background-image: url(../img/icon/white/x128/bars-squares.png);
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.map-style-select {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 181px;
	height: 46px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 23px;
	z-index: 999999997;
	margin: 0;
	padding: 3px 3px 3px 3px;
	box-sizing: border-box;
	list-style-type: none;
}

.map-style-select ul {
	display: block;
	height: 40px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.map-style-select li {
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 5px;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.map-style-select li.close {
	background-image: url(../img/icon/white/x128/close.png);
	background-size: 16px auto;
	margin-left: 0;
}

.map-style-select li.dvo {
	background-image: url(../img/map-style-dvo.png);
}

.map-style-select li.standard {
	background-image: url(../img/map-style-standard.png);
}

.map-style-select li.satellite {
	background-image: url(../img/map-style-satellite.png);
}

.map-style-select li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);;
}

.map-style-select li.close a {
	border: 0;
}

.map-style-select li a.active {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	background-image: url(../img/icon/white/x128/check.png);
}

.logo {
	position: absolute;
	z-index: 999999996;
	top: 15px;
	right: 15px;
}

.logo img {
	width: 120px;
	height: auto;
}

.app-links {
	display: block;
	position: absolute;
	z-index: 999999996;
	right: 0;
	top: 380px;
	width: 38px;
}

.app-links a {
	display: block;
	width: 134px;
	height: 41px;
	margin-bottom: 5px;
	transition: .25s;
}

.app-links a:hover {
	margin-left: -94px
}

.app-links a.app-google {
	background-image: url(../img/store-google.png);
}

.app-links a.app-apple {
	background-image: url(../img/store-apple.png);
}

.map-spinner {
	position: absolute;
	top: 25px;
	left: 575px;
	width: 40px;
	height: 40px;
	z-index: 999999999;
	background-image: url(../img/spinner/radar.gif);
	background-size: 40px auto;
	opacity: 0.5;
}

/****************************************
		MAP
****************************************/

#map-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../img/background/map-grid.png);
	background-position: -16px -16px;
	overflow: hidden;
}

#map-control {
	position: absolute;
	right: 10px;
	bottom: 28px;
}

#map-control a {
	display: block;
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

#map-control a#zoom-out {
	bottom: 0;
	background-image: url(../img/icon/grey-dark-filled/x128/minus-square.png);
}

#map-control a#zoom-in {
	bottom: 45px;
	background-image: url(../img/icon/grey-dark-filled/x128/plus-square.png);
}

#map-control a#btn-filter {
	bottom: 100px;
	background-image: url(../img/icon/white/x128/filter-close.png);
	background-size: 24px auto;
	border-radius: 20px;
	opacity: 0.95;
}

#map {
	width: 100%;
	height: 100%;
	position: relative;
	transition: .25s;
}

#map.shifted {
	-webkit-transform: translate3d(280px, 0, 0);
	transform: translate3d(280px, 0, 0);
}

.sp-attribution {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 3px 0 0;
    background: rgba(255,255,255,0.7);
    padding: 2px;
    line-height: 12px;
	font-size: 10px;
	color: #000;
    display: block;
}

.sp-attribution.light {
	background: rgba(255,255,255,0.7);
}

.sp-attribution.dark {
	background: rgba(0,0,0,0.3);
}

.sp-attribution button,
.sp-attribution img {
	display: none;
}

.sp-attribution ul {
	margin: 0;
	padding: 0;
}

.sp-attribution li {
	float: left;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	color: #000;
	display: inline;
	list-style: none;
}

.sp-attribution a {
	display: inline-block !important;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
}

.map-dov-frame {
	position: absolute;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.8);
}

.map-dov-frame-top {
	top: 0;
	bottom: calc(50% + 300px);
	left: 0;
	right: 0;
}

.map-dov-frame-bottom {
	top: calc(50% + 300px);
	bottom: 0;
	left: 0;
	right: 0;
}

.map-dov-frame-left {
	top: calc(50% - 300px);
	bottom: calc(50% - 300px);
	left: 0;
	right: calc(50% + 300px);
}

.map-dov-frame-right {
	top: calc(50% - 300px);
	bottom: calc(50% - 300px);
	left: calc(50% + 300px);
	right: 0;
}


/****************************************
		MENU
****************************************/

.content-menu .content-body-inner {
	padding-bottom: 80px;
	box-sizing: border-box;
	min-height: 100%;
}

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

.menu-list li {
	border-bottom: 1px solid #E1E1E1;
}

.menu-list li a {
	width: 100%;
	height: 50px;
	display: block;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 50px;
	color: #000;
	padding-left: 60px;
	text-transform: uppercase;
	background-position: 18px center;
	background-repeat: no-repeat;
	background-size: 24px auto;
}

.menu-list li a.info {
	background-image: url(../img/icon/grey-dark/x128/info-circle.png);
}

.menu-list li a.add {
	background-image: url(../img/icon/grey-dark/x128/marker-plus.png);
}

.menu-list li a.list {
	background-image: url(../img/icon/grey-dark/x128/list-detail.png);
}

.menu-list li a.latest {
	background-image: url(../img/icon/grey-dark/x128/clock.png);
}

.menu-list li a.ranking {
	background-image: url(../img/icon/grey-dark/x128/bar-chart.png);
}

.menu-list li a.filter {
	background-image: url(../img/icon/grey-dark/x128/filter.png);
}

.menu-list li a.address {
	background-image: url(../img/icon/grey-dark/x128/binoculars.png);
}

.menu-list li a.settings {
	background-image: url(../img/icon/grey-dark/x128/gear.png);
}

.menu-list li a.logout {
	background-image: url(../img/icon/grey-dark/x128/exit.png);
}

.menu-list li a.login {
	background-image: url(../img/icon/grey-dark/x128/key.png);
}

.menu-list li a.profile {
	background-image: url(../img/icon/grey-dark/x128/user.png);
}

.menu-list li a.register {
	background-image: url(../img/icon/grey-dark/x128/user.png);
}

.menu-list li a.queue {
	background-image: url(../img/icon/grey-dark/x128/hourglass.png);
}

.menu-list li a.messages {
	background-image: url(../img/icon/grey-dark/x128/envelope.png);
}

.menu-list li a.users {
	background-image: url(../img/icon/grey-dark/x128/search.png);
}

.menu-list li a.spot-export {
	background-image: url(../img/icon/grey-dark/x128/download.png);
}


/****************************************
		DVO
****************************************/

.content-dvo {

}

.content-dvo .list {
	position: relative;
	width: 100%;
	height: 90px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.content-dvo .content.sequence-active .list {
	opacity: 0.5;
}

.content-dvo .list li {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 15px 0 0 15px;
}

.content-dvo .list li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #aaa;
	border-radius: 3px;
	text-align: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.content-dvo .list li a span {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 -14px;
	background-image: url(../img/icon/white/x128/check.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 14px;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.content-dvo .info {
	width: 100%;
}

.content-dvo .info div {
	display: block;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

.content-dvo .info div.title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}

.content-dvo .info div.description {
	margin-bottom: 20px;
}

.content-dvo .controls {
	position: relative;
	width: 100%;
	height: 146px;
}

.content-dvo .controls .slide-container {
	display: flex;
	align-items: center;
	position: absolute;
	left: 95px;
	right: 95px;
	height: 73px;
}

.content-dvo .controls .slide-year {
	top: 0;
	z-index: 9;
}

.content-dvo .controls .slide-month {
	bottom: 0;
	z-index: 9;
}

.content-dvo .controls .slide-container .rzslider {
	margin: 30px 0 15px 0;
}

.content-dvo .controls .slide-container .rzslider[disabled] {
	opacity: 0.5;
}

.content-dvo .controls .slide-container .rzslider .rz-bar {
	height: 2px;
	background-color: #aaa;
}

.content-dvo .controls .slide-container .rzslider .rz-pointer {
	top: -12px;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	transition: none;
}

.content-dvo .controls .slide-container .rzslider .rz-pointer:focus-visible {
	outline: none;
}

.content-dvo .controls .slide-container .rzslider .rz-pointer::after {
	display: none;
}

.content-dvo .controls .slide-container .rzslider .rz-model-value {
	color: #000;
	transition: none;
}

.content-dvo .controls .dvo-button {
	position: absolute;
	background-size: 24px auto;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 25px;
	width: 46px;
	height: 46px;
}

.content-dvo .controls .dvo-button.disabled {
	opacity: 0.5;
	cursor: default;
}

.content-dvo .controls .dvo-button-previous {
	left: 15px;
	top: 19px;
	background-image: url(../img/icon/grey-dark/x128/angle-double-left.png);
}

.content-dvo .controls .dvo-button-next {
	right: 15px;
	top: 19px;
	background-image: url(../img/icon/grey-dark/x128/angle-double-right.png);
}

.content-dvo .controls .dvo-button-filter {
	left: 15px;
	bottom: 8px;
	z-index: 9;
	background-image: url(../img/icon/grey-dark/x128/filter.png);
}

.content-dvo .controls .dvo-button-filter .active {
	display: block;
	position: absolute;
	top: 14px;
	right: 6px;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	background-color: #fff;
	background-image: url(../img/icon/grey-dark/x128/check.png);
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.content-dvo .controls .dvo-button-play {
	right: 15px;
	bottom: 8px;
	z-index: 9;
	background-image: url(../img/icon/grey-dark/x128/play.png);
}

.content-dvo.sequence-active .controls .dvo-button-play {
	background-image: url(../img/icon/grey-dark/x128/pause.png);
}

.content-dvo.sequence-active.sequence-loading .controls .dvo-button-play {
	background-image: url(../img/spinner/play.gif);
}


/****************************************
		FILTER
****************************************/

.field-search {
	position: relative;
	height: 49px;
}

.field-search .search-text {
	position: absolute;
	top: 2px;
	left: 15px;
	right: 90px;
	height: 45px;
}

.field-search .btn-go {
	position: absolute;
	top: 0;
	right: 15px;
	width: 70px;
	height: 45px;
	line-height: 45px;
}

.close-activity-context {
	display: block;
	width: 100%;
	height: 45px;
	background-color: #fff;
	background-size: 16px auto;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-image: url(../img/icon/grey-light/x128/close.png);
	color: #000 !important;
	box-sizing: border-box;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
    padding-left: 45px;
    padding-right: 10px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/****************************************
		ENTRY LIST
****************************************/

.entry-list {
	padding: 0;
	margin: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

.entry-list li {
	position: relative;
	background-color: #ECECEC;
	overflow: hidden;
	display: block;
	height: 0;
	margin: 0;
	padding-top: 70%;
	border-radius: 5px;
}

.entry-list li:last-child {
	/* border: 0; */
}

.entry-list li .left {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	bottom: 0;
	right: 0;
}

.entry-list li .left img {
	display: block;
	margin: 0;
	border-radius: 3px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.entry-list li .left .checked {
	display: block;
	position: absolute;
	top: 185px;
	left: 10px;
	width: 28px;
	height: 28px;
	background-color: #31A41E;
	background-image: url(../img/icon/white/x128/check.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
	border-radius: 14px;
	box-sizing: border-box;
	border: 2px solid #fff;
}

.entry-list li .left .checked.check-lock {
	top: 8px;
	background-image: url(../img/icon/white/x128/check-lock.png);
}

.entry-list li .left .checked.yellow {
	background-color: #e8c830ff;
}

.entry-list li .left .checked.light-green {
	background-color: #80c53aff;
}

.entry-list li .left .featured {
	position: absolute;
	top: 185px;
	left: 10px;
	width: 28px;
	height: 28px;
	background-size: cover;
}

.entry-list li .left .featured.second {
	left: 43px;
}

.entry-list li .right {
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgb(251 251 251 / 90%);
	height: auto;
	padding: 10px;
	max-height: 21px;
}

.entry-list li:hover .right {
	max-height: 95px;
	transition: max-height 0.33s ease-in;
}

.entry-list li .right .category {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	font-size: 15px;
	line-height: 16px;
	color: #333432 !important;
	font-weight: 700;
	width: 88%;
	margin-bottom: 5px;
	min-height: 32px;
	white-space: nowrap;
}

.entry-list li .right .desc {
	position: relative;
	top: -36px;
	left: 0;
	right: 0;
	height: auto;
	overflow: hidden;
	color: #1b1b1b;
	margin: 0 0 10px 0;
	padding-top: 31px;
	margin-bottom: -21px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjMgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlGRkJFOEU2QUQwRDExRUJBMDkxQTVCMzMzQjgyQjEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlGRkJFOEU3QUQwRDExRUJBMDkxQTVCMzMzQjgyQjEwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUZGQkU4RTRBRDBEMTFFQkEwOTFBNUIzMzNCODJCMTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUZGQkU4RTVBRDBEMTFFQkEwOTFBNUIzMzNCODJCMTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz55uZN0AAABWElEQVR42qyUwUpCQRSG51YbCckoiJa9QIJZLtq3dxG0CGwlEbi3jQtBfIOwhEhoEQT1AO2iRUa7u5IeIAilICIwIv8//mAYvHXTOfChc+bM5/XOzAlWshkTEZNgDWTBnHI9cA/uwOewRVNDcotgH2yD2YgfewanoA4e7YkJp7AAOqD0i8xorqTaQpSwDE5A0sSPpNaUXeGWHn/UqMvxLUyBAzN+0JGisPjH+4obdBQpzBt/kacw7SSbYAOEGvfBjugrF6qm6axNU5hwkhVwBRoat0FLtJVrqKbirE3wYL+BaStZBedgV+OcddZy+uTcA9h0hO8Brt4Nvqx7eoe3/MsXHjflksJj0PUg4/0+ovAFHHoQ7tH1c/UWxpSxO53Z7Wt1RNGruk7L7odLYNkp7Glu5r/9kItqIABf3HY9OjfqQ+eON2le9d04HTuUhLInZ/5axI6BAAMAmA9EuHj54rMAAAAASUVORK5CYII=');
	background-position: top right;
	background-repeat: no-repeat;
}

.entry-list li .right .desc .quote {
	float: left;
    font-size: 26pt;
    width: 21px;
    height: 17px;
    line-height: 32pt;
}

.entry-list li .right .user {
	position: absolute;
	left: auto;
	bottom: 150px;
	right: 0;
	height: auto;
	overflow: hidden;
	color: #fff;
	float: left;
	margin: 10px;
	width: 100%;
	text-align: right;
}

.entry-list li .right .user-img {
	float: right;
	width: 16px;
	height: 16px;
	background-image: url(../img/icon/white/x128/user.png);
	background-size: 10px auto;
	background-position: center center;
	background-color: #333432;
	background-repeat: no-repeat;
	border-radius: 3px;
}

.entry-list li .right .user-name {
	position: absolute;
	top: -8px;
	left: 0;
	right: 20px;
	height: 22px;
	font-size: 11px;
	line-height: 11px;
	font-family: sans-serif;
	overflow: hidden;
	word-wrap: break-word;
	text-shadow: 0 0 8px rgb(0 0 0 / 50%);
	padding-bottom: 10px;
}

.entry-list li .right .user-name span {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	max-height: 22px;
}

.entry-list li .right .datetime {
	position: absolute;
	bottom: 128px;
	right: 0;
	height: auto;
	color: #fff;
	float: left;
	width: 48%;
	margin: 10px;
	left: auto;
	text-shadow: 0 0 8px rgb(0 0 0 / 50%);
	background-image: url(../img/icon/grey-light/x64/clock-o.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px auto;
	padding-right: 20px;
	text-align: right;
	padding-left: 0;
	line-height: 22px;
	font-size: 11px;
}

.entry-list li .right .group-desc {
	position: relative;
	padding-left: 21px;
	background-image: url(../img/icon/grey-light/x16/stack.png);
	background-size: 16px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin-top: 10px;
	color: #fff;
}

.entry-list li .right .group-desc .group-category {
	font-weight: bold;
	display: block;
	width: 100%;
}

.entry-list li .right .group-desc .group-other {
	display: block;
	width: 100%;
}

.entry-list li .right .group-count {
	position: absolute;
	left: auto;
	bottom: 0;
	height: 22px;
	width: auto;
	overflow: hidden;
	right: 0;
	color: #fff;
	margin: 10px;
}

.entry-list li .right .group-count .group-nr {
	float: left;
	min-width: 22px;
	height: 22px;
	background-color: #333432;
	border-radius: 3px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	padding: 0 3px;
	box-sizing: border-box;
}

.entry-list li .right .group-count .group-label {
	float: left;
	line-height: 22px;
	padding-left: 5px;
	font-size: 11px;
}

.content-spot-list .list-empty {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 15px;
}

/****************************************
		ENTRY DETAIL
****************************************/

.content-detail.swiper-view {
	background-color: #E3E3E3;
}

#detail-swiper {
	min-height: 700px;
	height: auto;
}

#detail-swiper.swiper-view {
	background-color: #ececec;
	border-bottom: 2px solid #d8d8d8;
}

#detail-swiper .swiper-wrapper {
	height: 100%;
}

#detail-swiper .swiper-slide {
	background-color: transparent;
}

#detail-swiper .swiper-slide .readmore {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
	width: 100%;
	background-image: url(../img/background/fade-out-bottom.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
}

#detail-swiper .swiper-slide .readmore img {
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -14px;
	width: 28px;
	display: block;
}

#detail-swiper .swiper-slide .flag {
	position: absolute;
	right: 15px;
	bottom: 10px;
	width: 36px;
	height: 36px;
	background-image: url(../img/icon/grey-dark/x128/flag.png);
	background-size: 32px auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#detail-swiper .swiper-slide .flag span {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #bbc1c7;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

#detail-swiper .swiper-slide .flag span.red-flag {
	background-color: #be5252;
}

#detail-swiper .swiper-slide .edit {
	position: absolute;
	right: 15px;
	bottom: 10px;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	background-image: url(../img/icon/white/x128/pencil.png);
	background-size: 12px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

#detail-swiper .swiper-slide .edit.flag-count-visible {
	right: 60px;
}

#detail-swiper .swiper-slide .edit.checked {
	background-image: url(../img/icon/white/x128/lock.png);
	background-size: 16px auto;
	background-color: #bbc1c7 !important;
	cursor: default;
}

.content-detail .swipe-nav {
	display: block;
	position: absolute;
	top: 157px;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	z-index: 99;
	background-size: 24px auto;
	background-repeat: no-repeat;
}

.content-detail .swipe-prev {
	background-image: url(../img/icon/white/x64/angle-left.png);
	background-position: left 4px center;
	left: 15px;
}

.content-detail .swipe-next {
	background-image: url(../img/icon/white/x64/angle-right.png);
	background-position: right 4px center;
	right: 15px;
}

.entry-detail {
	width: 100%;
	min-height: 700px;
	position: relative;
	clear: both;
	text-align: left;
	color: #333432;
	float: left;
	display: block;
	overflow: hidden;
}

.entry-detail .image-root {
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	transition: .5s;
	background-position: center center;
	background-size: 100% auto;
	border: 2px solid #fff;
}

.entry-detail .image-root span {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #fff;
	font-size: 12px;
	text-shadow: 0 0 3px #000000;
}

.entry-detail .image-root:hover {
	background-size: 105% auto;
}

.entry-detail .image {
	display: block;
	width: 560px;
	height: 350px;
	overflow: hidden;
	text-align: center;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	transition: .5s;
	background-position: center center;
	background-size: 100% auto;
}

.entry-detail .image:hover {
	background-size: 105% auto;
}

.entry-detail .right {
	position: relative;
	float: right;
	width: 50%;
	padding: 15px 15px 50px 15px;
	box-sizing: border-box;
}

.entry-detail .left {
	position: relative;
	float: left;
	width: 50%;
	padding: 15px 15px 50px 15px;
	box-sizing: border-box;
}

.entry-detail .left.on-top {
	padding-top: 21px;
}

.entry-detail .right .community-bar {
	width: 100%;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 31px;
	box-sizing: border-box;
}

.entry-detail .right .community-bar.shifted {
	margin-bottom: 61px;
}

.entry-detail .right .community-bar a {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-size: auto 22px;
	background-repeat: no-repeat;
}

.entry-detail .right .community-bar span {
	display: block;
	float: left;
	width: 20px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin: 0 5px;
}

.entry-detail .right .community-bar a:last-child {
	margin: 0;
}

.entry-detail .right .community-bar a.like {
	background-image: url(../img/icon/grey-dark/x128/heart-o.png);
}

.entry-detail .right .community-bar a.like.liked {
	background-image: url(../img/icon/colored/x128/heart.png);
}

.entry-detail .right .community-bar a.comment {
	background-image: url(../img/icon/grey-light/x128/comment.png);
}

.entry-detail .right .detail-share-menu-button-open {
	top: 20px;
	right: 45px;
	left: auto;
	background-image: url(../img/icon/grey-dark/x128/share.png);
}

.entry-detail .right .detail-share-menu {
	top: 15px;
	right: 40px;
	left: auto;
}

.entry-detail .right .detail-share-menu .detail-share-menu-button-close {
	right: 5px;
	left: auto;
	background-image: url(../img/icon/grey-medium/x128/share.png);
}

.entry-detail .right .user {
	display: block;
	height: 38px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	color: #333432;
	margin-left: -8px;
}

.entry-detail .right .user-img {
	position: relative;
	float: left;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	background-size: cover;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.entry-detail .right .user-img .role-editor {
	position: absolute;
	right: -2px;
	bottom: 0px;
	width: 18px;
	height: 18px;
	background-position: center center;
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-image: url(../img/icon/white/x128/crown.png);
	background-color: #fbc545;
	border-radius: 9px;
}

.entry-detail .right .user-name {
	font-size: 15px;
	line-height: 19px;
	font-family: 'EkMukta-SemiBold';
	overflow: hidden;
	position: absolute;
	left: 53px;
	right: 43px;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	word-wrap: break-word;
}

.entry-detail .right .user-name span {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
}

.entry-detail .right .detail-menu li.menu-flag {
	position: relative;
}

.entry-detail .right .detail-menu li.menu-flag.has-count a {
	padding-right: 28px;
}

.entry-detail .right .detail-menu li.menu-flag span {
	position: absolute;
	top: 11px;
	right: 5px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #bbc1c7;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

.entry-detail .right .detail-menu li.menu-flag span.red-flag {
	background-color: #be5252;
}

.entry-detail .right .desc {
	font-size: 15px;
	line-height: 19px;
	font-family: 'EkMukta-Light';
	min-height: 19px;
	overflow: hidden;
}

.entry-detail .right .desc .quote {
    float: left;
    font-size: 24pt;
    height: 19px;
    width: 29px;
    background-image: url(../img/icon/grey-light/x64/quote.png);
    background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 19px;
}

.entry-detail .left .community-check {
	position: relative;
	width: 100%;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 31px;
}

.entry-detail .left .community-check .community-check-intro {
	position: absolute;
	top: -3px;
	left: 0;
	right: 111px;
}

.entry-detail .left .community-check .community-check-intro span {
	display: block;
	width: 100%;
}

.entry-detail .left .community-check .community-check-intro span.intro-header {
	font-size: 14px;
	line-height: 14px;
	color: #BBC1C7;
	font-weight: bold;
	margin-bottom: 3px
}

.entry-detail .left .community-check .community-check-intro span.intro-count {
	font-size: 11px;
	line-height: 11px;
}

.entry-detail .left .community-check .community-check-bubble-lines {
	position: absolute;
	top: 10px;
	right: 11px;
	width: 74px;
}

.entry-detail .left .community-check .community-check-bubble-lines div {
	position: absolute;
	width: 37px;
	height: 2px;
	background-color: #dedede;
}

.entry-detail .left .community-check .community-check-bubble-lines div.line-a {
	left: 0;
}

.entry-detail .left .community-check .community-check-bubble-lines div.line-b {
	right: 0;
}

.entry-detail .left .community-check .community-check-bubble-lines div.grey {
	background-color: #bbc1c7ff;
}

.entry-detail .left .community-check .community-check-bubbles {
	position: absolute;
	top: 0;
	right: 0;
	width: 111px;
	height: 22px;
}

.entry-detail .left .community-check .community-check-bubbles div {
	float: left;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background-color: #dedede;
	margin-left: 15px;
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ECECEC;
	font-weight: bold;
}

.entry-detail .left .community-check .community-check-bubbles div.grey {
	background-color: #bbc1c7ff;
}

.entry-detail .left .community-check .community-check-bubbles div.yellow {
	background-color: #e8c830ff;
}

.entry-detail .left .community-check .community-check-bubbles div.light-green {
	background-color: #80c53aff;
}

.entry-detail .left .community-check .community-check-bubbles div.dark-green {
	background-color: #31a41e;
}

.entry-detail .left .community-check .community-check-bubbles div.icon-question {
	background-image: url("../img/icon/white/x128/question.png");
}

.entry-detail .left .community-check .community-check-bubbles div.icon-check {
	background-image: url("../img/icon/white/x128/check.png");
}

.entry-detail .left .community-check .community-check-bubbles div.icon-check-lock {
	background-image: url("../img/icon/white/x128/check-lock.png");
}

.entry-detail .left .community-check .community-check-buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.entry-detail .left .community-check .community-check-buttons a {
	flex-grow: 1;
	flex-basis: 0;
	height: 25px;
	border-radius: 3px;
	color: #fff;
	overflow: hidden;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
	background-color: #bbc1c7;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.entry-detail .left .community-check .community-check-buttons a.button-down {
	background-color: #c54a3aff;
	background-image: url("../img/icon/white/x128/close.png");
}

.entry-detail .left .community-check .community-check-buttons a.button-down.active {
	background-color: #c54a3a7f;
	background-image: none;
}

.entry-detail .left .community-check .community-check-buttons a.button-up {
	left: 161px;
	background-color: #80bf40ff;
	background-image: url("../img/icon/white/x128/check.png");
}

.entry-detail .left .community-check .community-check-buttons a.button-up.active {
	background-color: #80bf407f;
	background-image: none;
}

.entry-detail .left .community-check .community-check-buttons a.button-down.inactive,
.entry-detail .left .community-check .community-check-buttons a.button-up.inactive {
	background-color: #bbc1c7ff;
}

.entry-detail .left .community-check .community-check-buttons a.button-down.disabled,
.entry-detail .left .community-check .community-check-buttons a.button-up.disabled {
	background-color: #bbc1c7ff;
	cursor: default;
}

.entry-detail .left .community-check .community-check-buttons a.button-check-lock {
	left: 161px;
	background-size: 20px auto;
	background-color: #FBC545;
	background-image: url("../img/icon/white/x128/check-crown.png");
}

.entry-detail .left .community-check .community-check-buttons a.button-check-lock.active {
	background-color: #000;
	background-image: url("../img/icon/white/x128/unlock-crown.png");
}

.entry-detail .left .row {
	position: relative;
	margin-bottom: 8px;
	box-sizing: border-box;
	padding-left: 29px;
	background-repeat: no-repeat;
	background-position: left 1px;
	background-size: 18px auto;
	font-size: 15px;
	line-height: 20px;
	font-family: 'EkMukta-SemiBold';
	min-height: 20px;
	overflow: hidden;
}

.entry-detail .left .row .label {
	font-family: 'EkMukta-Light';
}

.entry-detail .left .row.sp-display-imagemultiselect {
	/** margin-bottom: 0; **/
}

.entry-detail .left .checkmark {
	background-image: url(../img/icon/grey-light/x64/check.png);
}

.entry-detail .left .date {
	background-image: url(../img/icon/grey-light/x64/clock-o.png);
}

.entry-detail .left .dot {
	background-image: url(../img/icon/grey-light/x64/dot.png);
}

.entry-detail .left .category {
	background-image: url(../img/icon/grey-light/x64/folder.png);
}

.entry-detail .left .star {
	background-image: url(../img/icon/grey-light/x64/star.png);
}

.entry-detail .left .checked {

}

.entry-detail .left .checked .checked-icon {
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	width: 18px;
	height: 18px;
	background-color: #31A41E;
	background-image: url(../img/icon/white/x128/check-lock.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
	border-radius: 9px;
}

.entry-detail .left .privacy-type-hidden {
	background-image: url(../img/icon/grey-light/x128/eye-slash-circle.png);
}

.entry-detail .left .privacy-type-hide-coordinates {
	background-image: url(../img/icon/grey-light/x128/marker-slash-circle.png);
}

.entry-detail .left .tags {
	background-image: url(../img/icon/gey-medium/x32/tag-o.png);
}

.entry-detail .left .mail {
	background-image: url(../img/icon/gey-medium/x32/envelope.png);
}

.entry-detail .left .heart {
	background-image: url(../img/icon/gey-medium/x32/heart.png);
}

.entry-detail .left img {
	float: left;
	display: block;
	height: 25px;
	width: auto;
	margin-right: 5px;
	margin-bottom: 5px;
}

.entry-detail .spot-id {
	position: absolute;
	left: 15px;
	bottom: 10px;
	font-size: 13px;
	color: #BBC1C7;
}

.entry-tabs {
	position: relative;
	z-index: 8;
	min-height: 100%;
}

.entry-tabs .entry-tabs-header-border {
	position: sticky;
	top: 37px;
	width: 100%;
	height: 2px;
	z-index: 70;
	box-shadow: 0 -2px 0 rgba(0,0,0,0.1);
	margin-bottom: 2px;
}

.entry-tabs .entry-tabs-header-border-helper {
	position: sticky;
	top: 0;
	margin-top: -4px;
	width: 100%;
	height: 4px;
	z-index: 80;
	background-color: rgb(227, 227, 227);
}

.entry-tabs .entry-tabs-header {
	position: sticky;
	top: 0;
	width: 100%;
	height: 35px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: rgb(227, 227, 227);
	z-index: 90;
}

.entry-tabs .entry-tabs-header li {
	display: block;
	float: left;
	margin-top: 5px;
}

.entry-tabs .entry-tabs-header li a {
	color: #ccc;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	padding-left: 15px;
	font-family: 'EkMukta-SemiBold';
}

.entry-tabs .entry-tabs-header li a span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #ccc;
	border-radius: 5px;
	vertical-align: middle;
	margin: 0 3px 0 0;
	border: 1px solid rgb(227, 227, 227);
}

.entry-tabs .entry-tabs-header li.selected a {
	color: #5b625f;
}

.entry-tabs .entry-tabs-header li.selected a span {
	border: 1px solid #fff;
}

.entry-tabs .swiper-container {
	height: 100%;
	width: 100%;
}

.entry-tabs .swiper-wrapper {
	height: 100% !important;
}

.entry-updates {
	width: 100%;
}

.entry-updates ul {
	width: 100%;
	list-style-type: none;
	box-sizing: border-box;
	padding: 5px 10px 10px 10px;
	margin: 0;
}

.entry-update {
	display: block;
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 5px;
	overflow: hidden;
}

.entry-update a {
	display: block;
	background-size: cover;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	box-sizing: border-box;
}

.entry-update a.add-update {
	border: 0;
	background-image: url(../img/icon/white/x128/plus.png);
	background-size: 16px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.entry-update img {
	display: block;
	width: 100%;
	background-size: cover;
}

.entry-update a div {
	dispaly: block;
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 80%;
	color: #fff;
	padding: 3px 5px;
	background-color: #333432;
}

.entry-update a div span {
	display: block;
	font-size: 11px;
	line-height: 16px;
	font-family: 'EkMukta-SemiBold';
}

.entry-updates .lmit-exeeded {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px 15px 15px;
	font-size: 12px;
    line-height: 16px;
}

.entry-comments {
	width: 100%;
	min-height: 100%;
	position: relative;
	box-sizing: border-box;
}

.entry-statistics sp-detail-chart {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.entry-statistics sp-detail-chart .no-data {
	width: 100%;
	box-sizing: border-box;
	padding: 0 5px;
}

.entry-statistics sp-detail-chart .chart-label {
	box-sizing: border-box;
	padding: 0 5px;
	margin-bottom: 5px;
	line-height: 16px;
}

.entry-statistics sp-detail-chart .chart-label h3 {
	border-bottom: 1px solid #333432;
	font-family: 'EkMukta-Light';
	font-weight: normal;
	line-height: 20px;
	font-size: 16px;
	margin: 10px 0;
}

.entry-statistics sp-detail-chart .chart-label h4 {
	font-family: 'EkMukta-SemiBold';
	text-transform: uppercase;
	font-weight: normal;
	line-height: 18px;
	font-size: 14px;
	margin: 0;
}

.entry-statistics sp-detail-chart .chart-container {
	position: relative;
	box-sizing: border-box;
}

.entry-statistics sp-detail-chart .chart-container.has-time-axes {
	padding: 0 15px;
}

.entry-statistics sp-detail-chart .chart-container .time-slide {
	position: absolute;
	top: 0;
	width: 15px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px auto;
}

.entry-statistics sp-detail-chart .chart-container .time-slide.time-prev {
	left: 0;
	background-image: url(../img/icon/grey-dark/x128/angle-left-thin.png);
}

.entry-statistics sp-detail-chart .chart-container .time-slide.time-next {
	right: 0;
	background-image: url(../img/icon/grey-dark/x128/angle-right-thin.png);
}

.entry-statistics sp-detail-chart .time-select {
	width: 100%;
	box-sizing: border-box;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.entry-statistics sp-detail-chart .time-select li {
	display: block;
	float: left;
	width: 25%;
	height: 35px;
	box-sizing: border-box;
	padding: 5px;
}

.entry-statistics sp-detail-chart .time-select li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}

.entry-statistics sp-detail-chart .time-select li a.selected {
	background-color: #333432 !important;
}

.entry-bullets {
	width: 320px;
	height: 36px;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
	position: absolute;
	top: 295px;
	left: 50%;
	margin: 0;
	margin-left: -154px;
	padding: 0;
	z-index: 99;
	font-size: 0;
}

.entry-bullet {
	display: inline-block;
	margin: 0 4px;
	vertical-align: middle;
}

.entry-bullet a {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	overflow: hidden;
	border: 2px solid #fff;
	box-sizing: border-box;
	background-size: cover;
}

.entry-bullet a.add-update {
	border: 0;
	background-image: url(../img/icon/white/x128/plus.png);
	background-size: 12px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.entry-bullet a.selected {
	border-color: #333432;
}

/****************************************
		ADD/EDIT/UPDATE ENTRY
****************************************/

#form-marker {
	position: absolute;
	z-index: 999999999;
	bottom: 0;
	left: -20px;
	width: 40px;
	height: 46px;
	background-image: url(../img/icon/white/x128/plus.png);
	background-size: 100% 100%;
}

#cross-hairs {
	position: absolute;
	z-index: 999999999;
	margin: -32px 0 0 -32px;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	background-image: url(../img/gif/crosshair.gif);
	background-size: 100% 100%;
	transition: all 1s cubic-bezier(0.2, 1, 0.2, 1) 0s, box-shadow 0.75s cubic-bezier(0.2, 1, 0.2, 1) 0s;
	transform: scale(1.1);
	opacity: 1;
	box-shadow: 0px 0px 0 0 rgba(255, 255, 255, 0.0);
	border-radius: 32px;
}

#cross-hairs.ng-hide {
	opacity: 0;
	transform: scale(0.3);
	box-shadow: 0px 0px 50px 50px rgba(255, 255, 255, 1.0);
    border-radius: 50px;
}


/****************************************
		COMMENTS
****************************************/

sp-comment-list {
	position: relative;
	width: 100%;
	display: block;
}

sp-comment-list .list-more {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px;
	text-align: left;
	color: #000;
	line-height: 20px;
	background-image: url(../img/icon/grey-dark/x128/comment-o.png);
	background-position: 0 center;
	background-size: auto 12px;
	background-repeat: no-repeat;
}

sp-comment-list .list-more.root-list-more {
	margin-left: 17px;
}

sp-comment-list .list-more.reply-list-more {
	margin-left: 42px;
}

sp-comment-list ul {
	position: relative;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

sp-comment-list ul.reply-list {
	padding: 0 15px 0 40px;
}

sp-comment-list ul li {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #dadada;
	box-sizing: border-box;
}

sp-comment-list ul.root-list > li.private {
	background-color: rgba(0,0,0,0.1);
}

sp-comment-list ul.root-list > li .private-indicator {
	display: none;
	position: absolute;
	top: 10px;
	right: 22px;
	width: 20px;
	height: 18px;
	background-position: center center;
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-image: url(../img/icon/white/x128/crown.png);
}

sp-comment-list ul.root-list > li.private .private-indicator {
	display: block;
}

sp-comment-list ul.root-list > li:first-child {
	margin: 0;
	border: 0;
}

sp-comment-list ul.root-list > li:last-child {
	border-bottom: 1px solid #dadada;
}

sp-comment-list ul.reply-list li {
	background-color: rgba(255,255,255,0.5);
	border-color: rgba(0,0,0,0.1);
	border-left: 2px solid rgba(0,0,0,0.15);
}

sp-comment-list li.private ul.reply-list li {
	background-color: rgba(255,255,255,0.5);
}

sp-comment-list ul.reply-list li:first-child {
	border-top: 0;
}

sp-comment-list ul.reply-list li:last-child {
	margin-bottom: 15px;
}

sp-comment {
	position: relative;
	width: 100%;
	min-height: 54px;
	padding: 10px 0;
	display: block;
}

sp-comment .user-image {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 54px;
	height: 54px;
	border: 2px solid #fff;
	border-radius: 27px;
	box-sizing: border-box;
	background-size: cover;
}

sp-comment-list ul.root-list > li > sp-comment .user-image {
	left: 15px;
}

sp-comment .user-image .role-editor {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 20px;
	height: 20px;
	background-position: center center;
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-image: url(../img/icon/white/x128/crown.png);
	background-color: #fbc545;
	border-radius: 10px;
}

sp-comment .comment-flex {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px 20px 79px;
	line-height: 18px;
}

sp-comment-list ul.root-list > li > sp-comment .comment-flex {
	padding-left: 84px;
}

sp-comment .comment-user {
	width: 100%;
	font-weight: bold;
	box-sizing: border-box;
	padding-right: 35px;
}

sp-comment .comment-content {
	width: 100%;
	line-height: 18px;
	word-wrap: break-word;
	white-space: pre-line;
	margin: 10px 0;
}

sp-comment .comment-content p {
	margin: 10px 0;
}

sp-comment .comment-content .mention {
	cursor: pointer;
}

sp-comment .comment-meta {
	position: absolute;
	bottom: 12px;
	height: 20px;
	box-sizing: border-box;
	line-height: 20px;
}

sp-comment .comment-meta.comment-meta-left {
	left: 84px;
}

sp-comment-list ul.reply-list .comment-meta.comment-meta-left {
	left: 79px;
}

sp-comment .comment-meta.comment-meta-right {
	right: 22px;
	padding-right: 35px;
}

sp-comment-list ul.reply-list .comment-meta.comment-meta-right {
	right: 7px;
}

sp-comment .comment-meta .comment-date {
	display: block;
	float: left;
	padding-left: 20px;
	background-image: url(../img/icon/grey-light/x64/clock-o.png);
	background-position: 0 4px;
	background-size: auto 12px;
	background-repeat: no-repeat;
}

sp-comment .comment-meta .comment-reply {
	display: block;
	float: left;
	padding-left: 18px;
	margin-left: 25px;
	background-image: url(../img/icon/grey-dark/x128/reply.png);
	background-position: left 4px;
	background-size: auto 12px;
	background-repeat: no-repeat;
}

sp-comment .comment-meta .comment-like {
	display: block;
	float: right;
}

sp-comment .comment-meta .comment-like .like {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon/grey-dark/x128/heart-o.png);
	background-position: center 3px;
	background-size: auto 14px;
	background-repeat: no-repeat;
}

sp-comment .comment-meta .comment-like .like.liked {
	background-image: url(../img/icon/colored/x128/heart.png);
}

sp-comment .comment-meta .comment-like .like-count {
	margin-left: 5px;
}

sp-comment .comment-meta .comment-menu-button {
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(../img/icon/grey-dark/x128/ellipsis-v-square.png);
	background-position: center center;
	background-size: auto 16px;
	background-repeat: no-repeat;
}

sp-comment.menu-open {
	min-height: 78px;
}

sp-comment-list ul.root-list > li > sp-comment.menu-open + .reply-list,
sp-comment-list ul.root-list > li > sp-comment.menu-open + .reply-list-more {
	margin-top: 15px;
}

sp-comment.menu-open .comment-flex {
	padding-bottom: 44px;
}

sp-comment.menu-open .comment-meta {
	bottom: 36px;
}

sp-comment.menu-open .comment-menu {
	display: flex;
}

sp-comment .comment-menu {
	display: none;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 24px;
	font-size: 12px;
	background-color: #333432;
	box-sizing: border-box;
	padding: 0 18px 0 5px;
}

sp-comment .comment-menu a,
sp-comment .comment-menu span {
	display: inline-block;
	margin-right: 5px;
	color: #fff;
}

sp-comment .comment-menu span.flag {
	width: 18px !important;
	height: 18px;
	border-radius: 50%;
	background-color: #bbc1c7;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

sp-comment .comment-menu span.flag.red-flag {
	background-color: #be5252;
}

sp-comment-list .comment-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 15px 0;
}

sp-comment-list .comment-input.comment-input-reply {
	padding: 0 15px 0 40px;
}

sp-comment-list .comment-input.comment-input-reply .comment-element {
	border-left: 2px solid #dadada;
}

sp-comment-list .comment-input-control {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 32px;
}

sp-comment-list .comment-input-control input {
	margin: 0 10px;
}

sp-comment-list .comment-input-button {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 32px;
	text-align: left;
	color: #fff !important;
	line-height: 32px;
	font-family: "EkMukta-Light";
	font-size: 16px;
	border-radius: 3px;
	padding-left: 50px;
	padding-right: 30px;
	box-sizing: border-box;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	background-image: url(../img/icon/white/x128/check.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 18px auto;
	text-transform: uppercase;
}

sp-comment .sp-comment-scroll-anchor {
	position: absolute;
	top: -200px;
}

@keyframes commentHighlightAnimation {
	0% {
		background-color: transparent;
	}
	3% {
		background-color: #fbf8e3;
	}
	6% {
		background-color: transparent;
	}
	9% {
		background-color: #fbf8e3;
	}
	90% {
		background-color: #fbf8e3;
	}
	100% {
		background-color: transparent;
	}
}

.sp-comment-highlight {
	animation-name: commentHighlightAnimation;
	animation-duration: 5s;
}


/****************************************
		ADDRESS
****************************************/

.address-list {
	padding: 0;
	margin: 0;
	background-color: #fff;
	padding: 0 10px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}

.address-list li {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	overflow: hidden;
	display: block;
	line-height: 20px;
	font-size: 14px;
	padding: 15px 0;
}

.address-list li:last-child {
	border: 0;
}

/****************************************
		STATISTICS
****************************************/

.rank-list {
	padding: 0;
	margin: 15px 0;
}

.rank-list li {
	position: relative;
	height: 50px;
	width: auto;
	overflow: hidden;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}

.rank-list li:last-child {
	border: 0;
}

.rank-list li .pos {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}

.rank-list li .image {
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background-color: #D6D6D0;
	background-size: cover;
    border-radius: 25px;
}

.rank-list li .text {
	position: absolute;
	left: 90px;
	top: 0;
	bottom: 0;
	right: 5px;
}

.rank-list li .text span {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.rank-list li .text span.name {
	height: 18px;
	line-height: 18px;
	font-size: 14px;
}

.rank-list li .text span.total {
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}

.rank-list li .text span.count {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}

/****************************************
		AUTH
****************************************/

.content-auth .content-body-inner {
	padding-bottom: 80px;
	box-sizing: border-box;
	min-height: 100%;
}

.content-auth .helper {
	width: 100%;
	height: 1px;
}

.bright {
	width: 100%;
	background-color: #F9F9F9;
	border-bottom: 2px solid #DADADA;
	padding-bottom: 20px;
}

.short-info {
	position: relative;
	width: 100%;
	height: 180px;
}

.short-info .left {
	position: absolute;
	top: 15px;
	right: 130px;
	left: 15px;
	bottom: 0;
	overflow: hidden;
}

.short-info .left .more-info {
    float: right;
    margin-top: 0;
}

.short-info .right {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 0;
	width: 100px;
}

.short-info .right img {
	width: 100px;
	height: auto;
}

.auth-header {
	margin: 15px;
}

.auth-header .auth-header-main {
	text-transform: uppercase;
	font-size: 20px;
}

.auth-header .auth-header-sub {

}

.auth-reset {
	position: absolute;
	top: 2px;
	left: 60%;
	padding-left: 30px;
	line-height: 55px;
}

.profile-info {
	position: relative;
	width: 100%;
	height: 90px;
	background-color: #F9F9F9;
	border-bottom: 2px solid #dadada;
}

.profile-info .left {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background-size: cover;
	border-radius: 25px;
}

.profile-info .right {
	position: absolute;
	top: 25px;
	left: 90px;
	bottom: 25px;
	right: 20px;
}

.profile-info .right span {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
}

.profile-next {
	width: 100%;
	margin-bottom: 20px;
}

.profile-next-header {
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 16px;
	color: #888;
	margin-top: 10px;
}

.content-auth .auth-checkbox {
	padding-left: 13px;
	box-sizing: border-box;
}

.content-auth .auth-checkbox label {
	padding-left: 40px;
}

.content-auth .register-buttons {
	margin-top: 20px;
}


/****************************************
		STATISTICS
****************************************/

.content-statistics .content-body {
	bottom: 0px;
	overflow: hidden;
}

.content-statistics .content-body .content-body-inner {
	padding-bottom: 10px;
}

.content-statistics .header-buttons {
	position: absolute;
	top: 15px;
	right: 0;
	height: 32px;
	background-color: #ececec;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	z-index: 99;
	margin: 0;
	padding: 0 15px 0 0;
	list-style-type: none;
}

.content-statistics .header-buttons li {
	display: block;
	float: right;
	margin-left: 5px;
}

.content-statistics .header-buttons li a {
	display: block;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-statistics .header-buttons li.circle a {
	border-radius: 16px;
	border: 2px solid #FFFFFF;
	background-color: #808080;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}

.content-statistics .header-buttons li.circle.user-statistics a {
	background-image: url(../img/icon/white/x128/user.png);
    background-size: 24px auto;
    background-position: bottom center;
}

.content-statistics .header-buttons li.circle.spot-ranking a {
	background-image: url(../img/icon/white/x128/bar-chart.png);
	background-size: 16px auto;
}

.content-statistics .header-buttons li.circle.spot-flow a {
	background-image: url(../img/icon/white/x128/line-chart.png);
	background-size: 20px auto;
}

#statistics-swiper {
	width: 100%;
	height: 100%;
	z-index: 98;
}

#statistics-swiper .swiper-wrapper {
	height: 100%;
}

#statistics-swiper .swiper-slide {
	position: relative;
	height: 100%;
}

#statistics-swiper .slide-title {
	display: flex;
    align-items: center;
	position: absolute;
	top: 15px;
	left: 15px;
	height: 32px;
	font-size: 16px;
	padding-left: 26px;
	background-size: 16px auto;
	background-position: left center;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

#statistics-swiper .user-statistics .slide-title {
	background-image: url(../img/icon/grey-dark/x128/user.png);
}

#statistics-swiper .spot-ranking .slide-title {
	background-image: url(../img/icon/grey-dark/x128/bar-chart.png);
}

#statistics-swiper .spot-flow .slide-title {
	background-image: url(../img/icon/grey-dark/x128/line-chart.png);
	background-size: 20px auto;
}

#statistics-swiper .fade-out-top {
	position: absolute;
	top: 45px;
	left: 0;
	height: 30px;
	width: 100%;
	background-size: auto 30px;
	background-image: url(../img/background/fade-out-top.png);
	background-repeat: repeat-x;
	z-index: 90;
}

#statistics-swiper .fade-out-bottom {
	position: absolute;
	bottom: 80px;
	left: 0;
	height: 30px;
	width: 100%;
	background-size: auto 30px;
	background-image: url(../img/background/fade-out-bottom.png);
	background-repeat: repeat-x;
	z-index: 90;
}

#statistics-swiper .swiper-slide .no-data {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
}

.user-statistics .list {
	position: absolute;
	top: 45px;
	bottom: 80px;
	left: 0;
	right: 0;
	overflow-y: scroll;
	overflow: hidden !important;
    overflow: -moz-scrollbars-none;
    padding: 15px 0 15px 0;
	margin: 0;
}

.user-statistics .list::-webkit-scrollbar {
	display: none;
}

.user-statistics .list li {
	position: relative;
	height: 60px;
	width: auto;
	overflow: hidden;
	display: block;
	margin-top: 10px;
	border-top: 1px solid #ddd;
	cursor: pointer;
}

.user-statistics .list li:first-child {
	border: 0;
	margin-top: 0;
}

.user-statistics .list li:last-child {
	margin-bottom: 10px;
}

.user-statistics .list li .pos {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 40px;
	heicht: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	background-color: #b7b7b7;
	border-radius: 20px;
	color: #fff;
}

.user-statistics .list li .pos-1,
.user-statistics .list li .pos-2,
.user-statistics .list li .pos-3 {
	left: 15px;
	top: 10px;
	width: 50px;
	height: 50px;
	line-height: 45px;
	box-sizing: border-box;
	padding-top: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-color: transparent;
	border-radius: 0;
}

.user-statistics .list li .pos-1 {
	background-image: url(../img/icon/colored/x128/star-gold.png);
}

.user-statistics .list li .pos-2 {
	background-image: url(../img/icon/colored/x128/star-silver.png);
}

.user-statistics .list li .pos-3 {
	background-image: url(../img/icon/colored/x128/star-bronze.png);
}

.user-statistics .list li .image {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	background-color: #D6D6D0;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 25px;
}

.user-statistics .list li .text {
	position: absolute;
	left: 80px;
	top: 10px;
	bottom: 0;
	right: 70px;
}

.user-statistics .list li .text span {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.user-statistics .list li .text span.name {
	height: 18px;
	line-height: 18px;
	font-size: 14px;
}

.user-statistics .list li .text span.total {
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}

.user-statistics .list li .text span.count {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}

.user-statistics .list li .text span.count .count-spots,
.user-statistics .list li .text span.count .count-updates {
	display: inline-block;
	width: auto;
	background-position: left center;
	background-repeat: no-repeat;
}

.user-statistics .list li .text span.count .count-spots {
	background-image: url(../img/icon/grey-dark/x128/spotteron.png);
	background-size: 12px auto;
	padding-left: 16px;
	margin-right: 5px;
}

.user-statistics .list li .text span.count .count-updates {
	background-image: url(../img/icon/grey-dark/x128/plus.png);
	background-size: 10px auto;
	padding-left: 14px;
}

.spot-statistics .contents {
	position: absolute;
	top: 45px;
	bottom: 80px;
	left: 0;
	right: 0;
	overflow-y: scroll;
	overflow: hidden !important;
    overflow: -moz-scrollbars-none;
    padding: 15px 0 15px 0;
	margin: 0;
}

.spot-statistics .contents::-webkit-scrollbar {
	display: none;
}

.spot-statistics .contents .description {
	margin: 15px;
	line-height: 18px;
}

.spot-statistics .contents .spot-ranking-wrapper {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 25px 0;
}

.spot-statistics .contents .spot-flow-chart-wrapper {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 25px 0;
}

.spot-statistics .contents .list {
	width: 100%;
    padding: 0 15px;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	box-sizing: border-box;
}

.spot-statistics.spot-flow .contents .list tr {
	cursor: pointer;
}

.spot-statistics .contents .list td.pos {
	width: 25px;
}

.spot-statistics .contents .list td.total {
	width: 50px;
	padding-left: 20px;
	background-image: url(../img/icon/grey-dark/x128/spotteron.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px auto;
}

.spot-statistics .contents .list td.color {
	width: 20px;
}

.spot-statistics .contents .list td.color div {
	width: 12px;
	height: 12px;
}

.spot-statistics .contents .list td.name {
	padding-right: 10px;
}

.spot-statistics .contents .list td.eye {
	width: 20px;
	background-image: url(../img/icon/grey-light/x128/eye.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 16px auto;
}

.spot-statistics .contents .list td.eye.hidden {
	background-image: url(../img/icon/grey-light/x128/eye-slash.png);
}

.spot-statistics .contents .list td.remove {
	width: 20px;
	background-image: url(../img/icon/grey-dark/x128/close.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}

.spot-statistics .contents .list .hidden td.name {
	text-decoration: line-through;
}

.spot-statistics .add-category {
	display: block;
	color: #000;
	font-size: 14px;
    line-height: 18px;
    margin: 10px 15px 15px 15px;
    padding-left: 22px;
    background-image: url(../img/icon/grey-dark/x128/plus.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	background-size: 14px auto;
	cursor: pointer;
}

.spot-statistics .field-hidden {
	width: 0;
	height: 0;
	overflow: hidden;
}

.content-statistics .time-nav {
	height: 30px;
	position: absolute;
	right: 5px;
	bottom: 50px;
	left: 5px;
	z-index: 99;
}

.content-statistics .time-nav a {
	position: absolute;
	top :0;
	width: 40px;
	height: 30px;
	background-position: center center;
	background-size: 16px auto;
	background-repeat: no-repeat;
}

.content-statistics .time-nav a.left {
	left: 0;
	background-image: url(../img/icon/grey-dark/x128/angle-left-thin.png);
}

.content-statistics .time-nav a.right {
	right: 0;
	background-image: url(../img/icon/grey-dark/x128/angle-right-thin.png);
}

.content-statistics .time-nav a.disabled {
	opacity: 0.2;
}

.content-statistics .time-nav .title {
	position: absolute;
	top: 0;
	left: 50px;
	right: 50px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.content-statistics .time-buttons {
	height: 30px;
	position: absolute;
	right: 5px;
	bottom: 10px;
	left: 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 99;
}

.content-statistics .time-buttons li {
	display: block;
	float: left;
	width: 25%;
	height: 30px;
	box-sizing: border-box;
	padding: 0 5px;
}

.content-statistics .time-buttons li a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	border-radius: 3px;
	text-transform: uppercase;
	background-color: #333432;
}


/****************************************
		USER DETAIL
****************************************/

.content-userdetail .content-body-inner {
	height: 100%;
}

.content-userdetail .userdetail-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 205px;
	z-index: 99;
	background-color: #ECECEC;
}

.content-userdetail .userdetail-header .image {
	position: absolute;
	top: -15px;
	left: -45px;
	width: 220px;
	height: 220px;
	border-radius: 110px;
	border: 4px solid #FFFFFF;
	box-sizing: border-box;
	background-size: cover;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	background-color: #808080;
	cursor: pointer;
}

.content-userdetail .userdetail-header .role-editor {
	position: absolute;
	left: 130px;
	top: 17px;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-size: 24px auto;
	background-repeat: no-repeat;
	background-image: url(../img/icon/white/x128/crown.png);
	background-color: #fbc545;
	border-radius: 20px;
}

.content-userdetail .userdetail-header .intro {
	position: absolute;
	right: 15px;
	bottom: 0;
}

.content-userdetail .userdetail-header .display-name {
	width: 100%;
	font-size: 26px;
	line-height: 32px;
	text-align: right;
}

.content-userdetail .userdetail-header .age-org {
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	text-align: right;
}

.content-userdetail .userdetail-header .role {
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	text-align: right;
}

.content-userdetail .userdetail-header .role a {
	display: flex;
	align-items: center;
	justify-content: right;
	height: 25px;
	width: 100%;
	color: #000;
}

.content-userdetail .userdetail-header .role a .bubble {
	display: block;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border-radius: 9px;
	background-position: center center;
	background-size: 12px auto;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.content-userdetail .userdetail-header .like-stats {
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	text-align: right;
	overflow: hidden;
}

.content-userdetail .userdetail-header .like-stats span {
	display: inline-block;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	margin-left: 10px;
}

.content-userdetail .userdetail-header .like-stats span.like-count {
	background-image: url(../img/icon/grey-dark/x128/user.png);
}

.content-userdetail .userdetail-header .like-stats span.like-count-user {
	background-image: url(../img/icon/grey-dark/x128/plus.png);
}

.content-userdetail .userdetail-header .edit-bubble {
	position: absolute;
	top: 161px;
	left: 115px;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	background-size: 18px auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/icon/white/x128/pencil.png);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	z-index: 105;
}

.content-userdetail .userdetail-header .like-follow {
	position: absolute;
	top: 15px;
	left: 185px;
	width: auto;
	height: 44px;
	text-transform: uppercase;
	box-sizing: border-box;
	border-radius: 5px;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	padding-left: 30px;
	padding-right: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	background-image: url(../img/icon/white/x128/plus.png);
	background-size: 12px auto;
	background-position: 10px center;
	background-repeat: no-repeat;
	z-index: 91;
	cursor: pointer;
}

.content-userdetail .userdetail-header .like-follow.liked {
	background-image: url(../img/icon/white/x128/check.png);
	background-color: #808080 !important;
	color: #bababa;
}

.content-userdetail .userdetail-header .userdetail-menu-button-open {
	top: 26px;
	right: 24px;
}

.content-userdetail .userdetail-header .userdetail-menu {
	top: 16px;
	right: 19px;
	color: #fff;
}

.content-userdetail .userdetail-header .userdetail-menu-button-close {
	top: 10px;
	right: 5px;
}

.content-userdetail .userdetail-header .userdetail-menu li.menu-flag {
	position: relative;
}

.content-userdetail .userdetail-header .userdetail-menu li.menu-flag.has-count a {
	padding-right: 28px;
}

.content-userdetail .userdetail-header .userdetail-menu li.menu-flag span {
	position: absolute;
	top: 11px;
	right: 5px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #bbc1c7;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

.content-userdetail .userdetail-header .userdetail-menu li.menu-flag span.red-flag {
	background-color: #be5252;
}

.content-userdetail .userdetail-header .bubbles {
	position: absolute;
	top: 0;
	right: 50px;
	height: 90px;
	box-sizing: border-box;
	padding: 15px;
	z-index: 90;
}

.content-userdetail .userdetail-header .bubbles div {
	width: 44px;
	height: 44px;
	border-radius: 22px;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	float: right;
	margin-left: 7px;
	background-size: 28px auto;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.content-userdetail .userdetail-header .bubbles div.selected {
	background-color: #808080;
}

.content-userdetail .userdetail-header .bubbles div.bubble-profile {
	background-image: url(../img/icon/white/x128/user.png);
	background-size: 34px auto;
	background-position: bottom center;
}

.content-userdetail .bubbles div.bubble-comment {
	background-image: url(../img/icon/white/x128/comment.png);
	background-size: 24px auto;
}

.content-userdetail .userdetail-header .bubbles div.bubble-collection {
	background-image: url(../img/icon/white/x128/spotteron.png);
}

.content-userdetail .bubbles div.bubble-feed {
	background-image: url(../img/icon/white/x128/list-detail.png);
	background-size: 20px auto;
}

.content-userdetail .fade-out {
	position: absolute;
	top: 205px;
	left: 0;
	right: 0;
	height: 40px;
	z-index: 99;
	background-size: auto 40px;
	background-image: url(../img/background/fade-out-top.png);
	background-repeat: repeat-x;
}

.content-userdetail .swiper-container {
	width: 100%;
	height: 100%;
}

.content-userdetail .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.content-userdetail .swiper-slide {
	width: 100%;
	height: 100%;
	border-top: 205px solid transparent;
	padding-top: 45px;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow: -moz-scrollbars-none;
}

.content-userdetail .swiper-slide::-webkit-scrollbar {
	display: none;
}

.content-userdetail .notification-load-unread {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
}

.content-userdetail .notification-load-unread span {
	display: block;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	line-height: 38px;
	text-align: center;
}

.content-userdetail .notification-list {
	margin: 0;
	padding: 0;
}

.content-userdetail .notification {
	position: relative;
	display: block;
	width: 100%;
	min-height: 54px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}

.content-userdetail .notification.unread {
	background-color: #fbf8e3;
}

.content-userdetail .notification:first-child {
	padding-top: 0;
}

.content-userdetail .notification.unread:first-child {
	padding-top: 10px;
}

.content-userdetail .notification:last-child {
	border: 0;
}

.content-userdetail .notification .user-image {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 54px;
	height: 54px;
	border: 2px solid #fff;
	border-radius: 27px;
	box-sizing: border-box;
	background-size: 50px auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.content-userdetail .notification:first-child .user-image {
	top: 0;
}

.content-userdetail .notification.unread:first-child .user-image {
	top: 10px;
}

.content-userdetail .notification.message .user-image,
.content-userdetail .notification.badge .user-image {
	border: 0;
	border-radius: 0;
}

.content-userdetail .notification.modification .user-image {
	background-position: center center;
	background-size: 24px auto;
	background-repeat: no-repeat;
	background-image: url(../img/icon/white/x128/pencil-crown.png);
	background-color: #fbc545;
}

.content-userdetail .notification .user-image .role-editor {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 20px;
	height: 20px;
	background-position: center center;
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-image: url(../img/icon/white/x128/crown.png);
	background-color: #fbc545;
	border-radius: 10px;
}

.content-userdetail .notification .notification-content {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px 18px 84px;
	cursor: pointer;
}

.content-userdetail .notification .notification-content.small {
	padding: 0 84px 18px 84px;
}

.content-userdetail .notification .notification-content .content-owner {
	box-sizing: border-box;
	padding-left: 20px;
	line-height: 16px;
	background-position: 1px 1px;
	background-size: auto 12px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.content-userdetail .notification.spot .notification-content .content-owner,
.content-userdetail .notification.modification .notification-content .content-owner {
	background-image: url(../img/icon/grey-light/x128/spotteron.png);
	background-position: 0 1px;
	background-size: auto 14px;
}

.content-userdetail .notification.comment .notification-content .content-owner {
	background-image: url(../img/icon/grey-light/x128/comment.png);
}

.content-userdetail .notification.comment .notification-content .content-owner.red {
	background-image: url(../img/icon/colored/x128/comment.png);
}

.content-userdetail .notification.comment .notification-content .content-owner.mention {
	background-image: url(../img/icon/colored/x128/mention.png);
}

.content-userdetail .notification.like .notification-content .content-owner {
	background-image: url(../img/icon/grey-light/x128/heart.png);
}

.content-userdetail .notification.like .notification-content .content-owner.red {
	background-image: url(../img/icon/colored/x128/heart.png);
}

.content-userdetail .notification.like .notification-content .content-owner.icon-user {
	background-image: url(../img/icon/grey-light/x128/user.png);
}

.content-userdetail .notification.badge .notification-content .content-owner {
	background-image: url(../img/icon/colored/x128/star.png);
}

.content-userdetail .notification.message .notification-content .content-owner {
	padding-left: 0;
}

.content-userdetail .notification .notification-content .content-title {
	box-sizing: border-box;
	padding-left: 20px;
	line-height: 18px;
	margin-bottom: 4px;
}

.content-userdetail .notification.spot .notification-content .content-title {
	font-weight: bold;
}

.content-userdetail .notification .notification-content .content-text {
	box-sizing: border-box;
	padding-left: 20px;
	line-height: 18px;
	background-image: url(../img/icon/grey-light/x128/quote.png);
	background-position: 1px 2px;
	background-size: auto 12px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.content-userdetail .notification.message .notification-content .content-text {
	padding-left: 0;
	background: none;
}

.content-userdetail .notification.badge .notification-content .content-text {
	background: none;
}

.content-userdetail .notification .notification-date {
	position: absolute;
	left: 84px;
	right: 15px;
	bottom: 10px;
	height: 18px;
	box-sizing: border-box;
	line-height: 18px;
	padding-left: 20px;
	background-image: url(../img/icon/grey-light/x64/clock-o.png);
	background-position: 1px 2px;
	background-size: auto 12px;
	background-repeat: no-repeat;
}

.content-userdetail .notification .notification-target-image {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 54px;
	height: 54px;
	border-radius: 3px;
	background-size: cover;
	cursor: pointer;
}

.content-userdetail .notification:first-child .notification-target-image {
	top: 0;
}

.content-userdetail .notification.unread:first-child .notification-target-image {
	top: 10px;
}

.content-userdetail .notification .notification-target-image.icon-user {
	background-image: url(../img/icon/grey-dark/x128/user-plus.png);
	background-size: 32px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.content-userdetail .spots-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.content-userdetail .spots-list li {
	display: inline-block;
	width: inherit;
	height: auto;
	text-align: center;
	margin: 0 3px 0 3px;
	position: relative;
	cursor: pointer;
	padding-top: 100%;
	border-radius: 3px;
	overflow: hidden;
}
.content-userdetail .spots-list li .spot-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	margin-left: 0;
	right: 0;
	bottom: 0;
}
.content-userdetail .spots-list li .spot-info {
	position: absolute;
	left: 0;
	top: inherit;
	box-sizing: border-box;
	padding: 7px 3px 3px 25px;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	margin: 0;
	bottom: 6px;
	width: 100%;
}
.content-userdetail .spots-list li .featured {
	position: absolute;
	left: 0;
	top: -35px;
	width: 80px;
	height: auto;
	margin-left: -40px;
}

.content-userdetail .profile-info {
	background-image: url(../img/icon/grey-light/x128/quote.png);
	background-size: 18px auto;
	background-position: 15px 0px;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 20px;
	padding-left: 45px;
	padding-right: 15px;
	margin-bottom: 30px;
	text-align: justify;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background-color: transparent;
	border: 0;
	white-space: pre-line;
}

.content-userdetail .profile-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.content-userdetail .profile-list li {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.content-userdetail .profile-list li.spacer {
	box-sizing: border-box;
	padding: 5px 15px;
}

.content-userdetail .profile-list li.spacer div {
	width: 100%;
	height: 2px;
	background-color: #d3d6d9;
}

.content-userdetail .profile-list li .label {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	padding-left: 45px;
	background-size: 18px auto;
	background-position: 15px center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 20px;
}

.content-userdetail .profile-list li .label.icon-webpage {
	background-image: url(../img/icon/grey-light/x128/home.png);
}

.content-userdetail .profile-list li .label.icon-profession {
	background-image: url(../img/icon/grey-light/x128/briefcase.png);
}

.content-userdetail .profile-list li .label.icon-workplace {
	background-image: url(../img/icon/grey-light/x128/bookmark.png);
}

.content-userdetail .profile-list li .label.icon-city {
	background-image: url(../img/icon/grey-light/x128/compass.png);
}

.content-userdetail .profile-list li .label.icon-country {
	background-image: url(../img/icon/grey-light/x128/flag.png);
}

.content-userdetail .profile-list li .label.icon-education-name {
	background-image: url(../img/icon/grey-light/x128/book.png);
}

.content-userdetail .profile-list li .label.icon-education-institute {
	background-image: url(../img/icon/grey-light/x128/university.png);
}

.content-userdetail .profile-list li .label.icon-interests {
	background-image: url(../img/icon/grey-light/x128/star.png);
}

.content-userdetail .profile-list li .label.icon-tools {
	background-image: url(../img/icon/grey-light/x128/flashlight.png);
}

.content-userdetail .profile-list li .label.icon-contact {
	background-image: url(../img/icon/grey-light/x64/dot.png);
}

.content-userdetail .profile-list li .value {
	width: 100%;
	box-sizing: border-box;
	padding-left: 190px;
	padding-right: 15px;
	font-size: 15px;
	line-height: 20px;
}

.content-userdetail .profile-list li a {
	cursor: pointer;
}

.content-userdetail .no-content {
	padding: 0 15px;
}

.content-userdetail .no-content {
	padding: 0 10px;
}

.content-userdetail .header-row {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px 20px 15px;
}

.content-userdetail .header-row .first-line {
	display: block;
	width: 100%;
	font-size: 32px;
	line-height: 19px;
	text-transform: uppercase;
  font-weight: bold;
  color: #808080;
}

.content-userdetail .header-row .second-line {
	display: block;
	width: 100%;
}

.content-userdetail ul.badge-list {
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
}

.content-userdetail ul.badge-list li {
	display: inline-block;
	width: 33.3%;
	height: auto;
	text-align: center;
	position: relative;
}

.content-userdetail ul.badge-list li .badge-image {
	width: 80%;
	height: auto;
	vertical-align: text-bottom;
	margin-bottom: 20%;
	cursor: pointer;
}

.content-userdetail ul.users {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.content-userdetail ul.users li {
	position: relative;
	display: block;
	width: 100%;
	min-height: 54px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}

.content-userdetail ul.users li:last-child {
	border: 0;
}

.content-userdetail ul.users li .user-image {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 54px;
	height: 54px;
	border: 2px solid #fff;
	border-radius: 27px;
	box-sizing: border-box;
	background-size: cover;
}

.content-userdetail ul.users li .user-image .role-editor {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 20px;
	height: 20px;
	background-position: center center;
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-image: url(../img/icon/white/x128/crown.png);
	background-color: #fbc545;
	border-radius: 10px;
}

.content-userdetail ul.users li .user-content {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 100px 0 84px;
	color: #000;
}

.content-userdetail ul.users li .user-content span {
	display: block;
	box-sizing: border-box;
	padding-left: 20px;
	line-height: 18px;
	margin-bottom: 4px;
}

.content-userdetail ul.users li .user-content span.user-name {
	font-weight: bold;
	background-position: 0px 2px;
	background-size: auto 12px;
	background-repeat: no-repeat;
	background-image: url(../img/icon/grey-dark/x128/user.png);
}

.content-userdetail ul.users li .user-content span.user-details {

}

.content-userdetail ul.users li .user-like {
	position: absolute;
	top: 11px;
	right: 10px;
	width: 70px;
	height: 45px;
	box-sizing: border-box;
	background-position: center center;
	background-size: auto 36px;
	background-repeat: no-repeat;
	background-image: url(../img/icon/white/x128/user-plus.png);
	border: 2px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.content-userdetail ul.users li .user-like.liked {
	background-image: url(../img/icon/white/x128/user-check.png);
	background-color: #808080 !important;
}

/****************************************
		USER FORM
****************************************/

.content-userform {
	box-sizing: border-box;
	padding-bottom: 8px;
}

.content-userform .form-top {
	position: relative;
	width: 100%;
	height: 232px;
}

.content-userform .form-top .left {
	position: absolute;
	top: 0;
	left: 0;
	right: 175px;
}

.content-userform .form-top .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 190px;
}

.content-userform .sp-image {
	height: 213px;
}

.content-userform .sp-image .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height:	160px;
	box-sizing: border-box;
	border-radius: 80px;
	box-sizing: border-box;
	border: 3px solid #fff;
	cursor: pointer;
}

.content-userform .sp-image .sp-image-open {
	top: initial;
	bottom: 0;
	left: 50%;
	right: 0;
	width: 48px;
	height: 48px;
	margin-left: -22px;
	box-sizing: border-box;
	border-radius: 24px;
	border: 2px solid #FFFFFF;
	background-position: center center;
	background-size: 24px auto;
}

.content-userform .sp-image .sp-image-open .icon {
	display: block;
	width: 48px;
	height: 48px;
}

.content-userform .sp-image .sp-image-open .label {
	display: none;
}

.content-userform .sp-image .sp-image-input {
	position: absolute;
	top: initial;
	bottom: 0;
	left: 50%;
	right: 0;
	width: 48px;
	height: 48px;
	margin-left: -22px;
}

.content-userform .sp-image .sp-image-input input[type="file"] {
	width: 48px;
	height: 48px;
}


/****************************************
		USER LIST
****************************************/

.content-users .intro {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 15px 0 15px;
	line-height: 14px;
}

.content-users .fieldcontain.field-search {
	padding: 0;
	margin: 0;
	height: 65px;
}

.content-users .fieldcontain.field-search .search-text {
	top: 10px;
	left: 15px;
	right: 92px;
}

.content-users .fieldcontain.field-search .button {
	top: 10px;
	right: 15px;
	border: 2px solid #fff;
	background-image: url(../img/icon/white/x128/search.png);
	background-size: 24px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.content-users ul.users {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.content-users ul.users li {
	position: relative;
	display: block;
	width: 100%;
	min-height: 54px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
	padding-top: 10px;
}

.content-users ul.users li:last-child {
	border: 0;
}

.content-users ul.users li .user-image {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 54px;
	height: 54px;
	border: 2px solid #fff;
	border-radius: 27px;
	box-sizing: border-box;
	background-size: cover;
}

.content-users ul.users li .user-image .role-editor {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 20px;
	height: 20px;
	background-position: center center;
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-image: url(../img/icon/white/x128/crown.png);
	background-color: #fbc545;
	border-radius: 10px;
}

.content-users ul.users li .user-content {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 100px 0 84px;
	color: #000;
}

.content-users ul.users li .user-content span {
	display: block;
	box-sizing: border-box;
	padding-left: 20px;
	line-height: 18px;
	margin-bottom: 4px;
}

.content-users ul.users li .user-content span.user-name {
	font-weight: bold;
	background-position: 0px 2px;
	background-size: auto 12px;
	background-repeat: no-repeat;
	background-image: url(../img/icon/grey-dark/x128/user.png);
}

.content-users ul.users li .user-content span.user-details {

}

.content-users ul.users li .user-like {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 70px;
	height: 45px;
	box-sizing: border-box;
	background-position: center center;
	background-size: auto 36px;
	background-repeat: no-repeat;
	background-image: url(../img/icon/white/x128/user-plus.png);
	border: 2px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.content-users ul.users li .user-like.liked {
	background-image: url(../img/icon/white/x128/user-check.png);
	background-color: #808080 !important;
}

/****************************************
		MESSAGE LIST
****************************************/

.content-messages ul.messages {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
}

.content-messages ul.messages li {
	border-bottom: 1px solid #dadada;
	width: 100%;
	position: relative;
	padding: 10px 0;
}

.content-messages ul.messages li:last-child {
	border: 0;
}

.content-messages ul.messages li.unread {
	background-color: #fbf8e3;
}

.content-messages ul.messages li .left {
	position: absolute;
	left: 15px;
	width: 50px;
}

.content-messages ul.messages li .right {
	width: 100%;
	min-height: 55px;
	padding-left: 80px;
	padding-right: 15px;
	box-sizing: border-box;
	line-height: 18px;
}

.content-messages ul.messages li .right .message {
	margin-top: 4px;
}

.content-messages ul.messages li .right .date {
	margin-top: 4px;
	padding-left: 17px;
	background-image: url(../img/icon/grey-light/x64/clock-o.png);
	background-size: 12px auto;
	background-position: left 2px;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 17px;
}

.content-messages ul.messages li .left img {
	width: 50px;
}

/****************************************
		ACTIVITY CONTEXT LIST / SELECT
****************************************/

.content-activity-contexts .content-body {
	bottom: 0px;
	overflow: hidden;
}

.content-activity-contexts .content-body .content-body-inner {
	padding-bottom: 10px;
}

.content-activity-contexts .header-buttons {
	position: absolute;
	top: 15px;
	right: 0;
	height: 32px;
	background-color: #ececec;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	z-index: 99;
	margin: 0;
	padding: 0 15px 0 0;
	list-style-type: none;
}

.content-activity-contexts .header-buttons li {
	display: block;
	float: right;
	margin-left: 5px;
}

.content-activity-contexts .header-buttons li.close {
	margin-left: 14px;
	margin-right: 14px;
}

.content-activity-contexts .header-buttons li a {
	display: block;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-activity-contexts .header-buttons li.circle a {
	border-radius: 16px;
	border: 2px solid #FFFFFF;
	background-color: #808080;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}

.content-activity-contexts .header-buttons li.circle.activity-contexts-current a {
	background-image: url(../img/icon/white/x128/clock.png);
    background-size: 16px auto;
}

.content-activity-contexts .header-buttons li.circle.activity-contexts-archive a {
	background-image: url(../img/icon/white/x128/calendar.png);
	background-size: 16px auto;
}

.content-activity-contexts .header-buttons li.close a {
	background-image: url(../img/icon/grey-dark/x128/close.png);
	background-size: 12px auto;
}

#activity-contexts-swiper {
	width: 100%;
	height: 100%;
	z-index: 98;
}

#activity-contexts-swiper .swiper-wrapper {
	height: 100%;
}

#activity-contexts-swiper .swiper-slide {
	position: relative;
	height: 100%;
}

#activity-contexts-swiper .slide-title {
	display: flex;
    align-items: center;
	position: absolute;
	top: 15px;
	left: 15px;
	height: 32px;
	font-size: 16px;
    text-transform: uppercase;
}

#activity-contexts-swiper .fade-out-top {
	position: absolute;
	top: 45px;
	left: 0;
	height: 30px;
	width: 100%;
	background-size: auto 30px;
	background-image: url(../img/background/fade-out-top.png);
	background-repeat: repeat-x;
	z-index: 90;
}

#activity-contexts-swiper .fade-out-bottom {
	position: absolute;
	bottom: 65px;
	left: 0;
	height: 30px;
	width: 100%;
	background-size: auto 30px;
	background-image: url(../img/background/fade-out-bottom.png);
	background-repeat: repeat-x;
	z-index: 90;
}

#activity-contexts-swiper .swiper-slide .no-data,
#activity-contexts-swiper .swiper-slide .offline-message {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}

.content-activity-contexts .list-wrapper {
	position: absolute;
	top: 45px;
	bottom: 65px;
	left: 0;
	right: 0;
	overflow-y: scroll;
    overflow: -moz-scrollbars-none;
}

.activity-context-list {
	min-height: 100%;
    padding: 15px;
	margin: 0;
	box-sizing: border-box;
}

.activity-context-list::-webkit-scrollbar {
	display: none;
}

.activity-context-list li {
	display: flex;
	border-bottom: 1px solid #dadada;
	width: 100%;
	position: relative;
	padding: 10px 0;
}

.activity-context-list li:last-child {
	border-bottom: 0;
}

.activity-context-list li .activity-context-content {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
}

.activity-context-selected {
	position: relative;
	width: 100%;
	height: 32px;
	padding: 0 15px;
	margin-top: 10px;
	box-sizing: border-box;
}

.activity-context-list li .activity-context-content .image,
.activity-context-selected .image {
	position: absolute;
	left: 10px;
	top: 0;
	width: 50px;
	height: 100%;
	background-color: #ccc;
	border-radius: 25px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.activity-context-select .image {
	cursor: pointer;
}

.activity-context-selected .image {
	left: 15px;
	width: 32px;
	background-image: url(../img/icon/white/x128/check.png);
	background-size: 20px auto;
}

.activity-context-list li .activity-context-content .text,
.activity-context-selected .text {
	position: absolute;
	display: flex;
    justify-content: center;
    flex-direction: column;
	left: 80px;
	top: 0px;
	right: 40px;
	height: 100%;
	color: #000;
}

.activity-context-select .text {
	cursor: pointer;
}

.activity-context-selected .text {
	left: 57px;
	right: 42px;
}

.activity-context-list li .activity-context-content .text span,
.activity-context-selected .text span {
	display: block;
	width: 100%;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
}

.activity-context-list li .activity-context-content .text span.activity-context-date,
.activity-context-selected .text span.activity-context-date {
	font-weight: bold;
}

.activity-context-list li .activity-context-content .text span.activity-context-title,
.activity-context-selected .text span.activity-context-title {
	text-transform: uppercase;
}

.activity-context-list li .activity-context-content .arrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background-image: url(../img/icon/grey-dark/x128/angle-right-thin.png);
	background-size: 24px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.activity-context-select .arrow {
	cursor: pointer;
}

.activity-context-selected .reset {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 32px;
	height: 32px;
	background-image: url(../img/icon/grey-light/x128/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	cursor: pointer;
}

.content-activity-contexts .list-empty {
	position: absolute;
	top: 65px;
	bottom: 65px;
	left: 15px;
	right: 15px;
}

.content-activity-contexts .loading-dots {
	border-bottom: 0 !important;
}

.content-activity-contexts .filter-categories {
	height: 45px;
	position: absolute;
	right: 5px;
	bottom: 10px;
	left: 5px;
	z-index: 99;
}

.activity-context-select-category {
	display: block;
	position: absolute;
	top: 45px;
	left: 5px;
	right: 5px;
	height: 45px;
	z-index: 1;
}

.activity-context-select-category select {
	background-color: #fff;
}

.activity-context-select {
	position: absolute;
	top: 95px;
	bottom: 60px;
	left: 0;
	right: 0;
	overflow-y: scroll;
	overflow: -moz-scrollbars-none;
}

.activity-context-select .activity-context-list {
	padding: 0 5px;
}


/****************************************
		ACTIVITY CONTEXT DETAIL
****************************************/


.content-activity-context .content-body {
	bottom: 0px;
	overflow: hidden;
}

.content-activity-context .content-body .content-body-inner {
	padding-bottom: 10px;
}

.content-activity-context .header-buttons {
	position: absolute;
	top: 0;
	left: 0;
	height: 42px;
	width: 100%;
}

.content-activity-context .header-buttons a {
	display: block;
	position: absolute;
	top: 15px;
	height: 32px;
	box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    color: #000;
}

.content-activity-context .header-buttons a.activity-contexts {
	display: flex;
    align-items: center;
	left: 15px;
	right: 62px;
	padding-left: 32px;
	box-sizing: border-box;
	background-image: url(../img/icon/grey-dark/x128/angle-left-thin.png);
	background-size: 18px auto;
	background-position: left center;
	font-size: 16px;
    text-transform: uppercase;
}

.content-activity-context .header-buttons a.close {
	right: 15px;
	background-image: url(../img/icon/grey-dark/x128/close.png);
	background-size: 12px auto;
	width: 32px;
	background-position: center center;
}

.content-activity-context .fade-out-top {
	position: absolute;
	top: 47px;
	left: 0;
	height: 30px;
	width: 100%;
	background-size: auto 30px;
	background-image: url(../img/background/fade-out-top.png);
	background-repeat: repeat-x;
	z-index: 90;
}

.content-activity-context .activity-context {
	position: absolute;
	top: 47px;
	bottom: 0;
	left: 0;
	right: 0;
}

.content-activity-context .activity-context div {
	text-align: center;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

.content-activity-context .activity-context div.image {
	margin-top: 15px;
	height: 144px;
}


.content-activity-context .activity-context div.image a {
	display: block;
	width: 144px;
	height: 144px;
	border-radius: 72px;
	background-size: cover;
	background-position: center center;
	background-color: #dadada;
	margin: 0 auto;
	cursor: pointer;
}

.content-activity-context .activity-context div.title {
	margin-top: 25px;
	font-size: 18px;
	line-height: 24px;
}

.content-activity-context .activity-context div.location {
    font-size: 15px;
    line-height: 21px;
}

.content-activity-context .activity-context div.date {
	margin-top: 10px;
	font-weight: bold;
    font-size: 15px;
    line-height: 21px;
}

.content-activity-context .activity-context div.description {
	margin-top: 15px;
	text-align: justify;
	white-space: pre-wrap;
    font-size: 15px;
    line-height: 21px;
    overflow-wrap: break-word;
}

.content-activity-context .activity-context div.filter {
	margin-top: 30px;
}

.content-activity-context .activity-context div.filter a {
	display: inline-block;
	margin: 0px auto;
	height: 40px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	padding: 0 20px;
	cursor: pointer;
	text-transform: uppercase;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}

.content-activity-context .activity-context div.end {
	width: 100%;
	height: 30px;
}


/****************************************
		FORM
****************************************/

form input[type="submit"] {
	display: none;
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
}

.fieldheader {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 30px;
	color: #888;
	font-weight: bold;
}

.fieldcontain {
	position: relative;
	padding: 2px 15px 2px 15px;
	box-sizing: border-box;
	margin-bottom: 7px;
}

.fieldcontain.padding-left {
	padding-left: 50px;
}

.fieldcontain .icon-left {
	position: absolute;
	top: 0;
	left: 5px;
	width: 40px;
	height: 47px;
	box-sizing: border-box;
	border-bottom: 5px solid #aaa;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}

.fieldcontain .icon-left div {
	position: absolute;
	left: 0;
	right: 0;
	top: 2px;
	bottom: 1px;
	border-radius: 3px 3px 0 0;
	background-position: center center;
	background-size: 20px auto;
	background-repeat: no-repeat;
}

.fieldcontain .icon-left div.icon-comment {
	background-image: url(../img/icon/white/x128/comment.png);
}

.fieldcontain .icon-left div.icon-email {
	background-image: url(../img/icon/white/x128/envelope.png);
}

.fieldcontain .icon-left div.icon-password {
	background-image: url(../img/icon/white/x128/key.png);
}

.fieldcontain .icon-left div.icon-name {
	background-image: url(../img/icon/white/x128/user.png);
}

.fieldcontain .icon-left div.icon-date-of-birth {
	background-image: url(../img/icon/white/x128/birthday.png);
}

.fieldcontain .icon-left div.icon-country-code {
	background-image: url(../img/icon/white/x128/country.png);
}

.fieldcontain .hint {
	width: 100%;
	box-sizing: border-box;
	color: #888;
	font-size: 13px;
	line-height: 17px;
	margin-top: 5px;
}

.fieldcontain:first-child {
	margin-top: 13px;
}

.fieldcontain:last-child {
	margin-bottom: 13px;
}

.fieldcontain[sp-form-field="5"],
.fieldcontain[sp-form-field="6"],
.fieldcontain[sp-form-field="15"] {
	padding-left: 0;
	padding-right: 0;
}

.fieldcontain[sp-form-field="5"] .sp-field-text,
.fieldcontain[sp-form-field="6"] .sp-field-text,
.fieldcontain[sp-form-field="15"] .sp-field-text {
	padding-left: 15px;
	padding-right: 15px;
}

.fieldcontain .sp-field-text {
	position: relative;
	display: flex;
	color: #333432;
}

.fieldcontain .sp-field-text.has-info {
	min-height: 26px;
}

.fieldcontain .sp-field-text.prepend {
	align-items: flex-end;
	margin-top: 3px;
	margin-bottom: 5px;
}

.fieldcontain .sp-field-text.append {
	margin-top: 5px;
	margin-bottom: 3px;
}

.fieldcontain .sp-field-text .intro {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.fieldcontain .sp-field-text.has-info .intro {
	padding-right: 32px;
}

.fieldcontain .sp-field-text .info {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 2px;
	width: 24px;
	height: 24px;
	background-image: url(../img/icon/grey-dark/x128/info-circle.png);
	background-size: 24px auto;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.fieldcontain .sp-field-text h3 {
	border-bottom: 1px solid #333432;
	font-family: 'EkMukta-Light';
	font-weight: normal;
	line-height: 20px;
	font-size: 16px;
	margin: 10px 0;
}

.fieldcontain .sp-field-text h4 {
	font-family: 'EkMukta-SemiBold';
	text-transform: uppercase;
	font-weight: normal;
	line-height: 18px;
	font-size: 14px;
	margin: 0;
}

.fieldcontain .sp-field-text img {
	float: left;
	display: block;
	margin-right: 5px;
	height: 37px;
	width: auto;
}

.fieldcontain .sp-field-text .icon {
	float: left;
	width: 13px;
	height: 13px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.button-group {
	position: relative;
	width: 100%;
	height: 61px;
}

.button-group a.button {
	position: absolute;
	width: auto;
	top: 2px;
}

.button-group a.button:first-child {
	left: 5px;
	right: 82px;
}

.button-group a.button:last-child {
	right: 5px;
	width: 72px;
}

a.button {
	position: relative;
	color: #fff !important;
	display: block;
	width: 60%;
	height: 55px;
	text-align: center;
	line-height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "EkMukta-Light";
	font-size: 18px;
	background-color: #979797;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
}

a.button .icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 55px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px auto;
	z-index: 2;
}

a.button .icon.icon-close {
	background-image: url(../img/icon/white/x128/close.png);
}

a.button .icon.icon-plus {
	background-image: url(../img/icon/white/x128/plus.png);
}

a.button .icon.icon-check {
	background-image: url(../img/icon/white/x128/check.png);
}

a.button .icon.icon-user {
	background-image: url(../img/icon/white/x128/user.png);
}

a.button .icon.icon-geo-area {
	background-image: url(../img/icon/white/x128/geo-area.png);
}

a.button .icon.icon-envelope {
	background-image: url(../img/icon/white/x128/envelope.png);
}

a.button .label {
	text-align: left;
	position: absolute;
	left: 65px;
	top: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
}

a.btn-save .label {
	text-transform: uppercase;
}

a.btn-save .icon {
	background-image: url(../img/icon/white/x128/plus.png);
}

a.btn-cancel {
	background-image: url(../img/icon/white/x128/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px auto;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="datetime-local"],
select {
	display: block;
	height: 45px;
	padding: 3px 10px;
	width: 100%;
	background-color: #fff;
    border: 1px solid #f5f5f5;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "EkMukta-Light", Arial;
	font-size: 14px;
	color: #000;
	border-radius: 3px;
}

input[type="datetime-local"] {
	line-height: 45px;
}

input:focus {
    background-color: #eaedef;
    border: 1px solid #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.075);
}

textarea {
	display: block;
	height: 95px;
	line-height: 19px;
	padding: 10px 10px;
	width: 100%;
	border: 0;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "EkMukta-Light";
	font-size: 14px;
	color: #000;
	border-radius: 3px;
}

.hide-content {
	display: block;
	width: 100%;
	height: 0;
}

:disabled {
	color: #aaa !important;
	background-color: #F9F9F8 !important;
}

::-webkit-input-placeholder
{
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa !important;
	opacity: 1 !important;
}

.priacy-type-select {
	display: flex;
	align-items: center;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
}

.priacy-type-select li {
	position: relative;
	display: block;
	float: left;
	box-sizing: border-box;
	padding-left: 16px;
	cursor: pointer;
}

.priacy-type-select li .icon {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #fff;
	background-color: #ccc;
}

.priacy-type-select li .icon.bg-color-a {
	background-image: url(../img/icon/white/x128/check.png);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: center center;
}

.priacy-type-select li .label {
	display: block;
	line-height: 16px;
	box-sizing: border-box;
	padding: 0 5px;
}


/****************************************
		SP-FORM
****************************************/

.sp-datetime-label {
	white-space: nowrap;
	display: block;
	position: relative;
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	background-image: url(../img/icon/white/x128/calendar.png);
	background-repeat: no-repeat;
	background-position: right 23px center;
	background-size: 24px auto;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
}

.sp-datetime-label div {
	display: block;
	position: absolute;
	left: 0;
	right: 70px;
	background-color: #fff;
	height: 45px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 45px;
	padding: 0 10px;
}

.sp-datetime-select {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 45px;
	bottom: 60px;
	box-sizing: border-box;
}

.sp-datetime-select .accordion-toggle {
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

.sp-datetime-select .accordion-toggle a {
	display: block;
	border-radius: 5px;
	color: #000;
	box-sizing: border-box;
	padding: 0 5px;
	margin-top: 5px;
}

.sp-datetime-select .accordion-toggle a span,
.sp-datetime-select .accordion-toggle a span:hover {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin: 0 auto;
}

.sp-datetime-select .datepicker-decades table td span:empty {
	display: none;
}

.sp-datetime-select a {
	color: #000;
}

.sp-datetime-select .bootstrap-datetimepicker-widget {
	font-size: 15px;
}

.sp-datetime-select .bootstrap-datetimepicker-widget table td,
.sp-datetime-select .bootstrap-datetimepicker-widget table th {
	height: 35px;
}

.sp-datetime-select .bootstrap-datetimepicker-widget table td.active,
.sp-datetime-select .bootstrap-datetimepicker-widget table td.active:hover,
.sp-datetime-select .bootstrap-datetimepicker-widget table td span.active {
	background-color: #888;
}

.sp-datetime-select .bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: #888;
}

.sp-datetime-select .bootstrap-datetimepicker-widget table td.active.today:before {
	border-bottom-color: #FFF;
}

sp-ng-hierarchical-select,
sp-taxon {
	display: block;
	position: relative;
}

.sp-select-label {
	white-space: nowrap;
	display: block;
	position: relative;
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	background-image: url(../img/icon/white/x128/ellipsis-h-square.png);
	background-repeat: no-repeat;
	background-position: right 23px center;
	background-size: 24px auto;
	border-radius: 3px;
	overflow: hidden;
}

.sp-select-label div {
	display: block;
	position: absolute;
	left: 0;
	right: 70px;
	background-color: #fff;
	height: 45px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 45px;
	padding: 0 10px;
	overflow: hidden;
}

.sp-select-reset {
	position: absolute;
	top: 1px;
	right: 70px;
	width: 45px;
	height: 43px;
	background-image: url(../img/icon/grey-light/x128/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	background-color: #fff;
	cursor: pointer;
}

.sp-select-parent {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 45px;
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 10px 0 40px;
	color: #fff;
	background-image: url(../img/icon/white/x128/angle-left-thin.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 16px auto;
}

.sp-select-list {
	list-style-type: none;
	overflow-y: scroll;
	position: absolute;
	top: 45px;
	bottom: 60px;
	left: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
}

.sp-select-list::-webkit-scrollbar {
	display: none;
}

.sp-select-list.has-parent {
	top: 100px;
}

.sp-select-list li {
	position: relative;
	display: block;
	width: 100%;
	min-height: 50px;
	margin-bottom: 1px;
	box-sizing: border-box;
	background-color: #fff;
}

.sp-select-list li:last-child {
	margin: 0;
}

.sp-select-list li.bg-color-b {
	color: #fff;
}

.sp-select-list.border-left li {
	border-left: 10px solid #ccc;
}

.sp-select-list li .sp-option-label {
	display: flex;
	width: 100%;
	min-height: 50px;
	font-size: 15px;
	line-height: 20px;
	box-sizing: border-box;
	padding: 5px 10px;
	align-items: center;
}

.sp-select-list li .sp-option-meta-label {
	display: flex;
	width: 100%;
	min-height: 25px;
	font-size: 13px;
	line-height: 20px;
	box-sizing: border-box;
	padding: 0 10px 5px 10px;
	box-sizing: border-box;
	color: #888;
	align-items: center;
}

.sp-select-list li.has-meta-label .sp-option-label {
	min-height: 25px;
	line-height: 20px;
	padding-bottom: 0;
}

.sp-select-list li.has-info .sp-option-label,
.sp-select-list li.has-info .sp-option-meta-label {
	padding-right: 50px;
}

.sp-select-list.multi li .sp-option-label,
.sp-select-list.multi li .sp-option-meta-label {
	padding-left: 50px;
}

.sp-select-list li.bg-color-b .sp-option-meta-label {
	color: #fff;
}

.sp-select-list li .sp-option-info {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.sp-select-list li .sp-option-info-icon {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	background-image: url(../img/icon/grey-dark/x128/info-circle.png);
}

.sp-select-list li .sp-option-info.unlinked,
.sp-select-list li .sp-option-info-icon.unlinked {
	cursor: default;
}

.sp-select-list li .sp-option-selected {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	border: 7px solid #ECECEC;
	border-radius: 3px;
	margin-top: -15px;
	margin-left: 10px;
	background-color: #ECECEC;
}

.sp-select-list li .sp-option-selected + .sp-option-label {
	padding-left: 50px;
}

.sp-optinfo {
	display: block;
	position: absolute;
	top: 45px;
	bottom: 60px;
	left: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	background-color: #ECECEC;
	overflow-y: scroll;
}

.sp-optinfo.iframe {
	overflow-y: visible;
}

.sp-optinfo .loading {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	text-align: center;
}

.sp-optinfo iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.sp-optinfo .wiki {
	font-size: 14px;
}

.sp-optinfo .wiki .image {
	position: relative;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	border-radius: 3px;
	cursor: pointer;
}

.sp-optinfo .wiki .image .zoom {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 32px;
	height: 32px;
	background-size: auto 100%;
	background-position: center center;
	background-image: url(../img/icon/white/x128/search.png);
	opacity: 75%;
}

.sp-optinfo .wiki .image:hover .zoom {
	opacity: 100%;
}

.sp-imageselect-list {
	width: 100%;
	list-style-type: none;
	margin: 0;
	margin-top: -5px;
	padding: 0 15px 0 10px;
	box-sizing: border-box;
}

.sp-imageselect-list li {
	display: block;
	float: left;
	position: relative;
}

.sp-imageselect-list li img {
	display: block;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.sp-imageselect-list li div {
	text-transform: uppercase;
	position: absolute;
	bottom: 2%;
	left: 5px;
	right: 0;
	height: 28px;
	cursor: pointer;
}

.sp-imageselect-list li div span {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}

.sp-imageselect-disabled {
	opacity: 0.5;
}

.tabs .sp-imageselect-list {
	padding: 0;
	height: 40px;
	margin-top: -15px;
}

.tabs .sp-imageselect-list li.sp-col {
	padding-left: 0;
    margin-top: 0;
    height: 40px;
    overflow: hidden;
}

.tabs .sp-imageselect-list li img {
	border-radius: 0;
	width: auto;
	height: 100%;
}

.tabs .sp-imageselect-list li div {
	left: 40px;
	bottom: 0;
	height: 40px;
}

.tabs .sp-imageselect-list li div span {
	text-align: left;
    font-size: 14px;
	line-height: 40px;
}

.sp-image {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.sp-image .image {
	display: block;
	width: 115px;
	height: 115px;
	background-image: url(../img/icon/grey-light/x256/image-target.png);
	background-size: 65px auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	border-radius: 3px;
}

.sp-image-open.button {
	position: absolute;
	top: 0;
	left: 120px;
	right: 0;
	width: auto;
	height: 115px;
	line-height: 115px;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	background-image: url(../img/icon/white/x128/image.png);
	background-size: 32px auto;
	background-repeat: no-repeat;
	background-position: 15px 40px;
	z-index: 1;
}

.sp-image-input {
	position: absolute;
	top: 0;
	left: 120px;
	width: 100%;
	height: 115px;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	overflow: hidden;
}

.sp-image-input input[type="file"] {
	width: 100%;
	height: 115px;
	cursor: pointer;
}

::-webkit-file-upload-button {
	cursor: pointer;
}

.sp-image-canvas-wrapper {
	position: absolute;
	top: 45px;
	right: 5px;
	bottom: 215px;
	left: 5px;
	background-color: #000;
}

.sp-image-canvas-wrapper.no-sticker {
    bottom: 60px;
}

.sp-image-canvas-wrapper .canvas-icon {
	position: absolute;
	width: 40px;
	height: 40px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.sp-image-canvas-wrapper .canvas-rotate {
	right: 10px;
	top: 10px;
	background-image: url(../img/icon/grey-dark-filled/x128/rotate-right-circle.png);
}

.sp-image-canvas-wrapper .canvas-trash {
	left: 10px;
	top: 10px;
	background-image: url(../img/icon/grey-dark-filled/x128/trash-circle.png);
}

.sp-image-canvas-wrapper.no-sticker .canvas-trash {
	display: none;
}

.sp-image-canvas-wrapper .canvas-zoom-in {
	right: 10px;
	bottom: 60px;
	background-image: url(../img/icon/grey-dark-filled/x128/plus-square.png);
}

.sp-image-canvas-wrapper .canvas-zoom-out {
	right: 10px;
	bottom: 10px;
	background-image: url(../img/icon/grey-dark-filled/x128/minus-square.png);
}

.sp-image-canvas .original {
	width: 100%;
	height: auto;
	display: block;
}

.sp-image-sticker-wrapper {
	background-color: #333432;
	position: absolute;
	right: 5px;
	bottom: 60px;
	left: 5px;
	height: 150px;
	overflow-y: hidden;
	box-sizing: border-box;
}

.sp-image-sticker-wrapper.no-sticker {
	display: none;
}

.sp-image-sticker-container {
	width: auto;
	height: 150px;
	white-space: nowrap;
}

.sp-image-sticker {
	display: inline-block;
	position: relative;
	min-width: 90px;
	height: 150px;
	text-align: center;
	box-sizing: border-box;
	padding: 130px 5px 5px 5px;
}

.sp-image-sticker .img-wrapper {
	position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.sp-image-sticker img {
	display: block;
	margin: 0 auto;
	max-height: 120px;
	max-width: 80px;
	cursor: pointer;
}

.sp-image-sticker span {
    display: block;
    width: 100%;
    height: 15px;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}

.sp-image-buttons .button:first-child .icon {

}

.sp-image-buttons .button:last-child .icon {
	background-image: url(../img/icon/white/x128/image.png);
}

.sp-coordinates {
	display: block;
	position: relative;
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	background-image: url(../img/icon/white/x128/check.png);
	background-repeat: no-repeat;
	background-position: right 21px center;
	background-size: 28px auto;
	border-radius: 3px;
	overflow: hidden;
}

.sp-coordinates .label {
	display: block;
	position: absolute;
	left: 0;
	right: 71px;
	background-color: #fff;
	height: 45px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 45px;
	padding: 0 10px 0 48px;
	background-image: url(../img/icon/grey-dark/x128/crosshair.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 28px auto;
	z-index: 2;
}

.sp-coordinates .triangle {
	position: absolute;
	right: 66px;
	top: 14px;
	width: 15px;
	height: 15px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
	background-color: #fff;
}

.sp-ng-checkbox {
	display: block;
	position: relative;
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	font-size: 14px;
	line-height: 45px;
	padding: 0 10px;
	border-radius: 3px;
}

.sp-ng-checkbox span {
	float: left;
	width: 15px;
	height: 15px;
	border: 5px solid #ECECEC;
	border-radius: 3px;
	margin: 10px 10px 10px 0;
	background-color: #ECECEC;
}

.sp-number-wrapper {
	position: relative;
	width: 100%;
}

.sp-number-wrapper .sp-number-minus,
.sp-number-wrapper .sp-number-plus {
	position: absolute;
	top: 2px;
	display: block;
	width: 41px;
	height: 41px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	cursor: pointer;
}

.sp-number-wrapper .sp-number-minus {
	right: 45px;
	background-image: url(../img/icon/white/x128/minus-tiny.png);
}

.sp-number-wrapper .sp-number-plus {
	right: 2px;
	background-image: url(../img/icon/white/x128/plus-tiny.png);
}

.sp-geometry-buttons {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 5px 0;
}

.sp-geometry-buttons div {
	display: flex;
	justify-content: space-between;
	width: 160px;
}

.sp-geometry-buttons .left{

}

.sp-geometry-buttons .right{

}

.sp-geometry-buttons a {
	display: flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}

.sp-geometry-buttons a.icon-geo-point {
	background-image: url(../img/icon/white/x128/geo-point.png);
}

.sp-geometry-buttons a.icon-geo-line {
	background-image: url(../img/icon/white/x128/geo-line.png);
}

.sp-geometry-buttons a.icon-geo-area {
	background-image: url(../img/icon/white/x128/geo-area.png);
}

.sp-geometry-buttons a.icon-edit {
	background-image: url(../img/icon/white/x128/edit.png);
}

.sp-geometry-buttons a.icon-trash {
	background-image: url(../img/icon/white/x128/trash.png);
}

.sp-geometry-buttons a.icon-undo {
	background-image: url(../img/icon/white/x128/undo.png);
}

.sp-placeholder {
	color: #aaa;
}

.sp-active {
	color: #000;
}

.sp-disabled {
	color: #aaa;
}

.sp-col {
	padding-left: 5px;
	margin-top: 5px;
	box-sizing: border-box;
}

.sp-cols-1 .sp-col { width: 100%; }
.sp-cols-2 .sp-col { width: 50%; }
.sp-cols-3 .sp-col { width: 33.33%; }
.sp-cols-4 .sp-col { width: 25%; }
.sp-cols-5 .sp-col { width: 20%; }
.sp-cols-6 .sp-col { width: 16.66%; }
.sp-cols-14 .sp-col { width: 7.14%; }

.sp-cols-14 { box-sizing: border-box; padding-left: 15px; }
.sp-cols-14 .sp-col { padding-left: 0; }
.sp-cols-14 .sp-col img { border-radius: 0px; }


/****************************************
		SP-FORM-PREVIEW
****************************************/

.sp-preview {
	margin-top: 11px;
}

.sp-preview-image {
	display: block;
	width: 100%;
	height: 115px;
	background-size: cover;
	background-position: center center;
	border-radius: 3px;
}


/****************************************
		Modal
****************************************/

#modal-bg,
#filter-modal-bg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 999999999;

	-webkit-transition: all linear 0.15s;
	transition: all linear 0.15s;
}

#filter-modal-bg {
	display: none;
}

#filter-modal-bg.filter-modal-visible {
	display: flex;
}

#modal-bg.ng-hide {
	opacity: 0;
}

.geometry-modal-bg {
	right: auto !important;
	width: 510px;
}

.modal-type-fixed {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 480px;
	bottom: 15px;
	background-color: #ECECEC;
	overflow: hidden;
	min-height: 500px;
}

#filter-modal {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	background-color: #ECECEC;
	margin-left: -200px;
	margin-top: -150px;
	padding-top: 40px;
	padding-bottom: 55px;
}

#filter-modal .fieldcontain {
	padding: 0 5px;
	margin-bottom: 7px;
}

#filter-modal .fieldcontain:first-child {
	margin-top: 7px;
}

.modal-type-flex {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	min-height: 200px;
	background-color: #ECECEC;
	margin-left: -200px;
	margin-top: -150px;
}

.modal-type-flex-medium-size {
	position: absolute;
	left: 50%;
	top: 30%;
	width: 600px;
	min-height: 200px;
	background-color: #ECECEC;
	margin-left: -300px;
	margin-top: -150px;
}

@media screen and (max-width: 650px) {
	.modal-type-flex-medium-size {
		position: absolute;
		left: 50%;
		top: 30%;
		width: 400px;
		min-height: 200px;
		background-color: #ECECEC;
		margin-left: -200px;
		margin-top: -150px;
	}
}

.modal-header,
.filter-modal-header {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	color: #fff;
	background-color: #333432;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 10px;
}

.modal-header.icon-list {
	padding-left: 36px;
	background-image: url(../img/icon/white/x128/ellipsis-h-square.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	background-size: 16px auto;
}

.filter-modal-header .close {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../img/icon/white/x128/close.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.modal-main {
	padding: 45px 5px 60px 5px;
}

.modal-main-exif {
	padding: 40px 0 55px 0;
}

.modal-main-exif a {
	color: #000000;
}

.modal-main.badge,
.modal-main.submit-terms,
.modal-main.role,
.modal-main.recaptcha {
	position: relative;
	width: 100%;
	padding: 65px 40px 15px 40px;
	box-sizing: border-box;
	text-align: center;
}

.modal-main.badge .close,
.modal-main.submit-terms .close,
.modal-main.role .close,
.modal-main.recaptcha .close {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(../img/icon/grey-light/x128/close-thin.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.modal-main.badge .image {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -50px;
}

.modal-main.submit-terms .icon,
.modal-main.role .icon,
.modal-main.recaptcha .icon {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -50px;
	border-radius: 50px;
	background-image: url(../img/icon/white/x128/alert.png);
	background-size: 48px auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #333432;
}

.modal-main.role .icon {
	box-sizing: border-box;
	border: 2px solid #fff;
	background-image: url(../img/icon/white/x128/user.png);
}

.modal-main.badge .title,
.modal-main.submit-terms .title,
.modal-main.role .title,
.modal-main.recaptcha .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

.modal-main.badge .text,
.modal-main.submit-terms .text,
.modal-main.role .text,
.modal-main.recaptcha .text {
	font-size: 16px;
	line-height: 20px;
}



@media screen and (max-width: 650px) {
	.modal-main.recaptcha .text {
		font-size: 13px;
		line-height: 15px;
		overflow-x: hidden;
		overflow-y: scroll;
		max-height: 70px;
		padding: 0 10px;
	}
}

.modal-main.recaptcha .recaptcha-checkbox {
	text-align: center;
	margin-top: 15px;
}

.modal-close {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 50px;
}

.modal-btn {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	height: 50px;
}

.modal-btn-left {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 50%;
	height: 50px;
	padding-right: 2px;
	box-sizing: border-box;
}

.modal-btn-right {
	position: absolute;
	bottom: 5px;
	left: 50%;
	right: 5px;
	height: 50px;
	padding-left: 3px;
	box-sizing: border-box;
}

.modal-btn.badge,
.modal-btn.submit-terms,
.modal-btn.role,
.modal-btn.recaptcha {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	padding-bottom: 15px;
}

.modal-btn.role {
	padding: 0 60px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.modal-btn.role:last-child {
	margin-bottom: 30px;
}

.modal-btn.badge .button,
.modal-btn.submit-terms .button,
.modal-btn.role .button,
.modal-btn.recaptcha .button {
	display: inline-block;
	width: auto;
	height: 50px;
	padding: 0 20px;
	text-transform: uppercase;
}

.modal-btn.role .button {
	padding-left: 50px;
	background-image: url(../img/icon/white/x128/close.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-color: #ccc;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}

.modal-btn-flex-bottom {
	position: relative;
	width: 100%;
	height: 60px;
}


/****************************************
		SETTINGS
****************************************/

.content-settings .user-agreements ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.content-settings .sp-field-text.icon-right {
	position: relative;
	box-sizing: border-box;
	padding-right: 45px;
}

.content-settings .sp-field-text.icon-right .icon-warning {
	display: block;
	position: absolute;
	bottom: 3px;
	right: 5px;
	width: 32px;
	height: 32px;
	background-image: url(../img/icon/grey-dark/x128/warning.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px auto;
}


/****************************************
		INFO
****************************************/

.content-info {
	text-shadow: none;
}

.content-info .content-body-inner {
	padding-bottom: 80px;
	box-sizing: border-box;
	min-height: 100%;
}

.content-info table.imprint {
    font-size: 0.8rem;
}

.content-info table.imprint ul li {
    list-style: none;
}

.content-info table.imprint ul {
    padding: 0;
    margin: 0;
}

.content-info td.labelcell {
    font-weight: bold;
    color: #4c4c4c;
}

.info-page {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 15px 0 15px;
	font-size: 15px;
}


/****************************************
		AGREEMENT
****************************************/

.agreement.modal-main {
	position: absolute;
	top: 15px;
	bottom: 180px;
	left: 30px;
	right: 30px;
	padding: 0;
}

.agreement.spot-export.modal-main {
	left: 15px;
	right: 15px;
}

.agreement.modal-main .close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../img/icon/grey-light/x128/close-thin.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.agreement.modal-main .icon {
	width: 100%;
	height: 80px;
	background-size: 80px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.agreement.modal-main .icon.icon-terms {
	background-image: url(../img/icon/grey-dark-filled/x256/info-circle.png);
}

.agreement.modal-main .icon.icon-newsletter {
	background-image: url(../img/icon/grey-dark-filled/x256/envelope-circle.png);
}

.agreement.modal-main .icon.icon-download {
	background-image: url(../img/icon/grey-dark-filled/x256/download-circle.png);
}

.agreement.modal-main .title {
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	margin-top: 15px;
	text-transform: uppercase;
}

.agreement.modal-main .intro {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
}

.agreement.modal-main .agreement-checkbox {
	margin-top: 50px;
}

.agreement.modal-main .agreement-checkbox label {
    font-size: 16px;
}

.agreement.modal-main .iframe-wrapper {
	position: absolute;
	top: 220px;
	bottom: 0;
	left: 0;
	right: 0;
}

.agreement.spot-export.modal-main .iframe-wrapper {
	top: 245px;
}

.agreement.modal-main .iframe-wrapper iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.agreement.modal-btn {
	bottom: 10px;
	left: 30px;
	right: 30px;
	height: 150px;
}

.agreement.modal-btn .button-next {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 50px;
	background-color: #2c89a0;
	border-radius: 3px;
}

.agreement.modal-btn .button-close {
	display: block;
	width: 100%;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #aaa;
	margin-top: 20px;
	text-align: center;
}

.agreement.modal-btn .footer-link {
	display: block;
	width: 100%;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	margin-top: 20px;
	text-align: center;
}

.agreement.modal-btn .footer-link a {
	color: #2c89a0;
}


/****************************************
		TAXON INPUT FIELD
****************************************/

.taxon-select-input {
	display: block;
	position: absolute;
	top: 45px;
	left: 5px;
	right: 5px;
	height: 40px;
}

.taxon-select-list {
	top: 95px;
}

.taxon-select-list .sp-option-info {
	background-size: cover !important;
	border-radius: 20px;
}


/****************************************
		LOADING
****************************************/

#loading-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999999998;
}

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
}

#loading .spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	height: 64px;
	overflow: hidden;
	background-image: url(../img/spinner/spotteron.gif);
	background-size: 64px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

#loading .text {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 37px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px rgba(0,0,0,0.3);
}


/****************************************
		CURSOR EFFECTS
****************************************/

a,
.entry-list li,
.address-list li,
.sp-select-label,
.sp-select-list li,
.sp-select-parent {
	cursor: pointer;
}


/****************************************
		POPUP MENU
****************************************/

.popup-menu-button-open {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 22px;
	height: 22px;
	background-image: url(../img/icon/grey-dark/x128/ellipsis-v-square.png);
	background-position: center center;
	background-size: 20px auto;
	background-repeat: no-repeat;
	cursor: pointer;
}

.popup-menu {
	position: absolute;
	top: 15px;
	right: 10px;
	background-color: #333432;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.25);
	z-index: 999;
}

.popup-menu-button-close {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 22px;
	height: 22px;
	background-image: url(../img/icon/grey-medium/x128/ellipsis-v-square.png);
	background-position: center center;
	background-size: 20px auto;
	background-repeat: no-repeat;
	cursor: pointer;
}

.popup-menu ul {
	display: block;
	min-width: 140px;
	list-style-type: none;
	margin: 0;
	padding: 30px 5px 0 5px;
	border: 1px solid #131313;
}

.popup-menu li {
	border-bottom: 1px solid #666765;
	padding: 5px;
}

.popup-menu li:last-child {
	border-bottom: none;
}

.popup-menu li a {
	color: #fff;
	line-height: 30px;
	font-size: 15px;
}


/****************************************
		LIKE ANIMATION
****************************************/

.like-animation {
  animation: like-animation-frames linear 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: like-animation-frames linear 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: like-animation-frames linear 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: like-animation-frames linear 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: like-animation-frames linear 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes like-animation-frames {
  0%   { opacity: 1; transform: scaleX(1.00) scaleY(1.00); }
  50%  { opacity: 0; transform: scaleX(1.50) scaleY(1.50); }
  100% { opacity: 0; transform: scaleX(1.43) scaleY(1.50); }
}

@-moz-keyframes like-animation-frames {
  0%   { opacity: 0.5; }
  0%   { opacity: 1; -moz-transform: scaleX(1.00) scaleY(1.00); }
  50%  { opacity: 0; -moz-transform: scaleX(1.50) scaleY(1.50); }
  100% { opacity: 0; -moz-transform: scaleX(1.43) scaleY(1.50); }
}

@-webkit-keyframes like-animation-frames {
  0%   { opacity: 1; -webkit-transform: scaleX(1.00) scaleY(1.00); }
  50%  { opacity: 0; -webkit-transform: scaleX(1.50) scaleY(1.50); }
  100% { opacity: 0; -webkit-transform: scaleX(1.43) scaleY(1.50); }
}

@-o-keyframes like-animation-frames {
  0%   { opacity: 1; -o-transform: scaleX(1.00) scaleY(1.00); }
  50%  { opacity: 0; -o-transform: scaleX(1.50) scaleY(1.50); }
  100% { opacity: 0; -o-transform: scaleX(1.43) scaleY(1.50); }
}

@-ms-keyframes like-animation-frames {
  0%   { opacity: 1; -ms-transform: scaleX(1.00) scaleY(1.00); }
  50%  { opacity: 0; -ms-transform: scaleX(1.50) scaleY(1.50); }
  100% { opacity: 0; -ms-transform: scaleX(1.43) scaleY(1.50); }
}


/****************************************
		USER BLOCKING
****************************************/

.blocked-content-info ~ *,
.blocked-content {
	filter: blur(5px);
}

.blocked-content-info ~ .image {
	filter: blur(10px);
}

.blocked-content-info {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.entry-detail .blocked-content-info {
	align-items: flex-start;
	padding-top: 450px;
	box-sizing: border-box;
}

.blocked-content-info .box {
	display: block;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px;
}

.blocked-content-info .box span,
.blocked-content-info .box a {
	display: block;
	float: left;
	line-height: 20px;
	font-size: 13px;
}

.blocked-content-info .box span.icon {
	width: 20px;
	height: 20px;
	background-image: url(../img/icon/white/x128/info-circle.png);
	background-size: 20px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.blocked-content-info .box span.icon,
.blocked-content-info .box span.info {
	margin-right: 10px;
}

.blocked-content-info .box a.unblock {
	color: #fff;
	text-decoration: underline;
}


/****************************************
		EDITOR
****************************************/

.comment-element {
	display: block;
	line-height: 19px;
	width: 100%;
	max-height: 300px;
	border: 0;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	font-family: "EkMukta-Light";
	font-size: 14px;
	color: #000;
	border-radius: 3px;
	background-color: #fff;
	padding: 5px 10px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 10px 0;
}

.ProseMirror:focus {
	outline: none;
}

.ProseMirror p.is-editor-empty:first-child::before {
	content: attr(data-placeholder);
	float: left;
	color: #aaa;
	pointer-events: none;
	height: 0;
}

.ProseMirror .mention {

}

.mention-list {
	position: relative;
	border-radius: 2px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	z-index: 99;
}

.mention-list .empty {
	position: relative;
	display: flex;
	width: 300px;
	height: 60px;
	padding: 10px;
	box-sizing: border-box;
	align-items: center;
	color: #aaa;
}

.mention-list-item {
	position: relative;
	display: block;
	width: 100%;
	min-width: 300px;
	height: 60px;
	text-align: left;
	font-weight: bold;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #dadada;
	padding: 10px 10px 10px 60px;
}

.mention-list-item:last-child {
	border-bottom: 0;
}

.mention-list-item .image {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-size: 40px auto;
	background-repeat: no-repeat;
}

.mention-list-item.is-selected,
.mention-list-item:hover {
	background-color: #ECECEC;
}


/****************************************
		MISC
****************************************/

canvas.ol-unselectable {
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.auth-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.auth-checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 45px;
}

.auth-checkbox label::before,
.auth-checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
    cursor: pointer;
    top: 50%;
}

.auth-checkbox label::before{
    height: 24px;
    width: 24px;
    border: 2px solid #ccc;
    left: 0px;
    background-color: #fff;
    border-radius: 3px;
    margin-top: -13px
}

.auth-checkbox label::after {
    height: 7px;
    width: 14px;
    border-left: 4px solid #333;
    border-bottom: 4px solid #333;
    transform: rotate(-45deg);
    left: 5px;
    margin-top: -7px
}

.auth-checkbox input[type="checkbox"] + label::after {
    content: none;
}

.auth-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

.auth-checkbox input[type="checkbox"]:focus + label::before {
    /* outline: rgb(59, 153, 252) auto 5px; */
}

.fl-style {
	background-color: rgba(0,0,0,0.8);
}

.fl-style .featherlight-content {
	max-width: 90%;
	max-height: 90%;
	min-width: 100px;
	min-height: 100px;
	color: #fff;
	background: #111;
	padding: 0;
	border-bottom: 0;
	overflow: hidden;
}

.fl-style .featherlight-close {
	color: #fff;
	background: #333;
}

.ps-scrollbar-y-rail {
	z-index: 9999;
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.spotteron-link {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 50px;
}

.spotteron-link a {
	box-sizing: border-box;
    display: block;
    width: 100%;
    height: 50px;
    color: #444;
    font-size: 11px !important;
    line-height: 50px;
    padding-left: 60px;
    text-transform: uppercase;
    background-position: 35px 17px;
    background-size: 16px auto !important;
    background-repeat: no-repeat;
    background-image: url(../img/icon/colored/x256/spotteron.png);
}

@media (max-width : 900px) {
	.ng-hide {
		display: none;
	}
	.content {
		width: 100%;
	}
	.header {
		width: 96%;
		margin-top: 0;
	}

	.page-form .content, .page-detail .content {
		margin-top: 0;
	}
	.page-form .header, .page-detail .header {
		top: 0;
		margin-top: 1rem;
	}
	.page-detail .header .title {
		z-index: 5;
	}

	.header .nav-icons li {
		width: 60px;
		height: 60px;
	}
	.header .nav-icons-center li:first-child, .header .nav-icons-center li:nth-child(5) {
		display: none;
	}
	.header .nav-icons-center {
	}
	#map.shifted {
		transform: translate(0,-35vh);
	}
	.content .content-header {
		width: 100%;
	}
	.content .content-body .content-body-inner {
		width: 100%;
		position: relative;
	}
	.entry-detail .image {
		width: 100%;
	}

	.header.shadow {
		top: 0;
		width: 100%;
		margin: 0;
		left: 0;
		max-width: 480px;
	}
	.content-userdetail .userdetail-header .image {
		top: -10px;
		left: -35px;
		width: 130px;
		height: 130px;
	}
	.content-userdetail .userdetail-header .like-follow {
		left: 100px;
	}
	.content-userdetail .userdetail-header {
		height: 125px;
	}
	.content-userdetail .swiper-slide {
		border-top: 155px solid transparent;
	}

	.content-userdetail .swiper-slide {
		border-top: 100px solid transparent;
	}
	.content-userdetail .fade-out {
		top: 120px;
	}
	.content-userdetail .userdetail-header .edit-bubble {
		top: 70px;
		left: 55px;
	}
	.sp-imageselect-list li div span {
		font-size: 12px;
	}
	.sp-imageselect-list li div {
		bottom: 1%;
	}
	.modal-type-fixed {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		bottom: 0;
		min-height: 500px;
	}
	.app-links {
		display: none;
	}
	.page-form .app-links, .page-detail .app-links {
		display: block;
	}
}

.center {
	text-align: center;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.form-errors {
	color: rgb(255, 26, 26);
	size: 0.8rem;
	list-style-type: none;
	text-align: left;
	margin-top: 5px;
}

.recaptcha-padding {
	padding-left: 45px;
}

.left {
	text-align: left;
}

.bg-color-light-grey {
	color: #c3c3c3
}

/****************************************
		DOT PULSE
****************************************/

.loading-dots-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 2rem 0;
	margin: 0 -5%;
	overflow: hidden;
}

.loading-dots {
	vertical-align: middle;
	position: relative;
	left: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #808080;
	color: #808080;
	box-shadow: 9999px 0 0 -5px #808080;
	animation: dotPulse 1.5s infinite linear;
	animation-delay: .25s;
}

.loading-dots::before, .loading-dots::after {
	vertical-align: middle;
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #808080;
	color: #808080;
}

.loading-dots::before {
	box-shadow: 9984px 0 0 -5px #808080;
	animation: dotPulseBefore 1.5s infinite linear;
	animation-delay: 0s;
}

.loading-dots::after {
	box-shadow: 10014px 0 0 -5px #808080;
	animation: dotPulseAfter 1.5s infinite linear;
	animation-delay: .5s;
}

@keyframes dotPulseBefore {
	0% {
		box-shadow: 9984px 0 0 -5px #808080;
	}
	30% {
		box-shadow: 9984px 0 0 2px #808080;
	}
	60%,
	100% {
		box-shadow: 9984px 0 0 -5px #808080;
	}
}

@keyframes dotPulse {
	0% {
		box-shadow: 9999px 0 0 -5px #808080;
	}
	30% {
		box-shadow: 9999px 0 0 2px #808080;
	}
	60%,
	100% {
		box-shadow: 9999px 0 0 -5px #808080;
	}
}

@keyframes dotPulseAfter {
	0% {
		box-shadow: 10014px 0 0 -5px #808080;
	}
	30% {
		box-shadow: 10014px 0 0 2px #808080;
	}
	60%,
	100% {
		box-shadow: 10014px 0 0 -5px #808080;
	}
}
