.login-page {
  background-color: #5f6061;
}

tr.faded {
  color: #ccc;

  /*text-decoration: line-through;*/
}

tr.inactive {
  color: #ccc;
  /*text-decoration: line-through;*/
}

.content-inner {
  padding: 10px;
}

.table tr:first-of-type th {
  border-top: none;
}

.content-wrapper {
  background: none;
}

.nav-tabs {
  margin-bottom: 20px;
}

div.row {
  padding-left: 0px;
  padding-right: 0px;
}

/***** NEW ****/
input.labels-cb {
  font-size: 11px;
  background-color: #eaeaea;
  border: 1px solid #ccc;
  text-align: center;
  width: 240px;
  padding: 1px;
  border-radius: 4px;
  color: #666;
}

input.labels-cb-keyword {
  background-color: #5bc0de;
  color: #fff;
}

div.user-info-wrapper {
  text-align: right;
  width: 100%;
}

ul.user-info {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}
img.avatar {
  width: 35px;
}
div.tabs-container div.page-header {
  margin-top: 20px;
}

.page-container {
  overflow: scroll;
}

div.page-header.internal {
  border: none;
  margin-bottom: 0px;
  /* display:none; */
}

div.page-header.internal h4 {
  margin-bottom: 5px;
}

div.form-section.internal {
  background-color: #eaeaea;
  padding: 15px;
  border-radius: 6px;
  /* display:none; */
  margin-bottom: 20px;
}

h1.page-title {
  font-size: 20px;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

div.form-section.internal .form-group {
  margin-bottom: 5px;
}

.main-content {
  min-height: 800px;
}

/* LIST VIEWS */
div.pagination-wrapper.bottom {
  margin-right: 20px;
  margin-bottom: 20px;
}

/************** DEBUG ****************/
textarea.dump {
  background-color: #000;
  color: #fff;
  padding: 10px;
  width: 1000px;
  height: 800px;
  font-size: 13px;
}

/************** DEBUG ****************/

.booking-parking {
  /* background-color:#eaeaea; */
  padding: 0px 5px;
}

.booking-reseller {
  background-color: #eaeaea;
}

/***************** TITLE *****************/
.page-header h4 {
  font-weight: 500;
}

.page-header {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.page-header h2 {
  font-size: 22px;
}

.page-header h2,
.page-header h3 {
  margin: 0px;
}

/***************** TITLE *****************/

/***************** ROWS *****************/

.tab-content .row {
  margin-left: 0px;
  margin-right: 0px;
}

/***************** ROWS *****************/

/*************** FORM *******************/
div.form-filter {
  padding: 20px;
  margin-bottom: 0px;
  background-color: rgba(154, 152, 152, 0.1);
}

div.form-filter #q {
  width: 350px;
  max-width: 100%;
}

input#f_int_zip {
  width: 60px;
}

input#f_str_city {
  /* width:350px; */
}

.has-error input[type="text"],
.has-error select {
  /* background-color:rgba(255,0,0,0.1); */
}

textarea#f_str_remarks {
  min-height: 150px;
}

.form-section-internal {
  background-color: #eaeaea;
  padding: 10px;
  margin-bottom: 10px;
}

.form-control {
  /* height:auto; */
}

textarea#f_obj_remarks {
  height: 100px;
  font-weight: bold;
}

/*************** FORM *******************/
textarea.debug {
  width: 100%;
  min-height: 800px;
  background-color: #000;
  color: #fff;
}

/*************** HEADINGS *******************/
.panel-heading.no-padding {
  padding: 0px;
}

/*************** MESSAGES *******************/
div.messages {
  margin: 10px 10px;
  margin-top: 20px;
}

div.messages p.lead {
  font-size: 14px;
  font-weight: bold;
}

.summernote-wrapper {
  padding-top: 20px;
}

.-lucee-dump.modern .border {
  border: none !important;
  padding: 0.2em;
}

