/*
* Direction
* Default Configuration
* Font 
* Header, Body and footer configuration
* Links
* Scrollbar 
* Notification Bubble 
* Mask 
* Box Shadow Parameters
* Button
* Forms
* Date Picker
* Message Display
* Tabs
* Virtual Keypad
* Collapsible section
* Modal View
* Download Component
* Table
* Step tracker
* Breadcrumb
* Print help, Print preview
* Link delink
* Password Strength
* Pagination 
* Hamburger menu
* Ticker
* Widgets
*/
/*
 * This file contains the color palette configuration defined in application
 * for various colors shades. Any color added in style sheet should be from
 * this defined set of color palettes only
 */
/* 
 * Get the corresponding hex code for the color
 * Usage: color("name_of_color", "type_of_color")
 * Example: $primary-color: color("red", "lighten-2");
 */
/* Direction - Used for RTL/LTR support. Not yet implemented.
 * Possible values are: 
 * ltr (for Left to Right languages)
 * rtl (for right to left languages)
 */
/* Default Configurations 
 * Every bank will be associated with a default theme which will be a combination 
 * of a primary color and a secondary color.
 */
/*$application-primary-color: color("blue", "base");*/
/* new theme orange introduced*/
/* Font - The default font family (Roboto) used in applications are mentioned here.
 * Recommendation is not to change the font family as application font family has been decided as per 
 * Google material design recommendation.
 * Changing font family will have below mentioned impacts:
 * 	1. font sizes, font weight needs to be redefined across application style sheets as per the new font family.
 *  2. Any alignment issues due to the font change needs to be taken care.
 */
/* icomoon and fontawesome font families are used mostly for icon sets used in application screens */
/* Application heading related configurations */
/* Header, Body and footer configurations used in login screens and post login application screens */
/* Pre-login screens related configuration */
/* Post login application  screen configuration */
/* Hyperlink configuration */
/* Scrollbar configuration 
 * Some browsers doesn't support changing the native default scrollbars. The below style changes 
 * might not reflect in such browsers.
 */
/* Left hand side and Right hand side vertical and horizontal bar configurations */
/* Notification Bubble 
 * Used in header for showing notification count for Alerts, Mails and Mails count in hamburger menu
 */
/* Mask - Used mainly as a background for overlay screens to mask user from clicking 
 * on the background screen components.
 */
/* Box Shadow Configuration 
 * Used to give shadow effects to ovarlays, containers, components, pulldowns. Multiple shadow attributes
 * are defined which can be used across application screens.
 */
/* Buttons
 * Application buttons fall into below mentioned categories:
 * 1. Primary Button 
 * 2. Secondary Button
 * 3. Flat Button  - should look like a normal text on screen, but actually its a button in backend
 * 4. Disabled Button - used for displaying disabled(non clickable/read only) buttons
 * Configuration allows you to change to sharp edges of buttons, color, shadow, case of text etc.
 * Note: If case of button text is changed, ensure to give proper font-size also to avoid any distortion.
 */
/*$button-primary-background-color: $application-primary-orange-color;*/
/*$button-primary-background-color-onhover: $application-primary-orange-color;*/
/*$button-secondary-background-color: color("white", "base");*/
/*$button-secondary-background-color-onhover: color("white", "base");*/
/*$button-secondary-text-color: $application-primary-orange-color;*/
/*$button-secondary-text-color-onhover: $application-primary-orange-color;*/
/* Form Configurations
 * Contains form elements:
 * 1. Input fields.
 * 2. Labels
 * 3. Check boxes
 * 4. Radio buttons
 * 5. Combo boxes
 * 6. Text area
 * 7. Mandatory star *
 * 8. Place holder
 */
/* 
 * Date Picker configuration
 * Configuration allows you to customize the date picker styles
 */
/* 
 * Message Display 
 * Configuration for Success,Error,Warning,Info messages.
 * Note: All icons used in messages are included as IMAGE using IMG tag
 */
/* 
 * Tabs configuration
 */
/* 
 * Virtual Keypad Configuration
 */
/* 
 * Collapsible section configuration
 */
/* 
 * Modal View configuration 
 */
