.myButton {
	-moz-border-radius:2px !important;
	-webkit-border-radius:2px !important;
	border-radius: 2px !important;
	
	display:inline-block !important;
	cursor:pointer !important;
	font-family:Arial !important;
	font-size:12px !important;
	padding:3px 6px !important;
	text-decoration:none !important;
}
#tiptext
{
position: absolute;
border: 1px solid #ccc;
padding: 20px;
font-size:larger;
background-color:white;
}


.myButton:active {
	position:relative;
	top:1px;
}
.orange {
	background-color: orange !important;
	color: white !important;
}
.green, .lime {
	background-color: #66a91e !important;
	color: white !important;
}
.lime:hover {
	background-color: white !important;
	color: #66a91e !important;
	border: 1px solid #66a91e !important;
}
.red {
	background-color: red !important;
	color: white !important;
}
.gray {
	background-color: gray !important;
	color: white !important;
}
.white {
	background-color: white !important;
	color: gray !important;
	border: 1px solid gray !important;
}
.white:hover {
	background-color: #3c77bd !important;
	color: white !important;
}

.blue {
	background-color: #3c77bd !important;
	color: white !important;
}
.blue:hover {
	background-color: white !important;
	color: #3c77bd !important;
	border: 1px solid #3c77bd !important;
}

.fix-m-r {
	margin-right: 20px !important;
}



#website-body .sortable .ep-a_heading::after {
	height: 0px;
	margin-bottom: 0px;
}
#website-body .sortable .ep_gridcolumn[class*="ep-m_"] > .ep_gridrow::before, 
#website-body .ep_gridcolumn[class*="ep-m_"] > .ep_gridrow::after {
	height: 0px;
}

#website-body .sortable [class*="ep-a_"]::after{
	height: 0px;
}

#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #326aab;
    color: white;
    cursor: pointer;
    border-radius: 20px;
    font-size: 28px;
    line-height: 18px;
    height: 40px;
    width: 40px;
}

#scroll-top:hover {
    background: #fff;
    color: #3c77bd;
	border: 1px solid #d1d3d4;
}

#technicalInformation, #documentGateway {
	margin-top: 10px;
}
.procedure-status {
	color: #e53f1f !important;
}
.proc-section-switch {
	cursor: pointer;
	color: #326aab;
}

.shifted-down::before {
	content: '\2212';
}
.shifted-up::before {
	content: '+';
}
.rapporter-button {
	padding: 5px 0 15px;
}

.open {
	overflow: hidden;
	width: 22px;
	height: 22px;
	background-color: #fff;
	background-position: inherit;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 50%;
	text-align: center;
	position: static;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.open::before {
	content: '\2212';
	width: 22px;
	line-height: 20px;
	display: block;
}
.closed:before {
	content: '+';
	width: 22px;
	line-height: 20px;
	display: block;
}
.view-section {
	/*display: flex; */
}

.photo > .ep_name {
	display: inline-block;
    vertical-align: top;
}

#saveButton {
	display: none;
}
.clearable{
  position: relative;
  font-size: 1.6em;
}
.clearable input[type=text]{
  padding-right: 24px;
  width: 100%;
  box-sizing: border-box;
}
.clearable__clear{
  display: none;
  position: absolute;
  right: 5px; top:0;
  padding: 0 8px;
  font-style: normal;
  font-size: 1.4em;
  user-select: none;
  cursor: pointer;
}
.clearable input::-ms-clear {  /* Remove IE default X */
  display: none;
}


#procedure-file-dropdown-menu {
	background-color: white !important;
	padding-top: 25px !important;
	z-index: 999 !important;
}
body[data-headerparallax] #website #website-header .ep_toolbar .ep_navigation-menu .ep_menu-container > div > .ep_menu-content:before{
	display: none;
}

.inline-buttons {
	display: inline-flex !important;
	padding: 10px;
}
#sort-ascending::after {
	width: 0px !important;
}

.loader {
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	border-top: 2px solid #3498db;
	border-right: 2px dotted #3498db;
	border-left: 2px dotted #3498db;
	width: 10px;
	height: 10px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	float: right;
	margin: 5px !important;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.shadow-rapporteur {
	display: none;
}
#website-body #shadow-rapprteur-button {
	display: block !important;
}

#photo {
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 0px;
	display: none;
	color: #fff;
	z-index: 10000;
	width: 142.5px;
	height: 180px;
}


article ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
  background: #eee;
  border-radius: 3px;    
}

article li {
  float: left;          
}
.login-content {
	padding: 15px;
}

article #login-content .login-header {
  color: #1e1e1f;
  letter-spacing: normal;
  font-size: 1.8em;
  margin: 10px 0px 10px 0px;
  text-align: left;
  border-bottom: 1px solid black;
  padding-bottom: 40px;
  padding: 0px 5px 40px 5px; 
}

.userinfo-dropdown-title {
	float: left;
}
.close-dropdown-button {
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border-width: 3px;
	border-style: solid;
	border-color: #3c77bd;
	border-radius: 100%;
	background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%);
	background-image: -ms-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%), -ms-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%);
	background-color: #3c77bd;
	transition: all 0.3s ease;
	float: right;
	cursor: pointer;
}

.close-dropdown-button:hover {
	background-color: #2c5b94;
	border-color: #2c5b94;
}

.userinfo {
	font-size: 1.4em;
	letter-spacing: normal;
	color: #666;
	margin: 20px 0;
}

article #login {
  border-right: 1px solid #ddd;
  box-shadow: 1px 0 0 #fff;  
}

article #login-trigger,
article #signup a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 8px;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 #fff; 
}

article #signup a {
  border-radius: 0 3px 3px 0;
}

article #login-trigger {
  border-radius: 3px 0 0 3px;
}

article #login-trigger:hover,
article #login .active,
article #signup a:hover {
  background: #fff;
}

article #login-content {
  display: none;
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 999;    
  background: #fff; 
  padding: 15px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #BBB;
}

