
.theme-otolimburg #main-navbar #main-menu-toggle {
    background: #e5416f; /* f6c440 */
}

@media (min-width: 768px) {
    .theme-otolimburg #main-navbar #main-menu-toggle {
        background: #41468a; /* dfa50b */
    }

    .theme-otolimburg #main-navbar .navbar-header {
        background: #e5416f;
    }

    .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 #e5416f;
    }

    .theme-otolimburg #main-navbar .dropdown-menu {
        border-top: 1px solid #e5416f;
    }
}

.theme-otolimburg #main-menu-logo {
    height: 45px;
    width: 125px;
    background-image: url("/Content/PixelAdmin-1.3.0/html/assets/images/oto-limburg/logos_vumc.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: #e5416f; /* f5bc28 */
}

.theme-otolimburg #main-menu li.active > a .menu-icon {
    color: #e5416f;
}

.theme-otolimburg #main-menu .mmc-dropdown-open-ul .mmc-title {
    background: #e5416f;
}

.theme-otolimburg #main-menu .mmc-dropdown-open > a {
    background: #e5416f !important;
}

.theme-otolimburg #main-navbar .navbar-brand div,
.theme-otolimburg .demo-logo {
    background: #e5416f;
}

.theme-otolimburg.page-signin .signin-info,
.theme-otolimburg.page-signup .signup-header {
    background: #e5416f;
    background: rgba(229, 65, 111, 0.8);
}

.theme-otolimburg .tl-entry:before {
    background: #e5416f;
    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: #e5416f;
}

.theme-otolimburg .nav-icon-btn.nav-icon-btn-primary .label {
    background: #e5416f;
}

.theme-otolimburg .btn-primary,
.theme-otolimburg .btn-primary:focus {
    border-color: #c43962;
    border-bottom-color: #41468a; /* f 2b30b */
    background: #e5416f;
    background-image: -webkit-linear-gradient(top, #e5416f 0%, #c43962 100%);
    background-image: linear-gradient(to bottom, #e5416f 0%, #c43962 100%);
    background-repeat: repeat-x;
}

    .theme-otolimburg .btn-primary:hover {
        color: #ffffff;
        border-color: #c43962;
        border-bottom-color: #41468a;
        background: #e5416f !important;
        background-image: -webkit-linear-gradient(top, #e5416f 0%, #c43962 100%) !important;
        background-image: linear-gradient(to bottom, #e5416f 0%, #c43962 100%) !important;
        background-repeat: repeat-x;
    }

    .theme-otolimburg .btn-primary:active,
    .theme-otolimburg .btn-primary.active,
    .open .theme-otolimburg .btn-primary.dropdown-toggle {
        background: #e5416f !important;
        border-color: #41468a;
        border-bottom-color: #41468a !important;
    }

    .theme-otolimburg .btn-primary.btn-flat {
        background: #e5416f;
    }

        .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: #e5416f !important;
        }

    .theme-otolimburg .btn-primary.btn-outline:hover,
    .theme-otolimburg .btn-primary.btn-outline.btn-flat:hover {
        border-color: #c43962;
        border-bottom-color: #41468a;
    }

    .theme-otolimburg .btn-primary.btn-outline:active,
    .theme-otolimburg .btn-primary.btn-outline.btn-flat:active {
        border-color: #c43962;
    }

.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: #e5416f;
    border-right-color: #e5416f;
}

    .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: #e5416f;
        border-bottom-color: #41468a;
    }

    .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: #e5416f;
        border-right-color: #e5416f;
    }

.theme-otolimburg .open .btn.btn-primary.dropdown-toggle {
    border-bottom-color: #e5416f !important;
    background: #e5416f !important;
}

.theme-otolimburg .progress-bar {
    background: #e5416f;
    border-color: #e5416f;
}

.theme-otolimburg .progress-striped .progress-bar {
    background-color: #e5416f;
    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: #e5416f;
}

    .theme-otolimburg .label.label-primary[href]:hover,
    .theme-otolimburg .label.label-primary[href]:focus {
        background-color: #e5416f;
    }

    .theme-otolimburg .label.label-primary.label-tag {
        border: 1px solid #e5416f;
    }

        .theme-otolimburg .label.label-primary.label-tag:before {
            border-color: transparent #e5416f transparent transparent;
        }

        .theme-otolimburg .label.label-primary.label-tag[href]:hover,
        .theme-otolimburg .label.label-primary.label-tag[href]:focus {
            border-color: #e5416f;
        }

            .theme-otolimburg .label.label-primary.label-tag[href]:hover:before,
            .theme-otolimburg .label.label-primary.label-tag[href]:focus:before {
                border-color: transparent #e5416f transparent transparent;
            }

