@import url("https://fonts.googleapis.com/css?family=Bitter:700|Roboto:100,700,400&subset=latin-ext,latin");
/** CALENDAR WIDGET **/
#calendar-widget {
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

#fc-actions {
  position: absolute;
  top: 24px;
  right: 12px; }

.fc {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px; }

.fc td {
  border-color: #f0f0f0;
  text-align: center !important; }

.fc th {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  padding: 6px 0; }

.fc table tr > td:first-child {
  border-left-width: 0; }

.fc .ui-widget-header {
  border-width: 0; }

.fc-toolbar {
  margin-bottom: 0;
  padding: 20px 7px 19px;
  position: relative; }

.fc-toolbar h2 {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 7px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase; }

.fc-toolbar .ui-button {
  border: 0;
  background: 0 0;
  padding: 0;
  outline: none !important;
  text-align: center; }

.fc-toolbar .ui-button > span {
  position: relative;
  font-family: 'Material Design Iconic Font';
  font-size: 20px;
  color: #FFF;
  line-height: 100%;
  width: 30px;
  padding-top: 5px;
  display: block;
  margin-top: 2px; }

.fc-toolbar .ui-button > span:before {
  position: relative;
  z-index: 1; }

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-w:before {
  content: "\f297"; }

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-e:before {
  content: "\f298"; }

.fc-toolbar .ui-button > span:after {
  content: "";
  width: 0;
  position: absolute;
  top: 50%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  z-index: 0;
  transition: all;
  transition-duration: 200ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fc-toolbar .ui-button:hover > span:after {
  width: 31px;
  height: 31px;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2); }

.fc-event {
  padding: 0;
  font-size: 11px;
  border-radius: 0;
  border: 0;
  border-radius: 2px; }

.fc-event .fc-title {
  padding: 2px 0;
  display: block; }

.fc-event .fc-time {
  float: left;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 6px;
  margin: 0 0 0 -1px; }

.fc-view,
.fc-view > table {
  border: 0;
  overflow: hidden;
  /*
    @media @min-992 {
        width: ~"calc(100% + 1px)";
    }
    */ }

.fc-view > table > tbody > tr > .ui-widget-content {
  border-top: 0; }

div.fc-row {
  margin-right: 0 !important;
  border: 0 !important; }

/* Even Tag Color */
.event-tag {
  margin-top: 5px; }

.event-tag > span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  position: relative;
  display: inline-block;
  cursor: pointer; }

.event-tag > span:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.event-tag > span.selected:before {
  font-family: 'Material Design Iconic Font';
  content: "\f299";
  position: absolute;
  text-align: center;
  top: 3px;
  width: 100%;
  font-size: 17px;
  color: #FFF; }

.actions {
  list-style: none;
  padding: 0;
  z-index: 2;
  margin: 0; }

.actions > li {
  display: inline-block;
  vertical-align: baseline; }

.actions > li > a,
.actions > a {
  width: 30px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  text-align: center;
  position: relative; }

.actions > li > a > i,
.actions > a > i {
  transition: color;
  transition-duration: 1300ms;
  color: #adadad;
  font-size: 20px; }

.actions > li > a:hover > i,
.actions > a:hover > i {
  color: #000; }

.actions > li > a:before,
.actions > a:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale3d(0, 0, 0);
  transition: all;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0); }

.actions > li > a:hover:before,
.actions > a:hover:before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  filter: alpha(opacity=100); }

.actions > li.open > a > i,
.actions.open > a > i {
  color: #000; }

.actions > li.open > a:before,
.actions.open > a:before {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100); }

.actions.actions-alt > li > a > i {
  color: #fff; }

.actions.actions-alt > li > a > i:hover {
  color: #fff; }

.actions.actions-alt > li.open > a > i {
  color: #fff; }

.actions.open {
  z-index: 3; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.08); }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: rgba(0, 0, 0, 0.075); }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.075); }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e4e4e4; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  font: 16px/1 sans-serif; }

*,
*::before,
*::after {
  box-sizing: inherit; }

iframe {
  border: 0; }

h1,
h2,
h3,
p,
ul,
button {
  margin: 0;
  padding: 0; }

main,
li {
  display: block; }

h1,
h2,
h3,
p {
  font-size: inherit; }

strong {
  font-weight: bold; }

a,
button {
  color: inherit;
  transition: 0.3s; }

a {
  text-decoration: none;
  cursor: pointer; }