/* 
 * Download Component configuration 
 * Defined Download Formats are: Excel, PDF, Text
 */
/* 
 * Listing table configuration
 */
/* 
 * Step tracker configuration
 */
/*$steptracker-header-icon-bacground: color("grey", "lighten-1");*/
/* 
 * Breadcrumb configuration
 */
/* 
 * Print help, Print preview configuration
 */
/* 
 * Link delink configuration
 */
/* 
 * Password Strength configuration
 * Below mentioned are the password strength values possible:
 * 1. too short
 * 2. weak
 * 3. fair
 * 4. strong
 * 5. very strong
 * Note: All icons are included as IMAGE using IMG tag
 */
/* 
 * Listing table pagination configuration
 * Note: Navigation icons are used as IMAGE, not font icons
 */
/* 
 * Hamburger menu configuration
 */
/* 
 * Ticker configuration - Ticker is the live scroll messages 
 */
/* 
 * Widgets configuration
 */
/*$widgets-shadow: $shadow-layer-1;*/
/*
 * This file contains any common $ config params other than the themes/branding related confgurations
 */
/*
 * This file contains the language based directional changes for LTR/RTL languages.
 * This functionality is not yet integrated into application SCSS. Will be considered when RTL support gets incorporated.
 */
/*
 * This file contains all common functions, mixins which are used across all SCSS files.
 */
