* {
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    /*font-family: "Lucida Sans", sans-serif;*/
}

body {
    z-index:-2;
    background-color: rgb(255, 255, 255);
}

p {
    margin: 0;
}

.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pullRight {
    right: 0;
}

.pullLeft {
    left: 0;
}

#logo,
#kwMenuLeft,
#kwMenuRight {
    z-index: 2;
    display: none;
    width: 50%;
    /*width: 0px;*/
    background-color: rgba(255, 255, 255, 0.05);
}

.kwMenu {
    position: fixed;
    /*display: none;*/
    /*width: 0;*/
    top: 48px;
    max-width: 250px;
    /*width: 50%;*/
    /* width: 200px; */
    padding: 5px 5px 5px 5px;
    /*background-color: rgba(255, 255, 255, 0.1);*/
    /*background-color: rgba(13, 114, 221, 0.3);*/
    /*transition: 2s;*/
}

    .kwMenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .kwMenu li {
        padding: 8px;
        margin-bottom: 4px;
        background-color: rgb(41, 90, 142);
        color: #ffffff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        cursor: pointer;
    }

        .kwMenu li:hover {
            background-color: rgba(10, 41, 73, 0.5);
        }

#leftMenuButton,
#rightMenuButton {
    position: fixed;
    padding: 4px;
    top: 0;
    height: 50px;
    width: 50px;
    z-index: 3;
    background: transparent;
    cursor: pointer;
}


#leftMenuButton {
    left: 200px;
    left: 10px;
}

#rightMenuButton {
    right: 200px;
    right: 10px;
}

#kwCenterVertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.kwHeader {
    z-index:2;
    position: fixed;
    width: 100%;
    top: 0;
    height: 48px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    /*background-color: rgba(255, 255, 255, 0.2);*/
    text-align: center;
}

#kwBody {
    display:none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    /*z-index: -2;*/
    text-align: center;
}

.kwFooter {
    z-index: 2;
    display: none;
    position: fixed;
    bottom: 0;
    /* height: 32px; */
    width: 100%;
    margin: 0px;
    padding: 5px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2)
}
