/* The mobile header */
:root {
  --accent-color: #087e8b;
  --header-height: 90px;
}

#NpMobileHeader {
  background: #003476 !important;
  color: #FFF !important;
}

#NpMobileHeader .main-logo {
  max-height: 37px;
  border-radius: 25px;
  border: 5px solid #FFF;
}

h5.app-title {
  font-size: 11px !important;
}

h5.app-title::before {
  content: 'Δήμος Θεσσαλονίκης';
  font-size: 19px !important;
  width: 100%;
  float: left;
  clear: left;
  margin: .3em 0;
}

mobile-menu-toggler i {
  color: #FFF !important;
}

.responsive .TopFormArea {
  background: #003476 !important;
  color: #FFF !important;
}

#NpMainContent.resizable2 .well.modern-container .TopFormArea h2 {
  color: #FFF !important;
}

.responsive .TopFormArea h2 {
  color: #FFF !important;
}

.welcome-message {
  padding: .7em .35em .7em;
  font-size: 1.9em;
  line-height: 1.3em;
  opacity: 0;
  transition: .6s all ease-in;
}

.welcome-message.shown {
  opacity: 1;
}


/* For the grid cards */
@media screen and (max-width: 3767px) {
  .responsive .NpTable.CardGrid {
    border: none !important;
    background: none;
    margin: 0;
    padding: 0 12px;
  }

  .NpTable.CardGrid .ngRow .ngCellElement.mobileRowTemplate {
    display: block;
    height: unset;
    background: #fff !important;
    padding: 10px;
    box-shadow: 0px 0px 17px -6px #999;
    border-radius: 0.5rem;
  }

  .NpTable.CardGrid .ngRow.selected .ngCellElement.mobileRowTemplate {
    background: rgb(230, 238, 255) !important;
    box-shadow: none;
  }

  .NpTable.CardGrid .ngVerticalBar {
    display: none;
  }

  .NpTable.CardGrid .gridStyle {
    height: unset !important;
    /* margin-bottom: 60px; */
  }

  .NpTable.CardGrid .ngTopPanel {
    display: none;
  }

  .NpTable.CardGrid .ngViewport {
    width: 100% !important;
    height: unset !important;
    overflow: visible !important;
    padding: 0;
  }

  .NpTable.CardGrid .ngViewport .ngCanvas {
    width: 100% !important;
    height: unset !important;
    overflow: visible !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1em;
  }

  .NpTable.CardGrid .ngRow {
    position: relative;
    top: unset !important;
    left: unset !important;
    width: calc(100% - 20px) !important;
    height: unset !important;
    display: inline-block;
    margin: 5px 10px 5px;
    padding: 0;
    box-shadow: 0px 0px 8px -4px #999;
    border-radius: 0.5rem;
    border: 1px solid #dfdfdf !important;
  }

  .NpTable.CardGrid .ngRow.selected {
    box-shadow: none;
  }

  .NpTable.CardGrid .ngCell {
    height: auto;
    width: 100%;
    float: left;
    clear: left;
    display: block;
    left: unset;
    position: relative;
  }

  .mobileRowTemplate .respCell {
    width: 100%;
    display: flex;
    justify-content: start !important;
    align-items: start;
    margin: 3px 0 12px;
  }

  .mobileRowTemplate .respCellLabel {
    line-height: 1.1em;
    font-size: 14px;
    margin-right: 6px;
    color: #888 !important;
    max-width: 150px;
    border-right: 1px solid #ccc;
    padding-right: 5px;
    text-indent: unset;
  }

  .mobileRowTemplate .respCellContent {
    display: inline-block;
    align-items: center;
  }

  .mobileRowTemplate .respCellContent input,
  .mobileRowTemplate .respCellContent select,
  .mobileRowTemplate .respCellContent label {
    font-size: 14px !important;
    height: auto !important;
    padding: 0 !important;
    line-height: 1.1em !important;
    color: #111 !important;
    text-indent: 0;
    text-overflow: ellipsis;
    text-align: left !important;
  }

  .mobileRowTemplate .respCellContent select {
    opacity: 1;
  }

  .mobileRowTemplate .respCellContent>* {
    width: auto !important;
    height: auto !important;
    left: unset !important;
    vertical-align: middle;
    display: grid;
  }

  .mobileRowTemplate .overlayButtonWrap {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0.25rem;
    /* padding: 13px; */
    left: 0;
    top: 0;
  }

  .mobileRowTemplate .overlayButtonWrap .detailButton {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #003476 !important;
    color: var(--white);
    padding: 7px 22px 7px 11px;
    border-radius: 0 0 5px 0;
    font-size: 11px;
  }

  .mobileRowTemplate .overlayButtonWrap .detailButton:hover {
    opacity: .8;
  }

  .mobileRowTemplate .detailButton::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900 !important;
    content: "\f138";
    content: "\f054";
    font-size: 13px;
    color: #fff;
    background: transparent;
    position: absolute;
    right: 8px;
    top: 8px;
  }
}

#Application_ControllerGrpApplication .FormArea {
  margin-bottom: 0 !important;
}

