.thumb {
    background:transparent;
}
.thumb-title-container {
    float: left;
    padding-top: 4px;
}

.help-main {
    background-color: #ececec !important;
}

.help-dataview {
    padding: 10px 15px 15px;
}

.statement-type {
    width: 100%;
    float: left;
    color: #878ea2;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 5px 0;
}

.thumb-title {
    color: #3e4752;
    font-weight: 800;
}

.thumb-title-small {
    color: #878ea2;
    font-size: 10px;
    font-weight: 500;
}

.thumb-pdf {
    background-image: url(/sites/default/files/img/pdf.png);
    height: 40px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

.x-ie8 .thumb-pdf {
    background-image: url(/sites/default/files/img/pdf-small.png);
}

.thumb-word {
    background-image: url(/sites/default/files/img/64px-word.png);
    height: 40px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

.x-ie8 .thumb-word {
    background-image: url(/sites/default/files/img/32px-word.png);
}

.thumb-mesa {
    background-image: url(/sites/default/files/img/MESA_h110.jpg);
    height: 50px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

.x-ie8 .thumb-mesa {
    background-image: url(/sites/default/files/img/MESA_h110.jpg);
}

.thumb-copernicus {
    background-image: url(/sites/default/files/img/copernicus-logo.png);
    height: 50px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

.x-ie8 .thumb-copernicus {
    background-image: url(/sites/default/files/img/copernicus-logo.png);
}

.thumb-eumetsat {
    background-image: url(/sites/default/files/img/EUMETSAT_h110.jpg);
    height: 50px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

.x-ie8 .thumb-eumetsat {
    background-image: url(/sites/default/files/img/EUMETSAT_h110.jpg);
}

.thumb-estation2 {
    background-image: url(/sites/default/files/img/estation2-logo.png);
    height: 50px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

.x-ie8 .thumb-estation2 {
    background-image: url(/sites/default/files/img/estation2-logo.png);
}

.thumb-download {
    height: 40px;
    width: 40px;
    background-image: url(/sites/default/files/img/download-small.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50%;
    opacity: .5;
    float: right;
}

.thumb-gotolink {
    height: 40px;
    width: 40px;
    background-image: url(/sites/default/files/img/external-link-small.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50%;
    opacity: .5;
    float: right;
}

.thumb {
    display: table-cell;
    background-color: white;
    padding: 16px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.thumb:hover .thumb-download {
    opacity: 1;
}

.thumb:hover .thumb-gotolink {
    opacity: 1;
}

.thumb-wrap {
    display: table;
    float: left;
    width: 50%;
    padding: 10px;
}

@media screen and (max-width: 980px) and (orientation: landscape), screen and (max-width: 760px) and (orientation: portrait) {
    .thumb-wrap {
        float: none;
        width: 100%;
        padding: 5px 0;
    }
}



.news-wrapper {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    min-height: 300px;
    overflow: auto;
	margin-bottom: 25px;
    /*-webkit-box-shadow: 0px 0px 3px 4px #ccc;  !* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ *!*/
    /*-moz-box-shadow:    0px 0px 3px 4px #ccc;  !* Firefox 3.5 - 3.6 *!*/
    /*box-shadow:         0px 0px 3px 4px #ccc;  !* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 *!*/

    box-shadow: 3px 3px 5px #666;
    -moz-box-shadow: 3px 3px 5px #666;
    -webkit-box-shadow: 3px 3px 5px #666;

    background: #ffffff;

    /*box-shadow: 0 8px 6px -6px black;   !*one-edge-shadow *!*/
    /*background-color: rgba(255, 255, 255, 0);*/
}


.hometext-container {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 15px !important;
}

.container {
    width: 984px;
    padding-right: 3px;
    padding-left: 3px;
}

#navbar > div{

    width: 984px;
}
html.overlay-open .navbar-fixed-top {
    z-index: 400;
}

html.js fieldset.collapsed {
    height: auto;
}
body > div.main-container.container > div{
  margin-right: 0px;
  margin-left: 0px;

}
html.js input.form-autocomplete {
    background-image: none;
}

body {
    position: relative;
}

body.admin-expanded.admin-vertical.admin-nw .navbar,body.admin-expanded.admin-vertical.admin-sw .navbar {
    margin-left: 260px;
}

body.navbar-is-fixed-top {
    padding-top: 64px!important;
}

body.navbar-is-fixed-bottom {
    padding-bottom: 64px!important;
}

body.toolbar {
    padding-top: 30px!important;
}

body.toolbar .navbar-fixed-top {
    top: 30px;
}

body.toolbar.navbar-is-fixed-top {
    padding-top: 94px!important;
}

body.toolbar-drawer {
    padding-top: 64px!important;
}

body.toolbar-drawer .navbar-fixed-top {
    top: 64px;
}

body.toolbar-drawer.navbar-is-fixed-top {
    padding-top: 128px!important;
}

body.admin-menu .navbar-fixed-top {
    top: 29px;
}

body.admin-menu.navbar-is-fixed-top {
    padding-top: 93px!important;
}

body div#admin-toolbar {
    z-index: 1600;
}

body #toolbar,body #admin-menu,body #admin-toolbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body #admin-menu {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1600;
}

body #admin-menu .dropdown li {
    line-height: normal;
}

.navbar.container {
    /*margin-top: 20px;*/
}

a {

    color: rgba(8, 8, 8, 0.43);
}

@media screen and (min-width:768px) {
    .navbar.container {
          width: 984px;
    }
}

@media screen and (min-width:992px) {
    .navbar.container {
            width: 984px;
    }
}

@media screen and (min-width:1200px) {
    .navbar.container {
            width: 984px;
    }
}

.navbar.container>.container {
    margin: 0;
    padding: 0;
    width: auto;
}

#overlay-container,.overlay-modal-background,.overlay-element {
    z-index: 1500;
}

#toolbar {
    z-index: 1600;
}

.modal {
    z-index: 1620;
}

.modal-dialog {
    z-index: 1630;
}

.modal-backdrop {
    z-index: 1610;
}

.footer {
    /* margin-top: 15px; */
    padding-top: 35px;
    padding-bottom: 36px;
    /* border-top: 1px solid #E5E5E5; */
    /* background-color: rgba(223, 223, 223,0.6); */
    background-color: rgba(255, 255, 255, 0);
    /* -webkit-box-shadow: 0px 0px 42px 2px rgba(0, 0, 0, 0.35); */
    -moz-box-shadow: 0px 0px 42px 2px rgba(0,0,0,0.75);
    /* box-shadow: 0px 0px 42px 2px rgba(0, 0, 0, 0.29); */
    width: 100%;
    max-width: 977px;
}


.element-invisible {
    margin: 0;
    padding: 0;
    width: 1px;
}

.navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width:768px) {
    .navbar .logo {
        margin-right: 0;
        padding-left: 0;
    }
}

ul.secondary {
    float: left;
}

@media screen and (min-width:768px) {
    ul.secondary {
        float: right;
    }
}

.page-header {
    margin-top: 0;
}

.block:first-child h2.block-title {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.region-help>.glyphicon {
    font-size: 18px;
    float: left;
    margin: -.05em .5em 0 0;
}

.region-help .block {
    overflow: hidden;
}

form#search-block-form {
    /*margin: 0;*/
}

.navbar #block-search-form {
    float: none;
    margin: 5px 0 5px 5px;
}

@media screen and (min-width:992px) {
    .navbar #block-search-form {
        float: right;
    }
}

