/* data picker new by MR  Date column setting  */
.oj-text-field-input {
    font-size: 1.3rem !important;
    border: 0;
    background-color: transparent;
    width: 100%;
    padding: 0 var(--oj-text-field-text-to-edge-padding);
    line-height: 1.80rem !important;  
    height: 1.8rem !important;
}
.oj-text-field-container {
    height: 1.8rem !important;
}

 /* start dynamic date and time picker plugin   */
.datepicker {
    background: #f8f8f6 !important;
    color: rgb(129, 15, 15) !important;
    font-size: 10px !important;
    width: 200px !important;
    font-weight: bold !important;
}

.datepicker--cell.-current- {
    color: #4EB5E6;
}

.datepicker--button, .datepicker--cell.-current-, .datepicker--day-name, .datepicker--nav-title i {
    color: #200ec9 !important;
}

.datepicker--day-name {
    color: #1618ac !important;
    font-size: 12px;
    font-weight: 400;
    font-weight: bold !important;
}

datepicker--nav-action, .datepicker--nav-title {
    color: rgb(103, 21, 150) !important;
    font-size: 14px;
}

/* EXISTING CODING */

/* apex date picker formatting by MR */
.oj-datepicker-calendar td {
    padding: 0;
    font-size:1.4rem !important ;
    color: #721414 !important;
    /* width: 2.5rem;
    height: 2.5rem;  */
}

.oj-datepicker-header a.oj-enabled {
    text-decoration: none;
    color: #721414 !important;
    font-size: 1.6rem !important;
}

.oj-datepicker-calendar th {
    color: #721414;
    font-size: 1.3rem !important;
}

.oj-datepicker-calendar {
    margin: 0 auto;
}

.oj-datepicker-popup {
    border: 3px solid rgb(120, 29, 31);
    min-height: 25px;
    min-width: 27px;
    /* font-size: large !important; */
}

.oj-datepicker-calendar td a.oj-selected, .oj-datepicker-calendar td.oj-datepicker-today a.oj-selected {
    border-radius: unset;
    padding: 1px;
    font-size: 1.3rem !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
}



/* crtd on 06/02/2024 by murugappa for datepicker day font  */
.oj-enabled, .oj-disabled  {
    font-size: 1.3rem !important;
}

.oj-datepicker-next-icon:before {
    content: "\f105" !important;
}

.oj-datepicker-prev-icon:before {
    content: "\f104" !important;
}

.oj-component-icon:before {
    font-family: 'Font APEX Small'!important;
    font-size:xx-large;
}

/* Interactive report bottom scrollbar height */
.t-fht-tbody::-webkit-scrollbar {
    height: 17px !important;
}
/* following coding created on 10/04/2025 by murugappa

/*  Regional Display Selector  */
.apex-rds a {
    padding: 0 8px;
    font-size: 2rem !important;
}

.apex-rds .apex-rds-selected span {
    box-shadow: 0 -2px 0 #cf2e15 inset;
}

.apex-item-select[size="1"] {
    min-height: 1.8rem !important;
    max-height: 1.8rem !important;
}


/* date picker css */
	body .ui-datepicker table {
    font-size: 10px !important;
    font-weight: bold !important;
    }
    
    body .ui-datepicker .ui-datepicker-title {
    font-size: 10px !important;
    font-weight: bold !important;
    }
	
	body .ui-datepicker th {
    color: #272159;
    }
	
	/* end of data picker css */
	
	/* card block font */
.t-Cards--compact .t-Card-title {
    font-weight: bold;
    overflow: hidden;
}
/* Date Picker */
.x-form-text {
	font-weight: bolder !important;
	font-size: 10px!important;
	color: #000000 !important;
	border-color: #0000A0 !important;
}

.datepicker--cell {
    height: 18px !important;
}

.datepicker--content {
    padding: 2px !important;
}
.datepicker--popup {
   border: 3px solid rgb(120, 29, 31);
}

/* cursor movement identification css  */
.showfocus {
  background-color: gold !important;
}
.t-Form-inputContainer input.showfocus.popup_lov, .t-Form-inputContainer input[type=text].showfocus, .t-Form-inputContainer select.showfocus,  .t-Form-inputContainer select.showfocus.selectlist {
  background-color: gold !important;
}

.a-ResultsItem-title
 {
    color:#860c0c !important;
 }

 .a-ResultsItem-subTitle, .a-ResultsItem-description, .a-ResultsItem-attributes, .a-ResultsItem-misc, .a-ResultsItem-badge  
 {
    color:#7473e4 !important;
    font-size:14 !important;
    font-weight: bolder !important;
    line-height:1 !important;
 }

 .a-ResultsItem-content, .a-ResultsItem  {
    background-color: rgb(204, 213, 231) !important;
 }

 