/*
 Theme Name:   Minamaze_Pro Child
 Description:  Minamaze_Pro Child Theme
 Author:       Stephan Gerasch
 Author URI:   https://betriebsrat-bonn.dedalus.lan/
 Template:     Minamaze_Pro
 Version:      1.1
 Text Domain:  Minamaze_Pro-child
*/


/* NAVIGATIONSEINSTELLUNGEN ENDE*/

/*Laden ... */

body{
	margin: 0px;
}

.menu_telefonnummern{
	background-color: #FF0000;
    color: #FFFFFF;
    padding: 4px 9px;
    border-radius: 5px;
    text-decoration: none; /* Unterstrich entfernen */
    position: absolute;
    top: 6px;
    right: 6px;
    transition: background-color 0.3s ease; /* Übergangseffekt für den Farbwechsel */
}

.menu_telefonnummern:hover {
    background-color: #D40000; /* Neue Hintergrundfarbe beim Hover */
	text-decoration: none; /* Unterstrich entfernen */
	color: #efefef;
}

@media screen and (max-width: 767px) {
    .menu_telefonnummern {
        right: auto;
        left: 6px;
		top: 11px;
    }
}

div.spinner {
    position: relative;
    width: 64px;
    height: 84px;
    display: inline-block;
    margin-left: 45%;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

div.spinner div {
	width: 6%;
	height: 16%;
	background: #1200ff;
	position: absolute;
	left: 49%;
	top: 43%;
	opacity: 0;
	-webkit-border-radius: 50px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-animation: fade 1s linear infinite;
}

@-webkit-keyframes fade {
  from {opacity: 1;}
  to {opacity: 0.25;}
}

div.spinner div.bar1 {
  -webkit-transform:rotate(0deg) translate(0, -130%);
  -webkit-animation-delay: 0s;
}    

div.spinner div.bar2 {
  -webkit-transform:rotate(30deg) translate(0, -130%); 
  -webkit-animation-delay: -0.9167s;
}

div.spinner div.bar3 {
  -webkit-transform:rotate(60deg) translate(0, -130%); 
  -webkit-animation-delay: -0.833s;
}
div.spinner div.bar4 {
  -webkit-transform:rotate(90deg) translate(0, -130%); 
  -webkit-animation-delay: -0.7497s;
}
div.spinner div.bar5 {
  -webkit-transform:rotate(120deg) translate(0, -130%); 
  -webkit-animation-delay: -0.667s;
}
div.spinner div.bar6 {
  -webkit-transform:rotate(150deg) translate(0, -130%); 
  -webkit-animation-delay: -0.5837s;
}
div.spinner div.bar7 {
  -webkit-transform:rotate(180deg) translate(0, -130%); 
  -webkit-animation-delay: -0.5s;
}
div.spinner div.bar8 {
  -webkit-transform:rotate(210deg) translate(0, -130%); 
  -webkit-animation-delay: -0.4167s;
}
div.spinner div.bar9 {
  -webkit-transform:rotate(240deg) translate(0, -130%); 
  -webkit-animation-delay: -0.333s;
}
div.spinner div.bar10 {
  -webkit-transform:rotate(270deg) translate(0, -130%); 
  -webkit-animation-delay: -0.2497s;
}
div.spinner div.bar11 {
  -webkit-transform:rotate(300deg) translate(0, -130%); 
  -webkit-animation-delay: -0.167s;
}
div.spinner div.bar12 {
  -webkit-transform:rotate(330deg) translate(0, -130%); 
  -webkit-animation-delay: -0.0833s;
}

/*Laden Ende... */


/*Laden ... */

div.HideMenuListeSpinner {
    position: relative;
    width: 64px;
    height: 84px;
    display: inline-block;
    margin-left: 36%;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

div.HideMenuListeSpinner div {
  width: 6%;
  height: 16%;
  background: #FFF;
  position: absolute;
  left: 49%;
  top: 43%;
  opacity: 0;
  -webkit-border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  -webkit-animation: fade 1s linear infinite;
}

@-webkit-keyframes fade {
  from {opacity: 1;}
  to {opacity: 0.25;}
}

div.HideMenuListeSpinner div.bar1 {
  -webkit-transform:rotate(0deg) translate(0, -130%);
  -webkit-animation-delay: 0s;
}    

div.HideMenuListeSpinner div.bar2 {
  -webkit-transform:rotate(30deg) translate(0, -130%); 
  -webkit-animation-delay: -0.9167s;
}

div.HideMenuListeSpinner div.bar3 {
  -webkit-transform:rotate(60deg) translate(0, -130%); 
  -webkit-animation-delay: -0.833s;
}
div.HideMenuListeSpinner div.bar4 {
  -webkit-transform:rotate(90deg) translate(0, -130%); 
  -webkit-animation-delay: -0.7497s;
}
div.HideMenuListeSpinner div.bar5 {
  -webkit-transform:rotate(120deg) translate(0, -130%); 
  -webkit-animation-delay: -0.667s;
}
div.HideMenuListeSpinner div.bar6 {
  -webkit-transform:rotate(150deg) translate(0, -130%); 
  -webkit-animation-delay: -0.5837s;
}
div.HideMenuListeSpinner div.bar7 {
  -webkit-transform:rotate(180deg) translate(0, -130%); 
  -webkit-animation-delay: -0.5s;
}
div.HideMenuListeSpinner div.bar8 {
  -webkit-transform:rotate(210deg) translate(0, -130%); 
  -webkit-animation-delay: -0.4167s;
}
div.HideMenuListeSpinner div.bar9 {
  -webkit-transform:rotate(240deg) translate(0, -130%); 
  -webkit-animation-delay: -0.333s;
}
div.HideMenuListeSpinner div.bar10 {
  -webkit-transform:rotate(270deg) translate(0, -130%); 
  -webkit-animation-delay: -0.2497s;
}
div.HideMenuListeSpinner div.bar11 {
  -webkit-transform:rotate(300deg) translate(0, -130%); 
  -webkit-animation-delay: -0.167s;
}
div.HideMenuListeSpinner div.bar12 {
  -webkit-transform:rotate(330deg) translate(0, -130%); 
  -webkit-animation-delay: -0.0833s;
}

/*Laden Ende... */


[class*="navigation"] .nav-previous {
	float: left;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}
.navbar.navbar-default {
  background-color: #54397E;
  font-weight: 200;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-right: 1px solid rgba(0,0,0,.2);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.10);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: 1px solid rgba(0,0,0,.2);
	border-left: none;
}
.navbar {
	border-radius: 0;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 5px 20px;
	color: #fff;
}
.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #54397E;
	border: none;
}
.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav li:focus-within .dropdown-menu {
	visibility: visible;
}

.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.navbar-nav > li > a {
	padding-top: 18px;
	padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    padding-top: 9px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    border-right: 1px solid rgba(0,0,0,.2);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.10);
    height: 40px;
    padding-top: 9px;
}
.navbar-default .navbar-nav .open.dropdown-menu > li > a {
    color: #ffffff;
    height: 40px;
    padding-top: 5px;
}	

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	width: 100%!important;
}
/* NAVIGATIONSEINSTELLUNGEN ENDE*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 100;
	/*color: #54397E;*/
	color: black;
}
h1,
.h1 {
  display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2,
h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h4 { 
	font-size: 1.17em;
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
/*h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h6 { 
    display: block;
    font-size: .75em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}*/






/* BR Sitzungsmanager */

.row{
    margin-bottom: 30px;	
}


#BRSMHauptFehlerMeldung{
	width: 570px;
	margin: 0 auto;
	border: 6px solid red;
	height: 200px;
	border-radius: 5px;
}

#BRSMHauptFehlerMeldungTitel{
  margin: 0 auto;
  background-color: red;
  color: #ffffff;
  padding: 0px 20px;
  font-size: 0.9em;
  font-weight: bold;
}

