﻿@charset "UTF-8";
/*!
Theme Name: Haxon
*/
/*===================================
=            Reset style           =
===================================*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
}

html {
    width: 100%;
    min-height: 100%;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    font: normal 12px/1.428 "Barlow", Arial, Helvetica, sans-serif;
    color: #2B2D42;
    text-rendering: optimizelegibility;
    position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

video {
    width: 100% !important;
    height: auto !important;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
    font-family: "Barlow", Arial, Helvetica, sans-serif;
}

button, input {
    *overflow: visible;
    line-height: normal;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button, input[type=button], input[type=reset], input[type=submit] {
        cursor: pointer;
        -webkit-appearance: button;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

a, ins, del {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption, th {
    text-align: left;
}

q:after, q:before {
    content: "";
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

:focus {
    outline: 0;
}

blockquote, q {
    quotes: "" "";
}

.clear {
    clear: both;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #2B2D42;
    text-rendering: optimizelegibility;
    line-height: 1;
}

h2 {
    font-size: 44px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


fullInfoDiv-maps {
    height: 540px;
    width: 18%;
    float: right;
    padding: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: left;
    border-radius: 8px;
    background-color: #66257f;
}

/* Anchors */
a {
    outline: 0;
}

    a:hover {
        cursor: pointer;
    }

    a img {
        border: none;
        text-decoration: none;
    }

/* Paragraphs */
p {
    margin-bottom: 1.143em;
}

