@font-face {
  font-family: Raleway-Bold;
  src: url("../../fonts/Raleway-Bold.ttf");
}
@font-face {
  font-family: Raleway-Regular;
  src: url("../../fonts/Raleway-Regular.ttf");
}
body {
  font-family: Raleway-Regular !important;
  color: #000000 !important;
}

table {
  color: #000000 !important;
}
table tr th {
  border-color: #000 !important;
}
table tr td {
  border-color: #000 !important;
}

p {
  color: #000000 !important;
}

.no-padding,
.np {
  padding: 0 !important;
}

.np-l {
  padding-left: 0 !important;
}

.np-r {
  padding-right: 0 !important;
}

.np-b {
  padding-bottom: 0 !important;
}

.np-t {
  padding-top: 0 !important;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.no-margin,
.nm {
  margin: 0;
}

.italic {
  font-style: italic !important;
}

.bold {
  font-weight: bold !important;
}

.register-form {
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  padding: 20px;
  margin-top: 50px;
}
.register-form .header {
  padding-bottom: 10px;
  text-align: center;
  font-size: 34px;
}

.heading h4 {
  display: inline-block;
}

.mainpage-logo {
  display: block;
  margin: 20px auto 0;
  max-height: 250px;
}
@media only screen and (max-width: 600px) {
  .mainpage-logo {
    max-height: 180px;
  }
}

.main-menu-logo {
  display: block;
  margin: 5px auto 10px;
  max-height: 150px;
}
@media (max-width: 667px) {
  .main-menu-logo {
    margin: 5px auto 5px;
  }
}

.homemain-screen .main-menu-logo {
  display: block;
  margin: 100px auto 10px;
  max-height: 150px;
}
@media (max-width: 667px) {
  .homemain-screen .main-menu-logo {
    margin: 5px auto 5px;
  }
}

.login-form {
  background: #f3f3f3;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  padding: 20px;
  margin-top: 10px;
}
.login-form .header {
  padding-bottom: 10px;
  text-align: center;
  font-size: 34px;
  font-family: Raleway-Bold;
}
@media only screen and (max-width: 677px) {
  .login-form .header {
    font-size: 25px;
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}

.main-screen .main-title-sub {
  color: #784421;
  font-family: Raleway-Bold;
  text-transform: uppercase;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main-screen .main-title {
  font-family: Raleway-Bold;
  color: #fff !important;
  text-transform: uppercase;
}

.content-block {
  min-height: 94.2%;
  background: #fff;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-size: cover;
}
@media (max-width: 667px) {
  .content-block {
    min-height: auto !important;
  }
}

.input-group .form-control,
.input-group .custom-select {
  height: auto;
}

#content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

/* sidebar */
#sidebar,
sidebar,
employee-sidebar {
  background: #555;
}
#sidebar .sidebar-header,
sidebar .sidebar-header,
employee-sidebar .sidebar-header {
  background: #555;
}
#sidebar .side-logo,
sidebar .side-logo,
employee-sidebar .side-logo {
  max-height: 130px;
}
#sidebar > ul > li,
sidebar > ul > li,
employee-sidebar > ul > li {
  border-top: 1px solid #ddd;
}
#sidebar > ul > li:last-child,
sidebar > ul > li:last-child,
employee-sidebar > ul > li:last-child {
  border-bottom: 1px solid #ddd;
}
#sidebar ul li a,
sidebar ul li a,
employee-sidebar ul li a {
  color: #fff;
}
#sidebar ul ul a,
sidebar ul ul a,
employee-sidebar ul ul a {
  background: #555;
}

#sidebar ul.components {
  padding: 0;
  border-bottom: none;
}

#sidebar ul li.active > a,
#sidebar a[aria-expanded=true] {
  color: #fff;
  background: #784421;
}

#sidebar ul li a:hover {
  color: #cf162b;
  background: #fff;
}

/* end sidebar */
.navbar {
  background: #555;
  margin-bottom: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar-brand {
  font-weight: 700;
  color: #fff !important;
}

/*input, select, button {
    border-radius: 0 !important;
  }*/
.header {
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.action-form {
  margin-bottom: 20px;
}

/* Absolute Center CSS Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.3;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-spinner {
  color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0;
}

.lds-spinner:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d8d3d3;
  opacity: 0.3;
}

.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #000;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#EmployeeForm {
  /*.table-responsive-custom {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
  }*/
}
#EmployeeForm .tab-content {
  padding: 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
#EmployeeForm .form-group.row {
  margin-bottom: 2px;
}
#EmployeeForm .nav li a {
  color: #495057;
  font-weight: bold;
}
#EmployeeForm .Residential .col-form-label,
#EmployeeForm .Permanent .col-form-label {
  font-size: 11px;
}
#EmployeeForm .card-header {
  padding: 7px;
  font-weight: bold;
}
#EmployeeForm .card-body {
  padding: 7px;
}

.employee-profile img {
  max-height: 225px;
  display: block;
  margin: 0 auto 10px;
}

table tr th a {
  color: #fff !important;
  text-decoration: none;
}

.ws-nw {
  white-space: nowrap;
}

.employee-filter {
  margin-bottom: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  /*border-radius: 0 !important;*/
}
.employee-filter .form-group {
  margin-bottom: 0;
}
.employee-filter .card-body {
  padding: 5px;
}
.employee-filter label {
  margin-bottom: 0;
}

.nav-link {
  display: block !important;
  padding: 0.5rem 10px !important;
}

.nav-link.active {
  color: #fff !important;
  font-weight: bold !important;
  background: #555 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: transparent !important;
}

.nav-tabs {
  border-bottom: 5px solid #555 !important;
}

.action-col a,
.action-col button {
  margin-right: 4px;
}

