@-webkit-keyframes flLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes flLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.featherlight-loading .featherlight-content {
    background: transparent;
    width: 200px;
    height: 200px;
    min-width: 0;
    padding: 0 !important;
}

.featherlight-loading .featherlight-close {
    display: none;
}

.featherlight-loading .featherlight-inner {
    color: #fff;
    font-size: 18px;
}

.featherlight-loading .featherlight-inner:before {
    margin-right: 10px;
    content: "\f110";

    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #fbfbfb;
}

.back.icon.border {
    line-height: 1.8em;
}

.search #searchForm #searchSelect {
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.search #searchForm #searchSelect .select2-selection {
    border: 0;
    background-color: transparent;
    padding: 7px 0;
}
.cd-accordion-menu > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
}
.cd-accordion-menu.catalog-filters-inner > li > label {
    padding-top: 1px;
    padding-bottom: 1px;
    width: 21px;
    height: 21px;
}
.cd-accordion-menu.catalog-filters-inner > li > label:after {
    padding-top: 3px;
    padding-bottom: 3px;
}
.cd-accordion-menu.catalog-filters-inner > li > input[type=checkbox]:checked + label + ul > li > a {
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffff;
}
.cd-accordion-menu .no-expand input[type=checkbox] + label,
.cd-accordion-menu .no-expand input[type=radio] + label {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 0;
    line-height: 21px;
}
.cd-accordion-menu .no-expand input[type=checkbox] + label:before,
.cd-accordion-menu .no-expand input[type=radio] + label:before {
    height: 22px;
    line-height: 21px;
}
.cd-accordion-menu #navShowMore,
.cd-accordion-menu #navShowLess {
    background-color: #eeeeee;
    padding-right: 10px;
    width: 100%;
    text-align: center;
}
.cd-accordion-menu.catalog-filters-inner-check > li > label {
    margin-bottom: 2px;
}
.cd-accordion-menu.catalog-filters-inner-check .no-expand li.disabled label {
    /*display: none;*/
    color: #bbbbbb;
}
span.outlet {
    text-decoration: line-through;
    color: #9f9bb3;
}
span.surcharge {
    display: block;
    color: #9f9bb3;
}
.box table tr.active td {
    background-color: #fffca6;
}
.box table th img, .box-small table th img, .box-white table th img {
    width: 40px;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    margin: 0 auto;
    border: 1px solid #dddddd;
}
.product-detail .btn-group .btn {
    word-break: normal;
}
.main-content .box p a,
.main-content .box-small p a,
.main-content .box-white p a {
    color: #1f4dad;
    text-decoration: underline;
}
.main-content .box p a:hover,
.main-content .box-small p a:hover,
.main-content .box-white p a:hover {
    color: #32a5ad;
}
#clearFilters {
    margin-left: 0;
}
.filters-chosen-title {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin: 0 0 1em 0;
    padding: 0;
    vertical-align: middle;
}
.featured,
.catalog-teaser {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.submit-buttons button {
    margin-bottom: 4px;
}

@media screen and (min-width: 1400px) {
    .form-group .long-field {
        width: 550px;
    }
}

.form-control.invalid {
    background: yellow;
}

/*
 * Order finalize tables
 */
table#orderDetail th,
table#orderDetail td {
    text-align: left;
}
table#orderDetail th {
    background-color: #dddddd;
    font-weight: bold;
    width: 300px;
}
table#orderLines th,
table#orderLines td {
    text-align: left;
}

/*
 * Bootstrap modal
 * We do not use standard bootstrap CSS, so we have to create our own
 */
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}
.modal-header .close {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 25px;
}
.modal-header .close:hover {
    cursor: pointer;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.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;
}
.status-ok {
    font-weight: bold;
    color: #23b823;
}
.status-ok:before {
    content: "\e934"; }

/* Product detail description list */
.product-info .bodytext ul.description {
    margin: 0 0 10px 0;
    padding: 0;
}
.product-info .bodytext ul.description li {
    padding-left: 15px;
}
.product-info .bodytext ul.description li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
    line-height: 1.8em;
    top: -1px;
}

