/*
Add customizations to base jQuery CSS here.  This will be loaded last.
*/

.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2) !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2) !important;
}

/* Datepicker */
.ui-datepicker .ui-state-highlight {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("https://trisept.widen.net/content/odbrfdhv7r/png/TRI_IMG_BG_ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555; }

.ui-datepicker .ui-datepicker-today .ui-state-hover {
    border: 1px solid #999999;
    background: #dadada url("https://trisept.widen.net/content/jbudr5bxrc/png/TRI_IMG_BG_ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121; }

.ui-datepicker-trigger {
    cursor: pointer;
    border: 0 none;
    background: none;
}

.ui-datepicker-trigger img {
    background: url("https://trisept.widen.net/content/4oczebhiiq/png/TRI_ICON_CAL_calendar.png") no-repeat scroll left top;
    width: 20px;
    height: 20px; }

td.ui-datepicker-days-cell-over span {
    border: 1px solid #999 !important;  /* Disabled cells still need a border for keyboard navigation */
}

.ui-datepicker {
    font-size: 1.1rem; /* <--default is 1.1em in the jquery-ui.css. Setting this font-size edits the width of the calendar. All base sites are set to 13px to keep consistant width.  We are using .ui-datepicker to set the actual font size. changed to 11px for UNT due to UO iframe restool width*/
}

.ui-datepicker * {
    font-size: 1.1rem !important; }
    
body .ui-tooltip {
    font-size: 1.2rem;
}

.ui-datepicker-trigger {
    display: none; }