.table-sm-font {
  font-size: 12px;
  /*.input-group {
    i, svg {
      font-size: 5px;
    }
  }*/
}
.table-sm-font .editmode td {
  padding: 0 !important;
}
.table-sm-font input,
.table-sm-font select {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.675rem;
  line-height: 1.5;
  border-radius: 0 !important;
}
.table-sm-font input[type=checkbox],
.table-sm-font input[type=radio] {
  height: 24px !important;
}
.table-sm-font .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.QaForm table tr td a {
  color: #000;
}
.QaForm table tr td .form-check-label {
  padding-left: 10px;
}

/* service record */
.ServiceRecordTable thead > tr > th {
  background: transparent !important;
  border: 1px solid #dee2e6 !important;
}
.ServiceRecordTable thead tr {
  background: transparent !important;
  color: #212529;
}
.ServiceRecordTable tbody > tr > td {
  border-left: 1px solid #dee2e6 !important;
  border-top: 0 !important;
}
.ServiceRecordTable tbody > tr > td:last-child {
  border-right: 1px solid #dee2e6 !important;
}
.ServiceRecordTable tbody > tr:last-child > td {
  border-bottom: 1px solid #dee2e6 !important;
}

.ServiceRecord-HeadingTable {
  width: 100%;
}
.ServiceRecord-HeadingTable td {
  text-align: center;
}
.ServiceRecord-HeadingTable p {
  margin: 0 !important;
  line-height: 20px;
  color: #000;
  font-size: 14px;
}
.ServiceRecord-HeadingTable h1 {
  margin: 0 !important;
  font-size: 23px;
  font-weight: bold;
}
.ServiceRecord-HeadingTable h1.blue {
  color: #784421;
}

.ServiceRecord-HeadingTable-Employee {
  width: 100%;
  margin-bottom: 10px;
}

.ServiceRecord-FooterTable-Employee {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

/*end service record */
/* Pds */
.pds-heading-table {
  border: 1px solid #ddd;
  width: 100%;
}
.pds-heading-table .heading-bg2 {
  background: #eaeaea;
}

.Pds-Table {
  margin-bottom: 0 !important;
}
.Pds-Table .heading-bg1 {
  background: #969696;
  color: #fff;
}
.Pds-Table .heading-bg2 {
  background: #eaeaea;
}
.Pds-Table .table2 {
  margin: 0;
  padding: 0;
  width: 100%;
}
.Pds-Table .table2 tr td {
  border: 0;
  padding: 0;
}
.Pds-Table .table2 tr td:first-child {
  width: 50%;
}
.Pds-Table .nb-top {
  border-top: none !important;
}
.Pds-Table .nb-left {
  border-left: none !important;
}
.Pds-Table .nb-right {
  border-right: none !important;
}
.Pds-Table .nb-bottom {
  border-bottom: none !important;
}
.Pds-Table .print-box-signature-height {
  height: 107px;
}
.Pds-Table .print-box-td {
  height: 20px;
  font-size: 10px;
}

.Pds-Eligibility tr .print-default-height,
.Pds-WorkExperience tr .print-default-height,
.Pds-Voluntary-Work tr .print-default-height,
.Pds-Training tr .print-default-height,
.Pds-OtherInformation tr .print-default-height,
.Pds-Reference tr .print-default-height {
  height: 24px;
}

/*End Pds */
.text-strong {
  font-weight: bold;
}

.Dtr-Table tr td select {
  padding: 2px !important;
}

.fc-event-container .fc-title {
  color: #fff !important;
}
.fc-event-container .fc-day-grid-event {
  border-radius: 0 !important;
  border: 0 !important;
}

.holiday-tab-content {
  padding-top: 15px;
}

.Dtr-Table tr td {
  position: relative;
}
.Dtr-Table tr td span svg {
  position: absolute;
  left: 6px;
  top: 8px;
}

.profile-card .card-header {
  background-color: #fff;
}
.profile-card .form-group {
  margin-bottom: 5px;
}

.fc-scroller {
  height: 100% !important;
}

/* employee sidebar */
.employee-sidebar-header img {
  height: 150px;
  width: 150px;
  border: 1px solid;
}
.employee-sidebar-header h4 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 1rem !important;
}
.employee-sidebar-header label {
  margin-bottom: 0;
}
.employee-sidebar-header .employee-side-profile-con {
  position: relative;
}
.employee-sidebar-header .employee-side-profile-con .badge {
  bottom: 5px;
  position: absolute;
  background: #fff !important;
  border: 0;
  color: #000;
  height: 30px;
  width: 30px;
  right: 34px;
  font-size: 15px;
}
.employee-sidebar-header .employee-side-profile-con .badge svg {
  margin-top: 4px;
  margin-left: -1px;
}

@media (max-width: 667px) {
  .DtrHeadingTable {
    font-size: 12px;
  }
  .np-xs {
    padding: 0 !important;
  }
  .h4,
  h4 {
    font-size: 1.3rem !important;
  }
  #sidebar {
    position: absolute;
    top: 54px;
    height: 100%;
    z-index: 99;
  }
  .fc-toolbar.fc-header-toolbar {
    font-size: 14px;
  }
  .profile-card .card-body {
    padding: 0.5rem;
  }
  .navbar-nav .dropdown-menu {
    position: absolute !important;
  }
  .Dtr-Table {
    font-size: 0.7rem;
  }
  .Dtr-Table tr td .input-group {
    display: none;
  }
  .Dtr-Table tr td span svg {
    position: relative;
    left: 0;
    top: 0;
  }
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media screen and (max-width: 677px) {
  .LeaveTable.table-striped tbody tr:nth-of-type(odd) {
    background-color: #c3c3c3 !important;
  }
}
@media screen and (max-width: 600px) {
  .LeaveTable thead {
    display: none;
  }
  .LeaveTable tr {
    display: block;
    margin-bottom: 1.5rem;
  }
  .LeaveTable td {
    border: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
    min-height: 1.8rem;
    font-weight: bold;
  }
  .LeaveTable td span {
    display: block !important;
    float: left;
    min-width: 113px;
    text-align: left;
  }
  .LeaveTable td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}

/* leave card */
.Leave-card-table th {
  vertical-align: middle !important;
  text-align: center;
}

