/* Gerneral purpose */
HTML {margin: 0; padding: 0;}

BODY { font-family: "Verdana"; font-size: 22px; color: #393939; margin: 0; padding: 0; text-align: center; line-height: 18px}

.huge {font-size: 3em;}
.big {font-size: 1.5em;}
.small {font-size: 1em; font-weight: 400}

.bold {font-weight: 700}
.semibold {font-weight: 600}

.white { color: #EFEFEF }

A:link {color: #393939; text-decoration: underline; }
A:visited {color: #393939; text-decoration: underline; }
A:hover {color: #393939; text-decoration: none;}

A.tools:link {color: #393939; text-decoration: none; }
A.tools:visited {color: #393939; text-decoration: none; }
A.tools:hover {color: #393939; text-decoration: underline;}

A.white:link {color: #EFEFEF; text-decoration: underline; }
A.white:visited {color: #EFEFEF; text-decoration: underline; }
A.white:hover {color: #EFEFEF; text-decoration: none;}

IMG {border: 0}

SELECT, OPTION
{
  cursor: pointer;
  z-index: 10;
}



/* Boxes and staus/msg bars */


/*
* Classes for image editing
*/
.draw-tool {
}
.draw-tool label {
}

#draw-wrapper {
}

#draw-main {
  width: inherit;
}

#tools, #options {
}

#container { 
  clear: both;
  position: relative;
}
#imageView { 
  border: 1px solid #000; 
}
#imageTemp { 
  position: absolute; 
  top: 1px; 
  left: 1px; 
  z-index: 20;
}

#uploadimage {
  position: absolute;
  z-index: -1;
}


  .btn-big 
  {
    width: 75px;
    height: 75px;
    margin: 10px;
    border-radius: 3px;
    border: 1px solid #CBCBCB;
    cursor: pointer;
  }

  .btn-small 
  {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #CBCBCB;
    cursor: pointer;
  }

  .file_wrapper
  {
    height: 180px;
    margin: 10px 20px 5px 20px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    border: 1px solid #cbcbcb;
    
    overflow: hidden;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;

  }

.file_wrapper:hover
{
 border: 1px solid #9b9b9b; 
}

IMG.btn-delete
{
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  float: right;
  background-color: #fff;
}


/*
* Status classes
*/

.success 
{
  padding: 10px;
  border: 1px solid #4ad353;
  background-color: #aeffb4;
  text-align: center;
}

.failure 
{
  padding: 10px;
  border: 1px solid #FF0000;
  background-color: #FFCACA;
  text-align: center;
}

.warning 
{
  padding: 10px;
  border: 1px solid #FF9000;
  background-color: #FFC880;
  text-align: center;
}

@media only screen and (max-device-width: 1200px) {


  BODY { font-family: "Verdana"; font-size: 22px; color: #393939; margin: 0; padding: 0; text-align: center; line-height: 22px}

  .huge {font-size: 3em !important;}
  .big {font-size: 3em !important;}
  .small {font-size: 1em !important; font-weight: 400}

  .btn-small 
  {
    width: 70px;
    height: 70px;
    border-radius: 3px;
    border: 1px solid #CBCBCB;
    cursor: pointer;
  }


  .file_wrapper
  {
    height: 360px;
    margin: 10px 0px 5px 0px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    border: 1px solid #cbcbcb;
  }


}