* {
    font-size:16px;
}

a {
    text-decoration: none;
    outline: 0;
}

 

.menu_item {
    display: flex;
    justify-content: left;
    padding-left: 25px;
    align-items: center;
    height: 40px;
    cursor: pointer;
    color: rgb(0,0,0);
    user-select:none;
}

.menu_item_selected {
    background-color: rgb(40,100,255);
    color: white !important;
    cursor: pointer;
}

.headerText
{
    font-size:20px;
    user-select:none;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, "Segoe UI Emoji";
    font-size: 16px;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items:stretch;
    overflow:hidden;
}

 
 


.menu {
    display: block;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    width:220px;

 
    
    background-color: white;
 
    box-sizing: border-box;
}



.headerWithPageContainer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 220px;
    right: 0px;
    box-sizing: border-box;
 
    box-sizing: border-box;
}

.header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    background-color: rgb(250,250,250);
    font-weight: bold;
  
    font-size: 20px;
    color: rgb(33,33,33);
    box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items:stretch;
  
}

.headerText {
    flex: 1 0 auto;
    padding-top:20px;
    padding-left:20px;
}

.signout {
    flex: 0 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
     
    
 
}
 

.signoutText {
    padding-top: 5px;
    color: rgb(33,33,33);
    font-size: 12px;
    white-space: nowrap;
    user-select:none;
 
}

.page {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    background-color: rgb(244,244,244);
 
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: auto;
}




.logo {
    margin-top: 30px;
    margin-left: 25px;
    width: 160px;
    margin-bottom: 40px;
    user-select:none;
}



 



.spreedsheetRow {
    display: flex;
}

.checkBox {
    margin-right: 10px;
    zoom: 1.2;
    position: relative;
    top: -1px;
}

.checkBoxRole {
    margin-right: 10px;
    zoom: 1.2;
    position: relative;
    top: 1px;
}

    .name {
        margin-right: 10px;
        width: 200px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.download {
    color: rgb(40,100,255);
    cursor: pointer;
}

.downloadSelected {
    margin-top: 10px;
    color: rgb(40,100,255);
    cursor: pointer;
    margin-left: 2px;
}

.pageContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: scroll;
    padding: 20px;
}

.surveyLine {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
    column-gap: 50px;
}

.surveyIframe {
    width: 400px;
    height: 500px;
    display: block;
    vertical-align: bottom;
    user-select: none;
    border-width: 0px;
    box-sizing: border-box;
}

.surveyTextbox {
    width: 600px;
    height: 500px;
    -moz-appearance: none;
    outline: 0px none transparent;
    background-color: white;
    box-sizing: border-box;
    overflow-y: scroll;
    padding: 10px;
    color: rgba(0,0,0,0.5);
    resize: none;
    border: 0px solid black;
}
