input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}



::-webkit-scrollbar {
  width: 0px;
  height: 10px;
  display: none;
}

*::-webkit-scrollbar {
	width: 0px;
  height: 10px;
  display: none;
  box-shadow: 0px 0px 0px transparent
}





*::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
  font-style: italic;
}
*::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
  font-style: italic;
}
*:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
  font-style: italic;
}
*:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
  font-style: italic;
}

*:disabled {
  opacity: .5;
}


/* ========================================================= */
/* ========================================================= */
/* ========================================================= */


html, body {
	background: linear-gradient(rgb(60, 60, 60) 0%, rgb(40, 40, 40) 100%);
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	height: 100%;
	
	overflow: -moz-scrollbars-none;
}

html, body, input, select, textarea, button {
	font-family: "Source Sans Pro", arial, Helvetica, sans-serif;
}


/* ========================================================= */
/* ========================================================= */
/* ========================================================= */


#logologin {
	padding: 45px 0 20px 0;
}

#loginTopHook {
	height: 219px;
}
#cuerpo {
	z-index: 101;
}
#cuerpoLogin {
	width: 300px;
	
	text-align: left;
	
	position: relative;
	
	overflow: hidden;
}
#flagShortcut {
	width: 34px;
	height: 4px;
	
	border-radius: 2px;
	
	margin: 0 auto;
}
#loginInput {
	
	top: 0;
	left: 0;
	
	background: #fff;
	
	width: 100%;
}
#loginInput2 {
	position: absolute;
	
	top: 0;
	left: 100%;
	
	background: #fff;
	
	width: 100%;
}
.loginBoxLinks {
	color: #888;
	
	text-align: center;
	
	padding: 20px 0 10px;
}
.loginLinks {
	font-size: 14px;
	font-weight: 200;
	color: #FFF;
	
	cursor: pointer;
	
	margin: 0 10px;
}


#backLogin {
	width: 100%;
	height: 100%;
	 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	filter: brightness(60%) contrast(200%) grayscale(95%) blur(5px) opacity(50%);
	-webkit-filter: brightness(60%) contrast(200%) grayscale(95%) blur(5px) opacity(50%);
	
	position: absolute;
	
	top: 0;
	left: 0;
	
	opacity: .5;
}
#web {
	width: 100%;
	height: 100%;
	
	position: absolute;
	
	top: 0;
	left: 0;
}
#newUsers {
	float: right;
}
#fot {
	position: absolute;
	
	bottom: 0;
	right: 0;
	
	color: #888;
	text-transform: capitalize;
  padding: 15px;
	
  opacity: 0.4;
}
input, textarea, select {
	padding: 7px;
	margin: 0;
	
	border: solid 1px #ccc;
	
	border-radius: 4px;
	
	background-color: white;
	
	height: auto;
}

button {
	padding: 7px 12px;
	border-radius: 4px;
	
	background: #eee;
	
	border: solid 1px #aaa;
	
	outline: 0;
	
	cursor: pointer;
	
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.nomb {
	float: left;
	
	width: 150px;
}

.btttn {
	padding: 15px 35px;
	
	border-radius: 4px;
	
	background: #eee;
	
	border: solid 1px #ccc;
	
	outline: 0;
	
	cursor: pointer;
}



.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}



@-webkit-keyframes hvr-wobble-horizontal {
  33.3% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  66.6% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  33.3% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  66.6% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#oLoginBox{
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}





.pageStyle {
	transform: perspective( 600px ) rotateY( 25deg ) scale(1);
	position: absolute;
	
	top: 50%;
	left: 50%;
	
	background: #999;
	border: solid rgba(0,0,0,.2) 1px;
	
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}


#pagesHook {
	float: left;
	
	width: 470px;
	
	margin-top: 25px; 
	
	text-align: center;
	
	position: relative;
	
	overflow: hidden;
	overflow: visible;
}

.editPage {
	position: absolute;
	
	width: 15px;
	height: 15px;
	
	top: 123px;
	
	background: #4D79FF;
	
	border-radius: 50%;
}

