body {
    margin-top: 60px;
}

.table {
    margin-bottom: 0;
}

.mainTable {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.mainTable > tr > td,
.mainTable > tbody > tr > td,
div.mainTable {
    padding: 15px !important;
}
h2 {
    margin-top: 0;
    font-size: 2.25em;
}
h3 {
    margin: 0px 5px 5px 50px;
    font-size: 1.75em;
    line-height: 45px;
}

canvas {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

.ehelp {
    float: left;
    font-size: 32px;
}

.fixedNav {
    background-image: none;
    background-color: #fff;
    width: 100%;
    position: fixed;
    box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 10%), 0px 2px 2px 0px rgb(0 0 0 / 7%), 0px 2px 6px 0px rgb(0 0 0 / 6%);
    z-index: 100;
    top: 0;
}

.fixedNav .navContent {
    height: 60px;
    max-width: 1170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    flex-flow: wrap;
}

.logo-img {
    width: 100px
}

input.submit_green, button.submit_green, a.submit_green, input.submit_red, button.submit_red, a.submit_red, input[type="submit"], input[type="button"], button {
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
    border-radius: 4px;
    border: 0;
    background-image: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1.25px;
    height: 36px;
    text-shadow: none;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #454545;
}

input.submit_green, button.submit_green, a.submit_green {
    background-color: #dd910c;
}

button.submit_green:hover, a.submit_green:hover, input.submit_green:hover, button.submit_red:hover, input.submit_red:hover, a.submit_red:hover, input.submit_green:active, button.submit_green:active, a.submit_green:active, input.submit_red:active, button.submit_red:active, a.submit_red:active {
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.submit_green i, .submit_red i {
    margin-right: 8px;
}

.logout {
    margin-left: 8px;
}

.logout i {
    margin-right: 0px;
}

.toggleHandler {
    margin-top: 10px;
}

.toggleHandler.active .mehr {
    display: none;
}

.toggleHandler .weniger {
    display: none;
}

.toggleHandler.active .weniger {
    display: inline-block;
}

.toggleContent {
    max-height: 330px;
    overflow: hidden;
}

.toggleHandler.active .glyphicon-chevron-down {
    transform: rotate(180deg);
}
.collapse.shown{
    display: block;
    height: 300px !important;
    min-height: 300px !important;
    overflow: hidden;
}
.collapsing.shown{
    min-height: 300px !important;
}

.collapse.in {
    height: auto !important;
}

.collapse.min {
    display: block;
}

.zoominfo {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3em;
    text-align: left;
    color: #000;
}

.mobileScroll {
    overflow: auto;
    max-width: 100%;
}

@media (max-width: 991px) {    
    button.submit_red {
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .mobileHide {
        display: none;
    }
    .fixedNav .submit_green i, .fixedNav .submit_red i {
        margin-right: 0px;
    }
}