/*
    Document   : global
    Created on : 03.12.2013, 14:38:29
    Author     : bg
    Description:
        Purpose of the stylesheet follows.
*/

html{
    background: url(/public/TebPWZ6.jpg) repeat center fixed;
}

#file-label{
    text-align: center;
    color: white;
}
.zend_form{
    background-color: #363636;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
	margin: 150px auto;
	width: 300px;
  font-family: 'Open Sans', sans-serif;
	font-size: 16px;
  -webkit-box-shadow:  0px 10px 20px 0px rgba(0, 0, 0, 0.3);
   box-shadow:  0px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

.navigation{
    padding: 30px;
    font-size: 15px;
}
    
input[type="file"]{
        margin-left: -20px;
    color: white;
}

#username-label{
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    color: #fff;
    padding: 15px 0 5px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#password-label{
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    color: #fff;
    padding: 15px 0 5px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#username{
    border: 1px solid #292829;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    padding: 12px 10px;
    width: 200px;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    outline: none;
}

#password{
    border: 1px solid #292829;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    padding: 12px 10px;
    width: 200px;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    outline: none;
}

input[type="submit"]{
    background-color: gainsboro;
	border: none;
	-webkit-border-radius: 15px;
	color: #404040;
	cursor: pointer;
	float: none;
	font-weight: bold;
	margin-top: 0px;
	padding: 12px 12px;
  -webkit-appearance: none;
    width: 220px;
    margin-bottom: 15px;
}

#header {
    background-color: white;
    color: wh;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
        display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.clear {
    clear:both;
}
a {
    color: blue;
}

a:visited {
    color: blue;
}

td {
    vertical-align:top;
    border: 1px solid black;
    padding: 5px;
}

table {
    width: 100%;
    border-collapse:collapse;
    margin: 0 0 50px 0;
}

p, h2, h3 {
    margin: 2px;
}

@media print {
    table {
        page-break-after:always;
        margin: 0;
    }
    td {
    vertical-align:top;
    border: 1px solid black;
    padding: 0;
    }
    p {
        margin:0;
        padding:0;
    }
    h1 {
        font-size: 14px;
        font-weight: bold;
        margin:0;
        padding:0;
    }
    h2 {
        font-size: 13px;
        font-weight: bold;
        margin:0;
        padding:0;
    }
    h3 {
        font-size: 12px;
        font-weight: bold;
        margin:0;
        padding:0;
    }
    p{
        font-size: 10px;
    }
    #header {
        display: none;
    }

    .noprint {
        display:none;
    }
}