@font-face {
  font-family: 'DroidSansBold';
  src: url("fonts/droidsans-bold-webfont.eot");
  src: url("fonts/droidsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/droidsans-bold-webfont.woff2") format("woff2"), url("fonts/droidsans-bold-webfont.woff") format("woff"), url("fonts/droidsans-bold-webfont.ttf") format("truetype"), url("fonts/droidsans-bold-webfont.svg#droid_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DroidSans';
  src: url("fonts/droidsans-webfont.eot");
  src: url("fonts/droidsans-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/droidsans-webfont.woff2") format("woff2"), url("fonts/droidsans-webfont.woff") format("woff"), url("fonts/droidsans-webfont.ttf") format("truetype"), url("fonts/droidsans-webfont.svg#droid_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotolight';
  src: url("fonts/Roboto-Light-webfont.eot");
  src: url("fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Light-webfont.woff") format("woff"), url("fonts/Roboto-Light-webfont.ttf") format("truetype"), url("fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotobold';
  src: url("fonts/Roboto-Bold-webfont.eot");
  src: url("fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Bold-webfont.woff") format("woff"), url("fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal; }
#sidr {
  display: none; }

*, html, body {
  margin: 0;
  padding: 0;
  font-family: 'robotolight';
  font-size: 16px;
  line-height: 24px; }

p {
  margin-bottom: 10px; }

label {
  font-family: 'robotobold'; }

h2 {
  font-size: 30px;
  color: #545454; }
  h2 a {
    font-size: 30px;
    color: #545454; }
    h2 a:hover, h2 a:visited, h2 a:active {
      text-decoration: none;
      color: #545454; }

h3 {
  font-size: 24px;
  color: #545454; }
  h3 a {
    font-size: 30px;
    color: #545454; }
    h3 a:hover, h3 a:visited, h3 a:active {
      text-decoration: none;
      color: #545454; }

h4 {
  font-family: 'robotobold', Arial;
  color: #545454; }

h5 {
  color: #545454;
  font-family: 'robotolight';
  font-size: 20px;
  line-height: 22px; }

.bold {
  font-family: 'robotobold'; }

.result-p {
  padding: 10px;
  border-radius: 5px; }

.sidr {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .sidr ul {
    border: none; }
    .sidr ul li {
      border: none;
      border-bottom: 1px solid #e7e7e7; }
      .sidr ul li a {
        padding: 10px 20px; }
      .sidr ul li:hover {
        background: #0092FF;
        border-bottom: 1px solid #e7e7e7; }
        .sidr ul li:hover > a {
          color: #FFF;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
      .sidr ul li:last-child {
        border-bottom: none; }

.blue {
  background: #0092FF;
  position: fixed;
  top: 0;
  width: 100%;
  height: 55px;
  z-index: 100; }

.nav-text {
  font-size: 24px;
  line-height: 24px;
  margin: 15px 0; }

#menu-text {
  margin: 0 0 0 45px;
  font-size: 24px;
  line-height: 24px;
  display: block;
  float: left;
  cursor: pointer;
  color: #fff; }

#log-in {
  float: right;
  font-size: 24px;
  line-height: 24px;
  display: block;
  margin: 15px 15px 0;
  cursor: pointer;
  color: #fff; }
  #log-in a, #log-in a:hover {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-decoration: none; }
    #log-in a img, #log-in a:hover img {
      color: #FFF; }
  #log-in img {
    height: 24px;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #FFF; }

#nav-icon {
  height: 30px;
  display: block;
  float: left;
  margin: 15px 10px 10px 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 8px; }

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 8px; }

#sidr-notifs {
  height: 24px;
  line-height: 24px;
  width: 24px !important;
  -moz-border-radius: 12px;
  /* or 50% */
  border-radius: 12px;
  /* or 50% */
  background-color: #FFF;
  color: #db0000 !important;
  font-family: 'robotobold';
  text-align: center;
  font-size: 12px;
  margin: 0;
  position: relative;
  float: right;
  padding: 0; }
  #sidr-notifs a {
    color: #db0000;
    text-decoration: none; }
    #sidr-notifs a:hover {
      color: #db0000;
      text-decoration: none; }

.staff {
  width: 100%;
  cursor: pointer;
  background: #f7f7f7;
  padding: 2px 10px; }
  .staff:hover {
    background: #FF1F19;
    color: #fff; }

.staff-details {
  margin-bottom: 0;
  line-height: 22px; }

.minime {
  height: 40px;
  width: 30px;
  float: left;
  background-size: cover;
  background-position: center center;
  margin: 2px 5px 2px 0; }

#staff-selfie {
  width: 100%;
  margin-bottom: 20px; }

.sCard tr td:first-child {
  font-family: 'robotobold';
  padding-right: 10px; }

.form-control[readonly] {
  background-color: #FFF;
  opacity: 1; }

#preview {
  background: #e7e7e7;
  margin-bottom: 40px; }

#news-preview {
  width: 100%;
  min-height: 100px;
  margin-bottom: 40px;
  padding: 10px; }
  #news-preview ul {
    padding-left: 30px; }

#news-title {
  width: 100%;
  padding: 10px; }

.news-title-h1 {
  font-family: 'robotolight';
  font-size: 20px;
  margin: 0;
  color: #FFF; }

#news-preview p strong {
  font-family: 'robotobold';
  color: #454545; }

#blah {
  width: 100%;
  height: auto;
  margin-bottom: 0; }

#news-image-preview {
  width: 100%;
  height: 250px;
  margin-: 0;
  background-image: url(../img/news-images/news-image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.news-cat {
  width: 50%;
  float: left; }

.my-news-link, .my-news-link:hover, .my-news-link:active, .my-news-link:focus {
  text-decoration: none; }

.my-news-item {
  background: #e7e7e7;
  padding: 10px 10px 10px 15px;
  position: relative;
  margin-bottom: 10px; }
  .my-news-item:hover {
    background: #d7d7d7; }
  .my-news-item p {
    color: #454545;
    text-decoration: none; }
    .my-news-item p:first-child {
      font-family: 'robotobold';
      margin-bottom: 0px; }
    .my-news-item p:last-child {
      font-style: italic;
      font-size: 14px;
      margin: 0; }
  .my-news-item.selected:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(231, 231, 231, 0);
    border-right-color: #e7e7e7;
    border-width: 12px;
    margin-top: -12px; }
  .my-news-item.selected:hover:after {
    border-right-color: #d7d7d7; }

.news-item {
  margin-bottom: 30px;
  background: #f7f7f7; }

.news-title {
  width: 100%;
  padding: 15px 20px;
  background: #0092FF;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
  color: #fff;
  font-family: 'robotolight'; }

.news-img {
  height: 250px;
  overflow: hidden;
  transition: height 2s ease;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 20px;
  border: 1px solid #e7e7e7; }

.news-img-lg {
  height: 400px;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-width: 100%;
  margin: 20px;
  border: 1px solid #e7e7e7; }

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.news-content {
  width: 100%;
  padding: 10px 20px 20px;
  border-radius: 0 0 4px 4px;
  overflow: auto; }
  .news-content p a {
    color: #388fdb;
    text-decoration: none; }
  .news-content p strong {
    font-family: 'robotobold'; }
  .news-content ul {
    padding-left: 30px; }

#loadmore {
  width: 100%; }

.newsbtn {
  width: 100%;
  margin-top: 20px; }

.not-working {
  background: #ddd; }

.no_flex {
  background-color: #FFF; }

.flex_req {
  background-color: #fffcdc; }

.flex_app {
  background-color: #e9ffe7;
  /*background-image: url("../img/bank-hol.png");*/ }

.flex_den {
  background-color: #ffc5c5; }

.delflexi, .delused, .delabs, .deltoil {
  color: #545454;
  top: 2px;
  cursor: pointer;
  transition: color 0.4s ease; }
  .delflexi:hover, .delused:hover, .delabs:hover, .deltoil:hover {
    color: #ce1a1a; }

#flexiToggle, #loaToggle, #toilToggle {
  background: #FF1F19;
  cursor: pointer;
  margin-top: 20px; }
  #flexiToggle h3.sumCell, #loaToggle h3.sumCell, #toilToggle h3.sumCell {
    margin-top: 10px;
    color: #fff;
    font-family: 'robotolight'; }
    #flexiToggle h3.sumCell span, #loaToggle h3.sumCell span, #toilToggle h3.sumCell span {
      padding-top: 5px; }

#flexiBox, #loaBox {
  margin-bottom: 30px;
  margin-top: 10px; }

#loaBox, #toilBox {
  display: none; }

.txt-warning {
  border-radius: 4px;
  border: 1px solid #f6ebb4;
  padding: 5px;
  margin-bottom: 30px;
  font-family: 'robotobold'; }

.dotm {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
  width: 18px;
  float: left;
  color: #337ab7; }

.sumCell {
  padding: 5px 10px; }

.loa-vis, .flex-vis {
  display: none; }

.bordered {
  border: 1px solid #ddd;
  padding: 5px 10px;
  text-align: center;
  line-height: 20px; }

.form-title {
  display: block;
  font-size: 24px;
  width: 300px;
  float: left; }

.bank-hol {
  background-color: #c9ffc5; }

.bank-hol-pending {
  background-color: #fffcdc; }

.bank-hol-pm {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #c9ffc5 50%, #c9ffc5 50%, #c9ffc5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #c9ffc5 50%, #c9ffc5 50%, #c9ffc5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #c9ffc5 50%, #c9ffc5 50%, #c9ffc5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9ffc5',GradientType=0 ); }

.bank-hol-am {
  background: #c9ffc5;
  background: -moz-linear-gradient(top, #c9ffc5 0%, #c9ffc5 50%, #c9ffc5 50%, #ffffff 50%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #c9ffc5 0%, #c9ffc5 50%, #c9ffc5 50%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to bottom, #c9ffc5 0%, #c9ffc5 50%, #c9ffc5 50%, #ffffff 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ffc5', endColorstr='#ffffff',GradientType=0 ); }

.bank-hol-pm-pending {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fffcdc 50%, #fffcdc 50%, #fffcdc 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fffcdc 50%, #fffcdc 50%, #fffcdc 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fffcdc 50%, #fffcdc 50%, #fffcdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffcdc',GradientType=0 ); }

.bank-hol-am-pending {
  background: #fffcdc;
  background: -moz-linear-gradient(top, #fffcdc 0%, #fffcdc 50%, #fffcdc 50%, #ffffff 50%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #fffcdc 0%, #fffcdc 50%, #fffcdc 50%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to bottom, #fffcdc 0%, #fffcdc 50%, #fffcdc 50%, #ffffff 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcdc', endColorstr='#ffffff',GradientType=0 ); }

.v-mid {
  vertical-align: middle !important; }

.v-top {
  vertical-align: top !important; }

.border-none {
  border: none !important; }

.top-border-none {
  border-top: none !important; }

.five-pc, .ten-pc, .twenty-pc {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 12px;
  color: #b6b6b6; }

.five-pc {
  width: 5%; }

.ten-pc {
  width: 10%;
  text-align: center; }

.twenty-pc {
  width: 20%;
  text-align: center; }

.cal-hours {
  margin: 1px 0 0 0 !important;
  font-size: 14px; }
  .cal-hours span {
    font-family: 'robotobold';
    font-size: inherit;
    color: #545454; }

.ten-line, .twenty-line {
  height: 90%;
  border-right: 1px solid #b6b6b6;
  float: left; }

.ten-mark {
  height: 90%;
  border-right: 1px solid #b6b6b6;
  float: left; }

.ten-line {
  width: 10.5%; }

.ten-mark {
  width: 10%; }

.twenty-line {
  width: 20%; }

.cal-day {
  position: relative;
  width: 20%;
  border-right: 2px solid #FFF !important;
  height: 480px; }

.cal-box {
  position: relative; }

.cal-data, .cal-times {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.cal-data {
  top: 30px; }

.cal-staff {
  width: 100%;
  z-index: 20;
  position: absolute;
  top: 50px;
  left: 0; }

.staffName {
  width: 100%;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0; }

.staffName p {
  font-size: 14px; }

.time-0-0 {
  background: none; }
  .time-0-0 span {
    background: #FFF; }

.time-hol {
  background: rgba(204, 245, 255, 0.85); }
  .time-hol span {
    background: none; }

.time-8-9 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 100%); }

.time-8-10 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%); }

.time-8-11 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%); }

.time-8-12 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%); }

.time-8-13 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }

.time-8-14 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%); }

.time-8-15 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%); }

.time-8-16 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); }

.time-8-17 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%); }

.time-8-18 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(201, 255, 197, 0.85) 0%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); }

.time-9-10 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%); }

.time-9-11 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%); }

