@charset "utf-8";

:root {
    --violet-sc: #D264EB/*D264EB*/;
    --violet-survol-sc: #9641d7 /* violet01 B244CB/*d54e21*/;
    --violet-sc02: #5a1ebe;
    --violet-clair-sc: #FBF0FD/*F6E0FB/*#D264EB*/;
    --bleu-ccsd: #00005C;

    --article: #1271e6;
    --article-courant: #d54e21;
    --blanc : #ffffff;
    --erreur: #F00;
    --etat-vert: #093;
    --form-link: #21759b;
    --gris: #dee0db;
    --gris-clair: #CCC;
    --gris-clair-moyen: #eeeeee;
    --gris-fonce: #666;
    --gris-moyen: #767676;
    --gris-tres-clair: #f9f9f9f9;
    --important: #cc0000;
    --important-hover: #ffedf0;
    --liste: #369;
    --liste-impair: #FCFCFC;
    --map: #009900;
    --mois: #8f0f0f;
    --noir: #000;
    --note: #deffe0;
    --tab-hover: #fef4cd;
    --tpl-link: #fcefa1;

    --blanc-f1: #f1f1f1;
    --blanc-f5: #f5f5f5;
    --blanc-f7: #f7f7f7;
    --gris-71: #717375;
    --gris-8: #888;
    --gris-9: #999999;
    --gris-a: #aaa;
    --gris-d: #ddd;
    --gris-d9: #d9d9d9;
    --gris-db: #DBDBDB;
    --gris-e4 : #e4e4e4;
    --gris-e5: #e5e4e4;
    --gris-ef: #efefef;
    --gris-f8: #f8f8f8;
    --gris-f9: #f9f9f9;
    --gris-fa: #fafafa;
    --gris-fd: #fdfdfd;
    --noir-3: #333333;
    --noir-5: #555555;
    --noir-15: #151515;
    --noir-18: #180303;
}

/* General */
a { color: var(--gris-fonce) /*#666*/; }
.fleche { font-family: Arial, Verdana, Helvetica, sans-serif; font-size:8px;  }
.titre, .stitre { margin-top:0;padding-top:0;padding-bottom:5px;font-size:15px; font-weight:bold ;border-bottom:1px dotted var(--gris-clair) /*#CCC*/; text-align:left;margin-bottom:10px;}
.stitre { font-size:13px; }
.ui-widget-overlay {opacity: 0.8;}
.ui-dialog .ui-dialog-buttonpane {border-color: var(--gris-clair) /*#ccc*/;}
.ui-autocomplete {max-height:300px;overflow:auto;}
#alert,#popup_dialog {background: url(../img/portal/dialog.bg.png) no-repeat right bottom;display: none;margin-top: 20px;}
#alert {font-size: 13px;}
.p-info {border-left: 5px solid var(--gris-clair-moyen) /*#eeeeee*/; padding:5px 10px;font-style: italic; margin-bottom: 10px; }
.p-important {border-left: 5px solid var(--gris-clair-moyen) /*#eeeeee*/; padding:5px 10px;font-style: italic; color: var(--important) /*#cc0000*/; margin-bottom: 10px; }
#profiler {width: 980px;margin: 10px auto;background: var(--blanc) /*#ffffff*/;}
.closed,.msgbox {background: var(--blanc) /*#fefefe*/;border: 1px solid var(--gris-clair-moyen) /*#eeeeee*/;box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); padding: 20px; width: 400px;margin: 50px auto;text-align: center; }
.closed .titre {text-align: center; border: 0; margin-bottom:0; margin-top:10px;}
.closed-msg {font-size: 18px; font-weight: bold;}
.closed-msg .i {font-size: smaller; font-weight:normal;}
.img-border {box-shadow: 3px 3px 4px var(--gris-clair) /*#ccc*/;}
hr {height: 1px; border:0; background-color: var(--gris-clair) /*#CCC*/;}
.i, .empty-list {font-style: italic;}
.b {font-weight: bold;}
.important {font-size: 13px;}
.normal {font-size: 11px;}
.divhover:hover, #div_login  {box-shadow: 0 0 2px var(--gris-clair) /*#cccccc*/;background: var(--gris-f8) /*#f8f8f8*/;}
.divhover:hover i.icon{opacity:1;}
.divhover:hover table.tableau tbody tr:nth-child(2n+1) { background: var(--gris-f8) /*#f8f8f8*/;}
.divhover:hover table.tableau tbody tr:nth-child(2n) {background: var(--blanc-f5) /*#f5f5f5*/;}
.divhover:hover table.tableau tbody tr:hover {background-color: var(--violet-clair-sc)/*#fef4cd*/;}
#fLogin dl {margin: 0; padding: 0;}
#fLogin dt {text-align: right;}
#fLogin dt{display: none;}
#fLogin dd {float: left ;margin: 0;}
#fLogin dd input {margin: 0 4px;}
#fLogin input {color: var(--gris-moyen) /*#767676*/;font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: normal;}
.online_users   { margin-left: 10px; padding: 5px 10px;}
.overflow {overflow:auto;}
.clear {clear:both;}
#div_login {margin:50px auto; width:500px; background-color:var(--blanc) /*#ffffff*/;text-align:center;}
#formLogin dl dt {text-align:left;font-weight:bold;}
#formLogin dl dd {margin-left: 0; margin-bottom: 10px;}