#Application_ControllerGrpApplication .FormArea h3,
#Application_ControllerGrpApplDocument .TopGridArea.TopGridAreaResp h3 {
  margin: 0 !important;
  color: #0b3954 !important;
  font-weight: 400;
  margin-top: 10px !important;
  padding: 3px 0 !important;
  /*! text-decoration: underline; */
}

#Application_ControllerGrpApplDocument .TopGridArea.TopGridAreaResp h3 {
  margin-bottom: 5px !important;
  margin-top: 8px !important;
}

#Application_ControllerGrpApplication .required-fields-message {
  margin-top: -20px;
  color: #999;
  border-bottom: 1px solid #f2f2f2f2;
}

#Application_ControllerGrpApplication .required-fields-message .required-inicator {
  color: red;
  font-size: 15px !important;
}

#Application_ControllerGrpApplication [data-ng-show="!Dikaiologitiko_info_region_invisible()"] {
  margin-top: -1.5em;
}

#Application_ControllerGrpApplication .applicationInformationField {
  margin: 0 !important;
  padding: 0 !important;
}

#Application_ControllerGrpApplication .applicationInformationField .inner {
  border: 1px solid #CFF4FC;
  background: #CFF4FC;
  padding: .5em;
  font-size: 13px;
  border-radius: 3px;
  color: #3D677A !important;
}

#Application_ControllerGrpApplication .applicationInformationField .inner .fa-info-circle {
  font-size: 1.4em;
  float: left;
  margin: 0 10px 0 0;
}

#Application_ControllerGrpApplication #customSaveBtn,
#Application_ControllerGrpApplication .CardGrid .respCellLabel {
  display: none;
}

#Application_ControllerGrpApplication #agree_with_terms {
  font-size: 17px;
  font-weight: 300;
  margin-top: 0px;
  position: relative;
  margin-left: 0;
  line-height: 1.3em;
}

#Application_ControllerGrpApplication #agree_with_terms .dpo {
  margin-bottom: 0;
}

.FormArea:has(#agree_with_terms) {
  display: flex;
  align-items: start !important;
}

#Application_ControllerGrpApplication label[for^=field_title] {
  padding: 0;
  color: #0b3954;
  margin: 20px 0 10px;
  font-size: 17px !important;
  font-weight: 400;
  width: 100%;
  font-family: Open Sans, Arial, sans-serif !important;
}

#Application_ControllerGrpApplication label[for^=field_title]::after {
  content: '' !important;
}

#Application_ControllerGrpApplication input[name^=field_title] {
  display: none !important;
}

button#noAitiseisButton {
  background: #ffd4d4 !important;
  color: red !important;
  padding: 7px !important;
  height: auto;
  max-height: unset;
  line-height: unset;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

#NpHeader .gaia-logo {
  display: none !important;
}

#VAllMonetaryListNotCollected,
#WinbankCheckout.modern-container,
#WinbankBacklink.modern-container {
  margin-top: 5em;
}

#WinbankCheckout.modern-container,
#WinbankBacklink.modern-container {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: flex;
}

#WinbankBacklink.modern-container label[name^="WinbankMessage-"] {
  font-size: 18px !important;
  line-height: 1.4em;
  margin: 0;
  vertical-align: middle;
}

#piraeus_payment_form {
  display: none !important;
}

#Application_ControllerGrpApplDocument .NpTable .ngCanvas {
  column-gap: 30px;
}

#Application_ControllerGrpApplDocument .NpTable .TopGridArea.TopGridAreaResp {
  background: transparent;
  border-bottom: none !important;
}

#Application_ControllerGrpApplDocument .NpTable .ngRow {
  margin: 0;
  position: relative;
  border: 2px dashed #999 !important;
  border-radius: 5px;
  margin-right: 0;
  margin-bottom: 1em;
  display: block;
  float: left;
  clear: none;
  width: calc(33.33% - 20px) !important;
}

#Application a#termsFileField {
  text-decoration: underline !important;
  color: blue !important;
}

@media screen and (max-width: 1024px) {
  #Application_ControllerGrpApplDocument .NpTable .ngRow {
    width: calc(50% - 15px) !important;
  }
}

@media screen and (max-width: 900px) {
  #Application_ControllerGrpApplDocument .NpTable .ngRow {}
}

@media screen and (max-width: 767px) {
  #Application_ControllerGrpApplDocument .NpTable .ngRow {
    width: 100% !important;
  }
}

#Application_ControllerGrpApplication a#decisionFileBlob {
  background-color: #003476;
  color: #FFF !important;
  padding: .5em 3.2em .5em 1em;
  height: 36px !important;
  display: inline-block;
  width: auto;
  border-radius: 3px;
  max-width: 100%;
  position: relative;

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
}

#Application_ControllerGrpApplication a#decisionFileBlob::after {
  content: "\f019";
  padding: 0 0 0 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 10px;
}

#Application_ControllerGrpApplication a#decisionFileBlob:hover {
  background-color: #1c6dd5;
}

#Application_ControllerGrpApplication a#decisionFileBlob:active {
  background-color: #1c6dd5;
  box-shadow: 2px 0 24px -10px black inset;
}


#Application_ControllerGrpApplication label,
#Application_ControllerGrpApplication input[readonly="readonly"],
#Application_ControllerGrpApplication select[readonly="readonly"],
#Application_ControllerGrpApplication textarea[readonly="readonly"] {
  pointer-events: none !important;
  display: flex;
}

