/******************************************************************/
/* Liferay Styles for hosted mode                                 */
/******************************************************************/

html {
	font-size: 14px;
}

.sc-hosted-mode {
	line-height: normal;
    font-family: "Open Sans",open-sans,Arial,Helvetica,Verdana,sans-serif;
    font-size: 16px;
    width:997px; 
	margin: 0 auto;
	border: 1px solid #999999;
}

.sc-hosted-mode a {
	color: #70a8ed;
	text-decoration: none;
}

.sc-hosted-mode a:hover, 
.sc-hosted-mode a:focus {
	color: #70a8ed;
	text-decoration: none;
}

.sc-hosted-mode table {
	max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.sc-hosted-mode img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/******************************************************************/
/* General                                                        */
/******************************************************************/


/** Get rid of webkit highlighting */
:focus {
	outline: none;
}

#searchUniqueID {
    position: relative;
}

.sc-waiting {
	cursor: wait;
}

.scorio-portlet-content .portlet-title {
	display: none;
}

div.sc-search-result {
	position: relative;
	float: left;
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	margin-top: 25px;
}

.aui a {
	color: #70a8ed;
	text-decoration: none;
}

.aui a:hover, 
.aui a:focus {
	color: white;
	background-color: #70a8ed;
}

div.sc-search-result li {
 	list-style: none outside none;
}

div.sc-search-result li {
 	list-style: none;
 	padding-top: 20px;
}
 
button.sc-search-button {
 	background: transparent url(images/search.png) no-repeat;
	height: 25px;
	width: 25px;
	border: none;
	cursor: pointer;
	margin-left: 15px;
	background-size: 25px;
	vertical-align: middle;
	opacity: 0.7;
    transition: opacity .4s ease;	
	
}
 
button.sc-search-button:hover {
	opacity: 1;
}
   
.ie button.sc-search-button {
    height: 25px;
}
 
input.gwt-TextBox {
 	width: 85%;
}

#searchUniqueID li.browse-tabs {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
}

div.sc-user {
	padding-top: 4px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 0.8rem;
}

div.sc-title {
	font-size: medium;
	margin-bottom: 5px;
	font-weight: bold;
}

div.sc-title a:visited {
	color: slategray;
}

.sc-mobile div.sc-title {
	font-size: 17px;
}

div.sc-sub {
	font-size: 0.8rem;
}

div.sc-user.sc-last {
	border: none;
}

.none {
	display: none;
}

.sc-message {
	margin-top: 10px;
}
  
.sc-error {
	margin: 100px;  
}
  
/****************************************************************************/
/** Search panel                                                            */
/****************************************************************************/
  
.sc-search-head-panel {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	flex-direction: column;
	position: relative; 
	max-width: 700px;
	margin: 0 auto;
}

.ie .sc-search-head-panel {
	height: 99px;
}

.sc-search-search-panel {
	margin: 30px auto 60px auto;
	width: 400px;
}
 
/****************************************************************************/
/** Browse panel                                                            */
/****************************************************************************/
.sc-search-browse-panel {
	position: relative;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	border-bottom: 1px solid #ccc;
}
  
.sc-search-browse-panel-tab {
	position: relative;
	padding: 5px 10px;
	min-width: 100px;
	text-align: center;
	color: #70a8ed;
	text-transform: uppercase;
	cursor: pointer;
  	-webkit-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
}

body.signed-out .sc-search-browse-panel-tab:nth-child(4) {
	/* Hide "Published by me" tab when not signed in */
	display: none;
}

.sc-search-browse-panel-tab.sc-current,
div.sc-search-browse-panel-tab:hover {
	background-color: #70a8ed;
	color: #ffffff;
	cursor: pointer;
}

.sc-search-browse-panel-tab.sc-disabled,
div.sc-search-browse-panel-tab.sc-disabled:hover,
div.sc-search-browse-panel-tab.sc-disabled:active {
	color: #ccc;
	background-color: #fff;
	cursor: default;
}

/****************************************************************************/
/** Alphabet and content type filter                                        */
/****************************************************************************/

.sc-search-subnavigation {
 	position: relative;
 	clear: both;
	margin: 0 auto;
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	max-width: 700px;
}

.sc-search-subnavigation:nth-child(3) {	
	width: 300px;
}
 
.sc-search-filter, .sc-search-letter {
	padding: 5px 4px;
	text-align: center;
	cursor: pointer;
	color: #70a8ed;
}

.sc-mobile .sc-search-filter {
	padding: 10px;
}

.sc-mobile .sc-search-letter {
	padding: 6px;
}

.sc-search-filter.sc-current,
.sc-search-letter.sc-current,
div.sc-search-filter:hover,
div.sc-search-letter:hover {
	background: #70a8ed;
	color: #ffffff;
}

.sc-search-filter.sc-disabled,
div.sc-search-filter.sc-disabled:hover,
div.sc-search-filter.sc-disabled:active,
.sc-search-letter.sc-disabled,
div.sc-search-letter.sc-disabled:hover,
div.sc-search-letter.sc-disabled:active {
	background-color: #ffffff;
	cursor: default;
	color: #ccc;
}

/******************************************************************/
/* Page navigation                                                */
/******************************************************************/

div.sc-search-page-navigation {
	display: flex;
	margin: 10px auto 10px;
	padding: 10px;
	text-align: center;
	width: 500px;
	clear: both;
}

div.sc-search-page-navigation div.sc-page,
div.sc-search-page-navigation div.sc-page-previous,
div.sc-search-page-navigation div.sc-page-next {
	padding: 10px;
	color: #70a8ed;
	cursor: pointer;
	
}

div.sc-search-page-navigation div.sc-page.sc-current {
	color: #fff;
	background-color: #70a8ed;
}

/******************************************************************/
/* Multitouch rules                                               */
/******************************************************************/

/** TODO Im Notator ist multitouch nicht gesetzt */
body #navigator {
	color: #000;
	background-color: #fff;
	background-image: none;
}

.sc-mobile .sc-search-head-panel {
	width: 100%;
}

.sc-mobile .sc-msearch-box {
	height: 44px;
	padding-left: 5px;
	padding-right: 5px;
	background: none;
	border: 1px solid #ccc;
}

.sc-mobile .sc-msearch-box > div {
	background-size: 10px;
	height: 24px;
	top: 10px;
}

.sc-mobile .sc-msearch-box > div > div {
	background-size: 20px;
	top: 3px;
}

.sc-mobile .sc-msearch-box .gwt-TextBox {
	font-size: 13px;
	left: 25px;
	color: black;
}

.sc-mobile .sc-search-button {
	display: none;
}

.sc-mobile .sc-search-browse-panel-tab {
/*	width: 20%;*/
}

.sc-search-browse-panel-tab:nth-child(1) {
	/* Hide search result tab */
    display: none;    
}

.sc-mobile div.sc-title {
	font-size: 17px;
	font-weight: normal;
}

.sc-mobile div.sc-user {
	font-size: 12px;
}

.sc-mobile .sc-error {
	font-size: 17px;
}