/* end leave card */
.xlg .modal-lg {
  max-width: 60% !important;
}
@media (max-width: 667px) {
  .xlg .modal-lg {
    max-width: 94% !important;
  }
}

.ck-content {
  border: 1px solid #ddd !important;
  /*border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;*/
}

.heading-tr {
  background: #0D0D75;
  color: #fff;
  font-weight: bold;
}

.ipcr-table {
  margin-bottom: 0 !important;
}
.ipcr-table .nb-top {
  border-top: none !important;
}
.ipcr-table .nb-left {
  border-left: none !important;
}
.ipcr-table .nb-right {
  border-right: none !important;
}
.ipcr-table .nb-bottom {
  border-bottom: none !important;
}
.ipcr-table tr td ckeditor > div {
  height: 100%;
  display: block;
}
.ipcr-table .visible-print {
  display: none;
}

.ipcr-heading-table {
  margin-bottom: 0 !important;
}
.ipcr-heading-table .signature-tr td {
  height: 90px !important;
  vertical-align: middle;
}
.ipcr-heading-table .separator td {
  height: 33px !important;
}

.Program-Table tr td {
  vertical-align: top !important;
  padding: 2px !important;
  font-size: 12px;
}
.Program-Table tr td input[type=checkbox] {
  margin-top: 3px;
}
.Program-Table .custom-select {
  height: auto !important;
  padding: 0.25rem 0.5rem;
  -webkit-appearance: unset;
}

.Imonitor .tab-content {
  /*border: 1px solid #ccc;
  margin-bottom: 10px;
  overflow: auto;*/
  padding-top: 10px;
}

.DataCount .tab-content {
  /*border: 1px solid #ccc;
  margin-bottom: 10px;
  overflow: auto;*/
  padding-top: 10px;
}

.LinkUp .asterisk {
  color: #007bff;
  font-size: 10px;
}
.LinkUp ngb-tooltip-window {
  position: absolute !important;
}
.LinkUp .MultipleSelect,
.LinkUp .link-fld {
  height: 75vh !important;
}
.LinkUp .MultipleSelect-WithPicture,
.LinkUp .link-fld {
  height: 69vh !important;
}
@media (max-width: 667px) {
  .LinkUp .link-fld,
  .LinkUp .tab-content {
    height: 96% !important;
    margin-bottom: 20px;
  }
}
.LinkUp .buttons .btn {
  margin-right: 5px;
}
.LinkUp .link-fld,
.LinkUp .tab-content {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  overflow: auto;
}
.LinkUp .link-fld .table-fld tr td,
.LinkUp .tab-content .table-fld tr td {
  padding: 2px;
  border: 0 !important;
}
.LinkUp .tab-container {
  background: #fff;
  padding: 10px 10px 40px 10px;
}
.LinkUp .tab-container .row {
  margin: 0 !important;
}

.totalrow {
  font-weight: bold;
}

@media (min-width: 992px) {
  .pdf-modal .modal-lg {
    max-width: 70%;
  }
}
.sb-member .col-form-label {
  text-align: right;
}

.member-card p {
  margin-bottom: 0;
  font-size: 13px;
}
.member-card .cart-img-con {
  position: relative;
}
.member-card .badge {
  bottom: 5px;
  position: absolute;
  background: #fff !important;
  border: 0;
  color: #000;
  height: 30px;
  width: 30px;
  right: 7px;
  font-size: 15px;
}
.member-card .badge svg {
  margin-top: 4px;
  margin-left: -1px;
}

.linkup-img-div {
  border: 1px solid #ddd;
  padding: 3px;
  position: relative;
}
.linkup-img-div .img-con {
  height: 180px;
  margin-bottom: 5px;
  display: block;
}
.linkup-img-div .img-con img {
  max-height: 100%;
  max-width: 100%;
}
.linkup-img-div .update-hover-btn {
  display: none;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: center;
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 90px;
  background: rgba(2, 1, 1, 0.8);
}
.linkup-img-div .update-hover-btn svg {
  display: block;
  margin: 20px auto 0;
}

.linkup-img-div:hover .update-hover-btn {
  display: block;
}

.filter-form {
  background: #fff !important;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.18);
}
.filter-form .calendar-form .form-control {
  width: 140px;
}

.col-form-label {
  text-align: right;
}

.color-picker {
  position: absolute;
  z-index: 99;
  bottom: 40px;
  right: 0;
}

/*.page-setting-modal {
  .color-picker {
    position: absolute;
    z-index: 99;
    bottom: 0 !important;
    top: 39px;
    right: 0;
  }
}*/
.page-setting-button {
  border-radius: 0 !important;
  position: fixed;
  background: #555 !important;
  right: 0px;
  top: 300px;
  z-index: 9999;
  border: 1px solid #b3b0b0 !important;
  color: #ffffff !important;
}

.dashboard-block .page-setting-button {
  color: #ffffff !important;
}

.color-picker-bottom {
  top: 40px;
  right: 0;
}

.pl-10 {
  padding-left: 6rem !important;
}

.pl-15 {
  padding-left: 9rem !important;
}

.table-imonitor {
  font-size: 13px;
}
.table-imonitor tr > td > a {
  font-family: Raleway-Bold;
  font-weight: bold !important;
  color: #830505 !important;
}
.table-imonitor tr > td > a span {
  font-weight: bold !important;
}
.table-imonitor tr td {
  font-weight: bold !important;
  border-color: #000 !important;
}
.table-imonitor strong {
  text-transform: uppercase !important;
}
.table-imonitor .imonitor-td-heading {
  white-space: pre-line;
  font-weight: bold;
  text-transform: uppercase !important;
}

.mark,
mark {
  background-color: #feff00 !important;
}

.dashboard-block a {
  color: unset !important;
}
.dashboard-block a:hover {
  text-decoration: none;
}

.form-group {
  margin-bottom: 0.2rem !important;
}

