a{
  color: #093569;
}
a:hover{
  color: #00bfdf;
}
#header {
    background: url(../img/banner-bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: right;
    padding: 0;
    height: 120px;
}
#client_logo img {
    height: 70px;
    margin: 25px 25px;
}
#logout {
  display: inline-block;
  padding-left: 15px;
  border-left: solid 1px #14bedf;
  margin-left: 15px;
}
#login_logout {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding-top: 10px;
  text-align: right;
  white-space: nowrap;
}
#logout a {
  display: inline-block;
  padding-right: 18px;
  background-position: -1010px -90px;
  color: #d2d8e3;
  text-decoration: none;
  width: 36px;
}
a.sprite, span.sprite, .sprite a {
    background-image: url(./images/sprite.png);
    background-repeat: no-repeat;
}
#logout a.sprite {
    background-image: none;
}
#logout a:hover,
#welcome a:hover {
    color: #00bfdf;
}
#welcome a {
    text-decoration: none;
    color: #d2d8e3;
}
#welcome{
  color:#ffffff;
}
#search_menu h2 {
    color: #00bfdf;
    font-size: 1.6em;
    font-weight: 400;
    border-bottom: 2px solid #00bfdf;
    margin-top: 20px;
}
#search_menu .lab {
    font-size: 1.5em;
    color: #00bfdf;
    margin: 2px 0;
    font-weight: 600;
}
#search_menu .tick.showalllessopts {
    color: #00bfdf;
}
.showhistory {
  color: #ffffff;
}
.showhistory:hover {
  color:#00bfdf;
}
#search-back:hover {
    color: #00bfdf;
    background-position: -239px -200px;
}
#search_menu .asearchbutton {
    background-color: #00bfdf;
    color: black;
}
#search_menu .asearchbutton:hover {
    background-color: #00bfdf;
    color: black;
}
#search_menu a.resetbutton {
    background-color: rgba(187, 187, 187, 0);
    color: #00bfdf;
    border: 1px solid #666666;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #00bfdf;
    background: #00bfdf;
}
.ui-button-text-only {
    color: #ffffff;
    background: #093569;
    border: 1px solid #093569;
}
.ui-button-text-only:hover {
    background: #00bfdf;
    border: 1px solid #00bfdf;
}
.ui-button{
  color: #ffffff;
  background: #093569;
  border: 1px solid #093569;
}
.ui-button:hover{
  color: #ffffff;
  background: #00bfdf;
  border: 1px solid #00bfdf;
}
.ui-widget-header .ui-state-default {
    color: #ffffff;
    background: #093569;
    border: 1px solid #093569;
}
.ui-state-hover, .ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus {
    border: 1px solid #00bfdf;
    background: #00bfdf;
    font-weight: normal;
    color: #ffffff;
}
#sidebar .portlet-header {
    font-size: 1.4em;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 20px;
    margin: 0;
    cursor: pointer;
    border-top: solid 1px #fff;
    background: #f0f0f0;
    border-bottom: solid 1px #d9d9d9;
    box-shadow: 0 1px 1px #f2f2f2;
}
#sidebar .portlet:first-of-type {
    border-top: none;
    padding-top: 0;
}
#fprev, #fnext {
  display: block;
  background: url(../img/rfeature/arrows.png) !important;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 3;
}
#fprev {
    float: left;
    margin-left: 12px;
}
#fprev:hover {
    background-position: 0 20px !important;
}
#fnext:hover {
    background-position: -20px 20px !important;
}
#fnext {
    float: right;
    margin-right: 12px;
    background-position: -20px 0 !important;
}
#grouphead a{
  background-color: #093569;
}
#grouphead a:hover, #grouphead a.active {
    background-color: #00bfdf;
}
#info_menu a:hover, #info_menu2 a:hover {
    color: #00bfdf;
}
#showHideTags label span, .toolbox_button, #zoom_wrap, .ui-slider-vertical .ui-slider-handle, .img_tag span, .img_tag a, .editButton {
    background-image: url(./images/sprite.png);
    background-repeat: no-repeat;
}
#allbookmarks > div,
#grouphead,
.blocky  {
    border: 1px solid #093569;
}
.ribbon{
  width: 100%;
  height: 200px;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 83%;
}