/* Icons */
img.flag_fr { background: url(../img/common/flag_fr.png) no-repeat 0 0;}
img.flag_fr_selected,img.flag_fr:hover {background: url(../img/common/flag_fr.png) 0 -11px no-repeat;}
img.flag_en { background: url(../img/common/flag_en.png) no-repeat 0 0;}
img.flag_en_selected,img.flag_en:hover {background: url(../img/common/flag_en.png) 0 -11px no-repeat;}
img.flag_es { background: url(../img/common/flag_es.png) no-repeat 0 0;}
img.flag_es_selected,img.flag_es:hover {background: url(../img/common/flag_es.png) 0 -11px no-repeat;}
img.flag_pt { background: url(../img/common/flag_pt.png) no-repeat 0 0;}
img.flag_pt_selected,img.flag_pt:hover {background: url(../img/common/flag_pt.png) 0 -11px no-repeat;}

i.icon {background-repeat: no-repeat; background-position: 0 0; width: 14px; height:14px; display: inline-block; line-height: 14px; margin-top: 1px; vertical-align: text-top; opacity:0.5;}
i.icon:hover, i.icon-active {opacity:1;}
i.icon-add {background-image: url(../img/icon/add.png);}
i.icon-del {background-image: url(../img/icon/del.png);}
i.icon-disconnect {background-image: url(../img/icon/disconnect.png);}
i.icon-user {background-image: url(../img/icon/user.png);}
i.icon-users {background-image: url(../img/icon/users.png);}
i.icon-warning {background-image: url(../img/icon/warning.png);}
i.icon-mod_submission, i.icon-comsci {background-image: url(../img/icon/comsci.png);}
i.icon-register, i.icon-mod_registration, i.icon-confregister {background-image: url(../img/icon/register.png);}
i.icon-participant {background-image: url(../img/icon/participant.png);}
i.icon-website {background-image: url(../img/icon/website.png);}
i.icon-labo {background-image: url(../img/icon/labo.png);}
i.icon-ok {background-image: url(../img/icon/ok.png);}
i.icon-payment, i.icon-mod_payment, i.icon-confpayment {background-image: url(../img/icon/payment.png);}
i.icon-paid {background-image: url(../img/icon/paid.png);}
i.icon-valid {background-image: url(../img/icon/valid.png);}
i.icon-mail, i.icon-mailing {background-image: url(../img/icon/mail.png);}
i.icon-remove, i.icon-delete, i.icon-drop {background-image: url(../img/icon/remove.png);}
i.icon-edit {background-image: url(../img/icon/edit.png);}
i.icon-pageedit, i.icon-mod_reviewing, i.icon-review {background-image: url(../img/icon/pageedit.png);}
i.icon-admin, i.icon-adminconf {background-image: url(../img/icon/admin.png);}
i.icon-info {background-image: url(../img/icon/info.png);}
i.icon-move, i.icon-move:hover {background-image: url(../img/icon/move.png); cursor: move;}
i.icon-open {background-image: url(../img/icon/open.png);}
i.icon-dir, i.icon-mod_hal, i.icon-export {background-image: url(../img/icon/dir.png);}
i.icon-subdir {background-image: url(../img/icon/subdir.png);}
i.icon-file, i.icon-member {background-image: url(../img/icon/file.png);}
i.icon-files, i.icon-mod_proceeding, i.icon-proceed {background-image: url(../img/icon/files.png);}
i.icon-replace {background-image: url(../img/icon/replace.png);}
i.icon-share {background-image: url(../img/icon/share.png);}
i.icon-calendar, i.icon-mod_program, i.icon-program {background-image: url(../img/icon/calendar.png);}
i.icon-print {background-image: url(../img/icon/print.png);}
i.icon-clock {background-image: url(../img/icon/clock.png);}
i.icon-next {background-image: url(../img/icon/next.png);}
i.icon-empty {background: none;}