.febacal-select-disabled {
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.febacal-view-header table tr:hover,
.febacal-container table tr:hover,
.febacal-header-center table tr:hover .febacal-header-center tr.odd.open:hover td,
.febacal-header-center tr.even.open:hover td,
.febacal-header-center table tr:hover td {
  background-color: transparent !important;
}

.febacal-view-header table td {
  border-bottom: medium none;
}

.febacal-header {
  background: none repeat scroll 0 0 #775544;
  border: 1px solid #E0E0E0;
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight: normal;
  text-align: center;
  vertical-align: middle !important;
}

.febacal-cell {
  border: 1px #E0E0E0 solid;
}

.febacal-cell-hover-class {
  background-color: #EAF4FD !important;
}

.febacal-container {
  font-size: 1em;
}

.febacal-container table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.febacal-container td,
.febacal-container th {
  padding: 0;
  vertical-align: top;
}

.febacal-cell-date {
  float: right;
  padding: 0 2px;
  font-size: 0.9em;
}

.febacal-today {
  background: none repeat scroll 0 0 #EEE6E0;
}

.febacal-outside-month {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.febacal-today .febacal-cell-date {
  color: #000000;
}

.febacal-header-left {
  width: 25%;
  text-align: left;
}

.febacal-header-center {
  width: auto;
  /*Added newly by vinay for reopened defects fix*/
  text-align: center;
  vertical-align: middle !important;
  white-space: nowrap;
}

.febacal-header-right {
  width: 25%;
  text-align: right;
}

.febacal-clear-div {
  clear: both;
  height: 10px;
}

/* Buttons and headers related - Start */
.febacal-text-left .febacal-calendar-button-wrapper,
.febacal-header-left .febacal-calendar-button-wrapper {
  float: left;
}

.febacal-header-right .febacal-calendar-button-wrapper,
.febacal-text-right .febacal-calendar-button-wrapper {
  float: right;
}

.febacal-calendar-button {
  background: url("../images/backgrounds/brownbuttonstyle02.gif") no-repeat scroll 100% 0 #026EAB;
  border: 0 solid #424242;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 21px;
  line-height: 20px;
  overflow: visible;
  padding-right: 5px;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
}

.febacal-calendar-button-wrapper {
  background: url("../images/backgrounds/brownbuttonstyle02.gif") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 21px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0.7%;
  padding-left: 5px;
}

.febacal-calendar-button-disabled-wrapper {
  background: url("../images/backgrounds/buttonStyle03.gif") no-repeat scroll 0 0 transparent;
  height: 21px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0.7%;
  padding-left: 5px;
}

.febacal-calendar-button-disabled {
  background: url("../images/backgrounds/buttonStyle03.gif") no-repeat scroll 100% 0 transparent;
  color: #FFFFFF;
  cursor: default;
}

.febacal-delete-space {
  background: url("../images/febacalendar_trashcan.png") no-repeat scroll 50% 1px transparent;
  border: 1px solid #9E9E9E;
  display: inline-block;
  padding: 3px 5px;
  text-align: center;
  width: 50%;
}

.febacal-margin-left,
.febacal-margin-right {
  margin-left: 5px;
}

.febacal-text-right {
  text-align: right;
}

.febacal-text-left {
  text-align: left;
}

/* Buttons and headers related - End */
.febacal-day-content {
  position: relative;
  clear: both;
  font-size: 0.8em;
}

.febacal-show-more-events,
.febacal-close-more-events {
  padding: 1px 5px;
  color: #449CCC;
  margin: 1px 2px;
  font-size: 0.9em;
  cursor: pointer;
  position: absolute;
  display: block;
  bottom: 0;
  display: none;
}

.febacal-dialog-div {
  background-color: #E0E0E0;
}

.febacal-indicate-progress {
  cursor: progress !important;
}

/* Event Styles -- Start */
.febacal-event {
  padding: 0px 2px;
  color: #FFFFFF;
  margin: 1px 2px;
  border-width: 1px 1px;
  border-style: solid;
  font-size: 0.9em;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.febacal-event-one {
  background-color: #1158DB;
  /*blue*/
  border-color: #003380;
}

.febacal-event-two {
  background-color: #009933;
  /*green*/
  border-color: #005C1F;
}

.febacal-event-three {
  background-color: #990000;
  /*red*/
  border-color: #4C0000;
}

.febacal-event-four {
  background-color: #336600;
  /*dark green*/
  border-color: #1A3300;
}

.febacal-event-five {
  background-color: #CC0066;
  /*dark pink*/
  border-color: #660033;
}

.febacal-event-six {
  background-color: #663300;
  /*brown*/
  border-color: #331A00;
}

.febacal-event-seven {
  background-color: #33CCFF;
  /*light blue*/
  border-color: #1A6680;
}

.febacal-event-eight {
  background-color: #6600CC;
  /*violet*/
  border-color: #330066;
}

.febacal-event-nine {
  background-color: #666633;
  /*Dark Olive Green*/
  border-color: #33331A;
}

.febacal-event-ten {
  background-color: #757575;
  /*grey*/
  border-color: #000000;
}

/* Event Styles -- End */
/* Month view styles -- Start */
.febacal-container-month {
  width: 700px;
  margin: 0 auto;
}

/* Month view styles -- End */
/* Month widget view styles -- Start */
.febacal-container-month-widget {
  width: 287px;
  margin: 5px auto 0;
}

.febacal-container-month-widget #febacal-ResetView {
  float: left;
}

.febacal-day-content-has-event {
  background-color: #009933;
  /*green*/
}

.febacal-day-content-has-event a {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}

.febacal-day-content-has-event a:link,
.febacal-day-content-has-event a:visited,
.febacal-day-content-has-event a:hover,
.febacal-day-content-has-event a:active {
  color: #000000;
  text-decoration: none;
}

/* Month widget view styles -- End */
/* Year view styles -- Start */
.febacal-container-year {
  /* Preferred Width is (x*cols+left-padding+right-padding+cols+1)*colums x=40 */
  width: 700px;
  margin: 0 auto;
}

/* Year view styles -- End */
.febacal-container-year-widget {
  border: 0 none;
  padding: 5px 5px 0 !important;
}

/* Added for FEBACalendar jQuery plugin - END*/
/* Added for FEBATabs jQuery plugin - START*/
.febatab-parent-div {
  background-color: #F5F7FA;
  border-radius: 4px;
  display: block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  padding: 5px;
}

.febatab-ul {
  background-color: #D1E3FA;
  display: block;
  padding: 5px 5px 0 5px;
  overflow: hidden;
  margin: 0;
  line-height: 1.3;
}

.febatab-normal-tab {
  border: 1px solid #205AA2;
  float: left;
  list-style: none outside none;
  margin: 0 2px;
  white-space: nowrap;
  position: relative;
  font-weight: bold;
  background: none repeat scroll 0 0 transparent;
  padding: 0px;
}

.febatab-inactive-tab {
  background-color: #0070C0;
  color: #FFFFFF;
  cursor: pointer;
}

.febatab-inactive-tab a,
.febatab-inactive-tab a:hover,
.febatab-inactive-tab a:link,
.febatab-inactive-tab a:visited {
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  padding: 5px;
  text-decoration: none;
}

.febatab-active-tab {
  background-color: #F5F7FA;
  border-bottom: 1px solid #F5F7FA;
  color: #5DACD9;
}

.febatab-active-tab a,
.febatab-active-tab a:hover,
.febatab-active-tab a:link,
.febatab-active-tab a:visited {
  color: #5DACD9;
  cursor: default;
  float: left;
  padding: 5px;
  text-decoration: none;
}

.febatab-active-content {
  display: block;
}

.febatab-inactive-content {
  display: none;
}

.febatab-content {
  padding: 1em 0 0 0;
}

.febatab-rounded-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.febatab-rounded-all {
  border-radius: 4px;
}

/* Added for FEBATabs jQuery plugin - END*/
/* Added for FEBATooltip jQuery plugin - START*/
.febatooltip-content {
  color: #000000;
  /*next-gen*/
  border: 0 none;
}

.febatooltip-wrapper {
  position: absolute;
  background-color: #e9f7ff;
  /*next-gen*/
  z-index: 2005;
  display: none;
  padding: 5px;
  margin: 1px;
  /* border: 1px solid color("shades", "white");*/
  font-size: 0.9em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Added for FEBATooltip jQuery plugin - END*/
/* Added for FEBAColurPicker jQuery plugin - START*/
.fcp-wrapper {
  position: relative;
  display: inline-block;
  *display: inline !important;
}

.fcp-colourpalette {
  background-color: #000000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 2000;
  position: absolute;
  padding: 2px;
  display: none;
  top: 0;
  left: 0;
}

.fcp-color {
  width: 20px;
  height: 20px;
  margin: 2px;
  border: 2px solid #000000;
  float: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fcp-picker {
  background-image: url("../images/pfm_colorpalette_bg.png");
  cursor: pointer;
  display: block;
  height: 31px;
  width: 43px;
  *display: inline-block !important;
}

.fcp-indicator {
  width: 20px;
  height: 20px;
  margin: 5px;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.fcp-color:hover {
  border: 2px solid #FFFFFF;
}

.fcp-colourpalette table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fcp-colourpalette:hover,
.fcp-colourpalette table:hover,
.fcp-colourpalette table tr:hover {
  background-color: #000000;
}

.fcp-colourpalette table tr td {
  border: medium none;
}

.fcp-picker-disabled {
  background-image: url("") !important;
  cursor: default;
}

/*FEBA specific style handling for fcp*/
.HW_tabletextwithpadding .fcp-wrapper {
  float: left;
  margin-top: 7px;
}

.querytextright .fcp-wrapper {
  margin-left: 5px;
}

/*Surej RWD Added for color picker top spacing in manage categories*/
.fcp-wrapper .fcp-picker {
  margin-top: 2px;
}

/* Added for FEBAColurPicker jQuery plugin - END*/
/* Added for FEBACombobox jQuery plugin - START*/
.ui-combobox {
  position: relative;
  display: inline-block;
  /*Space required by the button: margin should be equal to: buttonWidth+2 buttonBorders+ right-TextboxBoder+3px*/
  margin-right: 22px;
}

.ui-combobox-toggle {
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
  *height: 1.25em;
  *top: 0.1em;
  *vertical-align: middle;
}

.ui-combobox-input {
  display: inline-block;
  padding-left: 2px;
  *vertical-align: middle;
}

.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.69em;
  color: #000000;
  *overflow-y: scroll;
  *overflow-x: hidden;
  *padding-right: 20px;
  z-index: 2002 !important;
  /*next-gen*/
}

.ui-autocomplete li a.ui-corner-all {
  color: #000000;
}

.ui-combobox a.ui-button-icon-only {
  width: 16px;
}

.ui-combobox-selected-data {
  margin: 2px 0 0;
  padding: 3%;
  position: absolute;
  width: 25px;
}

.ui-combobox-colour {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  float: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ui-combobox-image {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  float: left;
  background: url("") no-repeat scroll center center transparent;
}

/* Added by shreya_sontakke for ebux-3 combo in header--- Start*/
#header .ui-combobox .ui-combobox-input.ui-widget-content,
#header .ui-combobox .ui-combobox-input.ui-state-hover,
#header .ui-combobox .ui-button,
#header .ui-combobox .ui-button.ui-state-hover {
  background: url("") no-repeat scroll 0 0 #000000;
}

/* Added by shreya_sontakke for ebux-3 combo in header--- End*/
/* Added for FEBACombobox jQuery plugin - END*/
.febacal-day-content-has-event-ux3 {
  background-color: #FFFFFF;
  /*green*/
  cursor: pointer;
}

.febacal-day-content-has-event-ux3 a {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}

.febacal-day-content-has-event-ux3 a:link,
.febacal-day-content-has-event-ux3 a:visited,
.febacal-day-content-has-event-ux3 a:hover,
.febacal-day-content-has-event-ux3 a:active {
  color: #000000;
  text-decoration: none;
}

.febacal-container-month-widget-ux3 #febacal-ResetView {
  float: left;
}

.febacal-container-month-widget-ux3 {
  /* Preferred Width is x*columns+columns */
  width: 287px;
  margin-left: 5px;
  /*10px; */
  /*Fix for calendar widget distortion at lower resoln*/
  margin-top: 10px;
  max-width: 287px;
}

.febacal-calendar-resetbutton-disabled {
  color: #D8D8D8;
  cursor: default;
}

.febacal-calendar-resetbutton-disabled-wrapper {
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0.7%;
  padding-left: 5px;
}

.febacal-calendar-resetbutton-wrapper {
  font-weight: bold;
  cursor: pointer;
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0.7%;
  padding-left: 5px;
  color: #1E84BE;
}

.feba-cal-colheader-wrapper {
  border-top: 1px solid #1D82BE;
  border-left: 1px solid #1D82BE;
  border-right: 1px solid #1D82BE;
}

.widget-content .febacal-calendar-button-wrapper-ux3 {
  cursor: pointer;
  max-height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
}

.febacal-calendar-button-wrapper-ux3 {
  background: url("../images/backgrounds/brownbuttonstyle02.gif") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 15px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
}

.widget-content .febacal-calendar-button-ux3 {
  border: 0 solid #424242;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 15px;
  line-height: 20px;
  overflow: visible;
  padding-right: 4px;
  margin-left: -3px;
  /*Added newly by vinay for reopened defects fix*/
  text-decoration: none;
  vertical-align: middle;
  width: 11px;
}

.febacal-calendar-button-ux3 {
  background: url("../images/backgrounds/brownbuttonstyle02.gif") no-repeat scroll 100% 0 #026EAB;
  border: 0 solid #424242;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 5px;
  line-height: 20px;
  overflow: visible;
  padding-right: 5px;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
}

.febacal-headerRow-ux3 {
  max-height: 15px;
  max-width: 287px;
}

.febacal-cell-ux3 {
  border: 1px #E0E0E0 ridge;
  cursor: pointer;
}

.febacal-today-ux3 {
  background: none repeat scroll 0 0 #FAF9C9;
  /* Optionally: #EDF6FB */
}

.febacal-header-left-ux3 {
  width: 25%;
  text-align: left;
  border-right: 1px solid #1D82BE;
}

.febacal-header-right-ux3 {
  width: 25%;
  text-align: right;
  border-left: 1px solid #1D82BE;
}

.febacal-header-ux3 {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px ridge #E0E0E0;
  color: #C4C4C4;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle !important;
}

.calendarEventDesc {
  float: left;
  list-style: none outside none;
  padding: 0 !important;
  width: 45%;
  /*next-gen*/
  border-top: 1px solid #BDBDBD;
  margin-left: 10px;
  margin-top: 5px;
  position: relative;
  bottom: 18px;
}

.calendarPagination {
  float: right;
  list-style: none outside none;
  margin-top: 20px;
  margin-top: 5px;
  margin-left: 5px;
}

.goto_next {
  background: url("../images/db_pagi_right_active.png") no-repeat scroll 8px 2px transparent !important;
  display: block;
  width: 20px;
}

.goto_previous {
  background: url("../images/db_pagi_left_active.png") no-repeat scroll 2px 2px transparent !important;
  display: block;
  width: 20px;
}

.goto_next_inactive {
  background: url("../images/db_pagi_left.png") no-repeat scroll 2px 2px transparent !important;
  display: block;
  width: 20px;
}

.goto_previous_inactive {
  background: url("../images/db_pagi_right.png") no-repeat scroll 8px 2px transparent !important;
  display: block;
  width: 20px;
}

.widget-content .calendarPagination li {
  float: left;
  padding-left: 9px;
  padding-top: 4px;
}

.widget-content .calendarEventDesc ul {
  padding: 0 !important;
  margin: 0 !important;
}

.widget-content .calendarPagination {
  padding: 0 !important;
  margin: 0 !important;
}

.calendarPaginationWrapper {
  width: 100%;
  border-top: 1px solid #BDBDBD;
  float: left;
  height: 26px;
}

.calEventCountRed {
  background-color: #F7320B;
  color: #FFFFFF;
  font-family: arial;
  font-size: 0.7em;
  /*next-gen*/
  /*     min-height: 50%; */
  text-align: center;
  text-decoration: none;
  min-width: 30%;
  /*next-gen*/
  max-width: 30%;
  /*next-gen*/
  padding-top: 0px;
  /*next-gen*/
  margin-bottom: 4px;
  /*next-gen*/
}

.calEventCountPurple {
  background-color: #AB29E1;
  color: #FFFFFF;
  font-family: arial;
  font-size: 13px;
  min-height: 50%;
  text-align: center;
  text-decoration: none;
  min-width: 50%;
  max-width: 50%;
  padding-top: 2px;
}

.eventDetailsLeft {
  margin-left: 5px;
  overflow: hidden;
  font-size: 0.9em;
}

.eventDetailsRight {
  font-size: 0.9em;
  float: right;
}

.eventDescLiWrappr {
  width: 100%;
  margin-top: 20px;
}

.eventDescLiWrappr a {
  color: #1E84BE;
  text-decoration: none;
}

.eventHeading {
  bottom: 15px;
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  margin-left: 10px;
  position: relative;
  width: 45%;
  /*next-gen*/
}

.gotowrapper {
  float: left;
  margin-top: 0px;
}

.jumpto {
  font-family: arial;
  font-size: 0.6em;
  color: #424242;
  text-decoration: none;
  width: 20px;
  margin: 2px 0px 0px 0px;
  float: left;
  height: 16px;
  text-align: center;
}

.jumpToPage {
  background: url("../images/small-button.png") no-repeat scroll 50% 50% transparent;
  border: 0 solid #424242;
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 0.7em;
  font-weight: bold;
  height: 17px;
  margin: 2px 0px 0px 0px;
  padding: 1px;
  padding-bottom: 1px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 24px;
  float: left;
  cursor: pointer;
}

.navigateTousecasebkp {
  background: url("../images/db_icons_big_calendar.png") no-repeat scroll 0 0 transparent !important;
  /* display: inline;*/
  margin-left: 145px;
  min-height: 33px;
  min-width: 18px;
  vertical-align: top;
  padding: 5px;
}

.navigateTousecase {
  padding: 0 5px 5px;
  vertical-align: top;
  float: right;
  background: url("../images/db_icons_big_calendar.png") no-repeat scroll 1px -1px transparent !important;
}

.feba-cal-headerwrapper {
  border: 1px solid #1D82BE !important;
  border-bottom: medium none;
}

.feba-cal-monthwidget-prevmonthbutton {
  background: url("../images/db_pagi_left_active.png") no-repeat scroll 2px 1px transparent !important;
}

.feba-cal-monthwidget-prevmonthwrapper {
  background: none !important;
  padding-left: 0px !important;
}

.feba-cal-monthwidgetnextmonthwrapper {
  background: none !important;
}

.feba-cal-monthwidget-nextmonthbutton {
  background: url("../images/db_pagi_right_active.png") no-repeat scroll 5px 1px transparent !important;
}

.jumpYear {
  border: 1px solid #FFFFFF;
  background: url("../images/db_pagi_right_active.png") no-repeat scroll -1px 5px transparent !important;
}

.febacal-jumpyear-header-center .ui-state-default {
  border: 1px solid #FFFFFF;
}

.febacal-jumpyear-header-center {
  border-left: 1px solid #E0E0E0;
  font-size: 1em;
  max-width: 81px;
  /*Added newly by vinay for reopened defects fix*/
}

.febacal-jumpmonth-header-center {
  border-left: 1px solid #E0E0E0;
  font-size: 1em;
  width: 100px;
}

.febacal-jumpmonth-header-center .ui-state-default {
  border: 1px solid #FFFFFF;
}

.febacal-container-div .feba-cal-container-table-wrapper {
  border: 1px solid #1D82BE;
}

.yeardropdownwrapperspan {
  width: 70px;
}

.monthropdownwrapperspan {
  width: 73px;
}

.monthdropdownouterwrapperspan {
  width: 102px;
}

.yeardropdownouterwrapperspan {
  width: 70px;
  /*80px;Aashish modified for nextgen*/
}

.noEventsWrapper {
  width: 100%;
  background: url("../images/db_icons_info_bar_hint.png") no-repeat scroll -1px -1px transparent !important;
  padding-left: 20px;
  font-size: 0.9em;
}

.feba-cal-event-vertical-separater {
  float: left;
  position: relative;
}

.calEventCountWhite {
  height: 50%;
  min-width: 100%;
}

.currentPageText {
  color: #424242;
  font-family: arial;
  font-size: 0.69em;
  text-align: center;
  padding: 0px 8px 0px 7px;
  vertical-align: middle;
  float: left;
  margin-top: 4px;
}

/*Theme Specific Class*/
.febacal-container-month-widget-ux3 td,
.febacal-container-month-widget-ux3 th {
  vertical-align: middle !important;
}

.febacal-header-right-ux3 .febacal-margin-right {
  margin-right: 0px !important;
}

.febacal-header-left-ux3 .febacal-margin-left {
  margin-left: 0px !important;
}

.febacal-selected-ux3 {
  background: none repeat scroll 0 0 #EEFCFF;
}

.febacal-calendar-resetbutton-clearright {
  display: block;
  height: 5px;
}

.widget-content .calendarPagination li a:hover {
  text-decoration: none;
}

.eventDescMinHeight {
  min-height: 216.5px;
}

.febacal-container-month-widget-ux3 .febacal-view-header {
  max-width: 287px;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  /*next-gen*/
  .widget-content .febacal-calendar-button-ux3 {
    margin-left: 7px;
  }

  .feba-cal-event-vertical-separater {
    width: 0;
  }

  #header .febacal-view-header .ui-combobox .ui-combobox-input.ui-widget-content,
  #header .febacal-view-header .ui-combobox .ui-combobox-input.ui-state-hover {
    width: 40px !important;
  }

  .febacal-jumpyear-header-center {
    width: 65px;
  }

  .febacal-container-month-widget-ux3 {
    max-width: 275px;
    width: 275px;
  }

  .febacal-container table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 96%;
    /*modified for 11.2.2*/
  }

  .eventDetailsLeft {
    float: left;
  }

  .eventDetailsRight {
    margin-left: 5px;
    float: left;
  }

  .eventLable {
    display: inline-block;
    width: 70%;
    word-wrap: break-word;
  }

  .eventHeading,
  .calendarEventDesc {
    float: left;
    width: 26%;
    /*Fix for calendar widget distortion at lower resoln*/
  }
}
/*11012 Merging*/
.febacal-header-left-monthviewux3 {
  width: 60%;
  text-align: left;
  border-right: 1px solid #1D82BE;
}

.febacal-today-ux3blue {
  background: none repeat scroll 0 0 #D2DEEF;
}

.febacal-monthDay-ux3blue {
  border: 1px #FFFFFF ridge;
  background-color: #F5F5F5;
}

.febacal-outside-month-ux3blue {
  filter: alpha(opacity=30);
  opacity: 0.3;
  background-color: #F5F5F5;
  border: 1px #FFFFFF ridge;
}

/*# sourceMappingURL=lib_themes.css.map */
