/*
Theme Name: club
Author: Peter Bambrook
Description: A theme suitable for a club
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: SASS, clean, bootstrap
Text Domain: club
*/
@font-face {
    font-family: 'Spinnaker';
    src: url('fonts/spinnaker/Spinnaker-Regular.woff') format('woff');
}
body
{
    font-family: Spinnaker, sans-serif;
    overflow-x: hidden;
    box-sizing: border-box;
    color: #003862;
    position:relative;
}
.page-wrapper{
    width :100%
}

.mask{
  background:rgba(255, 255, 255, 0.7);
  position: absolute;
  left:0;
  right:0;
  top: 0;
  display:none;
  z-index: 10;
}

#dys-spinner{
    display:none;
    padding-top:200px;
}
.spinner-style{
    background-color: white;
    padding:20px;
    border: 5px solid #003862;
    border-radius: 50px;
}

h1{
    margin-top:0;
    margin-bottom: 0;
    font-size: 2.5em;
    text-shadow: 5px 5px 5px rgba(10, 0, 0, 0.315);
  }

h2{
  margin:0;
}
li a{
  font-weight: bold;
  color:#003862;
  text-decoration: none;
}
.selectable-style{
    cursor: pointer;
}
/*      NEW STUFF STARTS HERE     */
.p{
    margin-top:unset;
}
.page-background{
  background-image: url('./images/backgroundImg-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.faded-background{
    background-color: rgba(255, 255, 255, .67)
}
.post-thumbnail_A{
    width:80px;
    margin:5px;
}
.featured-image{
    margin:5px;
    border:1px solid #003862;
    border-radius:10px;
    overflow:hidden;
}
.image-border img{
    border:1px solid #003862;
    border-radius : 10px !important;
    overflow:hidden;
}
/*  TEXT STYLES */
.even-row{
    background-color: #cee5f7;
    border-top: 1px solid #003862;
    border-bottom: 1px solid #003862;
}
.text-style__heading{
    font-size: 1.5em;
    font-weight: bold;
    margin:0;

}
.event-data a,a:hover,a.event-data{
    color:rgb(132, 60, 83);
    text-decoration: underline;
}
.text-style__a{
  color:#003862;
  background-color: rgba(255, 255, 255, .6);
  padding:3px;
  border: 1px solid #003862;
  border-radius:10px;
}
.text-style__b{
  font-size: 1.2em;
  font-weight: bold;
  margin:0;
}
.text-style__c{
  margin:0;
}
.text-reverse{
    background-color: #003862;
    color:white;
}
.text-style__d{
    color:#003862;
    background-color: rgba(0, 56, 98, .1);
    padding:3px;
    border: 1px solid #003862;
    border-radius:10px;
}
.highlight{
    color: #cc1e1f;
}
.subscript{
    font-size: .5em;
}
.attendee-selected{
  background-color: yellow;
}
/*  Reps Page Styling   */

#local-members,#pre-registrations{
    height:150px;
    width:100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.reps-first-row{
  height:200px;
}
#unapproved-members{
    overflow-y: auto;
    overflow-x: hidden;
}
#email-box, #reps-documents{
    height:275px;
    border:1px solid #003862;
    /*border-radius:5px;*/
    width:100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.reps-page p{
    margin-top: 0;
    margin-bottom: 0;
  }
#message-text{
    width:100%;
    margin: 5px auto;
}
.no-members{
    color:red;
}
.plain-text:hover{
    text-decoration: none;
}
.plain-text p{
    margin:0;
}
#all-checkbox{
    margin-left: auto 9px auto 0;
}
#local-members p,#pre-registrations p,#email-box p,#reps-documents p,#unapproved-members p{
    margin:0;
}
#event-registrations .info-block{
    overflow-x:hidden;
}
#event-bursaries .info-block{
    overflow-x:hidden;
}
.white-background{
    background-color: #FFFFFFFF;
}
#event-registrations p{
    margin:0;
}
/*  End */
.link-text{
  color:#003862;
}
.link-text a:hover,a:hover,a{
    color:#003862;
}
.blog-link.a a:hover{
    color:red;
}
.error-message{
  color:red;
  margin:0;
  /*text-align:right;*/
  font-weight:bold;
  /*font-size:1.2rem;*/
}
#profile-error-msg{
    color:red;
}
.page-heading{
    font-size: 1.5rem;
    font-weight: bold;
    padding-top:5px;
  }
