/*
 Theme Name:   Thermomix
 Theme URI:    http://thermomix.com.au
 Description:  Thermomix Portal
 Author:       Workhouse Advertising
 Author URI:   http://workhouseadvertising.com.au/
 Template:     Custom
 Version:      1.0.0
 License:      Copyright 2015 - Workhouse Advertising
 License URI:  http://workhouseadvertising.com.au/
 Tags:         custom, responsive-layout, laravel
 Text Domain:  workhouse, advertising, laravel
*/
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
html {
  box-sizing: border-box; }

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

* {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.smooth {
  opacity: 0.8; }

@font-face {
  font-family: 'univers-bold';
  src: url("/fonts/univers-bold-webfont.eot");
  src: url("/fonts/univers-bold-webfont.svg") format("svg"), url("/fonts/univers-bold-webfont.ttf") format("truetype"), url("/fonts/univers-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?5d5b9g");
  src: url("/fonts/icomoon.eot?5d5b9g#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?5d5b9g") format("truetype"), url("/fonts/icomoon.woff?5d5b9g") format("woff"), url("/fonts/icomoon.svg?5d5b9g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-basic_demo:before {
  content: "\e901"; }

.icon-cooking_class:before {
  content: "\e905"; }

.icon-delivery_briefing:before {
  content: "\e906"; }

.icon-delivery_demo:before {
  content: "\e907"; }

.icon-owner:before {
  content: "\e90b"; }

.icon-thermomix:before {
  content: "\e90e"; }

.icon-edit:before {
  content: "\e900"; }

.icon-left:before {
  content: "\e110"; }

.icon-right:before {
  content: "\e111"; }

.icon-arrow_forward:before {
  content: "\e204"; }

.icon-more:before {
  content: "\e210"; }

.icon-cart:before {
  content: "\e902"; }

.icon-diary:before {
  content: "\e903"; }

.icon-menu:before {
  content: "\e904"; }

.icon-read:before {
  content: "\e908"; }

.icon-folder:before {
  content: "\e909"; }

.icon-newsletter:before {
  content: "\e90a"; }

.icon-unread:before {
  content: "\e90c"; }

.icon-tick:before {
  content: "\e90d"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-user:before {
  content: "\f007"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close:before {
  content: "\f00d"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-plus-circle:before {
  content: "\f055"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-view:before {
  content: "\e1a8"; }

.icon-link:before {
  content: "\f08e"; }

.icon-file-empty:before {
  content: "\e90f"; }

.icon-file-picture:before {
  content: "\e913"; }

.icon-file-pdf:before {
  content: "\e910"; }

.icon-file-word:before {
  content: "\e911"; }

.icon-file-excel:before {
  content: "\e912"; }

/* Mixins */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  vertical-align: baseline; }

body {
  background: white; }

* {
  outline: 0;
  z-index: 150; }

a {
  text-decoration: none;
  transition: 0.3s ease all; }
  a:hover {
    cursor: pointer; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

.btn-primary {
  background-color: #4F9967 !important;
  border-color: #4F9967 !important; }
  .btn-primary:hover {
    background-color: #348C4D !important; }

button, .button, .fc-button {
  background-color: #4F9967;
  padding: 5px 15px;
  border-radius: 20px;
  color: white;
  transition: 0.3s ease all;
  font-size: 14px;
  border: 0 solid; }
  button:hover, .button:hover, .fc-button:hover {
    background-color: #348C4D;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    cursor: pointer; }

.add-button-small {
  position: relative;
  padding: 5px 15px 5px 35px; }
  .add-button-small:before {
    color: white;
    content: "+";
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 23px; }

.add-button {
  padding: 10px 15px 10px 35px;
  position: relative; }
  .add-button:before {
    color: white;
    content: "+";
    position: absolute;
    top: 3px;
    left: 15px;
    font-size: 23px; }
  @media screen and (max-width: 480px) {
    .add-button {
      width: 40px;
      height: 40px;
      padding: 0;
      color: transparent;
      top: 35px;
      right: 10px;
      position: absolute; }
      .add-button:before {
        top: 0;
        left: 12px;
        font-size: 29px; } }

button.relative {
  padding: 5px 15px 5px 35px; }
  button.relative:before {
    top: -2px; }
  @media screen and (max-width: 480px) {
    button.relative {
      top: 0;
      right: 0;
      position: relative; } }

.table .add-button {
  position: absolute;
  top: -70px;
  right: 0 !important; }
  .table .add-button:before {
    top: 5px; }

button.plus {
  width: 30px;
  height: 30px;
  font-size: 20px;
  padding: 0;
  margin-top: -15px;
  margin-bottom: -15px; }

table td .success, table td .danger {
  color: #4F9967; }

table td .danger {
  color: #EC6B55; }

table .center {
  text-align: center; }

.select {
  position: relative; }
  .select:after {
    position: absolute;
    top: 9px;
    right: 13px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    content: '';
    transform: rotate(135deg);
    width: 7px;
    height: 7px;
    transition: 0.3s ease all; }
  .select select {
    background: transparent;
    color: white;
    border-radius: 268px;
    font-size: 15px;
    border-color: white;
    padding: 3px 25px 3px 10px;
    min-width: 20px;
    -webkit-appearance: none;
    -webkit-border-radius: 20px;
    position: relative;
    transition: 0.3s ease all; }
  .select:hover {
    cursor: pointer; }
    .select:hover select {
      cursor: pointer; }
    .select:hover:after {
      z-index: 200; }

.select-dark:after {
  border-top: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0; }

.select-dark select {
  border: 1px solid #C0C0C0;
  color: rgba(0, 0, 0, 0.84); }

.mobile-select {
  position: relative;
  margin-left: 20px;
  display: inline-block;
  float: right; }
  .mobile-select select {
    height: 34px;
    background: #4F9967;
    color: white;
    border-radius: 25px;
    font-size: 15px;
    border-color: #4F9967;
    padding: 3px 20px 3px 35px;
    width: 80px;
    -webkit-appearance: none;
    -webkit-border-radius: 20px;
    position: relative;
    transition: 0.3s ease all;
    text-align: center; }
  .mobile-select .value {
    position: absolute;
    color: white;
    width: 40px;
    text-align: center;
    z-index: 200;
    line-height: 34px;
    background: #4F9967;
    margin: 0 20px; }
  .mobile-select .before, .mobile-select .after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 34px;
    z-index: 300;
    background: #4F9967;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px; }
    .mobile-select .before:before, .mobile-select .after:before {
      font-family: 'icomoon';
      content: "\e110";
      color: white;
      font-size: 18px;
      top: 8px;
      position: relative; }
    .mobile-select .before:hover, .mobile-select .after:hover {
      cursor: pointer; }
      .mobile-select .before:hover:before, .mobile-select .after:hover:before {
        color: #348C4D; }
  .mobile-select .after {
    right: 0;
    left: auto;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px; }
    .mobile-select .after:before {
      content: "\e111";
      right: -4px; }

.filters .select {
  display: inline-block; }
  .filters .select select {
    border: 1px solid #C0C0C0;
    color: #C0C0C0;
    width: 180px;
    font-weight: 300; }
  .filters .select:after {
    border-top: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0; }

.filters .input {
  display: inline-block;
  margin: 0 5px; }
  .filters .input input {
    width: 180px;
    border: 1px solid #C0C0C0;
    border-radius: 15px;
    font-size: 15px;
    padding: 3px 15px;
    font-weight: 300;
    color: #C0C0C0; }

.pagination {
  float: right;
  display: inline-block;
  margin-top: 3px; }
  .pagination li {
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    float: left; }
    .pagination li a, .pagination li span {
      background: white;
      padding: 5px 8px;
      color: rgba(79, 153, 103, 0.6);
      border: 1px solid #C0C0C0;
      border-right: 0px solid; }
    .pagination li:first-child a, .pagination li:first-child span {
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px; }
    .pagination li:last-child a {
      border: 1px solid #C0C0C0;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px; }
    .pagination li:hover a {
      background-color: #4F9967;
      color: white; }
  .pagination .active span {
    color: white;
    background-color: #4F9967; }
    .pagination .active span:hover {
      color: white; }

.dataTables_paginate {
  display: inline-block;
  float: right;
  margin-top: 9px; }
  .dataTables_paginate .paginate_button, .dataTables_paginate .ellipsis {
    background: white;
    padding: 5px 8px;
    color: rgba(79, 153, 103, 0.6);
    border: 1px solid #C0C0C0;
    border-right: 0px solid; }
    .dataTables_paginate .paginate_button:hover, .dataTables_paginate .ellipsis:hover {
      color: #4F9967; }
  .dataTables_paginate .previous {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px; }
  .dataTables_paginate .next {
    border: 1px solid #C0C0C0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; }
  .dataTables_paginate .current {
    color: white;
    background-color: #4F9967; }
    .dataTables_paginate .current:hover {
      color: white; }
  @media screen and (max-width: 480px) {
    .dataTables_paginate .ellipsis {
      display: none; } }

.number, .number-white, .number-grey {
  border-radius: 20px;
  border: 1px solid #C0C0C0;
  width: 50px;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  font-size: 15px;
  color: #787878;
  padding: 3px 0px 3px 10px; }
  .number::-webkit-outer-spin-button, .number::-webkit-inner-spin-button, .number-white::-webkit-outer-spin-button, .number-white::-webkit-inner-spin-button, .number-grey::-webkit-outer-spin-button, .number-grey::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAUCAMAAACDMFxkAAAAZlBMVEUAAACqqqowMDBMTExra2uGhoafn5/MzMw/Pz9QUFCTk5O1tbW9vb3BwcErKyszMzM3Nzc7OztJSUlISEhTU1NeXl5LS0tPT09gYGBnZ2d2dnZ6enp+fn6oqKi3t7fFxcXV1dXU1NRxc978AAAAInRSTlMANMmlf15BDbWhTygeGs7EwLqroJ2amZWMhXFubTkjFAUDoB1eCwAAAF1JREFUCNedjjcOgDAQBNdgnLDJOfP/T2LrBAUSDdPcFKu9xTcTvy2J9UxmCnmqJJgoHSCVAViUwuNygZ5RbOvwk3qlK1tY6kW8ACzbvWkOhH8Ww0gxUfHmeFa+ui4VegKqesASlAAAAABJRU5ErkJggg==) no-repeat center center;
    width: 10px;
    opacity: .5;
    /* shows Spin Buttons per default (Chrome >= 39) */
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0; }
    .number::-webkit-outer-spin-button:hover, .number::-webkit-inner-spin-button:hover, .number-white::-webkit-outer-spin-button:hover, .number-white::-webkit-inner-spin-button:hover, .number-grey::-webkit-outer-spin-button:hover, .number-grey::-webkit-inner-spin-button:hover {
      cursor: pointer; }

.number-white {
  background: transparent;
  color: white; }
  .number-white::-webkit-outer-spin-button, .number-white::-webkit-inner-spin-button {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAUCAMAAACDMFxkAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAIHRSTlMApMefNhsNzLWDfm1fT0IyIcC6q5qZlYxxXT8pJxQFA25bwV0AAABbSURBVAjXncy3DoAwDEXRl0pIp3f4/79EScSCxMJdfOzB+G7WjxbCTJFr5KVs0toKQCoHcLqng6AeY0AuDvgZ42XKHpFumcQAoTqS6rTzSmDKAnyn2YmSJa9fNxr2Ao/T9qG2AAAAAElFTkSuQmCC) no-repeat center center; }

.number-grey {
  color: #C0C0C0;
  border: 1px solid #C0C0C0; }
  .number-grey::-webkit-outer-spin-button, .number-grey::-webkit-inner-spin-button {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAUCAMAAACDMFxkAAAAPFBMVEUAAACUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJRJbzL9AAAAFHRSTlMAyaSBGbefmG5eQTYNTzIoIcCrjCS9IhIAAABWSURBVAjXnY5LCoAwDESn/0/SWvX+d9UYRRDcdDZ5hGF4+E92DxUbs1JbGaEI1eABDg0gs8jDm4rUtTYSJhNJLycM3YXNQDde6DKik/fbrW4uvpafrQOyTQGgG+0V0wAAAABJRU5ErkJggg==) no-repeat center center; }

.search {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 300px; }
  .search input {
    display: inline-block;
    width: 280px;
    border: 0 solid;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 20px;
    margin: 14px 10px;
    color: #B8B8B8;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.14); }

.alert {
  display: block;
  position: fixed;
  width: auto;
  margin: 0 auto;
  z-index: 5000;
  background: #FFC55A;
  border-radius: 50px;
  color: white;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 30px;
  bottom: 60px;
  right: 20px;
  opacity: 0;
  height: 0px;
  animation-duration: 1s;
  animation-fill-mode: both; }
  .alert .close {
    position: absolute;
    top: 0;
    right: 15px;
    color: white;
    font-size: 18px; }
    .alert .close:hover {
      cursor: pointer; }
  @media screen and (max-width: 768px) {
    .alert {
      left: 50%; } }
  @media screen and (max-width: 480px) {
    .alert {
      width: calc(100% - 40px);
      left: 0;
      margin: 0 20px;
      line-height: 15px;
      padding: 10px 25px;
      height: auto !important; }
      .alert .close {
        top: 35%; } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp;
  opacity: 1;
  height: 50px; }

.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut;
  opacity: 1; }

.daterangepicker {
  position: absolute;
  z-index: 20000;
  display: none;
  background: #FFC55A;
  top: 100px;
  left: 20px;
  margin-top: 1px;
  border-radius: 4px;
  width: 278px;
  padding: 20px 20px 45px 20px; }
  .daterangepicker .ranges {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center; }
  .daterangepicker .select {
    display: inline-block; }
  .daterangepicker .fa-chevron-left:before, .daterangepicker .fa-chevron-right:before {
    content: '<';
    color: white;
    font-style: normal;
    font-size: 25px;
    position: relative;
    top: 4px; }
  .daterangepicker .fa-chevron-right:before {
    content: '>'; }
  .daterangepicker .available:hover .fa-chevron-left:before, .daterangepicker .available:hover .fa-chevron-right:before {
    color: #EC6B55; }

.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #FFC55A;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFC55A;
  border-left: 6px solid transparent;
  content: ''; }

.daterangepicker.dropup {
  margin-top: -5px; }

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000; }

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none; }

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px; }

.daterangepicker.show-calendar .calendar {
  display: block; }

.daterangepicker .calendar.single .calendar-table {
  border: none; }

/* Calendars */
.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
  color: white; }

.daterangepicker .calendar-table {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #FFC55A; }

.daterangepicker table {
  width: 100%;
  margin: 0; }

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px 0; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  color: #999;
  background: #FFC55A; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee; }

.daterangepicker td.in-range {
  background: #ebf4f8;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #EC6B55;
  border-color: #EC6B55;
  color: #fff; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  margin-bottom: 0;
  width: 60px; }

.daterangepicker th.month {
  width: auto;
  padding: 15px; }

/* Text Input Above Each Calendar */
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%; }

.daterangepicker .input-mini.active {
  border: 1px solid #357ebd; }

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px; }

.daterangepicker .daterangepicker_input {
  position: relative; }

/* Time Picker */
.daterangepicker .calendar-time {
  text-align: center;
  line-height: 30px;
  position: relative;
  width: 100%;
  color: white; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.daterangepicker .ranges {
  font-size: 11px;
  width: 100%; }

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer; }

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
  .daterangepicker .ranges ul {
    width: 160px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker .calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker.single .calendar.left {
    clear: none; }
  .daterangepicker.single .ranges,
  .daterangepicker.single .calendar {
    float: left; }
  .daterangepicker .calendar.right {
    margin-left: 0; }
  .daterangepicker .left .daterangepicker_input {
    padding-right: 12px;
    width: 100%; }
  .daterangepicker .calendar.left .calendar-table {
    padding-right: 12px; }
  .daterangepicker .ranges,
  .daterangepicker .calendar {
    float: left; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left;
    width: 100%; }
  .daterangepicker .calendar.left {
    clear: none; } }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #EC6B55; }

.has-error .form-control {
  border-color: #EC6B55; }

form label {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 5px; }

form input[type=checkbox] {
  top: -2px; }

form .errors {
  display: block;
  float: left;
  width: 100%;
  margin-left: 35%; }
  form .errors p {
    color: #EC6B55;
    font-style: italic;
    font-size: 14px; }

form .error {
  color: #EC6B55;
  font-style: italic;
  font-size: 13px;
  margin: 10px 0;
  display: block; }

form .success {
  display: block;
  float: left;
  margin: 10px;
  color: #348C4D; }

form input.error {
  border-color: #EC6B55; }

form .hint-error {
  color: #EC6B55;
  font-size: 14px;
  margin-top: 5px; }

form .form-group {
  display: block;
  width: 100%; }

.list-group-item .list-remove {
  display: none;
  float: right; }
  .list-group-item .list-remove input {
    background-color: white;
    color: black;
    cursor: pointer;
    border-radius: 3px;
    border: 0px solid;
    padding: 2px 6px;
    font-size: 16px;
    line-height: 15px; }

.list-group-item:hover {
  background-color: #C0C0C0; }
  .list-group-item:hover .list-remove {
    display: block; }
    .list-group-item:hover .list-remove input:hover {
      background-color: #EC6B55;
      color: white; }

.max {
  margin: 0 auto;
  width: 100%;
  left: auto;
  position: relative;
  max-width: 75em;
  padding-bottom: 50px; }

article {
  position: relative;
  top: 55px;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto; }
  article::after {
    clear: both;
    content: "";
    display: table; }
  article .content {
    margin-left: 200px;
    width: calc(100% - 200px);
    display: block;
    float: left;
    position: relative;
    padding: 20px; }
    article .content:after {
      content: "";
      position: absolute;
      z-index: 10;
      top: -25px;
      height: 25px;
      left: 0;
      right: 0;
      background: radial-gradient(ellipse at 50% 200%, rgba(0, 0, 0, 0.2), rgba(97, 97, 97, 0) 70%);
      pointer-events: none; }
    article .content:last-child {
      padding-bottom: 50px; }
    article .content h1 {
      color: white;
      font-size: 30px;
      font-weight: 300;
      display: inline-block; }
    article .content .dark {
      color: #4F9967; }
    article .content h2 {
      color: #4F9967;
      font-size: 25px;
      font-weight: 300;
      display: inline-block; }
  article .pad {
    padding-top: 55px; }
    article .pad h1 {
      margin-bottom: 20px;
      width: 100%; }
  @media screen and (max-width: 1200px) {
    article .content {
      margin-left: 160px;
      width: calc(100% - 160px); } }
  @media screen and (max-width: 768px) {
    article .content {
      margin-left: 0px;
      width: 100%;
      padding: 20px 30px; }
      article .content h2 {
        display: block;
        margin: 10px auto; }
    article .pad {
      padding-top: 55px; } }
  @media screen and (max-width: 480px) {
    article .content {
      padding: 30px 20px; }
    article .pad h1 {
      text-align: left;
      margin-top: 20px;
      font-size: 27px; } }

.auth {
  background: url("/art/home.jpg") no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1; }
  .auth .logo {
    position: absolute;
    top: 50px;
    right: 50px; }
  .auth form {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    padding: 95px 50px;
    z-index: 10; }
    .auth form img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .auth form h2 {
      width: 100%;
      text-align: center;
      font-size: 32px;
      margin: 5px 0 0;
      color: white;
      font-weight: 300; }
      .auth form h2 span {
        font-size: inherit;
        color: #009A3A; }
        .auth form h2 span b {
          font-size: inherit;
          font-weight: bold; }
    .auth form .reset {
      margin-bottom: 40px;
      margin-top: 20px; }
    .auth form p {
      font-weight: 300;
      width: 100%;
      text-align: center;
      margin: 10px 0 20px;
      color: white; }
    .auth form strong, .auth form ul {
      display: block;
      text-align: center;
      position: absolute;
      top: 150px;
      width: 400px;
      left: 0;
      margin: 0;
      color: #4F9967; }
    .auth form ul {
      color: #EC6B55;
      top: 270px;
      font-size: 12px; }
    .auth form .errors ul {
      top: 150px; }
    .auth form input {
      background-color: transparent;
      border: 1px solid white;
      padding: 5px 20px;
      width: 100%;
      border-radius: 20px;
      color: white;
      margin-bottom: 7px;
      font-size: 14px; }
      .auth form input ::-webkit-input-placeholder {
        font-style: italic;
        color: white;
        font-weight: 100; }
      .auth form input :-moz-placeholder {
        font-style: italic;
        color: white;
        font-weight: 100; }
      .auth form input ::-moz-placeholder {
        font-style: italic;
        color: white;
        font-weight: 100; }
      .auth form input :-ms-input-placeholder {
        font-style: italic;
        color: white;
        font-weight: 100; }
    .auth form input::-webkit-input-placeholder {
      color: white; }
    .auth form input:-ms-input-placeholder {
      color: white; }
    .auth form input::-moz-placeholder {
      color: white; }
    .auth form .dashboard {
      background-color: #4F9967;
      padding: 8px 15px;
      border-radius: 20px;
      color: white;
      transition: 0.3s ease all;
      font-size: 14px;
      border: 0px solid;
      text-align: center; }
      .auth form .dashboard:after {
        content: "\e204";
        font-family: 'icomoon' !important;
        left: 30px;
        position: relative; }
      .auth form .dashboard:hover {
        background-color: #113c2b;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        cursor: pointer; }
    .auth form input[type=submit], .auth form .dashboard {
      background-color: rgba(255, 255, 255, 0.4);
      border: 0px solid;
      width: 40%;
      position: absolute;
      bottom: 40px;
      left: 30%;
      transition: 0.3s ease all; }
      .auth form input[type=submit]:hover, .auth form .dashboard:hover {
        cursor: pointer;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        background-color: rgba(79, 153, 103, 0.8); }
    .auth form a {
      float: right;
      text-align: right;
      padding: 0 10px;
      font-size: 13px;
      color: white;
      display: block;
      transition: 0.3s ease all; }
      .auth form a:hover {
        color: #4F9967; }
  .auth .testimonial {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0;
    text-align: center; }
    .auth .testimonial p {
      font-size: 25px;
      color: rgba(255, 255, 255, 0.7);
      width: 100%;
      display: block;
      float: left;
      font-weight: 300;
      margin-bottom: 10px; }
    .auth .testimonial span {
      color: rgba(255, 255, 255, 0.7);
      width: 100%;
      display: block;
      float: left;
      font-size: 15px;
      font-weight: 300; }
    @media screen and (max-height: 700px) {
      .auth .testimonial {
        display: none; } }
  @media screen and (max-width: 480px) {
    .auth {
      background-position-x: -200px;
      text-align: center; }
      .auth .logo {
        top: 25px;
        position: relative;
        right: auto; }
      .auth form {
        padding: 45px 40px;
        width: 300px;
        height: 300px;
        margin-left: -150px;
        margin-top: -150px; }
        .auth form img {
          width: 300px;
          height: 300px; }
        .auth form h2 {
          font-size: 20px; }
        .auth form .dashboard {
          bottom: 20px !important; }
          .auth form .dashboard:before {
            left: 32px; }
        .auth form input {
          padding: 2px 20px; }
        .auth form ul {
          width: 300px;
          top: 196px; }
      .auth .testimonial {
        display: none; } }

.website {
  max-width: 960px;
  margin: auto;
  padding: 0 10px 20px; }
  .website img#thermomix-logo {
    width: 184px;
    float: right;
    margin: 20px 0; }
  .website img#thermomix-title {
    display: none; }
  .website div.form-group label {
    width: 100%;
    color: #A6AFAB;
    font-weight: 200; }
    .website div.form-group label span {
      color: #009A3D; }
  .website div.form-group input {
    height: 45px;
    border: solid 1px #D9D9D9;
    border-radius: 3px;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    padding-left: 5px;
    width: 300px; }
  .website button[type=submit] {
    background-color: #95C11C;
    margin: 28px auto 0 auto;
    border-radius: 3px;
    border: none;
    width: 110px;
    height: 40px;
    font-size: 16px;
    font-weight: 200;
    transition: none; }
    .website button[type=submit]:after {
      font-family: "FontAwesome";
      content: '\f105';
      padding-left: 10px;
      position: relative; }
  .website h1.underline {
    border-bottom: solid 6px #009A3D;
    padding-bottom: 0.625em;
    font-size: 36px;
    color: #009A3D;
    font-family: 'univers-bold';
    line-height: 1.2;
    margin: 1.2em 0 28px;
    clear: both;
    text-transform: uppercase; }
  .website p.hint-error {
    color: #790000; }
  @media screen and (max-width: 480px) {
    .website input {
      width: 100% !important; }
    .website img#thermomix-logo {
      display: none; }
    .website img#thermomix-title {
      display: block;
      margin: 15px auto;
      width: 200px; } }

/*# sourceMappingURL=app.css.map */
