* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    box-sizing:  border-box;
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size:12px;
    height:100%;
    margin:0px;
    padding:0px;
    text-transform:uppercase;
    width:100%;
}

a.change-editor {
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    background-color: #ccc;
    margin: 10px;
    color: #000;
    font-weight: bold;
text-align: center}

    a.change-editor:hover{
        background-color: rgb(188, 235, 188);
    }

#editor-col-0{
    position: relative;
    width: 50%;
    float: left;
}
#editor-col-1{
    position: relative;
    width: 50%;
    float: left;
    padding-left: 10px;
}
.canvas-holder{
    position:relative;
}

tools{
        position: relative;
        background-color: #edeff1;
        transform: translate(-50%, 0);
        transition: transform .1s;
        width: 100%;
        margin-top: -120px;
        height: 50px;
        z-index: 1;
        margin-bottom: 0px !important;
}


.form-control{
    width:100%;
    padding: 15px 15px 0;
    display:flex;
    align-items: center;
    /* justify-content: space-around; */
}
.form-control label{
    width: 70px;
    text-align: left;
    margin-right: 10px;
}

.form-control select {width: 100%;}

select{
    background-color: white;
    outline: none;
    padding: 10px;
    -webkit-appearance: none;
    border: solid 1px #ccc;
    background-image: url(../img/editor/utils/arrow_down.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px);
}
select:before{
    content:'>';
}

.center{
    text-align: center;
    color: #fff8d4;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 90%;
    left: 50%;
    background-color: #f8ae46;
    padding: 8px;
    border-radius: 10px;
    font-size: 16px;
}
.favs .center{
  background-color: #9398a5;
  color: #fff;
  font-size: 14px;
}
.disabled {
    pointer-events:none;
    opacity:.3;
}
.mouseDisable{
    pointer-events: none;
  
}

#header{
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px -5px #000;
    z-index: 99;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}
.fotocApp{
    max-width: 970px;
    margin: 0 auto;
    /* background-color: #fff; */
    /* margin-top: 30px; */
}
#canvas-editor{
    background-color: #ccc;
    width: 100%;
    box-shadow: 0 10px 26px -12px;
}

#canvas-editor .btn{
    opacity:1;
}
.alert-no-ssl{
  background-color:#fdcfcf;
  border:solid 1px red;
  color:red;
  font-weight:bold;
  font-size:12px;
  text-align:center;
  padding:10px;
  margin:10 auto;
}
#canvas-editor .btn.diabled{
    opacity:.3;
}

canvas#canvas-editor {}

editor > div{
    position: relative;
}
.canvas-holder #btn-add-favs{
     position: absolute;
     right: 10px;
     top: 9px;
    
}
.canvas-holder #btn-add-favs > div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.canvas-holder #btn-share{
     position: absolute;
     right: 10px;
     top: 70px;
}


.canvas-holder .btn{
  background-color:#0000007a;
  border-radius: 25px;
  height: 50px !important;
  width: 50px !important;
  padding:5px;
  font-size: 23px;
  color: #fff;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.canvas-holder .btn:hover{
  background-color:#00000030;
}
.apply-all{
  position:absolute;
  top :0;
  font-family: Helvetica, Arial;
  text-align: center;
  background-color: #9e02029e;
  padding: 5px;
  color: #fff;
  z-index:4;
}
.apply-all:hover{
    background-color: #9e0202d9;
}


.canvas-holder #btn-add-measures{
     position: absolute;
     left: 10px;
     top: 70px;
     /* font-size: 23px; */
     /* color: #fff; */
     /* line-height: 25px; */
     /* display: flex; */
     /* align-items: center; */
     /* justify-content: center; */
     /* overflow: hidden; */
}
.canvas-holder #btn-add-measures i{
    opacity: .2;
    transition:.3s;
}
.canvas-holder #btn-add-measures.active i{
    opacity: 1;
}