.col-heading{
  margin-top:5px;
  margin-bottom:5px;
  font-weight: 300;
  text-align:center;
}
.metabox{
  border-radius: 3px;
  display: inline-block;
}
.metabox p{
  margin: 5px auto;
  font-weight: bolder;
}
.metabox p a{
  text-decoration: none;
  color:#003862;
}
.metabox p a:hover{
  text-decoration: underline;
}
/*  pagination box  */
span.page-numbers.current{
    color:#55acee;
}
/*  Form Elements   */
input::placeholder,
textarea::placeholder{
  color: #0037624d;
}
.input-field{
    background-color: white;
    color: #003862;
    height:40px;
    width:100%;
    border-radius: 5px;
    border-color: #003862;
}
.input-select{
    background-color: white;
    color:#003862;
    height:40px;
    /* padding: 0 5px; */
    border: 2px solid #003862;
    border-radius: 5px;
}
.input-label{
    margin:0;
}
.field-disabled{
    color: #0037624d;
}
form p{
    margin:0;
}
.hand:hover{
    cursor:pointer;
}
/*  Buttons */
.bttn{
    border-radius:4px;
    background-color: #003862;
    color: aliceblue;
    padding:5px;
    border:1px solid #003862;
}
.bttn-small{
    padding:1px 5px;
}
.bttn:hover{
    background-color: #cee5f7;
    color: #003862;
    text-decoration: none;
    cursor: pointer;
}
.bttn-disabled{
    background-color: #d2dbe2;
}
.bttn-disabled:hover{
    background-color: #d2dbe2;
    color: aliceblue;
    cursor:default;
}
.big-bttn{
    font-size:1.5rem;
}
/*  Dropdowns   */
.dropdown-style__a{
    background-color: white;
    color: #003862;
    font-family: Spinnaker, sans-serif;
    font-size: 1.2em;
    height:40px;
    border-radius: 5px;
    border-color: #003862;
  }
  .dropdown-style__b{
      background-color: white;
      color: #003862;
      font-family: Spinnaker, sans-serif;
      border-radius: 5px;
      border-color: #003862;
    }
/*  end */
/*  Table Styles    */

#awards-table{
  margin:0 auto;
  border: 1px solid #003862;
  border-radius: 10px;
  border-spacing: 0;
  background-color: rgba(255, 255, 255, .67);
}
#awards-table th{
  text-align: center;
  border-bottom: 1px solid #003862;
  font-size: 1.2em;
  color:white;
  background-color: #003862;
}
#awards-table td{
  text-align: center;
  font-size: 1.2em;
  padding: 3px 20px;
}
.member-in-list:hover{
  cursor: pointer;
}

#membersDialogList{
  padding-inline-start: 10px;
}
#membersDialogList li{
  list-style-type: none;
}
#membersDialog p{
  margin: 0;
}

.annRegCellWithComment{
  position:relative;
}
.annRegCellWithComment:hover{
  cursor: pointer;
}

.annRegCellComment{
  display:none;
  position:absolute;
  z-index:100;
  border:1px;
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color:#003862;
  padding:3px;
  color:#003862; 
  top:0; 
  left:-200px;
}

.annRegCellWithComment:hover span.annRegCellComment{
  display:block;
}

