body {
  padding: 0px;
  margin: 0px;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: Georgia, serif;
  font-size: 14px;
}
body label,
body a {
  font-size: 14px;
}
body a {
  color: #6498ad;
}
body input :hover,
body a:hover {
  color: #748f5c;
  /*background-color: white;*/

}
#body-row {
  margin-left: 0;
  margin-right: 0;
}
#body-row .card {
  margin-bottom: 25px;
}
#body-row #cardid {
  border: none;
}
#body-row #card-content {
  margin-top: 80px;
  padding: 2.25rem;
}
#body-row .row .login-logo {
  margin-bottom: 20px;
  text-align: center;
}
#sidebar-container {
  min-height: 100vh;
  background-color: #6498ad;
  padding: 0;
}
#sidebar-container .list-group-item {
  border: none;
}
#sidebar-container .list-group-item-action:hover {
  color: #748f5c;
}
#sidebar-container a span:first-child {
  font-size: x-large;
}
/* Sidebar sizes when expanded and expanded */

.sidebar-expanded {
  width: 212px;
}
.sidebar-collapsed {
  width: 65px;
}
/* Menu item*/

#sidebar-container .list-group a {
  height: 50px;
  color: white;
}
/* Submenu item*/

#sidebar-container .list-group .sidebar-submenu a {
  height: 45px;
  padding-left: 30px;
}
.sidebar-submenu {
  font-size: 0.9rem;
}
/* Separators */

.sidebar-separator-title {
  background-color: #333;
  height: 35px;
}
.sidebar-separator {
  background-color: #333;
  height: 25px;
}
.logo-separator {
  background-color: #333;
  height: 60px;
}
/* Closed submenu icon */

#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */

#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #748f5c;
  background-color: transparent;
}
button.btn-primary,
button.btn.btn-secondary,
html [type="button"],
[type="reset"],
[type="submit"] {
  background-color: #6498ad;
  color: #fff;
}
button.btn.btn-danger {
  background-color: firebrick !important;
  color: #fff;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #748f5c;
}
.btn:focus,
.btn.focus {
  box-shadow: none;
}
.checkbox {
  padding-top: 20px;
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #6498ad;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #6498ad;
}
.form-control:focus {
  box-shadow: none;
}
table thead > tr {
  background-color: #6498ad;
  color: #fff;
  border-bottom: none;
}
table th {
  background-color: #6498ad;
  color: #fff;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0px;
  border-bottom: none;
  font-weight: 400;
}
.table-bordered th,
.table-bordered td {
  padding: 0.4rem;
}
.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #6498ad;
  color: #fff;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #e9ecef;
  color: #748f5c;
}
label.bold {
  font-weight: bold !important;
}
.a-primary {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #6498ad;
  color: #fff;
  box-shadow: none;
}
.bigFont {
  font-size: 20px;
}
.bigFontPH {
  font-size: 30px;
  color: steelblue;
}
#login .container #login-row #login-column #login-box {
  margin-top: 120px;
  max-width: 600px;
  height: 320px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
}
#login-id .card {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.login-block {
  background: #DE6262;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #FFB88C, #DE6262);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: rgba(100, 146, 173, 0.65);
  float: left;
  width: 100%;
  padding: 50px 0;
}
.banner-sec {
  /*background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom;*/
  background-size: cover;
  min-height: 500px;
  border-radius: 0 10px 10px 0;
  padding: 0;
}
.container {
  background: #fff;
  border-radius: 10px;
  /*box-shadow: 15px 20px 0px rgba(0,0,0,0.1);*/

}
.carousel-inner {
  border-radius: 0 10px 10px 0;
}
.carousel-caption {
  text-align: left;
  left: 5%;
}
.login-sec {
  padding: 50px 30px;
  position: relative;
}
.login-sec .copy-text {
  position: absolute;
  width: 80%;
  bottom: 20px;
  font-size: 13px;
  text-align: center;
}
.login-sec .copy-text i {
  color: #FEB58A;
}
.login-sec .copy-text a {
  color: #E36262;
}
.login-sec h2 {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 30px;
  /*color: #DE6262;*/

}
.login-sec h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  /*background: #FEB58A;*/
  display: block;
  margin-top: 20px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}
.btn-login {
  /*background: #DE6262;*/
  color: #fff;
  font-weight: 600;
}
.banner-text {
  width: 70%;
  position: absolute;
  bottom: 40px;
  padding-left: 20px;
}
.banner-text h2 {
  color: #fff;
  font-weight: 600;
}
.banner-text h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FFF;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}
.banner-text p {
  color: #fff;
}
/* register */

.tab-content > .tab-pane {
  display: block;
}
#myTabContent {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 5;
  overflow: hidden;
  margin-top: 25px;
}
#myTabContent .tab-pane {
  position: absolute;
  top: 0;
  padding: 10px 40px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
#login,
.content-3 {
  -webkit-transform: translateX(-250px);
  -moz-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
#newuser,
.content-4 {
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  -o-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}
@keyframes page {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes page {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes page {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes page {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes page {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;
  }
}
.register {
  /*background: -webkit-linear-gradient(left, #1143a6, #00c6ff);*/
  margin-top: 3%;
  padding: 3%;
  background-color: #6498ad;
}
.register-left {
  text-align: center;
  color: #fff;
  margin-top: 13%;
}
.register-left input {
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  width: 60%;
  background: #f8f9fa;
  font-weight: bold;
  color: #383d41;
  margin-top: 30%;
  margin-bottom: 3%;
  cursor: pointer;
}
.register-right {
  background: #f8f9fa;
  border-top-left-radius: 15% 50%;
  border-bottom-left-radius: 15% 50%;
}
.register-left img {
  margin-top: 15%;
  margin-bottom: 5%;
  width: 100%;
  /*-webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;*/

}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.register-left p {
  font-weight: lighter;
  padding: 12%;
  margin-top: -9%;
}
/*.register .register-form {
}*/

.register .nav-tabs {
  margin-top: 1%;
  border: none;
  background: #0062cc;
  border-radius: 20px;
  width: 40%;
  float: right;
}
#myTab .nav-item {
  padding: 5px 3px;
  text-align: center;
  display: block;
  margin: 0px 6px;
}
.register .nav-tabs .nav-link {
  padding: 2%;
  /*height: 34px;*/
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover {
  border: none;
}
.register .nav-tabs .nav-link.active {
  /*width: 100px;*/
  color: #0062cc;
  border: 2px solid #0062cc;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.register-heading {
  text-align: center;
  color: #1143a6;
}
#login.active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all ease-out 0.2s 0.1s;
  transition: all ease-out 0.2s 0.1s;
}
#newuser.active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all ease-out 0.2s 0.1s;
  transition: all ease-out 0.2s 0.1s;
}
/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #loginId .text-danger {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  #loginId .text-danger {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1000px) {
  
}
#loginId a {
  color: #6498ad;
}
.note {
  text-align: center;
  height: 80px;
  background: -webkit-linear-gradient(left, #0072ff, #8811c5);
  color: #fff;
  font-weight: bold;
  line-height: 80px;
}
.form-content {
  padding: 5%;
  border: 1px solid #ced4da;
  margin-bottom: 2%;
}
/*.form-control {
    border-radius: 1.5rem;
}*/

.btnSubmit {
  border: none;
  border-radius: 1.5rem;
  padding: 1%;
  width: 20%;
  cursor: pointer;
  background: #0062cc;
  color: #fff;
}
body {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  /*background-color: #f5f8fa;*/

}
.my-form {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.my-form .row {
  margin-left: 0;
  margin-right: 0;
}
.login-form {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.login-form .row {
  margin-left: 0;
  margin-right: 0;
}
.mdhs-color {
  color: #6498ad;
}
#userdataId .table-bordered {
  border: none;
}
#userdataId #userDataGrid tr td:not(last-child) {
  border-bottom: none;
}
#agencydataId .table-bordered {
  border: none;
}
#agencydataId #agencyDataGrid tr td:not(last-child) {
  border-bottom: none;
}
.form-control {
  border-radius: 0.3rem !important;
  font-size: inherit;
}
.text-danger {
  padding: 5px;
}
.text-table-valid-left {
  justify-content: left;
  display: flex;
  color: red;
}
#edituserModalBody .agencyid {
  max-width: none;
}
.modal hr {
  border: 2px solid #748f5c;
}
.seperator:after {
  content: " ";
  display: block;
  border-bottom: 0.5px solid #9E9E9E;
  margin-bottom: 20px;
  margin-top: 5px;
}
#viewFairHearing {
  overflow-y: scroll !important;
}
#declineUserModal .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  margin: 0 auto;
}
#CasePlanModal .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 70%;
  margin: 0 auto;
}
.page-item.active .page-link {
  background-color: #6498AD;
}
.page-link {
  color: #6498AD;
}
#filterrow {
  height: 2rem;
  width: 10rem;
  margin: 10px;
}
#userDataGrid1_filter,
#lockedClientsGrid_filter,
#sanctionedClientsGrid_filter,
#wfaClientsGrid_filter,
#matchedClientsGrid_filter,
#datableid_filter,
#hholdInvalidId_filter,
#cwClientsId_filter,
#vreqDataGrid1_filter {
  float: right;
  margin: 9px;
}
#userDataGrid1_length label,
#lockedClientsGrid_length label,
#sanctionedClientsGrid_filter label,
#wfaClientsGrid_filter label,
#matchedClientsGrid_length label,
#datableid_length label,
#apptId_length label,
#hholdInvalidId_length label,
#cwClientsId_length label,
#vreqDataGrid1_length label {
  margin-top: 8px;
  display: inline-flex;
}
#userDataGrid1_length label .form-control,
#lockedClientsGrid_length label .form-control,
#sanctionedClientsGrid_filter label .form-control,
#wfaClientsGrid_filter label .form-control,
#matchedClientsGrid_length label .form-control,
#datableid_length label .form-control,
#apptId_length label .form-control,
#hholdInvalidId_length label .form-control,
#cwClientsId_length label .form-control,
#vreqDataGrid1_length label .form-control {
  padding-right: 5px;
}
#agencyDataGrid1_filter {
  float: right;
  margin: 9px;
}
#agencyDataGrid1_length label {
  margin-top: 8px;
  display: inline-flex;
}
#agencyDataGrid1_length label .form-control {
  padding-right: 5px;
}
#myTabContent .form-control {
  padding: 0.5rem 0.75rem;
}
#myTabContent input {
  max-width: none;
}
#myTabContent .form-group {
  margin-bottom: 3rem;
}
#myTabContent .linkforgot {
  color: #748f5c;
}
.forgotsuccessmsg {
  font-size: 12px;
  font-weight: bold;
}
.form-control {
  line-height: inherit;
}
.btnreg {
  margin-right: 70px;
}
#registerId select {
  max-width: 385px;
}
#linklogin a {
  color: #6498ad;
}
.forgotlbl {
  color: #333;
}
.gj-datepicker-md {
  position: absolute;
  line-height: inherit;
  min-width: 280px;
}
.gj-textbox-md {
  padding: 0.375rem 0.75rem;
}
.gj-icon {
  top: 7px !important;
}
.gj-picker {
  /*background-color:#6498ad !important;*/
  color: #6498ad !important;
}
#errorModallogin .modal-header {
  background-color: firebrick !important;
  color: #fff;
}
#errorModallogin .modal-header a {
  color: #fff;
}
#forgotPwdId .gj-datepicker-md {
  position: sticky;
}
/*.tooltip-inner {
    border:#DE6262;
    background-color: #fff;
    color:#748f5c;
}*/

