/** ###### **/	
/** ###### **/
/** STANDBY **/
/** ###### **/	
/** ###### **/

.head-message {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	height:40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	min-height: 40px;
	width: 100%;
	background-color:#47525C;
}


/** ###### **/	
/** ###### **/
/** STANDARD INCLUSIONS **/
/** ###### **/	
/** ###### **/


* {
  box-sizing: border-box;
}

.responsive {
  max-width: 100%;
  height: auto;
}



/** ###### **/	
/** ###### **/
/** CLOSE STANDARD INCLUSIONS **/
/** ###### **/	
/** ###### **/



/** ###### **/	
/** ###### **/
/**TEXT**/
/** ###### **/	
/** ###### **/

.h1, .h2, .appTitle, .appfinboxhead, .appTitleObj, .bodytxt, .bodytxtbold, .bodytxtSmall, .bodytxtSmallbold, .bodytxtMed, .bodytxtMedbold, .bodytxtLarge, .bodytxtLargebold, .bodytxtTimes, .email_style, .pageTitle, .settingsHeader, .submenu, .topmenu, waveney_list
 {
	font-family: Lato, sans-serif;
	}

.h1 {
	font-size: 60px;
	font-weight: 400;
	line-height: 85px;
	color: #d0d7e1;
	text-align: center;
	 }
	 
.h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	 }

.bodytxt, .bodytxtbold {
	font-size: 16px;
	line-height: 24px;
	color: #3D3B3B;
	 }
	 
.bodytxtbold {
	font-weight: 700;
	}
	
.bodytxt a:link {
	color: #000;
	text-decoration: underline;
	}
	
.bodytxt a:hover {
	text-decoration: none;
	color: #303030;
	}
	
.bodytxt a:active {
	text-decoration: underline;
	color: #303030;
	}
	
.bodytxt a:visited {
	text-decoration: none;
	color: #606060;
	}
	
.bodytxtTimesBold {
	font-weight: bold;
}
	
.bodytxtSmall, .bodytxtSmallbold {
	font-size: 10px;
	line-height: 16pt;
	color: #000;
	 }

.bodytxtSmallbold {
	font-weight: bold;
	}
	
.bodytxtSmall a:link {
	color: #000;
	text-decoration: none;
	}
	
.bodytxtSmall a:hover {
	text-decoration: underline;
	color: #303030;
	}
	
.bodytxtSmall a:active {
	text-decoration: underline;
	color: #303030;
	}
	
.bodytxtSmall a:visited {
	text-decoration: none;
	color: #606060;
	}
	
.bodytxtMed, .bodytxtMedbold, .editdelete {
	font-size: 14px;
	line-height: 20pt;
	color: #000;
	 }
	 
.editdelete {
		 margin-top:8px;
		 margin-bottom:8px;
	 }

.bodytxtMedbold {
	font-weight: bold;
	}
	
.bodytxtMed a:link {
	color: #000;
	text-decoration: underline;
	}
	
.bodytxtMed a:hover {
	text-decoration: none;
	color: #303030;
	}
	
.bodytxtMed a:active {
	text-decoration: underline;
	color: #303030;
	}
	
.bodytxtMed a:visited {
	text-decoration: none;
	color: #606060;
	}
	
.bodytxtLarge {
	font-size: 30px;
	line-height: 36pt;
	color: #000;
	 }

.bodytxtLargebold {
	font-weight: bold;
	}
	
.bodytxtLarge a:link {
	color: #000;
	text-decoration: none;
	}
	
.bodytxtLarge a:hover {
	text-decoration: underline;
	color: #303030;
	}
	
.bodytxtLarge a:active {
	text-decoration: underline;
	color: #303030;
	}
	
.bodytxtLarge a:visited {
	text-decoration: none;
	color: #606060;
	}
	
.pageTitle {
	font-size: 24px;
	font-weight: 700;
	color: #3D3B3B;
	padding-bottom:10px;
}
/* these two control the screen version of the modal
 the css for the printed version of the model is in the code code*/