/*  end Table   */
.doc-tab{
    border:1px solid #003862;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(255, 255, 255, .67);
}
.member-tab{
    border:1px solid #003862;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(255, 255, 255, .67);
}
.tab-active{
    border-bottom: hidden;
    background-color:unset ;
    color: white;
    background-color: #003862;
}
.doc-list{
    border:1px solid #003862;
    border-top:unset;
}
.doc-row{
    border:1px solid #003862;
    border-top: unset;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.grant-header{
    border-right: 1px dotted #003862;
}
.bursary-closed{
    color:#cc1e1f;
}

/*  Menu Items  */
.main-menu li{
  display: inline-block;
  padding: 5px 10px;
}
.mobile-menu{
    display:none;
    background-color: white;
    z-index: 999;
    top:200px;
    margin-block-end: 10px;
    border: 1px solid #003862;
    border-radius: 5px;
    text-align:left;
    padding-left: 5px;
    list-style:none;
}
#menu-dys-top-menu{
    text-align: left;
    padding:0;
}
.menu-dys-top-menu-container li.menu-item-has-children > a:after{
  color: #003862;
  font-family: FontAwesome;
  content: ' \f0d7';
  vertical-align: 1px;
}
.menu-dys-top-menu-container ul li:hover > ul {
  display:block;
}
.menu-mobile-menu-container ul li:hover > ul {
    display:block;
}

.menu-dys-top-menu-container{
    margin-right: 5px;
}
.menu-dys-top-menu-container li{
    position: relative;
}
.menu-dys-top-menu-container ul ul{
    display:none;
    position: absolute;
    left: 0;
    z-index: 99999;
    width: 180px;
    background: #FFF;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.sub-menu{
    display:none;
    text-align:left;
    padding-inline-start: 5px;
}
#menu-mobile-menu{
    list-style: none;
    padding-inline-start: 5px;
}
.menu-mobile-menu-container li.menu-item-has-children > a:after{
    columns: #003862;
    font-family: FontAwesome;
    content: ' \f0d7';
    vertical-align: 1px;
}

#menu-mobile-menu .sub-menu{
    padding-inline-start: 25px;
}
.nav__links .sub-menu li{
  display: block;
  padding: 5px 5px;
}
#menu-dys-top-menu ul.submenu{
    padding-left: 30px;
}
#menu-documents-menu, #menu-results-menu{
    list-style-type: none;
    padding:0;
    font-size: .9em;
}
#menu-title-menu{
    font-size: 1.5em;
    list-style-type: none;
    padding:0;
}
/*  end     */
/*  Lists   */
.general-list{
    list-style-position: inside;
    margin-left: 5px;
}
.error-page-list{
    list-style: none;
    margin-bottom: 8px;
}
.min-box-size{
    min-height:450px;
}
.min-ann-reg-box-size{
    min-height:300px;
}
/*  end */

/*      Messaging page styles   */
#msg-recipient-list{
    border-right: 1px solid #003862;
    overflow-y:auto;
}
#msg-recipient-selection{
    border-bottom: 1px solid #003862;
    width:fit-content;
}
.msg-from{
    float:right;
}


/*      End of Messaging Styles */
.table-row-alt{
    background-color: #cee5f7;
}
.page-background__fade-over{
  background-color: rgba(255, 255, 255, .3);
}
.info-block{
  background-color: rgba(255, 255, 255, .8);
  border: 1px solid #003862;
  border-radius: 10px;
  padding:5px;
}
.info-container{
  background-color: rgba(255, 255, 255, .8);
  border: 1px solid #003862;
  border-radius: 10px;
  overflow:hidden;
}
.bootstrap-block{
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #003862;
    border-radius:15px;
    width:100%;
}
.logo-box{
  width:80px;
  border:1px solid #003862;
  border-radius: 10px;
  margin:auto 0;
  overflow:hidden;
  float:left;
}
.date-circle{
  text-decoration: none;
  color: #FFF;
  border-radius: 50%;
  background-color: #003862;
  width: 80px;
  max-height:80px;
  min-height:80px;
  transition: opacity .33s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .22);
  float:left;
  line-height: 0.8;
  margin:auto 0;
  margin-left: 5px;
}
.date-circle__month{
  
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  width:100%;
  margin:0 auto;
  text-align: center;
  padding-top:15px;
  top:0px;
  flex:0;
  text-transform: uppercase;

}
.date-circle__day{
  display: block;
  font-size: 2.02rem;
  font-weight: 700;
  width:100%;
  margin:0 auto;
  flex:0;
  padding-top:10px;
  text-align: center;
  text-transform: uppercase;
}