@media only screen and (max-width: 750px) {
  .gj-datepicker-md {
    position: sticky;
  }
}
::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 500;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
:-moz-placeholder {
  font-style: italic;
  font-weight: 500;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
::-moz-placeholder {
  font-style: italic;
  font-weight: 500;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
:-ms-input-placeholder {
  font-style: italic;
  font-weight: 500;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
/*#AgencyID {
    select option:first-child {
        font-style: italic;
        color: red;
    }
}*/

#userdataId1 table tbody {
  text-align: left;
}
#userDataGrid1_wrapper > div:nth-child(1) > div:nth-child(2) {
  padding-right: 2px;
  /*Move the clear filter icon closer to the filter textbox*/

}
#userDataGrid1_wrapper .row:nth-child(2),
#vreqDataGrid1_wrapper .row:nth-child(2) {
  display: inherit;
}
#agencydataId1 table tbody {
  text-align: left;
}
#agencyDataGrid1_wrapper > div:nth-child(1) > div:nth-child(2) {
  padding-right: 2px;
  /*Move the clear filter icon closer to the filter textbox*/

}
#editVendor #vendorNameid,
#editVendor #vendorAddid {
  max-width: none;
}
#sidebar-container .list-group-item {
  padding: 0.5rem 1rem;
}
#forgotPwdId > div:nth-child(5) > div {
  background: white;
  /*Make the background color of the Date of Birth picker white on the Forgot Password page so it doesn't look disabled*/

}
/*#addOverrideid{
    vertical-align:middle;
}*/