.search_block{
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
}
.search_field{
	height: auto;
	width: 67%;
	margin: 35px 0 0 0;
}
.search_field input{
	width: 87%;
	border-radius: 3px;
	padding: 10px 20px;
	border: none;
	font-size: 18px !important;
  border: 1px solid #093569;
}
.search_field input[type='submit']{
	width: auto;
	background-color: #093569;
	border: none;
	padding: 10px 60px;
	margin-left: 10px;
	color:white;
}
.search_field input[type='submit']:hover{
  background-color: #00bfdf;
}
.feature_block{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
  margin: 35px 0;
}
.feature_box{
	display: flex;
	flex-direction: column;
	width: 67%;
}
#browser {
  margin: 0 10px;
}
#browser a {
    background-color: #093569 !important;
    color: #ffffff !important;
    border-radius: 3px !important;
    margin-right: 10px !important;
    min-height: 32px;
    min-width: 100px;
}
#browser a:hover {
    background-color: #00bfdf !important;
}
.clear{
  min-height: 20px;
}
.black{
  background-color: black;
}
.empty_block_child{
    width: 33%;
    margin: 50px 0;
    border-right: 3px solid #00bfdf;
    text-align: center;
    color: white;
}
.empty_block_child h3{
    font-size: 35px;
    text-transform:uppercase;
    color: white;
    font-weight: 600;
}
.empty_block_child p::after{
    content: "\003E";
    padding: 10px;
    color: white;
}
.empty_block_child:last-child{
    border-right: none;
}
div.sr2:hover {
    background-color: #f8f8f8 !important;
    border: 1px solid #093569;
}
div.sr2:hover a{
    color: #093569 !important;
}
p.pagelinkslong span.current {
    background-color: #093569;
}
p.pagelinkslong a:hover {
    background-color: #00bfdf;
}
p.pagelinkslong a.nothanks {
    background-color: rgba(0, 0, 0, 0) !important;
}
#addTag, #recAdd, #mapAdd, a.addtag2, a.recadd2, a.mapadd2, a.mapadd3 {
  background-color: #00bfdf !important;
}
#addTag:hover, #recAdd:hover, #mapAdd:hover, a.addtag2:hover, a.recadd2:hover, a.mapadd2:hover, a.mapadd3:hover {
  color: white !important;
}
#viewport.justMetadata div.portlet-header {
    color: #000000;
}
.oauth-login-link {
  background: #093569;
  box-shadow: unset;
  color: #ffffff !important;
}
.oauth-login-link:hover {
  background: #00bfdf;
  color: #ffffff;
}
@media only screen and (max-width: 790px){
  #rMenuCent {
    background: #093569;
  }
  #rMenuCent #client_logo_responsive img {
    height: 25px !important;
  }
  #collectionwidget {
    text-align: center !important;
  }
  .feature_box {
    align-items: center;
  }
  .search_field input[type='submit'] {
    margin: 10px;
    width: 90%;
  }
  .ribbon{
    flex-direction: column;
    height: 100%;
  }
  .empty_block_child{
      width: 100%;
      border-bottom: 3px solid #00bfdf;
      border-right: none;
      padding: 20px 0;
      margin: 0;
  }
  .empty_block_child:last-child{
      border-bottom: none;
  }
}



/*=========== Custom colors for elastic search ==============*/

.custom-cl-bg,
.btn-filled{
  color:white!important;
  background-color: #093569;
}

.btn-custom {
  color: #093569 !important;
  border-color: #093569 !important; }

.show-more,
.custom-cl-color,
.custom-cl-color a{
  color:#093569 !important;
}
.custom-cl-color{
  border-color:#093569;
}

.custom-cl-scroll{
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: 0;
  scrollbar-color: #093569 #093569;
}
.custom-cl-scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #093569; }
.custom-cl-scroll::-webkit-scrollbar-track {
  background: #bdbdbd; }
.custom-cl-scroll::-webkit-scrollbar {
  width: 5px; }

.custom-cl-active i {
  color: #093569 !important; }

.switcher__label input:checked + .switcher__slider {
    background-color: #093569;
}

.list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__input:hover ~ .checkbox-input__checkmark::after {
  border: solid #093569;
}



.bold {
  background:  rgba(0, 191, 223, 0.5);
  opacity: 0.5;
}

.disabled {
	color: grey !important;
	background:  #ffffff!important;
	border-color: grey !important; 
}
/*======== HOVER EFFECT BLOCK  ========*/

.btn-filled:hover,
.custom-cl-list li:hover{
  color:white;
  background-color: #00bfdf;
  cursor: pointer;
}

.btn-hover:hover{
  color: #00bfdf;
}

.btn-custom:hover {
  color: white !important;
  background:  #00bfdf;
  border-color: #00bfdf !important; 
}

.view-block-buttons__list-block:hover i,
.view-block-buttons__grid-block:hover i {
  color:   #00bfdf;
}

.page-block:hover i {
  color:  #00bfdf; }

.info-block:hover > i,
.info-block:hover > .info-block__title {
  color:   #00bfdf;}


/*======================*/
