/*!
 * Engine.css
 *
 * PDBj web Interface
 * 
 * By Gert-Jan Bekker
 */

.dTO {
  border-collapse: collapse;
}

.dTO > tbody > tr:nth-child(odd) {
  background-color: #ffffff;
}

.dTO > tbody > tr:nth-child(even) {
  background-color: #F5F5F5;
}

.dTOi {
  border-collapse: collapse;
}

.dTOi tr:nth-child(even) {
  background-color: #ffffff;
}

.dTOi tr:nth-child(odd) {
  background-color: #F5F5F5;
}


.dTO_trans {
  border-collapse: collapse;
}

.dTO_trans > tbody > tr:nth-child(odd) {
  background-color: #ffffff00;
}

.dTO_trans > tbody > tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
}

.dTOi_trans {
  border-collapse: collapse;
}

.dTOi_trans tr:nth-child(even) {
  background-color: #ffffff00;
}

.dTOi_trans tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.04);
}



.loadingImage {
  display: none !important; /*for now hide this...*/
  transition: visibility 0.2s ease, opacity 0.2s ease;
  opacity: 0;
  visibility: hidden;
  width: 12em;
  position: fixed;
  top: 1em;
  z-index: 999;  
}


.loadingImage .LItxt {
  position: absolute;
  left: 0%;
  margin-left: 30%;
  margin-top: 40%;
  font-weight: bold;
}

