﻿/* https://icomoon.io/app/#/select */

@media print {
    .noprint {
        display: none !important;
    }

    #keyvisualprintonly {
        display: block;
        margin-left: 0px !important;
        top: 0px;
        font-size: 14px;
    }

    .printcontent {
        top: -80px;
    }

    .aright {
        text-align: left !important;
    }
    body {
        margin-left: 10px !important;
    }

    .col-8 {
        margin-bottom:25px !important;
    }

    #header .logo img {
        height: 70px !important;
    }

}

#hidden-param {
	display:none;
}
.resultinfo {
    padding-left: 10px;
}
.processlink {
    padding-left: 5px;
    border-left: 1px solid #ECECEC;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: #000;
    filter: alpha(opacity=50);
    opacity: .50;
    display: none;
}

#overlay-content, #vorgang-link {
    position: fixed !important;
    position: absolute;
    max-width: 50%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    z-index: 1002;
    padding: 10px;
    background-color: #ffffff;
    display: none;
}

#overlay-container {
    display: flex;
    flex-direction: column;
}
#overlay-content {
    top: 30%;
    left: -75%;
    margin-left: 100%;
}

#overlay-text {
    margin-top: 30px;
    text-align: center;
}

#overlay-button {
    padding-top: 20px;
    margin-left:-30px;
    text-align: center;
    width: 100%;
}
#overlay-content form {
    border:0px;
}

#vorgang-link {
    left: 50%;
    height: 130px;
    width: 600px;
}

#vorgang-link label {
    width:250px;
}

#vorgang-link input {
    width: 95%;
    margin: 0 auto;
    font-size: 15px;
}

#vorgang-link span {
    width: 20px;
    height: 20px;
    float: right;
    background-image: url(i/close.png);
    cursor: pointer;
}

.ui-button {
    background: #fff;
}

.printonly {
    display: none;
}

.ui-button {
    margin-top: 5px;
    font-size: 14px /*1.125rem !important*/;
}
#UrheberPersonenId, #UrheberSonstigeId, #DokumententypId, #Descriptors, #DescriptorsIds, #Systematiks, #SystematikIds {
    margin-top: 5px;
    height: initial;
    padding: 10px;
    margin-right:20px;
    background: #fff;
}
#UrheberPersonenId:disabled, #UrheberSonstigeId:disabled, #DokumententypId:disabled, #Descriptors:disabled, #DescriptorsIds:disabled, #Systematiks:disabled, #SystematikIds:disabled {
    background: #eee;
}

#UrheberSonstigeId {
    height: 24px;
}
.criteria input {
    margin-right: 20px;
}
.TopMargin {
    margin-top: 5px;
}
.disabled, .label .disabled {
    color: #aaa;
    cursor: not-allowed !important;
    pointer-events: none
}
#UrheberPersonenField {
    margin-top: 20px;
}
#RedebeitraegeField {
    height: 55px;
    margin-top: -15px;
}
#AddDescriptors, #RemoveDescriptors, #AddSystematic, #RemoveSystematic {
    border-bottom: 0px;
    padding-bottom: 0px;
}
#DokumentenNummer {
   margin-bottom: 0px;
}

#Descriptors, #DescriptorsIds, #Systematiks, #SystematikIds, #SearchWords {
    margin-top: 0px;
    margin-bottom: 5px;
}
.formbtn {
    display: block;
    margin-left: 15px;
    margin-bottom: 25px;
}

.hidden-advanced-params {
    display: none;
}

#search-advanced-params hr {
    border: 1px solid gray;
}

#open-more-params {
    margin: 20px auto 0;
	margin-left: 15px;
    padding-left: 14px;
}

#open-more-params span {
    cursor: pointer;
    font-weight: bold;
}

.params-opened {
    background: url(i/opened.png) no-repeat 0 7px;
}

.params-closed {
    background-image: url(i/closed.png);
    background-position: 0 7px;
    background-repeat: no-repeat;
    position: relative;
    height: 1%;
}


#keywords-references {
    display: none;
    left: 20px;
    position: absolute;
    width: 300px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    color: #000;
    padding: 10px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
#keywords-references form {
    border-left: 0px;
    padding: 0px;
}
.control-label .labeltitle {
	font-size: 1.125rem;
    padding-left: 20px;
	padding-bottom: 10px;
}


#keywords-references legend {
    color: #00488D;
    font-size: 1em;
    font-weight: bold;
    margin: auto;
    padding: 2px;
}

#keywords-references select {
    border: 1px solid #CCCCCC;
    margin-top: 5px;
    width: 100%;
    height: 96px;
    padding: 10px;
}

#keywords-references button {
    float: right;
}

#keywords-references span {
    position: absolute;
    z-index: 10;
    width: 20px;
    height: 20px;
    margin-right:20px;
    right:0;
    background-image: url("i/close.png");
    cursor: pointer;
}

.defaulttext {
    font-size: 14px;
    line-height: 23px;
    color: #242424;
    font-weight:normal;
	margin-bottom: 20px;
	display:inline-block;
}

.lp-header, .personrow , .adminrow {
    display: flex;
    flex-wrap: wrap;
}

