/*@import "http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,greek-ext";*/

html {
    font-size: 62.5%;
}

body
{
  font-family: Arial, sans-serif;
  font-size: 12pt;
  line-height: 1.25;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  background-color: #f5f5f5;
}

.wiki-wrapper {
  /*max-width: 920px;*/
  margin: 0 auto;
  float: right;
  position: relative;
  width: 75%;
  background-color: #fff;
}

.index-wrapper{
  float: left;
  position: fixed;
  padding: 20px 0px;
  height: 100%;
  width: 24%;

}

.index-wrapper .eme-link{
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.index-wrapper .title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  padding: 0px 3% 3%;
}

.index-inner{
  min-width: 30%;
  width: 100%;
  margin:auto;
  overflow: auto;
  height: 96%;
  word-wrap: break-word;
  padding: 2%;
}

.index-inner ul{
  list-style-type: none;
  font-size:15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.index-inner ul ul{
  padding-left: 20px;
}

.index-inner ul.context{
  font-size:15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px 50px 15px;
  max-width: 390px;
  text-align: left;
}


blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote p {
  display: inline;
}


.page-break
{
  page-break-before: always;
}

div.img {
  page-break-inside: avoid;
  text-align: center;
}

div.img p img{
  border: 1px solid #cacaca;
}

div.img p.caption {
  color: #929292;
  font-style: italic;
  font-size: 10pt;
}

h2 {
  border-bottom-style: outset;
  border-bottom-color: #98bf21;
  // text-transform: capitalize;
  page-break-after: avoid;
}


body {
  counter-set: h2counter;
  counter-set: h3counter;
  counter-set: h4counter;
}

h1{
  counter-reset: h2counter;
}

h2:before, .level1:before {
  content: counter(h2counter) ".\0000a0\0000a0";
  counter-increment: h2counter;
  font-weight: 600;
}

h2, .level1{
  counter-reset: h3counter;
}

h3:before, .level2:before{
  content: counter(h2counter) "." counter(h3counter) ".\0000a0\0000a0";
  counter-increment: h3counter;
}

h3, .level2{
  counter-reset: h4counter;
}

h4:before, .level3:before{
  content: counter(h2counter) "." counter(h3counter) "." counter(h4counter) ".\0000a0\0000a0";
  counter-increment: h4counter;
}

/* image counter */
body {
  counter-set: imgCounter;
}

.imgCount:before {
  content: "Εικόνα\0000a0" counter(imgCounter)":\0000a0";
  counter-increment: imgCounter;
}

/* image counter end */


// .CodeRay {
//   background-color: #FFF;
//   border: 1px solid #CCC;
//   font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
//   color: #000;
//   padding: 1em 0px 1em 1em;
// }

// .CodeRay pre {
//   margin: 0px;
// }

// div.CodeRay { }
// span.CodeRay { white-space: pre; border: 0px; padding: 2px }

// table.CodeRay { border-collapse: collapse; width: 100%; padding: 2px }
// table.CodeRay td {
//   padding: 1em 0.5em;
//   vertical-align: top;
// }

// .CodeRay .line-numbers, .CodeRay .no {
//   background-color: #ECECEC;
//   color: #AAA;
//   text-align: right;
// }

// .CodeRay .line-numbers a {
//   color: #AAA;
// }

// .CodeRay .line-numbers tt { font-weight: bold }
// .CodeRay .line-numbers .highlighted { color: red }
// .CodeRay .line { display: block; float: left; width: 100%; }
// .CodeRay span.line-numbers { padding: 0px 4px }
// .CodeRay .code { width: 100% }

// ol.CodeRay { font-size: 10pt }
// ol.CodeRay li { white-space: pre }

// .CodeRay .code pre { overflow: auto }
// .CodeRay .debug { color:white ! important; background:blue ! important; }

// .CodeRay .annotation { color:#007 }
// .CodeRay .attribute-name { color:#f08 }
// .CodeRay .attribute-value { color:#700 }
// .CodeRay .binary { color:#509; font-weight:bold }
// .CodeRay .comment  { color:#998; font-style: italic;}
// .CodeRay .char { color:#04D }
// .CodeRay .char .content { color:#04D }
// .CodeRay .char .delimiter { color:#039 }
// .CodeRay .class { color:#458; font-weight:bold }
// .CodeRay .complex { color:#A08; font-weight:bold }
// .CodeRay .constant { color:teal; }
// .CodeRay .color { color:#0A0 }
// .CodeRay .class-variable { color:#369 }
// .CodeRay .decorator { color:#B0B; }
// .CodeRay .definition { color:#099; font-weight:bold }
// .CodeRay .directive { color:#088; font-weight:bold }
// .CodeRay .delimiter { color:black }
// .CodeRay .doc { color:#970 }
// .CodeRay .doctype { color:#34b }
// .CodeRay .doc-string { color:#D42; font-weight:bold }
// .CodeRay .escape  { color:#666; font-weight:bold }
// .CodeRay .entity { color:#800; font-weight:bold }
// .CodeRay .error { color:#F00; background-color:#FAA }
// .CodeRay .exception { color:#C00; font-weight:bold }
// .CodeRay .filename { color:#099; }
// .CodeRay .function { color:#900; font-weight:bold }
// .CodeRay .global-variable { color:teal; font-weight:bold }
// .CodeRay .hex { color:#058; font-weight:bold }
// .CodeRay .integer  { color:#099; }
// .CodeRay .include { color:#B44; font-weight:bold }
// .CodeRay .inline { color: black }
// .CodeRay .inline .inline { background: #ccc }
// .CodeRay .inline .inline .inline { background: #bbb }
// .CodeRay .inline .inline-delimiter { color: #D14; }
// .CodeRay .inline-delimiter { color: #D14; }
// .CodeRay .important { color:#f00; }
// .CodeRay .interpreted { color:#B2B; font-weight:bold }
// .CodeRay .instance-variable { color:teal }
// .CodeRay .label { color:#970; font-weight:bold }
// .CodeRay .local-variable { color:#963 }
// .CodeRay .octal { color:#40E; font-weight:bold }
// .CodeRay .operator { }
// .CodeRay .predefined-constant {  font-weight:bold }
// .CodeRay .predefined { color:#369; font-weight:bold }
// .CodeRay .preprocessor { color:#579; }
// .CodeRay .pseudo-class { color:#00C; font-weight:bold }
// .CodeRay .predefined-type { color:#074; font-weight:bold }
// .CodeRay .reserved, .keyword  { color:#000; font-weight:bold }

// .CodeRay .key { color: #808; }
// .CodeRay .key .delimiter { color: #606; }
// .CodeRay .key .char { color: #80f; }
// .CodeRay .value { color: #088; }

// .CodeRay .regexp { background-color:#fff0ff }
// .CodeRay .regexp .content { color:#808 }
// .CodeRay .regexp .delimiter { color:#404 }
// .CodeRay .regexp .modifier { color:#C2C }
// .CodeRay .regexp .function  { color:#404; font-weight: bold }

// .CodeRay .string { color: #D20; }
// .CodeRay .string .string { }
// .CodeRay .string .string .string { background-color:#ffd0d0 }
// .CodeRay .string .content { color: #D14; }
// .CodeRay .string .char { color: #D14; }
// .CodeRay .string .delimiter { color: #D14; }

// .CodeRay .shell { color:#D14 }
// .CodeRay .shell .content { }
// .CodeRay .shell .delimiter { color:#D14 }

// .CodeRay .symbol { color:#990073 }
// .CodeRay .symbol .content { color:#A60 }
// .CodeRay .symbol .delimiter { color:#630 }

// .CodeRay .tag { color:#070 }
// .CodeRay .tag-special { color:#D70; font-weight:bold }
// .CodeRay .type { color:#339; font-weight:bold }
// .CodeRay .variable  { color:#036 }

// .CodeRay .insert { background: #afa; }
// .CodeRay .delete { background: #faa; }
// .CodeRay .change { color: #aaf; background: #007; }
// .CodeRay .head { color: #f8f; background: #505 }

// .CodeRay .insert .insert { color: #080; font-weight:bold }
// .CodeRay .delete .delete { color: #800; font-weight:bold }
// .CodeRay .change .change { color: #66f; }
// .CodeRay .head .head { color: #f4f; }

.code pre {
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}


table {
  /* width: 100%; */
  overflow: auto;
  display: block;
}

table th {
  font-weight: bold;
}

table th, table td {
  border: 1px solid #ddd;
  padding: 6px 13px;
}

table tr {
  border-top: 1px solid #ccc;
  background-color: #fff;
}

table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.cover {
  text-align: center;
  margin-top: 100px;
}

/* START-New font-family "Libel Suit" */
h3{
  color: #E36C0A !important;
  font-family: "Libel Suit";
}

h2{
  color: #E36C0A !important;
  font-family: "Libel Suit";
}

h1{
  color: #595959 !important;
}

td strong{
  color: #403152;
  font-family: "Libel Suit";
}

p strong{
  color: #17365D;
  font-family: "Libel Suit";
} 

.markdown-body ul strong{
  color: #17365D;
  font-family: "Libel Suit";
}

.markdown-body ol strong{
  color: #17365D;
  font-family: "Libel Suit";
}

.fixTableWidthSecond th strong{
  font-size: 13pt;
  color: #403152;
  font-family: "Libel Suit";
}
.fixTableWidthSecond td strong{
  color: #17365D;
  font-family: "Libel Suit";
}

.fixTableWidthSecond td:nth-child(3) strong{
  font-size: 13pt;
  color: #403152;
  font-family: "Libel Suit";
}

.author-team{
  color: #595959;
  font-family: "Libel Suit";  
}

.author-team li strong{
  color: #595959;  
}

.institute strong{
  color: #595959;
  font-family: "Roboto Condensed",sans-serif;
}

#embedtable strong{
  color: #17365D;
  font-family: "Libel Suit";
}

