/**
 * JSO shopsystem
 * offline.css
 * Soubor s CSS styly pro offline stránku
 *
 * @author JSO shopsystem
 * @copyright (c) 2007-2018 JSO shopsystem
 * @version 2.0
 */

*
{
  outline: 0;
  margin: 0;
  padding: 0;
}

html, body { height: 100%; }

body, input
{ 
  font-family: 'Open Sans';
  font-size: 100%;
  line-height: 180%;
}

h1
{
  font-size: 140%;
  font-weight: 300;
  padding-bottom: 0px;
}

p
{
  font-weight: 300;
}

img
{
  border: none;
  max-width: 350px;
  max-height: 350px;
  margin-bottom: 50px;
}
img#loading { margin: 30px 0; }

input 
{
  padding: 5px 15px;
  margin: 5px;
  font-weight: 300;
  border: 1px solid #ccc;
}

input[type=text], input[type=password]
{
  width: 200px;
  line-height: 200%;
  min-height: 30px;
}

input[type=submit]
{
  background: -webkit-linear-gradient( #fff, #ccc ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient( #fff, #ccc ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient( #fff, #ccc ); /* For Firefox 3.6 to 15 */
  background: linear-gradient( #fff, #ccc ); /* Standard syntax */
}
input[type=submit]:hover
{
  cursor: pointer;
  border: 1px solid #999;
}

p.copyright 
{ 
  font-size: 80%;
  color: #999;
  margin: 30px 0 100px 0;
}
p.copyright a
{
  color: #999;
  text-decoration: underline;
}
p.copyright a:hover { color: #000; }

p.formular { padding: 40px 0; }

#hlavni
{
  width: 100%;
  height: 100%;  
  position: fixed; 
  top: 0; 
  left: 0;
  vertical-align: middle;
  text-align: center;
}
span#helper { width: 0; height: 100%; display: inline-block; vertical-align: middle; }
#obsah 
{
  display: inline-block; 
  vertical-align: middle;
  width: 99%;
}
