﻿body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

/* the div that holds the date picker calendar */
.dpDiv 
{
    
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: white;
	border: 1px solid #AAAAAA;
    border-collapse:collapse;
    width: 100%;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR 
{
    background-color: #FFCE00;
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
    color: black;
    text-decoration: none;
	border: 1px solid #ece9d8;
	width: 20px;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #FFCE00;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD 
{
    
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: black;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: black;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
    border: none;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}

.dropdown-content-datepicker {
    position: absolute;
    background-color: white;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;    
	border: 1px solid #AAAAAA;
    z-index: 2;
    width: 16rem;
}

.dropdown-content-datepicker a, 
.dropdown-content-datepicker label {
    color: black;
    padding: 5px,5px;
    text-decoration: none;
    display: block;
}

.dropdown-content-datepicker a:hover, 
.dropdown-content-datepicker label:hover, 
.dpTD:hover,
.dpDayHighlightTD:hover,
.dpDayHighlight:hover {
    color: white;
    background-color: Highlight;
    cursor:pointer;
}

.dropdown-datepicker a:hover, 
.dropdown-content-datepicker label:hover, 
.dpTD:hover,
.dpDayHighlightTD:hover,
.dpDayHighlight:hover  {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.dropdown-content-datepicker.show {
    display: block;
}

.date-accordion 
{
    /*width: 150px;*/
    width: 300px;
}

.date-accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: .1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.customRow{
    --bs-gutter-x: .25rem;
}

.CustomDateElement{
    height: 1.5rem;
}
button.CustomDateElement{
    width: 1.5rem;
    text-align: center;
    vertical-align: middle;
    padding: 0rem;
}

.dpaccordion-body {
    padding: 0.2rem 0.25rem;
}

.dpContainter {
    padding: 0.2rem 0rem;
}

.inputSpanNum{
    width: 2rem;
}