/* File for styles which override those defined by Modular.
    We should integrate with Modular at some future point.

*/

/*
    This is for the spacing on the Pager bar - but 80 px is OK with wording change.
.sorting .form-group:first-of-type .custom-form-list {
    width: 80px;
}
    */

.logo_max_width_height {
    max-height:130px;
    max-width:213px;
    height:auto;
}
.Icon_FindInMyLibrary {
    max-height:25px;
    max-width:150px;
    height:auto;
    padding-right:5px;
}

.Product_inst-logo-meta {
    text-align:left;
    background-color: #faf2e4;
}

.dropdown ul.dropdownlist {
   max-height: 260px;
   overflow-y: scroll;
}

ul.addtoicons {
    border-left: solid 6px #7cc243; 
    background-color: #eef1ea; 
    list-style-type: none;
    padding: 8px 9px 11px 9px; 
    font-family: 'open_sansbold'; 
    color: #262626; 
    font-weight: normal;
    margin-top: 3px;
}

.sorting .form-group .dropdown .date-short {
    width: 120px;
}

.ie7 #search-result .refineby, .ie7 #search-result .refineby-type {
  z-index: 101;
}

.refineby-content {
  display: none;
}

.refind-tags .tags-container {
    max-height: none;
    overflow: hidden;
}

.popup.sign-in {
  width: 350px;
  position: absolute;
  right: 11px;
  top: 27px;
  display: none;
}

.popup .sign-in-mycabi .column-full hr {
    border-width: 3px 0 0;
    float: none;
    width: 98%;
    margin-top: 25px;
}

#profile .profile-column input[type='email'] {
  width: 100%;
}

#profile ul li .buttons .profilealert, .errormessage{
    display: inline-block;
    line-height: 26px;
    font-family:"open_sanssemibold";
    color:#cd4400;
}

.combine-selected .radio-listing label {
   padding-top:2px;
}

.search-not-filter a{
 font-family: "open_sansbold";
}

.search-not-filter a span {
  display: block; 
   font-family:"open_sanssemibold";   
}

.search-not-filter h4{
    float: left;
}
.search-not-filter .back{
    float: right;
    font-family: "open_sansbold";
    margin-top: 10px;
    margin-bottom: 10px;
}


/*Register user*/
.Product_alert {
    display: list-item;
    margin-left: 25px;
}

.ie7 .input-password input, .ie8 .input-password input, .ie7 .input-email input, .ie8 .input-email input {
  padding-right: 10px;
}
.ie7 .input-password span, .ie8 .input-password span, .ie7 .input-email span, .ie8 .input-email span {
  width: 33px;
  height: 32px;
  top: 28px;
  right: -22px;
}
.ie7 .input-password span.icon-tick, .ie8 .input-password span.icon-tick, .ie7 .input-email span.icon-tick, .ie8 .input-email span.icon-tick {
  background-image: url("https://www.cabi.org/HorizonScanningTool/gfx/cabicd4/correct.jpg");
  background-color: #cd4400;
  background-repeat: repeat-x;
  background-position: 0px bottom;
}
.ie7 .input-password span.icon-cross, .ie8 .input-password span.icon-cross, .ie7 .input-email span.icon-cross, .ie8 .input-email span.icon-cross {
  background-image: url("https://www.cabi.org/HorizonScanningTool/gfx/cabicd4/incorrect.jpg");
  background-color: #cd4400;
  background-repeat: no-repeat;
  background-position: right top;
}


.input-password, .input-email {
  position: relative;
}
.input-password span, .input-email span {
  position: absolute;
  right: 2px;
  top: 36px;
}
.input-password span.icon-cross:before, .input-email span.icon-cross:before {
  background-color: #cd4400;
  content: "\e607";
  color: #fff;
  padding: 9px;
}
.input-password span.icon-tick:before, .input-email span.icon-tick:before {
  background-color: #7cc243;
  content: "\e606";
  color: #fff;
  padding: 9px;
}

input[type=email]:focus {
    box-shadow: none;
    border: solid 2px #7cc243;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .input-password span {
    top: 35px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .input-email span {
    top: 35px;
  }
}

span.hit, .listing .list-content h2 span.hit  {
    /*background-color: rgba(255, 255, 0, 0.77);*/
    background-color:inherit;
    font-weight:bold;
    padding-left: 2px;
    padding-right: 2px;
    color:inherit;
    font-size: inherit;
    text-transform: inherit;
}

span.indexed {
    background-color: rgba(124, 194, 67, 0.77);
    color: inherit;
    font-size: inherit;
    text-transform: inherit;
    cursor: pointer;
}