.loadingImage .LIimg {
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.sNP {
  border-radius: 1em;
  background-color: white;
  margin-bottom: 1em;
}

.sNP.dynamicResizeObject {
  overflow-x: hidden;
}

.sNP .sNP_nB {
  position: relative;
  border-top-left-radius: 1.25em;
  border-top-right-radius: 1.25em;
  font-size: 1em;
  font-weight: bold;
  padding: .5em 1em .5em 1em;
}

.sNP .sNP_nB h3 {
  margin: 0;
  font-size: 1em;
  margin-right: 1.75em;
}

.sNP .sNP_cB {
 padding: .5em 1em 1em 1em;
}

.sNP.dynamicResizeObject .sNP_cB {
  overflow: hidden;
}

.sNP.titlehead {
  margin-bottom: 2em;
}

.sNP.titlehead .sNP_cB {
  padding-bottom: 0em !important;
}

.sNP.titlehead .sNP_nB {
  border-bottom-left-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
}

.sideMenu .sNP .sNP_cB  ul {
  margin: 0;
  padding: 0;
}

.sideMenu  .sNP .sNP_cB  li {
  list-style:none;
}

.contentMenu .sNP .sNP_cB  ul {
  margin: 0;
  padding: 0;
}

.contentMenu  .sNP .sNP_cB  li {
  list-style:none;
}

:not(.static) .sNP .exP_cb {
  padding-bottom: 0em !important;
}

.static .sNP .exP_cb {
  padding-bottom: .5em !important;
  height: 100%;
}

.exP_cb li  > a {
  text-decoration: none;
  color: black;
  display: inline-block;
}

.sNP_exb {
  position: absolute;
  cursor: pointer;
  margin-top: .33em;
  width: 0px;
  height: 0px;
  border-left: .75em solid transparent;
  border-right: .75em solid transparent;
  border-top: .75em solid white;
  border-bottom: 0 solid transparent;
}

.sNP_button {
  overflow-x: none;
  cursor: pointer;
}

.sNP_button .sNP_button_nb {
  text-align: center;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.sNP_button_form {
  background-color: transparent;
  border: none;
  cursor: inherit;
  font-weight: inherit;
  margin: 0em;
  padding: 0em;
}

.unselectableText {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}


/* color stuff */

.shadow1 {
  box-shadow: .67em .67em 1.675em #888888;
}

.firefox .shadow1 {
  box-shadow: .67em .67em 1em #888888 !important;
}

.snP_border {
  border: 1px solid #ACED73; /*COLOUR__MAIN_BORDER*/
}


.sNP_exb_hover {
  border-top: .75em solid #C8323A; /*COLOUR__MAIN_OPPOSITE*/
}


.niceGradient{
  background-image: linear-gradient(#d5f6b8, #FFFFFF); /*COLOUR__MAIN_MILD*/
} 

.sNP_button_nb.niceGradient:hover {
  background-image: linear-gradient(#FFFFFF, #d5f6b8); /*COLOUR__MAIN_MILD*/
}

.selectGradient {
  background-image: linear-gradient(to right, rgba(198, 227, 245, 1), rgba(198, 227, 245, 0)); /*COLOUR__MAIN_MILD, COLOUR__MAIN_MILD*/
}

.shadow2 {
  box-shadow: 1em 1em 1.67em #888888;
}

.shadow1 {
  box-shadow: .67em .67em 1.675em #888888;
}

.firefox .shadow1 {
  box-shadow: .67em .67em 1em #888888 !important;
}


.shadow_half {
  box-shadow: .33em .33em .82em #888888;
}

.firefox .shadow_half {
  box-shadow: .33em .33em .5em #888888 !important;
}

.shadow_q {
  box-shadow: .15em .15em .67em #888888;
}

.firefox .shadow_q {
  box-shadow: .15em .15em .25em #888888 !important;
}



.ddsM input[type=radio], .ddsM input[type=checkbox]{
  display: none;
}

.ddsM input[type=radio] + label, .ddsM input[type=checkbox] + label {
  display: block;
  padding: .25em;
  cursor: pointer;
  margin: 0em;
  font-size: .9em;
}

.ddsM input[type=radio] + label:hover, .ddsM input[type=checkbox] + label:hover {
  color: rgb(200, 50, 58);
}


.ddsM.markSelection input[type=radio]:checked + label, .ddsM.markSelection input[type=checkbox]:checked + label {
  font-style: italic;
  font-weight: bold;
}


.ddsM > .unselectableText {
  cursor: pointer;
  font-size: .9em;
  padding: .25em;

}

.ddb_cb {
  z-index: 999;
  position: absolute;
  background-color: white;
  margin-left: .75em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top: none !important;
  overflow: hidden;
}

.br_0p5 {border-radius: 0.5em;}
.br_0p25 {border-radius: 0.25em;}
.br_1p0 {border-radius: 0.5em;}
.br_1p25 {border-radius: 1.25em;}
.br_1p5 {border-radius: 1.5em;}

.sPlane {
  border-radius: 1em;
  padding: 1em;
  background-color: white;
  /*overflow-x: hidden;*/
  margin-bottom: 2em;
}


.closeButton {
  position: absolute;
  margin-top: .25em;
  right: 0.33em;
  cursor: pointer;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  border: 1px solid transparent;
  text-align: center;
  /*padding: .15em .35em .35em .25em;*/
  padding: .025em .275em .475em .275em;
  font-weight: bold;
  text-decoration: none;
  color: black;
  z-index: 900;
}

.closeButtonR {
  cursor: pointer;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  border: 1px solid transparent;
  text-align: center;
  padding: .15em .275em .35em .275em;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.opacityTransition {
  opacity: 0;
}

.opacityTransition {
  transition: visibility 0.4s ease, opacity 0.4s ease;
}

.opacityTransition2 {
  transition: visibility 0.4s ease, opacity 0.4s ease;
}

.allTransition {
  transition: all .4s ease;
}

.sizeTransition {
  transition: width .4s ease, min-width 0.4s ease, height 0.4s ease, min-height 0.4s ease;
}

.positionTransition {
  transition: top .4s ease, bottom 0.4s ease, left 0.4s ease, right 0.4s ease;
}

.extTransition {
  transition: top .4s ease, bottom 0.4s ease, left 0.4s ease, right 0.4s ease, min-width 0.4s ease, width 0.4s ease, height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.basicTransition {
  transition: top .4s ease, bottom 0.4s ease, left 0.4s ease, right 0.4s ease, min-width 0.4s ease, width 0.4s ease, height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.basicTransition2 {
  transition: top .4s ease, bottom 0.4s ease, left 0.4s ease, right 0.4s ease, min-width 0.4s ease, width 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.planeTransition {
  height: 0px;
}

.planeTransition {
  transition: visibility 0.4s ease, opacity 0.4s ease, height .4s ease;   
}

.visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.borderHover {
  border-color: #C0C0C0; /*COLOUR__MAIN_OPPOSITE*/
}

.optCat_p {
  cursor: pointer;
  width: 1.25em;
  display: inline-block;
  font-family: courier;
  text-align: center;
}

.optCat_n {
  cursor: pointer; 
}

.eqSpacedTbl th,td {
  padding: .25em;
}

.eqSpacedTbl2 th,td {
  padding: .25em .5em .25em .5em;
}

@media only screen and (max-width: 40em) {
  .eqSpacedTbl2 th,td {
    padding: .125em .25em .125em .25em;
  }
}


a {
  color: blue;
  /*display: inline-block;*/
} 

a.blackA {
  color: black;
} 

a:hover {
  color: #c8323a !important;
} 

.someHover:hover {
  color: #c8323a;
} 

.textBox {
  vertical-align: middle;
  border: 1px solid #888;
  background-color: white;
  font: 1em courier new;
  padding: .15em .5em .15em .5em;
  margin: .125em 0em .125em 0em;
  overflow: auto;
  height: 2em;
  border-radius: .5em;
  width: 95%;
  width: calc(100% - 1.125em);
  outline: none;
}

.textBoxCED {
}

.fancySearch {
  display: inline-block;
  padding: 1px 2.5em 1px 1.5em;
  background-color: white;
  border-radius: 1em;
  border: 1px solid #888;
  height: 2em;
  max-height: 2em;
}

.fancySearch .click {
  margin-top: -1px;
  height: 100%;
  width: 1.67em;
  padding: 0 .25em 0 .25em;
  display: inline;
  position: absolute;
  cursor: pointer;
  right: 0em;
  background-color: #888;
  border-top-right-radius: .9em;
  border-bottom-right-radius: .9em;
}

.fancySearch .inputBox {
  width: calc(100% - 2em);
  border: none;
  height: 1.5em;
}

/* w > 40em */
@media only screen and (min-width: 40em) {
  .tabbedPlane {
    left: 2.5em;
    width: 90%;
    width: calc(100% - 5em);
  }
}

/* w < 40em */
@media only screen and (max-width: 40em) {
  .tabbedPlane {
    left: 1em;
    width: 95%;
    width: calc(100% - 2em);
  }
}

.tabbedPlane {
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: 1px;
  z-index: 0;
  margin-top: -0.5em;
}

.tabbedPlane a, .tabbedPlane span {
  font-size: 1em;
  height: 1.25em;
  padding: .5em;
  display: inline-block;
  margin-right: .25em;
  cursor: pointer;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  opacity: 1;
  margin-top: 0.5em;
}

.tabbedPlane.bottom {
  z-index: 10;
}

.tabbedPlane.bottom a, .tabbedPlane.bottom span {
  border-radius: 0 0 1em 1em;
  margin-top: -1px;
}

.tabbedPlane .tab_sel {
  background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.tabbedPlane .tab_sel_b {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.tabbedPlane a, .tabbedPlane span {
  background-color: #C6E3F5;  /*COLOUR__MAIN_MILD*/
  border: 1px solid #C6E3F5; /*COLOUR__MAIN_MILD*/
}

.tabbedPlane .tab_sel {
  background-color: #C6E3F5; /*COLOUR__MAIN_MILD*/
}

.tabbedPlane .tab_sel_b {
  background-color: #C6E3F5; /*COLOUR__MAIN_MILD*/
}

.tabbedPlane .tab_hover {
  background-color: rgba(198, 227, 245, 1); /*COLOUR__MAIN_MILD*/
}

.tabbedPlane .tab_nohover {
  background-color: rgba(198, 227, 245, .33); /*COLOUR__MAIN_MILD*/
}

a.external {
  background: url(../content/external.png) center right no-repeat;
  padding: 0 1.25em 0 0;
  background-size: .67em;
  background-position: right .33em center;
}

.linkLike {
  color: blue;
  cursor: pointer;
}

.linkLike:hover {
  color: red;
}

html {
  overflow-y: scroll;
  font-family: verdana, meiryo, sans-serif, Arial Unicode MS, Cambria Math;
  font-size: 0.75vw;
}

body {
  margin: 0em;
  background-color: #F8F8FC;
  background-image: url(../content/bg_texture.png);
}

#icon-links {
  position: absolute;
  top: 5.5em;
  left: .75em;
  z-index: 10;
}

#topSearchBox .click {
  padding-bottom: 1px !important;
}

#topSearchBox {
  z-index: 10;
}

#language-box {
  top: 0.5em;
  right: 1em;
}

#language-box > a {
  margin-left: 1em;
  cursor: pointer;
}

#language-box > a.lb_sel {
  color: #c8323a;
}

#menu-box {
  position: relative;
  bottom: -2.25em;
  display: inline-block;
}

#browse-box {
  
}

#login-box {
  margin: 0 .5em 0 .5em;
}

#search-box {
  margin: 0 0 0 .5em;
}