/* Form */
.formcontent {padding: 20px; border: 1px solid var(--gris-clair) /*#CCC*/; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom: 20px;}
.formcontent .formcontent {padding: 0; border: 0;margin-bottom: 0;}
.formcontent .elem .entete, .formcontent .entete {font-size: 14px;font-weight: bold;padding-bottom: 3px;border-bottom: 2px solid var(--gris-fonce) /*#666*/; text-decoration: none;}
.formcontent .elem .entete a, .formcontent .entete a {font-size: 11px; margin-left: 15px;}
.formcontent .elem .entete a, .formcontent .entete a, .formcontent a.link { text-decoration: none; color: var(--form-link) /*#21759b*/; font-weight: bold;}
.formcontent .elem .entete a:hover, .formcontent .entete a:hover, .formcontent a.link:hover {color: var(--violet-survol-sc)/*#d54e21*/;}
.formcontent .elem { padding-bottom: 15px;}
.formcontent .elem p {margin:0; padding: 0;}
.formcontent .elem .titre {font-weight: bold;font-size: 12px; border: none;}
.formcontent .elem .description {font-style: italic;}
.formcontent input[type=text],.formcontent input[type=file],.formcontent input[type=password],.formcontent textarea,.formcontent select{width: 100%;}
.formcontent .elem_end {margin-top: 20px;text-align: center;}
.formcontent .no-padding {padding-bottom: 0;}
.formcontent ul.errors {margin:0; padding-left:0; list-style: none;}
.formcontent ul.errors li {color: var(--erreur) /*red*/;font-style: italic;}
.option-i {font-style: italic;}

.div-desc-lang {position:relative;height: 0;}
.span-desc-lang {position: absolute;top: 3px;left: 3px;}
.img-lang-selected {background-position: 0 -11px;}
.input-lang {text-indent: 20px;}
.formcontent .elem_end input[type=submit], .btn, #formLogin input[type=submit] { 
	font-size: 16px;
    display:inline-block; 
	color: var(--noir-3) /*#333333*/;
	cursor: pointer; 
	line-height: 20px; 
	margin-bottom: 0; 
	padding: 4px 14px; 
	text-align: center; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); 
	vertical-align: middle;}
.formcontent .elem_end input[type=submit][disabled], .formcontent .elem_end input[type=button][disabled] {cursor: auto;}




/* Table */
.tableau {font-size: 12px;}
.tableau thead th, .tableau thead td {line-height: 22px;font-weight: bold; text-transform: uppercase; }

