@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");
*:focus {
    outline: 0px;
}
body{
    background:#e4e4e1;
	color: #141414;
	font-size: 15px;
	font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4 {
	font-family: 'Poppins';
}
h3 {
    text-align: right;
}
small {
    font-size: 60%;
}
a {
    color: #10335f;
}
a:hover {
    color: #061727;
}
.btn-secondary, .btn-primary, .btn-default, .page-item.active .page-link {
    color: #ffffff;
    background-color: #071a2d!important;
    border-color: #071a2d!important;
}

.btn-secondary, .btn-primary, .btn-default {
    border-radius: 2px!important;
}

.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: #071a2d!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(255,255,255) !important;
	max-height: 80px;
	min-height: 25px;
	top: 50px;
}

#page {
    margin-top: 180px!important;
}

.header-top {
    width: 100%;
    position: fixed;
    top: 0px;
    background: #0b233e;
	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;
}

.header-top .header-custom-menu {
	float:left;
	list-style: none;
}

.header-top, .header-top a, .navbar-light .header-top .navbar-nav .nav-link {
	color: #fff !important;
}

.header-top .dropdown-menu {
	background-color: #0b233e;
}

.header-top .dropdown-item:hover, .dropdown-item:focus {
	background-color: #164a8c;
}

.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 {
    background: url("../images/logomcf.png") no-repeat;
	background-size: auto 60px;
	margin:5px 0px 0px 50px;
	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: #0b233e!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 {
    width: 100%;
    position: fixed;
    top: 130px;
    background: #f6efe9;
    height:50px;
    padding:5px 50px;
    left:0px;
    min-width: 410px;
    z-index: -1;
}

.topnav a {
  float: left;
  display: block;
  color: #141414;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 600;
}
.topnav.responsive a {
    margin: 0 2px;
}
.topnav.expanded a {
    margin: 0;
}

.topnav .icon {
  display: none;
}

.topnav.hamburger a {display: none;}
.topnav.hamburger a.icon {
    float: left;
    display: block;
}

@media screen and (max-width: 1299px) {
  .topnav.responsive a {display: none;}
  .topnav.responsive a.icon {
    float: left;
    display: block;
  }
}

.topnav.expanded a {
    float: none;
    display: block;
    text-align: left;
}

.topnav.responsive a:hover, .topnav.responsive a.active {
  border-bottom: 2px solid #cc4e16;
}
.topnav.expanded a:hover, .topnav.expanded a.active {
    border-bottom: 0px;
}

.topnav.expanded .menuitems {
    background: #0b233e;
    margin-top: 45px;
    max-width: fit-content;
}

.topnav.expanded .menuitems a {
    color: #fff;
}
.topnav.expanded .menuitems a:hover, .topnav.expanded .menuitems a.active {
    background: #164a8c;
}

.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: #cc4e16;
}

.help_text {
    font-size: 16px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin: 15px 0px;
    padding: 10px 0px;
}

.activitycompletion .text-container {
    display: inline-block;
}

.activitycompletion .rotated-text-container {
    width: 16px;
}

.activitycompletion .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;
}

.activitycompletion .rotated-text:after {
    content: "";
    float: left;
    margin-top: 100%;
}

.activitycompletion .normal-text {
    font-size: 12px;
}
.dropdown-menu {
    width: 100%;
    background-clip: inherit;
}
.dropdown-menu.datepicker {
    font-size: 0.95em;
    width: inherit;
}
input.datepicker {
    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;
}
.studentactivitycompletion .dt-buttons {
    display: none;
}
.studentactivitycompletion #DataTables_Table_0_wrapper .dt-buttons {
    display: inline;
}
.studentactivitycompletion .courseheader {
    font-weight: 700;
    text-align: center;
}
/***************************** 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: #0b233e;
    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: #0b233e; 
    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 #0b233e;
}

.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 #0b233e;
    border-top: 4px solid #0b233e;
}

.fortbildningAccordion .card.collapsed .cursor {
    top: 15px;
    border: 0px;
    border-right: 4px solid #0b233e;
    border-bottom: 4px solid #0b233e;
}

.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: #0b233e;
    color: white;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: 5px;
    right: 0;
}
/* FOOTER */
#page-footer {
    flex-shrink: 0;
}
#page-footer {
    background-color: #0b233e!important;
}
#page-footer .grid-container>.cell {
    padding-right: .9375rem;
    padding-left: .9375rem;
}
.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
#page-footer .icon {
    height: 60px;
    width: auto;
}
#page-footer .grid-container {
    padding: 3rem 0 0 0;
}
.grid-container {
    max-width: 1680px;
    margin: auto;
}
#page-footer .cell>h2 {
    margin-bottom: 1rem;
}
#page-footer h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
}
#page-footer .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    padding: 0;
}
#page-footer .contact-item h3 {
    font-size: 10px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
	text-align:left;
}
#page-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#page-footer a, #page-footer li {
    color: #fff;
}
#page-footer a {
    text-decoration: underline;
}
#page-footer .slogan {
    width: 100%;
}
#page-footer .msb-vision {
    font-weight: 600;
    line-height: normal;
    padding-bottom: 1rem;
    font-size: 24px;
}
#page-footer .msb-vision hr {
    margin-top: 2rem;
    margin-bottom: 3rem;
    border-color: #8f8e88;
}

