.school-calendar-cell {
    height: 130px;
    border-bottom: 1px dashed #212529;
    margin-bottom: 5px;
}

.school-calendar-cell p {
*    height: 200px;
    margin-bottom: 0;
}

.table__schedule_info {
    width: 30%;
    border-collapse: collapse;
    border:1px solid #dddddd;
}
.table__schedule_info ,td ,th {
    border:1px solid #dddddd;
    text-align: center;
}

.table__schedule_info th{
    background: #e6e6e6;
    color: #222;
}

.table__schedule {
    width: 100%;
    border-collapse: collapse;
    border:1px solid #dddddd;
}

.table__schedule ,td ,th {
    border:1px solid #dddddd;
    text-align: center;
}

.table__schedule thead th{
    background-color:#C0C0C0;
}
.table__schedule tbody tr:nth-child(even) {
    background: #F4F4F4;
}
.table__schedule tbody th {
    background: #e6e6e6;
    color: #222;
}
.table__schedule tbody .sat {
    color: #446699;
    background-color: #e7f6ff;
}
.table__schedule tbody .holiday, .table__schedule tbody th.sun {
*    color: #CC5555;
    background-color: #ffe5e5;
}
.table__schedule tbody td {
    text-align: left;
}
.table__schedule tbody td .schedule_area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.note-editable * {
    line-height: inherit!important;
    font-size: 14px!important;
    font-family: 'Open Sans';
}

.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}
.ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}

.add_form_html{
    background-color: #efefef;
    padding-bottom:0.5rem;
}

.confirm-item{
    padding-top: 1rem;
    border-bottom: 2px solid #eeeeee;
}
.confirm-image{
    margin: 1rem;
}

.attention{
    color: #666;
    font-size: 0.8rem;

}

.news-item-label {
    cursor: grab;
}

.news-item-label:active {
    cursor: grabbing;
}

.nav-treeview .nav-link {
    padding-left: 20px !important;
}

.nav-sidebar .nav-link p {
    font-size: 14px !important;
}

.brand-text {
    font-size: 16px !important;
}