#Application_ControllerGrpApplication label.required-asterisk {
  display: inline-block;
  width: auto;
}

#Application_ControllerGrpApplication label.required-asterisk::after {
  content: "*";
  color: red;
  font-size: 19px;
  margin-left: 5px;
  margin-top: 3px;
  line-height: 1em;
}

#Application_ControllerGrpApplication label.required::after {
  content: '*';
  text-align: left;
  color: red;
  display: flex;
  width: auto;
  padding: 0 0.4em 0;
  font-size: 1.4em;
  line-height: .5em;
}

#Application_ControllerGrpApplDocument .NpTable .ngRow .npBlob {
  height: 36px !important;
  width: 100%;
}

#Application_ControllerGrpApplDocument .NpTable .ngRow a {
  height: 36px !important;
}

#Application_ControllerGrpApplDocument .mobileRowTemplate .respCellContent {
  width: 100%;
}

#Application_ControllerGrpApplDocument .mobileRowTemplate .progress-bar {
  width: auto;
  display: block;
}

#Application_ControllerGrpApplDocument .mobileRowTemplate .progress-bar .uploaded {
  /* width: auto; */
  display: block !important;
}

#Application_ControllerGrpApplDocument .mobileRowTemplate .percent {}

/* This has a file uploaded */
#Application_ControllerGrpApplDocument .mobileRowTemplate a[href*="&temp_id="] {}

/* This has not a file uploaded */
#Application_ControllerGrpApplDocument .mobileRowTemplate a:not[href*="temp_id="] {}

/* Fixed buttons at bottom */
@media screen and (max-width: 767px) {

  #Application_ControllerGrpApplAttachment .NpTable .TopGridArea button,
  #Application_ControllerGrpApplAttachment .NpTable .TopGridArea button:focus {
    border-radius: 0.25rem;
    background: -webkit-linear-gradient(top, #53a0d0, #3790c8) !important;
    background: -moz-linear-gradient(top, #53a0d0, #3790c8) !important;
    background: -ms-linear-gradient(top, #53a0d0, #3790c8) !important;
  }

  #Application_ControllerGrpApplAttachment .NpTable .TopGridArea button:active {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 40%) inset;
  }

  /* Override button content rules */

  #Search_Application>.FormArea.Resp_Form>.row:nth-child(3),
  #Search_Application>.FormArea.Resp_Form>.row:nth-child(4) {
    height: 0;
  }

  /* Dikaiologitika */
  #Application_ControllerGrpApplDocument>.NpTable .TopGridArea,
  #Application_ControllerGrpApplication .CardGrid .respCellLabel {
    /* display: none; */
  }

  #Application_ControllerGrpApplication #customSaveBtn {
    display: block;
  }

  [data-ng-show="!isNoAitiseisMessageInvisible()"] {
    height: 0;
    position: relative;
  }

  button#noAitiseisButton {
    padding: 20px 10px !important;
    position: sticky;
    margin-top: 49px;
  }

  .ui-dialog .ui-resizable-handle {
    display: none !important;
  }
}

#NpMainContent.resizable2 .well.modern-container .TopFormArea h2 {
  font-size: 16px !important;
}

.resizable2 #ResponsiveDashboard.modern-container .TopFormArea h2 {
  display: none !important;
}

#mobile_TopFormAreaButtons {
  display: none !important;
}

.page-action-buttons {
  display: inline-block;
  margin: .9em 5vw 0;
  width: calc(100% - 10vw) !important;
}

.page-action-buttons button {
  padding: .4em 1em !important;
  height: unset;
  float: right;
  margin-left: 1em;
  margin-bottom: .5em;
}

/* To mobile.css*/
@media screen and (max-width: 767px) {
  .resizable2 {
    top: 90px;
  }
}

/* To george.css */
/* Case of not header */
body.has-not-header .resizable2 {
  top: 20px;
  height: calc(100% - 44px) !important;
  max-height: calc(100% - 44px) !important;
}

body.has-not-header #NpNavigation {
  top: 20px;
  height: calc(100% - 44px) !important;
  max-height: calc(100% - 44px) !important;
}

body.has-not-header .resizable2 .TopFormArea {
  top: 20px;
}

body.has-not-header #NpBreadcrumb {
  top: 0;
}

/* Case of not breadcrumb */
body.has-not-breadcrumb .resizable2 {
  top: 60px;
  height: calc(100% - 20px - 64px) !important;
  max-height: calc(100% - 20px - 64px) !important;
}

body.has-not-breadcrumb .resizable2 .TopFormArea {
  top: 61px;
}

body.has-not-breadcrumb #NpNavigation {
  top: 61px;
  height: calc(100% - 84px) !important;
  max-height: calc(100% - 84px) !important;
}

/* Case of not footer */
body.has-not-footer .resizable2 {
  top: var(--header-height);
  height: calc(100% - var(--header-height)) !important;
  max-height: calc(100% - var(--header-height)) !important;
}

body.has-not-footer .resizable2 .TopFormArea {
  top: 80px;
}

body.has-not-footer .resizable2 .modern-container .TopFormArea {
  top: 60px;
  left: 0;
  background: #fff;
  border: none !important;
  width: 100% !important;
  box-shadow: 0 4px 9px -5px rgba(0, 0, 0, 0.1);
}