form hr {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.attachment-iframe {
  width: 100% !important;
  height: 600px;
  border: 1px solid #ddd;
}

.total-col {
  background: #f8f2cb !important;
  font-weight: bold;
}

.main-menu-screen .additional-btn {
  border: 1px solid #ddd;
  padding: 2px;
}
.main-menu-screen .img-con {
  /*border: 1px solid #ddd;*/
  padding: 5px;
  position: relative;
  min-height: 130px;
}
.main-menu-screen .img-con img {
  box-shadow: -9px -6px 14px 0px rgb(102, 102, 102);
}
.main-menu-screen label {
  text-align: center;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
  padding: 5px 0;
  background-color: rgba(85, 85, 85, 0.18);
}
.main-menu-screen img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  max-height: 95%;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
}
.main-menu-screen .overlay-text {
  text-align: center;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
  opacity: 0;
  position: absolute;
}
.main-menu-screen .overlay-text .desctext {
  position: absolute;
  width: 90%;
  left: 0;
  margin: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-menu-screen .img-con:hover .overlay-text {
  opacity: 1;
  visibility: visible;
  height: 100%;
  background-color: rgba(85, 85, 85, 0.98);
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 10px;
}

.homemain-screen {
  text-align: center;
}
.homemain-screen h1 {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 1.7rem;
}
.homemain-screen h5 {
  font-size: 1.2rem;
  font-weight: bold;
}
.homemain-screen h4 {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
  font-family: Raleway-Bold;
}
.homemain-screen linkupfilter {
  display: block;
  margin: 0 auto 20px;
}
.homemain-screen linkupfilter .form-inline .form-group {
  width: 45%;
}
.homemain-screen linkupfilter .form-inline .form-group .input-group {
  width: 100%;
}
.homemain-screen .button-group {
  text-align: center;
  display: block;
  width: 100%;
  margin: 5px 0;
}
@media (max-width: 667px) {
  .homemain-screen .button-group {
    margin: 10px 0;
  }
}
.homemain-screen .button-group a {
  margin-left: 5px;
  min-width: 250px;
}
@media (max-width: 667px) {
  .homemain-screen .button-group a {
    margin-left: 0;
  }
}
.homemain-screen .button-group a:hover {
  color: #fff !important;
}

.program-setup .tab-content > .tab-pane {
  padding: 15px 10px;
  border: 1px solid #ddd;
}

.program-menu-label {
  padding: 3px;
  background: #e6dfbe;
  font-weight: bold;
}

.program-dashboard .additional-btn {
  border: 1px solid #ddd;
  padding: 2px;
}
.program-dashboard .img-con {
  /*border: 1px solid #ddd;*/
  padding: 5px;
  position: relative;
  min-height: 130px;
}
.program-dashboard label {
  text-align: center;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
  padding: 5px 0;
  background-color: rgba(85, 85, 85, 0.18);
}
.program-dashboard img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  max-height: 95%;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: -9px -6px 14px 0px #666666;
}
.program-dashboard .overlay-text {
  text-align: center;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
  opacity: 0;
  position: absolute;
}
.program-dashboard .overlay-text .desctext {
  position: absolute;
  width: 90%;
  left: 0;
  margin: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.program-dashboard a {
  color: #000;
}
.program-dashboard a:hover {
  text-decoration: none;
}
.program-dashboard .img-con:hover .overlay-text {
  opacity: 1;
  visibility: visible;
  height: 100%;
  background-color: rgba(85, 85, 85, 0.98);
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 10px;
}

#program-dashboard-list-details label {
  text-align: left;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
  padding: 5px 0;
  background-color: unset;
  font-weight: bold;
  font-family: Raleway-Bold;
}
#program-dashboard-list-details .img-con {
  min-height: 90px;
}
#program-dashboard-list-details .card-body {
  padding: 0.8rem;
}

.data-count > thead > tr > th {
  background: #fff5d3;
}

.profile-report table > thead > tr > th {
  background: #fff5d3;
}

.agency-table .linkup-img-div .img-con {
  height: 70px;
  margin-bottom: 5px;
  display: block;
}
.agency-table .linkup-img-div .update-hover-btn svg {
  display: block;
  margin: 6px auto 0;
}
.agency-table .linkup-img-div .update-hover-btn {
  height: 48px;
  background: rgba(2, 1, 1, 0.8);
}

.navbar-light .navbar-toggler {
  color: #fff !important;
  border-color: #fff !important;
}

@media (min-width: 576px) {
  .homemain-screen .form-inline .form-group {
    display: inline-flex;
  }
}
@media (max-width: 667px) {
  .homemain-screen .form-inline {
    padding: 10px;
  }
  .homemain-screen .btn-lg {
    width: 100%;
    margin-bottom: 5px !important;
  }
}
.homemain-screen .form-inline {
  display: inline-block;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
}

.LinkUp {
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 94vh;
}

.program-dashboard-bg {
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 94vh;
}
.program-dashboard-bg .img-con {
  background: #fff;
}
.program-dashboard-bg .title {
  font-family: Raleway-Bold;
}
@media (min-width: 320px) and (max-width: 480px) {
  .program-dashboard-bg .col-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .program-dashboard-bg .col-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

#content {
  padding: 0 !important;
}