#BRSMHauptFehlerMeldungText{
	margin: 0 auto;
	font-size: 1em;
	padding: 10px 20px;
}

#LadeMeldung{
    display: none;
    position: fixed;
    top: 30%;
    left: 30%;
    width: 40%;
    min-width: 300px;
	height: 190px;
    border: 4px solid black;
    border-radius: 0px;
    background-color: #ffffff;
    margin-top: 10px;
    z-index: 100;
    color: #4d4d4d;
	box-shadow: 10px 20px 15px #060606;
	overflow: hidden;
}

#MeldungInBearbeitung
{
    display: none;
    position: fixed;
    top: 30%;
    left: 30%;
    width: 40%;
    min-width: 300px;
	height: 190px;
    border: 4px solid black;
    border-radius: 5px;
    background-color: red;
    margin-top: 10px;
    padding: 10px;
    z-index: 101;
    color: #ffffff;
}

#grayout {
   position: fixed;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 100%;
   background-color: black;
   opacity: 0.5;
   z-index: 100;
}

#grayout2 {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 90;
}

#Grayout{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 99;
}

#Grayout2{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 100;
}

#GrayoutBox{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 101;
}



#CheckRefreshBox{
	display				: none;
}



#HideMenuListe{
	display: none;
	position: absolute;
    width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	z-index: 98;
}

.HideMenuListeBitteWarten{
	color: white;
    text-align: center;
    padding: 20px;
}



#ShowStatus{
	position: relative;
    display: block;
    margin-top: 10px;
    right: 10px;
    overflow: hidden;
    text-align: right;
	color: yellow;
}

.Updatemeldung, .InfoMeldungInBearbeitung{
	margin-left			: auto;
	margin-right		: auto;	
	background-color	: #4d4d4d;
	color				: #ebebeb;
	padding				: 3px 6px 3px 6px;
	font-size			: 1.4em;
	text-align			: center;
	overflow: hidden;
}

.UpdatemeldungImage{
	display				: table;
	margin-left			: auto;
	margin-right		: auto;		
	width				: 100px;
}

.UpdatemeldungBitteWarten{
	display				: table;
	margin-left			: auto;
	margin-right		: auto;	
	margin-top			: 10px;
}

.EineReihe{
	overflow			: hidden;
}

.NormalText{
	text-align			: left;
	margin				: 2px 5px 2px 20px;
}

.CheckboxDiv{
	float				: left;
	margin				: 2px 5px 2px 0px;
}

.SMButtonNeuerEintrag{
	border				: 1px solid;
    text-align			: left;
	border-radius		: 0px 0px 20px 20px;
	background-color	: #25508d;
	padding				: 5px 10px 5px 10px;
	color				: #FFFFFF;
	cursor				: pointer;
	-ms-user-select		: None;
	-moz-user-select	: None;
	-webkit-user-select	: None;
	user-select			: None;
}

.SMButtonNeuerEintrag:hover{
	color				: white;
	background-color	: #25508d;
}

.SMDivControlButtonsTable{
	margin				: 0px 0px 0px 0px;
	float				: right;
}

.SMButtonNeuerEintragTable{
	border				: 1px solid;
	width				: 140px;
    text-align			: center;
	background-color	: #25508d;
	border-radius		: 4px;
	margin				: 5px 0px 0px 0px;
	padding				: 5px 10px 5px 10px;
	color				: #FFFFFF;
	cursor				: pointer;
	float				: right;
}


.SMButtonNeuerEintragTable:hover{
	color				: white;
	background-color	: #25508d;
}

.SMStammdatenContainer{
	border				: 0px solid;
	display				: table;
	margin-left			: auto;
	margin-right		: auto;		
}

.SMBRMitgliederContainerTable{
	display				: table;
	width				: 100%;
	border-spacing		: 0.5em;
}

.SMBRMitgliederContainerTableRow{
	display				: table-row;
}

.SMBRMitgliederContainerTableCell{
	display				: table-cell;
	border				: 1px solid blue;
}

.SMBRMitgliederTable{
	display				: table;
	width				: 100%;
	border-spacing		: 0em;
}

.SMBRMitgliederTableRow{
	display				: table-row;
	height				: 100%;
}

.SMBRMitgliederTableCell{
	display				: table-cell;
	border				: 0px solid blue;
	padding				: 3px 5px 3px 5px;
}

.SMBRMitgliederTableRowHeader {
	display				: table-row;
	background-color	: #25508d;
	color				: #f9f9f9;
}
.SMBRMitgliederTableCellHeader{
	display				: table-cell;
	text-align			: left;
	padding				: 3px 5px 3px 5px;
}


.SMButtonBRMitgliederNeuerEintrag{
	border				: 1px solid;
    text-align			: center;
	border-color		: #25508d;
	border-radius		: 4px;
	margin				: 5px 0px 0px 0px;
	padding				: 5px 10px 5px 10px;
	color				: #000000;
	cursor				: pointer;
}


.SMButtonBRMitgliederNeuerEintrag:hover{
	color				: #6b6b6b;
	background-color	: #f9f9f9;
}

.SMFrageBox{
	border				: 1px solid;
    border-radius		: 5px;
    margin-right		: auto;
    margin-left			: auto;
    margin-top			: 20px;
    display				: table;
    text-align			: center;
    padding				: 10px 20px 5px 20px;
}

.SMFrageBild{
	float				: left;
}

.SMFrageButtons{
	display				: inline-block;
}

.SMDatumEingabe{
	float				: left;
}

.ErrorZeit{
	float				: left;
	border				: 1px dotted;
	width				: 210px;
	visibility  		: hidden;
	display				: inline-block;
	overflow			: hidden;
	color				: red;
	font-weight			: bold;
	font-size			: 12px;
	padding				: 4px;
	margin-left			: 5px;
}


.ErrorDatum{
	border				: 1px dotted;
	visibility  		: hidden;
	overflow			: hidden;
	color				: red;
	font-weight			: bold;
	font-size			: 12px;
	padding				: 4px;
}

