/**
 * pegboard/css/screen.css 042618
 */

body {
  color: #fff;
  background: #444;
  font-size: 0.5em;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  overflow-y: scroll;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: white;
}

a:hover {
  text-decoration: underline;
}

#menu {
    margin-bottom: 8px;
}

#page {
  padding: 1% 5% 5% 5%;
}


#main-header {
    	padding-bottom: 2%;
	clear: both;
}

#main-footer {
    	padding-top: 2%;
	clear: both;
}

#helptext-anchor {
  color: #fff;
  background-color: #444;
  border:0px solid;
  font: bold 100% 'trebuchet ms',helvetica,sans-serif;
  padding: 5% 20% 5% 20%;
}

.helptext-button {
  color: #fff;
  background-color: #444;
  border:0px solid;
  font: bold 200% 'trebuchet ms',helvetica,sans-serif;
}


.sentinel-disarm-active {
  color: #fff;
  background-color: #9b3c0b;
  background-color: #9b3c0b;
  text-align: center;
  vertical-align: middle;
  font: bold 100% 'trebuchet ms',helvetica,sans-serif;
  border:0px solid;
}

.sentinel-disarm-inactive {
  color: #444;
  // background-color: #444 ;
  background-color: #9b3c0b;
  text-align: center;
  vertical-align: middle;
  font: bold 100% 'trebuchet ms',helvetica,sans-serif;
  border:0px solid;
}

.sentinel-arm {
  color: white;
  background-color: #9b3c0b;
  text-align: center;
  vertical-align: middle;
  font: bold 100% 'trebuchet ms',helvetica,sans-serif;
  // border:1px solid;
  border:0px solid;
}

.sentinel-arm-inactive {
  color: #444;
  background-color: #9b3c0b;
  text-align: center;
  vertical-align: middle;
  font: bold 100% 'trebuchet ms',helvetica,sans-serif;
  // border:1px solid;
  border:0px solid;
}

.sentinel-button {
  color: white;
  background-color: #9b3c0b;
  text-align: center;
  vertical-align: middle;
  font: bold 100% 'trebuchet ms',helvetica,sans-serif;
  // border:1px solid;
  border:0px solid;
}

.sentinel-arm-active {
  color: white;
  background-color: #9b3c0b;
  text-align: center;
  vertical-align: middle;
  font: bold 100% 'trebuchet ms',helvetica,sans-serif;
  // border:1px solid;
  border:0px solid;
}

.sentinel-discreet, .sentinel-indiscreet {
  color: #fff;
  // background-color: #444;
  background-color: #9b3c0b;
  text-align: center;
  vertical-align: middle;
  font: bold 100% 'trebuchet ms',helvetica,sans-serif;
  border:0px solid;
  // border:1px solid;
}

.ui-dialog {
	overflow: hidden;
	position: absolute;
	-moz-border-radius: 0px;
	border-radius: 0px;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	background-color: blue;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: .4em 1em;
	position: relative;
    	height:100%;
}
.ui-widget-header {
    	height:100%;
	background: #9B3C0B !important;
}
.ui-dialog .ui-dialog-title {
	float: left;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	height:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #9B3C0B !important;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
//	background: none;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
	background: #9B3C0B !important;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	padding: .5em 1em;
	background-color: #5F5F5F;
	color: white;
	width:100% !important;
	overflow: auto;
}
.ui-dialog .ui-widget-content {
	width:100% !important;

}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}


.background-text {
  text-decoration: none;
  font-weight: bold;
  color: white;
}

.login-input {
  color: #fff;
  background: #444;
  border: 1px solid #b58e63 !important;

}

.login-button {
  color: #fff;
  background: #9b3c0b;
  border:1px solid #9b3c0b !important;
}
