.schedule-rows td {
  width: 80px;
  height: 20px;
  margin: 3px;
  padding: 5px;
  background-color: white;
  -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}
.schedule-rows td:first-child {
  background-color: transparent;
  text-align: right; 
  top: -12px;
}
.schedule-rows td[data-selected],
.schedule-rows td[data-selecting] { background-color: #00249e }
.schedule-rows td[data-disabled] { opacity: 0.55; }
.schedule-rowscabecera{                
    /* line-height: 25px;     */
    background-color:#094ea1;
    font-family: Arial, sans-serif;
    text-align:center;
    max-width:120px;
    font-size: 12px;
    /* font-size: 105%; */
    text-decoration: none;
    /* font-weight: bold; */
    color: #fff;
    border-bottom: solid 1px #BCBCBC;
    border: 1px solid #E3E3E3;
    border-width: 1px 0;
    padding: 5px 5px;
}
.schedule-rowscabeceratd{
    text-align: center;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgb(255, 255, 255) rgb(188, 188, 188) rgb(188, 188, 188) rgb(238, 238, 238);
    font-size: 11px;
    background-color: white;
}
