

html, body
{
	height: 100%;
}

body
{
	font-family: 'trebuchet ms',arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #404040;
	margin: 0px;
    background: #FFFFFF;
	padding: 0px;
}

blockquote
{
    margin: 0;
}

/* cf: https://css-tricks.com/snippets/css/clear-fix/ */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#headermenu
{
	background: #E0E0E0;
	padding: 10pt;
}

#headermenu h1>a,
#headermenu h1>a:link
{
	text-decoration: none;
	color:  #404040;
}

#headermenu a:hover
{
	color: #009ada;
}

.headermenuentry
{
	font-size: 12pt;
	font-weight: bold;
	margin-right: 20px;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #A0A0A0;
	cursor: pointer;
	background: #F8F8F8;
	color: #009ada;
	text-decoration: none;
	display: inline-block;
}

.headermenuentry a:link
{
	text-decoration: none;
}

.headermenuentry:hover
{
	background: #F0F0F0;
}

#headeruserinfo 
{
    float: right;
    max-width: 250px;
    margin-top: 10px;
}

#headerboxleft
{
    display: inline-block;
}

#headeruserinfo .sitenotice
{
    padding: 6px 4px;
    margin-top: 10px;
	border: 1px solid #A0A0A0;
}

#contenttable
{
    margin: 0px;
	border-bottom: 1px solid #D0D0D0;
}

#contenttableleft
{
    margin: 0px;
	background: #F0F0F0;
	padding: 0px;
}

#contentcell
{
	padding: 5px;
}

td#contenttableleft
{
    width: 20%;
}

td#contentcell
{
    width: 80%;
}

/* dynamic results container should start hidden */
.dynamic_results_container
{
    display: inline-block;
}


/* Width settings for specific target pages */

body.target_reports #contenttableleft
{
    min-width: 200px;
}

body.target_order #contenttable,
body.target_orders #contenttable,
body.target_wanted #contenttable,
body.target_wantlist #contenttable
{
	width: 100%;
}

body.target_order td#contenttableleft,
body.target_orders td#contenttableleft,
body.target_wanted td#contenttableleft,
body.target_wantlist td#contenttableleft
{
    width: 5%;
}

body.target_order td#contentcell,
body.target_orders td#contentcell,
body.target_wanted td#contentcell,
body.target_wantlist td#contentcell
{
    width: 95%;
}


#pageupper
{
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -20px;
}

#footer, #push
{
	height: 20px;
}

#footer
{
	border-top: 1px solid #D0D0D0;
	background: #E0E0E0;
	text-align: center;
	color: #606060;
}

#searchform
{
	float: right;
}

#leftmenu
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.leftmenuitem
{
	font-size: 11pt;
	font-weight: bold;
	padding: 6px;
	padding-right: 10px;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
    color: #009ada;
	text-decoration: none;
}

.leftmenuitem.leftmenuparent
{
	font-size: 12pt;
	border-top: 2px solid #FFFFFF;
	background: #E0E0E0;
}

.leftmenuitem:hover
{
	background: #FFFFFF;
	color: #009ada;
	text-decoration: none;
}

.leftmenuitem a {
    padding: 0;
    border: none;
}

.leftmenuitem a:link
{
	/*color: #404040;*/
	color: #009ada;
	text-decoration: none;
}

.leftmenuitem a:visited
{
	/*color: #404040;*/
	color: #009ada;
	text-decoration: none;
}

.leftmenuitemsearch
{
	font-size: 11pt;
	font-weight: bold;
	padding: 5px;
	padding-right: 10px;
	border-bottom: 1px solid #FFFFFF;
}

.leftmenuitem.leftmenu_plusminus
{
    width: 8px;
}

img
{
    border: none;
}

.animal_thumbnail
{
    height: 50px;
    width: 50px;
}

.sorted_table_wrapper table
{
    width: 95%;
    padding: 5px;
}

.sorted_table_wrapper table td,
.sorted_table_wrapper table th
{
    padding: 4px;
}