.pinnActProj {
	width: 40px;
	
	margin: -2px -7px;
	
	cursor: pointer;
}

.loginInput {
	margin: 0 auto;
	font-size: 16px;
	width: 180px;
	padding: 12px 10px;
	border: solid 2px #999;
	border-radius: 8px;
	display: flex;
}

.persPBtn {
	background: #333;
	
	margin-top: 20px;
	padding: 12px 50px;
	
	border-width: 0;
	
	border-radius: 25px;
	
	color: #fff;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 0px;
}

.videoPreview:after {
	width: 0;
    height: 0;
    border-left: 23px solid #FF4343;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    
    margin-top: -10px;
    margin-left: -12px;
}


.loginSmartphone{
	list-style: none;
	
	color: #333;
	margin: 25px auto 5px auto;
	padding: 0;
	
	width: 200px;
	height: 20px;
}
.loginSmartphone li {
	float: left;
	
	padding: 0;
	
	border: solid 2px #999;
	border-right-width: 0; 
	
	background: white;
	
	cursor: pointer;
}

.loginSmartphone li:first-child {
	border-radius: 8px 0 0 8px;
}
.loginSmartphone li:last-child {
	border-radius: 0 8px 8px 0;
	border-right-width: 2px;
}

.loginSmartphone li img {
	width: 35px;
	
	margin-top: 4px;
	padding: 0 6px;
}


.projStatus div {
	animation: parpadeo 1s;
	-webkit-animation: parpadeo 1s;
	-moz-animation: parpadeo 1s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
}
.newAlert {
	float: left;
	
	width: 7px;
	height: 7px;
	
	
	margin: 8px 5px 0 0;
	
	border-radius: 50%;
	
	animation: parpadeo 1s;
	-webkit-animation: parpadeo 1s;
	-moz-animation: parpadeo 1s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
}

@keyframes parpadeo { 
	0% {background-color: rgb(71, 196, 255);}
	100%{background-color: transparent} 
}

@-webkit-keyframes parpadeo { 
	0% {background-color: rgb(71, 196, 255);}
	100%{background-color: transparent} 
}


.infoDots {
	background: rgb(71, 196, 255);
    color: #fff;
    float: left;
    padding: 1px 5px;
    font-size: 10px;
    border-radius: 9px;
}


.mshortcutBox {
	background: white;
	
	float: left;
	
	width: 48px;
	height: 48px;
	
	margin: 3px 10px 10px;
	
	border-radius: 50%;
	border: solid 3px rgba(219,219,219,.3);
	
	cursor: pointer;
	
	/*
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	*/
}
.mshortcutBox div {
	background: rgba(219,219,219,.6);
	
	width: 40px;
	height: 40px;
	
	margin: 4px; /* auto 0 auto;*/
	
	border-radius: 50%;
}
.mshortcutColor {
	position: absolute; 
	
	top: -30px;
	left: 50%;
	
	width: 15px;
	height: 15px;
	
	margin-left: -8px;
	
	border-radius: 50%;
	
	/*
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	*/
	
	z-index: 101;
}
.mshortcutLogo{
	position: absolute; 
	
	top: 15px;
	left: 50%;
	
	margin-left: -122px;
	
	opacity: .1;
	
	z-index: 99;
}


.mSkeysDraw{
	float: left;
	
	width: 15px;
	height: 15px;
	
	margin: 3px 4px 0;
	
	border-radius: 50%;
}



.loginBox{
	background: #fff;
	
	text-align: center;
	
	padding: 0 0 17px 0;
	
	box-shadow: 0 3px 10px 0 rgba(0,0,0,1), 0 20px 40px 0 rgba(0,0,0,.35);
	
	border-radius: 16px;
}



#urlQR .urlShare {
	width: 250px;
	
	margin: 20px 0 7px 0;
}

#urlQR .urlShare:focus {
	border: 1px solid #ff4343;
}