.eupopup-container {
    background: #aeccf3;
    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: #141414 !important;
    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: #141414;
    text-decoration: none;
}
.eupopup-body li:first-child:before {
    content: "";
}
.eupopup-container a:hover {
    color: #141414;
    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 #141414;
    color: #141414;
    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;
}
.datepicker-dropdown {
    z-index: 1031!important; /*above navbar*/
}
input.datepicker {
    margin: 0px!important;
    width: 100%!important;
}

/* NEWS */
#slider-container {
    height: 110px;
}

.news-slider {
    visibility: hidden;
}
.news-slider.slick-initialized {
    visibility: visible;
}

.news-slider .slick-dots button, .slick-dots button:active {

    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.news-slider .slick-dots {
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
}

.news-slider .newscontent .headline {
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 7px;
}

.news-slider .newscontent .headline a {
    color: #444 !important;
}

.news-slider .newscontent .headline  a:hover,
.news-slider .newscontent a:hover {
    color: #0070a8 !important;
}

.news-slider .authorline {
    font-size: 12px;
}

.news-slider .newscontent p {
    padding: 10px 10px;
}

.news-slider .newscontent a {
    font-weight: 400;
    line-height: normal;
    font-size: 95%;
    color: #333333 !important;
}


.block .content .newscontent a:hover {
    color: #0070a8 !important;
}

.slider .newscontent a:hover {
    color: #333333 !important;
}

.slider-banner-col {
    height: 110px;
    display: none;
}

.slider-banner-col span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.slider-col {
    padding: 8px 15px 10px 15px;
    background-color: #EEEEEE;
    height: 100%;
    width: 100%;
    float: none;
}

.slider-col .userpicture {
    width: 35px !important;
    height: 35px !important;
}

.slider-col-date {
    font-size: 12px;
    color: #555;
    display: none;
}

.slider-col-date-minimal {
    display: block;
    color: #555;
}

.slider-message-short {
    padding-top: 2px;
    display: block;
}

.slider-message {
    padding: 4px 0px 3px 0px;
    display: none;
}

@media only screen and (min-width: 1024px) {
    .slider-banner-col {
        width: 20%;
        max-width: 1250px;
        height: 100%;
        background-color: #F15C22;
        float: left;
        position: relative;

        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .slider-banner-col span {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        font-weight: 800;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-col {
        padding: 8px 15px 10px 15px;
        background-color: #EEEEEE;
        height: 100%;
        width: 80%;
        float: left;
    }

    .news-slider .headline a {
        font-size: 16px;
    }

    .news-slider .authorline {
        font-size: 12px;
    }

    .slider-col-date-minimal {
        display: none;
    }

    .slider-col-date {
        display: block;
        font-size: 14px;
    }

    .slider-message-short {
        display: none;
    }

    .slider-message {
        display: block;
    }
}

@media only screen and (min-width: 1280px) {

    .news-slider .headline a {
        font-size: 22px;
    }

    .news-slider .authorline {
        font-size: 14px;
    }

    .slider-col-date {
        font-size: 14px;
        padding: 0px 5px;
    }

}

@media only screen and (min-width: 1440px) {
    .slider-banner-col span {
        font-size: 30px;
    }

}

.slider-banner-col {
    background-color: #0b233e;
}
.slider-banner-col a {
    color: #FFF;
}
.news-slider .newscontent .headline a {
    color: #071a2d!important;
}
.maintenance {
    position:absolute;
    bottom:2px;
    width:100%;
    text-align:center;
}
.maintenance .alert-danger {
    background-color: inherit;
}
.filterfieldgroup {
    display: flex;
    flex-direction: row;
}
.search-field {
    width: 100%;
}
.search-button {
    background: transparent;
    border: none;
    outline: none;
    margin-left: -25px;
}

/** keep datatable selection only on checkbox without highlighting the row **/
table.dataTable>tbody>tr.selected>* {
    box-shadow: inherit;
    color: inherit;
}
table.dataTable.table-striped>tbody>tr.odd.selected>* {
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
    color: inherit;
}

.dt-buttons {
    clear: both;
    float:right;
    padding-bottom: 10px;
}
.dt-buttons .btn {
    margin-right: 10px;
    font-size: 0.85em;
}
.dataTables_length {
    float: left;
}
.dataTables_filter {
    float: right;
}