﻿* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Raleway');

@-ms-viewport { width: device-width; }

html, body {height: 100%; margin: 2vh; font-size: 100%; }

table, td, th {      
}

th, td {
}

p
{
	display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


#imgfield
{
	border-style: dashed;
	border-width: thick;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}


.popupfields, .legend
{
	width: 100%;
}

.hidden
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

.ToggleLabel
{
	padding: 3px;
	border-style: solid;
	border-width: thin;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: block;
	background-color: white;
	text-align: center;
	width: 140px;
	cursor: pointer;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.ToggleLabel:active
{
	vertical-align: middle;
	background: #C0C0C0;
}

.ToggleLabel:hover
{
	vertical-align: middle;
	background: #CCCCCC;
}


.box
{
	margin: 10px;
	padding: 5px;
	border-style: solid;
	border-width: thin;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: block;
	background-color: white;
	text-align: center;
	width: 140px;
	cursor: pointer;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.buttoncheck
{
	float: none;
	margin: 12px 2px 8px -25px;
	padding: 3px 0px 3px 0px;
	position: absolute;
	width: 20px; 
    height: 20px; 
   cursor : pointer;

}

.rightbox
{
	float: right;
	margin: 8px 8px 8px 0px;
	padding: 3px 3px 3px 0px;
	border-style: solid;
	border-width: thin;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: block;
	background-color: white;
	text-align: center;
	width: 130px;
	cursor: pointer;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.box:active
{
	vertical-align: middle;
	padding: 6px;
	margin: 9px;
	background: #C0C0C0;
}

.rightbox:active
{
	vertical-align: middle;
	padding: 4px 4px 4px 0px;
	margin: 7px 7px 7px 0px;
	background: #C0C0C0;
}

.box:hover
{
	vertical-align: middle;
	padding: 6px;
	margin: 9px;
	background: #CCCCCC;
}

.rightbox:hover
{
	vertical-align: middle;
	padding: 4px 4px 4px 0px;
	margin: 7px 7px 7px 0px;
	background: #CCCCCC;
}

.sblabel
{
	border-style: solid;
	border-width: thin;
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}


.mpanel
{
	background-color:Transparent;
	border: thin solid #000000;
	font-family: 'Raleway', sans-serif;
}

.panel
{
	border: thin dashed #000000;
	background-color: Transparent;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
}

.pdrop, .dpdrop
{
	background-color: Transparent;
	position: relative;
	top: 0px;
	width: 85%;
	left: auto;
	right: auto;
	bottom: 100%;
	height: 100%;
	vertical-align: middle;
}

.pform
{
	background-color: Transparent;
	position: relative;
	top: 0px;
	width: 85%;
	left: auto;
	right: auto;
	bottom: 100%;
	height: 100%;
	vertical-align: middle;
	border-style: double;
	border-width:thin;
}


.ptext
{
	background-color: Transparent;
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 100%;
	bottom: 100%;
	height: 100%;
}



.pimage
{
  background-color: Transparent;
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 100%;
	bottom: 100%;
	height: 100%;
}

.pline
{
	padding: 0px;
	position: relative;
	top: 0px;
	width: 100%;
	left: 0px;
	right: 100%;
	height: 100%;
}


.full-spectrum .sp-palette {
max-width: 200px;
}


#maxcharacters
{
	max-width: 40px;
}

fieldset
{
	text-align: center;
	width: 150px;
	font-size: smaller;
}