span.highlightToggle {
    background: #eef1ea;
    display: block;
    padding: 8px 9px 11px 9px;
    font-family: "open_sansbold";
    font-size: 14px;
    font-weight: normal;
    color: #262626;
    border-radius: 0px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    vertical-align: middle;
    margin-bottom: 0 !important;
    margin-left: 3px;
}

    .toggle-switch input {
        display: none;
    }

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggle-slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .toggle-slider {
    background-color: #7CC243;
}

input:focus + .toggle-slider {
    box-shadow: 0 0 1px #7CC243;
}

input:checked + .toggle-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.toggle-slider.round {
    border-radius: 34px;
}

    .toggle-slider.round:before {
        border-radius: 50%;
    }

.content-search p{
    font-size:14px;
    line-height: 20px;
    font-family: open_sansregular;
}
.refine-item-list {
    text-align: left;
}
.push-top-minus-10 {
  margin-top: -10px !important; }
.buttons-bar-top {
    margin-top: 15px;
    margin-bottom: -25px;
}
.push-right-4 {
 margin-right: 4px !important; 
}
.push-left-4 {
 margin-left: 4px !important; 
}
ul.checkbox-listing {
    padding-bottom:10px;
}

/*#advance-search .date-search li.adv-content-type {
    padding:10px 0 10px 428px;
}
#advance-search .date-search li.adv-sites {
    padding-left:59px
}
#advance-search .date-search li div.adv-content-type{
    width: 172px;
}

.ie8 #advance-search .date-search li.adv-content-type {
    padding:10px 0 10px 410px;
}
.ie8 #advance-search .date-search li.adv-sites {
    padding-left:59px
}
.ie8 #advance-search .date-search li div.adv-content-type{
    width: 172px;
}
.ie8 #advance-search .date-search li div.adv-sites label{
    margin-left:150px;
    margin-top: 10px;
    font-family:"open_sanssemibold";
    font-size:16px;
}*/
.ie8 #advance-search p{
    width:100%;
    float:right;
}
#advance-search .content-search {
    float:left;
    display:inline;
    padding:0 0 10px 428px;
}
.ie8 #advance-search .content-search {
    padding:0 0 10px 410px;
}

#advance-search .content-search div.dropdown {   
    float:left;
    display:inline;
    margin-top:10px;
}

#advance-search .content-search div.adv-content-type a.dropdown-toggle {   
    width:172px;
}

#advance-search .content-search div.adv-sites a.dropdown-toggle {   
    width:165px;
}

#advance-search .content-search label {
    padding:15px 5px 10px 60px;
    float:left;
    display:inline;
    font-family:"open_sanssemibold";
    font-size:16px;
}
.ie8 #advance-search .content-search label {
    padding:10px 5px 10px 75px;
}


.tabs-content .form-inline .form-group.cabi-sites {
    width: 347px; }
.tabs-content .form-inline .form-group.cabi-content-type {
    width: 140px; }

.tabs-content .form-inline .btn-default {
    float: left;
    height: 23px;
    padding: 0px 10px 0px 10px;
}
.save-14 {
    font-size:14px;
    color:#000;
}

/* Browse all styles PGB 2015 11 02 */
#browse-search #browse-all-wrapper {
    width: 635px;
}

#browse-all-wrapper ul.panel-group li.panel span.icon-icon_plus {
    display: inline-block;
    vertical-align: top;
}

#browse-all-wrapper ul.panel-group li.panel a {
    display: inline-block;
    width: 95%;
}

#browse-all-wrapper aside.browse-all {
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 300px;
}

#browse-all-wrapper div.browse-all-help-text {
    background-color: #eef1ea;
    height: 100%;
    font-size: 12px;
    padding: 5px 25px 5px 2px;
}

#browse-all-wrapper div.browse-all-help-text ul {
    list-style-type: disc;
    padding-left: 25px;
}

/* Hide "save" button on Search results */
section#search-result.content-section > div.container > div.row	> div.col-sm-9 > div.listing-bar > div.col-sm-12 > span > div.listing > div.check-mark > div.custom-form-list > div.custom-control > span > a
{
    display:none;
}

.listing .list-content{
    line-height:22px;
    font-family:"open_sansregular";
}

.popup .buttons-bar .btn-default {
  display: inline-block;
}
.popup .buttons-bar .clear-all {
  display: inline-block;
}

/* JQuery popup dialog */
div.ui-dialog-titlebar button.ui-dialog-titlebar-close {
    background-image: url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/images/ui-icons_454545_256x240.png");
    background-position: -96px -128px;
}

