﻿@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: ' (' attr(href) ')';
    }
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }
    img {
        page-break-inside: avoid;
        max-width: 100% !important;
    }
    .header-print {
        border-bottom: 1px solid black;
        padding: 10px;
    }
    .header-print img {
        height: 30px;
    }
    .visible-print-block {
        display: block;
    }
    .visible-print-inline {
        display: inline;
    }
    .visible-print-inline-block {
        display: inline-block;
    }
    .hidden-print {
        display: none !important;
    }
    .visible-print-table {
        display: table-row;
    }
    .hidden-phone-print {
        display: table-cell !important;
    }
    .print-xs-6 {
        width: 50% !important;
        float: left;
    }
    .print-xs-10 {
        width: 83.33333333% !important;
        float: left;
    }
    .print-xs-2 {
        width: 16.66666667% !important;
        float: left;
    }
}
@media screen {
    .visible-print-block,
    .visible-print-inline,
    .visible-print-inline-block,
    .visible-print-table {
        display: none;
    }
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
html,
body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #222222;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover {
    color: #22527b;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
figure {
    margin: 0;
}
.img-circle {
    border-radius: 50%;
}
[role='button'] {
    cursor: pointer;
}
.page-header {
    z-index: 1010;
    background: #e1e1e1;
    padding: 0;
    height: 60px;
    border-bottom: 1px solid #d8d8d8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.header-logo {
    height: 29px;
    margin: 15px 21px;
}
.mooble-header-logo {
    height: 39px;
    margin: 10px 5px;
}
.header-navigation {
    height: 60px;
    float: right;
    font-family: 'allerbold';
    line-height: 3;
}
.header-navigation a {
    color: #555555;
    height: 60px;
    display: block;
    padding: 6px 12px;
}
.header-navigation a:hover {
    color: #333333;
}
.header-navigation .active-page-link {
    color: #0a67a3;
    border-bottom: 3px solid #0a67a3;
}
.header-navigation .active-page-link:hover {
    color: #0a67a3;
}
.header-navigation .user-icon {
    height: 14px;
    vertical-align: baseline;
}
.header-menu-trigger {
    height: 40px;
    min-width: 40px;
    line-height: 0px;
    margin: 10px;
    padding: 0;
    color: #555555;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.header-menu-trigger:hover {
    color: #222222;
}
.header-menu-trigger .fa-caret-down {
    font-size: 0.7em;
}
.header-menu-trigger .icon16 {
    vertical-align: sub;
}
.btn-sign-header {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    border-radius: 4px;
    user-select: none;
    transition: all ease-in-out 0.2s;
    line-height: normal;
    padding: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    /* background-color: #ff8e00;
    border-color: #e27e00;
    color: #fff;*/
    background-color: #eee;
    border-color: #c2c2c2;
    color: #333;
    text-transform: none;
}
.btn-sign-header:hover {
    background-color: #d5d5d5;
    border: 1px solid #c2c2c2;
}
/*.btn-sign-header:hover {
    background-color: #e27e00;
}
*/
.notification-count {
    background-color: #ff8e00;
    border-radius: 10px;
    border: 1px solid;
    display: block;
    min-width: 20px;
    height: 20px;
    line-height: 1;
    text-align: center;
    font-size: 10px;
    padding: 2px;
    font-weight: bold;
    color: white;
    margin-top: -35px;
    position: absolute;
    margin-left: 20px;
}
.drowpdown-container {
    -webkit-overflow-scrolling: touch;
    z-index: 1040;
    background: #fff;
    width: 250px;
    max-height: 290px;
    border-radius: 4px;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.6);
    overflow: visible;
    position: fixed;
    top: 0;
    right: 55px;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    -moz-transform: translate(0, -200%);
    -ms-transform: translate(0, -200%);
    -o-transform: translate(0, -200%);
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
}
.drowpdown-container.active {
    -webkit-transform: translate(0, 70px);
    -moz-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    -o-transform: translate(0, 70px);
    transform: translate(0, 70px);
}
.drowpdown-container .dropdown-icon {
    height: 7px;
    width: 15px;
    position: absolute;
    top: -6px;
    right: 6px;
}
.notification-container .notification-thumb + .notification-info {
    padding-left: 45px;
}
.notification-container .notification-info {
    min-height: 40px;
    position: relative;
}
.notification-container .notification-date {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    color: #aaa;
}
.notification-container .header-notification {
    text-decoration: none;
    line-height: 35px;
    text-transform: uppercase;
    margin-left: 10px;
}
.notification-container .notification-thumb {
    float: left;
    width: 40px;
    height: 40px;
    padding-left: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.notification-container .notification {
    padding: 5px;
    text-decoration: none;
    background: #fff;
    border: none;
    border-top: 1px solid #e2e2e2;
    display: block;
    width: 100%;
    text-align: left;
    box-shadow: none;
    margin: 0;
    text-transform: none;
}
.notification-container .notification:hover {
    background-color: #eee;
}
.notification-container .notification-title {
    font-size: 0.9em;
    color: #888;
}
.notification-container .notification-title .account-name {
    color: black;
}
.notification-container .notifications-list {
    margin-bottom: 0;
    border-radius: 4px;
    overflow-y: auto;
}
.notification-container .delete-notification {
    float: right;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #555555;
}
.notification-container .delete-notification:hover {
    color: #333333;
}
#menu {
    right: 10px;
}
#menu li:first-child .menu-item {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#menu li:last-child .menu-item {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
}
#menu .menu-item {
    padding: 8px;
    text-decoration: none;
    background: #fff;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    display: block;
    width: 100%;
    color: #444;
    text-align: left;
    box-shadow: none;
    font-family: 'allerregular';
    border-radius: 0;
    margin: 0;
    padding-left: 20px;
}
#menu .menu-item:hover {
    background-color: #eee;
}
hr {
    height: 1px;
    border: none;
    background: #eeeeee;
}
/*html, [data-role="overlaypanel"] {
    -ms-scrollbar-base-color: @gray-light;
    -ms-scrollbar-track-color: @header-background;
    -ms-scrollbar-arrow-color: darken(@gray-light, 60%);
    -ms-scrollbar-shadow-color: darken(#ddd, 20%);
}*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #eeeeee;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    border-radius: 4px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #bbbbbb;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #bbbbbb;
}
::-webkit-scrollbar-thumb:hover {
    background: #afafaf;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
.scrollbar-dark::-webkit-scrollbar-track {
    background: #555555;
    border: 1px solid #494949;
}
.scrollbar-dark::-webkit-scrollbar-thumb {
    background: #333333;
}
.scrollbar-dark::-webkit-scrollbar-thumb:window-inactive {
    background: #333333;
}
.scrollbar-dark::-webkit-scrollbar-thumb:hover {
    background: #222222;
}
.scrollbar-dark::-webkit-scrollbar-corner {
    background: #555555;
}
.ui-draggable {
    cursor: grab;
    cursor: -webkit-grab;
}
.circle-element {
    border-radius: 50%;
}
@media screen and (max-width: 991px) {
    .page-header {
        height: 40px;
    }
    .notification-count {
        margin-top: -27px;
        margin-left: 23px;
    }
    .header-logo {
        height: 20px;
        margin: 10px;
    }
    .mooble-header-logo {
        height: 30px;
        margin: 5px 5px;
    }
    .header-navigation {
        height: 40px;
        line-height: 1.8;
    }
    .header-navigation a {
        height: 40px;
    }
    .header-menu-trigger {
        margin: 0;
    }
    .drowpdown-container.active {
        -webkit-transform: translate(0, 50px);
        -moz-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        -o-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }
}
@media screen and (max-width: 767px) {
    .header-navigation {
        font-size: 10px;
    }
    .header-navigation a {
        padding: 6px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .header-navigation .list-inline > li {
        padding: 0;
    }
}
#regions-container {
    width: 160px;
    right: 10px;
}
#regions-container li {
    padding: 2px 10px;
}
#regions-container li .region-item {
    display: block;
    color: #333333;
}
#regions-container li .region-item.active {
    font-weight: bold;
}
#regions-container li:hover {
    background-color: #f5f5f5;
}
.flag-icon {
    width: 16px;
    vertical-align: baseline;
    margin-right: 3px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hidden {
    display: none !important;
}
.top-down-margin {
    margin: 10px 0;
}
[v-cloak] {
    display: none;
}
@font-face {
    font-family: 'allerbold';
    src: url('../../fonts/aller-webfont.eot');
    src:
        url('../../fonts/aller-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/aller-webfont.woff') format('woff'),
        url('../../fonts/aller-webfont.ttf') format('truetype'),
        url('../../fonts/aller-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'allerregular';
    src: url('../../fonts/aller_rg[data-group="price"] .price-value-webfont.eot');
    src: url('../../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/aller_rg-webfont.woff') format('woff'), url('../../fonts/aller_rg-webfont.ttf') format('truetype'), url('../../fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
    */
