html, body { /*Required, otherwise syncfusion modal doesnt get the right max-height*/
    height: 100%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #495057;
  background-color: rgba(var(--phoenix-light-rgb), 1) !important;
}
hr {
    margin: 1rem 0;
    color: #e3e6ed8c;
    border: 0;
    border-top: 1px solid;
    opacity: 1;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main {
  padding: 15px 30px 0;
}

.main, .body, body {
  background-color: rgba(var(--phoenix-light-rgb), 1) !important;
  overflow-x: visible !important; /* did this to fix overflow on grid filters, hope it doens't mess up everything */
}
/* Firefox */

h5 {
    text-transform: none !important;
}

a:not(.btn):hover {
    text-decoration: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filterheader {
  background-color: rgb(245, 247, 250);
  padding-right: 2.8rem !important;
  padding-left: 2.1rem !important;
  /* padding-top: 1rem !important; */
  padding-bottom: 1.0rem;
   margin-top: -1.1rem !important;
  /* margin-bottom: -2.5rem !important; */
  margin-right: -2.4rem !important;
  margin-left: -2.4rem !important;
}

.infoheader {
  background-color: #0b55ea0f;
    margin-right: -2.4rem !important;
  margin-left: -2.4rem !important;
  border: 1px solid #8daaf233;
  border-radius: 0.65rem;
}

.font-8 {
    font-size: 8px !important;
}
.font-9 {
    font-size: 9px !important;
}
.font-10 {
    font-size: 10px !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}
.font-25 {
    font-size: 25px !important;
}
.font-26 {
    font-size: 26px !important;
}
.white {
    color: white;
}
.badge-pink {
    background-color: #f672a7;
}

.badge-blue {
    background-color: #3f6ad8;
}

.alert-instructions {
    background-color: #ff94014f !important;
    border-color: #ff9401 !important;
    color: #d16203;
}

.nav-title-secondary {
    border-bottom: dashed 1px #ED7D3152;
    padding-bottom: 10px;
    color: #ED7D31;
}

.navitem i {
margin-top: 7px;
padding-right: 5px;
}


.number-circle {
    display: inline-block;
    font-size: 1.8em;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #f7f7f7;
    border: solid 1px #099cf44f;
    color: #6c757d !important;
}
    .number-circle.blue {
        background-color: #099cf426 !important;
    }

.badge-light {
    color: #343a40 !important;
    background-color: #f7f8f9 !important;
}
.form-label-group-textarea {
    min-height: 50px;
    position: relative;
}

    .form-label-group-textarea textarea {
        padding: 24px 12px 14px 12px !important;
    }

    .form-label-group-textarea label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        transition: all .1s ease-in-out;
        font-size: 12px !important;
        color: #ED7D31 !important;
        padding: 5px 12px 4px 12px !important;
    }


.form-floating > label {
  color: #495057;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 1rem;
  padding-top: 30px !important;
  font-size: 0.85rem;
  line-height: 1.85;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
}

  .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
    color: #ED7D31;
    -webkit-transform: scale(0.85) translateY(-0.4rem) translateX(0.15rem);
    -ms-transform: scale(0.85) translateY(-0.4rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.4rem) translateX(0.15rem);
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    padding-top: 13px
  }

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(2.875rem + 8px);
}

/* Syncfusion numeric textbox */

.form-label-group-numeric {
    position: relative;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.form-label-group-numeric > span > input, .form-label-group-numeric label {
    height: 50px !important;
    height: 3.125rem !important;
    padding: 12px !important;
    padding: .75rem !important;
}

.form-label-group-numeric label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}


    .form-label-group-numeric > span > input::-moz-placeholder {
        color: transparent !important;
    }

    .form-label-group-numeric > span > input:-ms-input-placeholder {
        color: transparent !important;
    }

    .form-label-group-numeric > span > input::placeholder {
        color: transparent !important;
    }

.form-label-group-numeric > span > input {
    padding-top: 20px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 4px !important;
    padding-bottom: .25rem !important;
}

    .form-label-group-numeric label {
        padding-top: 4px !important;
        padding-top: .25rem !important;
        padding-bottom: 4px !important;
        padding-bottom: .25rem !important;
        font-size: 12px !important;
        color: #777 !important;
    }


.form-label-group-ddl, .form-label-group-ddl-multi {
  min-height: 50px;
  position: relative;
}

  .form-label-group-ddl input, .form-label-group-ddl-multi input {
    padding: 34px 12px 14px 12px !important;
  }

  .form-label-group-ddl .e-input-value {
    padding: 24px 12px 4px 12px !important;
  }

  .form-label-group-ddl label, .form-label-group-ddl-multi label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all .1s ease-in-out;
    font-size: 12px !important;
    color: #ED7D31 !important;
    padding: 5px 12px 4px 12px !important;
  }

  .form-label-group-ddl-multi .e-input-group-icon {
    height: 40px !important;
    margin-top: -43px !important;
  }

    .form-label-group-ddl-multi .e-input-group-icon:hover {
      background: transparent !important;
      color: #6c757d !important;
    }

  .form-label-group-ddl-multi .e-delim-values {
    margin-top: 20px;
    display: inline-flex !important;
  }

  .form-label-group-ddl-multi.multi-chips .e-multiselect {
    padding-top: 30px;
  }