article li #login-content {
  right: 0;
  width: 310px; /*250px;*/
}

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

#inputs input {
	position: static;
	display: block;
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
	padding: 11px 10px;
	background-color: transparent;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #d1d3d4;
	border-radius: 0;
	font-size: 1.4em;
	letter-spacing: normal;
	vertical-align: middle;
	text-transform: none;
}

#inputs input:focus {
	background-color: #fafafa;
	border-color: #3c77bd;
	color: #3c77bd;
	font-size: 1.4em;
	line-height: normal;
}

#remember {
	line-height: normal;
	margin: 20px 0;
	color: #888;
	font-size: 1.4em;
	letter-spacing: normal;
}

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

#login #actions, 
#login .links,
.login-content .links {
  margin: 10px 0 0 0;
}
.login-content .links {
	font-size: 1.4em;
}

#login #submit {    
    border-radius: 3px;
    color: #fff;
    font-size: 1.4em;
    background: #3c77bd;
    padding: 10px 0;
    margin: 10px 0px;
    border: solid #ddd 1px;
    text-decoration: none;
    width: 100%;
	cursor: pointer;
}

#login #submit:hover,
#login #submit:focus,
#login #submit:active {    
    background: #fff;
	border-color: #d1d3d4;
	color: #3c77bd;
	cursor: pointer;
}

#login #submit::-moz-focus-inner {
  border: none;
}

#login label {
	padding-left: 5px;
}

#login label input {
  position: relative;
  top: 2px;
  right: 2px;
}

























#version {
	border-top: 1px dotted #616366;
	margin-top: 30px;
	display: block;
	padding: 0 5px;
	color: #BBB;
}
.expandable, .collapsable {
	position: static;
	margin: 5px 15px 0 15px;
	padding: 0px 15px 15px 15px;
	font-size: 1.4em;
	line-height: normal;
	letter-spacing: normal;
	white-space: normal;
	border-bottom: 1px dotted #d1d3d4;
}

#facet-rapporteurResponsible_sid .expandable a, #facet-rapporteurResponsible_sid .collapsable a {
	color: black;
	cursor: default;
}

.expandable-hitarea, .collapsable-hitarea {
	width: 15px;
	display: inline-block;
	float: right;
	cursor: pointer;
	font-weight: bold;
}

.expandable-hitarea {
	background: url(images/pluscriteria.jpg) no-repeat 1px 4px;
}
.collapsable-hitarea {
	background: url(images/minuscriteria.jpg) no-repeat 1px 4px;
}

.ulSublevel {
	display: block;
	padding: 10px;
	line-height: 25px;
}

ul.ulSublevel ul li a span {
	font-size: 14px !important;
	padding: 0 0 0 15px !important;
}
ul.ulSublevel ul li a {
	padding: 20px 0 0 0 !important;
}
#stageReached_sid {
	
}

@media screen and (min-width:1200px){
  body[data-headerparallax] #website #website-header .ep_toolbar .ep_navigation-menu .ep_menu-container > div{
    margin-left: 					-280px !important;
  }
  body[data-headerparallax] #website #website-header .ep_toolbar #authentication .ep_menu-container > div {
    margin-left: 					-280px !important;
  }
}

#website-body #procedure-file-header .ep_gridcolumn[class*="ep-m_"].ep-layout_underline:after {
  border-top: 2px dotted #DDD !important;
}

body[data-headerparallax] #website #website-header .ep_toolbar #authentication .ep_menu-access .ep_button .ep_icon:after {
  background-image: none !important;
}



body[data-headerparallax] #website #website-header .ep_toolbar  #authentication .ep_menu-access .ep_button > span {
    margin-left: 0px !important;
    color: white;
    background-image: url(../img/user-full.svg) !important;
    background-position-x: 6px;
    background-position-y: 5px;
    background-size: 18px 20px;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(44, 91, 148);
    background-repeat: no-repeat;
}

body[data-headerparallax] #website #website-header .ep_toolbar  #authentication .ep_menu-access .ep_button > span:hover, 
body[data-headerparallax] #website #website-header .ep_toolbar  #authentication .ep_menu-access .ep_button > span:active,
body[data-headerparallax] #website #website-header .ep_toolbar  #authentication .ep_menu-access .ep_button > span:focus {
  background-color: #eeefef;
  background-image: url(../img/user-blue.svg) !important;
  background-size: 18px 20px;
  border-color: #eeefef;
  color: #327ac2;
}

body[data-headerparallax] #website #website-header .ep_toolbar #authentication[data-expanded="true"] .ep_menu-access .ep_button > span {
  background-color: #fff;
  background-image: url(../img/user-blue.svg) !important;
  background-size: 18px 20px;
  border-color: #eeefef;
  color: #327ac2;
}

body[data-headerparallax] #website #website-header .ep_toolbar #authentication[data-expanded="true"] .ep_menu-access .ep_button > span:hover {
    
    /*background: white url(../img/icons.svg) !important;*/
    background: white url(../img/icons.svg) !important;
    background-position: -80px 1478px!important;
    border-color: #fff !important;
    color: #327ac2 !important;
}





body[data-headerparallax] #website #website-header .ep_toolbar .ep_search-menu .ep_form .ep_title .ep_icon {
  background: #2c5b94 url(../img/user-full.svg);
  background-size: 20px 20px;
  background-position: 2px 0px;
  background-repeat: no-repeat; 
}

#website-body .ep_gridrow[class*="ep-o_"].ep-layout_greycolor.lo_white {
  background: #fff; 
}
.lo_part-sessions-agenda .ep-p_textfield {
  width: calc(100% - 90px) !important;
}
.lo_part-sessions-agenda .ep-a_field.ep-layout_calendar {
  padding-top: 2px !important; }
