﻿table.scrollable-table
{

}

table.scrollable-table > thead
{
    display: block;
}

table.scrollable-table > tbody
{
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 280px;
}

table.is-dynamic > tbody > tr > td.has-icon
{
    font-size: 16pt;
    text-align: center;
    width: 100px;
}

table.is-dynamic > thead > tr,
.pagination-link.is-current 
{
    background-color: #5a5a5a;
}

table.is-dynamic > thead > tr > th
{
    color: #fff;
}

table.is-fixed > thead {
    background-color: #5a5a5a !important;
}

table.table-footer
{
    background-color: #3273dc;
    color: #fff;
}

.aside  li {
    font-size: 10pt;
}

.dropdown-content.location-info {
    margin-top: -4px;
    width: 275px;
}

div.steps-content > p:nth-child(2) {
    font-size: 10pt; 
}

div.dropdown-content {
/*    width: inherit;
    max-width: inherit;
*/    position: fixed;
}

.grid-dropdown .dropdown-content {
    position: unset !important;
}

/*div.dropdown-menu {
    width: inherit;
    max-width: inherit;
}

div.dropdown-menu > div.dropdown-trigger {
    width: 100%;
    max-width: inherit;
}

div.dropdown {
    width: 100%;
    max-width: inherit;
}*/

img.headshot {

}

img.headshot:hover {
    cursor: pointer;
    border: dashed 3px #e68710;
    opacity: 0.75;
}

.selbox {
    border: solid 1px white;
    cursor: pointer;
}

.selbox:hover {
    border: solid 1px blue;
}
