﻿@import "jquery-ui.css";
@import "jquery-ui.structure.css";
@import "jquery-ui.theme.css";
@import "bootstrap-icons.css";
@import "icons/tabler-icons-outline.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Variable and mixin definitions (no concrete styles here) */
/* KEYFRAMES */
@keyframes fadeout {
  0% {
    background-color: #C9F76E;
  }
  100% {
    background-color: #FFF;
  }
}
/* Firefox */
@-moz-keyframes fadeout {
  0% {
    background-color: #C9F76E;
  }
  100% {
    background-color: #FFF;
  }
}
/* Safari and Chrome */
@-webkit-keyframes fadeout {
  0% {
    background-color: #C9F76E;
  }
  100% {
    background-color: #FFF;
  }
}
/* Reusable layout components */
html {
  min-height: 100%;
}
body {
  background: #045A6C url(img/background.jpg) center top no-repeat;
  background: linear-gradient(#59b6bd, #04596d);
  background-size: cover;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #333333;
  overflow-y: scroll;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  font-size: 12px;
}
a {
  color: #1C7090;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  /*color: @white;*/
  font-size: 30px;
  margin: 0 0 20px;
}
h2 {
  font-weight: 300;
  font-size: 24px;
}
.time em {
  color: #C9F76E;
}
textarea {
  height: 38px;
  vertical-align: middle;
}
#installation-header {
  height: 60px;
  position: relative;
  background: #FFF;
  line-height: 60px;
  vertical-align: middle;
  padding: 0 30px;
}
#installation-header img {
  max-height: 38px;
  vertical-align: middle;
}
#installation-header .name {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
#installation-header .tasmaheading {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
#installation-header .tasma-logo {
  float: right;
}
#installation-header .user-info {
  margin: 0 0 0 20px;
  float: right;
}
#installation-header .user-info a {
  text-decoration: underline;
}
#quick-bar {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  z-index: 25;
}
#quick-bar nav {
  background: #1C7090;
  padding: 0 25px;
}
#quick-bar nav a,
#quick-bar nav span {
  display: block;
  color: #FFF;
  padding: 10px 10px;
  vertical-align: middle;
}
#quick-bar nav span {
  cursor: default;
}
#quick-bar nav ul {
  max-width: 1300px;
  margin: 0 auto;
  zoom: 1;
}
#quick-bar nav ul:before {
  content: '';
  display: block;
}
#quick-bar nav ul:after {
  content: '';
  display: table;
  clear: both;
}
#quick-bar nav ul li {
  float: left;
  position: relative;
}
#quick-bar nav ul li:hover > a,
#quick-bar nav ul li a:hover,
#quick-bar nav ul li:hover > span,
#quick-bar nav ul li span:hover {
  text-decoration: none;
  background: #000;
  color: #FFF;
}
#quick-bar nav ul li a.dashboard-nav-link:hover > span:hover {
  cursor: pointer;
  background: none;
}
#quick-bar nav ul li ul {
  display: none;
  text-transform: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  padding: 0 2px 2px 2px;
  white-space: nowrap;
  min-width: 170px;
}
#quick-bar nav ul li ul li {
  float: none;
  margin: 0;
}
#quick-bar nav ul li ul li a:hover {
  background: #FFF;
  color: #000;
}
#quick-bar nav ul li:hover ul {
  display: block;
}
.quick-bar-fixed #quick-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}
.main {
  max-width: 1300px;
  margin: 20px auto;
  min-height: 450px;
  box-sizing: border-box;
}
/* GENERAL PAGE */
.main.wide-page {
  background: #FFF;
  padding: 10px 30px 15px 30px;
}
.main.wide-page .header {
  color: white;
  font-size: 2em;
  font-weight: 300;
  line-height: 52px;
  margin: -10px -30px 30px -30px;
}
.main.wide-page .header .main-heading {
  background-color: #E64525;
  float: left;
  min-width: 220px;
  padding-left: 30px;
  padding-right: 20px;
  line-height: inherit;
  text-align: left;
  margin-right: 20px;
}
.main.wide-page .header .main-heading:after {
  float: right;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #E64525;
  margin-top: 20px;
  margin-right: -27px;
  content: "";
}
.main.wide-page .header .sub-heading {
  background-color: #111111;
}
.main.wide-page.reports {
  max-width: unset;
  margin: 40px;
}
.button-text-decoration {
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
}
.button-text-decoration:hover {
  text-decoration: none;
}
.autocomplete-button {
  text-indent: -9999px;
  width: 40px;
  height: 100%;
  border: 0 !important;
  background-size: 20px, auto, auto !important;
  padding: 0 !important;
}
.am-autocomplete-menu li a:hover {
  background: #1C7090;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}
/* OVERLAY */
#overlays .overlay {
  z-index: 26;
  position: fixed;
  left: 30%;
  right: 30%;
  top: 30px;
  width: auto;
  min-width: 300px;
  box-sizing: border-box;
  /*margin-left: -250px;*/
  background: #FFF;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 720px) {
  #overlays .overlay {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    margin: 0;
  }
}
#overlays .overlay h2 {
  font-size: 12px;
  font-weight: 300;
  font-family: inherit;
  font-style: inherit;
  background: #000;
  padding: 8px 15px;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 720px) {
  #overlays .overlay h2 {
    padding: 14px 10px;
  }
}
#overlays .overlay h2 .close-overlay {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #FFF;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 720px) {
  #overlays .overlay h2 .close-overlay {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    /*font-size: x-large;*/
  }
}
#overlays .overlay h2 .close-overlay:hover {
  text-decoration: none;
}
#overlays .overlay .overlay-content {
  font-size: 12px;
  font-weight: 400;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  overflow-y: scroll;
  min-height: 150px;
  padding: 20px 15px;
}
#overlays .overlay .overlay-content input,
#overlays .overlay .overlay-content textarea {
  resize: none;
}
#overlays .overlay footer {
  background: #EFEFEF;
  margin: 4px;
  padding: 8px 10px;
  zoom: 1;
}
@media screen and (max-width: 720px) {
  #overlays .overlay footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
#overlays .overlay footer:before {
  content: '';
  display: block;
}
#overlays .overlay footer:after {
  content: '';
  display: table;
  clear: both;
}
#overlays .overlay footer .primary {
  display: block;
  float: left;
}
#overlays .overlay footer .secondary {
  margin: 0 0 0 15px;
  display: block;
  float: right;
}
@media screen and (max-width: 720px) {
  #overlays .overlay footer .secondary {
    width: 48%;
    margin-left: 3px;
    white-space: nowrap;
  }
}
.quick-bar-fixed #overlays .overlay {
  position: fixed;
  top: 66px;
}
@media screen and (max-width: 720px) {
  .quick-bar-fixed #overlays .overlay {
    top: 0px;
  }
}
#overlay-shader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #53B1B9;
  opacity: 0.7;
  z-index: 25;
  display: none;
}
.overlay-open #overlay-shader,
.overlay-open #overlays .overlay {
  display: block;
}
#mobile-toolbar {
  display: none;
}
/* TABLE */
table.table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  /*margin: 1em 1em;*/
  min-width: 300px;
}
.fixed-table table.table {
  table-layout: fixed;
}
table.table td {
  display: block;
}
@media screen and (max-width: 720px) {
  table.table td {
    border-top: none !important;
  }
}
@media screen and (max-width: 720px) {
  table.table td:first-child {
    border-left: none !important;
  }
}
@media screen and (max-width: 720px) {
  table.table td:last-child {
    border-right: none !important;
    border-bottom: none !important;
  }
}
table.table td:before {
  content: attr(data-th) ": ";
  width: 12em;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
}
@media (min-width: 720px) {
  table.table td:before {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  table.table tr:nth-child(odd) {
    background-color: #EEE;
  }
  table.table tr:last-child td {
    border-bottom: none !important;
  }
  table.table tr td:last-child {
    border-bottom: 1px solid #EEE !important;
  }
}
table.table .sub-row {
  display: none;
}
table.table .sub-row.active {
  display: table-row;
}
table.table .expand-column {
  width: 1em;
}
table.table .expand-column .expand-row {
  text-decoration: none;
}
table.table .expand-column .expand-row:after {
  color: #111111;
  content: "\ea0c";
  font-family: 'icons' !important;
}
table.table .expand-column .expand-row.active:after {
  content: "\ea0d";
}
table.table th {
  display: none;
}
table.table caption {
  text-align: left;
  padding: 8px;
  background: #E64525;
  color: #FFF;
  margin-bottom: 8px;
}
table.table caption th {
  background-color: #E64525;
  height: 30px;
}
table.table caption a {
  color: #FFF;
  cursor: pointer;
}
table.table th,
table.table td {
  /*text-align: left;*/
  /*margin: .5em 1em;*/
  text-align: left;
  padding: 10px 8px;
}
table.table th.flex,
table.table td.flex {
  width: 100%;
}
table.table th .deadline-overdue,
table.table td .deadline-overdue {
  color: red;
}
@media (min-width: 720px) {
  table.table th,
  table.table td {
    display: table-cell;
  }
}
table.table tr.verified td {
  background-color: #FFB;
}
table.table tr.billed td {
  background-color: #BFB;
}
table.table td.warning {
  font-weight: bold;
  color: red;
}
table.table colgroup col {
  /*&._3 {
            width: 3%;
        }

        &._5 {
            width: 5%;
        }

        &._7 {
            width: 7%;
        }

        &._10 {
            width: 10%;
        }

        &._15 {
            width: 15%;
        }

        &._20 {
            width: 20%;
        }

        &._25 {
            width: 25%;
        }

        &._30 {
            width: 30%;
        }

        &._35 {
            width: 35%;
        }

        &._40 {
            width: 40%;
        }*/
}
table.table thead tr th {
  font-weight: bold;
  color: #111111;
  font-size: 1em;
  background-color: #EEE;
  vertical-align: middle;
}
table.table thead tr th:first-child {
  border-top-left-radius: 3px;
}
table.table thead tr th:last-child {
  border-top-right-radius: 3px;
}
table.table tbody tr td {
  font-size: 12px;
  font-weight: 400;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  word-wrap: break-word;
  vertical-align: middle;
  border-top: 1px solid #EEE;
}
table.table tbody tr td div.hasmenu {
  text-align: left;
}
table.table tbody tr td div.hasmenu:before {
  font-family: 'icons';
  content: "\e908";
  font-size: 20px;
  color: #333;
}
table.table tbody tr td div.hasmenu:hover {
  cursor: pointer;
}
table.table tbody tr td div.hasmenu:hover:before {
  color: #E64525;
}
table.table tbody tr td:first-child {
  padding-left: 8px;
  border-left: 1px solid #EEE;
}
table.table tbody tr td:last-child {
  border-right: 1px solid #EEE;
}
table.table tbody tr:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
table.table tbody tr:first-child td {
  border-top: 1px solid #EEE;
}
table.table tbody tr:first-child td:first-child {
  border-top-left-radius: 2px;
}
table.table tbody tr:first-child td:last-child {
  border-top-right-radius: 2px;
}
table.table tbody tr:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
table.table tbody tr:last-child td {
  border-bottom: 1px solid #EEE;
}
table.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 2px;
}
table.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 2px;
}
table.table tbody input {
  border: 1px solid #EEE;
}
table.table tfoot tr td {
  font-size: 12px;
  font-weight: 400;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  word-wrap: break-word;
  vertical-align: middle;
  background: #FAFAFA;
  border-top: 2px solid #EEE;
  border-bottom: 2px solid #EEE;
}
table.table tfoot tr td:first-child {
  padding-left: 8px;
  border-left: 1px solid #EEE;
}
table.table tfoot tr td:last-child {
  border-right: 1px solid #EEE;
}
table.table .sub-container table {
  width: 100%;
}
table.table .sub-container table tr:first-child td {
  background: #FAFAFA;
}
@media screen and (max-width: 720px) {
  table.table colgroup {
    display: none;
  }
}
/* TABS */
.tabs {
  overflow: hidden;
  border-bottom: 2px solid #666;
}
.tabs li {
  float: left;
  margin-right: 8px;
  border: 1px solid #666;
  border-bottom: none;
}
.tabs li a {
  display: block;
  color: #666;
  padding: 5px 8px;
}
.tabs li.ui-state-active {
  background: #666;
}
.tabs li.ui-state-active a {
  color: #FFF;
  cursor: default;
}
.tabs li.ui-state-active a:hover {
  text-decoration: none;
}
/* BUTTONS */
.button-for-saving,
.button-for-cancel {
  background: #67ab0e;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#85d222) center center no-repeat, to(#67ab0e)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #85d222, #67ab0e) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #85d222, #67ab0e) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #85d222, #67ab0e) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #85d222, #67ab0e) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #85d222, #67ab0e) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 720px) {
  .button-for-saving,
  .button-for-cancel {
    margin-top: 32px;
    width: 100%;
  }
}
.button-for-saving:hover,
.button-for-cancel:hover {
  text-decoration: none;
}
.button-for-saving:hover,
.button-for-cancel:hover {
  text-decoration: none;
}
.button-for-cancel {
  background: red;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#E64525) center center no-repeat, to(red)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #E64525, red) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #E64525, red) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #E64525, red) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #E64525, red) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #E64525, red) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
}
.button-for-cancel:hover {
  text-decoration: none;
}
.toggle-buttons {
  float: right;
  margin-top: 10px;
}
.toggle-buttons a {
  display: inline-block;
  float: left;
  margin-right: 5px;
  text-indent: -9999px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40px;
  height: 40px;
  background-size: 22px, auto, auto;
}
.toggle-buttons a.uncheck-all {
  background: #E64525;
  background: url("img/icons/icon_cancel_white.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_cancel_white.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#BB2C0E) center center no-repeat, to(#E64525)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_cancel_white.png") center center no-repeat, -webkit-linear-gradient(top, #BB2C0E, #E64525) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_cancel_white.png") center center no-repeat, -moz-linear-gradient(top, #BB2C0E, #E64525) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_cancel_white.png") center center no-repeat, -ms-linear-gradient(top, #BB2C0E, #E64525) !important;
  /* IE10 */
  background: url("img/icons/icon_cancel_white.png") center center no-repeat, -o-linear-gradient(top, #BB2C0E, #E64525) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_cancel_white.png") center center no-repeat, linear-gradient(top, #BB2C0E, #E64525) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  border: none;
}
.toggle-buttons a.uncheck-all:hover {
  cursor: pointer;
}
.toggle-buttons a.check-all {
  background: #E64525;
  background: url("img/icons/icon_check_white.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#85d222) center center no-repeat, to(#67ab0e)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -webkit-linear-gradient(top, #85d222, #67ab0e) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -moz-linear-gradient(top, #85d222, #67ab0e) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -ms-linear-gradient(top, #85d222, #67ab0e) !important;
  /* IE10 */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -o-linear-gradient(top, #85d222, #67ab0e) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, linear-gradient(top, #85d222, #67ab0e) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  border: none;
}
.toggle-buttons a.check-all:hover {
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  .toggle-buttons {
    width: 100%;
    text-align: right;
    zoom: 1;
  }
  .toggle-buttons:before {
    content: '';
    display: block;
  }
  .toggle-buttons:after {
    content: '';
    display: table;
    clear: both;
  }
  .toggle-buttons a {
    float: none;
  }
}
.datepicker-icon {
  display: inline-block;
  background: #111111;
  background: url("img/icons/icon_calendar.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_calendar.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_calendar.png") center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_calendar.png") center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_calendar.png") center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: url("img/icons/icon_calendar.png") center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_calendar.png") center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  border: none;
  width: 50px;
  height: 50px;
  background-size: 25px, auto, auto ;
}
.datepicker-icon:hover {
  cursor: pointer;
}
.datepicker-icon-large {
  display: inline-block;
  background: #111111;
  background: url("img/icons/icon_calendar.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_calendar.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_calendar.png") center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_calendar.png") center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_calendar.png") center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: url("img/icons/icon_calendar.png") center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_calendar.png") center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  border: none;
  width: 40px;
  height: 40px;
  background-size: 24px, auto, auto ;
}
.datepicker-icon-large:hover {
  cursor: pointer;
}
.all-items-btn {
  background: #111111;
  background: url("img/icons/icon_list.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_list.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_list.png") center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_list.png") center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_list.png") center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: url("img/icons/icon_list.png") center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_list.png") center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  border-radius: 2px;
  border: none;
  text-indent: -9999px;
  width: 40px;
  height: 100%;
  border: 0 !important;
  background-size: 20px, auto, auto !important;
  padding: 0 !important;
}
.all-items-btn:hover {
  cursor: pointer;
}
.my-items-btn {
  background: #111111;
  background: url("img/icons/icon_my_list.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_my_list.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_my_list.png") center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_my_list.png") center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_my_list.png") center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: url("img/icons/icon_my_list.png") center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_my_list.png") center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  border-radius: 2px;
  border: none;
  text-indent: -9999px;
  width: 40px;
  height: 100%;
  border: 0 !important;
  background-size: 20px, auto, auto !important;
  padding: 0 !important;
}
.my-items-btn:hover {
  cursor: pointer;
}
.create-new-wrapper {
  position: relative;
  display: block;
  height: 64px;
  margin-left: 60%;
}
@media screen and (max-width: 720px) {
  .create-new-wrapper {
    margin-left: 0px;
    float: right;
    max-width: 35%;
  }
}
.create-new-wrapper .create-new {
  /*position: absolute;*/
  /*right: 0;*/
  float: right;
  padding: 0 15px 0 40px;
  font-weight: bold;
  background: #1C7090;
  background: url("img/icons/icon_plus_white.png") 5% center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_plus_white.png") 5% center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#1C7090) 5% center no-repeat, to(#04445D)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_plus_white.png") 5% center no-repeat, -webkit-linear-gradient(top, #1C7090, #04445D) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_plus_white.png") 5% center no-repeat, -moz-linear-gradient(top, #1C7090, #04445D) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_plus_white.png") 5% center no-repeat, -ms-linear-gradient(top, #1C7090, #04445D) !important;
  /* IE10 */
  background: url("img/icons/icon_plus_white.png") 5% center no-repeat, -o-linear-gradient(top, #1C7090, #04445D) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_plus_white.png") 5% center no-repeat, linear-gradient(top, #1C7090, #04445D) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
  width: auto;
}
.create-new-wrapper .create-new:hover {
  cursor: pointer;
}
.create-new-wrapper .create-new:hover {
  text-decoration: none;
}
@media screen and (max-width: 720px) {
  .create-new-wrapper .create-new {
    /*width: 25%;*/
  }
}
/* MESSAGES TO USER -> _MessagesToUser.cshtml */
.message-wrapper {
  width: 50%;
  margin: 5px auto 5px auto;
}
.message-wrapper .content {
  padding: 5px 0 5px 50px;
  font-weight: bold;
}
.message-wrapper .content.success {
  background: url("img/green_tick.png") no-repeat scroll 12px 50% #eeeeee;
  border: 2px solid #2A2;
}
.message-wrapper .content.notice {
  background: url("img/alert-icon-yellow.png") no-repeat scroll 12px 50% #eeeeee;
  border: 2px solid #f5c916;
}
.message-wrapper .content.conflict,
.message-wrapper .content.alert,
.message-wrapper .content.warning,
.message-wrapper .content.error {
  background: url("img/alert-icon.png") no-repeat scroll 12px 50% #eeeeee;
  border: 2px solid red;
}
@media screen and (max-width: 720px) {
  .message-wrapper {
    width: 90%;
  }
}
.ajax-loader {
  display: none;
}
.ajax-loader-fullscreen {
  position: fixed;
  z-index: 100;
  background-image: url(img/ajax-loader-larger.gif);
  background-color: #cccccc;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.ajax-loader-inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: url(img/ajax-loader-larger.gif) center no-repeat;
  background-size: contain;
}
.ui-menu-item {
  cursor: pointer;
}
.user-allocations table {
  margin: 30px auto;
}
.user-allocations table th,
.user-allocations table td {
  text-align: left;
  padding: 4px 2px;
}
.user-allocations table thead td,
.user-allocations table thead th,
.user-allocations table tfoot th,
.user-allocations table tfoot td {
  font-weight: bold;
}
.user-allocations table thead th {
  text-align: center;
}
.user-allocations table .project-name {
  max-width: 200px;
  vertical-align: top;
  padding: 4px 10px;
}
.user-allocations table .project-name .text-muted {
  display: block;
}
.user-allocations table input {
  width: 5em;
}
.user-allocations table tfoot td {
  padding-left: 10px;
}
.user-allocations table tbody tr:nth-child(odd) td,
.user-allocations table tbody tr:nth-child(odd) th {
  background: #f0f0f0;
}
.user-allocations input.saving {
  background: #ff8;
}
.user-allocations input.validation-error {
  background: #f88;
}
.project-allocations .added,
.project-allocations .added .am-item {
  background: #ff8 !important;
}
.project-allocations .validation-error {
  background: #E64525;
}
/* FORM */
input[type=text],
input[type=password],
input[type=number],
textarea,
select {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  font-family: inherit;
  font-size: 16px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline: none !important;
  border-color: #CCC;
}
input[type=text][readonly="readonly"],
input[type=password][readonly="readonly"],
input[type=number][readonly="readonly"],
textarea[readonly="readonly"],
select[readonly="readonly"] {
  background-color: #dddddd;
}
select {
  width: auto;
  padding: 8px;
  border-color: #cccccc;
}
input[type=number] {
  max-width: 100px;
}
.am-autocomplete {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  border-bottom: solid 1px #1C7090;
  position: relative;
  transition: border-color ease-in-out 0.3s;
}
.am-autocomplete:before,
.am-autocomplete:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  border-left: solid 1px #1C7090;
}
.am-autocomplete:after {
  left: auto;
  right: 0;
}
.am-autocomplete.focus {
  border-color: #111111;
}
.am-autocomplete.focus:before,
.am-autocomplete.focus:after {
  border-color: #111111;
}
.am-autocomplete.am-has-items {
  border-color: #67ab0e;
}
.am-autocomplete.am-has-items:before,
.am-autocomplete.am-has-items:after {
  border-color: #67ab0e;
}
.am-autocomplete .autocomplete-div {
  border: 0;
}
.am-autocomplete.am-has-buttons {
  border-radius: 2px !important;
}
.am-autocomplete .ui-autocomplete-input[type="text"] {
  border: none;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 300;
}
.am-autocomplete .am-item {
  line-height: 34px;
  max-height: 40px;
  font-size: 16px;
  padding-left: 15px;
  margin: 0 1px;
  color: #111111;
  background: #FFF;
  border: none;
  white-space: normal;
  -ms-word-break: break-all;
  word-break: break-all;
  position: relative;
  border-radius: 0;
}
.am-autocomplete .am-item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #67ab0e;
  position: absolute;
  left: -8px;
  bottom: -4px;
  transform: rotate(45deg);
}
.am-autocomplete .am-button {
  float: right;
  height: 40px !important;
  line-height: 34px !important;
  margin: 0 -1px 0 0 !important;
  border-radius: 2px !important;
}
.am-autocomplete .am-remove {
  background: none;
  font-size: 0;
  line-height: 38px;
  border: none;
  right: 5px;
}
.am-autocomplete .am-remove:hover {
  background: none;
}
.am-autocomplete .am-remove:hover:before {
  color: #E64525;
}
.am-autocomplete .am-remove:before {
  content: "\e90b";
  font-size: 16px;
  font-family: "icons";
}
.am-autocomplete.am-multi {
  display: block;
  height: auto !important;
}
.am-autocomplete.am-multi .am-item {
  display: block !important;
  width: auto !important;
}
.am-autocomplete.am-multi .am-button {
  height: 30px;
}
.am-autocomplete-menu {
  min-width: 400px;
  max-width: 100vw;
  border: none;
  background: none;
  padding: 1px 0 0;
}
.am-autocomplete-menu li {
  border: solid 1px #1C7090;
  margin: -1px 0 0;
}
.am-autocomplete-menu li.ui-state-focus a {
  color: #FFF;
  background: #1C7090;
}
.am-autocomplete-menu a {
  color: #111111;
  background: #FFF;
  padding: 8px 15px;
}
.am-autocomplete-menu a div {
  padding-left: 20px;
}
.am-autocomplete-menu a div.closed {
  background: url('img/closed_project_16px.gif') left center no-repeat;
}
.am-autocomplete-menu a div.task {
  background: url('img/icons/icon_swtask.png') left center no-repeat;
}
.am-autocomplete-menu a div.project {
  background: url('img/icons/icon_swproject.png') left center no-repeat;
}
.am-autocomplete-menu a div.opportunity {
  /* TODO: Opportunity requires an icon. */
  background: url('img/icons/task-type-9.png') left center no-repeat;
}
@media screen and (max-width: 400px) {
  .am-autocomplete-menu {
    min-width: 0;
  }
}
.ui-tabs {
  border: none;
  font-size: inherit;
  font-family: inherit;
}
.ui-tabs .ui-tabs-nav {
  border: none;
  background: none;
  padding: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0.5em;
}
.ui-tabs .ui-tabs-panel {
  padding: 0;
}
.form.one-row > .field {
  width: 50%;
}
.form .caption {
  clear: both;
  background-color: #E64525;
  color: #FFF;
  padding: 5px;
  margin: 10px 0 10px 0;
}
.form .primary-col,
.form .secondary-col {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form .primary-col {
  float: left;
  padding-right: 12px;
}
.form .secondary-col {
  float: right;
  clear: right;
  padding-left: 13px;
}
.form .field {
  margin-bottom: 25px;
  overflow: hidden;
  zoom: 1;
}
.form .field:before {
  content: '';
  display: block;
}
.form .field:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 720px) {
  .form .field {
    margin-bottom: 16px;
  }
}
.form .field .label {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 6px;
  display: block;
}
.field-validation-error {
  height: 20px;
  line-height: 20px;
  display: block;
  background: none repeat scroll 0% 0% #ffffbb;
  position: absolute;
  color: red;
  padding: 1px 6px;
  border: 1px solid #d5a13d;
  font-weight: bold;
}
.error,
.success,
.validation-summary-errors {
  padding: 10px;
  margin-bottom: 10px;
}
.error,
.validation-summary-errors {
  background: #FFB;
  border: 1px solid #AA2;
}
.validation-summary-valid {
  display: none;
}
.validation-summary-errors span {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
/* FORM FILTERS  */
.search-container {
  margin-bottom: 30px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.search-container > div {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  /*width: 560px;*/
  clear: both;
  font-weight: 300;
}
.search-container > div.checkbox {
  /*width: 500px;*/
  margin: 0 auto;
}
.search-container > div.checkbox > div {
  display: inline-block;
}
.search-container > div.checkbox .search-field-label {
  float: left;
  margin: 0;
  font-size: 18px;
}
.search-container > div.checkbox .verified-checkbox {
  float: left;
}
.search-container > div .label {
  font-size: 14px;
  text-transform: uppercase;
  /*padding-left: 30px;*/
  margin: 6px 0 10px;
}
.search-container > div select,
.search-container > div textarea {
  width: 100%;
}
.search-container > div .autocomplete-div,
.search-container > div .select-div,
.search-container > div .textarea-div {
  margin: 0 0 35px;
  /*input {
                border: 0;
                height: 40px;

            }

            .select-item {
                border-radius: 2px;

                input {
                    border-radius: 2px;
                }
            }*/
}
.search-container > div.dates .dates-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 75px;
  line-height: 75px;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.search-container > div.dates .dates-wrapper.single-date {
  border: 0;
}
.search-container > div.dates .dates-wrapper #startDate {
  margin-left: 36px;
  margin-right: 8px;
}
.search-container > div.dates .dates-wrapper #endDate {
  margin-left: 0;
  margin-right: 8px;
}
.search-container > div.dates .dates-wrapper .date-textbox {
  display: inline-block;
  width: 140px;
  height: 40px;
  margin: 10px;
  padding: 0;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 15px;
  vertical-align: middle;
}
.search-container > div.dates .dates-wrapper .datepicker-icon-large {
  vertical-align: middle;
}
.search-container > div.dates .dates-wrapper .timeperiod-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('img/icons/icon_minus.png') center center no-repeat;
  background-size: 20px 20px;
  vertical-align: middle;
}
.search-container > div.submit {
  margin-bottom: 64px;
}
.search-container > div.submit > input {
  width: 92px;
  /*margin-left: 440px;*/
  float: right;
  border: none;
  cursor: pointer;
}
.search-container > div.submit > input:not(.button-for-saving) {
  background: #111111;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
}
.search-container > div.submit > input:not(.button-for-saving):hover {
  text-decoration: none;
}
.check-box-wrapper input[type=checkbox] {
  display: none;
}
.check-box-wrapper input[type=checkbox] ~ label {
  text-indent: -9999px;
  background: #FFF;
  border: 1px solid #cccccc;
  border-radius: 2px;
  height: 30px;
  width: 30px;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.check-box-wrapper input[type=checkbox]:checked ~ label {
  background: #E64525;
  background: url('img/icons/icon_check_white.png') center center no-repeat !important;
  /* fallback */
  background: url('img/icons/icon_check_white.png') center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#E64525) center center no-repeat, to(#BB2C0E)) !important;
  /* Saf4+, Chrome */
  background: url('img/icons/icon_check_white.png') center center no-repeat, -webkit-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url('img/icons/icon_check_white.png') center center no-repeat, -moz-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* FF3.6+ */
  background: url('img/icons/icon_check_white.png') center center no-repeat, -ms-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* IE10 */
  background: url('img/icons/icon_check_white.png') center center no-repeat, -o-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Opera 11.10+ */
  background: url('img/icons/icon_check_white.png') center center no-repeat, linear-gradient(top, #E64525, #BB2C0E) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  border: none;
  border: 1px solid #FFF;
  height: 30px;
  width: 30px;
  display: inline-block;
  padding: 0;
}
.check-box-wrapper input[type=checkbox]:checked ~ label:hover {
  cursor: pointer;
}
/* TIMERS */
#timers {
  position: absolute;
  left: 50%;
  top: 76px;
  width: 350px;
  margin-left: -300px/2;
  background: rgba(0, 0, 0, 0.9);
  padding: 12px;
  z-index: 25;
  box-sizing: border-box;
  display: none;
  color: #FFF;
}
#timers header {
  height: 50px;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
}
#timers header ul {
  text-align: center;
}
#timers header ul li {
  display: inline-block;
  width: 23%;
}
#timers header ul li a {
  display: block;
  padding: 35px 0 2px 0;
  color: #FFF;
  font-size: 0.8em;
  background: rgba(255, 255, 255, 0.1);
}
#timers .current-timer {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #FFF;
}
#timers .current-timer .time {
  display: block;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 20px;
}
#timers .current-timer .time h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}
#timers .current-timer footer {
  text-align: center;
  font-size: 0.9em;
  padding-top: 10px;
}
#timers .current-timer footer br {
  display: none;
}
#timers .quick-bar-fixed #timers {
  position: fixed;
  top: 26px;
}
#timers .timers-open #timers {
  display: block;
}
.calendar {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 25px;
  right: 25px;
  overflow: hidden;
}
.calendar .loading {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 15px 0 0;
  display: none;
}
.calendar .loading.active {
  display: block;
}
.calendar .filters {
  background: #FAFAFA;
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 300px 0 0;
}
.calendar .filters .filter-link {
  background: #EAEAEA;
  color: #231f20;
  padding: 8px 15px;
  margin: 0 0 0 5px;
  border-radius: 3px;
}
.calendar .filters .filter-link.current {
  background: #1C7090;
  color: #FFF;
}
.calendar .filters .teams,
.calendar .filters .types {
  float: left;
}
.calendar .filters .types,
.calendar .filters .user-filter {
  border-left: solid 1px #CCC;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
}
.calendar .filters .user-filter {
  float: left;
}
.calendar .calendar-view {
  background: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  bottom: 15px;
}
/* ddSlick override */
.dd-slick .dd-select {
  height: 40px;
  cursor: pointer;
  font-size: 0;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 720px) {
  .dd-slick .dd-select {
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  .dd-slick .dd-selected-text {
    /*display: none;*/
    margin-left: 6px;
  }
}
.dd-slick .dd-selected-image {
  vertical-align: middle;
  float: left;
  max-width: 60px;
  padding-top: 11px;
  padding-left: 10px;
}
.dd-slick .dd-pointer {
  /*float: right;*/
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 40px;
  background: url('img/icons/icon_arrow_down.png') no-repeat center #eeeeee;
  background-size: 12px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.dd-slick .dd-options {
  border-top: none;
  list-style: none;
  box-shadow: 1px 1px 4px #111111;
  display: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0;
  background: #eeeeee;
  overflow: auto;
}
.dd-slick .dd-option {
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: left;
  padding: 10px;
  display: block;
  border-bottom: solid 1px #dddddd;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
.dd-slick .dd-option-selected {
  background: #FFF;
}
.dd-slick .dd-option:hover {
  background: #FFF;
  color: #111111;
}
@media only screen and (max-width: 720px) {
  body {
    background: #fff;
    min-width: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
  }
  .tasma-logo {
    display: none;
  }
  .main {
    margin: 0;
    padding: 0 10px;
  }
  /* FORM */
  input[type=text],
  input[type=password],
  input[type=number] {
    padding: 8px 4px;
    border: 1px solid #888;
    border-radius: 2px;
  }
  /* Fix for Avenla MVC forced styling. */
  input.ui-autocomplete-input {
    width: inherit !important;
  }
  select,
  button {
    padding: 10px 15px;
    border: 1px solid #888;
    border-radius: 2px;
    background: -webkit-linear-gradient(top, #EEE 0, #CCC 100%);
  }
  #site-navigation {
    height: auto;
  }
  #site-navigation ul li {
    display: inline-block;
  }
  #site-navigation > label {
    display: none;
  }
  #site-navigation #main-menu {
    display: block;
  }
  #quick-bar {
    max-height: 0;
    height: auto;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
  }
  .menu-active #quick-bar {
    max-height: 2000px;
  }
  #quick-bar-holder {
    display: none;
  }
  .menu-active #quick-bar-holder {
    display: block;
  }
  #installation-header {
    padding: 10px;
  }
  #installation-header .user-info {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    float: none;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
  }
  .menu-active #installation-header .user-info {
    opacity: 1;
  }
  #installation-header img {
    display: block;
    margin: 0 auto;
    max-height: 32px;
  }
  #installation-header .name {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    height: 30px;
  }
  #installation-header .button-text-decoration {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 32px;
    color: #FFF;
  }
  #installation-header .mobile-menu {
    display: block;
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
    height: 34px;
  }
  #installation-header .mobile-menu a {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
  }
  #installation-header .mobile-menu a:hover {
    text-decoration: none;
  }
  .table th {
    height: 40px;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden;
  }
  .table td {
    /*text-overflow: ellipsis !important;*/
    /*white-space: nowrap !important;*/
  }
  .dashboard > .column1,
  .main.dashboard > .column1 {
    padding: 0;
  }
  .dashboard #partial_1,
  .main.dashboard #partial_1 {
    padding: 0px 3px 0px 3px;
  }
  .dashboard .column1,
  .main.dashboard .column1 {
    border-radius: 3px;
  }
  .dashboard .hour-editor-partial #form0 .insert .project-name,
  .main.dashboard .hour-editor-partial #form0 .insert .project-name {
    width: 100% !important;
    float: inherit;
    margin-right: 0px !important;
    margin-bottom: 3px;
  }
  .dashboard .hour-editor-partial #form0 .insert .description,
  .main.dashboard .hour-editor-partial #form0 .insert .description {
    width: 100% !important;
    float: inherit;
    margin-right: 0px !important;
    margin-bottom: 3px;
  }
  .dashboard .hour-editor-partial #form0 .insert .description textarea,
  .main.dashboard .hour-editor-partial #form0 .insert .description textarea {
    height: 64px;
  }
  .dashboard .hour-editor-partial #form0 .insert .amount-unit-wrapper,
  .main.dashboard .hour-editor-partial #form0 .insert .amount-unit-wrapper {
    width: 100% !important;
    float: inherit;
    margin-right: 0px !important;
    margin-bottom: 3px;
  }
  .dashboard .hour-editor-partial #form0 .insert .submit,
  .main.dashboard .hour-editor-partial #form0 .insert .submit {
    width: 100% !important;
  }
  .dashboard .hour-editor-partial #form0 .insert .submit input,
  .main.dashboard .hour-editor-partial #form0 .insert .submit input {
    width: 100% !important;
  }
  .dashboard > section,
  .main.dashboard > section {
    /*overflow: hidden;*/
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  .dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .project-nam .project-name,
  .main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .project-nam .project-name {
    width: 100%;
  }
  .success-messages,
  .conflict-messages,
  .alert-messages,
  .warning-messages,
  .error-messages {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .main.wide-page {
    background: #FFF;
    padding: 0;
    padding-bottom: 50px;
    margin: 0;
  }
  .main.wide-page .header {
    color: white;
    font-size: 1.4em;
    line-height: 52px;
    margin: 0;
    margin-bottom: 32px;
  }
  .main.wide-page .header .main-heading {
    background-color: #E64525;
    float: left;
    min-width: 20%;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    line-height: inherit;
    text-align: center;
    margin-right: 20px;
  }
  .main.wide-page .header .main-heading:after {
    float: right;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #E64525;
    margin-top: 20px;
    margin-right: -7px;
    content: "";
  }
  .main.wide-page .header .sub-heading {
    background-color: #111111;
    white-space: nowrap;
  }
}
@font-face {
  font-family: 'icons';
  src: url('icomoon/fonts/icons.eot?cqc7hj');
  src: url('icomoon/fonts/icons.eot?cqc7hj#iefix') format('embedded-opentype'), url('icomoon/fonts/icons.ttf?cqc7hj') format('truetype'), url('icomoon/fonts/icons.woff?cqc7hj') format('woff'), url('icomoon/fonts/icons.svg?cqc7hj#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-right:before {
  content: "\e90c";
}
.icon-chevron-left:before {
  content: "\e90d";
}
.icon-close:before {
  content: "\e90b";
}
.icon-mail:before {
  content: "\e90a";
}
.icon-menu:before {
  content: "\e908";
}
.icon-mobile:before {
  content: "\e905";
}
.icon-phone:before {
  content: "\e906";
}
.icon-location:before {
  content: "\e907";
}
.icon-arrow-right:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e904";
}
.icon-print:before {
  content: "\e909";
}
.icon-plus:before {
  content: "\ea0c";
}
.icon-minus:before {
  content: "\ea0d";
}
.fs2 {
  font-size: 20px;
}
.fs3 {
  font-size: 32px;
}
/* LOGIN */
.login-form {
  padding: 10px;
  margin: 40px auto;
  background: #FFF;
  width: 300px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 720px) {
  .login-form {
    box-shadow: none;
  }
}
.login-form h1 {
  background: #E64525;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  font-family: inherit;
  font-style: inherit;
}
.login-form button {
  background: #111111;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
  padding: 1px 6px ;
  width: 100%;
}
.login-form button:hover {
  text-decoration: none;
}
.login-form .label {
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 720px) {
  .login-form {
    width: 90%;
  }
}
/* Mobile Menu */
.mobile-menu {
  display: none;
}
/* DASHBOARD */
.main.dashboard {
  zoom: 1;
}
.main.dashboard:before {
  content: '';
  display: block;
}
.main.dashboard:after {
  content: '';
  display: table;
  clear: both;
}
.main.dashboard > section {
  background: #FFF;
  box-sizing: border-box;
  padding: 10px 8px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
}
.main.dashboard .widget {
  margin-bottom: 8px;
}
.main.dashboard .widget h2 {
  background: #E64525;
  padding: 8px;
  color: #FFF;
  font-size: 1.2em;
  margin-bottom: 8px;
  vertical-align: middle;
}
.main.dashboard .widget h2 .toggle {
  display: inline-block;
  background: #FFF;
  margin-left: 10px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #333;
}
.main.dashboard .widget h2 .toggle:hover {
  text-decoration: none;
}
.main.dashboard .widget.hour-editor #partial_1 .date-label {
  font-size: 1.8em;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 5px;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert {
  width: 100%;
  height: 42px;
  display: block;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert input {
  height: 40px ;
  width: 100% ;
  margin-bottom: 5px ;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 2px;
  border: 1px solid #cccccc;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .project-name {
  width: 30% ;
  float: left;
  margin-right: 6px;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .project-name .ui-autocomplete-input {
  margin: 0px ;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .description {
  width: 40% ;
  margin-right: 6px;
  float: left;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .amount-wrapper:before {
  content: "";
  display: inline-block;
  line-height: 0;
  height: 0;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .amount-wrapper {
  float: left;
  position: relative;
  margin-right: 0 ;
  width: 62px;
  height: 40px;
  vertical-align: top ;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .amount-wrapper input {
  position: absolute;
  padding: 0 ;
  margin: 0 ;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .amount-wrapper .amount {
  display: inline-block;
  text-align: center;
  border-top-right-radius: 0 ;
  border-bottom-right-radius: 0 ;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .unit {
  float: left;
  line-height: 38px;
  margin-right: 5px ;
  width: 30px;
  text-align: center;
  border: 1px solid #cccccc;
  border-left: 0px;
  border-top-left-radius: 0 ;
  border-bottom-left-radius: 0 ;
  background-color: #eeeeee;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .work-type {
  float: left;
  vertical-align: middle;
  margin-right: 6px ;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .work-type .dd-select {
  height: 40px;
  cursor: pointer;
  font-size: 0;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 720px) {
  .main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .work-type .dd-select {
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  .main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .work-type .dd-selected-text {
    /*display: none;*/
    margin-left: 6px;
  }
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .work-type .dd-selected-image {
  vertical-align: middle;
  float: left;
  max-width: 60px;
  padding-top: 11px;
  padding-left: 10px;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .work-type .dd-pointer {
  /*float: right;*/
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 40px;
  background: url('img/icons/icon_arrow_down.png') no-repeat center #eeeeee;
  background-size: 12px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .work-type .dd-options {
  border-top: none;
  list-style: none;
  box-shadow: 1px 1px 4px #111111;
  display: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0;
  background: #eeeeee;
  overflow: auto;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .work-type .dd-option {
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: left;
  padding: 10px;
  display: block;
  border-bottom: solid 1px #dddddd;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .work-type .dd-option-selected {
  background: #FFF;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .work-type .dd-option:hover {
  background: #FFF;
  color: #111111;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .work-type .dd-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .submit {
  float: right;
  display: inline-block;
  margin-left: 5px;
  border: none ;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .submit .insert-hour-button {
  background: #111111;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
  width: 90px;
  cursor: pointer;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .insert .submit .insert-hour-button:hover {
  text-decoration: none;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .table .colgroup col.project-name {
  width: 10% ;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .table .colgroup col.customer-name {
  width: 5% ;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .table .colgroup col.description {
  width: 30% ;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .table .colgroup col.amount-wrapper {
  width: 5% ;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .table .colgroup col.work-type {
  width: 5% ;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .table .colgroup col.submit {
  width: 0%;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .table thead {
  display: none;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .table tbody td {
  padding-left: 5px ;
  height: 24px;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .table tbody td.submit {
  display: none;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .table tbody td.work-type {
  border-right: 1px solid #EEE;
  vertical-align: middle;
}
.main.dashboard .widget.hour-editor #partial_1 .hour-editor-partial .table tbody .total-hours-row .total-text {
  text-align: right;
}
.main.dashboard .widget.links a {
  display: block;
  color: inherit;
  padding: 2px 10px;
}
.main.dashboard .widget.alerts p {
  padding: 2px;
}
.main.dashboard .widget.alerts ul {
  margin: 4px 0;
}
.main.dashboard .widget.alerts ul li {
  position: relative;
  background: #EFEFEF url(img/alert-icon.png) 12px 50% no-repeat;
  margin-bottom: 6px;
  padding: 8px 40px 8px 70px;
  font-weight: bold;
  min-height: 30px;
}
.main.dashboard .widget.alerts ul li .date {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 4px;
  font-size: 8px;
  font-weight: normal;
}
.main.dashboard .widget.alerts ul li .close {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  right: 6px;
  top: 4px;
  background: #FFF;
  text-align: center;
  line-height: 17px;
  color: #333;
}
.main.dashboard .widget.alerts ul li .close:hover {
  text-decoration: none;
}
.main.dashboard .widget.alerts .show-all {
  text-align: right;
}
.main.dashboard .widget.numbers li {
  margin-bottom: 16px;
}
.main.dashboard .widget.numbers li .gauge {
  /*width: 112px;*/
  height: 100px;
  float: left;
  background: url(img/lol-gauge.png) center center no-repeat;
}
.main.dashboard .widget.numbers li .content {
  margin-left: 128px;
  padding: 22px;
  background: #EFEFEF;
  font-size: 16px;
}
.main.dashboard .widget.numbers li .content strong {
  display: block;
  margin-top: 16px;
  font-size: 22px;
  font-weight: bold;
}
.main.dashboard .widget.news article {
  margin-bottom: 10px;
}
.main.dashboard .widget.news article h3 {
  font-weight: bold;
  margin-bottom: 1px;
}
.main.dashboard .widget.news article h3 .date {
  font-weight: normal;
  font-size: 10px;
}
.main.dashboard .toggleable .content {
  display: none;
}
.main.dashboard .toggleable.open .content {
  display: block;
}
/* HOUR EDITOR */
.main.hour-editor .day-or-week {
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.main.hour-editor .day-or-week .day-or-week-container {
  display: table-cell;
  vertical-align: middle;
}
.main.hour-editor .day-or-week .day-or-week-container .day-button,
.main.hour-editor .day-or-week .day-or-week-container .week-button {
  background: #111111;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
  display: inline-block;
  width: 85px;
  text-align: center;
  margin-right: 5px;
}
.main.hour-editor .day-or-week .day-or-week-container .day-button:hover,
.main.hour-editor .day-or-week .day-or-week-container .week-button:hover {
  text-decoration: none;
}
.main.hour-editor .day-or-week .day-or-week-container .selected {
  background: #E64525;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#E64525) center center no-repeat, to(#BB2C0E)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #E64525, #BB2C0E) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
}
.main.hour-editor .day-or-week .day-or-week-container .selected:hover {
  text-decoration: none;
}
.main.hour-editor .day-or-week .day-or-week-container.selected:after {
  position: absolute;
  display: block;
  content: '';
  margin-top: 0;
  margin-left: 37px;
  border-top: solid 8px #BB2C0E;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.main.hour-editor .select-date-wrapper {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.main.hour-editor .select-date-wrapper .date-wrapper {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.main.hour-editor .select-date-wrapper .date-wrapper .previous-button {
  display: inline-block;
  background: url(img/icons/icon_arrow_left.png) no-repeat center center;
  background-size: 10px;
  height: 100%;
  width: 30px;
  vertical-align: middle;
}
.main.hour-editor .select-date-wrapper .date-wrapper .date-text {
  display: inline-block;
  min-width: 130px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
.main.hour-editor .select-date-wrapper .date-wrapper .next-button {
  display: inline-block;
  background: url(img/icons/icon_arrow_right.png) no-repeat center center;
  background-size: 10px;
  height: 100%;
  width: 30px;
  vertical-align: middle;
}
.main.hour-editor .select-date-wrapper .datepicker-icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 7px;
}
.main.hour-editor .select-date-wrapper .datepick {
  width: 0;
  height: 0;
  border: none;
  visibility: hidden;
}
.main.hour-editor .date-label {
  font-size: 16px;
  margin-top: 10px;
}
.main.hour-editor .hour-editor-partial .insert {
  display: table;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
  height: 50px;
  width: 100%;
  background-color: #cccccc;
  border-radius: 2px;
  vertical-align: middle;
}
.main.hour-editor .hour-editor-partial .insert input {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 2px;
  border: none;
}
.main.hour-editor .hour-editor-partial .insert input.ui-autocomplete-input {
  height: 100%;
}
.main.hour-editor .hour-editor-partial .insert .user-name {
  float: left;
  width: 110px;
  margin: 10px;
}
.main.hour-editor .hour-editor-partial .insert .project-name {
  float: left;
  margin: 10px;
  width: 200px;
}
.main.hour-editor .hour-editor-partial .insert .product-name {
  float: left;
  width: 140px;
  margin: 10px;
}
.main.hour-editor .hour-editor-partial .insert .description {
  float: left;
  margin: 10px;
  width: 450px;
}
.main.hour-editor .hour-editor-partial .insert .description.project-hour {
  width: 350px;
}
.main.hour-editor .hour-editor-partial .insert .amount-wrapper {
  float: left;
  margin: 10px;
  margin-right: 0;
  width: 10%;
  text-align: center;
  position: relative;
}
.main.hour-editor .hour-editor-partial .insert .amount-wrapper .amount {
  padding-right: 20px;
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.main.hour-editor .hour-editor-partial .insert .unit {
  /*float: left;

                margin: 10px;
                margin-left: 0 ;*/
  line-height: 40px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #eeeeee;
}
.main.hour-editor .hour-editor-partial .insert .work-type {
  float: left;
  margin: 10px;
}
.main.hour-editor .hour-editor-partial .insert .work-type .dd-select {
  height: 40px;
  cursor: pointer;
  font-size: 0;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 720px) {
  .main.hour-editor .hour-editor-partial .insert .work-type .dd-select {
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  .main.hour-editor .hour-editor-partial .insert .work-type .dd-selected-text {
    /*display: none;*/
    margin-left: 6px;
  }
}
.main.hour-editor .hour-editor-partial .insert .work-type .dd-selected-image {
  vertical-align: middle;
  float: left;
  max-width: 60px;
  padding-top: 11px;
  padding-left: 10px;
}
.main.hour-editor .hour-editor-partial .insert .work-type .dd-pointer {
  /*float: right;*/
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 40px;
  background: url('img/icons/icon_arrow_down.png') no-repeat center #eeeeee;
  background-size: 12px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.main.hour-editor .hour-editor-partial .insert .work-type .dd-options {
  border-top: none;
  list-style: none;
  box-shadow: 1px 1px 4px #111111;
  display: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0;
  background: #eeeeee;
  overflow: auto;
}
.main.hour-editor .hour-editor-partial .insert .work-type .dd-option {
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: left;
  padding: 10px;
  display: block;
  border-bottom: solid 1px #dddddd;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
.main.hour-editor .hour-editor-partial .insert .work-type .dd-option-selected {
  background: #FFF;
}
.main.hour-editor .hour-editor-partial .insert .work-type .dd-option:hover {
  background: #FFF;
  color: #111111;
}
.main.hour-editor .hour-editor-partial .insert .submit {
  float: left;
  margin: 10px;
}
.main.hour-editor .hour-editor-partial .insert .submit .insert-hour-button {
  background: #111111;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
  width: 90px;
  cursor: pointer;
}
.main.hour-editor .hour-editor-partial .insert .submit .insert-hour-button:hover {
  text-decoration: none;
}
.main.hour-editor .hour-editor-partial .insert .submit.project-hour {
  float: right;
}
.main.hour-editor .hour-editor-partial .table .colgroup col.user-name {
  width: 120px;
}
.main.hour-editor .hour-editor-partial .table .colgroup col.project-name {
  width: 130px;
}
.main.hour-editor .hour-editor-partial .table .colgroup col.customer-name {
  width: 90px;
}
.main.hour-editor .hour-editor-partial .table .colgroup col.task-name {
  width: 100px;
}
.main.hour-editor .hour-editor-partial .table .colgroup col.project-name.project-hour {
  width: 150px;
}
.main.hour-editor .hour-editor-partial .table .colgroup col.product-name {
  width: 80px;
}
.main.hour-editor .hour-editor-partial .table .colgroup col.description.project-hour {
  width: 200px;
}
.main.hour-editor .hour-editor-partial .table .colgroup col.amount-wrapper {
  width: 80px;
}
.main.hour-editor .hour-editor-partial .table .colgroup col.amount-wrapper.project-hour {
  width: 50px;
}
.main.hour-editor .hour-editor-partial .table .colgroup col.work-type {
  width: 64px;
}
.main.hour-editor .hour-editor-partial .table .colgroup col.submit {
  width: 180px;
}
.main.hour-editor .hour-editor-partial .table .colgroup col.submit.project-hour {
  width: 85px;
}
.main.hour-editor .hour-editor-partial .table .colgroup.project-hour col.user-name {
  width: 120px;
}
.main.hour-editor .hour-editor-partial .table .colgroup.project-hour col.project-name {
  width: 130px;
}
.main.hour-editor .hour-editor-partial .table .colgroup.project-hour col.product-name {
  width: 90px;
}
.main.hour-editor .hour-editor-partial .table .colgroup.project-hour col.description {
  width: 130px;
}
.main.hour-editor .hour-editor-partial .table .colgroup.project-hour col.amount-wrapper {
  width: 80px;
}
.main.hour-editor .hour-editor-partial .table .colgroup.project-hour col.work-type {
  width: 64px;
}
.main.hour-editor .hour-editor-partial .table .colgroup.project-hour col.submit {
  width: 180px;
}
.main.hour-editor .hour-editor-partial .table tbody .work-type {
  text-align: center;
  padding: 0;
}
.main.hour-editor .hour-editor-partial .table tbody .work-type img {
  vertical-align: middle;
}
.main.hour-editor .hour-editor-partial .table tbody .submit {
  text-align: center;
}
.main.hour-editor .hour-editor-partial .table tbody .submit .edit-hour {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  background: #111111;
  background: url("img/icons/icon_gear.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_gear.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_gear.png") center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_gear.png") center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_gear.png") center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: url("img/icons/icon_gear.png") center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_gear.png") center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border: none;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  background-size: 20px, auto, auto;
}
.main.hour-editor .hour-editor-partial .table tbody .submit .edit-hour:hover {
  cursor: pointer;
}
.main.hour-editor .hour-editor-partial .table tbody .submit .edit-hour.small-icon {
  width: 20px;
  height: 20px;
  background-size: 10px, auto, auto;
  margin: 2px;
}
.main.hour-editor .hour-editor-partial .table tbody .submit .verify-hour {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  background: #111111;
  background: url("img/icons/icon_check_white.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border: none;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  background-size: 20px, auto, auto;
  margin: 3px;
}
.main.hour-editor .hour-editor-partial .table tbody .submit .verify-hour:hover {
  cursor: pointer;
}
.main.hour-editor .hour-editor-partial .table tbody .submit .bill-hour {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  background: #111111;
  background: url("img/icons/icon_billing.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_billing.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_billing.png") center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_billing.png") center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_billing.png") center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: url("img/icons/icon_billing.png") center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_billing.png") center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  background-size: 20px, auto, auto !important;
  border: none;
  border-radius: 2px;
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto;
  margin: 2px;
}
.main.hour-editor .hour-editor-partial .table tbody .submit .bill-hour:hover {
  cursor: pointer;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit td {
  vertical-align: middle;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .am-item {
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .ui-autocomplete-input {
  width: 99%;
  border: 1px solid #cccccc;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit input {
  height: 40px;
  padding-left: 8px;
  border-radius: 2px;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .user-name,
.main.hour-editor .hour-editor-partial .table tbody tr.edit .project-name,
.main.hour-editor .hour-editor-partial .table tbody tr.edit .product-name,
.main.hour-editor .hour-editor-partial .table tbody tr.edit .description {
  padding-left: 6px;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .description input {
  color: #FFF;
  background-color: #1C7090;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .amount-td {
  padding: 0;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .amount-td .amount-unit-wrapper {
  padding-left: 10px;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .amount-td .amount-unit-wrapper .amount-wrapper {
  display: table-cell;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .amount-td .amount-unit-wrapper .amount-wrapper .amount {
  width: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #1C7090;
  color: #FFF;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .amount-td .amount-unit-wrapper .unit-wrapper {
  display: table-cell;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .amount-td .amount-unit-wrapper .unit-wrapper .unit {
  width: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .amount-td .amount-unit-wrapper .unit-wrapper .unit input {
  text-align: center;
  background-color: #eeeeee;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .work-type {
  text-align: center;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .work-type .dd-select {
  height: 40px;
  cursor: pointer;
  font-size: 0;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 720px) {
  .main.hour-editor .hour-editor-partial .table tbody tr.edit .work-type .dd-select {
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  .main.hour-editor .hour-editor-partial .table tbody tr.edit .work-type .dd-selected-text {
    /*display: none;*/
    margin-left: 6px;
  }
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .work-type .dd-selected-image {
  vertical-align: middle;
  float: left;
  max-width: 60px;
  padding-top: 11px;
  padding-left: 10px;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .work-type .dd-pointer {
  /*float: right;*/
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 40px;
  background: url('img/icons/icon_arrow_down.png') no-repeat center #eeeeee;
  background-size: 12px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .work-type .dd-options {
  border-top: none;
  list-style: none;
  box-shadow: 1px 1px 4px #111111;
  display: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0;
  background: #eeeeee;
  overflow: auto;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .work-type .dd-option {
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: left;
  padding: 10px;
  display: block;
  border-bottom: solid 1px #dddddd;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .work-type .dd-option-selected {
  background: #FFF;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .work-type .dd-option:hover {
  background: #FFF;
  color: #111111;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .work-type .dd-container .dd-select {
  height: 38px;
  border: 1px solid #eeeeee;
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .submit .delete-button {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  background: #111111;
  background: url("img/icons/icon_delete.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_delete.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#E64525) center center no-repeat, to(#BB2C0E)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_delete.png") center center no-repeat, -webkit-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_delete.png") center center no-repeat, -moz-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_delete.png") center center no-repeat, -ms-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* IE10 */
  background: url("img/icons/icon_delete.png") center center no-repeat, -o-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_delete.png") center center no-repeat, linear-gradient(top, #E64525, #BB2C0E) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  border: none;
  text-indent: -9999px;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .submit .delete-button:hover {
  cursor: pointer;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .submit .delete-button.small-icon {
  width: 20px;
  height: 20px;
  background-size: 10px, auto, auto;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .submit .cancel-button {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  background: #FFF;
  background: url("img/icons/icon_cancel.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_cancel.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFF) center center no-repeat, to(#cdcdcd)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_cancel.png") center center no-repeat, -webkit-linear-gradient(top, #FFF, #cdcdcd) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_cancel.png") center center no-repeat, -moz-linear-gradient(top, #FFF, #cdcdcd) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_cancel.png") center center no-repeat, -ms-linear-gradient(top, #FFF, #cdcdcd) !important;
  /* IE10 */
  background: url("img/icons/icon_cancel.png") center center no-repeat, -o-linear-gradient(top, #FFF, #cdcdcd) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_cancel.png") center center no-repeat, linear-gradient(top, #FFF, #cdcdcd) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  border: none;
  text-indent: -9999px;
  border: 1px solid #cccccc;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .submit .cancel-button:hover {
  cursor: pointer;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .submit .cancel-button.small-icon {
  width: 20px;
  height: 20px;
  background-size: 10px, auto, auto;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .submit .save-button {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  background: #FFF;
  background: url("img/icons/icon_check_white.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  border: none;
  text-indent: -9999px;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .submit .save-button:hover {
  cursor: pointer;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edit .submit .save-button.small-icon {
  width: 20px;
  height: 20px;
  background-size: 10px, auto, auto;
}
.main.hour-editor .hour-editor-partial .table tbody tr.edited {
  -webkit-animation: fadeout 2000ms linear;
  -moz-animation: fadeout 2000ms linear;
  -o-animation: fadeout 2000ms linear;
  animation: fadeout 2000ms linear;
}
.main.hour-editor .hour-editor-partial .table tbody .billing-amount-td .under-billed {
  color: gold;
}
.main.hour-editor .hour-editor-partial .table tbody .total-hours-row {
  border: none;
  font-weight: bold;
}
.main.hour-editor .hour-editor-partial .table tbody .total-hours-row .total-text {
  text-align: right;
  padding-right: 10px;
}
/* TASKS */
.main.tasks .filters-wrapper {
  clear: both;
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  .main.tasks .filters-wrapper {
    width: 100%;
  }
}
.main.tasks .filters-wrapper .filter {
  display: table-cell;
}
@media screen and (max-width: 720px) {
  .main.tasks .filters-wrapper .filter {
    display: block;
  }
}
.main.tasks .filters-wrapper .filter .my-open,
.main.tasks .filters-wrapper .filter .my-closed,
.main.tasks .filters-wrapper .filter .my-delegated {
  background: #111111;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
  display: inline-block;
  width: 160px;
  text-align: center;
  margin: 10px 5px 0px 5px;
}
@media screen and (max-width: 720px) {
  .main.tasks .filters-wrapper .filter .my-open,
  .main.tasks .filters-wrapper .filter .my-closed,
  .main.tasks .filters-wrapper .filter .my-delegated {
    width: 100%;
    margin: 5px 0px;
  }
}
.main.tasks .filters-wrapper .filter .my-open:hover,
.main.tasks .filters-wrapper .filter .my-closed:hover,
.main.tasks .filters-wrapper .filter .my-delegated:hover {
  text-decoration: none;
}
.main.tasks .filters-wrapper .filter .my-open.selected,
.main.tasks .filters-wrapper .filter .my-closed.selected,
.main.tasks .filters-wrapper .filter .my-delegated.selected {
  background: #E64525;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#E64525) center center no-repeat, to(#BB2C0E)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #E64525, #BB2C0E) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
}
.main.tasks .filters-wrapper .filter .my-open.selected:hover,
.main.tasks .filters-wrapper .filter .my-closed.selected:hover,
.main.tasks .filters-wrapper .filter .my-delegated.selected:hover {
  text-decoration: none;
}
.main.tasks .filters-wrapper .filter.selected:after {
  position: relative;
  display: block;
  content: '';
  margin-top: -2px;
  margin-left: 79px;
  margin-right: 79px;
  border-top: solid 8px #BB2C0E;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
@media screen and (max-width: 720px) {
  .main.tasks .filters-wrapper .filter.selected:after {
    display: none;
  }
}
.main.tasks .table thead .caption th {
  background-color: #E64525;
  color: #FFF;
}
.main.tasks .table thead .caption .expand-column:hover {
  cursor: pointer;
}
.main.tasks .table thead .expand-column {
  padding-right: 8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.main.tasks .table thead .expand-column:before {
  display: inline;
  font-size: 30px;
  color: #555555;
  font-weight: bold;
  content: '+';
}
.main.tasks .table thead.open .expand-column:before {
  content: '-';
}
.main.tasks .table tbody tr {
  display: none;
}
.main.tasks .table tbody.open tr {
  display: table-row;
}
.main.tasks .table .priority {
  margin-top: 5px;
  border: 0.5px outset black;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
@media screen and (max-width: 720px) {
  .main.tasks .table .priority {
    display: inline-block;
  }
}
.main.tasks .table .priority.level-1 {
  background-color: red;
}
.main.tasks .table .priority.level-2 {
  background-color: orange;
}
.main.tasks .table .priority.level-3 {
  background-color: yellow;
}
.main.tasks .table .priority.level-4 {
  background-color: #0094ff;
}
.main.tasks .table .priority.level-5 {
  background-color: green;
}
/* MOVE HOURS */
@media screen and (max-width: 720px) {
  .main.move-hours .check-box-wrapper {
    display: inline-block;
  }
}
.main.move-hours #move-partial #move-hours-table {
  border-collapse: separate;
  border-spacing: 10px 10px;
}
.main.move-hours #move-partial #move-hours-table td.search-task {
  /*border: 1px solid @grey;*/
  /*border-radius: 2px;*/
}
.main.move-hours #move-partial #move-hours-table #TaskName {
  border: 1px solid #cccccc;
  border-radius: 2px;
  height: 34px;
}
.main.move-hours #move-partial #move-hours-table #move-text {
  width: 130px;
}
.main.move-hours #move-partial #moving {
  display: none;
  vertical-align: middle;
}
/* MOVE HOURS */
.main.move-tasks .check-box-wrapper {
  position: relative;
}
@media screen and (max-width: 720px) {
  .main.move-tasks .check-box-wrapper {
    display: inline-block;
  }
}
.main.move-tasks .check-box-wrapper .hours-outside-daterange {
  position: absolute;
  width: 25px;
  height: 25px;
  left: -30px;
  top: 5px;
  background: url('img/alert-icon.png') no-repeat scroll;
  background-size: contain;
}
/* PROJECTS */
.main.projects .filters-wrapper {
  clear: both;
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 720px) {
  .main.projects .filters-wrapper {
    width: 100%;
  }
}
.main.projects .filters-wrapper .filter {
  display: table-cell;
}
@media screen and (max-width: 720px) {
  .main.projects .filters-wrapper .filter {
    display: block;
  }
}
.main.projects .filters-wrapper .filter .my-projects,
.main.projects .filters-wrapper .filter .open-projects,
.main.projects .filters-wrapper .filter .closed-projects,
.main.projects .filters-wrapper .filter .all-projects {
  background: #111111;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
  display: inline-block;
  width: 120px;
  text-align: center;
  margin-top: 10px;
  margin: 5px;
}
@media screen and (max-width: 720px) {
  .main.projects .filters-wrapper .filter .my-projects,
  .main.projects .filters-wrapper .filter .open-projects,
  .main.projects .filters-wrapper .filter .closed-projects,
  .main.projects .filters-wrapper .filter .all-projects {
    width: 100%;
    margin: 5px 0px;
  }
}
.main.projects .filters-wrapper .filter .my-projects:hover,
.main.projects .filters-wrapper .filter .open-projects:hover,
.main.projects .filters-wrapper .filter .closed-projects:hover,
.main.projects .filters-wrapper .filter .all-projects:hover {
  text-decoration: none;
}
.main.projects .filters-wrapper .filter .my-projects.selected,
.main.projects .filters-wrapper .filter .open-projects.selected,
.main.projects .filters-wrapper .filter .closed-projects.selected,
.main.projects .filters-wrapper .filter .all-projects.selected {
  background: #E64525;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#E64525) center center no-repeat, to(#BB2C0E)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #E64525, #BB2C0E) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
}
.main.projects .filters-wrapper .filter .my-projects.selected:hover,
.main.projects .filters-wrapper .filter .open-projects.selected:hover,
.main.projects .filters-wrapper .filter .closed-projects.selected:hover,
.main.projects .filters-wrapper .filter .all-projects.selected:hover {
  text-decoration: none;
}
.main.projects .filters-wrapper .filter.selected:after {
  position: absolute;
  display: block;
  content: '';
  margin-top: -6px;
  margin-left: 58px;
  border-top: solid 8px #BB2C0E;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
@media screen and (max-width: 720px) {
  .main.projects .filters-wrapper .filter.selected:after {
    display: none;
  }
}
/* VERIFY HOURS */
.AutocompleteItem_NotInteresting {
  color: #888;
}
.emphasis-good {
  background-color: #8F8;
}
.emphasis-warning {
  background-color: #FFC8AA;
}
.AutocompleteItem_Bad {
  background-color: #F88;
}
.green {
  color: #67ab0e;
}
.red {
  color: red;
}
.main.verify-hours {
  min-height: 550px;
}
@media screen and (max-width: 720px) {
  .main.verify-hours .check-box-wrapper {
    display: inline-block;
  }
}
.main.verify-hours h2 {
  padding-top: 25px;
  font-size: 1.8em;
}
.main.verify-hours .verify-hours-search-div {
  padding: 0;
  margin: 0;
}
.main.verify-hours .show-details {
  float: right;
}
.main.verify-hours #hour-list-partial {
  margin-top: 80px;
}
.main.verify-hours #hour-list-partial #verify-hours-work-type-description {
  text-align: right;
}
.main.verify-hours #hour-list-partial .verify-or-mark-as-billed {
  display: table;
  margin: 0 auto;
  height: 50px;
  position: relative;
}
.main.verify-hours #hour-list-partial .verify-or-mark-as-billed .verify-or-mark-as-billed-container {
  display: inline-block;
  margin: 0 5px;
  min-height: 40px;
  background: #111111;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
}
.main.verify-hours #hour-list-partial .verify-or-mark-as-billed .verify-or-mark-as-billed-container:hover {
  text-decoration: none;
}
.main.verify-hours #hour-list-partial .verify-or-mark-as-billed .verify-or-mark-as-billed-container .verify-button,
.main.verify-hours #hour-list-partial .verify-or-mark-as-billed .verify-or-mark-as-billed-container .mark-as-billed-button {
  color: #FFF;
  display: inline-block;
  width: 150px;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
}
.main.verify-hours #hour-list-partial .verify-or-mark-as-billed .verify-or-mark-as-billed-container .verify-button:before,
.main.verify-hours #hour-list-partial .verify-or-mark-as-billed .verify-or-mark-as-billed-container .mark-as-billed-button:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.main.verify-hours #hour-list-partial .verify-or-mark-as-billed .verify-or-mark-as-billed-container.selected {
  display: inline-block;
  min-height: 40px;
  background: #E64525;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#E64525) center center no-repeat, to(#BB2C0E)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #E64525, #BB2C0E) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
}
.main.verify-hours #hour-list-partial .verify-or-mark-as-billed .verify-or-mark-as-billed-container.selected:hover {
  text-decoration: none;
}
.main.verify-hours #hour-list-partial .verify-or-mark-as-billed .verify-or-mark-as-billed-container.selected:after {
  position: absolute;
  display: block;
  content: '';
  margin-top: 0;
  margin-left: 70px;
  border-top: solid 8px #BB2C0E;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.main.verify-hours #hour-list-partial #hour-verification-table tbody td {
  vertical-align: top;
}
.main.verify-hours #hour-list-partial #hour-verification-table tbody .user {
  font-size: 10px;
  color: #888;
}
.main.verify-hours #hour-list-partial #hour-verification-table tbody .initials {
  text-align: center;
}
.main.verify-hours #hour-list-partial #hour-verification-table tbody .jeditable-input textarea {
  resize: none;
  border: 1px solid #cccccc;
}
.main.verify-hours #hour-list-partial #hour-verification-table tbody .hours-to-bill,
.main.verify-hours #hour-list-partial #hour-verification-table tbody .units-to-bill {
  text-align: right;
  width: 60px;
}
.main.verify-hours #hour-list-partial #hour-verification-table tbody .hourly-billing,
.main.verify-hours #hour-list-partial #hour-verification-table tbody .unit-billing {
  text-align: right;
  width: 50px;
}
.main.verify-hours #hour-list-partial #hour-verification-table tbody .hour-comment {
  margin: 0;
  resize: none;
}
.main.verify-hours #hour-list-partial #hour-verification-table tbody .verify-bill-check-box {
  text-align: center;
}
@media screen and (max-width: 720px) {
  .main.verify-hours #hour-list-partial #hour-verification-table tbody .verify-bill-check-box {
    text-align: left;
  }
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing .colgroup .date {
  width: 65px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing .colgroup .task {
  width: 80px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing .colgroup .project {
  width: 80px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing .colgroup .person {
  width: 70px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing .colgroup .units {
  width: 65px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing .colgroup .units-to-bill {
  width: 100px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing .colgroup .fixed-total-price {
  width: 100px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing .colgroup .fixed-price {
  width: 90px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing .colgroup .unit-price {
  width: 90px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing .colgroup .description {
  width: 130px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing .colgroup .verify {
  width: 70px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing input,
.main.verify-hours #hour-list-partial #hour-verification-table.billing textarea,
.main.verify-hours #hour-list-partial #hour-verification-table.billing .hour-group-select {
  background-color: #dddddd;
  border-radius: 2px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing select {
  font-size: 10px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing tbody .task-name {
  width: 70px;
}
.main.verify-hours #hour-list-partial #hour-verification-table.billing tbody .hour-comment {
  width: 120px;
}
.main.verify-hours #hour-list-partial #footer-buttons #price-group-buttons {
  float: left;
  margin-top: 10px;
  margin-right: 100px;
  cursor: pointer;
}
.main.verify-hours #hour-list-partial #footer-buttons #price-group-buttons input {
  border: none;
  line-height: 20px;
  cursor: pointer;
}
.main.verify-hours #hour-list-partial #footer-buttons #price-group-buttons input#create-new-price-group-for-selected-hours {
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #EEE;
  padding: 0 15px;
  color: #000;
}
.main.verify-hours #hour-list-partial #footer-buttons #price-group-buttons input#create-new-price-group-for-selected-hours:hover {
  text-decoration: none;
}
.main.verify-hours #hour-list-partial #footer-buttons #price-group-buttons input#ungroup-for-selected-hours {
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #EEE;
  padding: 0 15px;
  color: #000;
}
.main.verify-hours #hour-list-partial #footer-buttons #price-group-buttons input#ungroup-for-selected-hours:hover {
  text-decoration: none;
}
.main.verify-hours #hour-list-partial #footer-buttons #toggle-summary {
  float: right;
  background: #E64525;
  background: url("img/icons/icon_calculator_white.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_calculator_white.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_calculator_white.png") center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_calculator_white.png") center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_calculator_white.png") center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: url("img/icons/icon_calculator_white.png") center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_calculator_white.png") center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  border: none;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40px;
  height: 40px;
  background-size: 22px, auto, auto;
  cursor: pointer;
}
.main.verify-hours #hour-list-partial #footer-buttons #toggle-summary:hover {
  cursor: pointer;
}
.main.verify-hours #hour-list-partial .hour-groups-wrapper {
  clear: both;
  margin-bottom: 40px;
}
.main.verify-hours #hour-list-partial .hour-groups-wrapper .hour-groups-table input {
  border: 1px solid #cccccc;
}
.main.verify-hours #hour-list-partial .hour-groups-wrapper .hour-groups-table .total-price-label {
  vertical-align: middle;
  width: 100px;
  text-align: right;
}
.main.verify-hours #hour-list-partial .hour-groups-wrapper .hour-groups-table .total-price-text-field {
  width: 50px;
  align-content: flex-end;
}
.main.verify-hours #hour-list-partial .hour-groups-wrapper .hour-groups-table .delete-hour-group-button {
  background: #111111;
  background: url("img/icons/icon_delete.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_delete.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_delete.png") center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_delete.png") center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_delete.png") center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: url("img/icons/icon_delete.png") center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_delete.png") center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}
.main.verify-hours #hour-list-partial .hour-groups-wrapper .hour-groups-table .delete-hour-group-button:hover {
  cursor: pointer;
}
.main.verify-hours .non-billable-infotext {
  color: #D66112;
}
.main.verify-hours .additional-infotext {
  color: #008600;
}
.main.verify-hours .hour-edit-summary {
  /*width: 600px;*/
  display: inline-block;
  border-radius: 3px;
  position: fixed;
  z-index: 9999;
  top: 30px;
  right: 30px;
  float: right;
  background-color: white;
  border: 1px solid #111111;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.main.verify-hours .hour-edit-summary #summary-table {
  border-radius: 3px;
  padding: 15px;
  width: inherit;
}
.main.verify-hours .hour-edit-summary #summary-table table {
  border-collapse: separate;
  table-layout: fixed;
}
.main.verify-hours .hour-edit-summary #summary-table table .summary-table-units {
  display: none;
}
.main.verify-hours .hour-edit-summary #summary-table table thead th {
  vertical-align: middle;
  background-color: #eeeeee;
  padding: 10px;
  border-radius: 2px;
  border-right: 1px solid #FFF;
  border-bottom: 20px solid #FFF;
  font-weight: bold;
}
.main.verify-hours .hour-edit-summary #summary-table table tbody {
  border: 1px solid #eeeeee;
}
.main.verify-hours .hour-edit-summary #summary-table table tbody td {
  padding: 10px;
}
.main.verify-hours .hour-edit-summary #summary-table table tbody tr:first-child td {
  border-top: 1px solid #eeeeee;
  border-radius: 2px;
}
.main.verify-hours .hour-edit-summary #summary-table table tbody tr:first-child td:first-child {
  border-left: 1px solid #eeeeee;
  font-weight: bold;
}
.main.verify-hours .hour-edit-summary #summary-table table tbody tr:first-child td:last-child {
  border-right: 1px solid #eeeeee;
}
.main.verify-hours .hour-edit-summary #summary-table table tbody tr:last-child td {
  border-bottom: 1px solid #eeeeee;
}
.main.verify-hours .hour-edit-summary #summary-table table tbody tr:last-child td:first-child {
  border-left: 1px solid #eeeeee;
  font-weight: bold;
}
.main.verify-hours .hour-edit-summary #summary-table table tbody tr:last-child td:last-child {
  border-right: 1px solid #eeeeee;
}
.main.verify-hours .billed-date-wrapper {
  clear: both;
  margin-bottom: 10px;
}
.main.verify-hours .billed-date-wrapper .date-textbox {
  float: left;
  margin-right: 10px;
  width: 100px;
  text-align: center;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.main.verify-hours #approve-changes-button {
  clear: both;
  text-align: right;
  padding: 40px 0 0;
}
.main.verify-hours #approve-changes-button .button-for-saving {
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.main.verify-hours #other-projects-by-customer {
  border: solid 2px #E64525;
  margin: 25px 0 0;
}
.main.verify-hours #other-projects-by-customer h2 {
  padding: 10px 15px;
  background: #E64525;
  color: #FFF;
}
.main.verify-hours #other-projects-by-customer .customer-hours {
  padding: 10px;
}
.main.verify-hours #other-projects-by-customer a {
  display: inline-block;
  background: #EEE;
  padding: 5px 15px;
  margin: 0 3px 7px 0;
}
/* OPPORTUNITIES */
.main.opportunities .filters-wrapper {
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  .main.opportunities .filters-wrapper {
    width: 100%;
  }
}
.main.opportunities .filters-wrapper .filter {
  display: table-cell;
}
.main.opportunities .filters-wrapper .filter .open,
.main.opportunities .filters-wrapper .filter .won-and-lost {
  background: #111111;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
  display: inline-block;
  width: 200px;
  text-align: center;
  margin-top: 10px;
  margin: 5px;
}
@media screen and (max-width: 720px) {
  .main.opportunities .filters-wrapper .filter .open,
  .main.opportunities .filters-wrapper .filter .won-and-lost {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.main.opportunities .filters-wrapper .filter .open:hover,
.main.opportunities .filters-wrapper .filter .won-and-lost:hover {
  text-decoration: none;
}
.main.opportunities .filters-wrapper .filter .open.selected,
.main.opportunities .filters-wrapper .filter .won-and-lost.selected {
  background: #E64525;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#E64525) center center no-repeat, to(#BB2C0E)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #E64525, #BB2C0E) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
}
.main.opportunities .filters-wrapper .filter .open.selected:hover,
.main.opportunities .filters-wrapper .filter .won-and-lost.selected:hover {
  text-decoration: none;
}
.main.opportunities .filters-wrapper .filter.selected:after {
  position: absolute;
  display: block;
  content: '';
  margin-top: -6px;
  margin-left: 100px;
  border-top: solid 8px #BB2C0E;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.opportunity-list-button {
  margin: 2px 8px 2px 2px;
  padding: 2px;
  border: 1px solid #888;
  height: 16px;
  background-color: #ddd;
  float: right;
  width: 32px;
}
@media screen and (max-width: 720px) {
  .opportunity-list-button {
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    height: 32px;
    width: 32px;
  }
  .opportunity-list-button h2 {
    text-align: left;
  }
  .opportunity-list-button ul {
    text-align: left;
  }
}
.opportunity-list-button span.opportunity-number-notice {
  font-size: 1em;
  font-weight: bolder;
  color: red;
}
.opportunity-list-button div.associated-opportunities {
  color: #111111;
  margin-left: 2.5em;
  display: block;
  position: absolute;
  padding: 1em;
  float: right;
  width: auto;
  height: auto;
  background: #FFF;
  border: 1px solid #EEE;
}
@media screen and (max-width: 720px) {
  .opportunity-list-button div.associated-opportunities {
    position: relative !important;
    margin-left: 0;
    width: 300px;
    float: right;
    font-size: small;
  }
  .opportunity-list-button div.associated-opportunities ul {
    margin-left: 8px;
  }
  .opportunity-list-button div.associated-opportunities ul li {
    line-height: 25px;
  }
}
.opportunity-list-button div.associated-opportunities h2 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.opportunity-list-button div.associated-opportunities span {
  text-align: left;
  font-size: 10px;
  font-style: italic;
  margin-bottom: 3px;
}
.overlay-content.edit-opportunity .opportunity-edit {
  height: 60px;
}
.overlay-content.edit-opportunity .time-textbox {
  max-width: 60px;
  margin-left: 10px;
}
.overlay-content.edit-opportunity .billing-interval-label {
  margin-left: 110px;
}
@media screen and (max-width: 720px) {
  .overlay-content.edit-opportunity .billing-interval-label {
    margin-left: 0px;
  }
}
.overlay-content.edit-opportunity .billing-interval {
  max-width: 25px;
}
.overlay-content.edit-opportunity .billing-period-label {
  margin-left: 10px;
}
.overlay-content.edit-opportunity .billing-period {
  max-width: 25px;
}
.overlay-content.edit-opportunity #stageDropDownList {
  width: 250px;
}
.overlay-content.edit-opportunity #probabilityInput {
  width: 30px;
}
.overlay-content.edit-opportunity #probabilityRange {
  display: inline-block;
  width: 60px;
}
/* REPORTS */
.main.report-embed {
  background: none;
  padding: 0;
}
.main.report-embed iframe {
  width: 100%;
  min-height: 500px;
}
.main.reports {
  position: relative;
}
.main.reports .report-category {
  overflow: hidden;
  margin: 0 0 25px;
}
.main.reports .report-category h2 {
  float: left;
  width: 7em;
  position: relative;
}
.main.reports .report-category h2 span {
  display: inline-block;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding: 0 15px 0 0;
}
.main.reports .report-category h2:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  display: block;
  border-bottom: solid 1px #cccccc;
}
@media only screen and (max-width: 720px) {
  .main.reports .report-category h2 {
    float: none;
    width: auto;
  }
}
.main.reports .report-category .content {
  margin: 18px 0 0 15em;
  position: relative;
}
@media only screen and (max-width: 720px) {
  .main.reports .report-category .content {
    margin: 18px 0 0;
  }
}
.main.reports .report-category .content ul {
  position: relative;
  padding: 10px 0 10px;
}
.main.reports .report-category .content ul:after,
.main.reports .report-category .content ul:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -12px;
  width: 15px;
  display: block;
  border-bottom: solid 1px #cccccc;
}
@media only screen and (max-width: 720px) {
  .main.reports .report-category .content ul:after,
  .main.reports .report-category .content ul:before {
    display: none;
  }
}
.main.reports .report-category .content ul:before {
  bottom: auto;
  top: 0;
}
.main.reports .report-category .content:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  border-left: solid 1px #cccccc;
}
.main.reports .report-category .content li {
  font-size: 18px;
  margin: 0 0 6px;
  display: block;
}
.main.reports .report-category .content li i {
  color: #111111;
  margin: 0 5px 0 0;
  font-size: 14px;
}
/* USERS */
.main.users h2 {
  padding-top: 25px;
  font-size: 1.8em;
}
.main.users .active-users.installation .autocomplete-div {
  border: none ;
}
.main.users #inactive-users-wrapper {
  margin: 100px -30px -20px -30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.main.users #inactive-users-wrapper #set-active {
  margin-top: 20px;
  margin-left: 250px;
}
/* ACCOUNT SETTINGS */
.main.account-settings #general-info {
  margin-bottom: 15px;
}
.main.account-settings #change-password {
  /*float: right;
        width: 45%;*/
}
/* TIMER MANAGEMENT */
.main.timer-management .timer-session {
  background-color: #eeeeee;
  font-size: 11px;
}
.main.timer-management .closed-timer {
  font-size: 11px;
}
.main.timer-management .open-timers table tbody tr:nth-child(2) td {
  border-bottom: 1px solid #cccccc;
}
.main.timer-management .open-timers table tbody .expand-column {
  cursor: pointer;
}
.main.timer-management .open-timers table tbody .expand-column:before {
  display: inline;
  font-size: 30px;
  color: #555555;
  font-weight: bold;
  content: '+';
}
.main.timer-management .open-timers table tbody .context-menu-td {
  padding-right: 16px;
}
.main.timer-management .open-timers table tbody .timer-session {
  display: none;
}
.main.timer-management .open-timers table tbody .timer-session .context-menu-td {
  padding-right: 0;
  padding-left: 16px;
}
.main.timer-management .open-timers table tbody.open .expand-column:before {
  content: '-';
}
.main.timer-management .open-timers table tbody.open .timer-session {
  display: table-row;
}
.overlay-content.edit-timer #autocomplete-tasks {
  width: 316px ;
}
.overlay-content.edit-timer #autocomplete-projects {
  width: 316px ;
}
.used-holiday-range {
  width: 500px;
  margin: 0 auto 25px;
}
.used-holiday-range .dates,
.used-holiday-range .submit {
  display: none;
}
.used-holiday-range div.submit {
  width: 500px;
}
.used-holiday-range div.submit input {
  margin-left: 355px;
  width: 145px;
}
.used-holiday-range.show-filters .dates,
.used-holiday-range.show-filters .submit {
  display: block;
}
.used-holiday-range.show-filters .value {
  display: none;
}
.used-holiday-range div.dates .dates-wrapper {
  border: 0;
  margin: 0;
}
.used-holiday-range h1 {
  font-weight: 300;
  border-bottom: solid 2px #cccccc;
  padding: 0 0 5px;
  color: #111111;
  font-size: 22px;
}
.used-holiday-range h1 a {
  float: right;
  font-size: 16px;
}
.used-holiday-range .value {
  font-size: 16px;
  font-weight: 400;
}
.used-holidays {
  width: 500px;
  margin: 0 auto 25px;
}
.used-holidays h2 {
  font-weight: 300;
  border-bottom: solid 2px #cccccc;
  padding: 0 0 5px;
  color: #111111;
  font-size: 22px;
}
.used-holidays h3 {
  padding: 6px;
  font-weight: bold;
}
.used-holidays .holiday {
  line-height: 1.45em;
  padding: 6px;
  font-size: 18px;
  font-weight: 400;
}
.used-holidays .holiday .project {
  vertical-align: top;
}
.used-holidays .holiday .day {
  display: block;
}
.used-holidays .holiday .days {
  display: inline-block;
  width: 10em;
}
/* MANAGE TICKETS */
.main.manage-tickets .button,
.main.manage-ticket .button {
  background: #111111;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
  display: inline-block;
  width: 85px;
  text-align: center;
  margin-right: 5px;
}
.main.manage-tickets .button:hover,
.main.manage-ticket .button:hover {
  text-decoration: none;
}
/* MANAGE TICKET */
.main.manage-ticket {
  font-size: 16px;
}
.main.manage-ticket h2 {
  margin-bottom: 15px;
}
.main.manage-ticket .row {
  zoom: 1;
  /*padding: 0 15px;*/
}
.main.manage-ticket .row:before {
  content: '';
  display: block;
}
.main.manage-ticket .row:after {
  content: '';
  display: table;
  clear: both;
}
.main.manage-ticket .row .col {
  float: left;
  width: 30%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.main.manage-ticket label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.main.manage-ticket .manage-ticket-notes > :first-child {
  background: #EEE;
  border: 1px solid #cccccc;
}
.main.manage-ticket .manage-ticket-notes pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.main.manage-ticket .manage-ticket-notes .manage-ticket-note {
  padding: 15px;
  margin-bottom: 20px;
}
.main.manage-ticket .manage-ticket-notes .manage-ticket-note-info {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 10px;
}
.main.manage-ticket .manage-ticket-notes .manage-ticket-note-info .created-by {
  font-weight: 700;
  float: left;
}
.main.manage-ticket .manage-ticket-actions textarea {
  width: 100%;
  height: 250px;
  resize: vertical;
}
/* TODO: Find appropriate places for these. */
.noscroll {
  overflow: hidden;
}
.menu-wrapper {
  vertical-align: middle ;
}
.task-state-icons {
  vertical-align: middle ;
}
#search-verified-checkbox {
  height: 21px;
}
#onlyopen-checkbox {
  height: 21px;
}
#InactiveUsers {
  height: 21px;
}
.checkbox {
  line-height: 25px;
}
/* Tooltips for the forms. */
.ui-tooltip,
.arrow:after {
  background: #111111;
  border: none;
}
.ui-slider {
  margin: 0 15px;
}
.ui-tooltip {
  padding: 3px 12px;
  color: #FFF;
  border-radius: 2px;
  font: 12px "Open Sans", "Helvetica Neue", Sans-Serif;
  /*text-transform: uppercase;*/
  box-shadow: 0 0 7px #111111;
}
.am-autocomplete-menu .ac-task-item {
  display: flex;
  flex-direction: column;
}
.am-autocomplete-menu .ac-task-item .ac-customer {
  font-size: smaller;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow .top {
  top: -16px;
  bottom: auto;
}
.arrow .left {
  left: 20%;
}
.arrow :after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px #111111;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow .top:after {
  bottom: -20px;
  top: auto;
}
.input-block-container {
  background-color: #cccccc;
  border-radius: 2px;
  padding: 10px;
  padding-top: 18px;
  height: 40px;
}
.input-block-container .input-block {
  position: relative;
  float: left;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #EEE;
  margin-right: 10px;
  background: transparent;
}
.input-block-container .input-block .mini-title {
  position: absolute;
  top: -1.4em;
}
.input-block-container .input-block:last-child {
  margin-right: 0;
}
.input-block-container .input-block.tiny {
  width: 10%;
  max-width: 80px;
  min-width: 70px;
  height: 40px;
  display: inline-block;
}
.input-block-container .input-block .am-autocomplete {
  border-bottom: none;
}
.input-block-container .input-block .am-autocomplete:before,
.input-block-container .input-block .am-autocomplete:after {
  display: none;
}
.input-block-container .input-block.small {
  width: 15%;
}
.input-block-container .input-block.medium {
  width: 25%;
}
.input-block-container .input-block.large {
  width: 35%;
}
.input-block-container .input-block.submit {
  float: right;
  border: none;
  width: 90px;
}
.input-block-container .input-block.submit .insert-hour-button {
  background: #111111;
  background: center center no-repeat !important;
  /* fallback */
  background: center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  font-family: inherit;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border: none;
  cursor: pointer;
  width: 100%;
}
.input-block-container .input-block.submit .insert-hour-button:hover {
  text-decoration: none;
}
.input-block-container .input-block input {
  border: none;
  height: 100%;
  background: #FFF;
  border-radius: 2px;
}
.input-block-container .input-block .inner-element {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
  line-height: 40px;
  background-color: #eeeeee;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}
@media screen and (max-width: 720px) {
  .input-block-container {
    height: auto;
  }
  .input-block-container .input-block {
    width: 100% !important;
    float: none !important;
    margin-bottom: 10px;
    height: 40px;
  }
  .input-block-container .input-block.tiny {
    width: 30% !important;
  }
}
.input-opportunities-filter {
  max-width: 256px;
  float: left;
  border-radius: 3px;
  height: 40px;
}
@media screen and (max-width: 720px) {
  .input-opportunities-filter {
    width: 50% !important;
  }
}
.input-block-holder {
  display: inline-flex !important;
}
@media screen and (max-width: 720px) {
  .input-block-holder {
    width: 100%;
  }
  .input-block-holder .input-block.tiny {
    width: 100% !important;
    max-width: none;
  }
}
.project-allocations-list {
  margin: 0 0 25px;
}
.work-type {
  vertical-align: middle;
  margin-right: 6px;
  /*position: relative;*/
}
.work-type .dd-select {
  height: 40px;
  cursor: pointer;
  font-size: 0;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 720px) {
  .work-type .dd-select {
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  .work-type .dd-selected-text {
    /*display: none;*/
    margin-left: 6px;
  }
}
.work-type .dd-selected-image {
  vertical-align: middle;
  float: left;
  max-width: 60px;
  padding-top: 11px;
  padding-left: 10px;
}
.work-type .dd-pointer {
  /*float: right;*/
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 40px;
  background: url('img/icons/icon_arrow_down.png') no-repeat center #eeeeee;
  background-size: 12px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.work-type .dd-options {
  border-top: none;
  list-style: none;
  box-shadow: 1px 1px 4px #111111;
  display: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0;
  background: #eeeeee;
  overflow: auto;
}
.work-type .dd-option {
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: left;
  padding: 10px;
  display: block;
  border-bottom: solid 1px #dddddd;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
.work-type .dd-option-selected {
  background: #FFF;
}
.work-type .dd-option:hover {
  background: #FFF;
  color: #111111;
}
.table th.puny,
.table td.puny {
  width: 25px;
}
.table th.tiny,
.table td.tiny {
  width: 50px;
}
.table th.small,
.table td.small {
  width: 100px;
}
.table th.medium,
.table td.medium {
  width: 200px;
}
.table th.large,
.table td.large {
  width: 250px;
}
.table th.total-text,
.table td.total-text {
  text-align: right !important;
  padding-right: 10px;
}
.table th input,
.table td input {
  border-radius: 2px;
  border-color: #EEE;
  height: 40px;
}
.table th input.disabled,
.table td input.disabled {
  background: #f0f0f0;
  color: #333;
}
.table th.link-status,
.table td.link-status {
  font-size: 18px;
}
.table th.link-status.unlinked,
.table td.link-status.unlinked {
  cursor: pointer;
}
.table.no-border td {
  border: none !important;
}
.table .amount-unit-wrapper .amount-wrapper,
.table .billing-amount-unit-wrapper .amount-wrapper,
.table .amount-unit-wrapper .billing-amount-wrapper,
.table .billing-amount-unit-wrapper .billing-amount-wrapper {
  display: inline-block;
  width: 80%;
}
.table .amount-unit-wrapper .unit-wrapper,
.table .billing-amount-unit-wrapper .unit-wrapper {
  display: inline-block;
}
.table .billing-amount-td .under-billed {
  color: orange;
}
@media screen and (max-width: 720px) {
  .table th,
  .table td {
    width: auto !important;
  }
  .table th.tiny,
  .table td.tiny,
  .table th.small,
  .table td.small {
    width: 50px !important;
  }
}
.small-icon {
  width: 24px;
  height: 24px;
  background-size: 10px, auto, auto;
  margin: 2px;
}
.text-center {
  text-align: center !important;
}
@media screen and (max-width: 720px) {
  .text-center {
    text-align: left !important;
  }
}
.text-muted {
  color: #aaa;
}
.icon-button {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
}
.icon-button.delete-button {
  background: #111111;
  background: url("img/icons/icon_delete.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_delete.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#E64525) center center no-repeat, to(#BB2C0E)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_delete.png") center center no-repeat, -webkit-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_delete.png") center center no-repeat, -moz-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_delete.png") center center no-repeat, -ms-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* IE10 */
  background: url("img/icons/icon_delete.png") center center no-repeat, -o-linear-gradient(top, #E64525, #BB2C0E) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_delete.png") center center no-repeat, linear-gradient(top, #E64525, #BB2C0E) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  border: none;
}
.icon-button.delete-button:hover {
  cursor: pointer;
}
.icon-button.cancel-button {
  background: #FFF;
  background: url("img/icons/icon_cancel.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_cancel.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFF) center center no-repeat, to(#cdcdcd)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_cancel.png") center center no-repeat, -webkit-linear-gradient(top, #FFF, #cdcdcd) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_cancel.png") center center no-repeat, -moz-linear-gradient(top, #FFF, #cdcdcd) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_cancel.png") center center no-repeat, -ms-linear-gradient(top, #FFF, #cdcdcd) !important;
  /* IE10 */
  background: url("img/icons/icon_cancel.png") center center no-repeat, -o-linear-gradient(top, #FFF, #cdcdcd) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_cancel.png") center center no-repeat, linear-gradient(top, #FFF, #cdcdcd) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  border: none;
  border: 1px solid #cccccc;
}
.icon-button.cancel-button:hover {
  cursor: pointer;
}
.icon-button.save-button {
  background: #FFF;
  background: url("img/icons/icon_check_white.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border-radius: 2px;
  border: none;
}
.icon-button.save-button:hover {
  cursor: pointer;
}
.icon-button.edit-hour {
  background: #111111;
  background: url("img/icons/icon_gear.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_gear.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_gear.png") center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_gear.png") center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_gear.png") center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: url("img/icons/icon_gear.png") center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_gear.png") center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border: none;
  border-radius: 2px;
  background-size: 20px, auto, auto;
}
.icon-button.edit-hour:hover {
  cursor: pointer;
}
.icon-button.verify-hour {
  background: #111111;
  background: url("img/icons/icon_check_white.png") center center no-repeat !important;
  /* fallback */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555555) center center no-repeat, to(#111111)) !important;
  /* Saf4+, Chrome */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -webkit-linear-gradient(top, #555555, #111111) !important;
  /* Chrome 10+, Saf5.1+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -moz-linear-gradient(top, #555555, #111111) !important;
  /* FF3.6+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -ms-linear-gradient(top, #555555, #111111) !important;
  /* IE10 */
  background: url("img/icons/icon_check_white.png") center center no-repeat, -o-linear-gradient(top, #555555, #111111) !important;
  /* Opera 11.10+ */
  background: url("img/icons/icon_check_white.png") center center no-repeat, linear-gradient(top, #555555, #111111) !important;
  /* W3C */
  width: 34px;
  height: 34px;
  background-size: 20px, auto, auto !important;
  border: none;
  border-radius: 2px;
  background-size: 20px, auto, auto;
  margin: 3px;
}
.icon-button.verify-hour:hover {
  cursor: pointer;
}
.table-summary {
  background: #EEE;
  padding: 15px;
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 25px;
}
@media only screen and (min-width: 721px) and (max-width: 900px) {
  .table-summary {
    position: static;
  }
}
.table-summary span {
  display: inline-block;
  width: 6em;
}
.html-report-table {
  margin: 0 0 40px;
}
.html-report-table tr.progress {
  background: #f5c916;
}
.html-report-table tr.warning {
  background: #FFC8AA;
}
.html-report-table tr.complete {
  background: #85d222;
}
.html-report-table th.slim {
  width: 5em;
}
.html-report-table td.progress {
  color: #f5c916;
}
.html-report-table td.warning {
  color: #E64525;
}
.html-report-table td.complete {
  color: #67ab0e;
}
.insert-holidays .calendar {
  position: static;
}
.insert-holidays .calendar .filters {
  margin: 0 0 15px;
}
.insert-holidays .calendar .filters .filter-link {
  line-height: 25px;
  display: inline-block;
}
.insert-holidays .calendar-view {
  height: 700px;
  position: static;
}
@media screen and (max-width: 720px) {
  /* Break the tabs underneath themselves in mobile view. */
  .main.opportunities .filters-wrapper {
    /* And hide the pointless arrow. */
  }
  .main.opportunities .filters-wrapper .filter {
    display: block;
  }
  .main.opportunities .filters-wrapper .filter.selected:after {
    border-top: none;
  }
  #quick-bar nav ul li:hover > a,
  #quick-bar nav ul li a:hover,
  #quick-bar nav ul li:hover > span,
  #quick-bar nav ul li span:hover {
    background: none;
  }
  #quick-bar-holder {
    display: unset;
    height: unset;
    width: unset;
    font-size: 20px;
    font-family: 'Open Sans', 'Arial Narrow', Arial, sans-serif;
  }
  #quick-bar-holder #quick-bar {
    background-color: #FFF;
    float: none;
    position: absolute;
    width: 100%;
    border: unset;
  }
  #quick-bar-holder #quick-bar .items {
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    line-height: 25px;
    padding-right: 8px;
  }
  #quick-bar-holder #quick-bar .items .tasmalogo {
    display: none;
  }
  #quick-bar-holder #quick-bar .items .menu-user-name {
    text-align: center;
    float: none;
    font-size: 20px;
    background-color: #FFF;
    color: #111111;
  }
  #quick-bar-holder #quick-bar .items .menu-user-name a {
    color: #111111;
  }
  #quick-bar-holder #quick-bar nav ul li ul li {
    margin: 0px 0px 8px 8px !important;
  }
  #quick-bar-holder #quick-bar nav {
    height: unset;
    line-height: unset;
    padding: unset;
    border-top: unset;
    font-size: 15px;
    background: #FFF;
    padding: 0 10px;
    border-bottom: 1px solid black;
  }
  #quick-bar-holder #quick-bar nav span {
    height: unset;
  }
  #quick-bar-holder #quick-bar nav ul {
    max-width: unset;
    margin: unset;
  }
  #quick-bar-holder #quick-bar nav ul li {
    float: none;
    position: unset;
    background-color: #FFF;
  }
  #quick-bar-holder #quick-bar nav ul li span {
    padding: 5px 10px;
    text-decoration: none;
    color: #FFF;
    font-weight: 300;
    background-color: #666;
  }
  #quick-bar-holder #quick-bar nav ul li a {
    display: block;
    color: #111111;
    height: unset;
    /*padding: unset;*/
    vertical-align: middle;
    background-color: unset;
  }
  #quick-bar-holder #quick-bar nav ul li a span {
    font-weight: 300;
    color: #FFF;
    cursor: default;
    background-color: #666;
    display: block;
    vertical-align: middle;
  }
  #quick-bar-holder #quick-bar nav ul li a span .dashboard-icon {
    display: none;
  }
  #quick-bar-holder #quick-bar nav ul li a.dashboard-nav-link {
    display: block;
    color: #111111;
    height: unset;
    padding: unset;
    vertical-align: middle;
    background-color: #E64525;
  }
  #quick-bar-holder #quick-bar nav ul li ul {
    margin: unset;
    padding: 8px 0;
    margin-left: 10px;
    margin-right: 10px;
    display: unset;
    position: unset;
    top: unset;
    left: unset;
    background: unset;
    /* Important to get rid of. */
    white-space: unset;
    min-width: unset;
  }
  #quick-bar-holder #quick-bar nav ul li ul li {
    float: none;
    margin: 0px;
  }
}
.a-toggle-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}
.a-toggle-wrapper .a-toggle-label {
  font-size: 14px;
  text-transform: uppercase;
}
.a-toggle-wrapper .a-toggle {
  background-color: white;
  display: flex;
  width: 32px;
  border-radius: 8px;
  transition: all 0.3s;
  cursor: pointer;
}
.a-toggle-wrapper .a-toggle .toggle-input {
  display: none;
}
.a-toggle-wrapper .a-toggle .toggle-knob {
  display: block;
  width: 12px;
  height: 12px;
  background-color: black;
  border-radius: 8px;
  margin: 3px;
  transition: all 0.3s;
}
.a-toggle-wrapper .a-toggle.checked {
  background-color: #92c345;
}
.a-toggle-wrapper .a-toggle.checked .toggle-knob {
  transform: translateX(12px);
}