.login-panel {
  /*margin-top: 20%;*/
}

html,
body,
#map-canvas {
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
}

html,
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -155px;
  font-size: 1rem !important;
}

#wrapper {
  /*height: 100%;*/
  /*padding-bottom: 60px;*/
}

/*.btn {*/
/*    min-height: 32px;*/
/*    padding: 16px 32px;*/
/*    font-size: 16px;*/
/*    border-radius: 0;*/
/*    font-weight: 500;*/
/*}*/

.btn-success:hover {
  background-color: #154a2b;
}

.navbar-nav .btn {
  margin-left: 5px;
  margin-top: 5px;
  padding-top: 10px;
  /*padding-bottom: 10px;*/
  background: none;
  border-color: transparent;
}

.navbar-nav .btn:hover {
  margin-left: 5px;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  border-color: transparent;
  color: #fc603d;
}

.div-vertical-list {
  position: absolute;
  bottom: 0;
}

.div-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  /*min-width: 1400px;*/ /* TODO Do not know why it was used, all pages should be checked */
}

#draggablePanelList .panel-body {
  cursor: move;
}

.blockPanelSize {
  display: inline-block;
}
.textOverflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.customButtonWidth {
  width: 27px !important;
}

.tdCustomWith {
  width: 175px;
}

.freeTextSearchForm {
  width: 348px;
}

.createPassForm {
  width: 320px;
}

.btn-custom {
  background-color: #003476;
  background: #003476;
  color: #fff;
  padding: 15px 25px;
  border-radius: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  min-width: 300px;
}

.btn-custom:hover,
.btn-custom:focus {
  background-color: #003476;
  background: #003476;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
}

.btn-danger-custom {
  background-color: #e43535;
  background: #e43535;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  min-width: 100px;
}

.btn-danger-custom:hover {
  background-color: #fc3d3d;
  background: #fc3d3d;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}

.btn-group-justified {
  background-color: #e45635;
  background: #e45635;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}

.btn-group-justified:hover {
  background-color: #fc603d;
  background: #fc603d;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}

.btn-lg {
  background-color: #003476;
  background: #003476;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}

.btn-lg:hover {
  background-color: #e45635;
  background: #e45635;
  color: #fff;
  background: #003476;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}

.custom-table-text {
  background-color: orangered;
  vertical-align: text-top;
}

.navbar-brand {
  padding: 2px 10px;
}

/*.navbar-nav>li {*/
/*float: left;*/
/*background: #e45635;*/
/*}*/
.navbar-nav .a:hover {
  color: #fc603d;
  background: none;
}

.navbar-default .navbar-nav > a:hover {
  color: #fc603d;
  background: none;
}

.navbar-default .navbar-nav > .active {
  color: #fc603d;
  background: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #003476;
  background: none;
}

.activeCustom {
  background: none;
}

#logo {
  margin-right: 20px;
}

.navbar-default {
  background: transparent repeat-x scroll left bottom;
  min-height: 65px;
  padding: 15px 0px 32px;
}

.title {
  /*background: #003476 repeat-x scroll left bottom;*/
  background-color: rgba(
    var(--color-primary-rgb),
    var(--tw-bg-opacity)
  );
  min-height: 65px;
  width: 100%;
  padding: 16px 0 16px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.navbar-inverse {
  border-top: 5px solid #e45635;
  background: #161616;
  color: #fff;
  padding: 25px 0px;
  position: absolute;
}

.navbar-inverse-fixed {
  border-top: 3px solid #044587;
  background: #f2f2f2;
  color: #fff;
  padding: 15px 0px;
  position: fixed;
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
}

.tittle-font-size {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 16px;
}

.tittle-font-size-big {
  font-size: 18px;
  font-weight: bold;
}

.customH4 {
  font-size: 18px;
  font-family: inherit;
  color: inherit;
  display: inline;

  text-align: center;
}

div.upload {
  width: 157px;
  height: 57px;
  background: url(https://lh6.googleusercontent.com/-dqTIJRTqEAQ/UJaofTQm3hI/AAAAAAAABHo/w7ruR1SOIsA/s157/upload.png);
  overflow: hidden;
}

div.upload input {
  display: block !important;
  width: 157px !important;
  height: 57px !important;
  opacity: 0 !important;
  overflow: hidden !important;
}

.top-margin-25 {
  margin-top: 25px;
}

#thead-table {
  display: revert !important;
}
#tbody-table {
  display: revert !important;
}

#pageSizeDropdown {
  height: 30px !important;
}

.grecaptcha-badge {
  z-index: 999;
  margin-bottom: 3%;
}

.row-m-b {
  margin-bottom: 5px;
}

.app-modal-window .modal-dialog {
  width: 90%;
}

/* PS 2023 */

.ps-footer {
  color: var(--color-base-content);
}

/* Bootstrap overrides for GOV.gr */

.govgr-label {
  font-weight: initial;
}

/* GOV.gr overrides */

.govgr-header__content,
.govgr-nav__list {
  max-width: 1536px;
}

.govgr-notification-banner:not(.govgr-notification-banner--error):not(
    .govgr-notification-banner--success
  ) {
  margin-bottom: 1.5rem;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-info-rgb), var(--tw-bg-opacity));
  font-weight: 400;
  border-width: 5px;
  border-color: rgba(var(--color-info-rgb), var(--tw-border-opacity));
}

.govgr-notification-banner__heading {
  padding: 0;
  font-size: 1.1875rem;
  font-weight: 700;
}

.govgr-notification-banner__heading + * {
  margin: 1rem 0 0;
}
.govgr-notification-banner__link {
  --tw-text-opacity: 1;
  color: rgba(var(--color-link-rgb), var(--tw-text-opacity));
}

.govgr-notification-banner__content > * {
  max-width: initial;
}

.govgr-nav__list-item-btn--active,
.govgr-nav__list-item-link--active {
  color: var(--link-color) !important;
}

td > h5 {
  margin: 10px 0;
}

input[type="file"].govgr-file-input {
  display: none;
}

legend.govgr-fieldset__legend {
  border: 0;
  color: inherit;
  width: auto;
}

.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  width: unset!important;
}
