.sjs-blue{
    /*background-color: rgba(0, 79, 255, 0.3);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6aa4cc+1,cfe7fa+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1c8ef+0,c3d9ff+100 */
    background: #b1c8ef; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #b1c8ef 0%, #c3d9ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #b1c8ef 0%,#c3d9ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #b1c8ef 0%,#c3d9ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1c8ef', endColorstr='#c3d9ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.sjs-green{
    /*background-color: #ada;*/    
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #bfd255 0%, #66bf00 0%, #8eb92a 0%, #9ecb2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #bfd255 0%,#66bf00 0%,#8eb92a 0%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #bfd255 0%,#66bf00 0%,#8eb92a 0%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.sjs-yellow{
    /* background-color: rgba(255, 188, 0, 0.3);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fccd4d+10,fbdf93+100 */
    background: #fccd4d; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #fccd4d 10%, #fbdf93 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #fccd4d 10%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #fccd4d 10%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccd4d', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.sjs-red{
    /*background-color: rgba(255, 18, 0, 0.3);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5674b+0,ff776b+100 */
    background: #e5674b; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #e5674b 0%, #ff776b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #e5674b 0%,#ff776b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #e5674b 0%,#ff776b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5674b', endColorstr='#ff776b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#scheduler{
    border: 1px solid #e7e7e7;
}
.sjs-wrapper-x {
  width: 300px;
  overflow-x: scroll;
  overflow-y:hidden;
}
.sjs-wrapper-x-div {
  width:1000px;
  height: 10px;
}