.time-9-12 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%); }

.time-9-13 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }

.time-9-14 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%); }

.time-9-15 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%); }

.time-9-16 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); }

.time-9-17 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%); }

.time-9-18 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(201, 255, 197, 0.85) 10%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); }

.time-10-11 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%); }

.time-10-12 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%); }

.time-10-13 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }

.time-10-14 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%); }

.time-10-15 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%); }

.time-10-16 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); }

.time-10-17 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%); }

.time-10-18 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(201, 255, 197, 0.85) 20%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); }

.time-11-12 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%); }

.time-11-13 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }

.time-11-14 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%); }

.time-11-15 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%); }

.time-11-16 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); }

.time-11-17 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%); }

.time-11-18 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(201, 255, 197, 0.85) 30%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); }

.time-12-13 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }

.time-12-14 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%); }

.time-12-15 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%); }

.time-12-16 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); }

.time-12-17 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%); }

.time-12-18 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(201, 255, 197, 0.85) 40%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); }

.time-13-14 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%); }

.time-13-15 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%); }

.time-13-16 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); }

.time-13-17 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%); }

.time-13-18 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(201, 255, 197, 0.85) 50%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); }

.time-14-15 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(201, 255, 197, 0.85) 60%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(201, 255, 197, 0.85) 60%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(201, 255, 197, 0.85) 60%, rgba(201, 255, 197, 0.85) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%); }

