/*-----------------------------------------------------------------------------

Copyright (C) 2014 Jacob Barkdull

	I, Jacob Barkdull, hereby release this work into the public domain. 
	This applies worldwide. If this is not legally possible, I grant any 
	entity the right to use this work for any purpose, without any 
	conditions, unless such conditions are required by law.

-----------------------------------------------------------------------------*/


#hashover, #sort_div {
	clear: both;
}

#hashover #hashover_form,
#hashover #hashover-top-comments {
	margin: 0.5em 0px 3em 0px;
}

#hashover form,
#hashover .hashover-comment form {
	display: block;
	margin-top: 1.6em;
	clear: both;
}

#hashover .hashover-inputs {
	display: table;
	width: 100%;
}

#hashover .hashover-inputs > * {
	display: table-cell;
	vertical-align: middle;
	padding: 2px 3px 6px 3px;
	line-height: 16px;
}

#hashover .hashover-avatar-image {
	width: 1%;
	padding-right: 10px;
}

#hashover .hashover-avatar-image img {
	vertical-align: middle;
}

#hashover .hashover-login-input,
#hashover .hashover-login-input input {
	width: 36px;
}

#hashover form input,
#hashover form textarea,
#hashover form .hashover-inputs input {
	padding: 2px;
	background-color: #FAFAFA;
	font-size: 13px;
	font-family: "Arial","Helvetica","FreeSans",sans-serif;
	color: #222222;
	border: 1px solid #808080;
	outline-offset: none;
	outline: -webkit-focus-ring-color none;
}

#hashover form input,
#hashover form textarea,
#hashover form .hashover-inputs input,
#hashover .hashover-comment label {
	transition: all 120ms linear 0ms;
	-moz-transition: all 120ms ease 0ms;
	-webkit-transition: all 120ms ease 0ms;
	-o-transition: all 120ms ease 0ms;
}

#hashover form input,
#hashover form textarea,
#hashover form .hashover-inputs input,
#hashover .hashover-comment pre,
#hashover .hashover-comment code,
#hashover .hashover-comment label,
#hashover .hashover-comment .hashover-message {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#hashover form input,
#hashover form .hashover-inputs input,
#hashover .hashover-balloon,
#hashover .hashover-comment input.hashover-delete,
#hashover img,
#hashover .hashover-comment pre,
#hashover .hashover-comment code,
#hashover .hashover-avatar span,
#hashover .hashover-avatar a,
#hashover .hashover-comment .hashover-form-buttons a,
#hashover .hashover-comment .hashover-footer .hashover-buttons a,
#hashover .hashover-comment label,
#hashover .hashover-title#hashover-message {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
}

#hashover #requiredFields {
	display: none;
}

#hashover form div textarea {
	width: 100%;
	margin-bottom: 0px ! important;
	padding: 5px 5px 8px 5px;
	vertical-align: top;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	resize: vertical;
}

#hashover form .hashover-submit {
	width: 100%;
	border-top: none;
	background-color: #E0F2F7;
	margin-top: 0px ! important;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	padding: 6px 4px 6px 4px;
}

#hashover .hashover-submit:hover {
	background-color: rgba(196, 196, 255, 0.10) ! important;
	cursor: pointer;
}

#hashover .hashover-submit:focus,
#hashover .hashover-submit[disabled] {
	background-color: rgba(196, 196, 255, 0.25) ! important;
	border-color: #000000 ! important;
}

#hashover .hashover-submit[disabled] {
	background-color: #E8E8E8 ! important;
}

#hashover textarea:hover, 
#hashover input:hover {
	background-color: #FCFCFC ! important;
	border-color: #000000 ! important;
}

#hashover textarea:hover {
	border-color: #909090;
}

#hashover textarea:focus,
#hashover input:focus {
	background-color: #FCFCFC;
	border-color: #0055FF ! important;
}

#hashover textarea:focus,
#hashover input[type="text"]:focus,
#hashover input[type="password"]:focus {
	box-shadow: 0px 0px 2px rgba(85, 255, 255, 0.8) ! important;
	-moz-box-shadow: 0px 0px 2px rgba(85, 255, 255, 0.8) ! important;
	-webkit-box-shadow: 0px 0px 2px rgba(85, 255, 255, 0.8) ! important;
	-o-box-shadow: 0px 0px 2px rgba(85, 255, 255, 0.8) ! important;
}

#hashover form .hashover-inputs input {
	width: 100%;
	height: 28px;
	font-size: 13px;
	padding-left: 28px;
	padding-right: 6px;
	background-image: url('https://images.fordaq.com/fordaq/images/hashover/pngs/inputs-and-buttons.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #808080;
}

