/*
Theme Name: Pulse Enhanced
Description: A theme for the Pulse Enhanced Tool
Author: Cogora Group Ltd
Author URI: https://www.cogora.com
Template: onepress
Version: 2.0.0
*/
/* Headings */

h1, h2, h3, h4, h5, h6 {
clear: both;
font-family: "Open sans", Helvetica, Arial, sans-serif !important;
}

/* Menu */
.onepress-menu a {
font-family: "Open sans", Helvetica, Arial, sans-serif !important;
}

.current-menu-item > a {
color: red!important;
}

/* My Account Form Button */
input#gform_submit_button_2 {
background: #1e73be;
border: 1px solid #1e73be;
color: #fff;
border-radius: 5px;
}

/* Login Validation Message */
div#validation_message_0_1 {
padding: 20px;
color: #ff0000;
}

/* Style Theme My Login buttons & form */
button.tml-button {
background: #1e73be;
border: 1px solid #1e73be;
color: #fff;
border-radius: 5px;
margin-top: 15px;
padding: 10px;
}

li.tml-login-link {
display: none;
}

.site-footer .site-info {
color: #59595c!important;
    font-size: 12px;
}

.site-info a {
color: #59595c!important;
}


/* Tool Page */

a.btn.btn-info.btn-sm {
background-color: #1e73be;
border-color: #1e73be;
float: right;
text-transform: none;
}

.tooltip-container {
position: relative;
display: inline-block;
cursor: help;
}

.tooltip-trigger {
display: inline-block;
}

.tooltip-box {
display: none;
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
margin-bottom: 8px;
background: rgba(0, 0, 0, 0.9);
color: #fff;
padding: 12px 16px;
border-radius: 8px;
z-index: 9999;
white-space: nowrap;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
min-width: 200px;
max-width: 400px;
}

/* Arrow pointing down */
.tooltip-box::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
border: 6px solid transparent;
border-top-color: rgba(0, 0, 0, 0.9);
}

.tooltip-trigger:hover + .tooltip-box {
display: block;
}


select#icb_authority, select#therapy_area {
background: #f2f2f2;
}

.show-more-btn {
padding: 10px 20px;
font-size: 13px;
cursor: pointer;
background-color: #1e73be;
color: white;
border: none;
border-radius: 0;
display: block;
margin: 0 auto;
}

.show-more-btn:hover {
background-color: #0056b3;
}

.hidden {
display: none;
}

input#local_enhanced_service, input#summary, button#clear-search {
height:35px;
font-size:12px;
border:1px solid #ccc;
border-radius:0!important;
box-shadow: none;
}

button#clear-search {
background-color: #1e73be;
border-color: #1e73be;
color:#fff;
}

select#icb_authority, select#therapy_area {
height: 35px;
font-size:12px;
border-radius:0!important;
}

#search {
margin-top: 0px;
height: 35px;
padding: 10px;
}

table#results {
font-size: 90%;
}

.table-striped tbody tr:nth-of-type(odd) {
font-weight: bold;
}

.table td, .table th {
vertical-align: middle!important;
}

/* Loading indicator */
#loading {
text-align: center;
padding: 10px;
font-style: italic;
color: #666;
display: none;
}

a.btn.btn-info.btn-sm.view-pdf {
margin: 10px 0 0 10px;
}