.bold-fonts-blue{
  color: #17365D;
  font-family: "Libel Suit";
}

.emeAppsTable td strong{
  font-size: 13pt;
  color: #403152;
  font-family: "Libel Suit";
}

.emeAppsTable td p strong{
  font-size: 11pt;
  color: #17365D;
  font-family: "Libel Suit";
}

/* END-New font-family "Libel Suit" */


.about-footer {
  /* margin: 10px 0 10px; */
  padding: 14px 0;
  text-align: center;
}

.about-footer img {
  max-height: 130px;
  max-width: 300px;
  padding-inline: 20px;
}


.about-footer > a {
    margin: 0 5px 10px;
    text-decoration: none;
}

.about-footer .footer_img{
    border: 1px solid #eee;
    display: inline-block;
}

.about-footer.no_border .footer_img {
  border: none;
}

.align-left{
  text-align: left;
}

.about-footer p {
    color: #999999;
    font-size: 10px;
    line-height: 10px;
    margin: 0 !important;
    padding: 0 30px;
}

.context a {
  color: #333;
  text-decoration: none;
}

.context a:visited {
  opacity: 0.8;
}

.context a:hover {
  text-decoration: underline;
}

.markdown-body ol, .markdown-body ul {
  margin: 0;
  padding-left: 20px;
}


