﻿[ngbDatepickerDayView] {
    width: 1.8rem !important;
    height: 1.8rem !important;
    line-height: 1.8rem !important;
}

ngb-datepicker-navigation-select > .custom-select {
    font-size: .75rem !important;
}

.ngb-dp-day, .ngb-dp-week-number, .ngb-dp-weekday {
    width: 1.8rem !important;
    height: 1.8rem !important;
    font-size: .75rem !important;
}

.ngb-dp-week-number, .ngb-dp-weekday {
    line-height: 1.8rem !important;
}

[ngbDropdownMenu] > a {
    cursor: pointer;
}

.ng-select.ng-select-single {
    min-height: 32px;
    height: 32px;
}

.ng-select.ng-select-single .ng-select-container {
    min-height: 32px;
    height: 32px;
}

.ng-select.ng-select-single .ng-value-container {
    width: 0; /*Butt ugly hack to make ng-select not overflow when view is smaller than text content*/
}

.low.ng-select .ng-select-container {
    min-height: 22px;
    height: 22px;
}

.low.ng-select.ng-select-single {
    min-height: 22px;
    height: 22px;
}