.tableau thead th, .tableau thead td, .gray {
	background-color: var(--gris-f8) /*#f8f8f8*/;
	background-color: -moz-linear-gradient(top,  #f8f8f8 0%, #f0f0f0 100%);
	background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#f0f0f0));
	background-color: -webkit-linear-gradient(top,  #f8f8f8 0%,#f0f0f0 100%);
	background-color: -o-linear-gradient(top,  #f8f8f8 0%,#f0f0f0 100%);
	background-color: -ms-linear-gradient(top,  #f8f8f8 0%,#f0f0f0 100%);
	background-color: linear-gradient(to bottom,  #f8f8f8 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f0f0f0',GradientType=0 );
}
.tableau #header-headerrow-TEXT_ROLE-label { text-align: left;}
.tableau #header-headerrow-TEXT_VALID-label { text-align: left;}
.tableau #header-headerrow-TEXT_DATE-label { text-align: left;}

.tableau td, #listPages ol li {font-weight: normal;border-bottom: 1px solid var(--gris) /*#dee0db*/;}
.tableau tr.title td{font-weight: bold;}
.tableau td div.session {height: 100px; overflow:auto;}
.tableau tbody tr:nth-child(odd), .tableau tbody tr.nohover:hover:nth-child(odd), .tableau tbody tr.nohover:nth-child(odd) table tbody tr {background-color: var(--blanc) /*#ffffff*/;}
.tableau tbody tr:nth-child(even),#listPages > ol > li:nth-child(2n), .tableau tbody tr.nohover:nth-child(even), .tableau tbody tr.nohover:hover:nth-child(even) table tbody tr  {background-color: var(--gris-tres-clair) /*#f9f9f9*/;}
.tableau tbody tr:hover, .tableau tbody tr:hover tr, #listPages ol li:hover {background-color: var(--tab-hover) /*#fef4cd*/;}
.tableau .lab-actions {display: none;}
.tableau tbody tr:hover .lab-actions {display: inline;}
.tableau td ul {margin:0; padding:0; list-style: none;}
.tableau td ul li {margin-bottom:3px;}
.group { box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); background-color: var(--gris-ef) /*#efefef*/;padding: 5px 10px;border: 1px solid var(--gris) /*#dee0db*/;margin-right: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;color: var(--noir-5) /*#555555*/;}
.group a{text-decoration: none;}
.groupactif {background-color: var(--tab-hover) /*#fef4cd*/;}
span.group {line-height:30px;}
div.group {float:left; margin-bottom:5px;}
.note {background-color: var(--note) /*#deffe0*/;}

.rotate {
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
    -ms-transform: rotate(-90.0deg);  /* IE9+ */
    -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg);  /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg);  /* Standard */
}

/* Menu */
#listPages ol {list-style-type : none; }
#listPages > ol {padding : 0;margin : 0;}
#listPages ol li {padding : 7px 0;}
#listPages > ol > li {padding : 7px 4px;  }
#listPages > ol > li ol li, #listPages > ol > li ol li:hover {background-color : transparent;}
.tr_roles {display : none;}

/* Dépôt */
div.steps {margin: 0 auto 10px ;}
span.step_number {background: var(--gris-fonce) /*#666666*/;padding: 5px 10px;font-size: 20px;color: var(--blanc) /*#ffffff*/;}
span.step_number_current {background: var(--important) /*#CC0000*/;}
span.step_text {color: var(--gris-fonce) /*#666666*/;padding: 0 30px 0 10px;}
span.step_text_current {color: var(--important) /*#CC0000*/;}

/* Actu */
.news {border: 1px solid var(--gris-clair) /*#cccccc*/;padding: 10px;margin: 10px;}
.news .news-date {padding: 3px 10px;font-size: 14px;color: var(--blanc) /*#ffffff*/;width: 90px;margin: -5px 0 0 -20px;box-shadow: 0 0 2px var(--gris-clair) /*#cccccc*/;text-align:center;}
.news .news-title {font-size: 12px;padding: 5px; text-decoration: underline;}

/* Article */
.cal {border:0; position: relative; background-color: var(--gris-f8) /*#f8f8f8*/; margin-bottom: 0;padding: 20px; text-align:left;}
.calendar {font-family:"trebuchet ms","DejaVu Serif",serif; width: 40px; height: 45px; font-size: 0.8em; background: var(--gris-e5) /*#e5e4e4*/; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow: 0 0 5px var(--gris-9) /*#999999*/; -moz-box-shadow: 0 0 5px var(--gris-9) /*#999999*/; -webkit-box-shadow: 0 0 5px var(--gris-9) /*#999999*/;}
.calendar > span { display: block; }
.calendar > .month { text-align: center; padding: 2px 0; font-size: 8px; }
.calendar > .day { text-align: center; font-weight: bold; font-size: 2.3em; color: var(--noir-18) /*#180303*/; }
.calendar > .month { background: var(--mois) /*#8f0f0f*/; color: var(--blanc) /*#fff*/; font-weight: bold; text-shadow: 0 1px var(--noir) /*#000*/; background: -webkit-gradient(linear, left top, left bottom, from(#eb8080), to(#8f0f0f));background: -moz-linear-gradient(top, #eb8080, #8f0f0f);}
.calendar > .day {  background: var(--gris-e5) /*#e5e4e4*/; }
.calendar > .month { -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px;-webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px;border-top-left-radius: 5px; border-top-right-radius: 5px;}
.calendar > .day {text-shadow: 0 1px var(--blanc) /*#fff*/; -webkit-border-bottom-left-radius:  5px; -moz-border-radius-bottomleft:      5px;-webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright:     5px;}
.cal .time {font-size: 12px; font-weight: bold; }
.cal .info { left:75px; top: 20px;position: absolute;}
.cal .title {font-size: 16px; font-weight: bold;}
.cal .room {position: absolute; right:7px; font-style: italic;}

#article .padding_20 {
    padding: 20px;
}

#article .espacement {
    margin-bottom: 10px;
}

#article .cartouche {
    padding: 7px;
    background-color: var(--gris-f8) /*#f8f8f8*/;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: var(--gris-d9) /*#d9d9d9*/;
    font-weight: bold;
}

#article .cartouche_in {
    padding: 0 10px 10px 10px;
}

#article {
    font-family: "Times New Roman", sans-serif;
    color: var(--noir-15) /*#151515*/;
    font-size: 12px;
}