div.ui-dialog-titlebar.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url("http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.listing .list-content p.btnabstract .btn-default {
    color:#fff;
    margin-top:-15px;
    float:right;
    margin-bottom:10px;
}
.listing .list-content p.btnabstract {
    margin-right:20px;
}
.listing .list-content p.btnabstract:after {
    content:'';
    display:block;
    clear: both;
}

 .project-action-list li button {
  display: block;
  height: 50px;
  line-height: 50px;
  min-width: 50px;
  text-align: center;
  color: #444444;
  background: #dbe1d5;
  border:none;
  font-size:18px;
  cursor:pointer;
}
 .project-action-list li button:hover {
    background: #555555;
    color: white;
}

 /*PGB MyCabi password requirements div*/
 #divPasswordRequirements {
     font-size: 12px;
 }

 a.clear-all {
     float: right;
     margin-top:10px;
 }

 div.facet-selections {
     padding-bottom: 15px;
 }

 span.strong {
     font-weight: bold;
 }

 a.similar-record-sidebar{
     min-height:58px;
 }

.highcharts-range-selector-buttons {
display:none;
}
.highcharts-input-group {
    visibility:visible;
}

div.cd4-adv-search--content-placeholder {
    width: 173px;
}

#refinerOverlay { 
  display:none; 
  position:absolute; 
  background:#fff; 
}
#img-load { 
  position:absolute; 
}

div.row div.force-min-height {
    min-height: 1200px; 
}

.clearsearch {
    padding-left: 770px;
    padding-bottom:2px;
}

.adv {
   padding-left: 848px; 
}

.clearsearch a{
    text-decoration: underline;
}

.checkbox-listing input[type="checkbox"]:disabled  {
  pointer-events: none;
}

.checkbox-listing label.disabledlabel{
  pointer-events: none;
  color:#999999;
}

.new-backtop-SR {
    padding: 2px 260px 0 5px;
    border-right: 0; 
    float: left;
}

.checkbox-listing li:nth-child(3n + 1) {
    clear: both;
}

div.refineby-content-inner-facets .highcharts-legend-item {
    display: none;
}

div.refineby-content-inner-facets .highcharts-container {
    height:290px !important;
}

.tabs-content .nav-help li a, .my-records .nav-help a {
    padding: 0;
    text-decoration:none;
}

.tabs-content .nav-help li a:hover, .my-records .nav-help a:hover {
    background: transparent;
    padding: 0;
}

.nav-help .tooltip, aside .tooltip, article.content-block .tooltip, .project-action-list .tooltip, .edit-project-title .tooltip, .search-detail .tooltip{
    max-width: 200px;
    width: 200px;
}

aside.a-refiner a.helpicon {
    float: right;
    margin-top:-3px
}

.search-detail a.helpicon {
    padding:5px 10px 5px 10px;
}

.my-records .nav:after {
    display: inline;
}

.my-records .nav-help a.helpicon {
    margin-right: 10px;    
}

.my-records .nav-help a.helpicon:focus {
    text-decoration: none;    
}

.project-action-list a.helpicon {
    line-height: 0;
    padding: 15px 2px 15px 2px;
    background: transparent;
    height:unset;
}
.project-action-list a.helpicon:hover {
    background: transparent;
}

#profile .profile-column input[type='text'].name, #profile .profile-column input[type='text'].last-name{
    display:inline;    
}

.my-profile > .tab-pane {
  display: none;
  visibility: hidden;
}
.my-profile > .active {
  display: block;
  visibility: visible;
}
.my-profile {
    background-color: #dbe1d5;
    float: left;
    width: 100%;
    padding: 10px;
}
.tabs-content .right-tabs{
    display: inline;
}
.tabs-content .right-tabs li.active a {
    background:#eef1ea;
    font-size: 16px;
}
.edit-project-title p {
    width: 80%;
}
.edit-project-title a {
    float:left;
}
.edit-project-title a.helpicon {
    width: 5%;
    background-color: #fff;
    padding-left: 15px;
}

.icon-Icon_Help_Circle:before {
    content: "\e909";
    color: #000;
    font-size: 22px;
}
.icon-Icon_Help_Circle_White:before {
    content: "\e909";
    color: #fff;
    font-size: 20px;
}

.icon-Icon_Help:before {
    content: "\e907";
    color: #fff;
    font-size: 40px;
}

#divLoadingSearchResults
{
    display : none;
}
#divLoadingSearchResults.show
{
    display : block;
    position : fixed;
    z-index: 1000;
   /*background-image : url('/gfx/cabicd4/loading3.gif');
   background-repeat : no-repeat;
   background-position : center;*/
   background-color:#666;   
   opacity : 0.4;
   left : 0;
   bottom : 0;
   right : 0;
   top : 0;
}
#divLoadingSearchResults.show img {
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;  
}

