@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

td {
    vertical-align: top !important;
    padding: 2px 4px;
}

.score {
    vertical-align: middle;
    text-align: center;
    display: inline;
    flex-grow: 1;
    width:30px;
    padding: 0 2px;
}

.btn-score {
    width: 80px;
    height: 32px;
    margin: 6px 1px 0 1px;
}

.position-button {
    width: 32px;
    height: 28px;
    margin: 0px 0px 4px 0px;
}

.message-button {
    width: 120px;
    height: 32px;
    margin: 4px 0px 0px 8px;
}

.richter-feld > .dxbs-input-group {
    width: 24px;
}


.richter-feld > .dxbs-input-group .form-control {
    padding-left: 0px !important;
    text-align: center;
}

.check-custom {
    padding: 4px 2px 2px 4px !important;
    width: unset !important;
}

.startliste-cell {
    margin: -.25rem -.4rem;
    padding: .25rem .4rem;
    height: calc(100% + .5rem);
}

.flex-inline {
    padding: 0 !important;
    width: unset !important;
}

.info {
    font-size: 11pt;
    margin: 0 0 4px 0;
}
.info2 {
    font-size: 10pt;
    font-style: italic;
    margin: 0 0 4px 0;
}
.info3 {
    font-size: 9pt;
    opacity: .75;
    margin: 0 0 4px 0;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.sidebar {
    background-color: #404040 !important;
    color: white;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
