#search {
    margin-right: 2rem;
}

#main > table td:first-child:not([colspan]) {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.error {
    color: white;
    background-color: red;
}

.success {
    color: white;
    background-color: green;
}


.button-success {
    background: rgb(28, 184, 65);
}

.button-error {
    background: rgb(202, 60, 60);
    color: white;
}

.button-warning {
    background: rgb(223, 117, 20);
}

.button-secondary {
    background: rgb(66, 184, 221);
}

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

.fr {
    float: right;
}

.padded {
    padding: 0.5em 1em;
}

.user-id {
    color: #999;
    font-size: 0.8em;
    padding-left: 2em;
}

.mb-1 {
    margin-bottom: 1em;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    margin: 0 .25em;
    font-size: 75%;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .5rem;
}

.uat {
    background-color: red;
    color: white;
}

.demo {
    background-color: blue;
    color: white;
}

.dev {
    background-color: green;
    color: white;
}

.social-logo {
    display: inline-block;
    height: 100%;
    margin-right: 12px;
    padding: 9px;
    text-align: center;
    vertical-align: middle;
}

.g-button {
    height: 50px;
    margin-bottom: 1em;
    padding: inherit;
}

/* Login page styling */

header {
    text-align: center;
}

h1 {
    font-size: 20px;
    margin-bottom: 2em;
}

html {
    background: #D9E6EB;
}

.narrow-form .btn-lg {
    padding: 0.5rem 1rem;
}

.grey-panel {
    background: none !important;
    height: 100%;
}

.narrow-form {
    width: 30rem;
    margin: auto;
    vertical-align: middle;
    box-shadow: 0 2px 6px rgba(90, 90, 90, 0.5);
    padding: 4em 5em 7em 5em;
    background-color: white;
}

.narrow-form .submit-button {
    margin-top: 1em;
}

.narrow-form .social-logo {
    padding: 4px 0 8px 5px;
}

.row.grey-panel .logo-container {
    width: 15em;
    margin: auto;
}

.narrow-form label {
    margin-bottom: .3rem;
}

.icon-u {
    background: url('../img/user-circle.svg') no-repeat;
    width: 2em;
    height: 2em;
    margin: 2em auto 1.5em auto;
}

.auth-button, .g-button {
    border-radius: 3em;
}

.g-button {
    margin-top: 1em;
}

.top-bar .logo-container {
    display: none;
    visibility: hidden;
}

#request-support-link {
    float: right;
    position: unset !important;
}

#lost-password-link, #request-support-link {
    font-size: inherit !important;
    text-decoration: underline;
    font-weight: normal !important;
}

#lost-password-link:hover, #request-support-link:hover {
    text-decoration: none;
}

#analytics {
    background: white;
    padding: 5em 3em;
}

#analytics + footer {
    background: none;
}

.grey-panel .alert{
    max-width: 50%;
    margin: 0 auto auto;
}

.narrow-form+.row{
    width:100%;
}

#analytics .logo-container{
    width: 15rem;
    margin-bottom: 3em;
}