﻿.no-margin {
  margin: 0px !important;
}
.bottom-separator {
  min-height: 40px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #FFFFFF;
  text-align: center;
  padding: 2px 4px 2px 4px;
  border: 1px solid #000000;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 75%;
  white-space: nowrap;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.table-time-and-labor th {
  text-transform: uppercase;
  font-size: 65%;
}
.table-eq-cols {
  table-layout: fixed;
}
.box {
  max-width: 120px;
  padding: 2px 4px 2px 4px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.clickable:hover {
  color: #FFFFFF;
  background-color: #277ba5;
  border: 1px solid #1f6385;
}
.Pending {
  background-color: #ebebeb;
}
.Success {
  background-color: green;
  border-color: green;
  color: white;
}
.Failure {
  background-color: red;
  border-color: red;
  color: white;
}
.cooltipmessage {
  margin: 5px;
}
.rule-type-list .cmds {
  min-width: 30px;
  max-width: 30px;
  text-align: right;
}
.rule-list .filter-cmds {
  min-width: 250px;
}
.table-rules td {
  vertical-align: top;
}
.table-rules .col-rule-type {
  white-space: nowrap;
}
.table-rules .col-rule-name {
  white-space: nowrap;
}
.table-rules .col-criteria {
  white-space: nowrap;
}
.table-rules .col-description {
  width: 50%;
}
.table-rules .rule-description {
  font-size: 85%;
}
.table-rules .grouping-criteria {
  white-space: nowrap;
}
.table-rules .cmds {
  white-space: nowrap;
}
.rule-editor .cooltipmessage {
  margin: 5px;
}
.rule-editor .highlight {
  padding-bottom: 0px;
}
.processing-overview .widgetcontent {
  max-height: 100%;
}
.processing-overview .cooltipmessage {
  margin: 10px;
}
.processing-overview td {
  vertical-align: top;
}
.processing-overview .detailed-summary-filter td {
  border-top: none !important;
}
.processing-overview .table-detailed-summary td {
  vertical-align: top;
}
.processing-overview .table-detailed-summary tbody {
  font-size: 90%;
}
.processing-overview .table-detailed-summary .header {
  text-align: center;
  border-top: 1px solid #ccc !important;
}
.processing-overview .table-detailed-summary .separator {
  border-left: 1px dotted #ccc !important;
}
.processing-overview .table-detailed-summary .empty {
  text-align: center;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.batch-list {
  min-width: 1024px;
  max-width: 1024px;
}
.batch-list .widgetcontent {
  min-height: 150px;
}
.batch-list .table-condensed tbody {
  font-size: 90%;
}
.batch-list .table-batch-list td {
  vertical-align: top;
}
.batch-list .table-batch-list .col-batch {
  min-width: 100px;
  max-width: 150px;
}
.batch-list .table-batch-list .col-rule {
  min-width: 150px;
  max-width: 200px;
}
.batch-list .table-batch-list .col-timesheets {
  overflow-wrap: break-word;
  min-width: 200px;
  max-width: 250px;
}
.batch-list .table-two-col td:first-child {
  width: 80px;
}
.ruleset-editor .cooltipmessage {
  margin: 5px;
}
.ruleset-editor .header {
  text-align: center;
  border-top: 1px solid #ccc !important;
}
.ruleset-editor .top {
  min-height: 200px;
  margin-bottom: 0px;
}
.ruleset-editor .top .left,
.ruleset-editor .top .right {
  margin-bottom: 0px !important;
}
.ruleset-editor .top .form-group {
  margin-bottom: 10px;
}
.ruleset-editor .add-rules {
  width: 100%;
}
.ruleset-editor .add-rules td {
  width: 50%;
  vertical-align: middle;
}
.ruleset-editor .add-rules .add-btn {
  text-align: right;
}
.ruleset-editor .widgetBody {
  min-height: 515px;
  min-width: 800px;
}
.ruleset-editor .cmds {
  min-width: 35px;
  max-width: 35px;
  text-align: right;
}
.ruleset-list .col-name {
  min-width: 330px;
}
.ruleset-list .col-category {
  min-width: 100px;
}
.ruleset-list .col-calculation-type {
  min-width: 80px;
}
.ruleset-list .col-description {
  width: 100%;
}
.ruleset-list .col-cmds {
  min-width: 55px;
  max-width: 55px;
  text-align: right;
}
.tl-setup .widgetcontent {
  max-height: 100%;
}
.tl-setup .empty {
  text-align: center;
}
.tl-setup .calendar-caption {
  font-weight: normal;
}
.tl-setup .calendar-editor {
  cursor: pointer;
}
.tl-setup th {
  text-transform: uppercase;
  font-size: 70%;
}
.tl-setup .pay {
  display: block;
  float: left;
  width: 50%;
  padding-right: 2px;
}
.tl-setup .bill {
  display: block;
  float: right;
  width: 50%;
  padding-left: 2px;
}
.tl-setup .table-main {
  width: 100%;
}
.tl-setup .table-main .add-btn {
  text-align: right;
  min-width: 120px;
}
.tl-setup .table-main .cmds {
  vertical-align: top;
  text-align: right;
}
.tl-setup .table-main .table-rules .left {
  float: left;
}
.tl-setup .table-main .table-rules .right {
  float: right;
}
.tl-setup .table-main .table-rules .clear {
  clear: left;
  min-height: 5px;
  max-height: 5px;
}
.tl-setup .table-main .table-rules .rule-description {
  font-size: 85%;
  text-align: justify;
  text-justify: inter-word;
}
.batch-audit .col-date {
  min-width: 150px;
  max-width: 150px;
  vertical-align: top;
}
.batch-audit .col-kind {
  min-width: 100px;
  max-width: 100px;
  vertical-align: top;
}
.batch-audit .col-msg {
  width: 100%;
}
.batch-audit .col-msg textarea {
  width: 100%;
}
.trc-list .table-trc-list .col-name {
  min-width: 200px;
}
.trc-list .table-trc-list .col-type {
  min-width: 90px;
}
.trc-list .table-trc-list .col-filter {
	min-width: 120px;
}
.trc-list .table-trc-list .col-context {
	min-width: 180px;
}
.trc-list .table-trc-list .col-trcs {
  width: 100%;
}
.trc-list .table-trc-list .col-cmds {
  min-width: 60px;
  max-width: 60px;
  text-align: right;
}