/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28-dic-2015, 19:34:16
    Author     : Yeray
*/

#editCanvas {
    border: 1px solid gray;
    background-color: white;
    box-shadow: 10px 10px 5px #888888;
    padding: 0px;
    z-index: 10;
}

#previewCanvas {
    border: 1px solid gray;
    padding: 0px;
    background-color: white;
    margin-bottom: 15px;
    box-shadow: 10px 10px 5px #888888;
}

#textCanvas {
    border: 1px solid gray;
    width: 90%;
    height: 100px;
    background-color: white;
}

.appHeader{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    //background-color: red;
}

.fontPop{
    width:45%;
    height: 200px;
    border:1px solid gray !important; 
    box-shadow: 10px 10px 8px #888888;
    margin: 2%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    float:left;
}

.labelStyle{
    background-color: #1bb8c7 !important;
    text-shadow: 1px 1px 1px #000 !important;
    color: white !important;
}

#styleCont{
    width: 80%;
    margin: auto;
}

#styleChange{
    font-size: 1.25em;
    width: 90%;
    background-color: #28d369;
    text-shadow: 1px 1px 1px #000 !important;
    color: white !important;
    height: 20px;
    text-height: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#colorChange{
    background-color: #1bb8c7; 
    width:80%; 
    margin: auto; 
    border:1px solid gray !important; 
    box-shadow: 10px 10px 8px #888888;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px #000 !important;
    color: white !important;
    height: 50px;
    line-height: 50px;
}

#colorChange2{
    background-color: #1bb8c7;
}

.ui-header .ui-title {
  margin: 0;
  background-color: #1bb8c7;
  text-shadow: 1px 1px 1px #000;
  color: white !important;
}

.ui-footer .ui-title{
  margin: 0;
  background-color: #1bb8c7;
  text-shadow: 1px 1px 1px #000;
  color: white !important;
}

.bottomPanel{
    background-color: #1bb8c7;
    text-shadow: 1px 1px 1px #000;
    color: white !important;
}

.appFooter{
    background-color: #1bb8c7 !important;
}

.ui-footer .ui-bar-inherit.ui-footer-fixed.slideup{
    background-color: #1bb8c7;
}

#info{
    font-size: 0.75em;
}

#menuTitle{
    background-color: #1bb8c7;
    color: white;
    text-shadow: 1px 1px 5px #111;
    width: 100%;
    margin-top: 30px;
}

.menuBold{
    font-size: 9vw;;
    font-weight: bold;
    margin: 0px;
}

.menuItalic{
    font-size: 6vw;
    font-style: italic;
    margin: 0px;
    margin-top: -10px;
}

.backGroundTile{
    background-image: url('../images/bgTile.png');
    background-repeat: repeat;
}

.bigText{
    font-size: 2em;
    font-weight: bold;
}

.bigButton{
    max-width: 500px;
    width: 60%;
    margin: 0 auto !important;
    background-color: #1bb8c7 !important;
    text-shadow: 1px 1px 1px #000 !important;
    color: white !important;
}

.smallButton{
    font-size: 0.75em;
}

.editorBtnStyle{
    margin: 0px; 
    padding-left: 3px;
    padding-right: 3px;
}

.textEditstyle{
    font-size: 2em;
    font-weight: bold;
    margin: 0px;
}

.textEditCont{
    background-color: #1bb8c7;
    color: white;
    text-shadow: 1px 1px 5px #111;
    width: 100%;
    margin: 0px;
}

#mainMenuBtns,#btnCont1,#btnCont2,#previewBtns{
    background-color: transparent;
    margin-left: 8%;
    border-color: transparent;
}

.prevButton{
    font-weight: bold;
    color: white !important;
    text-shadow: 1px 1px 1px #000 !important;
    width: 75px;
    height: 50px;
    line-height: 50px;
}

.ui-btn.menuButton{
    width: 40%; 
    height: 80px !important;
    text-shadow: 1px 1px 1px #000;
    color: white !important;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0.5%;
}

.sizeInput{
    font-size: 2em;
    font-weight: bold;
}

.whInput .ui-input-text { 
    width: 100px !important 
}

#shapePopup .ui-focus {
 -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
}

::-webkit-scrollbar { 
    display: none; 
}

.backBtn{
    float: left;
    left: 10px;
    background-color: #28d369 !important;
    text-shadow: 1px 1px 1px #000 !important;
    color: white !important;
}

#undoButton{
    background-color: red !important;
    text-shadow: 1px 1px 1px #000 !important;
    color: white !important;
    width: 100px;
    top: -14px;
}

.undoText{
    text-shadow: 1px 1px 1px #000 !important;
    color: white !important;
    top: -14px;
}

.helpBtn{
    float: right;
    right: 10px;
    background-color: #28d369 !important;
    text-shadow: 1px 1px 1px #000 !important;
    color: white !important;
}

#introImageCont{
    background-image: url('../images/bgImage.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position: 50% 0;
    background-size: contain;
    width: 100%;
    height: 500px;
}

#inputText{
    font-size: 9vw;
}