#search-box > div {
  position: relative;
}

#header {
  height: 6em;
  background-image: linear-gradient(#F8F4FF, #C7F3A0); /* COLOUR__MAIN_ACCENT, COLOUR__MAIN */
  box-shadow: 0.67em -.25em 1.675em #888, 0.55em 1.5em 1.675em #888;
  
  min-width: calc(100% - 26em);
}

#header:after {
  background-image: linear-gradient(#C7F3A0, #F8F4FF00); /* COLOUR__MAIN_SELECT, COLOUR__MAIN_ACCENT */
  
  display: inline-block;
  width: 100%;
  height: 2.5em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  content: '';
  position: absolute;
  top: 6em;
  left: 0;
}

#header > :first-child > img {
  padding: 0.5em;
  float: left;
  overflow: hidden;
  
  max-height: 5em;
  max-width: 33%;
}

#side-menu {
  position: absolute;
  left: -20.5em;
  top: 9.5em;
  width: 20em;
  z-index: -1;
}

#page-body {
  position: absolute;
  left: 21em;
  min-width: calc(100% - 21.5em);
  vertical-align: top;
  margin-right: 1em;
}

@media only screen and (max-width: 600px) {
  #menu-box {
    display: inline;
    position: unset;
  }
  #language-box {
    display: inline;
  }
}