/* The container */
.CheckBoxAnwesenheit {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.CheckBoxAnwesenheitDisabled {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: no-drop;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.CheckBoxAnwesenheit input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.CheckBoxAnwesenheitDisabled input {
  position: absolute;
  opacity: 0;
  cursor: no-drop;
  height: 0;
  width: 0;
}



.checkmarkAnwesenheit, .checkmarkAnwesenheitDisabled {
  position: absolute;
  top: 0;
  left: 30px;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.CheckBoxAnwesenheit:hover input ~ .checkmarkAnwesenheit {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.CheckBoxAnwesenheit input:checked ~ .checkmarkAnwesenheit, .CheckBoxAnwesenheitDisabled input:checked ~ .checkmarkAnwesenheitDisabled {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkAnwesenheit:after, .checkmarkAnwesenheitDisabled:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.CheckBoxAnwesenheit input:checked ~ .checkmarkAnwesenheit:after, .CheckBoxAnwesenheitDisabled input:checked ~ .checkmarkAnwesenheitDisabled:after {
  display: block;
}

/* Style the checkmark/indicator */
.CheckBoxAnwesenheit .checkmarkAnwesenheit:after, .CheckBoxAnwesenheitDisabled .checkmarkAnwesenheitDisabled:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cke_path{
	display:none!important
	}
	
#BeschlussfaehigDIV{
    padding: 0px 10px 0px 10px;
	margin-top: -5px;
    padding-bottom: 10px;
    width: 100%;
}

.TeilnehmerInfoGruen{
background-color: green;
    padding: 3px 0px 3px 10px;
    margin: 5px 0px 0px 0px;
    border: 1px solid;
    color: #ffffff;
}
.TeilnehmerInfoGelb{
	background-color: yellow;
	padding: 3px 0px 3px 10px;
    margin: 5px 0px 0px 0px;
    border			: 1px solid;
}
.TeilnehmerInfoRot{
	background-color : red;
	padding: 3px 0px 3px 10px;
    margin: 5px 0px 0px 0px;
    border			: 1px solid;
	color			: #ffffff;
}

.SMERRORMeldung{
	background-color : red;
	padding: 3px 0px 3px 10px;
    margin: 5px 0px 0px 0px;
    border			: 1px solid;
	color			: #ffffff;
}

.AgendaListe{
	font-size		: 0.9em;
	width			: 266px;
}

.SMTeilnehmerZusatz{
	font-size		: 0.7em;
}

#AgendaListe{
	background-color: aqua;
}



/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4d4d4d; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.SMVerschieben{
    width: 8px;
}

.SMAgendaPunktPosition{
	width: 15px;
	text-align: center;
}

.SMAgendaListenPunkt{

}

.SMMenuPunktTable{
	display: table;
}
.SMMenuPunktRow{
	display: table-row;	
}
.SMMenuPunktCell{
	display: table-cell;
	padding: 0px 3px 0px 0px;
}



.SMAgendapunktDokumente{
	border			: 0px solid;
    font-size		: 1em;
	overflow		: hidden;
	width			: 97%;
    margin			: 0px 10px 0px 10px;
    padding			: 0px 0px;	
}

.SMAgendapunktHide{
	display			: none;
}

.SMAgendapunktShow{

}





.SMThema{
	font-size		: 1.2em;
	font-weight		: bold;
}









/* The container */




.SMCheckBoxText{
	padding-top: 4px;
	color: #ffffff;
	margin-left: 15px;
}

#SMRueckfrage{
    padding: 10px;
    border: 1px solid;
    width: 600px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

#SMRueckfrageUeberschrift{
	font-size	: 26px;
	color		: #6B6B6B;
}

.SMCheckOK{
	float: left;
    padding: 1px 10px 1px 0px;
}

.SMSitzungAnlegenTabelle{
	display: table;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}

.SMSitzungAnlegenZeile{
	display: table-row;
}

.SMSitzungAnlegenSpalteA{
	display: table-cell;
	width: 150px;
	padding: 5px;
}

.SMSitzungAnlegenSpalteB{
	display: table-cell;
	width: 250px;
	padding: 5px;
}

.SMSitzungAnlegenSpalteB input, .SMSitzungAnlegenSpalteB select{
    padding: 10px 20px;
    font-size: 1.2em;	
}



.SMListPlaceholder{
	display:none;
}



.BeschlussErgebnisbox{
	float: left;
	margin-right: 10px;
}

.BeschlussErgebnisbox input{
	padding: 2px;
    width: 70px;
    text-align: center;
}

#StimmenKorrigieren{
	width: 100px;
    float: right;
}

#StimmenSpeichern{
	width: 160px;
    float: right;
}

.SMAgendapunktToDo, .SMAgendapunktBeschlussfassung{
    display: inline-block;
}

.FehlermeldungProtokoll{
	background-color: red;
	color: #ffffff;
}

.KeineFehlermeldung{
	background-color: green;
	color: #ffffff;
}


.SMListeUeberschrift{
	display: block;
	background: lightgray;
	font-size: 1.2em;
    font-weight: bold;
	padding: 10px 5px;
}



.SMListe{
	display: block;
	border: 1px solid lightgray;
	background-color: #ffffff;
	margin: 0 auto;
}

.SMZeile{
	display: block;
	background: #ffffff;
	cursor: pointer;
	border: 1px solid #ffffff;
	margin: 5px 2px;
	padding: 5px 2px;
}

.SMZeileRot{
	background-color: red;
	color: #ffffff;
}

.SMZeileOrange{
	background-color: orange;
	color: #ffffff;
}


.SMZeile:hover{
	background: lightgray;
	border: 1px solid;
	color: #000000;
}

.SMListeMA{
	width: 30%;
    border: 1px solid;
    overflow: hidden;
    display: block;
    float: left;
	margin: 20px 10px 0px 25px;
}

.SMListeButtonDiv{
	margin: 0 auto;
    display: table;
}

.SMTabelle{
	display: table;
	border: 1px solid lightgray;
	background-color: #ffffff;
	margin: 0 auto;
}

.SMTabelleZeile{
	display: table-row;
	background: #ffffff;
}

.SMTabelleSpalteA{
	display: table-cell;
	width: 150px;
	background: #ffffff;
	padding: 5px;
	border: 1px solid #ffffff;
}

.SMTabelleSpalteB{
	display: table-cell;
	width: 150px;
	background: #ffffff;
	padding: 5px;
	border: 1px solid #ffffff;
}
.SMMitgliedNeuLinks{
	float: left;
    padding: 10px 20px;
	width: 300px;
}

.SMMitgliedNeuRechts{
	float: left;
    padding: 10px 20px;
}

.SMMitgliedZeile{
	padding: 10px;
	overflow: hidden;
}

.SMToDoTextAnzeige{
	position: relative;
    display: block;
    border: 1px solid lightgray;
    padding: 0px 0px;
    margin: 0 auto;
	margin-bottom: 10px;
	width: 1125px;
}

.SMToDoTextAnzeigeTitel{
	font-size: 0.7em;
    padding: 0px 5px;
    margin-left: 6px;
    top: -6px;
    position: absolute;
    background: #e5e6eb;
    overflow: hidden;
}

.SMToDoTextAnzeigeInhalt{
	padding: 10px 10px 5px 20px;
	font-size: 1.2em;
}



.SMMitgliedNeuRechts select{
	padding: 5px 3px;
}

.SMMitgliedNeuRechts select{
	padding: 5px 3px;
}

.SMButtonUnten{
	bottom: 0px;
	left: 15px;
    position: absolute;
}

.SMButtonLeisteUnten{
	bottom: 0px;
	left: 0px;
    position: absolute;
}

.SMBoxDoppelteHoehe{
	min-height: 50px;
}


.SMAuswahl:hover{
	background		: lightgray;
	border			: 1px solid;
	color			: #000000;
	cursor			: pointer;
}





.SMRedButton{
	background-color: red;
}

.SMRedButton:hover{
	background-color: coral;
}

.SMAnwesenheitDiv{
	position: relative;
    margin: 12px 29px 0px 0px;
    float: right;
}


.SMAgendapunktBlockZeile{
	position: relative;
    overflow: hidden;
}

.SMAgendapunktZeile{
	position: relative;
    width: 100%;
    overflow: hidden;
	background-color: #ffffff;
}

.SMProtokollTitel{
	float: left;
    position: relative;
}

