/* Calendar */
/* Scrollbar */
::-webkit-scrollbar {
  width: 8px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #cdcdcd; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #a6a6a6; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?9q6t2w");
  src: url("fonts/icomoon.eot?9q6t2w#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?9q6t2w") format("truetype"), url("fonts/icomoon.woff?9q6t2w") format("woff"), url("fonts/icomoon.svg?9q6t2w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-close:before {
  content: "\e602"; }

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

.icon-cancel-circle:before {
  content: "\e604"; }

.icon-checkmark2:before {
  content: "\e607"; }

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

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

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

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

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

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

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

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

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

.icon-arrow-desc:before,
.icon-arrow-down:before {
  content: "\e900"; }

.icon-arrow-asc:before,
.icon-arrow-up:before {
  content: "\e901"; }

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

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

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

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

.icon-lock:before {
  content: "\f023"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-info-circle:before {
  content: "\f05a"; }

.icon-three-bars:before {
  content: "\f05e"; }

.icon-location:before {
  content: "\f060"; }

.icon-exclamation-circle:before {
  content: "\f06a"; }

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

.icon-bar-chart:before {
  content: "\f080"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-phone:before {
  content: "\f095"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-sliders1:before {
  content: "\f1df"; }

.icon-percent:before {
  content: "\f295"; }

.icon-question-circle-o:before {
  content: "\f29c"; }

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

.icon-minus1:before {
  content: "\e920"; }

.icon-plus1:before {
  content: "\e922"; }

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

.icon-attach_file:before {
  content: "\e9fa"; }

.icon-remove_red_eye:before {
  content: "\eae1"; }

.icon-visibility_off:before {
  content: "\ec4b"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-files-o:before {
  content: "\f0c5"; }

.icon-sliders:before {
  content: "\f1de"; }

.icon-truck:before {
  content: "\e9b0"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body, html {
  padding: 0px;
  margin: 0; }

body, td, th, option, select, input, textarea {
  font-family: 'Open Sans', Tahoma;
  font-size: 12px;
  color: #262626; }

a {
  color: #000; }

body {
  background-color: #fff;
  padding: 5px 10px 10px; }

/* Felmeddelande */
div.error {
  display: block;
  width: 260px;
  max-width: 100%;
  background: #CC0000;
  color: #FFF;
  padding: 7px 10px;
  margin-top: 3px; }

form {
  width: 100%; }

.field {
  float: left;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 5px; }

.field-firstname,
.field-lastname,
.field-contact_firstname,
.field-contact_lastname {
  width: 50%; }

.field-zipcode {
  width: 100px; }

.field-city {
  width: calc(100% - 100px); }

.field-required {
  font-style: italic; }

label {
  display: block;
  font-weight: bold; }

input[type=phone],
input[type=email],
input[type=text],
input[type=tel],
textarea {
  border: 1px solid #CCC;
  padding: 5px;
  width: 100%; }

input[type=submit] {
  display: block;
  border: 0;
  background: #ffe100;
  color: #262626;
  font-weight: bold;
  margin-top: 20px;
  padding: 0 10px;
  line-height: 30px; }

h2 {
  font-size: 16px; }

span.icon-checkmark2 {
  color: green;
  font-size: 22px; }

body.meeting {
  background: #eaeaea;
  font-size: 14px; }
  body.meeting .holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    body.meeting .holder a.back-link {
      text-decoration: none;
      display: flex;
      align-items: center;
      padding: 10px 0;
      width: 440px; }
      @media screen and (max-width: 700px) {
        body.meeting .holder a.back-link {
          width: 360px;
          max-width: 100%; } }
      body.meeting .holder a.back-link span {
        margin-right: 4px; }
    body.meeting .holder .content {
      display: flex;
      flex-direction: column;
      width: 440px;
      padding: 30px 20px;
      background: #fff; }
      @media screen and (max-width: 700px) {
        body.meeting .holder .content {
          width: 360px;
          padding: 30px 15px;
          max-width: 100%; } }
      body.meeting .holder .content h1 {
        font-size: 28px; }
        @media screen and (max-width: 700px) {
          body.meeting .holder .content h1 {
            font-size: 24px; } }
      body.meeting .holder .content h2 {
        font-size: 24px;
        text-align: center;
        border-top: 1px solid #eaeaea;
        padding-top: 20px; }
      body.meeting .holder .content .logo {
        display: flex;
        justify-content: center; }
        body.meeting .holder .content .logo img {
          max-width: 100%; }
      body.meeting .holder .content .info .text {
        margin-bottom: 20px; }
      body.meeting .holder .content .notice {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eaeaea; }
      body.meeting .holder .content .area ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column; }
        body.meeting .holder .content .area ul li {
          margin-bottom: 2px;
          display: flex; }
          body.meeting .holder .content .area ul li label {
            display: flex;
            align-items: center;
            cursor: pointer;
            padding: 10px;
            border: 1px solid #eaeaea;
            background: #f7f7f7;
            border-radius: 2px;
            font-weight: normal;
            width: 100%;
            font-size: 14px; }
            body.meeting .holder .content .area ul li label input {
              margin: 0 5px 0 0; }
      body.meeting .holder .content .times {
        margin-top: 20px;
        position: relative; }
        body.meeting .holder .content .times .loader {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.8);
          display: none;
          align-items: center;
          justify-content: center; }
        body.meeting .holder .content .times .calendar-month {
          width: 100%; }
          body.meeting .holder .content .times .calendar-month table {
            width: 100%;
            border-collapse: collapse; }
            body.meeting .holder .content .times .calendar-month table tbody td, body.meeting .holder .content .times .calendar-month table tbody th {
              text-align: center;
              font-size: 16px;
              border: 1px solid #eaeaea;
              padding: 5px; }
              body.meeting .holder .content .times .calendar-month table tbody td a, body.meeting .holder .content .times .calendar-month table tbody td span, body.meeting .holder .content .times .calendar-month table tbody th a, body.meeting .holder .content .times .calendar-month table tbody th span {
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                border-radius: 20px; }
                @media screen and (max-width: 700px) {
                  body.meeting .holder .content .times .calendar-month table tbody td a, body.meeting .holder .content .times .calendar-month table tbody td span, body.meeting .holder .content .times .calendar-month table tbody th a, body.meeting .holder .content .times .calendar-month table tbody th span {
                    width: 30px;
                    height: 30px; } }
              body.meeting .holder .content .times .calendar-month table tbody td a, body.meeting .holder .content .times .calendar-month table tbody th a {
                border: 2px solid #f3c828; }
              body.meeting .holder .content .times .calendar-month table tbody td.today span, body.meeting .holder .content .times .calendar-month table tbody th.today span {
                border: 2px solid #eaeaea; }
            body.meeting .holder .content .times .calendar-month table tbody td {
              width: 12.5%; }
              body.meeting .holder .content .times .calendar-month table tbody td.selected a,
              body.meeting .holder .content .times .calendar-month table tbody td a:hover {
                background: #f3c828; }
            body.meeting .holder .content .times .calendar-month table thead tr.head th {
              border: 0;
              font-size: 15px;
              text-transform: uppercase; }
            body.meeting .holder .content .times .calendar-month table thead tr.days th {
              text-transform: uppercase;
              font-size: 12px;
              padding: 15px 0 5px; }
            body.meeting .holder .content .times .calendar-month table thead th a {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              text-decoration: none;
              font-size: 22px;
              background: #f7f7f7;
              width: 30px;
              height: 30px; }
            body.meeting .holder .content .times .calendar-month table thead th.prev {
              text-align: left; }
            body.meeting .holder .content .times .calendar-month table thead th.next {
              text-align: right; }
        body.meeting .holder .content .times .available-times {
          margin-top: 20px; }
          body.meeting .holder .content .times .available-times .slots ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column; }
            body.meeting .holder .content .times .available-times .slots ul li {
              margin-bottom: 2px;
              display: flex; }
              body.meeting .holder .content .times .available-times .slots ul li label {
                display: flex;
                align-items: center;
                cursor: pointer;
                padding: 10px;
                border: 1px solid #eaeaea;
                background: #f7f7f7;
                border-radius: 2px;
                font-weight: normal;
                width: 100%;
                font-size: 14px; }
                body.meeting .holder .content .times .available-times .slots ul li label input {
                  margin: 0 5px 0 0; }
      body.meeting .holder .content .customer {
        margin-top: 20px; }
        body.meeting .holder .content .customer .field-company {
          display: none; }
        body.meeting .holder .content .customer label {
          font-weight: bold;
          text-transform: uppercase;
          font-size: 11px;
          padding-bottom: 2px; }
        body.meeting .holder .content .customer .field-type,
        body.meeting .holder .content .customer .field-product {
          margin-bottom: 20px; }
        body.meeting .holder .content .customer div.radios label,
        body.meeting .holder .content .customer div.checkboxes label {
          padding: 10px;
          margin-bottom: 5px;
          cursor: pointer;
          background: #f7f7f7;
          border: 1px solid #eaeaea;
          border-radius: 2px;
          font-weight: normal;
          text-transform: none;
          font-size: 13px;
          display: flex;
          align-items: center; }
          body.meeting .holder .content .customer div.radios label input,
          body.meeting .holder .content .customer div.checkboxes label input {
            margin: 0 5px 0 0; }
        body.meeting .holder .content .customer div.checkboxes {
          display: flex;
          flex-direction: column; }
        body.meeting .holder .content .customer .field-customertype {
          margin-bottom: 10px; }
          body.meeting .holder .content .customer .field-customertype .radios {
            display: flex; }
            body.meeting .holder .content .customer .field-customertype .radios label {
              margin-right: 5px; }
        body.meeting .holder .content .customer input[type="phone"],
        body.meeting .holder .content .customer input[type="email"],
        body.meeting .holder .content .customer input[type="text"],
        body.meeting .holder .content .customer input[type="tel"],
        body.meeting .holder .content .customer textarea {
          padding: 10px;
          border: 1px solid #eaeaea; }
        body.meeting .holder .content .customer input[type=submit] {
          font-size: 15px;
          padding: 0 20px;
          line-height: 40px;
          border-radius: 2px; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?80occb");
  src: url("fonts/icomoon.eot?80occb#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?80occb") format("truetype"), url("fonts/icomoon.woff?80occb") format("woff"), url("fonts/icomoon.svg?80occb#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-pencil:before {
  content: "\e903"; }

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

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

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

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

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

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

.icon-cancel-circle:before {
  content: "\e604"; }

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

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

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

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

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

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

.icon-checkmark2:before {
  content: "\e607"; }

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

.icon-list:before {
  content: "\e600"; }

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

.icon-arrow-down:before,
.icon-arrow-asc:before {
  content: "\e900"; }

.icon-arrow-up:before,
.icon-arrow-desc:before {
  content: "\e901"; }

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

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

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

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

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