body { font-family:'ProximaNova' }

h3 {
  position: relative; /* Helps us control overlap */
  padding-left: 0px; /* Creates space for the Phone Icon */
}

.zoom {
  color: #2F2727;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  margin: 0;
  touch-action: none!important;

}
#m-top-move{
  z-index: 99;
}

@media (pointer: coarse) {
  #content-box {
    overflow-x: scroll;
  }
  #m-top-move{
    display: inline;
  }
}

.trash {
  position: fixed;
  top: 0px;
  left: 55px;
  height: 50px;
  z-index: 25;
  font-size: 1.1em;
}


.zoom-fab {
  touch-action: none!important;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #009688;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
  font-size: 20px;
}

.zoom-fab:hover {
  background-color: #4db6ac;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-btn-large {
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 26 ;
}
#spinning-zoom-download{
  opacity: 0.8;
  color: #f1e12e;
}




.zoom-btn-doc { background-color: #ffeb3b; }
.zoom-btn-doc:hover { background-color: #fff176; }


.zoom-btn-tangram { background-color: #4CAF50; }
.zoom-btn-tangram:hover { background-color: #81c784; }

.zoom-btn-report { background-color: #2196F3; }

.zoom-btn-report:hover { background-color: #64b5f6; }

.zoom-btn-feedback { background-color: #9c27b0; }
.zoom-btn-feedback:hover { background-color: #ba68c8; }

.zoom-menu {

  list-style: none;
  text-align: left;
  height: 40px;
  z-index: 24;
  margin: 0px;
  padding: 0px;
  padding-left: 4px;
  margin-top: 4px;
  display: none;
}




#top-m-div-holder{
  min-height: 40px;
  background-color: rgba(240, 240, 240, 0.65);
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.zoom-menu li {
  display: inline-block;
  margin-right: 8px;
  float: left;

}



.zoom-card {
  padding-top: 4px;
  transition: box-shadow 0.25s;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #FFF;
  width: auto;
  z-index: 25 ;
  position: absolute;
  left: 0px;
  top: 55px;

}

.zoom-card ul {
  -webkit-padding-start: 0;
  list-style: none;
  text-align: left;
  padding: 0px;
  margin: 0px;

}
.zoom-card ul li{
margin-bottom: 2px;
border-bottom: 1px solid rgba(255, 255, 255, .18);
overflow: hidden;
cursor: hand;


}

.zoom-card ul li a{
  color:#fff;
}
.zoom-card ul li a:hover{
  color:#fff;
  cursor: pointer;
}

.zoom-card ul li:last-child{
border-bottom: none;
}

.card-menu-li-test-only{

}

.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}

.scale-transition.scale-in {
transform: scale(1);
}

.menu-card-txt{
  position: relative;
  font-family: "Nunito", "ProximaNova", monospace;
  margin-left: 2px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 0.85em;
}

.menu-card-txt-disabled{
color: #aaaaaa;
cursor:default;
}

#m-top-pen-card-eraser-slide-group{
  z-index: 98;
  position: fixed;
  display: none;
}

.eraser{
overflow: visible;

}
.eraser-slider{
  background-color: rgba(0, 150, 136, 0.4);
  padding-left:6px;
  padding-right: 6px;
  position: absolute;
  width: 120px;
}
.selected-top-menu a i{
  color: #e0e202;
}

.selected-card-menu a i{
  color: #e0e202;
}

.color-icon {
font-size: 1.3em;
margin-top: 8px;
  /**background: linear-gradient(330deg, #f9ffef 0%, #6ce003 30%, #d509e2 50%, #9952e0 70%, #093296 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
**/
  background: #f9ffef; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f9ffef 0%, #6ce003 30%, #d509e2 50%, #9952e0 70%, #093296 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f9ffef 0%,#6ce003 30%,#d509e2 50%,#9952e0 70%,#093296 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f9ffef 0%,#6ce003 30%,#d509e2 50%,#9952e0 70%,#093296 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ffef', endColorstr='#093296',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

#m-top-color-card ul li:hover {
  background-color: #eee;
}

.selected-card-menu-color{
  background-color: #cbcbcb;
}
#m-top-pen-card-paper-slide{
  visibility: hidden;
  clear:both;

  position: fixed;
  z-index: 98;
}
#audio-settings-slide{
  background-color: black;
  visibility: hidden;
  clear:both;
  max-width: 500px;
  min-height: 120px;
  position: fixed;
  color: white;
}

.paper-sample{
  background-color: #eee;
  width: 40px;
  height: 40px;
  background-repeat: repeat;
  transition: box-shadow 0.25s;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 5px 0 rgba(0, 0, 0, 0.24), 0 3px 1px -2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  float: left;
  cursor: hand;
  margin-top: 3px;
  margin-bottom: 3px;
}

#sample-big-square-paper{
background-image: url("./../img/cuadro-grande.png");
  background-size: 20px 20px;
}
#sample-small-square-paper{
  background-image: url("./../img/cuadro-pequeno.png");
  background-size: 10px 10px;
}
#sample-lines-paper{
  background-image: url("./../img/lines.png");
  background-size: 20px 20px;
}
#sample-white-paper{

}
.dual-font-awesome-icon{
float: left;
position: relative;
margin-left: 0;
}

