.help-inline {
	color: red;
}

html,
body {
  height: 100%;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

h2 {
    font-weight: bold;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  padding-bottom: 50px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;  
  background-color: #f5f5f5;
  vertical-align:middle;
}

.fixed-bottom {
    margin-bottom:0px;
    margin-top:-51px;
}

.text-muted {
  margin: 15px 0;
}

/* grid-framework makes negative row margins. Need to disable that to be able to use rows without a container. */
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.top-container {
    padding-left: 50px;
    padding-right: 50px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.choose_language {
     vertical-align:middle;
}

.choose_language form .choose_language input {
     display: inline-block;
     vertical-align:middle;
}

.navbar-top {
	border-bottom:none;
    box-shadow: 5px 5px 5px #999; 
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
}

#logo {
    width: 107px;
    height: 70px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: -70px;
}

#logo > a > img {
    width: 137px;
    height: 90px;
    margin-top: -8px;
    margin-left: -20px;
}

.navbar-default {
    background-color: white; /*rgb(218, 218, 218);*/
}

.navbar-default .navbar-nav>li>a {
    color: black;
    font-size: 18px;
}

a[href^="http://"], a[href^="https://"], a[href^="mailto:"] {
    background: url(../img/external-link-10.png) center right no-repeat;
    padding-right: 13px;
}

.black_text {
    color: black;
    font-weight: bold;
}

.copyright-text {
    color: black;
    vertical-align: central;
    padding-top: 14px;
}

img.diploma {
    border:5px solid black;
}

.events-title {
    border-bottom: 1px solid lightgray;
}

/*

    Event masonry tiles styling.

*/

.event-item {
    opacity: 0;
    border-radius: 10px;
    margin: 10px;
}

.event-item a {
    text-decoration: none;
}

.event-item-footer {
    color: black;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    width: 100%; 
    overflow: hidden;
}

.event-item-date {
    width: 30px;
    margin-left: 5px;
    font-size: 16px;
    font-weight:bold;
}

.event-item-name {
    margin-left: 5px;
    font-size: 24px;
    font-weight:bold;
}

.event-item-picture {
    overflow: hidden;
    position: relative;
    width: auto;
    border-radius: 10px;
}

.event-item-picture img {
    display: block;
    margin:auto;
    image-rendering: optimizeSpeed;
    width: auto;
    max-width:  100%;
}

.event-item-picture .after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline;
    display: block;
    background: linear-gradient(rgba(44,44,44, 0.0), rgba(44,44,44, 0.0), rgba(44,44,44, 0.1), rgba(44,44,44, 0.9));
}
.event-item-picture:hover .after {
    display: block;
}

.event-list-item {
    margin-bottom: 10px;
    border-radius: 10px;
    transition: border .2s ease-in-out;
    border: solid 0.5px transparent;
}

/* 1 column by default */
.event-list-item { width: 400px; }

@media screen and (min-width: 600px) {
  /* multiple columns for larger screens */
  .event-list-item { width: 300px; }
}

.event-list-item a {
    text-decoration: none;
}

.event-list-item:hover {
    border: solid 0.5px lightgray;
}

.event-list-item-main {
  top: 0;
  left: 0;
}
.event-list-item-current {
    top: 55px;
    right: 20px;
    font-size: 30px;
    position: inherit;
    color: whitesmoke;
    text-shadow: 
        2px 0px black, 
        2px 0px black, 
        2px 0px black, 
        2px 0px black;

}
.event-list-item-registered {
    top: 15px;
    right: 20px;
    font-size: 30px;
    position: inherit;
    color: whitesmoke;
    text-shadow: 
        2px 0px black, 
        2px 0px black, 
        2px 0px black, 
        2px 0px black;
}
.event-list-item-results {
    position: absolute;
    left: 20px;
    top: 10px;
}
.event-list-item-main {
    width: 100%;
    height: 100%;
    position:relative;
}

/*

    Dropzone styling for the image upload.

*/

/* Drop anywhere style cover. */
div#gray-cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: visibility 175ms, opacity 175ms;
    display: table;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    font: bold 42px Oswald, DejaVu Sans, Tahoma, sans-serif;
}
div.gray-cover-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    transition: font-size 175ms;
}

/* Make the picture within the Dropzone look nice. */
.event-cover-image-upload {
    max-width: 300px;
    border-radius: 10px;
}
.dropzone {
    border-radius: 10px;
}

@media screen and (min-width: 600px) {
  /* make the dropzone larger for larger screens */
    .dropzone {
        min-width: 650px;
        border-radius: 10px;
    }
    .event-cover-image-upload {
        max-width: 600px;
        border-radius: 10px;
    }
}

.dz-message {
    font-size: 30px;
    font-weight: bold;
}

/*
    
    Breadcrumbs

*/


.breadcrumb_rc {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid darkgray;
    border-right: 1px solid transparent;
    border-radius: 4px;

    color: #fff;
    background-color: silver;
}
.breadcrumb_rc a {
    color: #fff;
    padding-right: 5px;
}
.breadcrumbs_rc a::after {
    background: silver;
    content: "";
    height: 25px;
    margin-top: -5px;
    position: absolute;
    margin-top: -2px;
    margin-left: 3px;
    width: 25px;
    /*z-index: -1;*/
    transform: rotate(45deg);
    border-radius: 4px;
    border-top: 1px solid darkgray;
    border-right: 1px solid darkgray;
}
.breadcrumb_rc:hover, .breadcrumb_rc:hover a::after {
    background-color: lightgrey;
    text-decoration: none;
    color: black;
}
.breadcrumb_rc:hover a {
    text-decoration: none;
    color: black;
}

.breadcrumbs_rc {
    margin-top: 25px;
}

/* Tootip */
/* Tooltip container */
.my_tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.my_tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

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

/* Show the tooltip text when you mouse over the tooltip container */
.my_tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Modal message */
.rc-modal-background {
    position: fixed; /* stay in place */
    z-index: 999999; /* sit on top */
    width: 100%; /* Fill the screen. */
    height: 100%; /* Fill the screen. */
    top: 0; /* position it over the screen */
    left: 0; /* position it over the screen */
    background: rgba(0,0,0,0.4) /* make it transparent gray */
}

.rc-modal-message {
    margin: 5px;
}

.rc-modal-messages-container {
    width: 100%;
    margin: 0 auto;
    top: 0;
    position: relative;
    overflow: auto;
    max-height: 100%;
    padding: 50px 25%;
}