﻿body {
    margin: 0;
    border: 0;
    font: 0.875rem OpenSans, Arial, Helvetica;
    color: #333;
    line-height: 1.1875rem;
    overflow-wrap: break-word;
    word-break: keep-all;
}

audio, canvas, video {
    display: inline-block;
}


.figure-caption {
    font-size: 90%;
    color: #868e96;
}

a {
    color: #0086ce;
    text-decoration: none;
}

    a:hover {
        color: #00659b;
        text-decoration: underline;
    }

.mark, mark {
    padding: 0.2em;
    background-color: #fcf8e3;
    color: #000;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}


audio:not([controls]) {
    display: none;
    height: 0;
}


button, input {
    overflow: visible;
}

legend {
    box-sizing: border-box;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    caption-side: bottom;
    text-align: left;
}

progress {
    display: inline-block;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

*, ::after, ::before {
    box-sizing: inherit;
}


.display-1, .lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 5px;
    }


.blockquote-footer {
    color: #868e96 !important;
}
.form-control, .img-thumbnail {
    background-color: #fff;
    border-radius: 0.25rem;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 6px 12px;
    line-height: 1.3;
    color: #333;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #fd0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        outline: 0;
        border-color: #fd0;
        -webkit-box-shadow: inset 0 0 0 #fd0, 0 0 8px #fd0;
        box-shadow: inset 0 0 0 #fd0, 0 0 8px #fd0;
    }

    .form-control::placeholder {
        color: #868e96;
        opacity: 1;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
    max-height: 32px;
    padding: 6px 8px;
}

select.form-control:focus::-ms-value {
    color: #333;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
}

.col-form-label, .col-form-label-lg {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
}


.col-form-label-sm {
    padding-top: calc(0.25rem - 1px * 2);
    padding-bottom: calc(0.25rem - 1px * 2);
    font-size: 0.875rem;
}

.col-form-legend, .form-control-plaintext {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.col-form-legend {
    font-size: 1rem;
}

.form-control-plaintext {
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
}


.input-group-sm > .form-control, .input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-sm > .input-group-addon {
    line-height: 1.5;
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .input-group-btn > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-lg > .input-group-addon {
    line-height: 1.5;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.3125rem + 2px);
}


.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}

    .form-check.disabled .form-check-label {
        color: #868e96;
    }

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.form-check-input:only-child {
    position: static;
}

.form-check-inline {
    display: inline-block;
}

    .form-check-inline .form-check-label {
        vertical-align: middle;
    }

    .form-check-inline + .form-check-inline {
        margin-left: 0.75rem;
    }

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

@media (min-width: 460px) {
    .form-inline .form-group, .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline label {
        justify-content: center;
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .form-inline .form-check-label {
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        display: flex;
        padding-left: 0;
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}


@media (min-width: 460px) {
    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
}

.font-weight-bold {
    font-weight: 700;
}

.btn {
    height: 32px;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    line-height: 1;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
}

    .btn:focus, .btn:hover {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    }

    .btn:disabled {
        opacity: 0.65;
    }

    .btn.active {
        background-image: none;
    }

.btn-primary {
    color: #333;
    background-color: #fd0;
    border-color: #fd0;
    font-weight: 400;
}

    .btn-primary:hover {
        color: #333;
        background-color: #ccb100;
        border-color: #ccb100;
    }

    .btn-primary.focus, .btn-primary:focus {
        background-color: #ccb100;
        border-color: #ccb100;
        color: #333;
        box-shadow: none;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        background-color: #ccb100;
        background-image: none;
        border-color: #ccb100;
        color: #333;
    }

.btn-secondary {
    color: #fff;
    background-color: #0086ce;
    border-color: #0086ce;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #00659b;
        border-color: #00659b;
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: none;
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #868e96;
        border-color: #868e96;
    }

    .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
        background-color: #00659b;
        background-image: none;
        border-color: #00659b;
    }

.btn-success {
    color: #fff;
    background-color: #3c763d;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #2b542c;
        border-color: #1e7e34;
        cursor: pointer;
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
        background-color: #218838;
        background-image: none;
        border-color: #1e7e34;
    }

.text-success h1, .text-success h2, .text-success h3, .text-success h4, .text-success h5, .text-success h6 {
    color: #3c763d;
}

.border-success {
    border: 1px #3c763d solid;
}

.btn-info {
    color: #fff;
    background-color: #31708f;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #245269;
        border-color: #117a;
        cursor: pointer;
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
        background-color: #138496;
        background-image: none;
        border-color: #117a8b;
    }

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #111;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
        background-color: #e0a800;
        background-image: none;
        border-color: #d39e00;
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
        background-color: #c82333;
        background-image: none;
        border-color: #bd2130;
    }

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #111;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
        background-color: #e2e6ea;
        background-image: none;
        border-color: #dae0e5;
    }

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #868e96;
        border-color: #868e96;
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #868e96;
        background-color: transparent;
    }

    .btn-outline-secondary.active, .btn-outline-secondary:active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #868e96;
        border-color: #868e96;
    }


.btn-link {
    font-weight: 400;
    color: #0086ce;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
        background-color: transparent;
    }

        .btn-link, .btn-link:active, .btn-link:focus {
            border-color: transparent;
            box-shadow: none;
        }

            .btn-link:hover {
                border-color: transparent;
            }

            .btn-link:focus, .btn-link:hover {
                color: #00659b;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link:disabled {
                color: #868e96;
            }

                .btn-link:disabled:focus, .btn-link:disabled:hover {
                    text-decoration: none;
                }

.btn-lg, .btn-sm {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }


.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #868e96;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: #e9ecef #e9ecef #ddd;
    }

    .nav-tabs .nav-link.disabled {
        color: #868e96;
    }

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



@media (max-width: 459px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 460px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm, .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

            .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
                flex-wrap: nowrap;
            }

            .navbar-expand-sm .navbar-collapse {
                display: flex !important;
            }

            .navbar-expand-sm .navbar-toggler {
                display: none;
            }
}

@media (max-width: 767px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md, .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

            .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
                flex-wrap: nowrap;
            }

            .navbar-expand-md .navbar-collapse {
                display: flex !important;
            }

            .navbar-expand-md .navbar-toggler {
                display: none;
            }
}

@media (max-width: 1023px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

            .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
                flex-wrap: nowrap;
            }

            .navbar-expand-lg .navbar-collapse {
                display: flex !important;
            }

            .navbar-expand-lg .navbar-toggler {
                display: none;
            }
}

@media (max-width: 1251px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1252px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl, .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

            .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
                flex-wrap: nowrap;
            }

            .navbar-expand-xl .navbar-collapse {
                display: flex !important;
            }

            .navbar-expand-xl .navbar-toggler {
                display: none;
            }
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.collapsing {
    position: relative;
}


.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #fffccc;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fffccc;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent;
}

.show > a {
    outline: 0;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: flex;
    align-items: center;
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon {
    white-space: nowrap;
}

.input-group-addon, .input-group-btn {
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #333;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        border-radius: 0.2rem;
    }

    .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
        border-radius: 0.3rem;
    }

    .input-group-addon input[type="checkbox"], .input-group-addon input[type="radio"], h1, h2, h3, h4, h5, h6 {
        margin-top: 0;
    }

    .input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:not(:last-child) {
        border-right: 0;
    }

    .input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn, .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 3;
        }

        .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
            margin-right: -1px;
        }

        .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
            z-index: 2;
            margin-left: -1px;
        }

            .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
                z-index: 3;
            }

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
}

    .breadcrumb::after {
        display: block;
        clear: both;
        content: "";
    }

.breadcrumb-item {
    float: left;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        color: #333;
        content: ">";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

    .breadcrumb-item.active {
        color: #333;
    }

@media (min-width: 460px) {
    .card-deck {
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0;
            flex-direction: column;
            margin-right: 15px;
            margin-left: 15px;
        }

    .card-deck, .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group .card {
            flex: 1 0 0;
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group .card:not(:first-child):not(:last-child), .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
                border-radius: 0;
            }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 460px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.pagination {
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    width: 100%;
    display: inline-block;
    margin-bottom: 16px;
    text-align: center;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    pointer-events: none;
    border-color: #ddd;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .page-link:focus, .page-link:hover {
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #ddd;
    }

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.pagination ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}

.pagination li {
    float: left;
    margin-right: 4px;
    text-align: center;
    min-width: 24px;
}

    .pagination li a {
        border-radius: 4px;
        float: left;
        background: #0086ce;
        color: #fff;
        padding: 3px 6px;
        min-width: 31px;
        min-height: 31px;
    }

        .pagination li a:focus, .pagination li a:hover {
            color: #fff;
            background: #00659b;
            text-decoration: none;
        }

.pagination .active a {
    background: #00659b;
}

.pagination .page-link {
    border: 0;
    margin-left: 0;
    margin-bottom: 2px;
    line-height: 1.8;
}

.pagination .page-item.active .page-link {
    background-color: #00659b;
    border-color: #00659b;
}


.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #111;
}




.table-inverse, .thead-inverse th {
    color: #fff;
    background-color: #212529;
}

.thead-default th {
    color: #fff;
    background-color: #111;
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
    border-color: #32383e;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 1023px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive.table-bordered {
            border: 0;
        }
}

@media (min-width: 460px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1024px) {
    .modal-lg {
        max-width: 800px;
    }
}


.tooltip .arrow {
    width: 5px;
    height: 5px;
}

.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #fffccc;
}

.tooltip.bs-tooltip-auto[x-placement^="right"], .tooltip.bs-tooltip-right {
    padding: 0 5px;
}

    .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.bs-tooltip-right .arrow {
        left: 0;
    }

        .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
            margin-top: -3px;
            content: "";
            border-width: 5px 5px 5px 0;
            border-right-color: #fffccc;
        }

.tooltip.bs-tooltip-auto[x-placement^="bottom"], .tooltip.bs-tooltip-bottom {
    padding: 5px 0;
}

    .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.bs-tooltip-bottom .arrow {
        top: 0;
    }

        .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
            margin-left: -3px;
            content: "";
            border-width: 0 5px 5px;
            border-bottom-color: #fffccc;
        }

.tooltip.bs-tooltip-auto[x-placement^="left"], .tooltip.bs-tooltip-left {
    padding: 0 5px;
}

    .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.bs-tooltip-left .arrow {
        right: 0;
    }

        .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
            right: 0;
            margin-top: -3px;
            content: "";
            border-width: 5px 0 5px 5px;
            border-left-color: #fffccc;
        }