.totop {
  text-decoration: underline;
  text-align: right;
  color: #777;
  display: block;
  font-size: 12px;
}

.totop:hover {
  text-decoration: none;
}

.scrollup {
    position: fixed;
    bottom: 20%;
    right: 2%;
    display: none;
    /*text-indent: -9999px;*/
    background-color: rgba(211, 211, 211, 0.6);
    width: 60px;
    height: 60px;
    z-index: 9999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollup-cont{
    border-right: 2px solid #222;
    border-top: 2px solid #222;
    cursor: pointer;
    height: 20px;
    margin: 25px auto auto;
    opacity: 0.5;
    display: block;
    content:"";
    transform: rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476)";
    width: 20px;

}

li > samp {
    padding: 0px 5px;
    line-height: 1.4;
}

samp{
  background-color: #eaeaea;
  display: inline-block;
  padding: 25px;
  border-radius: 5px;  
}

li>samp{
  padding: 0px 5px;
  line-height: 1.4;
}

/* 8/2 editing */

.alignImgs td img {
  margin: auto;
  display: block;
}

a.scrollup.scrollup-bt.js-scrollup:hover {
  filter: contrast(0.5);
  -webkit-filter: contrast(0.5);
}

.front-page {
  background-image: url(../../img/guide/ic_frontcover-bg.png) !important;
  background-size: cover;
  height: auto;
}

