/*


#00bdbd
#FF0096
#272626
#009DDE
#61BC45
#FFDA19


https://fortawesome.github.io/Font-Awesome/icons/

*/
body.loginbg {
  background-image: url("/assets/images/bg4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.fullheight {
  height: 100%;
}
html {
  font-weight: 300;
  color: #272626;
}
html,
body {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  background-color: #f6f6f6;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: auto;
  line-height: 32px;
}
#grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-template-rows: 1fr;
}
#mainmenu {
  grid-row: 1;
  grid-column: 1;
}
#content {
  grid-row: 1;
  grid-column: 2;
  padding: 0 15px;
}
.color-primary {
  color: #00bdbd;
}
a {
  color: #272626;
}
.alert-danger a {
  color: #FF0096;
  font-weight: 600;
}
a:hover {
  color: #272626;
  text-decoration: underline;
}
a.color {
  color: #008a8a;
}
a.color:hover {
  color: #005757;
  text-decoration: underline;
}
.row {
  width: 100%;
  min-height: 30px;
}
.row.flex,
.flex {
  display: flex;
}
.flex.jc-end {
  justify-content: end;
}
.no-pad {
  padding: 0px;
}
.row-with-gutters div[class*=col-] {
  padding: 0 15px;
}
.row-with-gutters div[class*=col-]:first-child {
  padding-left: 0;
}
.row-with-gutters div[class*=col-]:last-child {
  padding-right: 0;
}
.row-with-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}
table.with-gutters td[class*=col-],
table.with-gutters th[class*=col-] {
  vertical-align: middle;
  padding: 8px;
}
.row.horizontalRegisterView .col-md-1 {
  width: 6.382978723404255%;
  margin-left: 2.127659574468085%;
}
.row.horizontalRegisterView .col-md-4 {
  width: 25.5319148936%;
  margin-left: 2.127659574468085%;
}
.row.horizontalRegisterView .col-md-5 {
  width: 34.0425531915%;
  margin-left: 2.127659574468085%;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #b7b5b5;
  line-height: 20px;
  padding: 4px 6px;
  border-radius: 3px;
  box-shadow: 0px 0px;
  color: #272626;
  vertical-align: middle;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  background-color: #ffffff;
  border: 1px solid #b7b5b5;
  border-radius: 3px;
  outline: 0;
  box-shadow: 0 0 1px 1px #00bdbd;
}
input.fill,
select.fill,
textarea.fill {
  width: 100%;
  box-sizing: border-box;
  height: 30px;
}
input[type="radio"] {
  vertical-align: baseline;
}
div.radio {
  display: inline-block;
  margin: 0;
  border-radius: 3px;
  border: 0px;
  text-shadow: inherit;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  background-color: #eee;
  padding: 5px 12px;
  min-width: 40px;
}
div.radio.checked {
  background-color: #00bdbd;
}
div.radio.disabled.checked {
  background-color: #80dede;
}
div.radio.disabled {
  background-color: #f6f6f6;
  color: #b7b5b5;
}
.radio + .radio {
  margin: 0;
}
div.radio label {
  margin: 0;
  padding: 0;
}
div.radio input[type="radio"] {
  display: none;
}
input.input-s {
  width: 90px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
input[readonly]:focus,
select[readonly],
textarea[readonly] {
  cursor: not-allowed !important;
  background-color: #eee !important;
  border: 1px solid #ccc;
  box-shadow: none;
}
input.tt-input,
input.tt-hint {
  background: none !important;
}
input.tt-input[disabled] {
  background: #eee !important;
}
input.time[type=checkbox] {
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #b7b5b5;
  background-color: #ffffff;
  border-radius: 3px;
  width: 13px;
  height: 13px;
  padding: 2px;
  margin: 0px 12px;
}
input.time[type=checkbox]:focus {
  outline: none;
}
input.time[type=checkbox]:checked {
  background: #009DDE;
  background-clip: content-box;
}
input.time[type=checkbox][readonly]:checked {
  background: #b7b5b5;
  background-clip: content-box;
}
.input-group-addon {
  display: inline-table;
  line-height: 20px;
  padding: 4px 12px;
  font-size: 13px;
  margin-left: -2px;
  margin-right: -2px;
}
.menu {
  background-color: #272626;
  margin: 0px;
  width: 220px;
}
ul.nav > li {
  height: 35px;
}
ul.nav > li > i {
  width: 50px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav.nav-tabs {
  border: 0px;
}
.nav-tabs > .active > a {
  background-color: transparent;
}
.nav-tabs > li {
  height: 43px;
}
.nav-tabs > li > a {
  color: #272626;
  border: 0px;
  background-color: transparent;
}
.nav-tabs > li > a:hover {
  border: 0px;
  background-color: transparent;
  color: #272626;
  border-bottom: 4px solid #b7b5b5;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0px;
  background-color: transparent;
  border-bottom: 4px solid #00bdbd;
}
.nav.menu li {
  margin: 0;
  border-bottom: 1px solid #373636;
  transition: background-color 0.2s ease;
}
.nav.menu li:hover {
  background-color: #373636;
}
.menu li i {
  text-align: center;
}
.menu li a {
  height: 30px;
  letter-spacing: 1.5px;
  color: #ffffff;
  padding-top: 10px;
  padding-left: 0px;
  display: inline-block;
}
.menu li a:hover {
  background-color: transparent;
}
.menu li.active {
  background-color: #373636;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
}
.menu li.active::after {
  display: block;
  content: "";
  font-size: 0px;
  line-height: 0%;
  width: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f6f6f6;
  float: right;
  position: relative;
  top: 8px;
}
.container,
.container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
}
div.logo-color {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
a.btn-login,
input.btn-login {
  display: table-cell;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
}
a.btn-login:hover {
  text-decoration: none;
}
.btn-option {
  color: #b7b5b5;
  box-shadow: none !important;
}
.btn.btn-option-active,
.btn.btn-option-active:active,
.btn.btn-option-active:hover,
.btn.btn-option-active:focus {
  color: #272626;
  background-color: #00bdbd;
}
.integration {
  color: #00bdbd;
  padding-left: 4px;
  padding-right: 20px;
}
.version {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.8rem;
}
.small {
  font-size: 0.8rem;
  line-height: 0.8em;
  margin-right: 10px;
}
#lockButton {
  width: 160px;
}
#lockButton .icon {
  width: 16px;
  height: 16px;
}
.absolute-right {
  position: absolute;
  right: 0px;
}
.forgottenpasswd a {
  color: #6a6969;
}
img.logo {
  padding: 5px;
}
img.icon {
  vertical-align: text-bottom;
}
.erroralert {
  position: absolute;
  top: 20px;
  margin-left: 20px;
  width: 50%;
  display: none;
  z-index: 1000;
}
.loginalert {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  text-align: center;
  display: none;
  z-index: 1000;
}
.recoveryalert {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  text-align: center;
  display: none;
  z-index: 1000;
}
.fixedalert {
  position: fixed;
  top: 10px;
  left: 230px;
  width: 50%;
  z-index: 1000;
}
.alert-danger,
.alert-error {
  background-color: #ffccea;
  color: #FF0096;
}
.well {
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #f6f6f6;
}
.paymentform {
  opacity: 0;
  background-color: #f6f6f6;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.row {
  margin-left: 0px;
}
.condensed {
  min-height: 20px !important;
  height: 20px !important;
}
.topborder {
  border-top: 1px solid #f6f6f6;
}
.spacer {
  margin-left: 5px;
  display: inline;
}
.inline {
  display: inline;
}
.vertical-spacer {
  height: 8px;
}
.date input {
  cursor: pointer;
}
.date .input-group-addon .fa {
  cursor: pointer;
}
.workschedule_box {
  border: 1px solid #6a6969;
  margin: 10px;
  width: 230px;
  float: left;
}
.year {
  margin-left: 10px;
}
.modal-dialog {
  margin-top: 10%;
}
.modal-content {
  border-radius: 3px;
}
.modal-header {
  font-size: 120%;
  font-weight: 600;
}
.typeAheadBoxUser {
  font-size: 13px;
}
.typeAheadBoxProject {
  font-size: 10px;
}
.typeAheadBoxRole {
  font-size: 10px;
}
.tag {
  font-size: 10px;
}
.typeAheadBox,
.tag {
  display: inline;
  color: #ffffff;
  background-color: #00bdbd;
  border: 0px solid;
  border-radius: 3px;
  padding: 2px 6px;
  margin: 2px;
  text-transform: uppercase;
}
.survey-projecttemplate-box {
  width: 150px;
  border: 1px solid #aaaaaa;
  border-radius: 6px;
  padding: 20px;
  display: inline-block;
  cursor: pointer;
  background-color: #e9e9e9;
}
.survey-projecttemplate-box-selected {
  background-color: #00bdbd;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  margin-bottom: 0px;
}
.table td {
  vertical-align: middle;
}
.table-nonfluid {
  width: min-content;
}
.table-nonfluid td {
  white-space: nowrap;
}
.table-dark {
  background-color: #f6f6f6;
}
.totaltime {
  margin-bottom: 10px;
}
div.header {
  margin-bottom: 20px;
}
section#general_settings div.header i {
  float: left;
  line-height: 32px;
  margin-right: 8px;
}
select.time {
  width: 140px;
}
select {
  width: 220px;
  height: 30px;
  border: 1px solid #ccc;
}
label {
  font-size: 13px;
  display: block;
  font-weight: normal;
  margin: 5px 0px;
}
.table-compact td {
  padding: 1px 1px;
}
.flex-center {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.inactive {
  color: #b7b5b5;
}
.payment {
  width: 970px;
  position: absolute;
  left: 50%;
  margin-left: -485px;
  top: 45%;
  margin-top: -200px;
}
.payment input,
.payment .input-append {
  margin: 0 2px 10px 2px;
  height: 50px;
}
.login {
  transition: opacity 1s;
  text-align: center;
  color: #272626;
}
.login input,
.signup input,
.payment input {
  font-size: 1rem;
  font-weight: 300;
  opacity: .8;
  filter: alpha(opacity=80);
  height: 50px;
  width: 260px;
  text-align: center;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 6px;
}
div.logo {
  background: url("/assets/images/treks-logo4-allwhite.png") no-repeat center;
  background-size: 60%;
  filter: drop-shadow(0 0 1px #FF0096);
  width: 260px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
div.secondary-logo {
  position: absolute;
  bottom: 10px;
  left: 50px;
  opacity: 0.1;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 120px;
  height: 55px;
  z-index: 1000;
}
div.btn-login,
div.btn-login-alternate {
  display: table;
  width: 260px;
  height: 50px;
  padding: 0px;
  background-color: #00bdbd;
  letter-spacing: 1.5px;
  margin: 0 auto;
}
div.btn-login-alternate {
  height: 30px;
  background-color: #b7b5b5;
  margin-top: 4px;
}
div.btn-login-alternate:hover {
  background-color: #6a6969;
  cursor: pointer;
}
div.btn-login:hover {
  background-color: #00f0f0;
  cursor: pointer;
}
.forgottenpasswd {
  text-align: center;
  font-size: 0.9rem;
  line-height: 20px;
  color: #6a6969;
}
.login input.rememberme {
  width: auto;
  height: 12px;
  display: inline;
}
.tt-menu {
  background-color: #ffffff;
  border: 1px solid #b7b5b5;
  border-radius: 3px;
  min-width: 200px;
}
.twitter-typeahead {
  width: 100%;
}
.tt-suggestion {
  line-height: 24px;
  min-height: 24px;
  padding: 4px;
}
.tt-cursor {
  background-color: #00bdbd;
  color: #ffffff;
}
@media only screen and (max-width: 980px) {
  .signup {
    width: 100%;
    margin-top: 40%;
  }
  .login {
    width: 100%;
    margin-top: 40%;
    transition: opacity 1s;
    text-align: center;
    color: #272626;
  }
  .login input,
  .signup input,
  .payment input {
    font-size: 3rem;
    font-weight: 300;
    opacity: .8;
    filter: alpha(opacity=80);
    width: 90%;
    height: 10rem;
    text-align: center;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
  }
  div.logo {
    background: url("/assets/images/treks-logo4-allwhite.png") no-repeat center;
    background-size: 40%;
    width: 90%;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
  }
  div.btn-login,
  div.btn-login-alternate,
  div.btn-login-alternate {
    font-size: 3rem;
    display: table;
    width: 90%;
    height: 10rem;
    padding: 0px;
    background-color: #00bdbd;
    letter-spacing: 1.5px;
    margin: 0 auto;
  }
  div.btn-login-alternate {
    height: 6rem;
    background-color: #b7b5b5;
  }
  .forgottenpasswd,
  .forgottenpasswd input,
  .forgottenpasswd label {
    text-align: center;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #6a6969;
  }
  .login input.rememberme {
    width: auto;
    height: 3rem;
    transform: scale(3);
    padding: 1rem;
    margin: 1rem;
    display: inline;
  }
}
.login label {
  display: inline;
  color: #6a6969;
}
.login input.half,
.signup input.half,
.payment input.half {
  width: 130px;
}
.half {
  width: 94px;
}
.payment input[type=submit] {
  opacity: 1;
  display: table;
  width: 260px;
  padding: 0px;
  background-color: #00bdbd;
  letter-spacing: 1.5px;
  margin: 0 auto;
  height: 50px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
  font-size: 13px;
}
.help-tab {
  position: fixed;
  right: -300px;
  bottom: 60px;
  -webkit-transition: right 0.2s;
  -moz-transition: right 0.2s;
  transition-timing-function: ease-in-out;
  transition: 0.1s;
}
.help-tab .handle {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  color: #ffffff;
  background-color: #272626;
  width: 100px;
  height: 30px;
  position: relative;
  right: 65px;
  bottom: -15px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  border: 0px solid;
  line-height: 30px;
  cursor: pointer;
}
.help-tab .content {
  background-color: #272626;
  color: #ffffff;
  position: relative;
  right: 0px;
  bottom: -80px;
  width: 300px;
  min-height: 300px;
}
.help-tab .content a {
  color: #ffffff;
}
input[type="checkbox"] {
  margin: 4px;
  vertical-align: middle;
}
.input-append {
  height: 32px;
}
input.input-xs {
  width: 80px;
}
input.input-xxs {
  width: 40px;
}
button.dt-button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-shadow: inherit;
  margin-bottom: 10px;
  margin-right: 4px;
  background-color: #f6f6f6;
  background-image: none;
  color: #272626;
  border: 0px;
}
button.dt-button:hover:not(.disabled) {
  background-color: #f6f6f6;
  background-image: none;
  color: #272626;
  border: 0px;
}
.btn,
.input-group .btn,
.introjs-button {
  border-radius: 3px;
  border: 0px;
  text-shadow: inherit;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  background-color: #eee;
  padding: 5px 12px;
}
.btn:focus {
  outline: 0;
}
.btn-group input,
a {
  border: 0px;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.introjs-nextbutton,
.introjs-nextbutton:hover,
.introjs-donebutton,
.introjs-donebutton:hover {
  background-color: #00bdbd;
  color: #ffffff;
}
.btn-success,
btn-success:hover,
btn-success:focus,
btn-success:active {
  background-color: #00f0f0;
  margin-bottom: 4px;
}
.btn.null {
  margin-bottom: 4px;
}
.color-lock {
  background-color: #7ED29D;
}
.color-unlock {
  background-color: #F6516F;
}
.flag {
  width: 16px;
  vertical-align: text-bottom;
}
.dropdown-menu > li > a:hover {
  color: #272626;
  background-color: #e9e9e9;
  background-image: none;
}
.dropdown-menu > li > a.disabled {
  color: #b7b5b5;
}
.btn-group > .btn:first-child,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-period:active,
.btn-period:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f6f6f6;
}
.rate {
  vertical-align: middle;
  padding: 4px;
  margin-top: 1px;
  margin-bottom: 10px;
}
.toolbar {
  display: inline-block;
  margin-left: 5px;
}
.reportform [class*="span"] {
  margin-left: 0px;
}
.input-append .toolbar:first-child {
  margin-left: 0px;
}
#dayTable td.hours {
  text-align: right;
  padding-right: 100px;
}
.periodrow {
  white-space: nowrap;
}
.nowrap {
  white-space: nowrap;
}
.periodname {
  padding-top: 10px;
}
.chevron:hover i.fa-angle-up,
.chevron:hover i.fa-angle-down {
  font-weight: 600;
}
.period {
  margin: 2px;
  border: 1px solid #6a6969;
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
}
.period_header {
  border: 0px;
  margin: 3px;
  line-height: 8px;
}
.period-green {
  background-color: #f6f6f6;
  border: 1px solid #61BC45;
}
.period-red {
  background-color: #ffccea;
  border: 1px solid #FF0096;
}
.striped:nth-of-type(odd) {
  background: #f6f6f6;
}
.inline-block {
  display: inline-block;
}
.row.report {
  border-bottom: 1px solid #f6f6f6;
}
.report div[class*="span"] {
  line-height: 30px;
}
.report div[class*="span"]:first-child {
  padding-left: 0px;
}
.report div[class*="span"]:last-child {
  padding-right: 0px;
}
.red {
  color: #FF0096;
}
.bg-grey {
  background-color: #e9e9e9;
}
.gray-light {
  color: #6a6969;
}
.gray-lighter {
  color: #b7b5b5;
}
.gray-lightest {
  color: #e9e9e9;
}
td.active.grey.active,
.grey {
  color: #b7b5b5 !important;
  text-shadow: none;
}
tr td.new,
tr td.old {
  color: transparent !important;
}
input.password-box-error,
input.password-box-error:focus,
input:focus:invalid:focus,
span.password-box-error {
  border: 1px solid #FF0096;
  box-shadow: none;
}
input.validate-error,
select.validate-error,
div.validate-error {
  border: 1px solid #FF0096;
  box-shadow: none;
}
.pointer:hover {
  cursor: pointer;
}
.reportresult {
  padding-top: 20px;
}
.paymentoption {
  display: inline-block;
  width: 150px;
  text-align: center;
  margin: 20px;
  margin-top: 0px;
  background-color: #ffffff;
  opacity: .8;
}
.paymentoption.paymentperiod {
  height: 150px;
}
.paymentoption.paymentperiod:hover {
  box-shadow: 0 0 1px 1px #ffffff;
}
.paymentoption img {
  width: 70%;
  margin: 10px;
}
.discount_tag {
  position: absolute;
  width: 48px;
  height: 48px;
  color: #ffffff;
  margin-top: 105px;
  margin-left: -25px;
  font-size: 12px;
  font-weight: 600;
  background-image: url("/assets/images/discount_tag.png");
  background-size: 36px;
  background-repeat: no-repeat;
}
.discount_tag p {
  margin-left: -10px;
  margin-top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#edithours {
  width: 70px;
}
#edithours:invalid {
  border: 1px solid #f6f6f6;
  color: #272626;
}
.payment .slider-horizontal {
  margin: 30px 0;
  width: 480px;
}
.payment .slider-handle {
  position: absolute;
  width: 32px;
  height: 32px;
  background: none;
  font-family: 'IconicFill';
  font-size: 32px;
  margin-left: -20px !important;
}
.payment .slider-handle:before {
  content: '\e062';
}
.slider-handle {
  background-color: #00bdbd;
  background-image: linear-gradient(to bottom, #00bdbd, #00bdbd);
}
.slider-div input:disabled {
  background-color: transparent;
  border: 1px solid transparent;
}
.slider-track.disabled,
.slider-track.disabled > .slider-selection,
.slider-track.disabled > .slider-handle {
  box-shadow: none;
  background-color: #f6f6f6;
  background-image: none;
}
.legendbox1 {
  background-color: #6a6969;
  width: 10px;
  height: 6px;
  float: left;
  margin-right: 4px;
}
.legendbox2 {
  background-color: #008a8a;
  width: 10px;
  height: 6px;
  float: left;
  margin-right: 4px;
}
#rateModal .input-append,
#costModal .input-append {
  height: 55px;
  vertical-align: top;
}
#rateModal .input-append .datepicker,
#costModal .input-append .datepicker {
  padding: 0px;
  margin: 0px;
}
#planningModal .input-append .datepicker {
  padding: 0px;
  margin: 0px;
}
.datepicker {
  z-index: 1151;
}
.datepicker table tr td.active.active {
  background: none;
  color: inherit;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active {
  background: #f6f6f6;
  color: #272626;
  font-weight: 300;
}
.datepicker table tr td.active.red.active {
  color: #FF0096;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background: none;
}
.datepicker table tr td.active.disabled.active {
  background: none;
  color: #f6f6f6;
}
.datepicker table tr td.active.disabled.active:hover {
  color: #6a6969;
}
.login .loader {
  color: #ffffff;
  visibility: hidden;
  position: absolute;
  margin-left: -90px;
  margin-top: 18px;
  height: 13px;
}
.signup .loader {
  color: #ffffff;
  visibility: hidden;
  position: absolute;
  margin-left: -70px;
  margin-top: 18px;
  height: 13px;
}
.chart_margin_legend {
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 0px;
  font-size: 80%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.chart_margin_percent {
  position: absolute;
  z-index: 1000;
  top: 54%;
  left: 0px;
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.dashboard_mini_heading {
  font-size: 0.8rem;
  line-height: 20px;
  text-transform: uppercase;
}
.chart_margin_value {
  position: absolute;
  z-index: 1000;
  top: 42%;
  left: 0px;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}
.chart_gantt {
  display: inline-block;
  height: 23px;
}
.chart_gantt_mini {
  width: 12px !important;
}
.heading_gantt {
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
  white-space: nowrap;
}
.nooverflow,
.usercolumn,
.column {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.chart_gantt_ok {
  background-color: #00bdbd;
  width: 100%;
}
.chart_gantt_ok:hover {
  background-color: #00f0f0;
}
.chart_gantt_error {
  background-color: #FF0096;
  width: 100%;
}
.chart_gantt_error:hover {
  background-color: #ff99d5;
}
.chart_gantt_na {
  background-color: #b7b5b5;
  width: 100%;
}
.chart_gantt_undefined {
  opacity: 1;
  width: 100%;
}
.chart_gantt_undefined:hover,
.chart_gantt_undefined.hovered {
  opacity: 0.55;
}
.dashboard_widget {
  opacity: 0;
  -webkit-transition: opacity 1.0s;
  -moz-transition: opacity 1.0s;
  transition: opacity 1.0s;
  position: relative;
}
.bootstrap-switch {
  border-radius: 0px;
}
.bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #373636 !important;
  background-color: #00bdbd !important;
  background-image: none !important;
  border-radius: 0px;
  border-color: transparent !important;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: transparent !important;
  box-shadow: none;
  border: 1px solid !important;
  border-color: #373636 !important;
}
.accumulated {
  font-style: italic;
  color: #b7b5b5;
}
.usercolumn,
.column {
  width: 190px;
  height: 25px;
  line-height: 25px;
  float: left;
  margin-right: 10px;
}
.column {
  height: 19px;
  line-height: 19px;
}
.column .fa {
  line-height: 16px;
}
.ind1 {
  text-indent: 8px;
}
.box,
.boxh {
  width: 25px;
  height: 12px;
  float: left;
  line-height: 12px;
  font-size: 10px;
  text-align: center;
}
.boxh {
  text-align: center;
}
.manualstripe {
  background-color: #f6f6f6;
}
.column175 {
  width: 175px;
  display: inline-flex;
  vertical-align: middle;
  line-height: 29px;
}
.column50 {
  width: 50px;
  display: inline-flex;
  margin: 3px -2px;
  vertical-align: middle;
}
.column23 {
  width: 23px;
  display: inline-flex;
  margin: 3px -2px;
  vertical-align: middle;
}
.nochrome {
  background: none;
  border: 0px;
  outline: 0px;
}
.bold {
  font-weight: 600;
}
.timeline-separator {
  height: 10px;
  -webkit-box-shadow: inset 1px 0 0 0 #e9e9e9;
  width: 23px;
  display: inline-block;
  margin: 0 -2px;
}
.timeline-separator-bold {
  height: 16px;
  -webkit-box-shadow: inset 1px 0 0 0 #b7b5b5;
  width: 23px;
  display: inline-block;
  margin: 0 -2px;
}
.tooltip-inner {
  max-width: 450px;
}
input.time {
  width: 3em;
  text-align: right;
}
.boxwithcorner {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  margin: 5px;
}
.boxwithcorner:after {
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 0px;
  display: block;
  border-top: 10px solid red;
  border-right: 10px solid transparent;
}
.boxwithcorner i {
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 9px;
}
.boxwithcorner > i.fa-pencil:not(.hidden) + input {
  cursor: text;
}
.weekDayHeader {
  height: 40px;
  text-align: center;
  background-color: #f6f6f6;
}
.totalHoursCalculated {
  height: 40px;
  background-color: #f6f6f6;
}
.totalHoursSpan {
  line-height: 40px;
}
.dayTotalHours,
.totalHours {
  text-align: center;
  font-weight: bold;
}
.big {
  font-size: 110%;
}
.horizontalRegisterView .weekDayHeader .today {
  background-color: #00bdbd;
  height: 100%;
}
.horizontalRegisterView .col-xs-5 {
  width: 32%;
  margin-left: 2.1%;
}
.horizontalRegisterView .col-xs-4 {
  width: 25.6%;
  margin-left: 2.1%;
}
.horizontalRegisterView .col-xs-1 {
  width: 6.4%;
  margin-left: 2.1%;
}
.horizontalRegisterView .totalHoursCalculated .today {
  background-color: #00bdbd;
}
.horizontalRegisterView input {
  margin: 0px;
}
.horizontalRegisterView .today {
  background-color: #00bdbd;
  height: 100%;
}
.saveStatus {
  padding: 4px;
  float: right;
}
.horizontalRegisterView .time {
  width: 49px;
}
.horizontalRegisterView .time.reload:read-only {
  background-color: #ffffff;
}
.horizontalRegisterView .commentIcon {
  position: absolute;
  width: 13px;
  right: -3px;
  top: 10px;
}
.row.project,
.row.project > .col-md-1,
.row.project > .col-md-4,
.row.weekDayHeader > .col-md-1,
row.weekDayHeader > .col-md-4 {
  height: 49px;
  line-height: 20px;
}
.horizontalRegisterView .projectname {
  margin: 4px;
}
.horizontalRegisterView .projectname small {
  color: #6a6969;
}
#paidFeatureModal .modal-body {
  min-height: 490px;
}
.splashscreen {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: #ffffff;
  outline: none;
  display: none;
}
.shortcut {
  background-color: #f6f6f6;
  border: 1px solid #272626;
  border-radius: 2px;
  padding: 2px;
  min-width: 12px;
  display: inline-block;
  text-align: center;
}
.listactions {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.listaction {
  background-color: #f6f6f6;
  border: 1px solid #e9e9e9;
}
.listitem,
.listaction {
  width: 50px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}
.listaction:hover {
  background-color: #c3c3c3;
}
.white,
.white:hover {
  color: #ffffff;
}
.profile {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 8px;
}
.profile-box {
  margin: 40px 12px 20px 12px;
}
.onoffswitch {
  position: relative;
  width: 40px;
  margin: 4px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  height: 10px;
  padding: 0;
  line-height: 10px;
  border: 0px solid #ffffff;
  border-radius: 20px;
  background-color: #b7b5b5;
}
.onoffswitch-label:before {
  content: "";
  display: block;
  width: 20px;
  margin: -5px;
  background: #b7b5b5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  border-radius: 20px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #00bdbd;
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #00bdbd;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
  background-color: #00bdbd;
}
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label,
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label:before {
  background-color: #bdffff;
}
.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label:before {
  background-color: #e9e9e9;
}
.alertbox {
  position: absolute;
  left: 190px;
  top: 10px;
}
.organizationpicker + .alertbox {
  top: 30px;
}
a:hover {
  cursor: pointer;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.9, 1.9);
    opacity: 0.0;
  }
}
.pulsate-alert {
  animation: pulsate 1s linear;
  animation-iteration-count: 5;
  opacity: 0.0;
}
.appheader {
  margin-bottom: 16px;
}
.modal .close {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #b7b5b5;
  color: #ffffff;
  opacity: 1.0;
  position: relative;
  top: -15px;
  right: -15px;
}
.modal .close .fa {
  vertical-align: top;
}
.controls-group {
  float: left;
  margin-right: 20px;
}
.table.table-nostriped,
.table.table-nostriped td {
  background-color: transparent !important;
}
.table.table-noborder tr,
.table.table-noborder td {
  border: 0;
}
td.text-right,
th.text-right,
table.dataTable tbody td.text-right {
  text-align: right;
}
.text-center,
td.text-center,
th.text-center {
  text-align: center;
}
.trophytoaster {
  width: 300px;
  position: fixed;
  left: 50%;
  z-index: 10001;
}
.trophytoaster h1 {
  font-size: 13px;
  font-weight: bold;
  line-height: inherit;
  margin-top: 4px;
}
img.trophy {
  display: inline-block;
  border-radius: 60px;
  padding: 0.5em 0.6em;
  background-color: #00bdbd;
}
#trophies div.trophypart {
  padding: 4px 8px;
  float: left;
}
#consentModal a {
  color: #00bdbd;
}
.organizationpicker {
  text-align: center;
}
.organizationpicker select {
  background-color: #272626;
  border: 0px;
  color: #ffffff;
  width: 90%;
  text-align-last: center;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.rolerow td {
  white-space: nowrap;
  text-align: center;
}
.rolerow input[type=text] {
  display: inline-block;
}
.reportheader {
  font-size: 16.25px;
}
table.dataTable {
  border: 0px;
}
table.dataTable.no-footer {
  border: 0px;
}
table.dataTable tbody td,
table.dataTable tfoot td {
  text-align: left;
  padding: 8px 8px;
  border: 0px;
  white-space: nowrap;
  vertical-align: middle;
}
table.dataTable thead th,
table.dataTable,
table.dataTable tfoot td {
  text-align: left;
  padding: 8px 0px;
  border-bottom: 0px;
}
input.search,
input.search:focus {
  border-radius: 10px;
}
div.selectablerow {
  height: 52px;
  line-height: 40px;
  padding: 2px 8px;
  margin: 2px;
}
div.selectablerow:hover {
  box-shadow: inset 0px 0px 2px rgba(55, 54, 54, 0.2);
  border-radius: 2px;
}
div.selectablerow.selected {
  box-shadow: inset 0px 0px 2px #00bdbd;
  border-radius: 2px;
}
div.selectablerowcheckbox {
  font-size: 1.5em;
  color: #00bdbd;
  line-height: 52px;
}
div.customerlevel,
div.projectlevel1,
div.projectlevel2 {
  background-color: #f6f6f6;
}
div.projectlevel1 {
  margin-left: 40px;
}
div.projectlevel2 {
  margin-left: 80px;
}
.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
}
.dataTables_wrapper input[type="search"] {
  border-radius: 8px;
}
i.pulse:before {
  content: '\f111';
}
.pulse {
  color: #FF0096;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(255, 0, 150, 0.4);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 150, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 150, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 150, 0);
  }
}
.hamstertime {
  white-space: nowrap;
}
.hamstertime > div {
  display: inline-flex;
  margin-left: 4px;
  overflow: hidden;
  text-overflow: clip;
  max-width: 0px;
  transition: max-width 0.2s;
}
div.inline-flex {
  display: inline-flex;
}
div.inline-flex > div:not(:first-of-type) {
  margin: 0px 10px;
}
ul.section {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.section li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #f6f6f6;
  height: 48px;
  line-height: 30px;
  margin: 8px 0px;
  padding: 19px;
  font-size: 1.2rem;
}
.coinspin {
  margin: auto;
  animation: rotateY 1s infinite linear;
}
@keyframes rotateY {
  to {
    transform: rotateY(360deg);
  }
}
.planinglead {
  font-size: 0.8rem;
  display: inline-block;
  color: #00bdbd;
  min-width: 20px;
}
.planingdeal {
  font-size: 0.8rem;
  display: inline-block;
  color: #FF0096;
  min-width: 20px;
}
.onlyprint {
  display: none;
}
#rolesSection .fieldsets {
  display: flex;
  flex-wrap: wrap;
}
#rolesSection .fieldsets fieldset {
  min-width: 30%;
  margin: 20px;
}
.bootbox-close-button {
  top: -30px !important;
  right: -30px !important;
}
section#payment_details #payment-form {
  padding: 4px;
  border: 1px solid #e9e9e9;
}
section#payment_details #card-element {
  height: 40px;
}
.introjs-tooltip {
  border-radius: 0px;
}
.introjs-button:focus {
  box-shadow: none;
  border: 0;
}
.introjs-skipbutton {
  position: absolute;
  top: 0px;
  right: 0px;
}
div.ms_signin_button {
  background-color: #202124;
  font-family: "Google Sans", arial, sans-serif;
  font-weight: 500;
  height: 32px;
  border-radius: 4px;
  margin-top: 4px;
}
button.ms_signin_button {
  background-color: #202124;
  font-family: "Google Sans", arial, sans-serif;
  font-weight: 500;
  height: 32px;
  border-radius: 4px;
  width: 100%;
  color: #e8eaed;
  letter-spacing: 0.25px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8px;
}
button.ms_signin_button span {
  display: flex;
  justify-content: center;
  align-items: center;
}
button.ms_signin_button span i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #ffffff;
  color: #202124;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.compresshide,
.rowhide {
  display: none !important;
}
@media print {
  html,
  body {
    background-color: #ffffff;
    background-image: none;
  }
  body {
    margin: 5mm 5mm 5mm 5mm;
  }
  .row.report.lineabove {
    border-top: 2px solid #000000;
  }
  .row div[class^="col"],
  .row div[class^="column"] {
    line-height: normal !important;
    height: 100%;
  }
  #grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  #mainmenu {
    display: none;
  }
  #content {
    grid-row: 1;
    grid-column: 1;
    padding: 0 15px;
  }
  h3 {
    display: none;
  }
  .reportform {
    display: none;
  }
  .text-right {
    text-align: right;
  }
  .well {
    border: 0px;
    box-shadow: none;
  }
  hr {
    display: none;
  }
  div {
    border: 0px;
  }
  iframe {
    display: none;
  }
}
