#logo img
{
  padding: 10px 0 0 10px !important;
}

.user_box
{
  padding:4px !important;
  margin-top: 0 !important;
}

.user_box .sep
{
  border-right:1px solid #e8e8e8;
  margin-right:3px;
  padding-right:6px;
}

select
{
  max-width: 100% !important;
}

sup
{
  vertical-align: super;
  font-size: smaller;
}

.ui-dialog form
{
  margin-bottom: 0;
}

.ui-dialog .formRow:last-child
{
  padding-bottom: 0;
}

table.dataTable thead th
{
  cursor: default !important;
  text-align: center !important;
  text-transform: none !important;
  background-color: #eee !important;
  border-color: #b6b6b6 !important;
}

table.dataTable td
{
  padding: 3px 8px !important;
  cursor: default !important;
  border-color: #b6b6b6 !important;
}

table.display tr:nth-child(2n) td
{
  background-color: #fff;
}

table.dataTable thead th.orderable > a
{
  padding-right: 16px;
  background: /*url(lib/datatables/images/sort_both.gif)*/ right center no-repeat;
}

table.dataTable thead th.orderable.asc > a
{
  background-image: url(lib/datatables/images/sort_asc.gif);
}

table.dataTable thead th.orderable.desc > a
{
  background-image: url(lib/datatables/images/sort_desc.gif);
}

table.dataTable th a
{
  text-decoration: none;
  color: black;
}

table.dataTable tfoot th
{
  text-transform: uppercase;
}

table.dataTable tfoot td, table.dataTable tfoot th
{
  background: #eee;
}

.dataTables_wrapper
{
  /* To allow scrolling large tables horizontally */
  overflow: auto !important;
}

.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next
{
  /* It used to be 9999px to hide Previous/Next strings. However, this
  created problems with overflow: auto, so those strings were commented
  out and text-indent was reverted to 0 */
  text-indent: 0 !important;
}

table.dataTable > tbody > tr > td > span.true,
table.dataTable > tbody > tr > td > span.false
{
  background: no-repeat top left;
  display: inline-block;
  height: 10px;
  overflow: hidden;
  text-indent: -200px;
  width: 10px;
}

table.dataTable > tbody > tr > td > span.true
{
  background-image: url(img/true.gif);
}

table.dataTable > tbody > tr > td > span.false
{
  background-image: url(img/false.gif);
}

table.actionSet
{
  border: 1px solid #e0e0e0;
  color: black;
  background-color: #f5f5f5;
  margin: 10px auto 0;
  border-collapse: collapse;
}

table.actionSet th
{
  color: black;
  background-color: #e0e0e0;
  text-align: left;
  font-size: 11px;
  border: 1px solid #CCC;
  padding: 6px 8px 4px;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold;
}

table.actionSet .spacing
{
  height: 8px;
}

table.actionSet td
{
  padding: 2px;
}

table.actionSet select, table.actionSet label
{
  display: inline;
  margin: 0;
}

table.actionSet *
{
  font-size: 12px;
}

.actionset_choice
{
  margin: -2px 0 4px 2px !important;
}

.actionset_actiondata
{
  margin: -2px 2px 4px 0;
}

.actionset_submit input
{
  margin: 6px;
}

.actionset_actiondata
{
  display: none;
}

tr.actionset_submit
{
  display: none;
}

/* Small box in tables which toggles all checkboxes when clicked */
span.toggleAll
{
  color: #551a8b;
  cursor: pointer;
}

.positive
{
  color: green;
}

.negative
{
  color: red;
}

.warn
{
  color: #f68b01;
}

.weeks_separator
{
  border-bottom: 2px solid #b6b6b6;
}

.weeks_separator_top
{
  border-top: 2px solid #b6b6b6;
}

.newPassword
{
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
}

hr.break
{
  width: 40%;
}

table.infoTable
{
  width: 100%;
  white-space: nowrap;
}

table.infoTable td:first-child
{
  padding-left: 18px;
  text-align: right;
}

table.infoTable td
{
  padding: 9px 9px;
  border-bottom: 1px solid #ededed;
}

table.infoTable td:last-child
{
  white-space: normal;
  width: 100%;
}

table.infoTable tr:last-child td
{
  padding-bottom: 18px;
  border-bottom: none;
}

div.buttonSet
{
  display: table;
}

div.buttonSet input
{
  display: table-cell;
  width: 100% !important;
}

div.alert-box.success
{
  background: inherit;
  border: none;
  color: #7FAE00;
  margin-top: 5px;
}

div.alert-box div.entry
{
  margin-top: 4px;
}

div.alert-box.warning, div.alert-box.error
{
  margin-bottom: 0;
}

div.alert-box.warning a
{
  color: grey;
}

div.alert-box.error a
{
  color: darkgrey;
}

.inactive
{
  text-decoration: line-through;
}

form.actions
{
  margin: 0;
}

input.remove
{
  width: 100%;
  background: url(img/ico/trashcan_gray.png) center center no-repeat;
  cursor: pointer;
  border: none;
}

.EditTable select
{
  display: inherit;
}

table.ui-pg-table, table.ui-jqgrid-btable
{
  border-collapse: inherit;
}

table.ui-jqgrid-btable .ui-state-highlight
{
  border: 1px solid #B6B6B6;
}

table.ui-jqgrid-btable .ui-state-highlight .ui-icon
{
  margin-top: 0;
}

.ui-jqgrid-view [class*="column"]:last-child
{
  float: none;
}

