/*  D E V E L O P E R   C U S T O M I Z A B L E   S T Y L E S  */
/*  State of Delaware - CLF Styles for the Department of Election  */
/* ############################################################################################## */

/*
	Removed CLF4 and older styles.  May need to selectively add some back in
	or replace with new css
*/

/*
.table-enr is to support auto-generated election night reporting tables.
Not used prior to 2024
*/

.table-enr th {
	color: #FFFFFF;
	background-color: #006391;
	font-size: 16px;
	font-weight: 700;
	padding: 5px;
	vertical-align: bottom;
	display: table-cell;
	border: 1px solid white
}
.table-polling th {
	color: #FFFFFF;
	background-color: #006391;
	font-size: 16px;
	font-weight: 700;
	padding: 5px;
	vertical-align: bottom;
	display: table-cell;
	border: 1px solid white
}

.main-span:hover {
	background-color: #eeeeee;
	cursor: default;
	width: 100%;
}



.tile {
	display: table;
	border-width: 5px;
	border-color: snow;
	border-style: solid;
	text-align: center;
	padding: 10px;
	margin: 6px;
	outline: 1px solid #000000;
	outline-offset: -5px;
	align-items: end;
	background-color: #F7F7F7;
	/*max-width: 313px;*/
	width: 99%;
}

.tile-2w {
	display: table;
	border-width: 5px;
	border-color: snow;
	border-style: solid;
	text-align: center;
	padding: 2em;
	margin: 6px;
	outline: 1px solid #000000;
	outline-offset: -5px;
	align-items: end;
	background-color: #F7F7F7;
	width: 99%;
	
}

/*
.tile-header {

	overflow: auto;
    padding-top: 1em;
    min-height: 60px;
	max-height: 70px;
}

.tile-text {

	overflow: auto;
    min-height: 140px;
	max-height: 150px;
}
.tile-footer{

	overflow: auto;
    min-height: 50px;
	max-height: 75px;
}
*/

.btn-xl {
    padding: 10px 20px;
    font-size: 30px;
    border-radius: 10px;
    /*width:50%;*/
}

.btn-large {
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 5px;
    /*width:50%;*/
}

.btn-default {
	color: #444;
	background-color: #eee;
}
.btn-default:hover {
	background-color: #e5e5e5 !important;
	border-color: #bbb !important;
}
.btn-info {
	color: #fff !important;
	background-color: #5fa4f1;
	border-color: #5b9be3;
}
.btn-info:focus, .btn-info.focus {
	color: #fff !important;
	background-color: #5b9be3;
	border-color: #5b9be3;
}
.btn-info:hover {
	color: #fff !important;
	background-color: #5b9be3;
	border-color: #5b9be3;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	color: #fff !important;
	background-color: #5b9be3;
	border-color: #5b9be3;
}
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
	color: #fff !important;
	background-color: #5b9be3;
	border-color: #5b9be3;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
	background-color: #5fa4f1;
	border-color: #5b9be3;
}
.btn-info .badge {
	color: #5fa4f1;
	background-color: #fff;
}
.btn-yellow {
	color: #444 !important;
	background-color: #ffe033;
	border-color: #f8da32;
}
.btn-yellow:focus, .btn-yellow.focus {
	color: #333 !important;
	background-color: #f8da32;
	border-color: #f8da32;
}
.btn-yellow:hover {
	color: #333 !important;
	background-color: #f8da32;
	border-color: #f8da32;
}
.btn-yellow:active, .btn-yellow.active, .open > .dropdown-toggle.btn-yellow {
	color: #333 !important;
	background-color: #f8da32;
	border-color: #f8da32;
}
.btn-yellow:active:hover, .btn-yellow.active:hover, .open > .dropdown-toggle.btn-yellow:hover, .btn-yellow:active:focus, .btn-yellow.active:focus, .open > .dropdown-toggle.btn-yellow:focus, .btn-yellow:active.focus, .btn-yellow.active.focus, .open > .dropdown-toggle.btn-yellow.focus {
	color: #333 !important;
	background-color: #ffe033;
	border-color: #f8da32;
}
.btn-yellow:active, .btn-yellow.active, .open > .dropdown-toggle.btn-yellow {
	background-image: none;
}
.btn-yellow.disabled:hover, .btn-yellow[disabled]:hover, fieldset[disabled] .btn-yellow:hover, .btn-yellow.disabled:focus, .btn-yellow[disabled]:focus, fieldset[disabled] .btn-yellow:focus, .btn-yellow.disabled.focus, .btn-yellow[disabled].focus, fieldset[disabled] .btn-yellow.focus {
	background-color: #ffe033;
	border-color: #f8da32;
}
.btn-yellow .badge {
	color: #555;
	background-color: #ffe033;
}