.tooltip-inner {
    color: #333;
    background-color: #fffccc;
}

.popover .arrow::after, .popover .arrow::before {
    display: block;
    content: "";
    border-width: 11px;
}

.popover.bs-popover-auto[x-placement^="top"], .popover.bs-popover-top {
    margin-bottom: 10px;
}

    .popover.bs-popover-auto[x-placement^="top"] .arrow, .popover.bs-popover-top .arrow {
        bottom: 0;
    }

        .popover.bs-popover-auto[x-placement^="top"] .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::before, .popover.bs-popover-top .arrow::after, .popover.bs-popover-top .arrow::before {
            border-bottom-width: 0;
        }

        .popover.bs-popover-auto[x-placement^="top"] .arrow::before, .popover.bs-popover-top .arrow::before {
            bottom: -11px;
            margin-left: -6px;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .popover.bs-popover-auto[x-placement^="top"] .arrow::after, .popover.bs-popover-top .arrow::after {
            bottom: -10px;
            margin-left: -6px;
            border-top-color: #fff;
        }

.popover.bs-popover-auto[x-placement^="right"], .popover.bs-popover-right {
    margin-left: 10px;
}

    .popover.bs-popover-auto[x-placement^="right"] .arrow, .popover.bs-popover-right .arrow {
        left: 0;
    }

        .popover.bs-popover-auto[x-placement^="right"] .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::before, .popover.bs-popover-right .arrow::after, .popover.bs-popover-right .arrow::before {
            margin-top: -8px;
            border-left-width: 0;
        }

        .popover.bs-popover-auto[x-placement^="right"] .arrow::before, .popover.bs-popover-right .arrow::before {
            left: -11px;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .popover.bs-popover-auto[x-placement^="right"] .arrow::after, .popover.bs-popover-right .arrow::after {
            left: -10px;
            border-right-color: #fff;
        }

.popover.bs-popover-auto[x-placement^="bottom"], .popover.bs-popover-bottom {
    margin-top: 10px;
}

    .popover.bs-popover-auto[x-placement^="bottom"] .arrow, .popover.bs-popover-bottom .arrow {
        top: 0;
    }

        .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before, .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-bottom .arrow::before {
            margin-left: -7px;
            border-top-width: 0;
        }

        .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before, .popover.bs-popover-bottom .arrow::before {
            top: -11px;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after, .popover.bs-popover-bottom .arrow::after {
            top: -10px;
            border-bottom-color: #fff;
        }

.popover.bs-popover-auto[x-placement^="left"], .popover.bs-popover-left {
    margin-right: 10px;
}

    .popover.bs-popover-auto[x-placement^="left"] .arrow, .popover.bs-popover-left .arrow {
        right: 0;
    }

        .popover.bs-popover-auto[x-placement^="left"] .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::before, .popover.bs-popover-left .arrow::after, .popover.bs-popover-left .arrow::before {
            margin-top: -8px;
            border-right-width: 0;
        }

        .popover.bs-popover-auto[x-placement^="left"] .arrow::before, .popover.bs-popover-left .arrow::before {
            right: -11px;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .popover.bs-popover-auto[x-placement^="left"] .arrow::after, .popover.bs-popover-left .arrow::after {
            right: -10px;
            border-left-color: #fff;
        }

.custom-control {
    position: relative;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-indicator {
        color: #fff;
    }

    .custom-control-input:active ~ .custom-control-indicator {
        color: #fff;
        background-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-indicator {
        background-color: #e9ecef;
    }

    .custom-control-input:disabled ~ .custom-control-description {
        color: #868e96;
    }

.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

label {
    margin-bottom: 0.5rem;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
    display: flex;
    flex-direction: column;
}

    .custom-controls-stacked .custom-control {
        margin-bottom: 0.25rem;
    }

        .custom-controls-stacked .custom-control + .custom-control {
            margin-left: 0;
        }

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
    }

        .custom-select:focus::-ms-value {
            color: #333;
            background-color: #fff;
        }

    .custom-select:disabled {
        color: #868e96;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 32px;
    margin-bottom: 0;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 32px;
    margin: 0;
    opacity: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 32px;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #333;
    pointer-events: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #fd0;
    border-radius: 0.25rem;
}

    .custom-file-control:lang(en):empty::after {
        content: "Choose file...";
    }

    .custom-file-control::before {
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        z-index: 6;
        display: block;
        height: 32px;
        line-height: 1.5;
        color: #333;
        background-color: #fd0;
        border: 1px solid #fd0;
        border-radius: 0 0.25rem 0.25rem 0;
    }

    .custom-file-control:lang(en)::before {
        content: "Browse";
    }

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #6c757d !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #1e7e34 !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.content_main, .rounded {
    border-radius: 0.25rem !important;
}

.clearfix::after {
    clear: both;
}

@media (max-width: 769px) {
    .right-bar {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .content-side {
        display: none !important;
    }

    #filter-side {
        display: none !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1252px) {
    .content-side {
        display: none !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

.d-print-block {
    display: none !important;
}

@media (min-width: 460px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 1024px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1252px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}


.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

@media (min-width: 460px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1024px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1252px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important;
}

.text-secondary {
    color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important;
}

.text-muted {
    color: #868e96 !important;
}

h1 {
    font-size: 1.625rem;
    line-height: 1.8125rem;
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #333;
}

h2 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 0.75rem;
}

h3, h4, h5, h6 {
    font-size: 1rem;
    line-height: 1.3125rem;
}

h4, h5, h6 {
    font-size: 0.875rem;
    line-height: 1.1875rem;
}

h5, h6 {
    margin-bottom: 0.375rem;
}

h6 {
    font-size: 0.75rem;
    line-height: 1.0625rem;
}

p {
    margin-bottom: 0;
    margin-top: 0;
}

ol, ul {
    padding-left: 0;
    margin: 0;
}

ul {
    list-style: none;
}

    ul ul {
        margin-top: 4px;
        margin-left: 1.5rem;
    }

ol {
    list-style-position: outside;
}

.container {
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-flow: column;
}

@media (min-width: 768px) {
    .container {
        flex-flow: row;
    }
}

@media (min-width: 1376px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        width: 1376px;
    }
}

nav .container {
    display: flex;
    flex-flow: row;
    padding: 16px 0;
}

.navi .container {
    padding: 0;
}

.nav_main {
    flex: 0 1 1076px;
    max-width: 1076px;
    padding: 0 16px;
}

.nav_sky {
    display: none;
}

@media (min-width: 1024px) {
    .nav_sky {
        display: flex;
        flex-flow: row;
        flex: 0 2 300px;
        max-width: 300px;
    }
}

.content_main, .content_main .content {
    display: flex;
    flex-flow: column;
    max-width: 100%;
    min-width: 0;
}

.content_main {
    background-color: #fff;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .content_main {
        flex-flow: row;
        flex: 0 1 1076px;
        max-width: 1076px;
    }
}

.content_main .content {
    min-height: 1px;
    padding-top: 16px;
}

@media (min-width: 768px) {
    .content_main .content {
        flex: 0 1 728px;
        max-width: 728px;
    }
}

.content_main .right_bar {
    display: flex;
    flex-flow: column;
    max-width: 100%;
}

@media (min-width: 768px) {
    .content_main .right_bar {
        flex: 0 0 270px;
        max-width: 270px;
        margin-left: 16px;
        padding-top: 16px;
    }
}

@media (min-width: 1024px) {
    .content_main .right_bar {
        flex: 0 0 300px;
        max-width: 300px;
    }
}

.content_sky {
    display: none;
}

@media (min-width: 1024px) {
    .content_sky {
        display: flex;
        flex-flow: column;
        flex: 0 2 300px;
        max-width: 300px;
        padding-top: 16px;
    }
}

footer .container {
    padding: 0 16px 16px;
}

.footer_main {
    display: flex;
    flex-flow: column;
    max-width: 100%;
}

.img-icon {
    border-radius: 5px;
    width: 180px;
    height: 53px;
}

@media (min-width: 768px) {
    .footer_main {
        flex: 0 1 728px;
        max-width: 728px;
    }
}

.footer_sky {
    display: flex;
    flex-flow: column;
    max-width: 100%;
    padding-top: 16px;
}

@media (min-width: 768px) {
    .footer_sky {
        flex: 0 0 270px;
        max-width: 270px;
        margin-left: 16px;
    }
}

@media (min-width: 1024px) {
    .footer_sky {
        flex: 0 1 600px;
        max-width: 600px;
    }
}

.row-1 {
    margin: 0 -0.5rem 1rem;
}

    .row-1 .box-header {
        margin: 0 0.5rem;
    }

    .row-1, .row-1 .box-body {
        display: flex;
        flex-flow: column;
        min-height: 1px;
    }

        .row-1 .box-body {
            margin: 0;
        }

            .row-1 .box-body .column {
                flex: auto;
                max-width: 100%;
                min-height: 1px;
                margin-top: 1rem;
                padding: 0 8px;
            }

                .row-1 .box-body .column img, h3, h4 {
                    margin-bottom: 0.5rem;
                }

                .row-1 .box-body .column:first-of-type {
                    margin-top: 0;
                }

                .row-1 .box-body .column a, .row-2 .box-body .column a, .row-3 .box-body .column a {
                    color: #333;
                    display: block;
                }

                    .row-1 .box-body .column a h1, .row-1 .box-body .column a h2, .row-1 .box-body .column a h3, .row-1 .box-body .column a h4, .row-1 .box-body .column a h5, .row-1 .box-body .column a h6, .row-2 .box-body .column h1, .row-2 .box-body .column h2, .row-2 .box-body .column h3, .row-2 .box-body .column h4, .row-2 .box-body .column h5, .row-2 .box-body .column h6, .row-3 .box-body .column h1, .row-3 .box-body .column h2, .row-3 .box-body .column h3, .row-3 .box-body .column h4, .row-3 .box-body .column h5, .row-3 .box-body .column h6 {
                        color: #0086ce;
                    }

                    .row-1 .box-body .column a:hover, .row-2 .box-body .column a:hover, .row-3 .box-body .column a:hover {
                        color: #00659b;
                        text-decoration: none;
                    }

                        .ad .box-body .column a:hover img, .box .box-body ul.product-list li a:hover img, .main-carousel .tab-content .car-teaser a:hover img, .medibox .medibox-body .medi-column .medibox-entry a:hover img, .product-list li a:hover img, .row-1 .box-body .column a:hover img, .row-2 .box-body .column a:hover img, .row-3 .box-body .column a:hover img {
                            filter: brightness(90%);
                        }

                        .row-1 .box-body .column a:hover h1, .row-1 .box-body .column a:hover h2, .row-1 .box-body .column a:hover h3, .row-1 .box-body .column a:hover h4, .row-1 .box-body .column a:hover h5, .row-1 .box-body .column a:hover h6, .row-1 .box-body .column a:hover p, .row-2 .box-body .column a:hover h1, .row-2 .box-body .column a:hover h2, .row-2 .box-body .column a:hover h3, .row-2 .box-body .column a:hover h4, .row-2 .box-body .column a:hover h5, .row-2 .box-body .column a:hover h6, .row-2 .box-body .column a:hover p, .row-3 .box-body .column a:hover h1, .row-3 .box-body .column a:hover h2, .row-3 .box-body .column a:hover h3, .row-3 .box-body .column a:hover h4, .row-3 .box-body .column a:hover h5, .row-3 .box-body .column a:hover h6, .row-3 .box-body .column a:hover p {
                            color: #00659b;
                        }

                .row-1 .box-body .column .reha-icon {
                    float: right !important;
                    max-width: 30px;
                    margin: 0 0 0 8px !important;
                }

@media (min-width: 460px) {
    .row-1 .box-body .column img {
        width: 27%;
        float: left;
        margin: 4px 12px 0 0;
    }
}

.row-1 .box-body .box-link {
    margin-top: 1rem;
}

.row-2 {
    margin: 0 -0.5rem 1rem;
}

    .row-2 .box-header {
        margin: 0 0.5rem;
    }

    .row-2, .row-2 .box-body {
        display: flex;
        flex-flow: column;
    }

        .row-2 .box-body .column {
            max-width: 100%;
            padding: 0 0.5rem;
            margin-top: 1rem;
        }

            .row-2 .box-body .column img, .row-3 .box-body .column img {
                margin-bottom: 0.5rem;
            }

            .row-2 .box-body .column:nth-of-type(1) {
                margin-top: 0;
            }

            .row-2 .box-body .column .reha-icon {
                float: right !important;
                max-width: 20px !important;
            }

        .row-2 .box-body .box-link {
            margin-top: 1rem;
            padding: 0 0.5rem;
        }

@media (min-width: 460px) {
    .row-2 .box-body {
        flex-flow: row;
        flex-wrap: wrap;
    }

        .row-2 .box-body .column {
            flex: 0 1 50%;
            max-width: 50%;
        }

            .row-2 .box-body .column:nth-of-type(2) {
                margin-top: 0;
            }
}

.row-3 {
    margin: 0 -0.5rem 1rem;
}

    .row-3 .box-header {
        margin: 0 0.5rem;
    }

    .row-3, .row-3 .box-body {
        display: flex;
        flex-flow: column;
        min-height: 1px;
    }

        .row-3 .box-body .column {
            max-width: 100%;
            margin-top: 1rem;
            padding: 0 0.5rem;
        }

            .row-3 .box-body .column:nth-of-type(1) {
                margin-top: 0;
            }

            .row-3 .box-body .column .reha-icon {
                float: right !important;
                margin-left: 5px;
            }

        .row-3 .box-body .box-link {
            margin-top: 1rem;
            padding: 0 0.5rem;
        }

@media (min-width: 460px) {
    .row-3 .box-body {
        flex-flow: row;
        flex-wrap: wrap;
    }

        .row-3 .box-body .column {
            flex: 0 1 33.333%;
            max-width: 33.333%;
        }

            .row-3 .box-body .column:nth-of-type(2), .row-3 .box-body .column:nth-of-type(3) {
                margin-top: 0;
            }
}

@media (min-width: 768px) {
    .right_bar .row-1, .right_bar .row-2, .right_bar .row-3 {
        flex-flow: column;
    }

        .right_bar .row-1 .column, .right_bar .row-2 .column, .right_bar .row-3 .column {
            flex: 0 1 auto;
            margin: 1rem 0 0;
            max-width: 100%;
            padding: 0 0.5rem;
        }

            .right_bar .row-1 .column:first-of-type, .right_bar .row-2 .column:first-of-type, .right_bar .row-3 .column:first-of-type {
                margin-top: 0;
            }

            .right_bar .row-1 .column:nth-of-type(2), .right_bar .row-1 .column:nth-of-type(3), .right_bar .row-2 .column:nth-of-type(2), .right_bar .row-2 .column:nth-of-type(3), .right_bar .row-3 .column:nth-of-type(2), .right_bar .row-3 .column:nth-of-type(3) {
                margin-top: 1rem;
            }

            .right_bar .row-1 .column img, .right_bar .row-2 .column img, .right_bar .row-3 .column img {
                width: 27%;
                float: left;
                margin: 4px 12px 0 0;
            }
}

.right_bar .row-1 .reha-icon, .right_bar .row-2 .reha-icon, .right_bar .row-3 .reha-icon {
    max-width: 20px !important;
    margin-top: 4px;
}

.row-1 .box-body .column img.not-teaser-img, .row-2 .box-body .column img.not-teaser-img, .row-3 .box-body .column img.not-teaser-img {
    width: auto;
    float: none;
    margin: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    /*    width: 100%;*/
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    /*   width: 100%;*/
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

@media (min-width: 1024px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
   
}

@media (min-width: 1252px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
   
}

.btn-white {
    background-color: #fff;
}

    .btn-white:hover {
        background-color: #e6e6e6;
        cursor: pointer;
    }

.links-white a, .links-white a h1, .links-white a h2, .links-white a h3, .links-white a h4, .links-white a h5, .links-white a h6, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, a.links-white {
    color: #fff;
}

.border-white {
    border: 1px #fff solid;
}

.bg-red-login {
    background-color: #ec0f24 !important;
}

.btn-red-login {
    background-color: #ec0f24;
}

    .btn-alert:hover, .btn-red-login:hover {
        background-color: #bc0c1d;
        cursor: pointer;
    }

.text-red-login, .text-red-login h1, .text-red-login h2, .text-red-login h3, .text-red-login h4, .text-red-login h5, .text-red-login h6 {
    color: #ec0f24;
}

.border-red-login {
    border: 1px #ec0f24 solid;
}

.bg-info {
    background-color: #31708f !important;
}

.text-info h1, .text-info h2, .text-info h3, .text-info h4, .text-info h5, .text-info h6 {
    color: #31708f;
}

.border-info {
    border: 1px #31708f solid;
}

.bg-alert {
    background-color: #ec0f24 !important;
}

.btn-alert {
    background-color: #ec0f24;
}

.links-red-login a, .links-red-login a h1, .links-red-login a h2, .links-red-login a h3, .links-red-login a h4, .links-red-login a h5, .links-red-login a h6, .text-alert, .text-alert h1, .text-alert h2, .text-alert h3, .text-alert h4, .text-alert h5, .text-alert h6, a.links-red-login {
    color: #ec0f24;
}

.border-alert {
    border: 1px #ec0f24 solid;
}

.bg-success {
    background-color: #3c763d !important;
}

.bg-brand {
    background-color: #111 !important;
}

.btn-brand {
    background-color: #111;
}

    .btn-brand:hover {
        background-color: #000;
        cursor: pointer;
    }

.text-brand, .text-brand h1, .text-brand h2, .text-brand h3, .text-brand h4, .text-brand h5, .text-brand h6 {
    color: #111;
}

.border-brand {
    border: 1px #111 solid;
}

.bg-brand-hover {
    background-color: #555 !important;
}

.btn-brand-hover {
    background-color: #555;
}

    .btn-brand-hover:hover {
        background-color: #3c3c3c;
        cursor: pointer;
    }

.text-brand-hover, .text-brand-hover h1, .text-brand-hover h2, .text-brand-hover h3, .text-brand-hover h4, .text-brand-hover h5, .text-brand-hover h6 {
    color: #555;
}

.border-brand-hover {
    border: 1px #555 solid;
}

.bg-ad-gray {
    background-color: #efefef !important;
}

.btn-ad-gray {
    background-color: #efefef;
}

    .btn-ad-gray:hover {
        background-color: #d6d6d6;
        cursor: pointer;
    }

.text-ad-gray, .text-ad-gray h1, .text-ad-gray h2, .text-ad-gray h3, .text-ad-gray h4, .text-ad-gray h5, .text-ad-gray h6 {
    color: #efefef;
}

.border-ad-gray {
    border: 1px #efefef solid;
}

.bg-font-gray {
    background-color: #333 !important;
}

.btn-font-gray {
    background-color: #333;
}

    .btn-font-gray:hover {
        background-color: #1a1a1a;
        cursor: pointer;
    }

.text-font-gray, .text-font-gray h1, .text-font-gray h2, .text-font-gray h3, .text-font-gray h4, .text-font-gray h5, .text-font-gray h6 {
    color: #333;
}

.border-font-gray {
    border: 1px #333 solid;
}

.bg-footer-gray {
    background-color: #464a4c !important;
}

.btn-footer-gray {
    background-color: #464a4c;
}

    .btn-footer-gray:hover {
        background-color: #2e3031;
        cursor: pointer;
    }

.text-footer-gray, .text-footer-gray h1, .text-footer-gray h2, .text-footer-gray h3, .text-footer-gray h4, .text-footer-gray h5, .text-footer-gray h6 {
    color: #464a4c;
}

.border-footer-gray {
    border: 1px #464a4c solid;
}

.bg-link-default {
    background-color: #0086ce !important;
}

.btn-link-default {
    background-color: #0086ce;
}

    .btn-link-default:hover {
        background-color: #00659b;
        cursor: pointer;
    }

.text-link-default, .text-link-default h1, .text-link-default h2, .text-link-default h3, .text-link-default h4, .text-link-default h5, .text-link-default h6 {
    color: #0086ce;
}

.border-link-default {
    border: 1px #0086ce solid;
}

.bg-radio-green {
    background-color: #fffccc !important;
}

.btn-radio-green {
    background-color: #fffccc;
}

    .btn-radio-green:hover {
        background-color: #fff999;
        cursor: pointer;
    }

.text-radio-green, .text-radio-green h1, .text-radio-green h2, .text-radio-green h3, .text-radio-green h4, .text-radio-green h5, .text-radio-green h6 {
    color: #fffccc;
}

.border-radio-green {
    border: 1px #fffccc solid;
}

.bg-logo-background, .btn-logo-background {
    background-color: #fd0;
}

    .btn-logo-background:hover {
        background-color: #ccb100;
        cursor: pointer;
    }

.text-logo-background, .text-logo-background h1, .text-logo-background h2, .text-logo-background h3, .text-logo-background h4, .text-logo-background h5, .text-logo-background h6 {
    color: #fd0;
}

.border-logo-background {
    border: 1px #fd0 solid;
}

.links-white a h1.focus, .links-white a h1:active, .links-white a h1:hover, .links-white a h2.focus, .links-white a h2:active, .links-white a h2:hover, .links-white a h3.focus, .links-white a h3:active, .links-white a h3:hover, .links-white a h4.focus, .links-white a h4:active, .links-white a h4:hover, .links-white a h5.focus, .links-white a h5:active, .links-white a h5:hover, .links-white a h6.focus, .links-white a h6:active, .links-white a h6:hover, .links-white a.focus, a.links-white.focus, a.links-white:active, a.links-white:hover {
    color: #e6e6e6;
}

.links-red-login a h1.focus, .links-red-login a h1:active, .links-red-login a h1:hover, .links-red-login a h2.focus, .links-red-login a h2:active, .links-red-login a h2:hover, .links-red-login a h3.focus, .links-red-login a h3:active, .links-red-login a h3:hover, .links-red-login a h4.focus, .links-red-login a h4:active, .links-red-login a h4:hover, .links-red-login a h5.focus, .links-red-login a h5:active, .links-red-login a h5:hover, .links-red-login a h6.focus, .links-red-login a h6:active, .links-red-login a h6:hover, .links-red-login a.focus, .links-red-login a:active, .links-red-login a:hover, a.links-red-login.focus, a.links-red-login:active, a.links-red-login:hover {
    color: #bc0c1d;
}

.links-info a, .links-info a h1, .links-info a h2, .links-info a h3, .links-info a h4, .links-info a h5, .links-info a h6, a.links-info {
    color: #31708f;
}

    .links-info a h1.focus, .links-info a h1:active, .links-info a h1:hover, .links-info a h2.focus, .links-info a h2:active, .links-info a h2:hover, .links-info a h3.focus, .links-info a h3:active, .links-info a h3:hover, .links-info a h4.focus, .links-info a h4:active, .links-info a h4:hover, .links-info a h5.focus, .links-info a h5:active, .links-info a h5:hover, .links-info a h6.focus, .links-info a h6:active, .links-info a h6:hover, .links-info a.focus, .links-info a:active, .links-info a:hover, a.links-info.focus, a.links-info:active, a.links-info:hover {
        color: #245269;
    }

.links-alert a, .links-alert a h1, .links-alert a h2, .links-alert a h3, .links-alert a h4, .links-alert a h5, .links-alert a h6, a.links-alert {
    color: #ec0f24;
}

    .links-alert a h1.focus, .links-alert a h1:active, .links-alert a h1:hover, .links-alert a h2.focus, .links-alert a h2:active, .links-alert a h2:hover, .links-alert a h3.focus, .links-alert a h3:active, .links-alert a h3:hover, .links-alert a h4.focus, .links-alert a h4:active, .links-alert a h4:hover, .links-alert a h5.focus, .links-alert a h5:active, .links-alert a h5:hover, .links-alert a h6.focus, .links-alert a h6:active, .links-alert a h6:hover, .links-alert a.focus, .links-alert a:active, .links-alert a:hover, a.links-alert.focus, a.links-alert:active, a.links-alert:hover {
        color: #bc0c1d;
    }

.links-success a, .links-success a h1, .links-success a h2, .links-success a h3, .links-success a h4, .links-success a h5, .links-success a h6, a.links-success {
    color: #3c763d;
}

    .links-success a h1.focus, .links-success a h1:active, .links-success a h1:hover, .links-success a h2.focus, .links-success a h2:active, .links-success a h2:hover, .links-success a h3.focus, .links-success a h3:active, .links-success a h3:hover, .links-success a h4.focus, .links-success a h4:active, .links-success a h4:hover, .links-success a h5.focus, .links-success a h5:active, .links-success a h5:hover, .links-success a h6.focus, .links-success a h6:active, .links-success a h6:hover, .links-success a.focus, .links-success a:active, .links-success a:hover, a.links-success.focus, a.links-success:active, a.links-success:hover {
        color: #2b542c;
    }

.links-brand a, .links-brand a h1, .links-brand a h2, .links-brand a h3, .links-brand a h4, .links-brand a h5, .links-brand a h6, a.links-brand {
    color: #111;
}

    .links-brand a h1.focus, .links-brand a h1:active, .links-brand a h1:hover, .links-brand a h2.focus, .links-brand a h2:active, .links-brand a h2:hover, .links-brand a h3.focus, .links-brand a h3:active, .links-brand a h3:hover, .links-brand a h4.focus, .links-brand a h4:active, .links-brand a h4:hover, .links-brand a h5.focus, .links-brand a h5:active, .links-brand a h5:hover, .links-brand a h6.focus, .links-brand a h6:active, .links-brand a h6:hover, .links-brand a.focus, .links-brand a:active, .links-brand a:hover, a.links-brand.focus, a.links-brand:active, a.links-brand:hover {
        color: #000;
    }

.dots .slick-dots li.slick-active button::before, .links-brand-hover a, .links-brand-hover a h1, .links-brand-hover a h2, .links-brand-hover a h3, .links-brand-hover a h4, .links-brand-hover a h5, .links-brand-hover a h6, a.links-brand-hover {
    color: #555;
}

    .links-brand-hover a h1.focus, .links-brand-hover a h1:active, .links-brand-hover a h1:hover, .links-brand-hover a h2.focus, .links-brand-hover a h2:active, .links-brand-hover a h2:hover, .links-brand-hover a h3.focus, .links-brand-hover a h3:active, .links-brand-hover a h3:hover, .links-brand-hover a h4.focus, .links-brand-hover a h4:active, .links-brand-hover a h4:hover, .links-brand-hover a h5.focus, .links-brand-hover a h5:active, .links-brand-hover a h5:hover, .links-brand-hover a h6.focus, .links-brand-hover a h6:active, .links-brand-hover a h6:hover, .links-brand-hover a.focus, .links-brand-hover a:active, .links-brand-hover a:hover, a.links-brand-hover.focus, a.links-brand-hover:active, a.links-brand-hover:hover {
        color: #3c3c3c;
    }

.links-ad-gray a, .links-ad-gray a h1, .links-ad-gray a h2, .links-ad-gray a h3, .links-ad-gray a h4, .links-ad-gray a h5, .links-ad-gray a h6, a.links-ad-gray {
    color: #efefef;
}

    .links-ad-gray a h1.focus, .links-ad-gray a h1:active, .links-ad-gray a h1:hover, .links-ad-gray a h2.focus, .links-ad-gray a h2:active, .links-ad-gray a h2:hover, .links-ad-gray a h3.focus, .links-ad-gray a h3:active, .links-ad-gray a h3:hover, .links-ad-gray a h4.focus, .links-ad-gray a h4:active, .links-ad-gray a h4:hover, .links-ad-gray a h5.focus, .links-ad-gray a h5:active, .links-ad-gray a h5:hover, .links-ad-gray a h6.focus, .links-ad-gray a h6:active, .links-ad-gray a h6:hover, .links-ad-gray a.focus, .links-ad-gray a:active, .links-ad-gray a:hover, a.links-ad-gray.focus, a.links-ad-gray:active, a.links-ad-gray:hover {
        color: #d6d6d6;
    }

.ad .box-body .column a, .ad .box-body .column a h1, .ad .box-body .column a h2, .ad .box-body .column a h3, .ad .box-body .column a h4, .ad .box-body .column a h5, .ad .box-body .column a h6, .links-font-gray a, .links-font-gray a h1, .links-font-gray a h2, .links-font-gray a h3, .links-font-gray a h4, .links-font-gray a h5, .links-font-gray a h6, a.links-font-gray {
    color: #333;
}

    .ad .box-body .column a:hover h1, .ad .box-body .column a:hover h2, .ad .box-body .column a:hover h3, .ad .box-body .column a:hover h4, .ad .box-body .column a:hover h5, .ad .box-body .column a:hover h6, .ad .box-body .column a:hover p, .box .box-body ul.product-list li a:hover p, .links-font-gray a h1.focus, .links-font-gray a h1:active, .links-font-gray a h1:hover, .links-font-gray a h2.focus, .links-font-gray a h2:active, .links-font-gray a h2:hover, .links-font-gray a h3.focus, .links-font-gray a h3:active, .links-font-gray a h3:hover, .links-font-gray a h4.focus, .links-font-gray a h4:active, .links-font-gray a h4:hover, .links-font-gray a h5.focus, .links-font-gray a h5:active, .links-font-gray a h5:hover, .links-font-gray a h6.focus, .links-font-gray a h6:active, .links-font-gray a h6:hover, .links-font-gray a.focus, .links-font-gray a:active, .links-font-gray a:hover, .product-list li a:hover p, a.links-font-gray.focus, a.links-font-gray:active, a.links-font-gray:hover {
        color: #1a1a1a;
    }

.links-footer-gray a, .links-footer-gray a h1, .links-footer-gray a h2, .links-footer-gray a h3, .links-footer-gray a h4, .links-footer-gray a h5, .links-footer-gray a h6, a.links-footer-gray {
    color: #464a4c;
}

    .links-footer-gray a h1.focus, .links-footer-gray a h1:active, .links-footer-gray a h1:hover, .links-footer-gray a h2.focus, .links-footer-gray a h2:active, .links-footer-gray a h2:hover, .links-footer-gray a h3.focus, .links-footer-gray a h3:active, .links-footer-gray a h3:hover, .links-footer-gray a h4.focus, .links-footer-gray a h4:active, .links-footer-gray a h4:hover, .links-footer-gray a h5.focus, .links-footer-gray a h5:active, .links-footer-gray a h5:hover, .links-footer-gray a h6.focus, .links-footer-gray a h6:active, .links-footer-gray a h6:hover, .links-footer-gray a.focus, .links-footer-gray a:active, .links-footer-gray a:hover, a.links-footer-gray.focus, a.links-footer-gray:active, a.links-footer-gray:hover {
        color: #2e3031;
    }

.links-link-default a, .links-link-default a h1, .links-link-default a h2, .links-link-default a h3, .links-link-default a h4, .links-link-default a h5, .links-link-default a h6, a.links-link-default {
    color: #0086ce;
}

    .links-link-default a h1.focus, .links-link-default a h1:active, .links-link-default a h1:hover, .links-link-default a h2.focus, .links-link-default a h2:active, .links-link-default a h2:hover, .links-link-default a h3.focus, .links-link-default a h3:active, .links-link-default a h3:hover, .links-link-default a h4.focus, .links-link-default a h4:active, .links-link-default a h4:hover, .links-link-default a h5.focus, .links-link-default a h5:active, .links-link-default a h5:hover, .links-link-default a h6.focus, .links-link-default a h6:active, .links-link-default a h6:hover, .links-link-default a.focus, .links-link-default a:active, .links-link-default a:hover, a.links-link-default.focus, a.links-link-default:active, a.links-link-default:hover {
        color: #00659b;
    }

.links-radio-green a, .links-radio-green a h1, .links-radio-green a h2, .links-radio-green a h3, .links-radio-green a h4, .links-radio-green a h5, .links-radio-green a h6, a.links-radio-green {
    color: #fffccc;
}

    .links-radio-green a h1.focus, .links-radio-green a h1:active, .links-radio-green a h1:hover, .links-radio-green a h2.focus, .links-radio-green a h2:active, .links-radio-green a h2:hover, .links-radio-green a h3.focus, .links-radio-green a h3:active, .links-radio-green a h3:hover, .links-radio-green a h4.focus, .links-radio-green a h4:active, .links-radio-green a h4:hover, .links-radio-green a h5.focus, .links-radio-green a h5:active, .links-radio-green a h5:hover, .links-radio-green a h6.focus, .links-radio-green a h6:active, .links-radio-green a h6:hover, .links-radio-green a.focus, .links-radio-green a:active, .links-radio-green a:hover, a.links-radio-green.focus, a.links-radio-green:active, a.links-radio-green:hover {
        color: #fff999;
    }

.links-logo-background a, .links-logo-background a h1, .links-logo-background a h2, .links-logo-background a h3, .links-logo-background a h4, .links-logo-background a h5, .links-logo-background a h6, a.links-logo-background {
    color: #fd0;
}

    .links-logo-background a h1.focus, .links-logo-background a h1:active, .links-logo-background a h1:hover, .links-logo-background a h2.focus, .links-logo-background a h2:active, .links-logo-background a h2:hover, .links-logo-background a h3.focus, .links-logo-background a h3:active, .links-logo-background a h3:hover, .links-logo-background a h4.focus, .links-logo-background a h4:active, .links-logo-background a h4:hover, .links-logo-background a h5.focus, .links-logo-background a h5:active, .links-logo-background a h5:hover, .links-logo-background a h6.focus, .links-logo-background a h6:active, .links-logo-background a h6:hover, .links-logo-background a.focus, .links-logo-background a:active, .links-logo-background a:hover, a.links-logo-background.focus, a.links-logo-background:active, a.links-logo-background:hover {
        color: #ccb100;
    }

.links-white a:active, .links-white a:hover, .links-white a:visited {
    color: #fff;
}

.links-default a, a.links-default {
    color: #0086ce;
}

    .links-default a.focus, .links-default a:active, .links-default a:hover {
        color: #00659b;
        text-decoration: underline !important;
    }

    .links-default a h1, .links-default a h2, .links-default a h3, .links-default a h4, .links-default a h5, .links-default a h6 {
        color: #111;
    }

        .links-default a h1.focus, .links-default a h1:active, .links-default a h1:hover, .links-default a h2.focus, .links-default a h2:active, .links-default a h2:hover, .links-default a h3.focus, .links-default a h3:active, .links-default a h3:hover, .links-default a h4.focus, .links-default a h4:active, .links-default a h4:hover, .links-default a h5.focus, .links-default a h5:active, .links-default a h5:hover, .links-default a h6.focus, .links-default a h6:active, .links-default a h6:hover {
            color: #000;
        }

    .box .box-body ul.product-list li a:hover h1, .box .box-body ul.product-list li a:hover h2, .box .box-body ul.product-list li a:hover h3, .box .box-body ul.product-list li a:hover h4, .box .box-body ul.product-list li a:hover h5, .box .box-body ul.product-list li a:hover h6, .main-carousel .tab-content .car-teaser a:hover h3, .main-carousel .tab-content .car-teaser a:hover p, .medibox .medibox-body .medi-column .medibox-entry a:hover h1, .medibox .medibox-body .medi-column .medibox-entry a:hover h2, .medibox .medibox-body .medi-column .medibox-entry a:hover h3, .medibox .medibox-body .medi-column .medibox-entry a:hover h4, .medibox .medibox-body .medi-column .medibox-entry a:hover h5, .medibox .medibox-body .medi-column .medibox-entry a:hover h6, .product-list li a:hover h1, .product-list li a:hover h2, .product-list li a:hover h3, .product-list li a:hover h4, .product-list li a:hover h5, .product-list li a:hover h6, a.links-default.focus, a.links-default:active, a.links-default:hover {
        color: #00659b;
    }

.links-underline a:hover, a.links-underline:hover {
    text-decoration: underline !important;
}

h3.small {
    font-size: 0.875rem;
    line-height: 1.188rem;
    margin: 0 0 4px;
}

.breadcrumb-item.small {
    font-size: 12px;
    line-height: 1.6;
}

.breadcrumb-item .small, p.small {
    font-size: 12px;
}

.bold, h3.small {
    font-weight: 700;
}

.sticky-sky {
    position: sticky;
}

.sticky-sky, .sticky-top {
    position: -webkit-sticky;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

@media (max-width: 459px) {
    .text-center-xs-down {
        text-align: center;
    }
}

.font-weight-normal {
    font-weight: 400 !important;
}

.of-auto {
    overflow: auto;
}

.inline-comma a, .inline-comma p, .inline-links a, .inline-links p {
    display: inline;
}

    .inline-links a::after, .inline-links p::after {
        content: " |";
        color: #333 !important;
    }

    .inline-comma a:last-of-type::after, .inline-comma p:last-of-type::after, .inline-links a:last-of-type::after, .inline-links p:last-of-type::after {
        content: "";
    }

    .inline-comma a::after, .inline-comma p::after {
        content: ", ";
        color: #333 !important;
    }

.reha-icon {
    max-width: 30px;
}

.bcfs {
    font-size: 12px;
}

.hockeysky {
    margin-top: -16px;
}

.hockey120 {
    text-align: right;
    margin-right: -136px;
}

@media (max-width: 1023px) {
    .hockey120 {
        text-align: center;
        margin-right: 0;
    }
}

.hockey160 {
    text-align: right;
    margin-right: -176px;
}

@media (max-width: 1023px) {
    .hockey160 {
        text-align: center;
        margin-right: 0;
    }
}

.hockeyhalfpage {
    text-align: right;
    margin-right: -316px;
}

@media (max-width: 1023px) {
    .hockeyhalfpage {
        text-align: center;
        margin-right: 0;
    }
}

.leaderboard {
    display: flex;
    width: 100%;
}

@media (max-width: 1023px) {
    .leaderboard {
        text-align: center;
        margin-right: 0;
    }
}

.ad_main {
    display: flex;
    max-width: 100%;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .ad_main {
        flex: 0 1 1076px;
    }
}

.ad_sky {
    display: flex;
    flex: 0 2 300px;
}

@media (max-width: 1023px) {
    .ad_sky {
        display: none;
    }
}

.ad .box-header {
    margin: 0 0.5rem;
    padding: 6px 10px;
    max-height: 32px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom: none;
}

    .ad .box-header h1, .ad .box-header h2, .ad .box-header h3, .ad .box-header h4, .ad .box-header h5, .ad .box-header h6, .adbox .box-header h1, .adbox .box-header h2, .adbox .box-header h3, .adbox .box-header h4, .adbox .box-header h5, .adbox .box-header h6 {
        font-weight: 400;
        color: #333;
    }

.ad .box-body, .ad .box-header, .adbox .box-header {
    background-color: #efefef;
    border: 1px #efefef solid;
}

.ad .box-body {
    margin: 0 0.5rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top: none;
}

    .ad .box-body .column a:hover {
        color: #1a1a1a;
        text-decoration: none;
    }

.ad.row-1 .box-body, .ad.row-2 .box-body, .ad.row-3 .box-body {
    padding: 8px 2px;
}

.right_bar .ad.row-1 .box-link, .right_bar .ad.row-2 .box-link, .right_bar .ad.row-3 .box-link {
    padding: 0 10px;
}

.adbox, .article {
    min-height: 1px;
}

    .adbox .box-header {
        padding: 6px 10px;
        height: 32px;
        color: #333;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        border-bottom: none;
    }

    .adbox .box-body {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        border: 1px #efefef solid;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top: none;
        background-color: #fff;
    }

    .adbox.row-1 .box-body {
        padding: 8px 10px;
    }

    .adbox .source {
        margin-bottom: 0;
    }

    .article div.embed-responsive, .article p, .article ul {
        margin-bottom: 16px;
    }

    .article ul {
        list-style-image: url(/Web/GLO/img/ul.png);
        padding-left: 16px;
        list-style-position: outside;
        display: table;
    }

table ul {
    display: block !important;
}

.article ol li, .article ul li, .box .box-body ul.product-list li, .source ol li {
    margin-bottom: 8px;
}

    .article ol li:last-of-type, .article ul li:last-of-type {
        margin-bottom: 0;
    }

.article ul ul {
    list-style-image: none;
}

.article ol {
    margin-bottom: 16px;
    padding-left: 16px;
    list-style-position: outside;
}

.article .articleimage {
    width: 47%;
    float: left;
    margin-top: 4px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.articleimage {
    margin-bottom: 1rem;
}

.source .row {
    margin: 0px;
}

    .source .row div {
        margin: 0px;
    }

.source {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.0625rem;
    display: grid;
}

    .source .card {
        border: 0;
        width: 100%;
    }

    .source .card-block {
        padding: 1rem 0 0;
    }

    .source ol {
        padding-left: 5px;
    }

    .source .source-con1 {
        padding: 0;
        margin-right: 16px;
    }

    .source .source-con2 {
        padding: 0;
    }

    .source .source-con3 {
        padding: 0;
        margin-right: 16px;
    }

    .source .source-con4 {
        padding-left: 5px;
        padding: 0;
    }

        .source .source-con4 ol, .source .source-con4 ul {
            margin-left: 8px;
        }

.rehaimage {
    display: flex;
    margin-bottom: 16px;
}

    .rehaimage img {
        max-width: 100%;
    }

a.media-icon {
    display: flex;
    align-items: center;
}

    a.media-icon span {
        background: #0086ce;
        color: #fff;
        border-radius: 0.25rem;
        margin-right: 4px;
        font-size: 10px;
        padding: 0 5px;
        font-weight: 700;
        height: 13px;
        line-height: 1.2;
        display: inline-block;
    }

    a.media-icon:hover span {
        background: #00659b;
        text-decoration: none;
    }

.box {
    min-height: 1px;
}

    .box .box-header {
        padding: 6px 10px;
        height: auto;
        color: #333;
        background-color: #fd0;
        border: 1px #fd0 solid;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        border-bottom: none;
    }

        .box .box-header h1, .box .box-header h2, .box .box-header h3, .box .box-header h4, .box .box-header h5, .box .box-header h6 {
            font-weight: 400;
            color: #333;
            margin-bottom: 0;
        }

        .box .box-header h2, .box .box-header h3 {
            font-size: 0.875rem;
            line-height: 19px;
        }

    .box .box-body {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        border: 1px #fd0 solid;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top: none;
        background-color: #fff;
    }

    .box.row-1 .box-body, .box.row-2 .box-body, .box.row-3 .box-body {
        padding: 8px 2px;
    }

.right_bar .box.row-1 .box-link, .right_bar .box.row-2 .box-link, .right_bar .box.row-3 .box-link {
    padding: 0 8px;
}

.breadcrumb-item {
    font-size: 12px;
}

.breadcumb {
    margin-bottom: 16px;
}

.input-group-btn, .main-carousel .tab-content .car-teaser a, .navi ul, .navi ul li:hover > ul {
    display: block;
}

.box .box-body ul.product-list, .form-group {
    margin-bottom: 0;
}

    .form-group .dropdown-menu .ms-res-item.ms-res-item-active {
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        color: #fff;
        background-color: #fd0;
    }

    .form-group .dropdown-menu .ms-res-item {
        border-top: 1px solid #fffccc;
        border-bottom: 1px solid #fffccc;
    }

    .form-group .dropdown-menu {
        background-color: #fffccc;
        overflow-y: auto;
        position: absolute;
        left: 8px;
        right: 8px;
    }

    .form-group label {
        padding-top: 7px;
    }

    .form-group .ms-helper {
        bottom: -16px;
    }

    .form-group .ms-ctn .ms-input-readonly {
        display: none;
    }

    .form-group .ms-ctn.form-control {
        padding: 2px 12px;
        min-height: 32px;
    }

    .form-group .ms-ctn .ms-sel-ctn {
        margin-left: 0;
    }

    .form-group .ms-ctn .ms-sel-item {
        margin: 3px 5px 3px 0;
    }

    .form-group .ms-ctn input {
        margin: 0;
        line-height: 26px;
        font-size: 0.875rem;
        color: #333;
        min-width: 100px !important;
        border: 0;
        box-shadow: none;
        -webkit-transition: none;
        outline: 0;
        display: block;
        padding: 0;
        border-color: #fd0;
    }

    .form-group .ms-ctn-focus {
        border-color: #fd0;
        -webkit-box-shadow: inset 0 0 0 #fd0, 0 0 8px #fd0;
        box-shadow: inset 0 0 0 #fd0, 0 0 8px #fd0;
    }

    .form-group .ms-res-ctn .ms-res-item {
        padding: 2px 11px;
        color: #888;
        font-size: 14px;
    }

    .form-group .ms-res-ctn .ms-res-item-active, .form-group .ms-sel-ctn .ms-sel-item {
        background: #fffccc;
    }

        .form-group .ms-sel-ctn .ms-sel-item .ms-close-btn {
            width: 7px;
            cursor: pointer;
            height: 7px;
            float: right;
            margin: 6px 2px 0 10px;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAEZ0FNQQAAsY58+1GTAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjahI7BCQAwCAOTzpThHMHh3Kl9CVos9XckFwQAuPtGuWTWwMwaczKzyHsqg6+5JqMJr28BABHRwmTWQFJjTmYWOU1L4tdck9GE17dnALGAS+kAR/u2AAAAAElFTkSuQmCC);
        }

    .form-group .ms-ctn .ms-sel-ctn {
        margin-left: 0;
    }

.ms-ctn .ms-sel-ctn {
    margin-left: -7px;
}

.ms-no-trigger .ms-sel-ctn {
    padding-right: 0;
}

.ms-sel-ctn {
    overflow: auto;
    line-height: 18px;
    padding-right: 25px;
}

.form-group .ms-sel-ctn .ms-sel-item {
    background: #fffccc;
}

.form-group .ms-ctn .ms-sel-item {
    margin: 3px 5px 3px 0;
}

.ms-ctn .ms-sel-item {
    background: #f3f3f3;
    color: #999;
    float: left;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 1px 5px 1px 0;
}

.input-group .input-group-addon {
    font-size: 14px;
    padding: 6px 12px;
    background-color: #fd0;
    border: 1px solid #fd0;
    color: #333;
    line-height: 1;
    min-width: 47px;
    justify-content: center;
}

.input-group .form-control {
    z-index: 0;
}

    .input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
        z-index: 0;
    }

.dropdown-menu {
    border: 1px solid #111;
}

.btn:hover, .identa label:hover {
    cursor: pointer;
}

.btn:focus {
    box-shadow: none;
}

.radio {
    padding-left: 6px;
    background: #f3f8e3;
}

.searchbar button {
    margin-left: 4px;
    padding: 0.5rem 0.75rem;
    color: #fff;
    border: 0;
    background-color: #0086ce;
    float: right;
    border-radius: 5px;
    font-weight: 700;
}

    .searchbar button:hover {
        background-color: #00659b;
    }

.searchbar h4 {
    padding-top: 7px;
    margin: 0;
}

.identa-picture {
    max-width: 100px;
}
.medibox {
    border: 1px #efefef solid;
    border-radius: 0.25rem;
    margin-bottom: 16px;
}

    .medibox img {
        display: block;
        float: right;
        max-height: 50px;
        margin-left: 10px;
    }

    .medibox .medibox-header {
        padding: 8px 10px;
        background-color: #efefef;
    }

        .medibox .medibox-header h1, .medibox .medibox-header h2, .medibox .medibox-header h3, .medibox .medibox-header h4, .medibox .medibox-header h5, .medibox .medibox-header h6 {
            color: #333;
        }

        .medibox .medibox-header p {
            color: #555;
            font-size: 12px;
        }

    .medibox .medibox-body {
        display: flex;
        flex-flow: column;
        padding: 8px 10px 0;
    }

        .medibox .medibox-body .medi-column {
            flex: 0 1 auto;
            width: 100%;
        }

            .medibox .medibox-body .medi-column:nth-of-type(even) {
                padding-left: 0;
            }

            .medibox .medibox-body .medi-column:nth-of-type(odd) {
                padding-right: 0;
            }

            .medibox .medibox-body .medi-column .medibox-entry {
                display: flex;
                margin-bottom: 16px;
            }

                .medibox .medibox-body .medi-column .medibox-entry img {
                    float: left;
                    max-height: 40px;
                    margin-left: 0;
                    margin-right: 10px;
                }

@media (min-width: 530px) {
    .medibox .medibox-body .medi-column {
        width: 50%;
    }

        .medibox .medibox-body .medi-column:nth-of-type(even) {
            padding-left: 8px;
        }

        .medibox .medibox-body .medi-column:nth-of-type(odd) {
            padding-right: 8px;
        }
}

@media (min-width: 768px) {
    .medibox .medibox-body .medi-column {
        width: 100%;
    }

        .medibox .medibox-body .medi-column:nth-of-type(even) {
            padding-left: 0;
        }

        .medibox .medibox-body .medi-column:nth-of-type(odd) {
            padding-right: 0;
        }
}

@media (min-width: 530px) {
    .medibox .medibox-body {
        flex-flow: row;
    }
}

@media (min-width: 768px) {
    .medibox .medibox-body {
        flex-flow: column;
    }
}

.medibox .medibox-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0086ce;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    height: 50px;
}

    .medibox .medibox-panel img {
        display: block;
        height: 50px;
        margin-left: 0;
    }

    .medibox .medibox-panel h1, .medibox .medibox-panel h2, .medibox .medibox-panel h3, .medibox .medibox-panel h4, .medibox .medibox-panel h5, .medibox .medibox-panel h6 {
        color: #fff;
        margin: 0 8px;
    }

@media (min-width: 768px) {
    .medibox .medibox-panel img {
        display: block;
    }

    .medibox .medibox-panel h1, .medibox .medibox-panel h2, .medibox .medibox-panel h3, .medibox .medibox-panel h4, .medibox .medibox-panel h5, .medibox .medibox-panel h6 {
        margin: 0 8px;
    }
}

.medibox .medibox-text {
    display: flex;
    flex: 0 1 100%;
    flex-flow: column;
}

img.medibox-img {
    float: none !important;
    max-height: inherit !important;
    margin-right: 0 !important;
    margin-bottom: 16px !important;
}

.navi {
    display: flex;
}

    .navi hr {
        margin: 4px 0;
        background-color: #555;
        border-top: 1px solid #fff;
        border-bottom: none;
    }

    .navi ul li {
        float: left;
        display: block;
        background: #111;
    }

        .navi ul li a {
            display: block;
            padding: 6px 16px;
        }

            .navi ul li a:active, .navi ul li a:hover {
                text-decoration: none;
                color: #fff;
                background: #555;
            }

        .navi ul li:hover {
            background: #555;
        }

    .navi ul ul {
        display: none;
        position: absolute;
        margin: 0;
        background-color: #555;
    }

        .navi ul ul li {
            font-weight: 400;
            float: none;
            position: relative;
            text-align: left;
        }

            .navi ul ul li a {
                display: block;
                min-width: 100%;
                background: #555;
            }

                .navi ul ul li a:active, .navi ul ul li a:hover {
                    color: #fff;
                    background: #111;
                    display: block;
                }

.bg-navi {
    background-color: #111;
}

.index {
    display: inline-block;
    margin-bottom: 16px;
}

    .forwardsocial ul, .index ul {
        list-style: none;
        display: block;
    }

    .index li {
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
        text-align: center;
    }

        .index li a {
            border-radius: 4px;
            float: left;
            background: #0086ce;
            color: #fff;
            padding: 3px;
            min-width: 31px;
            min-height: 31px;
            line-height: 1.8;
        }

            .index li a:hover, .navi ul li a {
                color: #fff;
                text-decoration: none;
            }

            .index .active a, .index li a:hover {
                background: #00659b;
            }

.introtext {
    font-weight: 700;
    margin-bottom: 16px;
    width: 100%;
}

.clinic_icon img {
    max-height: 38px;
    max-width: 32px;
}

.lock-icon-small {
    background: url(/Web/GLO/img/lock-icon-small.png) no-repeat;
    width: 22px;
    height: 12px;
    display: inline-block;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 10000;
}

.cookie {
    z-index: 10001;
}

.text-font-gray-important {
    color: #333 !important;
}

.alert-img {
    width: 80px;
    float: right;
    margin-left: 10px;
}

.odf-img {
    max-height: 42px;
}

#debekaLogo {
    max-height: 32px;
}

.page-item.disabled.active .page-link {
    background-color: #00659b;
    color: #fff;
    border: 0;
}

.page-item.disabled .page-link {
    background-color: transparent;
    color: #333;
}

.row-1 .box-body .column .pagination a {
    color: #fff;
}

.column .product-list, .product-list {
    margin-bottom: 16px;
}

    .column .product-list li, .product-list li {
        margin-bottom: 10px;
    }

        .box .box-body ul.product-list li:last-of-type, .product-list li:last-of-type {
            margin-bottom: 0;
        }

        .box .box-body ul.product-list li a:hover, .product-list li a:hover {
            color: #00659b;
            text-decoration: underline;
        }

    .box .box-body ul.product-list li a h5, .column .product-list h5, .product-list h5 {
        color: #0086ce;
    }

    .column .product-list p, .product-list p {
        color: #333;
        line-height: 1;
    }

.productimage {
    max-width: 160px;
    max-height: 160px;
    float: right;
    margin-top: 4px;
    margin-left: 16px;
    margin-bottom: 10px;
}

.forwardsocial, .producticons {
    margin-bottom: 16px;
    display: inline-block;
}

    .producticons button {
        padding: 0;
        border: 0;
        margin: 0 8px 0 0;
    }

.product_main p {
    margin-bottom: 1rem;
}

.forwardsocial {
    font-size: small;
}

    .forwardsocial li {
        float: left;
        margin-right: 8px;
    }

        .forwardsocial li:last-of-type {
            margin-right: 0;
        }

        .forwardsocial li a {
            display: flex;
            align-items: center;
            border-radius: 4px;
            float: left;
            background: #0086ce;
            color: #fff;
            padding: 5px 4px;
        }

            .forwardsocial li a:hover {
                background: #00659b;
                color: #fff;
                text-decoration: none;
            }

        .forwardsocial li img {
            width: 16px;
            height: 16px;
        }

    .forwardsocial .navs {
        margin: 0 4px 0 7px;
    }

@media (max-width: 1023px) {
    .forwardsocial li a {
        padding: 8px;
        border-radius: 20px;
    }

    .forwardsocial li img {
        width: 24px;
        height: 24px;
    }

    .forwardsocial li .navs {
        display: none;
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fffccc;
}

.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop .fade .in, .modal-backdrop.fade {
    opacity: 0.5 !important;
}

.modal-dialog {
    max-width: 1024px;
}

#modal-brochures .modal-dialog, #modal-pdf .modal-dialog, #modal-quality .modal-dialog {
    width: 98%;
    height: 92%;
    padding: 0;
}

#modal-brochures .modal-content, #modal-pdf .modal-content, #modal-quality .modal-content {
    height: 99%;
}

#modal-brochures .modal-body, #modal-pdf .modal-body, #modal-quality .modal-body {
    height: calc(100% - 120px);
}

    #modal-brochures .modal-body iframe, #modal-pdf .modal-body iframe, #modal-quality .modal-body iframe {
        height: 100%;
        width: 100%;
    }

    #modal-brochures .modal-body div.collapse.show {
        height: 100%;
    }