.lo_part-sessions-agenda .ep-a_field.ep-layout_calendar button.lo_previous,
.lo_part-sessions-agenda .ep-a_field.ep-layout_calendar button.lo_next {
  background: none;
  display: inline-block;
  height: 39px;
  width: 40px;
  border: 1px solid #ccc; }
  .lo_part-sessions-agenda .ep-a_field.ep-layout_calendar button.lo_previous:hover,
  .lo_part-sessions-agenda .ep-a_field.ep-layout_calendar button.lo_next:hover {
    cursor: pointer;
    background-color: #f5f5f5; }
.lo_part-sessions-agenda .ep-a_field.ep-layout_calendar button.lo_previous {
  background: url(../img/arrow-left.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 5px; }
.lo_part-sessions-agenda .ep-a_field.ep-layout_calendar button.lo_next {
  background: url(../img/arrow-right.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left: 5px; }
.lo_part-sessions-agenda .ep-a_field.ep-layout_calendar .ep-p_select {
  width: calc(100% - 90px) !important; }

a {
  color: #326aab; }

.margin-40 {
  /*fix*/
  height: 40px; }

.text-center {
  text-align: center; }

.align-right {
  text-align: right; }

.flex-column {
  flex-direction: column; }

.reading-symbol {
  display: inline-block;
  font-size: 0.5em;
  font-family: arial;
  margin-left: 10px; }

#website-body .ep-a_tags.ep-layout_criteria li .ep-p_button .ep_name {
  line-height: 1.1em; }

#website #website-header:after {
  border-bottom: none; }
#website #website-header .ep_toolbar.ep_bottom:after {
  border-bottom: none;
  
}
#website #website-header .ep_toolbar .ep_navigation-menu .ep_menu-links .ep_menu .ep_user {
  display: inline-block;
  vertical-align: top;
  float: right;
  height: 40px;
  display: flex;
  align-items: center;
  color: white;
  background: #2c5b94 url(../img/user-full.svg);
  background-size: 20px 20px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 0; 
}


@media screen and (max-width:1019px){
  body:not([data-headerparallax])	#authentication {
    display: block !important;
  }

  #website #website-header .ep_toolbar  #authentication .ep_menu-access .ep_button > span {
    margin-left: 0px !important;
    color: white;
    background-image: url(../img/user-full.svg) !important;
    background-position-x: 6px;
    background-position-y: 5px;
    background-size: 18px 20px;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(44, 91, 148);
    background-repeat: no-repeat;
}

body[data-headerparallax] #website #website-header .ep_toolbar .ep_navigation-menu .ep_menu-links .ep_menu .ep_user {
  display: none !important;
}

}

@media screen and (min-width:1020px){
  body:not([data-headerparallax])	#authentication {
    display: none !important;
  }
  
  body[data-headerparallax] #website #website-header .ep_toolbar .ep_navigation-menu .ep_menu-links .ep_menu .ep_user {
	  display: none !important;
	}  
}

@media screen and (min-width:751px){
  #procedure-file-dropdown-menu { 
    display: none !important;
  }
}

@media screen and (min-width:640px){
  .mobileOnly { 
    display: none !important;
  }
}


body[data-headerparallax] #website #website-header .auth_field {
	position: static;
	display: block;
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
	padding: 11px 10px;
	background-color: transparent;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #d1d3d4;
	border-radius: 0;
	font-size: 1.4em;
	letter-spacing: normal;
	vertical-align: middle;
	text-transform: none;
}

body[data-headerparallax] #website #website-header .auth_field:focus {
	background-color: #fafafa;
	border-color: #3c77bd;
	color: #3c77bd;
	font-size: 1.4em;
	line-height: normal;
}

body[data-headerparallax] #website #website-header .login-header {
  color: #1e1e1f;
  letter-spacing: normal;
  font-size: 1.8em;
  text-align: left;
  border-bottom: 1px solid black;
  padding: 0px 5px 40px 5px;
}

.btn-white {
	background: #fff;
	color: #444;
	border: 1px solid #aaa;
}

.btn-blue {
	background: #3c77bd;
	color: #fff;
	border: solid #ddd 1px;
}

.btn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-size: 1.4em;
  padding: 10px 20px 10px 20px;
  margin: 10px 0;
  text-decoration: none;
  width: 100%;
  display: block;
  letter-spacing: normal;
}

.btn-blue:hover {
  background: #fff;
  color: #3c77bd;
  cursor: pointer;
  text-decoration: none;
}

.btn-white:hover {
  background: #fff;
  color: #3c77bd;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #666;
}

.rememberme {
  margin: 20px 0;
  text-align: left;
  color: #888;
  /* font-stretch: expanded; */
  font-size: 1.2em;
  letter-spacing: normal;
}

.auth_links {
  margin: 10px 0;
  font-size: 1.4em;
  text-align: left;
  letter-spacing: normal;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.ep_user .epjs_navigation {
/*display: none;*/
}








/* //////////////////////////////////////////////////////////////////////// 
HIDE SPECIFIC ELEMENTS (DEV)
//////////////////////////////////////////////////////////////////////// */
.transparent span.ep_name {
  font-size: 0 !important; }

#website #website-header .ep_toolbar .ep_navigation-menu .ep_menu-links .ep_menu .ep_button.transparent .ep_icon::before {
  display: none !important; }

#website-body .ep-a_heading .ep_tag {
  display: none; }

#website-body .ep-a_heading .ep_tag + .ep_title {
  margin-top: -8px; }

/* //////////////////////////////////////////////////////////////////////// 
GRID & SPECIFICS
//////////////////////////////////////////////////////////////////////// */
.overlay {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer; 
}

/* //////////////////////////////////////////////////////////////////////// 
    LARGE SEARCH BLOCK
    //////////////////////////////////////////////////////////////////////// */
.lo_large-search {
  background: #F5F5F5;
  order: 4;
  -webkit-order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  border-top: 1px solid #d1d3d4;
  z-index: 10;
  padding: 5px; }
  .lo_large-search > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    box-sizing: border-box;
    max-width: 1176px;
    padding: 10px 0; }
  .lo_large-search input {
    width: auto;
    flex-grow: 1;
    border: 1px solid #979797;
    margin: 0;
    border-radius: 3px 0 0 3px;
    padding: 15px;
    font-size: 20px; }
  .lo_large-search button {
    border-radius: 0 3px 3px 0;
    width: 80px;
    background: #326aab;
    border: 1px solid #979797;
    margin: 0;
    border-left: none;
    background: #326aab url("../img/search-icon.png");
    background-position: 50% 50%;
    background-repeat: no-repeat; }