.email_style, .email_style_bold {
	font-size: 1.0em;
	font-weight: 400;
	color: #3D3B3B;
	line-height: 1.4em;
}

.email_style_bold {
font-weight: bold;
}

.email_margins {
	margin-top:10px;
	}

.appTitle {
	font-size: 24px;
	color: #3D3B3B;
	 }

appTitleObj {
	font-size: 15px;
	line-height: 22pt;
	color: #3D3B3B;
	 }
	 
	 
.appfinboxhead {
	font-size: 16px;
	font-weight: 400;
	color: #d0d7e1;
	background-color: #B6D0EA;
	 }


.settingsHeader {
	font-size: 20px;
	color: #3D3B3B;
	font-weight: 700;
}
	
	
/** ###### **/	
/** ###### **/
/** MENU **/
/** ###### **/	
/** ###### **/


.nav-link a:link {
	color: #fff;
	text-decoration: none;
	}
	
.nav-link a:hover {
  color:#A29D9D;
	text-decoration: underline;
	}
	
.nav-link a:active {
	color: #fff;
	text-decoration: none;
	}
	
.nav-link a:visited {
	color: #fff;
	text-decoration: none;
	}


.navmobile {
	font-size: 16px;
	font-weight: 700;
	color: #0D0C0C;
	padding: 10px 25px 10px 25px;
	word-spacing: 10px;
	text-align: center; 
}
	
.navmobile a:hover {
	text-decoration: underline;
	color: #6B6565;
	}
	
.navmobile a:active {
	text-decoration: underline;
	color: #6B6565;
	}
	
.navmobile a:visited {
	text-decoration: none;
	color: #6B6565;
	}
	
	

.topmenu {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	}
	
.topmenu a:link {
	color: #fff;
	text-decoration: none;
	}

.topmenu a:hover {
		text-decoration: underline;
	text-decoration-thickness: 2px;
	}
	
.topmenu a:active {
	text-decoration: none;
}
	
.topmenu a:visited {
	text-decoration: none;
	}
	
	
.submenu {
	font-size: 16px;
	font-weight: 400;
	color: #696868;
	}
	
.submenu-margin {
	margin-top:6px;
	}
	
.submenu a:link {
	color: #696868;
	text-decoration: none;
	}

.submenu a:hover {
	color: #9D9999;
	text-decoration: underline;
	}
	
.submenu a:active {
	color: #ff0000;
	text-decoration: none;
}
	
.submenu a:visited {
	color: #696868;
	text-decoration: none;
	}
	
.submenu_right {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	color: #9D9999;
	}
	
.submenu_right a:link {
	color: #9D9999;
	text-decoration: none;
	}

.submenu_right a:hover {
		color: #696868;
	text-decoration: underline;
	}
	
.submenu_right a:active {
	color: #ff0000;
	text-decoration: none;
}
	
.submenu_right a:visited {
	color: #9D9999;
	text-decoration: none;
	}
	

/** ###### **/	
/** ###### **/
/**SEARCHBOX**/
/** ###### **/	
/** ###### **/

.searchdiv {
	border-radius:5px;
	height:36px;
	width:400px;
	background-color:#f2f2f2;
	padding-left:0px;
	padding-right:8px;
	color:#827E7E;
}

.inputsearch {
	border-radius:5px;
	border-width:0;
	background:#fff;
	height:36px;
	width:100%;
	padding-left:10px;
}

.searchicon {
font-size:16px;
vertical-align:top;
color:#827E7E;
}


	
/** ###### **/	
/** ###### **/
/**MISC**/
/** ###### **/	
/** ###### **/


.dot, .brownDot, .greenDot, .redDot  {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  vertical-align: sub;
}