.lp-header > div:first-of-type {
    padding-top:6px;
    padding-right: 10px;
}

.personrow > div:first-of-type {
    margin-right: 10px;
}
.person {
    width: 300px;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}
.person-foto-color {
    display:block;
    height:100%;
    width:5px;
}

h3.persondata {
    margin-top: 20px;
    margin-bottom: 5px;
}
.person-data label {
    padding-left: 0px;
    font-size: 14px;
    font-weight: normal
}

.adminrow > div:first-of-type {
   width: 175px;
}

input[type="password"] {
    height: 35px;
    border: 1px solid lightgrey;
    margin-bottom: 20px;
    padding: 0 30px 0 10px;
    display: block;
    width: 100%;
}
.mainnavi {
}
#landtaglive {
    opacity:0.001;
}
#startcontainer, #plenarycontainer, #eventscontainer, #searchcontainer {
    display: none;
    
}

.plenumevents a {
    text-decoration: none;
}

.plenumevents a:hover {
    text-decoration: underline;
}

.transformer-tabs button[aria-first="true"] {
    z-index: 1;
    background: white;
    padding: 10px 20px 10px 0;
}

.open-video-icon {
    color: #242424;
    cursor: pointer;
    padding-top:0.5rem;
    line-height:100%;
    text-indent: 35px;
}

.open-video-icon:hover {
    text-decoration: underline;
}

.open-video-icon span {
    position:absolute;
    display: inline-block;
    margin-top: 0px;
    margin-left: -70px;
    font-family: "icomoon";
    font-size: 2rem;
}

.video-frame {
    display: block;
   
    height:100%;
    width:100%;
    max-width: 1200px;
    max-height: 690px;

    margin: 0 auto;
    border: none;
    margin-left: 0px;
    margin-bottom: 5px;
}

#overlay-video-background {
    display: none;
    background: none repeat scroll 0 0 #888;
    height: 100%;
    left: 0;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

#overlay-video-container-outer {
    width: 100%;
    height:100%;
    position: fixed !important;
    top: 10%;
    z-index: 1002;
}
#overlay-video-container {
    display: none;
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    max-height: 690px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
}

#overlay-video-container hr {
    color: #ffffff;
}

#overlay-video-close {
    font-size: 20px;
    font-family: "icomoon";
    color: #444;
    opacity: 0.8;
    text-indent: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 20px;
}

#overlay-video-close:hover {
    background: #ccc;
}

/* Video liste view */
.video-container {
    display: none;
}
.video-list-closed:before {
    content: "\e918\a0";
    font-family: "icomoon";
}

.video-list-closed {
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}

.video-list-opened:before {
    content: "\e91d\a0";
    font-family: "icomoon";
}


.video-list-opened {
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}

.hidden-dbe-params, .hidden-speaker-params {
    display: none;
}

.video-list {
    display: none;
    margin-left: 30px;
}

.video-title {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}

.video-link-container {
    margin-bottom: 10px;
}

.video-link-container span {
    cursor: pointer;
    font-size: 14px;
}

.video-link-container span:hover {
    text-decoration: underline;
}

.video-select-box {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    float: right;
}

.video-select-box li {
    display: inline;
}

.close-videos-button {
    text-align: center;
    padding-top: 14px;
}

.close-videos-button img {
    cursor: pointer;
}

.close-videos-button span {
    cursor: pointer;
}

.close-videos-button span:hover {
    text-decoration: underline;
}
.icomoon {
    font-family: "icomoon";
}
.closevideo {
    cursor:pointer;
}
.closevideo:hover {
    text-decoration: underline;
}
#breadcrumb {
    position:absolute;
    padding-left:3px;
    top:40px;
}
.clickable {
    cursor: pointer;
}

.ui-selectmenu-button {
    width: 100% !important;
	margin-bottom: 20px;
 }
.ui-selectmenu-menu {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
	border: 1px solid #ccc;
}

.ui-selectmenu-menu .ui-menu-item {
    white-space: nowrap;
}
.aright {
    text-align:right;
}
#vorgang-opt {
    font-size: 120%;
}

#Descriptors, #DescriptorsIds, #keywords-references select {
    height: initial;
    background: #fff;
}
#Descriptors:disabled, #DescriptorsIds:disabled, #keywords-references select:disabled {
    background: #eee;
}
.ui-selectmenu-button.ui-state-disabled {
    background: #ccc;
}

@media only screen and (max-width: 768px) {
    .form-group {
        margin-right: 20px;
    }
    #overlay-button button {
        padding-left: 45px;
        padding-right:45px;
    }
    #overlay-button form {
        margin-left: 0px;
    }
}

#ui-datepicker-div select {
  display: inline-block;
  width: 100px;	
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
  margin-right:20px;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1.25rem;
    background: white;
}
.ui-widget button {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.form-group > button, .form-group > div, #search-advanced-params > button {
	margin-left:15px;
}
#video-info {
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 1px;
  width: calc(100% + 60px);  
  max-width: 1200px;
  max-height: 690px;
  
  background:#f4f4f4;
}