.dual-font-awesome-text{
font-size: 1em;
padding-top: 4px;
}

.menu-table-wrapper{
  margin-left: 0;
  padding-left: 0;
  position: relative;
  left: -10px
}

.parent-shapes-icon-ms{
  position: relative;
  top: 0;
  left: 0;
}
.image1ms{
  position: relative;
  top: 5px;
  left: 5px;
}
.image2ms{
  position: absolute;
  top: 7px;
  left: 4px;

}
.image3ms{
  position: absolute;
  top: 15px;
  left: 15px;

}
.share-menu-color{
  color: rgb(124, 222, 60);

}



.trash-blink{
  color: #ff0000;

}

.trash-show{
  visibility: visible;

}
.trash-hide{
  display: none;

}

.card-btn{
  display: block;
  touch-action: none!important;
  padding-left: 8px;
  padding-right: 8px;
}


.blink_me {
  animation: blinker 1s linear infinite;
}
.blink_me2 {
  animation: blinker 1.5s linear infinite;
}


@keyframes blinker {
  30% {
    opacity: 20%;
  }
}

.template-reminder{
  float: right;
  padding-top: 8px;
  opacity: 0.3;
}

.selected-move-b{
  color: #e6e6e3;
}
.selected-move-b-back{
  background-color: #dc5cbe!important;
}
.mini-line-width{
  line-height: 6px;
  font-size: 15px;
  font-weight: bolder;
  color: #40fbaa;
  position: absolute;
  left:0px;
  bottom: 3px;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mini-color{
  line-height: 6px;
  font-size: 15px;
  font-weight: bolder;
  color: #000000;
  position: absolute;
  left:0px;
  bottom: -2px;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.mini-line-width-fav{
  line-height: 6px;
  font-size: 15px;
  font-weight: bolder;
  color: white;
  position: relative;
  left:0px;
  bottom: -2px;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.selectedLineWidth{
  color: #09f08c!important;
}

.bottom-menu-element{
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  top: 4px;
  padding-bottom: 4px;

}

.bottom-menu-element:hover{
  background-color: #716a6a;
}

.bottom-menu-element a:link{
  text-decoration: none;
  color: white;
}

.bottom-menu-element span{
  position: relative;
  bottom: 6px;
}
div.navbar *::-moz-selection {
  background: none !important;
}
div.navbar *::selection {
  background: none !important;
}
.navbar {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.li-top-menu{
  touch-action: none!important;
}
.zoom-card-content{
  touch-action: none!important;
}

.zoom-card-content li{
  touch-action: none!important;
}
.favouriteMenu{
  cursor: pointer;
}
#topFavouriteMenu{
  list-style: none;
  text-align: left;
  height: 40px;
  z-index: 24;
  margin: 0px;
  padding: 0px;
  padding-left: 4px;
  margin-top: 4px;
}

#topFavouriteMenu li {
  display: inline-block;
  margin-right: 8px;
  float: left;
}
#topFavouriteMenu i {
  font-size: 1.2em;
}


.upload-bg-button-icon{
  font-size: 30px

}



.upload-bg-button a {
  text-decoration: none;

}