.time-14-16 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(201, 255, 197, 0.85) 60%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(201, 255, 197, 0.85) 60%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(201, 255, 197, 0.85) 60%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); }

.time-14-17 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(201, 255, 197, 0.85) 60%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(201, 255, 197, 0.85) 60%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(201, 255, 197, 0.85) 60%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%); }

.time-14-18 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(201, 255, 197, 0.85) 60%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(201, 255, 197, 0.85) 60%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(201, 255, 197, 0.85) 60%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); }

.time-15-16 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(201, 255, 197, 0.85) 70%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(201, 255, 197, 0.85) 70%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(201, 255, 197, 0.85) 70%, rgba(201, 255, 197, 0.85) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); }

.time-15-17 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(201, 255, 197, 0.85) 70%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(201, 255, 197, 0.85) 70%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(201, 255, 197, 0.85) 70%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%); }

.time-15-18 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(201, 255, 197, 0.85) 70%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(201, 255, 197, 0.85) 70%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(201, 255, 197, 0.85) 70%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); }

.time-16-17 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, rgba(201, 255, 197, 0.85) 80%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, rgba(201, 255, 197, 0.85) 80%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, rgba(201, 255, 197, 0.85) 80%, rgba(201, 255, 197, 0.85) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%); }

.time-16-18 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, rgba(201, 255, 197, 0.85) 80%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, rgba(201, 255, 197, 0.85) 80%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, rgba(201, 255, 197, 0.85) 80%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); }

