:root {
    --primary-color: #3EC280; 
    --des-gray-bg: #ECECEC;
    --des-lime-bg: #D9FEC1;
    --des-text-color: #666666;
}

.shell{

}
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*shell*/
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: var(--mud-palette-primary);
    border-radius: 6px;
    border-color: var(--mud-palette-primary);
}

    .btn-primary:hover {
        color: #fff;
        background-color: #008871;
        border-color: var(--mud-palette-primary);
    }

    .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #008871;
        border-color: var(--mud-palette-primary);
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #008871;
        border-color: var(--mud-palette-primary);
        box-shadow: 0 0 0 0.25rem rgba(49,132,253,.5);
    }

.btn-primary-cancel {
    color: #666666;
    background-color: #F7F7F7;
    border-radius: 6px;
    border-color: #F7F7F7;
    font-weight:600;
}

    .btn-primary-cancel:hover {
        color: #666666;
        background-color: #F7F7F7;
        border-color: #F7F7F7;
    }

    .btn-primary-cancel:active, .show > .btn-primary.dropdown-toggle {
        color: #666666;
        background-color: #F7F7F7;
        border-color: #F7F7F7;
    }

    .btn-primary-cancel:focus {
        color: #666666;
        background-color: #F7F7F7;
        border-color: #F7F7F7;
        box-shadow: 0 0 0 0.25rem rgba(49,132,253,.5);
    }
.btn-delete {
    color: #666666 !important;
    /* background-color: #dc3545; */
    /* border-color: #dc3545; */
}
.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 !important;
    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;
    }


.page[b-js1pmfntpn] {
    position: unset !important;
    display: flex;
    flex-direction: column;
}

.sidebar[b-js1pmfntpn] {
    background-color: #fff !important;
}

.sidebar[b-js1pmfntpn] {
    background-image: none !important;
}

.login {
    /* UI Properties */
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-15)/var(--unnamed-line-spacing-20) var(--unnamed-font-family-open-sans);
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: left;
    /* font: normal normal normal 15px/20px Open Sans;*/
    font-size: 15px;
    letter-spacing: 0px;
    color: var(--mud-palette-primary);
    text-decoration: none;
}

.dz-over {
    border: 3px dashed #54ACCD!important;
    color: #54ACCD;
    background: #EEFAFF;
}

.x-sidebar {
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 70%) !important;
}

/*start table event index page*/

.tbl-event {
    border-collapse: separate!important;
    border-spacing: 0 10px!important;
    border-color: #f7f7f7!important;
    border-style:none!important;
}

    .tbl-event > thead {
        vertical-align: bottom;
        background-color: #f7f7f7 !important;
        border-color: #f7f7f7 !important;
        border-style: none !important;
    }

        .tbl-event > thead > tr {
            border-style: none !important;
            border-color: #f7f7f7 !important;
            border-style: none !important;
        }
    .tbl-event > tbody > tr {
        vertical-align: middle;
        background-color: white !important;
        border-color: #f7f7f7 !important;
        border-style: none !important;
    } 
    .tbl-event > tbody  { 
        border-color: #f7f7f7 !important;
        border-style: none !important;
    }

    .tbl-event > :not(:last-child) > :last-child > * {
        border-bottom-color: #f7f7f7 !important;
    }
/*end table event index page*/

/*start table event team index page*/
.tbl-event-team {
   /* border-collapse: separate !important;
    border-spacing: 0 10px !important;*/
    border-color: #f7f7f7 !important;
    border-style: none !important;
}

    .tbl-event-team > thead {
        vertical-align: bottom;
        background-color: #f7f7f7 !important;
        border-color: #f7f7f7 !important;
        border-style: none !important;
    }

        .tbl-event-team > thead > tr {
            border-style: none !important;
            border-color: #f7f7f7 !important;
            border-style: none !important;
        }

    .tbl-event-team > tbody > tr {
        vertical-align: middle;
        background-color: #f7f7f7 !important;
        border-color: #CCCCCC !important;
        border-style: none !important;
        min-height:50px!important;
        height:50px!important;
    }

    .tbl-event-team > tbody {
        border-color: #f7f7f7 !important;
        border-style: none !important;
    }

    .tbl-event-team > :not(:last-child) > :last-child > * {
        border-bottom-color: #CCCCCC !important;
    }

    .tbl-event-team > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        border-top-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }
/*end table event team index page*/


.team-icon {
    width: 20px
}
/*table event index page*/

/*.tbl-event-teams {*/
   /* border-collapse: unset !important;*/
    /*border-spacing: 0 10px;
    border-color: #f7f7f7 !important;
    border-style: none !important;
}

    .tbl-event-teams > thead {*/
       /* display:none;*/
        /*vertical-align: bottom;
        background-color: #f7f7f7 !important;
        border-color: #f7f7f7 !important;
        border-style: none !important;
    }

        .tbl-event-teams > thead > tr {
            border-style: none !important;
            border-color: #f7f7f7 !important;
            border-style: none !important;
        }

    .tbl-event-teams > tbody > tr {
        vertical-align: middle;
        background-color: white !important;
        border-color: #f7f7f7 !important;
        border-style: none !important;
    }

    .tbl-event-teams > tbody {
        border-color: #f7f7f7 !important;
        border-style: none !important;
    }

    .tbl-event-teams > :not(:last-child) > :last-child > * {
        border-bottom-color: #f7f7f7 !important;
    }*/

.tbl-event-teams {
    /* border-collapse: separate !important;
    border-spacing: 0 10px !important;*/
    border-color: #f7f7f7 !important;
    border-style: none !important;
}

    .tbl-event-teams > thead {
        display:none!important;
        vertical-align: bottom;
        background-color: #f7f7f7 !important;
        border-color: #f7f7f7 !important;
        border-style: none !important;
    }

        .tbl-event-teams > thead > tr {
            display: none !important;
            border-style: none !important;
            border-color: #f7f7f7 !important;
            border-style: none !important;
        }

    .tbl-event-teams > tbody > tr {
        vertical-align: middle;
        background-color: #f7f7f7 !important;
        border-color: #CCCCCC !important;
        border-style: none !important;
      /*  min-height: 50px !important;
        height: 50px !important;*/
    }

    .tbl-event-teams > tbody {
        border-color: #f7f7f7 !important;
        border-style: none !important;
    }

    .tbl-event-teams > :not(:last-child) > :last-child > * {
        border-bottom-color: #CCCCCC !important;
    }

    .tbl-event-teams > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        border-top-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }


/*start quick-grid-with-title*/
.qgrid-title-main-title {
    font: var(--unnamed-font-style-normal) normal 600 25px/33px Segoe UI;
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: left;
    /* font: normal normal 600 25px/33px Segoe UI;*/
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
    font-size: 20px;
    font-weight: 600;
}

.qgrid-btn {
    color: #fff;
    background-color: var(--mud-palette-primary);
    border-radius: 6px;
    border-color: var(--mud-palette-primary);
    width: 45px;
    height: 27px;
    font-size: 11px;
    padding: .375rem -0rem!important;
}
    .qgrid-title {
    /* border-collapse: separate !important;*/
    border-spacing: 0 10px !important;
    border-color: #f7f7f7 !important;
    border-style: none !important;
}

        .qgrid-title > thead {
            vertical-align: bottom;
            background-color: #f7f7f7 !important;
            border-color: #f7f7f7 !important;
            border-style: none !important;
        }

            .qgrid-title > thead > tr {
                border-style: none !important;
                border-color: #f7f7f7 !important;
                border-style: none !important;
            }

        .qgrid-title > tbody > tr {
            vertical-align: middle;
            background-color: #f7f7f7 !important;
            border-color: #CCCCCC !important;
            border-style: none !important;
            /*  min-height: 50px !important;
        height: 50px !important;*/
        }

        .qgrid-title > tbody {
            border-color: #f7f7f7 !important;
            border-style: none !important;
        }

        .qgrid-title > :not(:last-child) > :last-child > * {
            border-bottom-color: #CCCCCC !important;
        }

        .qgrid-title > :not(caption) > * > * {
            padding: 0.5rem 0.5rem;
            background-color: var(--bs-table-bg);
            border-bottom-width: 1px;
            border-top-width: 1px;
            box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
        }
/*end quick-grid-with-title*/

.icon-delete{
    display:none;
}

.icon-delete:hover{
    display:block;
}

.showme {
    display: none!important;
}

.showhim:hover .showme {
    display: block!important;
}

