@CHARSET "ISO-8859-15";



/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    min-height: 720px;
}

.navbar-form .form-group {
	margin-right: 5px;
}

.navbar-inverse .form-group.has-error input, .navbar-inverse .form-group.has-error textarea{
	background-color: #f2dede;
}

/* 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 -40px;
  /* Pad bottom by footer height */
  padding: 50px 0 40px;
}

/* Set the fixed height of the footer here */
footer {
  height: 40px;
  line-height: 30px;
  background-color: #f5f5f5;
}


#menuID {
	z-index: 998;
}


.list-group-item.active .text-info {
    color: white;
}

.list-group-item.active .text-muted {
    color: #ddd; 
}

.list-group-item .btn-link {
    text-decoration: underline;
    margin-left: -15px;
}

.list-group-item.active .btn-link {
    color: white;
}

div.widget-box:empty {
	background: url("img/widget_loading.gif") no-repeat center center;
	min-height: 200px;
}






