/** Add css rules here for your application. */

/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
#pronoInputDlg {
  width: 450px;
  height: 350px;
}

#inputRencontre {
	font-size: 26;
	font-weight: bolder;
}

#inputDateMatch {
	color: blue;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.nav-selected {
	font-weight: bolder;
	color: blue;
	cursor: default;
}

.nav-selectable {
	cursor: pointer;
}

#tournamentTitle {
	color: blue;
	text-align: center;
}

.connected {
	text-align: center;
	font-weight: bolder;
	color: blue;
}

.disconnected {
	text-align: center;
	font-style: italic;
	color: black;
}

.grid-all-played {
	padding-top: 20px;
}

.numbers-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.numbers-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #00329b;
    font-size: 16px;
    font-family: Metropolis-Bold,sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 0;
    margin-right: 10px;
}

.numbers-type1 {
    border-color: #001367;
    background: #001367;
    cursor: default;
}

.numbers-type2 {
    border-color: #eebb05;
    background: #eebb05;
    cursor: default;
}

.numbers-item_num {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.numbers-bonus {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 50px;
    border: 1px solid #e3f0ff;
    background-color: transparent;
    cursor: default;
}

.numbers-bonus_type {
    font-family: Metropolis-Bold,sans-serif;
    font-weight: 400;
    color: #043487;
}

.numbers-bonus_num {
    font-size: 1.14286em;
    padding-left: 5px;
    font-family: Metropolis-Bold,sans-serif;
    font-weight: 400;
}

.numbers_item_content_special {
    display: inline;
}

.numbers-playable {
	cursor: pointer;
	margin: 2px;
}

.numbers-playable:hover {
    background: #777;
}

.numbers-euro-selected1 {
    background: #aaf;
    font-weight: 800;
}
.numbers-euro-selected2 {
	color: #000;
    background: #ffa;
    font-weight: 800;
}

.grid-action {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: inline-block;
    cursor: pointer;
    padding: 7px 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50px;
    font-family: Metropolis-Bold,sans-serif;
    font-weight: 400;
    color: #fff;
}

.grid-label-group {
	color: #aaa;
	font-style: italic;
}

.grid-label-owner {
	color: #44f;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}

.grid-label-status {
	font-size: 9px;
}

.grid-action:hover {
    color: #000;
    background-color: #ccc;
}

.grid-create {
    border: 1px solid #6a6;
    background-color: #6a6;
}

.grid-update {
    border: 1px solid #66a;
    background-color: #66a;
}

.grid-delete {
    border: 1px solid #a66;
    background-color: #a66;
}

.grid-replay {
    border: 1px solid #6a6;
    background-color: #6a6;
}

.teamlogo {
	text-align: center;
}

.teamname {
	font-size: 20px;
	text-align: center;
}

.editscore {
	font-size: 64px;
	text-align: center;
}

.updscore {
	width: 24px;
	height: 24px;
}

.btnvalidate {
	background-color: #aaf;
}

.btncancel {
	background-color: #faa;
}

.ramoheader {
	width: 80%;
	color: white;
	text-shadow: 2px 2px 2px orange;
	text-align: center;
	font-size: 24px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 250px 180px;
}