.redDot {
 background-color: red;
 }
 
 .greenDot {
 background-color: green;
 }
 
 .brownDot {
 background-color: brown;
 }
 
 .checkboxSize {
 width:20px;
 height:20px;
 margin-right:10px;
  vertical-align: sub;
 }
 
 .radioSize {
 width:20px;
 height:20px;
 }
 
 .modalInput {
  width:90%;
 height:25px;
 }
 
 .bground {
	 background-color:#FFFD00;
 }


/** ###### **/	
/** ###### **/
/**@MEDIA**/
/** ###### **/	
/** ###### **/


 /** MOBILE  anything UP TO 600px **/

@media only screen and (max-width: 599px) {
.desktop, #headerdesk, #searchboxdesk, #detail_images_desktop, #detail_images_desktop_message, #detail-top-section-desktop { 
	display: none;
  }
.mobile, #searchboxmob {
	display: block;
  }
}

/** TABLET applies to anything between 600px and 885px **/
@media only screen and (min-width: 600px) and (max-width: 885px) {
.mobile, #searchboxmob, #detail_images_mobile, #detail_images_desktop_message, #headerdesk, #mobile_intro, #hide-delivery, #hide-frames, #hide-gifts, #hide-guarantee, #hide-genre, #hide-bargains, #detail-top-section-desktop {
	display: none;
  }
#headerdesk, #menudesk, #searchboxdesk, #detail_images_mobile_message, #detail-top-section-tablet {
	display: block;
  }
  }

/** DESKTOP applies to anything over 885px **/
 @media only screen and (min-width: 885px) {
  .mobile, #searchboxmob, #detail_images_mobile, #detail_images_mobile_message, #headertablet, #mobile_intro, #more-links, #detail-top-section-tablet, #space-above-year { 
	display: none;
  }
#headerdesk {
	display: block;
  }
}


/** applies to anything 993px AND OVER **/
@media only screen and (min-width: 992px) {
 #modal-wall-detail-mobile {
	display: none;
  }
 #modal-wall-detail {
	display: block;
  }
}

/** ###### **/	
/** ###### **/
/** CLOSE @MEDIA**/
/** ###### **/	
/** ###### **/


.input-small {
		width:150px;
		height:30px;
		border-width:1px;
		border-color:#B7AEAE;
		border-style:solid;
		font-size:16px;
		padding-top:2px;
		padding-left:8px;
	}
	
.regn_label {
width:240px;
display:inline-block;
}


.waveney_list {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	letter-spacing: 6px;
	text-decoration: none;
	}
	
.waveney_list a:link {
	color: #000;

	}
	
.waveney_list a:hover {
		color:#9A9595;
	text-decoration: underline;
}
	
.waveney_list a:active {
	text-decoration: none;
	color: #9A9595;
	}
	
.waveney_list a:visited {
	color: #fff;
	}
	
.ghnotes {
		font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
		font-size:12px;
		color:#ff0000;
}
	

.menu_divider {
color:#CFCACA; 
}




/** ###### **/	
/** ###### **/
/** FANCY TABLE**/
/** ###### **/	
/** ###### **/


.selectbox1 {
        width: 120px;
        height: 30px; 
        background-color: #eee;
        border-radius: 5px;
		padding-left:5px;
		border: 0px
}

.inputbox2 {
        width: 300px;
        height: 30px; 
        background-color: #eee;
        border-radius: 4px;
		padding-left:10px;
		border: 0px;
}

  /* This aligns the radio buttons horizontally */
  .radio-container {
    display: inline-block;
    margin-right: 10px;
  }
  .radio-container {
  display: flex;
    align-items: center;
  }
  

/** ###### **/	
/** ###### **/
/** TABLES**/
/** ###### **/	
/** ###### **/


/** STANDARD LISTING TABLES like Applicants or Organisaions**/

.table1 {
	 width: 100%;
     border-collapse: collapse;
     table-layout: auto;
}

.table1 th {
    /* border: 1px solid #ccc;*/
     padding: 8px;
      text-align: left;
	  color:#787575;
	  font-weight:normal;
        }
		
.table1 th {
      background-color: #f2f2f2;
        }
		