* p:last-child {
    margin-bottom: 0;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

/* Lists */
ul {
    list-style: outside disc;
    margin: 1em 0 1.5em 1.5em;
}

ol {
    list-style: outside decimal;
    margin: 1em 0 1.5em 1.5em;
}

dl {
    margin: 0 0 1.5em 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

/* Quotes */
blockquote {
    font-style: italic;
}

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::-webkit-selection {
    background: #000;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

/* For modern browsers - clearfix for floating elements */
.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

/*
Box sizing - http://css-tricks.com/box-sizing/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/*-----  End of Reset style  ------*/
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2100;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

    .modal.fade .modal-dialog {
        transform: translate(0, -25%);
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    max-width: 1300px;
    margin: 10px auto;
}

@media (max-width: 1366px) {
    .modal-dialog {
        max-width: 1180px;
    }
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border-radius: 6px;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2050;
    background-color: #1c1c21;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: 0.18;
    }

.modal-header {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

@media (max-width: 1366px) {
    .modal-header {
        padding: 6px 10px;
    }
}

.modal-header .close {
    order: 2;
    background: none;
    border: none;
    font-size: 18px;
    color: #999;
}

.modal-title {
    margin: 0;
    order: 1;
    font-size: 21px;
    line-height: 1.42857143;
}

@media (max-width: 1366px) {
    .modal-title {
        font-size: 19px;
        line-height: 1;
    }
}

.modal-body {
    position: relative;
    padding: 15px;
}

@media (max-width: 1366px) {
    .modal-body {
        padding: 10px 20px;
    }
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 100%;
    }

    .modal-content {
        box-shadow: 0 2.3px 2.7px rgba(0, 0, 0, 0.017), 0 6.3px 7.5px rgba(0, 0, 0, 0.025), 0 15.1px 18.1px rgba(0, 0, 0, 0.033), 0 50px 60px rgba(0, 0, 0, 0.05);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:focus,
    .dropdown-menu > .disabled > a:hover {
        color: #777;
    }

        .dropdown-menu > .disabled > a:focus,
        .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn,
    .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn.active,
        .btn-group > .btn:active,
        .btn-group > .btn:focus,
        .btn-group > .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "€";
}

.glyphicon-minus:before {
    content: "−";
}

.glyphicon-cloud:before {
    content: "☁";
}

.glyphicon-envelope:before {
    content: "✉";
}

.glyphicon-pencil:before {
    content: "✏";
}

.glyphicon-glass:before {
    content: "";
}

.glyphicon-music:before {
    content: "";
}

.glyphicon-search:before {
    content: "";
}

.glyphicon-heart:before {
    content: "";
}

.glyphicon-star:before {
    content: "";
}

.glyphicon-star-empty:before {
    content: "";
}

.glyphicon-user:before {
    content: "";
}

.glyphicon-film:before {
    content: "";
}

.glyphicon-th-large:before {
    content: "";
}

.glyphicon-th:before {
    content: "";
}

.glyphicon-th-list:before {
    content: "";
}

.glyphicon-ok:before {
    content: "";
}

.glyphicon-remove:before {
    content: "";
}

.glyphicon-zoom-in:before {
    content: "";
}

.glyphicon-zoom-out:before {
    content: "";
}

.glyphicon-off:before {
    content: "";
}

.glyphicon-signal:before {
    content: "";
}

.glyphicon-cog:before {
    content: "";
}

.glyphicon-trash:before {
    content: "";
}

.glyphicon-home:before {
    content: "";
}

.glyphicon-file:before {
    content: "";
}

.glyphicon-time:before {
    content: "";
}

.glyphicon-road:before {
    content: "";
}

.glyphicon-download-alt:before {
    content: "";
}

.glyphicon-download:before {
    content: "";
}

.glyphicon-upload:before {
    content: "";
}

.glyphicon-inbox:before {
    content: "";
}

.glyphicon-play-circle:before {
    content: "";
}

.glyphicon-repeat:before {
    content: "";
}

.glyphicon-refresh:before {
    content: "";
}

.glyphicon-list-alt:before {
    content: "";
}

.glyphicon-lock:before {
    content: "";
}

.glyphicon-flag:before {
    content: "";
}

.glyphicon-headphones:before {
    content: "";
}

.glyphicon-volume-off:before {
    content: "";
}

.glyphicon-volume-down:before {
    content: "";
}

.glyphicon-volume-up:before {
    content: "";
}

.glyphicon-qrcode:before {
    content: "";
}

.glyphicon-barcode:before {
    content: "";
}

.glyphicon-tag:before {
    content: "";
}

.glyphicon-tags:before {
    content: "";
}

.glyphicon-book:before {
    content: "";
}

.glyphicon-bookmark:before {
    content: "";
}

.glyphicon-print:before {
    content: "";
}

.glyphicon-camera:before {
    content: "";
}

.glyphicon-font:before {
    content: "";
}

.glyphicon-bold:before {
    content: "";
}

.glyphicon-italic:before {
    content: "";
}

.glyphicon-text-height:before {
    content: "";
}

.glyphicon-text-width:before {
    content: "";
}

.glyphicon-align-left:before {
    content: "";
}

.glyphicon-align-center:before {
    content: "";
}

.glyphicon-align-right:before {
    content: "";
}

.glyphicon-align-justify:before {
    content: "";
}

.glyphicon-list:before {
    content: "";
}

.glyphicon-indent-left:before {
    content: "";
}

.glyphicon-indent-right:before {
    content: "";
}

.glyphicon-facetime-video:before {
    content: "";
}

.glyphicon-picture:before {
    content: "";
}

.glyphicon-map-marker:before {
    content: "";
}

.glyphicon-adjust:before {
    content: "";
}

.glyphicon-tint:before {
    content: "";
}

.glyphicon-edit:before {
    content: "";
}

.glyphicon-share:before {
    content: "";
}

.glyphicon-check:before {
    content: "";
}

.glyphicon-move:before {
    content: "";
}

.glyphicon-step-backward:before {
    content: "";
}

.glyphicon-fast-backward:before {
    content: "";
}

.glyphicon-backward:before {
    content: "";
}

.glyphicon-play:before {
    content: "";
}

.glyphicon-pause:before {
    content: "";
}

.glyphicon-stop:before {
    content: "";
}

.glyphicon-forward:before {
    content: "";
}

.glyphicon-fast-forward:before {
    content: "";
}

.glyphicon-step-forward:before {
    content: "";
}

.glyphicon-eject:before {
    content: "";
}

.glyphicon-chevron-left:before {
    content: "";
}

.glyphicon-chevron-right:before {
    content: "";
}

.glyphicon-plus-sign:before {
    content: "";
}

.glyphicon-minus-sign:before {
    content: "";
}

.glyphicon-remove-sign:before {
    content: "";
}

.glyphicon-ok-sign:before {
    content: "";
}

.glyphicon-question-sign:before {
    content: "";
}

.glyphicon-info-sign:before {
    content: "";
}

.glyphicon-screenshot:before {
    content: "";
}

.glyphicon-remove-circle:before {
    content: "";
}

.glyphicon-ok-circle:before {
    content: "";
}

.glyphicon-ban-circle:before {
    content: "";
}

.glyphicon-arrow-left:before {
    content: "";
}

.glyphicon-arrow-right:before {
    content: "";
}

.glyphicon-arrow-up:before {
    content: "";
}

.glyphicon-arrow-down:before {
    content: "";
}

.glyphicon-share-alt:before {
    content: "";
}

.glyphicon-resize-full:before {
    content: "";
}

.glyphicon-resize-small:before {
    content: "";
}

.glyphicon-exclamation-sign:before {
    content: "";
}

.glyphicon-gift:before {
    content: "";
}

.glyphicon-leaf:before {
    content: "";
}

.glyphicon-fire:before {
    content: "";
}

.glyphicon-eye-open:before {
    content: "";
}

.glyphicon-eye-close:before {
    content: "";
}

.glyphicon-warning-sign:before {
    content: "";
}

.glyphicon-plane:before {
    content: "";
}

.glyphicon-calendar:before {
    content: "";
}

.glyphicon-random:before {
    content: "";
}

.glyphicon-comment:before {
    content: "";
}

.glyphicon-magnet:before {
    content: "";
}

.glyphicon-chevron-up:before {
    content: "";
}

.glyphicon-chevron-down:before {
    content: "";
}

.glyphicon-retweet:before {
    content: "";
}

.glyphicon-shopping-cart:before {
    content: "";
}

.glyphicon-folder-close:before {
    content: "";
}

.glyphicon-folder-open:before {
    content: "";
}

.glyphicon-resize-vertical:before {
    content: "";
}

.glyphicon-resize-horizontal:before {
    content: "";
}

.glyphicon-hdd:before {
    content: "";
}

.glyphicon-bullhorn:before {
    content: "";
}

.glyphicon-bell:before {
    content: "";
}

.glyphicon-certificate:before {
    content: "";
}

.glyphicon-thumbs-up:before {
    content: "";
}

.glyphicon-thumbs-down:before {
    content: "";
}

.glyphicon-hand-right:before {
    content: "";
}

.glyphicon-hand-left:before {
    content: "";
}

.glyphicon-hand-up:before {
    content: "";
}

.glyphicon-hand-down:before {
    content: "";
}

.glyphicon-circle-arrow-right:before {
    content: "";
}

.glyphicon-circle-arrow-left:before {
    content: "";
}

.glyphicon-circle-arrow-up:before {
    content: "";
}

.glyphicon-circle-arrow-down:before {
    content: "";
}

.glyphicon-globe:before {
    content: "";
}

.glyphicon-wrench:before {
    content: "";
}

.glyphicon-tasks:before {
    content: "";
}

.glyphicon-filter:before {
    content: "";
}

.glyphicon-briefcase:before {
    content: "";
}

.glyphicon-fullscreen:before {
    content: "";
}

.glyphicon-dashboard:before {
    content: "";
}

.glyphicon-paperclip:before {
    content: "";
}

.glyphicon-heart-empty:before {
    content: "";
}

.glyphicon-link:before {
    content: "";
}

.glyphicon-phone:before {
    content: "";
}

.glyphicon-pushpin:before {
    content: "";
}

.glyphicon-usd:before {
    content: "";
}

.glyphicon-gbp:before {
    content: "";
}

.glyphicon-sort:before {
    content: "";
}

.glyphicon-sort-by-alphabet:before {
    content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "";
}

.glyphicon-sort-by-order:before {
    content: "";
}

.glyphicon-sort-by-order-alt:before {
    content: "";
}

.glyphicon-sort-by-attributes:before {
    content: "";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "";
}

.glyphicon-unchecked:before {
    content: "";
}

.glyphicon-expand:before {
    content: "";
}

.glyphicon-collapse-down:before {
    content: "";
}

.glyphicon-collapse-up:before {
    content: "";
}

.glyphicon-log-in:before {
    content: "";
}

.glyphicon-flash:before {
    content: "";
}

.glyphicon-log-out:before {
    content: "";
}

.glyphicon-new-window:before {
    content: "";
}

.glyphicon-record:before {
    content: "";
}

.glyphicon-save:before {
    content: "";
}

.glyphicon-open:before {
    content: "";
}

.glyphicon-saved:before {
    content: "";
}

.glyphicon-import:before {
    content: "";
}

.glyphicon-export:before {
    content: "";
}

.glyphicon-send:before {
    content: "";
}

.glyphicon-floppy-disk:before {
    content: "";
}

.glyphicon-floppy-saved:before {
    content: "";
}

.glyphicon-floppy-remove:before {
    content: "";
}

.glyphicon-floppy-save:before {
    content: "";
}

.glyphicon-floppy-open:before {
    content: "";
}

.glyphicon-credit-card:before {
    content: "";
}

.glyphicon-transfer:before {
    content: "";
}

.glyphicon-cutlery:before {
    content: "";
}

.glyphicon-header:before {
    content: "";
}

.glyphicon-compressed:before {
    content: "";
}

.glyphicon-earphone:before {
    content: "";
}

.glyphicon-phone-alt:before {
    content: "";
}

.glyphicon-tower:before {
    content: "";
}

.glyphicon-stats:before {
    content: "";
}

.glyphicon-sd-video:before {
    content: "";
}

.glyphicon-hd-video:before {
    content: "";
}

.glyphicon-subtitles:before {
    content: "";
}

.glyphicon-sound-stereo:before {
    content: "";
}

.glyphicon-sound-dolby:before {
    content: "";
}

.glyphicon-sound-5-1:before {
    content: "";
}

.glyphicon-sound-6-1:before {
    content: "";
}

.glyphicon-sound-7-1:before {
    content: "";
}

.glyphicon-copyright-mark:before {
    content: "";
}

.glyphicon-registration-mark:before {
    content: "";
}

.glyphicon-cloud-download:before {
    content: "";
}

.glyphicon-cloud-upload:before {
    content: "";
}

.glyphicon-tree-conifer:before {
    content: "";
}

.glyphicon-tree-deciduous:before {
    content: "";
}

.glyphicon-cd:before {
    content: "";
}

.glyphicon-save-file:before {
    content: "";
}

.glyphicon-open-file:before {
    content: "";
}

.glyphicon-level-up:before {
    content: "";
}

.glyphicon-copy:before {
    content: "";
}

.glyphicon-paste:before {
    content: "";
}

.glyphicon-alert:before {
    content: "";
}

.glyphicon-equalizer:before {
    content: "";
}

.glyphicon-king:before {
    content: "";
}

.glyphicon-queen:before {
    content: "";
}

.glyphicon-pawn:before {
    content: "";
}

.glyphicon-bishop:before {
    content: "";
}

.glyphicon-knight:before {
    content: "";
}

.glyphicon-baby-formula:before {
    content: "";
}

.glyphicon-tent:before {
    content: "⛺";
}

.glyphicon-blackboard:before {
    content: "";
}

.glyphicon-bed:before {
    content: "";
}

.glyphicon-apple:before {
    content: "";
}

.glyphicon-erase:before {
    content: "";
}

.glyphicon-hourglass:before {
    content: "⌛";
}

.glyphicon-lamp:before {
    content: "";
}

.glyphicon-duplicate:before {
    content: "";
}

.glyphicon-piggy-bank:before {
    content: "";
}

.glyphicon-scissors:before {
    content: "";
}

.glyphicon-bitcoin:before {
    content: "";
}

.glyphicon-btc:before {
    content: "";
}

.glyphicon-xbt:before {
    content: "";
}

.glyphicon-yen:before {
    content: "¥";
}

.glyphicon-jpy:before {
    content: "¥";
}

.glyphicon-ruble:before {
    content: "₽";
}

.glyphicon-rub:before {
    content: "₽";
}

.glyphicon-scale:before {
    content: "";
}

.glyphicon-ice-lolly:before {
    content: "";
}

.glyphicon-ice-lolly-tasted:before {
    content: "";
}

.glyphicon-education:before {
    content: "";
}

.glyphicon-option-horizontal:before {
    content: "";
}

.glyphicon-option-vertical:before {
    content: "";
}

.glyphicon-menu-hamburger:before {
    content: "";
}

.glyphicon-modal-window:before {
    content: "";
}

.glyphicon-oil:before {
    content: "";
}

.glyphicon-grain:before {
    content: "";
}

.glyphicon-sunglasses:before {
    content: "";
}

.glyphicon-text-size:before {
    content: "";
}

.glyphicon-text-color:before {
    content: "";
}

.glyphicon-text-background:before {
    content: "";
}

.glyphicon-object-align-top:before {
    content: "";
}

.glyphicon-object-align-bottom:before {
    content: "";
}

.glyphicon-object-align-horizontal:before {
    content: "";
}

.glyphicon-object-align-left:before {
    content: "";
}

.glyphicon-object-align-vertical:before {
    content: "";
}

.glyphicon-object-align-right:before {
    content: "";
}

.glyphicon-triangle-right:before {
    content: "";
}

.glyphicon-triangle-left:before {
    content: "";
}

.glyphicon-triangle-bottom:before {
    content: "";
}

.glyphicon-triangle-top:before {
    content: "";
}

.glyphicon-console:before {
    content: "";
}

.glyphicon-superscript:before {
    content: "";
}

.glyphicon-subscript:before {
    content: "";
}

.glyphicon-menu-left:before {
    content: "";
}

.glyphicon-menu-right:before {
    content: "";
}

.glyphicon-menu-down:before {
    content: "";
}

.glyphicon-menu-up:before {
    content: "";
}

.top-wrapper {
    display: block;
    height: 79px;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
}

    .top-wrapper .left-side {
        display: flex;
        align-items: center;
    }

    .top-wrapper .home {
        width: 80px;
        height: 79px;
        background: #262456;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 5px 0 5px 1px rgba(0, 0, 0, 0.1);
    }

        .top-wrapper .home svg {
            fill: #fff;
            width: 34px;
            height: 34px;
            transition: all 0.3s ease;
        }

        .top-wrapper .home:hover {
            background: #1B1A3D;
        }

        .top-wrapper .home.wide-menu svg {
            transform: rotate(180deg);
        }

    .top-wrapper .logo {
        margin-left: 24px;
    }

        .top-wrapper .logo img {
            height: 40px;
        }

    .top-wrapper .user-info {
        white-space: nowrap;
        height: 80px;
        line-height: 80px;
        display: flex;
    }

        .top-wrapper .user-info > ul {
            list-style: none;
            margin: 0;
            border-right: 1px solid #e1e1e1;
            padding-right: 16px;
        }

            .top-wrapper .user-info > ul li.first {
                display: grid;
                grid-template-columns: 64px 1fr;
                grid-gap: 8px 10px;
                position: relative;
                cursor: pointer;
                padding: 12px 24px 12px 0;
                background: url(../images/svg/arrow-small-down-black.svg) right center no-repeat;
                background-size: 10px 10px;
            }

                .top-wrapper .user-info > ul li.first span {
                    display: flex;
                    width: 56px;
                    height: 56px;
                    position: relative;
                    background: #f1f1f1;
                    border-radius: 6px;
                    align-items: center;
                    justify-content: center;
                    font-size: 22px;
                    font-weight: bold;
                    color: #000;
                    grid-column: 1;
                    grid-row: 1/span 2;
                }

                    .top-wrapper .user-info > ul li.first span:after {
                        display: block;
                        width: 9px;
                        height: 9px;
                        background: #44BF55;
                        border-radius: 50%;
                        border: 4px solid #ffffff;
                        content: "";
                        position: absolute;
                        right: -4px;
                        top: -4px;
                        z-index: 5;
                    }

                .top-wrapper .user-info > ul li.first strong {
                    font-size: 14px;
                    color: #000;
                    line-height: 1;
                    align-self: end;
                }

                .top-wrapper .user-info > ul li.first em {
                    font-size: 13px;
                    color: #999;
                    line-height: 1;
                    font-style: normal;
                    align-self: start;
                }

            .top-wrapper .user-info > ul .dropdown {
                list-style: none;
                margin: 0;
                display: none;
                position: absolute;
                right: -16px;
                top: 100%;
                z-index: 2000;
                background-color: #fff;
                overflow: hidden;
                min-width: calc(100% + 16px);
                box-shadow: 0 1.6px 3.2px rgba(0, 0, 0, 0.016), 0 5.4px 10.7px rgba(0, 0, 0, 0.024), 0 24px 48px rgba(0, 0, 0, 0.04);
            }

                .top-wrapper .user-info > ul .dropdown li {
                    line-height: 1;
                    text-align: right;
                }

                .top-wrapper .user-info > ul .dropdown a {
                    display: block;
                    padding: 16px;
                    font-size: 15px;
                    color: #000;
                }

                    .top-wrapper .user-info > ul .dropdown a:hover {
                        background-color: #1B1A3D;
                        color: #fff;
                    }

                .top-wrapper .user-info > ul .dropdown .logout a {
                    color: #fff;
                    background: #e02424;
                    font-weight: bold;
                }

                    .top-wrapper .user-info > ul .dropdown .logout a:hover {
                        background: #9b1c1c;
                    }

            .top-wrapper .user-info > ul li:hover .dropdown {
                display: block;
            }

        .top-wrapper .user-info h3 {
            font-size: 16px;
            font-weight: normal;
            line-height: 32px;
            padding: 11px 0;
            color: #555;
        }

        .top-wrapper .user-info .logout-button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
        }

            .top-wrapper .user-info .logout-button a {
                display: block;
                width: 80px;
                height: 80px;
                background: url(../images/svg/logout.svg) center no-repeat;
                background-size: 28px 28px;
                text-indent: -9999px;
            }

                .top-wrapper .user-info .logout-button a:hover {
                    background-color: #e02424;
                    background-image: url(../images/svg/logout-white.svg);
                }

        .top-wrapper .user-info .notification {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
        }

            .top-wrapper .user-info .notification a {
                display: block;
                width: 80px;
                height: 80px;
                background: url(../images/notifications.png) center no-repeat;
                background-size: 28px 28px;
                text-indent: -9999px;
            }

                .top-wrapper .user-info .notification a:hover {
                    background-color: #e02424;
                    background-image: url(../images/notifications_white.png);
                }

.icon-button__badge {
    position: absolute;
    margin-right: -15px;
    margin-top: -15px;
    width: 15px;
    height: 15px;
    color: white;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: none;
}

.top-wrapper.login-top {
    background-color: #575756;
}

    .top-wrapper.login-top .yellow-square {
        float: left;
        width: 54px;
        height: 54px;
        background-color: #f7ba00;
        margin-right: 20px;
    }

    .top-wrapper.login-top .login-claim {
        float: left;
        font-weight: normal;
        font-size: 12px;
        line-height: 54px;
        color: #c6c6c5;
    }

    .top-wrapper.login-top .login {
        float: right;
        height: 32px;
        line-height: 32px;
        margin: 11px 20px;
        font-size: 14px;
        color: #575756;
        background-color: #ececec;
        padding: 0px 20px;
    }

        .top-wrapper.login-top .login:hover {
            color: #000;
            background-color: #f7ba00;
        }

@media (max-width: 1440px) {
    .top-wrapper {
        height: 53px;
    }

        .top-wrapper .home {
            width: 54px;
            height: 53px;
        }

            .top-wrapper .home svg {
                width: 20px;
                height: 20px;
            }

        .top-wrapper .logo {
            margin-left: 14px;
        }

            .top-wrapper .logo img {
                height: 26px;
            }

        .top-wrapper .user-info {
            height: 54px;
            line-height: 54px;
        }

            .top-wrapper .user-info > ul li.first {
                grid-template-columns: 40px 1fr;
                grid-gap: 4px 8px;
                padding: 7px 24px 7px 0;
            }

                .top-wrapper .user-info > ul li.first span {
                    width: 40px;
                    height: 40px;
                    border-radius: 4px;
                    font-size: 18px;
                }

                    .top-wrapper .user-info > ul li.first span:after {
                        width: 8px;
                        height: 8px;
                        border-width: 3px;
                        right: -3px;
                        top: -3px;
                        z-index: 5;
                    }

                .top-wrapper .user-info > ul li.first strong {
                    font-size: 12px;
                }

                .top-wrapper .user-info > ul li.first em {
                    font-size: 9px;
                }

            .top-wrapper .user-info .logout-button {
                width: 54px;
                height: 54px;
            }

                .top-wrapper .user-info .logout-button a {
                    width: 54px;
                    height: 54px;
                    background-size: 22px 22px;
                }

            .top-wrapper .user-info .notification {
                width: 54px;
                height: 54px;
            }

                .top-wrapper .user-info .notification a {
                    width: 54px;
                    height: 54px;
                    background-size: 22px 22px;
                }
}

#left-menu {
    position: fixed;
    left: 0;
    top: 80px;
    bottom: 0;
    width: 80px;
    background-color: #262456;
    transition: all 0.3s ease-out;
    z-index: 2001;
    box-shadow: 3px 0 3px 1px rgba(0, 0, 0, 0.1);
    padding-top: 1px;
    margin-top: -1px;
}

    #left-menu.wide-menu {
        width: 254px;
    }

    #left-menu .left-menu {
        list-style: none;
        margin: 0;
        background-color: #262456;
        position: relative;
    }

        #left-menu .left-menu > li {
            display: block;
        }

            #left-menu .left-menu > li.relative {
                position: relative;
            }

            #left-menu .left-menu > li > a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 80px;
                height: 80px;
            }

                #left-menu .left-menu > li > a svg {
                    width: 28px;
                    height: 28px;
                    fill: #bfbdef;
                }

                #left-menu .left-menu > li > a:hover svg {
                    fill: #fff;
                }

        #left-menu .left-menu li:hover svg {
            fill: #fff;
        }

        #left-menu .left-menu hr {
            display: block;
            width: 40px;
            height: 2px;
            background: #403e70;
            border: none;
            margin: 14px 20px;
        }

        #left-menu .left-menu ul {
            list-style: none;
            margin: 0;
            position: absolute;
            left: 100%;
            top: 0;
            z-index: 100;
            background: #353365;
            display: none;
        }

            #left-menu .left-menu ul li {
                display: block;
            }

            #left-menu .left-menu ul a {
                display: block;
                white-space: nowrap;
                font-size: 18px;
                color: #fff;
                padding: 12px 16px;
            }

        #left-menu .left-menu li.bottom {
            top: auto;
            bottom: 0;
        }

        #left-menu .left-menu li:hover > ul {
            display: block;
        }

        #left-menu .left-menu > li:hover {
            background: #353365;
        }

        #left-menu .left-menu > li > ul > li:hover {
            background: #262456;
        }

        #left-menu .left-menu ul ul {
            background: #262456;
        }

    #left-menu.wide-menu .left-menu li {
        width: 100%;
    }

    #left-menu.wide-menu .left-menu a.droplink {
        display: block;
        width: auto;
        white-space: nowrap;
        padding-left: 54px;
        font-size: 14px;
        line-height: 54px;
        color: #fff;
        text-indent: 0;
    }

        #left-menu.wide-menu .left-menu a.droplink:hover {
            color: #f7ba00;
        }

    #left-menu.wide-menu .left-menu .active a.droplink {
        background-color: #353365;
    }

        #left-menu.wide-menu .left-menu .active a.droplink.options {
            background-image: url(images/yellow/icon-2.png);
        }

        #left-menu.wide-menu .left-menu .active a.droplink.raports {
            background-image: url(images/yellow/icon-9.png);
        }

        #left-menu.wide-menu .left-menu .active a.droplink.inwentory {
            background-image: url(images/yellow/icon-7.png);
        }

        #left-menu.wide-menu .left-menu .active a.droplink.start {
            background-image: url(images/yellow/icon-3.png);
        }

        #left-menu.wide-menu .left-menu .active a.droplink.contact {
            background-image: url(images/yellow/icon-5.png);
        }

        #left-menu.wide-menu .left-menu .active a.droplink span {
            color: #f7ba00;
        }

@media (max-width: 1440px) {
    #left-menu {
        top: 54px;
        bottom: 0;
        width: 54px;
    }

        #left-menu .left-menu > li > a {
            width: 54px;
            height: 54px;
        }

            #left-menu .left-menu > li > a svg {
                width: 22px;
                height: 22px;
            }

        #left-menu .left-menu hr {
            width: 26px;
            margin: 10px 14px;
            height: 1px;
        }

        #left-menu .left-menu ul a {
            font-size: 14px;
            padding: 8px 12px;
        }
}