@media only screen and (max-width: 900px) {

  #connect-orcid-button {
    margin-top: .25em !important;
    margin-bottom: .25em !important;
    font-size: 0em !important;
  }
}

@media only screen and (min-width: 50em) and (max-width: 1600px) {
  #page-body {
    width: calc(100% - 16em);
    left: 15em;
  }
  
  #side-menu {
    left: -14.75em;
    width: 14.5em;
  }
  
  html {
    font-size: 12px;
  }
  
}

@media only screen and (max-width: 50em) {
  #page-body {
    min-width: calc(100% - 1em);
    left: .5em;
  }
  
  #side-menu {
    position: unset;
    min-width: 100%;
    left: .5em;
  }
  
  html {
    font-size: 12px;
  }
  
}




#content-body {
  margin-top: 3.5em;
}

#footer {
  margin-top: 1.5em;
  text-align: center;
}

html.minimalDisplay {
  overflow: auto!important;
}

.minimalDisplay #page-body {
  width: fit-content;
  margin-left: 0.5em;
  position: unset;
}

.minimalDisplay #content-body {
  margin-top: .5em;
}

.minimalDisplay #header {
  display: none;
}

.minimalDisplay #side-menu {
  display: none;
}



/* orchid */

#connect-orcid-button{
	border: 1px solid #D3D3D3;
	padding: .3em;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 3px #999;
	cursor: pointer;
	color: #999;
	font-weight: bold;
	font-size: .8em;
	line-height: 24px;
	vertical-align: middle;
  margin-top: -.67em;
}

#connect-orcid-button:hover{
	border: 1px solid #338caf;
	color: #338caf;
}

#orcid-id-logo{
	display: block;
	margin: 0 .5em 0 0;
	padding: 0;
	float: left;
}

.fileManager_table {
  margin-top: 0.5em;
  border: 1px solid #ccc;
  padding-top: 1em;
}

.fileManager_table tr:hover:not(:first-child) {
  background-color: lightyellow !important;
  cursor: pointer;
}


.fileManager_table tr > td:nth-child(1) {
  width: 5em;
}

.fileManager_table tr > td:nth-child(2) {
}

.fileManager_table tr > td:nth-child(3) {
  width: 7em;
}

.fileManager_table tr > td:nth-child(4) {
  width: 14em;
}


#xrda_UI_complexMenu {
  display: inline-block;
  position: absolute;
  border: 1px solid red;
  border-radius: 1em;
  background-color: white;
  min-width: 10em;
  font-size: .8em;
  z-index: 9999;
  border-spacing: 0;
}

