@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'gotham_rounded_light';
    src: url('../../ng/fonts/GothamRounded-Light.otf') format('opentype'),
         url('../../ng/fonts/GothamRoundedLight_21020.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_rounded_med';
    src: url('../../ng/fonts/GothamRounded-Medium.otf') format('opentype'),
         url('../../ng/fonts/GothamRoundedMedium_21022.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_rounded_bold';
    src: url('../../ng/fonts/GothamRounded-Bold.otf') format('opentype'),
         url('../../ng/fonts/GothamRoundedBold_21016.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.cal-button {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

#cal-container {
	width: 1024px;
	height:auto;
	margin: 0 auto;
}
#cal-displayarea {
	width: 680px;
	height:100%;
/*	background-color: white;*/
	float: left;
	overflow: hidden;
	position: relative;
}
#cal-displayimage img {
	width: 100%;
	display: block;
}	
#cal-displayarea-inner {
	position: relative;
}

#cal-displaywindows {
	position: absolute;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.cal-window {
	position: absolute;
	width:100px;
/*	min-height: 100px;*/
	cursor: move;
	box-sizing:border-box;
	background-color: rgba(201, 110, 50, 0.1);
    padding: 5px;
    outline: 1px solid rgba(0,0,0,0.15);
  /*  border:2px solid rgba(0,0,0,0.1);*/
}
.cal-window-highlight {
	background-color: rgba(30, 255, 88, 0.2)!important;
}
.cal-window-shape {
	position: absolute;
	width:100%;
	height:100%;
}

.cal-window-button {
	position: absolute;
	top: 0px;
	left:0px;
	/*border-radius:20px;*/
	width: 20px;
	height:20px;
	background-size: 100%;
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    transform-origin: 50% 50%;

    transition: transform 0.4s;
}
.cal-window-button:hover {
	opacity: 0.7;
}
.cal-button-highlight {
	background-color: #1eff58!important;
}

.cal-window-close {
	background-color: red;
	cursor: pointer;
	background-image: url('../img/icon_close.png')
}

.cal-window-resize-parent {
	pointer-events: none;
	position: absolute;
	background-color: rgba(0,0,0,0.2);
	left:76px;
	top:0;
	width:220px;
	height:0px;
	
}
.cal-window-resize-parent-down {
	pointer-events: none;
	position: absolute;
	background-color: rgba(0,0,0,0.2);
	top:76px;
	height:220px;
	width:0px;
	left: 0;
}

.cal-window-resize {
	left:93px;
	background-color: #46a6ff;
	cursor: pointer;
	background-image: url('../img/icon_resize_diag.png')
}
.cal-window-select {
	left:auto;
	top:auto;
	right:0px;
	bottom:0px;
	background-color: orange;
	cursor: pointer;
	background-image: url('../img/icon_select.png')
}
.cal-window-textbutton {
	left:auto;
	top:auto;
	right:-10px;
	bottom:20px;
	background-color: orange;
	cursor: pointer;
	background-image: url('../img/icon_textbutton.png')
}
.cal-window-resize-left {
	left:90px;
	background-color: #46a6ff;
	cursor: pointer;
	background-image: url('../img/icon_resize_left.png')
}
.cal-window-resize-down {
	top:90px;
	background-color: #46a6ff;
	cursor: pointer;
	background-image: url('../img/icon_resize_top.png')
}