td.header
{
    border-top: 1px solid #A0A0A0;
    border-bottom: 1px solid #A0A0A0;
    background: #E0E0E0;
    font-weight: bold;
	padding: 2px;
}

td.last
{
    border-bottom: 1px solid #A0A0A0;
}

td.headercolumn
{
	font-weight: bold;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}

tr.inforow td,
td.infocolumn
{
	/*border-top: 1px solid #F0F0F0;*/
	border-bottom: 1px solid #C0C0C0;
}

tr.datarow:hover 
{
    background-color: #f0f0f0;
}

tr.summaryrow td
{
    background: #E0E0E0; 
    font-weight: bold; 
    border-top: solid 2px #000000; 
    border-bottom: solid 2px #000000;
}

.form_row
{
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
}

.form_cell
{
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 4px;
}

.schedule_cell
{
    margin: 15px 0 0 5px;
}

.breakword_ok
{
    overflow-wrap: break-word;
    word-wrap: break-word; 
    word-break: break-all; 
}

.header_left
{
    text-align: left;
}

.indicator_icon
{
	vertical-align: -3px;
}

.datepicker
{
    width: 100px;
    background: url(/pccitadel/themes/default/images/calendar.png) no-repeat 1px 1px;
    text-align: right;
    border: 1px solid #A0A0A0;
    padding: 1px;
}

.calendar_icon
{
    position: relative;
    left: -130px;
}

.icon
{
	vertical-align: -3px;
}

a
{
	color: #009ada;
}

p
{
	margin-bottom: 20px;
}

.actionmenulink
{
	color: #0060B0;
	cursor: pointer;
	margin-right: 15px;
	display: inline-block;
	padding: 4px;
	border: 1px solid #E0E0E0;
	font-weight: bold;
    border-radius: 4px;
}

a.actionmenulink
{
    text-decoration: none;
}

.actionmenulink:hover
{
	background: #F0F0F0;
}

table
{
    /*border: 1px solid #E0E0E0;*/
}

th
{
    border-bottom: 1px solid #C0C0C0;
    background: #F0F0F0;
    font-weight: bold;
}

.headerlink
{
    color: #404040;
}

.pad-right
{
    padding-right: 15px;
}

.primarycell
{
    text-weight: bold;
    border-bottom: 1px solid #F0F0F0;
}

.detailscell
{
    border-bottom: 1px solid #F0F0F0;
}

.activecell
{
    text-align: center;
    font-weight: bold;
    background: #F0FFF0;
    color: #008000;
}

.disabledcell
{
    text-align: center;
    font-weight: bold;
    background: #FFF0F0;
    color: #800000;
}

.pagenavigation
{
    margin-top: 5px;
    padding: 3px 0;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    background: #F0F0F0;
}

.pagelink
{
    border-radius: 4px;
}

.pagenumbers
{
}

.download_pdf_link
{
    float: right; 
    margin-top: 5px; 
    margin-right: 5px;
    padding: 3px 0;
}

.download_csv_link
{
    float: right; 
    margin-top: 5px; 
    margin-right: 15px;
    padding: 3px 0;
}


.document_wrap_outer
{
    display: inline-block; 
    width: 200px; 
    margin: 10px; 
    border: 1px solid #F0F0F0; 
    text-align: center;  
    font-size: 13pt; 
    padding: 10px; 
    background: #F8F8F8; 
    /*cursor: pointer; */
    text-decoration: underline; 
    vertical-align: top;
    height: 200px;
}

.document_wrap_inner
{
    /*
    width: 202px; 
    height: 200px; 
    display: block; 
    text-align: center;
    */
}

.document_icon
{
    cursor: pointer; 
    display: inline-block; 
    vertical-align: middle; 
    max-width: 200px; 
    max-height: 200px; 
    margin: 30px auto; 
    border: 1px solid #404040;
}


.resultcounts
{
    margin-left: 10px;
}