#article .docid {
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    font-weight: bold;
    color: var(--article) /*#1271e6*/;
    background-color: var(--gris-f8) /*#f8f8f8*/;
    padding: 10px;
}

#article .title {
    text-align: left;
    font-size: 26px;
    padding: 15px 10px 0;
}

#article .authors {
    font-size: 14px;
    padding: 5px 10px;
}

#article .authors .indice {
    font-size: 10px;
    font-weight: bold;
    vertical-align: top;
}
#article .authors .indice a {
    text-decoration: none;
}

#article .laboratories {
    font-size: 12px;
    padding: 0 5px 0 10px;
}

#article .laboratories .laboratory .position {
    font-weight: bold;
}

#article .laboratories .laboratory .name {
    margin-left: 2px;
}

#article .laboratories .laboratory .affiliations {
    margin-left: 20px;
    font-style: italic;
}

#article .laboratories .laboratory .contact {
    margin-left: 20px;
    font-style: italic;
}

#article .laboratories .laboratory .link {
    font-style: italic;
}

#article ul.fileTypes {
    clear: both;
    height: 31px;
    margin: 0;
    padding: 0;
}

#article ul.fileTypes li {
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    background: var(--gris-f8) /*#f8f8f8*/;
    padding-right: 10px;
    float: left;
    width: 125px;
    list-style-type: none;
    text-align: center;
    border-top: 0 solid var(--gris-db) /*#DBDBDB*/;
    background-image: url(../img/conference/screeshot_ombre.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

#article ul.fileTypes li>div {
    width: 120px;
    padding: 9px 0 7px 0;
    height: 15px;
}

#article ul.fileTypes li.current>div {
    background: var(--gris-d9) /*#d9d9d9*/;
    font-weight: bold;
}

#article .filesDetail {
    border: 1px solid var(--gris-d9) /*#d9d9d9*/;
    padding-top: 0;
    height: 400px;
}

#article .fcontent .content {
    background: var(--gris-f8) /*#f8f8f8*/;
    text-align: center;
}