@media (min-width: 320px) and (max-width: 480px) {
  .content-block {
    padding: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .content-block {
    padding: 5px;
  }
}

.program-menu-group-table .linkup-img-div .img-con {
  height: 100px !important;
}

.main-dashboard {
  padding: 1px !important;
}
.main-dashboard .main-menu-logo {
  max-height: 100%;
}
.main-dashboard .homemain-screen {
  margin: 0 !important;
}

.main-dashboard-bg {
  /*background: url('../../images/LWEU2.jpg') no-repeat center center fixed;*/
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 93.8vh;
}

.center-form .form-inline {
  justify-content: center;
}
@media screen and (max-width: 667px) {
  .center-form .form-inline {
    padding: 10px;
  }
  .center-form .form-inline .form-group {
    width: 100%;
  }
}

@media screen and (max-width: 667px) {
  .linkup-form .input-group button,
  .linkup-form input,
  .linkup-form select,
  .linkup-form textarea {
    border-radius: 0 !important;
  }
  .linkup-form .col-12 {
    text-align: left !important;
  }
}

.LinkUp .col-12 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.LinkUp .title {
  font-family: Raleway-Bold;
  display: block !important;
}

.content-block .title,
.Imonitor .title {
  font-family: Raleway-Bold;
  display: block !important;
}

.DateFilterModal .filter-form {
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.DateFilterModal .filter-form .input-group,
.DateFilterModal .filter-form .form-group {
  width: 100%;
}
.DateFilterModal .filter-form .input-group-text {
  width: 117px;
  text-align: right !important;
}

@media (min-width: 576px) {
  .filter-form .ml-sm-3,
  .filter-form .mx-sm-3 {
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .filter-form .mr-sm-3,
  .filter-form .mx-sm-3 {
    margin-right: 0.5rem !important;
  }
}
@media (max-width: 667px) {
  .filter-form {
    box-shadow: none;
  }
}
@media (max-width: 667px) {
  .filter-form .form-group {
    width: 100%;
  }
}

@media (max-width: 667px) {
  linkupfilter .justify-content-center {
    margin: 0;
  }
}

.search-form {
  width: 50% !important;
  margin: 0 auto;
}
@media (max-width: 667px) {
  .search-form {
    width: 100% !important;
  }
}
.search-form .input-group input {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.search-form .input-group .input-group-append button {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.dashboard-graph .h4,
.dashboard-graph h4 {
  font-size: 1rem;
  font-family: Raleway-Bold;
}

.program-dashboard-bg h1 {
  font-family: Raleway-Bold;
}

.profile-report .graph-settings {
  position: absolute;
  z-index: 99;
  border-radius: 0;
  border: 1px solid #ddd;
}
.profile-report .graph-tracking-settings {
  position: absolute;
  z-index: 99;
  border-radius: 0;
  border: 1px solid #ddd;
  left: 53px;
}
.profile-report .calendar-form input {
  width: 130px;
}

.main-menu-screen .img-con,
.program-dashboard .img-con {
  overflow: hidden !important;
}
.main-menu-screen .img-con img,
.program-dashboard .img-con img {
  transition: all 0.3s ease-in-out;
  transform-origin: bottom left;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
.main-menu-screen .img-con:hover img,
.program-dashboard .img-con:hover img {
  top: 25%;
  transform: scale(1.2) translate(-17px);
}

.screenleft .page-setting-button {
  left: 0px;
  top: 300px;
  right: unset;
}

.main-screen-left {
  height: 93.6vh;
}

.main-carousel img {
  max-height: 93.6vh !important;
}

.carousel-item img {
  max-width: 100%;
}

.app-link {
  display: block !important;
  margin: 0 auto !important;
}

.picsum-img-wrapper {
  height: 93.6vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}

.info-view .nav-item {
  display: none !important;
}

.btn.btn-outline-custom {
  background-color: transparent;
  background-image: none;
}

.SwitchTab {
  border-bottom: 1px solid #ddd !important;
}
.SwitchTab .tab-content {
  display: none !important;
}

.Officials .linkup-img-div {
  border: 0;
}
.Officials .linkup-img-div img {
  box-shadow: -9px -6px 14px 0px #666666;
}
.Officials .linkup-img-div .img-con {
  margin-bottom: 5px;
  display: block;
}
.Officials .official-name,
.Officials .agencyname {
  font-family: Raleway-Bold;
}

.Official-Minimal .linkup-img-div .img-con {
  height: 200px;
}

.Official-full {
  width: 100% !important;
}
.Official-full .linkup-img-div .img-con {
  height: 400px;
}

.LinkUp .Officials .col-12 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

program-header {
  width: 100%;
  display: block;
}

official-layout3 .Official-Minimal .linkup-img-div .img-con {
  height: 242px !important;
}

#programmenusetup-panel .linkup-img-div .img-con {
  height: 135px;
}
#programmenusetup-panel .card-body {
  flex: 1 1 auto;
  padding: 0.3rem;
}

#programmenudescriptionsetup-panel .linkup-img-div .img-con {
  height: 120px;
}

.p-description-list p {
  margin-bottom: 0 !important;
}

.UserRole #programmenumodule-panel,
.UserRole #programmenu-panel,
.UserRole #userprogramssettings-panel,
.UserRole #programmenugroup-panel {
  padding: 10px;
  border: 1px solid #555;
}

.table-view-col2 {
  font-weight: bold;
  color: #a00b0b;
}

.search-block {
  border: 0 !important;
}
.search-block .search-title {
  font-weight: bold;
  color: #007bff !important;
  font-size: 19px;
}
.search-block .search-title:hover {
  text-decoration: underline;
}
.search-block .desc {
  color: #3C4043;
  font-size: 16px;
}

#attachmentTab {
  border: 1px solid #ddd;
}

#ProgramMenuForm .input-group-text {
  min-width: 95px;
}

.faq-category-list .card-header {
  background-color: #c1c0c0;
}
.faq-category-list .faq-category-link {
  width: 100%;
  font-size: 20px;
  background: #fff;
  display: block;
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  font-family: Raleway-Bold;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.faq-category-list .faq-category-link svg {
  position: absolute;
  right: 30px;
  top: 20px;
}
.faq-category-list .pagination {
  margin-top: 15px !important;
}
.faq-category-list .faq-answer {
  color: #000;
  padding-left: 30px;
  white-space: pre-wrap;
  font-size: 1.1rem;
}
.faq-category-list attachment-links {
  padding-left: 30px;
  display: inline-block;
  width: 100%;
}

.accordion .card-header .btn-link {
  width: 100% !important;
  text-align: left;
  padding: 0;
  font-weight: bold;
  color: #000;
  font-family: Raleway-Bold;
  font-size: 1.2rem;
}
.accordion .card-header .btn-link:after {
  content: "\f106";
  font-family: "FontAwesome";
  position: absolute;
  right: 21px;
  font-size: 24px;
  top: 0px;
}
.accordion .card-header .btn-link.collapsed:after {
  content: "\f107";
}

.attachment-link-list {
  padding-left: 0;
}
.attachment-link-list li {
  list-style: none;
}
.attachment-link-list li a {
  text-decoration: underline;
}
.attachment-link-list li button {
  margin-left: 10px;
  margin-bottom: 5px;
}

#print-section .print-header,
#print-section program-header,
#print-section datefilter {
  display: none;
}

