@font-face{
	font-family: Brandon;
	font-weight: normal;
	src: url("/fonts/Brandon_reg.otf") format("opentype");
}

@font-face{
	font-family: Brandon;
	font-weight: medium;
	src: url("/fonts/Brandon_med.otf") format("opentype");
}

@font-face{
	font-family: Brandon;
	font-weight: bold;
	src: url("/fonts/Brandon_bld.otf") format("opentype");
}

@font-face{
	font-family: Brandon;
	font-weight: black;
	src: url("/fonts/Brandon_blk.otf") format("opentype");
}

@import url(//fonts.googleapis.com/css?family=Open+Sans);

body {
	font-family: 'raleway',Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	/*margin: 5px;*/
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
}

a{
	text-decoration: none;
	color:  #000000;
}

a.visited{
	color: inherit;
}

.right{
	text-align: right;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

strong{
	font-weight: bold;
}

/* DEFAULTS */
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	margin-bottom: 10px;
}

p, pre{
	padding-top: 10px;
	padding-bottom: 10px;
}

h1{
	font-size: 150%;
	font-family: Brandon;
	text-transform: uppercase;
	color: #001559;
}

h2{
	font-size: 125%;
	font-family: Brandon;
	text-transform: uppercase;
	color: #001559;
}

h3{
	font-size: 110%;
	font-family: Brandon;
	text-transform: uppercase;
	color: #001559;
}

th{
	font-weight: bold;
	font-family: Brandon;
	text-align: center;
	padding: 3px;
	text-transform: uppercase;
	color: #001559;
}

div.bold {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: .5em;
	margin-top: 20px;
}

.clearboth {
	clear: both;
}

code {
    font-family: monospace;
    padding: .2rem .4rem;
    margin: 0.02em 0;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25rem;
    display: inline-block;
}

/* INPUTS */

input.small{
    width: 65px;
}
input.medium {
    width: 95px;
}
input.large {
    width: 115px;
}

fieldset {
    margin-top: 1em;
    padding: 8px;
    border: 2px groove threedface;
}

fieldset.switch {
	width: 22em;
	border: 0;
	padding: 0;
}

legend.switch {
    margin: 0 2px;
    padding: 0 2px;
	font-size: 110%;
	font-style: oblique;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
	top: 170px !important;
}

label.switch {
	display: block;
	#margin: 0.5em;
	padding: 4px 4px 6px 6px;
	border: 0 solid #005a9c;
	border-radius: 5px;
	width: 17em;
}

label .label {
	display: inline-block;
	width: 9em;
	user-select: none;
}

label input[role="switch"] {
	opacity: 0;
}

label input[role="switch"] ~ .state {
	display: inline-block;
	user-select: none;
}

label input[role="switch"] ~ .state > .container {
	position: relative;
	top: 2px;
	display: inline-block;
	border: 2px solid black;
	width: 40px;
	height: 20px;
	border-radius: 11px;
}

label input[role="switch"] ~ .state > .container > .position {
	position: relative;
	top: 1px;
	left: 2px;
	display: inline-block;
	border: 2px solid black;
	border-radius: 9px;
	width: 14px;
	height: 14px;
	background: black;
	opacity: 0.6;
}

label input[role="switch"]:not(:checked) ~ .state span.on {
	display: none;
}

label input[role="switch"]:checked ~ .state > span.off {
	display: none;
}

label input[role="switch"]:checked ~ .state > .container > .position {
	left: 20px;
	border-color: green;
	background: green;
	opacity: 1;
}

label.focus,
label:hover {
	padding: 2px 2px 4px 4px;
	border-width: 2px;
	outline: none;
	background-color: #def;
	cursor: pointer;
}

label.focus span.container,
label:hover span.container {
	background-color: white;
}

