/*
 * Author: Symon Pritchett
 */

.debug{ padding:10px; margin:5px; } 
.debug pre { font-size: 14px; line-height: 18px; } 
.debug_toggle:hover {
	cursor: pointer;
}

.img-responsive{
	display: inline !important;
}

.fa-L{
	font-size: 30px;	
}

.alert {
margin-bottom: 0px !important;
}

.web_apps_list{
	list-style-type: none;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable li { margin: 0 3px 8px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1em; min-height: 48px; }
#sortable li span { position: absolute; margin-left: -1.3em; }

#sortable li a { color: #f08c08; }


.modal {
	z-index: 10000;
}



.search-top input,
.search-top button {
	line-height: 20px;	
}


/*
#login_body_id #footerwrap {
	background-color: #FFF;
	border: none;
}
*/
body#basic_body_id #footerwrap .developer {
	display: none;
}

.masthead_pad{
	margin-top:50px;
	display: block;	
}
.flash_message {
	padding:10px;
	background-color: rgba(235, 33, 33, 1);
	font-weight: bold;
	color: #FFF;
}

.multi_select_box_M{
	min-height: 170px !important;	
}

.multi_select_box_L{
	min-height: 400px !important;	
}

.developer { font-size: 12px; color: #277ef8;  text-align: right; }
.date_select_box div { padding:0; margin: 0; }

#footerwrap{
	  position: fixed;
	  bottom: 5px;
	  right: 10px;
}

@media (max-width: 767px) {
  	.masthead_pad{
		margin-top:-50px;
	}
}

