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,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}

body{
    line-height:1;
    background-color: #f3f1f1;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}
/*body.admin {*/
    /*background-color: #cecece;*/
/*}*/
div {
    display: block;
}
span {
    display: inline-block;
}
table{
    border-collapse:collapse;
    border-spacing:0;
    display: inline-block;
}

p {
    display: block;
    padding: 8px 0;
}
h1 {
    font-size: 24px;
}
.logo {
    display: block;
    margin: 20px auto 0;
}
#network {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
#network img {
    display: block;
    padding: 5px 5px 0;
}
img.loader {
    display: none;
}
img#auth {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
input.admin {
    display: block;
    margin: 0 auto;
    width: 290px;
    height: 30px;
    font-size: 20px;
    padding: 3px;
}
#page {
    display: block;
    vertical-align: top;
    text-align: center;
}
#page .top {
    padding-bottom: 0;
}
#page .top .today {
    padding: 10px;
}
#page .middle {
    background-color: #008eb2;
    /*background-color: #005166;*/
    padding: 10px;
}
#page .today {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}
#page .flags {
    padding-top: 20px;
}
#page .flags .flag:not(.selected) {
    opacity: 0.4;
    -webkit-transform: scale(0.9,0.9);
    -moz-transform:scale(0.9,0.9);
}
#page .flags .flag .selected {
    opacity: 1;
}
#page .flags .flag:hover {
    cursor: pointer;
    -webkit-transform: scale(1,1);
    -moz-transform:scale(1,1);
}
#page .registration .input-fields, #page .registration .tos {
    /*height: 300px;*/
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    color: #fff;
    /*border: 2px solid #7f7f7f;*/
    /*background-color:#f7f7f7;*/
    padding: 10px;
}
#page .registration .input-fields {
    vertical-align: top;
    width: 250px;
}
#page .registration .input-fields label {
    margin-bottom: 3px;
    display: block;
}
#page .registration .input-fields input {
    width: 240px;
    height: 30px;
    font-size: 20px;
    padding: 3px;
    border: 1px solid #005166;
    display: inline-block;
    vertical-align: middle;
}
#page .registration .input-fields input:not(:last-child) {
    margin-bottom: 18px;
}

#page .registration .tos {
    width: 650px;
}
#page .registration .tos ul {
    padding-left: 20px;
}
#page .registration .tos li {
    padding: 2px 0;
}
#page .registration .tos span {
    display: inline
}
#page .registration  header {
    font-weight: bold;
    font-size: 22px;
    margin: 10px 0;
    text-align: center;
}
#page .registration .accept {
    display: block;
}
#page button {
	background-color:#005166;
	/*border:2px solid #00718c;*/
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:28px;
	font-weight:bold;
	padding:10px 15px;
	text-decoration:none;
        margin: 20px;
}
#page button:hover {
	background-color:#00495b;
}
#page button:active {
	position:relative;
	top:1px;
}

#page .clients-filter {
    margin-top: 50px;
}
#page .clients {
    margin-top: 50px;
}
#page .clients table {
    background-color: #fff;
}
#page .clients table tr.deleted {
    background-color: #ffd9d9;
}
#page .clients table tr:hover {
    background-color: #f7f3ac;
}
#page .clients table th {
    border: 1px solid black;
    padding: 5px 10px;
    background-color: #5d5d5d;
    color: #fff;
    font-weight: bold;
}
#page .clients table td {
    border: 1px solid black;
    padding: 5px 10px;
    text-align: left;
}
#page input[type=checkbox] {
    cursor: pointer;
}
#page .export {
    margin-top: 40px;
}
#page .export .datepicker {
    cursor: pointer;
}
#page .export input {
    width: 120px;
    background-color: #fff;
    color: #333;
}
#page .export .from, #page .export .to {
    display: inline-block;
    margin: 10px 20px;
}
#page .export .from *, #page .export .to * {
    vertical-align: middle;
}
#page .graph {
    cursor: pointer;
    font-size: 14px;
    height: 400px;
    line-height: 1.2em;
    /*margin-top: 10px;*/
    margin: 10px auto;
    width: 800px;
}
#graph-tooltip {
    background-color: #fff;
    border: 1px solid #555;
    display: none;
    padding: 4px;
    position: absolute;
}