.btn-activeTile{
    position: absolute !important;
    top: 5px;
    left: 5px;
    /* text-shadow: 0 0 2px #ffff, 0 0 3px #ffff, 0 0 4px #ffff, 0 0 3px #ffff, 0 0 3px #ffff; */
    font-size: 15px;
    opacity: 0.4;
    color: #fff;
    background-color: #9a9a9a;
    border-radius: 50%;
    padding: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-activeTile.active{
      opacity: 1;
      color: #42ff71;
      background-color: #1d9d60;
      border-radius: 50%;
      padding: 5px;
}





.filters .itemGallery .pic{
}

tools > div{
    width:100%;
    margin-bottom: 0 !important;
}
tools .header{
    position: relative;
    height: 50px;
    background-color: #9094a1;
    display: flex;
    border-left: 1px solid #dbdfe9;
    border-right: 1px solid #dbdfe9;
    border-top: 1px solid #dbdfe9;
    color: #ebebeb;
}
tools .header .btn-tool{
    /* width: 20%; */
    /* float: left; */
    border-right: solid 1px #d8d8d8;
    padding: 16px;
    font-size: 20px;
    text-align:center;
    height: 100%;
    overflow: hidden;
    position: relative;
    flex-grow: 1;
    /* color: red; */
}
tools .header .btn-tool.favs {
  border-right: none;
}
tools .header .btn-tool.active{
    background-color: #f6f7fa;
    pointer-events:none;
}
tools .header .btn-tool.active{
   color: #000; 
}
tools .header .btn-tool:hover{
    /* background: #ccc; */
}

tools .header .btn-tool.disabled{
  pointer-events:none;
  opacity:.4;
}


tools .header .btn-tool.close{
 position:absolute !important;
 top: -43px;
 right: 0;
 background-color: #ffbe00;
 border-top-left-radius: 58%;
 width: 10%;
 z-index: -4;
 display:none;
 box-shadow: 0px 0px 10px -2px;
}

tools .header .btn-tool:last-child{
    border-right:none;
}
tools .content{
    width: 100%;
    background-color: #f6f7fa;
    height: 435px;
    position: relative;
    border-left: 1px solid #dbdfe9;
    border-right: 1px solid #dbdfe9;
    border-bottom: 1px solid #dbdfe9;
}
tools .content > .item{
  position: relative;
  display: block;
  padding-top: 4px;

}

simpleLayoutSelector select{
    position: relative;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-bottom: 10px;
}
simpleLayoutSelector .itemGallery-wrapper{
    height: 383px;
}


layouts select{
    position: relative;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-bottom: 10px;
}
layouts .itemGallery-wrapper{
    height: 383px;
}
filters .itemGallery-wrapper {
    height: 426px;
}

transform > div{
    /* height: 92px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    padding-left: 30px;
    padding-right: 29px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    height: 100%;
    width: 100%;
}



.itemGallery-wrapper {
  overflow-y: auto;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  height: calc( 100% - 30px);
  position: relative;
  /* padding-left: 4px; */
  margin-right: 10px;
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 2px;
}


images > div{height: 410px;}
images .search-txt{
  font-size: 14px;
  padding: 15px;
  -webkit-appraence: none;
  border-radius: 25px;
  border: none;
  width: calc(100% - 35px);
  /* margin-bottom: 15px; */
  outline: none;
  position: absolute;
  bottom: 0;
  left: 15px;
  box-shadow: 0 0 10px;
}
favs{
    height: 150px;
}

favs .itemGallery-wrapper {
     height: 429px;
}
favs .itemGallery .pic{
    background-size: 95%;
    background-color: #cdcdcd;
}
.itemGallery{
    /* background-color: #b4b3b3; */ /*COLOR FAV*/
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 5px; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform:translate3d(0,0,0);
    flex-basis: 25%;
    /* border: solid 1px #8f8e8e; */
    height: 120px;
    cursor: pointer;
    /* border-bottom: 1px solid #e7e7e7; */
}
.itemGallery fotoload{
  width:100%;
  height:100%;
  /*padding: 5px;*/
}
.itemGallery.cached::after{
    content: "\f058";
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    color: #73726cc4;
    z-index: 1;
    font-size:20px;
}
.itemGallery.active mini-layout svg{
  z-index: 2;
}

.itemGallery.active::after, fotoload.active::after{

    background-color:#faaf3b;
    width:100%;
    height:100%;
    top: 0;
    content: "\f00c";
    text-align:center;
    padding-top:50px;
    position: absolute;
    left: 0;
    color: #faaf3b;
    font-size: 36px;
    padding-top: 41px;
}
fotoload.active::after, 
.filters .itemGallery.active::after, 
.frames .itemGallery.active::after, 
.itemGallery-wrapper  fotoload.active::after {
  background-color:transparent ;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 5px solid #faaf3b;
}
.itemGallery.active{
    pointer-events:none;
}
.itemGallery.activeEnabled{
    pointer-events:auto;
}

simpleLayoutSelector .itemGallery{
  
    background-color: #edeff1;
}

simpleLayoutSelector .itemGallery fotoload .pic{
    background-size: 100% !important;
}

layouts .itemGallery{
  background-color: #f6f7fa;
}

layouts .itemGallery fotoload .pic{
    background-size: 100% !important;
}


fotoload > div{
  width:100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px;
}
fotoload .pic{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
}
#canvas-loader{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #c90f38;
  padding: 10px 20px;
  border-radius: 20px;
  line-height: 9px;
  /* display: block !important; */
}
#canvas-loader > span{
  color: #fff;
  top: -5px;
  position: relative;
}
#share-frame{
  position:absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  background-color:#fff;
  padding: 40px 20px;
  width: 300px;
  display:flex;
  border-radius:10px;
  box-shadow:0 0 7px 0px;
  flex-wrap: wrap;
  justify-content: center;
}
#share-frame .btn-close{
  position:absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-frame__title{
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 10px;
}
#share-frame img{
  width:50px;
  margin:5px;
  height: 50px;
}
#share-frame img[ng-click="$ctrl.shareTo(\"wa\")"] {  
  content:url(/fotoc/img/share/wa.png);
}
#share-frame img[ng-click="$ctrl.shareTo(\"fb\")"] {  
  content:url(/fotoc/img/share/fb.png);
}
#share-frame img[ng-click="$ctrl.shareTo(\"tw\")"] {  
  content:url(/fotoc/img/share/tw.png);
}
.spinner{    
    animation:canvasloader 500ms linear infinite;
    -webkit-animation:canvasloader 500ms linear infinite;
    -moz-animation:canvasloader 500ms linear infinite;
    -o-animation:canvasloader 500ms linear infinite;
  
    content:url(/fotoc/img/editor/utils/loader.png);
    width: 20px;
    display: inline-block;
    margin-right:15px;
}


