﻿html, body {
  height: 100%; }

body {
  font-family: 'Lato', sans-serif;
  background-color: #1b1b1b;
  color: #fff; }

.container {
  max-width: none !important;
  width: 960px; }

header {
  height: 64px;
  background-color: #030303;
  border-bottom: 1px solid #303030;
  position: relative; }
  header h1 {
    background: url('/content/images/logo.png');
    border: 1px solid red;
    height: 23px;
    width: 214px;
    position: absolute;
    top: 21px;
    padding: 0px;
    margin: 0px; }
  header #header-links {
    height: 64px;
    line-height: 64px;
    text-align: right;
    float: right;
    width: 70%; }
    header #header-links ul {
      list-style-type: none;
      list-style-position: outside;
      margin: 0px;
      padding: 0px; }
      header #header-links ul li {
        float: right;
        margin-left: 20px;
        color: #999999; }
      header #header-links ul li.dash::after {
        content: "|";
        color: #696969; }
      header #header-links ul li.dash > a {
        padding-right: 15px; }
      header #header-links ul li a {
        color: #999999; }
      header #header-links ul li a:hover {
        color: #fff; }
      header #header-links ul li.active a {
        color: #fff; }
      header #header-links ul li.logout a {
        height: 64px;
        display: inline-block;
        margin: 0px;
        padding: 0px;
        padding-right: 25px;
        background: url(/content/images/icon-logout.png) no-repeat right; }
      header #header-links ul li.logout a:hover {
        background-image: url(/content/images/icon-logout-white.png); }

footer {
  background-color: #000;
  background-image: url('/content/images/footer-bg.jpg');
  height: 265px;
  border-top: 3px solid #991616; }
  footer > div:first-child {
    text-align: center;
    margin-top: -34px; }

#footer-links {
  text-align: left;
  padding-top: 80px;
  padding-left: 45px;
  font-size: 13px; }
  #footer-links ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px; }
    #footer-links ul li {
      float: left;
      margin-right: 47px;
      font-weight: 300;
      color: #fff;
      letter-spacing: 0.057em; }
      #footer-links ul li > img {
        margin-right: 13px; }
    #footer-links ul li.mail {
      margin-right: 41px; }
      #footer-links ul li.mail > img {
        margin-right: 4px; }
    #footer-links ul li:last-child {
      margin-right: 0px; }

input:focus, select:focus, textarea:focus {
  outline: none; }

#login-form {
  border-top: 3px solid #991616;
  margin-top: 130px;
  background: #2b2b2b;
  padding: 40px 20px;
  border-radius: 3px;
  width: 360px;
  margin-bottom: 80px; }
  #login-form form {
    width: 305px;
    padding-left: 15px; }
  #login-form h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.01em;
    margin-bottom: 30px; }
  #login-form div.email {
    background-image: url('/content/images/email-bg.png');
    width: 290px;
    height: 58px; }
  #login-form div.password {
    background-image: url('/content/images/password-bg.png');
    width: 290px;
    height: 58px;
    margin-top: 20px; }
  #login-form input[type=text], #login-form input[type=password] {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    color: #fff;
    outline-color: none;
    outline-style: none;
    height: 58px;
    line-height: 50px;
    width: 290px;
    padding-left: 45px; }
  #login-form button.btn {
    width: 100%;
    border-color: #696969;
    height: 55px;
    line-height: 55px;
    padding: 0px;
    margin: 0px;
    outline-color: #991616;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px; }
  #login-form button.btn-primary {
    background: none;
    -moz-transition: ease-in-out 0.2s all;
    -o-transition: ease-in-out 0.2s all;
    -webkit-transition: ease-in-out 0.2s all;
    transition: ease-in-out 0.2s all; }
  #login-form button.btn-primary:hover {
    background-color: rgba(68, 68, 68, 0.8); }

span.field-validation-error {
  font-size: 12px;
  color: #991616; }

#page-header-wrapper {
  background: #030303; }

#page-header {
  height: 120px;
  line-height: 120px; }
  #page-header h2 {
    color: #999999;
    height: 123px;
    line-height: 123px;
    margin: 0px;
    padding: 0px;
    font-size: 50px;
    font-weight: 300; }
  #page-header span.dash {
    color: #3e3d3d; }

#chart_title {
  text-align: center;
  color: #999999;
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 45px;
  font-size: 12px; }

