/* Global style */

html, body {
    height: 100%;
}

html {
    font-size: 110%;
}

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

/* Menu */


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

.top-bar ul.submenu {
    background-color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
}

.top-bar a {
    font-weight: 600;
    text-transform: uppercase;
    padding: .7rem 1rem;
}

.top-bar a::after {
    padding: 0;
}


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

.top-bar {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 10px;
    padding: 0;
}

/*Breadcrumbs*/

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

.breadcrumbs li {
    font-weight: 500;
}

.breadcrumbs {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 15px;
    border-radius: 5px;
}
/*Content*/

.grid-margin-top {
    margin-top: 2em;
}

.grid-margin-bottom {
    margin-bottom: 2em;
}

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

.panel-content {
    padding-left: 1rem;
}

/*Callout*/

.brick-title {
    font-weight: 600;
}

.callout {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.auth-callout {
    margin-top: 4em;
}

/*Tables*/

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

table td {
    word-break: break-word;
    max-width: 100%;
}

/*Forms*/

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

.helptext {
    font-size: 12px;
    color: #979797;
}

.help {
    font-size: 12px;
}

.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;
}

fieldset {
    margin-bottom: 30px;
}

/*headers*/

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  line-height: 0;
  color: unset;
}

/*Footer*/

.footer {
    color: #3e3e3e;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}


/*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;
}

.menu .badge {
    vertical-align: top;
}
