html{
    font-family: helvetica;
    overflow : hidden;
}

#welcomeBody{
    width: 110vw;
    height: 110vh;
    background-image: url("/assets/img/login_background.png");
    translate: -10px -10px;
}

.checklabel-button{
    height: 18px;
    width : 18px;
    border-radius : 5px;
    border : 1px solid #ccc;
    margin-right: 10px;
}


.flex-container{
    display : flex;
    flex-flow: row;
    justify-content: space-between;
    align-items : center;
    margin: 10px 0;
}
.center{
    top : 50%;
    left : 50%;
    translate : -50% -50%;
}

.table-container{
    position: absolute;
}

#welcomeOptionsContainer{
    position : absolute;
    width : 600px;
    height : 400px;
    border : 1px solid #ccc;
    border-radius : 50px;
    background-color:hsl(180, 11%, 98%);
}

#usernameInput{
    height: 36px;
    width: 200px;
    margin-left:48px;
    border-radius: 18px;
    border: 1px solid #ccc;
    text-align : center;
}

#fileUploader{
    height:36px;
    width: 150px;
    margin: 0 20px;
    border:1px solid #ccc;
    border-radius: 18px;
    text-align : center;
    line-height: 36px;
    background-color: #fff;
    overflow-x: hidden;
}
#fileTypeChoice{
    width:100px;
}

#goLink{
    position:relative;
    top: 60px;
    left:-webkit-calc(50% - 50px);
    left:-moz-calc(50% - 50px);
    left:calc(50% - 50px);
}

#goButton{
    font-size: 23px;
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #6dcc8b;
}

#welcomeHDF5Struct{
    height: 300px;
    width: 200px;
    border: 1px solid #ccc;
    margin-left: 10px;
    background-color: #fff;
    overflow: hidden;
}


.ident-0{
    text-indent: 0px;
}
.ident-1{
    text-indent: 10px;
}
.ident-2{
    text-indent: 20px;
}
.ident-2{
    text-indent: 30px;
}
.ident-4{
    text-indent: 40px;
}
.ident-5{
    text-indent: 50px;
}


[id^="{\"id\":\"sig-select"]{
    margin-left: 40px;
}



#buttons-banner{
    width:100%;
    height: 6vh;
    display: flex;
    flex-direction: row-reverse;
    align-items : center;
}

#buttons-banner button, #buttons-banner a button{
    height: 40px;
    width: 40px;
    margin: 0 10px;
    border-radius:50%;
    border:0;
}

#options-button{
    background-color: #ccc;
    background-image: url("/assets/img/settings.png");
}

#options-button:hover{
    background-color:#6dcc8b;
}

#back-button{
    background-color: #ccc;
    background-image: url("/assets/img/back.png");
}

#back-button:hover{
    background-color:#6dcc8b;
}

#help-button{
    background-color: #ccc;
    background-image: url("/assets/img/help.png");
}

#help-button:hover{
    background-color:#6d8bcc;
}

#download-button{
    background-color: #ccc;
    background-image: url("/assets/img/download.png");
}

#download-button:hover{
    background-color:#cc6b8b;
}

#signalscontainer{
    width:100%;
    height: 70vh;
    display:grid;
    overflow-y:scroll;
    grid-auto-rows: minmax(280px, auto);
}

[id^=signals-]{
    display:flex;
    position:relative;
    border: 1px solid #ccc;
    border-radius: 10px 0 0 10px;
    justify-content: space-between;
    align-items: center;
}

[id^="{\"id\":\"annotations"]{
    position:absolute;
    width:60px;
    height:100%;
    z-index:1;
    background-color:white;
    display:grid;
    grid-auto-flow: column;
    overflow:hidden;
}

.signal_name{
    min-width: 60px;
    max-width: 60px;
    justify-content:center;
    align-items:center;
}

.signal_name P{
    text-align:center;
    margin: auto auto auto 30px;
    writing-mode: vertical-lr;
    rotate:180deg;
}

[id^="{\"id\":\"plot"]{
    width:calc(100% - 60px);
    height: 100%;
    margin-left:60px;
}

.annotation-line{
    display:flex;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
    padding: 10px;
    border-radius: 5px;
}

.ann-button{
    height: 26px;
    width: 26px;
    margin-left: 14px;
    border-radius: 13px;
    border: 0;
}

.edit-add{
    background-color: #ccc;
    background-image: url(img/edit.png)
}

.edit-add:hover{
    background-color: #6d8bcc;
}

.edit-remove{
    background-color: #ccc;
    background-image: url(img/edit_delete.png)
}

.edit-remove:hover{
    background-color: #cb860e;
}

.remove{
    background-color: #ccc;
    background-image: url(img/remove.png)
}

.remove:hover{
    background-color: #cc6b8b;
}


#separator{
    width: calc(100vw - 100px);
    height: 6vh;
    display: flex;
    flex-direction: row-reverse;
    align-items : center;
}

#timeInput{
    font-size: 23px;
    width: 80px;
    height: 36px;
    margin: 0 20px;
    border-radius: 18px;
    border: 1px solid #ccc;
    text-align : center;
}

#overview{
    width: calc(100% - 60px);
    margin-left: 60px;
    height: 15vh;
}


.add_annotation{
    width: 26px;
    height: 26px;
    border-radius: 13px;
    border: 0;
    background-color: #ccc;
    background-image: url("img/add.png");
}

.add_annotation:hover{
    background-color:#6d8bcc;
}


.event-list{
    max-height: 200px;
    overflow-y: scroll;
}

.modal-content{
    position: absolute;
    height: 100px;
    width: 500px;
    top: calc(50vh - 50px);
    left: calc(50vw - 250px);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
}

#modal-ann-name{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255,255,255,0.5);
    z-index: 1;
}

#new-name-chooser{
    height: 36px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 18px;
    margin-top: 25px;
}

#modal-comments{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255,255,255,0.5);
    z-index: 1;
}

#file-comments{
    height: 56px;
    width: 470px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 18px;
    margin-top: 25px;
}

.comment-modal-content{
    position: absolute;
    height: 200px;
    width: 500px;
    top: calc(50vh - 100px);
    left: calc(50vw - 250px);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
}

#modal-goBack{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255,255,255,0.5);
    z-index: 1;
}

.modal-footer{
    margin-top:30px;
}

.modal-footer button{
    font-size: 23px;
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #6d8bff;
    margin: 0 10px;
}

.alert{
    position: absolute;
    background-color: #ff9999;
    font-size:30px;
    padding: 10px;
    border-radius: 10px;
}