/* We use this for "most" form field labels */
.formfieldname
{
    font-weight: bold;
    padding-right: 30px;
    vertical-align: top;
}

/* Some are a little different... */
.formfieldname2
{
    padding-right: 15px;
    vertical-align: top;
    text-align: right;
}

.formfieldvalue
{

}

.formleftcolumnspacer
{
    width: 200px;
    height: 50px;
}

.infofieldname
{
    text-align: right;
    font-weight: bold;
    padding: 0 10px 0 20px;
}

.infofieldvalue
{
    text-align: left;
}

.inputform
{
    margin: 20px;
}

.inputformtable
{
    border: 0px;
}

tr.inputsubmitrow td
{
    padding-top: 30px;
}

.invalidinput
{
    border: 2px solid #FF0000;
}

input select
{
    border: 1px solid #606060;
}


.notes_textarea
{
    width: 400px; 
    height: 100px;
}

.notes_textarea_large
{
    width: 95%; 
    height: 100px;
}

.mednotes_textarea
{
    margin-top: 5px;
    width: 400px; 
    height: 50px;
}

.price_input
{
    width: 100px; 
    text-align: right;
}

.genealogy .formfieldname
{
    padding-right: 15px;
    text-align: right;
    vertical-align: baseline;
}

.errormessage
{
    margin: 0px;
    margin-top: 4px;
    margin-bottom: 8px;
    font-weight: bold;
    font-style: italic;
    color: #A00000;
}

.errorheading
{
    margin: 20px 0px;
    font-weight: bold;
    font-style: italic;
    color: #A00000;
}

.statusmessage
{
    margin: 0px;
    margin-top: 4px;
    margin-bottom: 8px;
    font-weight: bold;
    font-style: italic;
    color: #14C218;
}

.greentext
{
    font-style: italic;
    color: #14C218;
}

.redtext
{
    font-weight: bold;
    font-style: italic;
    color: #A00000;
}

.pagesubheading
{
    margin-top: 30px;
    padding: 10px 0px;
}

.subheader
{
    border-bottom: 1px solid #F0F0F0;
    margin: 0px;
    margin-bottom: 8px;
}

.infobox
{
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
    padding: 8px;
    margin: 8px;
    margin-left: 0px;
}

.resultsbox
{
    border: 1px solid #E0E0E0;
    /*background: #FAFAFA;*/
    padding: 8px;
    margin: 8px;
    margin-left: 0px;
}

.fixedbox
{
    width: 400px;
}

.info
{
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
}

.clickable
{
	cursor: pointer;
}

.availablecell
{
    background: #F0FFF0;
    color: #008000;
    font-weight: bold;
}

tr.datarow:hover td.availablecell
{
    background-color: #60FF60;
}

.soldcell
{
    background: #FFE0F0;
    color: #800000;
    font-weight: bold;
}

tr.datarow:hover td.soldcell
{
    background-color: #FFA2D2;
}

.flagupdatecustomercell
{
    background: #FFE0F0;
    color: #800000;
    font-weight: bold;
}

tr.datarow:hover td.flagupdatecustomercell
{
    background-color: #FFA2D2;
}

.flagholdcell
{
    background: #FFEEAA;
    color: #806000;
    font-weight: bold;
}

tr.datarow:hover td.flagholdcell
{
    background-color: #FFDD55;
}

.flaggtgcell
{
    background: #F0FFF0;
    color: #008000;
    font-weight: bold;
}

tr.datarow:hover td.flaggtgcell
{
    background-color: #60FF60;
}

.medicalcell
{
    background: #FFEEAA;
    color: #806000;
    font-weight: bold;
}

tr.datarow:hover td.medicalcell
{
    background-color: #FFDD55;
}

.depositcell
{
    background: #FFEEAA;
    color: #806000;
    font-weight: bold;
}

tr.datarow:hover td.depositcell
{
    background-color: #FFDD55;
}

.unlistedcell
{
    background: #FFEEAA;
    color: #806000;
    font-weight: bold;
}