#website-body {
  /* //////////////////////////////////////////////////////////////////////// 
  IN GRID
  //////////////////////////////////////////////////////////////////////// */
  /* //////////////////////////////////////////////////////////////////////// 
  FORMS
  //////////////////////////////////////////////////////////////////////// */
  /* //////////////////////////////////////////////////////////////////////// 
  BUTTONS
  //////////////////////////////////////////////////////////////////////// */
  /* //////////////////////////////////////////////////////////////////////// 
  PART-SESSIONS
  //////////////////////////////////////////////////////////////////////// */ }
  #website-body .ep-a_links.ep-layout_submitlinks {
    margin-top: 10px; }
    #website-body .ep-a_links.ep-layout_submitlinks .ep_list > * {
      border: none;
      padding: 5px; }
  #website-body .ep-a_links .ep-p_text.ep-layout_pdf {
    justify-content: flex-end !important; }
  #website-body .ep_gridcolumn[class*="ep-m_"].ep-layout_saved-searches::after {
    height: 0; }
  #website-body .ep_gridrow {
    /* Modal Organism */
    /* //////////////////////////////////////////////////////////////////////// 
    ACCORDIONS
    //////////////////////////////////////////////////////////////////////// */
    /* //////////////////////////////////////////////////////////////////////// 
    FILTERBOXES
    //////////////////////////////////////////////////////////////////////// */ }
    #website-body .ep_gridrow.ep-o_productlist .ep-m_product {
      position: relative; }
      #website-body .ep_gridrow.ep-o_productlist .ep-m_product .doc-right {
        position: absolute !important;
        right: 10px;
        z-index: 1;
        top: 30px; }
        #website-body .ep_gridrow.ep-o_productlist .ep-m_product .doc-right ul li {
          width: 100%;
          justify-content: flex-end; }
    #website-body .ep_gridrow.ep-o_modal {
      position: relative;
      background: #fff !important;
      padding: 30px 20px 0;
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 33px 1px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0px 0px 33px 1px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 0px 33px 1px rgba(0, 0, 0, 0.35); }
      #website-body .ep_gridrow.ep-o_modal .ep-a_close button {
        display: block;
        content: " ";
        height: 30px;
        width: 30px;
        position: absolute;
        top: 15px;
        right: 15px;
        background: url("../img/close-modal.svg");
        background-repeat: no-repeat;
        background-position: 50% 50%; }
      #website-body .ep_gridrow.ep-o_modal .ep-a_heading.ep-layout_level3::after,
      #website-body .ep_gridrow.ep-o_modal .ep-a_close::after {
        height: 5px; }
    #website-body .ep_gridrow .ep-gridcolumn[class*="ep-m_"].ep-layout_underline.ep-layout_saved-searches::after {
      position: static;
      display: block;
      width: auto;
      height: 0 !important;
      margin: 10px 10px 0 10px;
      background-color: transparent;
      border-top: 1px solid #1e1e1f;
      opacity: 1;
      content: ""; }
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] div,
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] ol,
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep-content[data-selected="true"],
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep_title,
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep-title > span,
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep-title > a,
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep-menu-access,
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep-menu-access > a,
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep-list,
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep-list ul,
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep-list .ep_item,
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep-list .ep_item a {
      position: static;
      display: block;
      margin: 0;
      padding: 0;
      background-color: inherit;
      border-color: inherit;
      outline: 0;
      font-size: 1em;
      text-decoration: none;
      color: inherit; }
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep_content[data-selected="true"] .ep_list ul, #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep_content:target .ep_list ul {
      display: block; }
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep_content[data-selected="true"] .ep_menu-access.ep_closeaccess, #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep_content:target .ep_menu-access.ep_closeaccess {
      display: block; }
    #website-body .ep_gridrow .ep-gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu[role="tablist"] .ep_content .ep_menu-access.ep_openaccess {
      display: block; }
    #website-body .ep_gridrow .ep-m_header.ep-layout_listtitle.ep-layout_saved-searches [class*="ep-a_"] {
      display: inline-block; }
      #website-body .ep_gridrow .ep-m_header.ep-layout_listtitle.ep-layout_saved-searches [class*="ep-a_"]::after {
        display: none; }
    #website-body .ep_gridrow .ep-layout_saved-searches .ep-layout_level3::after {
      display: none; }
    #website-body .ep_gridrow .ep-layout_greycolor .ep-layout_saved-searches .ep_gridcolumn-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    #website-body .ep_gridrow .ep-layout_greycolor .ep-layout_saved-searches .ep-layout_level3 {
      padding-top: 0 !important; }
    #website-body .ep_gridrow .ep_accordion .ep_accordion-item:last-child {
      border-bottom: 1px solid #bcbdbd; }
    #website-body .ep_gridrow .ep_accordion .ep_accordion-item[data-selected="true"] .ep_accordion-content {
      display: block; }
    #website-body .ep_gridrow .ep_accordion .ep_accordion-item .ep_accordion-title {
      background: #F5F5F5;
      font-weight: bold;
      font-size: 16px;
      padding: 20px;
      color: #1E1E1F;
      border: 1px solid #bcbdbd;
      border-bottom: none; }
    #website-body .ep_gridrow .ep_accordion .ep_accordion-item .ep_accordion-content {
      display: none;
      padding: 15px;
      background: white;
      border: 1px solid #bcbdbd;
      border-bottom: none; }
    #website-body .ep_gridrow .ep-m_filterbox {
      position: relative; }
      #website-body .ep_gridrow .ep-m_filterbox .ep-a_close button {
        display: block;
        content: " ";
        height: 30px;
        width: 30px;
        position: absolute;
        top: 15px;
        right: 25px;
        background: url("../img/close-modal.svg");
        background-repeat: no-repeat;
        background-position: 50% 50%; }
      #website-body .ep_gridrow .ep-m_filterbox .ep-p_smallbutton {
        float: right; }
      #website-body .ep_gridrow .ep-m_filterbox .filter-button {
        position: absolute;
        right: 10px;
        bottom: 51px; }
  #website-body .ep_gridcolumn[class*="ep-m_"][data-layout750="border"] [class*="ep-a_"].ep-layout_criteria {
    padding-right: 75px; }
  #website-body .inline-checkboxes fieldset.ep-p_casefield .ep_input {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center; }
    #website-body .inline-checkboxes fieldset.ep-p_casefield .ep_input input {
      margin-top: -3px; }
      #website-body .inline-checkboxes fieldset.ep-p_casefield .ep_input input[type="radio"] {
        vertical-align: top; }
    #website-body .inline-checkboxes fieldset.ep-p_casefield .ep_input + .ep_input {
      margin-top: 10px;
      margin-bottom: 0;
      align-items: center; }
      #website-body .inline-checkboxes fieldset.ep-p_casefield .ep_input + .ep_input input {
        margin-top: -3px; }
        #website-body .inline-checkboxes fieldset.ep-p_casefield .ep_input + .ep_input input[type="radio"] {
          vertical-align: top; }
    #website-body .inline-checkboxes fieldset.ep-p_casefield .ep_input .ep_name {
      /*margin-top: 2px;*/ }
  #website-body .ep_gridcolumn[data-layout1200="center"] .inline-checkboxes fieldset.ep-p_casefield {
    /* justify-content: center;*/ }
  #website-body .ep-a_button .ep-p_button {
    line-height: 15px; }
    #website-body .ep-a_button .ep-p_button.ep-p_smallbutton button {
      width: auto;
      height: auto;
      padding: 5px 10px;
      border-radius: 5px;
      display: inline-block;
      /*margin-left: 10px; */
}
#website-body .deactivated {
	background: #ccc; 
}
#website-body .deactivated:hover {
	color: white;
	cursor: not-allowed !important; 
}
#website-body .deactivated:hover .ep_name {
	cursor: not-allowed !important; 
}
  #website-body .ep-a_button.ep-layout_delete .ep-p_button button {
    background-color: #c5231d;
    background: -webkit-linear-gradient(top, #ea382a, #c5231d);
    background: -moz-linear-gradient(top, #dd483d, #c5231d);
    background: -ms-linear-gradient(top, #ea382a, #c5231d);
    background: linear-gradient(top, #ea382a, #c5231d);
    border-color: transparent;
    color: #fff; }
    #website-body .ep-a_button.ep-layout_delete .ep-p_button button:hover {
      background: #fff;
      color: #c5231d;
      border-color: #bcbdbd; }
  #website-body .lo_part-session-block ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }
    #website-body .lo_part-session-block ul li div.ep-layout_page:first-child {
      width: 50%; }
    #website-body .lo_part-session-block ul li > div {
      width: 50%; }
  #website-body .lo_part-session-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }

#website-body .ep_gridcolumn[class*="ep-m_"][data-layout750="border"] [class*="ep-a_"].ep-layout_criteria {
  padding-right: 75px; }

/* //////////////////////////////////////////////////////////////////////// 
MEDIA QUERIES
//////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 479px) {
  #website-body .lo_large-search button {
    border-radius: 0 3px 3px 0;
    width: 80px;
    background: #326aab;
    border: 1px solid #979797;
    margin: 0;
    border-left: none;
    background: #326aab url(../img/search-icon.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 25px; }
  #website-body .mobile-button-full .ep-p_button {
    width: 100%; }
    #website-body .mobile-button-full .ep-p_button button {
      width: 100%; }
  #website-body .lo_part-session-block ul li {
    flex-direction: column; }
    #website-body .lo_part-session-block ul li div.ep-layout_page:first-child {
      width: 100%; }
    #website-body .lo_part-session-block ul li > div {
      width: 100%; }
  #website-body .lo_part-session-details {
    padding-top: 10px; } }
@media screen and (max-width: 749px) {
  #website-body .ep_gridrow.ep-o_modal {
    height: 100vh;
    width: 100vw;
    border-radius: 0; }
  #website-body .ep_gridrow.ep-o_productlist .ep-m_product .ep_gridcolumn-content {
    display: flex;
    flex-direction: column; }
  #website-body .ep_gridrow.ep-o_productlist .ep-m_product .doc-right {
    position: relative !important;
    top: auto;
    right: auto;
    margin-top: 5px;
    order: 2; }
    #website-body .ep_gridrow.ep-o_productlist .ep-m_product .doc-right ul li {
      width: 100%;
      justify-content: flex-start; }
  #website-body .ep-a_links.doc-right ul li {
    width: 100%;
    justify-content: flex-start; }
  #website-body .ep-a_links.doc-right .ep-p_text.ep-layout_pdf {
    justify-content: flex-start !important; }

  .ep-layout_saved-searches .align-right {
		text-align: left;
		padding-left: 0 !important;
		padding-top: 15px !important;
		padding-bottom: 5px !important; 
	}
	
	/* Reverse the symbols for mobile: desktop they should be open / mobile they should be closed */
	.mobile-reverse .open:before {
		content: '+'
	}
	.mobile-reverse .closed:before {
		content: '\2212'
	}
	.view-section {
		display: none !important;
	}
}
@media screen and (min-width: 750px) {
  #website-body .ep-a_links.doc-right ul li {
    width: 100%; }
  #website-body .ep-a_links.doc-right .ep-p_text.ep-layout_page .ep_name, #website-body .ep-a_links.doc-right .ep-p_text.ep-layout_pdf .ep_name, #website-body .ep-a_links.doc-right .ep-p_text.ep-layout_document .ep_name {
    display: inline;
    order: -1;
    -webkit-order: -1;
    margin-right: 23px; }
    #website-body .ep-a_links.doc-right .ep-p_text.ep-layout_page .ep_name:hover, #website-body .ep-a_links.doc-right .ep-p_text.ep-layout_pdf .ep_name:hover, #website-body .ep-a_links.doc-right .ep-p_text.ep-layout_document .ep_name:hover {
      transform: translate(-5px); }
  #website-body .ep-a_links.doc-right .ep_list .ep-p_text.ep-layout_pdf {
    padding-left: 0; }
  #website-body .ep_gridrow.ep-o_productlist .ep-m_product.ep-layout_greycolor .doc-right {
    top: 35px; }
  #website-body .ep_gridrow.ep-o_productlist[data-layout1200^="separation"] > .ep_gridrow-content > .ep_gridcolumn[class*="ep-m_"].ep-layout_greycolor > .ep_gridcolumn-content {
    padding-top: 10px !important; } 
}
	
