@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700");
@import url("//fonts.googleapis.com/css?family=Poppins:300italic,400italic,700italic,300,400,700");
@import url('//fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');
*:focus {
    outline: 0px;
}
body{
	background:rgb(228,228,225);
	color:#404040;
	font-size: 15px;
	font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4 {
	font-family: 'Roboto Slab',monospace;
    font-weight: 500;
}
h3 {
    text-align: right;
}
small {
    font-size: 60%;
}
a {
    color: #822757;
}
a:hover {
    color: #822757;
}
.btn-secondary, .btn-primary, .btn-default, .page-item.active .page-link {
    color: #ffffff;
    background-color: #822757!important;
    border-color: #822757!important;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn-secondary, .btn-primary, .btn-default {
    border-radius: 20px!important;
}
.primary-color {
    color: #822757;
}
.btn-primary:hover, .btn-primary:active, .btn-secondary:hover, .btn-secondary:active, .btn-default:hover, .btn-default:active, .page-item.active .page-link:hover, .page-item.active .page-link:active {
	color: #ffffff;
	background-color: #b0778e!important;
}

.btn-primary:focus, .btn-secondary:focus, .btn-default:focus, .btn:focus {
	box-shadow: none!important;
}
.buttons_area {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 0px;
}
.buttons_area .btn {
    margin-left: 10px;
    padding: 6px 30px;
    min-width: 110px;
}
.navbar {
	background:rgb(210,210,210) !important;
	max-height: 80px;
	min-height: 25px;
	top: 50px;
}

#page {
    margin-top: 130px!important;
}

.header-top {
    width: 100%;
    position: fixed;
    top: 0px;
    background: rgb(111,110,102);
	height:50px;
	padding:5px 50px;
	left:0px;
	min-width: 410px;
}

.header-top .header-custom-menu .dropdown-toggle::after {
	border:0px;
}

.header-top .header-custom-menu .dropdown-toggle img {
	width: 30px;
	height: 30px;
	position: absolute;
    top: 5px;
}

.header-spacer {
	margin: auto;
}

.header-title {
	padding-right:9rem;
	font-size: 1.4rem;
    padding-right: 9rem;
    color: #232323;
    text-transform:uppercase;
}

.header-top .header-custom-menu {
	float:left;
	list-style: none;
}

.header-top, .header-top a, .navbar-light .header-top .navbar-nav .nav-link {
	color: #D3D3D3;
}

.header-top .dropdown-menu {
	background-color: rgb(111,110,102);
}

.header-top .dropdown-item:hover, .dropdown-item:focus {
	color: #FFFFFF;
    background-color: inherit;
}

.header-top .d-lg-block {
	border-left: 1px solid #9f9f9f;
	width:15px;
}

.header-top .loginlink .icon {
	width: 24px;
	height: 20px;
}

.header-top .navbar-nav {
    float: right;
}

.navbar .navbar-brand-spacer {
    padding-left: 40px;
    min-height:50px;
}
.navbar .navbar-brand {
    display: none;
    /*background: url("../images/logo.png") no-repeat;*/
	background-size: auto 70px;
	margin:0px 20px 4px 75px;
	text-indent :-9999px;
	min-width:197px;
	min-height:70px;
}

#region-main {
    overflow-x: auto;
    overflow-y: visible;
    padding: 1.25rem;
    min-height:600px;
}

.action_item {
    color: #822757!important;
    font-size: 1.2em!important;
    padding: 3px;
}
.action_item:hover {
    text-decoration:none;
}

.inactive {
    background-color: rgb(245, 183, 177, 0.6)!important;
}

.inactive.odd {
    background-color: rgb(245, 183, 177, 0.4)!important;
}


.topnav {
  overflow: hidden;
  min-width:200px;
}

.topnav a {
  float: left;
  display: block;
  color: #D3D3D3;
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
  background-color: rgb(111,110,102);
}

.topnav a:hover {
  color: #FFFFFF;
}

.topnav a.active {
  color: white;
}

.hamburger_menu {
    margin-top: 5px;
}
.hamburger_menu .dropdown-toggle::after {
    display:none;
}
.hamburger_menu .dropdown-item.active, .dropdown-item:active {
    background-color: inherit;
}

.assign_page {
    padding: 0px 40px;
}
.multiselect_controls {
    width: 80px;
}
.left-panel, .right-panel {
    flex-grow: 1;
}
@media screen and (max-width: 767px) {
    .multiselect_box {
        flex-direction: column;
    }
    .multiselect_controls {
        width: 100%;
    }
    .multiselect_controls button {
        width: 25%;
        float:left;
    }
}

@media screen and (min-width: 768px) {
    .multiselect_controls {
        padding-top: 100px;
    }
}
.multiselect_searchbox {
    margin-bottom: 5px;
}

.current_organization {
    font-weight: bold;
    color: #b0778e;
}

.help_text {
    font-size: 16px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin: 15px 0px;
    padding: 10px 0px;
}

.activitycompletiontable .text-container {
    display: inline-block;
}

.activitycompletiontable .rotated-text-container {
    width: 16px;
}

.activitycompletiontable .rotated-text {
    display: inline-block;
    -webkit-transform: translate(0,100%) rotate(-90deg);
    -moz-transform: translate(0,100%) rotate(-90deg);
    -ms-transform: translate(0,100%) rotate(-90deg);
    -o-transform: translate(0,100%) rotate(-90deg);
    transform: translate(0,100%) rotate(-90deg);
    transform-origin: 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    font-weight: 400;
}

.activitycompletiontable .rotated-text:after {
    content: "";
    float: left;
    margin-top: 100%;
}

