.timetables-screen .action-bar .blue-btn {
      background-color: #0e79c9;
      color: #fff;
      border: none;
}
.timetables-screen .action-bar .blue-btn i {
      margin-right: 3px;
}
.timetables-screen .canvas {
      padding: 20px;
}
.timetables-screen .canvas table {
      position: relative;
      width: 100%;
}
.timetables-screen .canvas table td {
      width: 13%;
      height: 52px;
}
.timetables-screen .canvas table td .lesson {
      position: relative;
      margin: 0;
      padding: 3px;
      background-color: #c0eafe;
      border-left: 3px solid #94cbf3;
      vertical-align: text-top;
      text-align: center;
      line-height: 10px;
      color: #333;
      font-size: 6px;
      z-index: 2;
}
.timetables-screen .canvas .sm-td {
      width: 5%!important;
      background-color: #fff;
}
.timetables-screen .canvas .blank {
      background-color: #fff!important;
      border: none;
}
.timetables-screen .canvas table {
    width: 100%;
    margin: 0;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #f5f7fa;
    font-size: 8px;
}
.timetables-screen .canvas .lesson-line {
      position: relative;
      top: 41px;
      width: 100%;
      background-color: #da4453;
      height: 1px;
      z-index: 1;
      -webkit-transition: all 2s;
      -moz-transition: all 2s;
      transition: all 2s;
}