.firstCoverOverlay {
  padding-top: 10%;
}

span.coverTitle {
  font-family: "Libel Suit";
  font-size: 47px;
  color:#fff;
  display: block;
  margin-bottom: 15px;
  line-height: 50px;
  text-align: left;
}

span.coverTitle.version{
  color: #D9D9D9;
}

span.coverSubTitle {
  font-size: 35px;
  font-weight: 600;
  color:#fff;
  line-height: 50px;
  text-align: left;
}

.firstCoverOverlay div {
  width: 100%;
  display: table-cell;
  background: #00000040;
  padding: 35px;
  vertical-align: top;
}

img.coverBeeLogo {
  float: right;
  vertical-align: middle;
}

span.coverVersion {
  font-size: 32px;
  line-height: 50px;
  text-align: left;
}

.secondCoverOverlay {
  float: right;
  width: 80%;
  background: #ffffff5c;
  display: table-cell;
  padding: 20px;
  text-align: right;
}

.thirdCoverOverlay {
  padding: 70px 0;
}

.thirdCoverOverlay .container{
  margin-top: 50px;
  background: rgba(222,217,231,.5);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 15px 20px;
  display: flex;
}

.thirdCoverOverlay .container div {
  padding: 15px 20px;
}

img.coverItyeLogo {
  vertical-align: middle;
}

span.ityeTitle {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  display: block;
  line-height: 50px;
  text-align: left;
}

span.addTitle {
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  text-align: left;
}

.footer-box {
  background: #fff;
  padding: 35px;
  max-width: 70%;
  display: inline-block;
  border-radius: 25px;
  line-height: 25px;
}

img.espaFooterLogo {
  max-width: 100%;
}

.tableEmeLink {
  color:#4183C4;
  cursor: pointer;
  font-weight: 500 !important;
}

.emeAppsTable img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

.emeMatTable img {
  display: block;
  margin: 0 auto;
  max-width: 90px;
}

.empTitle {
  font-size: 18px;
  font-weight: 600;
  color: #808080;
  font-family: "Libel Suit";
  text-decoration: none;
}

.softSkillsList {
  padding-left: 23px !important;
}

.widefat img {
  max-width: 85px;
}

.photoTable img {
  display: block;
  margin: 0 auto;
}

table.fixTableWidthFirst td {
  width: 44.1%;
}

table.fixTableWidthThird {
  width: 100%;
}

table.fixTableWidthThird img {
  max-width: 103px;
}

table.fixTableWidthFourth {
  width: 100%;
}

table.fixTableWidthFourth td {
  padding: 0px 21px !important;
}

table.fixTableWidthFirst img {
  display: block;
  margin: 0 auto;
}

.author-team {
  list-style: square;
}

.training-material{
  /* background-image: url('/s/eme/main/img/guide/manual_background.png');
  width: 764px;
  height: 1080px; */
  font-size: 16pt;
  text-align: center;
  padding: 2%;  
}