/* upload - Style*/
#drop_file_zone {
    background-color: #EEE;
    border: #999 2px dashed;
    padding: 8px 8px 0px 8px;
}
#drag_upload_file {
  width:60%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}

#SMDragAndDropFormate{
    left: 0px;
    position: relative;
    overflow: hidden;
    text-align: right;
    font-size: 0.6em;	
}

.SMUploadTextZeile{
	overflow: hidden;
}

.SMUploadText{
	float: left;
    position: relative;
    padding: 3px;
    margin-right: 5px;
}

.SMUploadButton{
	float: left;
    position: relative;
}

.SMDownloadLinkDiv{
    margin: 6px 0px;
}

.SMDownloadLink{
      text-decoration: none;
	  color: blue;
      }
.SMDownloadLink:hover {
		text-decoration: none;
		color: ##25508d;
		border-bottom: 1px solid #000099;
      }	  

/* upload - Style Ende*/



.SMDivBestaetigung{
	position: relative;
    float: none;
    overflow: hidden;
    bottom: 1px;
    width: 100%;
}

#SMButtonBestaetigung, #SMButtonBestaetigungOK{
	float: none;
    width: 57%;
    margin: 0 auto;
    position: relative;
    display: block;
}

#SMButtonBestaetigung{
	background-color: green;
	color: #ffffff;
}

#SMButtonBestaetigungOK{
	background-color: red;
	color: #ffffff;
}

.SMTeilnahmeContainer{
	width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
}

.SMTeilnahmeText{
    margin: 15px 0px 10px 0px;
    font-size: 1.2em;
    text-align: center;
}

.SMTeilnahmeButtonInactive{
	-ms-user-select		: None;
	-moz-user-select	: None;
	-webkit-user-select	: None;
	user-select			: None;
    margin: 10px;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
}

.SMTeilnahmeButton{
	margin: 10px;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    background-color: #66ff66;
}

.SMTeilnahmeButton:hover{
	background-color: #009900;
}

.BRTeilnahmebestaetigungText{
	width: 500px;
    border: 1px solid;
    padding: 5px 10px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
	margin-bottom: 40px;
}
.BRTeilnahmebestaetigungName{
	font-size: 2em;
	font-weight: bold;
}

.BRTeilnahmebestaetigungZusatztext{
	width: 500px;
    border: 7px solid red;
    padding: 5px 10px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}

#SMTeilnahmeBestaetigungContainer{
	display				: block;
	background			: #e5e6eb;
	color				: #000000;
	border				: 3px solid #666;
	position			: fixed;
	top					: 63%;
	left				: 50%;
	width				: 800px;
	min-height			: 400px;
	margin-top			: -325px;
	margin-left			: -400px;	
	border-radius		: 20px;
	z-index				: 1001;
	opacity				: 1;
	overflow			: auto;
}


.SMTeilnahmeBestaetigung{
	position: relative;
    margin: 80px;
    padding: 10px 15px 10px 15px;
    border: 1px solid;
    font-size: 1.5em;
	text-align: center;
}

.SMTBWhite{
	background-color: #ffffff;
}

.SMTBGreen{
	background-color: green;
	color: #ffffff;
}

.SMTBRed{
	background-color: red;
	color: #ffffff;
}






.SMPDFMeldungBox{
	text-align: center;
}

.SMPDFMeldung{
    border: 0px solid;
    display: inline-block;
    padding: 10px 0px;
    background-color: #25508d;
	color: white;
    width: 100%;
    font-size: 1.8em;
}

.SMPDFButtonBox{
	margin-top: 30px;
    padding: 10px;
    background-color: #25508d;
	overflow: hidden;
    position: absolute;
	bottom: 0px;
    width: 100%;	
}

.SMPDFText{
    margin: 15px;
    font-size: 1.3em;
}

.SMPDFMailVerteiler{
	font-size: 0.8em;
}

.SMPDFButtonBox Button{
	display: inline-block;
    position: relative;
    border-radius: 4px;
    background-color: #49a0cc;
    border: 1px solid;
    color: #FFFFFF;
    text-align: center;
    font-size: 1em;
    transition: all 0.5s;
    padding: 5px 30px 5px 30px;
}

.SMPDFButtonBox Button:hover{
	 background-color: #25508d;
}

#SMProtokollSignierung{
	border: 0px solid;
    padding: 15px 20px;
	font-size: 1.5em;
}

.DownloadButtonLink, .DownloadButton{
	border: 1px solid black;
    padding: 2px 0px 2px 10px;
    margin: 5px 2px 0px 0px;
    background-color: #49a0cc;
	color: #f0edfd;
    display: block;
    cursor: pointer;
    border-radius: 5px;
	float: left;
	text-decoration: none;
	font-weight: bold;
}

.DownloadButtonLink{
	width: 80%;
}

.DownloadButton{
	width: 100%;
}

.DownloadButtonDelete{
	border: 1px solid black;
    padding: 2px 0px 2px 10px;
    margin: 5px 2px 0px 0px;
    background-color: red;
    display: block;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
	float: right;
	width: 18%;
	text-align: center;
}

.DownloadButtonLink:link{
	text-decoration: none;
	color: #f0edfd;
}	
.DownloadButtonLink:hover, .DownloadButton:hover{
	background-color: #1b67ab;
	color: #f0edfd;
	text-decoration: none;
}

.DownloadButtonDelete:hover{
	background-color: darkred;
	color: #ffffff;
	text-decoration: none;
}

.ButtonleisteDateien{
	overflow: hidden;
	border: 0px solid;
}

.EH_Box{
	padding: 20px;
    text-align: center;
}

.EH_BoxHeader{
	font-size: 1.4em;
	margin: 10px 0px 20px 0px;
}

.EH_Table{
	display: table;
    margin: 0px auto;
    border-top: 1px solid gray;
    width: 500px;
}

.EH_Row{
	display: table-row;
}

.EH_Cell{
	display: table-cell;
    padding: 10px;
    border-bottom: 1px solid gray;
}
	
.EH_Button{
	border: 1px solid;
    text-align: center;
    background-color: #25508d;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    cursor: pointer;
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
    user-select: None;
}

.EH_Button:hover, .SMOdd:hover {
	background-color	: #1b67ab;
	cursor				: pointer;
}

#Warnmeldung{
	background-color: red;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 1.2em;
    margin: 10px 0px 0px 10px;
}

#TitelErinnerung{
	border: 1px solid;
    padding: 5px 10px;
    font-size: 1.5em;
    background-color: chartreuse;
}

#TelefonListe{
	display: none;
}

#ContentHight{
	min-height: 573px;
    margin-bottom: 57px;
}

.TelefonlisteRow:hover{
	background-color	: #1b67ab;
	cursor				: pointer;
	color				: #ffffff;
}

.PersonalListeRow:hover{
	background-color	: #1b67ab;
	cursor				: pointer;
	color				: #ffffff;
}

#DetailBox1{
	display: none;
	z-index: 20;
    position: fixed;
    top: 1%;
    width: 80%;
    left: 10%;
    height: 90%;
    background-color: aliceblue;
    border: 4px solid black;
	border-radius: 5px;
    color: #000000;
    font-size: 1em;
	overflow: auto;
}

#DetailBoxHeader{
	background-color: cornflowerblue;
    padding: 5px 10px;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
	height: 48px;
}

#DetailBoxBlockContainer{
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
	padding: 0px 0px 0px 45px;
}