#hashover form .hashover-inputs input:focus {
	color: #222222;
}

#hashover .hashover-inputs > :first-child {
	padding-left: 0px;
}

#hashover .hashover-inputs > :nth-last-child(1) {
	padding-right: 0px;
}

#hashover .hashover-name-input input {
	background-position: left top;
}

#hashover .hashover-password-input input {
	background-position: left -27px;
}

#hashover .hashover-login-input input {
	background-position: center -108px;
	cursor: pointer;
}

#hashover .hashover-email-input input {
	background-position: left -54px;
}

#hashover .hashover-website-input input {
	background-position: left -81px;
}

#hashover .hashover-comment .hashover-inputs {
	padding-bottom: 2px;
}

#hashover .hashover-sort {
	float: right;
}

#hashover select {
	height: 24px;
	padding: 1px;
}

#hashover .hashover-comment .hashover-footer .hashover-buttons {
	float: right;
}

#hashover .hashover-comment .hashover-footer .hashover-buttons a {
	display: inline-block;
	vertical-align: middle;
	height: 26px;
	width: 30px;
	margin: 0px;
	background-image: url('https://images.fordaq.com/fordaq/images/hashover/pngs/inputs-and-buttons.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: transparent;
	font-size: 0px;
	overflow: hidden ! important;
	transition: background-color 140ms linear 0ms;
	-moz-transition: background-color 140ms linear 0ms;
	-webkit-transition: background-color 140ms linear 0ms;
	-o-transition: background-color 140ms linear 0ms;
}

#hashover .hashover-comment .hashover-footer .hashover-buttons a:hover {
	background-color: rgba(196, 196, 255, 0.35);
}

#hashover a.hashover-has-email {
	background-position: center -218px;
}

#hashover a.hashover-no-email {
	background-position: center -245px;
}

#hashover a.hashover-has-email,
#hashover a.hashover-no-email {
	width: 32px ! important;
}

#hashover .hashover-comment .hashover-footer .hashover-buttons a.hashover-like:active {
	background-position: center -191px;
	background-color: #FFDDDB;
}

#hashover .hashover-comment .hashover-footer .hashover-buttons a.hashover-liked:active {
	background-position: center -165px;
	background-color: rgba(196, 196, 255, 0.35);
}

#hashover a.hashover-like {
	background-position: center -165px;
}

#hashover a.hashover-liked {
	background-position: center -191px;
}

#hashover a.hashover-edit {
	background-position: center -137px;
}

#hashover hr {
	border: 0px;
	height: 1px;
	background-color: #808080;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}

#hashover input::-moz-focus-inner {
	border: 0px;
}

#hashover .hashover-comment {
	clear: both;
}

#hashover a, #hashover a:link {
	text-decoration: none;
	color: #0000CC;
	outline: none;
}

#hashover a:visited {
	color: #00268F;
}

#hashover a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #005EFF;
}

#hashover .hashover-balloon {
	overflow: hidden;
	margin-left: 65px;
	padding: 6px 8px 8px 8px;
	background-color: #F7F9FF;
	border: 1px solid #808080 ! important;
	text-align: left;
	height: auto;
	width: auto;
}

#hashover .hashover-comment .hashover-balloon {
	margin-left: 64px;
	padding: 0px;
}

#hashover .hashover-comment.hashover-reply .hashover-balloon {
	margin-left: 49px;
}

#hashover .hashover-comment .hashover-content {
	padding: 0px 10px 0px 10px;
	line-height: 1.4em;
}

#hashover .hashover-comment .hashover-content img {
	max-width: 100%;
	max-height: 640px;
	cursor: pointer;
}

#hashover .hashover-comment.hashover-reply .hashover-content {
	padding: 0px 8px 0px 8px;
}

#hashover .hashover-comment hr {
	background-color: #C1C1C1;
	margin: 0px;
}

#hashover .hashover-comment .hashover-inputs {
	margin: 6px 0px 4px 0px;
}

#hashover .hashover-comment .hashover-inputs > * {
	padding: 0px 2px 0px 2px;
}

#hashover .hashover-comment .hashover-inputs > :first-child {
	padding-left: 5px;
}

#hashover .hashover-comment .hashover-inputs > :nth-last-child(1) {
	padding-right: 5px;
}

#hashover .hashover-comment .hashover-submit {
	margin: 0px;
	border: none;
	margin-top: 0px ! important;
	background-color: rgba(196, 196, 255, 0.15);
}