.aligncheck {
  vertical-align: middle;
}
#addrVeriMelNotFoundModalAdd .modal-header {
  border-bottom: 2px solid #748f5c;
}
#addrVeriMelNotFoundModalAdd .modal-header h5 {
  margin-top: 0.5rem !important;
}
#addnewChildVendorid #MasterVendor_VendorName,
#updateChildVendorId #MasterVendor_VendorName,
#addnewChildVendorid #MasterVendor_Address,
#updateChildVendorId #MasterVendor_Address,
#addnewChildVendorid #vAgencyID,
#updateChildVendorId #vAgencyID,
#addnewChildVendorid #VendorName,
#updateChildVendorId #VendorName,
#addnewChildVendorid #cvendorAddid,
#updateChildVendorId #cvendorAddid,
#addnewChildVendorid #evendorAddid,
#updateChildVendorId #evendorAddid {
  max-width: none;
}
#addnewChildVendorid #Errorid,
#updateChildVendorId #Errorid {
  padding-top: 30px;
}
#addnewChildVendorid #addoverid,
#updateChildVendorId #addoverid {
  padding-top: 35px;
}
#formuploadid .btn-primary {
  background-color: #6498ad;
}
.chkdisable {
  pointer-events: none;
  background: grey;
}
.mdbackdrop {
  background: grey;
}
.embedpdf {
  width: 100%;
  height: 750px;
}
.modal .form-group {
  margin-bottom: 0.75rem !important;
}
#liheapGridId,
#clientSearchGridId,
#ClientInformaionAppointmentGridId,
#hholdid,
#ScheduledClientAppointmentGridId,
#ArchivedAppointmentGridId,
#cwClientsId,
#ConcernsGridID,
#BudgetGridID,
#WeatherizationGridID,
#sanctionedClientsGrid,
#wfaClientsGrid,
#GrantsGridID {
  display: inline-table;
  width: inherit !important;
}
#ClientInformaionAppointmentGridId.table-bordered td {
  white-space: nowrap;
}
#liheapGridId_paginate,
#clientSearchGridId_paginate,
#ClientInformaionAppointmentGridId_paginate,
#hholdid_paginate,
#ScheduledClientAppointmentGridId_paginate,
#ArchivedAppointmentGridId_paginate,
#supervisorQueueGridId_paginate,
#curPaymentsId_paginate,
#prePaymentsId_paginate,
#CaseWorkerQueueGridId_paginate,
#RfaiQueueGridId_paginate,
#agencyQueueGridId_paginate,
#lockedClientsGrid_paginate,
#matchedClientsGrid_paginate,
#hholdInvalidId_paginate,
#datableid_paginate,
#userDataGrid1_paginate,
#apptId_paginate,
#appscheduletId_paginate,
#approvedQueueGridId_paginate,
#notApprovedQueueGridId_paginate,
#allocationVoidQueueGridId_paginate,
#allocationRFCQueueGridId_paginate,
#allocationDeniedQueueGridId_paginate,
#allocationPaidQueueGridId_paginate,
#allocationPendingQueueGridId_paginate,
#allocationCancelledQueueGridId_paginate,
#appsArchieveId_paginate,
#getPutdatableid_paginate,
#vreqDataGrid1_paginate,
#elementGLCodeDetails_paginate,
#repeatGridID_paginate,
#getPutreportdatableid_paginate,
#delegatedTableID_paginate,
#cwClientsId_paginate,
#NOSClientsQueueIdGridId_paginate,
#viewdatableid_paginate,
#viewPaydatableid_paginate,
#RfaiAndEmailBounceQueueGridId_paginate,
#ConcernsGridID_paginate,
#BudgetGridID_paginate,
#WeatherizationGridID_paginate,
#WeatherizationGridID1_paginate,
#WeatherizationGridID2_paginate,
#WeatherizationGridID3_paginate,
#VRQueueId_paginate,
#GrantsGridID_paginate {
  float: right;
}
#liheapGridId_paginate li,
#clientSearchGridId_paginate li,
#ClientInformaionAppointmentGridId_paginate li,
#hholdid_paginate li,
#ScheduledClientAppointmentGridId_paginate li,
#ArchivedAppointmentGridId_paginate li,
#supervisorQueueGridId_paginate li,
#curPaymentsId_paginate li,
#prePaymentsId_paginate li,
#CaseWorkerQueueGridId_paginate li,
#RfaiQueueGridId_paginate li,
#agencyQueueGridId_paginate li,
#lockedClientsGrid_paginate li,
#matchedClientsGrid_paginate li,
#hholdInvalidId_paginate li,
#datableid_paginate li,
#userDataGrid1_paginate li,
#apptId_paginate li,
#appscheduletId_paginate li,
#approvedQueueGridId_paginate li,
#notApprovedQueueGridId_paginate li,
#allocationVoidQueueGridId_paginate li,
#allocationRFCQueueGridId_paginate li,
#allocationDeniedQueueGridId_paginate li,
#allocationPaidQueueGridId_paginate li,
#allocationPendingQueueGridId_paginate li,
#allocationCancelledQueueGridId_paginate li,
#appsArchieveId_paginate li,
#getPutdatableid_paginate li,
#vreqDataGrid1_paginate li,
#elementGLCodeDetails_paginate li,
#repeatGridID_paginate li,
#getPutreportdatableid_paginate li,
#delegatedTableID_paginate li,
#cwClientsId_paginate li,
#NOSClientsQueueIdGridId_paginate li,
#viewdatableid_paginate li,
#viewPaydatableid_paginate li,
#RfaiAndEmailBounceQueueGridId_paginate li,
#ConcernsGridID_paginate li,
#BudgetGridID_paginate li,
#WeatherizationGridID_paginate li,
#WeatherizationGridID1_paginate li,
#WeatherizationGridID2_paginate li,
#WeatherizationGridID3_paginate li,
#VRQueueId_paginate li,
#GrantsGridID_paginate li {
  width: auto !important;
}
#liheapGridId_length > label,
#clientSearchGridId_length > label,
#ClientInformaionAppointmentGridId_length > label,
#hholdid_length > label,
#ScheduledClientAppointmentGridId_length > label,
#ArchivedAppointmentGridId_length > label,
#supervisorQueueGridId_length > label,
#curPaymentsId_length > label,
#prePaymentsId_length > label,
#CaseWorkerQueueGridId_length > label,
#RfaiQueueGridId_length > label,
#agencyQueueGridId_length > label,
#appscheduletId_length > label,
#getPutdatableid_length > label,
#approvedQueueGridId_length > label,
#notApprovedQueueGridId_length > label,
#allocationVoidQueueGridId_length > label,
#allocationRFCQueueGridId_length > label,
#allocationDeniedQueueGridId_length > label,
#allocationPaidQueueGridId_length > label,
#allocationPendingQueueGridId_length > label,
#allocationCancelledQueueGridId_length > label,
#appsArchieveId_length > label,
#elementGLCodeDetails_length > label,
#repeatGridID_length > label,
#getPutreportdatableid_length > label,
#NOSClientsQueueIdGridId_length > label,
#viewdatableid_length > label,
#viewPaydatableid_length > label,
#RfaiAndEmailBounceQueueGridId_length > label,
#ConcernsGridID_length > label,
#BudgetGridID_length > label,
#WeatherizationGridID_length > label,
#WeatherizationGridID1_length > label,
#WeatherizationGridID2_length > label,
#WeatherizationGridID3_length > label,
#VRQueueId_paginate_length > label {
  display: inline-flex;
}
#liheapGridId_filter,
#clientSearchGridId_filter,
#ClientInformaionAppointmentGridId_filter,
#hholdid_filter,
#ScheduledClientAppointmentGridId_filter,
#ArchivedAppointmentGridId_filter,
#supervisorQueueGridId_filter,
#curPaymentsId_filter,
#prePaymentsId_filter,
#CaseWorkerQueueGridId_filter,
#RfaiQueueGridId_filter,
#agencyQueueGridId_filter,
#apptId_filter,
#appscheduletId_filter,
#getPutdatableid_filter,
#approvedQueueGridId_filter,
#notApprovedQueueGridId_filter,
#allocationVoidQueueGridId_filter,
#allocationRFCQueueGridId_filter,
#allocationDeniedQueueGridId_filter,
#allocationPaidQueueGridId_filter,
#allocationPendingQueueGridId_filter,
#allocationCancelledQueueGridId_filter,
#appsArchieveId_filter,
#elementGLCodeDetails_filter,
#repeatGridID_filter,
#getPutreportdatableid_filter,
#NOSClientsQueueIdGridId_filter,
#viewdatableid_filter,
#viewPaydatableid_filter,
#RfaiAndEmailBounceQueueGridId_filter,
#ConcernsGridID_filter,
#BudgetGridID_filter,
#WeatherizationGridID_filter,
#WeatherizationGridID1_filter,
#WeatherizationGridID2_filter,
#WeatherizationGridID3_filter,
#VRQueueId_filter {
  float: right;
}
.addextracontact {
  padding-top: 30px;
}
.modal label {
  display: inline;
}
.modal .text-danger {
  padding: 2px;
}
.mdhs-grn {
  color: #748f5c;
}
.jqx-layout-group-auto-hide-content-vertical {
  width: 200px;
}
#HHSearchId .no-sorting .sort-icon {
  background: none !important;
}
#HHSearchId table thead:last-child tr td,
#HHSearchId table thead:first-child tr td {
  background: none;
}
#HHSearchId table tbody tr td {
  border-right: 1px solid #dee2e6;
}
#HHSearchId table tbody tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}
#hholdid {
  width: 100% !important;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .active {
  display: block;
}
.table th,
td {
  padding: 0.25rem !important;
}
#addeditHouseholdid .form-group,
#addeditHouseholAdddid .form-group,
#addEditEmpHealthID .form-group,
#grantMgmtId .form-group {
  margin-bottom: 0.1rem !important;
}
#addeditHouseholdid .form-group label,
#addeditHouseholAdddid .form-group label,
#addEditEmpHealthID .form-group label,
#grantMgmtId .form-group label {
  margin-bottom: 0px !important;
}
#addeditHouseholdid .entMinor,
#addeditHouseholAdddid .entMinor,
#addEditEmpHealthID .entMinor,
#grantMgmtId .entMinor {
  padding-top: 35px;
}
#addeditHouseholdid .entMinor > input,
#addeditHouseholAdddid .entMinor > input,
#addEditEmpHealthID .entMinor > input,
#grantMgmtId .entMinor > input {
  vertical-align: middle;
}
.text-ssndanger {
  color: red;
}
#advanceSearchid .span_pseudo,
#addeditHouseholdid .span_pseudo,
#addeditHouseholAdddid .span_pseudo,
#addEditHouseholdAddInfo .span_pseudo,
#householdListId .span_pseudo,
#addEditEmpHealthID .span_pseudo,
#addnewChildVendorid .span_pseudo,
#updateChildVendorId .span_pseudo,
#grantMgmtId .span_pseudo,
#advanceSearchid .chiller_cb span:before,
#addeditHouseholdid .chiller_cb span:before,
#addeditHouseholAdddid .chiller_cb span:before,
#addEditHouseholdAddInfo .chiller_cb span:before,
#householdListId .chiller_cb span:before,
#addEditEmpHealthID .chiller_cb span:before,
#addnewChildVendorid .chiller_cb span:before,
#updateChildVendorId .chiller_cb span:before,
#grantMgmtId .chiller_cb span:before,
#advanceSearchid .chiller_cb span:after,
#addeditHouseholdid .chiller_cb span:after,
#addeditHouseholAdddid .chiller_cb span:after,
#addEditHouseholdAddInfo .chiller_cb span:after,
#householdListId .chiller_cb span:after,
#addEditEmpHealthID .chiller_cb span:after,
#addnewChildVendorid .chiller_cb span:after,
#updateChildVendorId .chiller_cb span:after,
#grantMgmtId .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}
#advanceSearchid .chiller_cb,
#addeditHouseholdid .chiller_cb,
#addeditHouseholAdddid .chiller_cb,
#addEditHouseholdAddInfo .chiller_cb,
#householdListId .chiller_cb,
#addEditEmpHealthID .chiller_cb,
#addnewChildVendorid .chiller_cb,
#updateChildVendorId .chiller_cb,
#grantMgmtId .chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
#advanceSearchid .chiller_cb input,
#addeditHouseholdid .chiller_cb input,
#addeditHouseholAdddid .chiller_cb input,
#addEditHouseholdAddInfo .chiller_cb input,
#householdListId .chiller_cb input,
#addEditEmpHealthID .chiller_cb input,
#addnewChildVendorid .chiller_cb input,
#updateChildVendorId .chiller_cb input,
#grantMgmtId .chiller_cb input {
  display: none;
}
#advanceSearchid .chiller_cb input:checked ~ span,
#addeditHouseholdid .chiller_cb input:checked ~ span,
#addeditHouseholAdddid .chiller_cb input:checked ~ span,
#addEditHouseholdAddInfo .chiller_cb input:checked ~ span,
#householdListId .chiller_cb input:checked ~ span,
#addEditEmpHealthID .chiller_cb input:checked ~ span,
#addnewChildVendorid .chiller_cb input:checked ~ span,
#updateChildVendorId .chiller_cb input:checked ~ span,
#grantMgmtId .chiller_cb input:checked ~ span {
  background: #28a745;
  /*#748f5c;*/
  border-color: #6498ad;
  border: 2px solid dashed;
}
#advanceSearchid .chiller_cb input:checked ~ span:before,
#addeditHouseholdid .chiller_cb input:checked ~ span:before,
#addeditHouseholAdddid .chiller_cb input:checked ~ span:before,
#addEditHouseholdAddInfo .chiller_cb input:checked ~ span:before,
#householdListId .chiller_cb input:checked ~ span:before,
#addEditEmpHealthID .chiller_cb input:checked ~ span:before,
#addnewChildVendorid .chiller_cb input:checked ~ span:before,
#updateChildVendorId .chiller_cb input:checked ~ span:before,
#grantMgmtId .chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
#advanceSearchid .chiller_cb input:checked ~ span:after,
#addeditHouseholdid .chiller_cb input:checked ~ span:after,
#addeditHouseholAdddid .chiller_cb input:checked ~ span:after,
#addEditHouseholdAddInfo .chiller_cb input:checked ~ span:after,
#householdListId .chiller_cb input:checked ~ span:after,
#addEditEmpHealthID .chiller_cb input:checked ~ span:after,
#addnewChildVendorid .chiller_cb input:checked ~ span:after,
#updateChildVendorId .chiller_cb input:checked ~ span:after,
#grantMgmtId .chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
#advanceSearchid .chiller_cb input:disabled ~ span,
#addeditHouseholdid .chiller_cb input:disabled ~ span,
#addeditHouseholAdddid .chiller_cb input:disabled ~ span,
#addEditHouseholdAddInfo .chiller_cb input:disabled ~ span,
#householdListId .chiller_cb input:disabled ~ span,
#addEditEmpHealthID .chiller_cb input:disabled ~ span,
#addnewChildVendorid .chiller_cb input:disabled ~ span,
#updateChildVendorId .chiller_cb input:disabled ~ span,
#grantMgmtId .chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
#advanceSearchid .chiller_cb input:disabled ~ label,
#addeditHouseholdid .chiller_cb input:disabled ~ label,
#addeditHouseholAdddid .chiller_cb input:disabled ~ label,
#addEditHouseholdAddInfo .chiller_cb input:disabled ~ label,
#householdListId .chiller_cb input:disabled ~ label,
#addEditEmpHealthID .chiller_cb input:disabled ~ label,
#addnewChildVendorid .chiller_cb input:disabled ~ label,
#updateChildVendorId .chiller_cb input:disabled ~ label,
#grantMgmtId .chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
#advanceSearchid .chiller_cb input:disabled ~ label:hover,
#addeditHouseholdid .chiller_cb input:disabled ~ label:hover,
#addeditHouseholAdddid .chiller_cb input:disabled ~ label:hover,
#addEditHouseholdAddInfo .chiller_cb input:disabled ~ label:hover,
#householdListId .chiller_cb input:disabled ~ label:hover,
#addEditEmpHealthID .chiller_cb input:disabled ~ label:hover,
#addnewChildVendorid .chiller_cb input:disabled ~ label:hover,
#updateChildVendorId .chiller_cb input:disabled ~ label:hover,
#grantMgmtId .chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
#advanceSearchid .chiller_cb label,
#addeditHouseholdid .chiller_cb label,
#addeditHouseholAdddid .chiller_cb label,
#addEditHouseholdAddInfo .chiller_cb label,
#householdListId .chiller_cb label,
#addEditEmpHealthID .chiller_cb label,
#addnewChildVendorid .chiller_cb label,
#updateChildVendorId .chiller_cb label,
#grantMgmtId .chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
}
#advanceSearchid .chiller_cb span,
#addeditHouseholdid .chiller_cb span,
#addeditHouseholAdddid .chiller_cb span,
#addEditHouseholdAddInfo .chiller_cb span,
#householdListId .chiller_cb span,
#addEditEmpHealthID .chiller_cb span,
#addnewChildVendorid .chiller_cb span,
#updateChildVendorId .chiller_cb span,
#grantMgmtId .chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
#advanceSearchid .chiller_cb span:before,
#addeditHouseholdid .chiller_cb span:before,
#addeditHouseholAdddid .chiller_cb span:before,
#addEditHouseholdAddInfo .chiller_cb span:before,
#householdListId .chiller_cb span:before,
#addEditEmpHealthID .chiller_cb span:before,
#addnewChildVendorid .chiller_cb span:before,
#updateChildVendorId .chiller_cb span:before,
#grantMgmtId .chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
#advanceSearchid .chiller_cb span:after,
#addeditHouseholdid .chiller_cb span:after,
#addeditHouseholAdddid .chiller_cb span:after,
#addEditHouseholdAddInfo .chiller_cb span:after,
#householdListId .chiller_cb span:after,
#addEditEmpHealthID .chiller_cb span:after,
#addnewChildVendorid .chiller_cb span:after,
#updateChildVendorId .chiller_cb span:after,
#grantMgmtId .chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}
.searchid {
  color: #333;
  position: absolute;
  margin-left: 84px;
  margin-top: 7px;
}
.agencymaxwidth,
#DeactiveMessage {
  max-width: none;
}
.chkpadding {
  padding-top: 15px;
}
#HHSearchId .radio,
#HHIncomeID .radio,
#HHDocumentsId .radio,
#HHListId .radio {
  position: relative;
}
#HHSearchId .radio input,
#HHIncomeID .radio input,
#HHDocumentsId .radio input,
#HHListId .radio input {
  /*position: absolute;*/
  opacity: 0;
  cursor: pointer;
}
#HHSearchId .checkround,
#HHIncomeID .checkround,
#HHDocumentsId .checkround,
#HHListId .checkround {
  position: absolute;
  top: 6px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  /*border-color: #f8204f;*/
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  border-color: #6498ad;
}
#HHSearchId .radio input:checked ~ .checkround,
#HHIncomeID .radio input:checked ~ .checkround,
#HHDocumentsId .radio input:checked ~ .checkround,
#HHListId .radio input:checked ~ .checkround {
  background-color: #fff;
}
#HHSearchId .checkround:after,
#HHIncomeID .checkround:after,
#HHDocumentsId .checkround:after,
#HHListId .checkround:after {
  content: "";
  position: absolute;
  display: none;
}
#HHSearchId .radio input:checked ~ .checkround:after,
#HHIncomeID .radio input:checked ~ .checkround:after,
#HHDocumentsId .radio input:checked ~ .checkround:after,
#HHListId .radio input:checked ~ .checkround:after {
  display: block;
}
#HHSearchId .radio .checkround:after,
#HHIncomeID .radio .checkround:after,
#HHDocumentsId .radio .checkround:after,
#HHListId .radio .checkround:after {
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6498ad;
}
#HHSearchId .check,
#HHIncomeID .check,
#HHDocumentsId .check,
#HHListId .check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#HHSearchId .check input,
#HHIncomeID .check input,
#HHDocumentsId .check input,
#HHListId .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#HHSearchId .checkmark,
#HHIncomeID .checkmark,
#HHDocumentsId .checkmark,
#HHListId .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-color: #f8204f;
  border-style: solid;
  border-width: 2px;
}
#HHSearchId .check input:checked ~ .checkmark,
#HHIncomeID .check input:checked ~ .checkmark,
#HHDocumentsId .check input:checked ~ .checkmark,
#HHListId .check input:checked ~ .checkmark {
  background-color: #fff;
}
#HHSearchId .checkmark:after,
#HHIncomeID .checkmark:after,
#HHDocumentsId .checkmark:after,
#HHListId .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#HHSearchId .check input:checked ~ .checkmark:after,
#HHIncomeID .check input:checked ~ .checkmark:after,
#HHDocumentsId .check input:checked ~ .checkmark:after,
#HHListId .check input:checked ~ .checkmark:after {
  display: block;
}
#HHSearchId .check .checkmark:after,
#HHIncomeID .check .checkmark:after,
#HHDocumentsId .check .checkmark:after,
#HHListId .check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid;
  border-color: #f8204f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#HHSearchId .cust-btn,