.navbar-search .control-group {
    margin-bottom: 0;
}

ul.action-links {
    margin: 12px 0;
    padding: 0;
}

ul.action-links li {
    display: inline;
    margin: 0;
    padding: 0 6px 0 0;
}

ul.action-links .glyphicon {
    padding-right: .5em;
}

input,textarea,select,.uneditable-input {
    max-width: 100%;
    width: auto;
}

input.error {
    color: #b94a48;
    border-color: #ebccd1;
}

fieldset legend.panel-heading {
    float: left;
    line-height: 1em;
    margin: 0;
}

fieldset .panel-body {
    clear: both;
}

fieldset .panel-heading a.panel-title {
    color: inherit;
    display: block;
    margin: -10px -15px;
    padding: 10px 15px;
}

fieldset .panel-heading a.panel-title:hover {
    text-decoration: none;
}

.form-actions {
    clear: both;
}

.resizable-textarea textarea {
    border-radius: 4px 4px 0 0;
}

.radio:first-child,.checkbox:first-child {
    margin-top: 0;
}

.radio:last-child,.checkbox:last-child {
    margin-bottom: 0;
}

.help-block,.control-group .help-inline {
    color: #999;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0;
}

.panel-heading {
    display: block;
}

a.tabledrag-handle .handle {
    height: auto;
    width: auto;
}

.error {
    color: #b94a48;
}

div.error,table tr.error {
    background-color: #f2dede;
    color: #b94a48;
}

.control-group.error {
    background: 0;
}

.control-group.error label,.control-group.error .control-label {
    color: #b94a48;
    font-weight: 600;
}

.control-group.error input,.control-group.error textarea,.control-group.error select,.control-group.error .uneditable-input {
    color: #555;
    border: 1px solid #ccc;
}

.control-group.error .help-block,.control-group.error .help-inline {
    color: #333;
}

.list-inline>li.first {
    padding-left: 0;
}

.nav-tabs {
    margin-bottom: 10px;
}

ul li.collapsed,ul li.expanded,ul li.leaf {
    list-style: none;
    list-style-image: none;
}

.tabs--secondary {
    margin: 0 0 10px;
}

.submitted {
    margin-bottom: 1em;
    font-style: italic;
    font-weight: 400;
    color: #777;
}

.password-strength {
    width: 17em;
    float: right;
    margin-top: 1.4em;
}

.password-strength-title {
    display: inline;
}

.password-strength-text {
    float: right;
    font-weight: 700;
}

.password-indicator {
    background-color: #949494;
    height: .3em;
    width: 100%;
}

.password-indicator div {
    height: 100%;
    width: 0;
    background-color: #999;
}

input.password-confirm,input.password-field {
    width: 16em;
    margin-bottom: .4em;
}

div.password-confirm {
    float: right;
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em;
}

div.form-item div.password-suggestions {
    padding: .2em .5em;
    margin: .7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
}

div.password-suggestions ul {
    margin-bottom: 0;
}

.confirm-parent,.password-parent {
    clear: left;
    margin: 0;
    width: 36.3em;
}

.progress-wrapper .progress {
    margin-bottom: 10px;
}

.pagination ul>li>a.progress-disabled {
    float: left;
}

.form-autocomplete .glyphicon {
    color: #999;
    font-size: 120%;
}

.form-autocomplete .glyphicon.glyphicon-spin {
    color: #428bca;
}

.form-autocomplete .input-group-addon {
    background-color: #fff;
}

.ajax-progress .glyphicon {
    font-size: 90%;
    margin: 0 -.25em 0 .5em;
}

.glyphicon-spin {
    display: inline-block;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

a .glyphicon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

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

    100% {
        transform: rotate(359deg);
    }
}

.glyphicon-refresh {
    -webkit-transform-origin: 50% 45%;
    -moz-transform-origin: 50% 45%;
    -ms-transform-origin: 50% 45%;
    -o-transform-origin: 50% 45%;
    transform-origin: 50% 45%;
}

.tabbable {
    margin-bottom: 20px;
}

.tabs-below>.nav-tabs,.tabs-left>.nav-tabs,.tabs-right>.nav-tabs {
    border-bottom: 0;
}

.tabs-below>.nav-tabs .summary,.tabs-left>.nav-tabs .summary,.tabs-right>.nav-tabs .summary {
    color: #999;
    font-size: 12px;
}

.tab-pane>.panel-heading {
    display: none;
}

.tab-content>.active {
    display: block;
}

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
    border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus {
    border-color: transparent #ddd #ddd;
}

.tabs-left>.nav-tabs,.tabs-right>.nav-tabs {
    padding-bottom: 20px;
    width: 220px;
}

.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li {
    float: none;
}

.tabs-left>.nav-tabs>li:focus,.tabs-right>.nav-tabs>li:focus {
    outline: 0;
}

.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a {
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left>.nav-tabs>li>a:focus,.tabs-right>.nav-tabs>li>a:focus {
    outline: 0;
}

.tabs-left>.tab-content,.tabs-right>.tab-content {
    border-radius: 0 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px 15px;
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: -1px;
}

.tabs-left>.nav-tabs>li>a {
    border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus {
    border-color: #eee #ddd #eee #eee;
}

.tabs-left>.nav-tabs>.active>a,.tabs-left>.nav-tabs>.active>a:hover,.tabs-left>.nav-tabs>.active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,.05);
    box-shadow: -1px 1px 1px rgba(0,0,0,.05);
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: -1px;
}

.tabs-right>.nav-tabs>li>a {
    border-radius: 0 4px 4px 0;
}

.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus {
    border-color: #eee #eee #eee #ddd;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
    box-shadow: 1px 1px 1px rgba(0,0,0,.05);
}

