@media screen { /* To prevent PocketPC from loading the stylesheet */

#operations {
  float:right;
  border: 1px solid lightgrey;
  padding: 1em;
  min-width: 170px;
  background-color: white;
  margin: 0;
}

#operations ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#operations li {
  font-size:.75em;
  font-weight: bold;
  white-space: nowrap;
  margin: .5em 0;
}

#operations li a {
  border-radius: .2em;
  display: block;
  font-weight: bold;
  color: #fff; 
  text-decoration: none;
  background: #3881bd; 
  padding: .8em .8em .8em .8em;
  white-space: normal;
  width: 180px;
  
}
#operations li a:hover {
  color: #f0f0f0; //#b20d00;
  background: #3881bd;
}
#operations li a:active {
  color: #fff;
  background: #3881bd;
}

#operations li .submit {
  border-radius: .2em;
  background-color: #008000;
  color: #fff;
  line-height: 1;
  padding-top: 1em;
  width: 180px;
}
#operations li .submit:hover {
  color: #fff;
  background-color: #008000; //#820C0C;
}



#pagehead{
 position: relative;
}
#pagehead a {
 top: 0;
 z-index: 1999;
}

#pagehead:before {
 content: "BDR playground website";
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(255, 234, 0, 0.5);
 padding: 24px;
 z-index: 2000;
 color: #fff;
 font-weight: bold;
 font-size: 30px;
 text-align: center;
}

a.selfregister {
  padding-left: 18px;
  background: url('https://www.eionet.europa.eu/styles/eionet2007/login.gif') center left no-repeat;
}

.countrybox {
   display: block;
   float: left;
   width: 14em;
}

.terminated {
  color: #333;
  background-color: #E0E0E0;
}

#recentlist {
  float:right;
  width:140px;
  clear:right;
  margin-top: 1em;
}

/* button-like link */
.test_button {
  display: inline-block;
  border: 2px solid;
  padding: 0.3em;
  margin: .2em;
  font-size: 90%;
  font-weight: bold;
  text-decoration: none!important;
  white-space: nowrap;
  background-color: #008000;
}

a.test_button, a.test_button:active, a.test_button:hover {
  color: #fff;
}

.upload_data .test_button {
  display: block;
  float: right;
  margin-right: 0.5em;
  /*width: 9em;*/
  text-align: center;
        white-space: nowrap;
}

/* button-like link v2 */
.flat_button {
  background-color: #edf1e7;
  border: 1px solid #adc095;
  color: #455b6b;
  padding: 0.2em;
  margin-right: 2px;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none!important;
}
.flat_button:active {
  color: black;
  border: 1px outset #ccc;
}
a.flat_button:hover {
  color: #b20d00 !important;
  background-color: #e4f1bc !important;
}
.upload_data .flat_button {
  display: block;
  float: right;
  margin-right: 0.5em;
  width: 8em;
  text-align: center;
}

.upload_data ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
}
.upload_data li {
  background: #FAFAFA;
  margin: 0.5em 0;
  padding: 0.5em;
  list-style: none !important;
  border: 1px solid #D3D3D3;
}
.upload_data li .lefted { 
  float: left;
}
.upload_data li span { 
  height: 0.6em;
  display: block;
  margin-top: 0.4em;
  clear: both;
}
.upload_data li p.nr { 
  height: 1.5em;
  width: 1em;
  text-align: center;
  padding:0 0.3em;
  border: 1px solid #ccc;
  font-weight: 700;
  margin: 0 0.2em 0 0;
  float: left;
}
.cleaner {
  clear: both;
}

/* The second row of tabs on a page */
#tabbedmenu-level-2 {
  float:left;
  width:100%;
  border-bottom: 1px solid #97AF79;
  font-size: 90%;
}
#tabbedmenu-level-2 ul {
  margin:0;
  padding:0px 10px 0 5px;
  list-style:none;
  line-height: 2em;
}
#tabbedmenu-level-2 li {
  float:left;
  border: 1px solid #97AF79; border-bottom: 0px solid #97AF79;
  margin:0 3px 0 0;
  padding:0px;
  white-space: nowrap;
}
#tabbedmenu-level-2 a {
  display: block;
  text-decoration: none;
  color: white;
  background-color: #97AF79;
  padding:0px 5px 0px 5px;
}
#tabbedmenu-level-2 a:hover {
  text-decoration: none;
}
#tabbedmenu-level-2 #currenttab-level-2 span, #tabbedmenu-level-2 #currenttab-level-2 a {
  display:block;
  text-decoration: none;
  color: #2A6495;
  background-color: white;
  padding:0px 5px 0px 5px;
}
#tabbedmenu-level-2 #currenttab-level-2 {
  border-bottom: 2px solid white;
}