@media (min-width: 576px) {
  .isearch-modal .modal-dialog {
    margin: 14% auto;
  }
}

.navbar {
  padding: 5px 10px !important;
}
.navbar img {
  max-height: 50px;
}
.navbar .navbar-brand {
  padding: 0 !important;
}
@media (max-width: 667px) {
  .navbar .navbar-brand {
    white-space: unset;
  }
}

.attachment-action a,
.attachment-action button {
  display: block;
  margin-bottom: 3px;
  width: 100%;
}

#details-panel .linkup-form input.form-control {
  padding: 4px !important;
  height: auto !important;
  line-height: 1;
}

.mainlogin-con {
  height: 100%;
}

.active-selected-table-value {
  background-color: #f8fba9 !important;
}

.linkup-selection-data-modal-body .table-con {
  max-height: 680px;
  overflow: auto;
  width: 100%;
}
.linkup-selection-data-modal-body .table-hover tbody tr:hover {
  cursor: pointer;
}
.linkup-selection-data-modal-body .btn-group-sm > .btn,
.linkup-selection-data-modal-body .btn-sm {
  padding: 1px 8px;
}

.list-view-group {
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.list-view-group a:hover {
  text-decoration: underline;
}
.list-view-group label {
  text-align: left;
  cursor: pointer;
}
.list-view-group .img-con {
  margin-right: 10px !important;
  min-height: 30px !important;
  min-width: 30px !important;
  float: left !important;
}
.list-view-group .img-con img {
  box-shadow: none !important;
}
.list-view-group a:hover img,
.list-view-group .img-con:hover img {
  top: 0 !important;
  transform: scale(1) translate(0px) !important;
}

.info-linkup-table thead tr th {
  white-space: nowrap;
}

.expired-account-footer {
  justify-content: center !important;
}
.expired-account-footer .btn {
  min-width: 150px !important;
}

.LoginNotificationModal,
.ExpirationModal {
  top: 20% !important;
}

.LoginNotificationModal .modal-body {
  padding: 20px;
}

.Login-notification-block {
  display: block;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 10px 5px;
  border-left: 7px solid #ddd;
}

.linkup-savebutton {
  width: 200px;
}
@media (max-width: 667px) {
  .linkup-savebutton {
    width: 100%;
  }
}

@media (max-width: 667px) {
  .linkup-form .col-12 {
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0 !important;
  }
}
.linkup-form {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.linkup-form .invalid-feedback {
  color: #007bff !important;
  font-weight: bold;
}

.LinkUp .linkup-details-sidebar {
  background: #fff;
  padding: 10px 15px;
}

.linkup-details-value .linkup-value {
  white-space: break-spaces;
  color: #000000;
  font-weight: bold;
}

@media (min-width: 576px) {
  .delete-modal {
    margin: 23.75rem auto 0 !important;
  }
}
program-official-view .search-form {
  width: 66% !important;
  margin: 0 auto;
}
@media (max-width: 667px) {
  program-official-view .search-form {
    width: 100% !important;
  }
}

.search-group-title {
  color: unset !important;
  font-size: 19px;
  font-weight: bold;
}

.dashboard-block .alert-info h4 {
  font-weight: bold !important;
}

@media (min-width: 1200px) {
  #DataListGroup .container,
  #DataListGroup .container-lg,
  #DataListGroup .container-md,
  #DataListGroup .container-sm,
  #DataListGroup .container-xl {
    max-width: 80%;
  }
}
#DataListGroup #accordion {
  margin-top: 20px;
}
#DataListGroup #accordion .card-body {
  padding: 5px;
}
#DataListGroup #accordion .card-body .card {
  overflow: visible;
  margin-left: 86px;
}
#DataListGroup #accordion .card-body .card::before {
  content: "";
  position: absolute;
  height: 33px;
  z-index: 23;
  width: 49px;
  left: -74px;
  top: 4px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background: url("../../images/datalist-icon.jpg");
}
#DataListGroup #accordion .card-body .card-header .btn {
  margin-left: 0 !important;
}
#DataListGroup .card {
  border-radius: 0;
}
#DataListGroup .card-header {
  padding: 5px;
  border-bottom: 0 !important;
}
#DataListGroup .card-header .btn {
  width: 100% !important;
  text-align: left;
  padding: 0;
  margin-left: 15px;
  font-weight: bold;
  color: #000;
  font-family: Raleway-Bold;
  font-size: 1.2rem;
}
#DataListGroup .card-header .btn:after {
  content: "\f106";
  font-family: "FontAwesome";
  position: absolute;
  right: 21px;
  font-size: 24px;
  top: 0px;
}
#DataListGroup .card-header .collapsed:after {
  content: "\f107";
}
#DataListGroup .card-header .linkup-img-con {
  height: 70px;
  width: 70px;
  float: left;
  position: relative;
}
#DataListGroup .card-header .linkup-img-con img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#DataListGroup .card-header h5 {
  float: left;
  width: 93%;
}
#DataListGroup .card-header h5 a {
  line-height: 67px;
  color: #144373 !important;
  font-weight: bold !important;
  font-size: 1.5rem !important;
}
#DataListGroup .card-header h5 a:focus {
  border: transparent;
}