.window-rectangle {
	border-radius: 14px;
	border: 5px solid #000;
	width:100%;
	height:100%;
	box-sizing:border-box;
}
.window-circle {
	border-radius: 100%;
	border: 5px solid #000;
	width:100%;
	height:100%;
}
.cal-window-content {
	text-align: center;
    top: 50%;
    position: absolute;
    width: 50%;
    left: 25%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.cal-window-text {
	font-size: 20px;
	/*margin-top: 10px;*/
	pointer-events: none;
	font-family: 'gotham_rounded_med', sans-serif;
	    line-height: 1;
}
.cal-window-text-locked {
	margin-top: 10px;
}
.cal-padlock {
	width:24px;
	height:24px;
	border-radius: 24px;
	background-color: white;
	display: inline-block;
	margin-top: 5px;
	pointer-events: none;
	background-image: url(../img/icon_lock.png);
	background-size: 100%;
}



#cal-right {
	width: 344px;
	height:100%;
/*	background-color: white;*/
	float: right;
	/*border-left:1px solid rgba(0,0,0,0.15);*/
}
.cal-module {
	padding: 0px 10px 10px;
}
.cal-module-inner {
	width:auto;
	height:auto;
	padding:10px;
	background-color: rgba(0,0,0,0.1);
	border-radius: 10px
}
.cal-module-sprite {
	width:50px;
	height:50px;
	background-color: white;
	display: inline-block;
	margin-right:5px;
	margin-bottom: 0px;
	cursor: pointer;
	background-size: 100%;
	border: 1px solid rgba(0,0,0,0.15);
    border-radius: 6px;
    font-size: 18px;
    border-width: 1px;
}
.sprite-circle {
	background-image: url(../img/icon_circle.png)
}
.sprite-rectangle {
	background-image: url(../img/icon_rectangle.png)
}
.sprite-triangle {
	background-image: url(../img/icon_triangle.png)
}
.sprite-star {
	background-image: url(../img/icon_star.png)
}
.sprite-cloud {
	background-image: url(../img/icon_cloud.png)
}
.cal-module-sprite-align-top {
	background-image: url(../img/icon_alignh.png)
}
.cal-module-sprite-align-bottom {
	background-image: url(../img/icon_alignv.png)
}
.cal-module-sprite-distribute-h {
	background-image: url(../img/icon_distributeh.png)
}
.cal-module-sprite-distribute-v {
	background-image: url(../img/icon_distributev.png)
}

.cal-module-sprite-icon {
	width:50px;
	height:50px;
	background-color: white;
	display: inline-block;
	margin-right:5px;
	margin-bottom: 5px;
	border: 1px solid rgba(0,0,0,0.15);
    border-radius: 6px;
    font-size: 18px;
    border-width: 1px;
	cursor: pointer;
	background-size: 100%;
}
#cal-module-sprite-selectall {
	background-image: url(../img/icon_selectall.png)
}
#cal-module-sprite-deselectall {
	background-image: url(../img/icon_deselectall.png)
}
#cal-module-sprite-copy {
	background-image: url(../img/icon_copy.png)
}
#cal-module-sprite-save {
	background-image: url(../img/icon_save.png)
}
#cal-module-sprite-back {
	background-image: url(../img/icon_back.png)
}
#cal-module-sprite-preview {
	background-image: url(../img/icon_preview.png)
}

.cal-module-sprite-icon:hover, .cal-module-sprite:hover {
	background-color: #ffeed3;
}


.cal-module-sprite-icon:active, .cal-module-sprite:active {
	background-color: orange;
	transform: scale(0.95);
	-webkit-transform: scale(0.95)
}

#var_page_title, #text_page_body, #var_game_title, #text_compo_body, #var_intro_title, #var_info_title, #text_compo_intro, .required-body .trumbowyg-editor, #var_promo_title, #var_promo_dir, #var_cal_title, .nc-flex-body, .nc-flex-title {
  background: rgba(255,0,0,0.1)!important;
}