.btn-gold {
	color: #003366 !important;
	background-color: #deb74a;
	border-color: #d1ac46;
}
.btn-gold:focus, .btn-gold.focus {
	color: #003366 !important;
	background-color: #cca844;
	border-color: #d1ac46;
}
.btn-gold:hover {
	color: #003366 !important;
	background-color: #cca844;
	border-color: #d1ac46;
}
.btn-gold:active, .btn-gold.active, .open > .dropdown-toggle.btn-gold {
	color: #003366 !important;
	background-color: #cca844;
	border-color: #d1ac46;
}
.btn-gold:active:hover, .btn-gold.active:hover, .open > .dropdown-toggle.btn-gold:hover, .btn-gold:active:focus, .btn-gold.active:focus, .open > .dropdown-toggle.btn-gold:focus, .btn-gold:active.focus, .btn-gold.active.focus, .open > .dropdown-toggle.btn-gold.focus {
	color: #003366 !important;
	background-color: #cca844;
	border-color: #d1ac46;
}
.btn-gold:active, .btn-gold.active, .open > .dropdown-toggle.btn-gold {
	background-image: none;
}
.btn-gold.disabled:hover, .btn-gold[disabled]:hover, fieldset[disabled] .btn-gold:hover, .btn-gold.disabled:focus, .btn-gold[disabled]:focus, fieldset[disabled] .btn-gold:focus, .btn-gold.disabled.focus, .btn-gold[disabled].focus, fieldset[disabled] .btn-gold.focus {
	background-color: #deb74a;
	border-color: #d1ac46;
}
.btn-gold .badge {
	color: #555;
	background-color: #deb74a;
}


.btn-iconBlue {
	color: #fff !important;
	/*background-color: #5290d5;*/
	/*background-color: #245194;*/
	background-color: #006391;
	border-color: #0071AD;
}
.btn-iconBlue:focus, .btn-iconBlue.focus {
	color: #fff !important;
	/*background-color: #3f6dab;*/
	background-color: #296489;
	border-color: #0071AD;
}
.btn-iconBlue:hover {
	color: #fff !important;
	/*background-color: #3f6dab;*/
	background-color: #296489;
	border-color: #0071AD;
}
.btn-iconBlue:active, .btn-iconBlue.active, .open > .dropdown-toggle.btn-iconBlue {
	color: #fff !important;
	/*background-color: #3f6dab;*/
	background-color: #296489;
	border-color: #0071AD;
}
.btn-iconBlue:active:hover, .btn-iconBlue.active:hover, .open > .dropdown-toggle.btn-iconBlue:hover, .btn-iconBlue:active:focus, .btn-iconBlue.active:focus, .open > .dropdown-toggle.btn-iconBlue:focus, .btn-iconBlue:active.focus, .btn-iconBlue.active.focus, .open > .dropdown-toggle.btn-iconBlue.focus {
	color: #fff !important;
	/*background-color: #5290d5;*/
	/*background-color: #245194;*/
	background-color: #006391;
	border-color: #0071AD;
}
.btn-iconBlue:active, .btn-iconBlue.active, .open > .dropdown-toggle.btn-iconBlue {
	background-image: none;
}
.btn-iconBlue.disabled:hover, .btn-iconBlue[disabled]:hover, fieldset[disabled] .btn-iconBlue:hover, .btn-iconBlue.disabled:focus, .btn-iconBlue[disabled]:focus, fieldset[disabled] .btn-iconBlue:focus, .btn-iconBlue.disabled.focus, .btn-iconBlue[disabled].focus, fieldset[disabled] .btn-iconBlue.focus {
	/*background-color: #5290d5;*/
	/*background-color: #245194;*/
	background-color: #006391;
	border-color: #0071AD;
}
.btn-iconBlue .badge {
	color: #fff;
	/*background-color: #5290d5;*/
	/*background-color: #245194;*/
	background-color: #006391;
}


.btn-colonial {
	color: #fff !important;
	background-color: #76a1a0;
	border-color: #56a2a0;
}
.btn-colonial:focus, .btn-colonial.focus {
	color: #fff !important;
	background-color: #56a2a0;
	border-color: #56a2a0;
}
.btn-colonial:hover {
	color: #fff !important;
	background-color: #56a2a0;
	border-color: #56a2a0;
}
.btn-colonial:active, .btn-colonial.active, .open > .dropdown-toggle.btn-colonial {
	color: #fff !important;
	background-color: #56a2a0;
	border-color: #56a2a0;
}
.btn-colonial:active:hover, .btn-colonial.active:hover, .open > .dropdown-toggle.btn-colonial:hover, .btn-colonial:active:focus, .btn-colonial.active:focus, .open > .dropdown-toggle.btn-colonial:focus, .btn-colonial:active.focus, .btn-colonial.active.focus, .open > .dropdown-toggle.btn-colonial.focus {
	color: #fff !important;
	background-color: #76a1a0;
	border-color: #56a2a0;
}
.btn-colonial:active, .btn-colonial.active, .open > .dropdown-toggle.btn-colonial {
	background-image: none;
}
.btn-colonial.disabled:hover, .btn-colonial[disabled]:hover, fieldset[disabled] .btn-colonial:hover, .btn-colonial.disabled:focus, .btn-colonial[disabled]:focus, fieldset[disabled] .btn-colonial:focus, .btn-colonial.disabled.focus, .btn-colonial[disabled].focus, fieldset[disabled] .btn-colonial.focus {
	background-color: #76a1a0;
	border-color: #56a2a0;
}
.btn-colonial .badge {
	color: #fff;
	background-color: #76a1a0;
}

