﻿#preloader {
  /*position: absolute; top: 0; left: 0; padding-top: $preloader-height; width: 100%; background-color: colour(green); animation: preloader-background linear $animation-duration infinite;*/
  cursor: progress;
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 100%;
  /*background: rgba(255,255,255,0);*/ }
  #preloader::before, #preloader::after {
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 0;
    height: 4px;
    background: #afa;
    animation: preloader-front linear 3.5s infinite;
    content: ''; }
  #preloader::before {
    right: 50%; }
  #preloader::after {
    left: 50%; }

@keyframes preloader-background {
  0%, 24.9% {
    background-color: #159756; }
  25%, 49.9% {
    background-color: #da4733; }
  50%, 74.9% {
    background-color: #3b78e7; }
  75%, 100% {
    background-color: #fdba2c; } }

@keyframes preloader-front {
  0% {
    width: 0;
    background-color: #da4733; }
  24.9% {
    width: 50%;
    background-color: #da4733; }
  25% {
    width: 0;
    background-color: #3b78e7; }
  49.9% {
    width: 50%;
    background-color: #3b78e7; }
  50% {
    width: 0;
    background-color: #fdba2c; }
  74.9% {
    width: 50%;
    background-color: #fdba2c; }
  75% {
    width: 0%;
    background-color: #159756; }
  100% {
    width: 50%;
    background-color: #159756; } }

/*
* Bootstrap 3 XL CSS Grid
*
* Bootstrap 3 XL CSS Grid addition for big and retina screens coverage
*
* Extends Bootstrap v3 by:
* Adding col-xl (1600+), col-xxl (1920+), col-xxxl (2560+)
* Adding visible and hidden options for all three
* Optionally limiting visible-lg, hidden-lg (1200+) classes to max 1600px
* Optionally increasing container fixed width for all three screen sizes
*
* Copyright 2014 Arnis Puskeiris (apbyte, arnico)
* Licensed under the MIT License
* http://opensource.org/licenses/MIT
*/
/* ==========================================================================
   Fix visible-lg and hidden-lg for resolutions over 1600px
   Remove if don't want to use
   ========================================================================== */
@media (min-width: 1600px) {
  .visible-lg {
    display: none !important; }
  .hidden-lg {
    display: block !important; }
  table.hidden-lg {
    display: table; }
  tr.hidden-lg {
    display: table-row !important; }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important; } }

/* ==========================================================================
   Set containers fixed sizes for >1600px, >1920px, >2560px
   Remove all if don't want to use big fixed sizes for all blocks
   You still can use cols with .container-fluid blocks
   ========================================================================== */
@media (min-width: 1600px) {
  .container {
    width: 1530px; } }

@media (min-width: 1920px) {
  .container {
    width: 1830px; } }

@media (min-width: 2560px) {
  .container {
    width: 2490px; } }

/* ==========================================================================
   col-xl, col-xxl, col-xxxl setup.
   Don't remove anything below this line
   ========================================================================== */
.col-xl-1, .col-xxl-1, .col-xxxl-1, .col-xl-2, .col-xxl-2, .col-md-2, .col-xxxl-2, .col-xl-3, .col-xxl-3, .col-md-3, .col-xxxl-3, .col-xl-4, .col-xxl-4, .col-md-4, .col-xxxl-4, .col-xl-5, .col-xxl-5, .col-md-5, .col-xxxl-5, .col-xl-6, .col-xxl-6, .col-md-6, .col-xxxl-6, .col-xl-7, .col-xxl-7, .col-md-7, .col-xxxl-7, .col-xl-8, .col-xxl-8, .col-md-8, .col-xxxl-8, .col-xl-9, .col-xxl-9, .col-md-9, .col-xxxl-9, .col-xl-10, .col-xxl-100, .col-xxxl-10, .col-xl-11, .col-xxl-111, .col-xxxl-11, .col-xl-12, .col-xxl-122, .col-xxxl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1600px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-pull-11 {
    right: 91.66666667%; }
  .col-xl-pull-10 {
    right: 83.33333333%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-8 {
    right: 66.66666667%; }
  .col-xl-pull-7 {
    right: 58.33333333%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-5 {
    right: 41.66666667%; }
  .col-xl-pull-4 {
    right: 33.33333333%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-2 {
    right: 16.66666667%; }
  .col-xl-pull-1 {
    right: 8.33333333%; }
  .col-xl-pull-0 {
    right: 0; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-push-11 {
    left: 91.66666667%; }
  .col-xl-push-10 {
    left: 83.33333333%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-8 {
    left: 66.66666667%; }
  .col-xl-push-7 {
    left: 58.33333333%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-5 {
    left: 41.66666667%; }
  .col-xl-push-4 {
    left: 33.33333333%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-2 {
    left: 16.66666667%; }
  .col-xl-push-1 {
    left: 8.33333333%; }
  .col-xl-push-0 {
    left: 0; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-0 {
    margin-left: 0; } }

@media (min-width: 1920px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left; }
  .col-xxl-12 {
    width: 100%; }
  .col-xxl-11 {
    width: 91.66666667%; }
  .col-xxl-10 {
    width: 83.33333333%; }
  .col-xxl-9 {
    width: 75%; }
  .col-xxl-8 {
    width: 66.66666667%; }
  .col-xxl-7 {
    width: 58.33333333%; }
  .col-xxl-6 {
    width: 50%; }
  .col-xxl-5 {
    width: 41.66666667%; }
  .col-xxl-4 {
    width: 33.33333333%; }
  .col-xxl-3 {
    width: 25%; }
  .col-xxl-2 {
    width: 16.66666667%; }
  .col-xxl-1 {
    width: 8.33333333%; }
  .col-xxl-pull-12 {
    right: 100%; }
  .col-xxl-pull-11 {
    right: 91.66666667%; }
  .col-xxl-pull-10 {
    right: 83.33333333%; }
  .col-xxl-pull-9 {
    right: 75%; }
  .col-xxl-pull-8 {
    right: 66.66666667%; }
  .col-xxl-pull-7 {
    right: 58.33333333%; }
  .col-xxl-pull-6 {
    right: 50%; }
  .col-xxl-pull-5 {
    right: 41.66666667%; }
  .col-xxl-pull-4 {
    right: 33.33333333%; }
  .col-xxl-pull-3 {
    right: 25%; }
  .col-xxl-pull-2 {
    right: 16.66666667%; }
  .col-xxl-pull-1 {
    right: 8.33333333%; }
  .col-xxl-pull-0 {
    right: 0; }
  .col-xxl-push-12 {
    left: 100%; }
  .col-xxl-push-11 {
    left: 91.66666667%; }
  .col-xxl-push-10 {
    left: 83.33333333%; }
  .col-xxl-push-9 {
    left: 75%; }
  .col-xxxl-push-8 {
    left: 66.66666667%; }
  .col-xxxl-push-7 {
    left: 58.33333333%; }
  .col-xxxl-push-6 {
    left: 50%; }
  .col-xxxl-push-5 {
    left: 41.66666667%; }
  .col-xxxl-push-4 {
    left: 33.33333333%; }
  .col-xxxl-push-3 {
    left: 25%; }
  .col-xxxl-push-2 {
    left: 16.66666667%; }
  .col-xxxl-push-1 {
    left: 8.33333333%; }
  .col-xxxl-push-0 {
    left: 0; }
  .col-xxxl-offset-12 {
    margin-left: 100%; }
  .col-xxxl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xxxl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xxxl-offset-9 {
    margin-left: 75%; }
  .col-xxxl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xxxl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xxxl-offset-6 {
    margin-left: 50%; }
  .col-xxxl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxxl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxxl-offset-3 {
    margin-left: 25%; }
  .col-xxxl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxxl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxxl-offset-0 {
    margin-left: 0; } }

@media (min-width: 2560px) {
  .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12 {
    float: left; }
  .col-xxxl-12 {
    width: 100%; }
  .col-xxxl-11 {
    width: 91.66666667%; }
  .col-xxxl-10 {
    width: 83.33333333%; }
  .col-xxxl-9 {
    width: 75%; }
  .col-xxxl-8 {
    width: 66.66666667%; }
  .col-xxxl-7 {
    width: 58.33333333%; }
  .col-xxxl-6 {
    width: 50%; }
  .col-xxxl-5 {
    width: 41.66666667%; }
  .col-xxxl-4 {
    width: 33.33333333%; }
  .col-xxxl-3 {
    width: 25%; }
  .col-xxxl-2 {
    width: 16.66666667%; }
  .col-xxxl-1 {
    width: 8.33333333%; }
  .col-xxxl-pull-12 {
    right: 100%; }
  .col-xxxl-pull-11 {
    right: 91.66666667%; }
  .col-xxxl-pull-10 {
    right: 83.33333333%; }
  .col-xxxl-pull-9 {
    right: 75%; }
  .col-xxxl-pull-8 {
    right: 66.66666667%; }
  .col-xxxl-pull-7 {
    right: 58.33333333%; }
  .col-xxxl-pull-6 {
    right: 50%; }
  .col-xxxl-pull-5 {
    right: 41.66666667%; }
  .col-xxxl-pull-4 {
    right: 33.33333333%; }
  .col-xxxl-pull-3 {
    right: 25%; }
  .col-xxxl-pull-2 {
    right: 16.66666667%; }
  .col-xxxl-pull-1 {
    right: 8.33333333%; }
  .col-xxxl-pull-0 {
    right: 0; }
  .col-xxxl-push-12 {
    left: 100%; }
  .col-xxxl-push-11 {
    left: 91.66666667%; }
  .col-xxxl-push-10 {
    left: 83.33333333%; }
  .col-xxxl-push-9 {
    left: 75%; }
  .col-xxxl-push-8 {
    left: 66.66666667%; }
  .col-xxxl-push-7 {
    left: 58.33333333%; }
  .col-xxxl-push-6 {
    left: 50%; }
  .col-xxxl-push-5 {
    left: 41.66666667%; }
  .col-xxxl-push-4 {
    left: 33.33333333%; }
  .col-xxxl-push-3 {
    left: 25%; }
  .col-xxxl-push-2 {
    left: 16.66666667%; }
  .col-xxxl-push-1 {
    left: 8.33333333%; }
  .col-xxxl-push-0 {
    left: 0; }
  .col-xxxl-offset-12 {
    margin-left: 100%; }
  .col-xxxl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xxxl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xxxl-offset-9 {
    margin-left: 75%; }
  .col-xxxl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xxxl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xxxl-offset-6 {
    margin-left: 50%; }
  .col-xxxl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxxl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxxl-offset-3 {
    margin-left: 25%; }
  .col-xxxl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxxl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxxl-offset-0 {
    margin-left: 0; } }

.visible-xl,
.visible-xxl,
.visible-xxxl {
  display: none !important; }

@media (min-width: 1600px) and (max-width: 1919px) {
  .visible-xl {
    display: block !important; }
  table.visible-xl {
    display: table; }
  tr.visible-xl {
    display: table-row !important; }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important; } }

@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-xxl {
    display: block !important; }
  table.visible-xxl {
    display: table; }
  tr.visible-xxl {
    display: table-row !important; }
  th.visible-xxl,
  td.visible-xxl {
    display: table-cell !important; } }

@media (min-width: 2560px) {
  .visible-xxxl {
    display: block !important; }
  table.visible-xxxl {
    display: table; }
  tr.visible-xxxl {
    display: table-row !important; }
  th.visible-xxxl,
  td.visible-xxxl {
    display: table-cell !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .hidden-xl {
    display: none !important; } }

@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-xxl {
    display: none !important; } }

@media (min-width: 2560px) {
  .hidden-xxxl {
    display: none !important; } }

.dropdown,
.dropup {
  position: relative; }

.dropdown-menu,
.menu {
  background-clip: padding-box;
  background-color: white;
  border: 0;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  color: inherit;
  display: none;
  float: left;
  font-size: 14px;
  line-height: 1.5rem;
  list-style: none;
  margin: 0;
  min-width: 7rem;
  padding: 0.5rem 0;
  position: absolute;
  left: 0;
  text-align: left;
  z-index: 80; }

.dropdown-menu {
  top: 100%;
  transform-origin: 0 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.menu {
  top: calc(50% - 2rem);
  transform-origin: 0 2rem;
  border-radius: 2px; }

.dropup .dropdown-menu,
.dropup .menu {
  top: auto; }

.dropup .dropdown-menu {
  bottom: 100%;
  transform-origin: 0 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.dropup .menu {
  bottom: calc(50% - 2rem);
  transform-origin: 0 calc(100% - 2rem); }

.open > a {
  outline: 0; }

.open > .dropdown-menu,
.open > .menu {
  animation-duration: 0.375s;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  display: block; }
  @media (min-width: 600px) {
    .open > .dropdown-menu,
    .open > .menu {
      transition-duration: 0.4875s; } }
  @media (min-width: 1280px) {
    .open > .dropdown-menu,
    .open > .menu {
      transition-duration: 0.25s; } }

.open > .dropdown-menu {
  animation-name: dropdown-open; }

.open > .menu {
  animation-name: menu-open; }

@keyframes dropdown-open {
  0% {
    opacity: 0;
    top: 50%;
    transform: scale(0.87, 0.54); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    top: 100%;
    transform: scale(1, 1); } }

@keyframes menu-open {
  0% {
    opacity: 0;
    transform: scale(0.87, 0.54); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }

.dropup.open > .dropdown-menu {
  animation-name: dropup-open; }

@keyframes dropup-open {
  0% {
    opacity: 0;
    bottom: 50%;
    transform: scale(0.87, 0.54); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    bottom: 100%;
    transform: scale(1, 1); } }

.dropdown-menu-left,
.menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right,
.menu-right {
  right: 0;
  left: auto;
  transform-origin: 100% 0; }
  .dropup .dropdown-menu-right, .dropup
  .menu-right {
    transform-origin: 100% 100%; }

.dropdown-menu-sm,
.menu-cascading {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  padding: 1rem 0; }
  @media (min-width: 600px) {
    .dropdown-menu-sm,
    .menu-cascading {
      min-width: 20rem; } }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 79; }

.dropdown-item,
.menu-item {
  background: none;
  border: 0;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-weight: normal;
  padding: 0.75rem 1rem;
  position: relative;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 600px) {
    .dropdown-item,
    .menu-item {
      transition-duration: 0.39s; } }
  @media (min-width: 1280px) {
    .dropdown-item,
    .menu-item {
      transition-duration: 0.2s; } }
  .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover,
  .menu-item:active,
  .menu-item:focus,
  .menu-item:hover {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.87); }
  .dropdown-item.disabled,
  .menu-item.disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.38);
    cursor: not-allowed; }
  .dropdown-menu-sm .dropdown-item,
  .menu-cascading .dropdown-item, .dropdown-menu-sm
  .menu-item,
  .menu-cascading
  .menu-item {
    padding: 0.25rem 1.5rem; }

.dropdown-divider,
.menu-divider {
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden; }

.dropdown-header,
.menu-header {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  font-weight: bolder;
  line-height: 1.5rem;
  margin: 0;
  padding: 0.75rem 1rem;
  white-space: nowrap; }
  .dropdown-menu-sm .dropdown-header,
  .menu-cascading .dropdown-header, .dropdown-menu-sm
  .menu-header,
  .menu-cascading
  .menu-header {
    padding: 0.25rem 1.5rem; }

.dropdown-toggle::after,
.menu-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 0.4em;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 0; }

.dropdown-toggle:focus,
.menu-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after,
.dropup .menu-toggle::after {
  border-top: 0;
  border-bottom: 0.4em solid; }

.container .table {
  border: 0;
  margin-bottom: 1em;
  max-width: 100%;
  width: 100%; }
  .container .table > tbody > tr > td,
  .container .table > tbody > tr > th {
    border-top: 1px solid #e1e1e1;
    padding-right: 2em;
    padding-left: 2em;
    vertical-align: top; }
    .container .table > tbody > tr > td:first-child,
    .container .table > tbody > tr > th:first-child {
      padding-left: 1.75em; }
    .container .table > tbody > tr > td:last-child,
    .container .table > tbody > tr > th:last-child {
      padding-right: 1.75em; }
  .container .table > thead > tr > td,
  .container .table > thead > tr > th {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-right: 2em;
    padding-left: 2em;
    vertical-align: top; }
    .container .table > thead > tr > td:first-child,
    .container .table > thead > tr > th:first-child {
      padding-left: 1.75em; }
    .container .table > thead > tr > td:last-child,
    .container .table > thead > tr > th:last-child {
      padding-right: 1.75em; }
  .container .table > tbody > tr > td,
  .container .table > tbody > tr > th {
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.8125em;
    font-weight: 400;
    height: 4em;
    padding-top: 1.41964em;
    padding-bottom: 1.41964em; }
  .container .table > tfoot > tr > td,
  .container .table > tfoot > tr > th {
    color: rgba(0, 0, 0, 0.54);
    font-size: 0.8125em;
    font-weight: 400;
    height: 3.5em;
    padding-top: 1.21429em;
    padding-bottom: 1.21429em; }
  .container .table > thead > tr > td,
  .container .table > thead > tr > th {
    color: rgba(0, 0, 0, 0.54);
    font-size: 0.8125em;
    font-weight: 500;
    height: 3.5em;
    padding-top: 1.21429em;
    padding-bottom: 1.21429em; }
  .container .table > tbody > tr:first-child > td,
  .container .table > tbody > tr:first-child > th,
  .container .table > tfoot > tr:first-child > td,
  .container .table > tfoot > tr:first-child > th,
  .container .table > thead > tr:first-child > td,
  .container .table > thead > tr:first-child > th {
    border-top: none !important; }
  .container .table .table {
    border-top: 1px solid #e1e1e1; }

.container .table-bordered {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.container .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5; }

.container .table-hover tbody tr:hover {
  background-color: #eeeeee; }

.container .table .table-primary,
.container .table .table-primary > td,
.container .table .table-primary > th {
  background-color: #9c27b0;
  color: white; }

.container .table-hover .table-primary:hover,
.container .table-hover .table-primary:hover > td,
.container .table-hover .table-primary:hover > th {
  background-color: #7b1fa2;
  color: white; }

.container .table .table-secondary,
.container .table .table-secondary > td,
.container .table .table-secondary > th {
  background-color: #ff4081;
  color: white; }

.container .table-hover .table-secondary:hover,
.container .table-hover .table-secondary:hover > td,
.container .table-hover .table-secondary:hover > th {
  background-color: #f50057;
  color: white; }

.container .table .table-danger,
.container .table .table-danger > td,
.container .table .table-danger > th {
  background-color: #f44336;
  color: white; }

.container .table-hover .table-danger:hover,
.container .table-hover .table-danger:hover > td,
.container .table-hover .table-danger:hover > th {
  background-color: #d32f2f;
  color: white; }

.container .table .table-info,
.container .table .table-info > td,
.container .table .table-info > th {
  background-color: #2196f3;
  color: white; }

.container .table-hover .table-info:hover,
.container .table-hover .table-info:hover > td,
.container .table-hover .table-info:hover > th {
  background-color: #1976d2;
  color: white; }

.container .table .table-success,
.container .table .table-success > td,
.container .table .table-success > th {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87); }

.container .table-hover .table-success:hover,
.container .table-hover .table-success:hover > td,
.container .table-hover .table-success:hover > th {
  background-color: #388e3c;
  color: white; }

.container .table .table-warning,
.container .table .table-warning > td,
.container .table .table-warning > th {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87); }

.container .table-hover .table-warning:hover,
.container .table-hover .table-warning:hover > td,
.container .table-hover .table-warning:hover > th {
  background-color: #f57c00;
  color: rgba(0, 0, 0, 0.87); }

.container .table-responsive {
  display: block;
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%; }

.nav-tabs {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  background: transparent;
  color: #666 !important; }
  .nav-tabs .nav-link {
    align-items: center;
    color: rgba(0, 0, 0, 0.87) !important;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    line-height: 1;
    min-height: 3rem;
    opacity: 0.7;
    padding: 16px 24px !important;
    position: relative;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: background-color, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
    @media (min-width: 600px) {
      .nav-tabs .nav-link {
        transition-duration: 0.39s; } }
    @media (min-width: 1280px) {
      .nav-tabs .nav-link {
        transition-duration: 0.2s; } }
    .nav-tabs .nav-link::before {
      background-color: #ff4081;
      content: "";
      display: block;
      height: 2px;
      opacity: 0;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      transition-duration: 0.3s;
      transition-property: opacity;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
      @media (min-width: 600px) {
        .nav-tabs .nav-link::before {
          transition-duration: 0.39s; } }
      @media (min-width: 1280px) {
        .nav-tabs .nav-link::before {
          transition-duration: 0.2s; } }
    .nav-tabs .nav-link:hover {
      background: #d8d8d8 !important;
      color: rgba(0, 0, 0, 0.87) !important;
      font-weight: 500 !important; }
    @media (min-width: 1280px) {
      .nav-tabs .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem; } }
    .nav-tabs .nav-link:active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      background-color: rgba(0, 0, 0, 0.12); }
    .nav-tabs .nav-link:active, .nav-tabs .nav-link.active {
      opacity: 1; }
    .nav-tabs .nav-link.active::before {
      opacity: 1; }
    .nav-tabs .nav-link.disabled {
      background-color: transparent;
      color: rgba(0, 0, 0, 0.38);
      opacity: 1; }

.nav-tabs.border-0, .nav-tabs.border-bottom-0 {
  box-shadow: none; }

.nav-tabs.nav-justified .nav-link {
  min-width: 4.5rem; }
  @media (min-width: 1280px) {
    .nav-tabs.nav-justified .nav-link {
      min-width: 10rem; } }

.nav-tabs.nav-scrollable {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch; }
  .nav-tabs.nav-scrollable .nav-link {
    max-width: 16.5rem;
    min-width: 4.5rem; }
    @media (min-width: 1280px) {
      .nav-tabs.nav-scrollable .nav-link {
        min-width: 10rem; } }

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal; }

/*.checkbox .checkbox-material .check::before, label.checkbox-inline .checkbox-material .check::before { border-width: 1px !important }*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block; }

/* Button overrides */
.btn-raised {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px;
  background: #f8f8f8; }

.btn-raised.btn-primary {
  border-color: #01796e; }

.dropdown-menu > li > a {
  padding: 1px 15px; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #555;
    background-color: #eee; }
  .dropdown-menu > li > a i {
    padding-right: 10px; }

.dropdown-menu {
  max-height: 400px;
  overflow-y: auto; }
  .dropdown-menu li:first-child {
    padding-top: 5px; }
  .dropdown-menu li:last-child {
    padding-bottom: 5px; }

.dropdown-menu li.divider {
  padding: 0 !important;
  height: 1px !important;
  border: none;
  margin: 7px 0px !important; }

.qq-gallery.qq-uploader {
  max-height: initial !important; }

.table {
  table-layout: fixed; }

.table-auto {
  table-layout: auto; }

.table > thead > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: normal; }

.table th {
  position: sticky !important;
  background: #fff !important;
  z-index: 3;
  top: 0; }

.table .hidden-sm-down {
  font-size: 0.8em !important; }

.table {
  overflow: auto; }

.table .center {
  text-align: center; }

.table .notop {
  padding-top: 0 !important; }

.table .nobottom {
  padding-bottom: 5px !important; }

.table .gray {
  background: #f8f8f8 !important; }

.table .subitem td {
  font-style: italic; }

thead th:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #ccc; }

/* Dialogs materialize */
.nav-tabs .nav-item a:active {
  color: #000 !important; }

.nav-tabs .nav-item a:focus {
  color: #000 !important; }

.modal {
  text-align: center;
  overflow-y: auto; }

.modal .subdialog .modal-dialog {
  margin-left: 40px;
  margin-top: 40px; }

.modal .subdialog .subdialog .modal-dialog {
  margin-left: 80px;
  margin-top: 80px; }

.dialog::before,
.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 1px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }
  .modal-dialog hr {
    margin: 5px -23px;
    border-top-width: 2px; }
  .modal-dialog .close {
    font-size: 40px !important;
    margin-top: -12px !important; }

.modal-title .btn {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0px;
  margin-left: 5px; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

/*.fade   { opacity: 0; -webkit-transform: scale(0.87); -o-transform: scale(0.87); transform: scale(0.87); -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: opacity, -o-transform; transition-property: opacity, transform; transition-property: opacity, transform, -webkit-transform, -o-transform; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1); transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
.fade.in  { opacity: 1; -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: opacity, -o-transform; transition-property: opacity, transform; transition-property: opacity, transform, -webkit-transform, -o-transform;*/
.modal-backdrop {
  transform: scale(1) !important;
  opacity: 0.5 !important; }

/*@media (min-width: 600px) {
    .fade { -webkit-transition-duration: 0.2925s; -o-transition-duration: 0.2925s; transition-duration: 0.2925s; }
}
@media (min-width: 1280px) {
    .fade { -webkit-transition-duration: 0.15s; -o-transition-duration: 0.15s; transition-duration: 0.15s; }
}
@media (min-width: 600px) {
    .fade.in { -webkit-transition-duration: 0.4875s; -o-transition-duration: 0.4875s; transition-duration: 0.4875s; }
}
@media (min-width: 1280px) {
    .fade.in { -webkit-transition-duration: 0.25s; -o-transition-duration: 0.25s; transition-duration: 0.25s; }
}*/
/* Selectize overrides */
.selectize-dropdown {
  /*max-height: 400px; min-width: 200px; overflow-y: auto*/
  min-width: 200px; }

.selectize-dropdown-content {
  font-size: 0.9em;
  max-height: 400px;
  min-width: 200px;
  overflow-y: auto; }

.selectize-dropdown-content .option {
  padding: 2px 10px !important; }

.selectize-control.single .selectize-input,
.selectize-control.multi .selectize-input,
.selectize-control.single .selectize-input.input-active,
.selectize-control.multi .selectize-input.input-active {
  cursor: inherit; }

.selectize-control.single,
.selectize-control.multi {
  padding-right: 20px;
  padding-left: 5px;
  cursor: pointer !important; }

.selectize-control .selectize-dropdown-content .selected {
  background-color: transparent; }

.selectize-control .selectize-dropdown-content .active {
  background-color: #eee; }

.form-group.toolbutton {
  margin-right: 60px; }

.row .btn.toolbutton {
  margin-top: 30px !important;
  padding: 4px;
  font-size: 1.2em; }

.selectize-dropdown .info {
  padding: 2px !important;
  color: #aaa;
  font-size: 0.9em;
  text-align: center; }

.selectize-dropdown .optgroup {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px; }
  .selectize-dropdown .optgroup .optgroup-header {
    padding: 5px 0px 2px 2px !important;
    font-size: 0.9em;
    color: #888; }

.selectize-dropdown .optgroup-header .highlight, .selectize-dropdown .info {
  background-color: initial !important; }

.selectize-dropdown .optgroup:last-child {
  border: none; }

.selectize-control::before {
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: ' ';
  z-index: 2;
  position: absolute;
  display: block;
  top: 12px;
  right: 34px;
  width: 16px;
  height: 16px;
  background: url(images/spinner16.gif);
  background-size: 16px 16px;
  opacity: 0; }

.selectize-control.loading::before {
  opacity: 0.4; }

/* Selectize modal styling */
.form-group .selectize-control.single .selectize-input:after {
  top: 2px !important;
  right: 0px; }

.form-group .selectize-control .remove {
  padding-left: 5px;
  border-left: 1px solid #888;
  margin-left: 5px;
  font-size: 1.2em;
  font-weight: bold; }

.form-group .selectize-control.multi {
  padding: 0px;
  padding-top: 5px;
  border-bottom: 1px solid #ccc; }

.form-group .selectize-control.multi div.item {
  border: 1px solid #ccc !important;
  border-radius: 12px !important;
  padding: 0px 5px !important;
  line-height: 28px; }

.form-group .selectize-control.multi div.item .remove {
  padding: 0px 5px;
  border: 1px solid #eee;
  background: #ddd;
  border-radius: 4px;
  margin: 0px;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff; }

.form-group .selectize-control.multi div.item .remove:hover {
  text-decoration: none;
  background: #ccc; }

.form-group .selectize-control.multi div.item:hover .remove {
  display: inline; }

.form-group .selectize-control.multi div.item:after {
  content: none !important; }

.form-group .selectize-control.multi div.item {
  padding: 0; }

.form-group .selectize-control.single {
  position: relative;
  height: auto;
  min-height: 38px;
  padding: 6px 20px 8px 0 !important; }
  .form-group .selectize-control.single .selectize-input {
    line-height: 1.5em !important; }
  .form-group .selectize-control.single .item {
    display: inline !important;
    vertical-align: bottom !important;
    max-width: 45%;
    font-size: 14px; }
  .form-group .selectize-control.single input {
    vertical-align: middle;
    display: inline !important;
    max-width: 90%; }

/* Datetimepicker fix */
.dtp > .dtp-content {
  font-size: 1.1em;
  max-height: 620px; }

/* Box shadow dialogs */
.dialog-content,
.modal-content {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.4); }
  .dialog-content .card,
  .modal-content .card {
    margin-bottom: 0; }
  .dialog-content .card .modal-footer,
  .modal-content .card .modal-footer {
    border-top: 1px solid #ccc; }

/* Materialize adjustments */
@media (max-width: 959px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 960px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1279px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 1280px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1919px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1920px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5em; }

.model-header {
  padding-top: 20px; }

.form-control-feedback,
.form-text {
  display: block;
  margin-top: 0px;
  position: relative;
  font-size: 12px;
  line-height: normal;
  width: auto;
  height: auto;
  text-align: left; }

.has-warning .form-control {
  background-image: linear-gradient(red, red), linear-gradient(red, red) !important;
  background-size: 100% 2px, 100% 1px !important; }

.has-warning > .help-block {
  display: none !important; }

.has-warning label {
  color: #ccc !important; }

.form-control-feedback .help-block {
  display: block !important;
  position: relative;
  margin-bottom: 0px !important;
  font-size: 14px !important; }

.form-group .checkbox label,
.form-group .radio label {
  font-size: 14px;
  color: #666 !important; }

.form-group .radio label {
  padding-left: 20px; }

.radio span, label.radio-inline span {
  left: 0px; }

/* Make raised & disabled button have a background */
.btn.btn-raised:disabled,
.btn.btn-raised:disabled[disabled] {
  background-color: #ccc !important; }

.modal .container {
  width: auto; }

.card .table {
  background-color: transparent; }

.modal-md {
  max-width: 28em !important; }

.modal-lg-auto {
  width: auto !important;
  margin: 0 !important; }

.inlinemodal button.close {
  display: none; }

.inlinemodal .modal-header {
  display: none; }

.container .table > tbody > tr > td,
.container .table > thead > tr > th {
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto; }

.container .table > tbody > tr > th {
  font-weight: bold;
  height: auto; }

.container .table > tbody > tr > td, .container .table > tbody > tr > th {
  padding-top: 8px;
  padding-bottom: 8px; }

.container .table > tbody > tr.unread > td {
  font-weight: bold; }

.container .table thead th {
  vertical-align: bottom !important;
  font-weight: bold !important;
  padding-top: 8px;
  padding-bottom: 8px; }

.container .table .checkbox, .container .table .radio {
  margin: 0; }

.container .table .custom-control {
  display: inline; }

.container .table th.hasmenu, .container .table td.hasmenu {
  width: 140px;
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-wrap: none;
  white-space: nowrap;
  text-align: right; }
  .container .table th.hasmenu .btn, .container .table td.hasmenu .btn {
    display: inline-block; }

.container .table th.hascheckbox {
  width: 26px;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 5px !important;
  cursor: pointer;
  text-align: right;
  color: #ccc;
  font-weight: bold; }

.container .table td.hascheckbox {
  width: 26px;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 5px !important;
  cursor: pointer;
  text-align: right;
  color: #ccc;
  font-weight: bold; }

.container .table .aftercheckbox {
  padding-left: 1em; }

.container .table td .checkbox span.check {
  top: -5px;
  border-color: #ccc; }

.container .table th .checkbox span.check {
  top: -5px;
  border-color: #ccc; }

.container .table .btn {
  margin: 2px 0 0 0;
  padding: 0px 4px;
  font-size: 1.5em; }

.container .table td.desc {
  color: #ccc;
  font-size: 0.8em;
  text-align: left;
  padding-left: 5px !important;
  white-space: nowrap;
  font-weight: 500; }

.container .table td.icon > .fa {
  position: absolute;
  color: #ccc;
  padding: 13px 5px; }

.container .table td.icon > div {
  padding-left: 21px !important; }

.container .table td.select select {
  visibility: hidden; }

.container .table td.select:hover select {
  visibility: visible;
  width: 100%; }

.container .table td.select:hover span {
  display: none; }

.container .table tr.info td {
  font-style: italic;
  color: #aaa; }

.container .table tr.mini td {
  font-size: 0.6em !important; }

.container .table tr.noborder td {
  border-top: none; }

.container .table tr.secondary td {
  font-size: 0.7em;
  color: #444;
  padding-top: 0; }

.container .tableborder {
  border-bottom: 1px solid #ddd; }

.container .table-edit table td.edit.icon:hover > div, .table-edit table td.edit.icon textarea, .table-edit table td.edit.icon input {
  padding-left: 18px !important; }

.container .table-quick {
  /*.hasmenu { width: 30px !important; }
    .hasmenutwo { width: 110px !important; }*/ }
  .container .table-quick td, .container .table-quick th {
    padding-right: 5px !important; }

.table-files .deadline td {
  /*background: #f80*/ }

.table-files .deadline:hover td {
  /*background: #f40*/ }

.cancelled {
  display: inline-block;
  border-radius: 6px;
  background: #ccc;
  opacity: 0.5;
  color: #000;
  padding: 2px 5px;
  margin-right: 5px; }

.showonhover {
  display: none; }

.nav-item * {
  vertical-align: middle; }

.tablehover tr.hover {
  transition: background-color ease 0.2s !important;
  cursor: pointer; }

.tablehover tr.red td {
  background-color: #ff5959; }

.tablehover tr:hover.red td {
  background-color: #ff5959; }

.tablehover tbody.hover:hover tr.hover td {
  background: #f8f8f8; }

.tablehover tr:hover .showonhover {
  display: block; }

.tablehover tr:hover .hideonhover {
  display: none; }

.tablehover td.number input.showonhover {
  width: 100%;
  height: 100%;
  text-align: right; }

.tablehover tbody.hover:hover td, .tablehover tr:hover td, .tablehover tbody.hover:hover tr.hover:hover td {
  background: #eee; }

.tablehover tbody.hover:hover td.gray, .tablehover tr:hover td.gray, .tablehover tbody.hover:hover tr.hover:hover td.gray {
  background: #e8e8e8 !important; }

.tablehover tbody.hover:hover tr.highlight td, .tablehover tr.highlight:hover td {
  background: #cde6f7; }

.tablehover tr.highlight td {
  background: #94d4ff !important; }

.tablehover tr.nohighlight td {
  background: transparent !important; }

.resizing-input {
  border-radius: 3px;
  border: none;
  background: transparent;
  padding: 0 2px; }
  .resizing-input .inlineedit {
    max-width: 90%;
    padding: 0;
    border: none;
    background: transparent;
    box-sizing: border-box; }
  .resizing-input:hover, .resizing-input.focus {
    background: #e0e0e0; }

.disabled {
  color: #888; }

.card {
  margin-bottom: 2em; }
  .card .card-title {
    margin-bottom: 1em; }
  .card .card-header {
    padding: 1.5em 1em 0 1em; }
    .card .card-header .btn {
      margin: 0;
      margin-left: 10px;
      padding: 8px; }
    .card .card-header .input-placeholder {
      margin-left: 10px; }
  .card .card-nav {
    margin-top: -10px; }
    .card .card-nav .btn {
      padding: 10px; }
  .card .nav-tabs {
    margin: -10px -1em 0 -1em; }
    .card .nav-tabs .btn {
      padding: 10px; }
  .card .card-body {
    padding: 1.5em; }
  .card .card-foot {
    height: auto;
    padding: 1.5em;
    padding-top: 5px;
    border-top: 1px solid #eee;
    text-align: right; }

/* h4 1.5em 24pc*/
/* Project */
body {
  background: #e8e8e8;
  font-size: 1.65em; }

.app-page {
  margin-bottom: 2em;
  z-index: 1;
  position: relative; }

.body-content {
  /*padding-top: 6em*/ }

.doc-toolbar {
  color: #302863;
  background: rgba(230, 230, 230, 0.8) !important;
  border-bottom: 1px solid #ccc;
  /*position: fixed; width: 100%; z-index: 2; transition: all 250ms; zoom: 1;*/ }
  .doc-toolbar .appbutton {
    margin: 0;
    padding: 10px;
    font-size: 0.9em;
    border: none;
    box-shadow: none; }
    .doc-toolbar .appbutton img {
      margin-right: 3px;
      transition: all 250ms;
      max-height: 100px; }
    .doc-toolbar .appbutton span {
      vertical-align: middle;
      margin-top: 0.2em; }
    .doc-toolbar .appbutton i {
      display: block;
      color: #777;
      text-shadow: #f8f8f8 1px 1px 1px;
      font-size: 2.5em; }
  .doc-toolbar .appbutton:hover {
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .doc-toolbar .appbutton.selected {
    color: #dFf5ff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    background-color: #4FB5E8; }
    .doc-toolbar .appbutton.selected i {
      color: #dFf5ff;
      text-shadow: none; }
  .doc-toolbar .appbutton.brand {
    float: left;
    height: 100%;
    box-sizing: border-box;
    text-transform: none;
    font-size: 1.2em;
    font-weight: 400;
    text-shadow: #f8f8f8 1px 1px 1px;
    position: relative;
    z-index: 1;
    margin-right: 20px; }
  .doc-toolbar.scrolling {
    font-size: 12px; }
    .doc-toolbar.scrolling .btn.appbutton span {
      display: none; }
    .doc-toolbar.scrolling .appbutton img {
      max-height: 20px; }

@media (max-width: 1600px) {
  .doc-toolbar .appbutton {
    font-size: 0.8em; }
  .doc-toolbar .appbutton {
    padding: 10px 5px; } }

.modal .row.gap {
  margin-bottom: 5px;
  margin-top: 5px; }

.divider {
  background: #f8f8f8;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  font-size: 0.8em;
  margin-left: -23px;
  margin-right: -23px; }

.divider.padding {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1em !important; }

.infopane {
  margin: 0 !important;
  padding-bottom: 15px;
  font-size: 0.9em; }
  .infopane .btn {
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: 0;
    margin-left: 5px; }

.divider .info {
  color: #ccc;
  padding-bottom: 5px;
  padding-top: 2px; }

.form-group.slim {
  margin-top: 0; }

.form-group.slim.label-static label.control-label, .form-group.slim.label-floating.is-focused label.control-label, .form-group.slim.label-floating:not(.is-empty) label.control-label {
  top: -22px; }

.modal .subdivider {
  border-top: 5px dotted #eee !important;
  position: relative;
  top: -18px; }

.divider:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 5px; }

.dividerline {
  border-top: 1px solid #eee !important;
  padding-top: 10px; }

body.modal-open {
  padding-right: 0 !important;
  overflow-y: auto; }

/* Icons */
.closeable {
  position: relative; }

.closeable .close {
  position: absolute;
  padding: 5px;
  z-index: 999;
  top: 0px;
  right: 0px; }

.agency {
  margin-bottom: 28px; }

.agency .form-group {
  font-size: 0.9em;
  padding-bottom: 0px !important; }

footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 0.6em;
  color: #aaa; }
  footer span {
    background: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }

label.selected {
  color: #000;
  font-weight: 300; }

.highlight {
  background: #ffc; }

.table-edit .table > thead > tr > th {
  padding-top: 10px;
  padding-left: 0px; }

.table-edit .table td {
  padding-top: 10px;
  padding-left: 0px; }

.table-edit table thead th.edit {
  padding-left: 10px !important; }

.table-edit table tbody td.multiselect,
.table-edit table tbody td.edit {
  height: 1px !important;
  padding: 0px !important; }

.table-edit table tbody tr.second td.edit > div {
  min-height: 2.5em; }

.table-edit table tbody td.edit > div {
  padding: 10px;
  height: 100%; }

.table-edit table tbody td.multiselect div.textwrapper {
  border: 3px solid transparent;
  padding: 7px;
  height: 100%; }

.table-edit table tbody td.multiselect div.text {
  height: 100%; }

.table-edit table tbody td.edit > div .savingicon {
  margin-left: 5px; }

.table-edit table tbody td.edit > div.saving {
  background: #ccc;
  cursor: not-allowed; }

.table-edit table tbody td.edit > div.edited {
  background: yellow;
  border: 3px solid #ccc;
  padding: 7px; }

.table-edit table tbody td.edit > div.error {
  background: #ffe0e0; }
  .table-edit table tbody td.edit > div.error .savingicon {
    color: #c00000; }

.table-edit table tbody td.edit > div.success .savingicon {
  color: #00c000; }

.table-edit table tbody td.edit > div.success .btn.undo {
  display: none; }

.table-edit table tbody td.edit:hover > div.success .btn.undo {
  display: inline-block;
  position: absolute; }

.table-edit td.inline input {
  border: 3px solid transparent;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 3px !important; }

.table-edit td.has-warning input {
  border-color: red !important; }

.table-edit td.inline input:hover {
  border: 3px solid #888 !important; }

.table-edit textarea, .table-edit td.inline input:focus {
  border: 3px solid #000 !important;
  padding: 8px;
  background: transparent; }

.table-edit td.has-warning input:focus {
  border-color: red !important; }

.table-edit table td.multiselect div.textwrapper:hover {
  border: 3px solid #888;
  padding: 7px; }

.table-edit table td.edit:hover > div {
  border: 3px solid #888;
  padding: 7px; }

.table-edit table td button {
  display: block; }

.table-edit .editing {
  cursor: wait; }

.table-edit .selectize-dropdown-content .active {
  background: #ccc; }

.table-edit .selectize-dropdown-content .highlight {
  background: #fcc; }

.container .table tr.div td:first-of-type {
  font-weight: bold; }

.container .table tr.div td {
  border-top: 1px solid #aaa !important;
  /*border-bottom: 2px double #888 !important;*/
  /*padding: 10px !important;*/ }

.multiselect {
  line-height: normal !important; }

.multiselect .item {
  background: #ddd !important;
  border-radius: 4px !important;
  padding: 4px !important;
  line-height: normal !important;
  display: inline-block;
  margin: 3px; }

.multiselect .item i.fa {
  color: #44c; }

.multiselect .item:after {
  content: none !important; }

.editarea pre {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  font-family: inherit;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }

/* Selectize Fix */
.ui-select-choices {
  position: fixed;
  top: auto;
  left: auto;
  width: inherit; }

.tooltip-inner {
  text-align: left;
  padding: 10px;
  line-height: 1.5; }
  .tooltip-inner h5 {
    font-weight: bold; }

/* Searchbox */
.input-placeholder {
  background-color: #f0f0f0;
  display: inline-block;
  padding: 8px; }
  .input-placeholder input {
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .input-placeholder input:focus {
    outline: 0; }
  .input-placeholder input::-ms-clear {
    display: none; }

/* Dialogs */
.modal-content .modal-footer {
  padding: 20px !important; }

.filterheader .selectize {
  display: inline-block; }

.filterheader .selectize-dropdown {
  font-size: 14px; }

/* Filterpane */
.filterpane {
  margin-top: -1em;
  background: #eee;
  padding: 10px;
  zoom: 0.8; }
  .filterpane ul {
    margin: 0;
    padding: 0; }
  .filterpane ul li {
    list-style: none;
    margin: 0;
    padding: 2px; }

/* Fixed Context Menu */
.fixedmenu {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  border-top-right-radius: 18px;
  border-top: 1px solid rgba(220, 220, 220, 0.9);
  border-right: 1px solid rgba(220, 220, 220, 0.9);
  background: rgba(255, 255, 255, 0.9);
  padding: 10px; }

.popover-title {
  font-weight: bold; }

.columnedit {
  font-size: 0.9em;
  margin-bottom: 1em; }
  .columnedit .control-label {
    font-size: 1.0em !important;
    margin-top: 14px !important; }
  .columnedit .number {
    text-align: right; }
  .columnedit .form-group .form-control {
    margin-bottom: 0px; }
  .columnedit small {
    color: #aaa; }
  .columnedit label {
    color: #888; }

select.btn-raised {
  position: relative;
  top: 3px; }

/* paging */
.paging .btn {
  padding: 5px 10px; }

/* Select2 */
/* Accounting */
.row.tablerow .form-group, tr.tablerow .form-group {
  margin: 0;
  margin-bottom: -10px; }

.row.tablerow .amount, .row.tablerow .number, tr.tablerow .amount, tr.tablerow .number {
  text-align: right; }

.row.tablerow .total, tr.tablerow .total {
  font-weight: bold; }

.row.tablerow .padnumber, tr.tablerow .padnumber {
  padding-top: 8px; }

.row.tablerow .showhover, tr.tablerow .showhover {
  display: none; }

.row.tablerow .hide, tr.tablerow .hide {
  display: none !important; }

.row.tablerow:hover .showhover, tr.tablerow:hover .showhover {
  display: block;
  position: absolute;
  left: 100%;
  margin-left: -20px; }

tr .amount, tr .number {
  text-align: right; }

tr .total {
  font-weight: bold; }

tr .padnumber {
  padding-top: 8px; }

.col-md-1dot5 {
  width: 12.5%; }

.col-md-10dot5 {
  width: 87.5%; }

.minwidth45 label {
  min-width: 49% !important; }

hr {
  margin: 5px 0; }

h5 {
  font-weight: bold;
  padding-top: 15px !important;
  margin-bottom: 0;
  padding-bottom: 0; }

label[disabled], fieldset[disabled] .checkbox, fieldset[disabled] label.checkbox-inline, fieldset[disabled] .checkbox input[type=checkbox], fieldset[disabled] label.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox][disabled] ~ .checkbox-material .check:before, label.checkbox-inline input[type=checkbox][disabled] ~ .checkbox-material .check:before, .checkbox input[type=checkbox][disabled] ~ .checkbox-material .check, label.checkbox-inline input[type=checkbox][disabled] ~ .checkbox-material .check, .checkbox input[type=checkbox][disabled] + .circle, label.checkbox-inline input[type=checkbox][disabled] + .circle {
  opacity: 0.5 !important; }

.highcharts-data-table {
  width: 100%;
  overflow-x: auto;
  font-size: 0.8em;
  margin: 20px; }
  .highcharts-data-table table {
    border-spacing: 0px;
    border-collapse: separate; }
  .highcharts-data-table .number {
    text-align: right; }
  .highcharts-data-table caption {
    display: none;
    padding-bottom: 5px;
    font-family: 'Verdana';
    font-size: 14pt;
    font-weight: bold;
    color: #555555; }
  .highcharts-data-table table {
    color: #555555;
    border-collapse: collapse;
    border: 3px solid #CCCCCC;
    margin: 2px auto; }
  .highcharts-data-table tr {
    border-bottom: 2px solid #EEEEEE; }
  .highcharts-data-table th {
    border-left: 2px solid #EEEEEE;
    border-right: 2px solid #EEEEEE;
    padding: 3px 6px;
    border-collapse: collapse; }
  .highcharts-data-table th[scope="col"] {
    background-color: #ffffee; }
  .highcharts-data-table th[scope="row"] {
    background-color: #f0fcff;
    text-align: left; }
  .highcharts-data-table td {
    border-left: 2px solid #EEEEEE;
    border-right: 2px solid #EEEEEE;
    padding: 3px 6px;
    border-collapse: collapse; }

.leftmenu {
  position: absolute;
  left: 0;
  margin: 0;
  width: 180px;
  padding: 0;
  margin-top: 1em; }
  .leftmenu .btn-header, .leftmenu .btn-menu {
    text-transform: none;
    padding: 5px 10px;
    width: 100%;
    border-radius: 0;
    margin: 0;
    text-align: left;
    white-space: normal;
    font-weight: normal; }
  .leftmenu .btn-menu {
    padding-left: 15px; }
  .leftmenu .btn-header {
    color: #888; }

.rightofmenu {
  margin-left: 180px;
  padding-left: 1.5em;
  margin-bottom: -1.5em;
  padding-bottom: 1.5em;
  border-left: 1px solid #ccc; }

.hovershow > .hovershow {
  display: none; }

.hovershow:hover > .hovershow {
  display: block; }

.fancy-checkbox {
  font-size: 0.8em;
  color: #888;
  padding-right: 10px; }
  .fancy-checkbox .checked {
    font-size: 1.2em; }
  .fancy-checkbox .unchecked {
    font-size: 1.2em; }

.fancy-checkbox.checked {
  color: #000; }

/* Checkboxes with toggles */
.fancy-checkbox input[type="checkbox"],
.fancy-checkbox .checked {
  display: none; }

.fancy-checkbox input[type="checkbox"]:checked ~ .checked {
  display: inline-block; }

.fancy-checkbox input[type="checkbox"]:checked ~ .unchecked {
  display: none; }

.editslim {
  padding-left: 0px;
  padding-right: 0px; }
  .editslim label {
    font-size: 9px; }
  .editslim .selectize-control.single {
    padding: 6px 3px !important; }
    .editslim .selectize-control.single .selectize-input > div {
      margin: 0px !important; }
  .editslim td .selectize-control.single {
    padding: 0px 22px 0px 3px !important; }
    .editslim td .selectize-control.single .selectize-input {
      line-height: normal !important; }
    .editslim td .selectize-control.single .selectize-input > div {
      margin: 0px !important;
      line-height: normal !important;
      font-size: 1em !important; }
    .editslim td .selectize-control.single .selectize-control.single .selectize-input:after {
      top: 0px; }
  .editslim td, .editslim th {
    padding: 5px 5px !important;
    vertical-align: middle !important; }

.columnedit .form-group {
  clear: left; }

.slimcolumns .control-label {
  padding-right: 0px; }
  .slimcolumns .control-label small {
    float: right;
    line-height: 16px;
    font-weight: bold;
    background: #f0f0f0;
    margin: -2px;
    padding: 2px; }

.lumpsum.has-warning .help-block {
  text-align: right;
  padding-right: 15px;
  margin: 0;
  padding-top: 8px;
  clear: left;
  display: block;
  margin-bottom: -28px; }

.lumpsum.has-warning {
  margin-bottom: -24px; }

.lumpsum label {
  font-weight: bold !important; }

.lumpsum .col-sm-3 {
  background: #f0f0f0 !important;
  margin-top: 5px; }

iframe {
  border: none;
  width: 100%; }

.attachments {
  padding-top: 2px; }
  .attachments a {
    background: #ccc;
    border-radius: 4px;
    display: inline-block;
    color: #444;
    overflow: hidden; }
    .attachments a i {
      background: #444;
      padding: 6px;
      color: #fff; }
    .attachments a span {
      padding: 5px 5px; }

.correspondence {
  padding: 10px !important; }
  .correspondence .mailboxitem {
    /*border: 1px solid #ccc;
        .infopane { background: #f8f8f8; border-bottom: 1px solid #ccc; padding: 10px; }
        .mailcontent { padding: 10px;}
        margin-bottom: 10px;*/ }
  .correspondence textarea.pre, .correspondence pre {
    white-space: pre-wrap;
    background-color: transparent;
    border: none;
    padding: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 13px;
    border: none;
    background: transparent;
    overflow-x: hidden; }
  .correspondence textarea.pre {
    padding: 10px;
    box-sizing: border-box;
    width: 100%; }
  .correspondence .staffreply {
    /*background:  #ffc;
        border-width: 2px;*/ }
  .correspondence .mailboxitemreply .tox-tinymce {
    border: none; }

input.readonly {
  opacity: 0.5 !important; }

tbody.filered td, tr.filered td {
  background-color: #fcc; }

tbody.filegray td, tr.filegray td {
  background-color: #eee; }

tbody.fileyellow td, tr.fileyellow td {
  background-color: #ffa; }

tbody.filegreen td, tr.filegreen td {
  background-color: #cfc; }

.budgetred {
  color: #800000 !important; }

.budgetgreen {
  color: #008000 !important; }

.budgetyellow {
  color: #c0c000 !important; }

.budgethide span {
  display: none; }