.letterbox {
    background-color: #fd0;
    color: #000;
    padding: 8px 10px;
    margin-bottom: 16px;
    border-radius: 0.25rem;
}

    .letterbox h1, .letterbox h2, .letterbox h3, .letterbox h4, .letterbox h5, .letterbox h6 {
        color: #000;
    }

    .letterbox img {
        max-height: 50px;
        float: left;
        margin-right: 16px;
    }

.nav-tabs {
    border: 0;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #00659b;
        border: 0;
    }

.tab-pane .btn.product-toggle {
    height: 23px;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    padding: 4px 8px;
    float: right;
}

    .tab-pane .btn.product-toggle[aria-expanded="false"] span::before, .tab-pane .btn.product-toggle[aria-expanded="true"] span::before {
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 0.255em;
        vertical-align: 0.15em;
        content: "";
        border-right: 0.3em solid transparent;
        border-left: 0.3em solid transparent;
    }

    .tab-pane .btn.product-toggle[aria-expanded="true"] span::before {
        border-bottom: 0.3em solid;
    }

    .tab-pane .btn.product-toggle[aria-expanded="false"] span::before {
        border-top: 0.3em solid;
    }

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: 0 0;
    }

    .youtube-player img.youtube-thumbnail {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto !important;
        max-width: 100%;
        width: 100% !important;
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        height: auto;
        cursor: pointer;
        -webkit-transition: 0.4s all;
        -moz-transition: 0.4s all;
        transition: 0.4s all;
        float: none;
    }

    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }

    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url(//i.imgur.com/TxzC70f.png) no-repeat;
        cursor: pointer;
    }