@media screen and (max-width: 1019px) {
  #website #website-header:after {
    border-bottom: none; }
  #website #website-header .ep_toolbar .ep_search-menu .ep_menu-access .ep_button .ep_icon {
    overflow: hidden;
    width: 21px;
    height: 21px;
    background-image: url(../img/user-full.svg);
    background-position: 0 0;
    background-repeat: no-repeat; }
  #website #website-header .ep_toolbar .ep_search-menu .ep_menu-access .ep_button:hover .ep_icon {
    background-image: url(../img/user-blue.svg);
    background-position: 0 0;
    background-repeat: no-repeat; }
  #website #website-header .ep_toolbar .ep_search-menu .ep_form .ep_title .ep_icon {
    overflow: hidden;
    width: 21px;
    height: 21px;
    background-image: url(../img/user-full.svg);
    background-position: 0 0;
    background-repeat: no-repeat; }
  #website #website-header .ep_toolbar .ep_search-menu .ep_form .ep_title:hover .ep_icon {
    background-image: url(../img/user-blue.svg);
    background-position: 0 0;
    background-repeat: no-repeat; } }
@media screen and (max-width: 1199px) {
  .lo_large-search {
    padding: 5px 10px; } }
/* //////////////////////////////////////////////////////////////////////// 
TREE FOR TYPE 3 SEARCH FILTER 
//////////////////////////////////////////////////////////////////////// */
.ep_branch {
  position: relative;
  border-left: 1px solid #ccc;
  padding-left: 15px; }
  .ep_branch label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    padding: 10px 5px;
    justify-content: space-between;
    border-bottom: 1px solid #ccc; }
    .ep_branch label input {
      order: 1; }
  .ep_branch > label {
    font-weight: 600;
    color: #000;
    padding-left: 0; }
  .ep_branch::before {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #000000;
    content: " ";
    position: absolute;
    top: 10px;
    left: -3px; }
  .ep_branch.branch-open ul {
    display: block; }
  .ep_branch.branch-open::before {
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    top: 14px; }
  .ep_branch.branch-closed ul {
    display: none; }