#loadinggif.show
{
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}

.main-inner {
    max-width:none;
}
    .main-inner header {
        background-size: cover;
        background-image: url("https://www.cabi.org/HorizonScanningTool/Content/gfx/header_inner.jpg");
        background-position: center center;
        height: 102px;
    }

    .main-inner .header-text {
        color: #ffffff;
        font-weight: normal;
        font-size: 38px;
        font-family: "open_sansbold";
        padding-top: 10px !important;
    }

/*.main-inner .footer-section {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }*/

.main-inner .soft-top {
        padding-top: 26px !important;
    }

.main-inner .soft-bottom {
        padding-right: 0px !important;
    }
.page-home header {
    background-size: cover;
    background-image: url("https://www.cabi.org/HorizonScanningTool/Content/gfx/header_home.jpg");
    background-position: center center;
    height: 185px;
}

.media-body a{
    display: inline  !important;
    text-decoration:none !important;
}

header .cabi-tag {
    color: #000;
    vertical-align: middle;
}

.main-inner header .logo .svg-image {
    width: auto;
    height: 50px;
    margin-left: 8px;
}


.main-inner .mycabi {
    display: block;
    width: 115px;
    height: 35px;
    background-color: #cd4400;
    border: none;
    float: right;
    margin-top: -9px
}

.main-inner .mycabi span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: 35px;
    padding-left: 27px;
}

.tabs-content .form-inline .form-group.header-text {
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    font-family: "open_sansbold";
    line-height: 0;
}


.button-author-browse {
    border: none;
    background: url('https://www.cabi.org/gfx/cabicd4/u20.png') no-repeat top left;
    padding: 2px 8px;
}

.overlay-type {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: black;
  z-index: 990;
  display: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.new-popup .email-to .input-box input.incorrect {
    border: 2px solid #cd4400;
    position: relative;
    padding-right: 40px;
}

.register-link {
  font-weight: bold;
  color: #262626;
  text-decoration: underline;
}

.register-link:hover {
  color: #368729;
}

ul.checkbox-listing li label span {
    -ms-word-break: break-all;
    word-break:break-all;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip-inner {
  background-color: white;
  color: black;
  border:1px solid #262626;
}

li.open a.rotate-arrow span.icon-icon_arrow_down {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.input200 {
    width: 200px;
    display: inline;
    margin: 0 20px 0 10px;
}

.table tbody tr td.table-icons span.icon-Icon_EmailAlerts {
font-size:24px;
}

hr.strikethrough
{
   width: 35px;
   margin-left: 5px;
   margin-top: 25px;
   position: absolute;
   background-color: #444;
   color: #444;
   border-color: #444;
   transform:rotate(-25deg);
   -ms-transform:rotate(-25deg);
   -moz-transform:rotate(-25deg);
   -webkit-transform:rotate(-25deg);
   -o-transform:rotate(-25deg);
}
.button-FindInMyLibrary{
    width: 257px !important;
    margin-right: 3px;
}

ul.message {
    list-style-type: none;
}

ul.message li:before {
    content: "- ";
}

div.minor-message {
   font-size: 12px;
}

.page-home .nav > li > a:hover,
.page-home .nav > li > a:focus {
    background-color: transparent;
}

#Product_cookies-wrap {
  padding: 13px 0 3px;
  background: url(https://www.cabi.org/gfx/cabicd4/bgDarkHatch.jpg) repeat-x 0 0;
  color: white;
}
.Product_cookies-inner {
  margin: 0 auto;
  overflow: auto;
  width: 950px;
}
.Product_cookies-inner h3 {
  float: left;
  margin-right: 20px;
  width: 190px;
  color: white;
  font-size: 18px;
  text-align: right;
}
.Product_cookies-inner h3 span {
  display: block;
}
.Product_cookies-text {
  float: left;
  margin-right: 20px;
  width: 580px;
  font-size: 13px;
}
.Product_cookies-text p{
  color: #ffffff;
  font-family: Arial;
  line-height:1.5;
  font-size: 100%;
}
.Product_cookies-cta {
  float: left;
  line-height:1.5;
  font-size:14px;
}
.Product_cookies-cta a{
  color: #ffffff;
  font-family: Arial;
  font-size: 11px;
  line-height:1.5;
}
.Product_cookies-cta #Product_cookies-close {
  margin-bottom: 0;
}
.Product_cookies-cta .btn-default {
  border-bottom: 0 !important;
  border-radius: 4px;
}

.page-home .top-nav .nav li.active a, .page-home .top-nav .nav li.active a:hover, .page-home .top-nav .nav li.active a:focus, .top-nav .nav li.active a {
    background-color:#fff;
    color:#000;
}

div.alphaSearch {
    padding-bottom: 15px;
}

div.alphaSearch a.character {
    font-size:14pt;
    padding-right:10px;
    cursor:pointer;
}
div.alphaSearch a.character:hover {
    text-decoration: underline;
}

table.serialsDisplay td.title, table.serialsDisplay th.title {
    width: 90%;
}

.annotator-widget .annotator-item, .annotator-editor .annotator-item input, .annotator-editor .annotator-item textarea {
    font-size: 13px !important;
}

#search-query-container {
    width: 850px;
}

#search-button-container {
    width: 70px;
}

