
  table, th , td {
            border-bottom: none;
            border-collapse: collapse;
            padding: 10px;
            align-self: center;
            letter-spacing: 0.5px;
            text-align: center;
         }
         table tr:nth-child(odd) {
            border: none;
            background-color: #f5f5f5;
            padding:4px;
          
         }
         table tr:nth-child(even) {
            border: none;
            background-color: #ffffff;
            padding: 4px;
         }
         th{
             padding: 24px;
         }
         td{
             vertical-align: center;
         }
         
#query-selections {
    display:block;
    position: absolute;   
    top: 5em;
    width: 50%;
    left: 20%;
    align-items: center;
    border-radius: 10px;
    box-shadow:1px 1px 2px 2px #ccc;
}

#quick-selections {
    padding-top: 2em;
    margin:16px;
    padding: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#querybar {
    width: 30%;
}

#groupings {
    padding-top: 2em;
    margin:16px;
    padding: 8px;
    width: 60%;
}

.input-group-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin:16px;
    padding: 8px;
}

.groupings-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#find-div {
    align-self: center;
    width: 20%;
    height: 35px;
    justify-content: space-between;
    align-items: center;
    margin-right: 10%;
}

#username{
  position: absolute;
    top: 70px;
    left: 35%;
    height: 40%;
    width: 100%;
    padding: 5px;
}

#password{
  position: absolute;
    top: 110px;
    left: 34%;
    height: 40%;
    width: 100%;
    padding: 5px;

}

#loginbutton {
    position: absolute;
    top: 165px;
    left: 38%;
    height: 40%;
    width: 100%;
    padding: 5px;
}

#output-tables {
    display:block;
    position: absolute;   
    top: 30em;
    left:5%;
    width: 90%;
}

#grid-table {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.dx-toolbar-after {
    right:630px !important;
}

.dx-pages {
    float: left !important;
}

.button {
  background-color: #4CAF50; 
  border: none;
  left:50%;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-right:20px;
}


.radio-grouping-text {
    left: 30%;
    margin-right:15px;
}

.scrollit {
    overflow:auto;
}

#updates-id {
    margin-top: 20px;
    width: 50%;
}

.multiselect{
    width: 40%;
    padding: 8px;
}

.goback{
    width:25px;
}

.goback-button{
    border: none;
    background-color: transparent;
    align-items: center;
    padding:16px;
}

.goback-button:focus,
.goback-button:active:focus {
  outline: none
}

.no-rows {
    padding: 16px;
}

.controls{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.google-btn {
    width: 184px;
    height: 42px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.google-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: white;
}
.google-icon {
    width: 18px;
    height: 18px;
}
.btn-text {
    color: white;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
}
.google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
}
.google-btn:active {
    background: #1669F2;
}
.google-signin{
    display: block;
    padding:10px;
    text-decoration: none;
    color: white;
}
.google-signin:hover{
    color: white;
    text-decoration: none;
}

.page-outer-container{
    width: 90%;
    display: block;
    position: relative;
    margin: 2em auto;
}
.page-outer-container .search-section{
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 2px #ccc;
}
.page-outer-container .search-section .search-options{
    width: 40%;
    padding: 2em;   
}
.page-outer-container .search-section .search-type{
    width: 90%;
    padding: 1em;
    margin: 0em 2em;
}
.page-outer-container .results-container{
    width: 100%;
    display: block;
    padding: 1em;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 2px #ccc;
}
.one-row{
    display: block;

}
.one-row-item{
    display: inline;
    width: min-content;
    margin: 0em 1em;
}
.multiple-select{
    min-width: 12em;
    vertical-align: text-bottom;
}

.large-cell{
    width: max-content;
    padding: 0.5em;;
}

.cell-wrap-text{
    word-wrap: break-word;
    max-width: 2em;
}

.trim-text-ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 0.5em;
    white-space: nowrap;
}

.trim-text-ellipsis:hover{
    overflow: visible; 
    white-space: normal; 
    word-wrap: break-word;
}

.tiny-btn{
    padding: 3px 6px !important;
}

#eventDataModal{
    display: none;
    position: fixed;
    z-index: 1;
    left: 150px;
    top: 100px;
    width: 75%;
    height: auto;
    max-height: 80%;
    border: 1px solid #888;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    overflow: scroll;
    scroll-behavior: auto;
}
#eventDataClose{
    float: right;
    color: black;
    font-size: 28px;
    font-weight: bold;
}
.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.long-and-truncated {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-aligned{
    text-align: left;
}

#cwg-filter-container {
    display:flex;
    position: absolute;   
    top: 6em;
    width: 40%;
    left: 30%;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    box-shadow:1px 1px 2px 2px #ccc;
}

#cwg-filter-dropdown {
    width: 50%;
}

#cwg-find {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

#cwg-find > button {
    margin-right: 8px;
}

.nav-btn {
    margin-right: 15px;
}