
#header {
    width:100%;
    height:50px;
    line-height:50px;
    vertical-align: middle;
    background-color:#47639e;
    border-bottom: 1px solid #000;
}

#content_full {
    height:100%;
    /*position: relative;*/
    width: 100%;
}

#content {
    padding: 0px;
    padding-bottom: 20px;
    max-width:1400px;
    height:100%;
    margin: 0 auto;
    background-color:#fff;
}

#content_content {
  display: inline-block;
}

#content_pub {
  display: inline-block;
}

#footer {
    width:100%;
    height:30px;
    line-height:30px;
    background-color:#47639e;
    border-top: 1px solid #000; 
    margin: 0 auto;
    vertical-align: middle;
    color: #fff;
    /*position: absolute;
    bottom: 0;*/
}
#footer a {
    color: #FFF;
}

html {
  height: 100%;
}

body {
    background-color: #fff;
    font-size: 0.9em;
    min-height: 100%;
    margin: 0;
    padding: 0;
    /*-moz-box-sizing: border-box; 
    box-sizing: border-box;
    padding-bottom: 30px;
    position: relative;*/
}

p {
  text-align: justify;
}

.page_title {
    margin-top: 0em;
    width:100%;
    text-align: center;
    /*border-bottom: 1px solid #004682;*/
    padding-bottom: 0.2em;
    margin-bottom: 1em;
    padding-top: 0em;
    /*background-color: #ffc597;*/
    color: #000;
}

.page_subtitle {
    margin-top: 70px;
    width:100%;
    border-bottom: 1px solid #004682;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 24px;
}

h2:after, h3:after, h4:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-radius: 2px;
    box-shadow: 
        inset 0 1px 1px rgba(0,0,0,0.5), 
        0 1px 1px rgba(255,255,255,0.3);
    background: #288bbf;
}

h2.green:after {
  background: #228504;
}

h3:after {
    background: #288bbf;   
}

h2 {
    margin: 1em 0 .6em 0;
    padding: 0 0 0 20px;
    font-weight: bold;
    color: #288bbf;
    position: relative;
    font-size: 1.05em;
    line-height: 30px;
}

h2.green {
  color: #228504;
}

h3 {
    margin: 1em 0 .6em 0;
    padding: 0.5em 0.5em 0.5em 1em;
}
h3, h3 a {
    font-weight: bold;
    color: #288bbf;
    position: relative;
    font-size: 1em;
    line-height: 30px;
}

h4 {
    margin: 1em 0 .6em 0;
    padding: 0 0 0 20px;
}
h4, h4 a {
    font-weight: bold;
    color: #288bbf;
    position: relative;
    font-size: 1em;
    line-height: 20px;
}


.errorlist {
    background-color: #ff7474;
    border: 1px solid #ff2f2f;
    padding: 0.5em;
    margin: 1px;
    list-style-type: none;
}

.errors {
    color: #ff7474;
}

.form td {
    padding: 0.4em;;
    text-align: left;
    vertical-align: top;
    border: 0px;
}
.form th {
    font-weight: bold;
    padding: 0.4em;;
    font-size: 1em;
    text-align:right;
    vertical-align: middle;
    border: 0px;
}
.form.left th {
    font-weight: bold;
    padding: 0.4em;
    font-size: 1em;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    width: 1px;
}
.form.nobold th {
    font-weight: normal;
}


.form td p {
    margin-top: 0px;
}



.required:before { content:"* "; }

a{
    color:#000;
}

a:hover{
    color:#000;
}

