/*!
 * # Semantic UI 0.0.8 - Calendar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.calendar .ui.popup {
    max-width: none !important;
    padding: 0 !important;
    border: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.ui.calendar .calendar:focus {
    outline: 0 !important;
}

.ui.calendar .ui.popup .ui.grid {
    display: block !important;
    white-space: nowrap !important;
}

.ui.calendar .ui.popup .ui.grid > .column {
    width: auto !important;
}

.ui.calendar .ui.table.minute, .ui.calendar .ui.table.month, .ui.calendar .ui.table.year {
    min-width: 15em !important;
}

.ui.calendar .ui.table.day {
    min-width: 15em !important;
}

.ui.calendar .ui.table.hour {
    min-width: 20em !important;
}

.ui.calendar .ui.table tr td, .ui.calendar .ui.table tr th {
    padding: .5em !important;
    white-space: nowrap !important;
}

.ui.calendar .ui.table tr th {
    border-left: none !important;
}

.ui.calendar .ui.table tr th .icon {
    margin: 0 !important;
}

.ui.calendar .ui.table tr:first-child th {
    position: relative !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ui.calendar .ui.table.day tr:first-child th {
    border: none !important;
}

.ui.calendar .ui.table.day tr:nth-child(2) th {
    padding-top: .2em !important;
    padding-bottom: .3em !important;
}

.ui.calendar .ui.table tr td {
    padding-left: .1em !important;
    padding-right: .1em !important;
}

.ui.calendar .ui.table tr .link {
    cursor: pointer !important;
}

.ui.calendar .ui.table tr .prev.link {
    width: 14.28571429% !important;
    position: absolute !important;
    left: 0
}

.ui.calendar .ui.table tr .next.link {
    width: 14.28571429% !important;
    position: absolute !important; 
    right: 0
}

.ui.calendar .ui.table tr .disabled {
    pointer-events: none !important;
    color: rgba(40, 40, 40, .3) !important;
}

.ui.calendar .ui.table tr td.today {
    font-weight: 700 !important;
}

.ui.calendar .ui.table tr td.range {
    background: rgba(0, 0, 0, .05) !important;
    color: rgba(0, 0, 0, .95) !important;
    box-shadow: none !important;
}

.ui.calendar .ui.table.inverted tr td.range {
    background: rgba(255, 255, 255, .08) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.ui.calendar .calendar.active .ui.table tbody tr td.focus, .ui.calendar .calendar.active .ui.table.inverted tbody tr td.focus, .ui.calendar .calendar:focus .ui.table tbody tr td.focus, .ui.calendar .calendar:focus .ui.table.inverted tbody tr td.focus {
    box-shadow: inset 0 0 0 1px #85B7D9 !important;
}