/* bootstrap tooltip */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    white-space: pre;
    max-width: none;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.user-actions .no-account-toggle {
    width: 40px;
    float: right;
    text-align: center;
}
.user-actions .no-account-toggle:before {
    padding: 0;
    font-size: 1.3em;
    width: 100%;
}

.btn.icon:after, .general-list li.btn:after, .bodytext ul li.btn:after, a.icon.to-article:after, .box table a.to-article.login:after, .box-small table a.to-article.login:after, .box-white table a.to-article.login:after, a.to-article.icon-sort:after, .leftmenu ul li a.to-article:after, .btn.btn-primary:after, a.btn-primary.to-article:after, .box table a.btn.login:after, .box-small table a.btn.login:after, .box-white table a.btn.login:after, a.btn.icon-sort:after, .cd-accordion-menu > li > label.btn:after, .cd-accordion-menu li > input[type=checkbox]:checked + label + ul li.has-children > label.btn:after, .cd-accordion-menu .no-expand input[type=checkbox] + label.btn:after, .cd-accordion-menu .no-expand input[type=radio] + label.btn:after, .leftmenu ul li a.btn:after {
    line-height: 17px;
    float: none;
}


.icon.magnifier-after:after {
    content: "";
}

table input {
    width: 55px;
}

.featherlight .featherlight-content {
    padding: 40px 40px 0;
}

.featherlight table td {
    padding-left: 5px;
    padding-right: 5px;
    word-wrap: break-word;
}

.featherlight .featherlight-close-icon {
    position: -webkit-sticky;
    position: sticky;
    float: right;
}

.featherlight .featherlight-close-icon span {
    position: absolute;
    top: -40px;
    right: -40px;
    padding: 10px 15px;
}

.featherlight .featherlight-close-icon:hover, .featherlight .featherlight-close-icon:focus {
    color: #1c459c;
}

.filters-chosen {
    display: block;
}
td.shopping-cart {
    padding: 5px 0;
    width: 110px;
    min-width: 110px;
}

td.akpPrice {
    padding: 5px 0;
    width: 175px;
    min-width: 175px;
}
td.akpPrice .price-flex {
    display: flex;
    align-items: center;
}

td.akpPrice .price-flex .price-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

td.akpPrice .price-flex .price-action {
    display: flex;
    justify-content: flex-end;
    width: 85px;
    padding-right: 5px;
    color: #000;
}

td.akpPrice .price-flex .price-action span:before {
    margin: 0;
}
td.akpPrice .price-flex .price-action span {
    margin: -5px 5px 0 0;
    display: block;
}

/* customer wanted "X" icon */
.status.status-danger:before {
    content: "\e935";
    font-size: 10px;
}


.status.status-danger-invert {
    font-size: 10px;
}
.status.status-danger-invert:before {
    content: url('../images/exclamation-circle.png');
    display: inline-block; /* Ensure the icon behaves like an inline-block element */
}

/* customer wanted orange version of status */
.status.status-ok.orange:before {
    color: orange;
}


.status.status-info.blue:before {
    color:#00b3ee;
}

/* customer wanted colored export icons */
.order {
    padding-bottom: 10px;
}
.order-actions .icon.file-excel:before {
    color: green;
}
.order-actions .icon.file-pdf:before {
    color: red;
}
.order .buttons.is-disabled {
    cursor: not-allowed;
}
.order .buttons.is-disabled .btn {
    pointer-events: none;
}
.order .btn-primary {
    margin: 0 0 0 15px;
    background: #ffa300;
    color: #ffffff;
}
.order .btn.icon.border {
    margin: 0 15px 0 0;
}
.order .btn-offer {
    margin: 0 0 0 15px;
    background: #0061ee;
    color: #ffffff;
}

/* jquery ui auto complete */
.ui-autocomplete {
    background: #ffffff;
    padding: 5px;
    border: 1px solid #cccccc;
    max-width: 593px;
    max-height: 250px;
    overflow: auto;
    z-index: 2000;
}
.ui-autocomplete li {
    cursor: pointer;
    list-style: none;
}
.ui-autocomplete li:hover {
    background-color: #dddddd;
}

