﻿@font-face {
  font-family: "Flaticon";
  src: url("/includes/fonts/customIconSet/flaticon.eot");
  src: url("/includes/fonts/customIconSet/flaticon.eot#iefix") format("embedded-opentype"), url("/includes/fonts/customIconSet/flaticon.woff") format("woff"), url("/includes/fonts/customIconSet/flaticon.ttf") format("truetype"), url("/includes/fonts/customIconSet/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.flaticon:before, .flaticon:after {
  font-family: Flaticon;
  font-style: normal; }

.flaticon.black298:before {
  content: "\e000"; }

.flaticon.cross97:before {
  content: "\e001"; }

.flaticon.folder129:before {
  content: "\e002"; }

.flaticon.magnifying-glass34:before {
  content: "\e003"; }

.flaticon.minus104:before {
  content: "\e004"; }

.flaticon.plus79:before {
  content: "\e005"; }

#loadingModal {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center; }
  #loadingModal .modal-dialog {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 280px;
    width: 17.5rem;
    margin-left: -140px;
    margin-left: -8.75rem; }

.loader {
  height: 20px;
  height: 1.25rem;
  width: 240px;
  width: 15rem;
  position: relative;
  position: relative;
  margin: 20px auto;
  margin: 1.25rem auto; }

.loader-dot {
  -webkit-animation-duration: 3s;
  -khtml-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loader;
  -khtml-animation-name: loader;
  -moz-animation-name: loader;
  -ms-animation-name: loader;
  -o-animation-name: loader;
  animation-name: loader;
  -webkit-animation-timing-function: ease-in-out;
  -khtml-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid #f7f7f7; }
  .loader-dot.nth-1 {
    background-color: #00B6E6;
    animation-delay: 0.5s; }
  .loader-dot.nth-2 {
    background-color: #FDB016;
    animation-delay: 0.4s; }
  .loader-dot.nth-3 {
    background-color: #B1BD37;
    animation-delay: 0.3s; }
  .loader-dot.nth-4 {
    background-color: #DD2326;
    animation-delay: 0.2s; }
  .loader-dot.nth-5 {
    background-color: #5A2D88;
    animation-delay: 0.1s; }
  .loader-dot.nth-6 {
    background-color: #5A2D88;
    animation-delay: 0s; }

.invModalBody {
  background-color: #fafafa;
  border: 1px solid #32404E; }
  .invModalBody .modal-header {
    padding: 20px;
    background-color: #32404E;
    color: white; }
  .invModalBody .modal-body {
    padding: 20px; }
  .invModalBody .modal-footer {
    padding: 20px; }

@keyframes shaky {
  15% {
    -webkit-transform: rotate(10deg);
    -khtml-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1; }
  45% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1; }
  65% {
    -webkit-transform: rotate(-10deg);
    -khtml-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1; }
  95% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1; } }

@keyframes highlight {
  15% {
    -webkit-box-shadow: 0 -1px 15px 0 #20688e;
    -khtml-box-shadow: 0 -1px 15px 0 #20688e;
    -moz-box-shadow: 0 -1px 15px 0 #20688e;
    -ms-box-shadow: 0 -1px 15px 0 #20688e;
    -o-box-shadow: 0 -1px 15px 0 #20688e;
    box-shadow: 0 -1px 15px 0 #20688e; }
  45% {
    -webkit-box-shadow: 0 -1px 35px 0 #20688e;
    -khtml-box-shadow: 0 -1px 35px 0 #20688e;
    -moz-box-shadow: 0 -1px 35px 0 #20688e;
    -ms-box-shadow: 0 -1px 35px 0 #20688e;
    -o-box-shadow: 0 -1px 35px 0 #20688e;
    box-shadow: 0 -1px 35px 0 #20688e; }
  65% {
    -webkit-box-shadow: 0 -1px 55px 0 #20688e;
    -khtml-box-shadow: 0 -1px 55px 0 #20688e;
    -moz-box-shadow: 0 -1px 55px 0 #20688e;
    -ms-box-shadow: 0 -1px 55px 0 #20688e;
    -o-box-shadow: 0 -1px 55px 0 #20688e;
    box-shadow: 0 -1px 55px 0 #20688e; }
  95% {
    -webkit-box-shadow: 0 -1px 75px 0 #20688e;
    -khtml-box-shadow: 0 -1px 75px 0 #20688e;
    -moz-box-shadow: 0 -1px 75px 0 #20688e;
    -ms-box-shadow: 0 -1px 75px 0 #20688e;
    -o-box-shadow: 0 -1px 75px 0 #20688e;
    box-shadow: 0 -1px 75px 0 #20688e; } }

@keyframes loader {
  15% {
    left: 0; }
  45% {
    left: 220px;
    left: 13.75rem; }
  65% {
    left: 220px;
    left: 13.75rem; }
  95% {
    left: 0; } }

@keyframes loader {
  15% {
    transform: translateX(0); }
  45% {
    transform: translateX(220px); }
  65% {
    transform: translateX(220px); }
  95% {
    transform: translateX(0); } }

html, body {
  font-size: 100%; }

body {
  background-color: #DBDBDB;
  font-family: "Roboto", sans-serif;
  position: relative;
  font-weight: 400;
  width: 100%; }

a {
  cursor: pointer; }

#wrapper {
  overflow: hidden; }

:focus, a:focus {
  outline: none; }

.login-panel {
  margin-top: 30px; }
  .login-panel h1 {
    margin: 10px 0 30px; }

.login-panel {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px; }

#Username {
  -webkit-border-radius: 10px 10px 0 0;
  -khtml-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }

#Password {
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px; }

#LoginMessage {
  margin-top: 20px; }
  #LoginMessage .alert {
    margin: 0; }

