/* 
    Document   : custom
    Created on : 12 févr. 2015, 19:30:22
    Author     : Guillaume
    Description: orange #fc9047 / jaune #ffd102 / bleu #00adef / vert #95ba12 / gris #e6e6e6 / gris lignes #d4d4d4 / marron titre #92430a
*/


/* PAGE */
html, body {
	height: 100%;
}
body {
	font: normal 14px Arial, Helvetica, Sans-serif;
	line-height: 1.4;
	color: #707070;
	/*background-color: #fafafa;*/
}
a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #707070;
}
p {
	margin: 0 0 15px;
}
h4 span {
	font-size: 15px;
	font-weight: 700;
}
ul {
	list-style: none;
	padding: 0;
}
ul li {
	margin-bottom: 10px;
}
ul li:last-child {
	margin-bottom: 0;
}
br.clear {
	clear: both;
}
hr {
	margin: 10px 0;
}
.page {
	max-width: 1030px;
	margin: auto;
	padding: 30px 15px 30px;
	background-color: #fff;
}
form {
	margin: 15px 0 30px;
}
input[type=text], input[type=password], input[type=submit], select {
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
}
select {
	padding: 11px 9px;
}
input[type=checkbox] {
	margin: 0 10px 0 10px;
}
input[type=radio] {
	margin: 0 5px 15px 20px;
}
label {
	font-weight: normal;
	vertical-align: middle;
	font-size: 13px;
}
input[type=file] {
	display: inline-block;
}
.input-file {
	text-align: left;
	margin-bottom: 15px;
	padding: 8px;
}
.input-file a {
	text-decoration: underline;
}
.login-error p {
	margin: 0;
	color: #fc9047;
}
.underline {
	 text-decoration: underline;
}

/* HEADER */
header {
	background-color: #ea5b0e;
}
header .container {
	max-width: 1030px;
}
footer {
	background-color: #333;
	color: #fff;
}
footer a {
	color: #fff;
}
.buttons {
	text-align: right;
}
.buttons a, .button, .btn {
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	border-radius: 0;
	line-height: 19px;
}
.button.big {
	font-size: 16px;
	padding: 10px 20px;
}
.button.bigger {
	font-size: 22px;
	padding: 15px 45px;
}
a.reglementation {
	background-color: #00adef;
	color: #fff;
	width: 320px;
	margin-bottom: 5px;
}
a.guide {
	width: 195px;
}
a.logout {
	width: 120px;
	margin-left: 5px;
}
a.green, span.green, .btn.green {
	background-color: #95ba12;
}
a.grey {
	background-color: #e6e6e6;
}
a.orange {
	background-color: #fc9047;
	color: #92430a;
}
a.yellow {
	background-color: #ffd102;
}

/* CORPS DE PAGE */
table {
	width: 100%;
	margin: 20px 0 30px;
}
table th, table td {
	text-align: center;
	padding: 15px;
}
table th {
	background-color: #fc9047;
	color: #92430a;
}
/*table:not(.ui-datepicker-calendar) th:first-child, table:not(.ui-datepicker-calendar) th:last-child {
	width: 25%;
}*/
table.dashboard th:first-child, table.dashboard th:last-child {
	width: 25%;
}
table td {
	border-bottom: solid 1px #d4d4d4;
}

.steps {
	margin: 15px 0 30px;
}
.steps a {
	background-color: #e6e6e6;
	border-right: solid 1px #fff;
	padding: 15px 22.5px;
}
.steps a.active {
	background-color: #fc9047;
	color: #92430a;
}
.steps a:last-child {
	border-right: 0;
}
.steps a h3 {
	display: inline-block;
	margin: 0 22.5px 0 0;
	vertical-align: middle;
	color: #fff;
}