.noClickeable{
  pointer-events:none;
  cursor:default !important;
}

@keyframes canvasloader{
    0%{
        transform:rotate(0deg);;
        -webkit-transform:rotate(0deg);;
        -moz-transform:rotate(0deg);;
        -o-transform:rotate(0deg);;
    }
    100%{
        transform:rotate(-360deg);;
        -webkit-transform:rotate(-360deg);;
        -moz-transform:rotate(-360deg);;
        -o-transform:rotate(-360deg);;
    }
}

@-webkit-keyframes canvasloader{
    0%{
        transform:rotate(0deg);;
        -webkit-transform:rotate(0deg);;
        -moz-transform:rotate(0deg);;
        -o-transform:rotate(0deg);;
    }
    100%{
        transform:rotate(-360deg);;
        -webkit-transform:rotate(-360deg);;
        -moz-transform:rotate(-360deg);;
        -o-transform:rotate(-360deg);;
    }
}

@-moz-keyframes canvasloader{
    0%{
        transform:rotate(0deg);;
        -webkit-transform:rotate(0deg);;
        -moz-transform:rotate(0deg);;
        -o-transform:rotate(0deg);;
    }
    100%{
        transform:rotate(-360deg);;
        -webkit-transform:rotate(-360deg);;
        -moz-transform:rotate(-360deg);;
        -o-transform:rotate(-360deg);;
    }
}