.tabs-right>.nav-tabs>.active>a,.tabs-right>.nav-tabs>.active>a:hover,.tabs-right>.nav-tabs>.active>a:focus {
    border-color: #ddd #ddd #ddd transparent;
}

th.checkbox,td.checkbox,th.radio,td.radio {
    display: table-cell;
}

.views-display-settings .label {
    font-size: 100%;
    color: #666;
}

.views-display-settings .footer {
    padding: 0;
    margin: 4px 0 0;
}

table .radio input[type=radio],table .checkbox input[type=checkbox] {
    max-width: inherit;
}

.form-horizontal .form-group label {
    position: relative;
    min-height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}

@media (min-width:768px) {
    .form-horizontal .form-group label {
        float: left;
        width: 16.666666666666664%;
    }
}

.alert a {
    font-weight: 700;
}

.alert-success a {
    color: #356635;
}

.alert-info a {
    color: #2d6987;
}

.alert-warning a {
    color: #a47e3c;
}

.alert-danger a {
    color: #953b39;
}

/***  Added ***/

#layout-header {
    
    background: url(title.gif) repeat-x;
    height: 145px;
    line-height: 1.4;
    min-width: 979px;
    z-index: 100;
    /* overflow-x: hidden; */
    padding-top: 15px;
    padding-left: 0px;
}
#layout-header > img {
    margin-left: 1%;

}
#main-title{
    color: #0065A2;
    /* text-transform: uppercase; */
    /* font-size: 1.4vw !important; */
    font-size: 25px !important;
    /* position: absolute; */
    /* width: 80%; */
    /* min-width: 1750px; */
    z-index: 10;
    /* left: 32%; */
    /* right: 20%; */
    /* top: 3%; */
    text-decoration: none;
    text-indent: 195px;
    margin-top: -70px;
    font-variant: small-caps;
}

#sub-title{
    color: #ffffff;
    /* font-size: 1.4vw !important; */
    font-size: 24px !important;
    /* position: absolute; */
    /* width: 80%; */
    /* min-width: 850px; */
    z-index: 10;
    /* left: 32%; */
    /* right: 20%; */
    /* top: 105px; */
    /* text-decoration: none; */
    text-indent: 30%;
    font-variant: small-caps;
    text-indent: 194px;
}

/* #services a, #block-menu-menu-service-tools .menu a, #services a:visited, #block-menu-menu-service-tools .menu a:visited {
background: url(http://testalpha.jrc.it/sites/all/themes/ec_resp/images/services-separator.gif) transparent left center no-repeat;
color: #396ea2;
text-decoration: none;
margin: 0;
padding: 1px 5px 1px 5px;
border: 0;
font-weight: normal;
display: inline-block;
} */

#headerlinks{
    position: relative;
    margin-top: -128px;
    z-index: 10;
    font-size: 11px;
    float: left;
    margin-left: 66%;
    padding-left: 2px;
}

#headerlinksLogged{
	position: relative;
	margin-top: 20px;
	z-index: 10;
	font-size:small;
	float:right;
	padding-right: 10px;
}
#welcomeLogged{
  float: right;
  margin-right: 95px;
  margin-top: -30px;
  font-style: italic;
  color: rgb(255, 255, 255);
  font-weight: bold;
  background-color: rgb(67, 172, 106);
  padding-left: 5px;
  padding-right: 15px;
  border-radius: 3px;
}

#user_logout{
  float: right;
  margin-right: 35px;
  margin-top: -30px;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 15px;
  font-variant: small-caps;
  font-weight: bold;
  color: #43AC6A;
}

#headerlinks li{
display: inline;
    list-style-type: none;
    padding-left: 7px;
}
#headerlinksLogged li{
	display: inline;
	list-style-type: none;
}
#headerlinks li:before {

}


#headerlinks > ul > li:nth-child(1) > a{
    /* BORDER-LEFT: 1PX SOLID; */
    PADDING-LEFT: 4PX;

}

#headerlinks > ul > li:nth-child(2) > a{
    /* BORDER-LEFT: 1PX SOLID; */
    PADDING-LEFT: 4PX;

}
#headerlinksLogged li:before {
content: " | ";
}
#headerlinks li:first-child:before {
content: none;
}
#headerlinksLogged li:first-child:before {
content: none;
}

body {
/*b_png_big1.png #6C94C3 from(#FDFFFF), to(#FFF9E4)) */
/*
background-image: url(bkg_esdac02.png), -webkit-gradient(linear, left top, left bottom, from(#6C94C3), to(#FFFFFF)); 
background-image: url(bkg_esdac02.png), -webkit-linear-gradient(top, #6C94C3, #FFFFFF); 
background-image: url(bkg_esdac02.png),    -moz-linear-gradient(top, #6C94C3, #FFFFFF);
background-image: url(bkg_esdac02.png),     -ms-linear-gradient(top, #6C94C3, #FFFFFF); 
background-image: url(bkg_esdac02.png),      -o-linear-gradient(top, #6C94C3, #FFFFFF); 
background-image: url(bkg_esdac02.png),         linear-gradient(top bottom, #6C94C3, #FFFFFF); 
background-repeat: repeat-x;
background-attachment: fixed;
background-position: right bottom;
background-size: 100%;
*/

background: url(bkg_trama.png) repeat;

/*background-color: rgba(85, 97, 57, 0.4);*/
background-color: #F4F4F4;
}

.sf-menu.sf-style-spring {
    float: left;
    margin-bottom: 4px;
    padding: 0;
    margin-left: 0%;
    background-color: white;
    width: 100%;
}

body > div.main-container.container{



    /* -moz-box-shadow: 0px 0px 42px 2px rgba(0,0,0,0.75); */
    /* box-shadow: 0px 0px 42px 2px rgba(0, 0, 0, 0.29); */
    width: 984px;
    /* min-width: 1349px; */
    /* min-height: 765px; */
    /* padding-left: 0px; */
    /* padding-right: 0px; */

}

#block-user-login {

background-color: rgb(223, 223, 223);

}

#navbar > div > div.navbar-collapse.collapse {
    padding-left: 15px;
    padding-right: 0px;
    /* min-width: 984px; */
    /* max-width: 984px; */
    margin-right: 14px;
    /* max-width: 984px; */
}
#navbar{
    padding-left: 0px;
    /* padding-right: 11px; */
    border: 0px solid transparent;
    margin-bottom: 0px;

}

body > div.main-container.container > div > section > h1 {
padding-bottom: 0px;
/*margin: 42px 0 21px;*/
border-bottom: 0px solid #ddd;
}