table.disciplines td {
	text-align: left;
	vertical-align: top;
}
table.disciplines th, table.disciplines td {
	width: 33.33%;
}
table.disciplines td {
	/*line-height: 28px;*/
}
table.disciplines td > a, table.disciplines td > span {
	float: right;
}
.box {
	text-align: center;
	margin-bottom: 30px;
}
.box span {
	display: block;
	background-color: #e6e6e6;
	padding: 10px;
}
.box div {
	border: solid 1px #d4d4d4;
	padding: 10px;
}
.box h2 {
	margin: 5px 0 0;
}
.box.green span {
	background-color: #95ba12;
}
.box.green h2 {
	color: #95ba12;
}
.box.orange span {
	background-color: #fc9047;
	color: #92430a;
}
.box.orange h2 {
	color: #fc9047;
}

ul.epreuves li {
	line-height: 28px;
}
ul.epreuves li a, ul.epreuves li span {
	float: right;
	line-height: 1.4;
}

.groupe {
	margin-top: 30px;
	padding-bottom: 10px; 
	border-bottom: solid 1px #d4d4d4;
}
.participants {
	margin-top: 30px;
}
.participants > div {
	margin-bottom: 10px;
}
.groupe .title {
	font-weight: bold;
}
.groupe a, .participants a {
	width: 100%;
}
.groupe .row .row div.col-md-6, .participants .row .row div.col-md-6 {
	padding: 0 5px;
}
.groupe-participant {
	margin-top: 10px;
}
.participant {
	margin-bottom: 15px;
}
.participant:first-child {
	margin-top: 30px;
}
.participant .photo {
	/*background-color: #ddd;*/
	width: 90px;
	height: 120px;
	float: left;
	margin-right: 15px;
}
.participant .photo > img {
	max-width: 100%;
	max-height: 100%;
}
a.file {
	text-decoration: underline;
	font-style: italic;
}
a.dossier {
	padding: 5px 10px;
	font-size: 13px;
	margin-left: 15px;
}

.inscription-menu {
	margin: 15px -15px;
}
.inscription-menu a {
	background-color: #e6e6e6;
	display: inline-block;
	padding: 15px;
	width: 100%;
	text-align: center;
}
.inscription-menu a.active {
	background-color: #fc9047;
	color: #92430a;
}
.inscription-menu div:last-child a, .inscription-menu div:last-child a.active {
	background-color: #95ba12;
	color: #707070;
}

form.multimedia input[type=text] {
	margin-bottom: 5px;
}


#popup-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}
#popup-wrap > div.popup-close, #popup-wrap > a.popup-close {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 101;
	display: block;
	cursor: default;
}
#popup {
	position: relative;
	top: 150px;
	width: 100%;
	max-width: 560px;
	margin: auto;
	padding: 30px 45px;
	text-align: center;
	z-index: 102;
	cursor: default;
	background-color: #fff;
	/*box-shadow: 0 0 10px #000;*/
}
#popup p {
	text-align: left;
}
#popup .button {
	margin: 7.5px 7.5px 0 7.5px;
	
}
#popup-content {
	display: none;
}

.success {
	background-color: #bdedbc;
	color: #045702;
	padding: 15px;
	border-radius: 3px;
}
.error {
	background-color: #ffc9c9;
	color: #ac1818;
	padding: 15px;
	border-radius: 3px;
}
.error p {
	margin: 0px;
}

.ui-datepicker-month, .ui-datepicker-year {
	padding: 0;
}

#participants {
	margin-bottom: 20px;
}
#participants label {
	display: block;
	text-align: left;
}

/* VOLS */
table.vols td {
	padding: 7.5px;
}
td.table-title {
	background-color: #95ba12;
	color: #fff;
	font-weight: bold;
}
.vol-heure select {
	width: 60px;
	margin-left: 5px;
}
.vol-heure label {
	width: calc(100% - 148px);
	font-size: 15px;
}


/* 
    Document   : custom
    Created on : 12 févr. 2015, 19:30:22
    Author     : Guillaume
    Description: orange #fc9047 / jaune #ffd102 / bleu #00adef / vert #95ba12 / gris #e6e6e6 / gris lignes #d4d4d4 / marron titre #92430a
*/