#user-table .linkup-img-div .img-con {
  height: 100px;
}
#user-table .linkup-img-div .update-hover-btn {
  height: 45px;
  font-size: 11px;
}
#user-table .linkup-img-div .update-hover-btn svg {
  margin: 9px auto 0;
}

.linkup-attachment-modal .modal-lg {
  max-width: 1228px;
}
@media (min-width: 576px) {
  .linkup-attachment-modal .modal-dialog {
    margin: 11.75rem auto 1.75rem;
  }
}

@media (min-width: 576px) {
  .custom-print-selection-modal {
    margin: 14.5% auto !important;
  }
}
.nolink:hover {
  cursor: not-allowed !important;
  text-decoration: none !important;
}
.nolink:hover label:hover {
  cursor: not-allowed !important;
}

@media (min-width: 992px) {
  .modal-selection {
    max-width: 630px !important;
    margin: 3.75rem auto !important;
  }
}
@media (min-width: 576px) {
  .modal-dialog.modal-selection {
    margin: 3.75rem auto !important;
  }
}
.lds-spinner {
  z-index: 9999 !important;
}

.linkup-copied-text {
  font-weight: bold;
  color: #F11023;
}

@media (min-width: 992px) {
  .linkup-selection-modal-program-setting .modal-lg,
  .linkup-selection-modal-program-setting .modal-xl {
    max-width: 65%;
  }
}
.linkup-selection-modal-program-setting .linkup-img-div .img-con {
  height: 66px;
}
.linkup-selection-modal-program-setting .linkup-img-div .update-hover-btn {
  height: 42px;
}
.linkup-selection-modal-program-setting .linkup-img-div .update-hover-btn svg {
  display: block;
  margin: 3px auto 0;
}

select.form-control {
  -webkit-appearance: menulist;
}

.modal-backdrop {
  z-index: 1 !important;
}

.form-select {
  -webkit-appearance: unset !important;
}

@media (min-width: 992px) {
  .dashboard-programlinks-modal .modal-lg {
    max-width: 65%;
  }
}
.dashboard-programlinks-modal .linkup-img-div .img-con {
  height: 120px;
}

.info-linkup-table .addedtoday {
  color: #0038a8 !important;
  font-weight: bold;
}
.info-linkup-table .addedtoday a {
  color: #0038a8 !important;
  font-weight: bold;
}
.info-linkup-table .addedtoday a span {
  color: #0038a8 !important;
  font-weight: bold;
}

#DataListGroup .accordion-item button {
  font-size: 1.1rem;
  font-weight: bold;
}
#DataListGroup .hastodayvalue .accordion-button {
  color: #a00b0b !important;
  font-weight: bold;
}

.linkup-selection-modal-footer {
  display: block !important;
}

.info-linkup-table td span {
  white-space: break-spaces;
}
.info-linkup-table .o2mnewrecordnoteditmode {
  display: none !important;
}

.program-setup .form-inline .ng-select.ng-select-single .ng-select-container {
  height: 38px !important;
  border-radius: 0 !important;
  min-width: 250px;
}
.program-setup .form-inline .ng-select.ng-select-single .ng-select-container .ng-clear-wrapper {
  display: none !important;
}
.program-setup .form-inline .ng-dropdown-panel {
  width: 200% !important;
}

.Program-Table .ng-select.ng-select-single .ng-select-container {
  min-height: 32px !important;
  height: 32px;
  border-radius: 0 !important;
}
.Program-Table .ng-dropdown-panel {
  width: 200% !important;
}

.linkup-form .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f4e5;
}
.linkup-form .info-linkup-table th {
  color: #10097c !important;
}
.linkup-form .form-control {
  color: #000 !important;
  font-weight: bold;
}

@media (min-width: 992px) {
  .memo-selection-modal {
    max-width: 1300px !important;
  }
  .memo-selection-modal .modal-dialog {
    margin: 11.75rem auto 1.75rem;
  }
}

#spinner {
  transform: none !important;
}

.lds-spinner:before {
  background-color: unset !important;
}

profilereport .profile-report .col-12 {
  max-width: 78% !important;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  queryreport-details .container,
  queryreport-details .container-lg,
  queryreport-details .container-md,
  queryreport-details .container-sm,
  queryreport-details .container-xl,
  monitorreport-details .container,
  monitorreport-details .container-lg,
  monitorreport-details .container-md,
  monitorreport-details .container-sm,
  monitorreport-details .container-xl,
  profilereport-stats .container,
  profilereport-stats .container-lg,
  profilereport-stats .container-md,
  profilereport-stats .container-sm,
  profilereport-stats .container-xl,
  queryreport-list .container,
  queryreport-list .container-lg,
  queryreport-list .container-md,
  queryreport-list .container-sm,
  queryreport-list .container-xl,
  monitorreport-list .container,
  monitorreport-list .container-lg,
  monitorreport-list .container-md,
  monitorreport-list .container-sm,
  monitorreport-list .container-xl {
    max-width: 77%;
  }
}
queryreport-details .table-bordered td,
queryreport-details .table-bordered th,
monitorreport-details .table-bordered td,
monitorreport-details .table-bordered th,
profilereport-stats .table-bordered td,
profilereport-stats .table-bordered th,
queryreport-list .table-bordered td,
queryreport-list .table-bordered th,
monitorreport-list .table-bordered td,
monitorreport-list .table-bordered th {
  border: 1px solid #000000;
}

.Imonitor {
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 94vh;
}
.Imonitor footer {
  display: none;
}

.datalist-monitor-accordion .accordion-item:nth-child(odd) .accordion-button {
  background-color: #ffffcd;
}
.datalist-monitor-accordion .accordion-item:nth-child(even) .accordion-button {
  background-color: #ebdcd8;
}