.DetailBoxBlock{
	width: 31%;
	padding: 20px;
	float: left;
	margin: 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: cyan;
	display: inline-table;
}

.DetailBoxTabelle{
	display: table; 
    border-collapse:collapse;
	width: 100%;
}

.DetailBoxBlockHeader{
	border: 1px solid;
	height: 32px;
	border-bottom: 0px;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: cornflowerblue;
    font-weight: 800;
    font-size: 1.1em;
    padding: 5px;
}

#DetailBoxUnten{
	border: 1px solid;
    width: 97%;
    min-height: 100px;
    margin: 10px 20px;
	overflow: auto;
	display: inline-table;
}

.DetailBoxRow{
    display:table-row; 
}

.DetailBoxContent{
	display:table-cell; 
    border:thin solid red; 
    padding:10px; 
}

.DetailBoxBeschreibung{
    width: 145px;
    text-align: right;
	background-color: white;
}

.DetailBoxText{
    text-align: left;
    border: 1px solid;
    border-radius: 3px;
	background-color: cyan;
	width: 275px;
	margin-right: 15px;
}

#DetailBoxMenuleiste{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: cornflowerblue;
    height: 50px;
}

.DetailBoxMenuButton{
	position: relative;
    float: right;
    margin: 0px 25px 0px 0px;
    padding: 5px 10px;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: mediumblue;
    color: #ffffff;
    font-size: 0.8em;
}

.DetailBoxMenuButton:hover{
	background-color: #25508d;
	cursor			: pointer;
}

.ImportFehlermeldung{
	border: 1px solid;
    background-color: red;
    color: #ffffff;
    padding: 5px 10px;
	margin: 5px 0px;
}

.ImportFehlermeldungHeader{
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px 0px 10px 10px;	
}

.ImportFehlermeldungContent{
	margin: 0px 20px;
}

.ImportInfomeldung{
	border: 1px solid;
    background-color: yellow;
    color: #000000;
    padding: 5px 10px;
}

.ImportInfomeldungContent{}

.ImportMeldung{
	border: 1px solid;
    background-color: green;
    color: #ffffff;
    padding: 5px 10px;	
}

.ImportInfomeldungHeader{
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px 0px 10px 10px;	
}

.ImportMeldungContent{
	margin: 0px 20px;
}

#BelegschaftUpdateHeader{
	border: 1px solid darkslateblue;
    background-color: aqua;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.5em;	
}

.BelegschaftInfoBox{
    border: 1px solid;
    margin: 10px 0px;	
}

.BelegschaftInfoBoxHeader{
	background-color: #25508d;
    color: #ffffff;
    padding: 5px 10px;
	font-size: 1.2em;
}

.BelegschaftInfoBoxContent{
	padding: 5px 10px;
    background-color: #ffffff;
}

/* The container */
.Importcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 5px;
}

/* Hide the browser's default radio button */
.Importcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


/* Create a custom radio button */
.checkmarkImport {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  margin-top: 5px;
}

/* On mouse-over, add a grey background color */
.Importcontainer:hover input ~ .checkmarkImport {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.Importcontainer input:checked ~ .checkmarkImport {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark Import:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.Importcontainer input:checked ~ .checkmarkImport:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.Importcontainer .checkmarkImport:after {
 	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}

#ButtonContainer, #ButtonContainerAktualisieren, #ButtonContainerAktualisiert{
	border-top: 1px solid;
    padding: 5px 10px;
	overflow: hidden;
    background-color: #ffffff;
}

#ButtonContainerAktualisiert{
	display: none;
	position: absolute;
    bottom: 0px;
	width: 100%;
	left: 0px;
}

#MitarbeiterUpdateButton, #MitarbeiterUpdateStart{
	border: 1px solid black;
	background-color: mediumblue;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 7px;
	float: right;
	margin: 0px 0px 0px 20px;
}

#MitarbeiterUpdateButton:hover{
	background-color: #25508d;
	cursor			: pointer;	
}

#AktualisierenContent{
	padding: 10px 20px;
}

#MitarbeiterUpdateErgebnisFenster{
    display: none;
    background-color: #ffffff;
    color: #000000;
    border: 3px solid #666;
    position: fixed;
    top: 4%;
    width: 1120px;
    height: 80%;
    z-index: 1001;
}

.SMHideArea{
	display: none;
}

.BRInfoProtkollBox{
	border: 1px solid lightgray;
    background-color: #ffffff;
    padding: 10px 5px;
}

.MehrarbeitContainer{
    border: 1px solid;
    padding: 10px;
    background-color: white;	
}


#SMSitzungsAgendaZusatzPersonalwechsel{
	display: contents;
}

#SMSitzungsAgendaZusatzToDo{
	display: contents;
}

#SMSitzungsAgendaZusatzBegruessen{
	display: contents;
}

#SMSitzungsAgendaZusatzJubilare{
	display: contents;
}

#SMSitzungsAgendaZusatzMehrarbeiten{
	display: contents;
}

#SMSitzungsAgendaZusatzVertagt{
	display: contents;
}

.SMMenuSymbol{
	border: 0px solid gray;
    float: left;
	margin: 0px 2px 0px 0px;
}

.SMMenuSymbol img{
	width: 12px;
}

.SMMenuText{
	float: left;
	width: 100%;
	border: 1px solid lightgray;
	padding: 0px 0px 1px 3px;
}

#SMKeinPersonalwechsel, #SMKeineMehrarbeit, #SMKeineNeuenMA, #SMKeineNeuenToDo, #SMKeineNeuenVertagt{
	margin-left: 0px;
}

.SMAgendapunktBeschlussfassung{
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px;
	width: 100%;
}

.SMBearbeitetMarker{
	text-align: right;
	padding: 0px 3px 0px 0px;
}

.SMVerschobenMarker{
    float: left;
	padding: 0px 1px 0px 1px;
	color: red;
}

.SMBeschlussMarker{
    float: left;
	padding: 0px 1px 0px 1px;
	color: green;
}

.SMInBearbeitungMarker{
    float: left;
	padding: 0px 1px 0px 1px;
}

.SMToDoMarker{
    float: left;
	padding: 0px 1px 0px 1px;
}

.SMToDoCheckMarker{
    float: left;
	padding: 0px 1px 0px 1px;
}

#SMListeVertagteAgendapunkte{
	padding: 0px 20px;
}

#SMListeVertagteAgendapunkteHeader{
	color: black;
    font-size: 20px;
	padding: 0px 0px 5px 5px;
}

.SMToDOFehlertext{
	border: 1px solid;
    margin: 10px 20px;
    padding: 10px 20px;
    background-color: red;
    color: #ffffff;
    font-size: 1.2em;
}

.SMTableCellInformation {
	display				: table-cell;
	padding				: 5px 10px 5px 10px;
	text-align			: left;
	vertical-align		: top;
	-ms-user-select		: None;
	-moz-user-select	: None;
	-webkit-user-select	: None;
	user-select			: None;
}

.SMTableCellInformation input[type="text"]{
	background-color	: #f9f9f9;
	padding				: 2px 5px 2px 9px;
	width				: 200px;
}

.SMTableCellInformation input[type="number"]{
	background-color	: #f9f9f9;
	padding				: 2px 5px 2px 5px;
	width				: 50px;
}

.SMTableRowInformation, .SMTableRowInformationBlind {
	display				: table-row;
	background-color	: white;
}

