/*
 * Copyright (c) 2014. CIEP
 * Réalisation JCK Software
 */

/*
 * Général
 */
body {
    background-color: #fbfeff;
    margin-top: 0;
    margin-right: 0
}
.ui-widget.eligibilite{
	font-size: 80%;
}
.bandeau {
    height: 36px;
    border: 1px solid black;
    background-color: white;
    margin-bottom: 20px
}

.bandeau div {
    float: left;
    padding: 4px 10px 8px 12px
}

.bandeau a {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none
}

.actif a, .actif a:visited {
    color: #004597
}

.inactif a, .inactif a:visited {
    color: #bbbbbb
}

/* Pour éviter les liens bleus dans le menu */
a:visited *:not(.ui-menuitem-text) {
    color: blue
}

h1 {
    font-size: 22px;
    color: #004597
}

h2 {
    font-size: 17px;
    color: #2d6ab3;
    text-decoration: underline;
    margin-top: 1.6em
}

#footer {
    font-family: serif;
    font-size: 10pt;
    color: grey;
}

/*
.ui-widget {
    font-size: 12px;
    font-family: sans-serif;
}
*/
.ui-widget, .ui-widget .ui-widget {
    font-size: 90% ;
    font-family: sans-serif;
}
.ui-datatable tbody td.wrap {
    white-space: normal !important;
}

.nowrapper {
    white-space: normal !important;
}
/*
* MENU
*/
div.menuBar > ul > li.ui-menuitem {
    margin-left: 10px;
    margin-right: 10px;
}

/*
* PARTENAIRE
*/

.partenaireTable th:nth-child(1) {
    /* id */
    width: 50px;
}

.partenaireTable th:nth-child(2) {
    /* nom */
    width: 180px;
}

.partenaireTable th:nth-child(3) {
    /* prenom */
    width: 180px;
}

.partenaireTable th:nth-child(4) {
    /* pays */
    width: 180px;
}

.professeurTable {
    width: 98%;
    margin-right: auto;
}

/* Pour les datatables */

.ui-datatable {
    font-size: 80%;
}
.fixed-size > table {
    table-layout: fixed;
    word-wrap: break-word;
}

/* Dossier */

.evalDialog {
    width:650px;
}

.evalC1 {
    width:300px;
}

.ui-spinner-input {
    width:40px;
}
/* retire les * des champs en required = true */
.ui-outputlabel-rfi {
    display: none;
}
.zut{
	min-width : 125px !important;
	max-width : 125px !important;
}
/* Login */
.loginC1 {
    width:150px;
}

.statusUpload{
	font-size: 80%;
}
.counter{
	font-size: 80%;
}
.obligatoire{
	color: red;
}
.requeteC1{
	width : 100px;
}

#langueEdit_items>li.ui-state-disabled,#langueNew_items>li.ui-state-disabled{
	display : none !important;
}