body {
    font: 14px "Roboto", sans-serif;
    background: #f1f1f1;
}

.container {
/*
    background: transparent none repeat scroll 0 0;
    margin: 0 auto;
    padding: 10px 10px 50px;
    position: relative;
    width: 100%;
*/
}

#menu {
    position: absolute;
    right: 10px;
    top: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}
#menu li {
    display: inline;
    list-style: none;
    margin: 0 10px;
    padding: 0;
    float: left;
}

h1 {
    font-weight: normal;
}

table {
    width: 100%;
}

th {
    text-align: left;
}

td {
    border: 1px solid #ccc;
    padding: 2px;
}

.datepicker {
    float: left;
    margin-right: 30px;;
}

.clear {
    clear: both;
}

a {
   color: #1b191c;
}

.hours_card, .client_card {
/* 	min-height:190px; */
}

.card {
	border-radius:4px;
}

#logo {
	width:100%;
	max-width:200px;
	height:auto;
	margin-top:50px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #337ab7 !important;
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #222 !important;
}

.tickets-list {
	max-height:500px;
	overflow-y:auto;
}
