﻿.justified {
  justify-content: center !important;
}


/*
.dialog-content p
{
  display: flex;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
*/


.tph--button {
  cursor: pointer;
  white-space: nowrap;
  min-width: 64px;
  margin: 0.16em 0;
  border: 1px solid #58a5c6;
  line-height: 1.66em;
  border-radius: 4px;
  padding: 4px 10px 6px;
  color: #003f59;
  background-color: #daecf4;
  box-shadow: none;
}

.tph-button:hover {
  background-color: #95dbf8;
}

.tph-button-icon {
  opacity: .9;
  margin: -2px 3px 0 -3px;
  vertical-align: text-top;
  background-image: url(/Content/images/sprite.png);
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  font-size: 0;
  text-indent: -3333px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.tph-button-add > .tph-button-icon {
  background-position: -32px -64px;
}

.tph-button-edit > .tph-button-icon {
  background-position: -32px 0;
}

.tph-button-delete > .tph-button-icon {
  background-position: -32px -16px;
}

.tph-button-cancel > .tph-button-icon {
  background-position: -32px -48px;
}

.tph-button-ok > .tph-button-icon,
.tph-button-save > .tph-button-icon {
  background-position: -32px -32px;
}
