/*Reset CSS to even Playing Ground*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, samp,small, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, le, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;	text-decoration: none;   -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%;  text-size-adjust: 100%;}:focus {	outline: 0;}body {	background: white;	line-height: 1; font-size: 62.5%;}ol, ul {	list-style: none;}table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}html * {max-height:1000000px;}
body{
	text-align: left;
	color: #676771;
	font-family: arial,sans-serif;
	background-color: white;
	background-image: url(i/logo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 142px 0 31px 0;
}

#container{
    padding: 15px;
    background: #e6e4e5;
    min-width: 820px;
    max-width: 1120px;
}
#statusform{
    float: left;
    width: 220px;
    padding-right: 15px;
    margin-bottom: 20px;
}
#employeestatuses{
    float: left;
    padding: 15px 75px 15px 15px;
    background-color: white;
    border-radius: 8px;
    margin-right: 10px;
    min-height: 235px;
    width: 460px;
}
#availablity{
    padding: 15px;
    background: #d4d3d1;
    float: right;
    width: 220px;
    min-height: 235px;
    border-radius: 8px;
    margin-bottom: 20px;
}
#foot{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    border-top: 1px solid #ddd;
    background: #eee;
}
#foot>li{
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    position: relative;
    cursor: pointer;
}
#foot>li>ul{
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100px;
    background: #EEE;-webkit-text-size-adjust: 100%
    border: 1px solid #DDD;
    
}
#foot>li>ul>li{
    padding-left: 10px;
}
#foot>li:hover>ul{
    display: block;
}
#foot a{
	color: #676771;
    color: inherit;
}
#statuses,#employees{
    display: none;
    position: fixed;
    top: 100px;
    left: 200px;
    width: 600px;
    background: white;
    border-radius: 5px;
    box-shadow: 10px 10px 10px #999;
    padding: 10px;
    border: 1px solid #eee;
}
#statuses ol{
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
    font-size: 14px;
}
#employees li,
#statuses li{
    padding: 8px 0 8px 20px;
    margin: 0;
}
#employees li:nth-child(odd),
#statuses li:nth-child(odd){
    background: #EEE;
}
#employees li:nth-child(odd) input,
#employees li:nth-child(odd) select,
#employees li:nth-child(odd) .sp-replacer,
#statuses li:nth-child(odd) input,
#statuses li:nth-child(odd) select,
#statuses li:nth-child(odd) .sp-replacer{
    background: white;
}
#employees li:nth-child(even) input,
#employees li:nth-child(even) select,
#employees li:nth-child(even) .sp-replacer,
#statuses li:nth-child(even) input,
#statuses li:nth-child(even) select,
#statuses li:nth-child(even) .sp-replacer{
    background: #EEE;
}

#statuses li.ui-sortable-helper{
    list-style-type: none !important;
}
#statuses ol .delete,#statuses ol .notdelete{
    float: right;
}
#employees .add,
#statuses .add{
    float: right;
}


#employees{
    width: 760px;
}
#employees ol{
    overflow: auto;
}
#employees input[type=password],
#employees input[type=text],
#employees select{
    width: 130px;
}
#employees span.input{
	vertical-align: middle;
    padding: 3px 5px;
	display: inline-block;
    width: 130px;
}


.comboBox{
    height: 33px;
    position: relative;
    font-size: 15px;
}
.comboBox ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.comboBox li{
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    overflow: hidden;
}
.comboBox.closed li{
    display: none;
}
.comboBox.closed li.selected{
    display: block;
}
.comboBox.open ul{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eeeeee;
    width: 300px;
    border: 1px solid #666;
    box-shadow: 10px 10px 10px #999;
    border-radius: 4px;
    z-index: 90;
}
.comboBox.open li:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.comboBox.open li:last-child{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.comboBox.open li{
    display: block;
}
.comboBox.open li:hover{
    background: #ddd;
}
.comboBox.open li.selected{
    background: #ddd;
}
.icon{
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: top;
}

#statusform h2{
    font-weight: normal;
}
h1{
    font-size: 20px;
}
h2{
    font-size: 18px;
    margin: 0.5em 0;
    font-weight: bold;
}
p{
    margin: 0.5em 0;
    font-size: 14px;
}
textarea{
    width: 91%;
    height: 40px;
}

label{
    display: inline-block;
}
.comboBox.closed li.selected,
input[type=text],
input[type=password],
input[type=time],
input[type=date],
input[type=color],
input[type=number],
select,
.sp-replacer,
textarea{
    border: 1px solid #ddd;
    background: white;
    border-radius: 4px;
    padding: 3px 5px;
    font-size: 14px;
    color: #666;
	font-family: arial,sans-serif;
	vertical-align: middle;
}
input[name=days]{
    padding: 5px 5px;
    width: 30px;
}
input[type=submit],
input[type=button]{
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #eee;
    padding: 2px 10px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    margin-right: 10px;
	vertical-align: middle;
}
input[type=submit]:hover,
input[type=button]:hover{
    box-shadow: 3px 3px 5px #999;
}

p.returning{
    text-align: center;
}
p.returning label{
    width: 30%;
    text-align: left;
}
p.returning label[for=returning]{
    display: block;
    padding: 8px 0 10px 0;
    text-align: center;
    width: auto;
    font-weight: bold;
}
p.returning input{
    width: 60%;
}
p.returning label[for=notes]{
    width:95%;
}
label[for=available]{width: 30%;}
input[name=available]{width: 60%;}
.ui-timepicker-list{
    font-size: 13px;
    min-width: 100px;
}
#login label{width: 100px;}
#login input[type=text],
#login input[type=password]{width: 150px;}


#employeestatuses li,#availablity li{
    margin: 0;
    min-height: 25px;
    line-height: 25px;
    padding: 0;
    font-size: 15px!important;
    position: relative;
    -webkit-text-size-adjust: 100%; 
}
*[emplid]{
    cursor: pointer;
}
.notes{
    position: absolute;
    right: -60px;
    display: block;
    top: 0;
    cursor: pointer;
    font-size: 15px!important;
}    
.notepopup{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    background: white;
    box-shadow: 3px 3px 5px #999;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    z-index: 20;
    cursor: pointer;
}



#reporting{
    display: none;
    position: fixed;
    top: 100px;
    left: 200px;
    width: 800px;
    height: 500px;
    
    background: white;
    border-radius: 5px;
    box-shadow: 10px 10px 10px #999;
    padding: 10px;
    border: 1px solid #eee;
    overflow: auto;
}
table{
    width: 100%;
}
th{
    padding: 5px 10px;
    font-size: 14px;
font-weight: bold;
}
td{
    padding: 5px 10px;
    font-size: 14px;
    
}
.reportHead{
    font-size: 18px;
    text-align: right;
    margin-bottom: 20px;
}
.controls{
    float: left;
}
.back{
    cursor: pointer;
    font-weight: bold;
}
.next{
    cursor: pointer;
    font-weight: bold;
}
tr:nth-child(odd){
    background: #EEE;
}
tr:nth-child(even){
    background: white;
}
td.notescell{
    max-width: 250px;
}
.employeepicker{
    min-width: 150px;
}
a#home{
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 736px;
    height: 127px;
}
.sums{
    margin-bottom: 20px;
}
.sums li{
    font-size: 14px;
    line-height: 1.5em;
}
.sums span{
    display: inline-block;
    width: 250px;
    font-weight: bold;
}
.excuse{
    text-align: left;
}
li:hover .retur{
    font-weight: normal;
}
