.select2-choice i.colorsquare {
  margin: 9px 2px 0px 2px; }

i.colorsquare {
  width: 14px;
  height: 14px;
  display: inline-block;
  float: left;
  margin: 2px 2px 0px 0px; }

.stripe-grayDark {
  border-left: 4px solid #333333; }

.bg-blue {
  background-color: #0a59c0; }

.bg-light-blue {
  background-color: #009dc6; }

.bg-dark-blue {
  background-color: #381095; }

.bg-green {
  background-color: #31a221; }

.bg-red {
  background-color: #b9231f; }

.bg-orange {
  background-color: #e79712; }

.bg-pink {
  background-color: #c7266c; }

.bg-lime {
  background-color: #99b433; }

.bg-magenta {
  background-color: #8b4787; }

.bg-purple {
  background-color: #663399; }

.fg-blue {
  color: #0a59c0; }

.fg-light-blue {
  color: #009dc6; }

.fg-dark-blue {
  color: #381095; }

.fg-green {
  color: #31a221; }

.fg-red {
  color: #b9231f; }

.fg-orange {
  color: #e79712; }

.fg-pink {
  color: #c7266c; }

.fg-lime {
  color: #99b433; }

.fg-magenta {
  color: #8b4787; }

.fg-purple {
  color: #663399; }

.pace .pace-progress {
  background: #0080ff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.pace-inactive {
  display: none; }

.day-header {
  margin-bottom: 10px; }
  .day-header .day-name {
    margin: 0 0 4px 0; }
  .day-header .day-date {
    border-bottom: 2px solid #248dc1;
    color: #999999;
    font-size: 0.9em; }
  .day-header .hours {
    float: right; }
  .day-header .over {
    color: red; }

.day-column {
  width: 20%;
  float: left;
  padding: 0px 10px 10px 10px; }
  .day-column:hover {
    outline: 1px solid #eeeeee; }

#CardBoard {
  padding-bottom: 40px; }

#AddWeekViewContainer {
  bottom: 0;
  left: 0;
  padding: 6px;
  position: fixed;
  width: 100%;
  z-index: 200;
  background: #FFF;
  border-top: 2px solid #248dc1; }

#CreateCard {
  margin: -10px -20px 0px -20px; }
  #CreateCard .row {
    margin: 0px;
    padding: 0px; }
  #CreateCard .row > div {
    float: left;
    padding: 6px; }
  #CreateCard .row:first-child {
    padding: 6px 6px 0px 6px; }
  #CreateCard .row:last-child {
    padding: 0px 6px 6px 6px; }
  #CreateCard .col-fifth {
    width: 20%; }
  #CreateCard .col-sixth {
    width: 16.66%; }
  #CreateCard .col-description {
    width: 60%; }
  #CreateCard .col-hours {
    width: 20%; }
  #CreateCard .col-submit {
    width: 10%; }
    #CreateCard .col-submit button {
      width: 100%; }
  #CreateCard .col-planning {
    width: 10%; }
    #CreateCard .col-planning .checkbox {
      margin-top: 7px;
      color: #fff; }
  #CreateCard #CreateCardForm {
    width: 100%;
    height: 104px;
    overflow: hidden;
    background: #86D7FF;
    transition: height 0.33s ease-in-out, box-shadow 0.2s ease-in-out;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25); }
    #CreateCard #CreateCardForm.pulldown-hidden {
      height: 0px; }
    #CreateCard #CreateCardForm .validation-error input[type=text] {
      border-color: #b9231f; }
  #CreateCard .pulltab {
    cursor: pointer;
    margin: 8px auto 0px auto;
    width: 150px; }
    #CreateCard .pulltab .btn {
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
      transition: box-shadow 0.2s ease-in-out; }
  #CreateCard .sticky .create-card-spacer {
    height: 144px;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms; }
    #CreateCard .sticky .create-card-spacer.pulldown-hidden {
      height: 40px; }
  #CreateCard .sticky .create-card-widget {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 10; }
  #CreateCard .sticky form#CreateCardForm {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25); }
  #CreateCard .sticky div.pulltab .btn {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25); }

.week-pager {
  margin-top: 8px; }
  .week-pager .week-next {
    float: right; }

.week-header button {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }
.week-header:hover button {
  opacity: 1; }

html.view-cardboard {
  background-color: #ffffff; }
  html.view-cardboard #main-content {
    background-color: #ffffff; }

.calendar-event {
  background-color: #fff;
  border-left: 4px solid gray;
  box-shadow: 0 0 2px #000 inset;
  color: #333;
  display: block;
  float: left;
  font-size: 11pt;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 8px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
  padding-bottom: 30px; }
  .calendar-event.event-logged {
    background-color: #ecf4f9;
    border-left: 4px solid #00AAFF;
    box-shadow: 0 0 2px #00AAFF inset; }
    .calendar-event.event-logged h4 {
      color: #0a85c2; }
  .calendar-event h1, .calendar-event h2, .calendar-event h3, .calendar-event h4, .calendar-event h5, .calendar-event p {
    margin: 0px;
    line-height: 20px; }
  .calendar-event h4 {
    font-size: 16px; }
  .calendar-event .calendar-time {
    position: absolute;
    bottom: 5px;
    left: 10px; }
  .calendar-event .time {
    position: absolute;
    bottom: 5px;
    right: 10px; }
    .calendar-event .time i {
      margin-right: 4px;
      cursor: pointer; }
  .calendar-event .event-inner {
    position: relative;
    z-index: 1; }
  .calendar-event .event-actions {
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    -webkit-transition: top 0.15s;
    -moz-transition: top 0.15s;
    -ms-transition: top 0.15s;
    -o-transition: top 0.15s;
    transition: top 0.15s; }
    .calendar-event .event-actions button {
      float: right;
      pointer-events: all; }
    .calendar-event .event-actions button:hover {
      color: #fff; }
    .calendar-event .event-actions button.event-btn-log:hover {
      background-color: #2cb72c; }
  .calendar-event:hover .event-actions {
    top: 0px; }

.logged-time-card {
  border-left: 4px solid gray;
  color: #fff;
  display: block;
  float: left;
  font-size: 11pt;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 4px 8px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
  background-color: #00aaff;
  border-left: 4px solid #00aaff;
  box-shadow: 0 0 2px #00AAFF inset; }
  .logged-time-card h4 {
    color: #fff;
    font-size: 0.9em; }
  .logged-time-card .time {
    position: absolute;
    right: 10px;
    top: 8px; }
    .logged-time-card .time i {
      margin-right: 4px;
      cursor: pointer; }

.card {
  background-color: #f3f3f3;
  border-left: 4px solid gray;
  color: #333;
  display: block;
  float: left;
  font-size: 11pt;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%; }
  .card .card-inner {
    padding: 8px;
    position: relative;
    padding-bottom: 30px;
    z-index: 1; }
  .card h1, .card h2, .card h3, .card h4, .card h5, .card p {
    margin: 0px;
    line-height: 20px; }
  .card h4 {
    font-size: 16px; }
  .card .time {
    position: absolute;
    bottom: 5px;
    right: 10px; }
    .card .time i {
      margin-right: 4px;
      cursor: pointer; }
    .card .time.timer-on {
      color: #e79712; }
  .card .history {
    position: absolute;
    bottom: 5px;
    left: 10px; }
    .card .history i {
      color: #666666; }
  .card .comment-count {
    position: absolute;
    bottom: 28px;
    right: 10px; }
    .card .comment-count i {
      margin-right: 4px;
      color: #666666; }
  .card p {
    font-size: 0.9em;
    color: #999999; }
  .card div.client span.name {
    font-size: 0.8em;
    letter-spacing: 0.9pt;
    font-weight: 400; }
  .card div.client .square {
    height: 12px;
    width: 12px;
    margin-right: 3px;
    display: inline-block; }
  .card .owner {
    position: absolute;
    left: 8px;
    bottom: 4px; }
  .card .card-actions {
    z-index: 2;
    overflow: hidden;
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: top 0.15s;
    -moz-transition: top 0.15s;
    -ms-transition: top 0.15s;
    -o-transition: top 0.15s;
    transition: top 0.15s; }
    .card .card-actions button {
      float: right; }
    .card .card-actions button:hover {
      color: #fff; }
    .card .card-actions button.card-btn-delete:hover {
      background-color: #f25959; }
    .card .card-actions button.card-btn-edit:hover {
      background-color: #e1e22d; }
    .card .card-actions button.card-btn-clone:hover {
      background-color: #7d69e5; }
    .card .card-actions button.card-btn-complete:hover {
      background-color: #2cb72c; }
  .card:hover .card-actions {
    top: 0px; }
  .card.status-needsAttention {
    border-left: 4px solid #FF4A4A;
    background-color: #f9ecec; }
    .card.status-needsAttention h4 {
      color: #c20a0a; }
  .card.status-notCompleted {
    border-left: 4px solid #FFE000;
    background-color: #f9f7ec; }
    .card.status-notCompleted h4 {
      color: #c2ab0a; }
  .card.status-completed {
    border-left: 4px solid #00AAFF;
    background-color: #ecf4f9; }
    .card.status-completed h4 {
      color: #0a85c2; }
  .card.status-inPlanning {
    border: 2px dashed #ccc;
    background-color: rgba(255, 255, 255, 0.7); }

#ReportBoard .centered {
  text-align: center; }
#ReportBoard .user-column {
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis; }
#ReportBoard table {
  width: auto;
  overflow: scroll; }
#ReportBoard .cell-context:focus {
  background-color: #FFFFDE; }
#ReportBoard td {
  white-space: nowrap;
  overflow: hidden; }
  #ReportBoard td.active {
    background-color: #ffffde;
    color: #333; }
#ReportBoard .active td {
  background-color: #ffffde;
  color: #333; }
#ReportBoard th {
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0; }
#ReportBoard td {
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0; }

td, th {
  background: #fff; }

#day-selector .day-button {
  width: 14.1%;
  float: left;
  text-align: center;
  background-color: #eeeeee;
  color: #000;
  cursor: pointer;
  margin-right: 1px; }
  #day-selector .day-button.active {
    background-color: #31a221;
    color: #fff; }

#AddCardDialog input[type=text], #AddCardDialog textarea {
  margin: 0px;
  width: 100%; }
#AddCardDialog .row {
  padding-bottom: 8px; }

#report-board-wrapper {
  position: absolute;
  overflow: scroll;
  width: 98%; }
  #report-board-wrapper #report-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 31;
    background-color: #fff; }
    #report-board-wrapper #report-overlay img {
      margin: 50px auto;
      display: block; }

ul.ui-menu {
  min-width: 180px; }
  ul.ui-menu .ui-icon {
    float: left;
    margin-right: 6px;
    margin-top: 2px; }

#table-header-fixed {
  position: fixed;
  z-index: 30;
  left: 20px;
  background: #fff; }
  #table-header-fixed table {
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 4px 0px 0px 0px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc; }
  #table-header-fixed th {
    height: 68px; }

#table-header-users {
  z-index: 20;
  position: absolute;
  top: 0;
  background: #fff; }
  #table-header-users table {
    margin-left: 0px;
    margin-bottom: 0px;
    border-radius: 0px 4px 0px 0px;
    border-bottom: 2px solid #ccc; }
    #table-header-users table tr {
      white-space: nowrap; }
    #table-header-users table th {
      width: 110px;
      display: inline-block;
      height: 66px;
      line-height: 24px; }

#table-headers-top {
  top: 161px;
  height: 70px;
  padding-left: 534px;
  width: 98%;
  overflow: hidden; }

#table-header-projects {
  position: absolute;
  left: 0;
  top: 70px; }
  #table-header-projects table {
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0px 0px 0px 4px;
    border-right: 2px solid #ccc;
    border-top: 0px none; }
    #table-header-projects table td {
      display: inline-block;
      height: 43px; }
    #table-header-projects table tr {
      white-space: nowrap;
      overflow: hidden; }

#table-content table {
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 4px 0px;
  border-top: 0px none; }
  #table-content table td {
    width: 110px;
    display: inline-block;
    height: 43px; }
  #table-content table tr {
    white-space: nowrap; }

#table-main {
  padding-left: 536px; }