body.has-not-footer .resizable2 .modern-container .TopFormArea h2 {
  color: #000 !important;
  font-size: 21px !important;
  font-weight: 600;
}

body.has-not-footer .resizable2 .modern-container .TopFormArea #desk_TopFormAreaButtons,
body.has-not-footer .resizable2 .modern-container .TopFormArea #mobile_TopFormAreaButtons {
  /* display: none !important; */
}

body.has-not-footer .resizable2 .modern-container .TopFormArea .saveCancel button {
  background: transparent;
  border: none;
}

body.has-not-footer .resizable2 .modern-container .TopFormArea .saveCancel button:active {
  box-shadow: none !important;
  opacity: .5;
}

body.has-not-footer .resizable2 .modern-container .TopFormArea .saveCancel button i.icon.back {
  top: -4px;
}



#mobile_TopFormAreaButtons nav a {
  border-left: none !important;
  /*! min-width: 168px; */
}

#mobile_TopFormAreaButtons .drop-content button {}

#mobile_TopFormAreaButtons .drop-content button:hover {
  background-color: #0088cc;
}

#mobile_TopFormAreaButtons .drop-content i {
  min-width: 30px;
  top: -3px;
}

#mobile_TopFormAreaButtons .drop-content i:hover {
  top: -3px;
}

body.has-not-footer #NpNavigation {
  top: 80px;
  height: calc(100% - 80px) !important;
  max-height: calc(100% - 80px) !important;
}

@media screen and (max-width: 767px) {
  body.has-not-footer .resizable2 .responsive .TopFormArea {
    top: 60px;
  }

  body.has-not-footer .resizable2 .responsive {
    margin-top: .5em;
  }
}

/* Case of not breadcrumb and not header */
body.has-not-breadcrumb.has-not-header .resizable2 {
  top: 0;
  height: calc(100% - 20px - 4px) !important;
  max-height: calc(100% - 20px - 4px) !important;
}

body.has-not-breadcrumb.has-not-header .resizable2 .TopFormArea {
  top: 0;
}

body.has-not-breadcrumb.has-not-header #NpNavigation {
  top: 0;
  height: calc(100% - 24px) !important;
  max-height: calc(100% - 24px) !important;
}

/* Case of not header and not footer */
body.has-not-header.has-not-footer .resizable2 {
  top: 20px;
  height: calc(100% - 20px) !important;
  max-height: calc(100% - 20px) !important;
}

body.has-not-header.has-not-footer .resizable2 .TopFormArea {
  top: 20px;
}

body.has-not-header.has-not-footer #NpNavigation {
  top: 20px;
  height: calc(100% - 20px) !important;
  max-height: calc(100% - 20px) !important;
}

body.has-not-header.has-not-footer #NpBreadcrumb {
  top: 0;
}

/* Case of not breadcrumb and not footer */
body.has-not-breadcrumb.has-not-footer .resizable2 {
  top: 60px;
  height: calc(100% - 60px) !important;
  max-height: calc(100% - 60px) !important;
}

body.has-not-breadcrumb.has-not-footer .resizable2 .TopFormArea {
  top: 60px;
}

body.has-not-breadcrumb.has-not-footer #NpNavigation {
  top: 60px;
  height: calc(100% - 60px) !important;
  max-height: calc(100% - 60px) !important;
}

/* Case of not breadcrumb, not header and not footer */
body.has-not-header.has-not-breadcrumb.has-not-footer .resizable2 {
  top: 0px;
  height: calc(100%) !important;
  max-height: calc(100%) !important;
}

body.has-not-header.has-not-breadcrumb.has-not-footer .resizable2 .TopFormArea {
  top: 0;
}

body.has-not-header.has-not-breadcrumb.has-not-footer #NpNavigation {
  top: 0;
  height: calc(100% - 0px) !important;
  max-height: calc(100% - 0px) !important;
}

@media screen and (max-width: 767px) {

  body.has-not-menu .responsive .fixed-btn-bottom-left,
  body.has-not-menu .responsive .fixed-btn-bottom-right {
    bottom: 20px !important;
  }
}

/* Page CsiisPublicHomeMenu specific styles start */
.header-container {
  text-align: center;
  padding: 1em 0 2em;
  background: #eee;
}

.modern-container .header-container {
  background: #fff;
}

.header-container img {
  max-height: 132px;
}

.modern-container .header-container img {
  max-height: 100px;
}

.header-container .mainPageTitle {
  font-size: 26px;
  font-weight: bold;
  margin-top: 1em;
}

.modern-container .header-container .mainPageTitle {
  font-size: 20px;
}

#CsiisPublicHomeMenu.well {
  padding: 1em;
}

#CsiisPublicHomeMenu.well .TopFormArea {
  display: none;
}

#CsiisPublicHomeMenu.well>.ui-tabs {}

#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav {
  display: block !important;
  height: initial !important;
  width: 100%;
  border: none;
}

#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer {
  width: 100% !important;
  float: unset !important;
  height: auto !important;
  padding: 0;
}

#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100% !important;
  height: auto !important;
  margin: 0.5em 0;
}

