/**
 * ZodiacPress Styles
 */

/* General
-------------------------------------------------------------- */
@font-face {
	font-family: "zodiacpress";
	src:local('zodiacpress'),
	url("../fonts/zodiacpress.woff?fr7qsr") format("woff");
	font-weight: normal;
	font-style: normal;
}
#zp-form-wrap,
#zp-report-wrap {
	display: block;
	width:700px;
	max-width:100%;
	margin:1em auto;
	font-size:1em;
	line-height: 1.62em;
	font-family: Arial,Helvetica,sans-serif;	
}
.zp-small {
	font-size: 0.9em;
}

/* Form
-------------------------------------------------------------- */
#zp-form-wrap input,
#zp-form-wrap select{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
#zp-birthreport-form .zp-input-text:focus,
#zp-birthreport-form select:focus {
 border:1px solid #009bff;
 outline:0;
 transition:.2s ease-in
}
#zp-form-wrap h2,
#zp-form-wrap .zp-form {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.zp-form #hour,
.zp-form #month,
.zp-form #day {
	margin-right:.6em;
}
#zp-birthreport-form .zp-input-text {
 	width: 100%;
 	max-width: 100%;
}
#zp-birthreport-form fieldset,
#zp-birthplace {
    border: 0;
    margin: 0;
    padding: 0.8em 0;
}
#zp-birthreport-form legend{
	float:left;
	margin: 5px 10px 0 0;
}
.zp-name-field {
	margin-bottom: 12px
}
.zp-name-field label,
.zp-birthdate legend,
.zp-birthtime legend,
#zp-birthplace label {
	min-width: 120px;
	font-weight: normal;
}
#zp-birthreport-form .zp-input-text,
#zp-birthreport-form select{
	padding:8px;
	background: #f7f7f7;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #1a1a1a;
	box-sizing: border-box;
}
#zp-birthreport-form .zp-form-label {
	float:left;
}
#zp-birthreport-form .zp-input-text-wrap {
	display: block;
	overflow: hidden;
	padding-left: 10px;
}
.zp-unknown-time-field {
	margin-top: 1em;
	text-align: center;
}
.zp-unknown-time-field #unknown_time {
	vertical-align: middle;
	margin-right: 0.4em;
}
form .zp-button {
	background: #339933;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.6em 0.8em;
	box-sizing: border-box;
}
form .zp-button:hover, .zp-button:focus{
	background-color: #339933;
}
#zp-submit-wrap {
	margin-top: 32px;
}
#zp-fetch-birthreport {
	margin: 3px 0 36px;
	width: 100%;
	cursor: pointer;
}
#zp-fetch-birthreport[disabled],
#zp-fetch-birthreport[disabled]:hover {
	cursor: default;
	cursor: not-allowed;
	opacity: .5;
    background: #333;
    border-color: #333;
}

/* Autocomplete
-------------------------------------------------------------- */		
#autoComplete_results_list {
	cursor: default; 
	padding: 0;
	margin: 0;
    background: #fff;
    color: #333;
    border-radius: 2px;
    font-size: .9em;
    font-family: Arial,Helvetica,sans-serif;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden
}
#autoComplete_results_list .autoComplete_result {
	list-style: none;
	padding: 2px 6px;
	margin:0;
	border: 1px solid #ddd;
	border-bottom:0;
	display: block;
}
.autoComplete_result:hover,
.autoComplete_result:focus {
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

/* Ajax
-------------------------------------------------------------- */
#zp-report-wrap,
#zp-offset-wrap,
#zp-form-tip {
	display: none;
}
#zp-offset-label,
#zp-offset-wrap #zp_offset_geo {
	background-color:transparent;
	color:#339933;
	font-size: 13px;
	font-weight:bold;
	border:0;
	margin: 0;
	padding: 0;
	line-height: 0.9;
}
#zp-offset-label {
	display:inline;
	float:left;
	clear:left;
}
#zp_offset_geo {
	display:inline;
	float:left;	
	width:40%; 
}
#zp-offset-wrap{
	margin:0;
	padding:0;
}
#zp-offset-wrap #zp_offset_geo{
	padding:0 10px;
    box-shadow: unset;
}
.ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
	padding: 1px;
}

/* Report
-------------------------------------------------------------- */

.zp-report-backlink {
	text-align: right;
}
.zp-report-header,
.zp-report-caption {
  border: 1px solid #dddddd;
	background: #e9e9e9;
	text-align: left;
	line-height: 1.4;
	padding: 4px 10px;
}
.zp-report-caption {
	font-weight: 700;
	border-bottom-width: 0;
}
.zp-report-header {
	max-width: 575px;
	margin: 0;
	font-size:0.8em;
	border-collapse: collapse;
	table-layout: fixed;
	border-top-width: 0;
}
.zp-mobile-wrap {
	display:inline;
	margin:0;
	padding:0;
}	
.zp-report-header td,
.zp-report-header td:first-child {
	padding: 0 10px;
	border:0;
	white-space: nowrap;
}
.zp-report-header tr {
	border:0;
}
.zp-report-header tr:last-child td {
	padding-bottom:5px;
}
.zp-chart-drawing {
	margin-top:1em;	
}
.zp-zodiacal-dms {
	font-weight: 400;padding-left:1em;font-size:.9em;
}
.zp-subheading {
	font-weight: bold;
}
h3.zp-report-section-title{
	padding:2em 0;
	font-weight:bold;
	margin:0.3em 0;
}
.zp-orb{
	font-weight: 400;font-style: italic;font-size:12px;
}

[class^="zp-icon-"], [class*=" zp-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "zodiacpress" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color:  #cf000f;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.zp-icon-aries:before {
	content: "\e90b";
}
.zp-icon-taurus:before {
	content: "\e909";
	color:#00D717;
}
.zp-icon-gemini:before {
	content: "\e90a";
	color: #F5AB35;
}
.zp-icon-cancer:before {
	content: "\e908";
	color:#4169E1;
}
.zp-icon-leo:before {
	content: "\e907";
}
.zp-icon-virgo:before {
	content: "\e906";
	color:#00D717;
}
.zp-icon-libra:before {
	content: "\e905";
	color: #F5AB35;
}
.zp-icon-scorpio:before {
	content: "\e904";
	color:#4169E1;
}
.zp-icon-sagittarius:before {
	content: "\e903";
}
.zp-icon-capricorn:before {
	content: "\e902";
	color:#00D717;
}
.zp-icon-aquarius:before {
	content: "\e901";
	color: #F5AB35;
}
.zp-icon-pisces:before {
	content: "\e900";
	color:#4169E1;
}

/*  Misc
-------------------------------------------------------------- */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.zp-clear:after {
  content: "";
  display: table;
  clear: both;
}
#zp-form-wrap .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

@media screen and ( max-width: 727px ) {
	.zp-form #hour,
	.zp-form #minute,
	.zp-form #month,
	.zp-form #day {
		margin-right:.2em;
	}
	#zp-birthreport-form legend,
	#zp-birthreport-form .zp-form-label {
		float:none;
		padding:0 3px;
	}
	#zp-birthreport-form .zp-input-text-wrap {
		padding:7px 0 0;
	}
	.zp-report-header {
		max-width: 100%;
	}
	.zp-mobile-wrap {
		display: block;
	}
}
