*:not(input):not(textarea) /*select all (the * character in this comment has no relation to the * selector in this css command*/
{
	font-family : "Lato", sans-serif; /*choose default font*/
	font-weight: 100;
	margin : 0; /*control margins for all html objects*/
	text-align : center; /*main page*/
	color : black;
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}

.select-wrapper
{
 	/*z-index:2999;*/
}

.input-field label
{
	position: absolute!important;
    top: -26px!important;
    font-size: .8rem!important;
  	pointer-events: auto !important;
}

.input-field input
{
	margin-top: 4px !important;

}

input[type="checkbox"]{   
    opacity:0 !important;
    pointer-events: all !important;
}

input[type="checkbox"]+span
{
	padding-left: 22px!important;
	padding-right: 12px!important;
}

[type="checkbox"]:checked+span:not(.lever):before
{

    border-right: 2px solid black !important;
    border-bottom: 2px solid black !important;
  
}

.range-field input::-webkit-slider-thumb{
  background-color: #000;
}
/*img{-webkit-user-drag: none;}*/

.color-pick
{
    border:#ccc solid .5px!important;
}

html, body 
{
	background-color : #DBDBDB;
	/*cursor: url('../../images/cursor.png') 17 17, auto !important;*/
}

*:focus {
outline: none;
}

body
{
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	/*font-size: 18px;*/
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6,p {
 line-height: 1.45;
}

header, footer
{
	touch-action: none;
}
main, #edit_product_panel
{
	flex: 1 1 auto;
	overflow:scroll;
	overflow-x: hidden;
	touch-action:  pan-y;
}

.sidenav
{
    box-shadow: none !important;
}

.prerelease
{
    display: none;
}

.appnow-stagger-reveal
{
	display: none;
}


.appnow-master-clone
{
    display: none !important;
	
}
.appnow-master-clone span
{
    display:block;
	color:transparent !important;
	background-color:#E6E6E6;
	border:1px #F7F6F6 solid;	
}

.character-counter
{
    position:absolute;
    top:0;
    right:10px;
}

@media only screen and (min-width: 600px)
{
    #toast-container
    {
        top: 5vw !important;
        right: .5vh;
        bottom: auto !important;
        left: auto !important;
       
    }
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CCC;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
