body{
    width:100%;
    overflow-x:hidden;
    overflow-y:hidden;
}

#emailAddress, #password {
    width: 100%;
    box-sizing: border-box;
}

/* glide */
.glide__arrow--left {
    color: black;
    background-color: white;
    left: -1em;
}

.glide__arrow--right {
    color: black;
    background-color: white;
    right: -1em;
}

#googleButtonLabel {
    margin-bottom: 10px;
}

.ms-Icon .ms-Icon--Breadcrumb {
    visibility: hidden;
}

.tall {
    width: 100vw;
    height: 95vh;
    /* padding: 50px 0px 0px 50px; */
    background-color: #fff;
    overflow: auto;
}

.footer {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
}

.list-group {
    max-width: 300px;
}

.subtitle {
    vertical-align: bottom;
    font-weight: 400;
    font-size: 1em;
    color: #a6a6a6;
    position: relative;
    top: 8px;
}

.myTextField {
    display: flex;
    justify-content: space-between;
}

.myTextField:after {
    width: 100%;
    height: 35px;
}

.myTextField .myLabel {
    font-size:16px;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 5px;
}

.myTextField .myTextFieldField {
    width: 75px;
    min-width: 50px;
    margin-right: 12px;
}

div.myToggle.ms-Toggle.ms-Toggle--textLeft.myToggle {
    display: flex;
    justify-content: space-between;
    width: 93%;
    margin-bottom: 10px;
}

div.myToggle.ms-Toggle.ms-Toggle--textLeft span.myToggleSpan {
    max-width: unset;
    font-size: 16px;
}

.myDropdownLabel {
    font-size: 16px;
}

.myTextField .ms-Dropdown .ms-Dropdown-title {
    display: none;
}

.myTextField {
    display: flex;
    justify-content: space-between;
}

.myTextField:after {
    width: 100%;
    height: 35px;
}

.dragNotice {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

ul {
    list-style: none;
}

.ms-Button .ms-Dialog-action {
    margin: 5px;
}

.ms-Icon--GripperDotsVertical {
    float: left;
    width: 20px;
    visibility: hidden;
    color: gray;
}

.ms-Icon--GripperDotsVertical:hover {
    cursor: move;
}


.ms-Icon--GripperDotsVertical:active {
    cursor: move;
}

.liContainer {
    width: 100% ;
    height: 100%;
    z-index: 1;
}

.ms-ListItem-primaryText {
    display: block;
    float: left;
    position: relative;
    max-width: calc(90% - 20px);
    white-space: pre;
    text-overflow: ellipsis;
}

.ms-ListItem-secondaryText {
    display: block;
    clear: left;
    position: relative;
    margin-bottom: 0px;
    margin-left: 20px;
    max-width: calc(90% - 20px);
    text-overflow: ellipsis;
}

#toolList {
    justify-content: flex-start;
}

.ms-ListItem-tertiaryText {
    text-overflow: ellipsis;
}

.ms-ListItem-selectionTarget {
    display: none;
}

#sortableToolList {
    display: block;
    list-style-type: none;
    padding: 0px 0px 30px 0px;
    margin: 0px;
    left: 0px;
    overflow: scroll;
}

#sortableToolList li {
    float: left;
    left: 12px;
    width: 100%;
}

.ms-ListItem.is-selectable {
    display: block;
    position: relative;
    width: 100%;
    padding: 3px;
}

.drop_zone {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold 'Vollkorn';
    margin-top: 10px;
}

.filled_drop_zone {
    border: 2px solid #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    font: 20pt bold 'Vollkorn';
    margin-top: 10px;
}

.delete-icon {
    position: absolute;
    top: 5px;
    right: 5px;
}

.folder-icon {
    position: absolute;
    left: 15px;
}

.buttonRow {
    width: 50%;
}

#aboutButton {
    height: 50px;
    padding: 10;
    min-width: 0;
    float: right;
}

#aboutButtonIcon {
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

#title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    display: block ;
    margin-top: 50px;
}

.wiRow {
    display: block;
    text-align: center;
}

.wi {
    color: black;
    font-size: 72px;
    display: inline;
}

.wiTools {
    color: #1f3662;
    font-size: 72px;
    display: inline;
}

#afterTitle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: inline;
}

#Welcome {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 48px;
    margin-top: 12px;
    margin-left: 12px;
    margin-bottom: 0px;
    text-align: center;
}

#devID{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 36px;
    color: #49a3b9;
    display: block;
    margin-top: 0px;
    margin-bottom: 18px;
}

.inline {
    display: inline;
    color: black;
}