.custom-file-control::before {
    content: "Durchsuchen";
    padding: 5px 1rem 0.5rem;
}

.custom-file-control::after {
    content: "Datei upload";
    position: absolute;
    top: -3px;
    right: 152px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 32px;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #fd0;
}

.identa label.custom-control.custom-checkbox, .identa label.custom-control.custom-radio {
    padding-top: 0;
    padding-left: 0;
    display: block;
}

    .identa label.custom-control.custom-checkbox .custom-control-description, .identa label.custom-control.custom-radio .custom-control-description {
        font-size: 12px;
        padding-left: 1.2rem;
        padding-top: 2px;
        display: block;
    }

    .identa label.custom-control.custom-checkbox .custom-control-indicator, .identa label.custom-control.custom-radio .custom-control-indicator {
        top: 50px;
    }

.tree-nav {
    margin-right: 5px;
    font-weight: 700;
    color: #000;
}

.tree-minus:after {
    content: "-";
}

.tree-plus:after {
    content: "+";
}

.tree-loading:after {
    content: "O";
}

.catalogentry {
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalogentry-children {
    margin-left: 20px;
}

.catalogentry-link {
    white-space: nowrap;
}

nav .container {
    padding-top: 26px;
    padding-bottom: 6px;
    align-items: inherit;
}

@media (max-width: 767px) {
    nav .container {
        border-bottom: 1px #111 solid;
        padding: 8px;
    }
}

nav .container .nav_main .h-mobile-icon {
    display: flex;
    flex-flow: column;
    width: 60px;
    height: 50px;
    color: #111;
    font-weight: bold;
    border-radius: 0.25rem;
    align-items: center;
    justify-content: center;
}

    nav .container .nav_main .h-mobile-icon img {
        max-height: 15px;
    }

    nav .container .nav_main .h-mobile-icon:active, nav .container .nav_main .h-mobile-icon:focus, nav .container .nav_main .h-mobile-icon:hover, ul.ui-menu li.ui-menu-item a:active, ul.ui-menu li.ui-menu-item a:focus, ul.ui-menu li.ui-menu-item a:hover {
        text-decoration: none;
    }

@media screen and (min-width: 380px) {
    nav .container .nav_main .h-mobile-icon {
        width: 70px;
    }
}

@media (min-width: 460px) {
    nav .container .nav_main .h-mobile-icon {
        width: 25%;
        height: 32px;
    }

        nav .container .nav_main .h-mobile-icon p {
            padding-left: 4px;
        }
}

nav .btn-brand:active, nav .btn-brand:focus, nav .btn-brand:hover {
    background-color: #2b2b2b;
}

nav .form-control {
    height: 32px;
    font-size: 14px;
    border: 1px solid #111;
}

    nav .form-control:focus {
        border-color: #555;
        -webkit-box-shadow: inset 0 0 0 #111, 0 0 8px #111;
        box-shadow: inset 0 0 0 #111, 0 0 8px #111;
    }

nav .input-group-btn {
    display: block;
    height: 32px;
}

nav .btn {
    height: 32px;
}

nav .input-group {
    max-width: 550px;
}

nav form {
    margin-bottom: 0;
    justify-content: center;
}

nav .nav_sky {
    display: none;
}

    nav .nav_sky .login-link {
        font-size: 12px;
        padding-top: 2px;
    }

@media (min-width: 768px) {
    nav .nav_sky {
        display: flex;
        flex-flow: column;
        padding-right: 16px;
    }
}

nav .col-9 {
    margin-left: 132px;
}

.search {
    color: #fff;
    background-color: #000;
    padding: 2px 16px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: inline-block;
    font-size: 12px;
}

.logo {
    max-height: 100px;
    position: fixed;
    top: 8px;
    margin-left: 8px;
}

@media (max-width: 767px) {
    .logo {
        position: relative;
        top: 0;
        max-height: 60px;
        margin-left: 0;
    }
}

@media (max-width: 459px) {
    .logo {
        max-height: 50px;
    }
}

.btn.search_btn, .hamburger-menu .input-group-btn .btn.search_btn {
    padding: 1px 6px;
}

.social a {
    border-radius: 24px;
    background: #666;
    color: #fff;
    padding: 6px;
    margin: 0 4px 0 0;
}

    .social a:hover {
        background: #333;
        text-decoration: none;
    }

    .social a img {
        width: 21px;
    }

    .social a:last-of-type {
        margin-right: 0;
    }

.hamburger-menu ul {
    padding-left: 1rem;
    padding-bottom: 8px;
}

    .hamburger-menu ul li {
        margin-top: 8px;
    }

.hamburger-menu .form-control {
    max-width: 500px;
    margin: 1rem 0 0.5rem 1rem;
}

.hamburger-menu .input-group-btn {
    margin: 1rem 1rem 0.5rem 0;
}

.hamburger-menu .btn {
    text-align: left;
    padding: 0.5rem 1rem;
    border-radius: 0;
    font-weight: 400;
}

    .hamburger-menu .btn.btn-primary.btn-block, .hamburger-menu .btn.btn-primary.btn-block.collapsed {
        background-color: #111;
        border: #111;
        color: #fff;
    }

        .hamburger-menu .btn.btn-primary.btn-block:active, .hamburger-menu .btn.btn-primary.btn-block:focus, .hamburger-menu .btn.btn-primary.btn-block:hover {
            background-color: #555;
            color: #fff;
            border-color: #555;
        }

.hamburger-menu #accordion {
    padding-bottom: 8px;
}

