
#topbar {
	background-color: #e6e7e8;
}

#titlebar {
	float: left;
	width: 25%;
}

#topbar #titlebar {
	width: 50%;
}

#reprocessing {
	float: left;
	display: none;
	color: #900;
	width: 20%;
	padding-top: 12px;
}

.admin-menu {
	display: inline-block;
	float: right;
	padding: 13px 13px 0 0;
}

.admin-menu a {
	color: #5E5E5E;
}

.admin-menu a.selected {
	color: #000000;
	font-weight: bold;
}

/********************** CONTENT STYLES **********************/
#red-flag-alerts {
	width: 98%;
	padding: 1%;
	height: 140px;
	font-size: 1.2em;
}

.admin-box {
	border: 2px solid #75a4c5;
	clear: both;
	width: 96%;
	padding: 1%;
	margin: 0px auto 10px;
	min-height: 200px;
	position: relative;
}

.admin-box-heading {
	width: 30%;
	padding-bottom: 10px;
/*
	border-bottom: 2px solid #f2f3f3;
	margin-bottom: 10px;
*/
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	float: left;
	display: inline-block;
}

.admin-box-filter {
	width: 25%;
	display: inline-block;
	/*float: right;*/
	margin-top: -7px;
}

.admin-box-filter input {
	height: 30px;
}

.admin-box.settings-alert p.char-counter {
	margin-top: 4px;
}

.admin-box.alert {
	height: 60px;
	margin: 0px auto 10px;
}

.setting-line span.auto-notify {
	margin-left: 100px;
	color: #a00;
}

.inner-box {
	width: 100%;
	min-height: 100px;
	border-bottom: 2px dotted #75a4c5;
}

/*disable notification toggle switch*/

.admin-box-reports-toggle {
	display: inline-block;
	float: right;
	margin-right: 20px;
}

.reports-checkbox {
	font-size: 17px;
	color: #000000;
	/*margin-right: 15px;*/
}

#report-toggle-checkbox {
	width: 22px;
	height: 22px;
	vertical-align: top;
	border: 2px solid #707070;
}

.reports-toggle-inline span {
	margin-right: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.admin-notif-toggle {
    width: 30%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: -5px;
}

table {
	border-spacing: 0px;
}

table th, table td {
	padding: 4px;
}

div.zone-holds table tr td {
	padding: 9px;
}

.admin-box table {
	width: 100%;
	table-layout: fixed;

}

#status-rows {
	border-collapse: collapse;
}

.admin-box table th, .admin-box table td {
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 3px 0px;
	border-collapse: collapse;
}

.admin-box table th:nth-child(1), .admin-box table td:nth-child(1) {
	text-align: left;
}

.admin-box .status {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url("../images/icon_sprite_status.png");
}

.admin-box .status.online {
	background-position: left top;
}

.admin-box .status.offline {
	background-position: left center;
}

.admin-box .status.unknown {
	background-position: left bottom;
}

.admin-box table tr.selectable {
	cursor: pointer;
	display: table-row;
}

.admin-box table tr.selectable.hidden {
	display: none;
}

.admin-box table tr.selectable:hover {
	background: #ddd;
}

.admin-box table tr.selected, .admin-box table tr.selected:hover  {
	background: #aaa;
}

.admin-box table td {
	font-size: 1em;
}