.activitycompletiontable .normal-text {
    font-size: 12px;
}
.dropdown-menu {
    background-clip: inherit;
}
.dropdown-menu.datepicker {
    font-size: 0.95em;
    width: inherit;
}
input.shortdatepicker {
    width: 120px;
    display: inline;
    margin-left: 10px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}
.overflowauto {
    overflow:auto;
}
.activitycompletionreport .dt-buttons {
    display: none;
}
.activitycompletionreport #DataTables_Table_0_wrapper .dt-buttons {
    display: inline;
}
.dataTables_wrapper div:nth-child(2) div {
    overflow: auto;
}
.activitycompletionreport .customheader {
    font-weight: 700;
    text-align: center;
}
.activitycompletionreport .card-body {
    overflow: auto;
}

/***************************** CUSTOM CHECK **********************/
/* The customcheck */
.customcheck {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 1.2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

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

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #822757;
    border-radius: 5px;
}

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

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*************** END CUSTOM CHECK ***************************/

/**** LOGIN SECTION ****/
.logintop img {
    float:left;
    width: 30%;
    min-width: 220px;
    max-width: 380px;
    padding: 0px 15px 15px 0px;
}
.loginbottom .logintbottom_text {
    padding-bottom:20px;
}

.fortbildningAccordion .card {
    background: #e4e4e1; 
    margin-bottom: 30px;
    border-radius: unset;
}

.fortbildningAccordion.accordion>.card:first-of-type {
    border: 1px solid rgba(0,0,0,.125);
}

.fortbildningAccordion .card-header {
    background: #822757; 
    color:white; 
    height: 50px; 
    padding: .35rem .75rem; 
    border-bottom: 0px; 
    margin-right: 40px; 
    border-right: 1px solid rgba(0,0,0,.125);
    border-radius:unset;
}

.fortbildningAccordion .leftborder {
    border-left: 15px solid #822757;
}

.fortbildningAccordion .card.collapsed .card-header {
    background: #e4e4e1;
}

.fortbildningAccordion .card .cursorContainer {
    cursor: pointer;
    position:absolute;
    right:0px; 
    top:0px;
    width: 40px; 
    height: 50px; 
    background: white;
}

.fortbildningAccordion .card .cursor {
    position: absolute;
    left: 14px;
    border: 0px;
    height: 14px;
    width: 14px;
    transform: rotate(45deg);
    top: 20px;
    border: 0px;
    border-left: 4px solid #822757;
    border-top: 4px solid #822757;
}

.fortbildningAccordion .card.collapsed .cursor {
    top: 15px;
    border: 0px;
    border-right: 4px solid #822757;
    border-bottom: 4px solid #822757;
}

.fortbildningAccordion .collapse, .fortbildningAccordion .collapsing {
    margin: 0px -1px -1px -15px;
    margin-bottom: -1px;
    background: white;
    border: 1px solid lightgray;
    padding: 0px 15px;
}

.fortbildningAccordion .card .btn {
    text-align: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-family: Poppins;
    color: white;
    font-weight: 400;
    text-decoration: none;
    float:left;
}

.fortbildningAccordion .card.collapsed .btn {
    color: #333333;
    font-weight: 400;
    line-height: 21px;
}

.fortbildningAccordion .card-body.organizations {
    max-height: 200px;
    overflow:auto;
}
.popover-region {
    margin-right: 10px;
    position: relative;
}
.pull-right {
    float: right!important;
}
.count-container {
    padding: 2px;
    border-radius: 2px;
    background-color: #822757;
    color: white;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: 5px;
    right: 0;
}
.news_header {
    background-color: #822757;
    padding:20px;
    margin-left:15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_header a {
    color: #FFF;
    text-decoration:none;
}

.news_header a:hover {
    color: #FFF;
    text-decoration:underline;
}

.news_section {
    padding: 10px 20px;
    background-color: #eee;
    flex: 1;
    margin-right: 15px;
}
.news_section p {
    margin-bottom:0px;
}

.eupopup-container {
    background: #c00;
    font-weight: 400;
    font-size: 14px;
    display: none;
    padding: 2rem 10%;
    position: fixed;
    bottom: 0;
    width: 100%;
	line-height: 1.2em;
    text-align: center;
	z-index: 9999999;
}

.eupopup-container, .eupopup-container a {
    color: #fff;
    text-decoration: none;
}
.eupopup-container-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.eupopup-head {
    font-size: 1.2em;
    font-weight: 700;
    padding: 7px;
}
.eupopup-body {
    float: left;
    width: 70%;
}
.eupopup-body ul {
    padding: 0;
    margin: 0 0 3px;
}
.eupopup-body li {
    display: inline;
}
.eupopup-container, .eupopup-container a {
    color: #fff;
    text-decoration: none;
}
.eupopup-body li:first-child:before {
    content: "";
}
.eupopup-container a:hover {
    color: #fff;
    text-decoration: underline;
}
.eupopup-buttons .eupopup-button:first-child {
    display: inline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 45px;
    border-radius: 22.5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 1.5rem;
    border: 2px solid #cacac5;
    color: #e5e5e2;
    text-decoration: none;
}
.eupopup-buttons .eupopup-button:first-child::after {
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: 900;
    padding-left: 20px;
    position: absolute;
    right: 10%;
}
.eupopup-buttons {
    float: right;
    width: 30%;
}
.eupopup-buttons {
    padding: 7px 0 5px 0;
}
.eupopup-closebutton {
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    color: #a2a2a2;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica,arial,verdana,sans-serif;
    top: 0;
    right: 0;
    padding: 5px 10px;
}
.maintenance {
    position: absolute;
    top: 40px;
    left: calc(50% - 100px);
    background: inherit;
}
.suspended {
    font-style: italic;
    opacity: 0.7;
}