.hamburger-menu .drop-icon:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.15em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.mItem {
    background-color: #555;
}

@media (min-width: 768px) {
    .hamburger-menu.collapse.show {
        display: none;
    }
}

.profil-menu, .search-menu {
    padding: 16px;
}

    .search-menu .btn.search_btn {
        background-color: #555;
        border: 1px #555 solid;
        border-left: 1px #555 solid;
        border-bottom: none;
    }

    .search-menu form {
        max-width: 500px;
    }

    .profil-menu .btn.btn-brand {
        background-color: #555;
    }

    .profil-menu a, .row-1 .box-body .column .main-carousel .car-nav a, .row-1 .box-body .column .main-carousel .car-nav a:hover {
        color: #fff;
    }

        .profil-menu a:active, .profil-menu a:focus, .profil-menu a:hover {
            color: #fff;
            text-decoration: none;
        }

.navi {
    border-bottom: 1px solid #fff;
}

    .navi #navbar {
        margin-left: 132px;
    }

.sticky-sky {
    top: 117px;
}

#leaderboard_container {
    padding-top: 67px;
}

@media (min-width: 460px) {
    #leaderboard_container {
        padding-top: 77px;
    }
}

@media (min-width: 768px) {
    #leaderboard_container {
        padding-top: 117px;
    }
}

