body {
	font-family: Arial, Helvetica, 'sans-serif';
	background-color: white;
	margin: 1ex 1em;
}

h1 {
	text-align: left;
	margin: 1ex 0 3ex 0;
	color: #6F0AAB; /* secondary B1 */
	font-size: 130%;
}

h1 span, h2 span {
	width: .6ex;
	height: .6ex;
	background-color: #6F0AAB; /* secondary B1 */
	margin-right: 1em;
	padding: .3ex;
	display: inline-block;
	border: 1px solid #47036F; /* secondary B3 */
}

h2 {
	text-align: left;
	margin: 5ex 0 1ex 0;
	color: #6F0AAB; /* secondary B1 */
	font-size: 100%;
}

a {
	color: #369100; /* primary 3 */
}

.nolink, .nolink a {
	color: black;
	/*text-decoration: none;*/
}

.actionpanel {
	text-align: center;
	margin: 2ex 0;
}

.action, .actionpanel input, .addAction {
	font-weight: bold;
	text-decoration : none;
	background-color: #9CEF6C; /* primary 5 */
	padding: .3ex .3em;
	margin: 0 .2em;
	border: 1px outset #53DF00; /* primary 1 */
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	cursor: pointer;
}

.action:after {
	content: ' »';
}

.delete {
	background-color: #FF8700 !important; /* secondary A1 */
	border-color: #A65800 !important; /* secondary A3 */
}

.btn {
	font-weight: bold;
	font-size:medium;
	text-decoration : none;
	padding: .3ex .3em;
	margin: 0 .2em;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	color: black;
	cursor:pointer;
}

.btn.btn-default{
	background-color: #9CEF6C; /* primary 5 */
	border: 1px outset #53DF00; /* primary 1 */
}

.btn.btn-danger{
	background-color: #FF8700 !important; /* secondary A1 */
	border: 1px outset #A65800; /* secondary A3 */
}

p {
	text-align: justify;
	line-height: 130%;
}

dt {
	font-weight: bold;
}

/* ----------------------------------------------------------- */

#logo {
	background-color: #9CEF6C; /* primary 5 */
	margin: 0;
	border: 1px solid #53DF00; /* primary 1 */
	vertical-align: middle;
}

#logo #logo-inpg a {
	margin-right: 2em;
}

#logo #logo-inpg img {
	border: 0;
}

#logo #logo-collectif a {
	margin-left: 2em;
}

#logo #logo-collectif img {
	border: 0;
}

#logo #logo-text a {
	color: black;
	text-align: center;
	font-variant: small-caps;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	font-size: 90%;
	padding: .3ex .3em;
	margin-top: 1ex;
	background-color: #9CEF6C; /* primary 5 */
}

#footer a {
	color: #369100; /* primary 3 */
}

#footer .identification {
	text-align: right;
	font-style: italic;
}

#footer .contact {
	width: 40%;
	text-align: right;
	margin-left: 60%;
}

#footer .contact code {
	white-space: pre;
}

#footer .legal {
	float: left;
}

/* ----------------------------------------------------------- */

#menuUser {
	background-color: #9CEF6C; /* primary 5 */
	float: right;
	padding: .3ex .3em;
	border: 1px solid #53DF00; /* primary 1 */
	border-top: none;
	font-size: 80%;
	border-radius: 0 0 .5em .5em;
	-moz-border-radius: 0 0 .5em .5em;
	margin-bottom: 1ex;
}

#menuUser .name {
	font-weight: bold;
}

#menuUser .action {
	border: none;
	margin: 0;
}

#menuUser .action:after {
	content: '';
}

/* ----------------------------------------------------------- */

#menuCat {
	clear: both;
	margin: 4ex 0 3ex 0;
	padding: 0;
	list-style-type: none;
}

#menuCat li {
	display: inline;
	margin: 0;
	padding: .5ex 2em;
	background-color: #FFBD73; /* secondary A5 */
	margin: 0 .3em 0 0;
	border: 1px solid #FFBD73; /* secondary A5 */
	border-radius : .5em .5em 0 0;
	-moz-border-radius : .5em .5em 0 0;
}

#menuCat li a {
	text-decoration: none;
	color: #A65800; /* secondary A3 */
}

#menuCat .selected {
	background-color: #FF8700; /* secondary A1 */
}

#menuCat .selected  a {
	color: white;
}

#menuCat .admin {
	margin-left: 3em;
	border-color: #BF7C30; /* secondary A2 */
}

#menuCat .admin + .admin{
	margin-left: 0;
}

/* ----------------------------------------------------------- */

#flash {
	margin: 0 0 2ex 0;
}

#flashError,#flashSuccess {
	background-color: #FF6600; /* secondary A1 */
	margin: .2ex 0;
	padding: .3ex .3em;
}

#flashSuccess {
	background-color: #9CEF6C; /* primary 5 */
}

/* ----------------------------------------------------------- */

#main {
	border: 1px solid #ddd;
	padding: 2ex 2em;
	margin: 2ex 0 2ex 0;
}

.objectList {
	width: 100%;
	border: 1px solid black;
	padding: .3ex;
	margin: 1.5ex 0;
}

.objectList td,.objectList th {
	padding: .5ex .3em;
}

.objectList thead th {
	background-color: #AC66D5; /* secondary B5 */
	color: #47036F; /* secondary B3 */
	padding: .7ex .7em;
	border: 2px solid white;
	cursor: pointer;
	font-weight: bold;
}

.objectList tbody td {
	border-bottom: 1px dotted black;
	text-align: center;
}

.objectList tbody .action {
	text-align: center;
}

.objectList .header {
	background-image: url('../images/sort-none.png');
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.objectList .headerSortUp {
	background-image: url('../images/sort-up.png');
}

.objectList .headerSortDown {
	background-image: url('../images/sort-down.png');
}

.objectDetail {
	border: 1px solid black;
	padding: .5em;
	margin: 1.5ex auto;
	border-radius: .5em;
	-moz-border-radius: .5em;
}

.objectDetail td,.objectDetail th {
	padding: .5ex .3em;
	border-bottom: 1px dotted black;
}

.objectDetail th {
	text-align: right;
	background-color: #AC66D5; /* secondary B5 */
	color: #47036F; /* secondary B3 */
	padding: .7ex .7em;
	border: .5ex solid white;
	border-right: 1em solid white;
}

.inlineDescription {
	text-align: left;
	font-size: 90%;
	font-style: italic;
	z-index: 2;
	position: absolute;
	border: 1px solid gray;
	background-color: white;
	box-shadow: #333 2px 2px;
	padding: .5ex .5em;
	width: 20em;
}

#warningDialog span {
	font-weight: bold;
}

#trainingSessionList tr > td {
	padding-top: 1.5ex;
	padding-bottom: 1.5ex;
}

#trainingSessionList .add {
	font-size: 90%;
}


.add-user-to-session-container {
	margin-top:5px;margin-bottom:5px;text-align:right;
}