.emergency-full-page {
	width:100%;
}

.emergency-vertical-center {
  display: block;
  align-items: center;
}

.emergency-vcenter {
	display: inline-block;
    vertical-align: middle;
    float: none;
}

.help-block {
	font-size: 0.9em !important;
	clear: both;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

div.odd {
	/*
	padding-left: 10px;
	padding-top: 10px;
	*/
	background: #eee;
}

div.even {
	/*
	padding-left: 10px;
	padding-top: 10px;	
	*/
}

.navbar-right > li {
    position: relative;
    display: inline-block;    
}

.checkpoint-attach-pane
{
    background-color: #eeeeee;
    text-align: center;
    border-radius: 5px;
    box-shadow: darkgray;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(68,68,68,1);
    -moz-box-shadow: 3px 3px 3px 0px rgba(68,68,68,1);
    box-shadow: 3px 3px 3px 0px rgba(68,68,68,1);
    padding: 10px 10px 10px 10px;
}

.checkpoint-attach-thumb
{
	width: 25vw;
	width: 25vh;
}

.checkpoint-attach-title
{
	font-weight: bold;
	font-size: 0.75em;
	color: black;
	clear: both;	
}

.row .no-float {
  display: table-cell;
  float: none;
}

/* TOOLTIP : /eu/common/framework/server/frontend/event/data/templates/templates/data/core/base-table.html */
/*
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
  }
*/