.right-to-left .theme-otolimburg .label.label-primary.label-tag:before {
    border-color: transparent transparent transparent #e5416f;
}

.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 #e5416f;
}

.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 #e5416f 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 #e5416f transparent transparent;
}

.theme-otolimburg.right-to-left .label.label-primary.label-tag:before {
    border-color: transparent transparent transparent #e5416f;
}

.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 #e5416f;
}

.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 #e5416f 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 #e5416f transparent transparent;
}

.theme-otolimburg .badge.badge-primary {
    background: #e5416f;
    border: 1px solid #e5416f;
}

    .theme-otolimburg .badge.badge-primary[href]:hover,
    .theme-otolimburg .badge.badge-primary[href]:focus {
        background-color: #e5416f;
        border-color: #e5416f;
    }

.theme-otolimburg .badge.badge-primary {
    background: #e5416f;
    border: 1px solid #e5416f;
}

    .theme-otolimburg .badge.badge-primary[href]:hover,
    .theme-otolimburg .badge.badge-primary[href]:focus {
        background-color: #e5416f;
        border-color: #e5416f;
    }

.theme-otolimburg .table-primary table {
    border-top-color: #e5416f !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: #e5416f !important;
}

    .theme-otolimburg .table-primary thead tr,
    .theme-otolimburg .table-primary thead th {
        background: #ebb72c;
    }

.theme-otolimburg .table-primary .table-header {
    background: #e5416f;
}

.theme-otolimburg .nav-tabs > li.active > a,
.theme-otolimburg .nav-tabs > li.active > a:hover,
.theme-otolimburg .nav-tabs > li.active > a:focus {
    background: #e5416f;
    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: #e5416f;
}

.theme-otolimburg .dropdown-menu > li > a:hover,
.theme-otolimburg .dropdown-menu > li.active > a {
    background: #e5416f;
}

.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: #e5416f;
    border-right-color: #e5416f;
}

    .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: #e5416f;
    }

    .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: #e5416f;
        border-right-color: #e5416f;
    }

.theme-otolimburg .pagination > li > a:hover {
    border-color: #e5416f;
}

.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: #e5416f;
    border-color: #e5416f;
}

.theme-otolimburg .pager li > a:hover {
    border-color: #e5416f;
}

.theme-otolimburg a.list-group-item.active {
    background: #e5416f;
    border-color: #e5416f;
}

.theme-otolimburg .form-control:focus,
.theme-otolimburg .form-control.focus {
    border-color: #e5416f;
}

.gt-ie8 .theme-otolimburg input.px:focus + .lbl:before,
.gt-ie8 .theme-otolimburg input.px + .lbl:hover:before {
    border-color: #e5416f;
}

.gt-ie8 .theme-otolimburg input[type="checkbox"].px + .lbl:after {
    color: #e5416f;
}

.gt-ie8 .theme-otolimburg input[type="radio"].px + .lbl:after {
    background: #e5416f;
}

.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: #e5416f;
}

    .theme-otolimburg .text-primary a:hover,
    .theme-otolimburg .text-primary a:active {
        color: #e5416f;
    }

.theme-otolimburg .bg-primary {
    background: #e5416f !important;
}

    .theme-otolimburg .bg-primary[href]:hover {
        background: #e5416f !important;
    }

    .theme-otolimburg .bg-primary.darken {
        background: #e5416f !important;
    }

        .theme-otolimburg .bg-primary.darken[href]:hover {
            background: #e5416f !important;
        }

    .theme-otolimburg .bg-primary.darker {
        background: #e5416f !important;
    }

        .theme-otolimburg .bg-primary.darker[href]:hover {
            background: #e5416f !important;
        }

    .theme-otolimburg .bg-primary * {
        border-color: #e5416f;
    }

.theme-otolimburg .ui-slider-handle.ui-state-active:before {
    background: #e5416f;
}

.theme-otolimburg .ui-slider-range {
    background: #e5416f;
}

.theme-otolimburg .ui-autocomplete > li > a:hover,
.theme-otolimburg .ui-autocompletev > li.active > a {
    background: #e5416f;
}

.theme-otolimburg .ui-autocomplete .ui-state-focus {
    background: #e5416f;
}

.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: #e5416f;
}

.theme-otolimburg .ui-progressbar-value {
    background: #e5416f;
    border-color: #e5416f;
    background-color: #e5416f;
}

.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: #e5416f;
    border-bottom: 2px solid #0081A7;
}

