/******************************************************************
*******************************************************************

	Description: Tutorial CSS
	Author: ninetofive.me
	Author URI: http://www.ninetofive.me
	Version: 1.0
	
	Designed & Handcrafted by Zan from ninetofive.me
	
*******************************************************************
******************************************************************/


/******************************************************************
Text Selection Styles
******************************************************************/

/* Safari, Chrome, iPhones, iPads */
::selection {
	background:#4096ee;
	color:#fff;
}

::-moz-selection {
	background:#4096ee;
	color:#fff;
}

::-webkit-selection {
	background:#4096ee;
	color:#fff;
}

/******************************************************************
Main CSS
******************************************************************/

div.ps{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	z-index: 1000;
}

.ps-data{
	width: 100%;
	padding: 0;
	margin: 0;
	max-height: 320px;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
}

body {
	position: relative !important;
}

#main,
#content {
	position: static !important;	
}

.filler{
	width: 60% !important;
	height: 100%;
	position: static;
	z-index: 1500;
}

#search-area{
	top: 650px;	
	position: relative;
}

div.ps.home-pos{
	position: absolute;
	width: 260px;
	top: 34px;
	left: 0;
	z-index: 1000;
}

div.ps.interior-pos {
	position: relative;
	/*width: 190px;*/
	top: 20px;
}

div.ps.interior-pos .ps-posts {
	width: 260px;
	max-height: 320px;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
}

div.ps .ps-posts {
	position: relative;
	background: #fff;
	margin-top: 0px;
	z-index: 1000;
	width: 100%;
	max-height: 320px;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
/*	border-left: 1px solid #D6D4D4;
	border-right: 1px solid #D6D4D4;
	border-bottom: 1px solid #D6D4D4;*/
}

div.ps .ps-post:after {
	content: "";
	display: table;
	clear: both;
}

div.ps .ps-post {
	padding: 10px;
	border-bottom: 1px solid #D6D4D4;
	border-left: 1px solid #D6D4D4;
	border-right: 1px solid #D6D4D4;
	box-sizing: border-box;
	overflow: hidden;
}

div.ps .ps-post:last-child {
	border-bottom: none;
}

div.ps a {
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: none repeat scroll 0% 0% transparent;
}

div.ps .float-left {
	float: left;
}

div.ps img {
	max-width: 100%;
	height: auto;
}

div.ps .ps-search:after,
div.ps .ps-no-results:after {
	content: "";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: absolute;
	bottom: 5px;
	right: 10px;
}

div.ps .ps-no-results {
	font-weight: bold;
	padding: 5px 10px;
}

div.ps .ps-post .group {
	display: block;
	padding: 8px;
	min-height: 60px;
	box-sizing: border-box;
}

div.ps .ps-post .thumbnail {
	margin-right: 10px;
	width: 60px;
	height: 60px;
	float: left;
}

div.ps .ps-post .name {
	display: block;
	font-weight: bold;
	margin-left: 70px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

div.ps .ps-search {
	padding: 5px 10px;
	color: #fff;
	background-color: #808080;
	font-weight: normal;
	cursor: pointer;
	position: relative;
}

div.ps .ps-search a {
	color: #fff;
}

div.ps .ps-title {
	background-color: #808080;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}

div.ps a,
.people-search-form .ps a {
	text-decoration: none;
}

div.ps .ps-post .position {
	color: #333;
	display: block;
	margin-left: 70px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

input#psearch {
	margin-top: 5px;
	margin-bottom: 0px;
	outline: none;
	border: none;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	background: transparent;
}

.field{ 
	margin: 0px 0px 0px 5px;
	padding: 0;
	height: 15px;
	position: relative;
}
 
.pmagnify{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 10px;
	left: 175px;
}

input#psearch:hover,
input#psearch:focus {
	color: #ababab;
}

/******************************************************************
Print Styles
******************************************************************/

@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}

