/*!
 * FullCalendar v2.7.3 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed .fc-today {
  background: #fcf8e3;
}

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

.fc-bgevent {
  /* default look for background events */
  background: rgb(143, 223, 130);
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */

.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */

.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */

/* left resizer  */

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */

.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */

/* left resizer  */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/

.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */

.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */

.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */

.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */

/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
  text-align: center;
}

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */

.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
@charset "UTF-8";

/* Colors */

/* form designer: grid stack */

/* Colors */

/* form designer: grid stack */

ul.sidenav-menu > li md-icon.hcm-brndg-menuicon {
  background: url("../../../images/hcmbranding.svg") no-repeat -689px -57px;
  width: 26px;
  height: 38px;
}

.pr-main-pane {
  background: #f3f2f8;
}

.pr-main-pane .createdformalign {
  margin: 20px 30px;
}

.pr-main-pane .form-details {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  padding: 10px 30px;
}

.pr-main-pane .form-details .total-weight-green {
  color: #4CB050;
  font-family: "Roboto-Medium";
}

.pr-main-pane .form-details .total-weight-red {
  color: red;
  font-family: "Roboto-Medium";
}

.pr-main-pane md-input-container.helptext.md-input-has-value.md-icon-right > md-icon.info-icon:last-of-type {
  right: 0px;
  top: -14px;
}

.pr-main-pane .wizard-toolbar {
  border-bottom: none;
  padding: 15px 10px 0px 10px;
}

.pr-main-pane .wizard-toolbar .formbuilder-actions .md-button {
  height: 30px;
  line-height: 30px;
  min-height: 30px;
}

.pr-main-pane .wizard-toolbar .wizard {
  margin: 0px;
}

.pr-main-pane .wizard-toolbar .wizard .wizard-step {
  font-size: 13px;
  width: 160px;
  white-space: nowrap;
  z-index: 1;
}

.pr-main-pane .wizard-toolbar .wizard .wizard-step:last-child .wizard-step-count {
  position: relative;
  left: 1px;
}

.pr-main-pane .wizard-toolbar .wizard .wizard-step:before {
  left: calc(-50% - -12px);
}

.pr-main-pane .wizard-toolbar .wizard .wizard-step:last-child:before {
  opacity: 1;
  content: '';
}

.pr-main-pane .wizard-toolbar .wizard .wizard-step:first-child:before {
  opacity: 0;
  content: inherit;
}

.pr-main-pane .inbox-form-header {
  position: relative;
}

.pr-main-pane .inbox-form-header .wizard-toolbar {
  padding-top: 0px;
}

.pr-main-pane .inbox-form-header .moreoptions {
  position: absolute;
  top: 20px;
  right: 20px;
}

.pr-main-pane .inbox-form-header .pr-previous-comments {
  margin: 10px 0 0 0;
}

.pr-main-pane .wizard-toolbar-actions {
  margin: 0 25px 15px 25px;
}

.pr-main-pane .wizard-toolbar-actions .md-button {
  height: 32px;
  min-height: 32px;
  line-height: 32px;
  margin: 0 5px;
}

.pr-main-pane .md-headline-btns .md-button {
  margin: 0px 0px 0px 8px;
  min-width: 74px;
}

.pr-main-pane .md-headline-btns .md-headline-btns-group {
  position: relative;
  top: -5px;
}

.pr-main-pane .md-headline-btns .md-headline-btns-group .md-button.linear {
  height: 30px;
  line-height: 30px;
  min-height: 30px;
}

.pr-main-pane .input-year {
  width: 160px;
  margin: 0 15px;
}

.pr-main-pane .support-widget {
  padding: 0 0 0 15px;
}

.pr-main-pane .support-widget .support-icon {
  background: url("../../../images/peoplewise-icons.svg") no-repeat;
  background-position: -325px -313px;
  width: 26px;
  height: 25px;
}

.pr-main-pane .support-widget .support-icon-online {
  background: url("../../../images/peoplewise-icons.svg") no-repeat;
  background-position: -246px -313px;
  width: 26px;
  height: 25px;
}

.pr-main-pane .support-widget .support-text {
  margin-top: 5px;
  color: #707070;
  font-size: 13px;
  font-family: "Roboto-Medium";
}

.pr-main-pane .training-widget {
  padding: 0 15px;
}

.pr-main-pane .training-widget .training-icon {
  background: url("../../../images/peoplewise-icons.svg") no-repeat;
  background-position: -409px -314px;
  width: 24px;
  height: 24px;
}

.pr-main-pane .training-widget .training-text {
  margin-top: 5px;
  color: #707070;
  font-size: 13px;
  font-family: "Roboto-Medium";
}

.pr-main-pane .pr-print-icon md-icon {
  background: url("../../../images/hcmbranding.svg") no-repeat;
  background-position: -168px -271px;
  width: 27px;
  height: 29px;
  margin-top: -3px;
}

.pr-main-pane .pr-history-icon md-icon {
  background: url("../../../images/hcmbranding.svg") no-repeat;
  background-position: -114px -274px;
  width: 27px;
  height: 24px;
  margin-left: -3px;
}

.pr-main-pane .pr-support-icon {
  padding: 0px;
}

.pr-main-pane .pr-support-icon md-icon {
  background: url("../../../images/hcmbranding.svg") no-repeat;
  background-position: -224px -272px;
  width: 27px;
  height: 28px;
}

.pr-main-pane .pr-header-toolbar .decision-panel {
  padding: 5px 20px 0px 20px;
}

.pr-main-pane .pr-header-toolbar .decision-panel md-input-container {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.pr-main-pane .pr-header-toolbar .decision-panel .decision-btns-group {
  margin: 15px 10px 0px 10px;
}

.pr-main-pane .pr-header-toolbar .decision-panel .decision-btns-group .md-button {
  margin: 0 0 0 10px;
  min-height: 32px;
  height: 32px;
  line-height: 32px;
  min-width: 80px;
}

.pr-main-pane .pr-header-toolbar .decision-panel .decision-btns-group .md-button:first-child {
  margin-left: 0px;
}

.pr-main-pane .courses-list {
  margin-bottom: 5px;
}

.pr-main-pane .courses-list md-list-item.md-no-proxy {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
  min-height: inherit;
  height: 36px;
}

.pr-main-pane .courses-list h4 {
  margin: 0px 0px 5px 5px;
  color: red;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 3px;
  font-family: "robotoregular";
}

.pr-main-pane .courses-list a {
  font-size: 13px;
  padding: 4px 5px;
  display: inline-block;
  line-height: normal;
  font-weight: 400;
  font-family: "robotoregular";
  color: #027de4;
}

.pr-main-pane .courses-list a:last-child {
  padding-right: 0px;
}

.pr-main-pane .courses-list .md-button {
  padding: 0 15px;
}

.pr-main-pane .competency-note-panel h3 {
  margin: 0px 15px 5px;
}

.pr-main-pane .competency-note {
  color: #ff8800;
  font-family: "robotoregular";
  margin: 0 15px;
  font-size: 13px;
  line-height: 18px;
}

.pr-main-pane .competency-note-warn {
  color: red;
}

.pr-main-pane .competency-emp-comments {
  padding: 10px 15px;
}

.pr-main-pane .import-link {
  color: #2196f3;
  font-family: "Roboto-Medium";
}

.pr-main-pane .hr-toobar {
  padding: 10px 20px 0px 20px;
}

.pr-main-pane .hr-toobar.hr-landing-toolbar {
  padding: 0 5px;
}

.pr-main-pane .hr-toobar .md-button.linear {
  height: 30px;
  line-height: 30px;
  min-height: 30px;
}

.pr-main-pane .hr-toobar md-input-container {
  margin: 10px;
}

.pr-main-pane .hr-toobar .button-group {
  padding: 0 7px 0 7px;
}

.pr-main-pane .hr-toobar .md-button {
  margin: 0px 5px 5px 5px;
}

.pr-main-pane .hr-toobar .hr-btn-group {
  margin: 15px 5px 0 5px;
}

.pr-main-pane .status-green {
  color: #4CB050;
}

.pr-main-pane .status-red {
  color: #ed5448;
}

.pr-main-pane .rating-badge {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #FFFFFF;
  border-radius: 50%;
}

.pr-main-pane .rating-badge.orange {
  background: #ff8800;
}

.pr-main-pane .rating-badge.grey {
  background: #b8babc;
}

.pr-main-pane .rating-badge.red {
  background: #ed5448;
}

.pr-main-pane .sys-cal-rating {
  color: #999;
}

.pr-main-pane .rating-bell {
  width: 250px;
  margin: 10px;
  background: #f3f2f8;
  padding: 15px;
}

.pr-main-pane .cascade-icon {
  background: url("../../../images/hcmbranding.svg") no-repeat;
  background-position: -55px -272px;
  width: 31px;
  height: 27px;
}

.pr-main-pane .mid-year-history-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
}

.pr-main-pane .cascade-panel {
  margin: 10px 20px;
}

.pr-main-pane .cascade-panel .cacade-btns-group .md-button {
  margin: 0px 10px;
  height: 30px;
  min-height: 30px;
  line-height: 30px;
}

.pr-main-pane .total-weight-spacer {
  width: 160px;
}

.pr-main-pane .mea-category {
  margin: 10px 30px 0px 30px;
}

.pr-main-pane md-input-container textarea.md-input {
  max-height: 78px;
  overflow: auto;
  letter-spacing: .015em;
  font-size: 13px;
  line-height: 18px;
  min-height: 30px;
}

.pr-main-pane md-input-container label {
  font-size: 14px;
}

.pr-main-pane .myteam-sm-icon {
  width: 30px;
  height: 30px;
  padding: 0px;
  min-height: 30px;
}

.pr-main-pane .myteam-btn-group .smlmdbutton {
  margin-bottom: 5px;
}

.pr-btn-white {
  background-color: #FFFFFF;
}

.historical-data-btn.linear {
  height: 30px;
  line-height: 30px;
  min-height: 30px;
  font-size: 12px;
}

.perf-grid {
  padding: 10px 15px;
}

.pr-grid .pr-grid-header {
  background-color: #6c7e92;
  height: 40px;
  padding: 0px;
  color: #FFFFFF;
  border-bottom: 1px solid #e6e6e6;
  font-family: "Roboto-Medium";
}

.pr-grid .pr-grid-header .repeated-item {
  padding: 5px 10px;
  cursor: pointer;
}

.pr-grid .pr-grid-header .repeated-item .sort {
  opacity: .5;
}

.pr-grid .pr-grid-header .sort-desc.repeated-item .sort {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.pr-grid .pr-grid-header .pr-grid-expand-icon .md-icon-button {
  background: rgba(255, 255, 255, 0.1);
}

.pr-grid .pr-grid-header .pr-grid-expand-icon .md-icon-button .expand-icon {
  color: #FFFFFF;
}

.pr-grid .pr-grid-header .pr-grid-expand-icon .md-icon-button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.pr-grid .pr-grid-header.active .pr-grid-expand-icon .expand-icon {
  color: #e2a725;
}

.pr-grid .pr-grid-grey-header {
  background-color: rgba(0, 0, 0, 0.05);
  color: #313236;
}

.pr-grid .pr-list-item {
  padding: 0px;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  min-height: 40px;
  position: relative;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ccc;
  overflow: hidden;
}

.pr-grid .pr-list-item:nth-child(odd) {
  background: #FFFFFF;
}

.pr-grid .pr-list-item:nth-child(even) {
  background: #f3f5f9;
}

.pr-grid .pr-list-item .repeated-item {
  padding: 5px 10px;
  color: #313236;
  font-size: 13px;
  letter-spacing: .015em;
  line-height: 18px;
}

.pr-grid .pr-list-item .repeated-item p {
  margin: 0px;
}

.pr-grid .pr-list-item .repeated-item.pr-required-item {
  padding: 15px 10px 18px 10px;
}

.pr-grid .pr-list-item.active:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: #e2a725;
}

