/* COMPONENTS */
.navAlpha h1 {
  text-align: center; }

.alphaList {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px; }
  .alphaList .container {
    box-sizing: border-box;
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0 20px; }
  .alphaList ul {
    display: table-row;
    margin: 0; }
    .alphaList ul li {
      background: none;
      padding: 0;
      margin: 0;
      display: table-cell;
      text-align: center; }
      .alphaList ul li.selected a {
        color: #263697;
        font-family: 'Open Sans', Arial, Verdana, sans-cerif; }
        .alphaList ul li.selected a:after {
          content: "";
          display: block;
          width: 100%;
          height: 3px;
          position: absolute;
          bottom: 0;
          left: 0;
          background: #263697; }
      .alphaList ul li.empty a {
        color: #d3d1cf; }
        .alphaList ul li.empty a:hover {
          cursor: default; }
          .alphaList ul li.empty a:hover:after {
            display: none; }
  .alphaList a {
    display: block;
    font-size: 2.4em;
    text-transform: uppercase;
    font-family: 'Open Sans Light', Arial, Verdana, sans-cerif;
    padding: 0 10px 10px;
    color: #424242;
    position: relative;
    -webkit-tap-highlight-color: transparent; }
    .alphaList a:hover {
      text-decoration: none; }
      .alphaList a:hover:after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #263697; }
    .alphaList a:active, .alphaList a:focus {
      background: none;
      outline: none; }
  @media (max-width: 768px) {
    .alphaList {
      overflow: hidden; }
      .alphaList .container {
        display: block;
        height: 62px;
        width: auto;
        table-layout: auto;
        padding: 0; }
      .alphaList ul {
        display: block;
        width: 1560px; }
        .alphaList ul li {
          display: block;
          float: left; }
      .alphaList a {
        padding: 0 20px 10px; } }
  .alphaList.sticky {
    position: fixed;
    top: 80px;
    background: #fff;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    z-index: 1999; }
    .alphaList.sticky .container {
      max-width: 1280px;
      margin: 0 auto; }
    @media (max-width: 768px) {
      .alphaList.sticky {
        top: 0; } }

.resultAlpha ul {
  margin: 0 0 30px 0; }
.resultAlpha li {
  background: none;
  padding: 0;
  margin: 0; }
.resultAlpha a {
  display: block;
  font-family: 'Open Sans Light', Arial, Verdana, sans-cerif;
  font-size: 1.846em;
  color: #424242;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #dfdfdf; }
  .resultAlpha a:hover, .resultAlpha a:active {
    text-decoration: none;
    background-color: #e9e9e9; }
  .resultAlpha a.highlighted {
    color: #263697;
    font-family: 'Open Sans', Arial, Verdana, sans-cerif; }
  @media (max-width: 768px) {
    .resultAlpha a {
      font-size: 1.538em;
      line-height: 24px;
      padding: 20px 15px 10px; } }



/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  overflow: hidden;
  width: 550px; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0; }

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right; }

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/ }

.thematicListBtnContainer {
  border-bottom: 1px solid #e4e4e4;
  text-align: right;
  padding: 10px; }
  .thematicListBtnContainer .expandAllBtn {
    font-family: 'Open Sans Light', Arial, Verdana, sans-cerif;
    font-size: 1.385em;
    color: #424242;
    display: inline-block; }
    .thematicListBtnContainer .expandAllBtn:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      background: url("../img/thematic-arrow-expandAll.png") center center no-repeat;
      width: 14px;
      height: 30px;
      margin-left: 8px; }
    .thematicListBtnContainer .expandAllBtn .closeAll {
      display: none; }

.resulThem {
  margin-bottom: 30px; }
  .resulThem ul {
    padding: 0;
    margin: 0; }
    .resulThem ul li {
      padding: 0;
      margin: 0;
      background: none;
      border-bottom: 1px solid #e4e4e4; }
      .resulThem ul li a {
        display: block;
        font-family: 'Open Sans Light', Arial, Verdana, sans-cerif;
        font-size: 1.846em;
        color: #263697;
        line-height: 28px;
        padding: 15px 40px 15px 10px;
        box-sizing: border-box;
        position: relative; }
        .resulThem ul li a:hover, .resulThem ul li a:active {
          text-decoration: none;
          background-color: #e9e9e9; }
        .resulThem ul li a:after {
          content: "";
          display: block;
          width: 8px;
          height: 17px;
          background: url("../img/thematic-arrow-link-c1.png") center center no-repeat;
          position: absolute;
          right: 13px;
          top: 22px; }
        .resulThem ul li a.highlighted {
          font-family: 'Open Sans', Arial, Verdana, sans-cerif;
          color: #292929; }
      .resulThem ul li.hasChild > a:after, .resulThem ul li.js-subnavClosed > a:after {
        background: url("../img/thematic-arrow-expand-c1.png") center center no-repeat;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: .3s ease-out;
                transition: .3s ease-out;
        height: 8px;
        width: 17px;
        right: 8px;
        top: 25px; }
      .resulThem ul li.js-subnavOpened > a:after {
        background: url("../img/thematic-arrow-expand-c1.png") center center no-repeat;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: .3s ease-out;
                transition: .3s ease-out;
        height: 8px;
        width: 17px;
        right: 8px;
        top: 25px; }
      .resulThem ul li ul li {
        border-bottom: 0 none; }
        .resulThem ul li ul li a {
          font-size: 1.385em;
          line-height: 1.385em;
          color: #424242;
          padding: 5px 10px 5px 48px; }
          .resulThem ul li ul li a:after {
            background: url("../img/thematic-arrow-link-c2.png") center center no-repeat;
            width: 5px;
            height: 10px;
            right: auto;
            left: 30px;
            top: 14px; }
        .resulThem ul li ul li.hasChild > a:after, .resulThem ul li ul li.js-subnavClosed > a:after {
          background: url("../img/thematic-arrow-expand-c2.png") center center no-repeat;
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg);
          -webkit-transition: .3s ease-out;
                  transition: .3s ease-out;
          width: 10px;
          height: 5px;
          top: 16px;
          left: 28px; }
        .resulThem ul li ul li.js-subnavOpened > a:after {
          background: url("../img/thematic-arrow-expand-c2.png") center center no-repeat;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
          -webkit-transition: .3s ease-out;
                  transition: .3s ease-out;
          width: 10px;
          height: 5px;
          top: 16px;
          left: 28px; }
        .resulThem ul li ul li ul li {
          border-bottom: 0 none; }
          .resulThem ul li ul li ul li a {
            padding-left: 60px; }
            .resulThem ul li ul li ul li a:after {
              content: "-";
              background: none;
              left: 48px;
              top: 5px; }
    .resulThem ul li.hasChild.js-subnavOpened {
      padding-bottom: 15px; }
      .resulThem ul li.hasChild.js-subnavOpened li.hasChild.js-subnavOpened {
        padding-bottom: 8px; }

#slidePop {
  width: 330px;
  height: auto;
  padding: 13px 20px 20px;
  background-color: #ffffff;
  position: fixed;
  bottom: 50px;
  right: -430px;
  box-shadow: rgba(0, 0, 0, 0.29804) -2px 0px 10px;
  z-index: 500;
  border-top: 6px solid #263697; }
  @media (max-width: 768px) {
    #slidePop {
      width: 260px;
      border-width: 3px; } }
  #slidePop h3 {
    color: #263697;
    font-size: 1.385em;
    margin: 0 0 10px;
    font-family: 'Open Sans', Arial, Verdana, sans-cerif;
    display: inline-block; }
  #slidePop img {
    max-width: 100%; }
  #slidePop p {
    margin: 0;
    font-family: 'Open Sans', Arial, Verdana, sans-cerif;
    font-size: 1em;
    line-height: normal;
    color: #424242; }
    #slidePop p.title {
      font-family: 'Open Sans semiBold', Arial, Verdana, sans-cerif;
      font-size: 1.385em; }
    @media (max-width: 768px) {
      #slidePop p {
        display: none; }
        #slidePop p.title {
          display: block;
          font-size: 1.154em; } }
  #slidePop a:hover {
    text-decoration: none; }
  #slidePop .box-header {
    position: relative; }
  #slidePop .close {
    display: block;
    height: 14px;
    width: 14px;
    background: url("../img/close-popup.png") center center no-repeat;
    text-indent: -999999px;
    position: absolute;
    top: 7px;
    right: 0;
    cursor: pointer; }

  .subscribe-email {
    padding: 16px 8px;
    width: 60%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 1.4em;
}


