body {
  margin: 0;
  background-color: black;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.no_select{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

/***********************************************************************************************
 CSS for On Off Switch
***********************************************************************************************/
.onoffswitch {
    position: relative; width: 74px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #505050; border-radius: 20px; width: 70px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 15px; color: rgb(180, 180, 180);
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "On";
    padding-left: 10px;
    color: rgb(20, 20, 20);
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: rgb(130, 130, 130);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(130, 13, 130)), color-stop(100%, rgb(100, 100, 100)));
    background-image: -webkit-linear-gradient(top, rgb(130, 130, 130), rgb(100, 100, 100));
    background-image: -moz-linear-gradient(top, rgb(130, 130, 130), rgb(100, 100, 100));
    background-image: -ms-linear-gradient(top, rgb(130, 130, 130), rgb(100, 100, 100));
    background-image: -o-linear-gradient(top, rgb(130, 130, 130), rgb(100, 100, 100));
    background-image: linear-gradient(top, rgb(130, 130, 130), rgb(100, 100, 100));
}
.onoffswitch-inner:after {
    content: "Off";
    padding-right: 15px;
    background-color: black;
    color: rgb(180, 180, 180);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 20px; height: 20px; margin: 0px;
    background: #F0F0F0;
    border: 2px solid #505050; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 50px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/****************************************************************************************
 css for small onoffswitch
****************************************************************************************/
.small_onoffswitch {
    position: relative; width: 49px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.small_onoffswitch-checkbox {
    display: none;
}
.small_onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #505050; border-radius: 14px; width: 45px;
}
.small_onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.small_onoffswitch-inner:before, .small_onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 14px; padding: 0; line-height: 14px;
    font-size: 10px; color: rgb(180, 180, 180);
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.small_onoffswitch-inner:before {
    content: "On";
    padding-left: 6px;
    color: rgb(20, 20, 20);
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: rgb(130, 130, 130);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(130, 13, 130)), color-stop(100%, rgb(100, 100, 100)));
    background-image: -webkit-linear-gradient(top, rgb(130, 130, 130), rgb(100, 100, 100));
    background-image: -moz-linear-gradient(top, rgb(130, 130, 130), rgb(100, 100, 100));
    background-image: -ms-linear-gradient(top, rgb(130, 130, 130), rgb(100, 100, 100));
    background-image: -o-linear-gradient(top, rgb(130, 130, 130), rgb(100, 100, 100));
    background-image: linear-gradient(top, rgb(130, 130, 130), rgb(100, 100, 100));
}
.small_onoffswitch-inner:after {
    content: "Off";
    padding-right: 8px;
    background-color: black;
    color: rgb(180, 180, 180);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    text-align: right;
}
.small_onoffswitch-switch {
    display: block; width: 14px; height: 14px; margin: 0px;
    background: #F0F0F0;
    border: 2px solid #505050; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 31px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.small_onoffswitch-checkbox:checked + .small_onoffswitch-label .small_onoffswitch-inner {
    margin-left: 0;
}
.small_onoffswitch-checkbox:checked + .small_onoffswitch-label .small_onoffswitch-switch {
    right: 0px;
}

/***********************************************************************************************
    CSS for Loading Bar
***********************************************************************************************/
#loader_container{
  position: absolute;
  width: 300px;
  height: 90px;
  left: calc(50% - 150px);
  top: calc(50% - 100px);
}

#load_text{
  position: absolute;
  width: 315px;
  left: -10px;
  top: 18px;
  color: #F8F8F8;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#bottom_load_text{
  position: absolute;
  width: 295px;
  left: 0px;
  top: 54px;
  color: #F8F8F8;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#loader{
  position: absolute;
  width: 290px;
  height: 30px;
  left: calc(50% - 145px);
  top: calc(100% - 35px);
}

/***********************************************************************************************
    CSS for Menu
***********************************************************************************************/
.menu_item, .menu_active {
  position: absolute;
  width: 150px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  cursor: pointer;
  font-size: 18px;
  color: white;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#time_menu {
  top: 0px;
  left: 0px;
}

#layers_menu {
  top: 110px;
  left: 0px;
}

.control{
  position: absolute;
  color: rgb(180, 180, 180);
  cursor: default;
  font-size: 14px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.control_text{
  height: 30px;
  width: 100%;
  line-height: 40px;
  vertical-align: middle;
}

#time_controls {
  top: 17px;
  left: 30px;
  display: block;
  width: 310px;
  height: 95px;
}

#layers_controls {
  top: 135px;
  left: 30px;
  display: block;
  width: 300px;
  height: 100px;
  font-size: 14px;
}

.stop{
  background-size: contain;
  background-image: url('../images/stop.png');
  cursor: pointer;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.7);
}

.stop_active{
  background-size: contain;
  background-image: url('../images/play.png');
  cursor: pointer;
}

a, a:link, a:visited, a:hover, a:active{
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  cursor: pointer;
}

.info_text {
  position: absolute;
  top: 50px;
  left: calc(50% - 300px);
  width: 600px;
  line-height: 22px;
  color: rgb(180, 180, 180);
  font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 16px;
  padding-left: 5px;
  display: none;
  z-index: 4;
}

.arrow-down {
  top: 9px;
  left: 4px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid rgb(180, 180, 180);
}

.arrow-right {
  top: 7px;
  left: 9px;
  width: 0px;
  height: 0px;
  border-left: 11px solid rgb(180, 180, 180);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.small_arrow-down {
  top: 4px;
  left: -15px;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgb(180, 180, 180);
}

.small_arrow-right {
  top: 2px;
  left: -10px;
  width: 0px;
  height: 0px;
  border-left: 8px solid rgb(180, 180, 180);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.settings_text{
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  color: rgb(180, 180, 180);
}

input[type="radio"]{
  height: 0.95em;
  width: 0.95em;
}

.stroke {
 text-shadow:
  -1px -1px 0 rgb(0, 0, 0),
  1px -1px 0 rgb(0, 0, 0),
  -1px 1px 0 rgb(0, 0, 0),
  1px 1px 0 rgb(0, 0, 0);
}

.img_stroke {
 -webkit-filter: drop-shadow(1px 1px 0 rgb(0, 0, 0))
                 drop-shadow(1px -1px 0 rgb(0, 0, 0))
                 drop-shadow(-1px 1px 0 rgb(0, 0, 0))
                 drop-shadow(-1px -1px 0 rgb(0, 0, 0));
 filter: drop-shadow(1px 1px 0 rgb(0, 0, 0))
         drop-shadow(1px -1px 0 rgb(0, 0, 0))
         drop-shadow(-1px 1px 0 rgb(0, 0, 0))
         drop-shadow(-1px -1px 0 rgb(0, 0, 0));
}