#chart-details {
  border-bottom: 3px solid #991616;
  position: relative;
  background: #1c1c1c; }
  #chart-details .rocket {
    text-align: center;
    height: 30px; }

#maintenance-detail {
  background: #2b2b2b;
  padding-bottom: 80px; }

#tasks-list {
  float: left;
  width: 630px;
  padding-top: 40px; }
  #tasks-list h3 {
    font-weight: 100;
    color: #999999;
    font-size: 30px;
    padding-bottom: 30px; }
  #tasks-list table {
    font-weight: 300;
    font-size: 12px;
    transition: ease-in-out 0.2s all; }
    #tasks-list table tr th {
      border-bottom: none;
      padding: 4px; }
    #tasks-list table tr td {
      border-top-color: #3c3c3c;
      padding: 4px;
      color: #d6d6d6; }
      #tasks-list table tr td a {
        color: #d6d6d6; }
  #tasks-list button.btn {
    width: 230px;
    border-color: #696969;
    height: 55px;
    line-height: 55px;
    padding: 0px;
    margin: 0px;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 212px; }
  #tasks-list button.btn-primary {
    background: none;
    -moz-transition: ease-in-out 0.2s all;
    -o-transition: ease-in-out 0.2s all;
    -webkit-transition: ease-in-out 0.2s all;
    transition: ease-in-out 0.2s all; }
  #tasks-list button.btn-primary:hover {
    background-color: rgba(68, 68, 68, 0.8); }

#purchases-list {
  float: right;
  width: 280px;
  background: #c7c7c7;
  padding-top: 40px;
  padding-left: 30px; }
  #purchases-list h3 {
    font-weight: 300;
    color: #1b1b1b;
    font-size: 30px;
    padding-bottom: 30px; }
  #purchases-list .purchase {
    margin-bottom: 20px;
    width: 230px;
    background: #dddddd;
    border-top: 1px sold #fff;
    border-radius: 3px;
    color: #666666; }
    #purchases-list .purchase .heading {
      background: #e7e7e7;
      border-bottom: 1px solid #d2d2d2;
      padding: 5px 10px;
      font-size: 12px;
      font-weight: bold;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    #purchases-list .purchase .body {
      padding: 0px 10px; }
      #purchases-list .purchase .body span.hours {
        font-size: 50px;
        color: #1b1b1b;
        font-weight: 300; }
      #purchases-list .purchase .body span.amount {
        float: right;
        text-align: right;
        padding-top: 10px;
        line-height: 25px; }

#hour_wrapper {
  height: 200px;
  padding-top: 40px; }

#purchased_hours, #used_hours, #remaining_hours {
  font-size: 100px;
  font-weight: 100;
  color: #999999;
  width: 33.3%;
  float: left;
  text-align: center; }
  #purchased_hours span, #used_hours span, #remaining_hours span {
    font-size: 60px; }
  #purchased_hours span.heading, #used_hours span.heading, #remaining_hours span.heading {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    font-weight: 900; }

#remaining_hours {
  float: right;
  color: #fff;
  font-weight: 300; }
  #remaining_hours span.heading {
    color: #999999; }

#jobcount_outer_wrapper {
  background: #1c1c1c;
  border-bottom: 3px solid #991616;
  position: relative; }
  #jobcount_outer_wrapper .rocket {
    text-align: center;
    height: 30px; }
  #jobcount_outer_wrapper #jobcout_wrapper {
    padding: 75px 0px; }
    #jobcount_outer_wrapper #jobcout_wrapper .job-count {
      float: left;
      width: 33%;
      text-align: center;
      color: #999999; }
      #jobcount_outer_wrapper #jobcout_wrapper .job-count .title {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        display: block; }
      #jobcount_outer_wrapper #jobcout_wrapper .job-count .count {
        font-size: 100px;
        font-weight: 100;
        display: block; }

#projects_wrapper {
  min-height: 200px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #2b2b2b; }

