html, body, main{
    height:100%;
    word-break: break-all;
}
main > .container, .container > div{
    height:inherit;
}
/*#region NavBar*/
main .navbar {
    padding: 2% 0;
}
.navbar {
    padding: 0;
    max-width: 1140px;
    margin: auto;
}
.navbar-nav{
    height:36px;
}
a.navbar-brand {
    margin-top: 1rem;
}
.navbar .nav-item .dropdown-menu {
    margin-top: 0;
    border-radius: 10px;
    line-height: initial;
    background: #696969;
}
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: -111%;
        margin-top: -1px;
    }
.navbar .nav-item.left-nav-item {
    margin-left: auto
}

.dropdown-menu-right {
    background: #696969;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    padding-top: 5px;
}

    .dropdown-menu-right ul {
        list-style-type: none;
    }

    .dropdown-menu-right [type="radio"] {
        box-sizing: border-box;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 50%;
        width: 16px !important;
        height: 16px;
        border: 2px solid #999;
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

        .dropdown-menu-right [type="radio"]:checked {
            outline: unset !important;
            background: linear-gradient(to bottom, rgba(0,201,255,1) 0%, rgba(0,201,255,0.2) 100%) !important;
        }

.dropdown-item:hover, .dropdown-item {
    color: white !important;
    text-decoration: none;
    background: #696969 !important;
    padding: 0.25rem 0.5rem !important;
    cursor:pointer;
/*    word-break: break-all;
    white-space:normal;*/
}

.navbar button:not(.BackButton):not(.dropdown-item),.navbar a img {
    width: 40px;
    height: 36px;
    margin-left: 10px;
    padding: 0;
}

.navbar .BackButton {
    padding: 0;
}
/*#endregion*/

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
footer .text-center {
    color: #636363;
    font-size: small;
}
.container {
    padding: 0 !important;
}
button:not(.WeiterBtn):not(.Uebernehmen):not(.ui-button):not(.scroll-btn) {
    border: none;
    background-color: transparent;
    outline: none !important;
    padding: 0;
}
input,select{
    outline:none;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: inherit;
    max-width: 1140px;
    width: 100%;
    margin: auto;
    height: 100%;
}

.icon {
    width: 145px;
    height: 145px;
    margin-bottom: 12px;
}

#versionlbl {
    font-size: 12px;
    padding: 0;
    margin-left: 8px;
}

.mainrow {
    grid-template-columns: repeat(auto-fill, 280px);
}

.AppName {
    font-size: 19px;
    line-height: 22px;
    margin: 0 auto;
    color: #4c4c4c;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding: 0;
}
.row {
    margin: 0;
}
@media (max-width: 400px) {
    .container {
        max-width: 99% !important;
    }

    .col-5 {
        font-size: 0.6rem;
        flex: 0 0 100%;
    }

    button {
        padding: unset;
    }

    .col-7 {
        font-size: 0.6rem;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tabcontent button {
        padding: 5px 7px !important;
        font-size: 0.6rem !important;
    }

    .col-5-Btn {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }

    .col-7-Btn {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    #InfoModal .modal-content {
        line-height: normal;
        font-size: 15px !important;
		background-color: #282828;
    }
}
@media (min-width: 400px) and (max-width: 600px) {
    .container {
        max-width: 99% !important;
    }

    .col-5 {
        font-size: 0.7rem;
        flex: 0 0 100%;
    }

    button {
        padding: unset;
    }

    .col-7 {
        font-size: 0.7rem;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tabcontent button {
        padding: 7px 9px !important;
        font-size: 0.7rem !important;
    }

    .col-5-Btn {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }

    .col-7-Btn {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    #InfoModal .modal-content {
        line-height: normal;
        font-size: 15px !important;
        background-color: #282828;
    }
    hr {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .container {
        max-width: 99% !important;
    }

    .col-5 {
        font-size: 0.8rem;
        flex: 0 0 100%;
    }

    .col-7 {
        font-size: 0.8rem;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tabcontent button {
        padding: 9px 11px !important;
        font-size: 0.8rem !important;
    }

    .col-5-Btn {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }

    .col-7-Btn {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    #InfoModal .modal-content {
        line-height: normal;
        font-size: 15px !important;
        background-color: #282828;
    }
    hr {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 95% !important;
    }

    .col-5 {
        font-size: 0.9rem;
        flex: 0 0 41.66%;
    }

    .col-7 {
        font-size: 0.9rem;
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }

    .tabcontent button {
        padding: 11px 13px !important;
        font-size: 0.9rem !important;
    }
    #InfoModal .modal-content {
        line-height: normal;
        font-size: 15px !important;
        background-color: #282828;
    }
    .itemcheckbox input[type="checkbox"] {
        margin-top: -0.8% !important;
    }
}
@media (min-width: 992px) and (max-width:1200px) {
    .container {
        max-width: 95% !important;
    }

    .col-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }

    .col-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    #InfoModal .modal-content {
        line-height: normal;
        font-size: 15px !important;
        background-color: #282828;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 100% !important;
    }

    .col-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }

    .col-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    #InfoModal .modal-content {
        line-height: normal;
        font-size: 15px !important;
        background-color: #282828;
    }
    .itemcheckbox input[type="checkbox"] {
        margin-top: -0.4%!important;
    }
}

@media (min-height: 400px) and (max-height: 768px) {
    hr {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }
}
@media (min-height: 768px) and (max-height: 1200px) {
    hr {
        margin-top: 0.9rem;
        margin-bottom: 0.9rem;
    }
}
