@CHARSET "UTF-8";
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
        padding: 0px;
}
.file-selector{
	position: fixed;
	top:0px;
	left: 0px;
}
.picker-window{
	display:table;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	
}
.blacker {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
    height: 100%;
	background: black;
	opacity:0;
	z-index: -1;
}

.name-box {
    width: 350px;
    max-width: 80%;
    padding: 10px 5px;
    min-width: 250px;
    border-radius: 5px;
    border:none !important;
    top: 1000px;
}
.name-box .tx {
    margin: 0 auto;
    display: table;
    /* width: auto; */
    text-align: center;
    width: 90%;
    border: #f1f1f1 solid 1px;
    border-radius: 5px;
    background-color: #fff;
    height: 50px;
    vertical-align: middle;    
}
.name-box .question{
    display:block;
    font-size:22px;
    text-align:center;
    padding:15px;
    color:#635a5a;
}
.name-box-qa {
    bottom: 0;
    display: table;
    width: 100%;
    text-align: center;
    border-spacing: 10px;
}
.name-box-qa .answer{
    display: table-cell;
    width: 50%;
    background-color: rgb(204, 204, 204);
    padding: 10px 5px;
    margin: 20px 12px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.75) 4px 3px 5px 0px;
    text-align: center;
    color: #f1f1f1;
    
}

.confirm-box .question{
	display:block;
	font-size:22px;
	text-align:center;
	padding:15px;
	color:black;
}
.confirm-box-qa{
	display:table;
	width:100%;
}
.confirm-box-qa .answer{
	display:table-cell;
	width:50%;
	font-size:14px;
	text-align:center;
	padding:10px;
	border: solid 1px #ccc;
}

.page-wrapper{
    display: block;
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
}
.page-wrapper .core-page{
    background-color: white;
}
.core-page .full-page {
    box-shadow: 5px 10px 30px rgba(0, 0, 0, .8);
    margin: 0px auto;
    border:#ccc solid 1px;
    /*max-width: 500px;*/
    position: relative;
}
.page-wrap-full-page{
    background:rgba(0,0,0,0.3);
}
.selected-object{
	box-shadow: 6px 6px 20px 6px #555;
    margin-bottom: 10px;
}
.embose-object{
	box-shadow: 6px 6px 60px 6px #555;
}
.underline-object{
    border-bottom: blue 3px solid;
}

#design-bar {
    color: #ffffff;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #383838;
    opacity: 0.80;
    height: 40px;
    display: table;
    z-index: 999999;
}
#design-bar img {
    height: 30px;
    width: 30px;
    margin: 3px auto 3px;
    display: table;
}
#design-no-select{
	width:100%;
	display: table;
}
#design-with-select{
	width:100%;
	display: table;
}

.design-section-controls , .object-controls{
    display: table-cell;
}

.hide-me {
	display: none !important;
}
.temp-hide-me {
	display: none !important;
}

.design-mode{
	/*background-color: #fff;*/
}

.center {
	display: table;
	margin: 0px auto;
}
.full-page {
    /*opacity: 0;*/
	background-color: white;
	display: block;
	position: fixed;
    /*display: table;
    margin: 0px auto;
     top:0px;
     */
	
    top: 1000px;
	left: 0px;
	height: 100%;
	width: 100%;
	/*overflow: auto;*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    
    background-repeat: no-repeat;
    background-position: center; 
    background-attachment: fixed;

}
.full-page.show {
    /*
        -webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
     */
    /*opacity: 1;*/
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    transition: top 0.3s ease;
    top:0px;
}
.full-page.close {
	top:1000px;
}

div.slide-holder {
	display: table;
    width: 100%;
    /*height: 100%;*/
    
}
.slide-item{
	-webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    overflow: hidden;
    display: block; 
    opacity: 0;
    height: 100%;
}
.slide-cell{
    display: table-cell; 
    vertical-align: top;
}
.active-slide{
    width: 100%;   
    opacity: 1;
}
.hidden-slide{
    width: 0;
    opacity: 0;
    overflow: hidden;
    display: none;
}
.hidden-slide div{
    display: none;
    overflow: hidden;
}

.slide-control{
    background-color: white;
    display: table;
    width: 100%;
}
.tcc-inner{
    display: table;
    margin: auto;
}
.hi-lite{
    /*opacity: 0.8;*/
    background-color:#ccc;
}