.btn {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-decoration: none !important;
  font-weight: 500;
  border: 1px solid transparent;
  -webkit-transition: ease-in-out background-color 0.1s;
  -khtml-transition: ease-in-out background-color 0.1s;
  -moz-transition: ease-in-out background-color 0.1s;
  -ms-transition: ease-in-out background-color 0.1s;
  -o-transition: ease-in-out background-color 0.1s;
  transition: ease-in-out background-color 0.1s; }
  .btn.btn-red {
    background-color: #EB2A32; }
    .btn.btn-red:hover {
      border-color: #EB2A32;
      color: #EB2A32; }
  .btn.btn-green {
    background-color: #97C664;
    color: #fff; }
    .btn.btn-green:hover {
      border-color: #97C664;
      color: #97C664; }
  .btn:hover, .btn:focus {
    border-color: #225B80;
    background-color: #fff;
    color: #225B80;
    text-decoration: none; }

.form-group {
  position: relative; }

.btn-search {
  height: 34px;
  height: 2.125rem;
  line-height: 34px;
  line-height: 2.125rem; }
  .btn-search .fa {
    font-size: 20px;
    font-size: 1.25rem; }

.icon-text .fa {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  top: 1px;
  top: 0.0625rem;
  left: -3px;
  left: -0.1875rem; }

.form-control {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.content-wrapper {
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem; }

.create-new .tool-tip {
  display: block; }

.tool-tip {
  display: none;
  top: -42px;
  margin-top: -20px;
  position: absolute;
  background-color: #fff;
  border: 3px solid #2986B8;
  padding: 14px;
  -webkit-box-shadow: 0 -1px 15px 0 #20688e;
  -khtml-box-shadow: 0 -1px 15px 0 #20688e;
  -moz-box-shadow: 0 -1px 15px 0 #20688e;
  -ms-box-shadow: 0 -1px 15px 0 #20688e;
  -o-box-shadow: 0 -1px 15px 0 #20688e;
  box-shadow: 0 -1px 15px 0 #20688e;
  -webkit-animation-duration: 1s;
  -khtml-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 2;
  -khtml-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  -ms-animation-iteration-count: 2;
  -o-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-name: highlight;
  -khtml-animation-name: highlight;
  -moz-animation-name: highlight;
  -ms-animation-name: highlight;
  -o-animation-name: highlight;
  animation-name: highlight;
  -webkit-animation-timing-function: ease-in-out;
  -khtml-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }
  .tool-tip:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #2986B8; }
  .tool-tip .fa {
    -webkit-animation-duration: 0.1s;
    -khtml-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    -ms-animation-duration: 0.1s;
    -o-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-iteration-count: 20;
    -khtml-animation-iteration-count: 20;
    -moz-animation-iteration-count: 20;
    -ms-animation-iteration-count: 20;
    -o-animation-iteration-count: 20;
    animation-iteration-count: 20;
    -webkit-animation-name: shaky;
    -khtml-animation-name: shaky;
    -moz-animation-name: shaky;
    -ms-animation-name: shaky;
    -o-animation-name: shaky;
    animation-name: shaky;
    -webkit-animation-timing-function: ease-in-out;
    -khtml-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    color: #225B80;
    float: left;
    width: 24px;
    width: 1.5rem;
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: -12px;
    margin-top: -0.75rem;
    position: absolute;
    top: 50%; }
  .tool-tip p {
    margin: 0 0 0 40px;
    font-size: 14px; }

.preload {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

/**Content Template*/
.num-col-xs-2 > .column {
  width: 50%; }

.num-col-xs-3 > .column {
  width: 33.33333333%; }

.num-col-xs-4 > .column {
  width: 25%; }

.num-col-xs-5 > .column {
  width: 20%; }

.num-col-xs-6 > .column {
  width: 16.66666667%; }

.num-col-xs-7 > .column {
  width: 14.28571428571429%; }

.num-col-xs-8 > .column {
  width: 12.5%; }

@media (min-width: 768px) {
  .num-col-sm-2 > .column {
    width: 50%; }
  .num-col-sm-3 > .column {
    width: 33.33333333%; }
  .num-col-sm-4 > .column {
    width: 25%; }
  .num-col-sm-5 > .column {
    width: 20%; }
  .num-col-sm-6 > .column {
    width: 16.66666667%; }
  .num-col-sm-7 > .column {
    width: 14.28571428571429%; }
  .num-col-sm-8 > .column {
    width: 12.5%; }
  .reverse > .column-sm {
    float: right; } }

@media (min-width: 992px) {
  .reverse > .column-md {
    float: right; } }

@media (min-width: 1200px) {
  .reverse > .column-lg {
    float: right; } }

h1 {
  font-size: 28px;
  font-size: 1.75rem; }

.desc {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem; }

.global-header {
  background-color: #EB2A32;
  padding: 6px 0;
  padding: 0.375rem 0;
  color: #fff; }

.site-name {
  float: left;
  font-weight: 500;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 18px;
  font-size: 1.125rem; }

#userWelcome {
  float: right;
  font-size: 16px;
  font-size: 1rem; }
  #userWelcome img {
    border: 1px solid #fff;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    margin-left: 10px;
    margin-left: 0.625rem; }

.left-menu-container {
  background-color: #32404E;
  color: #fff;
  height: 100%; }

.left-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .left-menu .fa {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 8px;
    margin-right: 0.5rem; }
  .left-menu a {
    color: #fff;
    display: block; }
  .left-menu li + li {
    border-top: 1px solid #1e272f; }
  .left-menu > li > a {
    border-left: 5px solid transparent;
    -webkit-transition: ease-in-out 0.1s background-color;
    -khtml-transition: ease-in-out 0.1s background-color;
    -moz-transition: ease-in-out 0.1s background-color;
    -ms-transition: ease-in-out 0.1s background-color;
    -o-transition: ease-in-out 0.1s background-color;
    transition: ease-in-out 0.1s background-color;
    position: relative;
    padding: 14px 10px;
    padding: 0.875rem 0.625rem; }
    .left-menu > li > a:hover {
      background-color: #1e272f;
      text-decoration: none;
      border-left-color: #20688e; }
  .left-menu > li > a:after {
    position: absolute;
    right: 10px;
    right: 0.625rem;
    top: 16px;
    top: 1rem;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105"; }
  .left-menu > li.active > a {
    background-color: #1e272f;
    border-left-color: #20688e;
    text-decoration: none; }
    .left-menu > li.active > a:after {
      content: "\f107"; }
  .left-menu > li.active ul {
    display: block; }
  .left-menu ul {
    display: none;
    list-style-type: square; }
    .left-menu ul li {
      border: none; }
    .left-menu ul a {
      padding: 10px 4px; }

.custom-head {
  border: 1px solid #E3E3E3;
  border-bottom-width: 3px;
  border-left: none;
  padding: 10px;
  font-weight: 500; }
  .custom-head:first-child {
    border-left: 1px solid #e3e3e3; }

.custom-col {
  padding: 10px;
  border: 1px solid #E3E3E3;
  border-left: none;
  border-top: none; }
  .custom-col:first-child {
    border-left: 1px solid #e3e3e3; }

.odd .custom-col {
  background-color: #F6F8FA; }

.day-of-week button {
  float: left;
  height: 40px;
  height: 2.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  background-color: transparent;
  border: 1px solid #E5E5E5;
  border-left: none; }
  .day-of-week button:first-child {
    border-left: 1px solid #E5E5E5; }

.day-of-week .first, .day-of-week .last {
  width: 5%;
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 26px;
  font-size: 1.625rem;
  background-color: #2986B8;
  color: #fff; }

.day-of-week .day {
  width: 18%; }

.day-of-week .active {
  background-color: #2986B8;
  color: #fff; }

.project-details {
  position: relative; }

.btn-save {
  background-color: #97C664;
  color: #fff;
  position: relative; }
  .btn-save:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #97C664; }
  .btn-save:hover:before {
    display: none; }

#statusMessage {
  margin: 16px 0;
  margin: 1rem 0;
  vertical-align: top; }

#editingStatus {
  position: fixed;
  top: 5px;
  width: 100%;
  left: 0;
  text-align: center; }
  #editingStatus div {
    background-color: #fff;
    display: inline-block;
    padding: 8px 16px;
    font-size: 15px;
    border: 3px solid #225B80;
    border-radius: 16px;
    font-weight: 600; }

.total-time {
  font-weight: 500;
  text-align: right;
  margin-top: 10px;
  margin-top: 0.625rem; }

.btn-panel .btn {
  margin-left: 20px;
  margin-left: 1.25rem; }

@media (min-width: 768px) {
  .container {
    width: 90%; }
  #wrapper {
    overflow: hidden;
    height: 100%; }
  #leftColumn, #rightColumn {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #leftColumn {
    float: left;
    width: 200px;
    height: 100%; }
  #rightColumn {
    margin-left: 200px;
    height: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  #leftColumn {
    width: 74px; }
  .left-menu a:after {
    display: none !important; }
  .left-menu span {
    display: none; }
  #rightColumn {
    margin-left: 74px; } }