.SMTableRowInformationWithoutHover {
	display				: table-row;
	background-color	: white;
}
.SMTableRowInformation:hover{
	background-color	: #6EC1E4;
	cursor				: pointer;
}



.IPPWDateienTable{
	display: table;
    border: 1px solid;
    margin: 10px;
    padding: 3px 10px 5px 10px;
    background-color: aqua;
    border-collapse: collapse;
}

.IPPWDateienTableRow{
    display: table-row;
    border: solid #3a3939 1px;
}

.IPPWDateienTableCell{
	display: table-cell;
    padding: 5px 10px;
    vertical-align: middle;
}

#Beschreibung blockquote{
	font-size: 1em;
}

#SMHinweisSitzungBox{
    border: 2px solid red;
    overflow: hidden;	
}

#SMHinweisSitzung{
    text-align: center;
    font-size: 1.5em;
    background-color: red;
    color: #ffffff;
    padding: 5px 0px;
}

#SMHinweisSitzungText{
	background: cyan;
    font-size: 1.1em;
    padding: 5px 10px;
	color: #000000;
}


.SMMarkierterAgendapunkt{
	background-color: rgb(0, 0, 136);
    margin: 0px 5px;
    font-size: 1em;
    color: rgb(255, 255, 255);	
}


#KeineAnzeigeSitzung{
    text-align: center;
    font-size: 2em;
    background-color: aqua;
    padding: 30px 0px;
    color: red;
    font-weight: bold;	
}

.LinkButton a{
	width: 420px !important;
	text-align: left;
}


table.dataTable tbody td {
  vertical-align: top !important;

}

#SMThemenBox{
    display: none;
    background-color: #00d5f5;
    color: #000000;
    border: 3px solid #666;
    position: fixed;
    top: 1%;
    left: 10%;
    width: 80%;
    z-index: 1001;
    opacity: 1;
    height: 80%;
}

.SMTSRechtsBox{
	padding: 20px;
    background-color: white;
    margin-top: 50px;
}

.SMTSZeile{
    position: relative;
    display: flex;
    margin: 0px 15px;
}

.SMTSObenLinks{
	float: left;
}

.SMTSObenRechts{
	width: 100%;
}

.SMTSLinks{
	float: left;
    padding: 10px 2px 10px 20px;
    text-align: right;
	    width: 90px;
}

.SMTSRechts{
	float: left;
    padding: 10px 20px 10px 2px;
	margin-left: 10px;
	width: 100%;
}

.SMTSRechts input{
	width: 500px;
	padding: 5px 10px;
}

.SMTSZeileOben{
	
}

.SMTLDatumAnzeigeStream{
    padding: 0px 3px;
    color: #ffffff;
    font-size: 0.8em;
    margin-bottom: 3px;
    float: left;
}

.SMTLDatumAnzeige{
	border: 0px solid;
    padding: 0px 5px;
}

.SMTLDatumAnzeige input{
    width: 110px;
    padding: 3px 5px;
    border: 1px solid gray;
    font-size: 1em;
    background-color: azure;
    width: 110px;	
}


.SMTSAuswahlPrio{
	float: left;
    margin: 5px 5px 5px 5px;
    width: 146px;
    font-size: 0.8em;
    border: 1px solid lightgray;
    padding: 2px;
}

.SMTSAuswahlPrioAktuell{
    background-color: red;
    color: #ffffff;
	overflow: hidden;
}

#SMTSAuswahlPrioAktuellText{
	float: left;
    width: 77%;
    text-align: center;
    padding: 3px;
}

#SMTSAuswahlPrioSymbol{
    float: right;
    padding: 3px 3px 3px 3px;
    font-size: 0.8em;
}

.SMTSAuswahlPrioBox{
	display: none;
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    border: 1px solid;
    border-top: 0px;
	width: 140px;
}

.SMTSAuswahlPrioAuswahlmöglichkeitBox{
	padding: 0px 0px 4px 10px;
    border-top: 1px solid lightgray;
}

.SMTSAuswahlPrioAuswahlmöglichkeitBox:hover{
	background-color: aqua;
	cursor: pointer;
}

.SMTSAuswahlPrioAuswahlmöglichkeit{
    min-width: 16px;
    float: left;
    margin: 2px 4px 0px 0px;
    border: 1px solid black;
    height: 16px;
}




.SMTSAuswahlPrioGlobal{
    float: left;
    margin: 10px 5px 5px 10px;
	width: 140px;
	font-size: 0.8em;
}

.SMTSAuswahlPrioGlobalAktuell{
	padding: 5px 10px;
	border: 2px solid #25508d;
	overflow: hidden;
	background-color: cyan;
}

#SMTSAuswahlPrioGlobalAktuellText{
	float: left;
	padding: 2px 5px;
    border-radius: 3px;
    width: 77%;
	text-align: center;
	border: 1px solid lightgray;
}

#SMTSAuswahlPrioGlobalSymbol{
	float: right;
    border: 1px solid;
    padding: 0px 6px;
    background-color: #1e73be;
    color: #ffffff;
}

#SMTSAuswahlPrioGlobalBox{
	display: none;
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    border: 1px solid;
    border-top: 0px;
	width: 140px;
}

.SMTSAuswahlPrioGlobalAuswahlmöglichkeitBox{
	padding: 0px 0px 4px 10px;
    border-top: 1px solid lightgray;
}

.SMTSAuswahlPrioGlobalAuswahlmöglichkeitBox:hover{
	background-color: aqua;
	cursor: pointer;
}

.SMTSAuswahlPrioGlobalAuswahlmöglichkeit{
    min-width: 16px;
    float: left;
    margin: 2px 4px 0px 0px;
    border: 1px solid black;
    height: 16px;
}

.SMTSAuswahl{
    background-color: #1e73be;
    float: left;
    margin: 10px 5px 5px 10px;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 10px;
    border: 2px solid #25508d;	
}

.SMTSAuswahl:hover{
	background-color: #25508d;
	cursor: pointer;
	border: 2px solid #1e73be;	
}

.ThemenListeUseable tbody tr{
	color: #000000;
}

.ThemenListeUseable tbody tr:hover{
	cursor: pointer;
	background-color: aqua;
}

.ThemenListeNotUseable tbody tr{
	color: #000000;
}

.ThemenListeNotUseable tbody tr:hover{
	color: #ffffff;
	background-color: darkgray;
}

.SMTSListeUseable tbody tr{
	color: #000000;
}

.SMTSListeUseable tbody tr:hover{
	/*cursor: pointer;
	background-color: aqua;*/
}

.SMTLThemaBlock{
	border: 1px solid #ffffff;
}

.SMTLThemaBlock:hover{
	cursor: pointer;
	background-color: aqua;
	border: 1px solid lightgray;
}

.SMTSListeNotUseable tbody tr{
	color: #000000;
}

.SMTSListeNotUseable tbody tr:hover{
	/*color: #ffffff;
	background-color: darkgray;*/
}

#SMTSHeaderZeile{
	background-color: #25508d;
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 60px;
    overflow: hidden;
    font-weight: bold;
    background-color: #25508d;
    color: #ffffff;
    padding: 15px 20px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0px 0px 15px 0px;	
}

.SMTSBody{
	overflow: auto;
    position: absolute;
    top: 67px;
    bottom: 50px;
	width: 100%;
}

.SMTSTitel{
	/*
	background-color: aqua;
    padding: 5px 10px;
	*/
	font-size: 0.8em;
}