#urlQR .btnShare {
	background: transparent;
	
	color: #333;
	font-size: 12px;
	font-weight: 400;
	
	border-width: 0;
	
	padding: 3px 30px;
	
	margin-bottom: 8px;
}
#urlQR .btnOpenUrl {
	background: #ff4343;
	
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	
	border-width: 0;
	
	padding: 10px 30px;
}

#urlQR img {
	border-radius: 4px;
	
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	
	margin-top: 5px;
}

#urlQR span {
	font-size: 24px;
	
	color: #333;
}




.spinner {
	width: 100%;
	height: 100%;
	
	background: #ff4343;
	
	border-radius: 3px;
	
	text-align: center;
}

.spinner > div {
	background-color: #fff;
	
	height: 24px;
	width: 6px;
	
	display: inline-block;
	
	margin: 4px 1px 0;
	
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}  20% { 
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}


.pMItem * {
	overflow: hidden;
}








.tour-form {
	padding: 0 100px 15px 25px;
	
	font-size: 14px;
	font-weight: 400;
}


.form-block {
	display: flex;
}
	.form-block-label {
		width: 250px;
		height: 100%;
		
		flex: 0 0 250px;
		
		text-align: right;
		line-height: 32px;
		
		padding-right: 15px; 
		font-weight: 400; 
		color: #333; 
		font-size: 14px;
	}
	.form-block-field {
		flex: 1;
		
		position: relative;
	}

@media (max-width: 600px) {
	.tour-form {
		padding: 0 25px 15px;
	}

	.form-block {
		display: block;
	}
	  .form-block-label {
	  	flex: none;
	  	width: 100%;
	  	
	  	text-align: left;
	  }
	  .form-block-field{
		  flex: none;
	  	width: 100%;
	  	
	  	text-align: left;
	  }
}






.clock-style {
	font-family: "Source Sans Pro", arial, "Helvetica", sans-serif;
	font-weight: 400;
	text-aling: right;
	float: right;
	padding: 10px 10px 0 10px;
	font-size: 20px;
}

.clock-style > .time {
	color: #DEDEDE;
}

.clock-style > .date {
	opacity: .6;
	font-size: 12px;
}




.users-dots {
	text-align: center;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	font-weight: bold;
	
	float: none;
	
	width: 25px;
	height: 25px;
	
	margin: 10px 10px 0 5px;
}



/*
#slideAreaScroll div {
	overflow: hidden;
}
*/








.welcome {
	position: relative;
}

.welcome:before {
	content: '𝝰';
  position: absolute;
  top: 0;
  font-size: 260px;
  left: calc(50% - (175px / 2));
  text-align: center;
  line-height: 96px;
  width: 175px;
  opacity: .2;
}




.langActive .activeHiden {
	display: none;
}









.logo-try-alpha {
	position: absolute;
	
	width: 270px;
	height: 170px;
	
	top: calc(50% - (170px / 2));
	left: calc(50% - (270px / 2));
	
	border-radius: 4px;
	
	background: #fff;
	
	box-shadow: 0 3px 10px 0 rgba(0,0,0,1), 
							0 20px 40px 0 rgba(0,0,0,.35);
}
.logo-try-alpha > img {
	display: block;
	width: 170px;
	margin: auto;
	margin-top: 33px;
}

.logo-try-alpha > .spinner {
	width: 40px;
	height: 33px;
	
	margin: auto;
	
	position: relative;
	top: 80px;
}



.dashboard {
	position: absolute;
	
	top: 15px;
	left: 15px;
	
	width: 10px;
	height: 10px;
	
	background: grey;
	
	opacity: .2;
	
	border-radius: 3px;
	
	cursor: pointer;
}




.dashboard_block {
	background: #999;
	
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	
	padding: 25px;
}

.dashboard_block > .dashboard_content {
	background: #f6f6f6;
		
	color: #333;
	
	overflow: auto;
	
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	
	padding: 15px;
	
	box-shadow: 0 5px 10px rgba(0,0,0,.3);
	
	position: relative;
}

.dashboard_block > .dashboard_content > div + div {
	margin-top: 20px;
}