/* cookie monster */
.cookie-consent {
    width: 100%;
    background-color: #eeeeee;
    color: #30363c;
    padding: 10px 15px;
    font-size: 1.2em;
    border-bottom: 2px solid #dddddd;
}
.cookie-consent span { }
.cookie-consent button {
    float: right;
    clear: both;
    margin-left: 10px;
}

/* Sales */
.sales-nav-wrapper {
    display: inline-block;
    width: 100%;
}
.sales-nav {
    float: left;
}

.sales-nav .logout-client-wrapper {
    display: inline-block;
    vertical-align: top;
    background-color: #1c459c;
    clear: both;
}

.sales-nav .logout-client-wrapper.customerType {
    background-color: green
}
.sales-nav .logout-client-wrapper.customerTypeA {
    background-color: #ff0000;
}
.sales-nav .logout-client-wrapper.customerTypeB {
    background-color: #eb9600;
}
.sales-nav .logout-client-wrapper.customerTypeC {
    background-color: #ffd700;
}

@media screen and (min-width: 768px) {
    .sales-nav .logout-client-wrapper {
        margin-left: 10px;
        clear: none;
    }
}

.sales-nav .logout-client-wrapper .logout-client {
    display: flex;
    padding: 6px 15px;
}

.sales-nav .logout-client-wrapper .logout-client .logged-in-with {
    color: #fff;
    margin-right: 20px;
    font-size: 11px;
}

.sales-nav .logout-client-wrapper .logout-client .logged-in-with p:first-child {
    margin-bottom: 5px;
    margin-top: 2px;
}

.sales-nav .logout-client-wrapper .logout-client .logged-in-with p:nth-child(2) {
    margin-bottom: 0;
}

.sales-nav .logout-client-wrapper .logout-client .btn-logout {
    line-height: 17px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #1c459c;
}

.sales-nav .logout-client-wrapper .logout-client .btn-logout:hover, .sales-nav .logout-client-wrapper .logout-client .btn-logout:focus {
    background-color: #1c459c;
    border: 1px solid #fff;
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .sales-nav:nth-child(2) {
        clear: both;
        border-top: 1px solid #d4d4d4;
        padding-top: 15px;
        margin-top: 15px;
    }

    .sales-nav:nth-child(2) a {
        display: inline-block;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 1000px) {
    .sales-nav {
        margin-bottom: 10px;
    }

    .sales-nav:nth-child(2) {
        border-left: 1px solid #d4d4d4;
        padding-left: 35px;
        margin-left: 35px;
    }
}

.sales-nav a:hover, .sales-nav a:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .sales-customer .table-and-content {
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
    }

    .sales-customer .table-and-content > * {
        padding-right: 15px;
        padding-left: 15px;
    }

    .sales-customer .table-and-content > *:first-child {
        width: 60%;
    }

    .sales-customer .table-and-content > *:nth-child(2) {
        width: 40%;  
    }
}

button.btn-sales,
button.btn-sub-sales {
    margin-bottom: 10px !important;
}
a.btn-sub-sales {
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #eeeef1;
    cursor: pointer;
    margin-bottom: 10px;
}
a.btn-sub-sales:hover {
    background-color: #fafbfb;
    color: #1c459c;
    text-decoration: none;
}

a.btn-sales {
    display: inline-block;
}

a.btn-sales img {
    display: inline-block;
    max-width: 50px;
    padding: 5px;
    border: 1px solid #999999;
    cursor: pointer;
}
a.btn-sub-sales img {
    display: inline-block;
    width: 30px;
    margin-right: 5px;
}

a.btn-sales.disabled, a.btn-sub-sales.disabled {
    cursor: no-drop;
}

.sales-contact table tr th,
.sales-todo table tr th,
.sales-customers table tr th,
.sales-article-info table tr th {
    text-align: left;
    background-color: #d7e6ef;
    border: 1px solid #ffffff;
    font-weight: bold;
}
.sales-contact table tr th,
.sales-todo table tr td,
.sales-address table tr td,
.sales-customers table tr td,
.sales-article-info table tr td {
    text-align: left;
}
.sales-email table {
    table-layout: fixed;
    max-width: 700px;
}

.sales-customers table tr td a {
    display: block;
}

