.rubrique--dashboard .views-exposed-form .js-form-type-textfield {

}
.rubrique--dashboard .views-exposed-form fieldset .fieldset-wrapper {
    display: flex;
}

.rubrique--dashboard .views-exposed-form fieldset .js-form-type-textfield {

}
.rubrique--dashboard .views-exposed-form fieldset .js-form-type-textfield {

}


.rubrique--dashboard .views-element-container{
	background-color: #eee;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
}

/* Plus petit le tableau */
.rubrique--dashboard .views-element-container table td,
.rubrique--dashboard .views-element-container table th {
  font-size: 9pt;
}
.rubrique--dashboard td.views-field-field-reviewers {
  font-size: 7.5pt;
}


.rubrique--dashboard .views-element-container header{
	padding:0;
}
.rubrique--dashboard .views-element-container header h2{
	background-color: #3366cc;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
}

.rubrique--dashboard .views-element-container select, .rubrique--dashboard .views-element-container input{
	height: 24px !important;
	margin: 0 !important;
	padding: 2px 25px 2px 10px !important;
	font-size: 12px !important;
}
.rubrique--dashboard .views-element-container select option{
	font-size: 12px;
}

.rubrique--dashboard .views-element-container legend{
	margin: 0px;
	margin-top: 10px;
}

/* Reviewed ? */
.color-green {
  font-weight: bold;
  color: #080;
}
.color-red {
  color: #63080a;
}

/* Form */

.pcic-abstracts-paper-sendabstractemailsform {
  border: 2px solid #4C7BB3;
  padding: 12px 6px 6px 6px;
  border-radius: 6px;
}


/* Date d'upload des fichiers */
.date_upload {
  background-color: #F8F8F8;
  border: 1px solid #C4C4C4;
  border-top: 0 none;
  padding-right: 4px;
}

.field_draft_file.field-wrapper,
.field_final_paper_file.field-wrapper,
.field_final_ppt_file.field-wrapper {
  margin-bottom: 0;
}


/* Tasks */
.message.warning {
  border: 1px solid red;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}

/* Progress bar */
.header-progress-container {
    width: 470px;
    padding: 30px 10px 0;
    background-color: white;
    border-radius: 10px;
}
.header-progress-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-progress-item {
    position: relative;
    display: inline-table;
    width: 100px;
    text-align: center;
    line-height: 3em;
    font-size: 10px;
}
.header-progress-item:after {
    position: absolute;
    display: block;
    z-index: 1;
    top: -2px;
    left: -30px;
    height: 2px;
    width: 100px;
    content: "";
    background-color: #00b300;
}
.header-progress-item:before {
    position: absolute;
    z-index: 2;
    top: -6px;
    left: 65px;
    height: 10px;
    width: 10px;
    border-radius: 1.2em;
    border: none;
    line-height: 1.2em;
    content: " ";
    background-color: #00b300;
}
.header-progress-item:first-child:after {
    display: none;
}
.header-progress-item.done {
    color: #00b300;
}
.header-progress-item.current {
    color: #0080ff;
}
.header-progress-item.current:after {
    background: #0080ff;
}
.header-progress-item.current:before {
    background-color: #0080ff;
}
.header-progress-item.todo {
    color: #808080;
}
.header-progress-item.todo:after {
    background: #808080;
}
.header-progress-item.todo:before {
    background-color: #808080;
}