#HHIncomeID .cust-btn,
#HHDocumentsId .cust-btn,
#HHListId .cust-btn {
  margin-bottom: 10px;
  background-color: #f8204f;
  border-width: 2px;
  border-color: #f8204f;
  color: #fff;
}
#HHSearchId .cust-btn:hover,
#HHIncomeID .cust-btn:hover,
#HHDocumentsId .cust-btn:hover,
#HHListId .cust-btn:hover {
  border-color: #f8204f;
  background-color: #fff;
  color: #f8204f;
  border-radius: 20px;
  /*transform-style: 2s;*/

}
.lbltxtactive {
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 18px;
}
#TemplateRow {
  display: none;
}
.hhminwidth {
  max-width: 70px;
  max-height: 35px;
}
#incomeInfoId {
  background-color: #6498ad !important;
  color: #fff;
  font-size: 16px !important;
  margin-left: auto;
  margin-right: auto;
}
#incomeInfoId .table {
  color: #fff !important;
}
#ClientAppointmentId tr:hover,
#ClientSearchId tr:hover,
#HHBudgetID tr:hover,
#ClientAppointmentId tr.selected,
#ClientSearchId tr.selected,
#HHBudgetID tr.selected {
  background-color: #748f5c !important;
  color: #fff !important;
}
#ClientAppointmentId tr:hover a,
#ClientSearchId tr:hover a,
#HHBudgetID tr:hover a,
#ClientAppointmentId tr.selected a,
#ClientSearchId tr.selected a,
#HHBudgetID tr.selected a {
  color: #6498ad !important;
}
.deleteRow {
  padding-top: 30px;
}
#addNewIncomeRow label {
  margin-bottom: 0rem;
}
#addNewIncomeRow .form-group {
  margin-bottom: 0rem;
}
#addNewIncomeRow input[type=checkbox] {
  width: 6mm;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 6mm;
  border: 0.1mm solid black;
}
#addNewIncomeRow input[type=checkbox]:checked {
  background-color: #fff;
}
#addNewIncomeRow input[type=checkbox]:checked:after {
  margin-left: 2.3mm;
  margin-top: -1.8mm;
  width: 2.2mm;
  height: 4mm;
  border: solid #6498ad;
  border-width: 0 1mm 1mm 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: inline-block;
}
.pointer {
  cursor: pointer;
}
.scrolldiv {
  min-height: 200px;
  /* overflow-y: auto; */
  max-height: 500px;
  overflow-y: auto;
  margin-bottom: 6px;
  overflow-x: hidden;
}
#incomehistoryid .panel-heading a:after {
  font-family: FontAwesome;
  /*content: "\2212";*/
  float: right;
  color: grey;
}
#incomehistoryid .panel-heading a:after {
  font-family: FontAwesome;
  /*content: "\2212";*/
  float: right;
  color: grey;
}
#ui-datepicker-div {
  z-index: 8 !important;
}
#eligibilityid {
  font-size: larger;
}
.amountid {
  /*color:@mdhs-color;*/
  font-size: 18px;
}
.no-income {
  color: #dc3545;
}
#clientnavtabid tr:hover,
#ClientSearchId tr:hover,
#clientnavtabid tr.selected,
#ClientSearchId tr.selected {
  background-color: #748f5c !important;
  color: #fff !important;
}
#clientnavtabid tr:hover td,
#ClientSearchId tr:hover td,
#clientnavtabid tr.selected td,
#ClientSearchId tr.selected td {
  color: #fff !important;
}
#clientnavtabid tr:hover a,
#ClientSearchId tr:hover a,
#clientnavtabid tr.selected a,
#ClientSearchId tr.selected a {
  color: #fff;
}
#hhHHProfileId table,
#eligibleDataId table,
#incomeId table,
#paymentHistoryid table,
#ClientBudgetID table {
  display: inline-table !important;
}
#hhHHProfileId table thead th,
#eligibleDataId table thead th,
#incomeId table thead th,
#paymentHistoryid table thead th,
#ClientBudgetID table thead th {
  vertical-align: top !important;
}
#hhHHProfileId table tr:hover,
#eligibleDataId table tr:hover,
#incomeId table tr:hover,
#paymentHistoryid table tr:hover,
#ClientBudgetID table tr:hover,
#hhHHProfileId table tr.selected,
#eligibleDataId table tr.selected,
#incomeId table tr.selected,
#paymentHistoryid table tr.selected,
#ClientBudgetID table tr.selected {
  background-color: #fff !important;
  color: #212529 !important;
}
#hhHHProfileId table tr:hover td,
#eligibleDataId table tr:hover td,
#incomeId table tr:hover td,
#paymentHistoryid table tr:hover td,
#ClientBudgetID table tr:hover td,
#hhHHProfileId table tr.selected td,
#eligibleDataId table tr.selected td,
#incomeId table tr.selected td,
#paymentHistoryid table tr.selected td,
#ClientBudgetID table tr.selected td {
  color: #212529 !important;
}
.timeout-dialog {
  width: 400px !important;
  height: 230px !important;
  background: #eeeeee url("../Images/timeout-icon.png") no-repeat 28px 75px !important;
}
#multiselectnoncash li,
#multiselectservicesId li,
#multiselectgrantId li {
  width: auto !important;
}
.ms-options-wrap > .ms-options {
  left: auto !important;
  width: 92% !important;
}
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  padding: 0.62rem 0.75rem !important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: #748f5c #748f5c #fff !important;
}
.main-tab {
  border-bottom: 2px solid #748f5c !important;
}
.nav-tabs .nav-item {
  margin-bottom: -2px !important;
}
.nav-tabs .nav-link {
  border: 2px solid transparent !important;
}
#matrixid th,
#currentallocid th,
#cmashid th,
#budgethistoryid th,
#matrixid td,
#currentallocid td,
#cmashid td,
#budgethistoryid td {
  border: 1px solid #dee2e6;
}
#cmashid tr td a,
#budgethistoryid tr td a {
  color: #6498ad !important;
}
#currentAllocById label,
#addNewAllocationID label {
  margin-bottom: 0px !important;
}
#currentAllocById .form-group,
#addNewAllocationID .form-group {
  margin-bottom: 0px !important;
}
#equipmentid #energystatusid {
  display: inline-block;
  width: 140px;
  text-align: right;
}
.algnContent {
  display: inline-table;
}
#myTab1 li {
  max-width: inherit;
}
#myTab1 li a {
  font-size: 16px !important;
}
label {
  margin-bottom: 0px !important;
}
#curPaymentsId_paginate .pagination,
#prePaymentsId_paginate .pagination {
  display: flex !important;
}
.text-end {
  text-align: end;
}
#employmentid,
#transferClientId,
#engerygAssiId,
#perfomranceid {
  font-size: 16px !important;
}
#employmentid .textbg,
#transferClientId .textbg,
#engerygAssiId .textbg,
#perfomranceid .textbg {
  border: 1px solid #ced4da;
  background-color: cadetblue;
  color: #fff;
  font-size: 20px;
}
#btnSearchTransfer {
  padding-right: 50px;
  padding-left: 50px;
}
#newAddressInfoId .card .card-header {
  background: cadetblue;
  padding: 0.3rem 1.25rem;
  color: white;
  font-size: large;
}
#profileModal .modal-header,
#confModal .modal-header {
  border-bottom: 2px solid #748f5c !important;
}
.lblrequired::after {
  content: "*";
  font-weight: bolder;
  font-size: 16px;
  color: red;
}
.energylbl {
  color: red;
  font-size: medium;
}
#dropdwnUserId .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
#dropdwnUserId .dropdown-submenu {
  position: relative;
}
#dropdwnUserId .dropdown-submenu > .dropdown-menu {
  top: 0;
  /*left:-100%;*/
  left: -10rem;
  /* 10rem is the min-width of dropdown-menu */
  margin-top: -6px;
}
#dropdwnUserId .dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}
#superbtnId button {
  width: inherit;
}
.custmbtnwdth {
  width: 120px;
}
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 50%;
  text-align: left;
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 5px 20px 5px 5px;
  margin-top: 1px;
  font-size: 10px;
  color: #aaa;
  outline-offset: 2px;
  white-space: nowrap;
}
.ms-options-wrap > button,
.ms-options-wrap ms-active {
  width: 50%;
}
#ms-list-1 .ms-options > ul,
#ms-list-2 .ms-options > ul,
#ms-list-3 .ms-options > ul,
#ms-list-4 .ms-options > ul,
#ms-list-5 .ms-options > ul,
#ms-list-1 .ms-options-wrap > .ms-options > ul > li.optgroup ul,
#ms-list-2 .ms-options-wrap > .ms-options > ul > li.optgroup ul,
#ms-list-3 .ms-options-wrap > .ms-options > ul > li.optgroup ul,
#ms-list-4 .ms-options-wrap > .ms-options > ul > li.optgroup ul,
#ms-list-5 .ms-options-wrap > .ms-options > ul > li.optgroup ul {
  text-align: left;
  font-size: 12px;
}
#ms-list-1 #ms-list-1 .ms-options-wrap > button:focus,
#ms-list-2 #ms-list-1 .ms-options-wrap > button:focus,
#ms-list-3 #ms-list-1 .ms-options-wrap > button:focus,
#ms-list-4 #ms-list-1 .ms-options-wrap > button:focus,
#ms-list-5 #ms-list-1 .ms-options-wrap > button:focus,
#ms-list-1 #ms-list-1 .ms-options-wrap > button,
#ms-list-2 #ms-list-1 .ms-options-wrap > button,
#ms-list-3 #ms-list-1 .ms-options-wrap > button,
#ms-list-4 #ms-list-1 .ms-options-wrap > button,
#ms-list-5 #ms-list-1 .ms-options-wrap > button {
  position: relative;
  width: 80%;
}
#ms-list-1 button,
#ms-list-2 button,
#ms-list-3 button,
#ms-list-4 button,
#ms-list-5 button {
  /*width: auto;*/
  list-style: inherit;
}
#ms-list-1 body label,
#ms-list-2 body label,
#ms-list-3 body label,
#ms-list-4 body label,
#ms-list-5 body label,
#ms-list-1 body a,
#ms-list-2 body a,
#ms-list-3 body a,
#ms-list-4 body a,
#ms-list-5 body a {
  font-size: 10px;
  text-align-last: left;
}
#txtstartdatepicker,
#txtenddatepicker {
  width: auto;
  margin-right: 15px;
  font-size: 13px;
}
.labelDateRange {
  margin-left: 15px;
}
#VendorPaymentReport .ms-options-wrap > button:focus,
#VendorPaymentReport .ms-options-wrap > button {
  width: 74%;
}
#VendorPaymentReport #multiselectservices .ms-options-wrap > .ms-options {
  width: 69% !important;
}
#VendorPaymentReport #multiselectservices .ms-options-wrap > .ms-options {
  width: 32% !important;
}
#VendorPaymentReport #multiselectservices #vendorpaymentagencyselect #ms-list-1 .ms-options-wrap > .ms-options {
  width: 69% !important;
}
#VendorPaymentReport #multiselectservices .ms-options-wrap > button {
  width: 34%;
}
#VendorPaymentReport #VendorPaymentmultiselectStatus .ms-options-wrap > button {
  width: 40%;
}
#VendorPaymentReport #VendorPaymentmultiselectStatus .ms-options-wrap > .ms-options {
  width: 38% !important;
}
#AgencyFilterReport .ms-options-wrap > .ms-options .ms-selectall,
#CsbgFilterReport .ms-options-wrap > .ms-options .ms-selectall {
  text-transform: capitalize;
}
#AgencyFilterReport .ms-options-wrap > button:focus,
#CsbgFilterReport .ms-options-wrap > button:focus,
#AgencyFilterReport .ms-options-wrap > button,
#CsbgFilterReport .ms-options-wrap > button {
  position: relative;
  width: 80%;
}
#AgencyFilterReport #multiselectAgencies .ms-options-wrap > .ms-options > ul label,
#CsbgFilterReport #multiselectAgencies .ms-options-wrap > .ms-options > ul label,
#AgencyFilterReport #CsbgmultiselectAgencies .ms-options-wrap > .ms-options > ul label,
#CsbgFilterReport #CsbgmultiselectAgencies .ms-options-wrap > .ms-options > ul label {
  margin: -7px 0;
}
#AgencyFilterReport #multiselectAgencies .ms-options-wrap > .ms-options,
#CsbgFilterReport #multiselectAgencies .ms-options-wrap > .ms-options,
#AgencyFilterReport #CsbgmultiselectAgencies .ms-options-wrap > .ms-options,
#CsbgFilterReport #CsbgmultiselectAgencies .ms-options-wrap > .ms-options {
  max-width: 75% !important;
}
#AgencyFilterReport #multiselectcounty .ms-options-wrap > button:focus,
#CsbgFilterReport #multiselectcounty .ms-options-wrap > button:focus,
#AgencyFilterReport #multiselectcounty .ms-options-wrap > button,
#CsbgFilterReport #multiselectcounty .ms-options-wrap > button {
  max-width: 30% !important;
  margin-left: 0.51%;
  width: 38%;
}
#AgencyFilterReport #multiselectcounty .ms-options-wrap > .ms-options,
#CsbgFilterReport #multiselectcounty .ms-options-wrap > .ms-options {
  max-width: 32%;
  left: 16px !important;
}
#AgencyFilterReport #multiselectcounty #countyselect .text-inverse > label,
#CsbgFilterReport #multiselectcounty #countyselect .text-inverse > label {
  margin-left: -39%;
}
#AgencyFilterReport #multiselectcounty .ms-options-wrap > .ms-options > ul label,
#CsbgFilterReport #multiselectcounty .ms-options-wrap > .ms-options > ul label {
  margin: -7px 0;
}
#AgencyFilterReport #multiselectcounty .ms-options-wrap > .ms-options,
#CsbgFilterReport #multiselectcounty .ms-options-wrap > .ms-options {
  max-width: 32% !important;
  margin-left: 1%;
}
#AgencyFilterReport #multiselectgrants .ms-options-wrap > .ms-options,
#CsbgFilterReport #multiselectgrants .ms-options-wrap > .ms-options {
  max-width: 54% !important;
  left: 16px !important;
}
#AgencyFilterReport #multiselectgrants .ms-options-wrap > .ms-options > ul label,
#CsbgFilterReport #multiselectgrants .ms-options-wrap > .ms-options > ul label {
  margin: -7px 0;
}
#AgencyFilterReport #multiselectgrants .ms-options-wrap > .ms-options > ul label element.stlye,
#CsbgFilterReport #multiselectgrants .ms-options-wrap > .ms-options > ul label element.stlye {
  margin-left: -94%;
}
#AgencyFilterReport #multiselectgrants .ms-options-wrap > button,
#CsbgFilterReport #multiselectgrants .ms-options-wrap > button {
  width: 63% !important;
  margin-left: 0%;
}
#AgencyFilterReport #multiselectStatus .ms-options-wrap > button,
#CsbgFilterReport #multiselectStatus .ms-options-wrap > button {
  max-width: 43%;
}
#AgencyFilterReport #multiselectStatus .ms-options-wrap > .ms-options > ul label,
#CsbgFilterReport #multiselectStatus .ms-options-wrap > .ms-options > ul label {
  padding: 4px 7px 0px 20px;
}
#AgencyFilterReport #multiselectStatus .ms-options-wrap > .ms-options,
#CsbgFilterReport #multiselectStatus .ms-options-wrap > .ms-options {
  min-height: 200px;
  max-height: 200px;
  max-width: 40%;
  left: 16px !important;
  right:  !important;
}
#AgencyFilterReport #multiselectservices .ms-options-wrap > button,
#CsbgFilterReport #multiselectservices .ms-options-wrap > button {
  width: 35%;
  margin-left: 0%;
}
#AgencyFilterReport #multiselectservices .ms-options-wrap > .ms-options,
#CsbgFilterReport #multiselectservices .ms-options-wrap > .ms-options {
  max-width: 34%;
  left: 15px !important;
}
#AgencyFilterReport #multiselectdomain .ms-options-wrap > .ms-options,
#CsbgFilterReport #multiselectdomain .ms-options-wrap > .ms-options {
  left: auto !important;
  width: 63% !important;
}
#VendorPaymentmultiselectAgencies #ms-list-1 button .ms-options-wrap > button:focus,
#VendorPaymentmultiselectAgencies #ms-list-1 button .ms-options-wrap > button {
  width: 78%;
}
#VendorPaymentmultiselectAgencies #ms-list-1 button .ms-options-wrap > button:focus,
#VendorPaymentmultiselectAgencies #ms-list-1 button .ms-options-wrap > button {
  left: auto !important;
  width: 72% !important;
}
#VendorPaymentmultiselectAgencies #ms-list-1 button .ms-options-wrap > .ms-options button {
  left: auto !important;
  width: 69% !important;
}
#CsbgmultiselectAgencies #ms-list-1 button .ms-options-wrap > .ms-options-wrap > button element.style {
  width: 64%;
}
#casemgAccordian .accordion-container,
#budgetAccordian .accordion-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  float: left;
}
#casemgAccordian .accordion-container > h2,
#budgetAccordian .accordion-container > h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
#casemgAccordian .set,
#budgetAccordian .set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f1f5f7;
  box-shadow: 0 5px 1px -3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
