.boxcontainer {
  min-width: 300px;
  margin: var(--margin_big);
  border: 1px solid var(--white_1);
  background-color: var(--white_1);
  box-shadow: 0px 2px 7px var(--black_2);
  -moz-box-shadow: 0px 2px 7px var(--black_2);
  -webkit-box-shadow: 0px 2px 7px var(--black_2);
  border-radius: var(--radius_big);
  -moz-border-radius: var(--radius_big);
  -webkit-border-radius: var(--radius_big);
}
.boxcontainer .boxheader,
.boxcontainer .boxbody {
  padding: var(--padding_medium);
}
.boxcontainer .boxheader {
  background-color: var(--blue_7);
  border-bottom: 1px solid var(--grey_4);
  border-top-left-radius: var(--radius_medium);
  border-top-right-radius: var(--radius_medium);
  font-weight: bold;
}
.boxcontainer .boxheader #brefresh {
  padding: 0 8px 0 8px;
  text-align: right;
}
.boxcontainer .boxbody {
  overflow: auto;
  min-height: 30px;
  max-height: 600px;
  margin-top: 0;
  padding: var(--padding_default);
}
.boxcontainer .boxbody .control {
  margin-bottom: var(--margin_default);
}
.boxcontainer .boxfooter {
  margin-top: var(--margin_default);
  padding: var(--padding_medium);
  text-align: center;
}

div#state-buttons {
  display: flex;
  flex-direction: row;
  gap: var(--gap_medium);
}
div#state-buttons button {
  box-shadow: inset 0 0 0 1px var(--blue_5), 0 0 1px var(--blue_4);
  justify-items: center;
  display: grid;
  align-items: center;
  padding: var(--padding_small);
  background: unset;
  border: 1px solid var(--grey_4);
}
div#state-buttons button:hover {
  background: var(--grey_5);
}
div#state-buttons button.active {
  background: var(--grey_5);
}
div#state-buttons button.active:hover {
  background: unset;
}
div#state-images {
  display: flex;
  flex-direction: row;
  gap: var(--gap_default);
}
div#state-images img.alarm {
  background-color: var(--alert_3);
  border-radius: var(--radius_small);
}
div.panel_sett {
  display: flex;
  flex-direction: row;
  margin-bottom: var(--margin_big);
}
div.panel_sett a div {
  margin: unset;
}
div.panel_sett div {
  margin: var(--margin_small);
}
div.panel_sett div.dateTime {
  display: inline-flex;
  flex-direction: row;
}
div.panel_sett div.dateTime.toColumn {
  flex-direction: column;
}
div.panel_sett div.dateTime div {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
div.panel_sett div.dateTime input[type=datetime-local] {
  margin: 0px;
  padding: 0px;
  font: 13px/16px var(--font_family_sans);
  letter-spacing: 0px;
  word-spacing: -5px;
}
div.panel_sett div.pdInfo {
  display: grid;
  align-content: center;
  margin-left: 20px;
  font-style: italic;
}
div.panel_sett div.pdCaption {
  display: grid;
  align-content: center;
  margin-left: 5px;
}
div.panel_sett label .ui-icon-background {
  background-color: #fcfdfd;
}
div.contact_list {
  display: flex;
  flex-direction: column;
}
div.contact_list div.contact_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  margin-bottom: var(--margin_small);
  gap: var(--gap_medium);
}
div.contact_list div.contact_item input {
  width: 100%;
}
div.contact_list div.contact_item:last-child {
  margin-bottom: var(--margin_big);
}
div.contact_list div.contact_item div {
  display: grid;
  align-items: center;
  margin-right: var(--margin_small);
}
div.contact_list div.contact_item div:last-child {
  margin-bottom: unset;
}
div.button {
  display: flex;
  flex-direction: row;
}
div.button div.text {
  justify-items: center;
  display: grid;
  align-items: center;
  padding: var(--padding_small);
  font-weight: bold;
}
div.button div.icon {
  margin-right: var(--margin_default);
}
div.contpers_data {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin-bottom: 8px;
}
div.contpers_data div {
  display: inline-flex;
  flex-direction: row;
  gap: 4px;
}
div.contpers_data div label {
  float: left;
  clear: left;
  display: block;
  min-width: 110px;
  font-weight: bold;
}
div.contpers_data div input,
div.contpers_data div textarea,
div.contpers_data div select {
  float: left;
}
div.contpers_data div input {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
div.contpers_data div input[type=text] {
  width: 100%;
}
div.cp-cell-list {
  width: 100%;
}
div.cp-cell-list div {
  padding: var(--padding_small);
  border-top: 1px dashed var(--grey_4);
}
div.cp-cell-list div:first-child {
  border-top: unset;
}

/*#loader {
	display: grid;
	justify-content: center;
	align-content: center;
	position: absolute;
	z-index: 15;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;

	&.show {
		visibility: visible;
	}
}*/
.dialog_loader {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  height: 100%;
}
.dialog_loader div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

button.delete {
  width: var(--img_size_medium);
  height: var(--img_size_medium);
  background-color: transparent;
  color: var(--black_1);
  border: none;
  cursor: pointer;
}

table thead tr.filters th {
  padding: 0 !important;
}
table thead tr.filters th input {
  width: 100%;
}
table tbody tr td {
  word-wrap: anywhere;
  word-break: break-word;
}
table.basic_data, table.technical_data, table.lastrxtimes_data {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
table.basic_data th,
table.basic_data td, table.technical_data th,
table.technical_data td, table.lastrxtimes_data th,
table.lastrxtimes_data td {
  padding: var(--padding_small);
}
table.basic_data th:first-child,
table.basic_data td:first-child, table.technical_data th:first-child,
table.technical_data td:first-child, table.lastrxtimes_data th:first-child,
table.lastrxtimes_data td:first-child {
  font-weight: bold;
}
table.basic_data tr td:first-child {
  width: 110px;
}
table.technical_data tr td:first-child {
  width: 150px;
}
table.lastrxtimes_data tr td:first-child {
  width: 120px;
}
table.loops_data, table.outputs_data, table.attendance_data {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.loops_data td, table.outputs_data td, table.attendance_data td {
  padding: var(--padding_small);
}
table.loops_data tr td:first-child {
  width: 40px;
  font-weight: bold;
}
table.outputs_data tr td:nth-of-type(3) {
  text-align: center;
}
table.outputs_data tr td:nth-of-type(3) img {
  width: var(--img_size_small);
  height: var(--img_size_small);
  vertical-align: middle;
}
table.outputs_data tr td:first-child, table.attendance_data tr td:first-child {
  font-weight: bold;
}
table.header_info {
  border-spacing: 0;
  border-collapse: collapse;
}
table.header_info tr td {
  padding: 0;
}
table.header_info tr td:first-child {
  padding-right: var(--padding_default);
}
table.header_info tr td:last-child {
  font-weight: bold;
}/*# sourceMappingURL=elements.css.map */