


.button-toolbar {
    border: none;
    color: #525f80;
    color: #ececf1;
    display: inline-block;
    height: 70px;
    width: 40px;
    background-color: #ececf1;
    background-color: #3C597A;
    font-size: 24px;
}

.notification-list .noti-icon {
    color: #ffffff;
}

.right-sidebar {

    position: fixed;
    width: 350px;
    top: 70px;
    bottom: 0;
    right: 0;
    padding-bottom: 30px;

    box-shadow: 0 0 13px 0 rgba(36, 36, 41, .07);

}

.content-with-sidebar {

    margin-right: 350px;

}

.nav-tabs-custom > li > a.active {
    color: #3C597A !important;
}

.right-sidebar-none {
    visibility: hidden;
}


#rechts {
    position: fixed;
    top: 70px;
    /*
    background-image: url(/daten/Image/aufbau/pt20/verlaufrechts22.png);
    background-repeat: no-repeat;
    visibility: visible;
    */

    right: 10px;
    width: 336px;
    height: 743px;
}

#infotool {
    position: absolute;
    top: 750px;
    z-index: 1100;
    visibility: visible;
    right: 15px;
    height: 60px;
}

.padding-zero {
    padding: 0 !important;
}

.of_rechterframe_button {
    height: 31px;
    width: 85px;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #3C597A;
    text-align: center;
}

.of_rechterframe_button:hover {

    background-color: #5377A0;
    cursor: pointer;

}

.of_rechterframe_button_aktiv {
    height: 30px;
    width: 82px;
    font-size: 13px;
    color: #3C597A;
    background-color: #fdfdfd;
    font-weight: bold;

    cursor: pointer;
}


.sessionAblaufText {
    color: #FFFFFF;
    font-size: 12px;
}

.SessionAblaufZeit {
    display: inline-block;
}


/**
Menu
 */

#sidebar-menu > ul > li > a {
    color: #b4c9de;
}

.submenu li a {
    color: #b4c9de;
}

.submenu li.mm-active > a {
    color: #fdfdfd;
}
#sidebar-menu > ul > li > a.mm-active {

    color:#fdfdfd !important;
    background-color: #383b4e;

}

/**
nav rechts
 */

.nav-link {
    padding: .5rem 0.9rem;
}

.btn-secondary {
    color: #fff;
    background-color: #3C597A;
    border-color: #3C597A;
}

.content-page .content {
    margin-bottom: 0px;
    margin-top: 70px;
}


 .card_login{
background-color: rgba(255,255,255,0.7);
     margin-bottom:0px;
}

.border-primary {
    border-color: #3C597A!important;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > a {
    color: #ffffff !important;
}

.menu-fixed {
    position: fixed!important;
}

.visible-hidden {
     visibility: hidden!important;
 }

.display-none {
    display: none;
}

.ob-left {
    text-align: left;
}

.ob-center {
    text-align: center;
}

.ob-right {
    text-align: right;
}