/*!
 * Muratec IGMP common stylesheet
 */
html {
	font-size: 14px;
}
body {
  background-color: white;
  color: rgb(77, 77, 77);
}

.header {
  background-color: #563d7c;
  height: 60px;
}

#header-username {
  font-size: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#NAVIGATION a {
  padding-left: 2em;
  line-height: 1.2em;
}
a.level-top {
  font-size: 1.1rem;
  padding-left: 1rem !important;
}

.header_logo {
  height: 50px;
  margin: 5px;
}

.machine-discription > div,
.service-discription > div {
  padding: 0.5em;
}

#support-status {
  padding-left: 0.5em;
}

.icon {
  padding: 0 0.5em;
}

#machine-status div {
  padding: 0.25em;
}

#machine-status div.progress {
  padding: 0;
  margin: 0.5em 0;
}
.category-label {
  font-weight: bold;
}

.info-top-label {
  text-indent: 3em;
}
.info-top-label i {
  text-indent: 0;
}

div.info-label span {
  padding-left: 4em;
}

div.info-status {
  padding-left: 1em !important;
}

.contentsmain {
  margin-top: 2em;
}

#support-status {
  margin-right: 1em;
  float: left;
}

#machine-info .indent2 {
  padding-left: 2em;
  font-weight: normal !important;
}

#machine-info .label,
#machine-info-log .label {
  font-weight: bold;
}

.log-header {
  font-weight: bold;
}

.http-status-code {
  font-weight: bold;
  font-size: 3em;
}

.http-status-message {
  font-size: 2em;
}
.machine-progress {
  width: 300px;
}
.custom-header-filter {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  align-items: center;
  font-size: 0.5rem;
}
.custom-header-filter[data-filter=off] i {
  color: #bbb;
}
.custom-header-filter[data-filter=on] i {
  color: #007bff;
}
.tableCount {
  font-weight: normal;
  text-align: left;
  padding: 0 1em;
}
.search-message {
  text-decoration: #8080ff underline;
}
#summary-area {
  padding: 1rem 0 0 1rem;
}
#summary-area .summary-outer-area {
  padding: 0 1rem 1rem 0;
}
#summary-area .summary-one-area {
  border: 2px dotted #d3d3d3;
  padding-bottom: 2rem !important;  /* for zoom button */
}
#summary-area .summary-one-area.drillDown {
  border: 2px dotted #17a2b8; /* text-info */
}
#summary-area .summary-title {
  font-weight: bold;
}
#summary-area .summary-note:before, #modal-dialog .summary-note:before {
  content: "* ";
}
#summary-area .summary-note:empty, #modal-dialog .summary-note:empty {
  display: none;
}
#summary-area .summary-board-value {
  font-size: 6rem;
}
#summary-area .summary-board-sub-value {
  font-size: 2.5rem;
  vertical-align: bottom;
  line-height: 6rem;
}
#log-collect .row {
  margin-bottom: 1rem;
}

.nav-item .nav-link-string {
  flex-grow: 1;
}

.service-base-input, .service-base-input-left {
  width: 7.5rem !important;
}
.service-base-input-left {
  text-align: end;
}
.service-base-reservation-item {
  padding-left: 2rem;
}
/* navi-product */
.navi-product {
  background-color: rgb(240,237,245);
  border-radius: .25rem;
}

/* bootstrap4 overwrite */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #563d7c;
}

.navbar-brand span {
  font-size: 0.9em;
}

.navbar-toggler{
  font-size: 1rem;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  cursor: default;
  background-color: #dae0e5;
  color: #6c757d;
  border-color: #6c757d;
}

button.close {
  margin-top: -3px;
}

.bg-disabled {
  background-color: #e8e8e8 !important;
}
div.card {
	display: block;
}
/* tablator overwrite */
.tabulator {
	font-size: 14px;
}
.tabulator .tabulator-footer {
	background-color: white;
}
.tabulator-page {
  min-width: 2.7rem;
}
.tabulator-header-filter input {
  font-size: 0.9rem !important;
}
.tabulator-edit-select-list {
  font-size: 0.9rem;
}
.tabulator-header-filter[area-hidden=true] {
  display: none;
}
.tabulator-header-filter[area-hidden=false] {
  display: block;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow
{
  color: #007bff;
  border-bottom: 6px solid #007bff;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow
{
  color: #007bff;
  border-top: 6px solid #007bff;
}
