.theme-otolimburg #main-navbar #main-menu-toggle {
    background: #006ca9;
}

@media (min-width: 768px) {
    .theme-otolimburg #main-navbar #main-menu-toggle {
        background: #007295;
    }

    .theme-otolimburg #main-navbar .navbar-header {
        background: #006ca9;
    }

    .theme-otolimburg #main-navbar .navbar-nav > li > a:hover,
    .theme-otolimburg #main-navbar .navbar-nav > li.active > a,
    .theme-otolimburg #main-navbar .navbar-nav > li.dropdown.open > a {
        border-bottom: 3px solid #006ca9;
    }


    .theme-otolimburg #main-navbar .dropdown-menu {
        border-top: 1px solid #006ca9;
    }
}

    .theme-otolimburg #main-menu-logo {
        height: 45px;
        background-image: url("/Content/PixelAdmin-1.3.0/html/assets/images/oto-limburg/logo_eur.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    .theme-otolimburg #main-menu .navigation a:after,
    .theme-otolimburg #main-menu .mmc-dropdown-open-ul a:after {
        background: #0081A7; /* f 5bc28 */
    }

    .theme-otolimburg #main-menu li.active > a .menu-icon {
        color: #006ca9;
    }

    .theme-otolimburg #main-menu .mmc-dropdown-open-ul .mmc-title {
        background: #0081A7;
    }

    .theme-otolimburg #main-menu .mmc-dropdown-open > a {
        background: #0081A7 !important;
    }

    .theme-otolimburg #main-navbar .navbar-brand div,
    .theme-otolimburg .demo-logo {
        background: #006ca9;
    }

    .theme-otolimburg.page-signin .signin-info,
    .theme-otolimburg.page-signup .signup-header {
        background: #006ca9;
        background: rgba(0, 143, 186, 0.8);
    }

    .theme-otolimburg .tl-entry:before {
        background: #006ca9;
        box-shadow: 0 0 0 3px #f3f3f3;
    }

    .theme-otolimburg.page-mail .mail-nav .sections li.active .label,
    .theme-otolimburg.page-mail .mail-nav .sections li.active .badge {
        background: #006ca9;
    }

    .theme-otolimburg .nav-icon-btn.nav-icon-btn-primary .label {
        background: #006ca9;
    }

    .theme-otolimburg .btn-primary,
    .theme-otolimburg .btn-primary:focus {
        border-color: #0081A7;
        border-bottom-color: #007295; /* f 2b30b */
        background: #006ca9;
        background-image: -webkit-linear-gradient(top, #4DB1CF 0%, #0081A7 100%);
        background-image: linear-gradient(to bottom, #4DB1CF 0%, #0081A7 100%);
        background-repeat: repeat-x;
    }

        .theme-otolimburg .btn-primary:hover {
            color: #ffffff;
            border-color: #199AC1;
            border-bottom-color: #007295;
            background: #0081A7 !important;
            background-image: -webkit-linear-gradient(top, #006ca9 0%, #199AC1 100%) !important;
            background-image: linear-gradient(to bottom, #006ca9 0%, #199AC1 100%) !important;
            background-repeat: repeat-x;
        }

        .theme-otolimburg .btn-primary:active,
        .theme-otolimburg .btn-primary.active,
        .open .theme-otolimburg .btn-primary.dropdown-toggle {
            background: #006ca9 !important;
            border-color: #0081A7;
            border-bottom-color: #0081A7 !important;
        }

        .theme-otolimburg .btn-primary.btn-flat {
            background: #006ca9;
        }

            .theme-otolimburg .btn-primary.btn-flat:hover,
            .theme-otolimburg .btn-primary.btn-flat:active,
            .theme-otolimburg .btn-primary.btn-flat.active,
            .open .theme-otolimburg .btn-primary.btn-flat.dropdown-toggle {
                background: #006ca9 !important;
            }

        .theme-otolimburg .btn-primary.btn-outline:hover,
        .theme-otolimburg .btn-primary.btn-outline.btn-flat:hover {
            border-color: #199AC1;
            border-bottom-color: #007295;
        }

        .theme-otolimburg .btn-primary.btn-outline:active,
        .theme-otolimburg .btn-primary.btn-outline.btn-flat:active {
            border-color: #0081A7;
        }

    .btn-group .theme-otolimburg .btn-primary,
    .btn-group .theme-otolimburg .btn-primary:focus,
    .input-group-btn .theme-otolimburg .btn-primary,
    .input-group-btn .theme-otolimburg .btn-primary:focus {
        border-left-color: #199AC1;
        border-right-color: #199AC1;
    }

        .btn-group .theme-otolimburg .btn-primary:hover,
        .btn-group.open .theme-otolimburg .btn-primary.dropdown-toggle,
        .input-group-btn .theme-otolimburg .btn-primary:hover,
        .input-group-btn.open .theme-otolimburg .btn-primary.dropdown-toggle {
            border-color: #199AC1;
            border-bottom-color: #007295;
        }

        .btn-group .theme-otolimburg .btn-primary:active,
        .btn-group .theme-otolimburg .btn-primary.active,
        .input-group-btn .theme-otolimburg .btn-primary:active,
        .input-group-btn .theme-otolimburg .btn-primary.active {
            border-left-color: #0081A7;
            border-right-color: #0081A7;
        }

    .theme-otolimburg .open .btn.btn-primary.dropdown-toggle {
        border-bottom-color: #0081A7 !important;
        background: #006ca9 !important;
    }

    .theme-otolimburg .progress-bar {
        background: #006ca9;
        border-color: #006ca9;
    }

    .theme-otolimburg .progress-striped .progress-bar {
        background-color: #006ca9;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
        background-size: 10px 10px;
    }

    .theme-otolimburg .label.label-primary {
        background: #006ca9;
    }

        .theme-otolimburg .label.label-primary[href]:hover,
        .theme-otolimburg .label.label-primary[href]:focus {
            background-color: #f4b50f;
        }

        .theme-otolimburg .label.label-primary.label-tag {
            border: 1px solid #006ca9;
        }

            .theme-otolimburg .label.label-primary.label-tag:before {
                border-color: transparent #006ca9 transparent transparent;
            }

            .theme-otolimburg .label.label-primary.label-tag[href]:hover,
            .theme-otolimburg .label.label-primary.label-tag[href]:focus {
                border-color: #f4b50f;
            }

                .theme-otolimburg .label.label-primary.label-tag[href]:hover:before,
                .theme-otolimburg .label.label-primary.label-tag[href]:focus:before {
                    border-color: transparent #f4b50f transparent transparent;
                }

    .right-to-left .theme-otolimburg .label.label-primary.label-tag:before {
        border-color: transparent transparent transparent #006ca9;
    }

    .right-to-left .theme-otolimburg .label.label-primary.label-tag[href]:hover:before,
    .right-to-left .theme-otolimburg .label.label-primary.label-tag[href]:focus:before {
        border-color: transparent transparent transparent #f4b50f;
    }

    .ie8 .right-to-left .theme-otolimburg .label.label-primary.label-tag:before,
    .ie9 .right-to-left .theme-otolimburg .label.label-primary.label-tag:before {
        border-color: transparent #006ca9 transparent transparent;
    }

    .ie8 .right-to-left .theme-otolimburg .label.label-primary.label-tag[href]:hover:before,
    .ie8 .right-to-left .theme-otolimburg .label.label-primary.label-tag[href]:focus:before,
    .ie9 .right-to-left .theme-otolimburg .label.label-primary.label-tag[href]:hover:before,
    .ie9 .right-to-left .theme-otolimburg .label.label-primary.label-tag[href]:focus:before {
        border-color: transparent #f4b50f transparent transparent;
    }

    .theme-otolimburg.right-to-left .label.label-primary.label-tag:before {
        border-color: transparent transparent transparent #006ca9;
    }

    .theme-otolimburg.right-to-left .label.label-primary.label-tag:hover:before,
    .theme-otolimburg.right-to-left .label.label-primary.label-tag:focus:before {
        border-color: transparent transparent transparent #f4b50f;
    }

    .ie8 .theme-otolimburg.right-to-left .label.label-primary.label-tag:before,
    .ie9 .theme-otolimburg.right-to-left .label.label-primary.label-tag:before {
        border-color: transparent #006ca9 transparent transparent;
    }

    .ie8 .theme-otolimburg.right-to-left .label.label-primary.label-tag:hover:before,
    .ie8 .theme-otolimburg.right-to-left .label.label-primary.label-tag:focus:before,
    .ie9 .theme-otolimburg.right-to-left .label.label-primary.label-tag:hover:before,
    .ie9 .theme-otolimburg.right-to-left .label.label-primary.label-tag:focus:before {
        border-color: transparent #f4b50f transparent transparent;
    }

    .theme-otolimburg .badge.badge-primary {
        background: #006ca9;
        border: 1px solid #006ca9;
    }

        .theme-otolimburg .badge.badge-primary[href]:hover,
        .theme-otolimburg .badge.badge-primary[href]:focus {
            background-color: #f4b50f;
            border-color: #f4b50f;
        }

    .theme-otolimburg .badge.badge-primary {
        background: #006ca9;
        border: 1px solid #006ca9;
    }

        .theme-otolimburg .badge.badge-primary[href]:hover,
        .theme-otolimburg .badge.badge-primary[href]:focus {
            background-color: #f4b50f;
            border-color: #f4b50f;
        }

    .theme-otolimburg .table-primary table {
        border-top-color: #006ca9 !important;
    }

    .theme-otolimburg .table-primary thead,
    .theme-otolimburg .table-primary thead tr,
    .theme-otolimburg .table-primary thead th,
    .theme-otolimburg .table-primary .table-header {
        border-color: #006ca9 !important;
    }

        .theme-otolimburg .table-primary thead tr,
        .theme-otolimburg .table-primary thead th {
            background: #ebb72c;
        }

    .theme-otolimburg .table-primary .table-header {
        background: #006ca9;
    }

    .theme-otolimburg .nav-tabs > li.active > a,
    .theme-otolimburg .nav-tabs > li.active > a:hover,
    .theme-otolimburg .nav-tabs > li.active > a:focus {
        background: #006ca9;
        border-bottom: 2px solid #0081A7;
    }

    .theme-otolimburg .nav-tabs .nav-tabs.nav-justified > .active > a {
        border-bottom-color: #0081A7;
    }

    .theme-otolimburg .nav-pills > li.active > a,
    .theme-otolimburg .nav-pills > li.active > a:hover,
    .theme-otolimburg .nav-pills > li.active > a:focus {
        background: #006ca9;
    }

    .theme-otolimburg .dropdown-menu > li > a:hover,
    .theme-otolimburg .dropdown-menu > li.active > a {
        background: #006ca9;
    }

    .theme-otolimburg .btn-group .btn-primary,
    .theme-otolimburg .btn-group .btn-primary:focus,
    .theme-otolimburg .input-group-btn .btn-primary,
    .theme-otolimburg .input-group-btn .btn-primary:focus {
        border-left-color: #199AC1;
        border-right-color: #199AC1;
    }

        .theme-otolimburg .btn-group .btn-primary:hover,
        .theme-otolimburg .btn-group.open .btn-primary.dropdown-toggle,
        .theme-otolimburg .input-group-btn .btn-primary:hover,
        .theme-otolimburg .input-group-btn.open .btn-primary.dropdown-toggle {
            border-color: #0081A7;
        }

        .theme-otolimburg .btn-group .btn-primary:active,
        .theme-otolimburg .btn-group .btn-primary.active,
        .theme-otolimburg .input-group-btn .btn-primary:active,
        .theme-otolimburg .input-group-btn .btn-primary.active {
            border-left-color: #0081A7;
            border-right-color: #0081A7;
        }

    .theme-otolimburg .pagination > li > a:hover {
        border-color: #006ca9;
    }

    .theme-otolimburg .pagination > li.active > a,
    .theme-otolimburg .pagination > li.active > a:hover,
    .theme-otolimburg .pagination > li.active > a:focus,
    .theme-otolimburg .pagination > li.active > span {
        background: #006ca9;
        border-color: #006ca9;
    }

    .theme-otolimburg .pager li > a:hover {
        border-color: #006ca9;
    }

    .theme-otolimburg a.list-group-item.active {
        background: #006ca9;
        border-color: #006ca9;
    }

    .theme-otolimburg .form-control:focus,
    .theme-otolimburg .form-control.focus {
        border-color: #006ca9;
    }

    .gt-ie8 .theme-otolimburg input.px:focus + .lbl:before,
    .gt-ie8 .theme-otolimburg input.px + .lbl:hover:before {
        border-color: #006ca9;
    }

    .gt-ie8 .theme-otolimburg input[type="checkbox"].px + .lbl:after {
        color: #006ca9;
    }

    .gt-ie8 .theme-otolimburg input[type="radio"].px + .lbl:after {
        background: #006ca9;
    }

    .theme-otolimburg .text-primary,
    .theme-otolimburg .text-primary:hover,
    .theme-otolimburg .text-primary:active,
    .theme-otolimburg .text-primary:focus,
    .theme-otolimburg .text-primary a,
    .theme-otolimburg .text-primary a:focus {
        color: #006ca9;
    }

        .theme-otolimburg .text-primary a:hover,
        .theme-otolimburg .text-primary a:active {
            color: #dfa50b;
        }

    .theme-otolimburg .bg-primary {
        background: #006ca9 !important;
    }

        .theme-otolimburg .bg-primary[href]:hover {
            background: #efbd38 !important;
        }

        .theme-otolimburg .bg-primary.darken {
            background: #efbd38 !important;
        }

            .theme-otolimburg .bg-primary.darken[href]:hover {
                background: #eeb82a !important;
            }

        .theme-otolimburg .bg-primary.darker {
            background: #eeb82a !important;
        }

            .theme-otolimburg .bg-primary.darker[href]:hover {
                background: #edb31c !important;
            }

        .theme-otolimburg .bg-primary * {
            border-color: #f8cf62;
        }

    .theme-otolimburg .ui-slider-handle.ui-state-active:before {
        background: #006ca9;
    }

    .theme-otolimburg .ui-slider-range {
        background: #006ca9;
    }

    .theme-otolimburg .ui-autocomplete > li > a:hover,
    .theme-otolimburg .ui-autocompletev > li.active > a {
        background: #006ca9;
    }

    .theme-otolimburg .ui-autocomplete .ui-state-focus {
        background: #006ca9;
    }

    .theme-otolimburg .ui-menu .ui-menu-item a:hover,
    .theme-otolimburg .ui-menu .ui-menu-item a.ui-state-focus,
    .theme-otolimburg .ui-menu .ui-menu-item a.ui-state-active {
        background: #006ca9;
    }

    .theme-otolimburg .ui-progressbar-value {
        background: #006ca9;
        border-color: #006ca9;
        background-color: #006ca9;
    }

    .theme-otolimburg .ui-tabs-nav > .ui-tabs-active > a,
    .theme-otolimburg .ui-tabs-nav > .ui-tabs-active > a:hover,
    .theme-otolimburg .ui-tabs-nav > .ui-tabs-active > a:focus {
        color: #fff;
        background: #006ca9;
        border-bottom: 2px solid #0081A7;
    }

    .theme-otolimburg .ui-datepicker .ui-state-active {
        background: #006ca9 !important;
    }

    .theme-otolimburg .ui-datepicker-title {
        background: #006ca9;
    }

    .theme-otolimburg .ui-datepicker th {
        background: #0081A7;
    }

    .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary,
    .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary:focus {
        border-color: #0081A7;
        border-bottom-color: #007295;
        background: #006ca9;
        background-image: -webkit-linear-gradient(top, #4DB1CF 0%, #0081A7 100%);
        background-image: linear-gradient(to bottom, #4DB1CF 0%, #0081A7 100%);
        background-repeat: repeat-x;
    }

        .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary:hover {
            color: #ffffff;
            border-color: #199AC1;
            border-bottom-color: #007295;
            background: #0081A7 !important;
            background-image: -webkit-linear-gradient(top, #006ca9 0%, #199AC1 100%) !important;
            background-image: linear-gradient(to bottom, #006ca9 0%, #199AC1 100%) !important;
            background-repeat: repeat-x;
        }

        .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary:active,
        .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.active,
        .open .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
            background: none;
            background: #006ca9 !important;
            border-color: #0081A7;
            border-bottom-color: #0081A7 !important;
            color: #ffffff;
            -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
        }

        .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
            background: #006ca9;
        }

            .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover,
            .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active,
            .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active,
            .open .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
                background: #006ca9 !important;
                color: #ffffff;
            }

        .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover,
        .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
            color: #ffffff;
            border-color: #199AC1;
            border-bottom-color: #007295;
        }

        .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active,
        .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
            border-color: #0081A7;
        }

    .btn-group .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary,
    .btn-group .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary:focus,
    .input-group-btn .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary,
    .input-group-btn .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary:focus {
        border-left-color: #199AC1;
        border-right-color: #199AC1;
    }

        .btn-group .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary:hover,
        .btn-group.open .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle,
        .input-group-btn .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary:hover,
        .input-group-btn.open .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
            border-color: #199AC1;
            border-bottom-color: #007295;
        }

        .btn-group .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary:active,
        .btn-group .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.active,
        .input-group-btn .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary:active,
        .input-group-btn .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary.active {
            border-left-color: #0081A7;
            border-right-color: #0081A7;
        }

    .theme-otolimburg .select2-drop-active,
    .theme-otolimburg .select2-container-multi.select2-container-active .select2-choices,
    .theme-otolimburg .select2-container-multi.select2-dropdown-open .select2-choices {
        border: 1px solid #006ca9;
    }

    .theme-otolimburg .select2-drop.select2-drop-above.select2-drop-active {
        border-top: 1px solid #006ca9;
    }

    .theme-otolimburg .select2-container-active .select2-choice,
    .theme-otolimburg .select2-container-active .select2-choices {
        border: 1px solid #006ca9;
    }

    .theme-otolimburg .select2-dropdown-open .select2-drop-above .select2-choice,
    .theme-otolimburg .select2-dropdown-open .select2-drop-above .select2-choices {
        border: 1px solid #006ca9;
        border-top-color: #aaa;
    }

    .theme-otolimburg .select2-results .select2-highlighted {
        background: #006ca9;
    }

    .theme-otolimburg .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
        background: #006ca9;
    }

    .theme-otolimburg .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
        background: #f4b50f;
    }

    .theme-otolimburg .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        background: #006ca9 !important;
    }

    .theme-otolimburg .switcher-primary .switcher-state-on {
        background: #006ca9 !important;
    }

    .theme-otolimburg .pixel-file-input:hover {
        border-color: #006ca9;
    }

    .theme-otolimburg .datepicker table tr td.selected,
    .theme-otolimburg .datepicker table tr td.selected:hover,
    .theme-otolimburg .datepicker table tr td.selected.disabled,
    .theme-otolimburg .datepicker table tr td.selected.disabled:hover {
        background: #006ca9;
    }

    .theme-otolimburg .datepicker table tr td.active,
    .theme-otolimburg .datepicker table tr td.active:hover,
    .theme-otolimburg .datepicker table tr td.active.disabled,
    .theme-otolimburg .datepicker table tr td.active.disabled:hover {
        background: #006ca9;
    }

    .theme-otolimburg .datepicker table tr td span.active,
    .theme-otolimburg .datepicker table tr td span.active:hover,
    .theme-otolimburg .datepicker table tr td span.active.disabled,
    .theme-otolimburg .datepicker table tr td span.active.disabled:hover {
        background: #006ca9;
    }

    .theme-otolimburg .datepicker thead tr {
        background: #0081A7;
    }

        .theme-otolimburg .datepicker thead tr:first-child {
            background: #006ca9 !important;
            border-bottom-color: #c89f31 !important;
        }

    .theme-otolimburg .datepicker thead th.prev,
    .theme-otolimburg .datepicker thead th.next {
        background: #006ca9;
    }

    .theme-otolimburg .datepicker thead th.prev {
        border-color: #c89f31;
    }

    .theme-otolimburg .datepicker thead th.next {
        border-color: #c89f31;
    }

    .theme-otolimburg .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
        border-color: #c89f31;
    }

    .theme-otolimburg .datepicker > .datepicker-days thead tr:last-child th.cw + th {
        border-color: #c89f31;
    }

    .theme-otolimburg .bootstrap-timepicker-widget table td a:hover {
        background: #006ca9;
        border-color: #006ca9;
    }

    .theme-otolimburg .pagination a.dp-today,
    .theme-otolimburg .pagination a.dp-today:hover {
        background: #99D2E3;
        border-color: #66BCD6;
    }

        .theme-otolimburg .pagination a.dp-today:hover {
            border-color: #006ca9 !important;
        }

    .theme-otolimburg .pagination a.dp-selected {
        background: #006ca9 !important;
        border-color: #006ca9 !important;
    }

    .theme-otolimburg .tt-suggestion.tt-is-under-cursor {
        background: #006ca9;
    }

    .theme-otolimburg .table-primary .dataTables_wrapper .DT-per-page {
        border-color: #006ca9 !important;
    }

    .theme-otolimburg .dropzone-box.dz-drag-hover {
        border-color: #006ca9;
    }

    .theme-otolimburg .dropzone-box:hover .fa.fa-cloud-upload {
        background: #006ca9;
    }

    .theme-otolimburg .md-editor.active {
        border-color: #006ca9;
    }

    .theme-otolimburg .widget-rating .active a {
        color: #006ca9;
    }

    .switcher-warning .switcher-state-on {
        background: #006ca9 none repeat scroll 0 0 !important;
    }

    .page-signin .signin-info .logo {
        font-size: 20px;
    }

    .page-signin .form-group.w-icon input[type="email"] {
        font-size: 15px;
        padding-left: 56px;
    }

    #page-signin-bg {
        background-image: url("/Content/PixelAdmin-1.3.0/html/assets/images/oto-limburg/signin-bg-eur.jpg");
    }

        #page-signin-bg img {
            display: none;
        }