@-o-keyframes canvasloader{
    0%{
        transform:rotate(0deg);;
        -webkit-transform:rotate(0deg);;
        -moz-transform:rotate(0deg);;
        -o-transform:rotate(0deg);;
    }
    100%{
        transform:rotate(-360deg);;
        -webkit-transform:rotate(-360deg);;
        -moz-transform:rotate(-360deg);;
        -o-transform:rotate(-360deg);;
    }
}
images .btn-search{
    position: absolute;
    bottom: 0px;
    background-color: #fbfbfbd9;
    font-size: 20px;
    width: 50px;
    height: 50px;
    right: 15px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0px 0px 8px 0px; */
    display:none;
}
images .btn-search.upload{
  display: flex;
}

images-search {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000de;
    /* padding:15px; */
    transition: .2s;
    transform: translateY(50px);
    padding-top: 40px;
}
images-search.active{
    transform: translateY(-100%);
    z-index: 9999;
}
images-search> div{
    height:100%;
    max-width: 640px;
    margin: 0 auto;
}
images-search input{
 font-size:14px;
 padding: 10px;
 -webkit-appraence:none;
 border-radius:15px;
 border:none;
 width:100%;
 /* margin-bottom: 15px; */
 outline: none;
    margin-top: 5px; 
} 

images-search .itemGallery-wrapper{
    /* display: block; */
    /* border-top: none; */
    height: calc(100% - 108px);
    overflow-y: auto;
    overflow-x: hidden;
    /* width: 100%; */
    /* margin: 0 auto; */
    /* text-align: center; */
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
}
images-search .itemGallery-wrapper .itemGallery{
    position:relative;
    /* float:left; */
    /* width: 33.33333%; */
    z-index: 9999;
    display: inline-block;
}

images-search .btn-close {
    font-size: 22px;
    color: #fff;
    /* background-color: aqua; */
    float: left;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

images-search .no-results {
    text-align: center;
    color: #666;
    padding-top: 100px;
}

images-search .loading-msg {
    text-align: center;
    color: #666;
    margin-top: 20px;
    margin-bottom: 20px;
}

[ripple] {
    position: relative;
    overflow: hidden;
  }
  .ripple {
    display: block;

    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transform: scale(0);
  }
  .ripple.animate {
    animation: ripple 0.5s linear;
  } 
  @keyframes ripple {
    100% {
      opacity: 0;
      transform: scale(2.5);
    }
  }




.filter-name {
    position: absolute;
    background-color: #ffffffb0;
    text-align: center;
    width: 100%;
    bottom: 5px;
    font-size: 10px;
    padding: 4px;
    height: 21px;
    font-family: ARial;
}


.tabs{margin: 0 15px 9px;position: relative;height: 36px;/* padding-top: 5px; */}
.tabs .tab{
    text-align: center;
    flex-grow: 1;
    font-size: 12px;
    position: relative;
    float: left;
    width: 33.333%;
    color: #272727;
    font-weight: bold;
    cursor: pointer;
    /* background-color: aquamarine; */
    padding: 10px;
}
.tabs .active{
    position: absolute;
    width: 33.3333%;
    height: 3px;
    background-color: #3EBCB5;
    bottom: 0;
    transition: .2s;
    transition-timing-function: cubic-bezier(0, 0.79, 0.54, 1.16);
}

images .tabs .tab{
  width: 50%;
}
images .tabs .active{
  width: 50%;
}

.item-editing-selector{
    position: absolute;
    top: -50px;
    background-color: #000000cc;
    width: 100%;
    height: 50px;
    padding: 5px;
    left: 0;
}
.item-editing-selector select{width: 84px;float: left;height: 100%;margin-right: 5px;}
.item-editing-selector .items{float: left;position: relative;height: 100%;}
.item-editing-selector .items span{
    color: #fff;
    float: left;
    width: 50px;
    text-align: center;
    height: 100%;
    border: solid 1px #333;
    margin-right: 4px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}
.item-editing-selector .items span.active{
    border-color:red;
}

#ColorPickerTool{
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
}


