/**
 * Posts in Sidebar CSS for admin UI
 * @since 2.0
 */

/* Structure of the elements */
.clear {
	clear: both;
}
.pis-section {
	clear: both;
	margin: 1em 0;
}
.pis-section:after {
	content: "";
	display: table;
	clear: both;
}
.pis-section:last-child {
	margin-bottom: 0;
}
.widget-content > .pis-section:last-child {
	margin-bottom: 1em;
}
.pis-container {
	display: none;
	overflow: hidden;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px;
	margin: 0;
}
.pis-column-container {
	clear: both;
	overflow: hidden;
}
.pis-column {
	float: left;
	width: 31%;
	margin: 0 2% 1em 0;
}
.pis-column:last-child {
	margin-right: 0;
}
.pis-2col .pis-column {
	width: 48%;
}

/* Typography */
.pis-widget-title {
	clear: both;
	padding:12px;
	border:1px solid #ddd;
	background-color:#fafafa;
	font-size:1em;
	cursor: pointer;
	margin: 0;
}
.pis-widget-title:hover {
	border-color:#9d9d9d;
}
.pis-title-center {
	text-align: center;
}
.pis-boxed {
	border-width: 1px;
	border-style: solid;
	padding: 1em;
}
.pis-boxed-green {
	border-color: rgba(76, 175, 80, 0.5);
}
.pis-boxed-blue {
	border-color: rgba(33, 150, 243, 0.5);
}
.pis-boxed-red {
	border-color: rgba(233, 30, 99, 0.5);
}
.pis-section select {
	width: 99%;
}
.pis-column.centered {
	float: none;
	margin: 0px auto 13px;
}
.pis-section ::-webkit-input-placeholder {
	color: #ccc;
}
.pis-section :-moz-placeholder {  /* Firefox 18- */
	color: #ccc;
}
.pis-section ::-moz-placeholder { /* Firefox 19+ */
	color: #ccc;
}
.pis-section :-ms-input-placeholder {
	color: #ccc;
}
.pis-section h5 {
	font-size: 1em;
}
.pis-container p:last-child {
	margin-bottom: 0;
}
.pis-container h5 {
	margin-top: 1em;
}
.pis-boxed h5 {
	margin-top: 0;
}
.pis-section h6 {
	font-size: 1em;
}
