.ui.menu.clixx {
  margin: 0px !important;
  background: #3191b0;
  color: #fff;
  z-index: 999;
}

.item.active.clixx {
  background-color: #2d84a0 !important;
}

.item.selected.clixx {
  background-color: #2d84a0 !important;
}

.item.clixx {
  color: #fff !important;
}

  .item.clixx a {
    color: #000;
  }

@media only screen and (max-width: 1024px) {
  .ui.menu .item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .item.clixx.username {
    display: none !important;
  }

  div.right.item.username:before {
    background: none;
  }
}

.table {
  table-layout: fixed;
}

.table.inherit {
    table-layout: inherit !important;
}
.table th, td {
  overflow-x: hidden;
}

.table.celled.clixx {
  margin: 0px !important;
}

div.ui.dropdown.datagrid.clixx {
  min-width: 75px !important;
  color: #000 !important;
}

.input-validation-error {
  background: pink !important;
  border: 1px solid red !important;
}

.field-validation-error {
  color: red;
  font-weight: bold;
}


.filtermodal.noborder {
  box-shadow: none;
  border-top: none;
}

.filtermodal .content {
  padding-left: 5em !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.filtermodal .maincontent {
  padding: 1em !important;
}

.ui .accordion .accordion {
  margin: 0 !important;
}

.loginpanel {
  background-color: #fff;
  border: 1px solid #fff;
  width: 600px;
  height: 380px;
  -moz-box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.2);
}

.loginwrapper {
  height: 100%;
  width: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3191b0 !important;
  background: url(../image/login-background.png) no-repeat center center fixed;
  background-size: 100% 100%;
}

.logintitlebar {
  height: 100px;
  width: 100%;
  background-color: #3191b0;
  line-height: 100px;
  font-size: 25px;
  text-align: center;
  color: #fff;
  padding-right: 10px;
}

.loginlogo {
  float: left;
  height: 100%;
}

.logintitlebar img {
  height: 100%;
  padding: 15px;
}

.loginform {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.validation-summary-errors {
  color: red;
  font-weight: bold;
}

.licensewrapper {
  height: 100%;
  width: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3191b0 !important;
  background: url(../image/login-background.png) no-repeat center center fixed;
  background-size: 100% 100%;
}

.licensepanel {
  background-color: #fff;
  border: 1px solid #fff;
  width: 600px;
  height: 300px;
  -moz-box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.2);
}

.licensetitlebar {
  height: 100px;
  width: 100%;
  background-color: #3191b0;
  display: flex;
  justify-content: center;
}

  .licensetitlebar img {
    height: 100%;
  }

.licenseform {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.licenseformcontent {
  width: 100%;
  text-align: center;
}

.dashboard {
  height: 100%;
  width: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-detail {
  width: 500px;
  padding: 0px 0px 10px 10px;
}

.button-save {
  margin: 0px 0px 10px 10px !important;
}

.button-back {
  margin: 0px 0px 10px 10px !important;
}

.button-apply {
  margin: 0px 0px 10px 10px !important;
}

tr.spaceUnder > td {
  padding-bottom: 10em;
}

.zipcode {
  margin-bottom: 0.5em;
}

  .zipcode.empty > .icon {
    display: none;
  }

  .zipcode > .icon {
    padding-top: 0.6em;
  }

  .zipcode > input {
    width: auto !important;
  }

.transactionButton {
  margin: 0px 0px 0px 10px;
}

.search.icon.right {
  float: right;
  cursor: pointer;
}

.label-field {
  margin: 10px 0px 10px 0px !important;
}

  .label-field > div {
    width: 20%;
    margin-right: 0px !important;
  }

  .label-field > input {
    width: 79% !important;
  }

.labelcheckboxes {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

  .labelcheckboxes > .field {
    width: 33%;
    padding: 10px 0 10px 0 !important;
  }

#labelmodal {
  z-index: 2001;
}

#btnExport {
  float: right;
}

#selectExportModal {
  width: 500px;
}
.reservation-receipt > .receipt > table {
  width: 100%;
}

.reservation-receipt > .receipt-info {
  margin-bottom: 10px;
}

.invoice.actions {
  margin: 10px;
}

.configurationtitle {
  width: 50%;
  font-weight: bold;
  margin-bottom: 10px;
}

.invoice.info {
  width: 300px;
  margin: 0px 0px 0px 10px;
  display: inline-block;
  font-style: italic;
}

  .invoice.info > span {
    display: inline-block;
    width: 25%;
  }

  .invoice.info > label {
    display: inline-block;
    width: 75%;
  }

.receiptInfo {
  width: 100%;
  display: inline-block;
  height: 40px;
  margin: 5px 0px 5px 0px;
}

  .receiptInfo > .checkbox {
    vertical-align: super;
    display: inline-block;
    margin: 10px;
  }

  .receiptInfo > .details {
    display: inline-block;
  }

    .receiptInfo > .details > label {
      display: block;
      line-height: 20px;
    }

.content-detail-receipts {
  position: relative;
  height: calc(100% - 100px);
  overflow-y: scroll;
  max-width: 100%;
  width: 550px;
  padding: 0px 0px 10px 10px;
}

.select-all {
  margin: 5px 0px 0px 10px !important;
}

.deselect-all {
  margin: 5px 0px 0px 10px !important;
}

.collapse-all {
  margin: 5px 0px 0px 10px !important;
}

.expand-all {
  margin: 5px 0px 0px 10px !important;
}

.manualItem {
  position: absolute;
  min-width: 10px;
  min-height: 10px;
  color: white;
}

.content-detail-receiptlines {
  width: 100%;
  font-size: 0.9rem;
  display: table;
  width: 500px;
  padding: 0px 0px 10px 0px;
}

.quantity {
  width: 10%;
  vertical-align: top;
}

.description {
  width: 50%;
  font-weight: bold;
}

.price {
  width: 35%;
  text-align: right;
  vertical-align: top;
}


#params > div {
  margin: 0 0 1em;
}