body > div.main-container.container > div > aside > div{

/*min-height: 270px;*/
/*max-height:270px;*/

padding: 3px;
margin-bottom: 20px;
margin-left:10px;
background-color: #fafafa;
border-radius: 5px;
border-top-left-radius: 0px;
border-bottom-left-radius: 10px;
border-top-right-radius: 0px;
border-bottom-right-radius: 10px;

/*border:0px;
-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
box-shadow: inset 0px 0px 0px rgba(199, 181, 181, 1);*/

}

body > div.main-container.container > div > aside{

  /* width: 17%; */
  /* min-width: 270px; */
  max-width: 270px;
  padding-top: 0px;
  display: inline-block!important;
  margin-top: -6%;
  margin-left: 3%;
}

body > div.main-container.container > div > section{
    padding-bottom: 40px;
    /* padding-right: 40px; */
    /* padding-left: 2%; */
    /* max-width: 80%; */
    display: inline-block!important;
    vertical-align: top;
    /* width: auto; */
    /* margin-left: 16.5%; */
    /* margin-right: -32.5%; */
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(192, 192, 192, 0.14);
    background-color: white;
    padding-top: 10px;

}

#block-views-calendar-block-1 > h2{

text-align: center;
font-size:15px;
color: silver;

}

#block-block-3{
	color: darkgray;
	text-align: center;
}

#block-system-main-menu > ul > li > a{

  position: relative;
  display: block;
  padding: 19px 0px;
  padding-left: 17.5%;
  background-color: white;
  color: rgb(157, 157, 157);

}

#block-simplified-social-share-sharing{
    margin-left: 35%;

}

.breadcrumb {
font-size: 10px;
    font-weight: 100;
    text-transform: uppercase;
    border: 0px;
    background-color: #004D7B;
    border-radius: 0px;
    color: rgb(255, 255, 255);
    margin-bottom: 4px;
    margin-top: 0px;
    margin-left: 0%;
    PADDING-LEFT: 1.5%;
    /* color: rgb(111, 113, 115); */
    /* border-top: 2px solid #fff; */
    -moz-box-shadow: inset 0 0 10px #000000;
    /* -webkit-box-shadow: inset 0 0 10px #000000; */
    box-shadow: inset 2px 22px 20px 6px rgb(0, 0, 0);
    -webkit-box-shadow: inset 0px -8px 34px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: inset 0px -8px 34px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 8px 34px 0px rgba(0, 0, 0, 0.06);
    z-index: 1000;
    margin-right: -1px;
    height: 15px;
    padding-top: 4px;
    padding-bottom: 16px;
}

div.breadcrumb a{
color: #ffffff;
}

#block-search-form {
 margin:5px;
}

/* #block-views-calendar-block-1{
 margin-bottom:15px;
} */

#news_home_layout{
padding: 10px;
}
#news_home_dataset_layout{
padding: 10px;
}

/*
#news_home_layout > h2{
 background-color:#FF6B00;
 padding:5px;
 transform: skewX(-20deg);
 box-shadow: 2px 2px 2px 0px silver;
 color:white;
 width:60%;
}

#news_home_dataset_layout > h2{
 background-color:#42A62A;
 padding:5px;
 transform: skewX(-20deg);
 box-shadow: 2px 2px 2px 0px silver;
 color:white;
 width:60%;
}*/

body > div.main-container.container > div > section > div.highlighted.jumbotron{
background-color:white;
padding:0px;
margin-bottom:0px;
}

#block-superfish-2 > h2{
font-size: 22px;
margin-bottom: 10px;
margin-top: 10px;
}

#block-superfish-1 {
margin-top:0px;
}

#block-superfish-1 > h2{
font-size: 22px;
margin-bottom: 10px;
margin-top: 0px;
}

#block-menu-menu-resource-type > h2{
font-size: 22px;

}

#block-menu-menu-resource-type > ul {
border: 1px solid silver;
border-radius: 8px;
}

select[multiple], select[size]{
height: 100%;
}

/* 
#edit-field-data-resource-type-tid-wrapper > div > div > div > div > div {
display: inline-block !important;
margin-right: 8px;
border: 1px solid silver;
border-top-right-radius: 8px;
padding-left: 5px;
padding-right: 5px;
background-color: rgb(7, 74, 139);
box-shadow: 0px 0px 5px rgb(7, 74, 139);
}

#edit-field-data-resource-type-tid-wrapper > div > div > div > div > div > a{
color: white;
} */
/* 
#edit-field-data-resource-type-tid-wrapper{
width:100%;
}

#edit-field-data-resource-type-tid{
overflow: hidden;
height: 50px;
font-size: 1.5em;
width: 100%;
border:0px;
}

#edit-field-data-resource-type-tid :focus{
 border:0px;
 box-shadow:0px;
} 

#edit-field-data-resource-type-tid > option {
display: inline-block !important;
margin-right: 8px;
border: 1px solid silver;
border-top-right-radius: 8px;
padding-left: 5px;
padding-right: 5px;
background-color: rgb(7, 74, 139);
box-shadow: 0px 0px 5px rgb(7, 74, 139);
color: white;
} */

#views-exposed-form-datainventoryitem-ctools-context-1 > div > div > div > div.views-exposed-widget.views-reset-button{
float:right;
}

.panel-pane.pane-block.pane-menu-menu-advancedsearch{
text-align: center;
border: 1px solid #cacaca;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
display: inline-block;
font-weight: bold;
color: #FFFFFF;
background-color: #E6E6E6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}


#simplenews-block-form-55 > div > div{
display:inline-block;
width:70%;
}
#edit-mail{
display: inline-block;
}
#edit-submit{
padding:3px;
height:35px;
}

.tabs-processed{
border:0px;
}



.DownloadAreaButton{
width:200px;
/*float:right;*/
/*margin-left:100%;*/
/*margin-bottom:20px;*/

-moz-box-shadow:inset 0px 1px 0px -8px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px -8px #ffffff;
	box-shadow:inset 0px 1px 0px -8px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

/* Network and Projects block menu */
#superfish-4{
margin-top:-25px;
}

#menu-1706-4, #menu-1707-4{
background-color: transparent;
font-size:0.8em;
color:black;
}
/*
#menu-1142-1 {
background-color: transparent;
font-size:1.2em;
color:black;
}*/

/* Main Content fix padding */
#block-system-main > div > div.panel-display.panel-2col-bricks.clearfix > div.panel-panel.panel-col-top > div > div > h2{
margin-top:0px;
}

/*Log In footer*/
#block-block-12{
float:right;
padding:4px;
background-color:whitesmoke;
border-radius:3px;
}

/* Dataset Request fields */
#edit-field-request-email, #edit-field-request-name, #edit-field-request-last-name, #edit-field-request-org-type, #edit-field-request-country{
display: inline-block !important;
width:20%;
padding-right:10px;
padding-top:0px;
padding-bottom:0px;
margin:0px;
}