#mainAccordion .searchpro {
    color: #fff;
    padding-top: 14px;
    font-size: 14px;
}

.fach-link h1, .fach-link h2, .fach-link h3, .fach-link h4, .fach-link h5, .fach-link h6 {
    color: #0086ce;
}

.fach-link:hover {
    cursor: pointer;
}

    .fach-link:hover h1, .fach-link:hover h2, .fach-link:hover h3, .fach-link:hover h4, .fach-link:hover h5, .fach-link:hover h6 {
        color: #00659b;
        text-decoration: underline;
    }

.fach-link-main {
    background-color: #0086ce;
    color: #fff !important;
    border-radius: 0.25rem;
    padding: 2px 8px;
}

    .fach-link-main:hover {
        background-color: #00659b;
        cursor: pointer;
    }

ul.ui-menu {
    z-index: 1031;
    background-color: #fffccc;
    position: absolute;
    border: 1px solid #111;
}

    ul.ui-menu li.ui-autocomplete-category {
        text-align: center;
        font-weight: 700;
        padding: 8px 0 4px;
        margin-bottom: 2px;
        border-bottom: 1px solid #333;
    }

    ul.ui-menu li.ui-menu-item a {
        border: 1px solid #fffccc;
        border-left: none;
        border-right: none;
        display: block;
        padding: 4px 13px;
        color: #333;
    }

        ul.ui-menu li.ui-menu-item a.ui-state-active {
            border: 1px solid #333;
            border-left: none;
            border-right: none;
            background: #fd0;
            cursor: pointer;
        }