.overlayvisible {
    position: relative;
    z-index: 1041;
}

/*Theme override*/
h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
}
#header {
  position: relative;
  z-index: 1000 !important;
  border-right: 1px solid var(--phoenix-navbar-vertical-border-color);
}

.form-label-group input:not(:placeholder-shown) ~ label, .form-label-group-numeric label {
    color: #ED7D31 !important;
}

.form-switch-lg {
    transform: scale(1.5) !important;
    margin-right: 10px !important;
    margin-left: -2em !important;
}

.no-shadow {
    box-shadow: none !important;
}


.form-control-xl {
    height: calc(4.0rem + 2px) !important;
    padding: 0.5rem 1rem !important;
    font-size: 1.75rem !important;
    line-height: 1.5 !important;
    border-radius: 0.5rem !important;
}


.dropdown-mega-sub-title {
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.dropdown-mega-sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
    .dropdown-mega-sub-nav > li > a {
        border: 0 none;
        border-radius: 4px !important;
        color: #777;
        display: block;
        font-size: 1em !important;
        font-weight: normal;
        margin: 0 0 3px -8px;
        padding: 3px 8px;
        text-shadow: none;
        text-transform: none;
        text-decoration: none;
        letter-spacing: -0.5px;
        position: relative;
    }
    .dropdown-mega-sub-nav > li > a:hover {
        background: #f7f7f7;
    }

.navitem {
    color: #777;
    font-size: .83em;
    font-weight: 400;
    padding: 6px 18px 6px 18px;
    position: relative;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -.5px;
    width: 100%;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    display: flex;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    margin-top: 3px;
}

    .navitem:hover {
        color: #1e2125;
        background-color: #f8f9fa;
        border-radius: 5px;
        text-decoration: none !important;
    }

    .navitem.active {
        background-color: #f8f9fa;
        color: #099cf4;
        border-radius: 5px;
        text-decoration: none !important;
    }

.navdropdownmenu {
    position: relative;
    box-shadow: none;
    margin: 0;
    padding: 5px 0 5px 15px;
    left: auto;
    right: auto;
    transform: none;
    min-width: auto;
    width: 100%;
    opacity: 1 !important;
    z-index: 1000;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
}

.navdropdownparent:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f054" !important;
    font-weight: 900;
    position: absolute;
    top: 50%;
    font-size: .5rem;
    opacity: .7 !important;
    left: auto;
    right: 20px;
    transform: translateY(-50%);
    transition: all .2s ease-out;
    display: block !important;
}

.navdropdownparent:hover::before {
    right: 15px;
    opacity: 1 !important;
}

.navdropdownparent:not(.collapsed)::before {
    right: 15px;
    opacity: 1 !important;
    font-family: 'Font Awesome 5 Free';
    content: "\f078" !important;
}

.danger-badge-nav {
    border-radius: 50rem !important;
    background-color: rgba(220, 53, 69) !important;
    display: inline-block;
    padding: 0.45em 0.2em;
    font-size: .80em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-left: 5px;
    margin-top: 3px;
    height: 18px;
    width: 18px;
}

@keyframes line-scale-pulse-out {
    0% {
        transform: scaley(1);
    }

    50% {
        transform: scaley(0.4);
    }

    100% {
        transform: scaley(1);
    }
}

.line-scale-pulse-out > div {
    background-color: #3f6ad8;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    animation-fill-mode: both;
    display: inline-block;
    animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

    .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
        animation-delay: -0.4s !important;
    }

    .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
        animation-delay: -0.2s !important;
    }



/* Syncfusion override */



/* Figure out where this goes, I think it was finance grant manager */
/*.card-header {
    display: block !important;
    height: unset !important;
}*/
.text-key {
    font-weight: 500!important;
}

.text-key-italic {
    font-weight: 500 !important;
    font-style: italic !important;
}

.fw-100 {font-weight: 100 !important;}
.fw-200 {font-weight: 200 !important;}
.fw-300 {font-weight: 300 !important;}
.fw-400 {font-weight: 400 !important;}
.fw-500 {font-weight: 500 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-700 {font-weight: 700 !important;}
.fw-800 {font-weight: 800 !important;}
.fw-900 {font-weight: 900 !important;}

.form-control-sm {
    height: 33px !important;
}
.input-group-sm {
    height: 33px !important;
}






/* BASIC */
.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}
.no-border {
    border: none !important;
}

.pointer {
    cursor: pointer;
}
    .pointer:hover {
        cursor: pointer;
    }

.gridexportbutton {
    margin-top: 0px !important;
    padding-left: 16px;
}

