body{
}

.subheading{
	font-weight: bold;
	text-align: center;
}

.fence, .fence-utils {
	width: 900px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12pt;
	line-height: 1;

}
.mixer
{
	width: 18px;
	height: 18px;
	float: right;
}

.mixer > span
{
	width: 18px;
	height: 18px;
}
.ui-selectmenu-menu
{
	font-size: 12pt;
	line-height: 1.2;
}

.background_glue
{
	background-image: url(images/glue.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 128px;
    background-color: rgba(255, 255, 255, 0.6) !important;
    background-blend-mode: darken;
	
}

.background_thin
{
	background-image: url(images/pipette.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 128px;
    background-color: rgba(255, 255, 255, 0.6) !important;
    background-blend-mode: darken;
	
}

.background_scale
{
	background-image: url(images/ruler.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 128px;
    background-color: rgba(255, 255, 255, 0.6) !important;
    background-blend-mode: darken;
	
}

.background_color
{
	background-image: url(images/paint-palette.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 128px;
    background-color: rgba(255, 255, 255, 0.6) !important;
    background-blend-mode: darken;
	
}

.masterContainer, .menuContainer
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0.25em;
	margin: 10px;
	height: 101%;
}
.menuContainer > div
{
	border: 1px solid  darkgray;
	border-radius: 5px;
	background-color: aliceblue;
	padding: 5px;
}

.menu_description
{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12pt;
	line-height: 1;
	background-color: transparent;
	position: relative;
	height: 220px;
}

.menu_description > p
{
	width: 75%;
	background-color: transparent !important;
}

.main_link
{
	text-decoration: none;
	color: #EE8B0A !important;
	font-weight: bold;
	font-size: 20pt;
	position:absolute;
	bottom: 5px;
	left: 5px;
	
}

.credits
{
	margin-top: 0.5em;
	border: 1px solid darkgray;
	border-radius: 5px;
	background-color: aliceblue;
	padding: 10px;
	font-size:9pt;
}

.credits > ul
{
	padding-left: 20px;
	list-style: disc;
}



.credits a
{
	text-decoration: none;
}

.masterContainer > div, .fence-utils > div
{
	border: 1px solid  darkgray;
	border-radius: 5px;
	background-color: aliceblue;
	padding: 5px;
}

.range-info
{
	font-style: italic;
	font-size: 0.7em;
	margin-top: 10px;
}

.step{
	font-style: italic;
	font-size: 0.8em;
	margin-top: 10px;
}

.color_row{
	clear: both;	
}

#use-current-color{
	float: left;
	clear:right;
	margin-top: 5px;
}
#use-custom-color{
	float: left;
	clear:right;
	margin-top: 5px;
}

.color_reference_label
{
	border: 2px solid black;
	border-radius: 5px;
	padding: 5px;
	background-color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
    line-height:35px;
	
}

.color_id-current{
	
	clear:both;
	padding: 2px 5px 1px 5px; 
	font-size: 0.8em;
	
}

.finish
{
	border-radius: 5px;
	color:white;
	font-weight:bold;
	background-color:gray;		
	font-size: 9px;
	padding: 2px 4px 2px 4px;
	margin-left: 4px;
}

.color_id{
	
	padding: 2px 5px 1px 5px; 
	font-size: 0.8em;
	
}
.selected-color{
	overflow: hidden;
}

.mixingControl
{
	float: left;
    margin: 5px !important;
	border: 1px solid gray;
	border-radius: 3px;
	height: 120px;
	width: 20px;
	padding: 5px;
	overflow: hidden;
}

.mixing_square
{
	position:relative;
    margin: 0px !important;
	height: 124px;
	width: 62px;
}

.mixingResult
{
	
	position:relative;
	top: -248px;
	left: 60px;
    margin: 0px !important;
	height: 124px;
	width: 62px;
	z-index: 2;
}

.color_square
{
	float: left;
    margin: 5px !important;
	border: 1px solid gray;
	border-radius: 3px;
	height: 120px;
	width: 120px;
	overflow: hidden;
}

.color_source
{
	float: left;
	overflow: hidden;
    margin: 5px !important;
	border: 2px solid black;
	border-radius: 3px;
	height: 75px;
	width: 150px;
}
  .ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