#ui-id-1 {
    position: fixed;
}

button.slick-next, button.slick-prev {
    height: 50px;
    margin: auto 0;
    background: #323232;
    opacity: 0.7;
}

button.slick-prev {
    left: 0 !important;
    z-index: 1 !important;
}

.car-button-left, .car-button-right {
    position: absolute;
    height: 100%;
    top: 0;
    width: 20px;
    z-index: 1;
    opacity: 0.7;
}

.car-button-left {
    left: 0;
}

.car-button-right {
    right: 0;
}

    .car-button-left:hover, .car-button-right:hover {
        background: #464646;
        cursor: pointer;
    }

button.slick-next {
    right: 0 !important;
}

.car-button:hover {
    background: #464646;
}

.slider-nav .slick-slide {
    margin: 0 4px;
    height: 75px;
    overflow: hidden;
}

    .slider-nav .slick-slide:first-of-type {
        margin-left: 0;
    }

    .slider-nav .slick-slide:last-of-type {
        margin-right: 0;
    }

    .slider-nav .slick-slide.slick-current img {
        border: 2px #111 solid;
    }

.dots .slick-dots {
    position: inherit;
    margin-bottom: 16px;
    margin-top: -16px;
}

    .dots .slick-dots li button::before {
        font-size: 15px;
        color: #111;
    }

