﻿/******************************/
/* Bootstrap & Nifty Overides*/
/******************************/

@media screen and (max-width: 2031px) {
    .media-only-icons {
        display: none!important;
    }
}

#container .fc-row.fc-widget-header table th {
    background-color: #25476a!important;
    color: #fff !important;
}

#container .fc-button.fc-state-active, #container .fc button.fc-state-active {
    background-color: #25476a!important;
    color: #fff!important;
    border-color: #25476a!important;
}

.width200 {
    width:200px!important;
}
.btn-primary a, .btn-success a, .btn-warning a, .btn-dark a, .btn-purple a {
    color: #fff !important;
    text-decoration: none !important;
}

body {
    font-family: Eras ITC, Arial, Helvetica, sans-serif !important;
}

.popover {
    box-shadow: none!important;
    z-index:999999!important;
    max-width: 600px!important;
}

.popover-content {
    background-color: #fff !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover .fade .left {
    margin-left: -600px;
}


table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    content: '-';
    background-color: #ccc!important;
}

/*.scrolloff {
    display: none !important;
}
footer {
    position: relative!important;
}

*/
.fw600 {
    font-weight: 600;
}
.pci-cross {
    margin-top:-10px!important;
}
.footable-odd {
    background-color: inherit !important;
}

.footable-row-detail {
    background-color: inherit !important;
}
a {
    text-decoration: none !important;
}
.programm-logo {
    position: absolute;
    top: 70px;
    right: 30px;
    height: 70px;
    width: auto;
}
/* New Classes */

#dropZone {
    background: gray;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0.6;
    visibility: hidden;
}

td.linkCell {
    cursor: pointer;
}

td.noLinkCell {
    cursor: default;
}

.header-logo {
    width: 100%;
    min-height: 100px;
    display: block;
    text-align: center;

}
textarea {
    resize: vertical!important;
}

/* Anpassung von Jan für Tags Input*/
.bootstrap-tagsinput {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}