/* FONTS */
@font-face {
  font-family: 'BeirutDisplay-Bold';
  src: url('../fonts/BeirutDisplay-Bold.eot');
  src: url('../fonts/BeirutDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BeirutDisplay-Bold.woff') format('woff'), url('../fonts/BeirutDisplay-Bold.ttf') format('truetype'), url('../fonts/BeirutDisplay-Bold.svg#BeirutDisplay-Bold') format('svg');
}
@font-face {
  font-family: 'BeirutDisplay-Book';
  src: url('../fonts/BeirutDisplay-Book.eot');
  src: url('../fonts/BeirutDisplay-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/BeirutDisplay-Book.woff') format('woff'), url('../fonts/BeirutDisplay-Book.ttf') format('truetype'), url('../fonts/BeirutDisplay-Book.svg#BeirutDisplay-Book') format('svg');
  font-weight: normal;
}

/* Responsive */
/* Reset */
* {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'BeirutDisplay-Book', Arial, serif;
  color: #000;
}
html,
body {
  height: 100%;
  background: #fff;
}
/* Default */
.wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
.wrapper > .container {
  position: relative;
  width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.block {
  position: relative;
  float: left;
  width: auto;
  height: auto;
}
.clear {
  clear: both;
}
.button {
  position: relative;
  display: inline-block;
  float: left;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #ce7378;
  padding: 0 30px;
  cursor: pointer;
  text-decoration: none;
  font-style: italic;
  -webkit-border-radius: 0 0 18px 0;
  border-radius: 0 0 18px 0;
}
.button:hover {
  background: #a74b50;
}
.font_special {
  font-family: 'BeirutDisplay-Bold', serif;
}
#top > .container {
  height: 140px;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px  #f2f2f2 dotted;
}
#top > .container > .left {
  width: 500px;
  height: 100%;
  text-align: left;
}
#top > .container > .left > h1 {
  margin-top: 40px;
  font-size: 60px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'BeirutDisplay-Bold', serif;
}
#top > .container > .left > p {
  font-size: 14px;
  line-height: 24px;
}
#top > .container > .center {
  width: 200px;
  height: 100%;
  text-align: center;
}
#top > .container > .center > img {
  position: relative;
}
#top > .container > .right {
  width: 500px;
  height: 100%;
  text-align: right;
}
#top > .container > .right > h2 {
  margin-top: 32px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'BeirutDisplay-Bold', serif;
}
#top > .container > .right > p {
  font-size: 14px;
  line-height: 24px;
}
#client_login > .container > .form {
  width: 100%;
  margin-bottom: 30px;
}
#client_login > .container > .form > h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'BeirutDisplay-Bold', serif;
  margin: 12px 0;
}
#client_login > .container > .form > p {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
}
#client_login > .container > .form > form {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
#client_login > .container > .form > form > input[type="password"] {
  position: relative;
  float: left;
  width: 200px;
  height: 48px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  line-height: 24px;
  font-size: 16px;
  padding: 0 10px;
}
#client_login > .container > .form > form > input[type="password"]:focus {
  border-bottom: 1px solid #000;
}
#client_login > .container > .form > form > input[type="submit"] {
  position: relative;
  float: left;
  display: block;
  width: auto;
  height: 48px;
  background: #eee;
  border-bottom: 1px solid #ccc;
  line-height: 24px;
  font-size: 16px;
  padding: 0 20px;
  margin-left: 10px;
  cursor: pointer;
}
#client_overview > .container > .month {
  width: 100%;
  margin-bottom: 30px;
}
#client_overview > .container > .month > .title {
  width: 100%;
}
#client_overview > .container > .month > .title > h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'BeirutDisplay-Bold', serif;
  margin: 12px 0;
}

#client_overview > .container > .month > .item {
  width: 100%;
  background: #fff;
  border-bottom: 1px dotted #eee;
}
#client_overview > .container > .month > .item > .date {
  width: 10%;
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}
#client_overview > .container > .month > .item > .title {
  width: 80%;
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}
#client_overview > .container > .month > .item > .hours {
  width: 10%;
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
  text-align: right;
}
#client_overview > .container > .month > .item.grey * {
  color: #059238;
}
#client_overview > .container > .month > .result {
	
  font-family: 'BeirutDisplay-Bold', serif;
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  padding: 15px 0;
  text-align: right;
  border-top: 2px dotted #000;
}
/*# sourceMappingURL=style.css.map */