#summaryInfo .modal-body > .row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }
  #summaryInfo .modal-body > .row:last-child {
    border-bottom: 0px none;
    margin-bottom: 0px; }

.client-project-list .tile {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .client-project-list .tile:hover {
    -webkit-transform: scale(1.04, 1.04); }
  .client-project-list .tile:active {
    -webkit-transform: scale(1.02, 1.02); }
  .client-project-list .tile.archived {
    opacity: 0.6; }
  .client-project-list .tile .content {
    right: auto;
    left: 20px;
    top: 15px; }

table td.centered, table th.centered {
  text-align: center; }

.project-overview-timeline {
  padding: 0px 40px; }
  .project-overview-timeline .progress {
    margin-bottom: 0px; }

.time-markers {
  height: 50px;
  position: relative; }
  .time-markers .tooltip {
    width: 80px;
    margin-left: -40px;
    opacity: 1; }
    .time-markers .tooltip .tooltip-inner {
      background-color: #f0f3f3;
      color: #666; }
    .time-markers .tooltip.top .tooltip-arrow {
      border-top-color: #f0f3f3; }
    .time-markers .tooltip.bottom .tooltip-arrow {
      border-bottom-color: #f0f3f3; }

html {
  background: #e9f0f9; }

body {
  background: transparent; }

.datepicker.dropdown-menu {
  z-index: 9999; }

.modal-dialog.modal-large {
  width: 1100px; }

.progress-bar.progress-bar-empty {
  display: none; }

.progress-bar.progress-bar-target {
  background-color: #5bc0de;
  opacity: 0.3; }

.token {
  border-radius: 3px; }

table.fill-head th {
  background: #efefef;
  color: #888; }

.modal-dialog.modal-lg {
  width: 1024px; }

ul.dropdown-menu.datepicker-popup .btn-info.active {
  color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) inset; }
  ul.dropdown-menu.datepicker-popup .btn-info.active span.text-info {
    color: #fff; }
ul.dropdown-menu.datepicker-popup button[id$=title] {
  background: #fff; }
ul.dropdown-menu.datepicker-popup li {
  padding: 8px; }
  ul.dropdown-menu.datepicker-popup li.button-bar {
    padding-top: 0px; }
ul.dropdown-menu.datepicker-popup span.btn-group button {
  margin-right: 8px; }
ul.dropdown-menu.datepicker-popup li:hover {
  background: #fff; }

.fadeUpBounceOut.ng-enter {
  opacity: 0;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }
.fadeUpBounceOut.ng-leave {
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }
.fadeUpBounceOut.ng-enter-stagger, .fadeUpBounceOut.ng-leave-stagger, .fadeUpBounceOut.ng-move-stagger {
  /* notice how we're using animation instead of transition here */
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  /* yes we still need to do this too */
  -webkit-animation-duration: 0;
  animation-duration: 0; }

.fadeUpOut.ng-enter {
  opacity: 0;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s; }
.fadeUpOut.ng-leave {
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }
.fadeUpOut.ng-enter-stagger, .fadeUpOut.ng-leave-stagger, .fadeUpOut.ng-move-stagger {
  /* notice how we're using animation instead of transition here */
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  /* yes we still need to do this too */
  -webkit-animation-duration: 0;
  animation-duration: 0; }

.quickFade.ng-enter {
  opacity: 0;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s; }
.quickFade.ng-leave {
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s; }

/*# sourceMappingURL=dirtypop.css.map */
