@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.centercol {
    min-width: 95%;
}

@media (min-width: 1000px) {
    .centercol {
        min-width: 900px;
    }
}

body {
    margin-top:10px;
    margin-bottom:40px;
    overflow-x:hidden;
    
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }


body, input, select, textarea {
    font-family:"Open Sans", sans-serif;
    
}

label {
    margin-bottom:0px;
}

h4 {
    margin-top:20px;
}
label {
}

.intro {
    background-color: lightyellow;
    border: lightgray 1px solid;
    border-radius: 5px;
    padding: 15px;
    margin: 10px 0;
    color: black;
}
.intro:empty {      /* make sure we do not show the intro when there is no content*/
    display:none;
}

span.nobreak {
    white-space: nowrap;
}
label {
    cursor:pointer;
}

.card {
    border-style: none none solid none !important;
    border-width: 2px;
}

.card-title {
    font-size: 22px;
}

@media only screen and (max-width: 800px) {
    body {
        margin:10px;
        
    }
}

div.modal-content {
    height: 100%;
    overflow-y: auto;
}

div.modal-body {
    overflow: auto
}

div.notvisible {
    cursor:pointer;
    bottom:5px;
    left:5px;
    width:30px;
    height:30px;
    position:fixed;
    z-index:200;
}

.price {
    font-weight: bold;
    color: #333;
    min-width: 60px;
}

.decimal-box {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.total-price {
    background-color: #f8f9fb;
    color: black;
    border: lightgray 1px solid;
    border-radius: 5px;
    padding: 15px;
    margin: 10px 0;
}

.row-container {
    display: flex;
    gap: 20px;
}

.radio-column {
    flex: 1;
}

.price {
    font-weight: bold;
    color: #333;
    min-width: 60px;
}

.blank_row {
    height: 20px !important;
}

.col_products{
    padding-right: 40px;
}