.admin-box table th {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.admin-box table td.first-zone, .admin-box table td.last-zone, .admin-box table td.single-zone {
	text-align: left;
}

.admin-box table tr.first_zone {
	border-top: 2px solid #999;
	/*border-bottom: 1px solid #ccc;*/
}

.admin-box table tr.last-zone {
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #999;
}

.admin-box table td.single-zone {
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}

.admin-box table td input {
	margin: 0 auto;
}

.admin-box.settings-herb table tr.changing {
	background: #a2ff98;
}

.zone-name {
	/*display: none;*/
}

.num1,.num6,.num8,.num10,.num13,.num16,.num18,.num21,.num24,.num27,.num30,.num33 {
	display: table-cell;
}

.no_show {
	display: none;
}

#status-rows tr:first-child, .Zone1row:nth-of-type(6), .Zone2row:nth-of-type(8), .Zone3row:nth-of-type(10), .Zone4row:nth-of-type(13), .Zone5row:nth-of-type(16),
.Zone6row:nth-of-type(18), .Zone7row:nth-of-type(21), .Zone8row:nth-of-type(24), .Zone9row:nth-of-type(27), .Zone10row:nth-of-type(30), .Zone11row:nth-of-type(33)   {
	border-bottom: 3px solid #999;
}


ul.large-nav {
	list-style: inside none;
	padding: 10px;
}

ul.large-nav li {
	padding: 3px 0px;
}

ul.large-nav li a {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 1.5em;
}

.admin-box.update table td.changed {
	color: #c00;
}

.schedule-block {
	padding: 10px 20px;
}

.button-set {
	padding: 20px 0 20px 10px;
}

.button-set.schedule-save, .button-set.send-report.am, .button-set.send-report.pm {
	float: left;
	padding: 0 0 10px 10px;
	margin-right: 20px;
}

.successMessage {
	display: inline-block;
	line-height: 24px;
	float: left;
	margin-bottom: 12px;
}

.button-set.settings-herb, .button-set.settings-alert, .button-set.alert {
	width: 98%;
	margin: 0 1%;
	text-align: right;
}

.button-set.settings-herb p {
	display: inline-block;
}

.button-set .button {
	background: #D5D5D5;
	border: 2px solid #AAAAAA;
	font-weight: bold;
}

.button {
	margin-right: 12px;
	display: inline-block;
	padding: 4px 6px;
	border: 1px solid #aaa;
	border-radius: 4px;
	background: #ccc;
	cursor: pointer;
}

.button-set.settings-alert.cancel-current {
	display: none;
}

.contacts-container .admin-box {
	padding-top: 20px;
	min-height: 200px;
	max-height: 400px;
	overflow-y: scroll;
}

.contacts-template-page .group-name {
	display: none;
}

.contacts-edit-icon {
	height: 13px;
	width: 13px;
	vertical-align: middle;
	margin-right: 5px;
}

.contacts-delete-icon {
	height: 19px;
	width: 19px;
	vertical-align: bottom;
	margin-right: 5px;
}

.contacts-add-icon {
	height: 14px;
	width: 14px;
	vertical-align: text-top;
	margin-right: 5px;
}

/* Add,Edit,Delete buttons hidden for now. */
div.contacts-container div.button-set div.button.add
{
    display: none;
}

span.station-status.warn, span.lastupdate.warn {
	color: #d00;
}

span.station-status.on, span.lastupdate.on {
	color: #555;
}

.system-status .status-rows td {
	text-align: left;
}

.system-status .status-rows td .status {
	text-align: center;
}

/************** DASHBOARD PAGE *************/

.page-edit-select, .page-element-select {
	width: 250px;
	margin-bottom: 10px;
}

.page-edit-select select, .page-element-select select {
	width: 150px;
	float: right;
}

.editor-container {
	margin-top: 25px;
}

.dashboard-content #submit {
  text-align: center;
  background-color: #D5D5D5;
  border: 2px solid #AAAAAA;
  font-weight: bold;
  padding: 4px 6px;	
  margin-top: 15px;
  color: black;
  width: 130px;
  height: auto;
  font-size: 16px;
}


/************** ADD/EDIT POPUP *************/

/*
 #edit-overlay {
	display: none;
    position: absolute;
	top: 0;
	left: 0;
	width: 9999px;
	height: 9999px;
	background: #333333;
	opacity:0.4;
	overflow: hidden;
	z-index: 500;
	
} 
*/

/*
 #edit-overlay.active {
	display: block;
} 
*/

#edit-popup, #edit-popup-check, #edit-popup-add, #edit-popup-edit {
	display: none;
}

