.ASPxDefaultGridView .dxgvDataRow.clmInvoiceRow {
    background-color: #ffeecc;
}

.ASPxDefaultGridView .dxgvDataRow .clmInvoiceCell,
.ASPxDefaultGridView .dxgvDataRow .clmInvoiceCell * {
    color: #0066ff;
}

.ASPxDefaultGridView .dxgvDataRow.dxgvDataRowHover.clmInvoiceRow {
    background-color: #eeee99;
}

.ASPxDefaultGridView .dxgvDataRow.dxgvDataRowHover .clmInvoiceCell {
    color: #0066ff !important;
}


/*************************
    Custom Login Page
**************************/

.CustomLoginContainer {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.CustomLoginLanguageSelector {
    position: absolute;
    float: right;
    padding: 10px;
    width: auto;
    margin: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    right: 0px;
    background: rgba(255,255,255,0.8);
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

input.CustomLoginLanguageButton {
    width: 35px;
}

.CustomLoginForm {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    border: 1px solid #fff;
    background-color: rgba(60, 60, 60, 0.90);
    min-width: fit-content;
    min-height: fit-content;
    height: 25vh;
    width: 25vw;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    padding: 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

.CustomLoginForm h1 {
    color: #fff;
    font-weight: bold;
}

a.CustomLoginButton,
a.PoweredBySTARButton {
    background: #0082c3;
    color: white;
    width: 80%;
    margin: auto;
    font-size: 1rem;
    border-radius: 4px;
    text-decoration: none;
    padding: 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
    /*text-transform:uppercase;*/
}

a.CustomLoginButton:hover {
    text-decoration: none;
    color: white;
    box-shadow: 2px 2px 1px rgba(40,40,40,0.8);
}

a.PoweredBySTARButton {
    position: absolute;
    color: #000;
    bottom: 0px;
    right: 0px;
    margin: 10px;
    padding: 2px;
    width: fit-content;
    height: fit-content;
    background-color: rgba(255,255,255,0.8);
}

a.PoweredBySTARButton:hover {
    text-decoration: none;
    color: #000;
    box-shadow: 2px 2px 1px rgba(40,40,40,0.8);
    background-color: rgba(255,255,255,1);
}

a.CustomLoginButton span,
a.PoweredBySTARButton span {
    cursor: pointer;
}


a.CustomLoginButton img {
    width: 50%;
    margin-left: 8px !important;
}

a.PoweredBySTARButton img {
    width: 20%;
    margin-left: 8px !important;
}

.CustomLoginlink {
    color: #0082c3;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.CustomLoginlink:hover {
    text-decoration: underline;
    color: #0082c3;
}