#article .fcontent .content,#article .file_content .list {
    height: 100%;
}

#article .fcontent .list .el {
    width: 100%;
    padding: 10px 0 10px 10px;
    border-bottom: 1px dotted var(--gris-9) /*#999999*/;
}

#article .fcontent .list .current {
    color: var(--article-courant) /*#d54e21*/;
}

#article .abstract {
    text-align: justify;
    padding-left: 10px;
}

#article .mainFile {
    padding-left: 15px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

#article .left_ombre {
    float: left top;
}

#article .ombre {
    background-image: url(../img/conference/screeshot_ombre.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

#article .mainFile img {
    border: 1px solid var(--gris-db) /*#dbdbdb*/;
}

#article .cartouche_in td {
    border-bottom: 1px dotted var(--gris-d9) /*#d9d9d9*/;
}

#article .cartouche_in .metaValue,#article .cartouche_in .fileDesc,#article .cartouche_in .metaValue
    {
    width: 75%;
}

#article .metadatas_detail .metaValue {
    font-weight: bold;
}

#article .files_detail tr.main {
    background: var(--gris-f8) /*#F8F8F8*/;
}

/* Etat des paiements */

/* Etat des papiers */
.etat *, div.amount * {margin: 0; padding: 0;}
.etat, div.amount {font-family: Arial, Helvetica, sans-serif; font-size: 11px; width: 55px; height: 55px;  padding: 1px; text-align: center; margin: 10px;}
.etat p, div.amount p {display: table-cell;vertical-align: middle;height: 55px;width: 55px;border-width: 1px; border-style: solid; border-color: var(--gris-d) /*#dddddd*/;box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);}
div.amount,  div.amount p {height: 30px;}
.etat p.etat_0 {color: var(--noir-3) /*#333*/;background-color: var(--blanc-f5) /*#f5f5f5*/;border-color:var(--blanc-f5) /*#f5f5f5*/;}
.etat p.etat_1 {color: var(--etat-vert) /*#093*/;background-color: var(--note) /*#deffe0*/;border-color: var(--note) /*#deffe0*/;font-weight: bold;}
.etat p.etat_2 {color: var(--noir-3) /*#333*/;background-color: var(--blanc-f5) /*#f5f5f5*/;border-color: var(--blanc-f5) /*#f5f5f5*/;}
.etat p.etat_3 {color: var(--important) /*#C00*/;background-color: var(--important-hover) /*#ffedf0*/;border-color: var(--important-hover) /*#ffedf0*/;font-weight: bold;}

.amount p.etat_0, .amount p.etat_1 {color: var(--noir-3) /*#333*/;background-color: #f5f5f5;border-color: var(--blanc-f5) /*#f5f5f5*/;}
.amount p.etat_2 {color: var(--important) /*#C00*/;background-color: var(--important-hover) /*#ffedf0*/;border-color: var(--important-hover) /*#ffedf0*/;font-weight: bold;}
.amount p.etat_3 {color: var(--etat-vert) /*#093*/;background-color: var(--note) /*#deffe0*/;border-color: var(--note) /*#deffe0*/;font-weight: bold;}


.etat p.etat_4 {font-weight: bold;line-height: 10px;background-color: var(--blanc) /*#ffffff*/;}
.etat .info {font-size: 8px; font-weight: normal;}

/* Evaluations */
.eval {padding: 10px;margin: 10px;border: 1px solid var(--gris-clair) /*#cccccc*/;}
.eval_title {line-height: 29px;}
.eval_content {border-top: 1px dotted var(--gris-clair) /*#cccccc*/;padding-top: 5px;margin-top: 5px;text-align: justify;}
.eval_note {background: var(--gris-fonce) /*#666666*/;color: var(--blanc) /*#ffffff*/;padding: 7px 5px;}
.eval_reviewer, .eval_crit_value, .eval_change_cat {font-weight: bold;}
.eval_reviewer span, .eval_crit_title{font-style: italic;}
.eval_date {float: right;}
.eval_grid, .eval_com {padding-top:10px;}
.eval_grid>span, .eval_com>span {font-weight: bold;}
.formcontent .eval ul {padding-left: 20px;}
.formcontent .elem ul li.eval_crit {list-style-type: square;}
.eval_comment {font-style: italic;font-size: smaller;}

#consultation .lettrine {
    font-size: 30px;
    padding: 5px;
}
#consultation {
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: var(--noir-3) /*#333*/;
}