#edit-field-request-org-other{
width:20%;
padding-right:10px;
padding-top:0px;
padding-bottom:0px;
margin:0px;
}

#edit-field-request-organization, #edit-field-request-purpose{
display: block !important;
width:50%;
padding-right:10px;
padding-top:0px;
padding-bottom:0px;
margin:0px;
}

/*.captcha{
width:30%;
display:inline-block!important;
}*/

#block-block-13 > a {
  display: block;
  background-color: rgb(66, 166, 42);
  color: white;
  width: 80%;
  padding: 5px;
  border-radius: 8px;
  margin: 5px;
}

#tmpAccessWarning{
float:right;
padding:5px;
background-color:#FFB400;
color:white;
border-radius:4px;
}

/* JQUERY TABS CSS */

.ui-widget-header {

    border: 0px;
	border-radius:0px;
	border-bottom: 1px solid silver;
    background: #fff;
    color: #222;
    font-weight: 700

}	

#getfeatureinfo1 {
    background: rgba(51, 91, 133, 0.89) none repeat scroll 0% 0%;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 110;
    float: left;
    margin-top: 10px;
    color: #FFF;
    height: 40px;
    padding-top: 4px;
    padding-left: 7px;
    padding-bottom: 1px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-bottom: 10px;
}

#block-legend-1 > h2{
  font-size: 13px;
  /* font-weight: bold; */
  color: rgb(255, 255, 255);
  margin-top: 0px;
  background-color: rgb(130, 173, 199);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#416a99', endColorstr='#00ffffff',GradientType=1 );
  padding-left: 4px;
  height: 30px;
  /* padding-top: 4px; */
  border: solid 1px rgb(130, 173, 199);
  -webkit-box-shadow: inset 1px 1px 40px 0px rgba(0, 0, 0, 0.21);
  /* border-top-left-radius: 4px; */
  /* border-top-right-radius: 4px; */
  padding-top: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#block-system-main > div > div.panel-flexible.panels-flexible-country_map.clearfix {

  margin-top: 1%;

}

/* Newsletter block */
#block-entityform-block-newsletter-subscription{
font-size:small;
}
#block-entityform-block-newsletter-subscription> h2{
font-size:large;
color:white;
background-color:rgb(0, 101, 162);
padding:3px;
border-radius:4px;
}
#edit-field-newsletter-e-mail, #edit-field-newsletter-fl-name, #edit-field-newsletter-organization{
width:30%;
display:inline-block;
padding:5px;
}
#block-entityform-block-newsletter-subscription> form> div> div> div> img{
display:inline-block;
padding-right:5px;
}
#block-entityform-block-newsletter-subscription> form> div> div> div> div{
display:inline-block;
padding-right:5px;
}

#search-block-form{
  margin:0px;
  /*position: relative;
  float: right;
  margin-right: 1%;
  width: 30%;
  margin-left: auto;
  margin-top: 110px;
  margin-bottom: -200px;
  z-index: 1;*/
}

/*Events Highlights Primary*/
#block-views-home-highlights-events-block > h2{
font-size:small;
font-weight:bold;
}

#superfish-3-toggle{
background-color:#E2E4E8;
border-radius:4px;
padding-left:5px;
}

h3{
font-size:24px;
font-weight:bold;
color:#074A8B;
}

h4{
    font-size: 17px;
    font-weight: lighter;
    color: #156d8d;
}


#block-ecas-ecas > h2{
  font-size: inherit;
  font-variant: small-caps;

}

#block-system-user-menu > h2{

  font-size: inherit;
  font-variant: small-caps;

}

#block-ecas-ecas > div.user-login-block > a{
position: relative;
    float: right;
    margin-top: -35px;
    margin-right: -0.5%;
    /* border-left: 1PX SOLID; */
    PADDING-right: 19PX;
    font-variant: small-caps;
    font-weight: bold;
    color: #0065A2;
    z-index: 999;
}
#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-3.panels-flexible-region-first{
  padding-bottom: 20px;
  height: 150px;
  padding-left: 9px;

}
#block-system-main > div > div.panel-flexible.panels-flexible-home_layout.clearfix > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-3.panels-flexible-region-first{

  padding-bottom: 20px;
  height: 150px;
  padding-left: 9px;
}

#block-system-main > div > div.panel-flexible.panels-flexible-home_layout.clearfix > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-2{
  padding-bottom: 20px;
  height: 150px;
  border-left: 3px solid rgb(255, 255, 255);
  border-right: 3px solid rgb(255, 255, 255);
}

#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-2{

  padding-bottom: 20px;
  height: 150px;
  border-left: 3px solid rgb(255, 255, 255);
  border-right: 3px solid rgb(255, 255, 255);

}

#block-system-main > div > div.panel-flexible.panels-flexible-home_layout.clearfix > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-1_.panels-flexible-region-last{
  padding-bottom: 20px;
  height: 150px;
}


#block-system-main > div > div.panel-flexible.panels-flexible-home_layout.clearfix > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-3.panels-flexible-region-first > div > div > div.pane-content > p:nth-child(1) > strong {
  font-size: xx-large;
  color: rgba(99, 149, 178, 1);
}
#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-3.panels-flexible-region-first > div > div > div > p:nth-child(1) > strong{
  font-size: xx-large;
  color: rgba(99, 149, 178, 1);

}
#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-2 > div > div > div > p:nth-child(1) > strong{
  font-size: xx-large;
  color: rgba(99, 149, 178, 1);
}

#block-system-main > div > div.panel-flexible.panels-flexible-home_layout.clearfix > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-2 > div > div > div.pane-content > p:nth-child(1) > strong{
  font-size: xx-large;
  color: rgba(99, 149, 178, 1);
}
#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-1_.panels-flexible-region-last > div > div > div > p:nth-child(1) > strong{
  font-size: xx-large;
  color: rgba(99, 149, 178, 1);
}

#block-system-main > div > div.panel-flexible.panels-flexible-home_layout.clearfix > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-1_.panels-flexible-region-last > div > div > div.pane-content > p:nth-child(1) > strong{
  font-size: xx-large;
  color: rgba(99, 149, 178, 1);
}


#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-2 > div > div > div > div.l-edge > div{
  padding-bottom: 75px;
}
#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-1_.panels-flexible-region-last > div > div > div > div.l-edge > div{
  padding-bottom: 37px;
}


#block-system-main > div > div.panel-flexible.panels-flexible-home_layout.clearfix > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-2 > div > div > div > div.l-edge > div{
  padding-bottom: 75px;
}