#xrda_UI_complexMenu > tr:nth-child(1) > td {
  padding: .25em .5em .25em .5em;
  border-bottom: 1px solid red;
}


#xrda_UI_complexMenu > tr:nth-child(2) > td:nth-child(1) {
  padding: .25em .5em 0.5em .5em;
  vertical-align: middle;
  width: 1em;
}

#xrda_UI_complexMenu > tr:nth-child(2) > td:nth-child(1):hover {
  background-color: yellow;
  cursor: pointer;
  border-bottom-left-radius: 1em;
}

#xrda_UI_complexMenu > tr:nth-child(2) > td:nth-child(2) {
  padding: .25em 0 0.25em .5em;
  height: 100%;
  min-width: 7em;
  border-left: 1px solid red;
}

#xrda_UI_complexMenu > tr:nth-child(2) > td:nth-child(2) > div {
  padding: 0.25em .25em 0.25em 0.25em;
  width: calc(100% - 1em);
  display: block;
}

#xrda_UI_complexMenu > tr:nth-child(2) > td:nth-child(2) > div > span:nth-child(2) {
  position: relative;
  float: right;
}

#xrda_UI_complexMenu > tr:nth-child(2) > td:nth-child(2) > div:hover {
  background-color: yellow;
  cursor: pointer;
}


.simplePopup{
  position: absolute;
  z-index: 10;
}

.simplePopup > :nth-child(2) {
  cursor: move;
}

.xrda_search_table table > tbody > tr:nth-child(1) > td:nth-child(1) {
  width: 15em;
  text-align: center;
}

.xrda_search_table table > tbody > tr:nth-child(1) > td:nth-child(1) > img {
  max-width: 15em;
  max-height: 10em;
}



.cTSBTemplate .inputBox {
  height: 2em;
  margin-top: .275em;
  border: 0px;
  text-align: left;
}

.inputBox2 {
  margin-top: .275em;
  text-align: left;
}

.tsbMenu2 {
  top: 2.25em;
  position: absolute;
  width: 85%;
  width: calc(100% - 6em);
  height: 0px;
  overflow: hidden;
  z-index: 100;
  background-color: white;
  right: 2.25em;
  margin-right: -1px;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  padding: .5em;
  border: 1px solid #888;
  border-top-color: transparent;
  transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.tsbTopMenu {
  position: absolute;
  left: -1.5em;
  white-space: nowrap;
  padding-top: 1em;
  bottom: 1.82em;
}

.tsbTopMenu li {
  display: -moz-inline-stack;
  display: inline-block;
}

.tsbTopMenu li.ok {
  padding: .25em .5em .25em .5em;
  cursor: pointer;
  opacity: .5;
  border: 1px solid #888;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  margin-left: .25em;
  color: #888;
  background-color: white;
}

.tsbTopMenu  li.tmSel {
  color: white;
  background-color: #888;
  opacity: 1!important;
}

.tsbTopMenu  li:hover {
  opacity: 1;
}

.cTSBTemplate .tsbMenu {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  position: absolute;
  padding: .5em 1em .5em 1em;
  margin-top: 1px;
  margin-right: -5em;
  background-color: white;
  overflow: hidden;
  border-top: .25em solid #F0F1F2;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  padding-left: 1em;
  z-index: 999;
}

.cTSBTemplate .sugg {
  text-align: left;
  padding: .5em;
  color: #DDD;
  font-size: .85em;
}

.cTSBTemplate .suggI {
  text-align: left;
  cursor: pointer;
  border-radius: .5em;
  padding: .5em;
}

.cTSBTemplate .tsbMenu .stImg {
  display: inline;
  vertical-align: middel;
  height: 1.5em;
  margin-right: 1em;
}


.cTSBTemplate .tsbMenu .stBox {
  text-align: left;
  cursor: pointer;
  border-radius: .5em;
  padding: .5em;
}

#optionsButton {
  cursor: pointer;
  padding: 0 0.5em 0 0.5em;
  font-weight: bold;
}

#optionsButton:hover {
  color: #c8323a !important;
}

.content_iframe {
  resize: both;
  overflow: hidden;
}