#left-menu-backup a.droplink {
    display: block;
    width: 54px;
    height: 54px;
    color: #fff;
    line-height: 54px;
    text-indent: -9999px;
}

    #left-menu-backup a.droplink.start {
        background: url(../images/white/icon-start.png) 15px no-repeat;
        background-size: 24px 24px;
    }

        #left-menu-backup a.droplink.start:hover {
            background-image: url(../images/yellow/icon-start.png);
        }

    #left-menu-backup a.droplink.options {
        background: url(../images/icon-2.png) 15px no-repeat;
        background-size: 24px 24px;
    }

        #left-menu-backup a.droplink.options:hover {
            background-image: url(../images/yellow/icon-2.png);
        }

    #left-menu-backup a.droplink.raports {
        background: url(../images/icon-9.png) 15px no-repeat;
        background-size: 24px 24px;
    }

        #left-menu-backup a.droplink.raports:hover {
            background-image: url(../images/yellow/icon-9.png);
        }

    #left-menu-backup a.droplink.inwentory {
        background: url(../images/icon-7.png) 15px no-repeat;
        background-size: 24px 24px;
    }

        #left-menu-backup a.droplink.inwentory:hover {
            background-image: url(../images/yellow/icon-7.png);
        }

    #left-menu-backup a.droplink.contact {
        background: url(../images/icon-5.png) 15px no-repeat;
        background-size: 24px 24px;
    }

        #left-menu-backup a.droplink.contact:hover {
            background-image: url(../images/yellow/icon-5.png);
        }

    #left-menu-backup a.droplink.tables {
        background: url(../images/icon-1.png) 15px no-repeat;
        background-size: 24px 24px;
    }

        #left-menu-backup a.droplink.tables:hover {
            background-image: url(../images/yellow/icon-1.png);
        }

    #left-menu-backup a.droplink.admin_panel {
        background: url(../images/icon-3.png) 15px no-repeat;
        background-size: 24px 24px;
    }

        #left-menu-backup a.droplink.admin_panel:hover {
            background-image: url(../images/yellow/icon-3.png);
        }

    #left-menu-backup a.droplink:hover {
        background-color: #bfbdef;
    }

#left-menu-backup .active a.droplink {
    background-color: #353365;
}

    #left-menu-backup .active a.droplink.options {
        background-image: url(../images/yellow/icon-2.png);
    }

    #left-menu-backup .active a.droplink.raports {
        background-image: url(../images/yellow/icon-9.png);
    }

    #left-menu-backup .active a.droplink.inwentory {
        background-image: url(../images/yellow/icon-7.png);
    }

    #left-menu-backup .active a.droplink.start {
        background-image: url(../images/yellow/icon-3.png);
    }

    #left-menu-backup .active a.droplink.contact {
        background-image: url(../images/yellow/icon-5.png);
    }

    #left-menu-backup .active a.droplink.tables {
        background-image: url(../images/yellow/icon-1.png);
    }

    #left-menu-backup .active a.droplink.admin_panel {
        background-image: url(../images/yellow/icon-3.png);
    }

#wrapper {
    min-height: 100vh;
}