#edit-popup.active, #edit-popup-check.active, #edit-popup-edit.active, #edit-popup-add.active {
	position: fixed;
	left: 50%;
	top: 80px;
	width: 500px;
	margin-left: -230px;
	background: #e6e7e8;
	text-align: center;
	padding: 20px;
	border: 2px solid #75a4c5;
	z-index: 3000;
	display: block;
}
/*
#edit-popup-add.active{
	display: block;
	z-index: 1000;
}
*/

#edit-popup.update {
	width: auto;
	padding: 30px;
}

#edit-popup table {
	width: 100%;
	margin-bottom: 12px;
}

#edit-popup h2 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 0;
}

#edit-popup label  {
	font-weight: bold;
}

#edit-popup label.normal  {
	font-weight: normal;
}

#edit-popup img {
	vertical-align: middle;
}

#edit-popup img#zone-remove {
	cursor: pointer;
}

#edit-popup table tr td {
	line-height: 1.3em;
	padding: 3px 5px;
	text-align: left;
	border-bottom: 2px solid #f2f3f3;
}

#edit-popup table tr td .text-input, #edit-popup table tr td input, #edit-popup table tr td select {
	width: 230px;
	margin: 3px;
	padding: 1px;
	font-size: 0.9em;
}

#edit-popup #comment-area {
	width: 300px;
	height: 50px;
	margin: 3px;
	padding: 1px;
	font-size: 0.9em;
}

#edit-popup #edit-submit, #editform-add #edit-submit-checkId {
	border: 1px solid #aaa;
	cursor: pointer;
	display: inline-block;
	padding: 4px 6px;
	background: #ccc;
	margin: 0px auto 10px;
	border-radius: 4px;
}

#edit-popup p, #edit-popup-add p {
	text-align: right;
	width: 100%;
	cursor: pointer;
}

#edit-popup p a {
	font-size: 1em;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}

#edit-popup .error {
	display: none;
	line-height: 1.1em;
	font-weight: bold;
	background-color: #d00;
	width: 98%;
	padding: 1%;
	margin-bottom: 4px;
	text-align: center;
	color: #eeeeee;
}

#edit-popup.update .error {
	font-weight: normal;
	background: none;
	width: 250px;
	color: #d00;
	font-size: 12px;
}

#edit-popup .newclassday {
	margin-top: 12px;
	padding: 2px 4px;
}

#edit-popup .newclassday option {
	padding: 2px 4px;
}

#edit-popup.update h3 {
	font-size: 14px;
	margin-top: 12px;
}

#edit-popup.update .update-block {
	margin: 18px 0;
}

#edit-popup.update label {
	font-weight: normal;
	font-size: 12px;
}

/* SUBSCRIBE PAGE STYLES ============================== */

#wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
}

.fullwidth {
	width: 100%;
	padding-top: 10px;
	border-bottom: 2px solid #f2f3f3;
	margin-bottom: 10px;
}

#content.subscription {
	 background: #fff;
}

.form-box {
	width: 45%;
	margin-right: 2%;
	float: left;
}

.form-box ul {
	list-style: none;
	list-style-position: outside;
}

.form-box ul li {
	margin: 12px;
	background: #e1e1e1;
	padding: 20px;
	border-radius: 5px;
}

.form-box li form div {
	display: block;
	width: 100%;
	clear: both;
}
.form-box li form label {
	display: block;
	width: 100%;
	margin-top: 5px;
	clear: both;
}
.form-box li form input[type=text] {
	display: inline-block;
	width: 50%;
}

.form-box li form div.carrier {
	display: grid;
	grid-template-areas:
	"label label"
	"carrierselect carriersubmit";
	width: 100%;
	clear: both;
}

.form-box li form .carrier .carrierselect {
	width: 50%;
	height: 40px;
}

.form-box li form div.carrier div.carriersubmit {
	display: inline-block; width: 30%;
}
.form-box li form .carrier .carriersubmit input.submit {
	display: block;
}

p {
	padding: 6px 0;
}
input.submit {
	padding: 4px;
}