.dashboard_block > .dashboard_content > .dashboard_hook {
	width: 100%;
	
	display: flex;
}

.dashboard_block > .dashboard_content > .dashboard_hook + .dashboard_hook {
	margin-top: 20px;
}


.dashboard_block > .dashboard_content > .dashboard_hook > .card {
	flex: 0 0 calc((100% - 30px) / 3);
	
	margin: 0 5px;
}
.dashboard_block > .dashboard_content .card > .card {}
.dashboard_block > .dashboard_content .card > .card + .card {margin-top: 10px;}
.dashboard_block > .dashboard_content .card_box {
	background: #FFF;
	
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
	
	padding: 10px 15px;
	
	font-size: 22px;
	
	height: calc(100% - 20px);
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dashboard_block > .dashboard_content .card_box > span {
	display: block;
	
	text-align: center;
	
	padding: 10px 0;
	
	font-size: 42px;
}
.dashboard_block > .dashboard_content .card_box > small {
	font-size: 10px;
	padding-left: 5px;
}



.dashboard_block > .dashboard_content > .dashboard_graph {
	height: 200px;
	
	padding: 50px 20px;
	
	overflow-x: auto;
	overflow-y: hidden;
	
	white-space: nowrap;
	text-overflow: inherit;
	
	position: relative;
}

.dashboard_block > .dashboard_content > .dashboard_graph > .graph_content {
	padding: 0;
	margin: 0;
	
	min-width: 20px;
	height: 199px;
	
	list-style: none;
	
	/*border-bottom: solid 1px #ccc;*/
	
	display: inline-block;
	
	position: relative;
	
	width: 100%;
}
.dashboard_block > .dashboard_content > .dashboard_graph > .graph_content + .graph_content {
	margin-left: 20px;
}
.dashboard_block > .dashboard_content > .dashboard_graph > .graph_content:after {
	content: '';
	
	position: absolute;
	
	top: calc(100% + 2px);
	left: 1.5px;
	
	width: calc(100% - 3px);
	height: 2px;
	
	background: #ff4343;
}

.dashboard_block > .dashboard_content > .dashboard_graph > .graph_content > li {
	background: #ff6b5d;
	
	width: calc((100% - (14px * 24) ) / 24);
	min-width: 7px;
	
	margin-left: 7px;
	margin-right: 7px;
	
	display: inline-block;
	
	position: relative;
}

.dashboard_block > .dashboard_content > .dashboard_graph > .graph_content > li > .time {
	font-size: 10px;
	text-align: center;
	
	position: absolute;
	
	top: calc(100% + 5px);
	left: -7px;
	right: -7px;
}

.dashboard_block > .dashboard_content > .dashboard_graph > .graph_content > li > .total {
	font-size: 10px;
	text-align: center;
	
	position: absolute;
	
	bottom: calc(100% + 1px);
	left: -7px;
	right: -7px;
	
	font-weight: bold;
	color: #ff6b5d;
}

.dashboard_block > .dashboard_content > .dashboard_graph > .graph_content > li > .projects {
	font-size: 10px;
	text-align: center;
	
	position: absolute;
	
	bottom: calc(100% + 10px);
	left: -7px;
	right: -7px;
	
	font-weight: bold;
	color: #437fe6;
}

.dashboard_block > .dashboard_content > .dashboard_graph > .graph_content > li > .users {
	font-size: 10px;
	text-align: center;
	
	position: absolute;
	
	bottom: calc(100% + 20px);
	left: -7px;
	right: -7px;
	
	font-weight: bold;
	color: #00e865;
}



.connected-usr {
	position: relative;
	
	padding: 0 10px 0 60px;
	
	height: 60px;
	
	line-height: 60px;
	color: #333;
	font-size: 16px;
}
.connected-usr:after {
	position: absolute;
	
	content: '';
	
	left: 0;
	top: 0;
	bottom: 0;
	
	width: 60px;
	
	background-position: center center;
	background-size: contain;
	background-image: url('../img/minions.png');
	background-repeat: no-repeat;
}
.connected-usr.alpha:after {
	background-image: url('../img/minions_alpha.png');
}
.connected-usr.lex:after {
	background-image: url('../img/gru.png');
}
.connected-usr + .connected-usr {
	margin-top: 8px;
}
.connected-usr > small {
	font-size: 10px;
}




.Editor {
	background: rgba(0,0,0,.1);
	
	position: absolute;
	
	top: 50px;
	bottom: 50px;
	left: calc(50% - 130px);
	
	width: 260px;
	
	overflow: auto
}

.action_hook {
	background: #f3f3f3;
	
	cursor: default;
	
	position: relative
}
.action_hook + .action_hook {
	margin-top: 3px;
}

.action_hook .action_title {
	padding: 5px 8px;
	font-size: 12px;
	font-weight: 500;
	color: #333
}

.action_hook .action_title .action_order {
	position: absolute;
	top: calc(50% - 6px);
	right: 8px;
	width: 18px;
	height: 12px;
	cursor: pointer
}

.action_hook .action_title .action_order > .icon {
	position: absolute;
	
	top: calc(50% - 1px);
	left: 0;
	right: 0;
	height: 2px;
	
	background: #000;
	opacity: .1
}
.action_hook .action_title .action_order:before, 
.action_hook .action_title .action_order:after {
	content: '';
	
	position: absolute;
	
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	
	background: #000;
	opacity: .1
}
.action_hook .action_title .action_order:after {
	top: auto;
	bottom: 0;
}



.action_hook .action_title .action_delete {
	position: absolute;
	top: calc(50% - 9px);
	right: 40px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	opacity: .1
}

.action_hook .action_title .action_order:hover .icon, 
.action_hook .action_title .action_order:hover:before, 
.action_hook .action_title .action_order:hover:after,
.action_hook .action_title .action_delete:hover {
	opacity: 1
}

.action_hook .action_content {
	padding: 5px 8px;
	position: relative;
}



.action-tab > div {
	border: 2px solid #cccccc;
	border-left-width: 1px;
	border-right-width: 0
}
.action-tab > div + div {
	border-right-width: 1px
}

.action-tab > div:first-child {
	border-left-width: 2px;
	border-radius: 5px 0 0 5px !important
}
.action-tab > div:last-child {
	border-right-width: 2px;
	border-radius: 0 5px 5px 0 !important
}



.action_block {
	position: relative;
	
	padding: 5px 8px;
}

.action_block:first-child {
	padding-top: 10px;
}
.action_block:last-child {
	padding-bottom: 10px;
}

.action_block > div {
	border-radius: 5px;
	
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}

.action_block > div > div:first-child {
	border-radius: 5px 5px 0 0;
	overflow: hidden
}
.action_block > div > div:last-child {
	border-radius: 0 0 5px 5px
}

.action_block > div.close {
	overflow: hidden
}



.over_opa {
	opacity: .3
}
.over_opa:hover {
	opacity: 1
}



.empty_trigger:empty {
	height: 95px;
	background: #fff !important;
	position: relative
}

.empty_trigger:empty:before{
	position: absolute;
	
	content: '';
	
	background-image: url('https://lib.jeekjee.net/media/ui_icons/events_black@3x.png');
	background-position: center;
	background-size: contain;
	
	width: 36px;
	height: 36px;
	
	top: 16px;
	left: calc(50% - 18px);
	
	opacity: .3
}

.empty_trigger:empty:after{
	position: absolute;
	
	content: 'Press to add an Event';
	
	width: 150px;
	
	border: dashed 2px #ccc;
	
	top: 12px;
	left: calc(50% - 85px);
	
	padding: 35px 10px 10px;
	
	font-size: 14px;
	
	color: #9f9f9f;
	text-align: center;
	
	border-radius: 5px
}



.empty_action:empty {
	height: 80px;
	background: #f3f3f3 !important;
	position: relative
}

.empty_action:empty:before{
	position: absolute;
	
	content: '';
	
	background-image: url('https://lib.jeekjee.net/media/ui_icons/new_project_black@3x.png');
	background-position: center;
	background-size: contain;
	
	width: 34px;
	height: 34px;
	
	top: 16px;
	left: calc(50% - 17px);
	
	opacity: .3
}

.empty_action:empty:after{
	position: absolute;
	
	content: 'Press to create an action';
	
	width: 150px;
	
	border: dashed 2px #aaa;
	
	top: 15px;
	left: calc(50% - 85px);
	
	padding: 25px 10px 5px;
	
	font-size: 14px;
	
	color: #8f8f8f;
	text-align: center;
	
	border-radius: 5px
}



.empty_action_trigger:empty {
	height: 60px;
	background: #f3f3f3 !important;
	position: relative
}

.empty_action_trigger:empty:after{
	position: absolute;
	
	content: 'Select an event';
	
	width: 150px;
	
	border: dashed 2px #aaa;
	
	top: 15px;
	left: calc(50% - 85px);
	
	padding: 5px 10px 5px;
	
	font-size: 14px;
	
	color: #8f8f8f;
	text-align: center;
	
	border-radius: 5px
}







.after_right_arrow:before {
	content: '';
	
	position: absolute;
	
	top: calc(50% - 10px);
	left: calc(100% + 18px);
	
	width: 14px;
	height: 14px;
  
  border-radius: 5px;
  
  border: solid 2px #49daff;
  
  background: #49daff;
  
  opacity: .8;
	
	pointer-events: none
}
.after_right_arrow:after {
	content: '';
	
	position: absolute;
	
	top: calc(50% - 18px);
	left: 100%;
	
	border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  
  border-left: 14px solid #fff;
	
	pointer-events: none
}

.dropdown_category_arrow:after {
	position: absolute;
	
	content: '';
	
	width: 10px;
	height: 10px;
	
	border-top: solid 1px #979797;
	border-right: solid 1px #979797;
	
	transform: rotateZ(45deg);
	
	top: calc(50% - 6px);
	right: 15px;
	
	pointer-events: none
}



.arrow_left:after {
	position: absolute;
	
	content: '';
	
	width: 8px;
	height: 8px;
	
	border-left: solid 1px #979797;
	border-bottom: solid 1px #979797;
	
	transform: rotateZ(45deg);
	
	top: calc(50% - 5px);
	left: 15px;
	
	cursor: pointer;
	
	pointer-events: none
}





.highlight:after {
	position: absolute;
	
	content: '';
	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	border: 1px dashed rgba(120,120,120,.6);
	
	border-radius: var(--radius)
}

.highlight-symbol:after {
	border-color: #b53295
}







.empty_anim:empty {
	height: 40px;
	background: #eee !important;
	position: relative;
	background: transparent !important
}

.empty_anim:empty:before{
	position: absolute;
	
	content: '';
	
	background-image: url('https://lib.jeekjee.net/media/ui_icons/animation_add_black.svg');
	background-position: center;
	background-size: 40px;
	
	width: 30px;
	height: 30px;
	
	top: 5px;
	left: calc(50% - 93px);
}

.empty_anim:empty:after{
	position: absolute;
	
	content: 'Press to add an Animation';
	
	width: 150px;
	
	border: dashed 1px #ccc;
	
	top: 6px;
	left: calc(50% - (197px / 2));
	
	padding: 5px 10px 5px 35px;
	
	font-size: 13px;
	
	color: #9f9f9f;
	text-align: center;
	
	border-radius: 5px
}







.hover_gray {
	background-color: transparent;
	
	cursor: pointer
}
.hover_gray:hover {
	background-color: #eee
}






.childs-Anim-Face-Hover > div {
	opacity: .5
}
.childs-Anim-Face-Hover:hover > div {
	opacity: 1
}










.anim-text-empty:empty:after {
	content: '';
	
	position: absolute;
	
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	
	border: dotted 2px #999;
  border-radius: 5px;
  
  min-width: 16px;
  min-height: 16px;
  
  line-height: 20px;
}