
i.icon.calendar:before {
    content: "\f073";
}
i.icon.calendar.outline:before {
    content: "\f133";
}

/*******************************
            Popup
*******************************/

.ui.calendar .ui.popup {
    max-width: none;
    padding: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*******************************
            Calendar
*******************************/

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

/*******************************
            Table
*******************************/

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

.ui.calendar .ui.table.day {
    min-width: 18em;
}

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

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

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

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

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

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

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

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

.ui.calendar .ui.table tr td {
    padding-left: 0.1em;
    padding-right: 0.1em;
}

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

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

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

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

/*--------------
     States
---------------*/

.ui.calendar .ui.table tr td.today {
    font-weight: bold;
}

.ui.calendar .ui.table tr td.range {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
    box-shadow: none;
}

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

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

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

.ui.calendar .ui.table tr td, .ui.calendar .ui.table tr th {
    padding: 0.5em;
    white-space: nowrap;
}
.ui.calendar .ui.seven.column.table td {
    width: 14.28571429%;
}
.ui.calendar .ui.table td.active, .ui.table tr.active {
    box-shadow: 0 0 0 rgb(0 0 0 / 87%) inset;
    background: #E0E0E0!important;
    color: rgba(0,0,0,.87)!important;
}
.calendar .ui tr td {
    border: none !important;
    font-size: 9px;
}
.ui.calendar .ui.table td {
    padding: 0.71428571em;
    text-align: inherit;
}
.ui.calendar .ui.table td, .ui.table th {
    -webkit-transition: background .1s ease,color .1s ease;
    transition: background .1s ease,color .1s ease;
}
.ui.calendar .ui.table {
    width: 100%;
    background: #FFF;
    margin: 1em 0;
    border: 1px solid rgba(34,36,38,.15);
    box-shadow: none;
    border-radius: 0.28571429rem;
    text-align: left;
    color: rgba(0,0,0,.87);
    border-collapse: separate;
    border-spacing: 0;
}