@font-face {
    font-family: 'alleritalic';
    src: url('../../fonts/aller_it-webfont.eot');
    src:
        url('../../fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/aller_it-webfont.woff') format('woff'),
        url('../../fonts/aller_it-webfont.ttf') format('truetype'),
        url('../../fonts/aller_it-webfont.svg#alleritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../fonts/FoundersGrotesk-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'FoundersGrotesk';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../../fonts/FoundersGrotesk-BoldItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../../fonts/FoundersGrotesk-Semibold.woff2') format('woff2');
}
@font-face {
    font-family: 'FoundersGrotesk';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('../../fonts/FoundersGrotesk-SemiboldItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../../fonts/FoundersGrotesk-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'FoundersGrotesk';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../../fonts/FoundersGrotesk-MediumItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../fonts/FoundersGrotesk-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'FoundersGrotesk';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../../fonts/FoundersGrotesk-RegularItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../../fonts/FoundersGrotesk-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'FoundersGrotesk';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('../../fonts/FoundersGrotesk-LightItalic.woff2') format('woff2');
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: #222222;
}
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 14px;
}
p {
    margin: 0 0 10px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777777;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
ul,
ol {
    margin: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}
dl {
    margin-top: 0;
    margin-bottom: 21px;
}
/*dt {
    font-weight: bold;
}*/
dd {
    margin-left: 0;
}
.dl-horizontal dd {
    margin: 5px 0;
}
.dl-horizontal dt {
    float: left;
    margin: 0;
    color: #777777;
    margin-right: 5px;
}
.dl-horizontal dt:after {
    content: ':';
}
.dl-horizontal dd {
    margin: 0;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.table-label {
    color: #777777;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
input[type='search'] {
    box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type='file'] {
    display: block;
}
/*input[type="range"] {
  display: block;
  width: 100%;
}*/
/*select[multiple],
select[size] {
  height: auto;
}*/
/*input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  .tab-focus();
}*/
/*output {
  display: block;
  padding-top: (@padding-base-vertical + 1);
  font-size: @font-size-base;
  line-height: @line-height-base;
  color: @input-color;
}*/
/*select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {*/
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='date'].form-control,
    input[type='time'].form-control,
    input[type='datetime-local'].form-control,
    input[type='month'].form-control {
        line-height: 35px;
    }
    input[type='date'].input-sm,
    input[type='time'].input-sm,
    input[type='datetime-local'].input-sm,
    input[type='month'].input-sm,
    .input-group-sm input[type='date'],
    .input-group-sm input[type='time'],
    .input-group-sm input[type='datetime-local'],
    .input-group-sm input[type='month'] {
        line-height: 30px;
    }
    input[type='date'].input-lg,
    input[type='time'].input-lg,
    input[type='datetime-local'].input-lg,
    input[type='month'].input-lg,
    .input-group-lg input[type='date'],
    .input-group-lg input[type='time'],
    .input-group-lg input[type='datetime-local'],
    .input-group-lg input[type='month'] {
        line-height: 49px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 1.5;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 15.5px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
}
select.input-sm {
    height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select.form-control textarea.form-control,
.form-group-sm select.form-control select[multiple].form-control {
    height: auto;
}
.form-group-sm select.form-control .form-control-static {
    height: 30px;
    min-height: 13.5px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
/*
.input-lg {
    .input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @input-border-radius-large);
}

.form-group-lg {
    .form-control {
        height: @input-height-large;
        padding: @padding-large-vertical @padding-large-horizontal;
        font-size: @font-size-large;
        line-height: @line-height-large;
        border-radius: @input-border-radius-large;
    }

    select.form-control {
        height: @input-height-large;
        line-height: @input-height-large;
    }

    textarea.form-control,
    select[multiple].form-control {
        height: auto;
    }

    .form-control-static {
        height: @input-height-large;
        min-height: (@line-height-computed + @font-size-large);
        padding: (@padding-large-vertical + 1) @padding-large-horizontal;
        font-size: @font-size-large;
        line-height: @line-height-large;
    }
}*/
/*.has-feedback {
    // Enable absolute positioning
    position: relative;
    // Ensure icons don't overlap text
    .form-control {
        padding-right: (@input-height-base * 1.25);
    }
}
// Feedback icon (requires .glyphicon classes)
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; // Ensure icon is above input groups
    display: block;
    width: @input-height-base;
    height: @input-height-base;
    line-height: @input-height-base;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: @input-height-large;
    height: @input-height-large;
    line-height: @input-height-large;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: @input-height-small;
    height: @input-height-small;
    line-height: @input-height-small;
}*/
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.input-validation-error {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.input-validation-error:focus {
    border-color: #843534;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #ce8483;
}
.input-error-valid {
    border-color: #843534;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #ce8483;
}
.input-error-valid:focus {
    border-bottom: 1px solid #d8d8d8;
    box-shadow: none;
}
.field-validation-error {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #626262;
}
.form-inline {
    overflow: auto;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type='radio'],
    .form-inline .checkbox input[type='checkbox'] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 8.5px;
}
.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*='col-'] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.dropdown-list {
    visibility: visible;
    max-height: 500px;
    opacity: 1;
    border: 1px solid #d8d8d8;
    border-top: none;
    list-style: none;
    padding: 0 !important;
    margin: 0;
    overflow: auto;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.dropdown-list.collapsed {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
}
.dropdown-list .dropdown-option {
    width: 100%;
    background-color: transparent;
    display: block;
    padding: 7px;
    padding-left: 15px;
    text-decoration: none;
    text-align: left;
    border: none;
    border-top: 1px solid #d8d8d8;
    color: white;
    -moz-transition:
        background-color 0.25s,
        color 0.25s;
    -o-transition:
        background-color 0.25s,
        color 0.25s;
    -webkit-transition:
        background-color 0.25s,
        color 0.25s;
    transition:
        background-color 0.25s,
        color 0.25s;
}
.dropdown-list .dropdown-option:hover {
    background-color: #626262;
}
.dropdown-list .dropdown-option.active {
    background-color: #555555;
}
.dropdown-list li:first-child .dropdown-option {
    border-top: none;
}
.dropdown-selected-item {
    background-color: transparent;
    padding: 5px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: white;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: left;
    -moz-transition:
        background-color 0.25s,
        color 0.25s;
    -o-transition:
        background-color 0.25s,
        color 0.25s;
    -webkit-transition:
        background-color 0.25s,
        color 0.25s;
    transition:
        background-color 0.25s,
        color 0.25s;
}
.dropdown-selected-item .fa {
    float: right;
}
.dropdown-selected-item:not(.with-options) {
    cursor: default;
}
.dropdown-selected-item.with-options:hover {
    background-color: #626262;
}
.onoffswitch {
    position: relative;
    width: 35px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 10px;
    padding: 0;
    line-height: 15px;
    border: 0px solid #ffffff;
    border-radius: 25px;
    background-color: #9e9e9e;
    transition: background-color 0.2s ease-in;
    margin: 5px 0;
}
.onoffswitch-label.disabled {
    background-color: #555555;
    cursor: not-allowed;
}
.onoffswitch-label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin: -5px -2.5px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 21px;
    border-radius: 25px;
    box-shadow: 0 6px 12px 0px #757575;
    transition: all 0.2s ease 0s;
}
.onoffswitch-label.disabled:before {
    background-color: #333333;
    cursor: not-allowed;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #91cf91;
}
.onoffswitch-checkbox:checked + .onoffswitch-label.disabled {
    background-color: #555555;
    cursor: not-allowed;
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #42a5f5;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    background-color: #5cb85c;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.onoffswitch-checkbox:checked + .onoffswitch-label.disabled:before {
    right: 0px;
    background-color: #333333;
    cursor: not-allowed;
}
.slider {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    /*required for proper track sizing in FF*/
    background: transparent;
}
[data-group='openServices'] .slider {
    width: 100%;
}
.slider::-webkit-slider-runnable-track {
    height: 8px;
    background: #ccc;
    border: none;
    border-radius: 4px;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #5cb85c;
    margin-top: -8px;
}
.slider:focus {
    outline: none;
}
.slider:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
.slider::-moz-range-track {
    height: 8px;
    background: #eeeeee;
    border: none;
    border-radius: 4px;
}
.slider::-moz-range-thumb {
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #5cb85c;
}
/*hide the outline behind the border*/
.slider:-moz-focusring {
    outline: none;
}
.slider::-moz-focus-outer {
    border: 0;
}
.slider::-ms-track {
    height: 8px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
}
.slider::-ms-fill-lower {
    background: #5cb85c;
    border-radius: 10px;
}
.slider::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
.slider::-ms-thumb {
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #5cb85c;
    margin-top: 0;
}
.slider:focus::-ms-fill-lower {
    background: #5cb85c;
}
.slider:focus::-ms-fill-upper {
    background: #ccc;
}
.field-validation-error {
    color: #a94442;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b4dede524b4433cc582a)
 * Config saved to config.json and https://gist.github.com/b4dede524b4433cc582a
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container {
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group-sm:before,
.form-horizontal .form-group-sm:after {
    content: ' ';
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.form-horizontal .form-group-sm:after {
    clear: both;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    user-select: none;
    transition: all ease-in-out 0.2s;
    /*&,
  &:active,
  &.active {
    &:focus,
    &.focus {
      .tab-focus();
    }
  }*/
    color: #333;
    background-color: #e7e7e7;
    border-color: #ccc;
}
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn.focus {
    color: #333;
    background-color: #cecece;
    border-color: #8c8c8c;
}
.btn:hover {
    color: #333;
    background-color: #cecece;
    border-color: #adadad;
}
.btn.active {
    color: #333;
    background-color: #cecece;
    border-color: #adadad;
}
.btn.active:hover,
.btn.active:focus,
.btn.active.focus {
    color: #333;
    background-color: #bcbcbc;
    border-color: #8c8c8c;
}
.btn:active {
    background-image: none;
}
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled.focus,
.btn[disabled].focus,
fieldset[disabled] .btn.focus {
    background-color: #e7e7e7;
    border-color: #ccc;
}
.btn .badge {
    color: #e7e7e7;
    background-color: #333;
}
.btn-default {
    color: #333;
    background-color: #e7e7e7;
    border-color: #ccc;
}
.btn-default.focus {
    color: #333;
    background-color: #cecece;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #cecece;
    border-color: #adadad;
}
.btn-default.active {
    color: #333;
    background-color: #cecece;
    border-color: #adadad;
}
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus {
    color: #333;
    background-color: #bcbcbc;
    border-color: #8c8c8c;
}
.btn-default:active {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #e7e7e7;
    border-color: #ccc;
}
.btn-default .badge {
    color: #e7e7e7;
    background-color: #333;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #22527b;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 6px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
    width: 100%;
}
.icon-list-button {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: none;
    padding: 5px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    -moz-transition: background-color ease 0.25s;
    -o-transition: background-color ease 0.25s;
    -webkit-transition: background-color ease 0.25s;
    transition: background-color ease 0.25s;
    color: #333333;
}
.icon-list-button .icon-list-image {
    max-height: 25px;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin: 0 auto;
}
.icon-list-button:focus {
    outline: none;
}
.icon-list-button:hover {
    color: #333333;
}
.icon-list-button[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
}
.lockedModuleImgButton {
    content: url('https://cdn.mooble.com/sitesimages/Icons/locked-white.png');
    width: 25px;
    height: 25px;
    right: 0px;
    position: absolute;
    z-index: 1020;
}
.unlockedModuleImgButton {
    content: url('https://cdn.mooble.com/sitesimages/Icons/unlocked-white.png');
    width: 25px;
    height: 25px;
    right: 0px;
    position: absolute;
    z-index: 1020;
}
table {
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*='col-'] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*='col-'],
table th[class*='col-'] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
.table-borderless {
    border: none;
}
.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
    border: none;
}
.table-borderless > thead > tr > th,
.table-borderless > thead > tr > td {
    border: none;
}
@-ms-viewport {
    width: device-width;
}
.visible-phone,
.visible-tablet,
.visible-desktop,
.visible-lg-desktop {
    display: none !important;
}
.visible-phone-block,
.visible-phone-inline,
.visible-phone-inline-block,
.visible-tablet-block,
.visible-tablet-inline,
.visible-tablet-inline-block,
.visible-desktop-block,
.visible-desktop-inline,
.visible-desktop-inline-block,
.visible-lg-desktop-block,
.visible-lg-desktop-inline,
.visible-lg-desktop-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-phone {
        display: block !important;
    }
    table.visible-phone {
        display: table !important;
    }
    tr.visible-phone {
        display: table-row !important;
    }
    th.visible-phone,
    td.visible-phone {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-phone-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-phone-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-phone-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-tablet {
        display: block !important;
    }
    table.visible-tablet {
        display: table !important;
    }
    tr.visible-tablet {
        display: table-row !important;
    }
    th.visible-tablet,
    td.visible-tablet {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-tablet-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-tablet-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-tablet-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-desktop {
        display: block !important;
    }
    table.visible-desktop {
        display: table !important;
    }
    tr.visible-desktop {
        display: table-row !important;
    }
    th.visible-desktop,
    td.visible-desktop {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-desktop-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-desktop-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-desktop-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-desktop {
        display: block !important;
    }
    table.visible-lg-desktop {
        display: table !important;
    }
    tr.visible-lg-desktop {
        display: table-row !important;
    }
    th.visible-lg-desktop,
    td.visible-lg-desktop {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-desktop-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-desktop-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-desktop-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 480px) {
    .hidden-xs-phone {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-phone {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-tablet {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-desktop {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg-desktop {
        display: none !important;
    }
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1030;
    display: none;
}
.overlay.active {
    display: block;
}
.overlay.inspire {
    background-color: #fff;
}
.dropdown-overlay {
    z-index: 1039;
    background: none;
}
.modal {
    min-width: 450px;
    max-width: 600px;
    max-height: 500px;
    overflow: auto;
    left: 50%;
    top: 50%;
    /*margin-left: -237px;
    margin-top: -200px;*/
    transform: translateY(-50%) translateX(-50%);
    position: fixed;
    background: white;
    border-radius: 4px;
    z-index: 1050;
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    display: none;
}
.modal.active {
    display: block;
}
.modal .modal-header {
    border-bottom: 1px solid #d8d8d8;
    padding: 6px 12px;
    margin: 0;
}
.modal .modal-header > h1,
.modal .modal-header h2,
.modal .modal-header h3,
.modal .modal-header h4,
.modal .modal-header h5,
.modal .modal-header h6 {
    font-size: 24px;
}
.modal .modal-body {
    padding: 10px 16px;
}
.modal .modal-footer {
    text-align: right;
    padding: 0 16px 10px;
}
.modal .modal-footer .btn + .btn {
    margin-left: 5px;
}
.modal .close-modal {
    float: right;
    margin: 5px 0;
    font-size: 20px;
    color: #000;
    display: inline;
}
@media screen and (max-width: 767px) {
    .modal {
        min-width: unset;
        width: 100% !important;
        /*left: 0!important;*/
        margin-left: 0 !important;
    }
}
.nav-pills {
    overflow: hidden;
    margin-bottom: 5px;
    margin: 10px / 2 0;
    padding: 0;
}
.nav-pills .pill-nav-button {
    float: left;
    background: #9d9d9d;
    color: #333333;
    border-radius: 0;
    padding: 5px;
    box-shadow: none;
    border: 1px solid #eeeeee;
}
.nav-pills .pill-nav-button:hover {
    background: #5e5e5e;
    color: #eeeeee;
}
.nav-pills .pill-nav-button.active {
    background: #5b5b5b;
    color: white;
}
.nav-pills .pill-nav-button.active .pill-nav-button-icon {
    color: white;
}
.nav-pills .pill-nav-button img.pill-nav-button-icon {
    -webkit-filter: invert(1);
}
.nav-pills .pill-nav-button .pill-nav-button-icon {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    margin: 1px;
    color: #eeeeee;
}
.nav-pills-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-radius: 4px;
}
.nav-pills-justified .pills-justified-wrapper {
    display: table-cell;
    float: none;
    width: 1%;
}
.nav-pills-justified .pills-justified-wrapper .pill-nav-button {
    width: 100%;
    border-radius: 0;
    border-right: none;
}
.nav-pills-justified .pills-justified-wrapper:first-child .pill-nav-button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.nav-pills-justified .pills-justified-wrapper:last-child .pill-nav-button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #eeeeee;
}
.nav-pills-borderless {
    margin: 0;
    border-radius: 0;
}
.nav-pills-borderless .pill-nav-button {
    border: none;
    border-bottom: 1px solid #555555;
    border-radius: 0;
    height: 35px;
    background-color: transparent;
    color: #eeeeee;
}
.nav-pills-borderless .pill-nav-button.active {
    border-bottom: 3px solid #d8d8d8;
}
.nav-pills-borderless .pill-nav-button.active .icon16 {
    opacity: 1;
}
.nav-pills-borderless .pills-justified-wrapper:first-child .pill-nav-button {
    border-radius: 0;
}
.nav-pills-borderless .pills-justified-wrapper:last-child .pill-nav-button {
    border-radius: 0;
    border-right: none;
}
.nav-filter {
    font-size: 18px;
    margin: 15px 0;
}
.nav-filter li {
    padding: 5px 10px;
}
.nav-filter a {
    color: #999;
    transition: all ease-in-out 0.2s;
}
.nav-filter a:hover {
    color: #333333;
}
.nav-filter li.active {
    border-bottom: 3px solid #b5b5b5;
}
.nav-filter li.active a {
    color: black;
}
.tab-content {
    display: none;
    padding: 10px;
}
.tab-content.active {
    display: block;
}
.tab-title {
    margin: 0;
    margin-bottom: 10px;
}
.alert {
    padding: 6px 12px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.alert-muted {
    background-color: #eeeeee;
    border-color: #d5d5d5;
    color: #777777;
}
.alert-muted hr {
    border-top-color: #c8c8c8;
}
.alert-muted .alert-link {
    color: #5e5e5e;
}
.badge-container {
    position: relative;
}
.badge {
    background-color: #ff8e00;
    border-radius: 8px;
    display: block;
    min-width: 16px;
    height: 16px;
    line-height: 7px;
    text-align: center;
    font-size: 10px;
    padding: 3px;
    font-weight: bold;
    color: white;
}
.badge-top-left {
    position: absolute;
    top: -8px;
    left: -8px;
}
.badge-top-right {
    position: absolute;
    top: -8px;
    right: -8px;
}
.toast-title {
    font-weight: bold;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.toast-message a,
.toast-message label {
    color: #ffffff;
}
.toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 24px;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
#toast-container > :hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
#toast-container > .toast-info {
    background-image: url('https://cdn.mooble.com/sitesimages/Icons/info-white.png');
}
#toast-container > .toast-error {
    background-image: url('https://cdn.mooble.com/sitesimages/Icons/warning-white.png');
}
#toast-container > .toast-success {
    background-image: url('https://cdn.mooble.com/sitesimages/Icons/success-white.png');
}
#toast-container > .toast-warning {
    background-image: url('https://cdn.mooble.com/sitesimages/Icons/warning-white.png');
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
    width: 300px;
    margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #51a351;
}
.toast-error {
    background-color: #bd362f;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    /*background-color: @label-default-bg;*/
    font-weight: bold;
}
.label:empty {
    display: none;
}
.label-primary {
    background-color: #0a67a3;
}
.label-success {
    background-color: #5cb85c;
}
.label-info {
    background-color: #5bc0de;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-danger {
    background-color: #d9534f;
}
/**
 * Swiper 3.2.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 7, 2015
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container {
    position: absolute;
    text-align: center;
    padding: 0;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border: 5px solid #fff;
    z-index: 1050;
}
.swiper-slide {
    overflow: hidden;
}
.swiper-container-horizontal > .swiper-pagination {
    bottom: -20px;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}
.close-slideshow {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.slide-caption {
    position: absolute;
    bottom: 0;
    background: #fff;
    text-align: left;
    width: 100%;
    padding: 10px;
}
.swiper-button-next {
    right: 30px;
}
.swiper-button-prev {
    left: 30px;
}
.slideshow-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    margin: 0;
    padding: 0;
}
.slideshow-modal:not(.active) {
    display: none;
}
.slideshow-modal article {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 47px;
    left: 0;
    padding: 20px;
}
.slideshow-modal article.active {
    z-index: 10;
    opacity: 1;
}
.slideshow-modal article:not(.active) {
    z-index: 0;
    opacity: 0;
}
.slideshow-modal article figure {
    width: 100%;
    height: 100%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    position: relative;
    max-width: 1280px;
    margin: auto;
}
.slideshow-modal footer {
    width: 400px;
    bottom: 0;
    position: fixed;
    background: #fff;
    padding: 5px 0;
    margin: 0;
    left: 50%;
    margin-left: -200px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #d8d8d8;
    border-bottom: 0;
}
.slideshow-modal footer [data-role='toolbar']:first-child {
    width: 260px;
    height: 36px;
    overflow: hidden;
}
.slideshow-modal footer [data-role='toolbar']:first-child label {
    line-height: 1.4em;
}
@media screen and (max-width: 767px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}
#close-modal-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.slideshow-trigger {
    cursor: pointer;
}
.fields {
    position: fixed;
    left: calc(50vw - 65px);
    top: calc(50vh - 65px);
    width: 128px;
    height: 128px;
    border: 5px solid transparent;
}
#field-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
#img-home {
    width: 60%;
}
#img-home-partnership {
    width: 75%;
}
#img-home-cyncly-ui {
    width: 60%;
}
#img-home-partnership-cyncly-ui {
    width: 75%;
}
#loader-mooble {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    z-index: 1500;
    border-top-color: #6e07d9;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
#loader::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 5px solid transparent;
    border-top-color: #0a67a3;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
#loader-us {
    display: block;
    position: relative;
    z-index: 1500;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
#loader-us::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 5px solid transparent;
    border-top-color: #7f8184;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
#loader-cyncly-ui {
    display: block;
    position: relative;
    z-index: 1500;
    border-top-color: #6036e7;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
#loader-cyncly-ui::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 5px solid transparent;
    border-top-color: #cccccc;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
#loader-us-partnership {
    display: block;
    position: relative;
    z-index: 1500;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
#loader-us-partnership::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 5px solid transparent;
    border-top-color: #7f8184;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}
.tooltip-info {
    z-index: 500;
    width: auto;
    padding: 0px 20px;
    background: #ffead1;
    color: #777777;
    position: absolute;
    border-radius: 4px;
    font: 16px;
    transform: translateY(9px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px #ffead1;
}
.tooltip-info .link {
    cursor: pointer;
    text-decoration: underline;
}
.tooltip-info::after {
    content: '';
    position: absolute;
    border-width: 5px;
    border-style: solid;
}
.bottom::after {
    top: -10px;
    border-color: transparent transparent #ffead1 transparent;
}
.top::after {
    bottom: -10px;
    border-color: #ffead1 transparent transparent transparent;
}
.left::after {
    left: 5px;
}
.right::after {
    right: 5px;
}
*[tooltip]:hover:before {
    position: absolute;
    background: #d8d8d8;
    color: black;
    content: attr(tooltip);
    border-radius: 0;
    font-size: 12px;
    bottom: -20px;
    min-width: 50px;
    height: 18px;
    transition: 1s;
    text-align: center;
    padding: 0 3px;
}
/*---------------variables of menu burguer---------------*/
/*-------------------------------------------------------*/
img {
    pointer-events: none;
}
.navimenu {
    position: relative;
    min-width: 100px;
    min-height: 100px;
    margin: auto auto auto -80px;
    padding-top: 10px;
    padding-left: 90px;
    box-sizing: border-box;
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    outline: transparent solid 5px;
    transform-style: preserve-3d;
}
.navimenu label span {
    font-size: 0.8em;
    width: 35px;
    height: 3px;
    left: 13px;
}
.navimenu .circle {
    width: 60px;
    height: 60px;
    color: white;
    background-color: #e7e7e7;
    transition-timing-function: ease-out;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 100ms;
    border-radius: 50%;
    border: 1px solid white;
}
.navimenu .circle img {
    height: 35px;
    width: 35px;
}
.navimenu .text-circle {
    color: #555555;
    font-family: 'allerbold';
    display: none;
    cursor: pointer;
}
.navimenu .group-hover:hover button,
.navimenu .active button {
    border: 1px solid #ff8e00;
}
.navimenu .group-hover:hover span,
.navimenu .active span {
    color: #ff8e00;
}
.menu-open {
    display: none;
}
.burger-1 {
    transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
}
.burger-2 {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.burger-3 {
    transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
    -webkit-transform: translate3d(0, 8px, 0);
}
.open-button {
    border-radius: 100%;
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;
    -ms-transition: transform ease-out 200ms;
    -o-transition: transform ease-out 200ms;
    -moz-transition: transform ease-out 200ms;
    -webkit-transition: transform ease-out 200ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    outline: transparent solid 5px;
    transform-style: preserve-3d;
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    -ms-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    -ms-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    -o-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    -moz-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
}
.group-hover {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 60px;
}
#input-menu:checked + .open-button {
    transition: 200ms linear;
    -ms-transition: 200ms linear;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
}
#input-menu:checked + .open-button .burger-1 {
    transform: translate3d(0, 0, 0) rotate(45deg);
    -ms-transform: translate3d(0, 0, 0) rotate(45deg);
    -moz-transform: translate3d(0, 0, 0) rotate(45deg);
    -o-transform: translate3d(0, 0, 0) rotate(45deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
}
#input-menu:checked + .open-button .burger-2 {
    transform: translate3d(0, 0, 0) scale(0.1, 1);
    -ms-transform: translate3d(0, 0, 0) scale(0.1, 1);
    -moz-transform: translate3d(0, 0, 0) scale(0.1, 1);
    -o-transform: translate3d(0, 0, 0) scale(0.1, 1);
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
}
#input-menu:checked + .open-button .burger-3 {
    transform: translate3d(0, 0, 0) rotate(-45deg);
    -ms-transform: translate3d(0, 0, 0) rotate(-45deg);
    -moz-transform: translate3d(0, 0, 0) rotate(-45deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    -o-transform: translate3d(0, 0, 0) rotate(-45deg);
}
#input-menu-1:checked button {
    border: 1px solid #ff8e00;
}
#input-menu-1:checked span {
    color: #ff8e00;
}
#input-menu-1:checked + .circles {
    box-shadow: 0px 8px 15px 1px #808080;
}
#input-menu-1:checked + .circles .group-hover {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 60px;
}
#input-menu-1:checked + .circles .text-circle {
    display: block;
}
#input-menu-1:checked + .circles .circle-1 {
    transition-timing-function: cubic-bezier(0.8, 0.84, 0.44, 1.3);
    transform: translate3d(70px, 0px, 0px);
    transition-duration: 100ms;
}
#input-menu-1:checked + .circles .circle-2 {
    transition-timing-function: cubic-bezier(0.8, 0.84, 0.44, 1.3);
    transform: translate3d(140px, 0px, 0px);
    transition-duration: 200ms;
}
#input-menu-1:checked + .circles .circle-3 {
    transition-timing-function: cubic-bezier(0.8, 0.84, 0.44, 1.3);
    transform: translate3d(210px, 0px, 0px);
    transition-duration: 300ms;
}
#input-menu-1:checked + .circles .circle-4 {
    transition-timing-function: cubic-bezier(0.8, 0.84, 0.44, 1.3);
    transform: translate3d(280px, 0px, 0px);
    transition-duration: 400ms;
}
#input-menu-1:checked + .circles .circle-5 {
    transition-timing-function: cubic-bezier(0.8, 0.84, 0.44, 1.3);
    transform: translate3d(350px, 0px, 0px);
    transition-duration: 500ms;
}
#input-menu-1:checked + .circles .circle-6 {
    transition-timing-function: cubic-bezier(0.8, 0.84, 0.44, 1.3);
    transform: translate3d(420px, 0px, 0px);
    transition-duration: 600ms;
}
#input-menu-1:checked + .circles .circle-7 {
    transition-timing-function: cubic-bezier(0.8, 0.84, 0.44, 1.3);
    transform: translate3d(490px, 0px, 0px);
    transition-duration: 700ms;
}
input[type='checkbox'],
input[type='radio'] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.burger {
    background-color: #555;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.5px;
    transition: transform 200ms;
    -ms-transition: transform 200ms;
    -moz-transition: transform 200ms;
    -webkit-transition: transform 200ms;
    -o-transition: transform 200ms;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
/* ----------- iPhone 4, 4S, iPhone 5, 5S, 5C, 5SE, iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .navimenu .circle {
        width: 45px;
        height: 45px;
    }
    #input-menu-1:checked + .circles .text-circle {
        display: none;
    }
    #input-menu-1:checked + .circles .circle-1 {
        transform: translate3d(0px, 47px, 0px);
    }
    #input-menu-1:checked + .circles .circle-2 {
        transform: translate3d(0px, 94px, 0px);
    }
    #input-menu-1:checked + .circles .circle-3 {
        transform: translate3d(0px, 141px, 0px);
    }
    #input-menu-1:checked + .circles .circle-4 {
        transform: translate3d(0px, 188px, 0px);
    }
    #input-menu-1:checked + .circles .circle-5 {
        transform: translate3d(0px, 235px, 0px);
    }
    #input-menu-1:checked + .circles .circle-6 {
        transform: translate3d(0px, 282px, 0px);
    }
    #input-menu-1:checked + .circles .circle-7 {
        transform: translate3d(0px, 329px, 0px);
    }
    .navimenu label span {
        width: 23px;
        left: 10px;
    }
    .navimenu .circle img {
        height: 25px;
        width: auto;
    }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .navimenu .circle {
        width: 50px;
        height: 50px;
    }
    #input-menu-1:checked + .circles .text-circle {
        display: none;
    }
    #input-menu-1:checked + .circles .circle-1 {
        transform: translate3d(52px, 0px, 0px);
    }
    #input-menu-1:checked + .circles .circle-2 {
        transform: translate3d(104px, 0px, 0px);
    }
    #input-menu-1:checked + .circles .circle-3 {
        transform: translate3d(156px, 0px, 0px);
    }
    #input-menu-1:checked + .circles .circle-4 {
        transform: translate3d(208px, 0px, 0px);
    }
    #input-menu-1:checked + .circles .circle-5 {
        transform: translate3d(260px, 0px, 0px);
    }
    #input-menu-1:checked + .circles .circle-6 {
        transform: translate3d(312px, 0px, 0px);
    }
    #input-menu-1:checked + .circles .circle-7 {
        transform: translate3d(364px, 0px, 0px);
    }
    .navimenu label span {
        width: 23px;
    }
    .navimenu .circle img {
        height: 30px;
        width: auto;
    }
}
/* ----------- iPhone 6+, 7+, 8+, iPhone X ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .navimenu .circle {
        width: 50px;
        height: 50px;
    }
    #input-menu-1:checked + .circles .text-circle {
        display: none;
    }
    #input-menu-1:checked + .circles .circle-1 {
        transform: translate3d(0px, 52px, 0px);
    }
    #input-menu-1:checked + .circles .circle-2 {
        transform: translate3d(0px, 104px, 0px);
    }
    #input-menu-1:checked + .circles .circle-3 {
        transform: translate3d(0px, 156px, 0px);
    }
    #input-menu-1:checked + .circles .circle-4 {
        transform: translate3d(0px, 208px, 0px);
    }
    #input-menu-1:checked + .circles .circle-5 {
        transform: translate3d(0px, 260px, 0px);
    }
    #input-menu-1:checked + .circles .circle-6 {
        transform: translate3d(0px, 312px, 0px);
    }
    #input-menu-1:checked + .circles .circle-7 {
        transform: translate3d(0px, 364px, 0px);
    }
    .navimenu label span {
        width: 30px;
    }
    .navimenu .circle img {
        height: 30px;
        width: auto;
    }
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .navimenu .circle {
        width: 50px;
        height: 50px;
    }
    #input-menu-1:checked + .circles .text-circle {
        display: none;
    }
    #input-menu-1:checked + .circles .circle-1 {
        transform: translate3d(52px, 0px, 0px);
    }
    #input-menu-1:checked + .circles .circle-2 {
        transform: translate3d(104px, 0px, 0px);
    }
    #input-menu-1:checked + .circles .circle-3 {
        transform: translate3d(156px, 0px, 0px);
    }
    #input-menu-1:checked + .circles .circle-4 {
        transform: translate3d(208px, 0px, 0px);
    }
    #input-menu-1:checked + .circles .circle-5 {
        transform: translate3d(260px, 0px, 0px);
    }
    #input-menu-1:checked + .circles .circle-6 {
        transform: translate3d(312px, 0px, 0px);
    }
    #input-menu-1:checked + .circles .circle-7 {
        transform: translate3d(364px, 0px, 0px);
    }
    .navimenu label span {
        width: 30px;
        left: 10px;
    }
    .navimenu .circle img {
        height: 30px;
        width: auto;
    }
}

/* Responsive Design for Loading Screen - Tablets and Smaller Screens */
@media screen and (max-width: 1024px) {
    .fields {
        left: calc(50vw - 58px);
        top: calc(50vh - 58px);
        width: 116px;
        height: 116px;
        border: 4px solid transparent;
    }

    #img-home {
        width: 58%;
    }
    #img-home-partnership {
        width: 73%;
    }
    #img-home-cyncly-ui {
        width: 58%;
    }
    #img-home-partnership-cyncly-ui {
        width: 73%;
    }

    #loader::before,
    #loader-us::before,
    #loader-cyncly-ui::before,
    #loader-us-partnership::before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border: 4px solid transparent;
    }
}

@media screen and (max-width: 768px) {
    .fields {
        left: calc(50vw - 50px);
        top: calc(50vh - 50px);
        width: 100px;
        height: 100px;
        border: 3px solid transparent;
    }

    #img-home {
        width: 55%;
    }
    #img-home-partnership {
        width: 70%;
    }
    #img-home-cyncly-ui {
        width: 55%;
    }
    #img-home-partnership-cyncly-ui {
        width: 70%;
    }

    #loader::before,
    #loader-us::before,
    #loader-cyncly-ui::before,
    #loader-us-partnership::before {
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        border: 3px solid transparent;
    }
}
