.center-horz {
  /* Center horizontally
  text-align: center;*/
    margin-left: auto;
  margin-right: auto;
}

body{
    font-family: 'Roboto', sans-serif;
}
.btn .btn-primary{
     background-color: #03a3e0 !important; 
}


/* Hide judges Save and mark as complete - no changes allowed button */
#completebutton-159{
    display:none;
}

/*  hide the logo image in the admin entries list
.entrylistimages{
    display:none;
}
*/

/* makes the contrast of the check box square easier to see */
.form-check-input{
    border-color: #808080;
}
/* Hide columns about existing entries on the entrant home page using CSS classes*/
.entrylistcolumnpaid{
    display:none;
}


.entrylistcolumnnomineename{display:none;}


/* makes the contrast of the check box square easier to see */
.form-check-input{
    border-color: #808080;
}


/* hide the pay by invoice button on payment screens */
#paybyothermethoddiv{
    display:none;
}
.paybyothermethoddiv{
    display:none;
}

/* hide the pay by PayPal button on payment screens */
#paybypaypalmethoddiv {
     display:none;
}



.center-horz {
  /* Center horizontally text-align: center;*/
    margin-left: auto;
  margin-right: auto;
}

body{
    font-family: 'Poppins', sans-serif;
}
.customerbutton{
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 23px;
    letter-spacing: -0.7px;
    color: #ffffff;
    background-color: #03a3e0;
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: #03a3e0;
    border-radius: 0px 0px 0px 0px;
}
/* hides aa empty column on the entrant login screen to line up the text on the far left edge of the visiblae area 
#emailrow0{
        display:none;
} */

/* hide the Category description fields on the Entry detail screens */

#categorydescshort{
    display:none;
}

/*
#categorydesclong{
    display:none;
}
*/

#newformsamecategoryrow{
    display:none;
}

/* hide the Nominee name radio button options on Front End entry screens*/
#newentryonbehalfanotherperson{
    display:none;
}
#newentryonbehalfanotherorganisation{
    display:none;
}
#newentryonbehalfmyself, #onbehalfof_div{
    display:none !important;
}

.ent-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.ent-tooltip .ent-tooltiptext {
  visibility: hidden;
  width: 450px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.ent-tooltip .ent-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.ent-tooltip:hover .ent-tooltiptext {
  visibility: visible;
}