#casemgAccordian .set > a,
#budgetAccordian .set > a {
  display: block;
  font-size: 18px;
  padding: 3px 5px;
  font-family: var(--font-family);
  text-decoration: none;
  color: #d2691e;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#casemgAccordian .set > a label,
#budgetAccordian .set > a label {
  color: #006400;
}
#casemgAccordian .set > a.active label,
#budgetAccordian .set > a.active label {
  color: #adff2f;
}
#casemgAccordian .set > a i,
#budgetAccordian .set > a i {
  float: right;
  margin-top: 2px;
}
#casemgAccordian .set > a.active,
#budgetAccordian .set > a.active {
  background: #a52a2a;
  color: #fff;
}
#casemgAccordian .set .content,
#budgetAccordian .set .content {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}
#casemgAccordian .set .content p,
#budgetAccordian .set .content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.externalId {
  width: 100%;
  height: 600px;
  overflow: auto;
  border: 5px ridge #6498ad;
}
nav a img {
  height: 60px;
}
.input-validation-error {
  border-color: red !important;
}
.cgmtlblfont {
  font-size: 22px !important;
  width: 600px;
}
#CaseWorkerQueueGridId tfoot,
#RfaiQueueGridId tfoot,
#agencyQueueGridId tfoot,
#apptId tfoot,
#appscheduletId tfoot,
#matchedClientsGrid tfoot,
#hholdInvalidId tfoot,
#getPutdatableid tfoot,
#userDataGrid1 tfoot,
#approvedQueueGridId tfoot,
#allocationCancelledQueueGridId tfoot,
#allocationDeniedQueueGridId tfoot,
#allocationPaidQueueGridId tfoot,
#allocationPendingQueueGridId tfoot,
#allocationRFCQueueGridId tfoot,
#allocationVoidQueueGridId tfoot,
#supervisorQueueGridId tfoot,
#appsArchieveId tfoot,
#elementGLCodeDetails tfoot,
#repeatGridID tfoot,
#getPutreportdatableid tfoot,
#liheapGridId tfoot,
#lockedClientsGrid tfoot,
#delegatedTableID tfoot,
#cwClientsId tfoot,
#NOSClientsQueueIdGridId tfoot,
#viewdatableid tfoot,
#viewPaydatableid tfoot,
#RfaiAndEmailBounceQueueGridId tfoot,
#ConcernsGridID tfoot,
#BudgetGridID tfoot,
#WeatherizationGridID tfoot,
#WeatherizationGridID1 tfoot,
#WeatherizationGridID2 tfoot,
#WeatherizationGridID3 tfoot,
#sanctionedClientsGrid tfoot,
#wfaClientsGrid tfoot,
#vreqDataGrid1 tfoot,
#GrantsGridID tfoot {
  display: table-header-group;
}
#apptId_paginate .pagination,
#CaseWorkerQueueGridId_paginate .pagination,
#RfaiQueueGridId_paginate .pagination,
#agencyQueueGridId_paginate .pagination,
#appscheduletId_paginate .pagination,
#matchedClientsGrid_paginate .pagination,
#hholdInvalidId_paginate .pagination,
#getPutdatableid_paginate .pagination,
#appsArchieveId_paginate .pagination,
#delegatedTableID_paginate .pagination,
#NOSClientsQueueIdGridId_paginate .pagination,
#RfaiAndEmailBounceQueueGridId_paginate .pagination,
#WeatherizationGridID1_paginate .pagination,
#WeatherizationGridID2_paginate .pagination,
#WeatherizationGridID3_paginate .pagination {
  display: inline-flex !important;
}
#ScheduleDateNew {
  z-index: 99999 !important;
}
.datepicker-popover {
  z-index: 99999 !important;
}
#ui-datepicker-div {
  z-index: 10000 !important;
}
#pdfPrintId .pdfImgCls {
  width: 90px;
  height: 80px;
}
#pdfPrintId .modalClose {
  font-size: 32px;
}
#pdfPrintId .paracls {
  margin-left: 0.65in;
  margin-right: 0.65in;
  margin-bottom: 0in;
  border: none;
  padding: 0in;
  font-style: normal;
}
#pdfPrintId .fontCls {
  font-size: 16pt;
}
#pdfPrintId ul li {
  width: auto !important;
}
#AgencyCountyFilterReport #txtenddatepicker element.style {
  left: 449.984px;
}
#AgencyCountyFilterReport #ms-list-5 button .ms-options-wrap > button:focus,
#AgencyCountyFilterReport #ms-list-5 button .ms-options-wrap > button {
  width: 30%;
}
#calendarIcon {
  position: relative;
  z-index: 1;
  left: -20px;
  top: 7px;
  color: #7B7B7B;
  cursor: pointer;
  width: 0;
}
.checkbox-wrapper {
  position: relative;
  top: -1px;
}
.checkbox-wrapper label {
  font-size: 16px !important;
}
.custom-control-label::before,
.custom-control-label::after {
  top: 0.8rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #6498ad;
}
.disabledAnchor {
  pointer-events: none !important;
  cursor: default;
  color: white;
}
.disabledCls {
  pointer-events: none !important;
  background: #dddddd;
  cursor: not-allowed;
  /* background-color: #EBEBE4 !important;*/
  color: black;
  background-color: darkgrey !important;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
}
#getPutreportdatableid {
  overflow-x: auto;
  font-size: smaller !important;
}
.modal-lgnext {
  max-width: 1050px;
}
.lblemg {
  color: crimson;
}
.pgdenial {
  margin-left: 120px;
}
.dvcdenial {
  margin-left: 350px;
}
.dvldenial {
  margin-left: 330px;
}
.dvlwdenial {
  margin-left: 310px;
}
.dvasdenial {
  margin-left: 430px;
  color: #6498ad;
  font-weight: bold;
  font-size: 130%;
}
.dvnstitle {
  margin-left: 200px;
  color: #6498ad;
  font-weight: bold;
  font-size: 130%;
}
.dvnsdenial {
  margin-left: 480px;
}
#docListId td {
  vertical-align: middle;
  border-top: none;
}
#docListId label {
  font-size: 16px;
}
.biggerCheckBox {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  margin-right: 10px;
}
.mdhs-grnone {
  color: darkgreen;
}
.headerTextlbl {
  color: #f0e68c;
  font-size: 18px;
  font-weight: bold;
}
.CaseMgtmttextarea {
  width: 800px;
  height: 80px;
}
.caseassementtext {
  color: blue;
  font-size: 140%;
}
.caseassementdomaintext {
  color: black;
  font-size: 140%;
}
.caseassementnatext {
  color: red;
  font-size: 140%;
}
#addrVeriMelNotFoundModalAdd .modal-body {
  font-size: large;
  font-family: cursive;
}
#addrVeriMelNotFoundModalAdd .modal-body label {
  font-size: 20px;
}
#addrVeriMelNotFoundModalAdd .modal-body span {
  color: #ff4500;
}
.mhfClsId {
  font-size: 18px;
  color: #6498ad;
}
.pdfIntakeImgCls {
  width: 90px;
  height: 80px;
}
.empMargin {
  margin-bottom: 25px !important;
}
#addNewCasePlanRow .actionStepclsWidth {
  max-width: 464px !important;
}
/*.modal-backdrop {
    z-index: 1020 !important;
}*/

