﻿@media screen {

    .fa {
        color: #6c757d;
    }

    .fa-search {
        font-size: 20px !important;
    }

    .lowerLatin {
        list-style-type: lower-latin;
    }

    .upperLatin {
        list-style-type: upper-latin;
    }

    .upperRoman {
        list-style-type: upper-roman;
    }

    .no-break {
        white-space: nowrap;
    }

    .go-top {
        position: fixed;
        bottom: 3em;
        right: 3em;
        text-decoration: none;
        color: white;
        background-color: transparent;
        display: none;
    }

    #header-wrapper {
        padding: 12px 20px 5px 240px;
        margin: 0;
        background-color: #fff;
        background-image: url(../images/bg_kopf.jpg);
        background-position: right;
        background-repeat: repeat-y;
        border-bottom: 25px solid #96AEBE;
    }

    #breadcrumb {
        padding-bottom: 1.5em;
        margin-bottom: 2.7em;
        padding-top: 16px;
        padding-left: 240px;
        color: #000;
        font-size: .75em;
        font-weight: normal;
    }
    
    .table-wrapper 
    {
        vertical-align: top;
        margin-top: 38px;
        -webkit-padding-before: 18px; 
        display: table;
        width: 100%;             
    }

    .table-filler 
    {
        display: table-cell;
        width: 100%;
    }

    .width-35 {
        width: 35% !important;
    }

    .width-65 {
        width: 65% !important;
    }

    #body-wrapper 
    { 
        height: auto;
        margin: 0 auto -2em;
        padding: 0 0 4em;
    }

    #footer {
        border-top: 1px solid #96AEBE;
        margin-bottom: 2em;
    }

    #spalteLinks 
    {                       
        display: table-cell;
        width: 240px;
        padding-left: 23px;
        padding-top: 38px;
        -webkit-padding-before: 18px;
    }

    #spalteRechts 
    {
        display: table-cell;
        width: 240px;
        padding-right: 18px;
        padding-left: 11px;
        vertical-align: top; 
        float: inherit;
    }

    #spalteMitte 
    {  
        vertical-align: inherit;
        float: inherit;
        display: table-cell;
        padding-right: 8px;
 
         -webkit-min-width: 480px;
          -moz-min-width: 480px;
           -ms-min-width: 480px;
            -o-min-width: 480px;
             min-width: 480px;            
    }
    
    #innerTable {
        display: table;
        width: 100%;
        padding-top: 7px;
        padding-bottom: 50px;
        -webkit-padding-before: 16px;
        -webkit-padding-after: 50px;
    }
    
    #innerTableHeader {
        display: table-caption;
    }
    
    #innerRow {
        display: table-row;       
    }
    
    #innerUpperSubTable {
        display: table; 
        width: 100%;
    }
    
    #innerSubTableUpperRow {
        display:table-row;
        width: 80%;
    }
    
    #innerSubTableBottomRow {
        display:table-row; 
        width: 20%;
    }
    
    #innerBottomSubTable {
        display: table; 
        width: 100%; 
        height:100%;  
        padding-right: 18px;
    }

    .navi
    .zusatznavi 
    {
        width: 14.744em;
        vertical-align: top;
        float: none;
    }

        .navi ul {
            width: 13.27em;
            padding: 0;
        }

        .navi li {
            list-style: none;
            margin: 0.2em 0 0.2em 0;
        }

        .navi a 
        {
            position: relative;
            top: 0;
            left: 0;
            text-decoration: none;
            display: block;
            padding: 3px 5px 3px 5px;
            color: #303030;
            background-color: #BFCED8;
        }

        .navi a,
        .zusatznavi a,
        #spalteRechts a,
        #spalteRechts h3 {
            font-size: 1em;
            line-height: 1.2em;
        }

            .navi a:hover,
            .navi a:active,
            .navi a:focus {
                display: block;
                color: white;
                background-color: #476274;
            }

            .navi ul a:link .selectedPublication,
            .navi a:visited .selectedPublication,
            .navi a:visited .selectedDocument,
            .navi a:link .selectedDocument {
                border-left: 5px solid #4169E1;
                padding: 2px 10px 2px 5px;
            }

        .zusatznavi ul {
            margin: 1.5em 0 0.5em 0;
            list-style: none;
            padding: 0;
        }

        .zusatznavi a:link,
        .zusatznavi a:visited {
            color: #476274;
            display: block;
            font-weight: normal;
            text-decoration: none;
        }

        .zusatznavi a:hover,
        .zusatznavi a:active,
        .zusatznavi a:focus,
        #spalteRechts a:hover,
        #spalteRechts a:active,
        #spalteRechts a:focus {
            text-decoration: underline;
        }

    #spalteRechts h3,
    #spalteRechts a {
        color: #476274;
        background-color: transparent;
        font-weight: normal;
    }

    #spalteRechts h3 {
        border-top: 1px solid #BFCED8;
        border-bottom: 1px solid #BFCED8;
        background-image: url(../images/bg_add.jpg);
        background-position: right;
        background-repeat: repeat-y;
        margin-bottom: 0;
        padding-left: 5px;
        line-height: 1.5em;
    }

    #spalteRechts ul {
        padding-left: 0;
        color: #476274;
        background-color: #F4F5F7;
    }

    #spalteRechts li {
        list-style-type: none;
        padding: .3em .8em;
        border-bottom: 1px solid #BFCED8;
    }

    #spalteRechts a {
        display: block;
    }

    .modal-body {
        max-height: 600px;
        overflow-y: auto;
    }

    #anmelden-form .panel {
        width: 390px;
    }

    #suchenForm {
        margin-bottom: 2em;
        background-color: #F9F9F9;
    }

    #suchenForm label {
        font-weight: normal;
    }

    #suchfelder{}
            
    .ui-menu .ui-menu-item a:hover
    {
        cursor: pointer;
    }

    .ui-autocomplete {
        max-height: 280px;
        overflow-y: auto;
        white-space: nowrap;
        overflow-x: hidden;
        width: 320px;
        padding-right: 10px;
        position: absolute;
    }
    
    .ui-state-hover, 
    .ui-widget-content 
    .ui-state-hover, 
    .ui-widget-header 
    .ui-state-hover, 
    .ui-state-focus, 
    .ui-widget-content 
    .ui-state-focus, 
    .ui-widget-header 
    .ui-state-focus {
        background-color: #BFCED8;
        background-image: none;
        padding: 0px;
        margin: 0px;
        border-radius: 3px;
        border-color: rgb(38, 154, 188);
    }
 
    #suchenForm .ui-autocomplete a{
        font-size: 80%;
    }

    .btn-info {
        background-color: #BFCED8;
        color: black;
    }

    .btn-info:hover,
    .btn-info:active,
    .btn-info:focus {
        color: white;
        background-color: #476274;
    }   

    #suchenForm .input-group input {
        -ms-border-top-left-radius: 4px !important;
            border-top-left-radius: 4px !important;
        -ms-border-bottom-left-radius: 4px !important;
            border-bottom-left-radius: 4px !important;
        min-width: 100px;
    }

        #suchenForm .sprache .row {
            margin-bottom: 5px;
        }

        #suchenForm .sprache-txt {
            margin-right: 0;
            padding-right: 0;
        }

        #suchenForm .sprache-btn {
            margin-top: 2px;
            margin-bottom: 2px;
            padding-left: 5px;
        }

        #suchenForm .checkbox {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }

    #suchergebnisse td:hover {
        cursor: pointer;
    }

    .spalte-sprache {
        max-width: 160px !important;
    }

    #zulassungsvoraussetzungen .row span {
        margin-bottom: 5px;
    }

    #personbearbeiten label,
    #personendetails label {
        font-weight: normal;
        padding-top: 5px;
    }

    #personbearbeiten .form-group,
    #personendetails  .form-group {
        margin-bottom: 3px;
    }

    #personbearbeiten .form-control,
    #personendetails  .form-control {
        min-height: 30px;
        height: auto;
    }

    #personbearbeiten .read-only,
    #personendetails .read-only {
        background-color: #F0F0F0;
    }

        #personendetails .form-control a {
            color: #555;
            text-decoration: none;
            background-color: transparent;
        }

            #personendetails .form-control a:hover,
            #personendetails .form-control a:active,
            #personendetails .form-control a:focus {
                text-decoration: underline;
            }

    #personbearbeiten table,
    #personendetails table {
        width: 100%;
        border-style: none !important;
    }

    #personendetails td {
        text-align: center !important;
    }

    #personbearbeiten td,
    #personendetails td {
        vertical-align: middle;
    }

        #personendetails td:first-child,
        #personendetails tr:last-child td {
            text-align: left !important;
        }

        #personendetails td:first-child + td,
        #personendetails td:first-child + td + td + td + td + td {
            width: 8em;
        }

        #personendetails td:first-child + td + td + td + td {
            width: 9em;
        }

        #personendetails td:first-child + td + td,
        #personendetails td:first-child + td + td + td,
        #personendetails td:first-child + td + td + td + td + td + td,
        #personendetails td:first-child + td + td + td + td + td + td + td {
            width: 6.5em;
        }

    #personendetails .dateTimeFormat {
        min-width: 180px;
    }

    #personbearbeiten .input-group-btn input {
        -ms-border-top-left-radius: 4px !important;
        border-top-left-radius: 4px !important;
        -ms-border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }

    #personbearbeiten .datepicker {
        -moz-min-width: 6em;
        -ms-min-width: 6em;
        -o-min-width: 6em;
        -webkit-min-width: 6em;
        min-width: 6em;
    }

    #personbearbeiten td:first-child {
        -moz-min-width: 15em;
        -ms-min-width: 15em;
        -o-min-width: 15em;
        -webkit-min-width: 15em;
        min-width: 15em;
    }

    #personbearbeiten .plz input {
        width: 5em;
    }

    #personbearbeiten .force-border {
        border-color: rgb(204, 204, 204);
        border-width: 1px;
        border-style: solid;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

    #personbearbeiten #speichern-optionen div {
        margin-top: 0 !important;
    }

    .data-table td {
        font-size: .9em;
        padding-top: 1px !important;
        padding-bottom: 1px !important;
        vertical-align: middle !important;
    }

    #auswahllisteAkademischeGrade .data-table th:last-child,
    #auswahllisteGericht .data-table th:last-child,
    #auswahllisteSprache .data-table th:last-child,
    #auswahllisteStaat .data-table th:last-child,
    #auswahllisteStaatSprache .data-table th:last-child {
        width: 153px;
    }

    .data-table button {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    #auswahllisteAkademischeGrade #data-table th:first-child {
        width: 270px;
    }
    
    #auswahllisteStaat #data-table th:first-child,
    #auswahllisteSprache #data-table th:first-child {
        width: 6.5em;
    }
    #auswahllisteStaatSprache #data-table th:first-child + th + th {
        width: 8.5em;
    }
    
    #auswahllisteAkademischeGrade .radios,
    #auswahllisteSprache .radios,
    #auswahllisteStaat .radios,
    #auswahllisteStaatSprache .radios {
        padding-top: 11px;
    }

    .dataTables_processing {
        top: 40px !important;
        height: 80px !important;
        color: #FF0000 !important;
        font-weight: bold;
        border: 1px solid #FF0000;
        background-color: #ffffff !important;
    }

    .dataTables_info {
        margin-right: 20px;
            width: 100%;
    margin-bottom: 10px;
    }

    .printLayoutTd {
        font-size: .9em;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
        padding-left: 10px;
        vertical-align: top;
        text-align: left;
        border-bottom: solid 1px #000;
    }  
    
    .printLayoutTdNarrow {
        font-size: .9em;
        margin: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 20px;
        padding-left: 20px;
        vertical-align: top;
        text-align: left;
    }  
    
    .plTdLessPad {
        font-size: .9em;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
        padding-left: 10px;
        vertical-align: top;
        text-align: left;
        /*border-bottom: solid 1px #dddddd; */
    }  

    .bottomBorder {
        border-bottom: solid 1px #dddddd;
    }  
    
    .printLayout th
    {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
        padding-left: 10px;
        vertical-align: top;
        text-align: left;
    }

    .printDetails tr td {
        border-bottom: solid 1px #dddddd;
    }
    
    .modal .modal-lg 
    {
        width: 100%;
    }

    .modal-dialog {
        width: 1000px;
        max-width: 1000px;
    }
    
    
    div #suchergebnis 
    {
        width: 100%;
        display: none;
    }

    .lnkLS {
        display: block;
        width: 60%;
        float: left;
    }

    .lnkLSDesc {
        display: block;
        width: 40%;
        float: left;
        font-size: 12px;
        margin-bottom: 5px;
    }  

    .wappen {
        height: 50px;
        float: right;
    }

    div.dataTables_filter {
        margin-bottom: 5px !important;
        float: right;
        text-align: right;
    }

    .dataTables_length {
        float: left;
    }

    /*Angepasster Style für Navigations-Tabs.*/
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #000000;
        background-color: #ced4da;
        border-color: #dee2e6 #dee2e6 #fff;
    }

    .nav-tabs .nav-link {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent;
    }
    
    /* Damit leere spans die gleiche Höhe haben wie spans mit Wert*/
    span.form-control:empty:before {
        content: "\200b";
    }

    h3.zulassungsvorraussetzungUeberschrift {
        font-size: 1em;
    }
}

@media print 
{
    th 
    {
        font-weight: bold;
        font-size: 0.9em;
        text-align: left;
        vertical-align: top;         
    }

    .printDetails {
        
    }

        .printDetails tr td {
            border-bottom: solid 1px #dddddd;
        }

    .bottomBorder {
        border-bottom: solid 1px #dddddd;
    } 
    
    td 
    {
         font-size: 0.75em;
         text-align: left;
         vertical-align: top;
    } 
    
    .imgCheck {
        width: 10px;
    }
 
    .imgCross {
        width: 7px;
    }
    
    .noPrint{ display: none; }
    
    .no-break {
        white-space: nowrap;
    }

  

   
}