.pr-grid .pr-grid-actions {
  width: 60px;
}

.pr-grid .pr-grid-actions .edit-icon {
  font-size: 19px;
  color: #2196f3;
  width: 19px;
  height: 19px;
  line-height: 19px;
}

.pr-grid .pr-grid-actions .delete-icon {
  font-size: 19px;
  color: #ed5448;
  width: 19px;
  height: 19px;
  line-height: 19px;
}

.pr-grid .pr-grid-expand-icon {
  width: 40px;
}

.pr-grid .pr-grid-expand-icon .md-icon-button {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  padding: 0px;
  background: rgba(108, 126, 146, 0.08);
}

.pr-grid .pr-grid-expand-icon .md-icon-button:hover {
  background: rgba(108, 126, 146, 0.08);
}

.pr-grid .pr-grid-expand-icon .expand-icon {
  font-size: 24px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #6c7e92;
}

.pr-grid .pr-list-item.active .pr-grid-expand-icon .expand-icon {
  color: #e2a725;
}

.pr-grid .pr-grid-checkbox {
  width: 40px;
}

.pr-grid md-checkbox {
  min-width: 20px;
  width: 20px;
  margin: 0px;
}

.pr-grid md-checkbox .md-icon {
  border-width: 1px;
  border-radius: 1px;
}

.pr-grid md-checkbox .md-container {
  background-color: #FFFFFF;
}

.pr-grid .mobile-list-menu {
  position: absolute;
  top: 0px;
  right: 0px;
}

.pr-grid .pr-grid-footer {
  padding: 10px 0px;
}

.pr-grid .pr-grid-footer .paginator-size {
  padding: 0 10px;
}

.pr-grid .pr-grid-footer .paginator-size .page-size-label {
  margin: 0 4px;
  color: #999;
  font-size: 12px;
}

.pr-grid .pr-grid-footer .paginator-size .page-size {
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #dee1e6;
  width: 50px;
}

.pr-grid .pr-grid-footer .paginator-size .page-size md-select:not([disabled]):focus .md-select-value {
  padding-bottom: 1px;
}

.pr-grid .pr-grid-footer .paginator-size .page-size .md-select-value {
  min-height: 18px;
  min-width: inherit;
  border-bottom-width: 0px;
}

.pr-grid .pr-grid-footer .paginator-range-label {
  color: #999;
  font-size: 12px;
  padding: 0 32px 0 24px;
}

.pr-grid .pr-grid-footer .paginator-actions .md-button.md-icon-button {
  height: 28px;
  padding: 0;
  width: 28px;
  line-height: 28px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #dee1e6;
  min-width: 28px;
  min-height: 28px;
}

.pr-grid .pr-grid-footer .paginator-actions .md-button.md-icon-button md-icon {
  font-size: 19px;
  width: 19px;
  height: 19px;
  line-height: 19px;
}

.pr-grid .pr-list-hide-show {
  width: 50px;
}

.pr-grid .pr-list-hide-show .md-button {
  width: 24px;
  height: 24px;
}

.pr-grid .pr-list-hide-show md-icon {
  color: #e2a725;
}

.pr-grid .expanded-panel {
  padding: 5px 0px;
  border-top: 1px solid #ccc;
  margin-top: 5px;
  background: #dfe8f1;
}

.pr-grid .expanded-panel h4 {
  padding: 0 10px;
}

.pr-grid .expanded-panel .form-control {
  padding: 5px 10px;
}

.pr-grid .expanded-panel .form-control label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.62);
  margin-bottom: 5px;
  display: block;
}

.pr-grid .expanded-panel .form-control p {
  margin: 0px;
  font-size: 13px;
  letter-spacing: .015em;
}

.pr-grid .pr-grid-manager-comments {
  padding: 5px;
  border-bottom: 1px solid #e6e6e6;
}

.pr-grid .pr-grid-manager-comments .form-control {
  padding: 5px 10px;
}

.pr-grid .pr-grid-manager-comments .form-control label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.62);
  margin-bottom: 5px;
  display: block;
}

.pr-grid .pr-grid-manager-comments .form-control p {
  margin: 0px;
}

.pr-grid .pr-grid-competency-heading {
  background: rgba(108, 126, 146, 0.15);
  padding: 5px 10px;
  min-height: 40px;
  font-family: "Roboto-Medium";
  font-size: 13px;
  border-bottom: 1px solid #ccc;
}

.pr-grid .pr-grid-competency-heading p {
  margin: 0px;
}

.pr-grid .minus-circle-icon {
  color: #ed5448;
}

.pr-grid .minus-circle-icon.disabled {
  color: #ccc;
}

.pr-grid .plus-circle-icon {
  color: #4cb050;
}

.pr-grid .plus-circle-icon.disabled {
  color: #ccc;
}

.pr-grid .reporters-icon {
  width: 60px;
}

.pr-grid .nomatches {
  text-align: center;
  color: #7f7f7f;
  padding: 10px;
  min-height: 40px;
  /*border-bottom: 1px solid #ccc;*/
  background-color: #f5f5f5;
}

.pr-grid .totalweight-row {
  padding: 5px 8px;
}

.pr-grid .totalweight-row .repeated-item {
  padding: 5px 10px;
}

.pr-grid .totalweight-row .color-green {
  color: #4cb050;
}

.pr-grid .totalweight-row .color-red {
  color: #ed292b;
}

.pr-grid .totalweight-row h4 {
  margin: 5px 0px;
  font-size: 16px;
}

.pr-grid .totalweight-row h4 span {
  padding-left: 40px;
}

.pr-grid .pr-grid-weightage {
  width: 260px;
}

.pr-grid.pr-grid-dialog .pr-grid-header {
  background: rgba(108, 126, 146, 0.2);
  color: #313236;
}

.pr-grid.pr-grid-dialog .pr-list-item {
  border-color: #dcdcdc;
}

.pr-grid.pr-grid-dialog .pr-list-item:nth-child(even) {
  background: #FFFFFF;
}

.pr-grid.pr-grid-dialog .pr-list-item:nth-child(odd) {
  background: #f3f5f9;
}

.form-box {
  padding: 5px 10px;
}

.form-box label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.62);
  margin-bottom: 5px;
  display: block;
}

.form-box p {
  margin: 0px;
}

.questionnaire-form-box {
  margin-bottom: 10px;
}

.questionnaire-form-box .form-box {
  padding: 5px 15px;
}

.midyear-comments {
  padding: 10px 0px;
  border-bottom: 1px solid #e0e0e0;
}

.midyear-comments .comment {
  margin: 0 0 10px 0;
}