.inactivebgclr {
  background-color: #f5f5dc;
}
.terminatereasonmsg {
  color: red;
  font-size: 18px;
}
.terminatemsg {
  color: red;
  font-size: 18px;
}
.qaColor {
  color: #a52a2a;
}
.vrTitleFont {
  font-size: 3.5rem;
}
.vrfontClr {
  color: crimson;
}
body:nth-of-type(1) img[src*="Blank.gif"] {
  display: none;
}
.acloseModal {
  color: white !important;
}
.textboldAgency {
  font-size: 22px;
  font-weight: bold;
  color: green;
}
#County_ChangeComments {
  max-width: none !important;
}
/*#buttonSpinner {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    background-color: #eee;
    border: solid #ccc 1px;
    cursor: pointer;
}*/

#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}
#caseworkerDBId .card-counter,
#AppsDashboardId .card-counter {
  box-shadow: 2px 2px 10px #DADADA;
  margin: 2px;
  padding: 10px 5px;
  background-color: #fff;
  height: 70px;
  border-radius: 5px;
  transition: 0.3s linear all;
}
#caseworkerDBId .card-counter:hover,
#AppsDashboardId .card-counter:hover {
  box-shadow: 4px 4px 20px #DADADA;
  transition: 0.3s linear all;
}
#caseworkerDBId .card-counter.primary,
#AppsDashboardId .card-counter.primary {
  background-color: #007bff;
  color: #FFF;
}
#caseworkerDBId .card-counter.danger,
#AppsDashboardId .card-counter.danger {
  background-color: #ef5350;
  color: #FFF;
}
#caseworkerDBId .card-counter.success,
#AppsDashboardId .card-counter.success {
  background-color: #66bb6a;
  color: #FFF;
}
#caseworkerDBId .card-counter.info,
#AppsDashboardId .card-counter.info {
  background-color: #26c6da;
  color: #FFF;
}
#caseworkerDBId .card-counter.waitlist,
#AppsDashboardId .card-counter.waitlist {
  background-color: #5f9ea0;
  color: #FFF;
}
#caseworkerDBId .appTabs,
#AppsDashboardId .appTabs {
  padding-right: 10px;
}
#caseworkerDBId .card-counter i,
#AppsDashboardId .card-counter i {
  font-size: 2em;
}
#caseworkerDBId .card-counter .count-numbers,
#AppsDashboardId .card-counter .count-numbers {
  position: absolute;
  right: 35px;
  top: 10px;
  font-size: 20px;
  display: block;
}
#caseworkerDBId .card-counter .count-name,
#AppsDashboardId .card-counter .count-name {
  position: absolute;
  right: 35px;
  top: 40px;
  font-style: italic;
  text-transform: capitalize;
  display: block;
  font-size: 18px;
}
.clrddown {
  background-color: #5f9ea0;
}
.titleText {
  padding: 2px;
  font-weight: bold;
}
.aptColor {
  color: #007bff;
}
.intakeColor {
  color: #ef5350;
}
.rfaiColor {
  color: #66bb6a;
}
.rfcColor {
  color: #26c6da;
}
/*label{
    font-family:cursive;
    font-weight:700;
}*/