.table1 td {
 padding: 10px;
}
		

.table1 tr:nth-child(even) {
       background-color: #f2f2f2;
        }
		
		
.table1	tbody tr:hover {
       background-color: #ddd;
        }


/* TRIAL */
/*.table1	tr:nth-child(odd) {
  background-color: #f2f2f2; /* Zebra stripe for rows */
<!--}--> 

/*.table1 tr th:nth-child(odd),
.table1 tr td:nth-child(odd) {
  background-color: #f2f2f2; /* Zebra stripe for columns */
<!--}-->

/*.table1	tbody th:hover {
       background-color: #ff0;
}*/
/* END TRIAL */	
		


  /* Hide the headers on screens with width less than 600px */
        @media (max-width: 600px) {
           
.table1  th {
     display: none;
            }
            
.table1 tr {
     display: block;
      margin-bottom: 10px;
            }

.table1  td {
      display: block;
      text-align: right;
            }

.table1  td::before {
       content: attr(data-label);
       float: left;
       font-weight: bold;
            }
        }

/** END STANDARD LISTING TABLES**/

/** MEETING TABLE **/

.table_meeting {
	 width: 100%;
     border-collapse: collapse;
     table-layout: auto;
	 margin-top:15px;
}

.table_meeting th {
    /* border: 1px solid #ccc;*/
     padding: 0px;
      text-align: left;
	  color:#787575;
	  font-weight:normal;
        }
		
.table_meeting th {
      background-color: #f2f2f2;
        }
		
.table_meeting td {
 padding: 1px;
}
		

.table_meeting tr:nth-child(even) {
       background-color: #f2f2f2; /* Zebra stripe color */
        }
		
.table_meeting	tbody tr:hover {
       background-color: #ddd;
        }


  /* Hide the headers on screens with width less than 600px */
        @media (max-width: 600px) {
           
.table_meeting  th {
     display: none;
            }
            
.table_meeting tr {
     display: block;
      margin-bottom: 10px;
            }

.table_meeting  td {
      display: block;
      text-align: right;
            }

.table_meeting  td::before {
       content: attr(data-label);
       float: left;
       font-weight: bold;
            }
        }

/** END MEETING TABLE **/


/** WEB FORM MAIN TABLE**/

.table_webform {
	width:auto;
	 }

  /* Apply style to the first <td> in each row (with label) */
 .table_webform td:nth-child(odd) {
    background-color: #f2f2f2;
    padding: 10px;
  }
  
  /* Apply style to the second <td> in each row (with input) */
 .table_webform td:nth-child(even) {
    background-color: #e0e0e0;
    padding: 10px;
  }

  /* Style for the label */
 .table_webform label {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    color: #333;
  }
  
  /* Style for the input */
.table_webform input[type="text"],
.table_webform select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
  

/** END WEB FORM TABLE**/

.textarea_auto {
	margin-top:10px;
	padding:5px;
	width:100%;
	resize: none; 
    overflow:hidden;
	border-color:#CFCACA;
}
	
.app_form, .app_form_textarea {
		width:250px;
		margin-top:5px;
		border-width:1px;
		border-color:#CFCACA;
		border-style:solid;
		font-size:16px;
		padding-top:2px;
		padding-left:8px;
	}
		
.app_form_textarea {
width:100%;
}

/** MODAL-TABLES**/

.table_modal {

}

.table_modal th, td {
	padding-top:1px;
  	padding-bottom:1px;
  	padding-right:15px;
  	text-align: left;
}

.table_modal tbody tr:hover {
      background-color: #ddd;
        }
		
/** END MODAL-TABLES**/
	  
.icon {
	font-size: 20px; 
	vertical-align: baseline;
    transform: translateY(5px);
	  }
	  
	  
