@font-face {
    font-family: "Oswald";
    src: url("../font/Oswald-Regular.ttf");
}

/*
body {font-family: 'Oswald',sans-serif; padding-top: 60px;padding-bottom: 40px;}
div#main { margin-bottom: 100px;}
*/
body {
    font-family: "Oswald", sans-serif;
}
div#main {
    margin-top: 70px;
    margin-bottom: 70px;
}
div#main .page {
    height: inherit;
}

.center {
    text-align: center;
}

.change-themes-list .active {
    font-weight: bold;
}

.strong {
    font-weight: bold;
}

.vcenter {
    vertical-align: middle !important;
}

/** durchgezogene Linie hinter dem Text / Inhalt des Elements mit dieser Klasse */
.line-behind {
    margin-bottom: 1em;
    position: relative;
    z-index: 1;
}
.line-behind::before {
    border-top: 1px solid #ddd;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.line-behind > * {
    background: #fff;
    margin-left: 3%;
    padding: 0 1em;
}

/* Modal outline fix */
*:focus,
a:focus {
    outline: none;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #fce7d1;
}

#ajaxloader {
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    /*color: white;*/
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 9999;
}

#flashMessage {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 20%;
    z-index: 9999;
}
div.tootltip {
    z-index: 9998 !important;
}

span.help {
    font-size: 10pt;
    vertical-align: top;
}

/*############# BIBLIOTHEK ########### */
@media screen and (min-width: 1024px) {
    div#rightContent {
        position: fixed;
        top: 20%;
        right: 2%;
        z-index: 999;
    }
}

/*\\\\\\\\\\\\\ BIBLIOTHEK \\\\\\\\\\\ */

/*############# VIDEOARCHIV ########### */
#userinformation {
    margin: 10px;
}
/*span.tree-actions ins {display: none;}*/
.spacer {
    margin-top: 10px; /* define margin as you see fit */
}
.jstree a {
    color: black !important;
}
#editForm label,
#mailData-Form label {
    padding-top: 7px;
}
td.tdnopadding {
    padding: 0px;
    border-top: none;
}
/* charCount related css */
form .counter {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
}
form .warning {
    color: #600;
}
form .exceeded {
    color: #e00;
}
/* end charCount */
/* ############ TRANSKRIPT ANSICHT ######################## */
.speakersChoice label {
    margin-right: 4px;
    padding: 3px;
    height: 20px;
    opacity: 1 !important;
}
.speakersChoice input {
    margin-left: 15px;
    float: none;
}
#timings div {
    display: inline-block;
    width: 45%;
}
#timings input {
    width: 84%;
}
#transkript {
    height: 780px;
    overflow: auto;
}
.counter {
    padding: 3px;
    border: 1px solid #41bb19;
    float: right;
}
/*.warning { border: 1px solid #FE781E;} */
/*.exceeded { border: 1px solid #F50F43;} */
.radio input[type="radio"]:checked + label {
    background-color: #9954bb;
    color: #ffffff;
    opacity: 1;
}
.radio input[type="radio"] {
    display: none;
}
.radio label {
    background-color: #dfdfdf;
    color: #555555;
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-top: 4px;
    opacity: 0.25;
}
.controls img {
    width: 40px;
    height: 40px;
    background: #0f82f5;
    border-radius: 4px 4px 4px 4px;
    margin-right: 6px;
    margin-top: 25px;
}
.controls-video img {
    background: #0f82f5;
}
.controls-transkript img {
    background: #9954bb;
    width: 20px;
    height: 20px;
}
.controls img:hover {
    background: #ff7518;
}
.actions {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 10px;
    text-align: center;
}
.speakerbreak {
    position: relative;
    padding: 5px;
}
.unknownWord {
    position: relative;
    padding: 5px;
}
#speakerbreaks span {
    width: 40px;
    height: 40px;
}
/*.help { background-color: #333333; left: 20%; margin-left: -100px; margin-top: -100px; padding: 20px; position: fixed; text-align: center; top: 20%; width: 66%; z-index: 200; max-height: 80%; overflow: auto; }*/
#overlay {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199;
}
#SpeakerbreakLength {
    float: left;
    margin-top: 3px;
    width: 40px;
}
#UnknownWordLength {
    float: left;
    margin-top: 3px;
    width: 40px;
}
#video {
    min-height: 240px !important;
    margin-bottom: 5px;
    width: auto !important;
}
.table-transkript,
.table-transkript table,
.table-transkript th,
.table-transkript td,
.table-transkript tr {
    border-color: #9954bb !important;
}
.table-video,
.table-video table,
.table-video th,
.table-video td,
.table-video tr {
    border-color: #0f82f5 !important;
}
.border-warning {
    border: 2px solid red;
}
.controls-time img {
    width: 30px;
    height: 30px;
    margin-top: -10px;
}
#btnSplitSP img {
    background-color: #ff0039;
}
label.warning {
    background-color: #eb0000 !important;
    opacity: 1 !important;
}
textarea.warning {
    background-color: #eb0000 !important;
    opacity: 0.8 !important;
}
#jumpToTimecode div {
    display: inline-block;
}
#jumpToTimecode div input {
    width: 18px;
}
#jumpToTimecode button {
    margin-left: 10px;
    margin-top: -8px;
}
.timecode-limiter {
    font-size: 18px;
    font-weight: bold;
}
.swap-hide {
    overflow: hidden;
    opacity: 0.3;
}
#control-lamp {
    float: left;
    width: 97%;
    height: 2px;
    margin-bottom: 5px;
}
/* ############ END TRANSKRIPT ################################################### */
/* \\\\\\\\\\\\ VIDEOARCHIV ´\\\\\\\\\\ */