mini-layout{
    width: 100%;
    height: 100%;
}
mini-layout svg{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 1;
}

mini-layout  rect{
  /*fill: url(#mini-layouts-gradient) #666;*/
  fill: #b2b6c3
}
.itemGallery.active mini-layout  rect{
  fill: #ffffff
}

mini-layout > div{
    position:absolute;
    left:50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
mini-layout > div > div{
    position:absolute;
    background-color: hsl(0, 1%, 34%);
    /* box-shadow: 0 1px 8px -3px; */
}

silde-views{
    position: relative;
    width: 100%;
    height: 70px;
    /* background-color: aquamarine; */
    display: block;
    margin-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
silde-views .slider{
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
silde-views .slider > div{
    position: relative;
    width: 70px;
    text-align: center;
    border: solid 2px #ccc;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    cursor: pointer;
    background-color: #767676;
    transition: .3s;
    color: #fff;
    font-size: 8px;
}

silde-views .slider > div mini-layout{}

silde-views .slider > div:hover{
    border: solid 2px #e0e0e0;
}
silde-views .slider > div.active{
    border: solid 2px #f00;
}
silde-views .itemViews fotoload .pic{
    width: 70px !important;
    height: 70px !important;
    background-size: 70px auto !important;
    background-position: center bottom;
}


/* COLOR PICKER */ 
#ColorPickerTool {
    position: absolute;
    top: 10px;
    left: 10px;
    /* display: block; */
    /* z-index: 5000 !important; */
}
#ColorPickerTool img {
   transition: 0.45s;
   -webkit-transition: 0.45s;
   -moz-transition: 0.45s;
   -ms-transition: 0.45s;
   -o-transition: 0.45s;
   width: 100%;
}
#ColorPickerTool img:hover {
  transition: 0.45s;
  -webkit-transition: 0.45s;
  -moz-transition: 0.45s;
  -ms-transition: 0.45s;
  -o-transition: 0.45s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
} 
.material-color-picker-wrapper {
	z-index: 5001 !important;
}

.scale-slider{
    width: 100%;
    clear: both;
}


/* switch */

switch{
    background-color: #666;
    width: 100%;
    box-shadow: inset 0px 0px 10px -3px #000;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    height: 34px;
    align-items: inherit;
    position: relative;
    border: solid 2px #666;
    z-index: 0;
}
switch > ng-transclude{
    display:flex;
    justify-content: space-around;
    justify-items: stretch;
    position: relative;
    width: 100%;
    height: 100%;
}
switch .item{
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    line-height: 12px;
    z-index: 1;
    font-weight: bold;
    font-size: 11px;
}
switch .item.active{
    color: #fff100;
}
switch .m{border-radius: 3px;content:" ";background-color: #449e19;height: 30px;width:50%;position:absolute;/* border: solid 1px; *//* left: 50%; *//* display: none; */z-index: 0;transition: 0.2s;}

transform{
    height: 100%;
}

.transform > .form-slide{
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    clear: both;
    float: left;
    position: relative;
}
.transform .label{
 font-weight:bold;
 margin-bottom:10px;
 color: #141414;
 text-align: left;
}

.transform .btn-refresh{position: absolute;bottom: 28px;background-color: #fbfbfbd9;font-size: 20px;width: 50px;height: 50px;right: 21px;border-radius: 25px;display: flex;align-items: center;justify-content: center;box-shadow: 0px 0px 8px 0px;/* display: none; */}


.transform > .m{
  background-color: #9398a5;
  padding: 8px;
  border-radius: 10px;
  margin: 0 -15px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: 10px;
}

images .itemGallery-wrapper{
  height:380px;
}
images .itemGallery-wrapper:after{
  content:" ";
  width:80px;
  height:100px;
}

.btn-remove-fav{
  background-color: #7d7979;
  color:white;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  font-size: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-remove-fav:hover{
  background-color:#954f4f;
}

.itemGallery__moreItems{
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    color: #ffffffe0;
    font-size: 38px;
    pointer-events: none;
    text-shadow: 1px 1px 6px #000;
}

#tutorial{background-color: #00000061;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99998;opacity: 1;transition: 0.2s ease-in-out all;transform: translateZ(0);}

#tutorial>div{
  opacity: 0;
  background-color:#fff;
  width:95%;
  max-width: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 20px -8px;
  height: 450px;
  max-height: 96%;
  transform: scale(1) translate(-50%, -50%) scale(1.2);
  transition: .3s;
  transform-origin: center center;
}
#tutorial>div.in{
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
}
#tutorial>div.h400{
  height: 410px;
}