#block-system-main > div > div.panel-flexible.panels-flexible-home_layout.clearfix > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.panels-flexible-row-last.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-1_.panels-flexible-region-last > div > div > div > div.l-edge > div{
  padding-bottom: 37px;
}


#block-system-main > div > div.panel-flexible.panels-flexible-home_layout.clearfix > div > div.panels-flexible-row.panels-flexible-row-home_layout-main-row.panels-flexible-row-first.clearfix > div > div > div > div.contextual-links-region.panel-pane.pane-block.pane-quicktabs-applications-qt > h2{
margin-bottom: 35px;
}



#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-home_layout-main-row.panels-flexible-row-first.clearfix > div > div > div > div.panel-pane.pane-block.pane-quicktabs-applications-qt > h2{
margin-bottom: 35px;
}

#quicktabs-tabpage-applications_qt-0 > div > div.view-content > div > div > div > div > table > tbody > tr > td:nth-child(2) > p > a > img{
  width: 100%;
  -webkit-box-shadow: -2px 22px 29px -10px rgba(0,0,0,0.14);
  -moz-box-shadow: -2px 22px 29px -10px rgba(0,0,0,0.14);
  box-shadow: -2px 22px 29px -10px rgba(0,0,0,0.14);
  border: 12px solid rgb(245, 245, 245);
}

#quicktabs-tabpage-applications_qt-1 > div > div > div > div > div > table > tbody > tr > td:nth-child(2) > p > a > img{
  width: 100%;
  -webkit-box-shadow: -2px 22px 29px -10px rgba(0,0,0,0.14);
  -moz-box-shadow: -2px 22px 29px -10px rgba(0,0,0,0.14);
  box-shadow: -2px 22px 29px -10px rgba(0,0,0,0.14);
  border: 12px solid rgb(245, 245, 245);
}

#flexslider-1{
    margin: 0 0 10px !important;
}

#hometext_tab {
padding:0px;
}

#hometab1, #hometab2, #hometab3 {
    padding-top: 20px;
    border-right: 4px solid rgb(247, 247, 247);
    -webkit-box-shadow: 2px 10px 87px -44px rgba(0,0,0,0.45);
    -moz-box-shadow: 2px 10px 87px -44px rgba(0,0,0,0.45);
    box-shadow: 2px 10px 87px -44px rgba(0,0,0,0.45);
    border-left: 4px solid rgb(247, 247, 247);
}

#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-3.panels-flexible-region-first > div > div > div > div.l-edge > div{
padding-bottom: 42px;
}

#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-home_layout-1.clearfix > div > div.panels-flexible-region.panels-flexible-region-home_layout-1_.panels-flexible-region-last > div > div > div > div.l-edge > div{
    padding-bottom: 78px;
}

#hometext_tab > div.pane-content > div:nth-child(3){
    text-align: center;
    background-color: rgb(247, 247, 247);
    padding-bottom: 0px;
    padding-top: 0px;
    color: #8A8A8A;
    font-size: initial;
    -moz-box-shadow: 2px 10px 87px -44px rgba(0,0,0,0.45);
    margin-right: 17%;
    font-size: large;
    margin-left: 14%;
}
#hometext_tab > div.pane-content > div:nth-child(4){
    text-align: center;
    background-color: rgb(247, 247, 247);
    padding-bottom: 0px;
    padding-top: 0px;
    color: #8A8A8A;
    font-size: initial;
    -moz-box-shadow: 2px 10px 87px -44px rgba(0,0,0,0.45);
    margin-right: 17%;
    font-size: large;
    margin-left: 14%;
}

#hometext_tab > div.pane-content > div:nth-child(2) > p:nth-child(1){
    text-align: justify;
    color: #848181;
    padding-top: 28px;
}

#title1links1 > h2{
    text-align: center;
    padding-bottom: 13px;
    font-size: large;
    color: #949494;
}


#title1links2 > h2{
    text-align: center;
    padding-bottom: 13px;
    font-size: large;
    color: #949494;
}


#title1links3 > h2{
    text-align: center;
    padding-bottom: 13px;
    font-size: large;
    color: #949494;
}



#title1links1 {
    text-align: center;
    /* -webkit-box-shadow: 0px 18px 87px -49px rgba(0, 0, 0, 0.27); */
     /*-moz-box-shadow: 0px 18px 87px -49px rgba(0, 0, 0, 0.27);*/
    /* box-shadow: 0px 18px 87px -49px rgba(0, 0, 0, 0.27); */
    /* border-left: 4px solid rgb(247, 247, 247); */
    /* border-right: 4px solid rgb(247, 247, 247); */
    /* BORDER-BOTTOM: 4px solid rgb(247, 247, 247); */
    /* padding-bottom: 39PX; */
}


#title1links2{
    text-align: center;
    /* -webkit-box-shadow: 0px 18px 87px -49px rgba(0, 0, 0, 0.27); */
    /*-moz-box-shadow: 0px 18px 87px -49px rgba(0, 0, 0, 0.27);*/
    /* box-shadow: 0px 18px 87px -49px rgba(0, 0, 0, 0.27); */
    /* border-left: 4px solid rgb(247, 247, 247); */
    /* border-right: 4px solid rgb(247, 247, 247); */
    /* BORDER-BOTTOM: 4px solid rgb(247, 247, 247); */
    /* padding-bottom: 39PX; */
}


#title1links3 {
    text-align: center;
    /* -webkit-box-shadow: 0px 18px 87px -49px rgba(0, 0, 0, 0.27); */
    /* -moz-box-shadow: 0px 18px 87px -49px rgba(0, 0, 0, 0.27);*/
    /* box-shadow: 0px 18px 87px -49px rgba(0, 0, 0, 0.27); */
    /* border-left: 4px solid rgb(247, 247, 247); */
    /* border-right: 4px solid rgb(247, 247, 247); */
    /* BORDER-BOTTOM: 4px solid rgb(247, 247, 247); */
    /* padding-bottom: 39PX; */
}


#hometext_tab > div > div:nth-child(1) > p:nth-child(1){

}

#hometext_tab > div > div:nth-child(1) > p:nth-child(2){

}
hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #F7F7F7;
}
#block-simplified-social-share-sharing > div.lrsharecontainer.lrshare_interfacehorizontal > div {
opacity: 0.6
}

#past_projects_icon{
color: #ABABAB;
margin-top: 0%;
}

#past_projects_desc{
color: #ABABAB;
    border-bottom: 1px solid #EFEFEF;
    -webkit-box-shadow: inset 0px -17px 36px -10px rgba(0,0,0,0.07);
    -moz-box-shadow: inset 0px -17px 36px -10px rgba(0,0,0,0.07);
    box-shadow: inset 0px -17px 36px -10px rgba(0, 0, 0, 0.07);
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 7%;
}