/* SOCIAL ICON HEADER */
.social_btns h3{
  display: block;
  font-family: 'Open Sans Light', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin-bottom: 0.2em;
  text-transform: uppercase;
}
#main_header_wrp.sticky .social_btns{
  display: block;
}
.social_btns a{
  width: 25px;
  height: 25px;
  background: transparent no-repeat center top / 100% auto;
  transition: 0s;
  margin: 0 5px;
}
.social_btns.big a{
  width: 35px;
  height: 35px;
}
.social_btns a:hover{
  background-position: 50% bottom;
}
.social_btns a.twitter{background-image: url(../Images/social/twitter.png);}
.social_btns a.linkedin{background-image: url(../Images/social/linkedin.png);}
.social_btns a.youtube{background-image: url(../Images/social/youtube.png);}
.social_btns a.instagram{background-image: url(../Images/social/instagram.png);}
@media handheld, only screen and (max-width: 768px) {
  #main_header .social_btns h3 {
    text-align: center;
  }
}

/*# Table styling */
table.procurements{
  width: 100%;
  border: none;
  border-spacing: 0;
  border-collapse: collapse
  
}
table.procurements thead tr td{
  background: #B0B1B3;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans Light', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
table.procurements tbody tr td a{
  color: #263697;
  text-decoration: none;
}
table.procurements tbody tr td a:hover{
  text-decoration: underline
}

table.procurements tbody tr td{
    padding: 15px 10px;
    font-size: 16px;
    border-bottom: 1px dashed #d5d5d5;
  
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #413b37;
}
table.procurements tbody tr:nth-child(even) td{
  background: #ECECED;
}

table.procurements .tenderId{
    width: 10%;
}

table.procurements .tenderTitle{
    width: 50%;
}table.procurements .tenderStartDate{
    width: 15%;
}table.procurements .tenderStopDate{
    width: 15%;
}

/*# sourceMappingURL=main.css.map */