/** WEB FORM**/

    .form-group {
      margin-bottom: 15px;
    }

    label {
      display: block;
      margin-bottom: 5px;
    }

    input[type="text"], input[type="email"], input[type="password"] {
      width: 100%;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
	.form_intro {
	font-size:1.1em;
	}
	
	.form_comment {
		color:#000;
		margin-bottom:10px;
		font-size:0.9em;
		background-color:#E5E5E5;
		padding:10px;"
	}
	
.form_hr {
	margin-top:20px;
	margin-bottom:20px;
	}
	
/* controls the side by side labels/inputs */
    .form-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .form_group_2col {
    display: flex;
    flex-direction: column;
    flex-basis: calc(50% - 10px); /* Adjust as needed */
  }
 
  /* controls the side by side labels/inputs END */
  
 .radio-container {
    display: inline-block;
    margin-right: 20px;
  }
  
  
  .pendingDots {
	  margin-bottom:25px;
  }
  
.graham_form_textarea {
		width:700px;
		height:500px;
		margin-top:5px;
		border-width:1px;
		border-color:#CFCACA;
		border-style:solid;
		font-size:16px;
		padding-top:2px;
		padding-left:8px;
	}
	
.searchicon-cost {
		color: #fff;
		}
		
.total-unpaid {
	font-size:24px;
    font-weight: bold;
    color: red;
}


.search_ops_heads {
	margin-top:30px;
  margin-bottom:10px;
  background-color:#c6cbd0;
  padding:5px;
  }

.letters {
	text-align: justify;
}

.bum {
	font-size:128px;
}

.above-table {
	margin-top:200px;
	}
	


.textareaMeetNote {
    border: 1px solid #d3d3d3; /* Light gray border */
    padding: 0 4px; /* Padding on the left and right only */
    text-align: left; /* Align text to the left */
    direction: ltr; /* Ensure left-to-right text flow */
    box-sizing: border-box; /* Include padding within total width/height */
    width: 100%; /* Make it responsive */
    max-width: 500px; /* Set a maximum width */
    font-family: Arial, sans-serif; /* Consistent font styling */
    font-size: 14px; /* Set font size */
    line-height: 1.5; /* Adjust line spacing for readability */
    resize: vertical; /* Allow vertical resizing only */
    box-shadow: none; /* Remove shadow effects */
    outline: none; /* Remove the default focus outline */
    transition: border-color 0.2s; /* Smooth transition for focus effects */
}

.textareaMeetNote:focus {
    border-color: #a9a9a9; /* Highlight border when focused */
}
.adv {
	color:#DFDBDB;
	font-size:1.0em;
	text-decoration: none;
	}

.adv a:link {
	color:#DFDBDB;
	font-size:1.0em;
	text-decoration: underline;
	}
	
.adv a:hover {
	color:#fff;
	font-size:1.0em;
	text-decoration: none;
	}
.adv a:visited {
	color:#DFDBDB;
	font-size:1.0em;
	text-decoration: underline;
	}
	

/* Does organisation exist? */

.match-card {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.match-card-header {
    background-color: #e9ecef;
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
}
.match-card-body {
    padding: 12px;
    line-height: 1.6;
}
.match-card-body ul {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.match-card-footer {
    background-color: #f8f9fa;
    padding: 8px 12px;
    border-top: 1px solid #ccc;
    text-align: right;
}
.status-good {
    color: #198754; /* Green */
    font-weight: bold;
}
.status-bad {
    color: #dc3545; /* Red */
    font-weight: bold;
}

/*
 * This rule specifically targets your button to control its underline behavior,
 * overriding any other conflicting styles.
*/

/* State 1: Ensures NO underline by default */
.btn.hover-underline {
    text-decoration: none !important;
}

/* State 2: Ensures an underline appears ONLY on hover */
.btn.hover-underline:hover {
    text-decoration: underline !important;
}

/*
 * Prevents the grey background from appearing on hover for the
 * 'View Full Record' button, keeping its original colors.
*/
.btn-outline-secondary.hover-underline:hover {
    color: #6c757d; /* This is the default grey text color */
    background-color: transparent;
}