@media (min-width: 992px) {
  .dashboard-message-modal {
    top: 325px !important;
  }
  .dashboard-message-modal .modal-header {
    padding: 5px;
  }
  .dashboard-message-modal .modal-title {
    display: inline-block;
    width: 100%;
    font-weight: bold;
  }
  .dashboard-message-modal .message-text {
    color: #0841a9;
    font-weight: bold;
  }
  .dashboard-message-modal .modal-body .btn {
    width: 100px;
  }
}
#program-dashboard-inline-view li {
  list-style: none;
}
#program-dashboard-inline-view li .remarks {
  color: #000;
  white-space: pre-wrap;
}
#program-dashboard-inline-view li .viewmore {
  font-weight: bold;
  color: #bd0909;
  text-transform: lowercase;
}
#program-dashboard-inline-view a:hover {
  text-decoration: none !important;
}
#program-dashboard-inline-view .list-view-group .img-con {
  min-height: 80px !important;
  min-width: 80px !important;
}
@media (max-width: 667px) {
  #program-dashboard-inline-view .list-view-group .img-con {
    min-height: 45px !important;
    min-width: 45px !important;
    max-width: 100%;
  }
}
#program-dashboard-inline-view .program-dashboard label {
  padding: 13px 0;
}
#program-dashboard-inline-view .list-view-group label {
  font-size: 20px;
}
@media (max-width: 667px) {
  #program-dashboard-inline-view .list-view-group label {
    font-size: 17px;
  }
}
#program-dashboard-inline-view .thumb-img {
  display: block !important;
  position: relative !important;
  max-height: 230px;
  margin: 0 auto;
  box-shadow: none;
  max-width: 100%;
}
@media (max-width: 667px) {
  #program-dashboard-inline-view .thumb-img {
    max-height: 150px;
  }
}
#program-dashboard-inline-view .thumb-img:hover {
  cursor: pointer;
}
#program-dashboard-inline-view .nolinks:hover {
  text-decoration: none !important;
  cursor: default;
}

@media (max-width: 667px) {
  .navbar-brand {
    font-size: 1.21rem !important;
  }
}

.dashboard-image-modal .modal-body,
.dashboard-image-modal .modal-footer {
  padding: 1px;
}
.dashboard-image-modal .modal-dialog {
  max-width: 50% !important;
}
@media (max-width: 667px) {
  .dashboard-image-modal .modal-dialog {
    max-width: 94% !important;
  }
}
.dashboard-image-modal img {
  max-width: 100%;
}

.Official-full .linkup-form span {
  white-space: break-spaces;
  color: #000000;
  font-weight: bold;
}

.modal .modal-header .close {
  color: #fff;
  background: #000;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 0;
  margin: -2rem -2rem -1rem auto;
  opacity: 1 !important;
  padding: 10px !important;
}

.program-setup-card .card-header {
  padding: 5px !important;
}
.program-setup-card .card-header span {
  display: block;
  font-size: 10px;
}
.program-setup-card .card-body {
  padding: 1px !important;
}
.program-setup-card .input-group-text {
  padding: 5px;
  width: 97px !important;
  font-size: 13px;
}

.nolink:hover {
  text-decoration: none !important;
  color: #000;
}

.nolink {
  color: #000 !important;
}

.table-total-view {
  font-weight: bold;
  color: #b13737;
  font-size: 16px;
}

.ng-select-container .ng-value-container {
  width: 130px;
}

.ApiLinkQr {
  text-align: center;
}

.LinkUp .tab-container .link-form-fc {
  margin-bottom: 20px !important;
}
.LinkUp .tab-container .link-form-fc .linkup-details-value {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.flex-radio {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-radio .linkup-radio-block {
  margin: 5px;
}
.flex-radio .linkup-radio-block .btn-outline-primary {
  color: #054d9b;
  border-color: #054d9b;
  font-weight: bold;
}
.flex-radio .linkup-radio-block .btn-check:active + .btn-outline-primary,
.flex-radio .linkup-radio-block .btn-check:checked + .btn-outline-primary,
.flex-radio .linkup-radio-block .btn-outline-primary.active,
.flex-radio .linkup-radio-block .btn-outline-primary.dropdown-toggle.show,
.flex-radio .linkup-radio-block .btn-outline-primary:active {
  background-color: #204618;
  color: #fff;
}

@media (max-width: 767.98px) {
  .linkup-form-buttons .linkup-savebutton {
    margin-bottom: 15px;
  }
  .linkup-form-buttons button:nth-child(2) {
    margin-left: 0 !important;
  }
}

.modal-dialog-centered .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}

.modal-footer-center {
  justify-content: center !important;
}

.filter-form-profile .calendar-form .form-control {
  width: 110px;
}

#ProfileTable table tr > td:nth-child(1),
#ProfileTable table tr > th:nth-child(1),
#ProfileTable table tr > td:nth-child(3),
#ProfileTable table tr > th:nth-child(3),
#ProfileTable table tr > td:nth-child(4),
#ProfileTable table tr > th:nth-child(4) {
  text-align: center;
}
#ProfileTable table tr > td:nth-child(1),
#ProfileTable table tr > th:nth-child(1) {
  width: 7%;
}
#ProfileTable table tr > td:nth-child(3),
#ProfileTable table tr > th:nth-child(3) {
  width: 10%;
}
#ProfileTable table tr > td:nth-child(4),
#ProfileTable table tr > th:nth-child(4) {
  width: 10%;
}

.linkup-form shared-linkup-tablelist table tr:hover {
  background-color: rgb(250, 250, 169) !important;
}
.linkup-form shared-linkup-tablelist table tr:hover td {
  font-weight: bold !important;
  color: #000 !important;
}

#monitorcard {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 10px;
}
#monitorcard attachment-single-with-modal {
  flex: 0 0 25%;
}
#monitorcard attachment-single-with-modal .linkup-img-div .img-con {
  height: 121px;
  margin-bottom: 0;
  display: block;
}
#monitorcard attachment-single-with-modal .linkup-img-div .update-hover-btn {
  height: 62px;
}
#monitorcard .card {
  flex: 1 1 0;
}

.info-linkup-table .sharetablelink {
  display: block;
  margin: 0 auto;
  text-align: center;
}/*# sourceMappingURL=custom.css.map */