.project-wrapper {
  xborder: 1px solid red;
  margin-bottom: 30px; }
  .project-wrapper .status {
    border: 2px solid blue;
    float: left;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    border-radius: 300px;
    height: 135px;
    width: 135px;
    padding: 50px 20px;
    margin-right: 40px; }
  .project-wrapper .status-closingstages {
    background-color: #343029;
    border-color: #d29108; }
  .project-wrapper .status-current-withclient {
    background-color: #343029;
    border-color: #d29108; }
  .project-wrapper .status-complete {
    background-color: #29312b;
    border-color: #009932; }
  .project-wrapper .status-current-developmentunderway {
    background-color: #2a3032;
    border-color: #1586b0; }
  .project-wrapper .status-current-design {
    background-color: #2a3032;
    border-color: #1586b0; }
  .project-wrapper .content {
    float: left;
    width: 750px; }
    .project-wrapper .content h3 {
      margin: 0;
      padding: 0;
      font-size: 26px;
      font-weight: 300;
      margin-bottom: 20px; }
    .project-wrapper .content .detail-wrapper .detail {
      float: left;
      padding: 12px 10px;
      background: #222222;
      margin-right: 1px;
      border-radius: 3px; }
      .project-wrapper .content .detail-wrapper .detail span.title {
        text-transform: uppercase;
        display: block;
        font-size: 12px;
        color: #666666;
        font-weight: 900;
        margin-bottom: 5px; }
      .project-wrapper .content .detail-wrapper .detail span.desc {
        color: #fff;
        font-weight: 300;
        font-size: 16px; }
      .project-wrapper .content .detail-wrapper .detail span.cents {
        font-weight: 100; }
    .project-wrapper .content .detail-wrapper .first {
      width: 170px; }
    .project-wrapper .content .detail-wrapper .second {
      width: 170px; }
    .project-wrapper .content .detail-wrapper .third {
      width: 170px; }
    .project-wrapper .content .detail-wrapper .forth {
      width: 230px;
      margin: 0; }

#quotes_wrapper {
  min-height: 200px;
  background: #2b2b2b;
  padding-top: 60px;
  padding-bottom: 80px; }

.table-status {
  padding-bottom: 60px; }
  .table-status h4 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #ababab; }
  .table-status .table-details .tr-header-top {
    color: #666666;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; }
    .table-status .table-details .tr-header-top > div {
      float: left;
      border-bottom: 1px solid #3c3c3c;
      padding-bottom: 15px; }
    .table-status .table-details .tr-header-top .first {
      width: 170px; }
    .table-status .table-details .tr-header-top .second {
      width: 170px; }
    .table-status .table-details .tr-header-top .third {
      width: 380px; }
    .table-status .table-details .tr-header-top .forth {
      width: 170px; }
  .table-status .quote-details h5 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 30px; }
  .table-status .quote-details > div > div {
    float: left;
    padding-bottom: 15px;
    padding: 14px 11px;
    background: #222222;
    margin-right: 1px;
    border-radius: 5px;
    color: #d6d6d6;
    font-size: 16px;
    font-weight: 300; }
  .table-status .quote-details .status-high {
    background-color: #622020;
    font-weight: 700; }
  .table-status .quote-details .status-normal {
    background-color: #7f4e19;
    font-weight: 700; }
  .table-status .quote-details .status-low {
    background-color: #05b719;
    font-weight: 700; }
  .table-status .quote-details .first {
    width: 170px; }
  .table-status .quote-details .second {
    width: 170px; }
  .table-status .quote-details .third {
    width: 380px; }
  .table-status .quote-details .forth {
    width: 170px; }
    .table-status .quote-details .forth select {
      background-color: transparent;
      color: #fff;
      border: none;
      border-radius: 0px;
      box-shadow: none;
      margin: 0px;
      padding: 0px;
      height: 20px; }
      .table-status .quote-details .forth select option {
        color: #1b1b1b; }

#sites {
  padding-top: 24px;
  background-color: #2b2b2b;
  border-top: 3px solid #991616;
  padding-bottom: 80px; }
  #sites .solution h4 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    padding: 0;
    font-weight: 300;
    margin-bottom: 16px;
    margin-top: 36px; }
  #sites .solution .site {
    margin-bottom: 10px; }
    #sites .solution .site > div {
      background-color: #222222;
      padding: 15px;
      height: 49px;
      vertical-align: middle; }
    #sites .solution .site .title {
      font-size: 16px;
      font-weight: 700;
      color: #d6d6d6;
      float: left;
      width: 170px;
      margin-right: 1px;
      border-radius: 3px; }
    #sites .solution .site .link {
      float: left;
      width: 758px;
      border-radius: 3px;
      padding-left: 26px; }
      #sites .solution .site .link a {
        color: #f24141;
        font-weight: 300;
        font-size: 16px; }

/*# sourceMappingURL=main.css.map */