/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../../../css/system.css);


#system .item > header .title {
border-bottom: 3px;
border-bottom-width: 100%;
border-bottom-color: #7B1714;
}

/* Pagination
----------------------------------------------------------------------------------------------------*/

#system .pagination a,
#system .pagination strong { background: #EEE; }

#system .pagination strong,
#system .pagination a:hover {
	border-color: #48b;
	background-color: #48b;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	color: #fff;
}


/* Search Box
----------------------------------------------------------------------------------------------------*/

.searchbox {
	height: 26px;
	border: none;
	color: #000;
	background-color: #FFFFFF;
	background-image: url(../images/searchbox_magnifier.png);
	box-shadow: 0 1px 0 rgba(255,255,255,0.1);
}

.searchbox input {
	height: 26px;
	font-size: 12px;
	color: #000000;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #969696;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #969696;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #969696;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #969696;
}

.searchbox.filled button { background-image: url(../images/searchbox_reset.png); }
.searchbox.loading button { background-image: url(../images/searchbox_loader.gif); }

/* Drop-Down Results */
.searchbox .results {
	top: 39px;
	right: 0;
	border: none;
	color: #FFF;
	background: #7E443C;
	line-height: 20px;
}

.searchbox .results li.results-header,
.searchbox .results li.more-results,
.searchbox .results li.result { border-color: #222; }

.searchbox .results li.result.selected {
	background-color: #222;
	color: #bbb;
}