$sidebar-color: #2e2c2e;

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.viewerPanel {
    float: right;
    position: absolute;
    left: 10%; //z-index: 400000;
    padding: 6px;
    z-index: 10000000;
    width: 80%;
    background: white;
}

.col-sidebar {
    background-color: $sidebar-color;
    color: white;
    width: 236px;
    //height: 100vh;
}

.navbar {
    background-color: #f5f5f5;
    height: 80px;
    justify-content: normal;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #2e2c2e;
    padding: 0.5rem 2rem;

    .fa-angle-right{
        padding: 0px 10px 4px 10px;
        font-weight: 600; 
        color: #797979;
    }
}

.col-navbar {
    padding-left: 0px;
    padding-right: 0px;
    width: calc(100% - 236px);
}

#viewerPanelTab {
    border: 2px solid #989598;
}

.information{
    width: 360px;
    height: 93px;
    background-color: #333333;
    position: absolute;
    left: 255px;
    top: 15%;
    z-index: 10;
}

.information:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #333333 transparent transparent;
    top: 36.5px;
    left: -20px;
}

.information-text{
    color: white;
    font-size: 13px;
    padding: 0;
}

.information-dismiss{
    color: #80aa89;
    font-size: 13px;
    cursor: pointer;
}

.information-arrow{
    padding:0;
}

.information-arrow2{
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 18px solid #19af37;
    border-bottom: 14px solid transparent;
    display: inline-block;
}

.information-square{
    width: 14px;
	height: 15px;
    background: #19af37;
    display: inline-block;
}

.hidden{
    visibility: hidden;
    transition: all .5s;
    opacity: 0;
}

.displayBlock{
    display: -webkit-box;
}

.menuItem{
    color: #797979;
}