.ui-jqgrid-view th, .ui-jqgrid-view td
{
  vertical-align: middle;
  border-left: 1px solid #b6b6b6 !important;
  border-right: none !important;
}

.ui-jqgrid-view th:first-child, .ui-jqgrid-view td:first-child
{
  border-left: none !important;
}

.ui-jqgrid-view tr:last-child td
{
  border-bottom: none !important;
}

.ui-jqgrid .ui-jqgrid-view
{
  font-size: 12px !important;
}

.ui-jqgrid .ui-jqgrid-view th
{
  font-size: 11px !important;
  font-weight: bold;
}

.ui-widget-content a
{
  color: #21759B !important;
}

.ui-widget-content a:hover
{
  text-decoration: underline !important;
}

.ui-widget-content .ui-state-hover
{
  background-color: #eee;
}

.ui-widget-content .ui-state-hover.ui-state-highlight
{
  background-color: #eaecee;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
  background: #eee !important;
}

div.ui-jqgrid
{
  margin: 5px auto;
}

.ui-corner-all
{
  border-radius: 0 !important;
}

.ui-multiselect .selected .count
{
  display: none;
}

.bill
{
  text-align: center;
  clear: both;
}

.billingTable
{
  margin: 10px auto;
}

.billingRoomTable
{
  margin: 20px auto;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}

.billingTable td
{
  padding: 4px;
  text-align: right;
}

.billingTable th
{
  padding: 4px;
  text-align: center !important;
}

.billingCompany
{
  font-size: 24px;
  padding-top: 24px;
  margin-bottom: 10px;
}

.billingBeneficiary
{
  margin: 10px;
}

.billingPeriod
{
  margin: 0;
}

.billingBillId
{
  margin-bottom: 10px;
}

.billingTitle td
{
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: bold;
}

.billingHeader th, .billingEntry td, .billingTotal td
{
  border: 1px solid #000000;
  text-align: right;
}

.billingTitle a, .billingEntry td a
{
  color: black;
  text-decoration: none;
}

.billingTitle a:hover, .billingEntry td a:hover
{
  text-decoration: underline;
}

.billingHeader th
{
  background: #eee;
}

.billingTotal td
{
  background: #eee;
  font-weight: bold;
}

tr.billingTotalDue td
{
  padding-top: 20px;
  font-weight: bold;
}

tr.billingNote td
{
  padding-top: 20px;
  font-style: italic;
}

.billingParamsSelector input.input-text
{
  display: inline;
  width: 100px;
}

.billingParamsSelector form
{
  margin-top: 5px;
  margin-bottom: 0;
}

.billingParamsSelector select
{
  display: inherit;
  width: 145px;
}

.printBill
{
  position: absolute;
  right: 13px;
  display: block;
  margin-top: 15px;
}

.bill .printBill
{
  margin-top: 0;
}

.ui-datepicker
{
  z-index: 9999 !important;
}

table.dataTable td.roomStatus
{
  padding-bottom: 0 !important;
}

.currencySelector select
{
  display: inline;
  width: auto;
}

.pending
{
  color: darkorange;
}

.progress
{
  width: 80px;
  height: 17px;
  border: 1px solid darkblue;
  position: relative;
  text-align: center;
}

.progress .percent
{
  position: absolute;
  left: 40%;
}

.progress .bar
{
  position: absolute;
  height: 17px;
  background-color: orange;
}

.progress .bar.completed
{
  background-color: limegreen
}

.jqplot-highlighter-tooltip .dark-tooltip
{
  background-color: lightgray;
  color: black;
}

.jqplot-highlighter-tooltip .dark-tooltip .delimiter
{
  border-color: black;
  margin: 0;
  margin-top: 3px;
  padding-top: 3px;
}

.thresholdPicker input.input-text
{
  display: inline;
}

.dataTable.designAl
{
  width: auto;
}

table.designAl td.designAl_input
{
  padding: 0 !important;
}

table.designAl th sub
{
  vertical-align: sub;
  font-size: 10px;
  font-weight: normal;
}

.designAl td input
{
  text-align: right;
  width: 100px;
  border: 0;
  background: #fff8c5;
}

.designAl td.designAl_pct input
{
  width: 40px;
}

.designAl td input.designAl_badValue, .designAl td.designAl_badValue
{
  background: #f70 !important;
}

table.designAl td.designAl_copyValue
{
  border: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

table.designAl td.designAl_copyValue button
{
  padding: 0;
}

.linksHidden a
{
  color: black;
  text-decoration: none;
}

.linksHidden a:hover
{
  text-decoration: underline;
}

.popup
{
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.popup .popupText
{
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
}

.popup .show
{
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.popup .hide
{
  visibility: hidden;
}

@-webkit-keyframes fadeIn
{
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn
{
  from {opacity: 0;}
  to {opacity:1 ;}
}

.inOutLogRangeSelector
{
  display: table;
  margin: 10px auto 0;
  text-align: center;
}

.inOutLogRangeSelector input.input-text
{
  display: inline;
  width: 140px;
}

.inOutLogRangeSelector input.centered-button
{
  display: block;
  margin: 0 auto;
}

.inOutLogRangeSelector form
{
  margin-top: 5px;
  margin-bottom: 0;
}

.inOutLogRangeSelector select
{
  display: inherit;
}

.tfaLogOut
{
  float: right;
  font-size: 11px;
  margin-bottom: 20px;
}

.tfaQrCode
{
  text-align: center;
}