.time-17-18 {
  z-index: 20;
  background: rgba(201, 255, 197, 0.85);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, rgba(201, 255, 197, 0.85) 90%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, rgba(201, 255, 197, 0.85) 90%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, rgba(201, 255, 197, 0.85) 90%, rgba(201, 255, 197, 0.85) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); }

.file-block {
  height: 225px;
  position: relative; }

.file-block a img {
  width: 60%;
  margin: 10% 20% 10%; }

.file-block:hover .file-del {
  display: block; }

.file-del {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  color: #333; }

.modal-dialog {
  z-index: 1050; }

.no-pad {
  padding: 0 !important; }

.no-pad-left {
  padding-left: 0 !important; }

.no-pad-right {
  padding-right: 0 !important; }

.no-side-pad, .no-side-pad-2 {
  padding-left: 0;
  padding-right: 0; }

.left-pad-nil {
  padding-left: 0; }

.right-pad-nil {
  padding-right: 0; }

.left-pad-xs {
  padding-left: 10px; }

.left-pad-sm {
  padding-left: 20px; }

.right-pad-xs {
  padding-right: 10px; }

.right-pad-sm {
  padding-right: 20px; }

.btm-pad-xs {
  padding-bottom: 10px; }

.btm-pad-sm {
  padding-bottom: 20px; }

.pad-sm {
  padding: 10px; }

.top-pad-nil {
  padding-top: 0; }

.right-mar-xs {
  margin-right: 10px; }

.right-mar-sm {
  margin-right: 20px; }

.left-mar-xs {
  margin-left: 10px; }

.left-mar-sm {
  margin-left: 20px; }

.top-mar-xs {
  margin-top: 10px; }

.top-mar-sm {
  margin-top: 20px; }

.top-mar-md {
  margin-top: 30px; }

.top-mar-lg {
  margin-top: 60px; }

.btm-mar-nil {
  margin-bottom: 0; }

.btm-mar-xs {
  margin-bottom: 10px; }

.btm-mar-sm {
  margin-bottom: 20px; }

.btm-mar-md {
  margin-bottom: 30px; }

.btm-mar-lg {
  margin-bottom: 60px; }

.bsl-img {
  margin: 0 0 20px 20px; }

.no-mar {
  margin: 0 !important; }

.no-mar-top {
  margin-top: 0 !important; }

.top-mar-nil {
  margin-top: 0; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.txt-center {
  text-align: center; }

.flt-right {
  float: right; }

.flt-left {
  float: left; }

.highlight {
  color: #FF1F19; }

a.highlight:hover {
  color: #e51b16; }

.btn-primary {
  color: #fff;
  background-color: #FF1F19;
  border-color: #e51b16; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #e51b16;
    border-color: #c6530f; }

.btn-action {
  color: #454545;
  border: 2px solid #bebebe;
  background: #FFF; }

.btn-action:hover, .btn-action:focus {
  background: #ececec; }

#mob-nav {
  display: none; }

#pc-nav {
  width: 100%; }
  #pc-nav ul {
    list-style: none;
    display: inline;
    margin: 0 auto;
    overflow: auto; }
    #pc-nav ul li {
      display: inline-block;
      position: relative;
      float: left; }
      #pc-nav ul li:first-of-type {
        margin-left: 30px; }
      #pc-nav ul li a {
        display: block;
        padding: 15px 20px 16px;
        float: left;
        text-decoration: none;
        color: #fff;
        font-family: 'roboto-bold', Arial;
        font-size: 18px; }
        #pc-nav ul li a:hover {
          text-decoration: none;
          background: #FF1F19;
          color: #fff; }
      #pc-nav ul li:hover ul {
        display: block; }
      #pc-nav ul li ul {
        display: none;
        list-style: none;
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 5000;
        height: auto; }
        #pc-nav ul li ul li {
          background: #0092FF;
          height: 55px;
          width: 100%;
          margin: 0;
          white-space: nowrap; }
          #pc-nav ul li ul li a {
            display: block; }
          #pc-nav ul li ul li:first-of-type {
            margin-left: 0; }
          #pc-nav ul li ul li:hover {
            background: #FF1F19; }