.ep_leaf label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  padding: 10px 5px;
  background: url("../img/doc.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 12px;
  padding-left: 25px !important; }

/* //////////////////////////////////////////////////////////////////////// 
TABLES
//////////////////////////////////////////////////////////////////////// */
@media screen and (max-width:479px){
	#website-body .ep-table {
		margin: 0 !important;
	}
	
	#website-body .ep-table.keyplayers-table .ep-table-row {
      padding: 0 !important;
	}
	
	#website-body .ep-table .ep-table-row .ep-table-cell {
		padding: 5px !important;
	}
	
	#website-body .ep-table .ep-table-row .ep-table-cell::before {
          margin-right: 0 !important;
    }
}
#website-body .ep-table a {
  color: #326aab !important;
}

#website-body .ep-table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0;
  /*fix
  margin: 0 0 3em 0;
  */
  font-size: 14px; 
 }
 
#website-body .ep-table .ep-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #website-body .ep-table .ep-table-row:first-child .ep-table-cell {
      border-top: none; }
    #website-body .ep-table .ep-table-row.ep-table-heading-row {
      border-bottom: 1px solid #1e1e1f; }
      #website-body .ep-table .ep-table-row.ep-table-heading-row .ep_name {
        font-size: 14px;
        font-weight: bold;
        color: #1e1e1f; }
      #website-body .ep-table .ep-table-row.ep-table-heading-row .ep-table-cell {
        border-top: none; }
      #website-body .ep-table .ep-table-row.ep-table-heading-row + .ep-table-row .ep-table-cell {
        border-top: none; }
    #website-body .ep-table .ep-table-row.ep-table-footer-row .ep-table-cell {
      font-weight: bold; }
    #website-body .ep-table .ep-table-row .ep-table-cell {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-start;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%;
      padding: 15px 15px 15px 0;
      overflow: hidden;
      list-style: none;
      border-top: 1px dotted #ccc;
      /*background: white;*/
      border-color: #bcbdbd;
      /* Acronym
      ================================== */ }
      #website-body .ep-table .ep-table-row .ep-table-cell.right-cell {
        justify-content: flex-end; }
      #website-body .ep-table .ep-table-row .ep-table-cell.center-cell {
        justify-content: center; }
      #website-body .ep-table .ep-table-row .ep-table-cell.left-cell {
        justify-content: flex-start; }
      #website-body .ep-table .ep-table-row .ep-table-cell:first-child {
        padding-left: 10px;
        /* Acronym
        ================================== */ }
        #website-body .ep-table .ep-table-row .ep-table-cell:first-child .ep-p_text.ep-layout_contenttype .ep_name {
          margin-right: 15px; }
      #website-body .ep-table .ep-table-row .ep-table-cell:last-child {
        padding-right: 10px; }
      #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-xs {
        min-width: 8%;
        width: 8%; }
         #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-xss {
        min-width: 16%;
        width: 16%; }
      #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-s {
        min-width: 20%;
        width: 20%; }
      #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-m {
        min-width: 25%;
        width: 25%; }
      #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-l {
        min-width: 30%;
        width: 30%; }
      #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-xl {
        min-width: 40%;
        width: 40%; }
      #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-xxl {
        min-width: 60%;
        width: 60%; }
      #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-full {
        min-width: 100%;
        width: 100%; }
      #website-body .ep-table .ep-table-row .ep-table-cell .ep-p_text.ep-layout_contenttype .ep_name {
        padding: 2px 4px 1px 4px;
        background-color: #fff;
        border-width: 1px;
        border-style: solid;
        border-color: inherit;
        transform: none;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 10px;
        font-weight: normal;
        line-height: 10px;
        text-transform: uppercase;
        color: inherit;
        border-color: #e53f1f;
        color: #e53f1f; }
  #website-body .ep-table .ep-a_button::before {
    display: block;
    content: "";
    width: 100%; }
  #website-body .ep-table .ep-a_button::after {
    height: 5px; }
  #website-body .ep-table .ep-a_button .ep-p_button button {
    /*margin-left: 5px;*/
    margin-top: 0; }
  #website-body .ep-table .ep-a_button .ep-p_button .ep_name {
    border-color: transparent;
    font-size: 13px;
    text-align: center; }

