.ember-movenium-date-picker {
    display: flex;

    .ember-movenium-date-picker-start, .ember-movenium-date-picker-end  {
        flex: 1 0 40%;
        input {
            padding-left: .4rem;
            border: 1px solid #ccc;
            height: 2rem;
            border-radius: 4px;
            width: 100%;
        }
    }

}

.ember-movenium-date-picker-content {
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,.172549) 0 6px 12px 0;

    .ember-power-calendar-nav-control {
        color: $brand-primary;
    }

    .ember-power-calendar-weekday {
        max-width: 30px;
        max-height: 30px;
        width: 30px;
        height: 30px;
    }

    .ember-power-calendar-row {
        height: 32px;
        padding: 0;
    }

    .ember-power-calendar-day {
        color: #bbb;
    }

    .ember-power-calendar-day--current-month {
        color: #656D78;
        background-color: #F5F7FA;
    }

    .ember-power-calendar-day--selected {
        background-color: #c9e9ff;
        color: #656D78;
    }
}