#consultation #filtre {
    margin: 15px;
}

#consultation #listsessions #liste {
    border: 0;
    border-spacing: 6px;
    margin-bottom: 20px;
    padding: 5px;
    width: 100%;
}

#consultation #liste td {
    border-bottom-style: dotted;
    border-color: var(--gris-clair) /*#ccc*/;
    border-bottom-width: 1px;
    border-right-style: dotted;
    border-right-width: 1px;
}

#consultation #liste a,#consultation #pagination a {
    text-decoration: none;
    color: var(--liste) /*#369*/;
}

#consultation #liste a:hover {
    text-decoration: underline;
    color: var(--liste) /*#369*/;
}

#consultation #liste .pair {
    background-color: var(--blanc) /*#FFF*/;
}

#consultation #liste .impair {
    background-color: var(--liste-impair) /*#FCFCFC*/;
}

#consultation #pagination {
    text-align: center;
    margin-bottom: 20px;
}

#consultation #filtre {
    margin-bottom: 20px;
}

/* administrate-website > access */
.description_coordinates_maps {
	margin-bottom : 10px;
	padding : 5px;
	border : 1px solid var(--map) /*#009900*/;
	color : var(--map) /*#009900*/;
	text-align : justify;
}

#map_canvas {
	width: 100%;
	height: 350px;
}

/* adminitrate-website > sponsors */

#sponsorsList > tbody > tr {
	cursor : move;
}

#sponsorsList td.img_min {
	width : 100px;
	text-align : center;
}

#sponsorsList td.img_min img {
	max-width : 100px;
}

/* Envoi de mail */

.tableau tbody .mail_table_actions {
	border-collapse : collapse;
}
.tableau tbody .mail_table_actions tr {
	background : none;
}
.tableau tbody .mail_table_actions td {
	padding : 5px 0;
	border : none;
	background : none;
}

.show_actions {
	text-align: right;
}

.hide_actions {
	text-align: right;
}

.mail_send_select optgroup {
	font-size : 14px;
	font-weight : bold;
	font-style : italic;
}
.sponsors table td {
	text-align:justify;
}

.btngrp {
    background: var(--gris-clair) /*#ccc*/;
}
.btn-login, .dropbtn {
    color: var(--blanc) /*white*/ !important;
}
.btn-login, .dropbtn, .dropbtn2 {
    border: none;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.btn-login {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 10px;
}
.btn-login:hover, .dropbtn:hover {
    opacity:0.9;
}
.dropbtn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: -3px;
    padding: 10px 6px;
}
.dropbtn2 {
    background: none;
    color: var(--noir-3) /*#333333*/;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
}
.caret-grey{
    border-top: 4px solid var(--gris-fonce) /*#666*/;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--blanc) /*#fff*/;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    right:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid var(--gris-d) /*#DDD*/;
    z-index:1000;
}
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size:12px;
}
.dropdown-content a:hover {background-color: var(--blanc-f7) /*#f7f7f7*/}
.dropdown:hover .dropdown-content {display: block;}

/* Administration > Privilèges */
li.session {
    list-style-type: disc;
    margin-left: 20px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

#controlboard .sorting_asc,
#controlboard .sorting_desc,
#controlboard .sorting,
#controlboard .sorting_asc_disabled ,
#controlboard .sorting_desc_disabled {
    background: none;
    background-color: var(--gris-e4) /*#E4E4E4*/;
}

/* Adminstration>Paramétrage général */
#dialogDomain {
    display:none;
    text-align:left;
}

