.adminContainer{
	background:#FFF;
}

.bg-primary {
    background-color: #154084!important;
}

.container{
	width:100%;
}

.btn{cursor:pointer;}

footer{
    position: fixed;
    height: auto;
    bottom: 0;
    width: 100%;
	color:#AAAAAA;
	background:#000;
	padding: 3px;
	
}

.dropdown-menu{
	
}

.adminLoginForm{
	width:100%;
}

.adminLoginForm input{
	width:100%;
	padding:10px;
	margin-bottom:5px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #BCBCBC;
    border-color: #333333;
}

.form-check-input {
    position: absolute;
    margin-top: 6px;
    margin-left: 5px;
	padding-right:20px;
	width:25px;
	height:25px;
}
.form-check-label{margin-left:15px;margin-top:5px;}
#hiddenform{display:none;}

.margin-right{margin-right:5px;}

.margin-bottom{margin-bottom:5px;}

#ageERROR{
	display:none;
	color:#B41012;
	font-weight:bold;
}

.halfWidth{width:50%}

.led-red {
  width: 15px;
  height: 15px;
  margin-right:10px;
  background-color: #F00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 6px;
  display:inline-block;
}


.led-green {
  width: 15px;
  height: 15px;
  margin-right:10px;
  background-color: #19CB3E;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #228400 0 -1px 9px, rgba(100, 100, 0, 0.5) 0 2px 6px;
  display:inline-block;
}

.no-margin{margin:0px;}

.modal-content{width:1000px !important; padding:10px;}
.modal {
    
    left: -450px;
    
}

.sortIconUp{    
	display: inline-block;
    position: absolute;
    right: 40px;
}
.sortIconDown{    
	display: inline-block;
    position: absolute;
    right: 5px;
}
#passError{color:red;}

.eventCaptainsContainer{display:none;}

.icon{cursor:pointer; font-size:30px; color:#16458D; margin-right:5px;}
.disabled-icon{ font-size:30px; color:#BFBFBF; margin-right:5px;}
.delete-category{color:#d9534f !important;}

.delete{color:#d9534f !important;}

.notif{position: fixed; width:100%; top:0px; z-index: 9999; max-height:56px; font-size:25px;}

.searchButton{cursor:pointer;}

.searchButton:hover{color:#FFF; background:#999;}

.iconBox{
	vertical-align:middle; 
	cursor:pointer;
	font-size:20px;

}

.imageURL{cursor: pointer;}
.imagePreview{display:none;}
.ON{color:darkgreen;}
.OFF{color:darkred;}
.MEMBERON{color:darkgreen;}
.MEMBEROFF{color:darkred;}
.red{color:darkred;}
.highlight{
	background: #F9EA99;
	border-left: 5px solid #DD3125;
}