/* Responsive
==================================== */
@media all and (max-width: 639px) {
  #website-body .ep-table {
    font-size: 16px; }
    #website-body .ep-table.ep-responsive-table .ep-table-row .ep-table-cell::before {
      display: none; }
    #website-body .ep-table.ep-responsive-table .ep-table-row .ep-table-column-head {
      font-size: 14px;
      font-weight: 600;
      color: #000; }
    #website-body .ep-table .ep-table-row {
      flex-direction: column;
      border-bottom: 1px dotted #ccc;
      padding-bottom: 10px;
	  margin: 10px 10px 0 10px;
      /* Cell styles
      ================================== */ }
      #website-body .ep-table .ep-table-row.ep-table-heading-row {
        display: none; }
      #website-body .ep-table .ep-table-row.ep-table-footer-row .ep-table-column-head::before {
        display: none; }
      #website-body .ep-table .ep-table-row.ep-table-footer-row .ep-table-column-head .ep_name {
        padding: 4px 8px 2px;
        border-radius: 2px;
        font-size: 14px;
        background: #000;
        color: white; }
      #website-body .ep-table .ep-table-row .ep-table-cell {
        width: 100%;
        border: none;
        padding-left: 0;
        padding-bottom: 5px;
        display: block;
        line-height: 1.5em; }
        #website-body .ep-table .ep-table-row .ep-table-cell.center-cell {
          justify-content: flex-start; }
        #website-body .ep-table .ep-table-row .ep-table-cell:first-child {
          padding-left: 0; }
          #website-body .ep-table .ep-table-row .ep-table-cell:first-child .ep-p_text.ep-layout_contenttype .ep_name {
            margin-right: 10px;
            margin-bottom: 5px; }
        #website-body .ep-table .ep-table-row .ep-table-cell:last-child {
          padding-right: 15px;
          justify-content: flex-start;
          border-bottom: none; }
		  
        #website-body #key_players-data .ep-table .ep-table-row .ep-table-cell::before {
          content: attr(data-column-head);
          margin-right: 15px;
          font-weight: 600;
          font-size: 14px;
          color: #000; }
        #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-xs, #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-s, #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-m, #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-l, #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-xl, #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-xxl, #website-body .ep-table .ep-table-row .ep-table-cell.ep-table-cell-full {
          min-width: 100%;
          width: 100%; }
    #website-body .ep-table .ep-a_button::before {
      display: block;
      content: "";
      width: 100%; }
    #website-body .ep-table .ep-a_button::after {
      height: 5px; }
    #website-body .ep-table .ep-a_button .ep-p_button button {
      margin-left: 0;
      margin-top: 10px; }
    #website-body .ep-table .ep-a_button .ep-p_button .ep_name {
      border-color: transparent;
      font-size: 13px;
      text-align: center; }
    #website-body .ep-table.keyplayers-table .ep-table-row {
      padding: 0px 5px 10px; /** modification 10px 5px 40px; */
      border-bottom: 1px solid #000; }
      #website-body .ep-table.keyplayers-table .ep-table-row:last-child {
        padding-bottom: 0;
        border-bottom: none; }
    #website-body .ep-table.keyplayers-table .ep-table-cell::before {
      min-width: 100%;
      padding-bottom: 5px;
      color: #000; }
    #website-body .ep-table.keyplayers-table .ep-table-cell.ep-table-column-head::before {
      min-width: 100%;
      padding-bottom: 5px;
      color: #000;
	}
	
	#website-body .ep-table.keyplayers-table .ep-table-cell .ep-p_text {
      display: flex;
	  padding: 10px 0 0 0;
	}
	
	#website-body .ep-table.keyplayers-table .ep-table-cell [class*="ep-a_"]:after {
		height: 0px;
	}
	
	#website-body .ep_gridrow .ep_accordion .ep_accordion-item .ep_accordion-title {
		font-size: 15px;
	}
	
	#website-body .ep_gridcolumn[class*="ep-m_"].ep-layout_underline:after {
		height: 0px
	}
    
}
.no-flexbox .ep-table {
  display: block; }
  .no-flexbox .ep-table > .ep-table-cell {
    width: 100%; }
  .no-flexbox .ep-table > .ep-table-cell--foot {
    margin-bottom: 1em; }
	
#website-body .ep_gridrow .ep_accordion .ep_accordion-item .ep_accordion-title span.ep_icon {
float: right;
color: #326aab;
}	



body[data-jsactive] #website #website-body .ep_gridrow .ep_gridrow-content .ep_gridrow .ep_gridcolumn.ep-layout_accordion > .ep_gridcolumn-content > .ep_accordion .ep_accordion-item .ep_accordion-title .ep_icon {
    display: inline-block;
}
	