.none {
    display: none;
}
.block {
    display: block;
}
.mb_0 {
    margin-bottom: 0;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mt_10 {
    margin-top: 10px;
}
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
.vam {
    vertical-align: middle;
}
.vat {
    vertical-align: top;
}
.w_3 {
    width: 3%;
}
.w_5 {
    width: 5%;
}
.w_7 {
    width: 7%;
}
.w_10 {
    width: 10%;
}
.w_15 {
    width: 15%;
}
.w_25 {
    width: 25%;
}
.w_30 {
    width: 30%;
}
.w_48 {
    width: 48%
}
.w_60 {
    width: 60%;
}
.w_85 {
    width: 85%;
}
.w_100 {
    width: 100%;
}
.w_i {
    width: inherit;
}
#list_recipients, #list_attachments {
    max-height: 100px;
}

#roomList, #sessionList, #typdocList, #alias_contain, #templates,
#mailingslists, #tosList, .eventList, #myPapers, #myReviewer,
#myThematique, #optionsList, #reviewGrid, #distribution, #table_registers,
#imgList, .widgets_homepage, #dateList, #construct_area_preregistration,
#resourcesList, #sponsorsList, #annexeFileList {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 6px;
    width: 100%;
}
/* administrate-mail */
#tagList {
    padding: 5px;
    width: 100%;
}

#logList, .book_papers {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
    width: 100%;
}

#logList2 {
    width: 100%;
    border: 0;
    padding: 2px;
    border-spacing: 0;
    border-collapse: collapse;
}

#listtos_libelle {
    overflow:auto;
    max-height:200px;
}

#preview_footer table {
    background-color: var(--blanc-f7) /*rgb(247, 247, 247)*/;
    padding: 5px;
    border-top: 1px solid var(--gris-d) /*rgb(221, 221, 221)*/;
    margin-top: 10px;
    text-align: right;
    width:100%;
}
#preview_footer table table {
    border-spacing: 0; padding: 0; border: 0;
}
/* administrate-program */
.action_export {
    border: 0;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}
.planning_day {
    margin-bottom:10px;
}
.indent_10 {
    padding-left: 10px;
}
.table_lvl1 {
    width: 100%;
    border-collapse: collapse;
}
.typdocTitle {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-color: var(--gris-clair) /*#ccc*/;
    border-right-style: dotted;
    border-right-width: 1px;
}
.border_error {
    border: 1px solid var(--erreur) /*red*/;
}
.fll {
    float: left;
}
.flr {
    float: right;
}
/* edition */
#step2 {
    max-height: 400px;
}
/* export */
.exportList {
    padding: 6px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#paper_valid {
    background: #dff0d8;
}
.paper_sword {
    border-spacing: 6px;
    margin-bottom: 20px;
    padding: 5px;
    width: 100%;
}
.home_wdg {
    border: 0;
    border-spacing: 3px;
    margin-bottom: 20px;
    padding: 5px;
    width: 100%;
}
/* layouts */
.template_border_skin {
    border-right-width:1px;
    width:1px;
}
.logo_sc {
    height: 59px;
}
.link_h {
    height: 40px;
}
.txt_up {
    text-transform: uppercase;
}
.menu_v {
    min-height: 600px;
    width: 197px;
}
.flag_span {
    padding: 0 2px;
}
/* mail */
.subject {
    background-color: var(--gris-ef) /*#EFEFEF*/;
    display: inline-block;
    padding: 5px;
}
.content {
    background-color: var(--gris-ef) /*#EFEFEF*/;
    margin-bottom: 20px;
    padding: 10px;
}
.error {
    font-weight: bold;
    color: var(--erreur);
    font-style:italic;
}
.pb_10 {
    padding-bottom: 10px;
}
/* payment */
.m_20a {
    margin: 20px auto;
}
.elem #details {
    margin: 10px 0;
}
.pr_10 {
    padding-right: 10px;
}
.no_border {
    border: none;
}
/* submission */
.annex {
    border: 1px dotted var(--gris-clair) /*#CCCCCC*/;
}
/* user */
#mailExist {
    color: #b94a48;
    font-style: italic;
    padding: 2px 5px;
}
.not_visible {
    visibility: hidden;
}