h3 {
    margin-top: 15px;
}

#gwtContent {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
}

.com-google-gwt-user-cellview-client-CellTable-Style-cellTableHeader {
    border: none !important;
    background-color: transparent !important;
}

.com-google-gwt-user-cellview-client-CellTable-Style-cellTableEvenRowCell, .com-google-gwt-user-cellview-client-CellTable-Style-cellTableOddRowCell {
    border: none !important;
}

thead {
    border: none;
    background-color: white;
}

.pager {
    width: 30%;
    margin: auto;
}

.pager tbody {
    border: none;
}

.footer-label {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: silver;
    background: white;
    padding-left: 10px;
}

.navbar {
    background-color: #222222;
    position: fixed;
    width: 100%;
}

.brandPanel {
    font-size: 1.2em;
    padding-left: 15px;
    color: white;
    cursor: pointer;
}

.callout {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 1001;
}

.dialogTopLeft, .dialogTopRight, .dialogTopCenter, .dialogBottomLeft, .dialogBottomRight, .dialogBottomCenter {
    background-color: #f1f1f1;
}

.gwt-TextBox.error {
    color: red;
    font-weight: bold;
}

.gwt-DialogBox {
    width: 60%;
    border: 2px solid #222222;
}

.gwt-DialogBox table {
    margin-bottom: 0;
}

.logout {
    color: white;
    font-size: 1em;
    height: 30px;
    width: 30px;
    margin-right: 15px;
}

.logout, .logout:hover {
    background-color: transparent;
}

.loginPanel {
    width: 40%;
}

.searchbar {
    margin: 1rem;
}

.search-field {
    height: 40px;
    margin-left: 1rem;
    padding: 0;
    border-radius: 50px;
    border: none;
    transition: all 0.5s ease;
}

.expand-search {
    width: 80%;
    max-width: calc(80% - 3rem);
    border: 1px solid #c9c9c9;
    padding: .5rem;
}

.button {
    border-radius: 50px;
}

.cellButton {
    margin: 0;
}

.cellButton i {
    font-style: normal;
}

.search {
    width: 40px;
    height: 40px;
}

.error {
    background-color: #edaab0;
}

.gwt-Label.error {
    color: red;
    text-align: center;
    font-size: 4em;
    background-color: transparent;
}

.errorCount {
    color: red;
}

.gwt-Label.success {
    color: #a8ed8c;
    text-align: center;
    font-size: 4em;
}

.gwt-Label.header {
    font-weight: bold;
}

.invited {
    color: silver;
}

.invitation-error {
    color: red;
}

.inactive {
    color: red;
}

.badgeWidget .hint {
    margin-top: -35px;
    height: 35px;
}

.passwordHint, .badgeHint-error {
    margin-top: -15px;
    color: red;
    font-weight: bold;
}

.badgeHint-success {
    margin-top: -15px;
    color: rgb(96, 164, 36);
    font-weight: bold;
}

.numberPlateWidget select {
    width: 80px;
    height: 39px;
}

.selectButton {
    margin-right: 10px;
    background-color: white;
    color: rgb(57, 119, 183);
    border: solid 2px rgb(57, 119, 183);
}

.selectButton.selected {
    background-color: rgb(57, 119, 183);
    color: white;
}

.addCredential {
    color: rgb(92, 38, 229);
    font-weight: bold;
    background-color: transparent;
}

.addCredential .addBadge {
    margin-top: 20px;
}

.buttonRemove {
    border: none;
}

/* MESSAGEBOX-NG WIDGET */
.messageBoxNG h2 {
    font-size: 1.5rem;
}

.messageBoxNG h1 {
    font-size: 2.5rem;
}

.messageBoxNG-item {
    border: solid 2px grey;
    margin: 10px;
    padding: 10px;
    height: 100px;
    cursor: pointer;
}

.messageBoxNG-item-text {
    font-weight: bolder;
}