:root {
    --portal-main-color: #EBB13E;
    /* --portal-main-contrast: #2E2E2E;  */
    --portal-main-contrast: white;
    --portal-dark-color: #4687E6;

    --openaire-main-color: #313179;

    --explore-portal-color: #D95F2D;
    --provide-portal-color: #37C7E9;
    --monitor-portal-color: #9ABB55;
    --connect-portal-color: #EBB13E;
    --develop-portal-color: #DA65AB;

    --explore-portal-lower-tone: #a0462c;
    --provide-portal-lower-tone: #3A8FA3;
    --monitor-portal-lower-tone: #7c9144;
    --connect-portal-lower-tone: #b48536;
    --develop-portal-lower-tone: #9f4e7e;

}



.communitiesImageBox{
  /*width:284px; height:109px;*/
  width:107px; height:57px;
}
.tm-toolbar .uk-subnav-line .custom-connect-li {
  background:var(--portal-main-color) !important;
}

/* .uk-button-default:hover,.uk-button-default:focus,.btn:hover,.btn:focus {
  background-color:#fff !important;
  color:#5b5b5b !important;
 box-shadow:0 6px 50px rgba(0,0,0,0.05)
} */


.mainPageSearchForm {
    background-image: url("./home.jpg") !important;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    min-height: calc(100vh - 412.767px);
}

.rc-label{
  color:black !important;
  background-color: #FFC700 !important;
}

.private-view-label{
  color:black !important;
}


.searchForm, .communitiesSearchForm{

    background: url('./search.jpg') !important;

}
.generalSearchForm,
.publicationsSearchForm,
.projectsSearchForm, .projectsTableSearchForm,
.organizationsSearchForm,
.datasetsSearchForm,
.softwareSearchForm,
.orpsSearchForm,
.datasourcesSearchForm,  .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm,
 .journalsSearchForm, .journalsTableSearchForm,
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {

    background: url('') !important;

}

.communityToolBar{
  background-color:#dedede;
  z-index: 10;
}

/*.my-tooltip {
  opacity: 0;
}*/

.communityToolBarSection{
  z-index: 10;
}

.iframeContainer{
  position:relative;
  overflow:hidden;
  padding-top:56.25%;
  padding-bottom:35%;

}

.iframeContainer iframe{
  position: absolute;
  top:0;
  left:0;
  width:120%;
  height:100%;
  border:0;
}