#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer li {
  float: none;
  position: relative;
  height: initial;
  display: flex;
  padding: 0;
  background: #fff;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 0 10px;
  box-shadow: 1px 3px 13px -10px black;
  border: none;
  top: 0;
  border-left: 5px solid var(--accent-color);
  border-right: 1px solid transparent;
  width: 215px;
}

#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer li a {
  font-size: 18px;
  min-height: 50px;
  padding: 2em 0.5em;
  width: 100%;
  color: #777 !important;
}

#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer li.ui-state-active {
  box-shadow: 1px 3px 13px -10px black inset;
  border-right: 1px solid #ddd;
}

#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer li.ui-state-active a {
  font-weight: bold;
  /*! letter-spacing: -1.5px; */
  color: #111 !important;
}

#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .NextBtn,
#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .PreviousBtn {
  display: none;
}

/* Login Button in public menu page */
#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer li.login-wrap {
  border: none !important;
}

#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer li.login-wrap {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAACT0lEQVR4nO3YzYtNYRwH8CO5Iw1S3kZRalZWZrCwsLEiww5DWYxREhIrmfIP+AusZqFBxIbNILG0Y8t4SYz3UizmKn30mEdNp3Pn5d5zr3On892c7vP8Xp7vfX6/83zPkyQlSpQoUaJEifqATpzCA7xHNT7vx/HOpOjAQYxjBH3oQiU+9+JanN+fFBU4jzH0zGDXi5fBPinoToxh1SztV+NVoXbGZE+Mp3cCi3ELP3ETHan5rbF3VuCtuaMa+25DXkRCA49kjB9LJR7MsLmOk3XmreAC7tW79nTA8K/0ZYwPpogczbDZ18hC0BF2pl7/dLBQHl01koSS+oEb6dKKNuuCf4P5NeI/NdAvLGqgPKpFIfJ1tm+rDN81+FwUIg+xu07fPUEBFIXIGVyp0/cqTheFyHJ8xOY5+vXgA5YVgkgADuN5OLGTWQBr8QL9s7GfJk4HJhqJkRX0YiTTO4PdlkhiqMF8lRAjtwMxFbw/lstwjfnhOB+02XZ8q0OaTJUoo7lJlBo9E7AgY06jPdEy4CweN70xmwlswhd0ty0Rk833FAPT2PwlIh9Uc5XxUxa5C09msMltR+Qt41NK9lP4YJrGJtfSkqeMTwUOFwxvsLJVPaJZfYdLuDMfiFTwez4QOVSr6duGiMmbk9AjO9qdyAButzKpJhE5gke1vuGb9PqdyDPmv8ALcReXW3QgDjVFxscES/EM51Lj3fiOJTlKlNGmyfi46PV4Fw7I+HsjXmfdNhYe2BYly/FI4kTSrsDOeNt44H+vpUSJEiVKJK3GH7gyFi7fiF1GAAAAAElFTkSuQmCC") !important;
  background-position: -3px -3px !important;
  background-size: 50px !important;
  background-color: var(--accent-color);
  background-repeat: no-repeat;
}

#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer li.login-wrap a {
  background-color: transparent;
  color: #FFF !important;
}

#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer li.login-wrap:hover {
  opacity: .9;
}

#CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer li.login-wrap:active {
  box-shadow: 1px 3px 13px -10px black inset;
}

@media screen and (max-width: 767px) {
  #CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer {
    flex-direction: column;
  }

  #CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer li {
    box-shadow: none;
  }

  #CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer li a {
    font-size: 14px;
    padding: 1em 0.5em;
    min-height: 10px;
  }

  #CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer li {
    width: auto;
  }

  #CsiisPublicHomeMenu.well>.ui-tabs .ui-tabs-nav .fixedContainer .moveableContainer li a br {
    display: none;
  }
}

#CsiisPublicHomeMenu_ControllerAitGroup {
  margin: 0 auto;
  border: none !important;
}

.custom-footer {
  width: 100%;
  display: flex;
  padding: 1em;
  justify-content: center;
  font-size: 11px;
  align-items: center;
  column-gap: 7em;
  flex-wrap: wrap;
}

.custom-footer ul {
  display: flex;
  justify-content: space-between;
  column-gap: 2em;
  font-size: 12px;
}

.custom-footer a {
  color: #999;
  text-decoration: underline;
}

@media screen and (max-width: 620px) {
  .custom-footer {
    flex-direction: row;
    background: transparent;
  }
}

/* Page CsiisPublicHomeMenu specific end */

/* ResponsiveDashboard page */
#ResponsiveDashboard .TopFormArea>.saveCancel {
  display: none !important;
}

#ResponsiveDashboard.pretty-grid {
  margin-top: 20px !important;
  max-width: 100%;
}

#ResponsiveDashboard.modern-container {
  padding: 0;
  box-shadow: none;
  background: transparent;
}

#ResponsiveDashboard.pretty-grid div[data-ng-controller]>.NpTable {
  background: transparent;
}

#ResponsiveDashboard.pretty-grid div[data-ng-controller] div[data-ng-grid] .ngViewport .ngCanvas {
  margin-bottom: 2em;
  justify-content: start;
  column-gap: 1em;
}

