﻿/********* OVERRIDE SETTINGS FOUNDATION *******/


.row {
    max-width: none !important;
}
table {
    width: 100%;   
}

.ui-widget {
  /*  font-size: 1rem;*/
}
.no-margin {
    margin: 0 !important;
}


/* menu */
.eva-topbar.top-bar {
    background: #121212;
    font-size: 0.8125rem;
    z-index: 2;
    position: relative;
        padding: 0 0.5rem;
}

.eva-topbar .top-bar, .top-bar ul {
    background: #121212;
}

.eva-topbar .dropdown.menu .submenu {
    background: #121212;
    border: none;
}

.eva-topbar .menu a {
    height: 50px;
    line-height: 50px !important;
    color: #e6e6e6;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.eva-topbar .menu a:hover:not(.button), .eva-topbar .menu a:focus {
    background: #41525e;
}

.eva-topbar .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #e6e6e6 transparent transparent;
    border-top-style: none;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
}
table.hover tbody tr:not(:first-child):hover {
    background-color: #e8ffd5;
}

table.hover.pointer tbody tr:hover {
    cursor: pointer
}