/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 2, 2015, 1:46:30 AM
    Author     : Adomas
*/
body { font-family: 'Open Sans', sans-serif;background-color: #377DC3;color:white;margin:0;}
.login_div{  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;height:500px;width:700px;}
.msg {padding:8px;position:relative;top:-20px;  width: 40%;
  margin: 0 auto;text-align:center;}
.msg.error {background:red;}
.msg.done {background:green;}
.footer { 
    height:30px;
	width:700px;
	width:100%;
	text-align:center;
	background-color:#0F487F; 
	position: fixed;
	bottom: 0;
	font-size:13px;
	padding-top:10px;
}
hr { 
	width:500px;
	text-align:center;
	margin: 0 auto;
	margin-top:30px;
}
input[type=text] {
	font-family: 'Open Sans', sans-serif;
	width:250px;
	height:20px;
}
input[type=password] {
	font-family: 'Open Sans', sans-serif;
	width:250px;
	height:20px;
}
input[type=submit] {
	text-transform: uppercase;
	font-weight:600;
	margin-top:40px;
    padding:5px 15px; 
    background:#FFFF01; 
	color:blue;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
	width:250px;
}
table#timesheet td { 
    text-align:center;
	height:30px;
	font-size:50px;
}
tr { 
	line-height:40px;
}
td { 
	font-size:18px;
}
a { 
    font-size:30px;
}
.name{
    width:250px;
    background-color: #00E1FF;
}
.surename{
    width:250px;
    background-color: #00E1FF;
}
#year{
    width:60px;
    background-color: #EEEEEE;
}
#week{
    background-color: #EEEEEE;    
}
.position{
    width:250px;
    background-color: #FFFFA7;
}
.date{
    width:130px;
    background-color: #ECECEC;
}
.customer{
    width:150px;
    background-color: #FEFDAD;
}
.start{
    background-color: #A4A5E6;   
        
}
.end{
    background-color: #A4A5E6;
        width:41px;
}
.lunch{
    background-color: #A4A5E6;
        width:41px;
}
.total{
background-color: #D67A7B;
    width:41px;
    border-color: transparent;
}
.task{
    width:300px;
    background-color: #D6EEFA;
}
.week_total{
    background-color: #D67A7B;
        width:41px;
        border-color: transparent;
}
.send{
    background-color: #00BB00;    
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    black;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    black;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    black;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    black;
}