#nav-icon span#mob-notifs {
  height: 24px;
  line-height: 24px;
  width: 24px !important;
  -moz-border-radius: 12px;
  /* or 50% */
  border-radius: 12px;
  /* or 50% */
  background-color: #db0000;
  color: #FFF !important;
  font-family: 'robotobold';
  text-align: center;
  font-size: 12px;
  margin: 0 0 0 5px;
  position: relative;
  float: right;
  padding: 0; }
  #nav-icon span#mob-notifs a {
    color: #FFF;
    text-decoration: none; }
    #nav-icon span#mob-notifs a:hover {
      color: #FFF;
      text-decoration: none; }

#menu-notifs {
  height: 24px;
  line-height: 24px;
  width: 24px !important;
  -moz-border-radius: 12px;
  /* or 50% */
  border-radius: 12px;
  /* or 50% */
  background-color: #FFF;
  color: #db0000 !important;
  font-family: 'robotobold';
  text-align: center;
  font-size: 14px;
  margin: -1px 0 0 5px;
  position: relative;
  float: right;
  padding: 0; }
  #menu-notifs a {
    color: #db0000;
    text-decoration: none; }
    #menu-notifs a:hover {
      color: #db0000;
      text-decoration: none; }

.cal_names {
  width: 100px; }

.work_, .work_W, .work_A, .work_L, .work_F, .work_H, .work_O, .work_T, .work_Y {
  display: block;
  float: left;
  width: 2.5%;
  height: 20px; }

.work_W {
  background: rgba(201, 255, 197, 0.85); }

.work_A {
  background: rgba(144, 255, 144, 0.85); }

.work_L {
  background: rgba(255, 230, 230, 0.85); }

.work_F {
  background: rgba(255, 255, 183, 0.85); }

.work_H {
  background: rgba(204, 245, 255, 0.85); }

.work_Y {
  background: rgba(255,170,165,0.85); }

.work_T {
  background: rgba(231, 184, 255, 0.85); }

.work_O {
  background: rgba(94, 0, 94, 0.5); }

.legend {
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  margin-right: 10px;
  border: 1px solid #545454; }

@media (max-width: 767px) {
  .no-side-pad {
    padding-left: 30px;
    padding-right: 30px; }

  .news-img {
    height: 100px; }

  .news-img-lg {
    height: 200px; }

  #pc-nav, #menu-notifs {
    display: none; }

  #mob-nav {
    display: block; }

  .file-block {
    height: 170px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #pc-nav, #menu-notifs {
    display: none; }

  #mob-nav {
    display: block; }

  .file-block {
    height: 170px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .file-block {
    height: 200px; } }