.popover {
  max-width: 500px;
  border: 2px solid #6498ad;
  /*.popover.left .arrow:after {
        border-bottom-color: #6498ad;
    }*/

}
.popover .popover-header {
  color: #5f9ea0;
}
.bs-popover-left .arrow:after {
  left: 1px !important;
  border-left-color: #dc3545 !important;
}
.waterLbl {
  font-weight: 700;
  margin-bottom: 2px !important;
  color: #a52a2a;
}
#superVisorDashId .card-counter {
  box-shadow: 2px 2px 10px #DADADA;
  margin: 5px;
  padding: 5px 5px;
  background-color: #fff;
  height: 40px;
  border-radius: 5px;
  transition: 0.3s linear all;
}
#superVisorDashId .card-counter:hover {
  box-shadow: 4px 4px 20px #DADADA;
  transition: 0.3s linear all;
}
#superVisorDashId .card-counter.primary {
  background-color: #007bff;
  color: #FFF;
}
#superVisorDashId .card-counter.danger {
  background-color: #ef5350;
  color: #FFF;
}
#superVisorDashId .card-counter.success {
  background-color: #66bb6a;
  color: #FFF;
}
#superVisorDashId .card-counter.rtnSuccess {
  background-color: brown;
  color: #FFF;
}
#superVisorDashId .card-counter.info {
  background-color: #26c6da;
  color: #FFF;
}
#superVisorDashId .card-counter i {
  font-size: 2em;
}
#superVisorDashId .card-counter .count-name {
  /*position: absolute;
        right: 35px;
        top: 65px;*/
  font-style: italic;
  text-transform: capitalize;
  /*display: block;*/
  font-size: 18px;
}
#superVisorDashId .card-counter .searchVendorBtn {
  background-color: darkcyan !important;
  color: #FFF;
}
#AdminDashboardId .card-counter {
  box-shadow: 2px 2px 10px #DADADA;
  /*margin: 2px;*/
  padding: 10px 5px;
  background-color: #fff;
  height: 45px;
  border-radius: 5px;
  transition: 0.3s linear all;
}
#AdminDashboardId .card-counter:hover {
  box-shadow: 4px 4px 20px #DADADA;
  transition: 0.3s linear all;
}
#AdminDashboardId .card-counter.primary {
  background-color: #007bff;
  color: #FFF;
}
#AdminDashboardId .card-counter.danger {
  background-color: #ef5350;
  color: #FFF;
}
#AdminDashboardId .card-counter.success {
  background-color: #66bb6a;
  color: #FFF;
}
#AdminDashboardId .card-counter.info {
  background-color: #26c6da;
  color: #FFF;
}
#AdminDashboardId .card-counter i {
  font-size: 1.5em;
}
#AdminDashboardId .card-counter .count-numbers {
  position: absolute;
  right: 35px;
  top: 10px;
  font-size: 20px;
  display: block;
}
#AdminDashboardId .card-counter .count-name {
  /*position: absolute;
        right: 35px;
        top: 40px;
        text-transform: capitalize;
        // opacity: 0.5;
        display: block;*/
  font-style: italic;
  font-size: 18px;
}
#AppsDashboardId .card-counter {
  height: 55px;
}
#AppsDashboardId .card-counter .count-name {
  display: inline !important;
  position: inherit;
}
#searchVendorId .form-control-borderless {
  border: none;
}
#searchVendorId .form-control-borderless:hover,
#searchVendorId .form-control-borderless:active,
#searchVendorId .form-control-borderless:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
#searchVendorId input,
#searchVendorId input::-webkit-input-placeholder {
  font-size: 20px;
  /*line-height: 4;*/

}
.notificationsdiv {
  margin-left: 17% !important;
}
#userDataGrid1 tbody td,
#vreqDataGrid1 tbody td {
  text-align: center;
}
#commPrefenceId .accordion__header {
  padding: 1em;
  background-color: #6498ad;
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
#commPrefenceId .accordion__header > * {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
#commPrefenceId .accordion__header.is-active {
  background-color: #6498ad;
  color: #fff;
}
#commPrefenceId .accordion__toggle {
  margin-left: 10px;
  height: 3px;
  background-color: #222;
  width: 13px;
  display: block;
  position: relative;
  flex-shrink: 1;
  border-radius: 2px;
}
#commPrefenceId .accordion__toggle::before {
  content: "";
  width: 3px;
  height: 13px;
  display: block;
  background-color: #222;
  position: absolute;
  top: -5px;
  left: 5px;
  border-radius: 2px;
}
#commPrefenceId .is-active .accordion__toggle {
  background-color: #fff;
}
#commPrefenceId .is-active .accordion__toggle::before {
  display: none;
}
#commPrefenceId .accordion__body {
  display: none;
  padding: 1em;
  border: 1px solid #ccc;
  border-top: 0;
}
#commPrefenceId .accordion__body.is-active {
  display: block;
}
#newsCardid .bg-primary {
  background-color: #6498ad !important;
}
marquee span,
marquee a {
  font-size: x-large !important;
  background-color: #ffd700;
}
#AuthorizedRepSection .accordion__header {
  padding: 1em;
  background-color: #6498ad;
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
#AuthorizedRepSection .accordion__header > * {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
#AuthorizedRepSection .accordion__header.is-active {
  background-color: #6498ad;
  color: #fff;
}
#AuthorizedRepSection .accordion__toggle {
  margin-left: 10px;
  height: 3px;
  background-color: #222;
  width: 13px;
  display: block;
  position: relative;
  flex-shrink: 1;
  border-radius: 2px;
}
#AuthorizedRepSection .accordion__toggle::before {
  content: "";
  width: 3px;
  height: 13px;
  display: block;
  background-color: #222;
  position: absolute;
  top: -5px;
  left: 5px;
  border-radius: 2px;
}
#AuthorizedRepSection .is-active .accordion__toggle {
  background-color: #fff;
}
#AuthorizedRepSection .is-active .accordion__toggle::before {
  display: none;
}
#AuthorizedRepSection .accordion__body {
  display: none;
  padding: 1em;
  border: 1px solid #ccc;
  border-top: 0;
}
#AuthorizedRepSection .accordion__body.is-active {
  display: block;
}
a .card-title {
  font-size: 24px !important;
  font-weight: 600;
}
.alertCls {
  font-size: x-large;
  font-weight: bold;
}
.btnfotter .btn-danger {
  color: white !important;
}
#myGroupscoreId .btn-success {
  color: white !important;
}
#paymentHandlingId label {
  /*color: brown;*/
  font-size: 18px;
  font-weight: bold;
}
#paymentHandlingId .textColor a {
  font-weight: bold;
  font-size: 16px !important;
  /*color: brown;*/

}
#paymentHandlingId .btn-info {
  background-color: #6498ad;
  border-color: #6498ad;
}
#loadDeniedData .temp-container label {
  font-size: 18px;
  font-weight: bold;
}
#ApproveConfirmationModal font {
  font-size: 18px;
}
#ApproveConfirmationModal label {
  font-size: 18px !important;
}
#ApproveConfirmationModal .Approval_Questions_checkboxes {
  width: 20px;
  height: 20px;
}
#viewPaymentsModal .modal-lgnext {
  max-width: 1600px;
}
.modal-backdrop1 {
  background: #cccccc;
}
.btn-info {
  background-color: #6498ad;
  border-color: #6498ad;
  color: white !important;
}
.form-group label {
  font-size: 18px;
}
.accordion h2 {
  font-size: 18px !important;
}
/*label {
    font-size: 18px !important;
}*/