.tap-down{
    /*
    opacity: 0.8;
    background-color:#ccc;
    */
    filter: blur(5px);
}
.slide-control-active span ,.slide-control-active img{
    border-bottom: #ccc solid 2px;
}

.slide-control-cell{
    display: table-cell;
    border: #ccc solid 1px;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    /*background-color:#fff;*/
}
.slide-control img{
    height:25px;
    display: table-cell
}
.slide-control span{
    display: table-cell;
    vertical-align: middle;
}
.center-popup , #colorpickerframe, .confirm-box, .name-box, #rtfframe {
    /*
	-webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
     opacity: 0;
     top: 50%;
     */
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    transition: top 0.3s ease;

    background-color: #fff;
    border: #ccc solid 1px;
    display: block;

    height: auto;
    width: auto;
    overflow: auto;
    min-width: 250px;
    position: fixed;
	top: 1000px;
	left: 50%;
    transform: translate(-50%, -50%);
    min-height: 50px;
    
    max-height: 80%;

}
.card-page{
    width: 95% !important;
}
.color-box{
    display: table-cell;
    border: #ccc solid 2px;
    border-radius: 8px;
}
.color-text{
    width: 80px;
    display: table-cell;
    height: 18px;
    text-align: center;
    border-bottom: #ccc solid 1px;
    font-style: italic;
}
.color-picker MAIDccccaption{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
#colorpickerframe{
    width: 239px;
    height: 160px;
}
#rtfframe{
    width: 95%;
    height: 95%;
    min-width: 350px;
    border:none;
    border-radius: 8px;
    max-height: 95%;
    
}
.bloader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-bottom: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}
.center-popup.show , #colorpickerframe.show, .confirm-box.show, .name-box.show , #rtfframe.show {
	/*opacity: 1;*/
    top:50%;
    box-shadow: 5px 20px 20px rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    background-position: center; 
        border-radius: 6px;

}
.center-popup.show .footer{
    position: absolute;
}
.bottom-drawer {
    -webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	transition: top 0.5s ease;
	background-color: white;
	display: block;
	position: fixed;
	bottom: 1000px;
	left: 0px;
	width: 100%;
	box-shadow: 0px -10px 20px rgba(0, 0, 0, .5);
}
.bottom-drawer.page-design-mode{
	border: #ccc solid 3px ;
	bottom:40px !important;
}
.bottom-drawer.show{
	min-height: 50px;
	bottom:0;
}
.left-drawer {
    -webkit-transition: left 0.5s ease;
	-moz-transition: left 0.5s ease;
	transition: left 0.5s ease;
	background-color: white;
	display: none;
	position: fixed;
	left: -1000px;
	width: 20%;
    height: 100%;
    box-shadow: 10px 5px 20px rgba(0, 0, 0, .5);
}
.left-drawer.page-design-mode{
}
.left-drawer.show{
    display: block;
	min-width: 200px;
    top:0;
}
.dragable {
	opacity:0;
}

.dragable {
	opacity:0;
}
.drag-box{
	border: dotted 1px #ccc;
	position:absolute;
	opacity:0.5 !important;
}
#make-app-icon {
    /* display: block; */
    /*z-index: 101;*/
    
    background: #fff;    
    box-shadow: 2px 2px 10px #555;
    width: 50px !important;
    height: 50px !important;	
    border-radius: 50px;
    
}
#designSwitch {
    overflow: hidden;
    -webkit-transition: height 0.15s ease;
	-moz-transition: height 0.15s ease;
	transition: height 0.15s ease;
	position: fixed;
	right: 40px;
    bottom:45px;
	width: 65px;
	height:65px;
	border-radius: 65px;
	padding:3px;
    
	
}
#designSwitch.expand {
    background: white;
	height:190px;
    box-shadow: 5px 20px 20px rgba(0, 0, 0, .5);
	
}
#designSwitch img {
	width:50px;
	padding:6px;
}
.ease-short{
    -webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.toast-confirm{
	position: fixed;
	display:block;
    right:0px;
    top:0px;
    min-height: 0px;

}
.show-alert {
    text-align: center;
	background-color: black;
	display: block;
	margin-top: 5px;
	font-size: 20px;
	padding:10px;
    color:#fff;
	border-radius:8px;
	opacity:0;
	-webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
}
.show-alert.open {
      opacity: 1;
}

