/*
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

/* Architects Daughter */
@font-face {
	font-family:"Architects Daughter";
	font-style:normal;
	font-weight:400;
	src:local("Architects Daughter"), url("../../../assets/fonts/ArchitectsDaughter.woff") format("woff");
}

/* Paste */
#paste_hint {
	position:relative;
}
#paste_hint p {
	position:absolute;
	font-family:"Architects Daughter",cursive;
	font-size:15px;
	font-size:.9375rem;
	color:#838990;
	top:10px;
	right:30px;
	padding:0 36px 20px 0;
	background:url("images/arrow_right.png") bottom right no-repeat;
}
.tl_listing_container {
	margin-top:44px !important;
}

/* Sort */
.selector_container {
	position:relative;
}
.sort_hint {
	position:absolute;
	font-family:"Architects Daughter",cursive;
	font-size:15px;
	font-size:.9375rem;
	color:#838990;
	top:-48px;
	left:300px;
	padding:0 6px 20px 42px;
	background:#fff url("images/arrow_left.png") 6px bottom no-repeat;
}
