/* Add here all your css styles (customizations) */


/*
.container {
    width: 100%;
}
*/

.wizard>.content {
    min-height: 50em !important;
}

.form-control-small {
    display: block;
    width: 100%;
    height: 19px;
    font-size: 10px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    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;
}

.no-selectarrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.btn-u-xxs,
a.btn-u-xxs {
    font-size: 13px;
    padding: 3px 3px;
    line-height: 10px;
}

.notendropdown {
    display: inline !important;
    width: 40% !important;
    height: 22px !important;
    padding: 2px 2px !important;
    font-size: 10px !important;
}

.sky-form .radio,
.sky-form .checkbox {
    font-size: 12px;
}

.cbp-item {
    height: 390px;
    /* your desire value */
}

.cbp-l-grid-agency-desc,
cbp-l-grid-agency-title {
    white-space: unset !important;
    text-transform: unset !important;
    text-align: justify !important;
}

.cbp-l-filters-text .cbp-filter-item {
    font: 400 15px/21px Lato, sans-serif;
}

.quadrat {
    float: left;
    width: 10px;
    height: 10px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

@keyframes fa-blink {
    0% {
        opacity: 1;
    }
    15% {
        opacity: 0.75;
    }
    30% {
        opacity: 0.5;
    }
    45% {
        opacity: 0.25;
    }
    60% {
        opacity: 0;
    }
    75% {
        opacity: 0.25;
    }
    90% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.75;
    }
}

.fa-blink {
    -webkit-animation: fa-blink 1.5s linear infinite;
    -moz-animation: fa-blink 1.5s linear infinite;
    -ms-animation: fa-blink 1.5s linear infinite;
    -o-animation: fa-blink 1.5s linear infinite;
    animation: fa-blink 1.5s linear infinite;
}

.modal-body {
    position: relative;
    padding: 15px;
    /*background-image: url(/assets/svg/svg-bg4.svg);
    background-image: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(209,210,209,1) 100%);
    background-image: linear-gradient(0deg, rgba(220,220,220,1) 0%, rgba(220,220,220,1) 100%); */
    background-image: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
}

.tab-v1 .nav-tabs a {
    font-size: 15px;
    font-weight: 400;
}

#d1d2d1 .bg-gts-grau {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.lesspadding {
    padding-left: 5px !important;
}

.sky-form {
    border: none;
    box-shadow: none;
}

.ui-datepicker {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1.0);
}

.modal-dialog {
    width: 75%;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.modal-dialog {
    width: 75%;
    max-height: 900px;
    overflow-y: auto;
}

.modal-dialog-large {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.modal-sm {
    width: 400px;
}

.modal-med {
    width: 750px;
}

.modal-content {
    background: rgba(100, 100, 100, 0.9) !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 15px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.modal-backdrop.in {
    opacity: 0.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #585f69;
}

.modaltitle {
    /* color: #72c02c; */
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 25px;
}

.table {
    table-layout: fixed;
    word-break: break-all;
}


/* das ist, um die Box an den oberen Rand zu heften! */


/*.wrapper{
  position:absolute;
  top:0;
}
*/

.fade {
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
    transition-duration: 0.4s;
}


/*Copyright*/

.copyright {
    font-size: 12px;
    padding: 11px 0 7px;
    background: #222;
    border-top: solid 1px #777;
}

.copyright p {
    color: #dadada;
    margin-top: 12px;
}

.copyright a {
    margin: 0 5px;
    color: #72c02c;
}

.copyright a:hover {
    color: #a8f85f;
}

.copyright a img {
    margin-top: 5px;
}

#overlay {
    position: fixed;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/img/ajax-loader5.gif) no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
}


/*image: url("<?php echo base_url(); ?>assets/img/ajax-loader2.gif") no-repeat 5px 3px; */

.btn-success {
    background-color: #72c02c;
    border-color: #72c02c;
    color: #fff;
    box-shadow: inset 0 4px 6px rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 2px 2px rgba(0, 0, 0, 0.15);
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    box-shadow: inset 0 4px 6px rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 2px 2px rgba(0, 0, 0, 0.15);
}

.btn-success:focus {
    background-color: #72c02c;
    background-position: 0 -15px;
}

.roundedLeft {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.roundedRight {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.form-control-dep {
    display: block;
    width: 17px;
    height: 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    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;
}

.form-control-depl {
    display: block;
    width: 100%;
    height: 20px;
    padding: 6px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    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;
}

.form-control-dep2 {
    width: 35px;
    height: 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    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;
}

.form-control-dep3 {
    width: 100%;
    height: 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    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;
}

.e-mail::before {
    content: attr(data-website) "@" attr(data-user);
    direction: rtl;
    unicode-bidi: bidi-override;
}

.deputatszuordnunglehrer-table th.th-sticky-top {
    height: 50px;
    position: sticky;
    background-color: #dedede;
    color: #000;
    top: 0;
    /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 100;
    border-bottom-color: #999;
}

.deputatszuordnunglehrer-table .th-sticky-left {
    position: sticky;
    left: 0;
    background-color: #fff;
    border-right-color: #999;
}

.deputatszuordnunglehrer-table .th-sticky-left-top {
    position: sticky;
    left: 0;
    top: 0;
    background-color: #dedede;
    color: #000;
    z-index: 101;
    border-right-color: #999;
    border-bottom-color: #999;
}

.deputatszuordnunglehrer-table td {
    height: 30px;
}

.stundentafel-table th.th-sticky-top {
    height: 50px;
    position: sticky;
    background-color: #dedede;
    color: #000;
    top: 0;
    /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 100;
    border-bottom-color: #999;
}

.stundentafel-table .th-sticky-left {
    position: sticky;
    left: 0;
    background-color: #fff;
    border-right-color: #999;
}

.stundentafel-table .th-sticky-left-top {
    position: sticky;
    left: 0;
    top: 0;
    background-color: #dedede;
    color: #000;
    z-index: 101;
    border-right-color: #999;
    border-bottom-color: #999;
}

.stundentafel-table td {
    height: 30px;
}