#ResponsiveDashboard.pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow {
  /*! flex: 1 0 43% !important; */
  margin: .7em 0 !important;
  background: #fff !important;
  justify-content: start;
  border-bottom: 2px solid var(--accent-color);
}

@media screen and (min-width: 1280px) {
  #ResponsiveDashboard.pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow {
    flex: 1 0 21% !important;
  }
}

@media screen and (max-width: 620px) {
  #ResponsiveDashboard.pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow {
    flex: 1 0 100% !important;
    margin: 0.3em 0 1em !important;
  }
}

#ResponsiveDashboard.pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow .ngCell {
  justify-content: start;
  align-items: start;
}

#ResponsiveDashboard.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate {
  background: #fff !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: start;
}

#ResponsiveDashboard.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate .block2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

#ResponsiveDashboard.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate img {
  max-width: 40px;
  margin: 1em 0.5em;
}

#ResponsiveDashboard.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate .block2 .short_desc {
  font-size: 16px !important;
  text-align: left;
  padding: 0.5em;
}

#ResponsiveDashboard.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate .block2 .long_desc {
  font-size: 12px !important;
  text-align: left;
  padding: 0 0.87em 0.5em;
}

#ResponsiveDashboard.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate .more-link i {
  margin: 0 5px;
}

#ResponsiveDashboard.pretty-grid div[data-ng-controller]>.NpTable .TopGridArea {
  display: block;
  background: transparent;
  border: none !important;
  box-shadow: none !important;
}

#ResponsiveDashboard.pretty-grid div[data-ng-controller]>.NpTable .TopGridArea h3 {
  font-size: 18.5px !important;
  padding: .2em 0 .3em;
}

#ResponsiveDashboard.pretty-grid div[data-ng-controller]>.NpTable .TopGridArea .topGridActionsArea {
  display: none !important;
}

/* ResponsiveDashboard page */

/* Pretty cards start */
.pretty-grid {
  max-width: 1280px;
  margin: 0 auto;
  float: none;
  border-top: none !important;
}

.pretty-grid div[data-ng-controller]>.NpTable {
  background: transparent !important;
  margin: 0 0.5em;
  border: none;
}

