@import url("https://rsms.me/inter/inter.css");

      @-webkit-keyframes animatetop {
        from {
          top: -300px;
          opacity: 0;
        }

        to {
          top: 0;
          opacity: 1;
        }
      }

      @keyframes animatetop {
        from {
          top: -300px;
          opacity: 0;
        }

        to {
          top: 0;
          opacity: 1;
        }
      }

      @-webkit-keyframes animatetopreversed {
        from {
          top: 0;
          opacity: 1;
        }

        to {
          top: -300px;
          opacity: 0;
        }
      }

      @keyframes animatetopreversed {
        from {
          top: 0;
          opacity: 1;
        }

        to {
          top: -300px;
          opacity: 0;
        }
      }
    

      * {
        scrollbar-color: rgb(187, 187, 187) #f1f1f1;
        scrollbar-width: thin;
      }

      *:focus {
        outline: none;
      }

      *::-webkit-scrollbar {
        height: 6px;
        width: 6px
      }

      *::-webkit-scrollbar-track {
        background: rgb(199, 199, 199)
      }

      *::-webkit-scrollbar-thumb {
        background: rgb(187, 187, 187)
      }

      *::-webkit-scrollbar-thumb:hover {
        background: rgb(121, 121, 121)
      }

      a {
        text-decoration: underline;
        color: #000000;
      }

      a:hover {
        color: #e77f00;
      }

      a.reverse {
        text-decoration: none;
        color: #a6662a;
      }

      a.reverse:hover {
        color: #000000;
      }

      body {
        margin: 0;
        text-align: center;
        font-family: "Inter", sans-serif;
        background: #f2f2f2;
      }

      @media print {
        body {
          -webkit-print-color-adjust: exact !important;
          print-color-adjust: exact;
        }
      }

      button {
        border-radius: 30px;
        border-style: none;
        background-color: #ff8a00;
        color: #ffffff;
        height: 32px;
        width: fit-content;
        min-width: 98px;
        cursor: pointer;
      }

      button:hover {
        background-color: #e77f00;
        cursor: pointer;
      }

      div {
        color: #000000;
      }

      div.errorMsg {
        border: 1px solid #ff9999;
        background-color: #fff6f6;
        color: #ff0000;
        padding: 6px;
      }

      form {
        margin: 0;
        font-family: "Inter", sans-serif;
        color: #000000;
        font-size: 12px;
      }

      hr {
        color: #000000;
        height: 1px;
      }

      /*iframe {
        width: 100%;
        height: 60vh;
        border: none;
        margin: 10px 0;
      }*/

      /*img {
        border: none;
      }*/

      input[type="text"] {
        /* color: #000000; */
        vertical-align: middle;
        border-radius: 10px;
        border-style: none;
        color: rgb(105, 105, 105);
        background-color: #d3d3d3;
        padding-left: 10px;
        height: 25px;
      }

      input[type="radio"]::after {
        display: none;
      }

      /*input,
      textarea {
        color: #000000;
        vertical-align: middle;
      }*/

      input.btn-cancel {
        border-radius: 25px;
        border: none;
        background: #ff8a00 !important;
        color: #fff;
        font-size: 14px;
        padding: 5px 20px;
      }

      input.btn-cancel:hover {
        background-color: #e77f00 !important;
        cursor: pointer;
      }

      input.green-btn-sm {
        border-radius: 25px;
        border: none;
        background: #2e8d1e !important;
        color: #fff;
        font-size: 14px;
        padding: 5px 20px;
      }

      input.green-btn-sm:hover {
        background-color: #297c1a !important;
        cursor: pointer;
      }

      input.required,
      select.required,
      textarea.required {
        color: #696969;
        font-style: normal;
      }

      input[type="checkbox"]+label {
        display: inline-block;
        margin-left: 0.5em;
        margin-right: 2em;
        line-height: 1em;
      }

      /*input[type="radio"] {
        display: none;
      }*/

      label,
      td span {
        font-weight: 600;
      }

      @media all and (max-width: 802px){
        label {
          margin-left: 13px;
        }
      }

      li {
        margin-bottom: 10px;
      }

      li.ball {
        list-style: none;
        margin-left: -30px;
        padding-left: 30px;
        padding-top: 2px;
        padding-bottom: 2px;
      }

      li.woball {
        list-style: none;
        margin-left: -30px;
        padding-left: 30px;
        padding-top: 2px;
        padding-bottom: 2px;
      }

      p input[type="button"] {
        margin: 0 25px
      }

      select {
        border-radius: 10px;
        border-style: none;
        color: #696969;
        background-color: #d3d3d3;
        padding-left: 10px;
        padding-right: 5px;
        height: 25px;
      }

      select[multiple] {
        height: 7em !important;
      }

      span label {
        margin-bottom: 8vh;
        font-size: 1rem;
        border-radius: 25px;
        width: 130px;
        height: 32px;
        padding: 4px 25px;
        align-items: center;
      }

      span [type="radio"] {
        display: none;
      }

      table caption {
        padding: 0 3px;
        text-align: left;
        background: #eb9b65;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
      }

      table caption img {
        margin: 2px 0;
      }

      table.formtable {
        width: 100%;
      }

      table.formtable td {
        padding: 3px;
        vertical-align: top;
      }

      table.formtable th {
        width: fit-content;
        padding: 3px 10px 3px 0;
        font-weight: bold;
        vertical-align: top;
      }

      table.formtable2 {
        margin-left: 8em;
        margin-right: 8em;
      }

      @media all and (max-width: 802px) {
        table.formtable2 {
          margin-left: 2vw;
          margin-right: 2vw;
        }
      }

      table.formtable2 td {
        padding: 3px;
        vertical-align: top;
      }

      table.formtable2 th {
        padding: 3px;
        font-weight: bold;
        vertical-align: top;
        text-align: right;
      }

      table.homeLinks {
        width: 90%;
      }

      table.homeLinks td {
        padding: 4px;
        vertical-align: top;
        width: 100%;
      }

      table.homeLinks th {
        padding: 10px 20px 20px 0;
        vertical-align: top;
      }

      table.regulartable {
        width: 100%;
      }

      table.regulartable tbody tr.alt td {
        background-color: #f0f8ff;
      }

      table.regulartable tbody tr.over td,
      table.regulartable tbody tr:hover td {
        background-color: #ffffff;
      }

      table.regulartable td {
        padding: 3px;
      }

      table.regulartable th {
        background: rgb(79, 110, 146);
        color: #ffffff;
        padding: 3px;
        vertical-align: middle;
        font-weight: bold;
      }

      table.regulartable th.headerSortUp {
        background: #ffa53a url(https://ccppdms.ucr.edu/ccppdms/docs/asc.gif) center right no-repeat !important;
      }

      table.regulartable th.headerSortDown {
        background: #ffa53a url(https://ccppdms.ucr.edu/ccppdms/docs/desc.gif) center right no-repeat !important;
      }

      table.regulartable tr .header {
        background: rgb(79, 110, 146) url(https://ccppdms.ucr.edu/ccppdms/docs/asc_desc.gif) center right no-repeat;
        color: #ffffff;
        padding: 3px 15px 3px 3px;
        vertical-align: middle;
        font-weight: bold;
      }

      td {
        font-family: "Inter", sans-serif;
        vertical-align: top;
        color: #000000;
        font-size: 12px;
        padding: 0;
        text-align: left;
      }

      textarea {
        vertical-align: middle;
        color: #696969;
        font-style: normal;
        background-color: #d3d3d3;
        border: none;
        border-radius: 5px;
        padding: 5px 5px;
      }

      th {
        font-family: "Inter", sans-serif;
        font-weight: bold;
        vertical-align: top;
        text-align: left;
        color: #000000;
        font-size: 12px;
      }

      ul.nav_menu {
        margin: 0pt;
        padding: 0pt;
        float: left;
        width: 100%;
      }

      ul.nav_menu a,
      ul.nav_menu a:visited {
        width: 100%;
        color: #ffa53a;
        display: block;
        font-weight: 300;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0pt;
        text-decoration: none;
      }

      ul.nav_menu a:hover {
        background-color: rgb(0, 0, 0, 0.2);
        text-decoration: underline;
      }

      ul.nav_menu li {
        font-size: 17px;
        font-weight: bold;
        line-height: 1.2em;
        list-style-position: outside;
        list-style-type: none;
        margin-left: 0;
        padding: 5px 0 0 0;
        margin: 0;
        width: 100%;
      }

      ul.nav_menu li:last-child {
        margin-bottom: 5px;
      }
    

      #account-profile {
        margin: 2em 2em;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        padding: 10px;
        width: 80%;
      }

      #account-profile .pagetitle {
        align-self: flex-start;
      }

      #account-profile td {
        text-align: center;
        vertical-align: inherit;
      }

      @media all and (max-width: 412px) {
        #account-profile td {
          text-align: inherit;
        }
      }

      #add_edit_personnel {
        display: block;
        width: 40px;
        height: 37px;
        background: url("utilities.getimage?pImageName=personnel.png") no-repeat 0 0;
      }

      #add_edit_personnel:hover {
        background: url("utilities.getimage?pImageName=personnel.png") no-repeat 0 0;
      }

      #add_edit_personnel span {
        position: absolute;
        top: -999em;
      }

      #budwood_request_form {
        margin: 2em 1em;
      }

      #btn_add_comments {
        float: left;
      }

      #btn_add_email_content {
        border-radius: 25px;
        border: none;
        background: #2e8d1e;
        color: #fff;
        font-size: 14px;
        padding: 5px 20px;
      }

      #btn_add_email_content:hover {
        background-color: #297c1a;
        cursor: pointer;
      }

      #btn_excel:hover {
        border-radius: 30px;
        border-style: none;
        background-color: #297c1a;
        color: #ffffff;
        height: 32px;
        width: 157px;
        cursor: pointer;
      }

      #btn_save_contact_info,
      #btn_save_introduciton_option {
        padding-bottom: 5px;
      }

      @media all and (max-width: 802px) {
        #btn_search {
          margin-left: 0;
        }
      }

      #btn_submit_fau {
        border-radius: 25px;
        border: none;
        background: #2e8d1e;
        color: #fff;
        font-size: 14px;
        padding: 5px 20px;
      }

      #btn_submit_fau:hover {
        background-color: #297c1a;
        cursor: pointer;
      }

      #budwood-dis-section {
        grid-area: budwood-dis;
      }

      #content {
        text-align: left;
        position: relative;
        height: 100%;
        padding: 0 0;
      }

      #contentPDF {
        text-align: left;
        width: 100%;
      }

      #contentWord {
        text-align: center;
        width: 90%;
        margin: 100px;
      }

      #ContactInfoForm tr {
        flex-wrap: wrap;
      }

      #ContactInfoForm td input {
        min-width: 200px;
      }

      #createInquiryFrm {
        padding-top: 5px;
      }

      #createInquiryFrm .formtable {
        align-items: center;
      }

      #createInquiryFrm .formtable th {
        width: 30%;
      }

      #createInquiryFrm input[type="text"],
      #createInquiryFrm select {
        border-radius: 10px;
        border: none;
        padding: 0 10px;
        background-color: #d3d3d3;
        color: #696969;
        height: 25px;
        margin-right: 15px;
        margin-left: 10px;
      }

      #createInquiryFrm input[type="button"] {
        background-color: #ff8a00;
        color: #fff;
        border: none;
        border-radius: 15px;
        font-size: 16px;
        text-align: center;
        padding: 5px 15px;
        margin: 5px 5px;
      }

      #createInquiryFrm input[type="button"]:hover {
        background-color: #e77f00;
        cursor: pointer;
      }

      @media all and (max-width: 802px) {
        #createInquiryFrm input[type="text"],
        #createInquiryFrm select {
          width: 75%;
        }
      }

      #createInquiryFrm tbody tr td div {
        display: flex;
        margin-bottom: 5px;
      }

      #createInquiryFrm tbody tr td div b {
        line-height: 18px;
      }

      #custom_tests {
        margin-top: 10px;
        display: block;
      }

      @media all and (max-width: 500px) {
        #custom_tests {
          margin-left: -70px;
          margin-top: 10px;
        }
      }

      #delivery-info {
        width: 90%;
      }

      @media all and (max-width: 560px) {
        #delivery-info input,
        #delivery-info textarea,
        #delivery-info select {
          width: 100%;
        }
      }

      #div_budwood_req_list .btn_container {
        justify-content: space-around;
        margin-top: 20px;
        margin-bottom: 5px;
      }

      #div_budwood_req_list .frame {
        height: auto;
      }

      #div_ccpp_dialog {
        background-color: #f1f1f1;
        overflow: hidden;
        scrollbar-color: rgb(187, 187, 187) #f1f1f1;
        scrollbar-width: thin;
      }

      @media all and (max-height:600px) {
        #div_ccpp_dialog {
          height: 80% !important;
        }
      }

      @media (min-width:601px) and (max-width:800px) {
        #div_ccpp_dialog {
          height: 90% !important;
        }
      }

      #div_ccpp_dialog::-webkit-scrollbar {
        width: 6px;
        height: 6px;
      }

      #div_ccpp_dialog::-webkit-scrollbar-thumb {
        background: rgb(187, 187, 187);
      }

      #div_ccpp_dialog::-webkit-scrollbar-thumb:hover {
        background: #555;
      }

      #div_ccpp_dialog::-webkit-scrollbar-track {
        background: #f1f1f1;
      }

      #div_ccpp_dialog #btn_submit {
        border-radius: 25px;
        border: none;
        background: #2e8d1e;
        color: #fff;
        font-size: 14px;
        padding: 5px 20px;
      }

      #div_ccpp_dialog #btn_submit:hover {
        background-color: #297c1a;
        cursor: pointer;
      }

      #div_ccpp_dialog div {
        font-size: 14px;
      }

      #div_ccpp_dialog iframe {
          width: 100%;
          height: 60vh;
          border: none;
          margin: 10px 0;
      }

      #div_ccpp_dialog input[type="button"] {
          margin: 0px 5px;
          border: none;
          background-color: #ff8a00;
          color: #fff;
          font-size: 14px;
          padding: 5px 20px;
          border-radius: 25px;
      }

      #div_ccpp_dialog input[type="button"]:hover {
          background-color: #e77f00;
          cursor: pointer;
      }

      #div_ccpp_dialog input[type="text"] {
          border-radius: 10px;
          border: none;
          padding: 0 10px;
          background-color: rgba(201, 201, 201, 0.5);
          color: #696969;
          height: 25px;
          margin-bottom: 5px;
          width: 80%;
          max-width: 300px;
      }

      #div_ccpp_dialog textarea {
        width: 80%;
        background-color: rgba(201, 201, 201, 0.5);
        color: #696969;
        border-radius: 5px;
        resize: none;
        border: none;
        margin-left: 10px;
        margin: 3px;
      }

      #div_exp_index_res_form input[type="text"],
      #div_exp_index_res_form select {
        border-radius: 10px;
        border: none;
        padding: 0 10px;
        background-color: #d3d3d3;
        color: #696969;
        height: 25px;
        margin-right: 15px;
        margin-left: 10px;
      }

      #div_exp_index_res_form table tr {
        display: flex;
        margin: 15px;
      }

      #div_exp_plant_form tr td div {
        margin: 15px 0px;
      }

      #div_inquiry_form b {
        display: block;
      }

      #div_inquiry_information {
        overflow: hidden;
      }

      #div_inquiry_information .regulartable tbody tr td:first-child {
        position: inherit;
      }

      #div_inquiry_information .frame {
        height: auto;
      }

      #div_inquiry_information .frame .regulartable thead tr th:first-child {
        position: inherit;
      }

      #div_inquiry_relationship a {
        font-size: 12px;
        text-decoration: underline;
        color: #000000;
      }

      #div_inquiry_relationship a:hover {
        color: #a6662a;
      }

      #div_inquiry_status {
        margin-top: 14px;
        margin-left: 2%;
      }

      #div_inquiry_worktable {
        overflow: scroll;
      }

      @media all and (max-width: 802px) {
        #div_maintain_user_role_form table.formtable th {
          font-size: 12px;
          width: 100px;
        }
      }

      #div_maintain_user_role_grid {
          overflow: scroll;
      }

      #div_maintenance {
        padding: 0;
        margin: 10px 10px;
      }

      #div_maintenance .radio-contents label {
        background-color: #ff8a00;
        color: #fff;
        text-align: center;
        min-width: 60px;
        padding: 5px 10px;
        border-radius: 20px;
        transition: 0.5s;
        margin-left: 15px;
        font-weight: 300;
      }

      #div_maintenance .radio-contents label:hover {
        cursor: pointer;
        background-color: #e77f00;
      }

      #div_maintenance .radio-contents input[type="radio"] {
        display: none;
      }

      #div_missing_tests {
        margin-left: 5px;
        font-size: 13px;
        color: rgb(216, 0, 0);
      }

      #div_submit_button_top .readonly,
      #div_submit_button_bottom .readonly {
        background: rgb(255, 138, 0, 0.5);
        border-radius: 10px;
        padding: 5px 5px;
        border: none;
        font-weight: 500;
        color: white;
        cursor: pointer;
        font-size: 14px;
      }

      #div_submit_button_top .readonly:hover,
      #div_submit_button_bottom .readonly:hover {
        background: rgb(255, 138, 0, 0.5);
      }

      #div_submit_button_top,
      #div_submit_button_bottom {
        margin: 2%;
      }

      #div_submit_button_top input,
      #div_submit_button_bottom input {
        background: rgb(255, 138, 0);
        border-radius: 10px;
        padding: 5px 5px;
        border: none;
        font-weight: 500;
        color: white;
        cursor: pointer;
      }

      #div_submit_button_top input:hover,
      #div_submit_button_bottom input:hover {
        background-color: #e77f00;
      }

      #exit_btn {
        margin-top: 50px;
        height: 42px;
        width: 132px;
        margin-left: 24%;
        background-color: #ff8b00;
        border: none;
        box-shadow: 4px 4px 2px rgb(0, 0, 0, 0.25);
        border-radius: 25px;
        margin-bottom: 20px;
      }

      #exit_btn:hover {
        background-color: #e77f00;
      }

      #exit_btn a {
        color: #ffffff;
        text-decoration: none;
      }

      #exit_btn a:hover {
        background: none;
        text-decoration: none;
      }

      #ExpPlantFrm table.formtable th {
        width: auto;
        min-width: none;
      }

      #general_info_edit {
        display: none;
        width: 100%;
      }

      #generalInfoFrm table.formtable th {
        width: 10%;
      }

      #general-section {
        grid-area: general;
      }

      #header_logo {
        display: flex;
        align-items: center;
      }

      #header_logo img {
        margin-left: auto;
        margin-right: auto;
        max-width: 155px;
        height: auto;
      }

      @media all and (max-width: 500px) {
        #header_logo img {
          width: 120px;
          padding: 0;
        }
      }

      @media (min-width: 501px) and (max-width: 802px) {
        #header_logo img {
          width: 140px;
          padding-left: 25%;
        }
      }

      @media all and (max-width: 802px) {
        #introductionOptionFrm .formtable tr {
          justify-content: flex-start;
        }

        #introductionOptionFrm .formtable input {
          width: auto;
          margin-right: 10px;
        }
      }

      #ippn_lookup_iframe {
        background-color: #f1f1f1;
      }

      #leftmenu {
        display: flex;
        flex-direction: column;
        width: 15vw;
        min-width: 237px;
        max-width: 330px;
        background: #374c64;
        padding: 0;
        padding-bottom: 25px;
        box-shadow: 6px 4px 4px rgb(0, 0, 0, 0.25);
        min-height: -webkit-fill-available;
      }

      @media all and (max-width: 802px) {
        #leftmenu {
          z-index: 1;
          top: 0;
          min-height: 100%;
        }
      }

      @media all and (max-width: 500px) {
        #leftmenu {
          min-width: 215px;
          min-height: 100%;
        }
      }

      #letters {
        display: block;
        width: 40px;
        height: 37px;
        background: url("utilities.getimage?pImageName=letter.png") no-repeat 0 0;
      }

      #letters:hover {
        background: url("utilities.getimage?pImageName=letter.png") no-repeat 0 0;
      }

      #letters span {
        position: absolute;
        top: -999em;
      }

      #loginFrm {
        width: fit-content;
        background-color: #000000b7;
        border-radius: 15px;
      }

      #loginFrm input[type="text"],
      #loginFrm input[type="password"] {
        background-color: #72727259;
        border-radius: 15px;
        height: 24px;
        border: none;
        padding-left: 10px;
        color: #fff;
        font-size: 16px;
        width: 90%;
      }

      #msg_box_id {
        height: 10px;
        color: #ff0000;
        visibility: none;
      }

      #maintain_tables {
        display: block;
        width: 40px;
        height: 37px;
        background: url("utilities.getimage?pImageName=maintain_tables.png") no-repeat 0 0;
      }

      #maintain_tables:hover {
        background: url("utilities.getimage?pImageName=maintain_tables.png") no-repeat 0 0;
      }

      #maintain_tables span {
        position: absolute;
        top: -999em;
      }

      #maintainCACityCountyForm table.formtable th {
        width: auto;
        min-width: none;
      }

      #maintainIntroOptionsForm table.formtable th,
      #maintainLabTestsForm table.formtable th {
        width: 15%;
      }

      #nav-link-grid {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
          "general budwood-dis"
          "new-budwood var-intro";
        row-gap: 35%;
        column-gap: 5%;
        margin: 25px 20%;
      }

      @media all and (max-width: 1200px) {
        #nav-link-grid {
          grid-template-rows: 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr;
          grid-template-areas:
            "general"
            "budwood-dis"
            "new-budwood"
            "var-intro";
          row-gap: 25px;
          justify-self: center;
          margin: 0 5px;
        }
      }

      #new-budwood-dis-section {
        grid-area: new-budwood;
      }

      #page_banner {
        display: flex;
        align-items: center;
        width: auto;
        background-color: #374C64;
        padding-top: 10px;
      }

      @media all and (max-width: 500px) {
        #page_banner {
          justify-content: center;
          flex-direction: column;
          row-gap: 10px;
        }
      }

      #page_banner #application_title {
        font-size: 2rem;
        margin-right: 12%;
        flex-grow: 1;
        color: #FFFFFF;
      }

      @media all and (max-width: 1200px) {
        #page_banner #application_title {
          display: flex;
          justify-content: center;
          font-size: 1.5rem;
          margin-left: 12%;
        }
      }

      @media all and (max-width: 600px) {
        #page_banner #application_title {
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          position: relative;
          font-size: 1.2rem;
          margin-left: 12%;
          margin-bottom: 10px;
          left: 0%;
        }
      }

      #page_banner #header_logo {
        margin-left: 5vw;
        width: 10%;
        min-width: 100px;
      }

      @media all and (max-width: 500px) {
        #page_banner #header_logo {
          margin: 0;
          padding: 0;
          width: auto;
        }
      }

      #pAttachment {
          margin: 5px 0px;
      }

      #pCustomeTestID {
        margin: 0;
      }

      @media all and (max-width: 802px) {
        #pending_payment_search {
          display: flex;
          align-items: center;
          margin-left: 13px;
        }
      }

      #pSubmissionYear {
        width: 120px;
        padding-left: 5px;
        padding-right: 5px;
        justify-self: end;
      }

      #process_reviews {
        display: block;
        width: 40px;
        height: 37px;
        background: url("utilities.getimage?pImageName=process_reviews.png") no-repeat 0 0;
      }

      #process_reviews:hover {
        background: url("utilities.getimage?pImageName=process_reviews.png") no-repeat 0 0;
      }

      #process_reviews span {
        position: absolute;
        top: -999em;
      }

      #registrationForm {
        width: fit-content;
        background-color: #000000b7;
        border-radius: 15px;
      }

      #registrationForm input[type="text"],
      #registrationForm input[type="password"] {
        background-color: #72727259;
        border-radius: 15px;
        height: 24px;
        border: none;
        padding-left: 10px;
        color: #fff;
        font-size: 16px;
        width: 90%;
      }

      #reports {
        display: block;
        width: 40px;
        height: 37px;
        background: url("utilities.getimage?pImageName=reports.png") no-repeat 0 0;
      }

      #reports:hover {
        background: url("utilities.getimage?pImageName=reports.png") no-repeat 0 0;
      }

      #reports span {
        position: absolute;
        top: -999em;
      }

      #rightcontent {
        display: flex;
        justify-self: center;
        flex-direction: column;
        font-size: 20px;
        color: #4f4f4f;
        padding: 10px 20px;
        margin-top: 100px;
        margin-left: 10%;
        margin-right: 5%;
        width: auto;
      }

      @media all and (max-width: 802px) {
        #rightcontent {
          font-size: 0.9rem;
          margin-left: 5%;
          margin-top: 20%;
        }
      }

      @media all and (max-width: 500px) {
        #rightcontent {
          font-size: 0.9rem;
          margin-left: 2%;
        }
      }

      #rightcontent div p {
        text-align: left;
        margin-top: 35px;
      }

      @media all and (max-width: 1511px) {
        #rightcontent div p {
          font-size: 16px;
        }
      }

      @media all and (max-width: 802px) {
        #rightcontent p {
          margin-top: 10%;
        }
      }

      #rightcontent #email {
        text-align: center;
        margin-top: 15%;
      }

      #search_engine {
        display: block;
        width: 40px;
        height: 37px;
        background: url("utilities.getimage?pImageName=search_engine.png") no-repeat 0 0;
      }

      #search_engine:hover {
        background: url("utilities.getimage?pImageName=search_engine.png") no-repeat 0 0;
      }

      #search_engine span {
        position: absolute;
        top: -999em;
      }

      #tabmenu #div_inquiry_information,
      #tabmenu .frame {
        height: auto;
      }

      #text-overlay {
        z-index: 11;
        display: flex;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: -262px;
      }

      @media all and (max-width: 550px) {
        #text-overlay {
          top: 30%;
          left: 0;
          margin-top: 0;
          margin-left: 0;
          margin-right: 0;
          width: 100%;
          height: auto;
        }

        #text-overlay li {
          white-space: normal;
          float: left;
          width: 100%;
          height: auto;
          word-wrap: break-word;
          margin-right: 25px;
          margin-left: -10px;
        }
      }

      #tabmenu {
        margin: 0 2vw;
      }

      #tabmenu .btn_container button {
        height: 28px;
        font-size: .9em;
      }

      #tabmenu #div_inquiry_form table.formtable td {
        display: block;
      }

      #tabmenu .formtable {
        display: flex;
        align-items: center;
      }

      #tabmenu .formtable input[type="radio"] {
        width: auto;
      }

      #tabmenu .formtable input[type="text"],
      #tabmenu .formtable select {
        border-radius: 10px;
        border: none;
        padding: 0 10px;
        background-color: #d3d3d3;
        color: #696969;
        height: 25px;
        margin-right: 15px;
        margin-left: 10px;
      }

      @media all and (max-width: 802px) {
        #tabmenu .formtable input,
        #tabmenu .formtable select {
          width: 80%;
        }

        #tabmenu .formtable tr .radio-contents {
          display: contents;
        }
      }

      #tabmenu .formtable tbody {
        width: 100%;
      }

      #tabmenu .formtable tr {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 10px 0;
        width: 95%;
      }

      #tabmenu .regulartable {
        overflow: scroll;
      }

      #tabmenu table.formtable th {
        width: 20%;
        min-width: 75px;
        padding-right: 0;
      }

      #tabmenu table.formtable td {
        display: flex;
        align-items: center;
      }

      @media all and (max-width: 500px) {
        #tabmenu table.formtable td {
          margin-left: 25px;
        }
      }

      #tabmenu textarea {
        width: 85%;
        background-color: #d3d3d3;
        color: #696969;
        border-radius: 5px;
        resize: none;
        border: none;
        margin-left: 10px;
      }

      #tabmenu .ui-widget-header {
        display: flex;
        flex-wrap: wrap;
      }

      @media all and (max-width: 802px) {
        #tabmenu .ui-widget-header {
          font-size: 13px;
        }
      }

      #testToggle {
        font-size: 12px;
        padding: 0;
        height: 28px;
        margin: 10px 5px;
      }

      #under_q_search tr>* {
        flex: 0;
      }

      #under_q_search tr {
        justify-content: space-around;
      }

      #var-intro-section {
        grid-area: var-intro;
      }
    

      .btn_container {
        display: flex;
        align-items: center;
        margin-left: 8em;
        margin-right: 8em;
        margin-bottom: 10px;
        justify-content: space-between;
        row-gap: 10px;
        flex-wrap: wrap;
      }

      @media all and (max-width: 802px) {
        .btn_container {
          margin-left: 2vw;
          margin-right: 2vw;
          flex-wrap: wrap;
          row-gap: 10px;
          justify-content: space-evenly;
        }
      }

      .btn_container button:hover {
        background-color: #e77f00;
        cursor: pointer;
      }

      .btn_container input {
        border-radius: 30px;
        border-style: none;
        background-color: #ff8a00;
        color: #ffffff;
        height: 32px;
        width: fit-content;
        min-width: 98px;
        cursor: pointer;
      }

      .btn_container input:hover {
        background-color: #e77f00;
        cursor: pointer;
      }

      .btn_container input.excel-btn {
        border-radius: 30px;
        border-style: none;
        background-color: #2e8d1e;
        color: #ffffff;
        height: 32px;
        width: 157px;
        min-width: 125px;
      }

      .btn_container input.excel-btn:hover {
        border-radius: 30px;
        border-style: none;
        background-color: #297c1a;
        color: #ffffff;
        height: 32px;
        width: 157px;
        cursor: pointer;
      }

      @media all and (max-width: 802px) {
        .btn_container input:nth-child(2) {
          margin-left: 0;
        }
      }

      .btn_main_menu {
        background-color: #FF8A00;
        color: #FFFFFF;
        border-radius: 30px;
        height: 42px;
        width: 134px;
        border-style: none;
        margin-left: 8em;
        margin-bottom: 1em;
        cursor: pointer;
      }

      @media all and (max-width: 802px) {
        .btn_main_menu {
          margin-left: 2vw;
          font-size: 0.75rem;
          width: 7em;
          height: 3em;
        }
      }

      .btn_main_menu:hover {
        background-color: #E77F00;
      }

      .card-section {
        border-top: solid #e77f00 4px;
        box-shadow: #00000083 6px 10px 5px;
        max-width: 600px;
        background-color: rgba(255, 255, 255, 0.712);
        margin-bottom: 10px;
      }

      @media all and (max-width: 1200px) {
        .card-section {
          justify-self: center;
          width: 90%;
        }
      }

      .card-section .pagetitle {
        margin: 10px;
        white-space: normal;
      }

      .card-section li {
        margin-right: 5px;
      }

      .center {
        display: flex;
        align-items: center;
        flex-direction: column;
      }

      .clear {
        clear: both;
      }

      .confirmation {
        padding: 2px;
        color: #ff0000;
      }

      @media all and (max-width: 1511px) {
        .date-input {
          max-width: 70px;
          margin-right: 5px;
          margin-left: 5px;
        }
      }

      .date_range {
        display: flex;
        align-items: center;
      }

      .disabled {
        color: gray;
      }

      .doubleScroll-scroll-wrapper {
        scrollbar-color: rgb(187, 187, 187) #f1f1f1;
        scrollbar-width: thin;
      }

      .doubleScroll-scroll-wrapper::-webkit-scrollbar {
        height: 6px;
        width: 0;
      }

      .doubleScroll-scroll-wrapper::-webkit-scrollbar-track {
        background: rgb(199, 199, 199);
      }

      .doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb {
        background: rgb(175, 175, 175);
      }

      .doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb:hover {
        background: rgb(156, 156, 156);
      }

      .error {
        font-size: 12px;
        font-family: "Inter", sans-serif;
        color: #ff0000;
        display: block;
      }

      .error_field {
        background-color: #ffffff;
        margin: 0px;
        color: red;
      }

      .even {
        background-color: rgb(219, 219, 219);
      }

      .excel-btn {
        border-radius: 30px;
        border-style: none;
        background-color: #2e8d1e;
        color: #ffffff;
        height: 32px;
        width: 157px;
        min-width: 125px;
      }

      .excel-btn:hover {
        border-radius: 30px;
        border-style: none;
        background-color: #297c1a;
        color: #ffffff;
        height: 32px;
        width: 157px;
        cursor: pointer;
      }

      .fadeout{
        -webkit-animation-name: animatetopreversed;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetopreversed;
        animation-duration: 0.4s;
      }

      .formtable {
        margin: 2em;
      }

      @media all and (max-width:780px) {
        .formtable {
          margin: 0;
        }
      }

      .flex_container {
        display: flex;
        flex-direction: row;
        min-height: 100vh;
      }

      .floatBtn {
        float: left;
        padding-right: 3px;
        margin-left: 2%;
        margin-top: 20px;
      }

      .frame {
        border-top: 1px solid #ece9d8;
        border-right: 1px solid #ece9d8;
        border-bottom: 1px solid #ece9d8;
        border-left: 1px solid #ece9d8;
        overflow: scroll;
        /* for locked header  */
        position: relative;
        padding: 0 4px;
        max-height: 95vh;
        overflow-y: auto;
        scrollbar-color: rgb(187, 187, 187) #f1f1f1;
        scrollbar-width: thin;
      }

      .frame::-webkit-scrollbar {
        height: 6px;
        width: 0;
      }

      .frame::-webkit-scrollbar-track {
        background: rgb(199, 199, 199);
      }

      .frame::-webkit-scrollbar-thumb {
        background: rgb(175, 175, 175);
      }

      .frame::-webkit-scrollbar-thumb:hover {
        background: rgb(156, 156, 156);
      }

      .frame .regulartable tbody tr td:first-child {
        position: sticky;
        left: -5px;
        top: 0;
        z-index: 0;
      }

      .frame .regulartable thead tr th:first-child {
        left: -5px;
        top: -2px;
        z-index: 3;
      }

      .homelink div {
        font-size: 16px;
      }

      .hidden {
        display: none;
      }

      .hide-asterisk::after {
        display: none;
      }

      .inquiry_info {
        margin-top: 14px;
        margin-left: 2%;
      }

      .intro_options input {
        border-radius: 30px;
        border-style: none;
        background-color: #ff8a00;
        color: #ffffff;
        height: 32px;
        width: fit-content;
        min-width: 98px;
        cursor: pointer;
      }

      .intro_options {
        margin: 0.8em;
        line-height: 18px;
      }

      .intro_options input:hover {
        background-color: #e77f00;
        cursor: pointer;
      }

      .intro_radio {
        width: 150px;
      }

      .large_font {
        font-size: 15px;
      }

      .large_font a {
        font-size: 15px;
      }

      .largeFont select,
      .largeFont option {
        color: #000000;
        font-size: 18px;
      }

      .left_aligned {
        text-align: left;
      }

      .login-background {
        background-image: url("https://ccppdms.ucr.edu/ccppdms/docs/login-background.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 100vh;
      }

      .login-background #page_banner {
        background-color: rgba(0, 0, 0, 0.28);
      }

      .login-wrapper {
        margin-top: 22vh;
        display: flex;
        justify-content: center;
        margin-left: 5px;
        margin-right: 5px;
      }

      .login-wrapper h2 {
        color: #fff;
        margin: 15px;
      }

      .login-wrapper th,
      .login-wrapper a {
        color: #fff;
        font-size: 14px;
      }

      .login-wrapper a:hover {
        color: #e77f00;
      }

      .login-options {
        margin: 15px 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
      }

      .login-options a {
        text-decoration: none;
      }

      .login-options input {
        background-color: #ff8a00;
        color: #ffffff;
        border-radius: 30px;
        height: 26px;
        width: 84px;
        border-style: none;
        cursor: pointer;
      }

      .login-options input:hover {
        background-color: #e77f00;
      }

      .modal {
        display: none;
        /* Hidden by default */
        position: absolute;
        /* Stay in place */
        z-index: 2;
        /* Sit on top */
        padding-top: 100px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
      }

      .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 2px 16px;
        border: 1px solid #888;
        border-radius: 15px;
        width: 50%;
      }

      .nav_option {
        display: flex;
        margin-left: 25px;
        margin-right: 25px;
      }

      .nav_option p {
        display: inline;
        font-size: 1rem;
        color: #ffa53a;
        margin: 0;
        margin-top: 3px;
        margin-right: 3px;
      }

      @media all and (max-width: 802px) {
        .nav_option p {
          font-size: 0.85rem;
        }
      }

      .nav_option img {
        padding-right: 25px;
        max-height: 28px;
        max-width: 28px;
        height: auto;
        align-self: center;
      }

      .nav_btn {
        position: absolute;
        top: 20px;
        left: 18px;
        cursor: pointer;
        display: none;
      }

      @media all and (max-width: 802px) {
        .nav_btn {
          display: inline;
          z-index: 2;
        }
      }

      .nav_btn div {
        width: 28px;
        height: 4px;
        background-color: #000000;
        margin: 6px 0;
        transition: 0.4s;
      }

      @media all and (max-width: 802px) {
        .nav_toggle_off {
          position: fixed;
          transition: 1s ease;
          left: -100%;
        }

        .nav_toggle_on {
          position: absolute;
          height: auto;
          transition: 1s ease;
          transition-duration: 1s;
          left: 0%;
        }
      }

      .notes {
        margin: 10px 2vw;
      }

      .next_btn {
        float: right;
        margin-right: 2vw;
        margin-top: 5px;
        margin-bottom: 5px;
        background-color: #445e7a;
        border-radius: 25px;
        padding: 6px;
      }

      .next_btn:hover {
        background-color: #ff8a00;
      }

      .next_btn a {
        color: white;
        text-decoration: none;
      }

      .odd {
        background-color: #f2f2f2;
      }

      .overlay {
        background-color: rgba(0, 0, 0, 0.50);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
      }

      @media all and (max-width: 802px) {
        .pagedisplay {
          display: block;
        }
      }

      .pager {
        margin-top: 15px;
        text-align: center;
        font-size: 15px;
      }

      .pager input[type="button"] {
        background-color: #ff8a00;
        color: #fff;
        border: none;
        border-radius: 15px;
        font-size: 16px;
        text-align: center;
        padding: 5px 15px;
        margin: 5px 5px;
      }

      .pager input[type="button"]:hover {
        background-color: #e77f00;
        cursor: pointer;
      }

      .pagetitle {
        font-size: 18px;
        font-weight: bold;
        padding: 5px 0 5px 0;
        white-space: nowrap;
      }

      .pagesubtitle {
        font-size: 18px;
        font-weight: bold;
        padding: 10px 10px 10px 10px;
        white-space: nowrap;
        color: #ffa53a;
        background: rgb(0, 0, 0, 0.2);
      }

      .prev_btn {
        float: left;
        margin-left: 2vw;
        margin-top: 5px;
        margin-bottom: 5px;
        background-color: #445e7a;
        border-radius: 25px;
        padding: 6px;
      }

      .prev_btn:hover {
        background-color: #ff8a00;
      }

      .prev_btn a {
        color: white;
        text-decoration: none;
      }

      @media all and (max-width: 802px) {
        .pagesubtitle {
          font-size: 1rem;
        }
      }

      .radio_btn {
        background-color: rgb(46, 141, 30);
        color: #ffffff;
        font-weight: 300;
        text-align: center;
        width: 80px;
        margin-right: 5px;
        transition: 0.5s;
      }

      @media all and (max-width: 1511px) {
        .radio_btn {
          margin-right: 0.5%;
        }
      }

      @media all and (max-width: 802px) {
        .radio_btn {
          max-width: 40px;
          max-height: 25px;
          margin-bottom: 0;
          height: fit-content;
        }
      }

      .radio_btn:hover {
        background-color: rgb(41, 124, 26);
        cursor: pointer;
      }

      .radio_toggle {
        border-width: 2.5px;
        transition: 0.5s;
        transform: translateY(-8px);
        box-shadow: rgba(59, 61, 63, 0.5) 8px 8px;
      }

      .regulartable input[type="text"] {
        border: solid rgba(0, 0, 0, 0.459) 1px;
        width: 30px;
      }

      .regulartable tr:nth-child(even) td {
        background-color: rgb(219, 219, 219);
      }

      .regulartable tr:nth-child(odd) td {
        background-color: #f2f2f2;
      }

      .required::after {
        content: "  *";
        font-size: 16px;
        color: red;
        margin-left: 3px;
      }

      .search {
        color: #696969;
        background-color: #d3d3d3;
        border-style: none;
        border-radius: 25px;
        height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
        max-width: 600px;
        min-width: 270px;
      }

      .search_container {
        display: flex;
        justify-content: center;
      }

      @media all and (max-width: 1511px) {
        .search_container {
          margin-top: 25px;
          margin-bottom: 15px;
          font-size: 1.3em;
        }
      }

      .search_container .advanced_search_content {
        display: none;
      }

      .search_container .advanced_search_on {
        display: flex;
      }

      .search_container input {
        border-radius: 10px;
        border-style: none;
        color: #181818;
        font-weight: bold;
        background-color: #d3d3d3;
        padding-left: 10px;
        height: 30px;
      }

      @media all and (max-width: 802px) {
        .search_container input {
          max-width: 150px;
        }
      }

      @media all and (max-width: 1511px) {
        .search_container input {
          max-width: 125px;
         }
      }

      .search_container input:focus {
        outline: none;
      }

      .search_container select {
        border-radius: 10px;
        border-style: none;
        color: #696969;
        font-weight: bold;
        background-color: #d3d3d3;
        padding-left: 10px;
        height: 30px;
      }

      @media all and (max-width: 1511px) {
        .search_container select {
          max-width: 300px;
        }
      }

      .search_container tr {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 15px;
        row-gap: 20px;
        justify-content: space-between;
      }

      @media all and (max-width: 1511px) {
        .search_container tr>* {
          flex: 2 0 32%;
        }
      }

      .search_container tr input {
        margin-right: 1em;
        margin-left: 1em;
      }

      .search_container tr p {
        display: inline;
        font-size: 14px;
        font-weight: 400;
      }

      .search_container tr select {
        margin-right: 1em;
        margin-left: 1em;
        padding-right: 10px;
      }

      .search_result {
        border-bottom: 1px solid gray;
        white-space: nowrap;
      }

      .searchBar {
        background-color: #d3d3d3;
        color: #696969;
        border-radius: 10px;
        width: 80%;
        height: 22px;
        max-width: 250px;
        border: none;
        padding: 2px 10px;
      }

      .second-col-lock thead th:nth-child(2) {
        position: sticky;
        left: 16px;
        z-index: 3;
      }

      .second-col-lock tr td:nth-child(2) {
        position: sticky;
        left: 18px;
        z-index: 1;
      }

      .select-md {
        width: 80%;
        max-width: 209px;
      }

      .selectContainer {
        width: 80%;
      }

      .selected {
        color: gray;
      }

      .sticky {
        position: sticky;
        top: -2px;
        z-index: 1;
      }

      .table-section {
        scrollbar-color: rgb(187, 187, 187) #f1f1f1;
        scrollbar-width: thin;
        overflow: scroll;
      }

      .table-section::-webkit-scrollbar {
        height: 6px;
        width: 0;
      }

      .table-section::-webkit-scrollbar-track {
        background: rgb(199, 199, 199);
      }

      .table-section::-webkit-scrollbar-thumb {
        background: rgb(175, 175, 175);
      }

      .table-section::-webkit-scrollbar-thumb:hover {
        background: rgb(156, 156, 156);
      }

      .tablesorter-header-inner {
        color: #ffffff;
      }

      .tablesorter .filtered {
        display: none;
      }

      .title {
        border: solid 1px #999999;
        padding: 2px;
        font-weight: bold;
        font-size: larger;
      }

      .tooltip {
        position: relative;
        display: inline-block;
        color: blue;
      }

      .tooltip:hover {
        cursor: pointer;
        color: #e77f00;
      }

      .tooltip span {
        z-index: 0;
      }

      .tooltip-text input[type="button"] {
        background-color: #ff8a00;
        color: rgb(253, 252, 252);
        border: none;
        border-radius: 20px;
        padding: 5px 10px;
        cursor: pointer;
      }

      .tooltip-text input[type="button"]:hover {
        background-color: #e77f00;
      }

      .tooltip .tooltip-text {
        padding: 5px 5px;
        background-color: white;
        color: black;
        white-space: nowrap;
        border: 1px solid black;
        position: absolute;
        z-index: 1;
        top: 110%;
        left: 0;
        z-index: 4;
      }

      .tooltip .tooltip-text:hover {
        cursor: auto;
      }

      .under_q_table a:hover {
        color: #fff;
      }

      .video_container {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .video_container iframe {
        width: 500px;
        height: 300px;
      }

      @media all and (max-width: 802px) {
        .video_container iframe {
          width: 300px;
          height: 180px;
        }
      }
    
