﻿/* Typography 
Explicitly define a Segoe UI font-family so that we can assign Segoe UI 
Semilight to an appropriate font-weight.
*/
@font-face {
  font-family: "Segoe UI";
  font-weight: 200;
  src: local("Segoe UI Light");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  src: local("Segoe UI Semilight");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  src: local("Segoe UI");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 600;
  src: local("Segoe UI Semibold");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  src: local("Segoe UI Bold");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 400;
  src: local("Segoe UI Italic");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 700;
  src: local("Segoe UI Bold Italic");
}
/* Vendor Prefixes */
/* Mixins */
/* Mixins for elements so we can use them in our reset and in proper form element LESS files (Reset.less, Input.less, Button.less).*/
/*loading spinner using css and one element*/
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #505050, 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.5), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.7), 1.8em -1.8em 0 0em #505050, 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.5), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7), 2.5em 0em 0 0em #505050, 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5), 2.5em 0em 0 0em rgba(80, 80, 80, 0.7), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.5), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.7), 0em 2.5em 0 0em #505050, -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.5), 0em 2.5em 0 0em rgba(80, 80, 80, 0.7), -1.8em 1.8em 0 0em #505050, -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.5), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.7), -2.6em 0em 0 0em #505050, -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.5), -2.6em 0em 0 0em rgba(80, 80, 80, 0.7), -1.8em -1.8em 0 0em #505050;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #505050, 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.5), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.7), 1.8em -1.8em 0 0em #505050, 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.5), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7), 2.5em 0em 0 0em #505050, 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5), 2.5em 0em 0 0em rgba(80, 80, 80, 0.7), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.5), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.7), 0em 2.5em 0 0em #505050, -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.5), 0em 2.5em 0 0em rgba(80, 80, 80, 0.7), -1.8em 1.8em 0 0em #505050, -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.5), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.7), -2.6em 0em 0 0em #505050, -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.5), -2.6em 0em 0 0em rgba(80, 80, 80, 0.7), -1.8em -1.8em 0 0em #505050;
  }
}
/* Color Palette variables*/
/* Sizing Variables */
/* Background colors */
/* Media Query Mixins */
body {
  height: 100%;
}
.statusMessage,
.errorMessage {
  width: calc(100% - 28px);
  margin: 8px 14px;
  position: relative;
}
.errorMessage .closeError {
  position: absolute;
  right: 0;
  font-size: 14px;
  padding: 0 8px;
  cursor: pointer;
}
.errorMessage .closeError:before {
  content: '\f00d';
  color: gray;
  font-family: FontAwesome;
  position: relative;
  top: -1px;
}
.errorMessage .closeError:hover:before {
  color: #f05667;
}
.timesheetEntry .widgetBody {
  padding-bottom: 0;
}
.timesheetEntry .blocker .statusMessage {
  position: absolute;
  top: 50%;
  z-index: 11;
  -webkit-box-shadow: 0px 3px 9px silver;
  -moz-box-shadow: 0px 3px 9px silver;
  box-shadow: 0px 3px 9px silver;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.timesheetEntry .fields.messageShowing {
  border-top: 1px solid #ccc;
}
.timesheetEntry .field.file {
  margin-bottom: 26px;
}
.timesheetEntry .fileSpinner.loadingSpinner {
  font-size: 3px;
  margin-top: 21px;
  margin-right: 12px;
  right: 0;
}
.timesheetEntry .previewSelect {
  position: relative;
  padding-bottom: 10px;
}
.timesheetEntry .previewSelect .fileNavigation {
  float: right;
  padding-top: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.timesheetEntry .spinnerContainer {
  width: 100%;
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
}
.timesheetEntry .spinnerContainer .ratesSpinner.loadingSpinner {
  font-size: 3px;
  left: 50%;
}
.timesheetEntry .timesheetSelect .quickSearch.invalid .quickSearchSelect .select2-choice {
  border-color: #f05667 !important;
}
.timesheetEntry .timesheetSelect .rateLabelColumnHeader,
.timesheetEntry .timesheetSelect .rateHoursColumnHeader {
  padding-bottom: 4px;
}
.timesheetEntry .timesheetSelect .timesheetRates {
  padding-top: 12px;
  display: inline-block;
  width: 100%;
}
.timesheetEntry .timesheetSelect .rateLabels {
  float: left;
  width: 40%;
}
.timesheetEntry .timesheetSelect .rateLabel {
  display: block;
  height: 27px;
  line-height: 27px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.timesheetEntry .timesheetSelect .ratePONumber {
  display: inline-block;
  width: 35%;
  padding-left: 8px;
  padding-right: 8px;
}
.timesheetEntry .timesheetSelect .ratePONumberSelect {
  display: block;
  margin-bottom: 10px;
}
.timesheetEntry .timesheetSelect .rateHoursFields {
  float: right;
  width: 25%;
}
.timesheetEntry .timesheetSelect .rateHours {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
  max-width: 100%;
  display: block;
}
.timesheetEntry .timesheetSelect .rateHours:focus {
  border-color: #1cb24b;
}
.timesheetEntry .timesheetSelect .rateHours.invalid {
  border-color: #f05667;
}
.timesheetEntry .controls {
  background-color: #d1d1d7;
  text-align: right;
  margin-top: 0;
}
.timesheetEntry .controls .save.saving:before {
  display: none;
}
.timesheetEntry .validator {
  display: inline;
}
.timesheetEntry a.select2-choice.select2-default {
  color: #888 !important;
}
.timesheetEntry .select2-dropdown-open .select2-choice {
  background: none !important;
  background-color: white !important;
  border-color: #1cb24b !important;
}
.timesheetEntry .select2-container .select2-choice:hover {
  border-color: #1cb24b !important;
}
.timesheetEntry .select2-container .select2-choice div {
  background-image: none;
  background: none;
  border-left: none;
}
.timesheetEntry .dropdownLoading .select2-container .select2-choice div {
  font-size: 3px !important;
  right: 10px;
  top: -1px;
  font-size: 6px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
}
.timesheetEntry .dropdownLoading .select2-container .select2-choice div b {
  background: none;
}
.select2-drop {
  border-color: #1cb24b !important;
}
.col-md-8 {
  height: 100%;
}
.timesheetPreview {
  border: 1px solid #ccc;
  background-color: white;
  padding: 10px;
  right: 0;
  top: 0;
  bottom: 20px;
  left: 20px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.01) inset;
  height: calc(100vh - 30px);
}
.timesheetPreview .zoomControls {
  position: fixed;
  display: none;
}
.timesheetPreview .zoomControls .refresh:before {
  z-index: auto;
}
.timesheetPreview:hover .zoomControls,
.timesheetPreview:hover .pageControls {
  display: inline-block;
  z-index: 2;
}
.timesheetPreview .zoomReset:before {
  content: '\f021';
}
.timesheetPreview .pageControls {
  width: calc(100% - 390px);
  position: fixed;
  display: none;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.timesheetPreview .pageControls .arrow.left:before {
  content: '\f053';
}
.timesheetPreview .pageControls .arrow.right {
  float: right;
  margin-right: 25px;
}
.timesheetPreview .pageControls .arrow.right:before {
  content: '\f054';
}
.timesheetPreview .previewImage {
  position: relative;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.timesheetPreview .previewSpinner {
  font-size: 8px;
  left: 49%;
  top: 46%;
}