.midyear-comments .datetime {
  margin: 0px;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.midyear-comments:last-child {
  border-bottom: none;
}

.pr-warning-icon {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
}

.pre-wrap {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.myteam-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
}

.myteam-circle.color-declined {
  background: #ed5448;
}

.myteam-circle.color-pending {
  background: #e2a725;
}

.myteam-circle.color-completed {
  background: #4cb050;
}

.myteam-circle.color-notstarted {
  background: #b8babc;
}

.myteam-pr-pending {
  color: #e2a725;
  cursor: pointer;
}

.myteam-pr-declined {
  color: #ed5448;
  cursor: pointer;
}

.myteam-pr-completed {
  color: #4cb050;
  cursor: pointer;
}

.myteam-pr-notstarted {
  color: #b8babc;
  cursor: pointer;
}

.mytem-indirect-label {
  color: #ed292b;
}

.pr-home-icon {
  background: url("../../../images/hcmbranding.svg") no-repeat;
  width: 48px;
  height: 48px;
  margin: inherit;
}

.pr-home-icon.goal-management {
  background-position: -54px -50px;
}

.pr-home-icon.performance-management {
  background-position: -249px -132px;
}

.pr-home-icon.team-performance {
  background-position: -340px -50px;
}

.pr-home-icon.hr-review {
  background-position: -246px -50px;
}

.pr-home-icon.historical-performance {
  background-position: -155px -132px;
}

.pr-home-icon.hcm-pr-reports-icon {
  background-position: -737px -199px;
}

.pr-previous-comments {
  margin-bottom: 0px;
  padding: 5px 10px;
}

.pr-previous-comments .form-box {
  padding: 0px;
}

.pr-previous-comments .form-box label {
  color: #6c7e92;
}

.pr-nam-manager-comments {
  background: #FFFFFF;
}

.pr-nam-manager-comments .md-input-container {
  margin-left: 0px;
  margin-right: 0px;
}

.emp-his-details-header {
  margin: 0 30px;
}

.pr-search-icon {
  background: url("../../../../images/sprite-icons.svg") no-repeat;
  background-position: -234px -396px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 5px;
  top: 8px;
}

.pr-search-input md-input-container {
  position: relative;
  margin: 0px;
}

.pr-search-input md-input-container .md-input {
  padding-right: 24px;
}

.pr-historical-grid .pr-grid {
  margin: 10px 15px 15px 15px;
}

.md-button.md-icon-button.pr-myteam-btns {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  padding: 0px;
  min-height: inherit;
  margin: 0 5px;
}

.md-button.md-icon-button.pr-myteam-btns.pending-items {
  background: #ff8800;
}

.md-button.md-icon-button.pr-myteam-btns.completed-items {
  background: #4cb050;
}

.md-button.md-icon-button.pr-myteam-btns md-icon {
  color: #FFFFFF;
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.myteam-btn-group .smlmdbutton {
  margin: 0 5px;
}

.myteam-btn-group .md-button.linear {
  height: 30px;
  line-height: 30px;
  min-height: 30px;
}

.helptext .info-icon.pr-info-icon {
  position: static;
  margin: 0 10px;
}

.helptext .help-info-btn {
  margin: 0px 10px;
  padding: 0px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
}

.helptext .help-info-btn .info-icon.pr-info-icon {
  margin: 0px;
}

.pr-char-counter .md-errors-spacer {
  display: block;
  min-height: inherit;
}

.myteam-indirect-label {
  color: #ed5448;
}

.pr-emp-category {
  margin: 15px 15px 0px 30px;
}

.pr-comments-scroll {
  /*max-height: 74px;
    overflow-x:hidden;
    overflow-y:auto;*/
  width: 100%;
  line-height: 18px;
}

.competency-heading {
  font-size: 14px;
  font-family: "Roboto-Medium";
  margin: 0px;
}

.competency-heading {
  font-size: 14px;
  font-family: "Roboto-Medium";
  margin: 0px;
}

.pr-overall-rating-panel {
  margin-left: 15px;
  margin-right: 15px;
}

.pr-overall-rating-panel p {
  margin: 5px 0px;
}

.pr-menu-bar {
  padding: 0px;
}

.pr-menubar-content.md-menu-bar-menu.md-dense {
  padding: 5px 0px;
}

.pr-menubar-content.md-grey-theme .md-menu.md-open > .md-button {
  background-color: #e2a725;
  color: #FFFFFF;
}

.myteam-mass-approve {
  margin: 0 20px;
}

.myteam-btn-group {
  margin-top: 10px;
}

.goal-weighting-sm .md-button {
  width: 30px;
  height: 30px;
  padding: 0px;
  min-height: 30px;
}

.goal-weighting-sm p {
  min-width: 26px;
  text-align: center;
}

.createdformalign .md-headline span.caption {
  text-transform: uppercase;
  font-size: 16px;
}

.mea-emp-category {
  margin: 15px 30px 0 30px;
}

.rating-histoy-dialog {
  padding: 20px;
  background: #f3f2f8;
}

.rating-histoy-dialog .rating-history-panel {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #FFFFFF;
}

.rating-histoy-dialog .rating-history-panel:last-child {
  margin-bottom: 0px;
}

.rating-histoy-dialog .rating-history-panel .rating-history-panel-header {
  height: 30px;
  border-bottom: 1px solid #ccc;
  color: #6c7e92;
  font-family: "Roboto-Medium";
  padding: 0 15px;
}

.rating-histoy-dialog .rating-history-panel .rating-history-panel-content {
  padding: 5px 10px;
}

.rating-histoy-dialog .rating-history-panel .form-box {
  padding: 5px;
}

.rating-histoy-dialog .rating-history-panel .form-box label {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  display: block;
  font-family: "Roboto-Medium";
}

.rating-histoy-dialog .rating-history-panel .form-box label span {
  color: #e2a725;
}

.rating-histoy-dialog .rating-history-panel .form-box p {
  margin: 0px;
}

.pr-app-list .hcm-brndg-list-header {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.pr-app-list .flip-container .back {
  z-index: inherit;
}

.pr-main-pane .competency-note.pr-caution-message {
  margin: 10px 5px;
}

.pr-main-pane .competency-note.pr-caution-message-hr {
  margin: 10px;
}

@media only screen and (max-width: 959px) {
  .pr-grid .pr-list-item {
    border: 1px solid #ccc;
    border-bottom: none;
    padding-top: 5px;
  }

  .pr-grid .pr-list-item:last-child {
    border-bottom: 1px solid #ccc;
  }

  .pr-grid .pr-list-item .repeated-item label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.62);
    margin-bottom: 3px;
    display: block;
  }

  .pr-grid .pr-list-item .repeated-item md-input-container.md-input-invalid label {
    color: #dd2c00;
  }

  .pr-grid .pr-list-item.active:before {
    z-index: 1;
    z-index: 1;
  }

  .pr-grid .pr-grid-checkbox,
  .pr-grid .pr-grid-actions {
    padding: 5px 10px;
  }

  .pr-grid .goal-weighting-sm .md-button {
    width: 24px;
    height: 24px;
    padding: 0px;
    min-height: 24px;
  }

  .pr-grid .goal-weighting-sm p {
    padding: 0 5px;
    min-width: inherit;
  }

  .pr-grid .pr-grid-competency-heading {
    border: 1px solid #ccc;
    border-bottom: none;
  }

  .pr-grid .pr-grid-expand-icon .md-icon-button,
  .pr-grid .pr-grid-expand-icon .md-icon-button:hover {
    background: rgba(108, 126, 146, 0.2);
  }

  .pr-grid .pr-grid-footer {
    border-top: 1px solid #ccc;
  }

  .pr-grid.pr-expanded-grid .pr-list-item {
    padding-bottom: 35px;
  }

  .pr-grid.pr-expanded-grid .expanded-panel {
    position: relative;
  }

  .pr-grid.pr-expanded-grid .expanded-panel:before {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 0px;
    width: 100%;
    height: 35px;
    background: #dfe8f1;
    border-left: 2px solid #e2a725;
  }

  .pr-grid-expand-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 0 !important;
    margin: 10px;
    border-radius: 50%;
    width: inherit !important;
    z-index: 1;
  }

  .appheader-actions {
    margin-top: 10px;
  }

  .pr-search-input md-input-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .helptext .help-info-btn {
    position: absolute;
    top: 6px;
    right: 3px;
  }

  .pr-main-pane .wizard-title {
    white-space: nowrap;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }

  .pr-main-pane .wizard-toolbar {
    padding: 0 15px;
  }

  .pr-main-pane .inbox-form-header .app-creatorname {
    margin-bottom: 0px;
  }

  .pr-main-pane .myteam-btn-group .smlmdbutton {
    margin-bottom: 5px;
  }

  .pr-main-pane .myteam-sm-icon {
    width: 24px;
    height: 24px;
    padding: 0px;
    min-height: 24px;
    border-radius: 0px;
  }

  .pr-main-pane .courses-list {
    margin-left: 5px;
    margin-right: 5px;
  }

  .pr-main-pane .courses-list h4 {
    margin-left: 10px;
    margin-top: 15px;
  }

  .pr-main-pane .courses-list a {
    padding: 5px 10px;
  }

  .pr-main-pane .pr-competency-header {
    flex-direction: column-reverse;
  }

  .pr-main-pane .sys-cal-rating {
    width: 185px;
    display: inline-block;
  }

  .pr-main-pane .input-year {
    width: 160px;
    margin: 0 0px;
  }

  .pr-main-pane .que-textarea-sm {
    margin-top: 30px;
  }

  .pr-main-pane .que-textarea-sm label {
    white-space: inherit !important;
  }

  .totalweight-row {
    border: 1px solid #ccc;
  }

  .pr-main-pane .pr-header-toolbar .decision-panel md-input-container {
    margin-bottom: 0px;
  }

  .hr-toobar .hr-btn-group {
    margin: 10px 0px 10px 5px;
  }
}

@media only screen and (min-width: 960px) {
  .pr-historical-grid .pr-historical-rating-column {
    width: 70px;
  }

  .pr-grid .totalweight-row h4 {
    margin-left: -44px;
  }

  .pr-main-pane .sys-cal-rating {
    width: 190px;
    display: inline-block;
  }

  .pr-main-pane .input-year {
    width: 160px;
    margin: 0 0px;
  }
}

