@charset "UTF-8";
/* CSS Document */

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #484848;
}
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: Green;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #B94513;
}

td, th {
    padding: 5px !important;
}

#mainheader,.mainheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #B94513;
	letter-spacing: -1px;
}
.TBLhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
}
.li {
	color: #009900;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #B94513;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #B94513;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #005138;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #334352;
	text-decoration: none;
}
.px1BRDR {
	border: 1px solid #333333;
}
hr {
	color: #333333;
	background-color: #333333;
	height: 2px;
	border: 0px;
}
.maincell {
	background-color: #FFFFFF;
}
.headcell {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
.smallredtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.orangetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B94513;
}
.padCell td
{
	padding: 5px;
}
.padCell *
{
	box-sizing:border-box;
}
.notFirstCell.padCell td:first-child
{
	padding-left: 0;
	padding-right: 0;
}
.notFirstCell.padCell td:first-child input
{
	margin-right: 0;
}

.textCenter
{
	text-align: center;
}
.required
{
	color: red;
	font-size: 18px;
}
.fixedLayout
{
	table-layout: fixed;
	word-break:break-all;
}
#ui-datepicker-div
{
	display: none;
}
.underline td
{
	border-bottom: 1px solid #999;
	padding: 5px 0;
}
table *
{
	box-sizing: border-box;
}
.padCell textarea
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.vTop td
{
	vertical-align: top;
}

.highlightRow
{
	background-color: rgba(185, 69, 19, 0.5);
}

table td > input[type="text"]
{
	width: 100%;
}

#strPassword
{
    width: 30%;
}

#strPIN
{
    width: 10%;
}

#searchForm input[type="text"]
{
	width: 80%;
}
.whiteText
{
	color: #fff;
}
.button, a.button:visited, a.button:link
{
	background-color: red;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	display: block;
}

.strValidationB
{
	border: 2px solid red;
	padding:10px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: white;
    color: black;
    text-align: left;
    padding: 5px 0;
	padding-left: 10px;
    border-radius: 6px;
	border: 1px solid #000;


    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.hideme
{
	display: none;
}

.btn {
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  font-size: 10pt;
}

.btn:hover {
  text-decoration: none;
}

.btn-warning {
    color: White;
}

.btn-warning:hover {
    color: white;
}

.lock-button {
  color: #ffffff;
  background: #d93434;
}

.child-button {
  color: #ffffff;
  background: #289b28;
}

.general-button {
	color: #ffffff;
	background: #289b28;
}

/*
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
	padding-right: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 560px;
	text-align: left;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
	margin-top: -10px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}*/


/* Styling for the searchable dropdown (listbox) */

.lbjs {
	width: 600px !important;
}

.rr90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.redBackground
{
	background-color: red !important;
	color: White !important;
}

.yellowBackground
{
	background-color: yellow !important;
	color: White !important;
}

.softGreenBackground
{
	background-color: #a9ffa1 !important;
	color: White !important;
}

.alternateRows tr:nth-child(odd)
{
	border-top:#F7EFDE; border-top-style:solid; border-top-width:1px; border-bottom:#F7EFDE; border-bottom-style:solid; border-bottom-width:1px;
}

.alternateRows tr:nth-child(even)
{
	background-color: #white;
}

.alternateRows tr:nth-child(odd)
{
	background-color: #C0C0C0;
}

.alternateRows tr:last-child
{
	background-color: transparent;
}

.warning
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
}

.DT3DragOver
{
	background-color: rgb(255,255,200) !important;
}

.dropZone
{
	width: 200px !important;
	height: 160px;
	border: 4px dashed #0000ff66;
	line-height: 160px;
	vertical-align: middle;
	margin: auto;
}

.modalContainer
{
	display: none;
	position: fixed;
	z-index: 1000;
	background-color: rgba(0,0,0,0.85);
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	text-align: center;
}

.modalContainer > div:first-child
{
	width: 650px;
	background-color: white;
	padding: 20px;
	margin: auto;
	margin-top: 50px;
}

.modalContainer form > div:first-child
{
	width: 650px;
	background-color: white;
	padding: 20px;
	margin: auto;
	margin-top: 50px;
}

.imageListItem
{
	display: inline-block;
	width: 24%;
}

a.btn {
    color: White !important;
}

select, input {
    color: Black;
}

.successMessage,.errorMessage
{
	position:absolute;
	top: 0px;
	background-color: #aaeeaa;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
    z-index: 10000;
}

.errorMessage
{
	background-color: #eeaaaa;
}

.alert
{
	display: none;
	position: fixed;
	z-index: 111200;
}

.inline
{
	display: inline-block;
}

#ancestry .modal-body, #ancestry .modal-body a
{
	font-size: 10pt;
}

.partsRow .partQty
{
	text-align: right;
}

.dt-container label {
	display: initial;
}