.lostcell
{
    background: #FFE0F0;
    color: #800000;
    font-weight: bold;
}

tr.datarow:hover td.lostcell
{
    background-color: #FFA2D2;
}

.transfercell
{
    background: #FFE0F0;
    color: #800000;
    font-weight: bold;
}

tr.datarow:hover td.transfercell
{
    background-color: #FFA2D2;
}

.returncell
{
    background: #FFE0F0;
    color: #800000;
    font-weight: bold;
}

tr.datarow:hover td.returncell
{
    background-color: #FFA2D2;
}


.wantlist_opencell
{
    background: #FFEEAA;
    color: #806000;
    font-weight: bold;
}

tr.datarow:hover td.wantlist_opencell
{
    background-color: #FFDD55;
}

.wantlist_filledcell
{
    background: #F0FFF0;
    color: #008000;
    font-weight: bold;
}

tr.datarow:hover td.wantlist_filledcell
{
    background-color: #60FF60;
}

.wantlist_cancelledcell
{
    background: #FFE0F0;
    color: #800000;
    font-weight: bold;
}

tr.datarow:hover td.wantlist_cancelledcell
{
    background-color: #FFA2D2;
}

.warncell
{
    background: #FFE0F0;
    color: #800000;
    font-weight: bold;
}

tr.datarow:hover td.warncell
{
    background-color: #FFA2D2;
}

.clientpaidcell
{
    background: #F0FFF0;
    color: #008000;
    font-weight: bold;
}

tr.datarow:hover td.clientpaidcell
{
    background-color: #60FF60;
}

.clientexpiredcell
{
    background: #800000;
    color: #FFE0F0;
    font-weight: bold;
}

tr.datarow:hover td.clientexpiredcell
{
    background-color: #FFA2D2;
}

.subscription_warning
{
    background: #FFEEAA;
    color: #806000;
    font-weight: normal;
}

.subscription_expired
{
    background: #c00000;
    color: #FFc0c0;
    font-weight: normal;
}

.subscription_locked
{
    background: #FF0000;
    color: #000000;
    font-weight: bold;
}

[type=text]
{
    border-style: solid;
    border-width: 2px;
    border-color: #808080;
    border-radius: 2px;
    padding: 2px 6px 2px 6px;
}

.textfield_readonly
{
    background-color: #eeeeee;
    color: #606060;
    border-style: none;
    border-radius: 24px;
    padding: 2px 6px 2px 6px;
}


@media only screen and (max-width: 1064px) {

    .headermenuentry
    {
    	font-size: 11pt;
    	margin-right: 15px;
    }

    .leftmenuitem
    {
    	font-size: 10pt;
    }

    .leftmenuitem.leftmenuparent
    {
    	font-size: 11pt;
    }

    .notes_textarea
    {
        width: 300px; 
        height: 80px;
    }

    .mednotes_textarea
    {
        width: 300px; 
    }
}

@media only screen and (max-width: 768px) {

    .headermenuentry
    {
    	font-size: 10pt;
    	margin-right: 5px;
    }

    body.target_reports #contenttableleft
    {
        min-width: 150px;
    }

    .notes_textarea
    {
        width: 200px; 
        height: 50px;
    }

}

@media only screen and (max-width: 586px) {

}

@media only screen and (max-width: 479px) {

}



#drop-region {
    background-color: #fff;
    border-radius:20px;
    box-shadow:0 0 35px rgba(0,0,0,0.05);
    padding:10px 20px;
    text-align: center;
    cursor:pointer;
    transition:.3s;
}
#drop-region:hover {
    box-shadow:0 0 45px rgba(0,0,0,0.1);
}

#image-preview {
    margin-top:20px;
}
#image-preview .image-view {
    display: inline-block;
    position:relative;
    margin-right: 13px;
    margin-bottom: 13px;
}
#image-preview .image-view img {
    max-width: 100px;
    max-height: 100px;
}
#image-preview .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background: rgba(255,255,255,0.5);
}
