/* here you can put your own css to customize and override the theme */

.venue-container {
    background-color: #b0e0e6;
}

.photo {
    text-align: center;
}
.photo img {
    width: 300px;
    height: 200px; 
}

.cbp-caption-defaultWrap img {
    height: 200px !important;
}

ul.breadcrumb {
    padding: 8px 16px;
    list-style: none;
    background-color: #eee;
}

.affix {
    top:200px;
    position:fixed;
}

#sticky {
    
}

#sticky.stick {
    margin-top: 50 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    
}

body {
    margin: 1em;
}

p {
    margin: 1em auto;
}

.right
{
    float: right;
    padding-right: 0.10cm;
    margin-top: 0px;
}

.left
{
    float: left;
    padding-left: 0.10cm;
    margin-top: 0px;
}

.portlet-size-one
{
    width: auto;
    height: 130px;
}

.portlet-size-two
{
    width: auto;
    height: 670px;
}

.portlet-size-three
{
    width: auto;
    height: 240px;
}

p.margin-left {
    margin-left: 1cm;
}

.vis-item {
    border-color: yellow;
    background-color: yellow;
  }

ha {
    display: block;
    font-size: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

/* Tooltip */
/*
 .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 1s;
}

.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;
}
*/

.list-datetime {
    width: 200px !important;
}

/*#advanced-search {
    display: none;
}*/