#tutorial>div.ios_facebook, 
#tutorial>div.android_facebook, 
#tutorial>div.ios_instagram, 
#tutorial>div.android_instagram{
  height: 510px;
  background-color: #ebf1bd;
  min-height: 480px;
}

#tutorial ul{
    position:relative;
    height: calc(100% - 73px);

    width: 100%;
    margin: 0;
	 overflow: initial;
    /* background-color: #fff; */
  }
#tutorial .tuto-slide{
    height: 150px;
    margin: 0 auto;
    text-align: center;
}
#tutorial .tuto-slide .gif{
    position: relative;
    width: 100%;
    height: 270px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #3EBCB5;
}

#tutorial .tuto-slide .title{
    padding: 15px 15px 5px 15px;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 10px;
}
#tutorial .tuto-slide .desc{
    padding: 0 10px;
    text-transform: none;
    font-size: 13px;
}
#tutorial .rn-carousel-indicator{}
#tutorial .rn-carousel-indicator > span{
    color: #ccc !important;
    font-size: 16px !important;
    margin: 2px;
}
#tutorial .rn-carousel-indicator > span.active{
    color: #666 !important;
}

#tutorial .tuto-slide.menu .gif{
    background-image: url('../img/tutoriales/menu.gif');
}
#tutorial .tuto-slide.layouts .gif{
    background-image: url('../img/tutoriales/layouts.gif');
}
#tutorial .tuto-slide.photos .gif {
    background-image: url('../img/tutoriales/photos.gif');
}
#tutorial .tuto-slide.size .gif {
    background-image: url('../img/tutoriales/size.gif');
}
#tutorial .btn{
  background-color: #008780;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 7px 30px;
  border-radius: 7px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}
.btn--close {
  background-color: #676767 !important;
}
#tutorial .btn--orange{
  background-color:orange;
  margin-top: 20px;
  margin-bottom: 10px;
}
.tuto-error-webview{
    /* padding: 20px; */
    height: 960px;
    /* display: block; */
}
.tuto-error-webview .title{
    background-color: red;
    color: #fff;
    padding-bottom: 15px !important;
}
.tuto-error-webview .desc{
    text-align: left;
}
.tuto-error-webview .desc ol{
    padding: 10px 15px;
}
.tuto-error-webview .desc ol li {
    margin: 0px 10px;
    list-style-type: decimal !important;
    font-weight: bold;
}
.tuto-error-webview .desc ol li span {
	font-weight: normal;
}
.tuto-error-webview .img{
    padding: 15px;
}
.tuto-error-webview .line{
    margin: 0 20px 10px !important;
}
.tuto-error-webview .desc-center{
    padding: 15px;
}
.tuto-error-webview .desc-url{
  font-weight:bold;
}

.tuto-error-webview .btnClose {
    background-color: #712525;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 7px 18px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -8px;
    margin-right: -5px;
    float: right;
}


.tuto-user-action, .tuto-error-android-facebook, .tuto-error-ios-facebook, .tuto-error-android-instagram, .tuto-error-ios-instagram {
    padding: 20px;
}
.tuto-error-webvie{
   padding: 15px;
}
.tuto-user-action__photos{
    padding: 15px;
    height: auto;
    justify-content: space-evenly !important;
    flex-flow: initial !important;
    height: 160px !important;
}
.tuto-user-action__photos .itemGallery{
    flex-basis: 31%;
    flex-grow: 0;
    height: 110px; 
}
.line{
    border-bottom: solid 1px #ccc;
    margin: 20px;
}

