/*(95,96,98)*/
/*(255,212,84)*/
/*(1,190,220)*/
/*(0,174,219)*/
/*(0,122,135)*/
/*(0,183,214)*/
/* border color */
* {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  margin: 0;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: #404040;
  line-height: 1.58;
  letter-spacing: 0.05em;
}
body {
  background-color: #eee;
}
div.container {
  margin: 0 auto;
  width: 80%;
  position: relative;
  padding: 60px 0 20px;
  text-align: left;
  background-color: #fff;
}
section {
  padding: 10px;
  text-align: left;
}
h1 {
  font-family: 'Barlow';
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0 5px;
  letter-spacing: 0.1em;
  text-transform: none;
}
h2 {
  font-family: 'Barlow';
  font-size: 17px;
  font-weight: 400;
  margin: 3px 0;
  letter-spacing: 0.05em;
  text-transform: none;
}
hr {
  margin: 20px 10px;
  width: 50%;
  border: 1px solid blue;
}
a,
a:visited,
a:active {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: #585858;
  text-decoration: underline;
}
p {
  margin: 0.5em 0;
  line-height: 1.5em;
}
b {
  font-weight: 700;
  font-size: inherit;
}
span {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}
.count {
  background: #000000;
  color: #fff;
  padding: 3px 5px;
}
.inactive,
.greyfont {
  color: #a9a9a9;
}
.content-med {
  font-size: 15px;
}
.content-lg {
  font-size: 17px;
}
::-webkit-input-placeholder {
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: italic;
}
:-moz-placeholder {
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: italic;
}
::-moz-placeholder {
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: italic;
}
:-ms-input-placeholder {
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: italic;
}
/************************************* Header - Nav menu (top of page) *************************************/
/* blank navbar */
#navbarUnder {
  position: absolute;
  top: 0;
  /* add if there is border-top in navbarOver */
  left: 0;
  width: 100%;
  height: 50px;
  /* Opacity was rgba(0,0,0,0.1); */
  background: rgba(0, 0, 0, 0);
}
/* mouseover navbar */
.navbarOver {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 0px solid #aaa;
  z-index: 3;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.minimize {
  /*opacity: 0;*/
  padding-top: 0;
  height: 40px;
}
.evergreen-logo {
  width: 30px;
}
.user-logo {
  height: 20px;
}
/*.header-navbarOver {
    font-family: Segoe UI;
    font-size: 10pt;
    color: #585858;
    display:inline;
}*/
.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li:not(:last-child) {
  margin: 5px;
  padding: 5px 15px;
  text-align: center;
  min-width: 100px;
  display: inline-block;
  vertical-align: middle;
}
/* Company logo */
.menu li:first-child {
  margin: 0;
  min-width: 40px;
}
/* add hover effects on li block-menu items */
.menu li:not(:first-child):hover {
  background: rgba(255, 255, 255, 0.1);
}
sup {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 1.5rem;
  letter-spacing: -0.15em;
}
.menu li a {
  font-family: 'Josefin Sans';
  font-size: 13px;
  color: #aaa;
  /*padding: 5px;*/
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.menu li:first-child a {
  /* first-child not a link */
}
/* Hamburger icon */
.menu li:last-child {
  /*padding: 0;*/
  position: absolute;
  top: 10px;
  right: 15px;
  display: none;
}
.menu li:last-child a.icon {
  color: #aaa !important;
}
ul.menu li:last-child:hover {
  border: none;
}
.menu li.float-right {
  float: right;
}
.menu li i {
  color: #FFD454;
}
/* Responsive style */
/*ul.menu.responsive li {
    font-size: 14pt;
    color: @color-white;
    display: block;
}

ul.menu.responsive li a {
    font-size: 13px;
    color: @color-white;
    display: block;
}*/
/************************************* Log-In Page *************************************/
.default-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #eee;
  /*background: #00BFFE;*/
  /*background: url(../images/background/hvac.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
.login-container {
  position: relative;
  top: 20vh;
  width: 500px;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  /* Split */
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.login-container > div {
  min-height: 300px;
  padding: 10px;
}
.login-container div:first-child {
  font-family: 'Orbitron';
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: url(../Images/trane.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.login-container p,
.login-container a {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: 'Barlow';
  font-size: 15px;
  font-weight: 300;
  color: #404040;
  line-height: 1.5;
  /*For demo, use 1.5*/
  letter-spacing: 0.03em;
  margin: 10px 0 2px;
}
/************************************* Check-In Page *************************************/
.div-container {
  margin: 5px 0;
  padding: 5px 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-radius: 5px;
}
.table-task-list,
.table-task-list tr,
.table-task-list th,
.table-task-list td {
  /*font-size: 15px;*/
  border-collapse: collapse;
  margin: 5px;
  padding: 2px 5px;
  vertical-align: top;
}
.table-task-list tr:first-child {
  border-bottom: 1px solid #ddd;
}
.table-task-list th {
  vertical-align: bottom;
}
.table-task-list td {
  vertical-align: middle;
}
.table-task-list input,
.table-task-list select {
  margin: 0;
  padding: 3px 5px;
  border: 1px solid #ddd;
}
.table-task-list input {
  width: 80px;
}
.table-task-list input:required:invalid {
  border: 1px solid #404040;
}
/************************************* Weekly Report *************************************/
.tdoffice {
  background-color: #98ff98;
}
.tdfield {
  background-color: #FFF2CC;
}
.role-legend {
  margin: 5px 0;
  position: relative;
  left: 0;
  padding: 0 8px;
  /*was 5px 8px*/
  text-align: left;
  border-radius: 5px;
  border: 0px solid #ddd;
}
.role-legend div {
  margin: 2px;
  display: inline-block;
}
.role-legend .office {
  padding: 3px 5px;
  background-color: #98ff98;
}
.role-legend .field {
  padding: 3px 5px;
  background-color: #FFF2CC;
}
/************************************* FAQs *************************************/
.faq {
  position: relative;
  margin: 10px;
  min-width: 800px;
  max-width: 70%;
  font-size: 15px;
}
.faq div {
  margin: 10px;
}
.faq-search {
  margin: 10px 20px;
}
.faq input {
  padding: 10px;
  width: 200px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.question {
  font-size: 15px;
  font-weight: 600;
  /*margin: 15px 5px 3px;*/
}
.added-on {
  font-size: 8pt;
  font-weight: 400;
  color: #aaa;
}
.answer {
  padding: 0 0 10px 30px;
  font-size: 15px;
  line-height: 1.5;
}
.yellowbg {
  background-color: yellow;
}
.bluebg {
  padding: 3px;
  font-weight: 600;
  background-color: #2196F3;
}
/************************************* Table Styles *************************************/
/* Default table style */
table,
table tr,
table td {
  /* border-bottom: 1px solid #d3d3d3; */
  border: none;
  border-collapse: collapse;
  margin: 0;
  letter-spacing: 0.05em;
  vertical-align: top;
}
table th {
  font-weight: 400;
  vertical-align: bottom;
}
.table-default,
.table-default tr,
.table-default th,
.table-default td {
  border-bottom: 1px solid #ddd;
  padding: 5px;
  /* default padding applies to 24-hour time */
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: middle;
}
.table-default th {
  padding: 2px 5px;
  vertical-align: bottom;
}
.table-default tr:not(:first-child):hover {
  background-color: #e5e5e5;
  cursor: pointer;
}
.table-default td input {
  padding: 3px 5px;
}
.table-block-input,
.table-block-input tr,
.table-block-input th,
.table-block-input td {
  border-collapse: collapse;
  margin: 5px;
  padding: 2px 5px;
  vertical-align: top;
}
.table-block-input th {
  vertical-align: bottom;
}
.table-block-input td {
  vertical-align: middle;
}
.table-block-input input,
.table-block-input select {
  font-size: 15px;
}
/* Style is applied on page load */
.table-block-input input:required:invalid {
  /*border: 1px solid @color-dark-grey;*/
}
/************************************* Button and input styles *************************************/
/* Default drop-down button style */
select {
  border: 1px solid #d3d3d3;
  margin: 2px 0 5px;
  padding: 5px;
  border-radius: 4px;
  outline: none;
  /*background: linear-gradient(#f5f5f5, #ddd);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#ddd));
    background: -moz-linear-gradient(#f5f5f5, #ddd);
    background: -o-linear-gradient(#f5f5f5, #ddd);*/
}
input {
  margin: 2px 0 5px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
input:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
input.missing-required,
select.missing-required {
  border: 2px solid red;
}
/* Input textbox style */
.ng-filter {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 5px 0;
  padding: 5px;
  width: 200px;
}
.btn-blue {
  margin: 10px 0;
  padding: 8px 10px;
  color: #fff !important;
  background: #2196F3;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  display: inline-block;
  transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  background: #383736;
  text-decoration: none;
}
.btn-green {
  margin: 10px 0;
  padding: 10px 20px;
  color: #fff !important;
  background: limegreen;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  display: inline-block;
  transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
}
.btn-green:hover {
  background: #404040;
  cursor: pointer;
}
.btn-checkin {
  margin: 8px 0;
  padding: 10px;
  min-width: 100px;
  color: #fff !important;
  font-size: 17px;
  background: #00AEDB;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  display: inline-block;
  transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
}
.btn-checkin.purple {
  background: #663096;
}
.btn-checkin:hover,
.btn-checkin:active,
.btn-checkin:focus {
  background: #383736;
  text-decoration: none;
}
.btn-grad {
  color: #404040;
  padding: 3px 5px;
  background-color: #f5f5f5;
  display: inline-block;
  border: 1px solid #ccc;
  text-decoration: none;
  border-radius: 2px;
  background: linear-gradient(#f5f5f5, #ddd);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#ddd));
  background: -moz-linear-gradient(#f5f5f5, #ddd);
  background: -o-linear-gradient(#f5f5f5, #ddd);
}
.btn-grad:hover {
  cursor: pointer;
}
button.back {
  margin: 10px;
  color: #404040;
  padding: 5px;
  background-color: #f5f5f5;
  display: inline-block;
  border: 1px solid #ccc;
  text-decoration: none;
  background: linear-gradient(#f5f5f5, #ddd);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#ddd));
  background: -moz-linear-gradient(#f5f5f5, #ddd);
  background: -o-linear-gradient(#f5f5f5, #ddd);
}
.disabled,
.disabled:hover {
  cursor: not-allowed;
  background-color: #ddd;
}
/* First, previous, next, last */
a.btn-prevnext {
  padding: 5px 10px;
  border: none;
  background-color: limegreen;
  outline: none;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
a.btn-prevnext i {
  color: #fff;
}
/************************************* Calendar (datepicker) *************************************/
/*
    https://wakirin.github.io/Lightpick
*/
#datepicker {
  margin: 0;
  padding: 5px;
  font-size: 13px;
  width: 200px;
}
/************************************* Footer *************************************/
/* All pages */
#footer {
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  width: 80%;
  font-size: 12px;
}
/* Log-in page */
.login-footer {
  padding: 10px;
  background: none;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 90%;
}
.login-footer div {
  font-size: 13px;
}
.login-footer a,
.login-footer a:visited,
.login-footer a:hover {
  font-size: 13px;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid;
}
#siteseal {
  margin: 5px;
}
/************************************* Custom checkbox *************************************/
/* Usage: <label class="container">Won't Do?<input type="checkbox" id="xyz" checked="checked"><span class="checkmark"></span></label> */
label.container {
  margin: 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}
/* Hide default checkbox */
label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Custom checkbox */
.checkmark {
  margin: 0 5px;
  display: inline-block;
  position: relative;
  top: 3px;
  /*left: 0; only if absolute*/
  height: 20px;
  width: 20px;
  background-color: #eee;
}
label.container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* Add blue background if checked */
label.container input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark. Initial display is hidden when not checked. */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show checkmark when checked */
label.container input:checked ~ .checkmark:after {
  display: block;
}
/* Checkmark style */
label.container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/************************************* Tooltips *************************************/
/*
    Usage:
    <div data-type="tooltip">Hover over text<span class="tooltiptext">Tooltip text</span></div>
*/
[data-type="tooltip"] {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
  cursor: help;
}
[data-type="tooltip"] .tooltiptext {
  display: none;
  /*width: 120px; needs to be dynamic width */
  min-width: 100px;
  max-width: 200px;
  background-color: black;
  color: #fff;
  /*font-size: 14px;*/
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  /*z-index: 1;*/
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
  /* margin-left -50% not working */
}
/* Upside-down triangle below cloud */
[data-type="tooltip"] .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
[data-type="tooltip"]:hover .tooltiptext {
  display: block;
}
/************************************* jQuery Dialog Windows *************************************/
.ui-dialog {
  z-index: 1005 !important;
  /*overflow: visible;*/
}
.ui-widget-overlay {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  /* For IE */
  background-color: #323232 !important;
  /* Dark bg for modal window */
}
/* For welcome dialog */
.no-close .ui-dialog-titlebar-close {
  display: none;
}
/* Container outside the dialog content or body */
.ui-dialog-content {
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
  background-color: #cecece;
  border: 0px solid #585858;
}
/* Remove space from outer container. No space. */
.ui-widget-content.ui-dialog {
  border: 0px solid #000;
  /* was 5px lightblue */
  padding: 0;
  /* For demo, use "0". "0" removes border-radius */
  border-radius: 2px;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
}
/* Header */
.ui-dialog-titlebar {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  /*was 13px*/
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  /* was none */
  background-color: #fff;
  border: 0;
  /* border around header */
  border-bottom: 0px solid #ddd;
  border-radius: 0;
  color: #404040;
}
/* Body */
.ui-widget-content {
  border: 1px solid #ddd;
  letter-spacing: 0.15em;
}
/* Footer */
.ui-dialog-buttonpane {
  background-color: #fff;
}
/* Cancel, OK button */
.ui-dialog-buttonpane .ui-button.ui-corner-all.ui-widget {
  color: #fff;
  margin: 0 4px;
  padding: 8px 20px;
  display: inline-block;
  background: #2196F3;
  border-radius: 0;
  border: none;
  outline: none;
  transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
}
.ui-dialog-buttonpane .ui-button.ui-corner-all.ui-widget:hover {
  text-decoration: none;
  background: #383736;
}
/* x-icon */
/*.ui-icon-closethick {
    background-image: url(../images/x-black-icon.png) !important;
    background-position: left top !important;
    margin: 0 !important;
}
.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    right: .3em;
    top: 5px;
    padding: 0;
    margin: 0;
}*/
/* 10/21/2018: Custom close icon */
.ui-dialog .ui-dialog-titlebar-close,
.ui-icon-closethick {
  margin: 0 !important;
  position: absolute;
  right: 0.3em;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
}
.ui-icon-closethick:before,
.ui-icon-closethick:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 5px;
  background-color: #000;
}
.ui-icon-closethick:before {
  transform: rotate(45deg);
}
.ui-icon-closethick:after {
  transform: rotate(-45deg);
}
.ui-icon-closethick:hover {
  opacity: 1;
}
/* End custom close icon */
.ui-dialog .ui-dialog-titlebar-close {
  background: none !important;
  border: none !important;
}
.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close:hover {
  padding: 0 !important;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 0%;
  left: 0%;
}
/* Containers for dialog windows */
.max-height-300 {
  max-height: 300px;
  overflow-y: auto;
}
.max-height-400 {
  max-height: 400px;
  overflow-y: auto;
}
.max-height-500 {
  max-height: 500px;
  overflow-y: auto;
}
.max-height-600 {
  max-height: 600px;
  overflow-y: auto;
}
/************************************* Toggle On/Off Switch button *************************************/
/*
    https://proto.io/freebies/onoff/

    Usage (id needs to be dynamic if using ng-repeat):
    <div class="onoffswitch">
        <input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" checked>
        <label class="onoffswitch-label" for="myonoffswitch">
            <span class="onoffswitch-inner"></span>
            <span class="onoffswitch-switch"></span>
        </label>
    </div>
*/
.onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #404040;
  border-radius: 20px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 18px;
  padding: 0;
  line-height: 18px;
  font-size: 14px;
  color: white;
  font-family: 'Open Sans';
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "YES";
  padding-left: 10px;
  background-color: #34A7C1;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "NO";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 12px;
  margin: 3px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  border: 1px solid #404040;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/************************************* Other *************************************/
/* dvSaveMessage */
div i {
  color: #404040;
}
i.fa.fa-map-pin {
  color: #404040;
}
#dvCheckInNotification {
  margin: 5px 0;
  padding: 5px;
  background: yellow;
}
#dvCheckInNotification:empty {
  display: none;
}
/* Success and Error message placeholder */
#dvNotification {
  position: fixed;
  padding: 5px 10px;
  min-width: 300px;
  background: #ffff88;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.5em;
  text-align: center;
  display: none;
  z-index: 5;
}
.ddlFilter {
  /* text-transform: uppercase; */
  font-size: 15px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.readonlytime,
.hours-worked {
  margin: 2px 0 5px;
  padding: 5px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee;
  cursor: not-allowed;
}
.gps-location {
  margin: 2px 0 5px;
  padding: 5px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee;
}
.load-icon-abs {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  z-index: 100;
}
.max_40 {
  max-width: 40px;
}
.max_50 {
  max-width: 50px;
}
.max_60 {
  max-width: 60px;
}
.max_80 {
  max-width: 80px;
}
.max_100 {
  max-width: 100px;
}
.max_120 {
  max-width: 120px;
}
.max_140 {
  max-width: 140px;
}
.max_160 {
  max-width: 160px;
}
.max_180 {
  max-width: 180px;
}
.max_200 {
  max-width: 200px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
/************************************* Responsive *************************************/
@media screen and (max-width: 1000px) {
  div.container {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  div.container {
    width: 100%;
  }
  .navbarOver {
    height: 50px;
    padding: 0;
    background: #000;
  }
  ul.menu {
    background: #000;
  }
  ul.menu li:not(:first-child) {
    display: none;
  }
  /* Hamburger icon */
  ul.menu li:last-child {
    display: block;
  }
  ul.menu.responsive li {
    float: none;
    display: block;
    text-align: left;
  }
  ul.menu.responsive li:not(:first-child):not(:nth-child(7)):hover {
    border: none;
  }
  /*ul.menu.responsive li a.icon {
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
    }*/
  /* Log-in page */
  .login-container {
    top: 0;
    margin: 20px auto;
    width: 80%;
    min-width: 300px;
  }
  .login-container div:first-child {
    display: none;
  }
  .login-footer {
    position: relative;
  }
  /* Check-In page */
  .btn-checkin {
    margin: 15px;
    padding: 15px 10px;
    display: block;
  }
  .btn-checkin.disabled {
    display: inline-block;
  }
}