div.actions {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

input[type="checkbox"], .vCheckboxLabel {
    vertical-align: middle;
}


span.actions, span.actions a {
    font-size: 1em;
    color: #A3A3A3;
}

span.actions a:hover {
    color: #000;
}


.ui-state-error, .ui-state-highlight {
    padding: 5px;
    margin: -5px;
}

.thumb_square {
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width:250px;
    height:250px;
}





ul.menu_logo  {
    list-style: none;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-left: 0px;
}
ul.menu_logo li {
    display: inline-block;
    margin: 25px;
    padding: 10px;
    padding-right: 7px;
    width: 15%;
}

ul.menu_logo li img {
    margin-bottom: 20px;
    width: 100%;
}

ul.menu_logo li img.wide {
    margin-bottom: 20px;
    width: 500px;
}

ul.menu_logo li:hover {
    box-shadow: 0px 0px 5px #000;
    cursor: pointer;
    background-color: #81C4E7;
}

ul.menu_logo li a {
    text-decoration: none;
}

ul.menu_logo li a.menu_logo_title {
    font-size: 1.5em;
}



table.list{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}
table.list tr:nth-child(odd){ background-color:#d4e6f5; }
table.list tr:nth-child(even)    { background-color:#ffffff; }
table.list td{
    vertical-align:middle;
    border:1px solid #000000;
    border-width:1px 1px 1px 1px;
    text-align:left;
    padding:4px;
    font-weight:normal;
    color:#000000;
}
table.list.center td{
    text-align:center;
}
table.list thead tr th{
    background-color:#419dcd;
    border:0px solid #000000;
    text-align:center;
    border-width:1px 1px 1px 1px;
    font-size: 1em;
    font-weight:bold;
    color:#ffffff;
    padding: 5px;
}


table.list.form thead tr th{
    background-color: #ffffff;
    color: #000000;
    border-width: 0px;
    text-align: left;
}


table.list.form tbody tr td{
    background-color: #ffffff;
    color: #000000;
    border-width: 0px;
    text-align: left;
}


table.list.form tbody tr td .inline-deletelink{
    float: left;
}

table.list.center tbody tr td {
  text-align: center;
}



span.tag {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 0.2em 0.2em 0.2em 1.5em;
  vertical-align: middle;
  background: #288bbf url("../AwOken/clear/128x128/actions/dialog-apply1.1ccd93a47f54.png") no-repeat;
  background-size: 1.5em 1.5em;
  background-position: 1px -1px;
  border-radius:4px;
  margin-bottom: 5px;
  display: inline-block;
}


span.tag.not {
  background: #ffc597 url("../AwOken/clear/128x128/overlay/file-broken-overlay9.1ab6f43985cd.png") no-repeat;
  background-size: 1.5em 1.5em;
  background-position: 1px -1px;
}


ul li {
    padding-bottom: 0.3em;
}

.ui-widget-content {
    border-width: 0px;
}

.ui-tabs .ui-tabs-nav li a {
    padding-top: 10px !important;
}

fieldset.stacked_collapse {
    border-width: 0px;
}

fieldset.stacked_collapse.collapsed {
    display: none;
}

.inline-title {
    text-align: left;
}

.inline-related {
    text-align: left;
    margin-bottom: 10px;
}

span.help_text {
    background-image: url("../images/help_icon.7adba5aa323d.png");
    background-size: 1.05em 1.05em;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-right: 15px;
    margin-right: 4px;
}

span.help_text_orange {
    background-image: url("../images/help_icon_orange.c63352be3d0e.png");
    background-size: 1.05em 1.05em;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-right: 15px;
    margin-right: 4px;
}


table.noborder, 
table.noborder tr, 
table.noborder td,
table.noborder th, 
table.noborder thead tr td, 
table.noborder thead tr th, 
table.noborder tbody tr td, 
table.noborder tbody tr th {
    border-width: 0px;
}



/* NAVIGATION */
nav {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0;
}
nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: initial;
  font-size: 1.05em;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}


/* stroke */
nav {
  border-bottom: 3px solid #288bbf;
  margin-bottom: 5px;
  background: #d4e6f5;
}
nav ul {
    margin: 0px;
    padding: 0px;
}
nav ul li {
    margin-bottom:0px;
    line-height: 15px;
}
nav ul li a{
    padding-bottom: 3px;
    margin-bottom: 0.2em;
}
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* Circle */
nav.circle ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
nav.circle ul li a:after {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '.';
  color: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: transparent;
}
nav.circle ul li a:hover:after {
  -webkit-animation: circle 1.5s ease-in forwards;
}

/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #91640F;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #F1C40F;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}





.ui-tabs-vertical .ui-tabs-nav  {
  border: 0px;
  background: none;
  padding: 0px;
}
.ui-tabs-vertical .ui-tabs-nav li {
  background: #d3d3d3;
  border: 0;
    width: 220px;
}
txtblanc
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
  color: #000000;
}

.ui-tabs-vertical .ui-tabs-nav li a {
  color: #000000;
    width: 89%;
  width: 100%;
  box-sizing: border-box;
}

.ui-tabs-vertical .ui-tabs li.ui-tabs-completed {
  background: #b1f9c2;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  background-color: #80c4f9;
}


.ui-tabs-vertical { width: 100%; }
.ui-tabs-vertical .ui-tabs-vertical { padding: .2em .1em .2em .2em; float: left; }
.ui-tabs-vertical .ui-tabs-vertical li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-vertical li a { display:block; }
.ui-tabs-vertical .ui-tabs-vertical li.ui-tabs-active { padding-bottom: 0; padding-right: 0; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 0em; float: left; width:100%;}

.ui-tabs-vertical .ui-tabs-vertical  {
  border: #d8d8d8 solid 1px;
  background: none;
  padding: 0px;
  margin: 0px;
}
.ui-tabs-vertical .ui-tabs-vertical li {
  background: #fcfdfd;
  border: 0;
  font-weight:normal;

  padding: 0px;
  margin: 0px;
  width: 100%;

  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ui-tabs-vertical .ui-tabs-vertical li.ui-tabs-completed {
  /*background-color: #b1f9c2;*/
}
.ui-tabs-vertical .ui-tabs-vertical li.ignored:hover {
  background-color: #fcfdfd;
}

.ui-tabs-vertical .ui-tabs-vertical li.unavailable {
  background-color: #e5e5e5;
}
.ui-tabs-vertical .ui-tabs-vertical li.unavailable a {
  color: #c9c9c9;
}



.ui-tabs-vertical .ui-tabs-vertical li.ignored {
  background-image: none;
  border-bottom: 1px solid #d8d8d8;
}
.ui-tabs-vertical .ui-tabs-vertical li.ignored a{
  color: #c9c9c9;
}

.ui-tabs-vertical .ui-tabs-vertical li.ui-tabs-active {
  background-color: #80c4f9;
  margin-bottom: 0;
  font-weight:bold;
}

.ui-tabs-vertical .ui-tabs-vertical li.ui-tabs-active a {
  color: #000000;
}

.ui-tabs-vertical .ui-tabs-vertical li a {
  color: #000000;
}

.ui-tabs .ui-tabs-nav[rel-class="ui-tabs-default-ok"] li a {
  padding-left: 2em;
}


.ui-tabs .ui-tabs-nav li.header {
  background-color: #71badc;
}

.ui-tabs-vertical .ui-tabs-vertical li:hover {
  background-color: #1ff351;
}




div.affiliation {
  background-color: #66ff5a;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
}

.ui-widget { 
  font-size: 1em;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-size: 1em;
  padding: 0.5em !important;
}


div.sort_filters div.filters {
    display: inline-block;
    background-image: url("../images/filter.40410576b0ee.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 0px 2px;
    padding-left: 30px;
    width: 100%;
}

div.sort_filters div.sort {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 0px 2px;
    padding-left: 30px;
}

div.sort_filters div:nth-child(2) {
    margin-left: 10px;
}


div.tracers {
  display: inline-block;
}

div.tracers div {
  display: inline-block;
  padding: 1em;
  cursor: pointer;
}

div.tracers div div {
  display: table-cell;
  vertical-align: middle;
  background: #aec7fb;
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
  padding: 0.5em;
}


div.tracers div.selected div {
  background: #47639e;
  color: #fff;
}

div.tracers div div:first-child { 
  border-top-left-radius: 10px; 
  border-bottom-left-radius: 10px;
  border-left: 0px solid #000;
}

div.tracers div div:last-child { 
  border-top-right-radius: 10px; 
  border-bottom-right-radius: 10px;
  border-right: 0px solid #000;
}

div.tracers div div:nth-child(2) { 
  padding-right: 1em;
}

div.tracers div.selected div:last-child { 
  background-color: #67e57e;
}