* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Calibri;
  font-size: 20px;
}
body {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}
.BlkElm {
  float: left;
  position: relative;
}
.inlineBlk {
  display: inline-block;
  position: relative;
}
.inlineElm {
  display: inline;
  position: relative;
}
.BoxFull {
  width: 100%;
}
.HgtFull {
  height: 100%;
}
.fRight {
  float: right;
}
.wrapperMain {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
.wrapperBody {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1920px;
  text-align: left;
}
.btnCmn {
  background-color: #282c2d;
  border: 1px solid #101212;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
}
.input {
  height: 35px;
  font-size: 0.8em;
  color: #666;
  padding: 0 5px;
}
/*-----------------HomePage------------------*/
header {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #282c2d;
  margin: 0;
  padding: 15px 0;
}
header .wrapperBody {
  color: #fff;
}
.aLogo {
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
  cursor: pointer;
}
.container.home {
  text-align: center;
}
.ulTrackerList {
  display: inline-block;
  position: relative;
  margin: 50px 0 0 0;
  background-color: #89b852;
  -moz-box-shadow: 0 0 10px 0 #333;
  -webkit-box-shadow: 0 0 10px 0 #333;
  box-shadow: 0 0 10px 0 #333;
  padding: 10px 20px;
}
.ulTrackerList li {
  list-style: none;
}
.ulTrackerList a {
  margin: 20px 0 0;
  width: 300px;
  background-color: #282c2d;
  border: 1px solid #101212;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/*-------------Login page-----------*/
.LoginForm {
  text-align: left;
  max-width: 600px;
  padding: 20px;
  width: 100%;
}
.LoginForm form div {
  float: left;
  position: relative;
  width: 100%;
}
.editor-field {
  margin: 10px 0 20px 0;
  width: 300px;
}
.editor-field input {
  float: left;
  position: relative;
  width: 100%;
  height: 35px;
  font-size: 0.8em;
  color: #666;
  padding: 0 5px;
}
.editor-label {
  color: #282c2d;
}
.LoginBtn {
  float: left;
  position: relative;
  width: 100%;
}
.LoginBtn button {
  background-color: #282c2d;
  border: 1px solid #101212;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  float: right;
  width: 100px;
  padding: 5px 0;
}
/*------------Layout--------------*/
.spnUserDetails {
  font-size: .9em;
  margin-top: 5px;
  display: inline-block;
  position: relative;
}
.spnUserDetails em {
  color: #89b852;
  font-size: .9em;
}
.LogoutPanel {
  float: left;
  position: relative;
  float: right;
}
.LogoutBtn {
  color: #fff;
  float: left;
  position: relative;
  float: right;
  text-align: center;
  font-size: 0.6em;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  margin-left: 10px;
  border-left: 1px solid #707070;
  padding-left: 10px;
}
.LogoutBtn img {
  width: 20px;
}
.filtering {
  color: #fff;
  display: inline-block;
  margin: -10px 0 15px 0;
  padding: 10px 15px;
  background: #282c2d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #282c2d 0%, #7f7f7f 51%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282c2d), color-stop(51%, #7f7f7f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #282c2d 0%, #7f7f7f 51%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #282c2d 0%, #7f7f7f 51%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #282c2d 0%, #7f7f7f 51%);
  /* IE10+ */
  background: linear-gradient(to bottom, #282c2d 0%, #7f7f7f 51%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282c2d', endColorstr='#7f7f7f', GradientType=0);
  /* IE6-9 */
}
.filtering input[type=radio] {
  cursor: pointer;
}
.filtering label {
  font-size: 0.8em;
  cursor: pointer;
  padding-right: 10px;
  border-right: 1px solid #919191;
}
.filtering label.last {
  border: 0;
}
.filtering button {
  background-color: #89b852;
  border: 1px solid #7cab46;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  padding: 3px 5px;
  text-decoration: none;
}
.txtFilter {
  height: 35px;
  font-size: 0.8em;
  color: #666;
  padding: 0 5px;
  height: 30px;
}
/*-------------------LOT-------------------*/
/*Grid*/
.GridMainOuter {
  float: left;
  position: relative;
  width: 100%;
}
table.jtable {
  overflow: auto;
  display: inline-block;
}
.jtable-column-header-text {
  font-size: 0.8em;
  font-weight: bold;
}
.jtable-column-header-container {
  background-position: right bottom !important;
  padding-right: 2px;
}
div.jtable-main-container > table.jtable > thead th {
  border-right: 1px solid #7c7c7c;
  white-space: nowrap;
}
div.jtable-main-container > table.jtable > thead th div,
div.jtable-main-container > table.jtable > thead th span {
  height: 100%;
}
.jtable-data-row > td {
  font-size: 0.8em;
}
.jtable th {
  padding: 0 0 6px 2px;
}
.jtable th.jtable-column-header-sortable .jtable-column-header-container {
  padding-right: 15px;
}
.LOT .jtable-data-row > td:nth-child(3),
.LOT .jtable-data-row > td:nth-child(5),
.LOT .jtable-data-row > td:nth-child(9),
.LOT .jtable-data-row > td:nth-child(15) {
  text-align: left;
}
.LOT .jtable-data-row > td:nth-child(3),
.LOT .jtable-data-row > td:nth-child(15) {
  white-space: nowrap;
}
.PMM .jtable-data-row > td:nth-child(4),
.PMM .jtable-data-row > td:nth-child(5),
.PMM .jtable-data-row > td:nth-child(6),
.PMM .jtable-data-row > td:nth-child(11) {
  text-align: left;
}
.PMM .jtable-data-row > td:nth-child(4) {
  white-space: nowrap;
}
.DLP .jtable-data-row > td:nth-child(4),
.DLP .jtable-data-row > td:nth-child(5),
.DLP .jtable-data-row > td:nth-child(3) {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.DLP .jtable-data-row > td:nth-child(12) {
  white-space: nowrap;
}
.DBD .jtable-data-row > td:nth-child(5),
.DBD .jtable-data-row > td:nth-child(7),
.DBD .jtable-data-row > td:nth-child(13) {
  text-align: left;
  white-space: nowrap;
}
.ui-dialog.ui-widget {
  left: 0 !important;
  margin: 0 auto !important;
  position: absolute !important;
  right: 0;
  width: 700px !important;
}
.ui-dialog.ui-widget .ui-dialog-content {
  padding: 0 5px 5px;
}
.ui-dialog.ui-widget .ui-dialog-buttonpane button {
  margin: 5px 0 0 10px;
}
.ui-dialog.ui-widget .jtable-edit-form {
  float: left;
  width: 100%;
  padding: 0 0 0 5px;
}
.ui-dialog.ui-widget .jtable-edit-form > .jtable-input-field-container {
  width: 50%;
  float: left;
  border-bottom: medium none;
  padding: 0 5px 0 0;
}
.ui-dialog.ui-widget .jtable-edit-form .jtable-input-label:empty {
  margin: 0;
  padding: 0 !important;
}
.ui-dialog.ui-widget .jtable-edit-form .jtable-input-label:empty + .jtable-input.jtable-custom-input {
  margin: 0;
  padding: 0 !important;
}
.ui-dialog.ui-widget .jtable-edit-form div.jtable-input-label {
  font-size: 0.8em;
  margin: 5px 0 0;
  padding: 2px 3px 0;
}
.jtable-input input {
  height: 30px;
  padding: 0 5px;
  width: 100% !important;
  font-size: 0.7em !important;
}
.jtable-input select {
  font-size: 0.7em !important;
  height: 30px;
  width: 100%;
}
.jtable-input select option {
  font-size: 1.1em;
}
.jtable-input-label {
  margin: 10px 0 3px;
}
.jtable-input.jtable-custom-input > input[readonly=""] {
  background-color: #ccc;
  border: 1px solid #a5a5a5;
  cursor: default;
}
.ui-button-text-only .ui-button-text {
  font-size: 0.8em;
  padding: 10px 20px;
  line-height: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 10px 5px 20px 0 !important;
}
.jtable-bottom-panel * {
  font-size: 1em;
}
.jtable .jtable {
  /*tbody,thead,tr,td,th{.inlineBlk;}*/
}
.jtable .jtable td,
.jtable .jtable th {
  /*width:33.33% !important;*/
  text-align: left;
  white-space: nowrap;
}
div.jtable-main-container > div.jtable-title .jtable-close-button {
  background-image: url("../../images/close.png") !important;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-edit-command-button {
  background: url('../../../themes/metro/edit.png') no-repeat;
}
.jtable-data-row {
  font-size: 18px;
}
.jtable-child-table-container {
  float: left;
  min-width: 1170px;
}
.jtable-data-row.highlight {
  background-color: #ccc !important;
}
tbody,
thead,
tr {
  width: 100%;
}
.divBookingRef {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.divBookingRef.active span {
  padding: 4px 10px;
  margin-top: 12px;
}
.divBookingRef span {
  background-color: #89b852;
  display: inline-block;
  font-size: 15px;
  left: 0;
  margin: 15px auto 0;
  max-width: 220px;
  text-align: left;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}
.fixHeader header {
  display: none;
}
.fixHeader .filtering {
  left: 0;
  margin: auto;
  max-width: 1080px;
  position: fixed;
  right: 0;
  z-index: 1;
  top: 0;
}
.fixHeader .wrapperMain {
  padding-top: 119px;
}
.statusActive .filtering {
  margin-bottom: 40px;
}
td.trunkate {
  max-width: 190px;
  overflow-x: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  text-align: left;
}
td.trunkate:hover:after {
  background-color: #fff;
  border: 1px solid #666;
  content: attr(data-tooltip);
  left: 0;
  margin: -7px 0 0 5px;
  padding: 10px;
  position: absolute;
  top: 100%;
  z-index: 1;
}
td.trunkate:empty:after {
  display: none;
}
.modal.current {
  background-color: #fff;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.jtable.modal {
  width: 100%;
  border: 1px solid #454545;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 600px;
  max-height: 460px;
}
.jtable.modal tbody tr td {
  border: 1px solid #ddd;
  font-size: 14px;
}
.jtable.modal tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.jtable.modal thead {
  background-color: #454545;
  color: #fff;
}
.jtable.modal thead th {
  border-right: 1px solid #7c7c7c;
  font-size: 20px;
}
.jtable.modal thead th:last-child {
  border-right: 0;
}
.close-modal {
  background-color: #282c2d;
  border: 1px solid #101212;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  background-color: #89b852;
  padding: 3px 20px;
  font-size: 15px;
}
.refNo {
  font-size: 16px;
  text-align: left;
  margin: 0 0 5px;
}
.refNo span {
  font-weight: bold;
  color: #89b852;
}
.ui-dialog.ui-widget .ui-dialog-content {
  padding: 0;
}
.ui-datepicker *,
.ui-datepicker.ui-widget {
  font-size: 13px;
}