#cal-data-container {
	height: 0;
    visibility: hidden; 
}
#cal-shape-details {
	    margin-top: 10px;
}
.cal-window-data {
	width:auto;
	height:auto;
	min-height: 80px;
	padding:10px;
	background-color: rgba(0,0,0,0.1);
	border-radius: 10px;
	margin: 0 0 10px 0;
	    overflow: hidden;
}
.cal-window-data-section {
	float: left;
	margin-right: 30px;
}
.cal-window-data-sprite {
	width:30px;
	height:30px;
/*	background-color: white;*/
	display: inline-block;
	border-radius: 10px;
/*	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);*/
	cursor: pointer;
	background-size: 100%;

}
.cal-hidearrow {
	opacity: 0.5;
}
.cal-button-order {
	width:30px;
	height:30px;
	border: 1px solid rgba(0,0,0,0.15);
	display: inline-block;
	border-radius: 6px;
	background-color: #fff;
	background-size: 100%;
}
.cal-button-order-up {
	background-image: url(../img/icon_up.png)
}
.cal-button-order-down {
	background-image: url(../img/icon_down.png)
}
.cal-button-lock {
	background-image: url(../img/icon_lock.png)
}
#cal-rollover-snowflake {
	background-image: url(../assets/shapes/rollover_snowflake.png)
}
#cal-rollover-star {
	background-image: url(../assets/shapes/rollover_star.png)
}
#cal-rollover-easteregg {
	background-image: url(../assets/shapes/rollover_easteregg.png)
}
.cal-button-selected {
	background-color: orange!important
}


.cal-container {
	width:100%;
	margin: 0 auto;
	position: relative;
}
.cal-container-live {
	width:100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 1px 1px 10px rgba(0,0,0,.35);
}
.cal-container img {
	width: 100%;
}
#cal-preview-container {
	position: absolute;
	z-index: 999;
	top:0;
}
.cal-default-display {
	height:680px;
}
.cal-preview-window {
	background-size: 100%;
	position: absolute;
	box-sizing: border-box;
	moz-box-sizing:border-box;
	padding:5px;
	cursor: pointer;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.cal-window-rollover {
	position: absolute;
	z-index: 999;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	pointer-events: none;
}
.cal-particle {
	position: absolute;width: 5px;
	height:5px;
	border-radius: 5px;
	background-color: blue;
}

.ball {
  pointer-events: none;
  position: absolute; 
  width: 10px;
  height: 10px;
  border-radius: 50%; 
  animation: implode 1s ease-in-out;
  animation-fill-mode: both;
  opacity: 0;
  background-size: 100%;
}

@keyframes star1 {
  0% {transform: scale(0) rotateZ(-70deg); opacity: 0;}
  20% {opacity: 1;}
  90% {opacity: 1;}
  100% {transform: scale(1) rotateZ(90deg); opacity: 0;}
}
@keyframes star2 {
  0% {transform: scale(0) rotateZ(0deg) rotateY(360deg); opacity: 0;}
  20% {opacity: 1;}
  90% {opacity: 1;}
  100% {transform: scale(1) rotateZ(-180deg) rotateY(0deg); opacity: 0;}
}
@keyframes star3 {
  0% {transform: scale(0) rotateZ(0deg) rotateX(360deg); opacity: 0;}
  20% {opacity: 1;}
  90% {opacity: 1;}
  100% {transform: scale(1) rotateZ(90deg) rotateX(0deg); opacity: 0;}
}

@keyframes easteregg {
  0% {transform: scale(0) rotateZ(360deg); opacity: 0;}
  70% {opacity: 1;}
  100% {transform: scale(1) rotateZ(0deg); opacity: 0;}
}
@keyframes snowflake {
  0% {transform: scale(0) translateY(0px); opacity: 1;}
  30% {opacity: 1;}
  90% {opacity: 1;}
  100% {transform: scale(1) translateY(25px); opacity: 0;}
}

@-webkit-keyframes star1 {
  0% {-webkit-transform: scale(0) rotateZ(-70deg); opacity: 0;}
  20% {opacity: 1;}
  90% {opacity: 1;}
  100% {-webkit-transform: scale(1) rotateZ(90deg); opacity: 0;}
}
@-webkit-keyframes star2 {
  0% {-webkit-transform: scale(0) rotateZ(0deg) rotateY(360deg); opacity: 0;}
  20% {opacity: 1;}
  90% {opacity: 1;}
  100% {-webkit-transform: scale(1) rotateZ(-180deg) rotateY(0deg); opacity: 0;}
}
@-webkit-keyframes star3 {
  0% {-webkit-transform: scale(0) rotateZ(0deg) rotateX(360deg); opacity: 0;}
  20% {opacity: 1;}
  90% {opacity: 1;}
  100% {-webkit-transform: scale(1) rotateZ(90deg) rotateX(0deg); opacity: 0;}
}

@-webkit-keyframes easteregg {
  0% {-webkit-transform: scale(0) rotateZ(360deg); opacity: 0;}
  70% {opacity: 1;}
  100% {-webkit-transform: scale(1) rotateZ(0deg); opacity: 0;}
}
@-webkit-keyframes snowflake {
  0% {transform: scale(0) translateY(0px); opacity: 1;}
  30% {opacity: 1;}
  90% {opacity: 1;}
  100% {-webkit-transform: scale(1) translateY(25px); opacity: 0;}
}

.cal-preview-window-locked {
	opacity: 0.5!important;
	cursor: default!important;
}



#cal-container input {
	height: 24px;
    width: auto;
    position: relative;
    border-color: rgba(0,0,0,0.15);
    border-radius: 6px;
    font-size: 14px;
    border-width: 1px;
    text-indent: 5px;
}
.cal-window-data-section input, .cal-window-data-section select {
	max-width: 100px!important;

}
#cal-container select {
    font-size: 14px;
    height: 30px;
    border-color: rgba(0,0,0,0.15);
    border-radius: 6px;
}