.training-material strong{
  font-weight: bold;  
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
}

.training-material a{
  font-size: 20pt;
  font-weight: bold;  
  color: #fff;
}

.blue-section{
  color: #fff;
  background-color: #03899B;
  text-align: center;
  padding: 3%;
  line-height: 30pt;
}

#triangle-blue {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 25px solid #03899B;
  position: absolute;
  left: 46%;
}

.purple-section{
  color: #fff;
  background-color: #5F497A;
  text-align: center;
  padding: 3%;
  line-height: 30pt;
}

#triangle-purple {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 25px solid #5F497A;
  position: absolute;
  left: 46%;
}

.orange-section{
  color: #fff;
  background-color: #DC781E;
  text-align: center;
  padding: 3%;
  line-height: 30pt;
}

#triangle-orange {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 25px solid #DC781E;
  position: absolute;
  left: 46%;
}

.yellow-section{
  background-color: #FFC715;
  text-align: center;
  padding: 3%;
  line-height: 30pt;
}

.related_vid td{
  background-color: #C6D9F1;
  border: 1px solid #275791 !important;
}

.dashed_border tr,.dashed_border th,.dashed_border td{
  border: 2px dashed #E36C0A !important;
}

.dashed_border_td{
  background-color: #fff !important;
  border: 2px dashed #E36C0A !important;
}

.emeAppsTable p{
  line-height: 1.3;
}

#imgFix1 {
  float: right;
  position:relative; 
  top:70px; 
  margin: 0 0 1% 1%;
}

@media print {
  p {
    font-size: 14px;
  }

  div#head div#footer {
    display: none;
  }

  .about-footer img{
    max-height: 50px;
  }

}


@media (max-width: 1024px) {
  .index-wrapper{
    width: 34%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .index-inner{
    padding-left: 0px;
    padding-right: 0px;
  }

  .wiki-wrapper{
    width: 66%;
  }

  .emeAppsTable img {
    max-width: 100%;
  }
  
  .emeMatTable img {
    max-width: 100%;
  }

  .photoTable img {
    max-width: 100% !important;
  }

  img.imgFix {
    position: unset !important;
    float: left;
    width: 100% !important;
  }

  #imgFix1 {
    /* position: unset !important; */
    float: right;
    position:relative; 
    top:70px; 
    margin: 0 0 1% 1%;
    /* width: 100% !important; */
  }

  p.parFix {
    width: 100% !important;
  }

.captionFix {
    position: unset !important;
    width: 100% !important;
  }

  .fixTableWidthThird img {
      max-width: 100% !important;
  }

}

@media (max-width: 900px) {
  .index-wrapper{
    width: 100%;
    position: relative;
    top:0px;
    left:0px;
    padding: 0px;
    float:none;
  }


  .wiki-wrapper{
    width: auto;
    float:none;
  }

  .index-inner ul.context {
    padding: 0px 25px 50px 25px;
  }

  .fixRespPos {
    float: none !important;
    width:80% !important;
  }



}

@media (max-width: 560px) {

  img.coverBeeLogo {
    float: none;
    vertical-align: middle;
    width: 200px;
  }

  img.coverItyeLogo {
    width: 200px;
  }

  .firstCoverOverlay div {
    width: auto;
    padding: 10px;
    display: block;
    text-align: center;
  }

  .secondCoverOverlay {
    float: none;
    width: auto;
    padding:10px;
    display: block;
    text-align: center;
  }

  .thirdCoverOverlay .container {
    padding:10px;
    display: block;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .thirdCoverOverlay .container div {
    padding:10px;
    display: block;
    text-align: center;
  }

  span.coverTitle {
    text-align: center;
  }

  span.ityeTitle {
    text-align: center;
  }


}


@media (max-width: 500px) {
    .markdown-body ol, .markdown-body ul {
      padding-left: 10px;
  }
}