.page-title {
	margin:40px 0px -10px 0px;
	font-size:125%;
}
.success-message {
	margin:5px;
	color:green;
}
.error-message {
	margin:5px;	
	color:red;
}
.checkbox-container {
	width:150px;
	display:inline-flex;
	margin-top:5px;
}
.checkbox-label {
	cursor:pointer;
	font-weight:normal;
	margin-left:2px;
}
.mini-button {
  text-decoration: none;
  padding: 0px 2px 0px 2px;
  margin:0px 2px 0px 2px;
}
.mini-button:hover {
	background-color:white;
	text-decoration: none;
}
.multi-select-title {
	font-size:115%;
	font-weight:bold;
}
.message-container {
	margin:10px 0px 10px 0px;
}
.required:after { 
	content:"*"; 
	color:red;
}
/*---from mycoin/template.css : START---*/
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;
  /* Negative indent footer by its height */
  margin: 0 auto -30px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 30px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 5px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}

.title-font{
	font-size: 18px;
	color: #263f6a;
	font-weight: 200;
	font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
span.action-path {
	color: #006699;
}
/*---from mycoin/template.css : END---*/