#hashover .hashover-comment .hashover-submit:hover {
	background-color: rgba(196, 196, 255, 0.25) ! important;
	cursor: pointer;
}

#hashover .hashover-comment .hashover-submit:focus {
	background-color: rgba(196, 196, 255, 0.35) ! important;
}

#hashover .hashover-comment .hashover-submit[disabled] {
	background-color: #E8E8E8 ! important;
}

#hashover .hashover-comment input[type="button"],
#hashover .hashover-comment input.hashover-delete[type="submit"],
#hashover .hashover-comment .hashover-form-buttons a,
#hashover .hashover-comment label {
	display: inline-block;
	border: 1px solid transparent ! important;
	background: transparent ! important;
	padding: 3px 4px 3px 4px ! important;
}

#hashover .hashover-comment label {
	padding: 3px 5px 2px 1px ! important;
}

#hashover .hashover-comment .hashover-form-buttons a {
	padding: 3px 6px 3px 6px ! important;
	color: #222222;
}

#hashover .hashover-comment input[type="button"]:hover,
#hashover .hashover-comment .hashover-form-buttons a:hover,
#hashover .hashover-comment label:hover {
	border-color: #C1C1C1 ! important;
	background-color: #ECEEFF ! important;
	cursor: pointer;
	text-decoration: none;
	color: #222222;
}

#hashover .hashover-comment .hashover-options {
	background-color: rgba(196, 196, 255, 0.15);
	transition: max-height 0.15s linear 0ms;
	-moz-transition: max-height 0.15s linear 0ms;
	-webkit-transition: max-height 0.15s linear 0ms;
	-o-transition: max-height 0.15s linear 0ms;
}

#hashover .hashover-comment .hashover-options.open,
#hashover .hashover-comment .hashover-message.open {
	max-height: 85px;
}

#hashover .hashover-comment .hashover-options.open {
	padding-bottom: 1px;
}

#hashover .hashover-comment .hashover-options,
#hashover .hashover-comment .hashover-message {
	clear: both;
	max-height: 0px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #C1C1C1;
}

#hashover .hashover-comment textarea {
	margin: -1px 0px 0px 0px ! important;
	border-left: none ! important;
	border-right: none ! important;
	border-color: #C1C1C1;
	border-radius: 0px ! important;
	-moz-border-radius: 0px ! important;
	-webkit-border-radius: 0px ! important;
	-o-border-radius: 0px ! important;
}

#hashover .hashover-post-comment,
#hashover .hashover-title,
#hashover .hashover-count,
#hashover .hashover-comment .hashover-name {
	font-size: 14px;
	display: inline-block;
	padding-top: 2px;
}

#hashover .hashover-post-comment {
	margin: 1em 0px 0.5em 0px;
	display: inline-block;
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px dashed rgb(190, 190, 190);
}

#hashover .hashover-comment .hashover-name {
	font-size: 14px;
}

#hashover .hashover-comment.hashover-reply .hashover-name {
	font-size: 14px;
	margin-top: -1px;
}

#hashover .hashover-comment .hashover-name.at {
	color: #00268F;
}

#hashover .hashover-comment .hashover-title {
	display: inline-block;
	clear: right;
}

#hashover .hashover-comment form .hashover-title {
	float: left;
	padding-left: 8px;
}

#hashover .hashover-comment .hashover-form-buttons {
	display: inline-block;
	float: right;
	padding: 0px 5px 0px 0px ! important;
	margin-top: -1px;
	margin-bottom: 6px;
}

#hashover .hashover-comment .hashover-header {
	line-height: normal;
	padding: 4px 10px 10px 10px;
	margin-bottom: 8px;
	overflow: hidden;
}

#hashover .hashover-comment.hashover-reply .hashover-header {
	padding: 8px 8px 6px 8px;
}

#hashover .hashover-thread-link {
	float: right;
}

#hashover .hashover-avatar span,
#hashover .hashover-avatar img,
#hashover .hashover-avatar a {
	display: inline-block;
	width: 45px;
	height: 45px;
	border: 1px solid #808080;
	vertical-align: top;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	color: #808080;
}

#hashover .hashover-comment.hashover-reply .hashover-avatar img,
#hashover .hashover-comment.hashover-reply .hashover-avatar a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}

#hashover .hashover-avatar {
	display: inline-block;
	position: relative;
	float: left;
	padding-right: 18px;
}

#hashover .hashover-avatar:before,
#hashover .hashover-avatar:after {
	content: " ";
	position: absolute;
	display: block;
	top: 14px;
	right: 0px;
	width: 0px;
	height: 0px;
	border-width: 10px;
	border-color: transparent;
	border-style: solid solid outset;
	pointer-events: none;
}