.dashed-divider{
    border-top: 1px dotted #003862;
    margin: 3px 0;
}
.club-map {
  width: 100%;
  height: 400px;
  border: 1px solid #003862;
  margin: auto;
  padding:0;
  box-sizing: border-box;
}  
.club-map img {
 max-width: inherit !important;
}
/*  County Colours Styling   */
#cc-table{
    border:2px solid #003862;
    font-size: 10pt;
    border-collapse: collapse;
    margin: 10px auto;
    border-spacing: 0;
}
.cc-top-row{
    border-bottom:2px solid #003862;
    font-weight: bold;
    border-radius: 5px;
}
.cc-body-row{
    border-bottom:1px dotted rgba(00, 38, 62, .3);
}
.cc-name-col{
  width:200px;
  padding-left:5px;
}
.cc-pts-col{
  text-align: center;
}
.cc-col-bb{
  border-left:1px solid #003862;
  border-right:1px solid #003862;
}
/*  END     */
hr{
    margin:5px;
    border:1px solid #003862;
}
/*  TOOLTIPS    */

.tooltip-box{
    visibility: hidden;
    width:auto;
    max-width:180px;
    background-color: rgba(255, 255, 255);
    color:#003862;
    border:1px solid #003862;
    border-radius: 5px;
    padding:5px;
    position:absolute;
    z-index: 1;
    left:40%;
    text-align: center;
    top: -100px;
    font-size:16px;
}
.bttn-disabled:hover .tooltip-box{
    visibility: visible;
  }
/*  END TOOLTIPS    */
#colours-upload-button, #minutes-upload-button{
    text-align: center;
}
.allow-scroll{
  overflow: scroll;
}
.allow-ann-reg-scroll{
  overflow-x: scroll;

}
.results-frame-container{
  overflow:auto;
  width:100%;
  margin:auto;
  text-align:center;
}
#results-frame{
  width: 100%;
  border:none;
  outline:none;
}
#results-frame[seamless]{
  display: block;
}
/*  Toggle Switch Styles */
/* The switch - the box around the slider */
.reg-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 26px;
}
#reg-switch-box{
    border:1px solid #003862;
    border-radius: 5px;
    background-color: white;
    padding: 3px 5px;
    display:none;
}
#event-reg-switch-box{
    background-color: white;
    padding: 3px 5px;
}
#reg-print, #fb-print{
    background-image: url("./images/print.png");
    background-size: cover;
    border: none;
    width: 30px;
    height: 30px;
    margin-inline-start:5px;
    padding-bottom: 10px;
}

#reg-print:focus{
    outline:none;
}
#reg-print:active{
    outline:5px auto #003862;
}

  /* Hide default HTML checkbox */
.reg-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.reg-switch label {
    margin-bottom: 0;
}
  
  /* The slider */
.reg-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.reg-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .reg-slider {
    background-color: #003862;
}
  
input:focus + .reg-slider {
    box-shadow: 0 0 1px #003862;
}
  
input:checked + .reg-slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}
  
  /* Rounded sliders */
.reg-slider.reg-slider-round {
    border-radius: 25px;
}
  
.reg-slider.reg-slider-round:before {
    border-radius: 50%;
}
#tab-general,#tab-dispute,#msg-recipients{
    cursor: pointer;
}


/*  end */
/*  Footer Styles   */

.site-footer{
    background-image: linear-gradient(#FFF, rgb(109, 122, 192));
    border-top: 2px solid #003862;
    border-bottom: 2px solid #003862;
  }
  .site-footer p{
    font-size: .9rem;
  }
  .copyright-text,.copyright-text a,.copyright-text p{
    color:#003862;
    margin:0;
  }
  .min-list{
    padding: 0;
    margin: 0;
  }
  .min-list li{
    list-style: none;
  }
  .social-icons-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
  }
  .social-icons-list li{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
  }
  .social-icons-list li a{
    display:block;
    text-align: center;
    color: #FFF;
    font-size: 1.25rem;
  }
  .social-icons-list li a:hover{
    opacity: 0.75;
  }
  
.social-color-facebook {background-color: #4862a3}
.social-color-twitter{background-color: #55acee}
.social-color-youtube{background-color: #cc1e1f}
.social-color-linkedin{background-color: #0077b5}
.social-color-instagram{background-color: #d8226b}

  


/**********************************/