#website-body .ep_gridrow .ep_accordion .ep_accordion-item .ep_accordion-title .ep_icon {
	overflow: hidden;
	width: 20px;
	height: 20px;
	background-color: #fff;
	background-position: inherit;
	border-width: 1px;
	border-color: #326aab;
	border-style: solid;
	border-color: inherit;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}	
#website-body .ep_gridrow .ep_accordion .ep_accordion-item .ep_accordion-title .ep_icon::before{
	width: 0;
height: 19px;
content: " ";
position: static;
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
color: inherit;
content: "+";
padding: 0px 0px 3px 3px;
font-size: 20px;
text-decoration: none;
font-weight: lighter;
line-height: 20px;
}

#website-body .ep_gridrow .ep_accordion .expanded.ep_accordion-item .ep_accordion-title .ep_icon::before{
	width: 0;
height: 19px;
content: " ";
position: static;
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
color: inherit;
content: "-";
padding: 0px 0px 10px 5px;
font-size: 26px;
text-decoration: none;
font-weight: lighter;
line-height: 18px;
}

#website-body .ep_gridrow .ep_accordion .ep_accordion-item .ep_accordion-title .ep_icon::after  {
width: 9px;
height: 9px;
background-image: url(../img/icons.svg);
background-position: inherit;
background-repeat: no-repeat;
content: " ";

position: static;
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
color: inherit;
}

#website-body .ep_gridrow .ep_accordion .ep_accordion-item .ep_accordion-title .ep_icon::after  {
width: 9px;
height: 9px;
background-image: url(../img/icons.svg);
background-position: inherit;
background-repeat: no-repeat;
content: " ";

position: static;
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
color: inherit;
}


/*facet subject css fixes */
#tableofcontent_internetSubject_s-content > #tree > #internetSubject_s {
	margin: 10px 0px 0 0px !important;
	border: none !important;
}

#website-body .ep_gridrow .ep_gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu #tableofcontent_internetSubject_s-content .ep_item a::before, 
#website-body .ep_gridrow .ep_gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu #tableofcontent_internetSubject_s-content .ep_item div::before {
	border: none !important;
	margin: 0 !important;
}

#website-body .ep_gridrow .ep_gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu #tableofcontent_internetSubject_s-content .ep_item,
#website-body .ep_gridrow .ep_gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu #tableofcontent_internetSubject_s-content .ep_item > a {
  position: static;
  padding: 0px 0px 5px 7px !important;
	margin: 10px 0px 0 0px !important;
}

#tableofcontent_internetSubject_s-content > #tree > #internetSubject_s > .ulSublevel > ul >#internetSubject_s {
	margin: 0 !important;
	display: block !important;
	font-size: 12px;
}

#tableofcontent_internetSubject_s-content > #tree > #internetSubject_s > .ulSublevel > ul >#internetSubject_s a span {
	padding: 0px !important;
}

#tableofcontent_internetSubject_s-content > #tree > #internetSubject_s > .ulSublevel > ul >#internetSubject_s > .ulSublevel > ul > #internetSubject_s {
	padding: 0px !important;
	font-size: 10px;
	
}
#tableofcontent_internetSubject_s-content > #tree > #internetSubject_s > .ulSublevel > ul >#internetSubject_s > .ulSublevel > ul > .expandable, 
#tableofcontent_internetSubject_s-content > #tree > #internetSubject_s > .ulSublevel > ul >#internetSubject_s > .ulSublevel > ul > .collapsable {
	margin: 5px 15px 0 7px !important;
}
/* END facet subject css fixes */	
	
	
	
	
#website-body .ep_gridrow .ep_gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu .ep_title > span {
	padding: 10px 50px 5px 10px !important;
}

#website-body .ep_gridrow .ep_gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu .ep_title .ep_name {
	font-size: 1.4em;
	font-weight: normal;
}

#website-body .ep_gridrow .ep_gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu .ep_content + .ep_content{
	border-top: none;
}
#website-body .ep-a_button.ep-layout_calltoaction .ep-p_button button.deactivated {
    background: #ccc; }
    #website-body .ep-a_button.ep-layout_calltoaction .ep-p_button button.deactivated:hover {
      color: white;
      cursor: not-allowed !important; }
      #website-body .ep-a_button.ep-layout_calltoaction .ep-p_button button.deactivated:hover .ep_name {
        cursor: not-allowed !important; }


#website-body .ep-p_textfield>div.mandatory{
	display:none;
}


#website-body .progress-bar_wrap {
  width: 300px;
  height: 5px;
  background: white;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 5px;
  color:white;
}

#website-body .progress-bar_text {
display: inline-block;
margin-left: 1px;
transition: .2s;
font-weight:bold;
color:white;
font-size:larger;
}

#website-body .progress-bar_text1 {
color:#FF4B47;
}

#website-body .progress-bar_text2 {
color:#F9AE35;
}

#website-body .progress-bar_text3 {
color:#2DAF7D;
}

#website-body .progress-bar_item {
  display: inline-block;
  height: 100%;
  width: 32.5%;
  margin-right: .8%;
  border-radius: 5px;
  float: left;
  transition: background-color .2s, visibility .1s;
}

#website-body .progress-bar_item-1.active {
  background-color: #FF4B47;
}

#website-body .progress-bar_item-2.active {
  background-color: #F9AE35;
}

#website-body .progress-bar_item-3.active {
  background-color: #28813c;
}


#website-body .short{
color:#FF0000;
}
#website-body .medium{
color:#F9AE35;
}
#website-body .strong{
color: #28813c;
}

#website-body .grey{
  background-color: lightgrey;
}

#website-body .ep_gridrow-content #msg{
	letter-spacing:0px;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	width:98.9%;
	text-align:right;
}

#website-body .ep_gridrow-content #text{
	font-weight:normal;
	}

#website-body #popuptextwidget .ep-p_text .ep_name{
	white-space:pre-line;
}
/*# sourceMappingURL=legislative-observatory.css.map */
