
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #42413C;
    font-size: 1rem;
    color: #000;
}
ul, ol, dl {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
}

h1 {
    font-size: 16px;
    font-weight: normal;
    color: #192068;
}
p, td {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.7em;
    color: #FFF;
}

a,
a:hover,
a:focus {
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s;
}
    a img {
        border: none;
    }
.BgHeader {
    background-image: url(../images/top.jpg);
    background-size: cover
}
.TopImg {
    width: 100%;
}

.BgGold {    background-color: #AF975C;}
.BgBlau {    background-color: #192068;}
.ColorGold {    color: #AF975C;}
.ColorBlau {    color: #192068;}
.ColorWeiss {    color: #FFFFFF;}

.LinkKP {
    display: inline-block !important;
    padding-left: 25px;
    padding-top: 4px;
    text-decoration: none !important;
    font-family: "Lucida Grande", Arial;
    font-stretch: condensed !important;
    font-size: .9rem !important;
    -webkit-transform: scaleY(1.3) !important;
    -moz-transform: scaleY(1.3) !important;
    -o-transform: scaleY(1.3) !important;
    transform: scaleY(1.3) !important;
}

.LinkKPSub {
    display: inline-block !important;
    padding-left: 25px;
    padding-top: 8px;
    text-decoration: none !important;    
}


.LinkGold {
    color: #AF975C !important;
}

.LinkWhite {
    color: #FFFFFF !important;
}

.font12{font-size:12px;}





/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
    align-items:stretch;    
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    background-color: #192068;
    color: #fff;
    transition: all 0.3s;
    height: calc( 100vh - 190px);
    overflow: auto;
    border-right: 2px solid white;
}

#sidebar.active {
    margin-left: -200px;
}



.modal,
.modal.fade.in {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 10px;
    margin-left: -2px !important;    
    background-color: #AF975C;
    transition: all 0.3s;
    height: calc( 100vh - 180px);
    overflow: auto;
}


.Site-AppName {
    
    background-color: #192068;
    color: #FFF;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2rem;
    padding-top: 5px;
    white-space: nowrap;
}
#navTop {
    padding: 0;
    background-color: #192068;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}



 .Site-navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.6)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    border:2px solid #CCC; padding : 16px; border-radius: 5px; font-size: 15px;
    cursor: pointer;
} 
 .Site-navbar-toggler-icon-Secundary{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  
} 


#SiteMenu {
    height: calc(100vh - 200px);
    overflow:auto;
    background-color: #192068;
    color: #767676;
    border: 0; /*2px solid white;*/
    text-align: left;
}



.sidebarTogglerPrimary{
    display: none;
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */


    @media (max-width: 991px) {
        #sidebar {
            margin-left: -200px;
            opacity:0;
            
        }
        

        #sidebar.active {
            margin-left: 0;
            opacity: 1;
        }

        #sidebarCollapse span {
            display: none;
        }

        #desktopHeader, .MTW-Logo, .Worksafe-Logo, #Welcome {
            display: none;
        }

        .Site-AppName {
            height: 140px;
        }

        .TopImg {
            height: 140px;
        }

        #SiteMenu {
            height: calc(100vh - 140px);
        }

        #content {
            height: calc( 100vh - 140px);
            margin-left: -2px !important;
        }

        #sidebar {
            height: calc( 100vh - 140px);
        }

        .sidebarTogglerPrimary {
            display: block;
        }
    }

    @media (max-width: 768px) {
        #sidebar {
            margin-left: -200px;
        }

            #sidebar.active {
                margin-left: 0;
            }

        #sidebarCollapse span {
            display: none;
        }

        #desktopHeader, .MTW-Logo, .Worksafe-Logo, #Welcome {
            display: none;
        }

        .Site-AppName {
            height: 100px;
        }

        .TopImg {
            height: 100px;
        }

        #SiteMenu {
            height: calc(100vh - 100px);
        }

        #content {
            height: calc( 100vh - 100px);
        }

        #sidebar {
            height: calc( 100vh - 100px);
        }

        .sidebarTogglerPrimary {
            display: block;
        }
    }

