.hasTooltip {display:block !important;}

/* Department-Infos Collapse/Accordion */
#departmentinfos .panel-heading { padding: 0;}
#departmentinfos .panel-title > a {
    display: block;
    padding: 0.1em 0.6em;
    outline: none;
    text-decoration: none;
}

#departmentinfos .panel-title > a.accordion-toggle::before, #departmentinfos a[data-toggle="collapse"]::before  {
    content:"\f077";
    float: left;
    font-family: 'FontAwesome';
    margin-right :1em;
}
#departmentinfos .panel-title > a.accordion-toggle.collapsed::before, #departmentinfos a.collapsed[data-toggle="collapse"]::before  {
    content:"\f078";
}
#departmentinfos a.accordion-toggle{
    text-decoration: none;
    font-size: 14px;
}

.acc {
    cursor: pointer;
}


/* Date-View */
.ods-topic-date {
    position: relative;
    width: 70px;
    height: 90px;
    font-family: Georgia, serif;
    color: #999;
    margin: 0 auto;
}
.ods-topic-day, .ods-topic-month, .ods-topic-year {
    position: absolute;
}
.ods-topic-day {
    font-size: 30px;
    top: 20px;
}
.ods-topic-month {
    top: 0;
    left: 0;
    font-size: 18px;
}
.ods-topic-year {
    top: 15px;
    right: 0;
    font-size: 20px;
    rotation: -90deg !important;
    /* ** Hacks ** */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hyphenless {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
}

.blockquote-default {
    border-color:#e6e6e6
}
.blockquote-success {
    border-color:#4CAE4C
}
.blockquote-primary {
    border-color:#357EBD
}
.blockquote-info {
    border-color:#46B8DA
}
.blockquote-warning {
    border-color:#EEA236
}
.blockquote-danger {
    border-color:#D43F3A
}


/* Lightbox */
.gal-container{
    padding: 0px;
}
.gal-item{
    position: relative;
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 150px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\f002";
    font-family: 'FontAwesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 150px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50px auto;
    }
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:150px;
    }
}

/* -- Calendar -- */
/* Toolbar */
.ods-toolbar-month {
    padding-left: 10px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
}
.ods-toolbar-year {
    padding-right: 10px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
}

/* Table */
.agenda {  }
/* Dates */
.agenda .agenda-date { width: 170px; }
.agenda .agenda-date .dayofmonth {
    width: 40px;
    font-size: 36px;
    line-height: 36px;
    float: left;
    text-align: right;
    margin-right: 10px;
}
.agenda .agenda-date .shortdate {
    font-size: 0.75em;
}
/* Times */
.agenda .agenda-time { width: 110px; }

/* Events */
.agenda .agenda-events {  }
.agenda .agenda-events .agenda-event {  }

/* Event-Action */
.agenda .agenda-action { width: 40px; }
.agenda .agenda-color {
    width: 5px;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {

}

.ods-cal-color-lbl {
    width: 5px;
    padding-right: 3px;
    margin-right: 3px;
}

.ods-event-attachment-icon {
    min-width: 30px !important;
    display: inline-block !important;
}
.ods-event-date-label {
    min-width: 30px !important;
    display: inline-block !important;
}