.overlay-container {
    display: block;
    overflow: hidden;
    position: relative;
}
.overlay {
    background-color: rgba(241, 241, 241, 0.85);
    bottom: -1px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: -1px;
    top: 0;
    transform: scale(0.8);
    transition: all 0.2s linear 0s;
}
.overlay a {
    background-color: #ffffff;
    color: #e84c3d;
    display: inline-block;
    font-size: 26px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}
.overlay span {
    bottom: 10px;
    color: #000000;
    display: block;
    font-style: italic;
    position: absolute;
    text-align: center;
    width: 100%;
}
.overlay-links {
    display: block;
    font-size: 0;
    left: 50%;
    margin: -25px auto 0 -50px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(0.4);
    transition: all 0.25s linear 0.05s;
}
.overlay-links a {
    margin-left: 0;
    margin-top: 0;
    position: static;
}
.overlay-links a + a {
    background-color: #e84c3d;
    color: #ffffff;
    left: 50px;
}
.overlay a:hover {
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
}
.overlay i {
    line-height: 50px;
}

.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
    opacity: 1;
    transform: scale(1);
}

/** typeahead scrollable **/
ul.typeahead {
    max-height: 200px;
    overflow-y: auto;
}

/****** Bibliothek ******/
div#etiketten {
    width: 210mm;
    height: 297mm;
    font-size: 9pt;
    padding-left: 5mm;
}
div.etikett {
    width: 23mm;
    height: 39mm;
    float: left;
    text-align: center;
    vertical-align: top;
    line-height: 15pt;
    word-wrap: break-word;
    margin: 2mm;
    padding: 2mm;
}
dd {
    word-wrap: break-word;
}

/****** Fuehrungen ******/

#editForm {
    margin-bottom: 40px;
}

#calendar {
    margin-bottom: 60px;
}

.colorfield {
    border: 1px solid #000000;
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.tt_buchungslist .tooltip-inner {
    max-width: 600px;
    text-align: left;
}

.datepicker-dropdown {
    z-index: 1000 !important;
}

span.ttanchor {
    cursor: default;
}
/*
td.icon { position:relative; text-align:center; }
td.icon > span.ttanchor { position:absolute; top:0; right:0; bottom:0; left:0; }
td.icon > span.ttanchor:after { content:''; height:100%; display:inline-block; vertical-align:middle; }
*/

span.comment {
    font-size: 1.5em;
    line-height: 1;
}

.frequency-hidden {
    display: none;
}

#timeList {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
    min-height: 15px;
}

#timeList-ItemTemplate {
    display: none;
}