.center {
  
     left: 0;
    right: 0;
    margin: auto;
}
/*.col-sm-2.border-right {
    border-right: 2px solid #7cc243;
    height:100%    
}

.col-sm-6.border-right {
    border-right: 2px solid #7cc243;
    height: 100%
}*/

.border-left {
    border-left: 2px solid #7cc243;
    height: 100%
}
.border-right {
    border-right: 2px solid #7cc243;
    height: 100%
}
.border-bottom {
    border-bottom: 2px solid #7cc243;
    position:relative;
    
    
}

.bold {
    font-weight: bold;
}

.inline-block {
    display:inline-block;
}

aside .nav li a.premiumOnly, aside .nav li a.premiumOnly:hover {
    background-color: #ccc;
    border-right: 0px;
    font-style: italic;
    text-decoration: none;
}

div.div-table-row div.col4 span a.premiumOnly {
    font-style: italic;
    color: #868080;
}

div.div-table-row div.col4 span a.premiumOnly:hover {
    color: #555555;
}
.container div.homeLogoBanner, .container div.searchLogoBanner {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 35px;
}

.container div.searchLogoBanner {
    top: 26px;
}

.container div.homeLogoBanner img.customerLogo {
    max-height: 75px;
    max-width: 300px;
}

.container div.searchLogoBanner img.customerLogo {
    max-height: 35px;
    max-width: 300px;
}

header span.cabi-tag.text-white {
    color: #ffffff;
}

div.donors {
    border-top: solid 1px #cccccc;
    padding-top: 10px;
}

div.donors img.donorLogo {
    height: 100px;
    margin-left: 10px;
}

div.pagingSection div.pagerArrows {
    min-height: 30px;
}

#DownloadFile {
    height: 25px !important;
    margin-top: 8px;
    padding-right: 0px !important;
}

.user-btn a.beginScan, .user-btn-grey a.beginScan {
    padding: 0px;
    text-decoration: none;
}

.user-btn a.beginScan:hover, .user-btn-grey a.beginScan:hover {
    text-decoration: underline;
}

div.freemium-box-layout {
    padding-left: 40px;
    padding-bottom: 20px;
    margin-top: 20px;
}

div.freemium-box-display {
    background-color: #FFFFFF;
    padding: 10px;
    border: solid 1px #000000;
    width: 250px;
    display: inline-block;
    vertical-align: top;
}

div.freemium-box-display div.heading {
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    padding-bottom: 10px;
}

div.freemium-box-display ul.freemium-box-list {
    height: 85px;
}

div.freemium-box-first-entry {
    margin-right: 10px;
}

.container .content-block .information-page a {
    display: inline;
    font-size: 15px;
}


.container .content-block .information-page h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.container .content-block .information-page h3,
.container .content-block .information-page h4
{
    margin-top: 25px;
    margin-bottom: 20px;
}

.container .content-block .information-page div.climate-map-display {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

a.disabled {
    color: #adadad;
}

.unlockDatasheet {
    vertical-align: super;
    line-height:2;
}

    .unlockDatasheet > img {
        height: 20px;
        margin-top: 10px;
        position: absolute;
    }

    .enhancedDatasheet {
        height: 20px;
        margin-top: 5px;
    }

        .enhancedDatasheet > a,
        .enhancedDatasheet > .leftMargin {
            margin-left: 20px;
            line-height: 2.8;
        }

.questionMark {
    line-height: 2.8;
}

#SearchResultPaneHeader .div-table-row {
    display: table-row;
    width: auto;
    clear:none !important;
}

.container .content-block .information-page div.climate-map-display-future {
    text-align: center;
    margin-top: -10px;
    margin-bottom:15px;
}