#current_projects_icon{
    margin-top: -4%;
}

#pacsbio{

    margin-top: 16%;
    border-bottom: 1px solid #EFEFEF;
    -webkit-box-shadow: inset 0px -17px 36px -10px rgba(0,0,0,0.07);
    -moz-box-shadow: inset 0px -17px 36px -10px rgba(0,0,0,0.07);
    box-shadow: inset 0px -17px 36px -10px rgba(0, 0, 0, 0.07);
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 56px;
}

#EuroGEOSS{
    margin-top: 23%;
    color: #ABABAB;
    border-bottom: 5px solid #F1F1F1;
    -webkit-box-shadow: inset 0px -17px 36px -10px rgba(0,0,0,0.07);
    -moz-box-shadow: inset 0px -17px 36px -10px rgba(0,0,0,0.07);
    box-shadow: inset 0px -17px 36px -10px rgba(0, 0, 0, 0.07);
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 17%;
}

#biopama{

border-bottom: 1px solid #EFEFEF;
    -webkit-box-shadow: inset 0px -17px 36px -10px rgba(0,0,0,0.07);
    -moz-box-shadow: inset 0px -17px 36px -10px rgba(0,0,0,0.07);
    box-shadow: inset 0px -17px 36px -10px rgba(0,0,0,0.07);
    padding-left: 2%;
    padding-right: 2%;
}


#contact_icon{
margin-top: -40px;
border-bottom: 1px solid rgb(234, 234, 234);
}


#team_icon{
margin-top: -20px;
border-bottom: 1px solid rgb(234, 234, 234);
}


#documents_icon{
margin-top: -20px;
border-bottom: 1px solid rgb(234, 234, 234);
}


#services_icon{
margin-top: -20px;
border-bottom: 1px solid rgb(234, 234, 234);
}


#source_icon{
margin-top: -40px;
border-bottom: 1px solid rgb(234, 234, 234);
}


#applications_icon{
margin-top: -20px;
border-bottom: 1px solid rgb(234, 234, 234);
}

#policy_icon{
margin-top: -20px;
border-bottom: 1px solid rgb(234, 234, 234);
}

#events_icon{
margin-top: -20px;
border-bottom: 1px solid rgb(234, 234, 234);
}

#news_icon{
margin-top: -20px;
border-bottom: 1px solid rgb(234, 234, 234);
}
#events_map{
margin-top: -40px;
border-bottom: 1px solid rgb(234, 234, 234);
}

#dopa_news{

    padding: 13px;
}

#past_projects{
    color: #ABABAB;
}

#block-system-main > div > div.view-header > div > div > ul > li.date-prev > a{
    border: 1px solid #FFF;
}

#block-system-main > div > div.view-header > div > div > ul > li.date-next > a{
    border: 1px solid #FFF;
}

#block-system-main > div > div.panel-flexible.panels-flexible-8.clearfix > div > div > div > div.panel-pane.pane-views.pane-news > div > div > div.view-header > div > div > ul > li.date-next > a{
   border: 1px solid #FFF;
}

#block-system-main > div > div.panel-flexible.panels-flexible-8.clearfix > div > div > div > div.panel-pane.pane-views.pane-news > div > div > div.view-header > div > div > ul > li.date-prev > a{
    border: 1px solid #FFF;
}

#block-system-main > div > div > div > div > div.panel-pane.pane-views.pane-news > div > div > div.view-header > div > div > ul > li.date-next > a{
    border: 1px solid #FFF;
}

#block-system-main > div > div > div > div > div.panel-pane.pane-views.pane-news > div > div > div.view-header > div > div > ul > li.date-prev > a{
    border: 1px solid #FFF;
}
#block-system-main > div > div > div > div > div.panel-pane.pane-views.pane-news > div > div > div.view-header > div > div > div > h3{
    color: #909090;
    font-variant: small-caps;
}

#block-system-main > div > div.view-header > div > div > div > h3{
    color: #909090;
    font-variant: small-caps;
}

#block-block-33{
    border-top: 1px solid #E2E2E2;
    padding-top: 2%;
    margin-top: 2%;
}

#block-block-33 > p{
    text-align: center;
    padding-bottom: 29px;
    font-variant: small-caps;
    font-size: medium;
    color: #BBBBBB;
}
#sliding-popup{
    height: 80px;
    width: 100%;
    bottom: 0px;
    BACKGROUND-COLOR: rgba(109, 109, 109, 0.43) !important;
    COLOR: black;
}

#popup-text{
color: #585858 !important;
}

#hiddenfilter{
visibility: hidden;
}

#hiddenecoregionvalues{
visibility: hidden;
}

#block-system-main > div > div.panel-flexible.panels-flexible-clone_of_home_layout.clearfix > div > div.panels-flexible-row.panels-flexible-row-clone_of_home_layout-4.panels-flexible-row-last.clearfix > div > div > div > div > div > div > div.view-filters{
visibility: hidden;
}

#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-clone_of_home_layout-4.panels-flexible-row-last.clearfix > div > div > div > div:nth-child(1) > div > div > div.view-filters{
visibility: hidden;
}


#edit_field_ecoregion_name_value_chosen{
    display: block;
    height: 23px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #FFF;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.000);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.000);
    -webkit-transition: border-color ease-in-out .0s, ease-in-out .0s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left: -10px;
}

.econame{
    font-size: 17px;
    font-weight: lighter;
    color: #156d8d;
}

.form-control{
    display: block;
    color: #424242;
    vertical-align: middle;
    /* background-image: none; */
    border: 4px solid rgb(255, 255, 255);
    /* border-radius: 4px; */
    /* -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0); */
    /* box-shadow: inset 0 0px 0px rgba(0,0,0,0.0); */
    /* -webkit-transition: border-color ease-in-out .0s,box-shadow ease-in-out .0s; */
    /* transition: border-color ease-in-out .0s,box-shadow ease-in-out .0s; */
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.00);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.00);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.00);
    background-color: #ECECEC;
    height: 40px;
}

#views-exposed-form-marine-ecoregion-map-page-2{
VISIBILITY: hidden;
height:0px;
}

#views-exposed-form-marine-ecoregion-map-page-4{
VISIBILITY: hidden;
margin-top: -12px;
height:0px;
}

.btn-default {
    color: #000000;
    background-color: #ffffff;
    border-color: #ccc;
    border-radius: 10px;
    /* margin-top: 34px; */
    padding-bottom: 8px;
}

.list-group {
margin-bottom: 20px;
margin-top: -179px;
}