/* .fade {
		opacity: 0;
		-webkit-transition: opacity 0.15s linear;
					-moz-transition: opacity 0.15s linear;
						-ms-transition: opacity 0.15s linear;
							-o-transition: opacity 0.15s linear;
										transition: opacity 0.15s linear;
} */

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  /* Black background with opacity */
  z-index: 10000;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(41, 41, 41, 0.75);
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 50px;
  font-size: 28px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* padding: 60px; */
  /* color: #333; */
  text-align: center;
  font-size: 20px;
  /* max-width: 500px; */
  /* height: 100%; */
  /* width: 100%; */
  /* padding-top: 20%; */
  background-color: #fff;
  border: 1px solid #e6e3e3;
  border-radius: 10px;
}

.overlay-content .ol-logo {
  text-align: center;
  margin-bottom: 30px;
}

.overlay-content .ol-content {
  color: #333;
  font-weight: bold;
}

.overlay-content .ol-content p {
  margin-top: 20px;
}

.overlay-content .fa-spin {
  color: #e00b16;
}

.overlay-content .fa-spinner {
  font-size: 40px !important;
  color: #002565;
  margin-bottom: 20px;
}

table.listview td.item-label {
  font-weight: bold;
}

div.similarLabels ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.similarLabels ul li {
  list-style-type: none;
}

div.similarLabels input {
  margin-right: 10px;
}

div.btn-addnew-top {
  margin-bottom: 20px;
}

.modal-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 8px !important;
}

.modal-content h4 {
  font-family: "Open Sans", sans serif;
  font-weight: 600;
}

.modal-content a {
  color: #d80000;
}

.modal-footer {
  text-align: center;
  background: #f6f4f3;
}

.modal-header {
  text-align: center;
}

.modal-body .page-header {
  padding: 0px;
  margin: 0px;
}

.modal-body .page-header h1 {
  font-size: 30px;
  font-weight: 400;
}

.booking-header {
  padding: 5px;
  background-color: #f1f1f1;
}

.btn .fa {
  padding-right: initial;
}

.content-wrapper > .content {
  padding-bottom: 50px;
}

div.login-box p.lead {
  color: #666;
  font-weight: normal;
}

/* BOOTSTRAP DIALOG */
.bootstrap-dialog-close-button {
  display: inline;
}

.bootstrap-dialog-title {
  display: inline-block;
}

.card-title {
  float: left;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

#loader {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  cursor: pointer;
}

.loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 50px;
  font-size: 28px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  border: 1px solid #e6e3e3;
  border-radius: 10px;
}

.loader-logo {
  text-align: center;
  margin-bottom: 30px;
}

.loader-content {
  color: #333;
  font-weight: bold;
}

.loader-content p {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}

.loader-content .fa-spin {
}

.loader-content .fa-spinner {
  font-size: 40px !important;
  color: #002565;
  margin-bottom: 20px;
}

/* Icon pulse */
.fa-pulse {
  display: inline-block;
  -moz-animation: pulse 2s infinite linear;
  -o-animation: pulse 2s infinite linear;
  -webkit-animation: pulse 2s infinite linear;
  animation: pulse 2s infinite linear;
}

.main-footer {
  margin-left: 0px !important;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sysMessage {
  display: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  color: #333;
}


/* ICONS */
.icon{
 /* width:25px; */
 font-family: 'Font Awesome 5 Free';
 font-weight: 400;
 font-style:normal;
 margin-right: 5px;
 display: inline-block;
 /* line-height: 25px; */
}
 .icon.download::before {
 /* content: url(../../../gfx/icons/download.svg); */
 content: "\f063";
 /* padding: 5px; */
 font-weight:700;
}
.icon.file-pdf::before {
 content: "\f1c1";
 /* padding: 5px; */
}
.icon.envelope::before {
 content: "\f0e0";
 padding: 5px;
}