.theme-otolimburg .ui-datepicker .ui-state-active {
    background: #e5416f !important;
}

.theme-otolimburg .ui-datepicker-title {
    background: #e5416f;
}

.theme-otolimburg .ui-datepicker th {
    background: #e5416f;
}

.theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary,
.theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary:focus {
    border-color: #e5416f;
    border-bottom-color: #41468a;
    background: #e5416f;
    background-image: -webkit-linear-gradient(top, #e5416f 0%, #c43962 100%);
    background-image: linear-gradient(to bottom, #e5416f 0%, #c43962 100%);
    background-repeat: repeat-x;
}

    .theme-otolimburg .ui-datepicker-buttonpane button.ui-priority-primary:hover {
        color: #ffffff;
        border-color: #199AC1;
        border-bottom-color: #41468a;
        background: #0081A7 !important;
        background-image: -webkit-linear-gradient(top, #e5416f 0%, #c43962 100%) !important;
        background-image: linear-gradient(to bottom, #e5416f 0%, #c43962 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: #e5416f !important;
        border-color: #c43962;
        border-bottom-color: #c43962 !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: #e5416f;
    }

        .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: #e5416f !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: #e5416f;
        border-bottom-color: #41468a;
    }

    .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: #e5416f;
    }

.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: #e5416f;
    border-right-color: #e5416f;
}

    .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: #e5416f;
        border-bottom-color: #41468a;
    }

    .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: #e5416f;
        border-right-color: #e5416f;
    }

.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 #e5416f;
}

.theme-otolimburg .select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #e5416f;
}

.theme-otolimburg .select2-container-active .select2-choice,
.theme-otolimburg .select2-container-active .select2-choices {
    border: 1px solid #e5416f;
}

.theme-otolimburg .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-otolimburg .select2-dropdown-open .select2-drop-above .select2-choices {
    border: 1px solid #e5416f;
    border-top-color: #aaa;
}

.theme-otolimburg .select2-results .select2-highlighted {
    background: #e5416f;
}

.theme-otolimburg .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
    background: #e5416f;
}

.theme-otolimburg .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #e5416f;
}

.theme-otolimburg .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    background: #e5416f !important;
}

.theme-otolimburg .switcher-primary .switcher-state-on {
    background: #e5416f !important;
}

.theme-otolimburg .pixel-file-input:hover {
    border-color: #e5416f;
}

.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: #e5416f;
}

.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: #e5416f;
}

.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: #e5416f;
}

.theme-otolimburg .datepicker thead tr {
    background: #e5416f;
}

    .theme-otolimburg .datepicker thead tr:first-child {
        background: #e5416f !important;
        border-bottom-color: #c89f31 !important;
    }

.theme-otolimburg .datepicker thead th.prev,
.theme-otolimburg .datepicker thead th.next {
    background: #e5416f;
}

.theme-otolimburg .datepicker thead th.prev {
    border-color: #e5416f;
}

.theme-otolimburg .datepicker thead th.next {
    border-color: #e5416f;
}

.theme-otolimburg .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
    border-color: #e5416f;
}

.theme-otolimburg .datepicker > .datepicker-days thead tr:last-child th.cw + th {
    border-color: #e5416f;
}

.theme-otolimburg .bootstrap-timepicker-widget table td a:hover {
    background: #e5416f;
    border-color: #e5416f;
}

.theme-otolimburg .pagination a.dp-today,
.theme-otolimburg .pagination a.dp-today:hover {
    background: #e5416f;
    border-color: #e5416f;
}

    .theme-otolimburg .pagination a.dp-today:hover {
        border-color: #e5416f !important;
    }

.theme-otolimburg .pagination a.dp-selected {
    background: #e5416f !important;
    border-color: #e5416f !important;
}

.theme-otolimburg .tt-suggestion.tt-is-under-cursor {
    background: #e5416f;
}

.theme-otolimburg .table-primary .dataTables_wrapper .DT-per-page {
    border-color: #e5416f !important;
}

.theme-otolimburg .dropzone-box.dz-drag-hover {
    border-color: #e5416f;
}

.theme-otolimburg .dropzone-box:hover .fa.fa-cloud-upload {
    background: #e5416f;
}

.theme-otolimburg .md-editor.active {
    border-color: #e5416f;
}

.theme-otolimburg .widget-rating .active a {
    color: #e5416f;
}

.switcher-warning .switcher-state-on {
    background: #e5416f none repeat scroll 0 0 !important;
}

.page-signin .form-group.w-icon input[type="email"] {
    font-size: 15px;
    padding-left: 56px;
}