.btn-buff {
	color: #444 !important;
	background-color: #f0dc82;
	border-color: #f1d55a;
}
.btn-buff:focus, .btn-buff.focus {
	color: #333 !important;
	background-color: #f1d55a;
	border-color: #f1d55a;
}
.btn-buff:hover {
	color: #333 !important;
	background-color: #f1d55a;
	border-color: #f1d55a;
}
.btn-buff:active, .btn-buff.active, .open > .dropdown-toggle.btn-buff {
	color: #333 !important;
	background-color: #f1d55a;
	border-color: #f1d55a;
}
.btn-buff:active:hover, .btn-buff.active:hover, .open > .dropdown-toggle.btn-buff:hover, .btn-buff:active:focus, .btn-buff.active:focus, .open > .dropdown-toggle.btn-buff:focus, .btn-buff:active.focus, .btn-buff.active.focus, .open > .dropdown-toggle.btn-buff.focus {
	color: #333 !important;
	background-color: #f0dc82;
	border-color: #f1d55a;
}
.btn-buff:active, .btn-buff.active, .open > .dropdown-toggle.btn-buff {
	background-image: none;
}
.btn-buff.disabled:hover, .btn-buff[disabled]:hover, fieldset[disabled] .btn-buff:hover, .btn-buff.disabled:focus, .btn-buff[disabled]:focus, fieldset[disabled] .btn-buff:focus, .btn-buff.disabled.focus, .btn-buff[disabled].focus, fieldset[disabled] .btn-buff.focus {
	background-color: #f0dc82;
	border-color: #f1d55a;
}
.btn-buff .badge {
	color: #555;
	background-color: #f1d55a;
}

/* Force sub-menu visibility on top-level menu item keyboard focus */
.dropdown-toggle:focus {
  outline: 5px auto;
}



.font-canceled {
    font-size: 14px;
    font-style: italic;
    line-height: normal;
    font-weight: bold;
    color: #D32411;
    text-decoration: none;
}
.local-note-updated {
    font-size: small;
    font-style: italic;
    line-height: normal;
    font-weight: normal;
    color: black;
    text-decoration: none;
}
.local-note-small {
    font-size: small;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: black;
    text-decoration: none;
}
.local-note {
    font-size: normal;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
.local-note-title {
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 500;
    color: #006391;
    text-decoration: none;
	margin-bottom: 10px;
}


table:not(.lighthouse-table) thead th {
	/*background-color:#76a1a0;*/
	background-color:#006391;
	color:#fff;
	/*color:#000;*/
}

a:not(.custom-focus, .no-focus):focus-visible  {
    outline: 9px double black;
    box-shadow: 0 0 0 6px white;
    margin: 6px;
}

/* Remove the default Bootstrap chevron icon */
.sitemap-button::after {
  display: none;
}

/* Default state: Hide the minus icon */
.sitemap-button .icon-minus {
  display: none;
}

/* Default state: Show the plus icon */
.sitemap-button .icon-plus {
  display: inline-block;
}

/* Expanded state (when NOT collapsed): */
/* Hide the plus icon and show the minus icon instantly */
.sitemap-button:not(.collapsed) .icon-plus {
  display: none;
}

.sitemap-button:not(.collapsed) .icon-minus {
  display: inline-block;
}

/** Accordion button **/
/* Remove the default Bootstrap chevron icon */
.accordion-button::after {
  display: none;
}

/* Default state: Hide the minus icon */
.accordion-button .icon-minus {
  display: none;
}

/* Default state: Show the plus icon */
.accordion-button .icon-plus {
  display: inline-block;
}

/* Expanded state (when NOT collapsed): */
/* Hide the plus icon and show the minus icon instantly */
.accordion-button:not(.collapsed) .icon-plus {
  display: none;
}

.accordion-button:not(.collapsed) .icon-minus {
  display: inline-block;
}

button svg {
 pointer-events: none;
}
a svg {
 pointer-events: none;
}

.pagination-box {
	display: inline-block;
}

/* dialog::backdrop, */
.dialog-backdrop {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 3001;
}

.dialog-backdrop.active {
  display: block;
  backdrop-filter: blur(5px);
}

.modal-dialog {
    top: 0;
    overflow-y: auto;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}

.noshow {
	display: none;
}