#timeList-Empty,
.timeList-Item {
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

#timeList-Empty:last-child,
.timeList-Item:last-child {
    border-bottom: none;
}

/* fullCalendar */
span.cal-color {
    border-radius: 3px;
    padding: 3px 6px;
}
span.cal-color a {
    color: inherit;
}
#calendar a.fc-event,
#divBuchungsEditCalendar a.fc-event {
    box-shadow: 2px 3px 4px #333;
    border: 1px solid #555;
}
#calendar a.fc-event {
    cursor: pointer;
}
.calTooltip {
    text-align: left;
    min-width: 400px;
}

.fuehrungen-storno {
    text-decoration: line-through;
}

.table span.selected {
    font-weight: bold;
    color: #d9534f;
}
.table span.vergabeselect {
    cursor: pointer;
}

/* ----------- Ende Fuehrungen --------- */

/****** funkyradio ******/
/* https://bootsnipp.com/snippets/featured/funky-radio-buttons */
.funkyradio div {
    clear: both;
    overflow: hidden;
    /**font-size: .9em;**/
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #d1d3d4;
    font-weight: normal;
    font-size: 0.8em;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 1.7em;
    text-indent: 3.5em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 3em;
    background: #d1d3d4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: "\2714";
    color: #c2c2c2;
}

/* Stopschild rot bei Disabled */
.funkyradio input[type="radio"][disabled] ~ label:before,
.funkyradio input[type="checkbox"][disabled] ~ label:before {
    content: "\e090" !important;
    font-family: "Glyphicons Halflings" !important;
    color: white !important;
    background-color: #d9534f !important;
}
/*.funkyradio input[type="radio"][disabled] ~ label:before,
.funkyradio input[type="checkbox"][disabled] ~ label:before {
	content: '\e090' ;
	font-family: 'Glyphicons Halflings' ;
	color: white ;
	background-color: #d9534f ;
}*/

/* Mouseover Stopschild bei Disabled */
.funkyradio input[type="radio"][disabled] ~ label,
.funkyradio input[type="checkbox"][disabled] ~ label {
    cursor: not-allowed;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
/* Häkchen blau bei Select und bei disabled VergabeFirma */
.funkyradio input[class="disabledFirm"][disabled] ~ label:before,
.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: "\2714";
    text-indent: 0.8em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[class="disabledFirm"] ~ label:before,
.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

/** Anpassungen wenn in einer form-group verwendet **/
.form-group .funkyradio div {
    clear: none;
    overflow: visible;
}

.form-group .funkyradio [class^="col"] label,
.form-group .funkyradio [class*=" col"] label {
    margin-left: -15px;
}

.form-group .funkyradio input[type="radio"] ~ label,
.form-group .funkyradio input[type="checkbox"] ~ label {
    height: 34px;
    margin-top: 0;
}

.form-group .funkyradio input[type="radio"] ~ label:before,
.form-group .funkyradio input[type="checkbox"] ~ label:before {
    line-height: 2.7em;
    text-indent: 1.1em;
}

.form-group .funkyradio input[type="radio"][disabled] ~ label:before,
.form-group .funkyradio input[type="checkbox"][disabled] ~ label:before {
    line-height: 3.2em;
    text-indent: 0.95em;
}

/* ----------- Ende funkyradio --------- */

#itHardwareModal,
#myModal {
    width: 80%;
    margin-left: -40%; /* width/2) */
    max-height: 80%;
}

#invoicePreview {
    padding-top: 7px;
}
#mailData-Form .form-group {
    margin-left: 0;
    margin-right: 0;
}

/** Rounded Slider **/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
    vertical-align: bottom;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switchLabel {
    margin-left: 15px;
}

input:checked + .slider {
    background-color: #23527c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #23527c;
}

input:checked + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 14px;
}

.slider.round:before {
    border-radius: 50%;
}
/** --- End Rounded Slider --- **/

/** ################### BILDARCHIV ################### */
#BildarchivImagePreview {
    min-height: 200px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: grey;
    color: white;
}
#BildarchivImagePreview img,
#BildarchivImageInfo .bildarchiv-image-import img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#BildarchivImageInfo .bildarchiv-image-import {
    width: 33.33%;
}
/*#BildarchivImageInfo .bildarchiv-image-import img { width: 33.33%;}*/
