/* Global style */

html, body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    /*overflow: hidden;*/
}

/* Menu */

.top-bar .menu {
    justify-content: center;
}

.top-bar, .top-bar ul {
    background-color: unset;
    color: white;
}

.top-bar ul.submenu {
    background-color: rgba(0, 0, 0, 0.5);
}

.top-bar a,
.top-bar a::after {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #feda00;
}

.dropdown.menu > li.is-active a {
    color: #feda00;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #feda00 transparent transparent;
}

.portal-menu {
    min-width: 250px;
}

/*Breadcrumbs*/

.page-navigation {
    padding-top: 20px;
}

.breadcrumbs a {
    color: #feda00;
}

.breadcrumbs li {
    font-weight: 500;
}

/* Log in */

.log-in-button {
    background-color: #feeb00;
    color: black;
}

.log-in-button:hover,
.log-in-button:focus {
    background-color: #feda00;
    color: black;
}

/*Content*/

.page-content {
    padding-top: 20px;
    padding-bottom: 10px;
    min-height: 70vh;
}

.action-icon {
    font-size: 2em;
    color: rgb(255, 182, 6);
}

.smaller {
    font-size: 0.9em;
}

.contact-details .contact-name {
    font-weight: 700;
}

.contact-details .contact-email {

}

.contact-details .contact-phone {

}

/*Callout*/

.brick-title {
    font-weight: 600;
    color: rgb(255, 182, 6);
}

.backimage-foreground {
    background-color: rgba(255, 255, 255, 0.9);
}

/*Tables*/

/*table.backimage-foreground thead {*/
/*    background-color: rgba(248, 248, 248, 0.9);*/
/*}*/

/*table.backimage-foreground tbody {*/
/*    background-color: rgba(254, 254, 254, 0.9);*/
/*}*/

/*table.unstriped.backimage-foreground tbody tr {*/
/*    background-color: rgba(254, 254, 254, 0.9);*/
/*}*/

div.overflow-table-container {
    max-width: 100%;
    overflow: auto;
}

/*Forms*/

.errorlist {
    font-size: 12px;
    color: #931717;
}

.help {
    font-size: 12px;
}

.button.gobutton {
    background-color: #FFB606;
    border-style: solid;
    border-radius: 25px 25px 25px 25px;
    padding: 10px 20px;
    font-weight: 600;
}

.button.gobutton.clear {
    background-color: transparent;
    color: #FFB606;
}

.button.gobutton:hover {
    background-color: #FFE72B;
}

.button.gobutton.clear:hover {
    background-color: transparent;
    text-decoration: underline;
}

.search-form {
    display: flex;
}

.search-form input.search-field {
    flex: 1 1 0;
}

.search-form .search-controls {
    flex: 0 0 auto;
}

.search-form .search-controls > * {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

.search-form .search-controls > a {
    padding: 0.65rem 1rem;
}

/*Footer*/

.footer {
    color: white;
    font-weight: 500;
}

.footer a {
    color: #94d9ff;
}

/*Utils*/

.padding-horizontal-1 {
    padding-left: 1em;
    padding-right: 1em;
}

.margin-left-1 {
    margin-left: 1em;
}

.padding-right-1 {
    padding-right: 1em;
}

.padding-right-2 {
    padding-right: 2em;
}

.grid-margin-top + .grid-margin-top {
    margin-top: 1em;
}

.small {
    font-size: 0.8em;
}