.grid-input-text {
    display: block;
    width: 100%;
    height: 20px;
    padding: 0.375rem 0rem;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: #fcfcfc;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.grid-input-text:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.grid-teams-input-text {
    display: block;
    width: 240px;
    height: 20px;
    padding: 0.375rem 0rem;
    font-size: 14px;
    line-height: 1.5;
    color: #212529;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 0px solid #f7f7f7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .grid-teams-input-text:focus {
        color: #212529;
        background-color: #f7f7f7;
        border-color: #f7f7f7;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

.grid-teams-input-text-p {
    display: block;
    width: 240px;
    height: 20px;
    padding: 0.375rem 0rem;
    font-size: 14px;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0px solid #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .grid-teams-input-text-p:focus {
        color: #212529;
        background-color: #ffffff;
        border-color: #ffffff;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }


.grid-input-text-int {
    display: block;
    width: 35px;
    height: 20px;
    padding: 0.375rem 0rem;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: #fcfcfc;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .grid-input-text-int:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }
.grid-input-text-autocomplete {
    display: block;
    width: 200px;
    height: 20px;
    padding: 0.375rem 0rem;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: #fcfcfc;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .grid-input-text-autocomplete:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }


.position-upsert-text-autocomplete {
    display: block;
    height:27px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .position-upsert-text-autocomplete:focus {
        color: #212529;
        background-color: #fff;
        border-color: #fff;
        outline: 0;
        /*box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/
    }

.paginator[b-3qssc0bm46] { 
    border-top: 0px solid #ccc !important; 
}

.sub-sidebar {
    width: 230px;
    height: 100vh;
    position: sticky;
    top: 0;
    background-color: #f7f7f7;
    /* padding-left: 20px; */
    margin-left: 20px;
}

.sidebar-active {
    font-weight:600;
}

.active {
    font-weight: 600;
}

.fa-chevron-right:before {
    content: "\f054";
    font-size: 13px;
    padding-right: 3px;
}

.fa-chevron-down:before {
    content: "\f078";
    font-size: 13px;
    padding-right: 3px;
}

.input-title {
    font: var(--unnamed-font-style-normal) normal 600 25px/33px Segoe UI;
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: left;
    /* font: normal normal 600 25px/33px Segoe UI;*/
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
}

.input-main-title {
    font: var(--unnamed-font-style-normal) normal 600 25px/33px Segoe UI;
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: left;
    /* font: normal normal 600 25px/33px Segoe UI;*/
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
    font-size: 32px;
    font-weight: 600;
}

.form-save-btn {
    color: #fff;
    background-color: var(--mud-palette-primary);
    border-radius: 6px;
    border-color: var(--mud-palette-primary);
    width: 10px;
    height: 10px;
}

.custom-exception-title { 
    font: var(--unnamed-font-style-normal) normal 600 25px/33px Segoe UI;
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: center;
    /* font: normal normal 600 25px/33px Segoe UI;*/
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
    font-size: 40px;
    font-weight: 600; 
}

.custom-exception-subtitle {
    font: var(--unnamed-font-style-normal) normal 600 25px/33px Segoe UI;
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: center;
    /* font: normal normal 600 25px/33px Segoe UI;*/
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
    font-size: 25px;
    font-weight: 600;
}


.x-task-datepicker {
    display: block;
    width: 120px;
    padding: 0.375rem 0rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fcfcfc;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .x-task-datepicker:focus {
       /* color: #212529;
        background-color: #fff;
        border-color: #f7f7f7!important;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/
    }

    .x-task-datepicker:focus-visible {
     /*   color: #212529;
        background-color: #fff;
        border-color: #f7f7f7 !important;*/
        outline: #f7f7f7;
      /*  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/
    }

.col-bg {
    background-color: red!important;
}
.col-selected {
    width: 100px;
}
.checkbox-first {
    display: none;
}

    .checkbox-first:hover {
        display: block;
    }

/*.form-control::placeholder {
    color: red;
    opacity: 1;
}*/

.header-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

.graphMinHeight {
	min-height: 22em;
}

.safeGraphSummaries {
	margin-top: 14px;
}

.safeGraphRunnersPerMile {
	margin-top: 6px;
}

@media only screen and (max-width: 1200px) {
	.graphMinHeight {
		min-height: 10em;		
	}

	.safeGraphSummaries {
		margin-top: 4px;
	}

	.safeGraphRunnersPerMile {
		margin-top: 15px;
	}
}