﻿h1,h2,h3,h4,h5,h6{
    font-weight:unset !important;
}

html{
    position:relative;
    min-height:100%;
}

html, body {
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

body::-webkit-scrollbar-thumb {
    background: #A95534 !important;
    border: 4px solid rgba(0, 0, 0, 0) !important;
    background-clip: padding-box !important;
    border-radius: 8px !important;
}

.primary {
    color: #A95534 !important;
}

.main{
    padding-top: 103px;
}

.content{
    margin: 0 50px;
    padding: 0 5px 5px 5px;
}

.section-title{
    margin: 20px auto;
    text-align:center;
    text-transform:uppercase;
}

.section-title-stripe {
    width: 50px;
    height: 3px;
    background: #212121;
    margin:auto;
}

.section-title-stripe-left {
    width: 50px;
    height: 3px;
    background: #212121;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background: #A95534 !important;
    border-color: #A95534 !important;
    outline:none !important;
}

.btn-outline-primary {
    border-color: #A95534;
    color: #A95534;
}

    .btn-outline-primary:hover, .btn-outline-primary:active {
        border-color: #A95534 !important;
        color: #A95534 !important;
        background-color: transparent !important;
    }

.list-nobullets {
    list-style: none;
}

.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;
}

@media only screen and (max-width:768px)
{
    .rz-dialog:not(.rz-confirmdialog) {
        width: 100% !important;
        top: 110px !important;
    }
}

/* Large Mobile Sizes */
@media only screen and (min-width: 377px) and (max-width: 479px) {
    .section-title > h1 {
        font-size:36px;
    }

    .content {
        margin: 0 10px;
    }
}

/* Mobile Small Portrait Size*/
@media only screen and (max-width: 376px) {
    .section-title > h1{
        font-size: 32px;
    }

    .content {
        margin: 0 10px;
    }
}

/*Radzen Modifications*/
.rz-spinner-button, .rz-dropdown-item:hover {
    background-color: #A95534 !important;
    color: white !important;
}

.rz-switch{
    height:25px;
    width: 45px;
}

    .rz-switch.rz-switch-checked .rz-switch-circle:hover:not(.rz-disabled):before, .rz-switch .rz-switch-circle:hover:not(.rz-disabled):before {
        box-shadow: unset;
    }

    .rz-switch.rz-switch-checked .rz-switch-circle {
        background-color: #A95534 !important;
    }

    .rz-switch.rz-switch-checked .rz-switch-circle:before {
        background: white !important;
        transform: translateX(1.5rem);
    }

.rz-dropdown-panel::-webkit-scrollbar-thumb, .rz-dropdown-items-wrapper::-webkit-scrollbar-thumb, #sideMenu::-webkit-scrollbar-thumb, .rz-dialog::-webkit-scrollbar-thumb, .rz-textarea::-webkit-scrollbar-thumb {
    background: #A95534 !important;
    border: 4px solid rgba(0, 0, 0, 0) !important;
    background-clip: padding-box !important;
    border-radius: 8px !important;
}

.rz-dropdown-label{
    margin-top:1px;
}

.rz-datepicker-calendar td .rz-state-active, .rz-dropdown-item.rz-state-highlight {
    background-color: #A95534 !important;
    color: white !important;
}

.rz-calendar-w-btn:hover .rz-calendar-button, .rz-calendar-button:hover {
    color: #A95534 !important;
}

.rz-numeric:focus-within:not(.rz-state-disabled),
.rz-datepicker > .rz-inputtext:not(:disabled):not(.rz-state-disabled):focus,
.rz-textbox:not(:disabled):not(.rz-state-disabled):focus,
.rz-dropdown:not(:disabled):not(.rz-state-disabled):focus {
    border: 1px solid #A95534;
    box-shadow: inset 0 0 0 1px #A95534;
}