/* Art 17 draft page - to be merged with the other styles */
table.sortable {
  border: 1px solid #999;
}
form {
  margin:0;
}
fieldset {
  padding: 0 10px;
}

fieldset .fieldset_div {
  padding: 10px 0;
  border:1px solid #f0f0f0;
}

.sub_row td {
  background-color: #fbfbfb;
}

.row_first td{
  border-top: 1px solid #bbbbbb;
  /*border-bottom: 1px solid #dddddd;*/
  padding-bottom: 6px;
}

.row_last td{
  border-bottom: 1px solid white;
  border-bottom: 1px solid #bbbbbb;
}
td {
  border-right: 1px solid #dddddd;
  vertical-align: middle;
}

.filter_box {
  float:right;
}


.noticeable {
        background-color: #EDF1E7;
}

.paginator {
  background-color:#F0F4F5;
  border:1px solid #E0E7D7;
  padding:0.2em 0.4em;
  margin: 0.4em 0.4em;
}

.paginator .selected {
  font-weight:bold;
  border: 1px solid black;
  background-color:#FFF;
  padding: 0.2em 0.2em;
  text-decoration: none;
  font-size: 1.1em;
}

.paginator .navigation {
  margin-left: 2em;
}

.paginator .navigation .prevpage{
  margin-right: 0.3em;
}

.paginator .navigation .nextpage{
  margin-left: 0.3em;
}

.paginator .matchescount{
  float: right;
}

.zip_content ul {
  list-style-position: inside;
  margin-left: 1em;
  background-color: #F6F6F6;
}

.zip_content {
  margin-left: 1em;
}

.visible-text {
  font-weight: bold;
  color: red !important;
}

.warnings-text {
  font-weight: bold;
  color: #F88017 !important;
}

div.row {
  margin-top: 5px;
  margin-bottom: 5px;
}

label.f1-label {
        width: 8em;
  font-weight: bold;
  display: inline-block;
}

#fm1 {
  width: 30em;
}

    /* bdr welcome screen */
    .login-choices {
        margin-left: -12px;
        margin-right: -12px;
    }
    .login-choices:after {
      content: '';
      display: block;
      clear: both;
    }
    .login-col {
        float: left;
        width: 100%;
        min-width: 180px;
        max-width: 280px;
        padding: 0 12px;
    }
    .login-col-side {
        border-left: 1px solid #ddd;
        padding-left: 24px;
        margin-left: 12px
    }
    .login-choice {
        display: block;
        padding: 12px;
        border: 1px dashed;
        text-decoration: none;
        text-align: center;
        min-height: 200px;
    }
    .login-choice:hover,
    .login-choice:focus {
      border-style: solid;
      border-color: #2A6495;
      background-color: #DBF4F7;
    }
    .login h5 {
      margin: 6px 0 18px;
      font-size: inherit;
    }
    .login-choice .img {
      margin-top: .5em;
      margin-bottom: 1em;
    }
    .login-choice .img-eu {
      margin-top: 0;
      margin-bottom: 0;
    }
    .login-choice .img-eu img {
      width: 150px;
      margin: 11px 0 30px 0;
    }
    .login-button {
      display: block;
      margin-bottom: 12px;
      padding: 6px;
      text-align: center;
      background-color: #00448E;
      border-radius: 3px;
      text-decoration: none;
      color: #fff!important;
      min-height: 35px;
    }
    .login-button:hover {
      background-color: #00448E;
    }
    .emphasis {
    color: #2a6495;
    }


    .caption {
      font-size: smaller;
      color: gray;
      line-height: 1.4;
    }
    .login-col.disabled .login-button,
    .login-col.disabled .login-button:hover,
    .login-col.disabled .login-button:active {
      background-color: #ddd;
      color: gray;
      cursor: default;
    }

    .login-col.disabled .login-choice,
    .login-col.disabled .login-choice:hover,
    .login-col.disabled .login-choice:active {
      border: 1px solid #ccc;
      position: relative;
      background: #fff;
    }
    .login-col.disabled .login-choice:before {
      content: 'Not open for reporting yet';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 80px 12px;
      font-weight: bold;
      background: #ddd;
      color: black;
      opacity: .8;
    }
    /* #69710 */
    .tcenter {
      text-align: center; 
    }
    .collection-table-listing th {
      color: #7d7d7d;
      font-weight: normal;
      font-size: 0.8em;
    }
.error-msg-lite {
  color: red;
}

.warning-msg-lite {
  color: yellow;
}

.info-msg-lite {
  color: royalblue;
}
}

.login-col a {

      color: #333333;

}

.login-col a:visited {
  color: black;
}