.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: rgba(253, 253, 253, 0.9);
border: 1px SOLID rgba(105, 105, 105, 0.24);
box-shadow: 0px 6px 12px -4px rgba(0, 0, 0, 0.33);
-webkit-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.1);
}
.list-group-item:first-child {
border-top-right-radius: 0px; 
border-top-left-radius: 0px; 
}

a.list-group-item:hover, a.list-group-item:focus {
text-decoration: none;
background-color: #FFFFFF;
}

a.list-group-item {
color: #10566F;
}

#block-system-main > div > div.panel-flexible.panels-flexible-clone_of_home_layout.clearfix > div > div.panels-flexible-row.panels-flexible-row-clone_of_home_layout-4.panels-flexible-row-last.clearfix > div > div > div > div.contextual-links-region.panel-pane.pane-block.pane-block-38 > div.pane-content > table {
max-width: 100%;
background-color: rgba(202, 49, 49, 0);
width: 100%;
}

#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-clone_of_home_layout-4.panels-flexible-row-last.clearfix > div > div > div > div.panel-pane.pane-block.pane-block-38 > div > table{
max-width: 100%;
background-color: rgba(202, 49, 49, 0);
width: 100%;
float: left;
border: 1px solid rgb(255, 255, 255);
}

#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-clone_of_home_layout-4.panels-flexible-row-last.clearfix > div > div > div > div.panel-pane.pane-block.pane-block-38 > div > table > tbody > tr:nth-child(1) > td:nth-child(1){
width: 50%;
color: #10566F;
padding: 5px;
-moz-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.1);
font-style: oblique;
}

#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-clone_of_home_layout-4.panels-flexible-row-last.clearfix > div > div > div > div.panel-pane.pane-block.pane-block-38 > div > table > tbody > tr:nth-child(1) > td:nth-child(2){
width: 50%;
color: #10566F;
padding: 5px;
-moz-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.1);
font-style: oblique;
}
#block-system-main > div > div > div.panels-flexible-row.panels-flexible-row-clone_of_home_layout-4.panels-flexible-row-last.clearfix > div > div > div > div.panel-pane.pane-block.pane-block-38 > div > table > tbody{
border: white;
}

#block-system-main > div > div.panel-flexible.panels-flexible-clone_of_home_layout.clearfix > div > div.panels-flexible-row.panels-flexible-row-clone_of_home_layout-4.panels-flexible-row-last.clearfix > div > div > div > div.contextual-links-region.panel-pane.pane-block.pane-block-38 > div.pane-content > table{
border: white;
}

#ecoregionlegend{
margin-left: 5px;


color: #156D8D;
font-style: italic;
}


#titlemapecoregions
{
    background-color: rgb(21, 109, 141);
    color: white;
    /* border-top: 10px solid rgba(26, 85, 107, 0.65); */
    /* border-top-right-radius: 61px; */
    padding: 9px;

}


.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
        border-top: 2px solid rgb(247, 247, 247);
} 

.countrymarinetab > a{

color: white;
}


#legendtereco{
border-left: 8px solid #156D8D;
    padding-left: 13px;
    content: "";
    display: block;
    right: 0;
    left: 0;
    border-left: 12px solid #fff;
    border-top: 12px solid #156d8d;
}



#legendmareco{
border-left: 8px solid #156D8D;
    padding-left: 13px;
    content: "";
    display: block;
    right: 0;
    left: 0;
    border-left: 12px solid #fff;
    border-top: 12px solid #156d8d;
}

#legendtereco > div.pane-content > p:nth-child(1){
    background-color: #156D8D;
    margin-left: -13px;
    padding-left: 17px;
    color: white;
    padding-bottom: 10px;
}


#legendmareco > div.pane-content > p:nth-child(1){
    background-color: #156D8D;
    margin-left: -13px;
    padding-left: 17px;
    color: white;
    padding-bottom: 10px;
}

#legendtereco > div.pane-content{
    color: #A9A9A9;
    font-stretch: semi-condensed;
}


#legendmareco > div.pane-content{
    color: #A9A9A9;
    font-stretch: semi-condensed;
}


#graterrfilter > div > div > div.view-filters{

visibility:hidden;
}


#tabterrfilter > div > div > div.view-filters{
visibility:hidden;
}
#graterrfilter\20 > div > div > div.view-filters{
visibility:hidden;
}
#tabterrfilter\20 > div > div > div.view-filters{
visibility:hidden;
}

#highcharts-0 > svg > g.highcharts-axis-labels.highcharts-xaxis-labels{

       /* display: none;*/

}
#tabfmarfilter\20 > div > div > div.view-filters{

visibility:hidden;

}

#grafmarfilter > div > div > div.view-filters{
visibility:hidden;


}
.thumbnail {
    display: inline-block;
    /* display: block; */
    /* height: auto; */
    /* max-width: 100%; */
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-top: 2px solid rgba(21, 109, 141, 0.45);
    margin: 10px;
}

#tabfmarfilter\20 > div > div > div.view-content > table > thead > tr > th{
    background-color: rgba(255, 255, 255, 0.29);
    color: #156D8D;
    border-bottom: 5px solid rgb(21, 109, 141);
    /* border-top-right-radius: 61px; */
    padding: 6px;
    /* border-top-left-radius: 60px; */


}

#tabterrfilter\20 > div > div > div.view-content > table > thead > tr > th{
background-color: rgba(255, 255, 255, 0.29);
    color: #156D8D;
    border-bottom: 5px solid rgb(21, 109, 141);
    /* border-top-right-radius: 61px; */
    padding: 6px;
    /* border-top-left-radius: 60px; */

}

#searchtereco{

    border-top: 3px solid #156D8D;
    color: #156D8D;

}

#searchmareco{

    border-top: 3px solid #156D8D;
    color: #156D8D;


}

#highcharts-0 > svg > text{
    color: #156D8D !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-style: inherit !important;
    fill: #156D8D !important;

}

#grafmarfilter{

    border-top: 6px solid #156D8D;

}
#graterrfilter\20{

    border-top: 6px solid #156D8D;

}

#alignlinks {
    color: #676767;
    font-size: 11px;
    line-height: 21px;
    padding-left: 0;
    padding-right: 0;
    display: inline;
    font-weight: normal;
    margin: 0;
    border: 0;
    float: left;
    /* margin-left: 24%; */
    padding: 0 0 0 4px;
    margin: 0;
    position: relative;
    margin-left: 22%;
    margin-right: 9%;
    display: inline;
    width: auto;
}

#alignlinks ul li {

    padding-left: 7px;
    padding-right: 7px;
    display: inline;
    width: inherit;
}


#alignlinks ul li a{

color: #676767;

}