@media only screen and (min-width: 1280px) {
  .pr-main-pane .pr-app-details-xs .display-name {
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width: 1279px) {
  .pr-main-pane .wizard-toolbar {
    padding-top: 0px;
  }

  .pr-main-pane .wizard-toolbar .wizard {
    margin: 15px 0px;
  }
}

@media only screen and (max-width: 599px) {
  .pr-main-pane .wizard-toolbar {
    padding: 0 15px;
  }

  .pr-main-pane .wizard-toolbar .wizard {
    margin: 15px 0px 5px 0px;
  }

  .pr-main-pane .wizard-toolbar .wizard .wizard-step {
    white-space: inherit;
  }

  .pr-main-pane .wizard-toolbar .wizard .wizard-step:before {
    top: 45px;
  }

  .pr-main-pane .wizard-title {
    white-space: inherit;
    width: 100px;
    overflow: hidden;
    text-overflow: initial;
    text-align: center;
    min-height: 30px;
    font-size: 12px;
    max-width: inherit;
  }

  .pr-main-pane .md-headline-btns .md-headline-btns-group {
    margin: 10px 0 10px -8px;
    top: 0px;
  }

  .pr-main-pane .md-headline-btns .md-headline-btns-group .md-button {
    margin-bottom: 5px;
  }

  .pr-main-pane .createdformalign {
    margin: 15px 0px;
  }

  .pr-main-pane .createdformalign .md-headline {
    padding: 0 20px;
    margin: 0 -5px 10px;
    font-size: 16px;
  }

  .pr-main-pane .pr-header-toolbar .decision-panel {
    padding: 5px 5px 0px 5px;
  }

  .pr-main-pane .pr-header-toolbar .decision-panel md-input-container {
    margin-bottom: 10px;
  }

  .pr-main-pane .pr-previous-comments {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .pr-main-pane .form-details {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pr-main-pane .cascade-panel {
    margin: 10px;
  }

  .pr-main-pane .pr-emp-category {
    margin: 15px 15px 0px 15px;
  }

  .pr-main-pane .wizard-toolbar-actions {
    margin: 0 10px 15px 10px;
  }

  .pr-main-pane .hr-toobar {
    padding: 10px 5px 0px 5px;
  }

  .pr-main-pane .form-details .app-name {
    font-size: 16px;
  }

  .pr-main-pane .inbox-form-header .moreoptions {
    top: 12px;
    right: 15px;
  }

  .pr-main-pane .mbo-xs-weight {
    margin-left: 0px;
    margin-top: 5px;
  }

  .pr-main-pane .myteam-btn-group {
    margin-bottom: 10px;
  }

  .pr-main-pane .pr-app-details-xs {
    padding-right: 15px;
  }

  .pr-main-pane .pr-app-details-xs .display-name {
    max-width: 155px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .pr-main-pane .pr-grid .pr-grid-footer .paginator-size {
    padding: 0px;
  }

  .pr-main-pane .pr-grid .pr-grid-footer .paginator-range-label {
    padding: 0px;
    text-align: right;
  }

  .pr-main-pane .pr-grid .pr-grid-footer .paginator-actions {
    margin-top: 10px;
  }

  .pr-main-pane .mea-emp-category {
    margin: 15px 15px 0 15px;
  }

  .pr-main-pane .que-textarea-xs {
    margin-top: 30px;
  }

  .pr-main-pane .que-textarea-xs label {
    white-space: inherit !important;
  }
}

@media (max-width: 1279px) and (min-width: 600px) {
  .pr-main-pane .wizard-toolbar .wizard .wizard-step .wizard-step-count {
    margin-top: 4px;
  }

  .pr-main-pane .wizard-toolbar .wizard .wizard-step:before {
    top: 31px;
  }

  .pr-main-pane .wizard-toolbar .wizard-title {
    min-height: 18px;
  }

  .pr-main-pane .wizard-toolbar.wizard-toolbar-tab .wizard .wizard-step {
    white-space: inherit;
  }

  .pr-main-pane .wizard-toolbar.wizard-toolbar-tab .wizard .wizard-step .wizard-step-count {
    margin-top: 4px;
  }

  .pr-main-pane .wizard-toolbar.wizard-toolbar-tab .wizard .wizard-step:before {
    top: 47px;
  }

  .pr-main-pane .wizard-toolbar.wizard-toolbar-tab .wizard-title {
    white-space: inherit;
    min-height: 34px;
    text-align: center;
  }
}

@media (max-width: 1350px) and (min-width: 1280px) {
  .pr-main-pane .wizard-toolbar.wizard-toolbar-tab .wizard .wizard-step {
    white-space: inherit;
  }

  .pr-main-pane .wizard-toolbar.wizard-toolbar-tab .wizard .wizard-step:before {
    top: 45px;
  }

  .pr-main-pane .wizard-toolbar.wizard-toolbar-tab .wizard-title {
    white-space: inherit;
    min-height: 30px;
    text-align: center;
  }
}

@media (max-width: 959px) and (min-width: 600px) {
  .pr-main-pane .flex-sm-5 {
    flex: 1 1 5%;
  }

  .pr-main-pane .flex-sm-10 {
    flex: 1 1 10%;
  }

  .pr-main-pane .flex-sm-15 {
    flex: 1 1 15%;
  }

  .pr-main-pane .flex-sm-20 {
    flex: 1 1 20%;
  }

  .pr-main-pane .flex-sm-25 {
    flex: 1 1 25%;
  }

  .pr-main-pane .flex-sm-30 {
    flex: 1 1 30%;
  }

  .pr-main-pane .flex-sm-35 {
    flex: 1 1 35%;
  }

  .pr-main-pane .flex-sm-40 {
    flex: 1 1 40%;
  }

  .pr-main-pane .flex-sm-45 {
    flex: 1 1 45%;
  }

  .pr-main-pane .flex-sm-50 {
    flex: 1 1 50%;
  }

  .pr-main-pane .flex-sm-55 {
    flex: 1 1 55%;
  }

  .pr-main-pane .flex-sm-60 {
    flex: 1 1 60%;
  }

  .pr-main-pane .flex-sm-65 {
    flex: 1 1 65%;
  }

  .pr-main-pane .flex-sm-70 {
    flex: 1 1 70%;
  }

  .pr-main-pane .flex-sm-75 {
    flex: 1 1 75%;
  }

  .pr-main-pane .flex-sm-80 {
    flex: 1 1 80%;
  }

  .pr-main-pane .flex-sm-85 {
    flex: 1 1 85%;
  }

  .pr-main-pane .flex-sm-90 {
    flex: 1 1 90%;
  }

  .pr-main-pane .flex-sm-95 {
    flex: 1 1 95%;
  }

  .pr-main-pane .flex-sm-100 {
    flex: 1 1 100%;
  }
}

@media only screen and (max-width: 599px) {
  .pr-main-pane .flex-xs-5 {
    flex: 1 1 5%;
  }

  .pr-main-pane .flex-xs-10 {
    flex: 1 1 10%;
  }

  .pr-main-pane .flex-xs-15 {
    flex: 1 1 15%;
  }

  .pr-main-pane .flex-xs-20 {
    flex: 1 1 20%;
  }

  .pr-main-pane .flex-xs-25 {
    flex: 1 1 25%;
  }

  .pr-main-pane .flex-xs-30 {
    flex: 1 1 30%;
  }

  .pr-main-pane .flex-xs-35 {
    flex: 1 1 35%;
  }

  .pr-main-pane .flex-xs-40 {
    flex: 1 1 40%;
  }

  .pr-main-pane .flex-xs-45 {
    flex: 1 1 45%;
  }

  .pr-main-pane .flex-xs-50 {
    flex: 1 1 50%;
  }

  .pr-main-pane .flex-xs-55 {
    flex: 1 1 55%;
  }

  .pr-main-pane .flex-xs-60 {
    flex: 1 1 60%;
  }

  .pr-main-pane .flex-xs-65 {
    flex: 1 1 65%;
  }

  .pr-main-pane .flex-xs-70 {
    flex: 1 1 70%;
  }

  .pr-main-pane .flex-xs-75 {
    flex: 1 1 75%;
  }

  .pr-main-pane .flex-xs-80 {
    flex: 1 1 80%;
  }

  .pr-main-pane .flex-xs-85 {
    flex: 1 1 85%;
  }

  .pr-main-pane .flex-xs-90 {
    flex: 1 1 90%;
  }

  .pr-main-pane .flex-xs-95 {
    flex: 1 1 95%;
  }

  .pr-main-pane .flex-xs-100 {
    flex: 1 1 100%;
  }
}

@media (min-width: 960px) {
  .pr-main-pane .flex-gt-sm-5 {
    flex: 1 1 5%;
  }

  .pr-main-pane .flex-gt-sm-10 {
    flex: 1 1 10%;
  }

  .pr-main-pane .flex-gt-sm-15 {
    flex: 1 1 15%;
  }

  .pr-main-pane .flex-gt-sm-20 {
    flex: 1 1 20%;
  }

  .pr-main-pane .flex-gt-sm-25 {
    flex: 1 1 25%;
  }

  .pr-main-pane .flex-gt-sm-30 {
    flex: 1 1 30%;
  }

  .pr-main-pane .flex-gt-sm-35 {
    flex: 1 1 35%;
  }

  .pr-main-pane .flex-gt-sm-40 {
    flex: 1 1 40%;
  }

  .pr-main-pane .flex-gt-sm-45 {
    flex: 1 1 45%;
  }

  .pr-main-pane .flex-gt-sm-50 {
    flex: 1 1 50%;
  }

  .pr-main-pane .flex-gt-sm-55 {
    flex: 1 1 55%;
  }

  .pr-main-pane .flex-gt-sm-60 {
    flex: 1 1 60%;
  }

  .pr-main-pane .flex-gt-sm-65 {
    flex: 1 1 65%;
  }

  .pr-main-pane .flex-gt-sm-70 {
    flex: 1 1 70%;
  }

  .pr-main-pane .flex-gt-sm-75 {
    flex: 1 1 75%;
  }

  .pr-main-pane .flex-gt-sm-80 {
    flex: 1 1 80%;
  }

  .pr-main-pane .flex-gt-sm-85 {
    flex: 1 1 85%;
  }

  .pr-main-pane .flex-gt-sm-90 {
    flex: 1 1 90%;
  }

  .pr-main-pane .flex-gt-sm-95 {
    flex: 1 1 95%;
  }

  .pr-main-pane .flex-gt-sm-100 {
    flex: 1 1 100%;
  }
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.column-auto.fxlist.list-view .list-header {
  height: 50px;
}

.fxlist.grey-header .list-header {
  background-color: rgba(0, 0, 0, 0.05);
  color: #313236;
}

.fxlist.grey-header .list-header .repeated-item {
  color: #313236;
}

.radio-group {
  min-height: 34px;
}

.radio-group label {
  margin-bottom: 8px;
  font-size: 12px;
  color: #7f7f7f;
}

.radio-group md-radio-group {
  margin-top: 10px;
}

/*BOOK MY MEETING STYLES START*/

.customapp-sidebar {
  width: 260px;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
}

.customapp-title {
  border-bottom: 1px solid #D9D9D9;
  padding: 5px 15px;
  min-height: 44px;
  position: relative;
}

.customapp-title > span {
  font-size: 16px;
  font-family: "Roboto-Medium";
}

.customapp-title:before {
  content: '';
  height: 4px;
  width: 40px;
  background-color: #ffc029;
  position: absolute;
  bottom: -2px;
  left: 15px;
}

.new-calendar {
  padding: 0 8px;
  min-height: 26px;
  line-height: 26px;
  min-width: inherit;
}

.new-calendar i {
  font-size: 18px;
  margin-right: 3px;
}

.customapp-content {
  padding: 0 5px;
}

.customapp-content .customapp-title {
  margin: 0 20px;
  padding-left: 0;
  padding-right: 0;
}

.customapp-content .customapp-title:before {
  left: 0;
}

.calendar-list {
  padding: 0;
}

.calendar-list md-list-item md-checkbox {
  margin: 5px 0;
}

.calendar-list md-list-item md-checkbox .md-label span {
  width: 170px;
  display: block;
  font-size: 13px;
  overflow: hidden;
}

.calendar-list md-list-item:nth-child(odd) {
  background-color: rgba(108, 126, 146, 0.06);
}

.calendar-list md-list-item:nth-child(even) {
  background-color: #FFFFFF;
}

.calendar-list md-menu {
  margin: 0 -5px;
}

.calendar-list .more-icon {
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 5px;
  color: #999999;
  margin: 0 -5px;
}

.calendar-list .more-icon i {
  font-size: 20px;
}

.calendar-list .more-icon:hover {
  color: #666666;
}

.calendar-list .sublist {
  padding: 10px 15px;
  padding-bottom: 5px;
}

.calendar-list .sublist .sub-checks {
  margin-bottom: 10px;
}

.calendar-list .sublist md-checkbox .md-label {
  font-size: 12px;
}

.more-dropdown md-icon {
  position: relative;
}

.more-dropdown md-icon i {
  position: absolute;
  font-size: 20px;
}

.more-dropdown md-icon i.user {
  font-size: 24px;
}

.more-dropdown md-icon i.create {
  font-size: 24px;
  top: 0;
  right: 2px;
}

.more-dropdown md-menu-item > .md-button md-icon {
  margin-right: 6px;
}

.Annual-Calender {
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
  min-height: 240px;
  max-height: 240px;
}

.ann-calender-month th {
  height: 40px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
  font-family: "Roboto-Medium";
  font-weight: normal;
}

.ann-calander-notification {
  border-bottom: 1px solid #ffc029;
  border-top: 1px solid #ffc029;
  box-shadow: none;
  padding: 15px;
  margin: 0;
  position: relative;
}

.ann-calander-notification div {
  font-family: "Roboto-Medium";
}

.Ann-Calender_count {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #ffc029;
  color: #fff;
}

.date-span {
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  cursor: pointer;
}

.date-span:hover {
  background: #e0e0e0;
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.currentmonth {
  color: blue;
  text-align: center;
}

.currentday {
  border: 1px solid black;
  color: #00FF00;
  text-align: center;
}

.leaveday span,
.leaveday span:hover {
  background: #2196f3;
  color: #fff;
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

.mymeetings {
  height: 28px;
  width: 30px;
  text-align: center;
}

.mymeetings span,
.mymeetings span:hover {
  background: #008000;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

.leavedayuser2 span,
.leavedayuser2 span:hover {
  background: #00FF00;
  color: #fff;
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

.leavedayuser3 span,
.leavedayuser3 span:hover {
  background: #ff6a00;
  color: #fff;
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

.leavedayuser4 span,
.leavedayuser4 span:hover {
  background: #b200ff;
  color: #fff;
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

.leavedayuser5 span,
.leavedayuser5 span:hover {
  background: #4800ff;
  color: #fff;
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

.leavedayuser6 span,
.leavedayuser6 span:hover {
  background: #ffd800;
  color: #fff;
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

.currentUser span,
.currentUser span:hover {
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

.currentUserPastDates span,
.currentUserPastDates span:hover {
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

.leavedaymixed {
  height: 28px;
  width: 30px;
  text-align: center;
}

.leavedaymixed span,
.leavedaymixed span:hover {
  background: #ff0000;
  color: #fff;
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

table.calendar {
  zoom: 1;
  vertical-align: top;
}

table.calendarHorizantal {
  zoom: 1;
  vertical-align: top;
}

.ann-calender-month {
  color: white;
  text-align: center;
}

.weekdays td {
  height: 26px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
  font-weight: 400;
  background: #ececec;
  line-height: 26px;
  font-size: 12px;
  font-family: Roboto-Medium;
}

.currentmonth,
.leaveday {
  height: 28px;
  width: 30px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
}

.md-table {
  min-width: 100%;
  border-collapse: collapse;
}

.Event-Header-txt {
  font-size: 13px;
  color: #333;
  padding: 0 !important;
  margin-bottom: 5px !important;
}

.Event-Header-Title {
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
  padding-bottom: 0 !important;
}

.md-table-header {
  color: #414141;
  text-align: left;
  font-family: Roboto-Medium;
  padding: 12px;
  font-weight: 400;
}

.md-table-content {
  white-space: nowrap;
  padding: 12px;
}

.md-table-headers-row {
  background: #dbdbdb;
}

.md-table-content-row {
  border-bottom: 1px solid #dbdbdb;
}

.heading {
  width: 21px;
  font-family: verdana;
  font-size: 7.5pt;
  font-weight: bold;
  text-align: center;
  background: #f19f04;
  color: #fff;
}

.heading th {
  padding: 5px 0;
}

.monthcol {
  font-family: verdana;
  font-size: 8.5pt;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 5px;
  color: #4cb050;
}

.filledday {
  font-family: verdana;
  font-size: 6.5pt;
  text-align: center;
  background-color: white;
  border-style: solid;
  border-width: thin;
}

.hoz-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.hoz-table td {
  border: 1px solid #e0e0e0;
}

.hoz-table .date-span {
  width: inherit;
  height: inherit;
  display: block;
  padding: 0;
  font-size: 11px;
  color: #333;
}

.hoz-table .date-span,
.hoz-table .leaveday span,
.hoz-table .leaveday span:hover {
  border-radius: inherit;
}

.hoz-table td.currentmonth,
.hoz-table td.leaveday {
  width: inherit;
  height: inherit;
}

.hoz-table .leaveday {
  background: #56c5ff;
}

.hoz-table .leaveday span,
.hoz-table .leaveday span:hover {
  background: #56c5ff;
}

.hoz-view-names {
  padding-left: 15px !important;
  color: #f19f04;
}

.hoz-table .no-row-border td {
  border: none !important;
  padding: 4px 0 4px 0px;
}

.hoz-table-ann-calander-notification {
  background: #777;
  padding: 10px;
  margin: 0 10px 10px 10px;
  position: relative;
  width: 240px;
}

.hoz-table-ann-calander-notification .Event-Header-Title {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0 !important;
}

.hoz-table-ann-calander-notification .Event-Header-txt {
  font-size: 13px;
  color: #fff;
  padding: 0 !important;
  margin-bottom: 5px !important;
}

.quick-view-panel {
  position: absolute;
  width: 350px;
  margin-left: 0;
  z-index: 1000;
}

.hoz-view-empname {
  color: #777;
  padding-top: 3px;
  display: inline-block;
  padding-left: 10px;
  font-size: 10px;
  font-family: Roboto-Medium;
}

.create-calendar-mdlist md-list-item {
  padding: 0;
}

.create-calendar-mdlist md-list-item .md-avatar img {
  margin: 0;
}

.tmeic-top-buttons {
  position: absolute;
  width: 300px;
}

.tmeic-top-buttons .md-button {
  margin: 0;
  margin-left: 10px;
}

.md-button.tmeic-info-icon {
  width: 28px;
  height: 28px;
  min-height: 28px;
  padding: 0;
  margin: 0;
  margin-top: 2px;
}

.md-button.tmeic-info-icon i {
  color: #e2a725;
  font-size: 28px;
}

.dialog-graph {
  border: 1px solid #CCCCCC;
  padding: 15px;
}

.showeditor-button {
  background-color: rgba(108, 126, 146, 0.12);
  padding: 5px 15px;
  cursor: pointer;
}

.showeditor-button i {
  margin-top: 4px;
}

.showeditor-button .edit-icon i {
  font-size: 16px;
}

.showeditor-button:hover {
  background-color: rgba(108, 126, 146, 0.15);
}

/*HCM New Job Title*/

.hcm-search-job-details {
  background-color: rgba(108, 126, 146, 0.03);
  border: 1px solid rgba(108, 126, 146, 0.08);
  margin: 10px 15px;
}

.hcm-search-job-details .title {
  padding: 20px;
}

/*HCM New Job Title*/

.icon-buttons md-icon {
  background: url("../../../../images/link-dlink-icons.svg") no-repeat center;
  width: 24px;
  height: 24px;
}

.icon-buttons md-icon.advance-search {
  background-position: 0 0;
}

.icon-buttons md-icon.delink {
  background-position: -24px 0;
}

.icon-buttons md-icon.link {
  background-position: -48px 0;
}

.icon-buttons.active,
.icon-buttons.md-button:not([disabled]).md-icon-button:hover:hover {
  background-color: #e2a725;
}

.icon-buttons.active .advance-search,
.icon-buttons.md-button:not([disabled]).md-icon-button:hover:hover .advance-search {
  background-position: 0 -24px;
}

.ncr-print-buttons {
  position: relative;
}

.ncr-print-buttons > .md-button {
  position: absolute;
  top: 0;
  right: 0;
}

/*PAGINATION STYLES START*/

.fxlist-pagination {
  padding: 0 15px;
  margin-top: 0;
}

.fxlist-pagination li {
  width: 24px;
  margin: 0 2px;
}

.fxlist-pagination li a {
  color: #666666;
  display: block;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background-color: #FFFFFF;
  cursor: pointer;
}

.fxlist-pagination li a:hover {
  color: #6c7e92;
}

.fxlist-pagination li.active a {
  background-color: #6c7e92;
  color: #FFFFFF;
  border-color: #6c7e92;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.18), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/*PAGINATION STYLES END*/

.applogo.applogolibrary-200 {
  width: 48px;
  height: 48px;
  background: url("../../../../images/applogolibrary.svg") -9552px 0;
}

.applogo-sml.applogolibrary-200 {
  background: url("../../../../images/applogolibrary.svg") -4776px -48px;
}

.mpb-details p {
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 10px 15px;
}

.mpb-details p.bill-logo img {
  height: auto;
  width: auto;
  max-width: 100px;
  max-height: 110px;
}

.mpb-official-column input {
  width: 100%;
  height: 26px;
  box-sizing: border-box;
  padding: 2px;
  text-align: right;
  border-radius: 3px;
  border: 1px solid #e2a725;
  width: 60px;
  font-size: 12px;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.mpb-official-column .md-icon-button {
  width: 26px;
  height: 26px;
  line-height: 26px;
  min-height: 26px;
  padding: 0;
  background-color: #e5e5e5;
  border-radius: 0;
  margin: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.mpb-official-column i {
  font-size: 16px;
  margin-top: 6px;
}

.mpb-official-column input[type="number"] {
  padding-left: 5px;
  padding-right: 5px;
}

.mpb-official-column input[type="number"]::-webkit-inner-spin-button,
.mpb-official-column input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mpb-search .md-icon-button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 4px;
}

.mpb-loc-list .list-header div:nth-child(3),
.mpb-loc-list .list-header div:nth-child(4),
.mpb-loc-list .list-header div:nth-child(5) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.mpb-int-list .fxlist .list-header div:nth-last-child(2) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.padding-right-25 {
  padding-right: 25px;
}

/*CONTRACT MANAGEMENT PROCESS STYLES*/

.cmp-buttons {
  position: absolute;
  right: 0;
  width: 380px;
}

/*LEAVE REQUEST PROCESS STYLES*/

.lrf-checklist {
  padding: 0 15px;
}

.lrf-checklist md-checkbox {
  margin: 0;
  margin-right: 20px;
  margin-bottom: 15px;
}

.lrf-peer-content {
  padding: 0 5px;
}

.lrf-peer-content .lrf-leave-details {
  padding-top: 10px;
}

.lrf-peer-content .lrf-leave-details h3 {
  margin: 0;
  padding: 0 15px;
  height: 40px;
  background: #f7f7f7;
}

.lrf-peer-content .lrf-leave-details .ann-calander-notification {
  border: none;
}

.lrf-peer-content .lrf-leave-details .left-leave-details {
  border: 1px solid #ffc029;
}

.shp-mom-list ul,
.shp-mom-list ol {
  margin: 0;
  padding-left: 30px;
}

.shp-mom-list ul li {
  list-style-type: disc;
}

.shp-mom-list ol li {
  list-style-type: decimal;
}

.shp-show-more-meetingnotes {
  height: auto;
  display: block;
}

.shp-show-less-meetingnotes {
  max-height: 35px;
  overflow: hidden;
  display: block;
}

.shp-arrow-icon {
  width: 24px;
  height: 16px;
  vertical-align: middle;
  line-height: 16px;
}

.shp-form-control {
  margin: 10px 15px 15px;
}

.shp-form-control label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.62);
  margin-bottom: 3px;
  display: block;
}

.shp-form-control p {
  margin: 0px;
  font-family: "Roboto-Medium";
  color: #e2a725;
}

/* HCM BRANDING Start */

.hcm-brndgicon {
  background: url("../../../images/hcmbranding.svg");
}

.hcm-brndgicon.contactinfo {
  background-position: -589px -138px;
  width: 46px;
  height: 31px;
}

.hcm-brndgicon.talentprofile {
  background-position: -339px -132px;
  width: 48px;
  height: 48px;
}

.hcm-brndgicon.ind-dev-plan {
  background-position: -509px -131px;
  width: 48px;
  height: 49px;
}

.hcm-brndgicon.glo-tra-rec {
  background-position: -159px -199px;
  width: 43px;
  height: 48px;
}

.hcm-brndgicon.lea-dev-reg {
  background-position: -659px -199px;
  width: 48px;
  height: 48px;
}

.hcm-brndgicon.goal-plan-pr {
  background-position: -340px -50px;
  width: 48px;
  height: 48px;
}

.hcm-brndgicon.hr-dir-update {
  background-position: -342px -199px;
  width: 48px;
  height: 48px;
}

.hcm-brndgicon.reports {
  background-position: -507px -196px;
  width: 48px;
  height: 48px;
}

.hcm-brndgicon.job-dic {
  background-position: -433px -195px;
  width: 41px;
  height: 50px;
}

.hcm-brndgicon.new-job {
  background-position: -439px -50px;
  width: 40px;
  height: 48px;
}

.hcm-brndgicon.business-int {
  background-position: -589px -200px;
  width: 49px;
  height: 48px;
}

.hcm-brndgicon.pro-search {
  background-position: -53px -132px;
  width: 48px;
  height: 48px;
}

.hcm-brndgicon.org-charting {
  background-position: -429px -132px;
  width: 48px;
  height: 48px;
}

.hcm-brndgicon.emp-job-role-search {
  background-position: -51px -199px;
  width: 48px;
  height: 48px;
}

.coming-info-div {
  position: absolute;
  bottom: -16px;
}

.coming-info-div .coming-info-txt {
  color: #FFFFFF;
  background: #e2a725;
  font-size: 10px;
  padding: 2px 10px;
}

.hcm-brndg-list-header {
  margin-left: 10px;
  margin-bottom: 5px;
}

ul.sidenav-menu > li md-icon.hcm-brndg-menuicon {
  background: url("../../../images/hcmbranding.svg") no-repeat -689px -57px;
  width: 26px;
  height: 38px;
}

ul.sidenav-menu > li md-icon.self-service {
  background: url("../../../images/self-services.svg");
}

.app-list-item md-icon.hcm-brndgicon {
  margin: inherit;
}

/* HCM BRANDING END */

/*KEEP THIS CHANGES BELOW*/

body.rtl .customapp-title:before {
  left: inherit;
  right: 15px;
}

body.rtl .customapp-content .customapp-title:before {
  left: inherit;
  right: 0;
}

body.rtl .new-calendar i {
  margin-right: 0;
  margin-left: 3px;
}

body.rtl .Ann-Calender_count {
  right: inherit;
  left: 0;
}

body.rtl .ghd-backtolist-btn .md-button {
  right: inherit;
  left: 5px;
}

.search-employee-icon .md-button {
  padding: 0;
}

.search-employee-icon .md-button md-icon {
  background: url("../../../../images/sprite-icons.svg") no-repeat -34px -240px;
  width: 20px;
  height: 20px;
}

.search-employee-icon .md-button.active {
  background-color: #e2a725;
}

.days-off-list li:last-child md-checkbox {
  margin-bottom: 0;
}

.assign-shifts-list p {
  min-height: 34px;
  line-height: 34px;
}

.assign-shifts-list md-input-container,
.assign-shifts-list p {
  margin: 12px 0;
}

/*Travel Request Agility - Start*/

.trfAutoComplete md-input-container {
  margin: 0px;
}

.trfAutoComplete md-input-container label {
  display: none !important;
}

.trfAttachIcon i {
  color: #DF9F21;
  cursor: pointer;
}

.trfDeleteIcon i {
  color: red;
  cursor: pointer;
  font-size: 14px;
}

.trfSaveIcon {
  color: #43A047;
  cursor: pointer;
}

.trfDeleteItemIcon {
  background: url("../../../images/sprite-icons.svg") -252px -344px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: inline-block;
}

/*Travel Request Agility - End*/

/*KEEP THIS CHANGES BELOW*/

/*Helpdesk styles starts*/

.admin-gridlist md-card .content header.biddersConfig {
  background-color: #e95263;
}

.admin-gridlist md-card .content header.biddersConfig md-icon {
  background-position: -456px -272px;
}

.admin-gridlist md-card .content header.annualPlannerConfig {
  background-color: #95c55f;
}

.admin-gridlist md-card .content header.annualPlannerConfig md-icon {
  background-position: -490px -272px;
}

.admin-gridlist md-card .content header.helpDeskConfig {
  background-color: #616264;
}

.admin-gridlist md-card .content header.helpDeskConfig md-icon {
  background-position: -524px -272px;
}

.admin-gridlist md-card .content header.mobileBillConfig {
  background-color: #f6bb43;
}

.admin-gridlist md-card .content header.mobileBillConfig md-icon {
  background-position: -558px -272px;
}

.admin-gridlist md-card .content header.empShiftConfig {
  background-color: #fe6e53;
}

.admin-gridlist md-card .content header.empShiftConfig md-icon {
  background-position: -592px -272px;
}

.admin-gridlist md-card .content header.pubHolidayConfig {
  background-color: #b384d4;
}

.admin-gridlist md-card .content header.pubHolidayConfig md-icon {
  background-position: -626px -272px;
}

.admin-gridlist md-card .content header.empLeaveConfig {
  background-color: #d870ad;
}

.admin-gridlist md-card .content header.empLeaveConfig md-icon {
  background-position: -660px -272px;
}

.admin-gridlist md-card .content header.exitClrACtConfig {
  background-color: #84bcd5;
}

.admin-gridlist md-card .content header.exitClrACtConfig md-icon {
  background-position: -694px -272px;
}

.admin-gridlist md-card .content header.pricingConfig {
  background-color: #3bb3a8;
}

.admin-gridlist md-card .content header.pricingConfig md-icon {
  background-position: -728px -272px;
}

ul.sidenav-menu > li md-icon.help-desk {
  background: url("../../../images/help-desk-icons.svg") no-repeat -72px 0;
}

ul.sidenav-menu > li md-icon.help-desk-admin {
  background: url("../../../images/help-desk-icons.svg") no-repeat -24px 0;
}

ul.sidenav-menu > li md-icon.help-desk-process {
  background: url("../../../images/help-desk-icons.svg") no-repeat -96px 0;
}

ul.sidenav-menu > li md-icon.help-desk-support {
  background: url("../../../images/Helpdesk-Support-Icon.svg") no-repeat;
  width: 24px;
  height: 24px;
}

ul.sidenav-menu > li md-icon.shareholder-icon {
  background: url("../../../images/shareholder-icon.svg") no-repeat;
}

ul.sidenav-menu > li md-icon.global-all-claim-icon {
  background: url("../../../images/global-all-claim-icon.svg") no-repeat;
}

ul.sidenav-menu > li md-icon.crm-process {
  background: url("../../../images/crm-icon.svg") no-repeat;
}

.ghd-wrapper .employee-profile-card .employee-profile-card-header {
  padding: 0 20px;
}

.ghd-wrapper .employee-profile-card .employee-profile-card-header:before {
  left: 20px;
}

.ghd-wrapper .innerboxmodel {
  padding: 10px;
}

.ghd-tickets {
  padding: 0 30px;
}

.ghd-tickets .list-header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-bottom: none;
}

.ghd-tickets .list-header .no-sort .sort {
  display: none;
}

.ghd-tickets .list-item {
  margin-bottom: 5px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.ghd-tickets .list-item:nth-child(even) {
  background: #FFFFFF;
}

.ghd-tickets .list-item:hover {
  background-color: #f7f7f7;
}

.ghd-tickets .list-item .flag {
  margin: 0;
}

.ghd-tickets .list-item .flag i {
  font-size: 22px;
  margin-top: 2px;
  color: #888888;
}

.ghd-tickets .list-item .flag.flagged i {
  color: #e2a725;
}

.ghd-tickets .list-item .status {
  border-radius: 15px;
  font-size: 12px;
  background-color: #e2a725;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 8px;
}

.ghd-tickets .list-item .status.completed {
  background-color: #419f47;
}

.ghd-tickets .list-item .ticket-id p {
  font-family: "Roboto-Medium";
  color: #6c7e92;
  cursor: pointer;
}

.ghd-tickets .list-item .priority-border:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
}

.ghd-tickets .list-item .priority-critical {
  color: #e10000;
}

.ghd-tickets .list-item .priority-critical:before {
  background: #e10000;
}

.ghd-tickets .list-item .priority-high {
  color: #fe8b2e;
}

.ghd-tickets .list-item .priority-high:before {
  background: #fe8b2e;
}

.ghd-tickets .list-item .priority-middle {
  color: #19a0ff;
}

.ghd-tickets .list-item .priority-middle:before {
  background: #19a0ff;
}

.ghd-tickets .list-item .priority-low {
  color: #5cad38;
}

.ghd-tickets .list-item .priority-low:before {
  background: #5cad38;
}

.ghd-tickets .list-item:first-child {
  margin-top: 5px;
}

.ghd-tickets .list-item .ticket-ellipsis p {
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ghd-tickets .text-center-column {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  max-width: 100%;
}

.ghd-tickets .flag-column {
  width: 80px;
  text-align: center;
}

.ghd-tickets .sort-column {
  width: 140px;
}

.ghd-tickets .actions-column {
  width: 120px;
}

.ghd-tickets .priority-column {
  width: 100px;
}

.ghd-tickets .ticket-actions-column {
  width: 180px;
}

.ghd-tickets .ticket-actions-column .parent-icon {
  position: relative;
  top: 6px;
  padding: 0 5px;
}

.ghd-tickets .ticket-quickview-column {
  width: 24px;
  padding: 0px !important;
  cursor: pointer;
  text-align: center;
}

.ghd-tickets .mCSB_container {
  padding: 0 5px;
}

.ghd-tickets .mCSB_scrollTools {
  right: 5px;
}

.ghd-tickets.grid-inner-scroll {
  padding: 0 25px;
}

.ghd-tickets.grid-inner-scroll .list-header {
  margin: 0 5px;
}

.ghd-tickets .reopen-count {
  background: #707070;
  border-radius: 5px;
  -wekit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 11.6px;
  color: #FFFFFF;
  display: inline-block;
  padding: 2px 5px;
  text-align: center;
  margin: 0 5px;
}

.ghd-popup {
  width: 500px;
}

.ghd-popup md-dialog-content {
  padding: 10px 5px 20px;
}

.ghd-popup .layout-padding,
.ghd-popup .layout-padding > *,
.ghd-popup .layout-padding > .flex {
  padding: 2px 10px;
}

.ghd-popup .helptext {
  display: block;
}

.ghd-breadcrumb {
  padding: 0 30px 20px 30px;
  margin-top: -10px;
}

.ghd-breadcrumb a {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #999999;
  font-size: 13px;
  border-radius: 15px;
  margin-right: 26px;
  position: relative;
  cursor: pointer;
}

.ghd-breadcrumb a.active {
  border-color: #ffc029;
  color: #ffc029;
}

.ghd-breadcrumb a i {
  position: absolute;
  right: -26px;
  top: 1px;
}

.ghd-breadcrumb a:last-child {
  margin-right: 0;
}

.ghd-breadcrumb a:last-child i {
  display: none;
}

.ghd-breadcrumb a:hover {
  background-color: #EBEBEB;
}

.ghd-backtolist-btn {
  position: relative;
}

.ghd-backtolist-btn .md-button {
  position: absolute;
  right: 5px;
  top: 0;
}

.ghd-backtolist-btn i {
  color: #e2a725;
  font-size: 20px;
}

.ghd-loading {
  position: relative;
}

.ghd-loading .ghd-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.sla-details-form {
  padding: 0 15px;
}

.sla-details-form p {
  font-size: 12px;
}

.sla-details-form .label-log {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto-Medium";
}

.sla-details-form .label-result {
  color: #000000;
  font-family: "Roboto-Medium";
}

.sla-details-form .label-sla {
  color: #ed292b;
  font-family: "Roboto-Medium";
}

.sla-collapse-icon {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
}

/*COMMENTS LOG*/

.comment-log-header {
  background-color: #6c7e92;
  height: 50px;
  padding: 0 8px;
  color: #FFFFFF;
}

.comment-log-content {
  padding: 15px;
  margin-bottom: 20px;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: none;
}

.comment-log-content .comment-log-sec .user-label {
  font-size: 11.6px;
  color: #000000;
  font-family: "Roboto-Medium";
}

.comment-log-content .comment-log-sec .date-label {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 5px;
  font-family: "Roboto-Medium";
}

.comment-log-content .comment-log-sec .label-content {
  color: rgba(0, 0, 0, 0.5);
}

.comment-log-content .comment-log-sec .comment-tabs-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background: #D9D9D9;
}

.comment-log-content .comment-log-sec .comment-tabs-icon i {
  color: #666666;
}

.comment-log-content .comment-log-sec .content-sec {
  background: #FFFFFF;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 2px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.item-comment-p p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.download-log-icon {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  color: #000000;
}

.comment-send-icon {
  min-width: auto;
  padding: 0;
  min-height: auto;
  height: auto;
  line-height: inherit;
}

.comment-search-block {
  position: relative;
}

.comment-search-block .comment-search {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0px;
}

.comment-tabs .md-nav-item:first-of-type {
  margin-left: 0px;
}

.comment-tabs .md-button {
  margin: 0;
}

/*CHILD TICKET FORM*/

.childticket-form {
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.childticket-form h4 {
  color: #e2a725;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.ghd-vvvip-bg {
  border-bottom: 2px solid #ff0000 !important;
}

.ghd-vvip-bg {
  border-bottom: 2px solid #ff0000 !important;
}

.ghd-vip-bg {
  border-bottom: 2px solid #ff0000 !important;
}

.ghd-dissatisfied-bg {
  border-bottom: 2px solid #666666 !important;
}

.ghd-satisfied-bg {
  border-bottom: 2px solid #e2a725 !important;
}

.hd-grid-info {
  font-size: 12px;
  font-family: "Roboto-Medium";
  padding-bottom: 15px;
}

.hd-grid-info .hd-color-block {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.hd-grid-info .hd-block-critical {
  background: #e10000;
}

.hd-grid-info .hd-color-critical {
  color: #e10000;
  margin-right: 20px;
}

.hd-grid-info .hd-block-high {
  background: #fe8b2e;
}

.hd-grid-info .hd-color-high {
  color: #fe8b2e;
  margin-right: 20px;
}

.hd-grid-info .hd-block-medium {
  background: #19a0ff;
}

.hd-grid-info .hd-color-medium {
  color: #19a0ff;
  margin-right: 20px;
}

.hd-grid-info .hd-block-low {
  background: #5cad38;
}

.hd-grid-info .hd-color-low {
  color: #5cad38;
  margin-right: 20px;
}

.hd-grid-info .hd-block-vvvip {
  background: #ff0000;
}

.hd-grid-info .hd-color-vvvip {
  color: #ff0000;
  margin-right: 20px;
}

.hd-grid-info .hd-block-satisfied {
  background: #e2a725;
}

.hd-grid-info .hd-color-satisfied {
  color: #e2a725;
  margin-right: 20px;
}

.hd-grid-info .hd-block-dis-satisfied {
  background: #666666;
}

.hd-grid-info .hd-color-dis-satisfied {
  color: #666666;
}

.ghd-count-pagination-row {
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.hd-pagination .fxlist-pagination {
  padding: 0px;
  margin: 0 0 0 15px;
}

.hd-pagination-totalcount {
  padding: 0 15px 0px 0px;
  margin: 0;
}

.ghd-tickets.grid-inner-scroll.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ghd-svr-status {
  color: #10539e;
  font-family: "Roboto-Medium";
}

.req-historylist .list-item {
  height: inherit;
}

.isactiveagentnav {
  position: relative;
}

.isactiveagentnav:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  height: 3px;
  background: #e2a725;
}

.emplisttabs .md-nav-bar .isactiveagentnav .md-button._md-nav-button {
  color: #333;
}

/*HelpDesk Quick View Panel Start*/

.ghd-view-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: inline-block;
  border: 1px solid #6c7e92;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-top: 5px;
  /*&:hover {
        border-color:$color-primary;
        background:$color-primary;

        &:before, &:after {
            background:$white;
        }
    }*/
}

.ghd-view-icon:before,
.ghd-view-icon:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  width: 2px;
  background: #6c7e92;
}

.ghd-view-icon:before {
  height: 2px;
}

.ghd-view-icon:after {
  height: 6px;
  top: 7px;
}

.hd-quick-view-panel {
  position: relative;
  width: 400px;
  margin-left: 30px;
  z-index: 1000;
  box-shadow: 0 0 20px -10px #7f7f7f;
  border: 1px solid #b6c1ce;
}

.hd-quick-view-panel .processtitle {
  font-size: 15px;
  color: #FFFFFF;
  background-color: #6c7e92;
  padding: 0 5px 0 15px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.hd-quick-view-panel .processtitle h3 {
  font-size: 16px;
}

.hd-quick-view-panel md-card-content {
  padding: 0;
  font-size: 13px;
  max-height: 200px;
  min-height: 200px;
  overflow: auto;
}

.hd-quick-view-panel md-card-content h4 {
  font-size: 14px;
  color: #e2a725;
  margin-bottom: 5px;
  margin-top: 0px;
}

.hd-quick-view-panel md-card-content p {
  font-size: 12px;
  white-space: pre-wrap;
}

.hd-quick-view-panel .createdby {
  border-bottom: 1px solid #D9D9D9;
  font-size: 12px;
  padding: 10px;
}

.hd-quick-view-panel .createdby div {
  padding: 10px;
}

.hd-quick-view-panel .createdby div:first-child {
  border-right: 1px solid #D9D9D9;
}

.hd-quick-view-panel .createdby div:last-child {
  border-top: 1px solid #D9D9D9;
}

.hd-quick-view-panel .createdby div label {
  font-family: robotoregular;
  color: #7f7f7f;
}

.hd-quick-view-panel .createdby .ghd-quickview {
  border: 1px solid #D9D9D9;
  border-bottom: none;
  margin-bottom: 10px;
  padding: 0px;
}

.hd-quick-view-panel .createdby .ghd-quickview div {
  padding: 0px;
}

.hd-quick-view-panel .createdby .ghd-quickview div:first-child {
  border-right: 0px solid #D9D9D9;
}

.hd-quick-view-panel .createdby .ghd-quickview div:last-child {
  border-top: 0px solid #D9D9D9;
}

.hd-quick-view-panel .createdby .ghd-quickview .ghd-quickview-item {
  border-bottom: 1px solid #D9D9D9;
}

.hd-quick-view-panel .createdby .ghd-quickview .ghd-quickview-item .item-1 {
  background: #f5f5f5;
  padding: 5px;
  border-right: 1px solid #D9D9D9;
}

.hd-quick-view-panel .createdby .ghd-quickview .ghd-quickview-item .item-2 {
  padding: 5px;
}

.hd-quick-view-panel .createdby .ghd-quickview-textarea {
  padding: 0px;
}

.hd-quick-view-panel .createdby .ghd-quickview-textarea:last-child {
  border: none;
}

.hd-quick-view-panel .createdby .ghd-quickview-textarea md-input-container {
  margin: 0px;
}

.hd-quick-view-panel .createdby .ghd-quickview-textarea [disabled] md-input-container .md-input {
  color: rgba(0, 0, 0, 0.87);
}

.hd-quick-view-panel .createdby .ghd-quickview-textarea div {
  padding: 0;
  border: none;
}

.hd-quick-view-panel md-card-content > div {
  border-bottom: 1px solid #D9D9D9;
}

.hd-quick-view-panel md-card-content > div:last-child {
  border: none;
}

/*HD Quick View Panel End*/

.md-button.md-icon-button.ghd-dashboard-button {
  width: 30px;
  height: 30px;
}

.md-button.md-icon-button.ghd-dashboard-button md-icon {
  background: url("../../../../images/sprite-icons.svg") no-repeat;
  width: 16px;
  height: 16px;
  background-position: -289px -397px;
}

.ghdadmin-search .md-icon-right.search {
  position: relative;
  padding: 0;
  margin: 0;
  width: 30px;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.ghdadmin-search .md-icon-right.search input {
  padding-left: 30px;
  border-color: transparent;
}

.ghdadmin-search .md-icon-right.search.md-input-focused,
.ghdadmin-search .md-icon-right.search.md-input-has-value {
  width: 170px;
}

.ghdadmin-search .md-icon-right.search.md-input-focused input,
.ghdadmin-search .md-icon-right.search.md-input-has-value input {
  padding-left: 0;
  padding-right: 30px;
  border-color: #e2a725;
}

.ghdadmin-search md-icon {
  background: url("../../../../images/sprite-icons.svg") no-repeat;
  position: absolute;
  right: 6px;
  top: 6px;
  background-position: -16px 0;
  opacity: .6;
  cursor: pointer;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}

.ghdadmin-search md-icon:hover {
  opacity: .8;
}

.ghdadmin-search .md-icon-right.search.md-input-focused md-icon,
.ghdadmin-search .md-icon-right.search.md-input-has-value md-icon {
  opacity: .8;
}

.ghd-input-clear {
  position: relative;
}

.ghd-input-clear md-input-container .clear-icon {
  display: none;
}

.ghd-input-clear md-input-container.md-input-has-value .clear-icon {
  display: block;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.54);
  font-size: 21px;
}

.ghd-input-clear md-input-container.md-icon-right {
  padding-right: 0px;
}

.ghd-input-clear md-input-container.md-icon-right input {
  padding-right: 30px;
}

.ghd-input-clear .ghd-clear-btn {
  position: absolute;
  right: 0px;
}

.svrcommentheight .tox-tinymce {
  height: 100px !important;
}

/*Helpdesk styles ends*/

/* EBS*/

.payeeNameCss {
  word-break: break-word;
  width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  box-sizing: border-box;
}

/* End EBS*/

/*Static Table*/

.fx-static-tbl {
  border-collapse: collapse;
}

.fx-static-tbl thead {
  background-color: #6c7e92;
}

.fx-static-tbl thead th {
  color: #FFFFFF;
  padding: 12px 15px;
  font-family: Roboto-Medium;
  font-weight: normal;
  text-align: left;
}

.fx-static-tbl tbody tr {
  border-bottom: 1px solid #e6e6e6;
}

.fx-static-tbl tbody tr:nth-child(odd) {
  background: #FFFFFF;
}

.fx-static-tbl tbody tr:nth-child(even) {
  background: #f8f7fd;
}

.fx-static-tbl tbody td {
  padding: 12px 15px;
  color: #313236;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-left-20 {
  margin-left: 20px;
}

.column-auto.fxlist.list-view .list-item.row-highlighted {
  background-color: rgba(33, 150, 243, 0.18);
}

.column-auto.fxlist.list-view .list-item.row-text-bold {
  font-family: "Roboto-Medium";
}

/*Static Table*/

.align-header-grid .list-header .repeated-item {
  padding-left: 10px;
  padding-right: 10px;
}

/*Emergency Contract System Styles Start*/

.contact-system-panel {
  margin: 15px 20px;
}

.contact-system-panel .contact-system-panel-header {
  padding-bottom: 10px;
  font-family: "Roboto-Medium";
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}

.contact-system-panel .contact-system-panel-header:before {
  content: '';
  background-color: #e2a725;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 50px;
}

.contact-system-panel ul {
  margin: 10px;
  padding: 0px;
}

.contact-system-panel ul li {
  padding: 6px 15px;
  position: relative;
}

.contact-system-panel ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #6c7e92;
}

.contact-system-panel ul li ul {
  margin: 5px 10px;
  padding: 0px;
}

.contact-system-panel ul li ul li {
  padding: 5px 15px;
  position: relative;
}

.contact-system-panel ul li ul li:before {
  border: 1px solid #6c7e92;
  background-color: transparent;
}

.employee-profile-card .action.emp-help-btn {
  color: #0c4eb1;
  font-family: "Roboto-Medium";
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  text-transform: none;
  font-style: italic;
}

.emp-help-icon {
  font-size: 21px;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -1px;
  color: #0c4eb1;
}

.emp-permission-warn {
  color: red;
  font-size: 12px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}

.phone-details-note {
  padding: 0px 0 0 10px;
  color: red;
  font-size: 11px;
}

.phone-details-note p {
  margin: 0px;
}

.phone-details-note ul {
  margin: 0px 0px 0px 15px;
  padding-left: 0px;
}

.phone-details-note ul li {
  list-style: circle;
  padding: 0px;
}

.phone-details-note ul li .text-underline {
  text-decoration: underline;
}

.phone-details-note ul li xmp {
  display: inline;
  margin: 0px;
  font-size: 13px;
  font-family: "robotoregular";
}

/*Emergency Contract System Styles End*/

/*Self Service*/

.emplisttabs {
  color: red;
}

.employee-profile-card .action.editbtn {
  display: inline-block !important;
  opacity: 1 !important;
}

.helptext.md-icon-right {
  padding-right: 0;
}

/*Self Service End*/

/*IP Process Summary Grid Styles Start*/

@media (min-width: 960px) {
  .ip-summary-grid {
    overflow-x: auto;
  }

  .ip-summary-grid .listview-items {
    width: 1375px;
  }

  .ip-summary-grid .ip-list1 {
    width: 180px;
  }

  .ip-summary-grid .ip-list2 {
    width: 180px;
  }

  .ip-summary-grid .ip-list3 {
    width: 180px;
  }

  .ip-summary-grid .ip-list4 {
    width: 100px;
  }

  .ip-summary-grid .ip-list5 {
    width: 180px;
  }

  .ip-summary-grid .ip-list6 {
    width: 180px;
  }

  .ip-summary-grid .ip-list7 {
    width: 180px;
  }

  .ip-summary-grid .ip-list8 {
    width: 100px;
  }

  .ip-summary-grid .ip-list9 {
    width: 80px;
  }
}

/*IP Process Summary Grid Styles End*/

/*Amex Card Styles Start*/

.amex-grid-btns .md-button.md-icon-button {
  margin: 0 6px;
  height: 24px;
  line-height: 24px;
  padding: 0px;
  width: 24px;
  min-height: 24px;
}

.amex-grid-btns .md-button.md-icon-button md-icon.view {
  font-size: 21px;
  width: 21px;
  height: 21px;
  line-height: 21px;
}

.amex-grid-btns .md-button.md-icon-button md-icon.edit {
  font-size: 19px;
  width: 19px;
  height: 19px;
  line-height: 19px;
}

.amex-date-input md-input-container {
  margin: 5px 0px;
}

.amex-date-manage-user md-input-container.md-input-focused label,
.amex-date-manage-user md-input-container._md-datepicker-floating-label label {
  display: none;
}

/*Amex Card Styles End*/

/*ag grid style start*/

.ag-theme-balham.tr-ag-grid .ag-header {
  background-color: #6c7e92;
  color: #FFFFFF;
  font-family: "Roboto-Medium";
  font-size: 13px;
  font-weight: normal;
}

.ag-theme-balham.tr-ag-grid .ag-header-cell,
.ag-theme-balham.tr-ag-grid .ag-header-group-cell {
  border-color: #808f9f;
  color: #FFFFFF;
  font-family: "Roboto-Medium";
  font-weight: normal;
}

.ag-theme-balham.tr-ag-grid .ag-root {
  border: none;
}

.ag-theme-balham.tr-ag-grid .ag-header-cell::after,
.ag-theme-balham.tr-ag-grid .ag-header-group-cell::after {
  border-right: 1px solid rgba(189, 195, 199, 0.25);
  height: 32px;
  margin-top: 0px;
  top: 0px;
}

.ag-theme-balham.tr-ag-grid .ag-row {
  border-color: #e6e6e6;
  border-width: 1px 0px 0px;
}

.ag-theme-balham.tr-ag-grid .ag-cell {
  line-height: 30px;
  font-family: "robotoregular";
  font-size: 13px;
  color: #313236;
}

.ag-theme-balham.tr-ag-grid .ag-header-icon .ag-icon-asc,
.ag-theme-balham.tr-ag-grid .ag-header-icon .ag-icon-desc,
.ag-theme-balham.tr-ag-grid .ag-header-icon .ag-icon-menu {
  color: #fff;
}

.ag-theme-balham.tr-ag-grid .ag-row.ag-row-even {
  background: #fff;
}

.ag-theme-balham.tr-ag-grid .ag-row.ag-row-odd {
  background: #f8f7fd;
}

.ag-theme-balham.tr-ag-grid .ag-status-bar {
  border: 0px solid #e6e6e6;
}

.ag-theme-balham.tr-ag-grid .ag-menu {
  height: 230px;
}

.ag-theme-balham.tr-ag-grid .ag-header-expand-icon .ag-icon {
  color: #FFFFFF;
}

.ag-theme-balham.tr-ag-grid .ag-pinned-left-header {
  border-right-width: 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.ag-theme-balham.tr-ag-grid .ag-pinned-left-header .ag-header-cell::after,
.ag-theme-balham.tr-ag-grid .ag-pinned-left-header .ag-header-group-cell::after {
  border-right-width: 0px;
}

.ag-theme-balham.tr-ag-grid .ag-pinned-left-cols-container {
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.ag-theme-balham.tr-ag-grid .ag-ltr .ag-root:not(.ag-has-focus) .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right) {
  border-right-width: 0px;
}

.ag-theme-balham.tr-ag-grid .ag-center-cols-viewport {
  overflow-x: hidden;
}

.ag-theme-balham.tr-ag-grid .ag-header-group-cell-with-group .ag-header-group-cell-label {
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.ag-theme-balham.tr-ag-grid .ag-header-group-cell-with-group .ag-header-group-cell-label .ag-header-group-text {
  -webkit-flex: 1;
  flex: 1;
}

.ag-theme-balham.tr-ag-grid .ag-header-group-cell-with-group .ag-header-group-cell-label .ag-header-expand-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
}

.ag-theme-balham.tr-ag-total-grid .ag-row.ag-row-even {
  background: rgba(108, 126, 146, 0.2);
}

.ag-theme-balham.tr-ag-total-grid .ag-status-bar {
  border-bottom: 1px solid #e6e6e6;
}

.ag-theme-balham.tr-ag-total-grid .ag-horizontal-left-spacer {
  border-right-width: 0px;
}

/*ag grid style End*/

/*Branch Product Allocation Styles Start*/

.bpasmlbutton {
  width: 25px;
  height: 25px;
  padding: 0px;
}

.bpasmlbutton md-icon {
  font-size: 21px;
  width: 21px;
  height: 21px;
}

.bpa-label {
  display: block;
  font-size: 12px;
  opacity: .7;
  margin-bottom: 3px;
}

.bpa-sec-pad {
  padding-right: 10px;
}

.bpa-allocation-count {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #dadada;
  border-radius: 50%;
  font-size: 11.6px;
  font-family: "Roboto-Medium";
  display: inline-block;
}

.bpa-sec-container i {
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}

.bpa-emp-heading {
  margin: 5px 15px;
}

.bpa-btn-group {
  padding: 0 10px;
}

.bpa-btn-group .md-button {
  margin: 0px 5px;
}

.bpa-btn-group .md-button .print-icon {
  font-size: 20px;
}

.bpa-btn-group .md-button .history-icon {
  font-size: 21px;
}

.bpa-icon-btns {
  padding: 0 10px;
}

.bpa-icon-btns .md-button {
  margin: 0 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  min-height: 30px;
  padding: 0px;
}

.bpa-icon-btns .md-button md-icon {
  background-image: url("../../../images/bpa-icons-sprite.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.bpa-icon-btns .md-button md-icon.policy-document {
  background-position: -10px -10px;
}

.bpa-icon-btns .md-button md-icon.download-excel {
  background-position: -45px -10px;
}

.bpa-icon-btns .md-button md-icon.historical-data {
  background-position: -80px -10px;
}

.bpa-icon-btns .md-button md-icon.overall-summary {
  background-position: -115px -10px;
}

.bpa-icon-btns .md-button md-icon.column-selection {
  background-position: -152px -10px;
}

.bpa-icon-btns .md-button:not([disabled]).md-icon-button:hover {
  background: rgba(108, 126, 146, 0.1);
}

.bpa-icon-btns .bpa-moreoptions .md-button md-icon {
  background-image: none;
  font-size: 21px;
}

.bpa-dialog-content {
  background: #f3f2f8;
}

.bpa-dialog-content .createdformalign {
  margin: 20px 20px 0px 20px !important;
}

.bpa-dialog-content .createdformalign:last-child {
  margin-bottom: 20px !important;
}

.bpa-grid .pr-grid-header {
  height: 70px;
}

.bpa-grid .pr-grid-header .repeated-item {
  border-right: 1px solid #586b80;
}

.bpa-grid .pr-grid-header .repeated-item.all-direct-container {
  padding-left: 0px;
  padding-right: 0px;
}

.bpa-grid .pr-grid-header .repeated-item:last-child {
  border-right: none;
}

.bpa-grid .pr-grid-header .repeated-item .all-direct-column {
  border-bottom: 1px solid #586b80;
  padding-bottom: 5px;
}

.bpa-grid .pr-list-item .repeated-item.all-direct-container {
  padding-left: 0px;
  padding-right: 0px;
}

.bpa-grid .indirect-column {
  width: 70px;
}

.fxlist.column-auto.list-view.bpa-summary-grid .list-header {
  height: 35px;
  min-height: 35px;
}

.fxlist.column-auto.list-view.bpa-summary-grid .list-item {
  min-height: 32px;
}

.fxlist.column-auto.list-view.bpa-summary-grid .list-item .repeated-item {
  padding: 0px 10px;
}

.grid-config-sec {
  margin: 10px;
  background: #FFFFFF;
}

.grid-config-sec h3 {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
}

.grid-config-sec .grid-config-content {
  padding: 15px;
}

.bpa-policy-tbl {
  border-collapse: collapse;
}

.bpa-policy-tbl thead {
  background-color: #e8e8e8;
}

.bpa-policy-tbl thead th {
  color: #333;
  padding: 5px 10px;
  font-family: Roboto-Medium;
  font-weight: normal;
  text-align: left;
  border: 1px solid #e8e8e8;
  font-size: 12px;
}

.bpa-policy-tbl tbody tr {
  border-bottom: 1px solid #e6e6e6;
}

.bpa-policy-tbl tbody tr:nth-child(odd) {
  background: #FFFFFF;
}

.bpa-policy-tbl tbody tr:nth-child(even) {
  background: #f8f7fd;
}

.bpa-policy-tbl tbody td {
  padding: 5px 10px;
  color: #313236;
  border: 1px solid #e6e6e6;
  font-size: 11.6px;
}

.bpa-policy-tbl tbody td a {
  color: #333;
  font-family: "Roboto-Medium";
}

.bpa-policy-tbl tbody td .md-button.md-icon-button {
  width: 20px;
  height: 20px;
  margin: 0px;
  padding: 0px;
  min-height: 20px;
}

.bpa-policy-tbl tbody td .md-button.md-icon-button md-icon {
  font-size: 19px;
  width: 20px;
  height: 20px;
  color: #2196f3;
}

.bpa-add-icon md-icon {
  color: #43a248;
  font-size: 22px;
}

.bpa-remove-icon md-icon {
  background: url("../../../images/bpa-delete-icon.svg");
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: inline-block;
  top: -3px;
  left: 3px;
  position: relative;
}

@media only screen and (max-width: 959px) {
  .all-direct-columns {
    padding: 5px 10px;
  }
}

/*--Loader Start--*/

.bpaloader {
  margin: 10% 45%;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #6c7e92;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bpaloaderwrap {
  position: absolute;
  left: 2%;
  right: 2%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.68) !important;
  height: 100%;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--Loader End--*/

/*Branch Product Allocation Styles End*/

/*BPA Summary Styles Start*/

.color-red {
  color: #ed292b;
}

.color-green {
  color: #4cb050;
}

.bpa-summary-arrow {
  font-size: 16px;
  position: relative;
  top: 3px;
}

/*BPA Summary Styles End*/

/*----Helpdesk Support styles Start----*/

ul.sidenav-menu > li md-icon.hd-support-process {
  background: url("../../../images/hd-support-icons.svg") no-repeat -10px -7px;
}

.admin-gridlist.hd-support-list md-card .content header md-icon {
  background-image: url("../../../images/hd-support-icons.svg");
  background-repeat: repeat;
}

.admin-gridlist.hd-support-list .hd-userroles {
  background-color: #e95263;
}

.admin-gridlist.hd-support-list .hd-userroles md-icon {
  background-position: -131px -10px;
}

.admin-gridlist.hd-support-list .hd-proxy-management {
  background-color: #95c55f;
}

.admin-gridlist.hd-support-list .hd-proxy-management md-icon {
  background-position: -44px -9px;
}

.admin-gridlist.hd-support-list .hd-record-management {
  background-color: #616264;
}

.admin-gridlist.hd-support-list .hd-record-management md-icon {
  background-position: -88px -10px;
}

.hd-support-actions {
  width: 190px;
}

.hd-support-actions .md-button.md-icon-button {
  width: 32px;
  height: 32px;
  min-height: 32px;
  line-height: 32px;
  margin: 0 5px;
  opacity: .7;
  padding: 0px;
  background: #e6e6e6;
}

.hd-support-actions .md-button.md-icon-button:hover {
  opacity: 1;
  background: #e6e6e6;
}

.hd-support-actions .md-button.md-icon-button i {
  line-height: 30px;
}

/*----Helpdesk Support styles End----*/

/*----Reports Admin Config Start----*/

.rptChip {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 15px;
  color: #666;
  margin-right: 5px;
  margin-bottom: 5px;
}

.rptChip .rptRemoveChip {
  font-size: 19px;
  color: red;
  cursor: pointer;
  margin-left: 3px;
}

ul.sidenav-menu > li md-icon.report-security-icon {
  background-position: -769px -191px;
}

/*----Reports Admin Config End----*/

/*----Mobile Phone Billing Process Start----*/

.mpb-int-buttons {
  padding-right: 10px;
}

.fxlist.mpb-mobile-menu-hide .mobile-list-menu {
  display: none;
}

@media (max-width: 959px) {
  .mpb-int-buttons {
    padding-bottom: 10px;
  }
}

@media (max-width: 599px) {
  .mpb-int-buttons .md-button {
    width: 100%;
  }

  .mpb-prsn-num-btns {
    margin-top: 10px;
  }
}

/*----Mobile Phone Billing Process End----*/