#global-list-form table {
  	border-spacing: 50px 0;
}


#global-list-form td {
  	padding-right: 10px;
}


#saveFeatures {
	margin: 20px;
	float: right;
	clear:both;
}

h4{
	color: #54c328;
}

.ui-state-default {
      border-collapse: collapse;
  }
  
  td {
      padding: 10px;
  }
  
  #sortable,
  #sortableTwo,
  #sortableThree,
  #sortableBig {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 60%;
  }
  
  #sortable td,
  #sortableTwo td,
  #sortableThree td,
  #sortableBig {
      margin: 0 3px 3px 3px;
      padding: 0.4em;
      padding-left: 1.5em;
      font-size: 1em;
      height: 18px;
  }
  
  input[value="ON"] {
      background-color: #3c3;
      color: #fff;
      border-radius: 10px;
      width: 50px;
  }
  
  input[value="OFF"] {
      background-color: #ccc;
      color: #000;
      border-radius: 10px;
      width: 50px;
  }
.header.location {
    font-size: 40px;
    color: red;
}
.sub.location {
    font-size: 20px;
    color: green;
}

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}



.dropDown {
    width: 45px;
    height: 15px;
    display: inline;
}

  
 #topnavmenu {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
	list-style: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: 20;
	top: 0;
	right: 4px;
	color: #dddddd;
	font-size:85%;
}

#topnavmenu a{
 	color: #dddddd;
}

#topnavmenu a:hover{
 	color: #dddddd;
	background: none;
}

#topnavmenu  li {
	font: bold 12px/18px sans-serif;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 15px 20px;
	background: #000000;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#topnavmenu li:hover {
	background: #555;
	color: #fff;
}


body.local #topnavmenu  li {
    background: #86b300 !important;
	color: #FFF;
}

body.local #topnavmenu  a {
	color: #FFF;
}
body.local #topnavmenu li:hover {
    background: #9DD104 !important;
}



body.testing #topnavmenu  li {
    background: #FF69B4 !important;
	color: #FFF;
}

body.testing #topnavmenu  a {
	color: #FFF;
}
body.testing #topnavmenu li:hover {
    background: #FC92C7 !important;
}







#topnavmenu li ul {
	padding: 0;
	position: absolute;
	top: 48px;
	left: 0;
	width: 160px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}


#topnavmenu li ul li { 
	background: #555; 
	display: block; 
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	padding: 10px 5px;
}

#topnavmenu li ul li:hover { background: #666; }

#topnavmenu  li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

.days-since-today{ background: #DEFFD1;  color: #000; }
.days-since-one{ background: #84FFD0;  color: #000; }
.days-since-two{ background: #7CEFE6; color: #000; }
.days-since-three{ background: #7CDEEF; color: #000; }
.days-since-four{ background: #7CCBEF; color: #000; }
.days-since-five{ background: #7CB8EF; color: #000; }
.days-since-six{ background: #6895DD;  color: #FFF; }
.days-since-seven{ background: #537FC6;  color: #FFF; }
.days-since-eight{ background: #426DB2;  color: #FFF; }
.days-since-nine{ background: #315691;  color: #FFF; }
.days-since-ten{ background: #000; color: #FFF; }


.systemList  tr.head{
	border-bottom:1px solid #AAA;
}

.systemList  .head h2{
	color: #FFF;
	font-size: 18px;
}


.systemList  .system-meta{
	color: #FFF;
	font-size:12px;
}

table.standard tr.head.maintenance td{

	background-color: #3F4C70 !important;

}
table.standard tr.head.maintenance td .system-meta,
table.standard tr.head.maintenance h2{

	color: #ddd  !important;

}


fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 5px !important;
    margin: 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
	font-size: 14px !important;
	font-weight: bold !important;
	text-align: left !important;
	width:auto;
	padding:0;
	margin: 0 !important;
	border-bottom:none;
}


.pagination > li > a, .pagination > li > span {
	height: 32px;
}

@keyframes blink {
from { color: red; }
to {color: #FFEA0C;}
}

.system-notification {
animation: blink 1s infinite;
}


/*
* New with store builder
* @author Eric Doyon
* Date: 2016-06-14
*/

.bucket-item {
	min-height:15px;
}
.bucket-item:hover{
	cursor: pointer;
	background-color:#efefef;
}
.quickCreateForm{
	width:500px;
	margin-bottom: 25px;
	padding:5px;
}

.padding5{
	padding:5px;
}

.btn-120{
	width:120px;
}

.btn-160{
	width:160px;
}

.border-light{
	border:1px solid #dbdbdb;
}

.padding-top20{
	padding-top: 20px;
}

.padding-top15{
	padding-top: 15px;
}

.padding-bottom15{
	padding-bottom: 15px;
}

.padding-left15{
	padding-left: 15px;
}

.padding-left30{
	padding-left: 30px;
}

.toggle-btn{
	width:150px;
	margin-top:5px;
	margin-bottom:5px;
}

.msg-icon{
	vertical-align: middle;
	font-size:20px
}

.round-button {
	width:75px;
	margin-right:25px;
}
.round-button-circle {
	width: 100%;
	height:0;
	padding-bottom: 100%;
	border-radius: 50%;
	overflow:hidden;

	background: #0072b4;
	box-shadow: 0 0 3px gray;
}
.round-button-circle:hover {
	background:#0096ed;
}
.round-button a {
	display:block;
	float:left;
	width:100%;
	padding-top: 15%;
	padding-bottom:25%;
	line-height:1em;
	text-align:center;
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
.round-button a:hover {
	background:#0096ed;
}
.round-button-content{
	padding:2px;
}