.prop-dtable {
	min-width: 600px;
}
.prop-dtable th {
	background-color: lightsteelblue;
	color: black;
	padding: 3px 5px;
	font-size: 13px;
	font-family: Poppins-Regular;
}
.prop-dtable td {
	font-size: 13px;
}
.prop-table {
	width: 100%;
}
.prop-table th {
	background-color: lightsteelblue;
	color: black;
	padding: 6px 10px;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: Poppins-Regular;
}
.prop-wrapper {
  margin-bottom: 3px;
}

.prop-introtext{
	padding-top: 10px;
	font-style: italic;
	Xtext-align: center;
	color: olive;
}

.prop-errortext{
	padding-top: 10px;
	font-style: italic;
	text-align: center;
	color: red;
}

.prop-message {
	color: #18335e;
	text-align: center;
	padding-top: 8px;
}

.prop-label{
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #003000;
  text-align: right;
  padding-right: 10px;
  width: 200px;
}

.prop-input {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #505050;

  width: 100%;
  background: transparent;
  background-color: none;
  padding: 0 5px;
  outline: none;
}
.prop-input {
  min-height: 25px;
  border: none;
  border-width: 0px 0px 1px 0px;
  border-color: #b2b2b2;
  border-style: solid;
}

select.prop-input option {
  Xbackground: yellow;
  background-color: white;
  color: black;
}
select.prop-input option:disabled {
  color: #aaa;
}
.prop-input:focus {
  border-color: #ef5789;
}
input.prop-input:focus {
  color: black;
}

.prop-focus {
  position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none;
}

.prop-focus::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  background: #57b846;
}

.prop-error {
  font-weight: bold;
  background: transparent;
  border: none;
  font-size: 17px;
  color: #ff4040;
}

.prop-form {
  width: 97%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 13px;
}

.prop-menu ul {
  Xbackground-color: mediumaquamarine;
  width: 100%;
}
.prop-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 3px;
}

.prop-menu li {
  display: inline;
}

.prop-menu li a {
  line-height: 35px;
  color: #000;
  padding: 8px 12px;
  text-decoration: none;
}
.prop-menu li a.active {
  background-color: mediumseagreen;
  color: #fff;
}
.prop-menu li a:hover:not(.active) {
  background-color: mediumseagreen;
  color: #fff;
  border-radius: 12px;
  opacity: 0.5;
}

div.jqstooltip { position: absolute;left: 0px;top: 0px;visibility: hidden;background: rgb(0, 0, 0) transparent; background-color: rgba(0,0,0,0.5); color: white;font: 10px arial, san serif; text-align: left;white-space: nowrap;padding: 2px 50px 15px 5px; border: 1px solid white; z-index: 10000; }
div.jqsfield { color: white;font: 10px arial, san serif;text-align: left; }

.btn-default {
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 3px 10px;
	border: 1px solid transparent;
	background-size: 300% 100%;
	background-position: 100% 0;
	background-color: lightsteelblue;
	color: #000;
	font-size: 16px;
	border-radius: 1.6rem;
	cursor: pointer;
}
.btn-default:focus {
	text-decoration: none;
	outline: none;
}
.btn-small {
	margin-top: 5px;
	padding: 3px 5px;
	border: 1px solid transparent;
	background-size: 200% 100%;
	background-position: 100% 0;
	background-color: lightsteelblue;
	color: #000;
	font-size: 13px;
	border-radius: 1.3rem;
	white-space: nowrap;
}
.btn-small:focus {
	text-decoration: none;
	outline: none;
}

.ui-widget-content {
  background: none;
}
.ui-state-default {
  background: none !important;
}
.ui-widget input {
  border-width: 0px;
}
.dataTables_wrapper {
  width: 100%;
}