.gridexportcolumn {
    padding-left: 18px;
}

    .gridexportcolumn .addbutton {
        margin-top: 2px;
        line-height: 0.85em;
    }

    .gridexportcolumn .exportbutton {
        margin-top: -4px;
        line-height: 0.85em;
    }

.inlinecrudgrid .e-rowcell {
    padding: 5px !important;
}

.checkallheader {
    margin-top: -9px;
    padding-left: 6px;
}

    .checkallheader .e-icons {
        color: white !important;
    }

        .checkallheader .e-icons:hover {
            color: darkorange !important;
        }

.checkallrow {
    margin-top: -23px;
    padding-left: 3px;
}

    .checkallrow .e-icons {
        color: white !important;
    }

        .checkallrow .e-icons:hover {
            color: darkorange !important;
        }




.validation-message {
    color: red;
    font-style: italic;
}

.validation-div {
    background-color: #fb0404b0;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 20px;
    color:white;
}


.widget-chart-actions {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 12;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
    font-weight: normal;
    padding: 5px;
    font-weight: normal;
    text-transform: none;
    min-width: 19px;
}

.badge-focus {
    color: #fff;
    background-color: #a73232;
}

.chocolate {
    color: chocolate;
}

.stu_elem_50 {
    display: inline-block;
    width: 50%;
}

.stu_elem_45 {
    display: inline-block;
    width: 45%;
}


.stu_elem_30 {
    display: inline-block;
    width: 29%;
}

.stu_elem_35 {
    display: inline-block;
    width: 35%;
}

.stu_elem_60 {
    display: inline-block;
    width: 60%;
}
.stu_elem_65 {
    display: inline-block;
    width: 65%;
}

.stu_elem_70 {
    display: inline-block;
    width: 70%;
}
.stu_elem_75 {
    display: inline-block;
    width: 75%;
}

.stu_elem_80 {
    display: inline-block;
    width: 80%;
}

.stu_elem_25 {
    display: inline-block;
    width: 25%;
}

.stu_elem_15 {
    display: inline-block;
    width: 15%;
}

.timestampfont {
    color: #ffa707;
}

.timeInActive {
    background-color: rgb(173 226 179 / 18%);
}

.timeOutActive {
    background-color: rgb(173 226 179 / 18%);
}



.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.text-green {
    color: green;
}

.text-purple {
    color: #4938d7 !important;
}
.text-pink {
    color: #f672a7 !important;
}

.text-warning-dark {
    color: #ed7d31;
}
.text-muted {
    color: #6c757d !important;
}
.text-muted-2 {
    color: #e0e0e0 !important;
}

.codecard {
    border: 1px solid #d6d3d333;
    border-radius: 0.65rem;
    background-color: #8080800f;
}

    .codecard .list-group-item {
        background-color: transparent !important;
    }

.todo-list-wrapper .todo-indicator {
    position: absolute;
    width: 4px;
    height: 60%;
    border-radius: 0.3rem;
    left: 0.625rem;
    top: 20%;
    opacity: .6;
    transition: opacity .2s;
}

.badge-alternate {
    color: #fff;
    background-color: #794c8a;
}

.bg-alternate {
    background-color: #794c8a !important;
}

/*Page Header*/
html .bg-color-light-scale-1 {
    background-color: #fff !important;
}

.jheadcontainer {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -15px;
  margin-bottom: 18px;
  background-color: #fff !important;
  box-shadow: none !important;
  border-bottom: 1px solid var(--phoenix-navbar-vertical-border-color);
  background-color: var(--phoenix-navbar-vertical-border-color);
}
/*Page Header*/

.ddl-SiteName {
    color: #ed7d31;
}

.ddl-DistrictName {
    font-style: italic;
}

.ddl-smalltemplaterow {
    padding: 0.0rem 1.0rem;
    display: inline-flex;
    width: 95%;
}

.ddl-shadow {
    border: 1px solid #ced4da;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    /*  height: 38px;*/
}

/*   PO  Stuff */
.swimlane-header-title {
    font-size: 1rem;
    margin: 0 0 7px 0;
    font-weight: 500;
    color: #000;
}

.pipelineitemheader {
    font-size: 16px !important;
    color: #000 !important;
}

.tasklist_attachments_available {
    border-color: orange !important;
}

.pipelineitem {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 3px;
    color: #6c757d !important;
}

.pobadge {
    padding: 5px;
    box-shadow: 0 2px 6px -2px rgb(0 0 0 / 16%), 0 2px 6px 0 rgb(0 0 0 / 12%) !important;
}

.pipelineitem .e-checkbox-wrapper .e-frame, .e-css.e-checkbox-wrapper .e-frame {
    vertical-align: top !important;
    margin-top: 3px;
}

.toggle-title-po {
    font-size: 15px;
    font-weight: 300 !important;
    text-transform: uppercase;
    letter-spacing: .5em !important;
}

.toggle-primary-po > .toggle > .toggle-title-po:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.jbudget .e-grid .e-rowcell {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px !important;
    font-weight: 300 !important;
    vertical-align: bottom !important;
    line-height: 18px !important;
}

