@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);

body, table td, select {
    font: 12px/1.414 "Open Sans", "DejaVu Sans", Helvetica, Arial, sans-serif !important;
}

pre,
code,
.GKSE20JDNBB,
.downloadLinkCopyLabel,
.fileLine,
.diffText,
.gwt-TextBox,
.gwt-TextArea {
    font: 12px/1.414 Menlo, Consolas, "Bitstream Vera Sans Mono", "Liberation Mono", monospace !important;
}

.GKSE20JDNBB {
    white-space: pre-wrap !important;
}

.projectFilterPanel {
    display: none;
}

.motd {
    margin : 0.5em;
    margin-left : 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    border: 1px solid rgb(251, 238, 213);
    border-radius: 4px;
    background-color: rgb(252, 248, 227);
    display: inline-block;
}

.motd p {
    margin: 0;
}

.motd p+p {
    margin-top: 1em;
}

#table.topmenu {
#    width: inherit;
#}

#td.topmenuTDglue {
#    width: 2em;
#}

.searchPanel .gwt-TextBox {
    width: 30em;
    #min-width: 10em;
}

.GKSE20JDA2 button,
.GKSE20JDBQ button,
div[class^="com-google-gerrit-client-change-"] button,
#change_actions button {
    border-radius: 3px;
}

#gerrit_btmmenu {
    margin-top: 1em;
}

/* Login form */

form#login_form div#logo_oauth {
  width: 48px;
  height: 48px;
  background-size: 48px;
}
form#login_form div#logo_openid {
  width: 100px;
  height: 40px;
  background-size: 100px 40px;
}

form#login_form div#providers div[id$="-oauth"], div[id^="provider_"] {
  font-size: 1.2rem;
  line-height: 2.0;
  margin-left: 1em;
}

form#login_form div[id^="provider_"] img {
  visibility: hidden;
  width: 0;
}

/* Begin openid-selector */

/*
	Simple OpenID Plugin
	http://code.google.com/p/openid-selector/
	
	This code is licensed under the New BSD License.
*/

#openid_form {
	width: 580px;
}

#openid_form legend {
	font-weight: bold;
}

#openid_choice {
	display: none;
}

#openid_input_area {
	clear: both;
	padding: 10px;
}

#openid_btns, #openid_btns br {
	clear: both;
}

#openid_highlight {
	padding: 3px;
	background-color: #FFFCC9;
	float: left;
}

.openid_large_btn {
	width: 100px;
	height: 60px;
/* fix for IE 6 only: http://en.wikipedia.org/wiki/CSS_filter#Underscore_hack */
	_width: 102px;
	_height: 62px;

	border: 1px solid #DDD;
	margin: 3px;
	float: left;
}

.openid_small_btn {
	width: 24px;
	height: 24px;
/* fix for IE 6 only: http://en.wikipedia.org/wiki/CSS_filter#Underscore_hack */
	_width: 26px;
	_height: 26px;

	border: 1px solid #DDD;
	margin: 3px;
	float: left;
}

a.openid_large_btn:focus {
	outline: none;
}

a.openid_large_btn:focus {
	-moz-outline-style: none;
}

.openid_selected {
	border: 4px solid #DDD;
}

/* End openid-selector */

input#id {
    width: 30em;
}

/* Hide "Assignee" button introduced with Gerrit 2.14, it is frequently mistaken for "Reviewers". */
.com-google-gerrit-client-change-Assignee_BinderImpl_GenCss_style-editAssignee {
    display: none;
}