#SMTSHeaderZeileSub{
	 font-size: 0.5em;
}

.SMTSErgebnis{
    margin: 0px 10px 0px 5px;	
}


.SMTSErgebnis input{
	border: 1px solid gray;
    font-size: 1em;
	background-color: azure;
	width: 110px;
}

#SMTSBeschreibungErgebnis .cke_top
{
    zoom:0.7;
}


#SMTSZeileBeschreibung{
}

#SMTSBeschreibungTitel{
    font-size: 0.9em;
    font-weight: 600;
    padding: 3px 10px;
    background-color: #25508d;
    color: #ffffff;
}

.SMTSReadOnly{
	
}

#SMTSBeschreibungErgebnis{
	
}

#readOnlyOn{
	background-color:green;
	font-size: 10px;
    padding: 0px 10px;
    margin: 0px 10px;
}

#readOnlyOff{
	background-color:red;
    font-size: 10px;
    padding: 0px 10px;
    margin: 0px 10px;	
}

#SMTSWorkstreamDiv{
	display: flex;
    position: relative;
    border-collapse: separate;
    width: 100%;
    border-top: 3px solid;
	padding: 10px 20px;
    margin: 10px 0px 0px 0px;
	border: 0px solid black;
    overflow: hidden;
}

#SMTSWorkstreamContainer{
    overflow: auto;
    height: 100%;
}

#SMTSWorkstreamDivLinks{
	float: left;
	border: 2px solid #25508d;
    border-radius: 0px 0px 5px 5px;
    padding: 0px 0px 10px 0px;
    width: 59%;
}

#SMTSWorkstreamDivRechts{
	float: left;
	border: 2px solid #25508d;
    border-radius: 0px 0px 5px 5px;
    padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 10px;
	width: 40%;
}

#SNTSKeineHistorie{
	text-align: center;
    font-size: 1.3em;
    display: block;	
}

.SMTSStreamRow{
	margin: 0px 0px 10px 0px;
}

.SMTSStreamHistoryPrioTable{
	margin: 10px 0px 10px 0px;	
	display: table;
    border-collapse: separate;
    border-spacing: 10px;
	width: 100%;
}

.SMTSPrioAnzeigeDatum{
	font-size: 0.9em;
	font-weight: 600;
}

.SMTSPrioAnzeigeTitel,.SMTLAnzeigeInArbeitTitel, .SMTLAnzeigeZuständigkeitTitel{
	font-size: 0.7em;
    margin-top: 4px;
    margin-bottom: -4px;
}

.SMTSPrioText{
    background-color: #ffffff;
    border: 1px solid;
    padding: 3px 5px;
    width: 48%;
}


.SMTSStreamHistoryPrioTableRow{
	margin: 10px 0px 10px 0px;	
	display: table-row;
	width: 100%;
}

.SMTSStreamHistoryPrioTableHeader{
	background-color: lightblue;
}

.SMTSStreamHistoryPrioTableCell{
	margin: 10px 0px 10px 0px;	
	display: table-cell;
}

.SMTSStreamDate1{
	display: table-cell;
    vertical-align: top;
    padding: 0px 4px 0px 15px;
}

.SMTSStreamDate{
    display: flex;
    background-color: blue;
    padding: 3px 5px 0px 5px;
    margin: 0px 10px;	
}

.SMTSStreamText{
    border: 1px solid;
    padding: 5px 10px;
    background-color: #00ffff;
    font-size: 0.8em;
    margin: 0px 10px 0px 10px;
}

.SMTSStreamNeuerEintrag, .SMTSStreamHeutigerEintrag, .SMTSStreamStreamEintrag, .SMTSStreamHistoryPrio{
	padding: 5px 10px;
    margin: 0px 0px 10px 0px;
    background-color: #25508d;
    color: #ffffff;
}

.SMTSStreamHistoryPrio{
	margin-top: 10px;
}

.SMTSStreamTextNeu{
    width: 100%;
    padding: 0px 9px 0px 9px;
}

.SMTSErrorDatum{
	border				: 1px dotted;
	visibility  		: hidden;
	overflow			: hidden;
	color				: red;
	font-weight			: bold;
	font-size			: 12px;
	padding				: 4px;
	position: absolute;
}

.SMTSBox{
    height: 100%;
    /* overflow: auto; */
    padding-bottom: 44px;
    overflow: hidden;
}

.SMTSDivControlButtons{
	background-color: #25508d;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0px;
	height: 44px;
}

.SMTLTitelAnzeige{
	font-size: 1em;
    font-weight: 600;
    word-break: break-word;
    padding: 5px 10px 5px 10px;
    border: 1px solid darkblue;
    border-bottom: 0px solid;
    background-color: #eaf2f7;
}

.SMTLDetailBlock{
	border: 1px solid darkblue;
    border-top: 0px;
    padding: 0px 10px 10px 10px;
    background-color: #eaf2f7;
    margin-top: -5px;
}

.SMTLBeschreibungAnzeige{
    font-size: 0.8em;
    word-break: break-word;
    padding: 5px 10px;
    border: 1px solid darkblue;
	background-color: aliceblue;
}

.SMTLTitelHeader{
	display: none;
    font-size: 0.8em;
    padding: 5px 10px;
    border-bottom: 0px;
    background-color: darkblue;
    color: #ffffff;
}

.SMTLBeschreibungHeader{
    font-size: 0.8em;
    padding: 5px 10px;
    border-bottom: 0px;
	margin-top: 5px;
    background-color: darkblue;
    color: #ffffff;
}

.SMTLWorkstreamHeader{
    font-size: 0.8em;
    padding: 5px 10px;
    margin-top: 5px;
    border-bottom: 0px;
    background-color: darkblue;
    color: #ffffff;
}

.SMTLWorkstreamAnzeige{
	font-size: 0.6em;
	word-break:break-word;
	padding: 5px 10px;
	border: 1px solid darkblue;
	background-color: aliceblue;
}

.SMTLWorkstreamAnzeige hr{
	margin: 3px 0px;
}

.SMTSPrioAnzeige{
	padding: 0px;
    font-size: 0.8em;
    text-align: center;
	border: 0px solid gray;
	margin-top: 5px;
}

.SMTSPrioAnzeige:hover{
	cursor: pointer;
}

.SMTLAnzeigeInArbeit, .SMTLAnzeigeZuständigkeit{
	border: 1px solid gray;
    padding: 3px 5px;
    font-size: 0.8em;
    text-align: center;
	margin-top: 5px;
}

.SMInfoÄnderungPrioFrage{
    font-size: 1.4em;
    text-align: center;	
}

.SMInfoÄnderungPrioFrageThema{
    font-size: 1.4em;
    text-align: center;
    font-weight: 600;	
}

.SMInfoÄnderungPrioFrageInhalt{
	font-size: 1.1em;
    text-align: center;	
}

.SMTSButtonOK{
    color: #ffffff;
    background-color: #25508d;
    border: 1px solid;
    margin-top: 10px;
}

.SMTSButtonOK:hover{
	background-color: #25508dd1;
}

#SMTLFehlermeldung{
	display:none;
    border: 1px solid;
    position: absolute;
    top: 40%;
    left: 30%;
    width: 40%;
    background-color: red;
    color: #ffffff;
    text-align: center;
    padding: 20px 0px;	
}

#SMTSListe{
	background-color: #ffffff;
	padding: 0px 10px 10px 10px;
    border: 1px solid #25508d;
}