.flowjs-ondrag {
  background-color: #bdfde5;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.flowjs-neardrag {
  background-color: #eefef8;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.SearcherPageNavi {
  z-index: 920;
  height: 2em;
  position: fixed;
  bottom: 0px;
  background-color: white;
  border: 1px solid black;
  border-bottom: none;
  padding: 0 .5em .5em .5em;
  text-align: center;
  
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  
  width: calc(100% - 22.5em);
  left: 21em;
}

.pEC_controls {
  margin-right: .5em;
  color: #ddd;
}

.pEC_controls:hover {
  cursor: pointer;
  color: red;
}

.pEC {
  margin-bottom: 1em;
  padding: 0.25em;
  border-radius: 0.5em;
  border: 1px solid #ccc;
  display: inline-block;
  min-width: 100%;
}

.pEC > div:nth-child(1) {
  font-weight: bold;
  padding: .25em .5em .25em .5em;
  color: #888;
  display: inline-block;
}

.pEC > div:nth-child(1):hover {
  color: red;
  cursor: pointer;
}

.pEC > table {
  border-collapse: collapse;
}

.pEC > table > tbody > tr:nth-child(odd) {
  background-color: #fff;
}

.pEC > table > tbody > tr:nth-child(even) {
  background-color: #f5f5f5;
}

.pEC > table > tbody > tr > td {
  padding: .25em .5em .25em .5em;
}

.pEC > table th {
  padding: .25em .5em .25em .5em;
  color: #888;
}

.pEC > table th:hover {
  color: red;
  cursor: pointer;
}

.pEC > table > tbody > tr > td:nth-child(1) {
  color: #888;
}

.pEC > table > tbody > tr > td:nth-child(1):hover {
  color: red;
  cursor: pointer;
}

.pEC_tableMenu {
  position: absolute;
  border: 1px solid black;
  border-radius: 0.5em;
  padding: 0.25em;
  background-color: white;
  z-index: 999;
}

.pEC_tableMenu > div {
  padding: 0.25em;
}

.pEC_tableMenu > div.title {
  display: inline-block;
  padding-right: 2em;
}

.pEC_tableMenu > div:not(.title):hover {
  cursor: pointer;
  background-color: red;
}

.pEC_tableMenu label {
  padding: 0.25em;
  display: block;
  cursor: pointer;
}

.pEC_tableMenu label:hover {
  background-color: #eee;
}

.pEC_input_textarea {
  min-width: 60em;
  min-height: 15em;
}

.pEC_input_text {
  min-width: 20em;
}

.pEC_paginator {
  padding: 1em;
  user-select: none;
}

.pEC_paginator span {
  margin: 0 .25em 0 .25em;
  padding: .25em;
  border: 1px solid #eee;
  border-radius: 0.5em;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.pEC_paginator span.current {
  cursor: default !important;
  border: 1px solid black;
  background-color: #eee;
}

.pEC_paginator span.disabled {
  cursor: default !important;
  border: 1px solid #eee;
  color: #eee;
}

.pEC_paginator span:hover:not(.current,.disabled) {
  border: 1px solid black;
  background-color: #eee;
}

.pEC_filterSpan, .pEC_filterBox, .pEC_filtergroup {
  border: 1px solid black;
  padding: .5em;
  border-radius: .5em;
  display: inline-block;
  margin: 0.25em;
  background-color: white;
  vertical-align: middle;
}

.pEC_rawEditor .ace_editor {
  width: calc(100vw - 4em);
  height: 40em;
}

.pEC_validateCIF {
  position: absolute;
  background-color: white;
  padding: .5em 1em .5em 1em;
  border-radius: 1em;
  border: .25em solid red;
  left: 33vw;
  
  animation: pEC_validateCIF 1s ease-in-out infinite alternate;   
}

.pEC_validateCIF > div:nth-child(1) {
  cursor: move;
  margin: -.5em -1em -.5em -1em;
  padding: .5em 1em .5em 1em;
}

@keyframes pEC_validateCIF {
  to { border-color: darkred; }
}

.linkLike {
  color: blue;
  cursor: pointer;
}

.linkLike:hover {
  color: red;
}

.pEC_iconButton {
  border: 1px solid black;
  border-radius: .8em;
  width: 1.6em;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1.6em;
  margin-left: .33em;
  font-size: .75em;
  vertical-align: top;
  padding: 0em !important;
}

.pEC_iconButton:hover {
  color: red;
  border-color: red;
  cursor: pointer;
}
