/* Global
----------------------------------------------------------- */
html {
    min-height:100%;
    position: relative;
}
body {
    background-color: #eee;
}

hr.vertical {
    border: none;
    border-left: 1px solid #e0e0e0;
    height: 100%;
    width: 1px;
    top: -1rem;
    position: relative;
}

.aposphaere-bg-ltblue {
    background-color: #7dd2eb !important;
}
.aposphaere-bg-drkblue {
    background-color: #238cb9 !important;
}
.aposphaere-bg-pink {
    background-color: #fad2be !important;
}
.aposphaere-txt-ltblue {
    color: #7dd2eb !important;
}
.aposphaere-txt-drkblue {
   color: #238cb9 !important;
}
.aposphaere-txt-pink {
   color: #fad2be !important;
}

/* Nav-underline
----------------------------------------------------------- */
#nav-underline a {
    color: white;
}
#nav-underline a.active {
    font-weight: 500;
}
.nav-link {
    text-transform: none !important;
    font-weight: 300;
}

/* Cards
----------------------------------------------------------- */
.card-header {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
}
.card-header span {
    float: right;
    font-size: 1rem;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
}
.card-header span i {
    float: right;
    padding-left: .45rem;
}
.card-body h3 {
    display: inline-block;
}
.card-footer p span {
    float: right;
}

/* New btn-colors
----------------------------------------------------------- */
.btn-gray {
    background-color: rgba(0,0,0,.54) !important;
    color: #fff !important;
}
.btn-light-gray {
    background-color: #dee2e6 !important;
    color: #6c757d !important;
}


/* Badges & Buttons
----------------------------------------------------------- */
.badge-new {
    vertical-align: top;
    margin-left: .5rem;
}

.btn-new-survey {
    width: 3.5rem !important;
    min-width: 3.5rem !important;
    height: 3.5rem !important;
}



/* Specials
----------------------------------------------------------- */
ul.new-survey {
    position: absolute;
    right: 1rem;
    top: 0.75rem;
}

a.btn-more {
    border: none;
    height: 24px;
}
a.btn-more.dropdown-toggle::after {
    display: none;
}

/* Footer
----------------------------------------------------------- */
footer.page-footer {
	width: 100%;
    bottom: 0;
    position: fixed;
}


.rgba-indigo-strong,.rgba-indigo-strong:after{
    background-color:rgba(35,140,185,.7)!important
}

/* Kann gelöscht werden, wenn MDB Pro gekauft
----------------------------------------------------------- */
/* Runde Buttons */
/*
.bmd-btn-fab, a.bmd-btn-fab {
    width: 3.5rem;
    min-width: 3.5rem;
    height: 3.5rem;
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.26);
    font-size: 1.5rem;
    color: #fff;
    padding: 0;
    border-radius: 50%;
    line-height: 0;
    overflow: hidden;
}
.bmd-btn-sm {
    width: 2.5rem !important;
    min-width: 2.5rem !important;
    height: 2.5rem !important;
}
.bmd-btn-right {
    float: right;
}
*/
