/*
    **********************************************************************************************
    DO NOT REPLACE THIS FILE WITHOUT MAKING A BACKUP AND REAPPLYING ANY CHANGES MADE IN THIS FILE.
    **********************************************************************************************
*/
/*
    '/\/\/\/\/\/\/\/\/\/\/\/\/\/\*  Program MAINTENANCE Log
    'Copyright (c) 2002, by ULTRADATA AUSTRALIA PTY LTD
    'Rel    byWhom      When                ReviewedBy When
    ~~~~    ~~~~~~~~~   ~~~~~~~~~~          ~~~~~~~~~~~ ~~~~~~~~~
    4.5     WKcheah     21Sep16
            [PD3139.34] case #5055178
            Changes to the calendar styles as requested by design.
	4.4		vtran		14Jul16
			UI button set hover behaviour
	4.4		vtran		11Jul16
			Sizing of UI button set
    4.4    GKrish     31May16  
            [PD3139] 
            Override ui-state-hover to keep white background.
            Set border-color for buttonset.
            Set max-height for autocomplete (for now, it matches dropdowns.js maxH
    4.4     GKrish      25MAY16
            [PD3139]
            Changed ui-buttons border and text style
    4.4     GKrish      28APR16
            [PD3139]
            Changed active background color
    4.4     GKrish      17Mar16
            [PD3139]
            Override some styles to suit our needs.
*/

	.ui-front {
		z-index: 10000;
	}

.ui-datepicker td span,
.ui-datepicker td a {
    /*
        GKrish      18Mar16   Modified
    */
    font-size:1.0em;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    /*
        GKrish      18Mar16   Modified
        GKrish      28Apr16   Modified
    */
	border: 1px solid #79b7e7;
	background: #1b75bb;
	font-weight: normal;
	color: #ffffff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #79b7e7;
	background-color: #1b75bb;
	color: #ffffff;
}

.ui-datepicker-month option, .ui-datepicker-year option {
	font-size: 1em;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
.ui-state-active span {
    /*
        GKrish      18Mar16   Modified
    */
	color: #ffffff;
	text-decoration: none;
}

.ui-buttonset .ui-button {
    border-radius:0px;
    border:1px solid #afafaf;
    margin-right: 0;
	margin-left: -5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-buttonset .ui-button-text{
    color:#000;
}

.ui-buttonset label.ui-state-active > span.ui-button-text {
    background-color:#1B75BB !important;
}

.ui-buttonset label.ui-state-active .ui-button-text,
.ui-buttonset label.ui-state-active .ui-button-text .stText,
.ui-buttonset label.ui-state-active .ui-button-text .stTextBold,
.ui-buttonset label.ui-state-active .ui-button-text .dim {
	color:#ffffff !important;
}

.ui-autocomplete{
    max-height:365px; /* set as the same as Dropdowns._maxH (DropDowns.js) */
    overflow-x:hidden;
}

.nppTransferPage .ui-buttonset {
	position: relative;
}
