/* */
/* GENERAL Customization */
/* */

body{  }

.row{ margin:0px; }

.navbar{ 
	margin-bottom:0px; 
	background:white; 
	/* padding-bottom:5px; */
}

a.btn-warning {
    background-color: rgb(255, 153, 51);
}

.activity-list .activity-logo {
    margin: 5px 0 10px 10px;
}

.activity-list p {
    text-align: justify;
}

header .row.login{ background:white; }
header .row
{
    background: #45AEEA; //black; 
}

.row#breadcrumbs 
{
    background-color: #FF9933; //#E6612A;
    padding: 5px;
    color: #FFE6CC;
    height: 30px;
    font-weight: bolder;

}

.row#breadcrumbs a
{
    color: #FFF;
}

header .row a,header .row a:visited{ color:white; 
	text-decoration: none;
	font-weight: bold;
}

a.blue-as-logo {
	color: #00AAE9;
}


.top-margin { margin-top:10px; }

.bottom-margin { margin-bottom:10px; }

.extrasmall { font-size:67%; line-height: 0.2em;}

.padded-content{ padding:20px; }

.big-font{ font-size:150%;}

.sup, .sub{ color:gray; }


/* */
/* WIDGET style */
/* */
.widget{ padding:16px; }

.widget-inner{ background:#F5F5F5;border:#EFEFEF 1px solid; min-height:200px;  }


/* */
/* MAIN-CONTENT style */

.main-content{ 
	padding-top:20px; 
	padding-bottom:20px; 
}


/* */
/* JUMBOTRON Customization */
/* */

.jumbotron-slowd{ background:#F5F5F5; }

.jumbotron-gray{ background: #EFEFEF; padding-top:2em; padding-bottom: 2em; }

/*  */
.footer { 
	padding-top:10px; 
	padding-bottom:30px;
	border-top:1px solid #E0E0E0; 
	width:100%; 
	background:#F8F8F8; 
}

header  .topmenu {
	line-height: 40px;	
}

.news_separator {
	width: 100%; 
	height: 10px; 
	margin:2px; 
	padding: 0px;  
	background-position: center; 
	background-size: 70px; 
	background-repeat: no-repeat;
}

.currency {
	text-align: right;	
}

.selection {
	text-align: left;	
}

.detail_currency {
    width: 150px;
    text-align: right;
}

.detail_date {
    width: 150px;
    text-align: right;
}

.table .text-middle {
    vertical-align: middle;
}

.list-date {
    width: 100px;
}

.list-currency {
    width: 120px;
}

div#booking-sidebar {
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}

table.booking {
    width: 100%;
    border-spacing: 3px;
    border-collapse: separate;
    table-layout: fixed;
}

table.booking td {
    width: 33%;
    height: 60px;
    overflow:hidden;
/*    padding: 3px; */

}

table.booking td a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-style: italic;
    white-space: normal;
}

.label-warning,
.badge {
    background-color: #ff9933;
}

.label-info {
    background-color: #45AEEA;
}

table.table#labs > tbody > tr > td,
div.activity_labels {
    line-height: 200%;
}

fieldset > legend {
    text-align: right;
}

.btn-book-event {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

span.divider {
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}

li span.divider {
    color: #fff;
    margin-left: 0px;
    margin-right: 5px;
    font-weight: bold;
}

.popover {
    max-width: 100% !important;
/*    width: 400px;    */
}

.popover-title {
    font-weight: bolder;
    color: #fff;
    background-color: FireBrick;
}