.sales-customers h2 {
    float: left;
}

.customerSelect {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.customerReport {
    width: 100%;
    text-align: center;
    border: 1px solid #00b3ee !important;
}
table tr td a.salesBtn {
    display: block;
}
table tr td #priceEdit {
    display: inline-block;
}
#collapsePrice {
    display: none;
    margin-top: 5px;
    min-width: 200px;
}
#collapsePrice .btn {
    font-size: 14px;
}
#collapsePrice #priceDiscountClose {
    color: red;
    border: 1px solid red;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
    .product-info .image, .product-general-info .image {
        position: relative;
        min-height: 1px;
        padding-right: 7px;
        float: left;
        width: 50%;
        padding-left: 0;
    }
    .product-info .bodytext, .product-general-info .bodytext {
         position: relative;
         min-height: 1px;
         padding-left: 7px;
         padding-right: 7px;
         float: left;
         width: 50%;
     }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

table.classic-table .tablesorter-header-inner {
    word-break: break-word;
}

table.classic-table.small-width {
    max-width: 600px;
}

table.classic-table.default-width {
    width: 100% !important;
}

table.classic-table.default-width td, table.classic-table.default-width th {
    width: inherit !important;
    min-width: 200px;
}

table.classic-table.responsive-table {
    table-layout: fixed;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%;
}

table.classic-table.less-padding tr th {
    padding: 1em;
    vertical-align: bottom;
}

table.classic-table tr th:first-child {
    border-left: 0 solid #eeeef1;
}

table.classic-table tr th {
    border-top: 0 solid #eeeef1;
    background: #f3f4f5;
    padding: 2em 1em 1.5em 1em;
}

table.classic-table tr td {
    min-width: 200px;
    padding-left: 1em;
    padding-right: 1em;
}

table.classic-table.vertical-orientation tr th, table.classic-table.vertical-orientation tr td {
    text-align: left;
    width: 50%;
}

@media screen and (max-width: 767px) {
    table.responsive-table.classic-table thead {
        display: none !important;
    }

    table.responsive-table.classic-table tbody tr {
        display: block;
        margin-bottom: 25px;
    }

    table.responsive-table.classic-table tbody tr td {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        border: 1px solid #eeeef1;
        text-align: left;
    }

    table.responsive-table.classic-table tbody tr td:nth-child(odd) {
        background: #fdfdfd;
    }

    table.responsive-table.classic-table tbody tr td:nth-child(even) {
        background: #fff;
    }

    table.responsive-table.classic-table tbody tr:hover td {
        background: #fdfdfd;
    }

    table.responsive-table.classic-table tbody tr td:not(:first-child) {
        border-top: none;
    }

    table.responsive-table.classic-table td:before {
        width: 50%;
        margin-right: 10px;
        content: attr(data-title);
        font-weight: 600;
        float: left;
    }
}

@media screen and (min-width: 768px) {
    table.responsive-table.classic-table.searching tbody tr td {
        background: #fff;
    }
}

.tablesorter th:not(.sorter-false) {
    cursor: pointer;
}

.tablesorter th:not(.sorter-false) .tablesorter-header-inner {
    display: inline-block;
}

.tablesorter th:not(.sorter-false)::after, .tablesorter th:not(.sorter-false)[class$="Asc"]::after, .tablesorter th:not(.sorter-false)[class$="Desc"]::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 10px;
}

.tablesorter th:not(.sorter-false)::after {
    content: "\f0dc";
}

.tablesorter th:not(.sorter-false)[class$="Asc"]::after {
    content: "\f0de";
}

.tablesorter th:not(.sorter-false)[class$="Desc"]::after {
    content: "\f0dd";
}

.lightbox-content h5 {
    float: left;
}

.lightbox-content h5.one-line {
    float: inherit !important;
    margin-bottom: 20px;
}

.lightbox-content form {
    clear: both;
}

.search-in-table {
    float: right;
    margin-bottom: 15px;
}

.no-results {
    clear: both;
    display: none;
    margin-bottom: 10px;
}
table .percentage {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
}

