@import url('bootstrapicons/bootstrap-icons.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.error-message {
    color: red;
    font-weight: bold;
}

#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;
}

.files-grid {
    width: 70%;
    align-content: center;
    margin: auto;
}

.signupMessage {
    color: orange;
}

.warningMessage {
    color: orange;
}

.changes-made {
    color: orange;
    font-weight: bold;
}

.popup-success {
    color: green;
}

.popup-error {
    color: red;
}

.maintext {
    font-size: 18px;
    text-justify: auto;
}

.amount-Debit {
    color: orangered !important;
    font-weight: bold;
}

.amount-Credit {
    color: limegreen !important;
    font-weight: bold;
}

.value-valid {
    color: limegreen !important;
}

.value-invalid {
    color: orangered !important;
}

.clearbutton {
    background: transparent;
}

/* Icon styles for grid icons. */
.cancelbutton {
    background: transparent;
    color: orangered;
}

.confirmbutton {
    background: transparent;
    color: #018574;
}

.deletebutton {
    background: transparent;
    color: tomato;
}

.editbutton {
    background: transparent;
    color: limegreen;
}

/* Styles for DxStackItems */
.stacklayout-item {
    font-size: medium;
    font-weight: 500;
    text-align: center;
    height: min-content;
    padding: 0.5rem;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .stacklayout-item:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.4;
    }

.stacklayout-item-close {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    height: 100%;
    padding: 0.5rem;
    text-align: center;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stacklayout-item-close:before {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
}

.stacklayout-item-caption {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    height: min-content;
    padding: 0.7rem;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: end;
    justify-content: right;
}

.stacklayout-item-field {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    height: min-content;
    padding: 0.5rem;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: start;
    justify-content: left;
}

.stacklayout-item-radio {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    /*height: min-content;*/
    padding: 0.1rem;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: start;
    justify-content: left;
}

.stacklayout-item-button {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    height: 100%;
    padding: 1.0rem;
    text-align: center;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .stacklayout-item-button:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.4;
    }

.game-row {
    margin: auto;
    width: 60%;
}

.game-padding {
    padding: 0.5em;
    width: 150px;
    margin: auto;
}

.text-center {
    text-align:center;
}

.mainlink:link {
    color: #02ccb1;
    text-decoration: none;
    font-size: 24px;
}

.mainlink:visited {
    color: #02ccb1;
    text-decoration: none;
    font-size: 24px;
}

.mainlink:hover {
    color: #02ccb1;
    text-decoration: underline;
    font-size: 24px;
}

a:link {
    color: #02ccb1;
    text-decoration: none;
    font-size: medium;
}

a:visited {
    color: #02ccb1;
    text-decoration: none;
    font-size: medium;
}

a:hover {
    color: #02ccb1;
    text-decoration: underline;
    font-size: medium;
}

.gridicon {
    color: #02ccb1;
}

/* General content widths for controls */
.cw-100 {
    width: 100px !important;
}

.cw-200 {
    width: 200px !important;
}

.cw-250 {
    width: 250px !important;
}

.cw-300 {
    width: 300px !important;
}

.maincolor {
    color: #02ccb1;
}