.pretty-grid div[data-ng-controller]>.NpTable .TopGridArea {
  display: none;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] {
  height: auto !important;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] [ng-style="topPanelStyle()"] {
  display: none;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .ngViewport {
  height: auto !important;
  position: initial;
  width: 100% !important;
  top: 0;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .ngViewport .ngCanvas {
  height: unset !important;
  position: relative;
  width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10vh;
  column-gap: 1em;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow {
  height: auto !important;
  top: 0 !important;
  position: relative;
  z-index: 0;
  background: #f4f4f4 !important;
  border-bottom: 5px solid var(--accent-color);
  margin: 1em 0;
  transition: 0.2s top ease-in;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: calc(25% - .751em);
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow .ngCell {
  cursor: default !important;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow:hover {
  border-bottom: 5px solid #666;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow .oneRowTemplate::active {
  box-shadow: 1px 1px 1px black inset;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow .ngCell {
  height: auto;
  width: 100%;
  position: initial;
  /*! background: #f4f4f4; */
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow .ngCell .ngVerticalBar {
  display: none;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate {
  line-height: initial;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  padding: 1.5em;
  cursor: pointer;
  cursor: hand;
  height: auto;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate>* {
  cursor: pointer;
  cursor: hand;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate img {
  max-height: 70px;
  width: auto;
  margin: 1em auto;
  text-align: center;
  height: auto !important;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate .short_desc {
  width: 100%;
  text-align: center;
  font-size: 21px !important;
  line-height: 1.1em !important;
  padding: 0.7em 0.5em;
  text-indent: initial;
  font-weight: 600;
  color: #111 !important;
  cursor: pointer;
  margin: 0;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate .long_desc {
  text-indent: initial;
  font-size: 15px !important;
  line-height: 1.3em;
  color: #666;
  text-align: center;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate .more-link {
  background: #fff;
  width: auto !important;
  padding: 0.8em;
  box-shadow: 1px 3px 7px -7px black;
  text-align: center;
  margin: 1em 1.2em;
  color: #333 !important;
  font-size: 14px !important;
  border: 1px solid transparent;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate .more-link i {
  margin: 0 .5em
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate .more-link:hover {
  color: #666 !important;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate .more-link:active {
  box-shadow: 1px 4px 3px -4px black inset;
  border: 1px solid #eee;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate .overlayButton {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 5px);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate .overlayButton:active {
  box-shadow: 1px 1px 17px -10px black inset;
  background: rgba(255, 255, 255, 0.5);
}

.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate .overlayButton:hover {
  background: #fff;
  opacity: 0.5;
  transition: 0.1s all ease-in;
}

/* Pretty cards end */

.pretty-grid-lines-controller .ngViewport .ngCanvas {
  display: block;
  float: left;
  clear: none;
  overflow: hidden;
}

.pretty-grid-lines-controller div[data-ng-grid] .ngViewport .ngCanvas .ngRow {
  float: left;
  clear: none;
  width: calc(100% - 2em);
  border: none !important;
  flex: 1 0 calc(100% - 2em) !important;
}

.pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate {
  padding: 0;
}

.pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate .short_desc {
  float: left;
  text-align: left;
  padding-right: 2.5em;
  padding-left: 1.5em;
}

.pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate.aitisi-row {
  cursor: pointer;
  cursor: hand;
}

.pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate.aitisi-row:hover {
  opacity: 0.8;
}

.pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate.aitisi-row .short_desc::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0.2em;
  bottom: 6px;
  color: #fff;
  line-height: 100%;
}

.pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate.aitisi-row .short_desc::before {
  content: " ";
  position: absolute;
  right: 0;
  top: calc(100% - 2em);
  background: var(--accent-color);
  height: 2em;
  width: 1.5em;
  border-radius: 100% 0 0 0;
  bottom: 0;
  opacity: .2;
}

.pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate .more-link {
  width: 50px !important;
  float: right;
  margin: 0;
}

.pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate .long_desc {
  text-align: left;
  font-size: 13px !important;
  padding: 0 2em 1.3em;
  display: flex;
  justify-content: start;
}

.pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate .long_desc a {}

.long_desc.ng-binding {}

.pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate .overlayButton {
  height: 100% !important;
}

.pretty-grid .pretty-grid-lines-controller {
  max-width: 920px;
  float: none;
  margin: 0 auto;
}

.pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate.group-title {
  background: #ededed;
  cursor: unset !important;
}

.pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate.group-title .overlayButton {
  display: none !important;
}

.pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate.group-title .short_desc {
  background: #ededed;
  font-size: 22px !important;
  padding: 1em 1em 0 0 !important;
  font-weight: 100;
  letter-spacing: 0.1em;
  opacity: 0.6;
  cursor: unset !important;
}

@media screen and (max-width: 1280px) {
  .pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow {
    width: calc(33.31% - .75em);
  }

  .pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow .oneRowTemplate .short_desc {
    font-size: 19px !important;
  }

  .pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow .oneRowTemplate {
    padding: 0.2em;
  }
}

@media screen and (max-width: 1024px) {
  .pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow {
    width: calc(50% - 0.5em);
  }
}

@media screen and (max-width: 620px) {
  .pretty-grid div[data-ng-controller] div[data-ng-grid] .ngRow {
    width: calc(100%);
  }
}

/* Page #ChooseApplication */
#ChooseApplication.pretty-grid.modern-container {
  max-width: initial;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

#ChooseApplication.pretty-grid.modern-container .oneRowTemplate.group-title {
  background: none !important;
  border: none !important;
  padding: 0;
}

#ChooseApplication.pretty-grid.modern-container .pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow .oneRowTemplate.group-title .short_desc {
  background: transparent;
  pointer-events: none;
  font-size: 22px !important;
  letter-spacing: 2.2px;
  color: #111 !important;
  opacity: 0.6;
  font-family: Arial, sans-serif !important;
  padding: 32px 0 10px 0 !important;
}

#ChooseApplication.pretty-grid.modern-container .pretty-grid-lines-controller .ngViewport .ngCanvas .ngRow {
  padding: 0 !important;
  margin: 0.5em;
  background: transparent !important;
}

#ChooseApplication.pretty-grid div[data-ng-controller] div[data-ng-grid] .oneRowTemplate.aitisi-row {
  background: #fff;
}


#ChooseApplication.pretty-grid.modern-container .TopFormArea .saveCancel {
  display: none !important;
}

/* Welcome page */
div[data-ng-controller="ControllerWelcomePage"] {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 100;
  background-color: #ededed !important;
  right: 0;
  bottom: 0;
}

.TopFormArea #cancelBtn_id,
#NpBreadcrumb a.top_breadcrumb,
#NpBreadcrumb .top_menu_button {
  height: 33px;
}

#NpBreadcrumb {
  background: #fff;
}

.well.ng-scope.modern-container {
  background: #fff;
  margin: 0.5em 5vw 3em;
  width: calc(100% - 10vw) !important;
  box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding-top: 1em;
  padding-bottom: 2em;
  display: inline-block;
  float: unset;
}

.well.ng-scope.modern-container:not(.responsive) {
  zoom: 1.2;
}

#NpMainContent.resizable2 .well.ng-scope.modern-container:not(.responsive) .TopFormArea h2.ng-binding {
  font-size: 13px !important;
}

.well.ng-scope.modern-container:not(.responsive) .TopFormArea {
  top: 48px !important;
}

.well.ng-scope.modern-container.NrlForm .ui-tabs .ui-tabs-nav {
  overflow: hidden;
  padding-right: 5px;
  border-right: 20px solid #fff;
}

.well.ng-scope.modern-container:not(.responsive).NrlForm .ui-tabs,
.well.ng-scope.modern-container:not(.responsive).NrlForm .ui-tabs .ui-tabs-nav,
.well.ng-scope.modern-container:not(.responsive).NrlForm .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: transparent;
}

.well.ng-scope.modern-container.responsive .NpTable {
  margin: 0 12px;
}

.well.ng-scope.modern-container.responsive .NpTable .TopGridArea.TopGridAreaResp {
  margin: 0;
  border: none;
  padding: 0;
}

.well.ng-scope.modern-container.responsive .NpTable .TopGridArea.TopGridAreaResp h3 {
  font-size: 19px;
  margin-top: -3px;
}

.well.ng-scope.modern-container.responsive #Application_ControllerGrpApplDocument .NpTable .TopGridArea.TopGridAreaResp .topGridActionsArea {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .well.ng-scope.modern-container {
    zoom: unset;
    padding-top: 2em;
  }
}

#Application_ControllerGrpApplDocument button[data-np-click="createNewEntityAndAddToUI()"] {
  display: none !important;
}

#CsiisPublicHomeMenu_ControllerAitGroup [data-on-key-down="gridPageDown()"] {
  background: #eee !important;
}

/* SearchField  */

.header-wrapper {
  background: #eee !important;
  padding: 20px 11px 5px;
  width: 100%;
  margin: 0;
  display: inline-block;
}

#ChooseApplication_ControllerAitGroup .header-wrapper {
  background: #F5F5F5 !important;
}