button {
  overflow: visible;
  border: 0;
  background: none;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  -webkit-font-smoothing: inherit; }
  button:focus {
    outline: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

:focus {
  outline: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.hidden {
  opacity: 0; }

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

* {
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

h1 {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 45px; }

.public-page {
  padding: 50px; }

.public-header {
  width: 100%;
  text-align: center; }
  .public-header h1 {
    color: #4c80ab;
    font-size: 3em;
    font-family: "Bitter", serif; }

.public-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  font-size: .6em;
  text-align: center; }

.public-view {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .public-view:after {
    content: " ";
    display: block;
    clear: both; }

.app-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 45px;
  color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
  .app-header > * {
    display: inline-block;
    vertical-align: top; }

.app-menu-btn {
  position: relative;
  display: inline-block; }

.app-top-buttons {
  position: absolute;
  top: 0;
  right: 10px;
  width: 200px;
  height: 100%; }
  .app-top-buttons > * {
    position: relative;
    display: inline-block;
    vertical-align: top; }

.app-options-btn {
  position: absolute;
  top: 0;
  right: 10px; }

.app-main {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  padding-top: 45px; }
  .app-main:after {
    content: " ";
    display: block;
    clear: both; }

.app-menu {
  position: fixed;
  top: 45px;
  z-index: 1000;
  width: 268px;
  height: calc(100% - 45px);
  background-color: #fff;
  transform: translate3d(-268px, 0, 0);
  transition: all;
  transition-duration: 300ms;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .app-menu.open {
    transform: translate3d(0, 0, 0); }

.app-menu-inner {
  overflow-y: auto;
  width: 268px;
  height: 100%; }

.app-menu-pinit {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  font-size: 1.2em;
  text-shadow: 1px 1px #000; }
  .app-menu-pinit.down {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

.app-profile {
  position: relative;
  width: 100%;
  height: 129px; }

.app-profile-photo {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%; }

.app-profile-name {
  position: absolute;
  top: 40px;
  left: 130px;
  color: #fff;
  font-weight: 700; }

.app-profile-logoff {
  position: absolute;
  top: 80px;
  left: 130px;
  color: #fff;
  cursor: pointer; }

.app-modules-nav {
  margin: 20px 0 0; }
  .app-modules-nav > li a {
    position: relative;
    display: block;
    padding: 14px 20px 14px 52px;
    color: #4c4c4c;
    font-weight: 400; }
    .app-modules-nav > li a:hover {
      color: #262626;
      background-color: #f7f7f7; }
    .app-modules-nav > li a.active {
      color: #262626;
      background-color: #f4f4f4; }
    .app-modules-nav > li a.disabled {
      color: #f4f4f4; }
  .app-modules-nav i {
    position: absolute;
    top: 0;
    left: 16px;
    width: 25px;
    padding: 9px 0;
    font-size: 20px;
    text-align: center; }
  .app-modules-nav ul.submenu {
    display: none;
    overflow: hidden;
    transition: all;
    transition-duration: 300ms; }
    .app-modules-nav ul.submenu.open {
      display: block; }

.app-options {
  position: fixed;
  top: 45px;
  right: 0;
  z-index: 1000;
  width: 268px;
  height: calc(100% - 45px);
  background-color: #fff;
  transform: translate3d(268px, 0, 0);
  transition: all;
  transition-duration: 300ms;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .app-options.open {
    transform: translate3d(0, 0, 0); }

.app-content {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px; }
  .app-content:after {
    content: " ";
    display: block;
    clear: both; }
  .app-content.pined {
    padding-left: 80px; }

.bnc-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both; }
  .bnc-container:after {
    content: " ";
    display: block;
    clear: both; }

.top-button-area {
  margin-bottom: 10px; }

.pnl-container {
  position: fixed;
  top: 50px;
  left: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-color: #fff; }
  .pnl-container table tr th {
    border: solid thin;
    border-color: #eee;
    font-weight: bold;
    text-align: center; }
  .pnl-container table tr td {
    padding-right: 5px;
    border: solid thin;
    border-color: #eee; }
  .pnl-container table tbody td,
  .pnl-container table tbody th {
    text-align: right; }
  .pnl-container table tbody td:last-child {
    text-align: left; }
  .pnl-container table th:nth-child(-n+4) {
    color: #0001d4; }
  .pnl-container table th:nth-child(n+7) {
    color: #0001d4; }
  .pnl-container table th:last-child {
    color: #000; }
  .pnl-container table td:nth-child(-n+4) {
    color: #0001d4; }
  .pnl-container table td:nth-child(n+7) {
    color: #0001d4; }
  .pnl-container table td:last-child {
    color: #000; }
  .pnl-container table tr.total {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    .pnl-container table tr.total td {
      font-weight: bold; }
  .pnl-container .bnc-table thead tr,
  .pnl-container .bnc-table tbody tr,
  .pnl-container .bnc-table thead tr th,
  .pnl-container .bnc-table tbody tr td {
    height: 28px;
    line-height: 28px; }
  .pnl-container .bnc-table tbody {
    overflow-x: visible;
    overflow-y: visible; }

.pnl-container-comparing {
  float: left;
  height: 100%;
  background-color: #fff;
  font-size: 0.5em !important;
  background-color: #fff; }
  .pnl-container-comparing.left {
    width: 55%; }
  .pnl-container-comparing.right {
    width: 40%;
    margin-right: 5%; }
  .pnl-container-comparing table tr th {
    border: solid thin;
    border-color: #eee;
    font-weight: bold;
    text-align: center; }
  .pnl-container-comparing table tr td {
    padding-right: 5px;
    border: solid thin;
    border-color: #eee; }
  .pnl-container-comparing table tbody td,
  .pnl-container-comparing table tbody th {
    text-align: right; }
  .pnl-container-comparing table tbody td:last-child {
    text-align: left; }
  .pnl-container-comparing table th:nth-child(-n+4) {
    color: #0001d4; }
  .pnl-container-comparing table th:nth-child(n+7) {
    color: #0001d4; }
  .pnl-container-comparing table th:last-child {
    color: #000; }
  .pnl-container-comparing table td:nth-child(-n+4) {
    color: #0001d4; }
  .pnl-container-comparing table td:nth-child(n+7) {
    color: #0001d4; }
  .pnl-container-comparing table td:last-child {
    color: #000; }
  .pnl-container-comparing table tr.total {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    .pnl-container-comparing table tr.total td {
      font-weight: bold; }
  .pnl-container-comparing .bnc-table thead tr,
  .pnl-container-comparing .bnc-table tbody tr,
  .pnl-container-comparing .bnc-table thead tr th,
  .pnl-container-comparing .bnc-table tbody tr td {
    height: 28px;
    line-height: 28px;
    font-size: 0.85em; }
  .pnl-container-comparing .bnc-table tbody {
    overflow-x: visible;
    overflow-y: visible; }

.admin .app-header {
  background-color: #3f51b5; }

.admin .app-profile {
  background-color: #3f51b5; }

.admin .content-header {
  color: #3f51b5; }

.admin .task-btn {
  background-color: #3f51b5; }
  .admin .task-btn.closed {
    color: #3f51b5;
    background-color: #fff; }

.admin .fc-toolbar,
.admin .fc-event {
  border-color: #3f51b5;
  background-color: #3f51b5; }

.admin .form input:focus,
.admin .form textarea:focus {
  border-bottom-color: #3f51b5; }

.admin .form label {
  color: #3f51b5; }

.admin .app-btn {
  border: 1px solid rgba(63, 81, 181, 0.2);
  color: #3f51b5; }

.config .app-header {
  background-color: #607d8b; }

.config .app-profile {
  background-color: #607d8b; }

.config .content-header {
  color: #607d8b; }

.config .task-btn {
  background-color: #607d8b; }
  .config .task-btn.closed {
    color: #607d8b;
    background-color: #fff; }

.config .fc-toolbar,
.config .fc-event {
  border-color: #607d8b;
  background-color: #607d8b; }

.config .form input:focus,
.config .form textarea:focus {
  border-bottom-color: #607d8b; }

.config .form label {
  color: #607d8b; }

.config .app-btn {
  border: 1px solid rgba(96, 125, 139, 0.2);
  color: #607d8b; }

.crm .app-header {
  background-color: #ff5722; }

.crm .app-profile {
  background-color: #ff5722; }

.crm .content-header {
  color: #ff5722; }

.crm .task-btn {
  background-color: #ff5722; }
  .crm .task-btn.closed {
    color: #ff5722;
    background-color: #fff; }

.crm .fc-toolbar,
.crm .fc-event {
  border-color: #ff5722;
  background-color: #ff5722; }

.crm .form input:focus,
.crm .form textarea:focus {
  border-bottom-color: #ff5722; }

.crm .form label {
  color: #ff5722; }

.crm .app-btn {
  border: 1px solid rgba(255, 87, 34, 0.2);
  color: #ff5722; }

.hr .app-header {
  background-color: #4caf50; }

.hr .app-profile {
  background-color: #4caf50; }

.hr .content-header {
  color: #4caf50; }

.hr .task-btn {
  background-color: #4caf50; }
  .hr .task-btn.closed {
    color: #4caf50;
    background-color: #fff; }

.hr .fc-toolbar,
.hr .fc-event {
  border-color: #4caf50;
  background-color: #4caf50; }

.hr .form input:focus,
.hr .form textarea:focus {
  border-bottom-color: #4caf50; }

.hr .form label {
  color: #4caf50; }

.hr .app-btn {
  border: 1px solid rgba(76, 175, 80, 0.2);
  color: #4caf50; }

.it .app-header {
  background-color: #673ab7; }

.it .app-profile {
  background-color: #673ab7; }

.it .content-header {
  color: #673ab7; }

.it .task-btn {
  background-color: #673ab7; }
  .it .task-btn.closed {
    color: #673ab7;
    background-color: #fff; }

.it .fc-toolbar,
.it .fc-event {
  border-color: #673ab7;
  background-color: #673ab7; }

.it .form input:focus,
.it .form textarea:focus {
  border-bottom-color: #673ab7; }

.it .form label {
  color: #673ab7; }

.it .app-btn {
  border: 1px solid rgba(103, 58, 183, 0.2);
  color: #673ab7; }

.marketing .app-header {
  background-color: #9c27b0; }

.marketing .app-profile {
  background-color: #9c27b0; }

.marketing .content-header {
  color: #9c27b0; }

.marketing .task-btn {
  background-color: #9c27b0; }
  .marketing .task-btn.closed {
    color: #9c27b0;
    background-color: #fff; }

.marketing .fc-toolbar,
.marketing .fc-event {
  border-color: #9c27b0;
  background-color: #9c27b0; }

.marketing .form input:focus,
.marketing .form textarea:focus {
  border-bottom-color: #9c27b0; }

.marketing .form label {
  color: #9c27b0; }

.marketing .app-btn {
  border: 1px solid rgba(156, 39, 176, 0.2);
  color: #9c27b0; }

.personal .app-header {
  background-color: #009688; }

.personal .app-profile {
  background-color: #009688; }

.personal .content-header {
  color: #009688; }

.personal .task-btn {
  background-color: #009688; }
  .personal .task-btn.closed {
    color: #009688;
    background-color: #fff; }

.personal .fc-toolbar,
.personal .fc-event {
  border-color: #009688;
  background-color: #009688; }

.personal .form input:focus,
.personal .form textarea:focus {
  border-bottom-color: #009688; }

.personal .form label {
  color: #009688; }

.personal .app-btn {
  border: 1px solid rgba(0, 150, 136, 0.2);
  color: #009688; }

.project .app-header {
  background-color: #03a9f4; }

.project .app-profile {
  background-color: #03a9f4; }

.project .content-header {
  color: #03a9f4; }

.project .task-btn {
  background-color: #03a9f4; }
  .project .task-btn.closed {
    color: #03a9f4;
    background-color: #fff; }

.project .fc-toolbar,
.project .fc-event {
  border-color: #03a9f4;
  background-color: #03a9f4; }

.project .form input:focus,
.project .form textarea:focus {
  border-bottom-color: #03a9f4; }

.project .form label {
  color: #03a9f4; }

.project .app-btn {
  border: 1px solid rgba(3, 169, 244, 0.2);
  color: #03a9f4; }

.tutorials .app-header {
  background-color: #607d8b; }

.tutorials .app-profile {
  background-color: #607d8b; }

.tutorials .content-header {
  color: #607d8b; }

.tutorials .task-btn {
  background-color: #607d8b; }
  .tutorials .task-btn.closed {
    color: #607d8b;
    background-color: #fff; }

.tutorials .fc-toolbar,
.tutorials .fc-event {
  border-color: #607d8b;
  background-color: #607d8b; }

.tutorials .form input:focus,
.tutorials .form textarea:focus {
  border-bottom-color: #607d8b; }

.tutorials .form label {
  color: #607d8b; }

.tutorials .app-btn {
  border: 1px solid rgba(96, 125, 139, 0.2);
  color: #607d8b; }

.bookings .app-header {
  background-color: #FF5722; }

.bookings .app-profile {
  background-color: #FF5722; }

.bookings .content-header {
  color: #FF5722; }

.bookings .task-btn {
  background-color: #FF5722; }
  .bookings .task-btn.closed {
    color: #FF5722;
    background-color: #fff; }

.bookings .fc-toolbar,
.bookings .fc-event {
  border-color: #FF5722;
  background-color: #FF5722; }

.bookings .form input:focus,
.bookings .form textarea:focus {
  border-bottom-color: #FF5722; }

.bookings .form label {
  color: #FF5722; }

.bookings .app-btn {
  border: 1px solid rgba(255, 87, 34, 0.2);
  color: #FF5722; }

.card-signin {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  margin-left: 25.42373%;
  position: relative;
  height: 500px;
  margin-top: 30px;
  padding: 20px;
  color: #fff;
  background-color: #4c80ab;
  font-weight: 100;
  font-size: 1.2em; }
  .card-signin h2 {
    width: 100%;
    font-size: 1.5em;
    text-align: center; }

.form-signin {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  padding: 20px; }
  .form-signin:after {
    content: " ";
    display: block;
    clear: both; }
  .form-signin > * {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .form-signin label {
    font-weight: 400;
    font-size: 24pt;
    line-height: 34pt; }
    .form-signin label i {
      margin-right: 5px; }
  .form-signin input {
    height: 58px;
    margin: 0;
    padding: 5px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.9);
    font-weight: 100;
    font-size: 20pt;
    line-height: 24pt; }
  .form-signin button {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 16.94915%;
    height: 58px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #2a5389;
    font-weight: 400;
    font-size: 24pt;
    line-height: 34pt; }
    .form-signin button:hover {
      background-color: #4e709d; }

.signup-message {
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: .8em;
  text-align: center; }
  .signup-message a {
    font-weight: bold; }

.content-header {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 2em;
  text-align: center; }
  .content-header .fa {
    cursor: pointer; }

.content-column-left {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  min-height: 500px; }
  .content-column-left.small {
    min-height: 200px; }

.content-column-right {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  min-height: 500px; }
  .content-column-right.small {
    min-height: 200px; }

.content-card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  border-radius: 2px;
  margin-bottom: 20px; }
  .content-card p {
    padding: 20px; }

.content-card-title {
  padding: 16px; }
  .content-card-title h2 {
    overflow: hidden;
    font-weight: 100;
    font-size: 24px;
    line-height: normal; }

.content-card-content {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.content-card-actions {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.personal-dashboard-started-tasks-table td:nth-child(1),
.personal-dashboard-started-tasks-table th:nth-child(1) {
  width: 10%; }

.personal-dashboard-started-tasks-table td:nth-child(2),
.personal-dashboard-started-tasks-table th:nth-child(2) {
  width: 10%; }

.personal-dashboard-started-tasks-table td:nth-child(3),
.personal-dashboard-started-tasks-table th:nth-child(3) {
  width: 10%; }

.personal-dashboard-started-tasks-table td:nth-child(4),
.personal-dashboard-started-tasks-table th:nth-child(4) {
  width: 40%; }

.personal-dashboard-started-tasks-table td:nth-child(5),
.personal-dashboard-started-tasks-table th:nth-child(5) {
  width: 20%; }

.personal-dashboard-started-tasks-table td:nth-child(6),
.personal-dashboard-started-tasks-table th:nth-child(6) {
  width: 10%; }

.personal-dashboard-open-tasks-table td:nth-child(1),
.personal-dashboard-open-tasks-table th:nth-child(1) {
  width: 10%; }

.personal-dashboard-open-tasks-table td:nth-child(2),
.personal-dashboard-open-tasks-table th:nth-child(2) {
  width: 10%; }

.personal-dashboard-open-tasks-table td:nth-child(3),
.personal-dashboard-open-tasks-table th:nth-child(3) {
  width: 10%; }

.personal-dashboard-open-tasks-table td:nth-child(4),
.personal-dashboard-open-tasks-table th:nth-child(4) {
  width: 40%; }

.personal-dashboard-open-tasks-table td:nth-child(5),
.personal-dashboard-open-tasks-table th:nth-child(5) {
  width: 20%; }

.personal-dashboard-open-tasks-table td:nth-child(6),
.personal-dashboard-open-tasks-table th:nth-child(6) {
  width: 10%; }

.personal-dashboard-my-projects-table td:nth-child(1),
.personal-dashboard-my-projects-table th:nth-child(1) {
  width: 90%; }

.personal-dashboard-my-projects-table td:nth-child(2),
.personal-dashboard-my-projects-table th:nth-child(2) {
  width: 10%; }

.personal-dashboard-my-projects-table th:nth-child(1),
.personal-dashboard-my-projects-table td:nth-child(1) {
  padding-left: 10px; }

.personal-calendar-options-table td:nth-child(1),
.personal-calendar-options-table th:nth-child(1) {
  width: 90%; }

.personal-calendar-options-table td:nth-child(2),
.personal-calendar-options-table th:nth-child(2) {
  width: 10%; }

.project-people-table td:nth-child(1),
.project-people-table th:nth-child(1) {
  width: 10%; }

.project-people-table td:nth-child(2),
.project-people-table th:nth-child(2) {
  width: 75%; }

.project-people-table td:nth-child(3),
.project-people-table th:nth-child(3) {
  width: 15%; }

.project-task-table td:nth-child(1),
.project-task-table th:nth-child(1) {
  width: 5%; }

.project-task-table td:nth-child(2),
.project-task-table th:nth-child(2) {
  width: 5%; }

.project-task-table td:nth-child(3),
.project-task-table th:nth-child(3) {
  width: 5%; }

.project-task-table td:nth-child(4),
.project-task-table th:nth-child(4) {
  width: 40%; }

.project-task-table td:nth-child(5),
.project-task-table th:nth-child(5) {
  width: 10%; }

.project-task-table td:nth-child(6),
.project-task-table th:nth-child(6) {
  width: 20%; }

.project-task-table td:nth-child(7),
.project-task-table th:nth-child(7) {
  width: 5%; }

.project-task-table td:nth-child(8),
.project-task-table th:nth-child(8) {
  width: 10%; }

.table-hr-staff td:nth-child(1),
.table-hr-staff th:nth-child(1) {
  width: 18%; }

.table-hr-staff td:nth-child(2),
.table-hr-staff th:nth-child(2) {
  width: 18%; }

.table-hr-staff td:nth-child(3),
.table-hr-staff th:nth-child(3) {
  width: 20%; }

.table-hr-staff td:nth-child(4),
.table-hr-staff th:nth-child(4) {
  width: 20%; }

.table-hr-staff td:nth-child(5),
.table-hr-staff th:nth-child(5) {
  width: 10%; }

.table-hr-staff td:nth-child(6),
.table-hr-staff th:nth-child(6) {
  width: 7%; }

.table-hr-staff td:nth-child(7),
.table-hr-staff th:nth-child(7) {
  width: 7%; }

.table-customers-loyalty td:nth-child(1),
.table-customers-loyalty th:nth-child(1) {
  width: 15%; }

.table-customers-loyalty td:nth-child(2),
.table-customers-loyalty th:nth-child(2) {
  width: 15%; }

.table-customers-loyalty td:nth-child(3),
.table-customers-loyalty th:nth-child(3) {
  width: 10%; }

.table-customers-loyalty td:nth-child(4),
.table-customers-loyalty th:nth-child(4) {
  width: 25%; }

.table-customers-loyalty td:nth-child(5),
.table-customers-loyalty th:nth-child(5) {
  width: 25%; }

.table-customers-loyalty td:nth-child(6),
.table-customers-loyalty th:nth-child(6) {
  width: 5%; }

.table-customers-loyalty td:nth-child(7),
.table-customers-loyalty th:nth-child(7) {
  width: 5%; }

.table-roles td:nth-child(1),
.table-roles th:nth-child(1) {
  width: 80%; }

.table-roles td:nth-child(2),
.table-roles th:nth-child(2) {
  width: 20%; }

.table-config-revenue td:nth-child(1),
.table-config-revenue th:nth-child(1) {
  width: 40%; }

.table-config-revenue td:nth-child(2),
.table-config-revenue th:nth-child(2) {
  width: 15%; }

.table-config-revenue td:nth-child(3),
.table-config-revenue th:nth-child(3) {
  width: 25%; }

.table-config-revenue td:nth-child(4),
.table-config-revenue th:nth-child(4) {
  width: 10%; }

.table-config-revenue td:nth-child(5),
.table-config-revenue th:nth-child(5) {
  width: 10%; }

.table-config-expenses td:nth-child(1),
.table-config-expenses th:nth-child(1) {
  width: 40%; }

.table-config-expenses td:nth-child(2),
.table-config-expenses th:nth-child(2) {
  width: 10%; }

.table-config-expenses td:nth-child(3),
.table-config-expenses th:nth-child(3) {
  width: 10%; }

.table-config-expenses td:nth-child(4),
.table-config-expenses th:nth-child(4) {
  width: 10%; }

.table-config-expenses td:nth-child(5),
.table-config-expenses th:nth-child(5) {
  width: 10%; }

.table-config-expenses td:nth-child(6),
.table-config-expenses th:nth-child(6) {
  width: 10%; }

.table-config-expenses td:nth-child(7),
.table-config-expenses th:nth-child(7) {
  width: 5%; }

.table-config-expenses td:nth-child(8),
.table-config-expenses th:nth-child(8) {
  width: 5%; }

.table-config-checklist td:nth-child(1),
.table-config-checklist th:nth-child(1) {
  width: 80%; }

.table-config-checklist td:nth-child(2),
.table-config-checklist th:nth-child(2) {
  width: 10%; }

.table-config-checklist td:nth-child(3),
.table-config-checklist th:nth-child(3) {
  width: 10%; }

.table-config-email td:nth-child(1),
.table-config-email th:nth-child(1) {
  width: 10%; }

.table-config-email td:nth-child(2),
.table-config-email th:nth-child(2) {
  width: 75%; }

.table-config-email td:nth-child(3),
.table-config-email th:nth-child(3) {
  width: 15%; }

.table-config-invoices td:nth-child(1),
.table-config-invoices th:nth-child(1) {
  width: 20%; }

.table-config-invoices td:nth-child(2),
.table-config-invoices th:nth-child(2) {
  width: 10%; }

.table-config-invoices td:nth-child(3),
.table-config-invoices th:nth-child(3) {
  width: 10%; }

.table-config-invoices td:nth-child(4),
.table-config-invoices th:nth-child(4) {
  width: 10%; }

.table-config-invoices td:nth-child(5),
.table-config-invoices th:nth-child(5) {
  width: 10%; }

.table-config-invoices td:nth-child(6),
.table-config-invoices th:nth-child(6) {
  width: 20%; }

.table-config-invoices td:nth-child(7),
.table-config-invoices th:nth-child(7) {
  width: 10%; }

.table-config-invoices td:nth-child(8),
.table-config-invoices th:nth-child(8) {
  width: 10%; }

.table-admin-documents td:nth-child(1),
.table-admin-documents th:nth-child(1) {
  width: 10%; }

.table-admin-documents td:nth-child(2),
.table-admin-documents th:nth-child(2) {
  width: 20%; }

.table-admin-documents td:nth-child(3),
.table-admin-documents th:nth-child(3) {
  width: 10%; }

.table-admin-documents td:nth-child(4),
.table-admin-documents th:nth-child(4) {
  width: 10%; }

.table-admin-documents td:nth-child(5),
.table-admin-documents th:nth-child(5) {
  width: 10%; }

.table-admin-documents td:nth-child(6),
.table-admin-documents th:nth-child(6) {
  width: 10%; }

.table-admin-documents td:nth-child(7),
.table-admin-documents th:nth-child(7) {
  width: 20%; }

.table-admin-documents td:nth-child(8),
.table-admin-documents th:nth-child(8) {
  width: 5%; }

.table-admin-documents td:nth-child(9),
.table-admin-documents th:nth-child(9) {
  width: 5%; }

.table-admin-revenue td:nth-child(1),
.table-admin-revenue th:nth-child(1) {
  width: 15%; }

.table-admin-revenue td:nth-child(2),
.table-admin-revenue th:nth-child(2) {
  width: 10%; }

.table-admin-revenue td:nth-child(3),
.table-admin-revenue th:nth-child(3) {
  width: 10%; }

.table-admin-revenue td:nth-child(4),
.table-admin-revenue th:nth-child(4) {
  width: 10%; }

.table-admin-revenue td:nth-child(5),
.table-admin-revenue th:nth-child(5) {
  width: 10%; }

.table-admin-revenue td:nth-child(6),
.table-admin-revenue th:nth-child(6) {
  width: 10%; }

.table-admin-revenue td:nth-child(7),
.table-admin-revenue th:nth-child(7) {
  width: 10%; }

.table-admin-revenue td:nth-child(8),
.table-admin-revenue th:nth-child(8) {
  width: 10%; }

.table-admin-revenue td:nth-child(9),
.table-admin-revenue th:nth-child(9) {
  width: 15%; }

.table-pnl td:nth-child(1),
.table-pnl th:nth-child(1) {
  width: 11%; }

.table-pnl td:nth-child(2),
.table-pnl th:nth-child(2) {
  width: 5%; }

.table-pnl td:nth-child(3),
.table-pnl th:nth-child(3) {
  width: 11%; }

.table-pnl td:nth-child(4),
.table-pnl th:nth-child(4) {
  width: 5%; }

.table-pnl td:nth-child(5),
.table-pnl th:nth-child(5) {
  width: 11%; }

.table-pnl td:nth-child(6),
.table-pnl th:nth-child(6) {
  width: 5%; }

.table-pnl td:nth-child(7),
.table-pnl th:nth-child(7) {
  width: 11%; }

.table-pnl td:nth-child(8),
.table-pnl th:nth-child(8) {
  width: 5%; }

.table-pnl td:nth-child(9),
.table-pnl th:nth-child(9) {
  width: 11%; }

.table-pnl td:nth-child(10),
.table-pnl th:nth-child(10) {
  width: 5%; }

.table-pnl td:nth-child(11),
.table-pnl th:nth-child(11) {
  width: 20%; }

.table-pnl-to-date td:nth-child(1),
.table-pnl-to-date th:nth-child(1) {
  width: 13%; }

.table-pnl-to-date td:nth-child(2),
.table-pnl-to-date th:nth-child(2) {
  width: 7%; }

.table-pnl-to-date td:nth-child(3),
.table-pnl-to-date th:nth-child(3) {
  width: 13%; }

.table-pnl-to-date td:nth-child(4),
.table-pnl-to-date th:nth-child(4) {
  width: 7%; }

.table-pnl-to-date td:nth-child(5),
.table-pnl-to-date th:nth-child(5) {
  width: 13%; }

.table-pnl-to-date td:nth-child(6),
.table-pnl-to-date th:nth-child(6) {
  width: 7%; }

.table-pnl-to-date td:nth-child(7),
.table-pnl-to-date th:nth-child(7) {
  width: 13%; }

.table-pnl-to-date td:nth-child(8),
.table-pnl-to-date th:nth-child(8) {
  width: 7%; }

.table-pnl-to-date td:nth-child(9),
.table-pnl-to-date th:nth-child(9) {
  width: 13%; }

.table-pnl-to-date td:nth-child(10),
.table-pnl-to-date th:nth-child(10) {
  width: 7%; }

.table-config-tills td:nth-child(1),
.table-config-tills th:nth-child(1) {
  width: 40%; }

.table-config-tills td:nth-child(2),
.table-config-tills th:nth-child(2) {
  width: 20%; }

.table-config-tills td:nth-child(3),
.table-config-tills th:nth-child(3) {
  width: 20%; }

.table-config-tills td:nth-child(4),
.table-config-tills th:nth-child(4) {
  width: 10%; }

.table-config-tills td:nth-child(5),
.table-config-tills th:nth-child(5) {
  width: 10%; }

.table-cost-queries td:nth-child(1),
.table-cost-queries th:nth-child(1) {
  width: 20%; }

.table-cost-queries td:nth-child(2),
.table-cost-queries th:nth-child(2) {
  width: 35%; }

.table-cost-queries td:nth-child(3),
.table-cost-queries th:nth-child(3) {
  width: 15%; }

.table-cost-queries td:nth-child(4),
.table-cost-queries th:nth-child(4) {
  width: 15%; }

.table-cost-queries td:nth-child(5),
.table-cost-queries th:nth-child(5) {
  width: 15%; }

.table-config-hr-positions td:nth-child(1),
.table-config-hr-positions th:nth-child(1) {
  width: 40%; }

.table-config-hr-positions td:nth-child(2),
.table-config-hr-positions th:nth-child(2) {
  width: 20%; }

.table-config-hr-positions td:nth-child(3),
.table-config-hr-positions th:nth-child(3) {
  width: 10%; }

.table-config-hr-positions td:nth-child(4),
.table-config-hr-positions th:nth-child(4) {
  width: 20%; }

.table-config-hr-positions td:nth-child(5),
.table-config-hr-positions th:nth-child(5) {
  width: 5%; }

.table-config-hr-positions td:nth-child(6),
.table-config-hr-positions th:nth-child(6) {
  width: 5%; }

.table-config-hr-bands td:nth-child(1),
.table-config-hr-bands th:nth-child(1) {
  width: 50%; }

.table-config-hr-bands td:nth-child(2),
.table-config-hr-bands th:nth-child(2) {
  width: 20%; }

.table-config-hr-bands td:nth-child(3),
.table-config-hr-bands th:nth-child(3) {
  width: 20%; }

.table-config-hr-bands td:nth-child(4),
.table-config-hr-bands th:nth-child(4) {
  width: 5%; }

.table-config-hr-bands td:nth-child(5),
.table-config-hr-bands th:nth-child(5) {
  width: 5%; }

.table-config-hr-property td:nth-child(1),
.table-config-hr-property th:nth-child(1) {
  width: 90%; }

.table-config-hr-property td:nth-child(2),
.table-config-hr-property th:nth-child(2) {
  width: 5%; }

.table-config-hr-property td:nth-child(3),
.table-config-hr-property th:nth-child(3) {
  width: 5%; }

.table-hr-reports-venues td:nth-child(1),
.table-hr-reports-venues th:nth-child(1) {
  width: 10%; }

.table-hr-reports-venues td:nth-child(2),
.table-hr-reports-venues th:nth-child(2) {
  width: 10%; }

.table-hr-reports-venues td:nth-child(3),
.table-hr-reports-venues th:nth-child(3) {
  width: 15%; }

.table-hr-reports-venues td:nth-child(4),
.table-hr-reports-venues th:nth-child(4) {
  width: 10%; }

.table-hr-reports-venues td:nth-child(5),
.table-hr-reports-venues th:nth-child(5) {
  width: 10%; }

.table-hr-reports-venues td:nth-child(6),
.table-hr-reports-venues th:nth-child(6) {
  width: 10%; }

.table-hr-reports-venues td:nth-child(7),
.table-hr-reports-venues th:nth-child(7) {
  width: 15%; }

.table-hr-reports-venues td:nth-child(8),
.table-hr-reports-venues th:nth-child(8) {
  width: 10%; }

.table-hr-reports-venues td:nth-child(9),
.table-hr-reports-venues th:nth-child(9) {
  width: 10%; }

.table-hr-vacation-years td:nth-child(1),
.table-hr-vacation-years th:nth-child(1) {
  width: 15%; }

.table-hr-vacation-years td:nth-child(2),
.table-hr-vacation-years th:nth-child(2) {
  width: 15%; }

.table-hr-vacation-years td:nth-child(3),
.table-hr-vacation-years th:nth-child(3) {
  width: 15%; }

.table-hr-vacation-years td:nth-child(4),
.table-hr-vacation-years th:nth-child(4) {
  width: 15%; }

.table-hr-vacation-years td:nth-child(5),
.table-hr-vacation-years th:nth-child(5) {
  width: 15%; }

.table-hr-vacation-years td:nth-child(6),
.table-hr-vacation-years th:nth-child(6) {
  width: 15%; }

.table-hr-vacation-years td:nth-child(7),
.table-hr-vacation-years th:nth-child(7) {
  width: 5%; }

.table-hr-vacation-years td:nth-child(8),
.table-hr-vacation-years th:nth-child(8) {
  width: 5%; }

.table-hr-vacation-pending td:nth-child(1),
.table-hr-vacation-pending th:nth-child(1) {
  width: 20%; }

.table-hr-vacation-pending td:nth-child(2),
.table-hr-vacation-pending th:nth-child(2) {
  width: 20%; }

.table-hr-vacation-pending td:nth-child(3),
.table-hr-vacation-pending th:nth-child(3) {
  width: 40%; }

.table-hr-vacation-pending td:nth-child(4),
.table-hr-vacation-pending th:nth-child(4) {
  width: 10%; }

.table-hr-vacation-pending td:nth-child(5),
.table-hr-vacation-pending th:nth-child(5) {
  width: 10%; }

.table-hr-vacation-pending-all td:nth-child(1),
.table-hr-vacation-pending-all th:nth-child(1) {
  width: 20%; }

.table-hr-vacation-pending-all td:nth-child(2),
.table-hr-vacation-pending-all th:nth-child(2) {
  width: 20%; }

.table-hr-vacation-pending-all td:nth-child(3),
.table-hr-vacation-pending-all th:nth-child(3) {
  width: 20%; }

.table-hr-vacation-pending-all td:nth-child(4),
.table-hr-vacation-pending-all th:nth-child(4) {
  width: 20%; }

.table-hr-vacation-pending-all td:nth-child(5),
.table-hr-vacation-pending-all th:nth-child(5) {
  width: 10%; }

.table-hr-vacation-pending-all td:nth-child(6),
.table-hr-vacation-pending-all th:nth-child(6) {
  width: 10%; }

.table-hr-vacation-history td:nth-child(1),
.table-hr-vacation-history th:nth-child(1) {
  width: 12.85%; }

.table-hr-vacation-history td:nth-child(2),
.table-hr-vacation-history th:nth-child(2) {
  width: 12.85%; }

.table-hr-vacation-history td:nth-child(3),
.table-hr-vacation-history th:nth-child(3) {
  width: 12.85%; }

.table-hr-vacation-history td:nth-child(4),
.table-hr-vacation-history th:nth-child(4) {
  width: 12.85%; }

.table-hr-vacation-history td:nth-child(5),
.table-hr-vacation-history th:nth-child(5) {
  width: 12.85%; }

.table-hr-vacation-history td:nth-child(6),
.table-hr-vacation-history th:nth-child(6) {
  width: 12.85%; }

.table-hr-vacation-history td:nth-child(7),
.table-hr-vacation-history th:nth-child(7) {
  width: 12.85%; }

.table-hr-vacation-history td:nth-child(8),
.table-hr-vacation-history th:nth-child(8) {
  width: 5%; }

.table-hr-vacation-history td:nth-child(9),
.table-hr-vacation-history th:nth-child(9) {
  width: 5%; }

.table-personal-vacation-requests td:nth-child(1),
.table-personal-vacation-requests th:nth-child(1) {
  width: 20%; }

.table-personal-vacation-requests td:nth-child(2),
.table-personal-vacation-requests th:nth-child(2) {
  width: 20%; }

.table-personal-vacation-requests td:nth-child(3),
.table-personal-vacation-requests th:nth-child(3) {
  width: 40%; }

.table-personal-vacation-requests td:nth-child(4),
.table-personal-vacation-requests th:nth-child(4) {
  width: 20%; }

.table-marketing-customers td:nth-child(1),
.table-marketing-customers th:nth-child(1) {
  width: 20%; }

.table-marketing-customers td:nth-child(2),
.table-marketing-customers th:nth-child(2) {
  width: 20%; }

.table-marketing-customers td:nth-child(3),
.table-marketing-customers th:nth-child(3) {
  width: 30%; }

.table-marketing-customers td:nth-child(4),
.table-marketing-customers th:nth-child(4) {
  width: 20%; }

.table-marketing-customers td:nth-child(5),
.table-marketing-customers th:nth-child(5) {
  width: 10%; }

.table-hr-applications td:nth-child(1),
.table-hr-applications th:nth-child(1) {
  width: 20%; }

.table-hr-applications td:nth-child(2),
.table-hr-applications th:nth-child(2) {
  width: 20%; }

.table-hr-applications td:nth-child(3),
.table-hr-applications th:nth-child(3) {
  width: 30%; }

.table-hr-applications td:nth-child(4),
.table-hr-applications th:nth-child(4) {
  width: 30%; }

.table-bookings-list td:nth-child(1),
.table-bookings-list th:nth-child(1) {
  width: 25%; }

.table-bookings-list td:nth-child(2),
.table-bookings-list th:nth-child(2) {
  width: 25%; }

.table-bookings-list td:nth-child(3),
.table-bookings-list th:nth-child(3) {
  width: 10%; }

.table-bookings-list td:nth-child(4),
.table-bookings-list th:nth-child(4) {
  width: 10%; }

.table-bookings-list td:nth-child(5),
.table-bookings-list th:nth-child(5) {
  width: 10%; }

.table-bookings-list td:nth-child(6),
.table-bookings-list th:nth-child(6) {
  width: 10%; }

.table-bookings-list td:nth-child(7),
.table-bookings-list th:nth-child(7) {
  width: 5%; }

.table-bookings-list td:nth-child(8),
.table-bookings-list th:nth-child(8) {
  width: 5%; }

.table-config-areas-tables td:nth-child(1),
.table-config-areas-tables th:nth-child(1) {
  width: 70%; }

.table-config-areas-tables td:nth-child(2),
.table-config-areas-tables th:nth-child(2) {
  width: 15%; }

.table-config-areas-tables td:nth-child(3),
.table-config-areas-tables th:nth-child(3) {
  width: 15%; }

.table-booking-deposits td:nth-child(1),
.table-booking-deposits th:nth-child(1) {
  width: 25%; }

.table-booking-deposits td:nth-child(2),
.table-booking-deposits th:nth-child(2) {
  width: 35%; }

.table-booking-deposits td:nth-child(3),
.table-booking-deposits th:nth-child(3) {
  width: 30%; }

.table-booking-deposits td:nth-child(4),
.table-booking-deposits th:nth-child(4) {
  width: 10%; }

.table-booking-log td:nth-child(1),
.table-booking-log th:nth-child(1) {
  width: 30%; }

.table-booking-log td:nth-child(2),
.table-booking-log th:nth-child(2) {
  width: 40%; }

.table-booking-log td:nth-child(3),
.table-booking-log th:nth-child(3) {
  width: 30%; }

.table-bookings-reports td:nth-child(1),
.table-bookings-reports th:nth-child(1) {
  width: 5%; }

.table-bookings-reports td:nth-child(2),
.table-bookings-reports th:nth-child(2) {
  width: 10%; }

.table-bookings-reports td:nth-child(3),
.table-bookings-reports th:nth-child(3) {
  width: 10%; }

.table-bookings-reports td:nth-child(4),
.table-bookings-reports th:nth-child(4) {
  width: 10%; }

.table-bookings-reports td:nth-child(5),
.table-bookings-reports th:nth-child(5) {
  width: 5%; }

.table-bookings-reports td:nth-child(6),
.table-bookings-reports th:nth-child(6) {
  width: 15%; }

.table-bookings-reports td:nth-child(7),
.table-bookings-reports th:nth-child(7) {
  width: 10%; }

.table-bookings-reports td:nth-child(8),
.table-bookings-reports th:nth-child(8) {
  width: 10%; }

.table-bookings-reports td:nth-child(9),
.table-bookings-reports th:nth-child(9) {
  width: 9%; }

.table-bookings-reports td:nth-child(10),
.table-bookings-reports th:nth-child(10) {
  width: 8%; }

.table-bookings-reports td:nth-child(11),
.table-bookings-reports th:nth-child(11) {
  width: 8%; }

.table-supplier-orders td:nth-child(1),
.table-supplier-orders th:nth-child(1) {
  width: 8%; }

.table-supplier-orders td:nth-child(2),
.table-supplier-orders th:nth-child(2) {
  width: 7%; }

.table-supplier-orders td:nth-child(3),
.table-supplier-orders th:nth-child(3) {
  width: 7%; }

.table-supplier-orders td:nth-child(4),
.table-supplier-orders th:nth-child(4) {
  width: 7%; }

.table-supplier-orders td:nth-child(5),
.table-supplier-orders th:nth-child(5) {
  width: 14%; }

.table-supplier-orders td:nth-child(6),
.table-supplier-orders th:nth-child(6) {
  width: 4%; }

.table-supplier-orders td:nth-child(7),
.table-supplier-orders th:nth-child(7) {
  width: 4%; }

.table-supplier-orders td:nth-child(8),
.table-supplier-orders th:nth-child(8) {
  width: 4%; }

.table-supplier-orders td:nth-child(9),
.table-supplier-orders th:nth-child(9) {
  width: 4%; }

.table-supplier-orders td:nth-child(10),
.table-supplier-orders th:nth-child(10) {
  width: 16%; }

.table-supplier-orders td:nth-child(11),
.table-supplier-orders th:nth-child(11) {
  width: 14%; }

.table-supplier-orders td:nth-child(12),
.table-supplier-orders th:nth-child(12) {
  width: 5%; }

.table-supplier-orders td:nth-child(13),
.table-supplier-orders th:nth-child(13) {
  width: 5%; }

@media print {
  .app-main {
    padding-top: 0; }
  .app-menu {
    display: none; }
  .app-options {
    display: none; }
  .app-header {
    display: none; }
  .app-content {
    width: 100%;
    max-width: 100%;
    padding-top: 0; }
  .pnl-container {
    position: static;
    z-index: 0;
    overflow-y: visible; }
    .pnl-container .content-header {
      font-size: 1em; }
      .pnl-container .content-header a {
        display: none; }
    .pnl-container .app-btn {
      display: none; }
    .pnl-container table {
      width: 100%;
      font-size: 10px; }
      .pnl-container table tr {
        height: 20px;
        line-height: 20px; }
      .pnl-container table td {
        height: 20px;
        line-height: 20px; }
      .pnl-container table th {
        height: 20px;
        line-height: 20px; }
  .container {
    visible: false; }
  .noprint {
    display: none; }
  .containter #weekly-revenue {
    visible: true; }
  .content-card {
    background-color: white; }
  .revenue-print-btn {
    display: none; }
  .fa-print {
    display: none; } }

.link-bytencode {
  color: #005725; }
  .link-bytencode:hover {
    color: #8acca3; }

a.file {
  color: blue;
  text-decoration: underline; }
  a.file:hover {
    text-decoration: none; }

a.app-btn.disabled {
  color: gray; }

.card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  border-radius: 2px; }

.project-card,
.config-card {
  position: relative;
  width: 216px;
  height: 216px;
  margin: 0 5px;
  margin-bottom: 20px;
  padding: 10px 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 100;
  cursor: pointer; }
  .project-card h2,
  .config-card h2 {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    font-weight: 100;
    font-size: 1.8em;
    text-align: center;
    text-overflow: ellipsis; }
  .project-card div,
  .config-card div {
    width: 100%;
    margin-bottom: 5px;
    text-align: center; }
    .project-card div.data-title,
    .config-card div.data-title {
      font-size: 1.2em; }
    .project-card div.data-value,
    .config-card div.data-value {
      font-weight: 400;
      font-size: 1.4em; }
  .project-card .big-card-header,
  .config-card .big-card-header {
    font-size: 3em; }
  .project-card .card-actions,
  .config-card .card-actions {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 60px;
    padding: 5px;
    background-color: #fff;
    text-align: left; }

.project-card {
  background-color: #03a9f4; }

.config-card {
  background-color: #607d8b; }
  .config-card .card-title img {
    width: 180px; }

.personal .project-card {
  background-color: #009688; }

.card-daily-handoff {
  display: inline-block;
  width: 12%;
  min-height: 130px;
  margin: 1%;
  padding: 1%;
  border: 1px solid #607d8b;
  border-radius: 5%; }
  .card-daily-handoff .staff-name {
    text-align: center; }
  .card-daily-handoff img {
    margin: auto; }
  .card-daily-handoff h2 {
    width: 100%;
    margin-bottom: 5px;
    color: #607d8b;
    text-align: center; }

.card-list-config {
  padding: 40px 20px; }

.card-historical-week-list {
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .card-historical-week-list .week-check {
    width: 40px;
    height: 40px;
    margin: 2px;
    border: 1px solid #607d8b;
    border-radius: 2px;
    color: #607d8b;
    line-height: 40px;
    text-align: center;
    cursor: pointer; }
    .card-historical-week-list .week-check.selected {
      color: #fff;
      background-color: #607d8b; }
    .card-historical-week-list .week-check.filled {
      color: #fff;
      background-color: #009688 !important; }
    .card-historical-week-list .week-check:hover {
      color: #fff;
      background-color: #607d8b;
      opacity: .5; }

.card-till.content-card {
  width: 23%;
  margin: 1%; }

.card-till .form input,
.card-till .form span {
  display: block;
  float: left;
  width: 55%;
  height: 16px;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: .8em; }

.card-till .form label {
  display: block;
  float: left;
  clear: both;
  width: 45%;
  padding: 0;
  font-weight: 700;
  font-size: .8em; }

.card-till .content-card-action {
  clear: both; }

.card-till-total {
  display: inline-block;
  width: 33%;
  color: #3f51b5;
  font-size: 1.5em; }

.form label {
  display: block;
  padding: 5px;
  font-weight: 700; }

.form input {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #000;
  font-size: 16px;
  text-align: left; }

.form input:focus {
  background-color: #f8fab4; }

.form textarea {
  width: 100%;
  height: 90px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 16px;
  resize: none; }

.form textarea:focus {
  background-color: #f8fab4; }

.form span {
  padding: 5px; }

.form select {
  display: block;
  margin: 10px 0;
  padding: 10px;
  padding-right: 45px;
  border: 1px solid #ccc;
  background: url("/assets/images/down-arrow.png") 96%/15% no-repeat #eee;
  font-size: 1.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form select.small {
    padding: 5px;
    padding-right: 35px;
    font-size: 1em; }

input.full {
  width: 90%; }

.danger-text {
  color: #d8000c; }

.warning-text {
  color: #9f6000; }

.success-text {
  color: #4f8a10; }

.error {
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  border-radius: 4px;
  background-color: #ffbaba;
  font-weight: 400;
  line-height: 30px; }

.hamburger-menu {
  overflow: hidden;
  width: 35px;
  height: 45px;
  margin: 0;
  padding: 0;
  border-radius: none;
  font-size: 0;
  text-indent: -9999px;
  transition: background 0.3s;
  box-shadow: none;
  cursor: pointer; }
  .hamburger-menu:focus {
    outline: none; }
  .hamburger-menu span {
    position: absolute;
    top: 21px;
    right: 5px;
    left: 5px;
    display: block;
    width: 32px;
    height: 3px;
    background: #fff;
    transition: transform 0.3s; }
  .hamburger-menu span::before,
  .hamburger-menu span::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background: #fff; }
  .hamburger-menu span::before {
    top: -8px;
    transform-origin: top right;
    transition: all 0.3s; }
  .hamburger-menu span::after {
    bottom: -8px;
    transform-origin: bottom right;
    transition: all 0.3s; }

.hamburger-menu.isactive span::before,
.hamburger-menu.isactive span::after {
  width: 57%; }

.hamburger-menu-left.isactive span {
  transform: rotate(180deg); }

.hamburger-menu-left.isactive span::before {
  top: 0;
  transform: translateX(15.5px) translateY(1.5px) rotate(45deg); }

.hamburger-menu-left.isactive span::after {
  bottom: 0;
  transform: translateX(15.5px) translateY(-1.5px) rotate(-45deg); }

.hamburger-menu-right.isactive span {
  transform: rotate(-180deg); }

.hamburger-menu-right.isactive span::before {
  top: 0;
  transform: translateX(-13.5px) translateY(1.5px) rotate(135deg); }

.hamburger-menu-right.isactive span::after {
  bottom: 0;
  transform: translateX(-13.5px) translateY(-1.5px) rotate(220deg); }

.bnc-table {
  display: block;
  width: 100%;
  background-color: #fff;
  font-size: 13px; }
  .bnc-table thead,
  .bnc-table tbody,
  .bnc-table tr,
  .bnc-table th,
  .bnc-table td {
    display: block; }
  .bnc-table thead tr {
    height: 48px; }
  .bnc-table tr::after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ' '; }
  .bnc-table.report tbody {
    max-height: none;
    overflow-x: auto; }
  .bnc-table tbody {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 480px; }
    .bnc-table tbody tr {
      transition-duration: 0.28s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      width: 100%;
      height: 48px;
      transition-property: background-color; }
    .bnc-table tbody tr:hover {
      background-color: #eee; }
  .bnc-table tbody td,
  .bnc-table thead th {
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: left; }
  .bnc-table td,
  .bnc-table th {
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    white-space: nowrap;
    text-overflow: ellipsis; }
  .bnc-table th {
    font-weight: 500;
    font-family: 'Roboto'; }
  .bnc-table tr.closed {
    text-decoration: line-through; }
    .bnc-table tr.closed td {
      text-decoration: line-through; }
  .bnc-table input[type="text"] {
    width: 89%;
    margin-left: 1%; }

.app-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 64px;
  height: 45px;
  padding: 0 8px;
  border: 0;
  border-radius: 4px;
  color: #000;
  background: transparent;
  line-height: 45px;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  cursor: pointer;
  vertical-align: middle; }
  .app-btn::-moz-focus-inner {
    border: 0; }
  .app-btn:hover {
    background-color: rgba(158, 158, 158, 0.2); }
  .app-btn:focus:not(:active) {
    background-color: rgba(0, 0, 0, 0.12); }
  .app-btn:active {
    background-color: rgba(158, 158, 158, 0.4); }

.task-btn {
  width: 25px;
  height: 25px;
  border: 1px solid #eee;
  border-radius: 5%;
  color: #fff;
  line-height: 25px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.task-btn-start .fa-play,
.task-btn-start .fa-pause {
  display: none; }

.task-btn-start.paused .fa-pause {
  display: inline; }

.task-btn-start.playing .fa-play {
  display: inline; }

.task-btn-start.hidden {
  visibility: hidden; }

.task-state {
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-left: 10px;
  border: 1px solid #eee;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .task-state.hide {
    visibility: hidden; }
  .task-state.red {
    background-color: #f00; }
  .task-state.green {
    background-color: #008000; }
  .task-state.orange {
    background-color: #ffa500; }

.calendar-list-btn {
  width: 25px;
  height: 25px;
  border: 1px solid #eee;
  border-radius: 5%;
  color: #fff;
  background-color: #009688;
  line-height: 25px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .calendar-list-btn.checked {
    color: #009688;
    background-color: #fff; }

.admin-day-btn {
  float: left;
  width: 13.4%;
  height: 40px;
  margin-right: 1%;
  border: 1px solid #3f51b5;
  border-radius: 3px;
  color: #fff;
  background-color: #3f51b5;
  outline: none;
  cursor: pointer;
  position: relative; }
  .admin-day-btn:last-child {
    margin-right: 0; }
  .admin-day-btn h2 {
    font-weight: 100;
    font-size: 1.1em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 39px;
    text-align: center;
    display: inline-block;
    width: 80%;
    text-align: center;
    border-right: 1px solid #fff; }
  .admin-day-btn .fa {
    display: inline-block;
    width: 14%;
    text-align: center; }
  .admin-day-btn.active {
    color: #3f51b5;
    background-color: #fff; }
    .admin-day-btn.active .fa {
      color: #3f51b5; }
    .admin-day-btn.active h2 {
      border-right: 1px solid #3f51b5; }

.config .task-btn.checked {
  color: #607d8b;
  background-color: #fff; }

.full-calendar-small .fc-day-grid-container {
  min-height: 385px; }

.calendar-options-row {
  display: -ms-flexbox;
  display: flex;
  padding: 10px; }
  .calendar-options-row .content-card {
    width: 31%;
    margin: 1%; }

.full-calendar {
  position: relative; }

.profile-photo {
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px;
  border-radius: 50%; }

.table-photo {
  display: block;
  width: 35px;
  height: 35px;
  margin: 5px;
  border-radius: 50%; }

.calendar-event-modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.4); }
  .calendar-event-modal .calendar-event-form {
    width: 400px;
    min-height: 200px;
    margin: auto;
    margin-top: 20%;
    padding: 20px;
    background-color: #fff; }
  .calendar-event-modal .calendar-event-actions {
    margin-top: 20px; }

.loading-window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  background-color: #f0f0f0; }
  .loading-window .center-elements {
    margin: auto;
    font-size: 2rem;
    text-align: center; }

.app-notification {
  position: fixed;
  top: -60px;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 60px;
  background-color: #888;
  transition: all;
  transition-duration: 300ms; }
  .app-notification.success {
    background-color: #dff2bf; }
  .app-notification.warning {
    background-color: #feefb3; }
  .app-notification.danger {
    background-color: #ffbaba; }

.notification-icon {
  float: left;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: rgba(68, 68, 68, 0.7);
  font-size: 2em;
  line-height: 60px;
  text-align: center; }

.notification-message {
  float: left;
  padding-left: 40px;
  color: #fff;
  font-size: 1.5em;
  line-height: 60px; }

.system-notifications-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.4);
  z-index: 5000;
  text-align: center; }
  .system-notifications-dialog .system-notifications-content {
    display: inline-block;
    background-color: #fff;
    width: 600px;
    min-height: 200px;
    margin-top: 100px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .system-notifications-dialog .content-card-title h3 {
    color: #2a5389;
    font-size: 1.5em; }
  .system-notifications-dialog .content-card-actions {
    clear: both; }
  .system-notifications-dialog ul {
    text-align: left;
    margin-left: 20px; }
  .system-notifications-dialog li:before {
    font-family: 'FontAwesome';
    content: '\f067';
    margin: 0 5px 0 -15px;
    color: #2a5389; }
  .system-notifications-dialog .left {
    width: 30%;
    float: left; }
  .system-notifications-dialog .right {
    width: 70%;
    float: left; }
  .system-notifications-dialog .robot {
    width: 70%; }
  .system-notifications-dialog .robot-caption {
    font-size: 0.6em;
    margin: 0;
    padding: 0; }

@keyframes timer-loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.timer-loader:not(:required) {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  margin: 20px auto;
  border: 6px solid #4c80ab;
  border-radius: 24px;
  text-indent: -9999px; }

.timer-loader:not(:required)::before {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 6px;
  height: 19.2px;
  border-radius: 3px;
  content: '';
  background: #4c80ab;
  animation: timer-loader 1250ms infinite linear;
  transform-origin: 3px 3px; }

.timer-loader:not(:required)::after {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 6px;
  height: 16px;
  border-radius: 3px;
  content: '';
  background: #4c80ab;
  animation: timer-loader 15000ms infinite linear;
  transform-origin: 3px 3px; }

.app-confirm {
  position: fixed;
  top: -200px;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100px;
  transition: all;
  transition-duration: 300ms; }
  .app-confirm .confirm {
    position: relative;
    width: 400px;
    height: 100px;
    margin: auto;
    border-radius: 5px;
    background-color: #888; }
    .app-confirm .confirm .confirm-message {
      color: #fff;
      font-size: 1.5em;
      line-height: 60px;
      text-align: center; }
    .app-confirm .confirm .confirm-actions {
      position: absolute;
      bottom: 0;
      left: 125px; }

.admin-options {
  position: fixed;
  z-index: 1000;
  width: 268px;
  height: 100%;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  transition: all;
  transition-duration: 300ms;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .admin-options.open {
    transform: translate3d(268px, 0, 0); }
  .admin-options .app-menu-inner {
    padding-top: 50px; }
  .admin-options h2,
  .admin-options h3 {
    display: block;
    width: 100%;
    color: #3f51b5;
    text-align: center; }
  .admin-options h2 {
    margin-bottom: 30px;
    font-size: 1.2em; }
  .admin-options .week-selection {
    margin: 20px; }
    .admin-options .week-selection > * {
      display: inline-block;
      width: 35%;
      color: #3f51b5;
      font-size: 1.5em; }
    .admin-options .week-selection input {
      width: 60px;
      border: 0;
      border-bottom: 1px solid #3f51b5;
      text-align: center; }
    .admin-options .week-selection span {
      width: 60px;
      border: 0;
      text-align: center; }
    .admin-options .week-selection input[type=number]::-webkit-inner-spin-button,
    .admin-options .week-selection input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .admin-options .week-selection .fa-arrow-circle-o-left {
      padding-right: 5px;
      text-align: right; }
    .admin-options .week-selection .fa-arrow-circle-o-right {
      padding-left: 5px;
      text-align: left; }
  .admin-options .venue-selection {
    margin-top: 30px; }
    .admin-options .venue-selection div {
      width: 80%;
      height: auto;
      margin: auto;
      margin-bottom: 10px;
      padding: 10px;
      border: 1px solid #3f51b5;
      border-radius: 5px;
      color: #fff;
      background-color: #3f51b5;
      font-size: 1.5em;
      text-align: center;
      cursor: pointer; }
      .admin-options .venue-selection div.active {
        color: #3f51b5;
        background-color: #fff; }

.hr-options {
  position: fixed;
  z-index: 1000;
  width: 268px;
  height: 100%;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  transition: all;
  transition-duration: 300ms;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .hr-options.open {
    transform: translate3d(268px, 0, 0); }
  .hr-options .app-menu-inner {
    padding-top: 50px; }
  .hr-options h2,
  .hr-options h3 {
    display: block;
    width: 100%;
    color: #4caf50;
    text-align: center; }
  .hr-options h2 {
    margin-bottom: 30px;
    font-size: 1.2em; }
  .hr-options .hr-option-btn {
    margin-top: 30px; }
    .hr-options .hr-option-btn a {
      display: block;
      width: 80%;
      height: auto;
      margin: auto;
      margin-bottom: 10px;
      padding: 10px;
      border: 1px solid #4caf50;
      border-radius: 5px;
      color: #fff;
      background-color: #4caf50;
      font-size: 1.5em;
      text-align: center;
      cursor: pointer; }
      .hr-options .hr-option-btn a.active {
        color: #4caf50;
        background-color: #fff; }

.budget-value-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .budget-value-list .budget-value {
    width: 25%;
    min-height: 100px;
    padding: 5px; }

.increase {
  color: #4f8a10; }

.decrease {
  color: #d8000c; }

.red {
  color: #d8000c !important; }

.pnl-container .fa {
  font-size: .6em; }

.pnl-container table tr th:nth-child(2n-1) {
  text-align: right;
  padding-right: 5px; }

.pnl-container table tr th:nth-child(11) {
  text-align: left;
  padding-left: 5px; }

.pnl-container table tr td:nth-child(11) {
  text-align: left;
  padding-left: 5px; }

.form .table-config-expenses input {
  width: initial; }

.table thead th.revenue-header {
  line-height: 20px;
  text-align: left; }

.revenue-print-btn {
  display: block;
  float: right;
  color: #3f51b5;
  margin-right: 5px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

#pnl-todate-container {
  width: 120%;
  overflow: scroll;
  position: absolute;
  min-height: 1700px; }

.pnl-between div {
  float: left; }

.pnl-between div:nth-child(1) {
  width: 30%;
  line-height: 45px;
  text-align: center; }

.pnl-between div:nth-child(2) {
  width: 30%;
  line-height: 45px;
  text-align: center; }

.pnl-between div:nth-child(3) {
  width: 10%; }

.pnl-between input {
  height: 45px;
  line-height: 45px;
  font-size: 1.5em;
  width: 100px;
  margin-left: 10px; }

.pnl-between button {
  border: 1px solid rgba(63, 81, 181, 0.2);
  color: #3f51b5;
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 64px;
  height: 45px;
  padding: 0 8px;
  border: 0;
  border-radius: 4px;
  color: #000;
  background: transparent;
  line-height: 45px;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  cursor: pointer;
  vertical-align: middle; }

#pnl-weeks {
  margin-top: 140px;
  height: 75%; }

.hr-request-btn {
  padding: 5px; }

.form input.datepicker-with-delete {
  width: 90%; }

a.task-btn.delete-for-datepicker {
  width: 24px;
  display: inline-block;
  text-align: center; }

.fix-checkboxes label {
  display: inline-block; }

.fix-checkboxes input {
  width: 10%; }

.full-width-container {
  margin: 0 -100%;
  /* old browsers fallback */
  margin: 0 calc(48% - 48vw); }
  .full-width-container .content-card-content {
    overflow-x: scroll; }

.bookings-table {
  min-width: 300%;
  color: #555555;
  font-weight: bold; }
  .bookings-table .booking-line {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex; }
    .bookings-table .booking-line .booking-table-name {
      display: inline-block;
      padding-left: 5px;
      width: 200px;
      height: 30px;
      line-height: 30px;
      overflow: hidden;
      border: 1px solid #555555;
      margin-right: 5px; }
      .bookings-table .booking-line .booking-table-name.noborder {
        border: 1px solid white; }
    .bookings-table .booking-line .booking-time-header {
      width: 30px;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      border: 1px solid #555555;
      margin-right: 5px;
      text-align: center;
      color: #555555; }
      .bookings-table .booking-line .booking-time-header.hour {
        color: #FAAAAB; }
    .bookings-table .booking-line .booking-time-cell {
      position: relative;
      width: 30px;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      border: 1px solid #555555;
      margin-right: 5px; }
      .bookings-table .booking-line .booking-time-cell.area {
        background-color: #51A5F4; }
      .bookings-table .booking-line .booking-time-cell.hour {
        border: 2px solid #51A5F4; }
      .bookings-table .booking-line .booking-time-cell.isTable {
        cursor: pointer; }

.dragging {
  width: 30px !important;
  height: 30px !important;
  overflow: hidden !important; }

.booking-div {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 999;
  background-color: #FAAAAB;
  color: #555555;
  padding: 2px;
  cursor: pointer; }
  .booking-div a {
    display: inline-block;
    float: right;
    width: 20px;
    height: 30px; }
  .booking-div span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 0.8em;
    width: calc(100% - 70px);
    overflow: hidden;
    text-align: left; }

.booking-deposits {
  display: none;
  float: right;
  width: 20px;
  height: 30px;
  line-height: 30px; }
  .booking-deposits.owe {
    display: inline-block;
    color: red; }
  .booking-deposits.paid {
    display: inline-block;
    color: green; }

th.revenue-header {
  position: relative; }
  th.revenue-header span {
    position: absolute;
    bottom: -19px;
    left: 0; }

.booking-div.food {
  background-color: #a5ea99; }

.food-icon {
  display: inline-block;
  float: right;
  width: 20px;
  height: 30px;
  line-height: 30px; }

.full-width-container .content-card-content {
  /* overflow-x: scroll; */
  width: 98vw;
  overflow: hidden; }

.bookings-table .booking-test-names {
  width: 200px;
  float: left;
  position: relative;
  z-index: 800;
  background-color: white; }
  .bookings-table .booking-test-names .booking-line {
    background-color: white;
    width: 200px; }
    .bookings-table .booking-test-names .booking-line .booking-table-name {
      margin-right: 0px !important; }

.booking-test-display {
  float: left;
  width: calc(100vw - 200px);
  height: 100%;
  overflow-x: scroll;
  position: relative; }

.bookings-table .booking-line {
  width: 3000px; }

.booking-test-timebar {
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: orange;
  left: 500px;
  z-index: 500; }

.daily-fix-3c {
  float: left;
  width: 33%; }

.daily-fix-3c:last-child {
  font-size: 1.5em; }

.daily-fix-card {
  min-height: 200px; }

.daily-fix-label {
  font-size: 1.2em;
  color: #3f51b5;
  padding-top: 7px;
  display: inline-block; }

.daily-fix-value {
  font-size: 1.2em;
  font-weight: bold; }

.daily-fix-button {
  float: right;
  margin-top: -37px; }

.daily-fix-confirmation {
  margin-top: 20px; }
  .daily-fix-confirmation label {
    font-size: 0.7em; }
  .daily-fix-confirmation textarea {
    font-size: 0.7em; }

.daily-variance-negative {
  color: #d8000c; }

.public-hrform-wrapper {
  width: 90%;
  margin: auto; }
  .public-hrform-wrapper h1, .public-hrform-wrapper h2 {
    text-align: center; }
  .public-hrform-wrapper h1 {
    font-size: 2.2em; }
  .public-hrform-wrapper h2 {
    font-size: 1.8em;
    font-family: 'Roboto','sans-serif';
    margin-bottom: 30px; }

.public-hrform {
  margin-bottom: 100px; }
  .public-hrform input, .public-hrform label, .public-hrform select {
    display: inline-block;
    margin-bottom: 5px; }
  .public-hrform input[type="text"] {
    width: 300px; }
  .public-hrform h3 {
    font-size: 2em;
    font-family: 'Roboto','sans-serif';
    font-weight: 100;
    margin-bottom: 20px;
    margin-top: 10px; }
  .public-hrform .app-btn {
    background-color: #3f51b5;
    color: white;
    margin: 30px 0; }
