/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License', or
 *   ('at your option) any later version.
 *
***************************************************************************/


/**********************************/
/**  GLOBAL STYLES  **/
/**********************************/

* {
  margin: 0px;
}
*,
::after, ::before {
  box-sizing: border-box;
}
body {
  overflow-y:scroll;
}
form {
  width: 100%;
  height: 100%;
}
button, input, optgroup, select, textarea {
  margin: 0;
}
textarea {
  max-width: 100%;
}

/**********************************/
/**  INPUTS, BUTTONS AND OTHERS  **/
/**********************************/

button, input {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input[type=submit],
input[type=image],
.btn {
  border: none;
  cursor: pointer;
  text-align: center;
}
a {
  color: inherit;
}
a.inactive {
  cursor: auto;
}

/***********************************/
/**  HIDE LAYER  **/
/***********************************/

#hidelayer {
  display: none;
}


/***********************************/
/**  SPIN LAYER  **/
/***********************************/

#mysbSpin {
  display: none;
  position: fixed;
  z-index: 5000000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: transparent;
}
#spinlayer {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  margin-top: 80px;
  box-shadow: 0px 0px 10px 10px #fff;
}


/***********************************/
/**  BODY LAYER  **/
/***********************************/

div#mysbBody {
  text-align: center;
  vertical-align: middle;
}
div#mysbMiddle {
  min-height: 200px;
}
div#mysbBottom {
  margin-top: 4px;
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {

}