.main-carousel {
    display: flex;
    flex-flow: row;
    margin-bottom: 16px;
}

    .main-carousel .dots .slick-dots {
        margin: 0;
    }

    .main-carousel .car-nav {
        flex: 0 0 180px;
        overflow: hidden;
    }

    .main-carousel .car-cont {
        overflow: hidden;
    }

    .main-carousel .car-main {
        flex: 0 1 auto;
    }

    .main-carousel .nav-tabs {
        width: 100%;
        display: block;
    }

        .main-carousel .nav-tabs .nav-item, .main-carousel .tab-content .car-teaser img {
            margin-bottom: 8px;
        }

            .main-carousel .nav-tabs .nav-item:last-of-type {
                margin-bottom: 0;
            }

        .main-carousel .nav-tabs .nav-link {
            overflow: hidden;
            padding: 6px;
            font-size: 88%;
            height: 48px;
            background-color: #0086ce;
            color: #fff;
            border: 0;
            border-bottom-left-radius: 0.25rem;
            border-bottom-right-radius: 0.25rem;
        }

            .main-carousel .nav-tabs .nav-link.active, .main-carousel .nav-tabs .nav-link:hover {
                background-color: #00659b;
            }

    .main-carousel .tab-content .fade {
        transition: opacity 1s linear;
    }

    .main-carousel .tab-content .car-teaser h3 {
        font-size: 0.875rem;
        margin: 0 0 4px;
        color: #0086ce;
    }

    .main-carousel .tab-content .car-teaser a p {
        color: #333;
    }

    .main-carousel .tab-content .car-teaser a:hover {
        text-decoration: none;
    }

.ad .box-body .column .main-carousel, .row-1 .box-body .column .main-carousel {
    margin-bottom: 0;
}

    .row-1 .box-body .column .main-carousel .tab-content .car-teaser img {
        width: 100%;
        float: none;
        margin: 4px 0 6px;
    }

    .row-1 .box-body .column .main-carousel .car-nav {
        margin-top: 4px;
    }

    .ad .box-body .column .main-carousel .car-main, .row-1 .box-body .column .main-carousel .car-main {
        margin-right: 0;
    }

    .ad .box-body .column .main-carousel .car-nav a {
        background-color: #d6d6d6;
        color: #333;
    }

        .ad .box-body .column .main-carousel .car-nav a:hover {
            color: #333;
            background-color: #bcbcbc;
        }

    .ad .box-body .column .main-carousel .car-nav .nav-link.active {
        background-color: #bcbcbc;
    }

.ad .main-carousel .tab-content .car-teaser a:hover h3, .ad .main-carousel .tab-content .car-teaser a:hover p {
    color: #1a1a1a;
}

.collapse-view {
    background: #0086ce;
    border-radius: 0.2rem;
}

.monograph-view {
    border: 1px #0086ce solid;
    border-radius: 0.2rem;
}

.btn-social {
    margin-left: 20px;
    border-radius: 40px;
    padding: 5px 8px 26px 6px;
}

.btn-social-img {
    width: 18px;
    height: 20px;
}

.table-content {
    font-weight: 700;
}

    .table-content .header {
        background-color: #e6f3fb;
        color: #000;
        padding: 1px 5px 1px 6px;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .table-content .header p {
            font-weight: 700;
            margin: 0 2px;
            padding: 6px 0;
        }

    .table-content .list {
        background-color: #e6f3fb;
        padding: 0 5px 10px;
        display: flex;
        flex-wrap: wrap;
        font-weight: 400;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

        .table-content .list .col-12, .table-content .list .col-sm-6 {
            padding-right: 3px !important;
            padding-left: 3px !important;
        }

        .table-content .list a {
            display: block;
            padding: 6px 6px 6px 8px;
            box-shadow: 0 0 0 2px #e6f3fb;
            flex: 1 0 auto;
            background-color: #0086ce;
            color: #fff;
            text-decoration: none;
        }

            .table-content .list a:hover {
                background-color: #006ba5;
                color: #fff;
                text-decoration: none;
            }

.panel-group, .table-content {
    padding-left: 0;
    padding-right: 0;
}

    .panel, .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #0086ce;
    border-color: #0086ce;
    padding: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default {
    border-color: #0086ce;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

.panel-content {
    padding-left: 0;
    padding-right: 0;
}

a.list-group-item, button.list-group-item {
    color: #111;
    text-decoration-line: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #e6f3fb;
    border: 1px solid #ddd;
}

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.button-top {
    height: 10px;
    margin-left: 20px;
    border-radius: 24px;
    padding: 5px 6px 20px 7px;
}

.filterbox {
    height: auto;
    border: 1px #006ba5 solid;
    border-radius: 0.25rem;
    margin-bottom: 16px;
}

    .filterbox .filterbox-header {
        height: 32px;
        background-color: #0086ce;
    }

.custom-select {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: 30px;
    border: 1px #006ba5 solid;
}

.box-body {
    padding-left: 0px;
    padding-right: 0px;
}

    .box-body .form-group {
        margin: 5px 0 12px 8px;
    }

        .box-body .form-group label {
            margin-bottom: 3px;
            padding-top: 3px;
        }

.filter-radio {
    padding-top: 1px;
}

.tabui {
    margin: 0 0 8px 0;
    border-radius: 0;
}

.tabui1 {
    padding: 0;
}

    .tabui1 .btn {
        border: 1px #006ba5 solid;
        border-radius: 0px 0px 0px 0px;
    }

.btn-sfi {
    background-color: #0086ce;
}

    .btn-sfi:hover {
        background-color: #00659b;
        cursor: pointer;
    }

.form-search {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 1px 12px;
    line-height: 1.4;
    color: #111 !important;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #0086ce !important;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

    .form-search:focus {
        outline: none !important;
        border-color: #719ece;
        box-shadow: 0 0 5px #719ece;
    }

.row-1 .box-body .docbox {
    align-self: center !important;
}

/*.box-body ul li a {
    padding-left: 8px;
}*/

.right_bar .card-img {
    width: 100%;
/*    margin-bottom: 16px !important;*/
    border-radius: calc(0.25rem - 1px);
}

/* Center the loader */
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.box-border-radius {
    border-radius: 0.25rem;
}

figure.table {
    padding-left: 10px;
    padding-right: 10px;
}