.login-header-wrapper {
    display: grid;
    grid-template-columns: 5fr 4fr;
    height: 100%;
    min-height: 100vh;
}

    .login-header-wrapper .form-wrapper {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .login-header-wrapper .logo {
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
    }

        .login-header-wrapper .logo a {
            display: block;
        }

            .login-header-wrapper .logo a img {
                height: 32px;
                transition: all 0.3s ease;
            }

            .login-header-wrapper .logo a:hover img {
                transform: scale(0.9);
            }

    .login-header-wrapper .desc {
        width: 100%;
        max-width: 600px;
    }

        .login-header-wrapper .desc h2 {
            font-size: 36px;
            font-weight: bold;
            color: #000;
            margin-bottom: 24px;
        }

        .login-header-wrapper .desc > p {
            font-size: 19px;
            color: #777;
            margin-bottom: 48px;
        }

    .login-header-wrapper .form-choose {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }

        .login-header-wrapper .form-choose .col {
            cursor: pointer;
            width: 92px;
        }

    .login-header-wrapper .col {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

        .login-header-wrapper .col h3 {
            line-height: 1;
            font-size: 14px;
            text-transform: uppercase;
            color: #d9d9d9;
            font-weight: normal;
            margin-bottom: 16px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .login-header-wrapper .col .icon {
            display: inline-block;
            padding: 20px;
            border-radius: 8px;
            margin: 0 auto;
            background: #d1d1d1;
            transition: all 0.3s ease;
        }

            .login-header-wrapper .col .icon img {
                width: 52px;
                height: 52px;
            }

        .login-header-wrapper .col:hover h3 {
            color: #f7ba00;
        }

        .login-header-wrapper .col:hover .icon {
            background: #f7ba00;
        }

        .login-header-wrapper .col.active h3 {
            color: #66257f;
            font-weight: bold;
        }

        .login-header-wrapper .col.active .icon {
            background: #3d164e;
        }

    .login-header-wrapper .login-content-wrapper .col {
        width: 100%;
    }

    .login-header-wrapper .form .form-group {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .login-header-wrapper .form input[type=text],
    .login-header-wrapper .form input[type=password] {
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 16px;
        border: 1px solid #d1d1d1;
        border-radius: 5px;
        color: #6f6f6e;
        box-sizing: border-box;
    }

        .login-header-wrapper .form input[type=text]:focus,
        .login-header-wrapper .form input[type=password]:focus {
            color: #000;
            border-color: #f7ba00;
        }

    .login-header-wrapper .form button {
        display: block;
        width: 100%;
        padding: 20px 0;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        border: none;
        background-color: #157F38;
        border-radius: 5px;
        text-transform: uppercase;
    }

        .login-header-wrapper .form button:hover {
            background-color: #034C29;
        }

    .login-header-wrapper .form .checkbox-form-group label {
        position: relative;
        cursor: pointer;
    }

        .login-header-wrapper .form .checkbox-form-group label input {
            position: absolute;
            left: 3px;
            top: 3px;
            z-index: 5;
            height: 0;
            visibility: hidden;
        }

        .login-header-wrapper .form .checkbox-form-group label span {
            display: flex;
            position: relative;
            align-items: center;
            font-size: 14px;
            z-index: 10;
            padding-left: 38px;
            height: 24px;
        }

            .login-header-wrapper .form .checkbox-form-group label span:before {
                display: block;
                width: 22px;
                height: 22px;
                border: 1px solid #d1d1d1;
                border-radius: 4px;
                background: #fff;
                position: absolute;
                left: 0;
                top: 0;
                content: "";
                z-index: 10;
            }

        .login-header-wrapper .form .checkbox-form-group label input:checked ~ span:before {
            background: #157F38 url(../images/svg/check-white.svg) center no-repeat;
            background-size: 10px 10px;
            border-color: #157F38;
        }

    .login-header-wrapper .form .links {
        display: block;
        text-align: center;
        font-size: 16px;
    }

        .login-header-wrapper .form .links p {
            margin-bottom: 21px;
        }

        .login-header-wrapper .form .links a {
            font-weight: 600;
            color: #403e70;
        }

            .login-header-wrapper .form .links a:hover {
                color: #262456;
                text-decoration: underline;
            }

        .login-header-wrapper .form .links hr {
            display: block;
            margin: 16px 0;
            width: 100%;
            height: 1px;
            border: none;
            background: #e1e1e1;
        }

    .login-header-wrapper .input-group.validation-summary-errors {
        background: #e02424;
        padding: 12px;
        font-size: 16px;
        color: #fff;
        border-radius: 4px;
        margin-bottom: 20px;
    }

        .login-header-wrapper .input-group.validation-summary-errors ul {
            list-style: none;
            margin: 0;
        }

        .login-header-wrapper .input-group.validation-summary-errors.error-line {
            color: #fff;
        }

    .login-header-wrapper .photo-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background: #353365 url(../images/login-wrap.jpg) center no-repeat;
        background-size: cover;
    }

        .login-header-wrapper .photo-wrap .text {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .login-header-wrapper .photo-wrap h2 {
            font-size: 48px;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            line-height: 1.3;
            margin-bottom: 48px;
        }

            .login-header-wrapper .photo-wrap h2 span {
                color: #f7ba00;
            }

        .login-header-wrapper .photo-wrap .link {
            display: block;
            height: 60px;
            line-height: 60px;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 700;
            color: #fff;
            border: 2px solid #fff;
            padding: 0 30px;
            margin-right: 20px;
            border-radius: 4px;
            transition: all 0.3s;
        }

            .login-header-wrapper .photo-wrap .link:hover {
                background: #fff;
                color: #353365;
            }

@media (max-width: 1366px) {
    .login-header-wrapper .desc {
        max-width: 560px;
    }

        .login-header-wrapper .desc h2 {
            font-size: 30px;
        }

        .login-header-wrapper .desc > p {
            font-size: 17px;
            margin-bottom: 32px;
        }

    .login-header-wrapper .form-choose {
        margin-bottom: 24px;
    }

        .login-header-wrapper .form-choose .col {
            width: 88px;
        }

    .login-header-wrapper .col h3 {
        font-size: 13px;
    }

    .login-header-wrapper .col .icon {
        padding: 20px;
    }

        .login-header-wrapper .col .icon img {
            width: 48px;
            height: 48px;
        }

    .login-header-wrapper .photo-wrap h2 {
        font-size: 40px;
    }
}

@media (max-width: 1280px) {
    .login-header-wrapper .desc {
        max-width: 530px;
    }

        .login-header-wrapper .desc h2 {
            font-size: 24px;
            margin-bottom: 12px;
        }

        .login-header-wrapper .desc > p {
            font-size: 16px;
            margin-bottom: 24px;
        }

    .login-header-wrapper .form-choose {
        margin-bottom: 24px;
    }

        .login-header-wrapper .form-choose .col {
            width: 76px;
        }

    .login-header-wrapper .col h3 {
        font-size: 12px;
    }

    .login-header-wrapper .col .icon {
        padding: 16px;
    }

        .login-header-wrapper .col .icon img {
            width: 40px;
            height: 40px;
        }

    .login-header-wrapper .photo-wrap h2 {
        font-size: 36px;
    }
}

@font-face {
    font-display: swap;
}

body {
    background-color: #f4f4f4;
}

.flash-messages {
    display: block;
    margin-bottom: 30px;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

    .flash-messages.success {
        background-color: #72cc09;
    }

    .flash-messages.error {
        background-color: #ff0018;
    }

    .flash-messages p {
        float: left;
        margin-bottom: 0;
    }

    .flash-messages .close {
        float: right;
        width: 22px;
        height: 22px;
        border-radius: 100%;
        border: 2px solid #fff;
        background: url(../images/close-icon.png) center no-repeat;
        background-size: 12px 12px;
        text-indent: -9999px;
    }

.error404-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

    .error404-wrapper img {
        max-height: 70vh;
    }

    .error404-wrapper .desc h2 {
        font-size: 72px;
        color: #353365;
        margin-bottom: 32px;
    }

    .error404-wrapper .desc h3 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .error404-wrapper .desc p {
        font-size: 19px;
    }

    .error404-wrapper .desc a {
        color: #353365;
        text-decoration: underline;
    }

#wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#content-wrapper {
    display: block;
    padding: 100px;
    padding-right: 20px;
    transition: all 0.3s ease-out;
    min-height: 100vh;
    box-sizing: border-box;
}

    #content-wrapper.wide-menu {
        padding-left: 294px;
    }

@media (max-width: 1440px) {
    #content-wrapper {
        padding: 74px;
        padding-right: 20px;
    }
}

.page-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

    .page-title span {
        font-size: 26px;
        line-height: 1;
        color: #262456;
        margin-left: 0;
        margin-right: auto;
    }

    .page-title a, .page-title button {
        ;
        line-height: 38px;
        border: 2px solid #222;
        font-size: 14px;
        padding: 0 16px;
        color: #222;
        margin-left: 10px;
        cursor: pointer;
        border-radius: 5px;
        box-sizing: border-box;
        font-weight: 600;
    }

        .page-title a.create-button, .page-title button.create-button {
            padding-left: 40px;
            background: url(../images/svg/create.svg) 16px center no-repeat;
            background-size: 16px 16px;
        }

        .page-title a.map-button, .page-title button.map-button {
            padding-left: 40px;
            background: url(../images/svg/location.svg) 16px center no-repeat;
            background-size: 16px 16px;
        }

        .page-title a.user-button, .page-title button.user-button {
            padding-left: 40px;
            background: url(../images/svg/user.svg) 16px center no-repeat;
            background-size: 16px 16px;
        }

        .page-title a.excel-button, .page-title button.excel-button {
            padding-left: 40px;
            background: url(../images/svg/excel.svg) 16px center no-repeat;
            background-size: 16px 16px;
        }

        .page-title a.delete-button, .page-title button.delete-button {
            padding-left: 40px;
            background: url(../images/svg/delete.svg) 16px center no-repeat;
            background-size: 16px 16px;
        }

        .page-title a.pdf-button, .page-title button.pdf-button {
            padding-left: 40px;
            background: url(../images/svg/pdf.svg) 16px center no-repeat;
            background-size: 16px 16px;
        }

        .page-title a.filters-button, .page-title button.filters-button {
            padding-left: 40px;
            background: url(../images/svg/filter.svg) 16px center no-repeat;
            background-size: 16px 16px;
        }

        .page-title a:hover, .page-title button:hover {
            background-color: #353365;
            color: #fff;
            border-color: #353365;
        }

            .page-title a:hover.create-button, .page-title button:hover.create-button {
                background-image: url(../images/svg/create-white.svg);
            }

            .page-title a:hover.map-button, .page-title button:hover.map-button {
                background-image: url(../images/svg/location-white.svg);
            }

            .page-title a:hover.user-button, .page-title button:hover.user-button {
                background-image: url(../images/svg/user-white.svg);
            }

            .page-title a:hover.excel-button, .page-title button:hover.excel-button {
                background-image: url(../images/svg/excel-white.svg);
            }

            .page-title a:hover.delete-button, .page-title button:hover.delete-button {
                background-image: url(../images/svg/delete-white.svg);
            }

            .page-title a:hover.pdf-button, .page-title button:hover.pdf-button {
                background-image: url(../images/svg/pdf-white.svg);
            }

            .page-title a:hover.filters-button, .page-title button:hover.filters-button {
                background-image: url(../images/svg/filter-white.svg);
            }

.page-title-info {
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
    font-size: 20px;
    color: #777;
}

.dashboard .row {
    display: block;
    margin-bottom: 30px;
}

.dashboard .box {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
    float: left;
    box-sizing: border-box;
}

    .dashboard .box.box-1 {
        width: 100%;
    }

    .dashboard .box.box-2 {
        width: 49%;
        margin-right: 2%;
    }

    .dashboard .box.box-3 {
        width: 32%;
        margin-right: 2%;
    }

.dashboard .row .box:last-child {
    margin-right: 0;
}

.dashboard .subtitle {
    display: block;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.dashboard .users {
    margin: 0 0 0 20px;
}

    .dashboard .users li {
        margin-bottom: 10px;
    }

    .dashboard .users .date {
        color: #999;
        float: right;
    }

.table {
    margin-bottom: 30px;
    table-layout: fixed;
    width: 100%;
    font-family: "Barlow Semi Condensed";
}

    .table th {
        width: 100%;
        padding: 10px;
        border-bottom: 2px solid #0081B8;
        background-color: #009ee2;
        color: #fff;
        overflow: hidden;
    }

        .table th a {
            color: #fff;
        }

        .table th.sorting_asc, .table th.sorting_desc {
            font-weight: bold;
            color: #fff;
        }

        .table th.sorting_asc {
            background: url(../images/sort-asc.png) right center no-repeat;
        }

        .table th.sorting_desc {
            background: url(../images/sort-desc.png) right center no-repeat;
        }

    .table td {
        padding: 7px 10px;
        border-bottom: 1px solid #b1b1b1;
        /* overflow:hidden; */
    }

    .table .dropdown {
        position: relative;
    }

        .table .dropdown button {
            background: none;
            border: none;
            font-size: 12px;
            font-weight: bold;
            color: #353365;
        }

        .table .dropdown ul {
            list-style: none;
            margin: 0;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #353365;
            display: none;
            z-index: 9999;
        }

            .table .dropdown ul a {
                display: block;
                padding: 3px;
                color: #fff;
            }

        .table .dropdown.open ul {
            display: block;
        }

    .table td a {
        display: inline-block;
        padding: 4px 8px;
        color: #777;
        border: 1px solid #c1c1c1;
        border-radius: 2px;
    }

        .table td a:hover {
            color: #fff;
            background: #353365;
            border-color: #353365;
        }

.tableInOut {
    margin-bottom: 30px;
    table-layout: fixed;
    width: 100%;
    font-family: "Barlow Semi Condensed";
}

    .tableInOut th {
        width: 50%;
        padding: 10px;
        font-size: 15px;
        border-bottom: 2px solid #0081B8;
        background-color: #009ee2;
        color: #fff;
        overflow: hidden;
        text-align: center
    }

    .tableInOut td a {
        padding: 4px 8px;
        color: #777;
        border: 1px solid #c1c1c1;
        border-radius: 2px;
    }

    .tableInOut th a {
        color: #fff;
        display: inline-block;
        text-align: center;
    }

    .tableInOut td {
        padding: 7px 10px;
        border-bottom: 1px solid #b1b1b1;
        text-align: center;
        overflow: hidden;
    }

.checkboxInOut {
    width: 100%;
}

.tableInOut td .pager .current {
    border-color: #262456;
    background-color: #262456;
    color: #fff;
}

.tableInOut td .pager a, .tableInOut td .pager span {
    align-items: center;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    color: #777;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin-right: 6px;
    padding: 0;
}

.dataTables_wrapper {
    display: block;
    clear: both;
}

.dataTables_length {
    float: left;
}

    .dataTables_length select {
        padding: 5px;
        margin: 0 10px;
        border: 1px solid #c1c1c1;
    }

        .dataTables_length select:focus {
            color: #000;
            border-color: #000;
        }

.dataTables_filter {
    float: right;
}

    .dataTables_filter input {
        padding: 5px;
        margin-left: 10px;
        border: 1px solid #c1c1c1;
    }

        .dataTables_filter input:focus {
            color: #000;
            border-color: #000;
        }

.dataTables_paginate {
    display: block;
    text-align: center;
}

    .dataTables_paginate a {
        display: inline-block;
        margin: 0 2px;
        padding: 8px 12px;
        color: #66257f;
        border: 1px solid #66257f;
        cursor: pointer;
    }

        .dataTables_paginate a:hover,
        .dataTables_paginate .current {
            color: #fff;
            background-color: #66257f;
        }

.info-table {
    width: 30%;
    max-width: 400px;
    margin-bottom: 30px;
}

    .info-table td {
        padding: 10px;
        border-bottom: 1px solid #b1b1b1;
        width: 50%;
    }

    .info-table .highlight td {
        color: #66257f;
        font-weight: bold;
    }

    .info-table input {
        padding: 5px;
        width: 100%;
        border: 1px solid #c1c1c1;
        color: #777;
        box-sizing: border-box;
    }

        .info-table input:focus {
            color: #000;
            border-color: #66257f;
        }

.info-table-buttons {
    display: block;
    width: 30%;
    max-width: 400px;
}

    .info-table-buttons a {
        float: right;
        margin-left: 10px;
        color: #66257f;
        border: 1px solid #66257f;
        padding: 5px 30px;
    }

        .info-table-buttons a:hover {
            background-color: #66257f;
            color: #fff;
        }

    .info-table-buttons button {
        float: right;
        margin-left: 10px;
        border: none;
        background: #66257f;
        color: #fff;
        padding: 5px 30px;
    }

.collapse-settings-wrapper {
    display: block;
}

    .collapse-settings-wrapper .collapse-row {
        display: block;
        padding: 16px;
        background: #fff;
        border: 1px solid #e1e1e1;
        margin-bottom: 16px;
    }

    .collapse-settings-wrapper .collapse-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .collapse-settings-wrapper .collapse-title h4 {
            font-size: 21px;
            margin-bottom: 0;
            margin-right: 24px;
            color: #262456;
        }

            .collapse-settings-wrapper .collapse-title h4:hover {
                color: #f7ba00;
                cursor: pointer;
            }

        .collapse-settings-wrapper .collapse-title .buttons {
            display: flex;
            align-items: center;
        }

            .collapse-settings-wrapper .collapse-title .buttons a {
                display: block;
                font-size: 12px;
                font-weight: 600;
                color: #999;
                line-height: 1;
                padding: 8px 12px;
                border: 1px solid #e1e1e1;
                margin-left: 8px;
                border-radius: 8px;
            }

                .collapse-settings-wrapper .collapse-title .buttons a:hover {
                    background: #262456;
                    border-color: #262456;
                    color: #fff;
                }

    .collapse-settings-wrapper .collapse {
        margin-top: 20px;
    }

    .collapse-settings-wrapper .collapsing {
        margin-top: 20px;
    }

.button {
    display: inline-flex;
    padding: 10px 20px;
    border: 0 solid transparent;
    font-family: "Barlow";
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    transition-duration: 0.4s;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    transition-property: background-color, color, border-color;
    min-height: 3.5rem;
    align-items: center;
    font-weight: 500;
}

    .button:not(:disabled):not([aria-disabled=true]) {
        cursor: pointer;
    }

    .button:hover, .button:focus {
        text-decoration: none;
    }

    .button:disabled, .button[aria-disabled=true] {
        box-shadow: none;
    }

.button--primary {
    background-color: #353365;
    border-color: #353365;
    border-radius: 3px;
    color: #fff;
}

    .button--primary:hover {
        background-color: #1B1A3D;
        border-color: #1B1A3D;
        color: #fff;
    }

    .button--primary:focus {
        outline: 2px dotted #353365;
        outline-offset: 1px;
    }

    .button--primary:disabled, .button--primary[aria-disabled=true] {
        background-color: #353365;
        border-color: #353365;
        color: #fff;
        opacity: 0.7;
    }

.button--success {
    background-color: #44BF55;
    border-color: #44BF55;
    border-radius: 3px;
    color: #fff;
}

    .button--success:hover {
        background-color: #157F38;
        border-color: #157F38;
        color: #fff;
    }

    .button--success:focus {
        outline: 2px dotted #44BF55;
        outline-offset: 1px;
    }

    .button--success:disabled, .button--success[aria-disabled=true] {
        background-color: #44BF55;
        border-color: #44BF55;
        color: #fff;
        opacity: 0.7;
    }

.button--danger {
    background-color: #fc3559;
    border-color: #fc3559;
    border-radius: 3px;
    color: #fff;
}

    .button--danger:hover {
        background-color: #f0042e;
        border-color: #f0042e;
        color: #fff;
    }

    .button--danger:focus {
        outline: 2px dotted #fc3559;
        outline-offset: 1px;
    }

    .button--danger:disabled, .button--danger[aria-disabled=true] {
        background-color: #fc3559;
        border-color: #fc3559;
        color: #fff;
        opacity: 0.7;
    }

.button--warning {
    background-color: #fc840c;
    border-color: #fc840c;
    border-radius: 3px;
    color: #fff;
}

    .button--warning:hover {
        background-color: #d16a03;
        border-color: #d16a03;
        color: #fff;
    }

    .button--warning:focus {
        outline: 2px dotted #fc840c;
        outline-offset: 1px;
    }

    .button--warning:disabled, .button--warning[aria-disabled=true] {
        background-color: #fc840c;
        border-color: #fc840c;
        color: #fff;
        opacity: 0.7;
    }

.button--info {
    background-color: #00cbf4;
    border-color: #00cbf4;
    border-radius: 3px;
    color: #fff;
}

    .button--info:hover {
        background-color: #00a2c3;
        border-color: #00a2c3;
        color: #fff;
    }

    .button--info:focus {
        outline: 2px dotted #00cbf4;
        outline-offset: 1px;
    }

    .button--info:disabled, .button--info[aria-disabled=true] {
        background-color: #00cbf4;
        border-color: #00cbf4;
        color: #fff;
        opacity: 0.7;
    }

.button--light {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    border-radius: 3px;
    color: #333;
}

    .button--light:hover {
        background-color: #b4b4b4;
        border-color: #b4b4b4;
        color: #333;
    }

    .button--light:focus {
        outline: 2px dotted #333;
        outline-offset: 1px;
    }

    .button--light:disabled, .button--light[aria-disabled=true] {
        background-color: #e1e1e1;
        border-color: #e1e1e1;
        color: #333;
        opacity: 0.7;
    }

.button--dark {
    background-color: #191922;
    border-color: #191922;
    border-radius: 3px;
    color: #fff;
}

    .button--dark:hover {
        background-color: #14141b;
        border-color: #14141b;
        color: #fff;
    }

    .button--dark:focus {
        outline: 2px dotted #191922;
        outline-offset: 1px;
    }

    .button--dark:disabled, .button--dark[aria-disabled=true] {
        background-color: #191922;
        border-color: #191922;
        color: #fff;
        opacity: 0.7;
    }

.form-horizontal {
    width: 100%;
    max-width: 700px;
}

    .form-horizontal .row {
        display: block;
        margin-bottom: 10px;
    }

        .form-horizontal .row .label-group {
            float: left;
            width: 28%;
            margin-right: 2%;
            min-height: 1px;
        }

        .form-horizontal .row .input-group {
            float: left;
            width: 70%;
        }

    .form-horizontal .label-group label {
        display: block;
        padding: 16px 0;
        font-size: 16px;
        font-weight: 600;
        text-align: right;
    }

    .form-horizontal .input-group input[type=text],
    .form-horizontal .input-group input[type=email],
    .form-horizontal .input-group input[type=password],
    .form-horizontal .input-group input[type=email],
    .form-horizontal .input-group input[type=tel],
    .form-horizontal .input-group input[type=date],
    .form-horizontal .input-group input[type=number],
    .form-horizontal .input-group select,
    .form-horizontal .input-group textarea {
        display: block;
        width: 100%;
        padding: 16px 12px;
        font-size: 16px;
        font: normal 16px/1.428 "Noto Sans", Arial, Helvetica, sans-serif;
        line-height: 1.42857143;
        color: #999999;
        background: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 4px;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        box-sizing: border-box;
        margin-right: 0;
    }

        .form-horizontal .input-group input[type=text]:hover,
        .form-horizontal .input-group input[type=email]:hover,
        .form-horizontal .input-group input[type=password]:hover,
        .form-horizontal .input-group input[type=email]:hover,
        .form-horizontal .input-group input[type=tel]:hover,
        .form-horizontal .input-group input[type=date]:hover,
        .form-horizontal .input-group input[type=number]:hover,
        .form-horizontal .input-group select:hover,
        .form-horizontal .input-group textarea:hover {
            border-color: #aaaaaa;
        }

        .form-horizontal .input-group input[type=text]:focus,
        .form-horizontal .input-group input[type=email]:focus,
        .form-horizontal .input-group input[type=password]:focus,
        .form-horizontal .input-group input[type=email]:focus,
        .form-horizontal .input-group input[type=tel]:focus,
        .form-horizontal .input-group input[type=date]:focus,
        .form-horizontal .input-group input[type=number]:focus,
        .form-horizontal .input-group select:focus,
        .form-horizontal .input-group textarea:focus {
            border-color: #262456;
            color: #2B2D42;
            outline: 0;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
        }

        .form-horizontal .input-group input[type=text].input-validation-error,
        .form-horizontal .input-group input[type=email].input-validation-error,
        .form-horizontal .input-group input[type=password].input-validation-error,
        .form-horizontal .input-group input[type=email].input-validation-error,
        .form-horizontal .input-group input[type=tel].input-validation-error,
        .form-horizontal .input-group input[type=date].input-validation-error,
        .form-horizontal .input-group input[type=number].input-validation-error,
        .form-horizontal .input-group select.input-validation-error,
        .form-horizontal .input-group textarea.input-validation-error {
            border-color: #e02424;
            color: #e02424;
            margin-bottom: 8px;
        }

    .form-horizontal .input-group input[type=file] {
        margin-top: 20px;
    }

    .form-horizontal .input-group input[type=text]:disabled,
    .form-horizontal .input-group input[type=email]:disabled,
    .form-horizontal .input-group input[type=password]:disabled,
    .form-horizontal .input-group input[type=email]:disabled,
    .form-horizontal .input-group input[type=tel]:disabled,
    .form-horizontal .input-group input[type=date]:disabled,
    .form-horizontal .input-group input[type=number]:disabled,
    .form-horizontal .input-group select:disabled,
    .form-horizontal .input-group textarea:disabled {
        background: #f7f7f7;
        color: #999;
    }

    .form-horizontal .input-group > input.datecontrol,
    .form-horizontal .input-group > input.datetimecontrol {
        width: calc((100% - 24px) / 2);
        margin-left: 0px;
        margin-right: 0;
    }

        .form-horizontal .input-group > input.datecontrol:first-child,
        .form-horizontal .input-group > input.datetimecontrol:first-child {
            margin-left: 0;
            margin-right: 0;
        }

    .form-horizontal .input-group .radio {
        display: block;
        position: relative;
        padding-left: 20px;
        font-size: 14px;
    }

        .form-horizontal .input-group .radio input {
            position: absolute;
            top: 4px;
            margin-left: -20px;
        }

        .form-horizontal .input-group .radio + .radio {
            margin-top: 10px;
        }

    .form-horizontal .input-group .error-line {
        font-size: 12px;
        color: #D9042B;
    }

    .form-horizontal button:not(.button):not(.reset),
    .form-horizontal button:not(.reset),
    .form-horizontal input[type=submit]:not(.button) {
        display: inline-block;
        line-height: 52px;
        width: 150px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        border: none;
        background: #353365;
        border-radius: 4px;
        transition: all 0.3s ease;
        border: 2px solid #353365;
    }

        .form-horizontal button:not(.button):not(.reset):hover, .form-horizontal button:not(.button):not(.reset):focus,
        .form-horizontal button:not(.reset):hover,
        .form-horizontal button:not(.reset):focus,
        .form-horizontal input[type=submit]:not(.button):hover,
        .form-horizontal input[type=submit]:not(.button):focus {
            background: #50A33C;
            border-color: #50A33C;
        }

@media (max-width: 1440px) {
    .form-horizontal button:not(.button):not(.reset),
    .form-horizontal button:not(.reset),
    .form-horizontal input[type=submit]:not(.button) {
        line-height: 50px;
    }
}

@media (max-width: 1366px) {
    .form-horizontal button:not(.button):not(.reset),
    .form-horizontal button:not(.reset),
    .form-horizontal input[type=submit]:not(.button) {
        line-height: 46px;
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
    .form-horizontal button:not(.button):not(.reset),
    .form-horizontal button:not(.reset),
    .form-horizontal input[type=submit]:not(.button) {
        line-height: 42px;
    }
}

.form-horizontal button:not(.button):not(.reset).btn-default,
.form-horizontal button:not(.reset).btn-default,
.form-horizontal input[type=submit]:not(.button).btn-default {
    color: #353365;
    background: transparent;
}

    .form-horizontal button:not(.button):not(.reset).btn-default:hover,
    .form-horizontal button:not(.reset).btn-default:hover,
    .form-horizontal input[type=submit]:not(.button).btn-default:hover {
        border-color: #50A33C;
        color: #50A33C;
    }

.form-horizontal .radio-wrap {
    display: block;
    width: 100%;
}

    .form-horizontal .radio-wrap label {
        -webkit-user-select: none;
        user-select: none;
        cursor: pointer;
    }

        .form-horizontal .radio-wrap label input {
            height: 0;
            opacity: 0;
            position: absolute;
        }

        .form-horizontal .radio-wrap label span {
            display: inline-flex;
            align-items: flex-start;
        }

            .form-horizontal .radio-wrap label span:before {
                display: block;
                width: 20px;
                height: 20px;
                content: "";
                box-sizing: border-box;
                border: 2px solid #999;
                border-radius: 50%;
                flex-shrink: 0;
                margin-right: 12px;
            }

        .form-horizontal .radio-wrap label:hover span:before {
            border-color: #44BF55;
            background: url(../images/svg/check-green.svg) center no-repeat;
            background-size: 8px 8px;
        }

        .form-horizontal .radio-wrap label input:checked ~ span {
            color: #44BF55;
        }

            .form-horizontal .radio-wrap label input:checked ~ span:before {
                border-color: #44BF55;
                background: #44BF55 url(../images/svg/check-white.svg) center no-repeat;
                background-size: 8px 8px;
            }

    .form-horizontal .radio-wrap + .radio-wrap {
        margin-top: 8px;
    }

.form-horizontal .form-row {
    display: flex;
    margin-bottom: 16px;
}

    .form-horizontal .form-row .label-group {
        flex: 0 0 35%;
        padding-right: 2%;
        box-sizing: border-box;
    }

    .form-horizontal .form-row .input-group {
        display: flex;
        align-items: center;
        flex: 0 0 65%;
        flex-wrap: wrap;
    }

        .form-horizontal .form-row .input-group > * {
            margin-right: 24px;
        }

            .form-horizontal .form-row .input-group > *:last-child {
                margin-right: 0;
            }

        .form-horizontal .form-row .input-group .ig-col {
            width: calc(50% - 10px);
            margin-right: 20px;
            display: flex;
            align-items: center;
        }

            .form-horizontal .form-row .input-group .ig-col:last-child {
                margin-right: 0;
            }

            .form-horizontal .form-row .input-group .ig-col > span {
                margin-right: 12px;
            }

    .form-horizontal .form-row .field-validation-error {
        padding: 12px;
        background: #e02424;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

.form-horizontal .buttons-form-row {
    grid-column: 1/span 2;
    justify-content: center;
    display: flex;
}

    .form-horizontal .buttons-form-row button:not(.reset),
    .form-horizontal .buttons-form-row .button {
        margin: 0 10px;
    }

.form-horizontal .title-row {
    padding-left: 35%;
    margin-bottom: 16px;
}

    .form-horizontal .title-row h3 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 8px;
    }

.form-horizontal .button-row {
    padding-left: 35%;
}

.form-horizontal.modal-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px 24px;
    max-width: 100%;
}

    .form-horizontal.modal-form .form-row {
        margin-bottom: 0;
    }

    .form-horizontal.modal-form .row {
        margin-bottom: 0px;
    }

    .form-horizontal.modal-form .label-group label {
        padding: 12px 0;
        font-size: 13px;
    }

    .form-horizontal.modal-form .input-group input[type=text],
    .form-horizontal.modal-form .input-group input[type=email],
    .form-horizontal.modal-form .input-group input[type=password],
    .form-horizontal.modal-form .input-group input[type=email],
    .form-horizontal.modal-form .input-group input[type=tel],
    .form-horizontal.modal-form .input-group input[type=date],
    .form-horizontal.modal-form .input-group input[type=number],
    .form-horizontal.modal-form .input-group select,
    .form-horizontal.modal-form .input-group textarea {
        padding: 12px;
        font-size: 14px;
    }

@media (max-width: 1440px) {
    .form-horizontal.modal-form {
        grid-gap: 8px 20px;
    }

        .form-horizontal.modal-form .label-group label {
            padding: 10px 0;
            font-size: 12px;
        }

        .form-horizontal.modal-form .input-group input[type=text],
        .form-horizontal.modal-form .input-group input[type=email],
        .form-horizontal.modal-form .input-group input[type=password],
        .form-horizontal.modal-form .input-group input[type=email],
        .form-horizontal.modal-form .input-group input[type=tel],
        .form-horizontal.modal-form .input-group input[type=date],
        .form-horizontal.modal-form .input-group input[type=number],
        .form-horizontal.modal-form .input-group select,
        .form-horizontal.modal-form .input-group textarea {
            padding: 10px;
            font-size: 12px;
        }
}

@media (max-width: 1366px) {
    .form-horizontal.modal-form {
        grid-gap: 8px 20px;
    }

        .form-horizontal.modal-form .label-group label {
            padding: 9px 0;
            font-size: 11px;
        }

        .form-horizontal.modal-form .input-group input[type=text],
        .form-horizontal.modal-form .input-group input[type=email],
        .form-horizontal.modal-form .input-group input[type=password],
        .form-horizontal.modal-form .input-group input[type=email],
        .form-horizontal.modal-form .input-group input[type=tel],
        .form-horizontal.modal-form .input-group input[type=date],
        .form-horizontal.modal-form .input-group input[type=number],
        .form-horizontal.modal-form .input-group select,
        .form-horizontal.modal-form .input-group textarea {
            padding: 9px;
            font-size: 11px;
        }
}

.footer {
    display: block;
    padding-top: 20px;
    font-size: 12px;
    color: #999;
}

    .footer .go-back {
        display: inline-block;
        padding: 7px 12px;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        color: #777;
        border: 1px solid #c1c1c1;
        border-radius: 2px;
    }

        .footer .go-back:hover {
            color: #fff;
            background: #66257f;
            border-color: #66257f;
        }

    .footer .left {
        float: left;
    }

    .footer .right {
        float: right;
    }

.footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-top: 1px solid #e1e1e1;
    position: absolute;
    left: 80px;
    padding-left: 16px;
    bottom: 0;
    right: 0;
    z-index: 100;
    font-size: 10px;
    color: #999;
}

    .footer-wrapper a {
        color: #999;
    }

        .footer-wrapper a:hover {
            text-decoration: underline;
            color: #000;
        }

    .footer-wrapper .social-icons {
        list-style: none;
        margin: 0;
        margin-right: 16px;
        display: flex;
    }

        .footer-wrapper .social-icons li {
            margin-left: 8px;
        }

        .footer-wrapper .social-icons a {
            display: flex;
            width: 24px;
            height: 24px;
            align-items: center;
            justify-content: center;
            background: #262456;
            border-radius: 50%;
            overflow: hidden;
        }

            .footer-wrapper .social-icons a svg {
                width: 10px;
                height: 10px;
                fill: #fff;
            }

            .footer-wrapper .social-icons a:hover {
                background: #f7ba00;
            }

@media (max-width: 1440px) {
    .footer-wrapper {
        left: 54px;
    }
}

body.Logowanie .footer-wrapper {
    display: none;
}

.main_footer {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    padding: 10px;
    background-color: #fff;
    color: gray;
    align-items: center;
    justify-content: space-around;
    border-top: gray 1px solid;
}

    .main_footer a {
        color: gray;
        text-decoration: none;
    }

    .main_footer img {
        height: 30px;
        margin-left: 30px;
    }

@media screen and (max-width: 240px) {
    html {
        -webkit-text-size-adjust: none;
    }

    img {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    html {
        -webkit-text-size-adjust: none;
    }

    body {
        transition: all 0.2s linear;
    }

    img {
        max-width: 100%;
        /* Fluid images for posts, comments, and widgets */
        height: auto;
        transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
    }
}

.icon-bb-02:before {
    content: "";
}

.icon-bb-03:before {
    content: "";
}

.icon-bb-04:before {
    content: "";
}

.icon-bb-01:before {
    content: "";
}

.stats-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px 24px;
}

    .stats-wrapper .col {
        padding: 24px;
        border-radius: 10px;
    }

        .stats-wrapper .col.chart-col {
            background-color: #66257f;
            color: #fff;
            padding-bottom: 0px;
            height: 465px;
            cursor: default;
        }

        .stats-wrapper .col-double.map {
            padding: 0px;
            height: 465px;
            cursor: default;
            grid-column: span 2;
        }

        .stats-wrapper .col-third.map {
            padding: 0px;
            height: 465px;
            cursor: default;
            grid-column: span 3;
        }

        .stats-wrapper .col-fourth.map {
            padding: 0px;
            height: 465px;
            cursor: default;
            grid-column: span 4;
        }

        .stats-wrapper .col.chart-col2 {
            background-color: #35a8e0;
            color: #fff;
            padding-bottom: 0px;
            height: 465px;
            cursor: default;
        }

        .stats-wrapper .col.places {
            background-color: #1b1464;
            color: #fff;
            padding-bottom: 0px;
            height: 450px;
        }

    .stats-wrapper .title {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

        .stats-wrapper .title img {
            width: 44px;
            height: 44px;
        }

        .stats-wrapper .title h3 {
            font-size: 24px;
            color: inherit;
            line-height: 1;
            display: block;
            margin-left: 24px;
        }

    .stats-wrapper .count {
        margin-bottom: 24px;
        font-size: 72px;
        text-align: center;
        line-height: 1;
        color: inherit;
        cursor: pointer;
    }

    .stats-wrapper .claim {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 20px;
        text-align: center;
        color: inherit;
    }

    .stats-wrapper .date {
        display: block;
        line-height: 1;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        padding-bottom: 30px;
        color: inherit;
    }

    .stats-wrapper .violet {
        background-color: #66257f;
        color: #fff;
    }

    .stats-wrapper .blue {
        background-color: #35a8e0;
        color: #fff;
    }

    .stats-wrapper .blue_inventory {
        background-color: #35a8e0;
        color: #fff;
    }

    .stats-wrapper .navy {
        background-color: #1b1464;
        color: #fff;
    }

    .stats-wrapper .white {
        background-color: #fff;
        color: #555;
    }

    .stats-wrapper .chart-col h3 {
        margin: 20px 0 40px 20px;
        font-size: 23px;
        color: #fff;
    }

    .stats-wrapper .chart-col2 h3 {
        margin: 20px 0 40px 20px;
        font-size: 23px;
        color: #fff;
    }

    .stats-wrapper .places ul {
        list-style: none;
        margin: 3px;
        margin-top: 15px;
        
    }

        .stats-wrapper .places ul li {
            margin-bottom: 15px;
        }

            .stats-wrapper .places ul li:last-child {
                margin-bottom: 0;
            }

            .stats-wrapper .places ul li strong {
                display: block;
                font-size: 18px;
                color: #fff;
                margin-bottom: 10px;
            }

            .stats-wrapper .places ul li span {
                font-size: 16px;
                font-weight: normal;
                color: #fff;
            }

    .stats-wrapper .chart_cycle {
        width: 99%;
        height: 82%;
    }

@media (max-width: 1400px) {
    .stats-wrapper {
        /*.violet .title h3{background:url(images/stats-wrapper-icon-1.png) 30px 20px no-repeat}*/
        /*.blue .title h3{background:url(~/Images/brudnyxhdpi.png) 30px 20px no-repeat}*/
        /*.blue .title h3{background:url(~/Images/brudnyxhdpi.png) 30px 20px no-repeat}*/
        /*.navy .title h3{background:url(images/stats-wrapper-icon-3.png) 30px 20px no-repeat}*/
        /*background:url(images/stats-wrapper-icon-4.png) 30px 20px no-repeat}*/
    }

        .stats-wrapper .row {
            display: block;
            margin-bottom: 20px;
        }

            .stats-wrapper .row .col {
                float: left;
                background-color: #fff;
                box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.1);
                padding-bottom: 0px;
                padding-top: 0px;
                border-top: 0px;
            }

                .stats-wrapper .row .col.col-single {
                    width: 23.5%;
                    margin-right: 2%;
                    cursor: pointer;
                }

                .stats-wrapper .row .col.col-single_blue {
                    width: 23.5%;
                    margin-right: 2%;
                    cursor: default;
                }

        .stats-wrapper .form-row .col.col-single_third {
            width: 32%;
            margin-right: 2%;
            cursor: pointer;
        }


        .stats-wrapper .row .col.col-double {
            width: 47%;
            margin-right: 2%;
            height: 465px;
        }

        .stats-wrapper .row .col.col-third {
            width: 61.5%;
            margin-right: 2%;
            height: 465px;
        }

        .stats-wrapper .form-row .col.col-thirda {
            width: 300%;
            margin-right: 2%;
            height: 465px;
        }

        .stats-wrapper .row .col.col-fourth {
            width: 94%;
            display: inline-block;
            height: 465px;
        }

        .stats-wrapper .row .col:last-child {
            margin-right: 0;
        }

        .stats-wrapper .row .col.chart-col {
            background-color: #66257f;
            color: #fff;
            padding-bottom: 0px;
            padding-top: 0px;
            height: 350px;
            cursor: default;
        }

        .stats-wrapper .row .col-double.map {
            padding: 0px;
            height: 465px;
            cursor: default;
            grid-column: span 2;
        }

        .stats-wrapper .row .col-third.map {
            padding: 0px;
            height: 465px;
            cursor: default;
            grid-column: span 3;
        }

        .stats-wrapper .row .col-fourth.map {
            padding: 0px;
            height: 465px;
            cursor: default;
            grid-column: span 4;
        }

        .stats-wrapper .row .col.places {
            background-color: #35a8e0;
            color: #fff;
            padding-bottom: 0px;
            padding-top: 0px;
            height: 450px;
        }

        .stats-wrapper .row .title {
            display: block;
        }

            .stats-wrapper .row .title h3 {
                font-size: 20px;
                color: #fff;
                line-height: 1;
                display: block;
                text-align: right;
            }

        .stats-wrapper .row .count {
            margin: 15px;
            font-size: 3em;
            text-align: center;
            line-height: 1;
        }

        .stats-wrapper .row .claim {
            font-size: 20px;
            line-height: 1;
            margin-bottom: 20px;
            text-align: center;
        }

        .stats-wrapper .row .date {
            display: block;
            line-height: 1;
            font-size: 14px;
            font-weight: normal;
            text-align: center;
            padding-bottom: 15px;
        }

        .stats-wrapper .violet .img {
            float: left;
            height: 40px;
        }

        .stats-wrapper .violet .title {
            background-color: #66257f;
        }

        .stats-wrapper .violet .count,
        .stats-wrapper .violet .claim,
        .stats-wrapper .violet .date {
            /* color: #66257f;*/
            color: #fefbff;
        }

        .stats-wrapper .blue .img {
            float: left;
            height: 40px;
            cursor: default;
        }

        .stats-wrapper .blue .title {
            background-color: #35a8e0;
            cursor: default;
        }

        .stats-wrapper .blue .count,
        .stats-wrapper .blue .claim,
        .stats-wrapper .blue .date {
            /* color: #35a8e0; */
            color: #fefbff;
            cursor: default;
        }

        .stats-wrapper .blue_inventory .img {
            float: left;
            height: 40px;
            cursor: pointer;
        }

        .stats-wrapper .blue_inventory .title {
            background-color: #35a8e0;
            cursor: pointer;
        }

        .stats-wrapper .blue_inventory .count,
        .stats-wrapper .blue_inventory .claim,
        .stats-wrapper .blue .date {
            /* color: #35a8e0; */
            color: #fefbff;
            cursor: pointer;
        }

        .stats-wrapper .navy .img {
            float: left;
            height: 40px;
        }

        .stats-wrapper .navy .title {
            background-color: #1b1464;
        }

        .stats-wrapper .navy .count,
        .stats-wrapper .navy .claim,
        .stats-wrapper .navy .date {
            /* color: #1b1464; */
            color: #fefbff;
        }

        .stats-wrapper .white .img {
            float: left;
            height: 40px;
        }

        .stats-wrapper .white .title {
            background-color: #fff;
        }

            .stats-wrapper .white .title h3 {
                color: #666666;
            }

        .stats-wrapper .white .count,
        .stats-wrapper .white .claim,
        .stats-wrapper .white .date {
            color: #666666;
        }

        .stats-wrapper .chart-col h3 {
            margin: 10px;
            font-size: 20px;
            color: #fff;
        }

        .stats-wrapper .places ul {
            list-style: none;
            margin: 20px;
            margin-top: 15px;
        }

            .stats-wrapper .places ul li {
                margin-bottom: 15px;
            }

                .stats-wrapper .places ul li:last-child {
                    margin-bottom: 0;
                }

                .stats-wrapper .places ul li strong {
                    display: block;
                    font-size: 18px;
                    color: #fff;
                    margin-bottom: 10px;
                }

                .stats-wrapper .places ul li span {
                    font-size: 16px;
                    font-weight: normal;
                    color: #fff;
                }

        .stats-wrapper .chart_cycle {
            width: 99%;
            height: 82%;
        }
}

input[type=checkbox] {
    margin-right: 12px;
    height: 20px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

input[type=text], input[type=email], input[type=password] {
    padding: 5px;
}

.linkacz {
    display: block;
    width: 150px;
    padding: 5px;
    margin: 0 20px 0 auto;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
}

.linkacz-Laundry {
    color: #93c01f;
    border: 2px solid #93c01f;
}

.linkacz-Hospital {
    color: #35a8e0;
    border: 2px solid #35a8e0;
}

.linkacz-Horeca {
    color: #575756;
    border: 2px solid #575756;
}

.linkacz-Factory {
    color: #cf6f4a;
    border: 2px solid #cf6f4a;
}

.loginMenu, .new-user {
    color: gray;
    background: white;
    border-radius: 5px;
}

.loginMenu {
    width: 300px;
    height: 480px;
    top: 5vh;
    font-size: 16px;
    margin: 0 auto;
    padding: 20px;
}

    .loginMenu .loginMenu-header {
        margin-bottom: 30px;
    }

.loginMenu-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .loginMenu-header img {
        width: 120px;
    }

.loginMenu-header_span-SarupHospital {
    margin-top: 20px;
    text-transform: uppercase;
}

.loginMenu-header_span-SarupLaundry {
    margin-top: 20px;
    text-transform: uppercase;
}

.loginMenu-header_span-SarupHoreca {
    margin-top: 20px;
    text-transform: uppercase;
}

.loginMenu-header_span-SarupFactory {
    margin-top: 20px;
    text-transform: uppercase;
}

.loginMenu-header_span-SarupInventory {
    margin-top: 20px;
    text-transform: uppercase;
}

.loginMenu-header_span-SarupLocation {
    margin-top: 20px;
    text-transform: uppercase;
}


.loginForm form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-input {
    margin-top: 10px;
    padding: 5px;
}

#remember {
    margin: 0 10px 0 0;
}

.loginForm form label {
    margin-top: 10px;
    display: flex;
    font-size: 10px;
}

.loginForm form .log-and-pswd-Factory {
    border: 1px solid #80807c;
    border-radius: 10px;
}

.loginForm form .log-and-pswd-Horeca {
    border: 1px solid #80807c;
    border-radius: 10px;
}

.loginForm form .log-and-pswd-Hospital {
    border: 1px solid #80807c;
    border-radius: 10px;
}

.loginForm form .log-and-pswd-Inventory {
    border: 1px solid #80807c;
    border-radius: 10px;
}

.loginForm form .log-and-pswd-Location {
    border: 1px solid #80807c;
    border-radius: 10px;
}

.loginForm form .log-and-pswd-Laundry {
    border: 1px solid #80807c;
    border-radius: 10px;
    font-size: 14px;
}

.form-group {
    margin-top: 10px;
}

.problems {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

    .problems a {
        text-align: center;
        font-size: 10px;
        margin-bottom: 10px;
        text-decoration: none;
        color: gray;
        font-weight: bold;
    }

        .problems a:link, .problems-a:hover, .problems-a:visited, .problems-a:active {
            text-decoration: none;
            color: gray;
        }

.loginForm form .loginButton-Hospital, .loginForm form .loginButton-Laundry, .loginForm form .loginButton-Horeca, .loginButton-Inventory, .loginButton-Location, .new-user form .newUserButton-Laundry, .new-user form .newUserButton-Hospital, .new-user form .newUserButton-Horeca {
    width: 100px;
    height: 40px;
    margin: auto auto;
    margin-top: 20px;
    background-color: #35a8e0;
    font: inherit;
    color: #fff;
    border: 2px solid #35a8e0;
    border-radius: 40px;
}

.new-user form .newUserButton-Laundry {
    background-color: #93c01f;
    border: 2px solid #93c01f;
    color: #fff;
}

.loginForm form .loginButton-Laundry {
    background-color: #93c01f;
    border: 2px solid #93c01f;
    color: #fff;
}

.new-user form .newUserButton-Horeca {
    background-color: #575756;
    border: 2px solid #575756;
    color: #fff;
}

.loginForm form .loginButton-Horeca {
    background-color: #575756;
    border: 2px solid #575756;
    color: #fff;
}

.loginForm form .loginButton-Inventory {
    background-color: #662482;
    border: 2px solid #662482;
    color: #fff;
}

.loginForm form .loginButton-Location {
    background-color: #5784ed;
    border: 2px solid #5784ed;
    color: #fff;
}

.form-close {
    display: none;
}

.new-user {
    display: flex;
    flex-direction: column;
    top: 5vh;
    width: 500px;
    height: 1200px;
    margin: 0 auto;
}

.new-user_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto;
    font-size: 12px;
}

    .new-user_header img {
        width: 360px;
        height: 50px;
    }

.header_span-SarupHospital, .header_span-SarupLaundry, .header_span-SarupHoreca, .header_span-SarupFactory, .header_span-SarupInventory, .header_span-SarupLocation {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
}

.header_span-SarupHospital {
    color: gray;
}

.header_span-SarupLaundry {
    color: gray;
}

.header_span-SarupHoreca {
    color: gray;
}

.header_span-SarupFactory {
    color: gray;
}

.header_span-SarupInventory {
    color: gray;
}

.header_span-SarupLocation {
    color: gray;
}

.Capital-letters {
    text-transform: uppercase;
    font-weight: bold;
}

.user-information, .info-checkbox, .login-information, .boring-checkbox, .submit-user {
    display: flex;
    font-size: 12px;
}

.boring-checkbox {
    display: flex;
    font-size: 10px;
}

.user-information, .login-information {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 50px;
    align-items: flex-start;
}

    .label_user-information, .login-information label, .info-checkbox {
        margin-top: 10px;
    }

.label_user-information, .label_login-information {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

    .label_user-information span, .login-information label span {
        margin-right: 30px;
        font-size: 12px;
        white-space: nowrap;
    }

.flexibility-Laundry {
    width: 70%;
    margin-right: 20px;
    border: 1px solid gray;
    font-size: 12px;
    border-radius: 5px;
}

.flexibility-Hospital {
    width: 70%;
    margin-right: 20px;
    border: 1px solid gray;
    font-size: 12px;
    border-radius: 5px;
}

.flexibility-Horeca {
    width: 70%;
    margin-right: 20px;
    border: 1px solid gray;
    font-size: 12px;
    border-radius: 5px;
}

.flexibility-Location {
    width: 70%;
    margin-right: 20px;
    border: 1px solid gray;
    font-size: 12px;
    border-radius: 5px;
}

.info-checkbox, .boring-checkbox {
    flex-direction: column;
}

.info-checkbox {
    align-items: center;
    margin-left: 100px;
}

.info-checkbox_span {
    margin-bottom: 10px;
}

.info-checkbox_div {
    display: flex;
    flex-direction: row;
}

.info-checkbox_label {
    display: flex;
    align-items: flex-start;
    margin-left: 10px;
}

    .info-checkbox_label span {
        margin-top: 2px;
    }

.boring-checkbox {
    margin-left: 50px;
    font-size: 12px;
}

    .boring-checkbox label {
        display: flex;
        flex-direction: row;
        margin-right: 20px;
        margin-bottom: 10px;
    }

.required {
    margin: 0 30px 0 15px;
    white-space: nowrap;
}

.not-required {
    margin: 0 30px 0 0;
    white-space: nowrap;
}

.text-potworek {
    font-size: 8px;
}

.info-checkbox-input {
    margin: 0 10px 0 0;
}

.field-validation-error {
    color: #9b1c1c;
    font-size: 12px;
}

.red {
    display: block;
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 130px;
}

.input-validation-error {
    border-color: #9b1c1c;
}

.main_footer {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    padding: 10px;
    background-color: #fff;
    color: gray;
    align-items: center;
    justify-content: space-around;
    border-top: gray 1px solid;
}

    .main_footer a {
        color: gray;
        text-decoration: none;
    }

    .main_footer img {
        height: 30px;
        margin-left: 30px;
    }

@media (min-width: 40em) {
    .loginMenu {
        padding: 50px 90px;
    }

    .new-user {
        width: 600px;
    }

    span.pointer {
        cursor: pointer;
    }

    /*
  .user-information label{
      display: flex;
      flex-direction: row;
  }
  .user-information label{
      white-space: nowrap;
  }
  }*/
}

table.paleBlueRows {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    table.paleBlueRows td, table.paleBlueRows th {
        border: 0px solid #FFFFFF;
        padding: 2px 7px;
    }

    table.paleBlueRows tbody td {
        font-size: 11px;
    }

    table.paleBlueRows tr:nth-child(even) {
        background: #D0E4F5;
    }

    table.paleBlueRows thead {
        background: #58CDED;
        border-bottom: 5px solid #FFFFFF;
    }

        table.paleBlueRows thead th {
            font-size: 12px;
            font-weight: bold;
            color: #FFFFFF;
            text-align: left;
        }

    table.paleBlueRows tfoot td {
        font-size: 14px;
    }

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2100;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

    .modal.fade .modal-dialog {
        transform: translate(0, -25%);
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    max-width: 1300px;
    margin: 10px auto;
}

@media (max-width: 1366px) {
    .modal-dialog {
        max-width: 1180px;
    }
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border-radius: 6px;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2050;
    background-color: #1c1c21;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: 0.18;
    }

.modal-header {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

@media (max-width: 1366px) {
    .modal-header {
        padding: 6px 10px;
    }
}

.modal-header .close {
    order: 2;
    background: none;
    border: none;
    font-size: 18px;
    color: #999;
}

.modal-title {
    margin: 0;
    order: 1;
    font-size: 21px;
    line-height: 1.42857143;
}

@media (max-width: 1366px) {
    .modal-title {
        font-size: 19px;
        line-height: 1;
    }
}

.modal-body {
    position: relative;
    padding: 15px;
}

@media (max-width: 1366px) {
    .modal-body {
        padding: 10px 20px;
    }
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 100%;
    }

    .modal-content {
        box-shadow: 0 2.3px 2.7px rgba(0, 0, 0, 0.017), 0 6.3px 7.5px rgba(0, 0, 0, 0.025), 0 15.1px 18.1px rgba(0, 0, 0, 0.033), 0 50px 60px rgba(0, 0, 0, 0.05);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:focus,
    .dropdown-menu > .disabled > a:hover {
        color: #777;
    }

        .dropdown-menu > .disabled > a:focus,
        .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn,
    .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn.active,
        .btn-group > .btn:active,
        .btn-group > .btn:focus,
        .btn-group > .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "€";
}

.glyphicon-minus:before {
    content: "−";
}

.glyphicon-cloud:before {
    content: "☁";
}

.glyphicon-envelope:before {
    content: "✉";
}

.glyphicon-pencil:before {
    content: "✏";
}

.glyphicon-glass:before {
    content: "";
}

.glyphicon-music:before {
    content: "";
}

.glyphicon-search:before {
    content: "";
}

.glyphicon-heart:before {
    content: "";
}

.glyphicon-star:before {
    content: "";
}

.glyphicon-star-empty:before {
    content: "";
}

.glyphicon-user:before {
    content: "";
}

.glyphicon-film:before {
    content: "";
}

.glyphicon-th-large:before {
    content: "";
}

.glyphicon-th:before {
    content: "";
}

.glyphicon-th-list:before {
    content: "";
}

.glyphicon-ok:before {
    content: "";
}

.glyphicon-remove:before {
    content: "";
}

.glyphicon-zoom-in:before {
    content: "";
}

.glyphicon-zoom-out:before {
    content: "";
}

.glyphicon-off:before {
    content: "";
}

.glyphicon-signal:before {
    content: "";
}

.glyphicon-cog:before {
    content: "";
}

.glyphicon-trash:before {
    content: "";
}

.glyphicon-home:before {
    content: "";
}

.glyphicon-file:before {
    content: "";
}

.glyphicon-time:before {
    content: "";
}

.glyphicon-road:before {
    content: "";
}

.glyphicon-download-alt:before {
    content: "";
}

.glyphicon-download:before {
    content: "";
}

.glyphicon-upload:before {
    content: "";
}

.glyphicon-inbox:before {
    content: "";
}

.glyphicon-play-circle:before {
    content: "";
}

.glyphicon-repeat:before {
    content: "";
}

.glyphicon-refresh:before {
    content: "";
}

.glyphicon-list-alt:before {
    content: "";
}

.glyphicon-lock:before {
    content: "";
}

.glyphicon-flag:before {
    content: "";
}

.glyphicon-headphones:before {
    content: "";
}

.glyphicon-volume-off:before {
    content: "";
}

.glyphicon-volume-down:before {
    content: "";
}

.glyphicon-volume-up:before {
    content: "";
}

.glyphicon-qrcode:before {
    content: "";
}

.glyphicon-barcode:before {
    content: "";
}

.glyphicon-tag:before {
    content: "";
}

.glyphicon-tags:before {
    content: "";
}

.glyphicon-book:before {
    content: "";
}

.glyphicon-bookmark:before {
    content: "";
}

.glyphicon-print:before {
    content: "";
}

.glyphicon-camera:before {
    content: "";
}

.glyphicon-font:before {
    content: "";
}

.glyphicon-bold:before {
    content: "";
}

.glyphicon-italic:before {
    content: "";
}

.glyphicon-text-height:before {
    content: "";
}

.glyphicon-text-width:before {
    content: "";
}

.glyphicon-align-left:before {
    content: "";
}

.glyphicon-align-center:before {
    content: "";
}

.glyphicon-align-right:before {
    content: "";
}

.glyphicon-align-justify:before {
    content: "";
}

.glyphicon-list:before {
    content: "";
}

.glyphicon-indent-left:before {
    content: "";
}

.glyphicon-indent-right:before {
    content: "";
}

.glyphicon-facetime-video:before {
    content: "";
}

.glyphicon-picture:before {
    content: "";
}

.glyphicon-map-marker:before {
    content: "";
}

.glyphicon-adjust:before {
    content: "";
}

.glyphicon-tint:before {
    content: "";
}

.glyphicon-edit:before {
    content: "";
}

.glyphicon-share:before {
    content: "";
}

.glyphicon-check:before {
    content: "";
}

.glyphicon-move:before {
    content: "";
}

.glyphicon-step-backward:before {
    content: "";
}

.glyphicon-fast-backward:before {
    content: "";
}

.glyphicon-backward:before {
    content: "";
}

.glyphicon-play:before {
    content: "";
}

.glyphicon-pause:before {
    content: "";
}

.glyphicon-stop:before {
    content: "";
}

.glyphicon-forward:before {
    content: "";
}

.glyphicon-fast-forward:before {
    content: "";
}

.glyphicon-step-forward:before {
    content: "";
}

.glyphicon-eject:before {
    content: "";
}

.glyphicon-chevron-left:before {
    content: "";
}

.glyphicon-chevron-right:before {
    content: "";
}

.glyphicon-plus-sign:before {
    content: "";
}

.glyphicon-minus-sign:before {
    content: "";
}

.glyphicon-remove-sign:before {
    content: "";
}

.glyphicon-ok-sign:before {
    content: "";
}

.glyphicon-question-sign:before {
    content: "";
}

.glyphicon-info-sign:before {
    content: "";
}

.glyphicon-screenshot:before {
    content: "";
}

.glyphicon-remove-circle:before {
    content: "";
}

.glyphicon-ok-circle:before {
    content: "";
}

.glyphicon-ban-circle:before {
    content: "";
}

.glyphicon-arrow-left:before {
    content: "";
}

.glyphicon-arrow-right:before {
    content: "";
}

.glyphicon-arrow-up:before {
    content: "";
}

.glyphicon-arrow-down:before {
    content: "";
}

.glyphicon-share-alt:before {
    content: "";
}

.glyphicon-resize-full:before {
    content: "";
}

.glyphicon-resize-small:before {
    content: "";
}

.glyphicon-exclamation-sign:before {
    content: "";
}

.glyphicon-gift:before {
    content: "";
}

.glyphicon-leaf:before {
    content: "";
}

.glyphicon-fire:before {
    content: "";
}

.glyphicon-eye-open:before {
    content: "";
}

.glyphicon-eye-close:before {
    content: "";
}

.glyphicon-warning-sign:before {
    content: "";
}

.glyphicon-plane:before {
    content: "";
}

.glyphicon-calendar:before {
    content: "";
}

.glyphicon-random:before {
    content: "";
}

.glyphicon-comment:before {
    content: "";
}

.glyphicon-magnet:before {
    content: "";
}

.glyphicon-chevron-up:before {
    content: "";
}

.glyphicon-chevron-down:before {
    content: "";
}

.glyphicon-retweet:before {
    content: "";
}

.glyphicon-shopping-cart:before {
    content: "";
}

.glyphicon-folder-close:before {
    content: "";
}

.glyphicon-folder-open:before {
    content: "";
}

.glyphicon-resize-vertical:before {
    content: "";
}

.glyphicon-resize-horizontal:before {
    content: "";
}

.glyphicon-hdd:before {
    content: "";
}

.glyphicon-bullhorn:before {
    content: "";
}

.glyphicon-bell:before {
    content: "";
}

.glyphicon-certificate:before {
    content: "";
}

.glyphicon-thumbs-up:before {
    content: "";
}

.glyphicon-thumbs-down:before {
    content: "";
}

.glyphicon-hand-right:before {
    content: "";
}

.glyphicon-hand-left:before {
    content: "";
}

.glyphicon-hand-up:before {
    content: "";
}

.glyphicon-hand-down:before {
    content: "";
}

.glyphicon-circle-arrow-right:before {
    content: "";
}

.glyphicon-circle-arrow-left:before {
    content: "";
}

.glyphicon-circle-arrow-up:before {
    content: "";
}

.glyphicon-circle-arrow-down:before {
    content: "";
}

.glyphicon-globe:before {
    content: "";
}

.glyphicon-wrench:before {
    content: "";
}

.glyphicon-tasks:before {
    content: "";
}

.glyphicon-filter:before {
    content: "";
}

.glyphicon-briefcase:before {
    content: "";
}

.glyphicon-fullscreen:before {
    content: "";
}

.glyphicon-dashboard:before {
    content: "";
}

.glyphicon-paperclip:before {
    content: "";
}

.glyphicon-heart-empty:before {
    content: "";
}

.glyphicon-link:before {
    content: "";
}

.glyphicon-phone:before {
    content: "";
}

.glyphicon-pushpin:before {
    content: "";
}

.glyphicon-usd:before {
    content: "";
}

.glyphicon-gbp:before {
    content: "";
}

.glyphicon-sort:before {
    content: "";
}

.glyphicon-sort-by-alphabet:before {
    content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "";
}

.glyphicon-sort-by-order:before {
    content: "";
}

.glyphicon-sort-by-order-alt:before {
    content: "";
}

.glyphicon-sort-by-attributes:before {
    content: "";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "";
}

.glyphicon-unchecked:before {
    content: "";
}

.glyphicon-expand:before {
    content: "";
}

.glyphicon-collapse-down:before {
    content: "";
}

.glyphicon-collapse-up:before {
    content: "";
}

.glyphicon-log-in:before {
    content: "";
}

.glyphicon-flash:before {
    content: "";
}

.glyphicon-log-out:before {
    content: "";
}

.glyphicon-new-window:before {
    content: "";
}

.glyphicon-record:before {
    content: "";
}

.glyphicon-save:before {
    content: "";
}

.glyphicon-open:before {
    content: "";
}

.glyphicon-saved:before {
    content: "";
}

.glyphicon-import:before {
    content: "";
}

.glyphicon-export:before {
    content: "";
}

.glyphicon-send:before {
    content: "";
}

.glyphicon-floppy-disk:before {
    content: "";
}

.glyphicon-floppy-saved:before {
    content: "";
}

.glyphicon-floppy-remove:before {
    content: "";
}

.glyphicon-floppy-save:before {
    content: "";
}

.glyphicon-floppy-open:before {
    content: "";
}

.glyphicon-credit-card:before {
    content: "";
}

.glyphicon-transfer:before {
    content: "";
}

.glyphicon-cutlery:before {
    content: "";
}

.glyphicon-header:before {
    content: "";
}

.glyphicon-compressed:before {
    content: "";
}

.glyphicon-earphone:before {
    content: "";
}

.glyphicon-phone-alt:before {
    content: "";
}

.glyphicon-tower:before {
    content: "";
}

.glyphicon-stats:before {
    content: "";
}

.glyphicon-sd-video:before {
    content: "";
}

.glyphicon-hd-video:before {
    content: "";
}

.glyphicon-subtitles:before {
    content: "";
}

.glyphicon-sound-stereo:before {
    content: "";
}

.glyphicon-sound-dolby:before {
    content: "";
}

.glyphicon-sound-5-1:before {
    content: "";
}

.glyphicon-sound-6-1:before {
    content: "";
}

.glyphicon-sound-7-1:before {
    content: "";
}

.glyphicon-copyright-mark:before {
    content: "";
}

.glyphicon-registration-mark:before {
    content: "";
}

.glyphicon-cloud-download:before {
    content: "";
}

.glyphicon-cloud-upload:before {
    content: "";
}

.glyphicon-tree-conifer:before {
    content: "";
}

.glyphicon-tree-deciduous:before {
    content: "";
}

.glyphicon-cd:before {
    content: "";
}

.glyphicon-save-file:before {
    content: "";
}

.glyphicon-open-file:before {
    content: "";
}

.glyphicon-level-up:before {
    content: "";
}

.glyphicon-copy:before {
    content: "";
}

.glyphicon-paste:before {
    content: "";
}

.glyphicon-alert:before {
    content: "";
}

.glyphicon-equalizer:before {
    content: "";
}

.glyphicon-king:before {
    content: "";
}

.glyphicon-queen:before {
    content: "";
}

.glyphicon-pawn:before {
    content: "";
}

.glyphicon-bishop:before {
    content: "";
}

.glyphicon-knight:before {
    content: "";
}

.glyphicon-baby-formula:before {
    content: "";
}

.glyphicon-tent:before {
    content: "⛺";
}

.glyphicon-blackboard:before {
    content: "";
}

.glyphicon-bed:before {
    content: "";
}

.glyphicon-apple:before {
    content: "";
}

.glyphicon-erase:before {
    content: "";
}

.glyphicon-hourglass:before {
    content: "⌛";
}

.glyphicon-lamp:before {
    content: "";
}

.glyphicon-duplicate:before {
    content: "";
}

.glyphicon-piggy-bank:before {
    content: "";
}

.glyphicon-scissors:before {
    content: "";
}

.glyphicon-bitcoin:before {
    content: "";
}

.glyphicon-btc:before {
    content: "";
}

.glyphicon-xbt:before {
    content: "";
}

.glyphicon-yen:before {
    content: "¥";
}

.glyphicon-jpy:before {
    content: "¥";
}

.glyphicon-ruble:before {
    content: "₽";
}

.glyphicon-rub:before {
    content: "₽";
}

.glyphicon-scale:before {
    content: "";
}

.glyphicon-ice-lolly:before {
    content: "";
}

.glyphicon-ice-lolly-tasted:before {
    content: "";
}

.glyphicon-education:before {
    content: "";
}

.glyphicon-option-horizontal:before {
    content: "";
}

.glyphicon-option-vertical:before {
    content: "";
}

.glyphicon-menu-hamburger:before {
    content: "";
}

.glyphicon-modal-window:before {
    content: "";
}

.glyphicon-oil:before {
    content: "";
}

.glyphicon-grain:before {
    content: "";
}

.glyphicon-sunglasses:before {
    content: "";
}

.glyphicon-text-size:before {
    content: "";
}

.glyphicon-text-color:before {
    content: "";
}

.glyphicon-text-background:before {
    content: "";
}

.glyphicon-object-align-top:before {
    content: "";
}

.glyphicon-object-align-bottom:before {
    content: "";
}

.glyphicon-object-align-horizontal:before {
    content: "";
}

.glyphicon-object-align-left:before {
    content: "";
}

.glyphicon-object-align-vertical:before {
    content: "";
}

.glyphicon-object-align-right:before {
    content: "";
}

.glyphicon-triangle-right:before {
    content: "";
}

.glyphicon-triangle-left:before {
    content: "";
}

.glyphicon-triangle-bottom:before {
    content: "";
}

.glyphicon-triangle-top:before {
    content: "";
}

.glyphicon-console:before {
    content: "";
}

.glyphicon-superscript:before {
    content: "";
}

.glyphicon-subscript:before {
    content: "";
}

.glyphicon-menu-left:before {
    content: "";
}

.glyphicon-menu-right:before {
    content: "";
}

.glyphicon-menu-down:before {
    content: "";
}

.glyphicon-menu-up:before {
    content: "";
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        margin: 2px 0;
        padding: 4px;
        width: 19em;
    }

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cccccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none;
    }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Toggle Date and Time Screens";
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit;
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%;
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 4px;
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px;
        }

        .bootstrap-datetimepicker-widget table th.disabled,
        .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table th.prev::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Previous Month";
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Next Month";
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer;
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #eeeeee;
        }

    .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px;
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: 0.8em;
            height: 20px;
            line-height: 20px;
            color: #777777;
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 20px;
            line-height: 20px;
            width: 20px;
        }

            .bootstrap-datetimepicker-widget table td.day:hover,
            .bootstrap-datetimepicker-widget table td.hour:hover,
            .bootstrap-datetimepicker-widget table td.minute:hover,
            .bootstrap-datetimepicker-widget table td.second:hover {
                background: #eeeeee;
                cursor: pointer;
            }

        .bootstrap-datetimepicker-widget table td.old,
        .bootstrap-datetimepicker-widget table td.new {
            color: #777777;
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative;
        }

            .bootstrap-datetimepicker-widget table td.today:before {
                content: "";
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #337ab7;
                border-top-color: rgba(0, 0, 0, 0.2);
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

        .bootstrap-datetimepicker-widget table td.active,
        .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #337ab7;
            color: #ffffff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff;
            }

        .bootstrap-datetimepicker-widget table td.disabled,
        .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px;
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: #eeeeee;
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: #337ab7;
                color: #ffffff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #777777;
            }

            .bootstrap-datetimepicker-widget table td span.disabled,
            .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: none;
                color: #777777;
                cursor: not-allowed;
            }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.table td .pager {
    display: flex;
}

    .table td .pager a, .table td .pager span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        font-size: 14px;
        font-weight: 600;
        color: #777;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        margin-right: 6px;
        padding: 0;
    }

        .table td .pager a:hover,
        .table td .pager .current {
            border-color: #262456;
            background-color: #262456;
            color: #fff;
        }

