/*
       Licensed to hogventure.com under one
       or more contributor license agreements.  See the NOTICE file
       distributed with this work for additional information
       regarding copyright ownership.  The hogventure.com licenses this file
       to you under the hogventure.com License, Version 1.0 (the
       "License"); you may not use this file except in compliance
       with the License. You may obtain a copy of the License at

         http://www.hogventure.com/purchase.html

       Unless required by applicable law or agreed to in writing,
       software distributed under the License is distributed on an
       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
       KIND, either express or implied.  See the License for the
       specific language governing permissions and limitations
       under the License.
*/


 	body {
		font-size: 25px;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: 100%;
		min-height: 100%;
		max-height: 100%;
		font-family: Arial, sans-serif;
		background-image: url(pic/hogslate.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
    background-color: #444;
		overflow: hidden;
	}
  #icon {
    background-image: url(pic/hogslateicon.jpg);
		position: absolute;
    top: 0;
    left: 0;
		width: 250px;
    height: 250px;
    z-index: -1;
  }
	.content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: 87.5%;
		min-height: 87.5%;
		max-height: 87.5%;
		overflow: hidden;
    display: block;
    visibility: visible;
	}
	.contentMenu {
		position: absolute;
		top: 5%;
		left: 50%;
		width: 50%;
		min-width: 50%;
		max-width: 50%;
		height: 95%;
		min-height: 95%;
		max-height: 95%;
		background: rgba(63,63,63,0.85);
		border: 1px solid #aaa;
		border-right: 0;
		/*border-radius: 12.5px 0px 0px 12.5px;*/
		overflow: hidden;
		z-index: 1000;
	}
  .visible {
    display: block;
    visibility: visible;
  }
  #prompt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background: rgba(63,63,63,0.85);
  }
	#output {
		position: absolute;
		top: 92.5%;
		left: 0;
		height: 7.5%;
		max-height: 7.5%;
    width: 100%;
    margin: 0;
    border: 0;
    border-top: 1px solid #999;
    background: #000;
    text-align: center;
	}
	br {
		clear: both;
	}
	.snapslider.w50 {
	    width: 47%;
	    height: auto;
	    min-width: 47%;
	    max-width: 47%;
    }
  .w25 {
		margin: 0.5%;
		width: 21%;
		min-width: 21%;
		max-width: 21%;
		padding: 1%;
    padding-top: 2%;
    padding-bottom: 2%;
		font-size: 50%;
		line-height: 1.25;
		float: left;
    text-align: left;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
	}
  
	.w50 {
		font-size: 66%;
    font-family: 'Roboto', sans-serif;
    width: 47.5%;
    max-width: 47.5%;
    margin: 0.5%;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
    text-align: center;
    background: rgba(224,224,224, 0.8);
    border: 1px solid #999;
    box-shadow: 3px 3px 5px rgba(0,0,0, 0.7);
    border-radius: 5px;
    cursor: pointer;
    float: left;
	}
	.w50b {
		margin: 1%;
		margin-top: 2%;
		width: 90%;
		min-width: 90%;
		max-width: 90%;
		padding: 3%;
		font-size: 66%;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
		line-height: 1.5;
		float: left;
		background: rgba(224,224,224, 0.8);
    border: 1px solid #999;
		border-radius: 5px;
		text-align: center;
    cursor: pointer;
    box-shadow: 3px 3px 5px rgba(0,0,0, 0.7);
	}
	.w100 {
    font-family: 'Roboto', sans-serif;
		margin: 0.5%;
		width: 93.5%;
		padding: 2%;
		min-width: 93.5%;
		max-width: 93.5%;
		font-size: 66%;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
		border: 1px solid #aaa;
		border-radius: 5px;
	}
	hr.w100 {
	    padding: 0;
	    line-height: 0;
	    margin-left: 0.5%;
	    width: 97.5%;
		min-width: 97.5%;
		max-width: 97.5%;
	}
  .exportA {
    font-family: 'Roboto', sans-serif;
		margin: 2%;
		width: 93.5%;
		padding: 1%;
		min-width: 93.5%;
		max-width: 93.5%;
		font-size: 66%;
    color: #00c;
    text-shadow: 1px 1px 2px #fff;
		border: 1px solid #aaa;
    background: rgba(224,224,224,0.9); ; 
		border-radius: 5px;
	}
  .exportA:hover{
    color: #f00;
    background: rgba(255,255,255,0.9); 
	}
  .exportA:visited {
    color: #666;
    background: rgba(51,51,51,0.8); 
  }
	
	#menubutton {
		position: absolute;
		top: 0;
		right: 0;
		background-image: url(pic/icon_more.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		overflow: hidden;
	}
  .hidden {
    visibility: hidden;
    display: none;
  }
	select {
		-webkit-appearance: menulist;
		box-sizing: inherit;
		-webkit-box-align: left;
		background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(43%,#e8e8e8), 
    color-stop(73%,#ffffff), color-stop(100%,#f8f8f8));
		background-image:-moz-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(43%,#e8e8e8), 
    color-stop(73%,#ffffff), color-stop(100%,#f8f8f8));
	}
    .section {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(43%,#e8e8e8), 
        color-stop(73%,#f8f8f8), 
        color-stop(100%,#ffffff));
		background-image: -moz-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(43%,#e8e8e8), 
    color-stop(73%,#f8f8f8), color-stop(100%,#ffffff));
    }
    .snapslider {
	    position: relative;
    	height: auto;
    	font-size: 100%;
    	margin: 1%;
    	padding: 0;
    	display: block;
    	border: solid 1px #999;
    	border-radius: 12px 12px 0px 12px;
    	background: #ccc;
    	box-shadow:inset 0 0 10px #999;
    }

    .snapslider .handle {
	    position: absolute;
	    cursor: pointer;
    }
    .snapslider .snapslider_bar {
	    width: 50%;
    	height: 96%;
    	font-size: 66%;
    	margin: 0;
    	padding: 2%;
    	display: inline;
    	background: #fff;
      	text-align: center;
    	border: solid 1px #999;
    	border-radius: 12px 12px 0px 12px;
    	box-shadow: 0px 3px 6px #999;
    	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(43%,#e8e8e8), 
      color-stop(73%,#ffffff), 
      color-stop(100%,#f8f8f8));
		background-image:-moz-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(43%,#e8e8e8), 
    color-stop(73%,#ffffff), color-stop(100%,#f8f8f8));
    }
    .snapslider .disabled {
	    background: #898989;
    }

input[type="button"] {
  font-size: 66%;
  font-family: 'Roboto', sans-serif;
  width: 47.5%;
  max-width: 47.5%;
  margin: 0.5%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: #000;
  text-shadow: 1px 1px 2px #fff;
  text-align: center;
  background: rgba(224,224,224, 0.8);
  border: 1px solid #999;
  box-shadow: 3px 3px 5px rgba(0,0,0, 0.7);
  border-radius: 5px;
  cursor: pointer;
  float: left;
}
input[type="button"].w10 {
		font-size: 50%;
    font-family: 'Roboto', sans-serif;
    width: 8.7%;
    max-width: 8.7%;
    margin: 0.5%;
    padding: 0.5%;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
    text-align: center;
    background: rgba(224,224,224, 0.8);
    border: 1px solid #999;
    box-shadow: 3px 3px 5px rgba(0,0,0, 0.7);
    border-radius: 5px;
    cursor: pointer;
    float: left;
	}
#editor {
  font-size: 50%;
  font-family: monospace;
}
	/*manipulation default appearance*/
	input[type="range"] {
		-webkit-appearance: none;
		padding: initial;
		border: initial;
		margin: 0.5%;
		border: 1px solid #999;
		border-radius: 12px;
		background: #ccc;
		box-shadow: inset 0 0 10px #999;
		color: rgb(144, 144, 144);
	}
	input[type="range"]::-webkit-slider-thumb {
		-webkit-appearance: none;
		position: relative;
		top: -1px;
		z-index: 1;
		width: 25px;
		height: 25px;
		-webkit-border-radius: 48px;
		border-radius: 48px;
		border: 1px solid #999;
		box-shadow: 3px 3px 3px #999;
		background: red;
		background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(43%,#e8e8e8), 
    color-stop(73%,#ffffff), color-stop(100%,#f8f8f8));
		background-image:-moz-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(43%,#e8e8e8), 
    color-stop(73%,#ffffff), color-stop(100%,#f8f8f8));	
	}
  input[type="file"] {
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
    width: 96.5%;
    max-width: 96.5%;
    margin: 0.5%;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
    background: rgba(224,224,224, 0.8);
    border: 1px solid #999;
    box-shadow: 3px 3px 5px rgba(102,102,102, 0.7);
    border-radius: 5px;
    cursor: pointer;
    float: left;
  }
	.bottom_close {
		position: absolute;
		bottom: 0%;
		left: 0;
		min-width: 100%;
		width: 100%;
	}
textarea {
  font-size: 50%;
  font-family: monospace;
}

::-webkit-scrollbar {
  width: 8px;
	height: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(204,204,204,0.4); 
}
#game {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

