/*body, td, .text, a, p, .leftLabel, .basic, textarea
{
	font-size: 10pt;
	color: #555555;
}*/

/* headers */
.page-header
{
	font-size: 13pt;
	font-weight: bold;
	font-family: Arial, Verdana;
	color: #555555;
}

.header {
    /* font-weight: bold; */
}

.sectionHead {
    font-weight: bold;
    font-size: 112%;
    color: #002266;
}

.rowHeader {
    color: #ffffff;
    background-color: #002266;
}

.rowHeaderRight {
    padding-right: 10px;
    text-align: right;
}

.testSectionHeader {
    color: #ffffff;
    background-color: #555555;
}

.nowrap {white-space: nowrap;}

.notesField1
{
    height: 200px;
    width: 350px;
}

.leftLabel
{
	font-weight: bold;
	padding-right: 10px; 
	white-space: nowrap;
}

.leftLabel1
{
    font-weight: bold;
}

.validationMsg 
{ 
	color: #ff0000; 
}

.style4
{
	font-size: 10pt;
	color: red;
}

.style6
{
	font-size: 10pt;
	color: blue;
}

.required
{
    color: #a50000;
    font-weight: bold;
    font-size: .8em;
}

.dtfoot
{
	font-size: 8.5pt;
	font-family: Arial, Verdana, helvetica;	
}

.floatRight
{
	float: right;
}

#mainContent
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 80%;
}

.grid1
{
	border: none;
}

.grid1 td
{
	border: none;
	padding: 8px;
}

.grid1 .header
{
	font-weight: bold;
	background-color: #aaaaaa;
}

label ~ input[type=radio] {
    margin-right: 4px;
}


/* -- Registrar -- */
.smallLink { FONT-SIZE: 70%; CURSOR: pointer; WHITE-SPACE: nowrap; }
.smallLink:visited { }
.smallLink123 {cursor: pointer; white-space: nowrap;}
.photo { BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid }


.cand { FONT-SIZE: 10pt; CURSOR: pointer; TEXT-DECORATION: none; }
.cand:hover { BACKGROUND-COLOR: #c2cbcf; }



TABLE#dogsowned TD { BORDER-RIGHT: #555555 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #555555 1px solid; FONT-SIZE: 80%; BORDER-LEFT: #555555 1px solid; BORDER-BOTTOM: #555555 1px solid }
.w50px { WIDTH: 50px; }
.wDate { WIDTH: 100px; }

.border1 {
    border: 1px solid #777777;
}



/* -- registrar pedigree -- */
.dogTable { BORDER-COLLAPSE: collapse }
.dogTable TD { PADDING-RIGHT: 10px; BORDER-TOP: #999999 1px solid; PADDING-LEFT: 10px; BORDER-BOTTOM: #999999 1px solid }
.ped_dogname { FONT-SIZE: 80%; COLOR: #777777; FONT-FAMILY: arial, verdana, helvetica }
.ped_attributes { 
    font-size: 80%; 
    color: #777777; 
    font-family: arial, verdana, helvetica 
}
.pedOrgName {
    font-size: 16pt;
}
.pedDisclaimer {
    font-size: 8pt; 
    margin-left: 15px; 
    margin-right: 15px;
}



/* buttons */
.btn {
    border-radius: .25rem;
    border: 1px solid #333;
    /*background-color: transparent;*/
    padding: 0.375rem 0.75rem;
}

.btn-gana {
    background-color: transparent;
    border-color: #de8b2f;
    color: #de8b2f;
}

.btn-gana:hover {
    background-color: #de8b2f;
    color: #fff;
}


/*<a onmouseleave="this.style.borderColor='#de8b2f'; this.style.backgroundColor='transparent'; this.style.color='#de8b2f'" onmouseenter="this.style.borderColor='#de8b2f'; this.style.backgroundColor='#de8b2f'; this.style.color='#ffffff';" style="border-color: rgb(222, 139, 47); color: rgb(222, 139, 47); background-color: transparent;" class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-outline-custom" href="/join-gana/" title="">LEARN MORE</a>*/


.kennel-listing {
    display: flex;
    flex-direction: row;
    border: none;
    padding: 10px;
    margin-bottom: 20px;
}

.has-ribbon {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.ribbon-display {
    margin-left: 1.5em;
    margin-top: auto;
    margin-bottom: auto;
}



/* for instant message display on the page */
.msg
{
    width: 100%;
    background-color: #f2c209;
    padding: 10px;
}


/* atomic */
.color-red {
    color: #ff0000;
}