@media (max-width: 1280px) {
    .table td .pager a, .table td .pager span {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

:root, [data-theme=default] {
    --color-primary-darker: hsl(242, 33%, 10%);
    --color-primary-darker-h: 242;
    --color-primary-darker-s: 33%;
    --color-primary-darker-l: 10%;
    --color-primary-dark: hsl(242, 33%, 20%);
    --color-primary-dark-h: 242;
    --color-primary-dark-s: 33%;
    --color-primary-dark-l: 20%;
    --color-primary: hsl(242, 33%, 30%);
    --color-primary-h: 242;
    --color-primary-s: 33%;
    --color-primary-l: 30%;
    --color-primary-light: hsl(242, 33%, 40%);
    --color-primary-light-h: 242;
    --color-primary-light-s: 33%;
    --color-primary-light-l: 40%;
    --color-primary-lighter: hsl(242, 33%, 50%);
    --color-primary-lighter-h: 242;
    --color-primary-lighter-s: 33%;
    --color-primary-lighter-l: 50%;
    --color-accent-darker: hsl(140, 72%, 9%);
    --color-accent-darker-h: 140;
    --color-accent-darker-s: 72%;
    --color-accent-darker-l: 9%;
    --color-accent-dark: hsl(140, 72%, 19%);
    --color-accent-dark-h: 140;
    --color-accent-dark-s: 72%;
    --color-accent-dark-l: 19%;
    --color-accent: hsl(140, 72%, 29%);
    --color-accent-h: 140;
    --color-accent-s: 72%;
    --color-accent-l: 29%;
    --color-accent-light: hsl(140, 72%, 39%);
    --color-accent-light-h: 140;
    --color-accent-light-s: 72%;
    --color-accent-light-l: 39%;
    --color-accent-lighter: hsl(140, 72%, 49%);
    --color-accent-lighter-h: 140;
    --color-accent-lighter-s: 72%;
    --color-accent-lighter-l: 49%;
    --color-black: hsl(240, 8%, 12%);
    --color-black-h: 240;
    --color-black-s: 8%;
    --color-black-l: 12%;
    --color-white: hsl(0, 0%, 100%);
    --color-white-h: 0;
    --color-white-s: 0%;
    --color-white-l: 100%;
    --color-warning-darker: hsl(46, 100%, 47%);
    --color-warning-darker-h: 46;
    --color-warning-darker-s: 100%;
    --color-warning-darker-l: 47%;
    --color-warning-dark: hsl(46, 100%, 50%);
    --color-warning-dark-h: 46;
    --color-warning-dark-s: 100%;
    --color-warning-dark-l: 50%;
    --color-warning: hsl(46, 100%, 61%);
    --color-warning-h: 46;
    --color-warning-s: 100%;
    --color-warning-l: 61%;
    --color-warning-light: hsl(46, 100%, 71%);
    --color-warning-light-h: 46;
    --color-warning-light-s: 100%;
    --color-warning-light-l: 71%;
    --color-warning-lighter: hsl(46, 100%, 80%);
    --color-warning-lighter-h: 46;
    --color-warning-lighter-s: 100%;
    --color-warning-lighter-l: 80%;
    --color-success-darker: hsl(94, 48%, 42%);
    --color-success-darker-h: 94;
    --color-success-darker-s: 48%;
    --color-success-darker-l: 42%;
    --color-success-dark: hsl(94, 48%, 48%);
    --color-success-dark-h: 94;
    --color-success-dark-s: 48%;
    --color-success-dark-l: 48%;
    --color-success: hsl(94, 48%, 56%);
    --color-success-h: 94;
    --color-success-s: 48%;
    --color-success-l: 56%;
    --color-success-light: hsl(94, 48%, 65%);
    --color-success-light-h: 94;
    --color-success-light-s: 48%;
    --color-success-light-l: 65%;
    --color-success-lighter: hsl(94, 48%, 74%);
    --color-success-lighter-h: 94;
    --color-success-lighter-s: 48%;
    --color-success-lighter-l: 74%;
    --color-error-darker: hsl(349, 75%, 36%);
    --color-error-darker-h: 349;
    --color-error-darker-s: 75%;
    --color-error-darker-l: 36%;
    --color-error-dark: hsl(349, 75%, 44%);
    --color-error-dark-h: 349;
    --color-error-dark-s: 75%;
    --color-error-dark-l: 44%;
    --color-error: hsl(349, 75%, 51%);
    --color-error-h: 349;
    --color-error-s: 75%;
    --color-error-l: 51%;
    --color-error-light: hsl(349, 75%, 59%);
    --color-error-light-h: 349;
    --color-error-light-s: 75%;
    --color-error-light-l: 59%;
    --color-error-lighter: hsl(349, 75%, 67%);
    --color-error-lighter-h: 349;
    --color-error-lighter-s: 75%;
    --color-error-lighter-l: 67%;
    --color-bg: hsl(0, 0%, 100%);
    --color-bg-h: 0;
    --color-bg-s: 0%;
    --color-bg-l: 100%;
    --color-contrast-lower: hsl(0, 0%, 95%);
    --color-contrast-lower-h: 0;
    --color-contrast-lower-s: 0%;
    --color-contrast-lower-l: 95%;
    --color-contrast-low: hsl(240, 1%, 83%);
    --color-contrast-low-h: 240;
    --color-contrast-low-s: 1%;
    --color-contrast-low-l: 83%;
    --color-contrast-medium: hsl(240, 1%, 48%);
    --color-contrast-medium-h: 240;
    --color-contrast-medium-s: 1%;
    --color-contrast-medium-l: 48%;
    --color-contrast-high: hsl(240, 4%, 20%);
    --color-contrast-high-h: 240;
    --color-contrast-high-s: 4%;
    --color-contrast-high-l: 20%;
    --color-contrast-higher: hsl(240, 8%, 12%);
    --color-contrast-higher-h: 240;
    --color-contrast-higher-s: 8%;
    --color-contrast-higher-l: 12%;
}

/* --------------------------------

File#: _2_autocomplete
Title: Autocomplete
Descr: Autocomplete plugin for input elements
Usage: codyhouse.co/license

-------------------------------- */
.is-hidden {
    display: none !important;
}

.autocomplete {
    position: relative;
    width: 100%;
}

.autocomplete__loader {
    --circle-loader-v1-size: 1em;
    --circle-loader-v1-stroke-width: 2px;
}

.autocomplete:not(.autocomplete--searching) .autocomplete__loader {
    display: none;
}

.autocomplete__results {
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    top: calc(100% + 4px);
    transform: translateY(4px);
    background-color: #fff;
    box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
    border-radius: var(--radius, 0.25em);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0s 0.3s, transform 0.3s ease-in;
    overflow: hidden;
}

.autocomplete--results-visible .autocomplete__results {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, transform 0.3s ease-out;
    transform: translateY(0);
}

.autocomplete__list {
    max-height: 250px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    margin: 0;
}

    .autocomplete__list::-webkit-scrollbar {
        width: 6px;
    }

    .autocomplete__list::-webkit-scrollbar-track {
        background-color: hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l), 0.08);
        border-radius: 0;
    }

    .autocomplete__list::-webkit-scrollbar-thumb {
        background-color: #403e70;
        border-radius: 0;
    }

        .autocomplete__list::-webkit-scrollbar-thumb:hover {
            background-color: #262456;
        }

