html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -100px;
  /* Pad bottom by footer height */
  padding: 0 0 100px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 100px;
  background-color: #f5f5f5;
}


.glyphicon-remove {
	color:red;
	font-size:larger;
}

.rel {position: relative;}
.cbox {
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
}
.unit_name {
	-webkit-border-top-right-radius: 4px!important;
	-moz-border-top-right-radius: 4px!important;
	border-top-right-radius: 4px!important;
	-webkit-border-bottom-right-radius: 4px!important;
	-moz-border-bottom-right-radius: 4px!important;
	border-bottom-right-radius: 4px!important;
}
.cbox_btn {border-width: 1px 1px 1px 0px ; cursor: pointer;}
.cbox_list {position: absolute; left:16px; list-style-type: none; padding: 0px; margin: 0px; top:35px; z-index:1000;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .5);
}
.cbox_list li {padding: 2px 13px; background: #fff; border: 1px solid #ccc; border-top: 0px; text-align: left; cursor: pointer; background: #eee;}
.cbox_list li:hover {background: #428BCA; color: #fff;}
.cbox_list li:first-child {border-top: 1px solid #ccc;}
.none {display: none;}