.panel-title a {
  font-size: 20px !important;
}
.makeRed {
  border-color: red;
}
.toast-top-center {
  top: 35% !important;
  bottom: 50% !important;
  margin-right: -35% !important;
}
.toast-top-full-width {
  top: 20% !important;
  margin-right: -15% !important;
  margin-left: -15% !important;
}
.fontSizeHH {
  font-size: 20px !important;
}
#concernUpdateId .btn {
  border: none;
}
#concernUpdateId .custom-width {
  width: 800px;
  /* Set the width to your desired value */

  /* You can also use percentage values, e.g., width: 80%; */

}
#concernUpdateId .custom-textarea {
  width: 1000%;
  /* Set the width to your desired value, for example, 100% to span the entire container */

  /* Add any other custom styles for the textarea */

}
#concernUpdateId .bigger-comment {
  height: 100px;
}
#concernUpdateId .comment {
  position: relative;
}
#concernUpdateId .disclaimersection {
  position: relative;
}
#concernUpdateId .comment-details {
  position: absolute;
  bottom: 0;
  right: 0;
}
#concernUpdateId .disclaimer-details {
  position: absolute;
  bottom: 0;
  right: 0;
}
#concernUpdateId .author,
#concernUpdateId .date {
  display: inline-block;
  margin-left: 10px;
}
#concernUpdateId .author {
  font-weight: bold;
}
#concernUpdateId .date {
  color: #888;
}
#concernUpdateId .comment-container {
  display: grid;
  gap: 10px;
}
#concernUpdateId .comment-box {
  border: 1px solid #ccc;
  padding: 10px;
}
#concernUpdateId .Disclaimer-box {
  border: 1px solid #ccc;
  padding: 10px;
}
#concernUpdateId .comment-details {
  text-align: right;
  color: #888;
}
.searchVendorBtn {
  background-color: darkcyan !important;
  color: #fff;
}
#inActiveCmtsId textarea {
  max-width: none !important;
}
.tblWxCls {
  background-color: #c3baba;
}
#eligibleDataId table tr:nth-child(3):hover,
#eligibleDataId table tr:nth-child(4):hover,
#eligibleDataId table tr:nth-child(5):hover {
  background-color: #c3baba !important;
}
.double input {
  width: 25px !important;
  height: 25px !important;
}
/* Hide arrows in number input for Chrome, Safari, Edge, Opera */

.txtQty1::-webkit-outer-spin-button,
.txtQty1::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.txtQtyAdd::-webkit-outer-spin-button,
.txtQtyAdd::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Hide arrows in number input for Firefox */

.txtQty1,
.txtQtyAdd {
  -moz-appearance: textfield;
}
.disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f9fa;
  /* Adjust to match your theme */
  padding: 10px;
  text-align: center;
  color: red;
  font-style: italic;
}
#grantFundMgmtId .card,
#grantFundMAgencygmtId .card {
  margin-bottom: 10px !important;
  border: 3px solid #607D8B;
}
#grantFundMgmtId .card-body,
#grantFundMAgencygmtId .card-body {
  padding: 0.1rem !important;
}
#grantFundMgmtId table,
#grantFundMAgencygmtId table {
  margin-bottom: 0.1rem;
}
#grantFundMgmtId th,
#grantFundMAgencygmtId th,
#grantFundMgmtId .table td,
#grantFundMAgencygmtId .table td {
  vertical-align: middle;
}
#grantFundMgmtId .card-header,
#grantFundMAgencygmtId .card-header {
  border-bottom: 2px solid #007bff;
}
#grantFundMgmtId .form-label,
#grantFundMAgencygmtId .form-label {
  font-weight: 600;
}
#grantFundMgmtId .form-control,
#grantFundMAgencygmtId .form-control {
  border-radius: 0.5rem;
}
#grantFundMgmtId .tbodyCls,
#grantFundMAgencygmtId .tbodyCls {
  font-size: 20px;
}
.grantCls {
  font-size: 2rem;
  padding: 21px;
}
.gfhover-link:hover {
  background-color: #5f9ea0 !important;
  /* Light cyan hover effect */
  color: #fff !important;
  /* Teal text color on hover */

}
#grantAgencyFundDetailsId input {
  padding: 1.5rem 1rem !important;
}
#grantAgencyFundDetailsId .agClsName {
  color: blue;
  font-weight: 600 !important;
  border-color: darkslategrey;
  text-decoration: underline;
}
#grantFundMAgencygmtId .card-body {
  padding: 0.5rem !important;
}
.amount-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.amount-wrapper input {
  font-family: 'Roboto Mono', monospace;
  background: linear-gradient(to right, #e3f2fd, #fce4ec);
  color: black;
  font-size: 18px !important;
  font-variant-numeric: tabular-nums;
}
.amount-wrapper input {
  padding-left: 17px;
  /* Adjust for the $ sign */

  /* text-align: right;*/

}
.amount-wrapper::before {
  content: "$";
  position: absolute;
  left: 6px;
  top: 52%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #000;
}
.amount-wrapper1 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.amount-wrapper1 input {
  font-family: 'Roboto Mono', monospace;
  background: linear-gradient(to right, #e3f2fd, #fce4ec);
  color: black;
  font-size: 20px !important;
  font-variant-numeric: tabular-nums;
}
.amount-wrapper input {
  padding-left: 17px;
  /* Adjust for the $ sign */

}
.amount-wrapper1::before {
  content: "$";
  position: absolute;
  left: 21px;
  top: 36%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #000;
}
.amount-value1 {
  font-size: 20px !important;
  font-weight: bold;
}
.amount-value2 {
  font-size: 18px !important;
  font-weight: bold;
}
.ref-margin {
  margin-left: 0px !important;
}
.adAddBtn {
  max-width: 280px;
  height: inherit;
  min-width: 200px;
  /* Ensures enough space for text */

  /*white-space: nowrap;*/

  /* Prevents text from wrapping */

  /*  padding-left: 8px;*/

  /*padding-right: 8px;*/

  /*font-size: 0.9rem;*/

  /* Slightly reduce text size */

}
.btn .fa {
  font-size: 1rem;
}
.btn span:nth-of-type(2) {
  font-size: 15px;
  font-weight: bold;
}
.amount-wrapper2 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.amount-wrapper2 input {
  font-family: 'Roboto Mono', monospace;
  background: linear-gradient(to right, #e3f2fd, #f1fce4);
  color: black;
  font-size: 20px !important;
  font-variant-numeric: tabular-nums;
}
.amount-wrapper2::before {
  content: "$";
  position: absolute;
  left: 21px;
  top: 54%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #000;
}
.grntAgencyFooter {
  /*    border: 1px solid #f2f2f2;*/
  background: linear-gradient(to right, #e3f2fd, #e3f2fd);
}
#btnViewGrantFundDashboard {
  font-size: x-large;
}
#grantFundMgmtId body,
#grantFundMAgencygmtId body {
  font-size: 14px;
  /* Base font size */

}
#grantFundMgmtId label,
#grantFundMAgencygmtId label {
  font-size: 14px;
  /* Default label font size */

}
@media (min-width: 768px) {
  #grantFundMgmtId body,
  #grantFundMAgencygmtId body {
    font-size: 14px !important;
    /* Adjust for laptops */
  
  }
}
@media (min-width: 1200px) {
  #grantFundMgmtId body,
  #grantFundMAgencygmtId body {
    font-size: 18px !important;
    /* Adjust for desktops */
  
  }
  #grantFundMgmtId label,
  #grantFundMAgencygmtId label {
    font-size: 18px !important;
  }
}
.resourceCls {
  text-decoration: underline !important;
}
body {
  font-size: 14px;
  /* Default font size for mobile */

}
/* --- Tablet Styles (iPad and similar) --- */

@media (min-width: 768px) and (max-width: 1100px) {
  body {
    font-size: 16px;
  }
  .container {
    width: 90%;
    max-width: 1024px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) and (orientation: portrait) {
  .image {
    width: 70%;
  }
}
/* --- Laptop Styles --- */

@media (min-width: 1100px) and (max-width: 1300px) {
  body {
    font-size: 16px;
  }
  .container {
    width: 80%;
    max-width: 1200px;
  }
  /*    .nav-bar {
          padding: 15px 30px;
      }
  
      .image {
          width: 40%;
      }*/
}
@media (min-width: 1300px) and (max-width: 1560px) {
  body {
    font-size: 16px;
  }
  .container {
    width: 90%;
    max-width: 1200px;
  }
  #body-row .col {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 90% !important;
  }
  #HHListId {
    width: max-content !important;
  }
  /*      .nav-bar {
          padding: 15px 30px;
      }
  
      .image {
          width: 40%;
      }*/
}
/* --- Large Monitor Styles --- */

@media (min-width: 1920px) {
  body {
    font-size: 16px;
  }
  body #myTab1 li a {
    font-size: 16px !important;
  }
  /*
      .nav-bar {
          padding: 20px 40px;
      }
  
      .image {
          width: 30%;
      }*/
}
#addResourceformID .form-control {
  height: calc(4.25em) !important;
}
#addResourceformID .input_container {
  border: 1px solid #e5e5e5;
}
#addResourceformID input[type=file]::file-selector-button {
  background-color: #fff;
  color: #000;
  border: 0px;
  border-right: 1px solid #e5e5e5;
  padding: 10px 15px;
  margin-right: 20px;
  transition: 0.5s;
}
#addResourceformID input[type=file]::file-selector-button:hover {
  background-color: #eee;
  border: 0px;
  border-right: 1px solid #e5e5e5;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