.header-wrapper * {
  background: #eee !important;
}

#ChooseApplication_ControllerAitGroup .SearchFieldWrapper input {
  background: #F5F5F5 !important;
}

.header-wrapper .SearchFieldWrapper {
  width: 315px;
  float: right;
}

.header-wrapper .SearchFieldWrapper input {
  font-size: 21px !important;
  height: auto !important;
  padding: 5px;
  float: left;
  width: 100%;
  background: transparent;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #666 !important;
  border-radius: 0;
}

.header-wrapper .SearchFieldWrapper button.cleanerBtn {
  float: left;
  background: transparent !important;
  color: #999;
  font-size: 31px !important;
  margin-left: -39px;
  line-height: 36px !important;
  height: auto !important;
}

/*
Project specific
*/
#GrpVDebtNotCollected_tableId .mobileRowTemplate .overlayButtonWrap {
  height: calc(100% - 60px);
  cursor: unset !important;
}

#GrpVDebtNotCollected_tableId .mobileRowTemplate .overlayButtonWrap .detailButton,
#GrpVOpenItem_tableId .mobileRowTemplate .overlayButtonWrap .detailButton,
#GrpVDebtCollected_tableId .mobileRowTemplate .overlayButtonWrap .detailButton {
  display: none !important;
}

#GrpVDebtNotCollected_tableId .mobileRowTemplate .respCell-pAYMENT_BUTTON .respCellLabel {
  display: none !important;
}

#GrpVDebtNotCollected_tableId .mobileRowTemplate .respCell-pAYMENT_BUTTON {
  flex: 1 0 100%;
}

.mobileRowTemplate .respCell-objectCode .respCellContent input {
  font-weight: bold;
}

/* Project specific end*/

.NpTable.CardGrid.LabelOnTop .ngRow {
  border-top: 2px solid #1c76bc !important;
  width: calc(33.33% - 2em/3) !important;
  margin: .5em 0;
}

.CardGrid.LabelOnTop .mobileRowTemplate {
  display: flex !important;
  flex-wrap: wrap;
  cursor: pointer;
  cursor: hand;
}

.responsive .CardGrid.LabelOnTop .respCell {
  flex: 1 0 50%;
  display: block !important;
  height: initial !important;
  padding: 0 0 0.5em;
  overflow: hidden;
  margin-bottom: 0;
  /*! margin-right: 0.8em; */
}

.CardGrid.LabelOnTop .respCell .respCellLabel {
  float: left;
  clear: left;
  width: calc(100% - 0.6em);
  border: none !important;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0.3em;
  padding: 0;
  height: initial;
  display: inline;
  max-height: unset;
  line-height: 14px;
}

.CardGrid.LabelOnTop .respCell .respCellContent {
  float: left;
  clear: left;
  width: calc(100% - 0.6em);
  margin: 0.3em;
}

.CardGrid.LabelOnTop input[data-np-number] {
  text-align: left !important;
}

.CardGrid .mobileRowTemplate .respCellContent select {
  width: calc(100% - 1.8em + 30px);
  overflow: hidden;
  margin-left: -4px;
}

.NpTable.CardGrid.LabelOnTop .ngViewport .ngCanvas {
  margin: 0 auto;
  width: 100% !important;
}

.NpTable.CardGrid.LabelOnTop .ngFooterPanel .ngRowCountPicker {
  display: none;
}

@media screen and (max-width: 1280px) {
  .NpTable.CardGrid.LabelOnTop .ngRow {
    width: calc(50% - 1em/2) !important;
  }
}

@media screen and (max-width: 768px) {
  .NpTable.CardGrid.LabelOnTop .ngRow {
    width: calc(100% - 0em) !important;
  }
}

.responsive button.exitAppButton {
  margin-left: 1em;
  height: initial !important;
  box-shadow: 0px 2px 4px -2px black;
  font-size: 12px !important;
  letter-spacing: .1em;
  float: right;
  margin-right: 16px;
  margin-top: 0px;
  border: 1px solid #fff6;
  background: #0000;
  line-height: 1em !important;
  padding: .5em !important;
}

.alert-info{
  color: #003476 !important;
  background-color: rgb(230, 238, 255);
  border-color: #1c76bc !important;
}

.well.ng-scope.modern-container.contained {
  width: unset !important;
  max-width: 920px !important;
  margin: 4em auto !important;
  display: flex;
  flex-direction: column;
}