

.app-button
{
	line-height: 58px;
	display: block;
	text-align: center;
	font-size: 30px;
	background-color: #9F0019;
	color: #fff;
	margin-top: 10px;
	cursor: pointer;
}
.draw-about
{
    border: 1px solid #266907;
    background-color: #fff;
    line-height: 36px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -35px;
    text-align: center;
    border-radius: 36px;
    font-size: 16px;
    width: 70px;
    color: #266907;
    cursor: pointer;  
}
.overlay-image
{
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}
.overlay-image img
{
    width: 100%;
    height: 100%;
}
.overlay-image .closeButton
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    color: #fff;
    z-index: 1000;
    background-color: #000;
    border-radius: 40px;
    font-size: 24px;
}
.overlay-image .more
{
    border: 1px solid #266907;
    background-color: #fff;
    line-height: 36px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -35px;
    text-align: center;
    border-radius: 36px;
    font-size: 16px;
    width: 70px;
    color: #266907;
    cursor: pointer;  
    display: block;
    text-decoration: none;
}
.draw-cancel
{
    border: 1px solid #AE1D37;
    background-color: #fff;
    line-height: 36px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: center;
    border-radius: 36px;
    font-size: 14px;
    width: 70px;
    color: #AE1D37;
    cursor: pointer;   
}
.draw-accept
{
    border: 1px solid #266907;
    background-color: #fff;
    line-height: 36px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: center;
    border-radius: 36px;
    font-size: 14px;
    width: 70px;
    color: #266907;
    cursor: pointer;   
}
.color-button
{
border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    line-height: 36px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -85px;
    text-align: center;
    border-radius: 36px;
    font-size: 14px;
    width: 170px;
    padding-left: 20px;
    color: #666;
    cursor: pointer;
}
.color-button span
{
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 30px;
    top: 4px;
    left: 4px;
    background-color: azure;
}

