/* RIPE Search */

body.template-search #content-core.searchpage {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyNzI3MiIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzMxMzEzMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(114,114,114,0.65) 0%, rgba(49,49,49,0) 400px, rgba(0,0,0,0) 37%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,114,114,0.65)), color-stop(400px,rgba(49,49,49,0)), color-stop(37%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(114,114,114,0.65) 0%,rgba(49,49,49,0) 400px,rgba(0,0,0,0) 37%);
    background: -o-linear-gradient(top,  rgba(114,114,114,0.65) 0%,rgba(49,49,49,0) 400px,rgba(0,0,0,0) 37%);
    background: -ms-linear-gradient(top,  rgba(114,114,114,0.65) 0%,rgba(49,49,49,0) 400px,rgba(0,0,0,0) 37%);
    background: linear-gradient(to bottom,  rgba(114,114,114,0.65) 0%,rgba(49,49,49,0) 400px,rgba(0,0,0,0) 37%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6727272', endColorstr='#00000000',GradientType=0 );
}

.template-search #content #waiting {
    background: #fff url("/ripe/spinner.gif") no-repeat 50% 200px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

body.template-search #content-core .tab-content  {
    background: #fff;
    padding-bottom: 1em;
}

body.template-search #content-core .nav-tabs li {
    border-right: 1px solid #aaa;
}

body.template-search #content-core .nav-tabs li a {
    margin-right: 0;
}

body.template-search #content-core label {
    color: #000;
    font-size: 1em;
    white-space: normal;
}

body.template-search #content-core .tab-content ul {
    list-style: none;
}

.searchCount {
    min-height: 44px;
    line-height: 3em;
}

.template-search .searchResults .obsoleted,
.template-search .searchResults .withdrawn {
     color: red;
}

.template-search .searchResults .review-state {
    float: left;
    margin-right: 10px;
}

.template-search .searchResults .archived {
    color: #ffa500;
}

.template-search .searchResults .accepted {
     color: #006666;
}

a.searchResult {
    font-weight: 600;
}

.tileObjectType {
    font-size: 85%;
}

a.searchResult,
.tileObjectType {
    display: block;
}

.template-search .searchResultNumber {
    display: block;
}

.template-search .searchResults .row {
    border-bottom: 1px solid #eee;
}

.template-search #content dt {
    background: none;
}

.template-search #search-info {
    display: none;
}

.highlightedSearchTerm {
    background: transparent;
}

.template-search .searchResults .highlightedSearchTerm {
    background: yellow;
    font-weight: bold;
}

.template-search .tileObjectType {
    text-transform: uppercase;
    color: #000;
}

.template-search .searchResults img {
    display: none;
}

/* cloud sized copied from ripe.plonetheme */

#searchFacets .portletItem {
        border-bottom: 0;
        line-height: 1.8em;
}

#searchFacets div.portletItem a {
   color: #58595b;
   margin: 2px;
}

#searchFacets div.portletItem a:hover {
   color: #00abab;
}

#searchFacets div.portletItem a.selected {
   color: #080037;
}
.cloud1 {
    font-size: 0.7em;
}
.cloud2 {
    font-size: 0.9em;
}
.cloud3 {
    font-size: 1.1em;
}
.cloud4 {
    font-size: 1.3em;
}
.cloud5 {
    font-size: 1.8em;
}
.cloud6 {
    font-size: 2.2em;
}

/* -- plone 5 -- */

#content nav.pagination  ul li.next,
#content nav.pagination  ul li.previous,
#content nav.pagination  ul li {
    padding: 0.2em 0.5em;
}