#hashover .hashover-comment.hashover-reply .hashover-avatar:before,
#hashover .hashover-comment.hashover-reply .hashover-avatar:after {
	top: 11px;
	border-width: 8px;
}

#hashover .hashover-avatar:before {
	border-right-color: #808080;
}

#hashover .hashover-avatar:after {
	border-right-color: #F7F9FF;
	margin-right: -1px;
}

#hashover .hashover-comment.hashover-reply .hashover-avatar {
	padding-right: 15px;
	background-position: 41px center;
}

#hashover .hashover-comment pre,
#hashover .hashover-comment code,
#hashover .hashover-comment blockquote,
#hashover .hashover-comment ol,
#hashover .hashover-comment ul {
	vertical-align: top;
}

#hashover .hashover-comment pre,
#hashover .hashover-comment code {
	width: 100%;
	max-height: 200px;
	display: inline-block;
	overflow: auto;
	border: 1px solid #C1C1C1;
	background-color: #F5F5F5;
	white-space: pre;
	padding: 5px;
	margin: 0px;
}

#hashover .hashover-comment blockquote,
#hashover .hashover-comment ol,
#hashover .hashover-comment ul {
	padding-left: 10px;
	margin: 0px 20px 8px 20px;
}

#hashover .hashover-comment blockquote {
	border-left: 3px solid rgba(0, 0, 0, 0.3);
	margin: 8px 20px 4px 20px;
}

#hashover .hashover-comment .hashover-date {
	display: inline-block;
	margin-top: 6px;
}

#hashover .hashover-comment .hashover-date a,
#hashover .hashover-comment .hashover-date a:visited,
#hashover .hashover-comment .hashover-date span {
	color: #606060;
}

#hashover .hashover-comment .hashover-date a:hover,
#hashover .hashover-comment .hashover-date a:active {
	color: #101010;
}

#hashover .hashover-comment .hashover-footer {
	padding: 4px 4px 4px 10px;
	width: auto;
	clear: both;
	overflow: hidden;
	background-color: rgba(196, 196, 255, 0.15);
}

#hashover .hashover-comment.hashover-reply .hashover-footer {
	margin-top: -3px;
}

#hashover label input[type="checkbox"] {
	vertical-align: middle;
	margin-top: 1px;
	margin-bottom: 1px;
}

#hashover .hashover-comment .hashover-form-buttons input.hashover-delete:hover,
#hashover .hashover-comment .hashover-form-buttons input.hashover-delete:focus {
	border: 1px solid #BB0000 ! important;
	background-color: #FF0000 ! important;
	color: #FCFCFC ! important;
	cursor: pointer;

}

#hashover .hashover-comment input.hashover-delete:focus {
	box-shadow: 0px 0px 3px #FF5555 ! important;
	-moz-box-shadow: 0px 0px 3px #FF5555 ! important;
	-webkit-box-shadow: 0px 0px 3px #FF5555 ! important;
	-o-box-shadow: 0px 0px 3px #FF5555 ! important;
}

#hashover .hashover-comment.hashover-first .hashover-title,
#hashover .hashover-comment.hashover-deleted .hashover-title {
	font-size: 16px;
	display: inline-block;
	position: relative;
	top: 12px;
	left: 10px;
	vertical-align: top;
}

#hashover .hashover-comment.hashover-deleted .hashover-title {
	color: #FF0000;
}

#hashover #hashover-end-links {
	margin: 2em 0px 0.5em 0px;
	text-align: center;
}

#hashover .hashover-title#hashover-message {
	display: block;
	margin-bottom: 1.5em;
	padding: 6px;
	text-align: center;
	background-color: rgba(210, 210, 255, 0.5);
	border: 1px solid #AAAAFF;
}

#hashover .hashover-comment .hashover-message {
	margin-top: -1px;
	padding: 0px 10px;
	text-align: center;
	background-color: rgba(210, 210, 255, 0.5);
	transition: all 0.25s linear 0ms;
	-moz-transition: all 0.25s linear 0ms;
	-webkit-transition: all 0.25s linear 0ms;
	-o-transition: all 0.25s linear 0ms;
}

#hashover .hashover-comment .hashover-message.open {
	padding: 10px 8px 11px 8px;
}

/* Handle HDPI */
#hashover.svg form .hashover-inputs input,
#hashover.svg .hashover-comment .hashover-footer .hashover-buttons a {
	background-image: url('https://images.fordaq.com/fordaq/images/hashover/pngs/inputs-and-buttons.svg');
}