.colorDialog .color
{
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    cursor: pointer;
    margin: 4px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.colorDialog .container
{
    text-align: center;
}
.colorDialog .container > div
{
    margin: 0 auto;
    width: 260px;
}
.colorDialog .container > div:after
{
    display: block;
    clear: both;
    content: '';
}
.app-container
{
	border:5px solid #fff;
	width: 480px;
	margin: 0 auto;
	background-color: #fff;
	font-family: Arial;
}

@media only screen and (max-width: 550px)
{
	.app-container
	{
		width: 240px;
		border-width: 10px;
	}
	.app-button
	{
		line-height: 50px;
		display: block;
		text-align: center;
		font-size: 20px;
		background-color: #9F0019;
		color: #fff;
		cursor: pointer;
	}
	.app-container .label
	{
		font-size: 18px;
		line-height: 25px;
		padding-right: 5px;
		top: 5px;
		left: 5px;
	}
	.app-container input
	{
		font-size: 18px;
		line-height: 25px;
		padding-right: 5px;
		top: 5px;
		left: 62px;
		width: 160px;
	}
}


.border
{
	position:absolute;

}
.border > div
{
	position:absolute;
	/*background-color:rgba(0, 0, 0, 0.5);*/
	top:0;
	left:0;
}
.border > div > u
{
	width:100%;
	height:100%;
	/*border:3px dashed #3BC4E3;*/
	position:absolute;
	top:-3px;
	left:-3px;
	display:block;
}


.scaleControl,
.rotateControl,
.flipControl,
.eraseControl
{
	position:absolute;
	z-index:1000;
}
.rotateControl
{
	top:0;
	left:0;
}
.eraseControl
{
	top:0;
	right:0;
}
.flipControl
{
	bottom:0;
	left:0;
}
.scaleControl
{
	bottom:0;
	/*right:0;*/
}
.eraseControl b
{
	background-size: 30px 30px;
	background-image:url(../images/ui/eraseButton.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0.1);
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	width:40px;
	height:40px;
	position:absolute;
	top:-20px;
	right:-20px;
	z-index:10;
	cursor:pointer;
}
.scaleControl b
{
	background-size: 30px 30px;
	background-image:url(../images/ui/scaleButton.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0.1);
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	width:40px;
	height:40px;
	position:absolute;
	bottom:-20px;
	right:-20px;
	z-index:10;
	cursor:pointer;
}
.rotateControl b
{
	background-size: 30px 30px;
	background-image:url(../images/ui/rotateButton.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0.1);
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	width:40px;
	height:40px;
	position:absolute;
	top:-20px;
	left:-20px;
	z-index:10;
	cursor:pointer;
}
.flipControl b
{
	background-size: 30px 30px;
	background-image:url(../images/ui/flipButton.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0.1);
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	width:40px;
	height:40px;
	position:absolute;
	bottom:-20px;
	left:-20px;
	z-index:10;
	cursor:pointer;
}



.canvas
{
	background-color:#FFFFFF;
	position:relative;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
}
#saveMessage b
		{
			background-color:rgba(0, 0, 0, 0.5);
			width:100px;
			height:40px;
			line-height:40px;
			color:#FFFFFF;
			font-size:20px;
			text-align:center;
			position:absolute;
			top: -20px;
			left: -50px;
			display:block;
			border-radius: 5px;
		}





div.thumb
{
    font-family: Arial;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    background-color: transparent;
    color: #999;
    outline: 0;
    background-color: #f5f6f7;
    height: 80px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
div.thumb img
{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    bottom: 0%;
    z-index: 1;
    cursor: pointer;
}









div.sticker
{
    font-family: Arial;
    box-sizing: border-box;
    margin: 0;
    display: inline-block;
    width: 100px;
    height: 130px;
    
    border-radius: 3px;
    background-color: transparent;
    color: #999;
    outline: 0;
    
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    
    margin: 10px;
    cursor: pointer;
}
div.sticker img
{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}






.sticker-button
{
    background-image: url(../images/ui/buttons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    line-height: 40px;
    height: 40px;
    padding-left: 40px;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #AE1D37;
    cursor: pointer;
    font-family: "Hagin Caps Medium";
    font-size: 24px;
}
.sticker-button b
{
    background-image: url(../images/ui/buttons.png);
    background-position: right -100px;
    line-height: 40px;
    display: block;
    padding-right: 40px;
    font-style: normal;
}

.save-button
{
    background-image: url(../images/ui/buttons.png);
    background-position: 0 -40px;
    background-repeat: no-repeat;
    line-height: 40px;
    height: 60px;
    padding-left: 40px;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    
    color: #AE1D37;
    cursor: pointer;
    font-family: "Hagin Caps Medium";
    font-size: 32px;
}
.save-button b
{
    background-image: url(../images/ui/buttons.png);
    background-position: right -140px;
    line-height: 60px;
    display: block;
    padding-right: 40px;
    font-style: normal;
}




.sweaters
{
    text-align: center;
}
        
.overlay-stickers
{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.overlay-stickers .dialog
{
	max-width: 480px;
    width:100%;
    background-color: #fff;
	position: fixed;
	top: 0px;
    right: -480px;
    bottom: 0;
}
.overlay-stickers .dialog .title
{
	background-color: #AE1D37;
	color: #FFF;
	font-size: 16px;
	line-height: 50px;
	padding-left: 17px;
}
.overlay-stickers .dialog .close-button
{
    position: absolute;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 50px;
    text-align: center;
    margin-top: -3px;
}
.overlay-stickers .dialog .container
{
	box-sizing: border-box;
    padding: 20px;
	font-size: 14px;
	line-height: 22px;
    position: absolute;
    top: 50px;
    overflow: scroll;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
}

.overlay-stickers .dialog.bar
{
	
}
.overlay-stickers .dialog.bar .bar
{
	border-top: 1px solid #D2D2D2;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px;
	min-height: 56px;
    box-sizing: border-box;
	text-align: right;
}
.overlay-stickers .dialog span
{
    display: block;
}

.ui-button
{
	line-height: 35px;
	display: inline-block;
	color: #AE1D37;
	padding: 0 15px;
	margin-left: 10px;
	cursor: pointer;
	font-size: 14px;
	-webkit-transition: background-color 0.35s linear;
	-moz-transition: background-color 0.35s linear;
	transition: background-color 0.35s linear;
    border: 1px solid #ccc;
    border-radius: 30px;
}
.ui-button:hover
{
	background-color: #EBEBEB;
	
}







.overlay
{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.overlay .dialog
{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 30px;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    max-width: 500px;
    box-sizing: border-box;
}
.overlay .dialog .title
{
	background-color: #AE1D37;
	color: #FFF;
	font-size: 16px;
	line-height: 50px;
	padding-left: 17px;
    border-radius: 5px 5px 0 0;
}
.overlay .dialog .container
{
	box-sizing: border-box;
    padding: 20px;
	font-size: 14px;
	line-height: 22px;
    background-color: #fff;
}

.overlay .dialog.bar
{
	
}
.overlay .dialog.bar .bar
{
    background-color: #fff;
	border-top: 1px solid #D2D2D2;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px;
	min-height: 56px;
    box-sizing: border-box;
	text-align: right;
    border-radius: 0 0 5px 5px;
}
.overlay .dialog .container
{
    position: relative;
    min-height: 54px;
}
.overlay .dialog .container .left
{
    position: absolute;
    display: block;
    padding: 20px;
    top: 0;
    left: 0;
    width: 50px;
}
.overlay .dialog .container .right
{
    padding-left: 55px;
}
.overlay .dialog .container textarea
{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    line-height: 22px;
    font-size: 16px;
    border-radius: 3px;
    font-family: Arial;
}
.overlay .dialog span
{
    display: block;
}
.overlay .dialog input
 {
    width: 100%;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    padding: 0 5px;
}
/*a las cumbres 328*/

.dropdown
		{
			line-height:25px;
			height:25px;
			border:1px solid #cccccc;
			border-radius:3px;
			background-color:#FFFFFF;
			width:120px;
			position:relative;
			cursor:pointer;
			display:inline-block;
			
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
		.dropdown ul
		{
			position:absolute;
			width:100%;
			z-index:1000;
			background-color:#FFFFFF;
			padding:0;
			margin:0;
			top:30px;
			border:1px solid #ccc;
			border-radius:3px;
		}
		.dropdown ul li
		{
			color: #666;
			line-height:30px;
			padding:0;
			margin:0;
			list-style:none;
			padding-left:5px;
			font-size:14px;
			-webkit-transition: background-color 0.25s linear;
			-moz-transition: background-color 0.25s linear;
			-o-transition: background-color 0.25s linear;
			transition: background-color 0.25s linear;
			
			-webkit-transition-property: background-color, color;
			-moz-transition-property: background-color, color;
			-o-transition-property: background-color, color;
			transition-property: background-color, color;
			
			position:relative;
		}
		.dropdown ul li b
		{
			display:block;
			width:30px;
			position:absolute;
			right:5px;
			background-color:#666;
		}
		.dropdown ul li.selected b,
		.dropdown ul li:hover b
		{
			background-color:#FFFFFF;
		}
		.dropdown ul li:first-child
		{
			border-radius:3px 3px 0 0;
		}
		.dropdown ul li:last-child
		{
			border-radius:0 0 3px 3px;
		}
		.dropdown ul li.selected,
		.dropdown ul li:hover
		{
			background-color:#0066FF;
			color:#FFFFFF;
			-webkit-transition: background-color 0.25s linear;
			-moz-transition: background-color 0.25s linear;
			-o-transition: background-color 0.25s linear;
			transition: background-color 0.25s linear;
			-webkit-transition-property: background-color, color;
			-moz-transition-property: background-color, color;
			-o-transition-property: background-color, color;
			transition-property: background-color, color;
		}
		.dropdown > span
		{
			padding-left:5px;
			font-size:14px;
			display:block;
		}
		.dropdown > b
		{
			content:"";
			position:absolute;
			top:0;
			right:0;
			display:block;
			width:20px;
			height:25px;
			border-left:1px solid #cccccc;
		
		}
    .dropdown > b:after
    {
      display:block;
      content:'';
      left:4px;
      top:10px;
      position:absolute;
      width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	
	border-top: 6px solid #000;
    }


.slideshow
{
    position: relative;
    margin: 10px auto;
}
.slideshow .container
{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.slideshow .video-player
{
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.slideshow .slide
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 30px;
}
.slideshow .slide img
{
    display: block;
    width: 100%;
}
.slideshow .previous
{
    position: absolute;
    top: 50%;
    left: -35px;
    margin-top: -24px;
    width: 30px;
    height: 48px;
    background-image: url(../images/ui/prev.png);

    /*
    background-image: url(../images/ui/buttons.png);
    background-position: 0 -200px;
    */

    cursor: pointer;
    z-index: 1;
}
.slideshow .next
{
    position: absolute;
    top: 50%;
    right: -35px;
    margin-top: -24px;
    width: 30px;
    height: 48px;
    background-image: url(../images/ui/next.png);

    /*
    background-image: url(../images/ui/buttons.png);
    background-position: -30px -200px;
    */

    cursor: pointer;
    z-index: 1;
}
.slideshow  .buttons
{
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 20px;
    z-index: 10;
}
.slideshow  .buttons .button
{
    float: left;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 7px;
    font-size: 0px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    /*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
    z-index: 10;
}
.slideshow  .buttons .button.select
{
    background-color: #ffffff;
}
.slideshow  .buttons .button:first-child
{
    margin-left: 0;
}
@media only screen and (max-width:480px)
{
	.slideshow .previous, .slideshow .next
	{
		
	}
}

.colorPicker
{
	display: block;
	line-height: 37px;
	height: 37px;
	position: relative;
}
.colorPicker > div.list
{
	position: absolute;
	z-index: 10;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #A3A3A3;
	color: #444;
	padding: 7px;
	top: 44px;
	left: 0;
}
.colorPicker > div.color
{
	border:1px solid #A3A3A3;
	width: 30px;
	height: 30px;
	float: left;
}
.colorPicker > span
{
	width: 141px;
	border:1px solid #A3A3A3;
	background-color: #A3A3A3;
	text-align: center;
	color: #000;
	line-height: 35px;
	display: block;
	font-size: 13px;
	float: left;
	font-weight: bold;
}
.colorPicker > div > input
{
	box-sizing: border-box;
    margin: 0 0 5px 0;
    float: right;
    width: 100px;
    line-height: 24px;
    height: 24px;
	font-family: monospace;
    padding: 0 5px;
}
.colorPicker > div  canvas
{
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.colorPicker > div .rect
{
	border: 1px solid #000;
	width: 11px;
	height: 11px;
	position: absolute;
	cursor: pointer;
}