.autocomplete__item {
    cursor: pointer;
    transition: 0.2s;
}

    .autocomplete__item:hover {
        background-color: hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l), 0.05);
    }

    .autocomplete__item:focus {
        outline: none;
        background-color: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.12);
    }

/* --------------------------------

File#: _3_select-autocomplete
Title: Select Autocomplete
Descr: Selection dropdown with autocomplete
Usage: codyhouse.co/license

-------------------------------- */
.select-auto.autocomplete {
    --autocomplete-dropdown-vertical-gap: 4px;
    --autocomplete-dropdown-max-height: 250px;
    --autocomplete-dropdown-scrollbar-width: 6px;
}

.select-auto__input-wrapper {
    position: relative;
}

    .select-auto__input-wrapper .form-control {
        width: 100%;
        height: 100%;
        padding-right: calc(calc(0.5 * 16px) + 10px + calc(0.375 * 16px));
    }

.select-auto__input-icon-wrapper {
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - (10px / 2));
    right: calc(0.5 * 16px);
    pointer-events: none;
    color: #999;
}

    .select-auto__input-icon-wrapper .icon {
        display: block;
        width: inherit;
        height: inherit;
        fill: #e02424;
    }

.select-auto__input-btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 10px;
    pointer-events: auto;
    cursor: pointer;
    color: #e02424;
    transition: 0.3s;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

    .select-auto__input-btn:hover {
        color: var(--color-contrast-high);
    }

    .select-auto__input-btn:active {
        transform: translateY(2px);
    }