.clickAway{
  background-color: #0000009c;
  position:fixed;
  width:100%;
  height:100%;
  top: 0;
  z-index:555;
  display:none;
}

.desk{
    display: block;
}

@media screen and (max-width: 640px) {

  .transform > .form-slide{
    margin-bottom:15px;
    width: calc(100% - 60px);
  }

  .transform .btn-refresh{
    bottom: auto;
    top: 82px;
  }
    .desk{
        display: none;
    }
.clickAway{
   display:block;
}
    #tutorial .tuto-slide.menu .gif{
        background-image: url('../img/tutoriales/menu-mobile.gif');
    }

  images .btn-search{
  display:block;
  }
  images .search-txt{
    display:none;
  }
    #header{
      
        max-width: 640px;
     
    }

    .fotocApp{
        max-width: 640px;
       
    }

    #editor-col-0{
        z-index:777;
        width: 100%;

    }
    #editor-col-1{
        z-index:777;
        width: 100%;
        padding-left: 0;
    }

    tools .header {
        box-shadow: 0px 0px 10px -2px;
    }

    tools{
        position: fixed;
        bottom: 0%;
        background-color: #edeff1;
        transform: translate(-50%, 0);
        transition: transform .1s;
        width: 100%;
        margin-top: -120px;
        height: 50px;
        max-width: 640px;
        left: 50%;
         z-index:666;
    }
    tools.layouts{
        transform: translate(-50%, -190px);
    }
    tools.frames{
        transform: translate(-50%,-190px);
    }
    tools.images{
        transform: translate(-50%,-190px);
    }
    tools.transform{
        transform: translate(-50%, -175px);
    }
    tools.filters{
        transform: translate(-50%,-150px);
    }

    tools.favs{
        transform: translate(-50%,-150px);
    }


    images .btn-search{
        position: fixed;
        top: 170px;
        right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* box-shadow: 0px 0px 8px 0px; */
    }
    tools .header .btn-tool.active{
        background-color:#fff;
        pointer-events:auto;
    }
    .itemGallery-wrapper {
       overflow: hidden;
       overflow-x: auto;
       overflow-y: hidden;
       overflow-scrolling: touch;
       -webkit-overflow-scrolling: touch;
       height: 200px;
       position: relative;
       padding-left: 4px;
       margin-right: 10px;
       flex: 1;
       display: flex;
       flex-flow: column wrap;
       justify-content: flex-start;
       align-content: flex-start;
    }
    .itemGallery{
        width: 120px;
        height: 120px;
        flex-basis: auto;
        margin: 2px;
    }
    images > div {
        height: 205px;
    }

    simpleLayoutSelector .itemGallery-wrapper {
        height: 160px;
    }

    layouts .itemGallery-wrapper {
        height: 160px;
    }
    favs .itemGallery-wrapper {
        height: 144px;
    }

    filters .itemGallery-wrapper {
       height: 215px;
    }
    images .itemGallery-wrapper{
        height: 175px;
    }

    tools .header .btn-tool.close{
      display:block;
    }
    
    .transform > .m{
      font-size: 10px;
      margin-top: 0;
      margin-bottom: 6px;
    }
    tools .content {
      background-color: #fff;
  }
  .center{
    transform: translate(-70%, -50%);
    width: 60%;
  }
  .favs .center{
    top: 50%;
    font-size: 13px;
    background-color: #9398a5;
    color: #fff;
  }
}

images .loading-msg {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 80px;
    width: 100%;
}
.noUi-handle {
    border: 1px solid #7a7a7a;
    border-radius: 3px;
    background: #91939a;
    cursor: default;
    box-shadow: inset 0 0 1px #707070, inset 0 1px 7px #707070, 0 3px 6px -3px #bbb;
}