.jbudget .e-grid .e-headercell {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.jbudget .e-table tr:nth-child(2) td {
    border-top: 1px dashed orange !important;
}

.budgetobjectheader {
    font-weight: bold !important;
    color: black !important;
}

.budgetobjectheadertotal {
    font-weight: bold !important;
    color: chocolate !important;
}
/*   PO  Stuff */

/* JSF From Old System*/
.jsfHeader, .jsfHeaderModal {
    /*   font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 30px;
    font-weight: normal;
    /*line-height: 30px;*/
    color: #008592;
    text-shadow: 0px 1px 0px #FFF;
    /*margin: 5px 0px 20px;*/
    text-rendering: optimizelegibility;
}

    .jsfHeader:hover, .jsfHeader:active {
        color: #008592;
        text-decoration: none;
    }

.jsfHeaderModal {
    font-size: 23px;
}


.jsfHeader2 {
    color: #1296D6;
    /*  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
}

.jsfHeader3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #ED7D31;
}



.jsfHeader4 {
    color: #1296d6;
    /*font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px
}

/*.table-striped > tbody > tr:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(odd) td,
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #e7f3ff;*/
    /*border: 1px solid #ddd;*/
/*}*/

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > th, .table-bordered {
    border-top: 0.5px solid #ebeff2;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.checkbox label {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    font-weight: normal;
    margin-bottom: 0;
}

.alignedcheckbox { display: table-row;}
.alignedcheckbox div:first-child {display: table-cell; vertical-align:top; padding-right: 10px;}
.alignedcheckbox div:last-child {display: table-cell; vertical-align:top; }

/*CARD*/
.card {
    margin-bottom: 24px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 1px 2px 0px;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 2px 0px;
    border: none !important;
}

.card-header {
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.625rem;
    height: 3.5rem;
    background-color: #fff !important;
}

.card-body {
    z-index: unset;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card.rounder {
    border-radius: 0.65rem;
}
    .card.rounder > .card-header:first-child {
        border-radius: calc(0.65rem - 1px) calc(0.65rem - 1px) 0 0;
    }

.card-max-4 {
    max-width: 400px;
}
.card-max-5 {
    max-width: 500px;
}
.card-max-6 {
    max-width: 600px;
}
.card-max-7 {
    max-width: 700px;
}
.card-max-8 {
    max-width: 800px;
}
.card-max-9 {
    max-width: 900px;
}

.card-max-10 {
    max-width: 1000px;
}

.card-max-11 {
    max-width: 1100px;
}

.card-max-12 {
    max-width: 1200px;
}

.card-max-13 {
    max-width: 1300px;
}

.card-max-14 {
    max-width: 1400px;
}

.card-max-15 {
    max-width: 1500px;
}

.card-max-16 {
    max-width: 1600px;
}

.card-max-17 {
    max-width: 1700px;
}

.card-max-18 {
    max-width: 1800px;
}

.card-max-19 {
    max-width: 1900px;
}
/*CARD*/

/* SPACER */
.spacer_2 { height:2px;}
.spacer_5 { height:5px;}
.spacer_10 { height:10px;}
.spacer_15 { height:15px;}
.spacer_20 { height:20px;}
.spacer_25 { height:25px;}
.spacer_30 { height:30px;}
.spacer_35 { height: 35px;}
.spacer_40 { height: 40px;}
.spacer_45 { height: 45px;}
.spacer_50 { height: 50px;}
.spacer_55 { height: 55px;}
/* SPACER */


/*TOGGLE*/
.toggle-primary > .toggle > .toggle-title {
    background-color: #fff;
}

/*.toggle.active > label:before,*/
.toggle > .toggle-title:not(.collapsed):before {
    top: calc(50% - 8px);
    transform: rotate(135deg);
}
/*.toggle.toggle-simple .toggle.active>label:before, */
.toggle.toggle-simple .toggle > .toggle-title:not(.collapsed):before {
    content: "\f068";
}
/*TOGGLE*/



/* Progress Bar */
.progress-bar {
    width: 0;
    animation: progress 2.5s ease-in-out forwards;
}

    .progress-bar > .title {
        opacity: 0;
        animation: showprogress 0.35s forwards ease-in-out 0.5s;
    }

@keyframes progress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes showprogress {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*.progress .progress-bar:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.progress-bar {
    width: 0;
    animation: progress 2.5s ease-in-out forwards;
}
*/
/* Progress Bar */



.bg-darkorange {
    background-color: #ED7D31;
}

.table-badge {
    font-size: .85rem !important;
    font-weight: normal !important;
}




.bg-purple {
    background-color: #6658dd !important;
}

.bg-mediumgrey {
    background-color: #6c757d !important;
}
.border-color-purple {
    border-color: #6658dd;
}


.text-blue {
    color: #3f6ad8 !important;
}

.bg-blue {
    background-color: #3f6ad8 !important;
}



.input-group-text-studentupsert {
    background-color: #6c757d !important;
    color: white;
    width: 100px;
    height: 31px;
    font-size: 0.8rem;
    justify-content: center;
    align-items: center;
    border-color: #6c757d !important;
}




.dropdown-menu {
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    margin: 0.125rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000 !important;
    display: none;
    float: left;
    min-width: 15rem;
    padding: 0.65rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.88rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .dropdown-menu.show {
        animation: fade-in2 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    }

    .dropdown-menu.show {
        display: block;
    }

    .dropdown-menu .dropdown-item {
        font-size: 0.88rem;
        display: flex;
        align-items: center;
        transition: background-color 0.3s ease, color 0.3s ease;
        cursor: pointer;
        z-index: 6;
        position: relative;
    }

.dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.4rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.blazored-toast-container {
    /*display: flex;
        position: relative;
        flex-direction: row;
        animation: fadein 1.5s;
        margin-bottom: 1rem;*/
    padding: 0.5rem 1rem;
    color: #fff;
    /*   width: 100vw;
        box-shadow: rgb(0 0 0 / 25%) 0 10px 40px;*/
}

.blazored-toast-heading, .blazored-toast-message {
    color: #fff !important;
}


.blazored-typeahead__result, .blazored-typeahead__notfound, .blazored-typeahead__results-help-template, .blazored-typeahead__results-header, .blazored-typeahead__results-footer {
    color: rgb(73, 80, 87) !important;
}




#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;
    }


/* FONTS */
@font-face {
    font-family: 'Linearicons-Free';
    src: url("../fonts/linearicons/Linearicons-Free.eot?w118d");
    src: url("../fonts/linearicons/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"), url("../fonts/linearicons/Linearicons-Free.woff2?w118d") format("woff2"), url("../fonts/linearicons/Linearicons-Free.woff?w118d") format("woff"), url("../fonts/linearicons/Linearicons-Free.ttf?w118d") format("truetype"), url("../fonts/linearicons/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="lnr-"], [class*=" lnr-"] {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.lnr-home:before {
    content: "\e800";
}

.lnr-apartment:before {
    content: "\e801";
}

.lnr-pencil:before {
    content: "\e802";
}

.lnr-magic-wand:before {
    content: "\e803";
}

.lnr-drop:before {
    content: "\e804";
}

.lnr-lighter:before {
    content: "\e805";
}

.lnr-poop:before {
    content: "\e806";
}

.lnr-sun:before {
    content: "\e807";
}

.lnr-moon:before {
    content: "\e808";
}

.lnr-cloud:before {
    content: "\e809";
}

.lnr-cloud-upload:before {
    content: "\e80a";
}

.lnr-cloud-download:before {
    content: "\e80b";
}

.lnr-cloud-sync:before {
    content: "\e80c";
}

.lnr-cloud-check:before {
    content: "\e80d";
}

.lnr-database:before {
    content: "\e80e";
}

.lnr-lock:before {
    content: "\e80f";
}

.lnr-cog:before {
    content: "\e810";
}

.lnr-trash:before {
    content: "\e811";
}

.lnr-dice:before {
    content: "\e812";
}

.lnr-heart:before {
    content: "\e813";
}

.lnr-star:before {
    content: "\e814";
}

.lnr-star-half:before {
    content: "\e815";
}

.lnr-star-empty:before {
    content: "\e816";
}

.lnr-flag:before {
    content: "\e817";
}

.lnr-envelope:before {
    content: "\e818";
}

.lnr-paperclip:before {
    content: "\e819";
}

.lnr-inbox:before {
    content: "\e81a";
}

.lnr-eye:before {
    content: "\e81b";
}

.lnr-printer:before {
    content: "\e81c";
}

.lnr-file-empty:before {
    content: "\e81d";
}

.lnr-file-add:before {
    content: "\e81e";
}

.lnr-enter:before {
    content: "\e81f";
}

.lnr-exit:before {
    content: "\e820";
}

.lnr-graduation-hat:before {
    content: "\e821";
}

.lnr-license:before {
    content: "\e822";
}

.lnr-music-note:before {
    content: "\e823";
}

.lnr-film-play:before {
    content: "\e824";
}

.lnr-camera-video:before {
    content: "\e825";
}

.lnr-camera:before {
    content: "\e826";
}

.lnr-picture:before {
    content: "\e827";
}

.lnr-book:before {
    content: "\e828";
}

.lnr-bookmark:before {
    content: "\e829";
}

.lnr-user:before {
    content: "\e82a";
}

.lnr-users:before {
    content: "\e82b";
}

.lnr-shirt:before {
    content: "\e82c";
}

.lnr-store:before {
    content: "\e82d";
}

.lnr-cart:before {
    content: "\e82e";
}

.lnr-tag:before {
    content: "\e82f";
}

.lnr-phone-handset:before {
    content: "\e830";
}

.lnr-phone:before {
    content: "\e831";
}

.lnr-pushpin:before {
    content: "\e832";
}

.lnr-map-marker:before {
    content: "\e833";
}

.lnr-map:before {
    content: "\e834";
}

.lnr-location:before {
    content: "\e835";
}

.lnr-calendar-full:before {
    content: "\e836";
}

.lnr-keyboard:before {
    content: "\e837";
}

.lnr-spell-check:before {
    content: "\e838";
}

.lnr-screen:before {
    content: "\e839";
}

.lnr-smartphone:before {
    content: "\e83a";
}

.lnr-tablet:before {
    content: "\e83b";
}

.lnr-laptop:before {
    content: "\e83c";
}

.lnr-laptop-phone:before {
    content: "\e83d";
}

.lnr-power-switch:before {
    content: "\e83e";
}

.lnr-bubble:before {
    content: "\e83f";
}

.lnr-heart-pulse:before {
    content: "\e840";
}

.lnr-construction:before {
    content: "\e841";
}

.lnr-pie-chart:before {
    content: "\e842";
}

.lnr-chart-bars:before {
    content: "\e843";
}

.lnr-gift:before {
    content: "\e844";
}

.lnr-diamond:before {
    content: "\e845";
}

.lnr-linearicons:before {
    content: "\e846";
}

.lnr-dinner:before {
    content: "\e847";
}

.lnr-coffee-cup:before {
    content: "\e848";
}

.lnr-leaf:before {
    content: "\e849";
}

.lnr-paw:before {
    content: "\e84a";
}

.lnr-rocket:before {
    content: "\e84b";
}

.lnr-briefcase:before {
    content: "\e84c";
}

.lnr-bus:before {
    content: "\e84d";
}

.lnr-car:before {
    content: "\e84e";
}

.lnr-train:before {
    content: "\e84f";
}

.lnr-bicycle:before {
    content: "\e850";
}

.lnr-wheelchair:before {
    content: "\e851";
}

.lnr-select:before {
    content: "\e852";
}

.lnr-earth:before {
    content: "\e853";
}

.lnr-smile:before {
    content: "\e854";
}

.lnr-sad:before {
    content: "\e855";
}

.lnr-neutral:before {
    content: "\e856";
}

.lnr-mustache:before {
    content: "\e857";
}

.lnr-alarm:before {
    content: "\e858";
}

.lnr-bullhorn:before {
    content: "\e859";
}

.lnr-volume-high:before {
    content: "\e85a";
}

.lnr-volume-medium:before {
    content: "\e85b";
}

.lnr-volume-low:before {
    content: "\e85c";
}

.lnr-volume:before {
    content: "\e85d";
}

.lnr-mic:before {
    content: "\e85e";
}

.lnr-hourglass:before {
    content: "\e85f";
}

.lnr-undo:before {
    content: "\e860";
}

.lnr-redo:before {
    content: "\e861";
}

.lnr-sync:before {
    content: "\e862";
}

.lnr-history:before {
    content: "\e863";
}

.lnr-clock:before {
    content: "\e864";
}

.lnr-download:before {
    content: "\e865";
}

.lnr-upload:before {
    content: "\e866";
}

.lnr-enter-down:before {
    content: "\e867";
}

.lnr-exit-up:before {
    content: "\e868";
}

.lnr-bug:before {
    content: "\e869";
}

.lnr-code:before {
    content: "\e86a";
}

.lnr-link:before {
    content: "\e86b";
}

.lnr-unlink:before {
    content: "\e86c";
}

.lnr-thumbs-up:before {
    content: "\e86d";
}

.lnr-thumbs-down:before {
    content: "\e86e";
}

.lnr-magnifier:before {
    content: "\e86f";
}

.lnr-cross:before {
    content: "\e870";
}

.lnr-menu:before {
    content: "\e871";
}

.lnr-list:before {
    content: "\e872";
}

.lnr-chevron-up:before {
    content: "\e873";
}

.lnr-chevron-down:before {
    content: "\e874";
}

.lnr-chevron-left:before {
    content: "\e875";
}

.lnr-chevron-right:before {
    content: "\e876";
}

.lnr-arrow-up:before {
    content: "\e877";
}

.lnr-arrow-down:before {
    content: "\e878";
}

.lnr-arrow-left:before {
    content: "\e879";
}

.lnr-arrow-right:before {
    content: "\e87a";
}

.lnr-move:before {
    content: "\e87b";
}

.lnr-warning:before {
    content: "\e87c";
}

.lnr-question-circle:before {
    content: "\e87d";
}

.lnr-menu-circle:before {
    content: "\e87e";
}

.lnr-checkmark-circle:before, .forms-wizard li.done em:before {
    content: "\e87f";
}

.lnr-cross-circle:before {
    content: "\e880";
}

.lnr-plus-circle:before {
    content: "\e881";
}

.lnr-circle-minus:before {
    content: "\e882";
}

.lnr-arrow-up-circle:before {
    content: "\e883";
}

.lnr-arrow-down-circle:before {
    content: "\e884";
}

.lnr-arrow-left-circle:before {
    content: "\e885";
}

.lnr-arrow-right-circle:before {
    content: "\e886";
}

.lnr-chevron-up-circle:before {
    content: "\e887";
}

.lnr-chevron-down-circle:before {
    content: "\e888";
}

.lnr-chevron-left-circle:before {
    content: "\e889";
}

.lnr-chevron-right-circle:before {
    content: "\e88a";
}

.lnr-crop:before {
    content: "\e88b";
}

.lnr-frame-expand:before {
    content: "\e88c";
}

.lnr-frame-contract:before {
    content: "\e88d";
}

.lnr-layers:before {
    content: "\e88e";
}

.lnr-funnel:before {
    content: "\e88f";
}

.lnr-text-format:before {
    content: "\e890";
}

.lnr-text-format-remove:before {
    content: "\e891";
}

.lnr-text-size:before {
    content: "\e892";
}

.lnr-bold:before {
    content: "\e893";
}

.lnr-italic:before {
    content: "\e894";
}

.lnr-underline:before {
    content: "\e895";
}

.lnr-strikethrough:before {
    content: "\e896";
}

.lnr-highlight:before {
    content: "\e897";
}

.lnr-text-align-left:before {
    content: "\e898";
}

.lnr-text-align-center:before {
    content: "\e899";
}

.lnr-text-align-right:before {
    content: "\e89a";
}

.lnr-text-align-justify:before {
    content: "\e89b";
}

.lnr-line-spacing:before {
    content: "\e89c";
}

.lnr-indent-increase:before {
    content: "\e89d";
}

.lnr-indent-decrease:before {
    content: "\e89e";
}

.lnr-pilcrow:before {
    content: "\e89f";
}

.lnr-direction-ltr:before {
    content: "\e8a0";
}

.lnr-direction-rtl:before {
    content: "\e8a1";
}

.lnr-page-break:before {
    content: "\e8a2";
}

.lnr-sort-alpha-asc:before {
    content: "\e8a3";
}

.lnr-sort-amount-asc:before {
    content: "\e8a4";
}

.lnr-hand:before {
    content: "\e8a5";
}

.lnr-pointer-up:before {
    content: "\e8a6";
}

.lnr-pointer-right:before {
    content: "\e8a7";
}

.lnr-pointer-down:before {
    content: "\e8a8";
}

.lnr-pointer-left:before {
    content: "\e8a9";
}

.signaturebox {
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
    background-color: white;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}


/* Announcements */
.widget-49 .widget-49-title-wrapper {
    display: flex;
    align-items: center;
}

    .widget-49 .widget-49-title-wrapper .widget-49-date-warning {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: floralwhite;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
            color: #FFC868;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
            color: #FFC868;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

/*
    .widget-49 .widget-49-title-wrapper .widget-49-date-primary {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #edf1fc;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
            color: #4e73e5;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
            color: #4e73e5;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fcfcfd;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
            color: #dde1e9;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
            color: #dde1e9;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-success {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #e8faf8;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
            color: #17d1bd;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
            color: #17d1bd;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-info {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ebf7ff;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
            color: #36afff;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
            color: #36afff;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }



    .widget-49 .widget-49-title-wrapper .widget-49-date-danger {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #feeeef;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
            color: #F95062;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
            color: #F95062;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-light {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fefeff;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
            color: #f7f9fa;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
            color: #f7f9fa;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-dark {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ebedee;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
            color: #394856;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
            color: #394856;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-date-base {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #f0fafb;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
            color: #68CBD7;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
            color: #68CBD7;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }
*/
    .widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
        display: flex;
        flex-direction: column;
        margin-left: 1rem;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
            color: #3c4142;
            font-size: 16px;
            font-weight: 600;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
            color: #B1BAC5;
            font-size: 13px;
        }

.widget-49 .widget-49-meeting-points {
    font-weight: 400;
    font-size: 13px;
    margin-top: .5rem;
}

    .widget-49 .widget-49-meeting-points .widget-49-meeting-item {
        display: list-item;
        color: #727686;
    }

        .widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
            margin-left: .5rem;
        }

.widget-49 .widget-49-meeting-action {
    text-align: right;
}

    .widget-49 .widget-49-meeting-action a {
        text-transform: uppercase;
    }

.announcementmodal .e-dlg-header-content, .announcementmodal .e-dlg-content, .announcementmodal .e-footer-content {
    background: #F4F7FD !important;
}
/* Announcements */

.card-border-attendance:after {
    background-color: #0967f4 !important
}

.card-border-finance:after {
    background-color: #891204 !important
}

.card-border-sitevisit:after {
    background-color: #62AC6E !important;
}

.card-border-fpm:after {
    background-color: #E04622 !important;
}







/* Program Card */
.aspaudit {
    width: 100%;
}

    .aspaudit tr td {
        border-top: none;
        padding: 2px 4px;
        line-height: 20px;
    }


.grantnamecol {
    width: 300px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5em;
    color: #666;
    text-align: left;
    padding-left: 20px !important;
}


.greyedout {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5em;
    color: #CCC;
}

.grantpercentcol {
    min-width: 100px;
    text-align: right !important;
    font-weight: 400; /*padding-right:35px !important;*/
}

.grantvaluecol {
    min-width: 100px;
    text-align: right !important;
    font-weight: 400; /*padding-right:35px !important;*/
}

.granttotalcol {
    border-top: solid 1px #CCC !important;
    text-align: right !important;
    font-weight: 400; /*padding-right:35px !important;*/
}

.granttotalvalue {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5em;
    color: #ED7D31;
}

.auditvaluepercent {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5em;
    color: #55CE2B;
}

.auditvaluedo {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5em;
    color: orange;
}

.auditvaluenumber {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5em;
    color: #1296d6;
}

.checkallheader {
    margin-top: -7px;
    padding-left: 9px;
}

    .checkallheader .e-icons {
        color: white !important;
    }

        .checkallheader .e-icons:hover {
            color: darkorange !important;
        }

.checkallrow {
    margin-top: -8px;
    padding-left: 5px;
}

    .checkallrow .e-icons {
        color: white !important;
    }

        .checkallrow .e-icons:hover {
            color: darkorange !important;
        }

.top-right-hh {
    position: absolute;
    top: 20px;
    right: 20px;
}

.nulldate.e-float-input, .nulldate.e-float-input.e-control-wrapper {
    margin-top: unset;
}

.nulldate .e-float-text {
    visibility: hidden !important;
}



.checkin_closeicon {
    position: absolute;
    top: 24px;
    right: 13px;
}

    .checkin_closeicon:hover {
        color: red;
    }

.e-signature {
    border: 1px solid gray;
}

.checkin_buttongroup_left {
    background-color: #c3cad0;
    border-color: #c3cad0;
    padding: 5px 20px 5px 20px;
}

.e-btn-group input:checked + label.e-btn.checkin_buttongroup_left,
.e-btn-group input:active + label.e-btn.checkin_buttongroup_left {
    background-color: #25b003;
    border-color: #25b003;
    box-shadow: none;
}

.checkin_buttongroup_right {
    background-color: #c3cad0;
    border-color: #c3cad0;
    border-color: #c3cad0;
    padding: 5px 20px 5px 20px;
}

.e-btn-group input:checked + label.e-btn.checkin_buttongroup_right,
.e-btn-group input:checked + active.e-btn.checkin_buttongroup_right {
    background-color: #3f6ad8;
    border-color: #3f6ad8;
    box-shadow: none;
}

.e-signature {
    background-color: #e5edff;
    border: 1px dashed #adc5ff;
    border-radius: 5px;
}

.number-circle {
    display: inline-block;
    font-size: 1.8em;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #f7f7f7;
    border: solid 1px #099cf44f;
    color: #6c757d !important;
}

    .number-circle.blue {
        background-color: #e5edffd1 !important;
    }

.sigdiv_w {
    width: 600px;
}

.sigdiv_h {
    height: 200px;
}

.spinner_background {
    cursor: wait;
    background-color: rgb(255,255,255);
    opacity: 0.7;
    cursor: wait;
}

.signaturebox {
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
    background-color: white;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}

.signaturewidget {
    position: absolute;
    right: .1rem;
    top: .1rem;
    z-index: 12;
}


.matrixstylegrid .e-grid .e-gridcontent tr td:nth-child(1) {
    padding-top: 0;
}

.particpantgroupcheckboxes .e-checkbox-wrapper, .particpantgroupcheckboxes .e-css.e-checkbox-wrapper {
    line-height: 0;
}

.msg_name {
    color: #fd7e14;
}

.crudgrid .e-checkbox-wrapper, .crudgrid .e-css.e-checkbox-wrapper {
    padding-left: 5px;
}

.crudgrid .e-rowcell .e-checkbox-wrapper, .crudgrid .e-rowcell .e-css.e-checkbox-wrapper {
    top: 3px;
}

.crudgridrownumber {
    border: solid 0.5px #6c28a296;
    color: #6c28a296;
    border-radius: 6px;
}

.crudgridattachedfilters {
    color: #fff;
    border: solid 1px #9152cd;
    background-color: #9152cd;
    border-radius: 7px 7px 0 0;
    padding: 10px 25px 5px 25px;
    border-bottom: dashed 0.5px #fff;
}

.bg-checkedin {
    background-color: #d9fbd05e !important;
}

.bg-checkedout {
    background-color: #e5edffd1 !important;
}

.border-checkedin {
    border: solid 1px #25b003 !important;
}

.border-checkedout {
    border: solid 1px #3f6ad8 !important;
}


/* ACTIVITY */
.activitytitle {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 15px;
}
.activitycardheadercontainer div {
    padding-top: 10px;
}
.activitycardprogram {
  background-color: #099cf4;
  color: white;
  text-align: center;
  border-bottom-right-radius: 5px;
}
.archived-group {
  background-color: #a59c9c1f
}
  .archived-group .activitytitle {
    color: dimgray !important;
  }
/* ACTIVITY */