.select-auto--selection-done .select-auto__input-icon-wrapper > .icon {
    display: none;
}

.select-auto--selection-done .select-auto__input-btn {
    display: flex;
}

.select-auto__results {
    --space-unit: 1rem;
    --text-unit: 1rem;
    font-size: var(--text-unit);
}

.select-auto__option {
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    padding: 8px 12px;
}

    .select-auto__option:hover {
        background-color: hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l), 0.05);
    }

    .select-auto__option:focus {
        outline: none;
        background-color: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.12);
    }

    .select-auto__option.select-auto__option--selected {
        background-color: var(--color-primary);
        color: var(--color-white);
        padding-right: calc(1em + calc(0.75 * 16px));
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .select-auto__option.select-auto__option--selected:focus {
            background-color: var(--color-primary-dark);
        }

.select-auto__group-title, .select-auto__no-results-msg {
    outline: none;
    padding: 8px;
    font-weight: 600;
}

.chkSelect {
    width: 12em;
    float: right;
    font-size: 135%;
    margin: 5px;
}

.chkSelectSmall {
    font-size: 135%;
    margin: auto;
    vertical-align: bottom;
    position: relative;
    display: inline;
}

.radio-inline {
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: block;
}

.noti {
    margin-bottom: 40px;
}

.notiDate {
    padding: 10px;
    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
}

.notiHeader {
    padding: 10px;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    background-color: #E8E8E8;
}

.notiBody {
    padding: 15px;
    text-align: left;
    font-size: 15px;
    background-color: #E8E8E8;
}

.downloadFile {
    background-color: #262456;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
    margin: 10px;
}

.stats-wrapperL {
    display: grid;
    grid-gap: 24px 24px;
}

    .stats-wrapperL .col {
        padding: 24px;
        border-radius: 10px;
    }

        .stats-wrapperL .col.chart-col {
            width: 300px;
            background-color: #262456;
            color: #fff;
            padding-bottom: 0px;
            height: 465px;
            cursor: pointer;
        }

        .stats-wrapperL .col.places {
            background-color: #35a8e0;
            color: #fff;
            padding-bottom: 0px;
            height: 450px;
        }

    .stats-wrapperL .chart_cycle {
        width: 99%;
        height: 82%;
    }

.downloadFile:hover {
    background-color: #1B1A3D;
}

.alert {
    background: #ffeb3b;
    padding: 20px 40px;
    min-width: 420px;
    position: absolute;
    right: 20%;
    left: 25%;
    top: 80px;
    overflow: hidden;
    border-radius: 4px;
    border-left: 8px solid #a36f10;
}

    .alert .hidden {
        display: none;
    }

    .alert .fa-exclamation-circle {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: #bf7c01;
        font-size: 30px;
    }

    .alert .msg {
        padding: 0 20px;
        font-size: 19px;
        color: #bf7c01;
        white-space: pre-line;
    }

    .alert close-btn {
        position: absolute;
        right: 40%;
        top: 50%;
        transform: translateY(-50%);
        background: #ffd080;
        padding: 20px 18px;
        cursor: pointer;
    }

.close-btn:hover {
    background: #ffc766;
}

.close-btn .fa-times {
    color: #bf7c01;
    font-size: 22px;
}

.search {
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-left: 0px;
    padding: 5px;
    padding-left: 5px;
    position: relative;
}

.drop-down {
    width: 118px;
    /*# sourceMappingURL=style.css.map */
}

.drop-down-int {
    width: 50px;
    /*# sourceMappingURL=style.css.map */
}

.fullInfoDiv-maps {
    width: 100%;
    float: left;
    padding: 2px;
    text-align: left;
    border-radius: 2px;
}


.subtitle-map {
    display: block;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1px;
    margin-left: 10px;
    padding-bottom: 5px;
    text-align: left;
    margin-top: 1px;
    color: #fff;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 18px
}

.detail-maps {
    margin-left: 5px;
    margin-top: 1px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 15px
}

.description-maps {
    margin-left: 5px;
    margin-top: 1px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 15px
}

.button-maps {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 2px 15px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    height: 29px;
    text-transform: uppercase;
    border: none;
    background: #575756;
    border-radius: 3px;
    width: 90%;
}

    .button-maps[type=submit]:hover, .button-maps input[type=submit]:focus {
        background: #230c2c
    }

    .button-maps input[type=submit]:focus {
        background: #230c2c
    }


.labelsBeacon {
    color: black;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 11px;
    text-align: center;
    width: 60px;
    white-space: nowrap;
}

/*
#CheckBoxContainer input[type="checkbox"],
#CheckBoxContainer label {
    display: inline-block;
    vertical-align: middle;
}

#CheckBoxContainer label {
    margin-right: 10px;
}

#CheckBoxContainer input[type="checkbox"] {
    margin-right: 6px;
}

#CheckBoxContainer input[type="checkbox"] {
    clear: left;
}

#CheckBoxContainer input {
    margin-right: 6px;
}

#CheckBoxContainer label {
    display: inline-block;
    width: 90%;
}

#CheckBoxContainer input {
    vertical-align: middle;
}


#CheckBoxContainer label {
    vertical-align: middle;
}
    */

.view-checkbox-list input[type="checkbox"],
.view-checkbox-list label {
    display: inline-block;
    vertical-align: middle;
}

.view-checkbox-list input[type="checkbox"] {
    margin-right: 6px;
}

.view-checkbox-list label {
    margin-right: 0px;
    width: 90%;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
    font-size: 15px;
}