#cal-container h3 {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	clear: both;
	margin:5px 0 15px;
	    min-width: 66px;
}
#cal-module-inner .control-label {
	float: none!important;
	font-size: 40px!important;
}
#cal-upload-container {
	display: block;
	line-height: 30px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.15);
	cursor: pointer;
	width:auto;
	overflow: hidden;
	max-width: 250px;
}
#var_cal_images {
	float:left;
	max-width:200px;
	overflow: hidden;
}
#cal-image-delete {
	float:left;
	margin-right:5px;
	width:24px;
	height:24px;
	cursor: pointer;
	background-image: url(../img/icon_close_black.png);
	background-size: 100%;
	margin-top: 3px;
    margin-left: 3px;
}
.cal-hide-button {
	position: absolute!important;
	height:0!important;
	overflow: hidden!important;
	opacity: 0;
}
.cal-680 {
	height:680!important
}
.cal-617 {
	height:617px!important
}
.cal-auto {
	height:auto!important
}

#cal-container svg {
	overflow: visible!important;
}
.svg-path {
	vector-effect: non-scaling-stroke; 
	stroke-linecap: round;
	fill: none;
	background-color: rgba(201, 110, 50, 0.1);
}
.cal-side-align-margin {
	margin-left: 10px;
}
.cal-side-align {
	display: inline-block;
}
.cal-side-align select,
#cal-select-stroke {
	width: 52px;
	font-size: 14px;
}
.cal-module form {
	margin: 0;
}
#cal-shape-details h4 {
	font-size: 14px;
}
.cal-check-container {

}
.cal-checkbox {
	width: 16px;
	height:16px;
	background-color: white;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.15);
	margin-top: 5px;
	top: 5px;
    position: relative;
}
.cal-checkbox-on {
	background-color: #46a6ff!important;
	background-image: url(../img/icon_close.png);
	background-size: 100%;
}
#cal-container svg, .cal-preview-window svg {
	overflow: visible!important;
}
.cal-cloud {
	top:58%;
}
.cal-triangle {
	top:58%;
}


.cal-preview-window-unlocked:hover {
	transform:scale(1.02);
	-webkit-transform:scale(1.02);
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.cal-preview-window-unlocked:active {
	transform:scale(0.96);
	-webkit-transform:scale(0.96);

	
}
.form-actions-flex {
	border:0;
	background-color: transparent;
}

.nc-fleximodule {
	position: relative;
	padding: 20px 0 0;
	
}