#SMHinweisShowProtokoll{
    overflow: hidden;
    margin: 0 auto;
}

#SMHinweisSignierenProtokollButton{
	overflow: hidden;
    float: left;	
}

#SMHinweisShowProtokollText{
    font-size: 1.5em;
}

#SMHinweisSignierenProtokoll{
	overflow: hidden;
    margin: 0 auto;
    padding: 25px 0px 0px 0px;
}

#SMHinweisSignierenProtokollText{
	font-size: 1.5em;
}

#SMHinweisSignierenButton{
	overflow: hidden;
    float: left;	
}

#SMHinweisSignierenBottom{
    position: absolute;
	bottom: 0px;
    width: 100%;
	background-color: #25508d;
	padding: 10px 0px 10px 0px;
}

#SMHinweisSignierenAblehnungText{
    font-size: 1em;
    text-align: center;
    color: white;
}

#ParameterListe tr:hover{
	cursor: pointer;
}

#SMParameterBox{
    display: none;
	background-color: #00d5f5;
    color: #000000;
    border: 5px solid #666;
    position: fixed;
    top: 15%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 900px;
    z-index: 1001;
    opacity: 1;
    height: 400px;
    overflow: auto;
    border-radius: 20px;
    box-shadow: 10px 10px 12px #43434c;
}

#SMParameterHeader{
    background-color: black;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 1.5em;
    font-weight: 600;
    position: absolute;
    width: 100%;
    height: 50px;	
}

#SMParameterHeaderSub{
    background-color: #4a4a4a;
    color: #ffffff;
    padding: 6px 20px;
    font-size: 1.1em;
    position: absolute;
    width: 100%;
    top: 50px;
    height: 30px;	
}

#SMParameterContentBox{
    position: absolute;
    top: 80px;
}



#SMParameterControlBox{
	position: absolute;
    bottom: 0px;
    background-color: #000000;
    width: 100%;
    height: 50px;
	padding: 8px 20px;	
}

.SMParameterRow{
    margin: 10px 40px;
    overflow: hidden;
	font-size: 1.2em;
}

.SMParameterCellLeft{
	float: left;
    width: 160px;
    text-align: right;
    padding-right: 10px;
}

.SMParameterCellRight{
    float: left;	
	position: relative;
}

.SMParameterCellRight input{
	width: 630px;
    padding: 5px 10px;
    font-size: 1.1em;
	border: 3px solid darkblue;
}

.SMParameterButton{
	border: 1px solid;
	border-radius: 5px;
	background-color: #1e73be;
	color: #ffffff;
	padding: 7px 10px 3px 10px;
}

.SMParameterButton:hover{
	background-color: #2f96f1;
	cursor: pointer;
}

#SMParameterButtonAbbrechen{
	float: left;
}

#SMParameterButtonSpeichern{
	float: right;
}

.BRIP_KleinTableHeader{
	font-size: 0.6em;
    font-style: italic;
}

.BRIP_TabelleInhaltGross{
	font-size: 1.0em !important;
    font-weight: bold;
}

.BRIP_TabelleInhaltMarkiert{
    background-color: red;
	color: #ffffff;
}

#SMGBRBeschlussBerechnen{
    border: 1px solid;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #49a0cc;
    color: #ffffff;	
}

#SMGBRBeschlussBerechnen:hover{
	background-color: #25508dd1;
	cursor: pointer;
}

.BeschlussStandortRow{
	width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: cyan;
    padding: 10px 6px;
}
.BeschlussStandort{
	float: left;
    border: 1px solid;
    padding: 3px 5px;
    background-color: darkblue;
    color: #ffffff;
    width: 70px;
    text-align: center;
    margin-right: 10px;	
}

#SMBeschlussBerechnung{
	
}


#SMBeschlussBerechnungJa, #SMBeschlussBerechnungNein, #SMBeschlussBerechnungEnthaltungen{
	padding: 5px;
    font-size: 1.4em;
}

.SMBeschlussBerechnungTitel{
    float: left;
    padding: 5px;
    font-size: 1.4em;
    width: 150px;
    text-align: right;
}

.SMBeschlussBerechnungRow{
	display: inline-block;
	width: 100%;
    border: 0px solid;
    padding: 2px 0px;
}


#SMFehlermeldungGrayout{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 9998;	
}

#SMFehlermeldung{
	display: none;
	position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    text-align: center;
    border: 2px solid black;
    overflow: hidden;
    min-height: 150px;
    background-color: red;
    color: #ffffff;
    border-radius: 3px;
	}

.SMFehlermeldungText{}

.SMFehlermeldungbody{}

.SMFehlermeldungTitel{
	font-size: 1.6em;
    background-color: black;
    padding: 5px;	
}

.SMFehlermeldungControlButtons{
    width: 100%;
    position: absolute;
    bottom: 0px;
}

#SMTSBodyFehlermeldung{

}

#SMStimmabgabeRot{
	background-color: red;
	color: #ffffff;
    padding: 5px 10px;	
}

#SMStimmabgabeGrün{
	background-color: green;
	color: #ffffff;
	padding: 5px 10px;
}

.BRWS_JubiListe{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 20px 20px 20px;
}

.BRWS_JubiGruppeBox{
	flex-basis: calc(33.33% - 10px); /* Aufteilung der Breite auf 3 Boxen mit 10px Zwischenraum */
	margin-right: 10px; /* Zwischenraum zwischen den Boxen */
	margin-bottom: 10px; /* Zwischenraum unter den Boxen */
    background-color: darkgreen;
    color: #ffffff;
}

.BRWS_JubiGruppeBox > div {
	padding: 10px; /* Innenabstand für den Inhalt */
}

.BRWS_JubiGruppe{
	font-size: 1.4em;
    font-weight: bold;
	background-color: darkblue;
    color: #ffffff;
    padding: 5px 10px;
}

.BRWS_JubiName{
    font-size: 1.2em;
    padding: 5px 0px 2px 10px;
}

.BRWS_JubiHeader{
    font-size: 1.7em;
    padding: 10px 20px 0px 20px;
    color: blue;
    font-weight: bold;
}

.BRWS_JubiSubHeader{
    display: inline-block;
    margin: 5px 20px;
    font-size: 1.1em;	
}

.BRWS_JubiText{
    display: inline-block;
    margin: 10px 20px;
    font-size: 1.6em;
    font-weight: bold;
}

.InfoTabHeader{
    font-size: 2.2em;
    color: #767676;
    font-weight: bold;
    font-variant: all-petite-caps;	
}

.InfoTabSubHeader{
	font-size: 1.2em;
    color: #767676;
	margin: 0px 0px 0px 0px;
}


.tabs-container {
    width: 1000px;
    margin: 20px auto;
}

.tabs {
    display: flex;
}

.tab-btn {
    flex: 1;
    padding: 10px;
    background-color: #f1f1f1;
    border: none;
    cursor: pointer;
    position: relative; /* Hinzugefügter Code */
}

.tab-btn.active {
    background-color: #444;
    color: #ffffff;
}

.tab-content {
    display: none;
    padding: 20px;
    background-color: #ffffff;
}

.tab-content.show {
    display: block;
}

.tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid black;
}

.tab-btn:hover {
    background-color: #ccc;
}

.tab-btn.active:hover {
    background-color: #444; /* Hier kannst du die Hintergrundfarbe des aktiven Tabs festlegen */
}