table .percentage:before {
    width: 30px;
    text-align: center;
    font-size: 1.5em;
    height: 30px;
    line-height: 30px;
    border-width: 1px;
    border-style: solid;
    margin-left: 5px;
    display: inline-block;
    padding: 0;
    color: #5cb85c;
    border-color: #6ec06e;
}

.sales-article-discount .select-discount {
    float: right;
    margin-right: 5px;
}

.sales-article-discount .select-discount:hover, .sales-article-discount .select-discount:focus {
    top: 0;
}

.product-articles .align-left {
    text-align: left;
}

.tablesorter-default td.error {
    color: #ff000d;
}

.tablesorter-default tr.credit td {
    color: #ff000d;
}

form[name="reportForm"] .form-group.error input:nth-child(2) {
    border: 1px solid red;
}

#main > div > div > div > article > a > figure > img {
    max-height: 145px
}

.is-hidden {
    display: none;
}

.gm-map {
    height: 700px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.gm-map .gm-marker {
    font-size: 15px;
}

.gm-map .gm-marker h1 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 400;
}

.gm-map .gm-marker span,
.gm-map .gm-marker p {
    display: block;
}

.gm-map .gm-marker p {
    margin-top: 5px;
}

.gm-map .gm-marker a, .gm-map .gm-marker button  {
    color: #1f4dad;
    text-decoration: underline;
}

.gm-map .gm-marker a:hover, .gm-map .gm-marker button:hover {
    color: #32a5ad;
}

.gm-actions-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 20px;
}

.gm-filter-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.gm-filter-wrapper label {
    margin-right: 15px;
    margin-bottom: 0;
}

.gm-filter-wrapper select {
    flex-grow: 1;
    padding: 10px;
    border: 2px solid #1c459c;
}

.gm-search-wrapper {
    position: relative;
}

.gm-search-wrapper .gm-input-complete-items {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.gm-search-wrapper .gm-input-complete-items .item-group-title, 
.gm-search-wrapper .gm-input-complete-items .item-group-items .item {
    background-color: #fff;
}

.gm-search-wrapper .gm-input-complete-items .item-group-title {
    padding: 20px 10px 10px;
    color: #999999;
}

.gm-search-wrapper .gm-input-complete-items .item-group-items .item {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 15px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #f7f7f7;
}

.gm-search-wrapper .gm-input-complete-items .item-group-items .item:hover {
    background-color: #f7f7f7;
}

.gm-search-wrapper .gm-input-complete-items .item-group-items .item-svg {
    width: 25px;
    margin-right: 10px;
}

.gm-search-wrapper .gm-input {
    width: 100%;
    padding: 10px 10px 10px 40px;
    border-radius: 5px;
    border-color: #1c459c;
    font-size: 16px;
    line-height: 16px;
}

.gm-search-wrapper .gm-input-icon {
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    display: flex;
    align-items: center;
    color: #1c459c;
}

.gm-search-wrapper .gm-input-icon::before {
    color: #1c459c;
    font-size: 18px;
}

#calendar {
    width: 800px;
    max-width: 800px;
}

#calendar table, #calendar table td {
    margin: 0;
    padding: 0;
}

.datepicker-container {
    z-index: 90000000000 !important;
}

.fc-timegrid-slot {
    height: 4.5em !important;
}

.fc-timegrid-event .fc-event-main {
    word-break: break-all;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.normal-link {
    background: none;
    border: none;
    text-decoration: underline;
    padding: 0;
    font-weight: 100;
}

.normal-link:hover {
    cursor: pointer;
}

.password-wrapper {
    position: relative;
}

.password-wrapper {
    position: relative;
}

.password-wrapper .icon {
    position: absolute;
    top: 0;
    right: 5px;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 20px;
}

.password-wrapper .icon:hover {
    cursor: pointer;
}

.password-wrapper .icon::before {
    font-size: 18px;
}



.appointment .input-group,
.report .input-group {
    position: relative;
}

.appointment .input-group-addon,
.report .input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0px;
    margin-top: 3px;
    border: 0px !important;

    padding-left: 35px;
    padding-right: 20px;
}
.appointment input[type="checkbox"],
.report input[type="checkbox"] {
    height:25px;
    width:25px;
}


