/* Import all styles of app */
/* Import all files in folder vendor */
/* nvd3 version 1.8.1 (https://github.com/novus/nvd3) 2015-06-15 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
.nvd3 .nv-axis {
  pointer-events: none;
  opacity: 1; }

.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges; }

.nvd3 .nv-axis path.domain {
  stroke-opacity: .75; }

.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0; }

.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges; }

.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero {
  stroke-opacity: .75; }

.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: bold; }

.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle; }

.nvd3 .nv-axis.nv-disabled {
  opacity: 0; }

.nvd3 .nv-bars rect {
  fill-opacity: .75;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear; }

.nvd3 .nv-bars rect.hover {
  fill-opacity: 1; }

.nvd3 .nv-bars .hover rect {
  fill: lightblue; }

.nvd3 .nv-bars text {
  fill: transparent; }

.nvd3 .nv-bars .hover text {
  fill: black; }

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear; }

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
  fill-opacity: 1; }

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: bold;
  fill: black;
  stroke: transparent; }

/* boxplot CSS */
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5; }

.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1; }

.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1; }

.nvd3 line.nv-boxplot-median {
  stroke: black; }

.nv-boxplot-tick:hover {
  stroke-width: 2.5px; }

/* bullet */
.nvd3.nv-bullet {
  font: 10px sans-serif; }

.nvd3.nv-bullet .nv-measure {
  fill-opacity: .8; }

.nvd3.nv-bullet .nv-measure:hover {
  fill-opacity: 1; }

.nvd3.nv-bullet .nv-marker {
  stroke: #000;
  stroke-width: 2px; }

.nvd3.nv-bullet .nv-markerTriangle {
  stroke: #000;
  fill: #fff;
  stroke-width: 1.5px; }

.nvd3.nv-bullet .nv-tick line {
  stroke: #666;
  stroke-width: .5px; }

.nvd3.nv-bullet .nv-range.nv-s0 {
  fill: #eee; }

.nvd3.nv-bullet .nv-range.nv-s1 {
  fill: #ddd; }

.nvd3.nv-bullet .nv-range.nv-s2 {
  fill: #ccc; }

.nvd3.nv-bullet .nv-title {
  font-size: 14px;
  font-weight: bold; }

.nvd3.nv-bullet .nv-subtitle {
  fill: #999; }

.nvd3.nv-bullet .nv-range {
  fill: #bababa;
  fill-opacity: .4; }

.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: .7; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
  stroke-width: 1px; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
  stroke: #2ca02c;
  fill: #2ca02c; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
  stroke: #d62728;
  fill: #d62728; }

.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-candlestickBar .nv-ticks line {
  stroke: #333; }

.nvd3 .nv-legend .nv-disabled rect {
  /*fill-opacity: 0;*/ }

.nvd3 .nv-check-box .nv-box {
  fill-opacity: 0;
  stroke-width: 2; }

.nvd3 .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-width: 4; }

.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-opacity: 0; }

.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
  opacity: 0; }

/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: .75; }

.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1; }

.nvd3 .nv-groups path.nv-line {
  fill: none;
  stroke-width: 2.5px; }

.nvd3 .nv-groups path.nv-area {
  stroke: none; }

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0;
  stroke-opacity: 0; }

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: .5 !important;
  stroke-opacity: .5 !important; }

.with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: .95 !important;
  stroke-opacity: .95 !important; }

.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0; }

.nvd3 .nv-indexLine {
  cursor: ew-resize; }

/********************
 * SVG CSS
 */
/********************
  Default CSS for an svg element nvd3 used
*/
svg.nvd3-svg {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  height: 100%; }

/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.nvd3 text {
  font: normal 12px Arial; }

.nvd3 .title, .nvd3 .confirm-submit-claim-dialog .title-error, .confirm-submit-claim-dialog .nvd3 .title-error {
  font: bold 14px Arial; }

.nvd3 .nv-background {
  fill: white;
  fill-opacity: 0; }

.nvd3.nv-noData {
  font-size: 18px;
  font-weight: bold; }

/**********
*  Brush
*/
.nv-brush .extent {
  fill-opacity: .125;
  shape-rendering: crispEdges; }

.nv-brush .resize path {
  fill: #eee;
  stroke: #666; }

/**********
*  Legend
*/
.nvd3 .nv-legend .nv-series {
  cursor: pointer; }

.nvd3 .nv-legend .nv-disabled circle {
  fill-opacity: 0; }

/* focus */
.nvd3 .nv-brush .extent {
  fill-opacity: 0 !important; }

.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: .4;
  fill: #fff;
  fill-opacity: .7; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 1px; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
  stroke: #2ca02c; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
  stroke: #d62728; }

.nvd3 .background path {
  fill: none;
  stroke: #EEE;
  stroke-opacity: .4;
  shape-rendering: crispEdges; }

.nvd3 .foreground path {
  fill: none;
  stroke-opacity: .7; }

.nvd3 .nv-parallelCoordinates-brush .extent {
  fill: #fff;
  fill-opacity: .6;
  stroke: gray;
  shape-rendering: crispEdges; }

.nvd3 .nv-parallelCoordinates .hover {
  fill-opacity: 1;
  stroke-width: 3px; }

.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5; }

.nvd3.nv-pie path {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-pie .nv-pie-title {
  font-size: 24px;
  fill: rgba(19, 196, 249, 0.59); }

.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0; }

.nvd3.nv-pie path {
  stroke: #fff;
  stroke-width: 1px;
  stroke-opacity: 1; }

.nvd3.nv-pie .hover path {
  fill-opacity: .7; }

.nvd3.nv-pie .nv-label {
  pointer-events: none; }

.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0; }

/* scatter */
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .5; }

.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1; }

.nv-noninteractive {
  pointer-events: none; }

.nv-distx, .nv-disty {
  pointer-events: none; }

/* sparkline */
.nvd3.nv-sparkline path {
  fill: none; }

.nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none; }

.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px; }

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
  pointer-events: all; }

.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0; }

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
  stroke-width: 0;
  font-size: .9em;
  font-weight: normal; }

.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66; }

.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c; }

.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728; }

.nvd3.nv-sparklineplus .nv-currentValue {
  font-weight: bold;
  font-size: 1.1em; }

/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: .7;
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: .9; }

.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0; }

.nvtooltip {
  position: absolute;
  background-color: white;
  color: black;
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 10000;
  display: block;
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  pointer-events: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.nvtooltip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px; }

/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
  transition: opacity 50ms linear;
  -moz-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms; }

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px; }

.nvtooltip h3 {
  margin: 0;
  padding: 4px 14px;
  line-height: 18px;
  font-weight: normal;
  background-color: rgba(247, 247, 247, 0.75);
  color: black;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.nvtooltip p {
  margin: 0;
  padding: 5px 14px;
  text-align: center; }

.nvtooltip span {
  display: inline-block;
  margin: 2px 0; }

.nvtooltip table {
  margin: 6px;
  border-spacing: 0; }

.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle; }

.nvtooltip table td.key {
  font-weight: normal; }

.nvtooltip table td.value {
  text-align: right;
  font-weight: bold; }

.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px; }

.nvtooltip table td.legend-color-guide div {
  width: 8px;
  height: 8px;
  vertical-align: middle; }

.nvtooltip table td.legend-color-guide div {
  width: 12px;
  height: 12px;
  border: 1px solid #999; }

.nvtooltip .footer {
  padding: 3px;
  text-align: center; }

.nvtooltip-pending-removal {
  pointer-events: none;
  display: none; }

/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
  pointer-events: none; }

.nvd3 line.nv-guideline {
  stroke: #ccc; }

/*!
 * FullCalendar v2.3.1 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 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-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: #8fdf82;
  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;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace; }

/*
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;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */ }

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

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

.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%;
  left: -2%; }

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

.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 */
  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: 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;
  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, 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 {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden; }

.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */ }

/* 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;
  overflow: hidden !important; }

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

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* 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 */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px; }

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize; }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize; }

/* 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-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px; }

/* 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; }

/* 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 {
  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-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3; }

.fc-time-grid .fc-highlight-skeleton {
  z-index: 4; }

.fc-time-grid .fc-content-skeleton {
  z-index: 5; }

.fc-time-grid .fc-helper-skeleton {
  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-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative; }

.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-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 */
.fc-time-grid-event .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-resizer:after {
  content: "="; }

/* Basic definitions */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

a, a:hover, a:focus, a:active, a:active:focus,
a a:visited {
  outline: 0 !important;
  outline-style: none; }

/* Bootstrap variables custom */
/* Modal */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn > .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn > .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn > .caret,
  .dropup > .btn > .caret,
  .submitted-claim-details-modal .modal-content .modal-action-btns .dropup > .close-btn > .caret,
  .submitted-claim-details-modal .modal-content .modal-action-btns .dropup > .save-as-draft-btn > .caret,
  .submitted-claim-details-modal .modal-content .modal-action-btns .dropup > .submit-claim-btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 900px; } }
  @media (min-width: 1200px) {
    .container {
      width: 900px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > input[type="date"].close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > input[type="date"].save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > input[type="date"].submit-claim-btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > input[type="time"].close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > input[type="time"].save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > input[type="time"].submit-claim-btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > input[type="datetime-local"].close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > input[type="datetime-local"].save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > input[type="datetime-local"].submit-claim-btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > input[type="month"].close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > input[type="month"].save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > input[type="month"].submit-claim-btn, .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > input[type="date"].close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > input[type="date"].save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > input[type="date"].submit-claim-btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > input[type="time"].close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > input[type="time"].save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > input[type="time"].submit-claim-btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > input[type="datetime-local"].close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > input[type="datetime-local"].save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > input[type="datetime-local"].submit-claim-btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > input[type="month"].close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > input[type="month"].save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > input[type="month"].submit-claim-btn, .input-group-lg
  input[type="month"] {
    line-height: 49px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > .form-control-static.close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > .form-control-static.save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > .form-control-static.submit-claim-btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > .form-control-static.close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > .form-control-static.save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > .form-control-static.submit-claim-btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > .close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > .save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > .submit-claim-btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > select.close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > select.save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > select.submit-claim-btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > textarea.close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > textarea.save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > textarea.submit-claim-btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > select[multiple].close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > select[multiple].save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > select[multiple].submit-claim-btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > .close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > .save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > .submit-claim-btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > select.close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > select.save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > select.submit-claim-btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > textarea.close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > textarea.save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > textarea.submit-claim-btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > select[multiple].close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > select[multiple].save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > select[multiple].submit-claim-btn {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > .close-btn + .form-control-feedback,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > .save-as-draft-btn + .form-control-feedback,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > .submit-claim-btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > .close-btn + .form-control-feedback,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > .save-as-draft-btn + .form-control-feedback,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > .submit-claim-btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:hover {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:focus, .btn.focus, .submitted-claim-details-modal .modal-content .modal-action-btns .focus.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .focus.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .focus.submit-claim-btn, .btn:active:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn:active:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:active:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:active:focus, .btn:active.focus, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn:active.focus, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:active.focus, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:active.focus, .btn.active:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .active.close-btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .active.save-as-draft-btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .active.submit-claim-btn:focus, .btn.active.focus, .submitted-claim-details-modal .modal-content .modal-action-btns .active.focus.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .active.focus.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .active.focus.submit-claim-btn {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:hover, .btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:focus, .btn.focus, .submitted-claim-details-modal .modal-content .modal-action-btns .focus.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .focus.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .focus.submit-claim-btn {
    color: #333;
    text-decoration: none; }
  .btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:active, .btn.active, .submitted-claim-details-modal .modal-content .modal-action-btns .active.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .active.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .active.submit-claim-btn {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .submitted-claim-details-modal .modal-content .modal-action-btns .disabled.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .disabled.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .disabled.submit-claim-btn, .btn[disabled], .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].submit-claim-btn, fieldset[disabled] .btn, fieldset[disabled] .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns fieldset[disabled] .close-btn, fieldset[disabled] .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns fieldset[disabled] .save-as-draft-btn, fieldset[disabled] .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns fieldset[disabled] .submit-claim-btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled, .submitted-claim-details-modal .modal-content .modal-action-btns a.disabled.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns a.disabled.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns a.disabled.submit-claim-btn, fieldset[disabled] a.btn, fieldset[disabled] .submitted-claim-details-modal .modal-content .modal-action-btns a.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns fieldset[disabled] a.close-btn, fieldset[disabled] .submitted-claim-details-modal .modal-content .modal-action-btns a.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns fieldset[disabled] a.save-as-draft-btn, fieldset[disabled] .submitted-claim-details-modal .modal-content .modal-action-btns a.submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns fieldset[disabled] a.submit-claim-btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-lg > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-lg > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-lg > .submit-claim-btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-sm > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-sm > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-sm > .submit-claim-btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-xs > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-xs > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-xs > .submit-claim-btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .submit-claim-btn,
  .btn-group-vertical > .btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .submit-claim-btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .close-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .save-as-draft-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .submit-claim-btn:hover, .btn-group > .btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .close-btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .save-as-draft-btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .submit-claim-btn:focus, .btn-group > .btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .close-btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .save-as-draft-btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .submit-claim-btn:active, .btn-group > .btn.active, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .active.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .active.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .active.submit-claim-btn,
    .btn-group-vertical > .btn:hover,
    .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .close-btn:hover,
    .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .save-as-draft-btn:hover,
    .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .submit-claim-btn:hover,
    .btn-group-vertical > .btn:focus,
    .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .close-btn:focus,
    .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .save-as-draft-btn:focus,
    .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .submit-claim-btn:focus,
    .btn-group-vertical > .btn:active,
    .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .close-btn:active,
    .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .save-as-draft-btn:active,
    .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .submit-claim-btn:active,
    .btn-group-vertical > .btn.active,
    .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .active.close-btn,
    .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .active.save-as-draft-btn,
    .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .active.submit-claim-btn {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .close-btn + .btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .save-as-draft-btn + .btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .submit-claim-btn + .btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .btn + .close-btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .close-btn + .close-btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .save-as-draft-btn + .close-btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .submit-claim-btn + .close-btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .btn + .save-as-draft-btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .close-btn + .save-as-draft-btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .save-as-draft-btn + .save-as-draft-btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .submit-claim-btn + .save-as-draft-btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .btn + .submit-claim-btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .close-btn + .submit-claim-btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .save-as-draft-btn + .submit-claim-btn, .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .submit-claim-btn + .submit-claim-btn,
.btn-group .btn + .btn-group,
.btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn + .btn-group,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .close-btn + .btn-group,
.btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn + .btn-group,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .save-as-draft-btn + .btn-group,
.btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn + .btn-group,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .submit-claim-btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group + .close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .btn-group + .close-btn,
.btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group + .save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .btn-group + .save-as-draft-btn,
.btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group + .submit-claim-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group .btn-group + .submit-claim-btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-toolbar .close-btn, .btn-toolbar .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-toolbar .save-as-draft-btn, .btn-toolbar .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-toolbar .submit-claim-btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-toolbar > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-toolbar > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-toolbar > .submit-claim-btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .close-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .save-as-draft-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .submit-claim-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .close-btn:first-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .save-as-draft-btn:first-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .submit-claim-btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .close-btn:first-child:not(:last-child):not(.dropdown-toggle), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .save-as-draft-btn:first-child:not(:last-child):not(.dropdown-toggle), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .submit-claim-btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .close-btn:last-child:not(:first-child), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .save-as-draft-btn:last-child:not(:first-child), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .submit-claim-btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .btn-group:not(:first-child):not(:last-child) > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .btn-group:not(:first-child):not(:last-child) > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .btn-group:not(:first-child):not(:last-child) > .submit-claim-btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .btn-group:first-child:not(:last-child) > .close-btn:last-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .btn-group:first-child:not(:last-child) > .save-as-draft-btn:last-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .btn-group:first-child:not(:last-child) > .submit-claim-btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .btn-group:last-child:not(:first-child) > .close-btn:first-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .btn-group:last-child:not(:first-child) > .save-as-draft-btn:first-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .btn-group:last-child:not(:first-child) > .submit-claim-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .close-btn + .dropdown-toggle, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .save-as-draft-btn + .dropdown-toggle, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .submit-claim-btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-lg.btn-group > .close-btn + .dropdown-toggle, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-lg.btn-group > .save-as-draft-btn + .dropdown-toggle, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-lg.btn-group > .submit-claim-btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-lg > .close-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-lg > .save-as-draft-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-lg > .submit-claim-btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-lg > .close-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .dropup .btn-group-lg > .close-btn .caret, .dropup .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-lg > .save-as-draft-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .dropup .btn-group-lg > .save-as-draft-btn .caret, .dropup .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-lg > .submit-claim-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .dropup .btn-group-lg > .submit-claim-btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .submit-claim-btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group > .close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group > .save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group > .submit-claim-btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group > .submit-claim-btn {
  float: none; }
.btn-group-vertical > .btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .close-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .save-as-draft-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .submit-claim-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .close-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .save-as-draft-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .submit-claim-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .close-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .save-as-draft-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .submit-claim-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .close-btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .save-as-draft-btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .submit-claim-btn + .submit-claim-btn,
.btn-group-vertical > .btn + .btn-group,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .close-btn + .btn-group,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .save-as-draft-btn + .btn-group,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .submit-claim-btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group + .close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group + .save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group + .submit-claim-btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .close-btn:not(:first-child):not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .save-as-draft-btn:not(:first-child):not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .submit-claim-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .close-btn:first-child:not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .save-as-draft-btn:first-child:not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .submit-claim-btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .close-btn:last-child:not(:first-child), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .save-as-draft-btn:last-child:not(:first-child), .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .submit-claim-btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .submit-claim-btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group:first-child:not(:last-child) > .close-btn:last-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group:first-child:not(:last-child) > .save-as-draft-btn:last-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group:first-child:not(:last-child) > .submit-claim-btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group:last-child:not(:first-child) > .close-btn:first-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group:last-child:not(:first-child) > .save-as-draft-btn:first-child, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-vertical > .btn-group:last-child:not(:first-child) > .submit-claim-btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-justified > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-justified > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-justified > .submit-claim-btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-justified > .btn-group .close-btn, .btn-group-justified > .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-justified > .btn-group .save-as-draft-btn, .btn-group-justified > .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-justified > .btn-group .submit-claim-btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], .submitted-claim-details-modal .modal-content .modal-action-btns [data-toggle="buttons"] > .close-btn input[type="radio"], .submitted-claim-details-modal .modal-content .modal-action-btns [data-toggle="buttons"] > .save-as-draft-btn input[type="radio"], .submitted-claim-details-modal .modal-content .modal-action-btns [data-toggle="buttons"] > .submit-claim-btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.submitted-claim-details-modal .modal-content .modal-action-btns [data-toggle="buttons"] > .close-btn input[type="checkbox"],
.submitted-claim-details-modal .modal-content .modal-action-btns [data-toggle="buttons"] > .save-as-draft-btn input[type="checkbox"],
.submitted-claim-details-modal .modal-content .modal-action-btns [data-toggle="buttons"] > .submit-claim-btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.submitted-claim-details-modal .modal-content .modal-action-btns [data-toggle="buttons"] > .btn-group > .close-btn input[type="radio"],
.submitted-claim-details-modal .modal-content .modal-action-btns [data-toggle="buttons"] > .btn-group > .save-as-draft-btn input[type="radio"],
.submitted-claim-details-modal .modal-content .modal-action-btns [data-toggle="buttons"] > .btn-group > .submit-claim-btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.submitted-claim-details-modal .modal-content .modal-action-btns [data-toggle="buttons"] > .btn-group > .close-btn input[type="checkbox"],
.submitted-claim-details-modal .modal-content .modal-action-btns [data-toggle="buttons"] > .btn-group > .save-as-draft-btn input[type="checkbox"],
.submitted-claim-details-modal .modal-content .modal-action-btns [data-toggle="buttons"] > .btn-group > .submit-claim-btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > .input-group-addon.close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > .input-group-addon.save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-sm > .input-group-btn > .input-group-addon.submit-claim-btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > .input-group-addon.close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > .input-group-addon.save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-lg > .input-group-btn > .input-group-addon.submit-claim-btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .submit-claim-btn,
.input-group-btn:first-child > .btn-group > .btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .btn-group > .close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .btn-group > .save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .btn-group > .submit-claim-btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .close-btn:not(:last-child):not(.dropdown-toggle),
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .save-as-draft-btn:not(:last-child):not(.dropdown-toggle),
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .submit-claim-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .btn-group:not(:last-child) > .close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .btn-group:not(:last-child) > .save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .btn-group:not(:last-child) > .submit-claim-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .submit-claim-btn,
.input-group-btn:last-child > .btn-group > .btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .btn-group > .close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .btn-group > .save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .btn-group > .submit-claim-btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .close-btn:not(:first-child),
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .save-as-draft-btn:not(:first-child),
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .submit-claim-btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .btn-group:not(:first-child) > .close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .btn-group:not(:first-child) > .save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .btn-group:not(:first-child) > .submit-claim-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .submit-claim-btn {
    position: relative; }
    .input-group-btn > .btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .close-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .save-as-draft-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .submit-claim-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .close-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .save-as-draft-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .submit-claim-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .close-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .save-as-draft-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .submit-claim-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .close-btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .save-as-draft-btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .submit-claim-btn + .submit-claim-btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .close-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .save-as-draft-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .submit-claim-btn:hover, .input-group-btn > .btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .close-btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .save-as-draft-btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .submit-claim-btn:focus, .input-group-btn > .btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .close-btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .save-as-draft-btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn > .submit-claim-btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:first-child > .submit-claim-btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .input-group-btn:last-child > .submit-claim-btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-sm > .navbar-btn.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-sm > .navbar-btn.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-sm > .navbar-btn.submit-claim-btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-xs > .navbar-btn.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-xs > .navbar-btn.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-xs > .navbar-btn.submit-claim-btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn .badge, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn .badge, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-xs > .close-btn .badge, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-xs > .save-as-draft-btn .badge, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-xs > .submit-claim-btn .badge, .btn-group-xs > .btn .badge, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-xs > .close-btn .badge, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-xs > .save-as-draft-btn .badge, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-xs > .submit-claim-btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn .label, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn .label, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.close {
  float: right;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .carousel-caption .close-btn, .carousel-caption .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .carousel-caption .save-as-draft-btn, .carousel-caption .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .carousel-caption .submit-claim-btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #dadada; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .close-btn + .btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .save-as-draft-btn + .btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .submit-claim-btn + .btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn + .close-btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .close-btn + .close-btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .save-as-draft-btn + .close-btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .submit-claim-btn + .close-btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn + .save-as-draft-btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .close-btn + .save-as-draft-btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .save-as-draft-btn + .save-as-draft-btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .submit-claim-btn + .save-as-draft-btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn + .submit-claim-btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .close-btn + .submit-claim-btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .save-as-draft-btn + .submit-claim-btn, .modal-footer .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .submit-claim-btn + .submit-claim-btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .close-btn + .btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .save-as-draft-btn + .btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn + .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .submit-claim-btn + .btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .btn + .close-btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .close-btn + .close-btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .save-as-draft-btn + .close-btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn + .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .submit-claim-btn + .close-btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .btn + .save-as-draft-btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .close-btn + .save-as-draft-btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .save-as-draft-btn + .save-as-draft-btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn + .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .submit-claim-btn + .save-as-draft-btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .btn + .submit-claim-btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .close-btn + .submit-claim-btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .save-as-draft-btn + .submit-claim-btn, .modal-footer .btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn + .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-footer .btn-group .submit-claim-btn + .submit-claim-btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show, .modal-incorrect__body__btn-ok, .modal-appoint-info .table-info__cell a, .dropdown-wrapper .dropdown-menu.specialties-list li a {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/* Import all files in folder helper */
/* Font-family */
/* Base colors */
/* screen size*/
/* Mixin definitions */
/* Convert from px to em */
/* Function convert from px to em */
/* Mixin for font face */
/* Centered */
/* Border radius */
/* Background image mixin
 * $image: is name and type of image
 */
/* font family */
@font-face {
  font-family: "HelveticaNeue";
  src: url("assets/fonts/HelveticaNeue.eot");
  src: url("assets/fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HelveticaNeue.woff") format("woff"), url("assets/fonts/HelveticaNeue.ttf") format("truetype"), url("assets/fonts/HelveticaNeue.svg#") format("svg"); }
@font-face {
  font-family: "HelveticaNeue-Bold";
  src: url("assets/fonts/HelveticaNeue-Bold.eot");
  src: url("assets/fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HelveticaNeue-Bold.woff") format("woff"), url("assets/fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("assets/fonts/HelveticaNeue-Bold.svg#") format("svg"); }
@font-face {
  font-family: "HelveticaNeue-Medium";
  src: url("assets/fonts/HelveticaNeue-Medium.eot");
  src: url("assets/fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HelveticaNeue-Medium.woff") format("woff"), url("assets/fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("assets/fonts/HelveticaNeue-Medium.svg#") format("svg"); }
@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("assets/fonts/HelveticaNeue-Light.eot");
  src: url("assets/fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HelveticaNeue-Light.woff") format("woff"), url("assets/fonts/HelveticaNeue-Light.ttf") format("truetype"), url("assets/fonts/HelveticaNeue-Light.svg#") format("svg"); }
@font-face {
  font-family: "GothamRoundedMedium";
  src: url("assets/fonts/GothamRoundedMedium.eot");
  src: url("assets/fonts/GothamRoundedMedium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/GothamRoundedMedium.woff") format("woff"), url("assets/fonts/GothamRoundedMedium.ttf") format("truetype"), url("assets/fonts/GothamRoundedMedium.svg#") format("svg"); }
@font-face {
  font-family: "GothamRoundedBold";
  src: url("assets/fonts/GothamRoundedBold.eot");
  src: url("assets/fonts/GothamRoundedBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/GothamRoundedBold.woff") format("woff"), url("assets/fonts/GothamRoundedBold.ttf") format("truetype"), url("assets/fonts/GothamRoundedBold.svg#") format("svg"); }
@font-face {
  font-family: "Roboto-Bold";
  src: url("assets/fonts/Roboto-Bold.eot");
  src: url("assets/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto-Bold.woff") format("woff"), url("assets/fonts/Roboto-Bold.ttf") format("truetype"), url("assets/fonts/Roboto-Bold.svg#") format("svg"); }
@font-face {
  font-family: "Roboto-Light";
  src: url("assets/fonts/Roboto-Light.eot");
  src: url("assets/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto-Light.woff") format("woff"), url("assets/fonts/Roboto-Light.ttf") format("truetype"), url("assets/fonts/Roboto-Light.svg#") format("svg"); }
@font-face {
  font-family: "Roboto-Medium";
  src: url("assets/fonts/Roboto-Medium.eot");
  src: url("assets/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto-Medium.woff") format("woff"), url("assets/fonts/Roboto-Medium.ttf") format("truetype"), url("assets/fonts/Roboto-Medium.svg#") format("svg"); }
@font-face {
  font-family: "Roboto-Regular";
  src: url("assets/fonts/Roboto-Regular.eot");
  src: url("assets/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto-Regular.woff") format("woff"), url("assets/fonts/Roboto-Regular.ttf") format("truetype"), url("assets/fonts/Roboto-Regular.svg#") format("svg"); }
/* Global extend definitions */
/* Class extend color */
.availability__select-title, .modal-login, .modal-login .toggle-remember, .modal-incorrect--phone-number, .profile__list-info__photo-title, .dashboard__chart-indices .chart-total-number, button.btn-primary, button.btn-primary:hover, button.btn-primary:active, button.btn-primary:focus, button.btn-primary:active:hover, button.btn-primary:active:focus, .open > .btn-primary.dropdown-toggle,
.open > .btn-primary.dropdown-toggle:active,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #000; }

/* Class extend font-family */
.thankyou__heading, .thankyou__desc, .thankyou__message-heading, .thankyou__message-desc {
  font-family: 'Open Sans', sans-serif; }

body, .tabs-nav__list__title--password, .textbox-lg, .modal .modal-header .close, .modal-appoint-info .table-info, .availability__date .date-time, .availability__select-title, .toggle-custom__desc, .profile__header--link, .practice-location-discription, .modal-info__name, .modal-info__value, .modal-info__link, .modal-info__description, .modal-info__download, .modal-info__alert, .modal-info__lisence-upload, .modal-info--credential__body .modal-info__text-field, .dropdown-wrapper .btn, .dropdown-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .close-btn, .dropdown-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .save-as-draft-btn, .dropdown-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .submit-claim-btn, .dropdown-wrapper .dropdown-menu li .auto-complete, .modal-info__content--tab a, .modal-info .text-notify p, .modal-info--advance__add-file, .modal-info--advance__file-name, .modal-info--advance__text-field, .modal-info--advance__text-field--short, .modal-info--advance__btn--delete, .error-message, .contact__value, .contact__text-field, .register__steps-title, .register .profile__col, .register .registration-discription, .collapse__col-title, .collapse__col-day, .appointment-detail .appointment-actions__direction, .appointment-detail .appointment-actions__remind, .appointment-detail .appointment-actions__remind--content, .appointment-detail .seen-doctor-label, .other-location .address-info__desc address, .location-address .address-info__desc address, .modal-incorrect--notify, .dashboard__chart-indices .chart-total-number, .dashboard__chart-indices .chart-info, .modal-medical-certificate .modal-info__text-notify, .modal-medical-certificate .section-info--date-time, .modal-refer-doctor .modal-info--refer__add-file, .modal-refer-doctor .modal-info--refer__text-field, .modal-refer-doctor .dropdown-menu .suggest-doctor-link, .fc-axis.fc-time span, .fc-day-header.fc-widget-header, .fc-toolbar h2, button.btn-primary, .dropdown-menu li a {
  font-family: "HelveticaNeue"; }

.btn-blue, .modal .modal-body, .badge, .table__date, .current-mode, .profile__heading, .dropdown-wrapper .dropdown-menu li .is-highlight, .register .profile__heading .profile__col, .register .asterick, .alerts__label, .modal-login .incorrect-message span, .terms-of-use .term__title, .terms-of-use .term__sub-title, .terms-of-use .term ul .term__content strong, .terms-of-use .term .indicator, .modal-medical-certificate .modal-info__value, .all-doctors .is-bold .table__col {
  font-family: "HelveticaNeue-Bold"; }

.btn__success, .btn__pause, .tabs-nav__list li a, .btn-red,
.btn-gray,
.modal-info--confirm.modal .btn--cancel,
.modal-info__btn--cancel,
.modal-info--advance__btn--cancel,
.btn-green,
.modal-info--confirm.modal .btn--save,
.modal-info__btn--save,
.modal-info__btn--send,
.modal-password__btn-send,
.btn-purple, .heading__content--title, .profile__header--title, .profile__list-info__name, .modal-info__title, .modal-info__title-sm, .modal-info--tabs .nav-tabs li a, .contact__name, .modal-login .incorrect-message, .appointment-detail__title, .appointment-detail .section-info__title, .appointment-detail .appointment-actions .first-group .btn-refer, .modal-incorrect--message-change, .modal-incorrect--phone-number, .modal-incorrect--pin-number input[type='text'], .modal-incorrect--send-pin, .modal-incorrect--confirmation, .medical-news__item_title a, .medical-news__item_read-more {
  font-family: "HelveticaNeue-Medium"; }

.profile__list-info__value, .availability__col--day .day--number,
.availability__col--day .day--name, .filter__title {
  font-family: "HelveticaNeue-Light"; }

/* Class extend for text style */
.all-doctors .heading__content--title {
  text-transform: none; }

.btn__success--edit, .btn__success--update, .btn__pause--cancel, .profile__col .operating-hour .is-ph, .appointment-btn-group, .print-appt, .collapse__content .is-ph, .terms-of-use .term__title, .terms-of-use .term__sub-title, .dashboard__chart-indices .chart-info, .filter .modal-info__btn--save {
  text-transform: uppercase; }

.tabs-nav__list li a, .heading__content--title, .profile__col .operating-hour__col, .thankyou__heading span, .collapse__col-title, .collapse__col-day, .main-header__main-nav li a, .main-header__logout-nav li a, .all-doctors__col--name, .referral-content--wrap-button .btn-refer {
  text-transform: capitalize; }

.modal, .current-mode, .availability__date .date-time, .profile__col .operating-hour__col--sm, .modal-info--base, .modal-info--confirm.modal .modal-dialog, .thankyou__header-info, .thankyou__message-content, .alerts__info .table__col, .availability__col--day, .availability__add-slot, .collapse__col-space, .calendar-wrapper--datepicker .text-center, .main-header__logout-nav .dropdown-menu, .modal-login .toggle-remember, .modal-login .practice-list, .other-location .modal-info__description, .modal-info__description, .terms-of-use .term__title, .modal-incorrect--confirmation-btn, .filter__title, .medical-news__error, .fc-toolbar h2, .conflict-location, .pagination-wrapper, .pagination-wrapper .pagination > li > a {
  text-align: center; }

.modal .modal-dialog, .dropdown-wrapper .btn, .dropdown-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .close-btn, .dropdown-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .save-as-draft-btn, .dropdown-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .submit-claim-btn, .tooltip__wrapper .tooltip .tooltip-inner, .main-footer__copy-right, .modal-login .incorrect-message, .dashboard .select-box--change-time .text-value, .dashboard .statistic-lable, .conflict-location p {
  text-align: left; }

.availability__select-title, .modal-info--general__wrapper-btn, .modal-info--tabs__delete, .modal-info--tabs__btn-wrapper, .modal-info--time-off__button, .alerts__btn-group, .main-header__logout-nav > li > a, .main-header__logout-nav > li > a:focus, .main-footer__menu, .modal-login .forgot-password, .onoffswitch-inner:after {
  text-align: right; }

.btn__success, .btn__pause, .tabs-nav__list li a, .profile__list-info li a, .profile__col a, .modal-info--general a[href^="mailto"], .modal-info--tabs__delete a, .modal-info--advance__btn--delete, .contact__value a, .thankyou__remove-invite, .alerts__col--alerts, .availability__table a, .availability__phone-number, .availability__phone-number:hover, .availability__phone-number:focus, .availability__add-slot, .availability__add-slot:hover, .availability__add-slot:focus, .main-header__main-nav li, .main-header__logout-nav li, .appointment-detail .patient-info a, .appointment-detail .appointment-actions__remind--btn-delete, .modal-info__link-contact, .modal-refer-doctor .modal-info--refer__phone, .referral-content__value--contact__phone, .referral-content__value--contact__mail, .referral-content .disable-link, .referral-content .disable-link:hover, .medical-news__item_title a, .medical-news__item_read-more, .btn__success:hover, .btn__pause:hover, .tabs-nav__list li a:hover, .profile__list-info li a:hover, .profile__col a:hover, .modal-info--general a[href^="mailto"]:hover, .modal-info--tabs__delete a:hover, .modal-info--advance__btn--delete:hover, .contact__value a:hover, .thankyou__remove-invite:hover, .alerts__col--alerts:hover, .availability__table a:hover, .availability__phone-number:hover, .availability__add-slot:hover, .main-header__main-nav li:hover, .main-header__logout-nav li:hover, .appointment-detail .patient-info a:hover, .appointment-detail .appointment-actions__remind--btn-delete:hover, .modal-info__link-contact:hover, .modal-refer-doctor .modal-info--refer__phone:hover, .referral-content__value--contact__phone:hover, .referral-content__value--contact__mail:hover, .referral-content .disable-link:hover, .medical-news__item_title a:hover, .medical-news__item_read-more:hover, .btn__success:focus, .btn__pause:focus, .tabs-nav__list li a:focus, .profile__list-info li a:focus, .profile__col a:focus, .modal-info--general a[href^="mailto"]:focus, .modal-info--tabs__delete a:focus, .modal-info--advance__btn--delete:focus, .contact__value a:focus, .thankyou__remove-invite:focus, .alerts__col--alerts:focus, .availability__table a:focus, .availability__phone-number:focus, .availability__add-slot:focus, .main-header__main-nav li:focus, .main-header__logout-nav li:focus, .appointment-detail .patient-info a:focus, .appointment-detail .appointment-actions__remind--btn-delete:focus, .modal-info__link-contact:focus, .modal-refer-doctor .modal-info--refer__phone:focus, .referral-content__value--contact__phone:focus, .referral-content__value--contact__mail:focus, .referral-content .disable-link:focus, .medical-news__item_title a:focus, .medical-news__item_read-more:focus {
  text-decoration: none; }

.tabs-nav__list, .main-footer__menu, .all-doctors__filters .list-filter {
  list-style: none; }

.tabs-nav__list__title--password:hover, .tabs-nav__list__title--password:focus, .profile__header--link:hover, .profile__header--link:focus, .profile__col--panel .profile__header--link-panel:hover, .profile__col--panel .profile__header--link-panel:focus, .profile__col--panel .profile__header--link-panel:active, .alerts .new-appointment .can-click:hover,
.alerts .upcoming-appointment .can-click:hover, .modal-login .practice-list__link, .modal-refer-doctor .dropdown-menu .suggest-doctor-link a, .modal-refer-doctor .dropdown-menu .suggest-doctor-link a:hover, .referral-content__value--leter__link, .referral-content__value--leter__link:hover {
  text-decoration: underline; }

.modal .modal-header .close {
  text-shadow: none; }

.dropdown-wrapper .text-value, .modal-info--general a[href^="mailto"], .modal-info--tabs .insurance-file-upload .modal-info--advance__file-name .text-value, .location-lisence, .main-header__main-nav li .text-value, .main-header__logout-nav li .text-value, .all-doctors .table__col .location-name, .referral-content__value--contact__mail {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Class extend for vertical align */
.modal:before,
.modal .modal-dialog, .heading__content--title, .heading__content--tabs, .toggle-custom__desc, .main-footer__copy-right, .main-footer__menu, .profile__list-info__photo img, .dashboard__statistic__box__total {
  vertical-align: middle; }

.fc-toolbar h2 {
  vertical-align: bottom; }

/* Class extend for position */
.btn__arrow, .modal .modal-header, .heading, .availability .is-lock, .toggle-custom__desc, .profile__col, .modal-info--tabs .insurance-add-file, .appointment-btn-group, .appointments .container, .register .profile__table, .register .education-form, .thankyou .container, .thankyou__content .row, .thankyou__message .container, .alerts__table, .tooltip__wrapper, .collapse__toggle .onoffswitch, .calendar-wrapper--datepicker, .appointment-detail .seen-doctor-label, .modal-password__change-password, .modal-password__forgot-password, .modal-info__doctor-photo, .sk-fading-circle, .onoffswitch, .all-doctors__filters .search-box {
  position: relative; }

.modal-overlay, .modal .modal-header .close, .heading__underline, .current-mode, .availability .is-lock:after, .toggle-custom__desc::before, .toggle-custom__desc::after, .profile__col .not-approved, .profile__col .edit-operating-hour, .select-box-custom .arrow-sm, .modal-info--tabs .modal-header .close, .modal-info--tabs__select .text-approved, .modal-info--tabs .insurance-add-file .tooltip__wrapper .tooltip, .appointment-header, .edit-practice-location, .thankyou__remove-invite, .thankyou__message-content, .calendar-wrapper--datepicker .caret, .appointment-detail__header .edit-appointment, .appointment-detail .section-info::after, .appointment-detail .appointment-actions__remind--btn-delete, .modal-info__doctor-photo .close, .modal-info .edit-photo, .modal-info__indicator, .sk-fading-circle .sk-circle, .onoffswitch-switch, .all-doctors__filters .btn-remove, .btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn .caret {
  position: absolute; }

.main-indicator, .backdrop, .profile .indicator__content, .contact .modal-dialog, .thankyou__message, .main-footer {
  position: fixed; }

.modal-overlay, .availability .is-lock:after, .toggle-custom__desc::before, .toggle-custom__desc::after, .dropdown-wrapper .dropdown-menu, .select-box-custom .dropdown-menu, .thankyou__message, .modal-info__indicator, .sk-fading-circle .sk-circle {
  left: 0; }

.modal .modal-header .close, .heading__underline, .availability .is-lock:after, .select-box-custom .dropdown-menu, .appointment-header, .thankyou__message, .modal-password__forgot-password .row:last-child {
  right: 0; }

.modal-overlay, .backdrop, .availability .is-lock:after, .toggle-custom__desc::after, .appointment-header, .thankyou__message, .modal-info__doctor-photo .close, .modal-info__indicator, .sk-fading-circle .sk-circle {
  top: 0; }

.backdrop, .heading__underline, .availability .is-lock:after, .thankyou__message, .main-footer, .modal-info .edit-photo {
  bottom: 0; }

/* Class extend for display */
.btn__arrow, .modal:before,
.modal .modal-dialog, .availability__date .date-time, .toggle-custom__desc, .toggle-custom__desc::before, .toggle-custom__desc::after, .profile__col .operating-hour__col, .select-box-custom .arrow-sm, .modal-info--general__section.space .modal-info__link, .modal-info--tabs .insurance-file-upload .modal-info--advance__file-name .text-value, .modal-info--advance__file-name, .thankyou__message-icon, .availability__btn--remove, .is-updating .availability__menu-clear-all, .tooltip__wrapper, .collapse__row, .collapse__col, .collapse__col-select-box, .main-header__main-nav li .text-value, .main-header__logout-nav li .text-value, .main-header .doctor-name .icon-list, .appointment-detail .appointment-actions__remind .icon-alarm, .appointment-detail .add-to-calendar, .other-location .modal-info__link, .profile__list-info--photo-hospital li, .dashboard__chart-indices li, .dashboard__chart-indices span, .fc-agendaDay-view .fc-insurance,
.fc-agendaDay-view .fc-location,
.fc-agendaDay-view .fc-appt-type, .select-group__select {
  display: inline-block; }

.badge, .main-footer__menu li, .modal-refer-doctor .dropdown-menu .suggest-doctor-link a {
  display: inline; }

.modal-appoint-info .table-info, .heading__content, .main-footer__content {
  display: table; }

.modal-appoint-info .table-info__row {
  display: table-row; }

.modal-appoint-info .table-info__cell, .heading__content--title, .heading__content--tabs, .main-footer__copy-right, .main-footer__menu, .dashboard__statistic__box__total {
  display: table-cell; }

.availability .error-message, .availability__update ~ .availability__view, .modal-info--credential__body .section-credential--hidden, .modal-info--advance__add-file input, .modal-info--advance__file-name input, .contact__wrapper, .register__wrapper, .register .carousel-indicators, .register .disablePrev .left.carousel-control, .register .disableNext .right.carousel-control, .availability__in-day--empty .availability__btn--remove, .availability .edit, .availability__add-slot, .availability__menu-clear-all,
.availability__menu, .is-updating .availability__edit-button, .tooltip__wrapper .tooltip, .calendar-wrapper--datepicker .btn.pull-left i, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-left.close-btn i, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-left.close-btn i, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-left.save-as-draft-btn i, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-left.save-as-draft-btn i, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-left.submit-claim-btn i, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-left.submit-claim-btn i,
.calendar-wrapper--datepicker .btn.pull-right i,
.calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-right.close-btn i,
.submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-right.close-btn i,
.calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-right.save-as-draft-btn i,
.submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-right.save-as-draft-btn i,
.calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-right.submit-claim-btn i,
.submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-right.submit-claim-btn i, .appointment-detail .appointment-actions__remind--btn-delete, .modal-info__doctor-photo .close, .modal-info .edit-photo, .modal-info .edit-photo input[type='file'], .onoffswitch-checkbox, .modal-refer-doctor .modal-info--refer__add-file .upload-letter, .fc-insurance,
.fc-location,
.fc-appt-type, .fc-agendaDay-view .fc-time-grid-event.fc-short .fc-time:after {
  display: none; }

.availability .show-error-messages .error-message, .availability .is-lock:after, .modal-info--credential__body .is-adding, .dropdown-wrapper .text-value, .modal-info--general a[href^="mailto"], .contact, .contact__wrapper.show, .contact__wrapper.modal-incorrect__body__btn-ok, .modal-appoint-info .table-info__cell a.contact__wrapper, .dropdown-wrapper .dropdown-menu.specialties-list li a.contact__wrapper, .contact .modal-dialog, .register__wrapper.show, .register__wrapper.modal-incorrect__body__btn-ok, .modal-appoint-info .table-info__cell a.register__wrapper, .dropdown-wrapper .dropdown-menu.specialties-list li a.register__wrapper, .availability__in-day:hover .availability__add-slot, .availability .view, .is-updating .availability__menu,
.is-updating .edit, .is-mobile .availability__in-day .availability__add-slot, .tooltip__wrapper:hover .tooltip, .modal-login .forgot-password, .toggle-accept-term .toggle-custom__checkbox, .appointment-detail .appointment-actions__remind--content:hover .appointment-actions__remind--btn-delete, .modal-info__doctor-photo:hover label.edit-photo, .modal-info__doctor-photo:hover .close, .modal-info .photo, .sk-fading-circle .sk-circle:before, .dashboard .select-box--change-time .text-value, .dashboard__statistic__box__icon .statistic-icon, .dashboard .statistic-lable, .onoffswitch-label, .onoffswitch-inner, .onoffswitch-inner:before, .onoffswitch-inner:after, .onoffswitch-switch, .all-doctors .table__col .location-name, .referral-content__value--contact__phone, .referral-content__value--contact__mail {
  display: block; }

.profile__list-info > li, .modal-info--time-off__btn-wrapper, #btn-select-location, .thankyou__header, .main-footer__content, .modal-password .modal-body, .profile__list-info__photo, .onoffswitch-label {
  overflow: hidden; }

/* Class extend for margin/padding */
.modal-appoint-info .table-info__cell__content, .availability__select-title, .profile__list-info__name, .profile__list-info__value, .profile__list-info--list-value li, .modal-info--base__list, .modal-info__value, .contact .modal-dialog, .thankyou__desc, .thankyou__message-desc, .alerts__label, .appointment-detail .appointment-actions__direction, .modal-incorrect--phone-number, .filter__title, h2, .dropdown-menu, .pagination-wrapper .pagination {
  margin: 0; }

.modal-incorrect__body__message, .modal-info--advance__add-file.add-location-lisence, .register .modal-info--credential__body .modal-info__alert, .register .modal-info--credential__body .section-credential--link, .register .modal-info--credential__body .section-credential--add, .register .modal-info__wrapper-btn, .collapse__col-title, .collapse__col-day, .appointment-detail .appointment-actions__remind, .appointment-detail .appointment-actions__remind--content, .forgot-password__desc, .modal-password__desc, .modal-thank-update .modal-info__title {
  margin-bottom: 0; }

.modal .modal-header .close, .modal-incorrect__body__message, .modal-appoint-info .modal-title, .modal-info__title, .modal-info__title-sm, .register__steps, .register .profile__table, .appointment-detail__title, .appointment-detail .appointment-actions__remind--content, .forgot-password__desc, .modal-password__title, .modal-password__sub-title, .modal-password__desc, .terms-of-use .term__sub-title, .terms-of-use .term ul, .terms-of-use .term ul .term__content p, .modal-medical-certificate .modal-info__text-notify {
  margin-top: 0; }

.other-location .row, .forgot-password .row, .modal-password .row, .profile__list-info--photo-hospital li:last-child, .dashboard__chart-indices li:last-child, .modal-medical-certificate .modal-info--advance__btn--cancel, .grouping-header .main-header__main-nav {
  margin-right: 0; }

.modal-info--tabs .insurance-add-file, .modal-info--advance__file-name, .modal-info--advance__add-file.add-location-lisence, .register .other-information-forms .modal-info--advance__add-file, .other-location .row, .forgot-password .row, .modal-password .row, .all-doctors__col--view-lg .tooltip__wrapper {
  margin-left: 0; }

.profile .container, .profile__list-info, .profile__list-info--list-value, .modal-info--base__list, .modal-info--tabs .modal-header, .modal-info--appointment .tab-pane, .register .modal-info--credential__body, .alerts .container, .availability .container, .appointment-detail .appointment-actions__remind--content input.date-picker, .audit .container, .all-doctors .container, .appointments .container, .dropdown-menu {
  padding: 0; }

.tabs-nav__list, .heading .container, .register__steps, .main-header .container,
.main-header .navbar, .main-footer .container, .main-footer__menu, .other-location .row .col-sm-12, .other-location .row .col:first-child, .modal-thank-update .modal-incorrect--notify, .terms-of-use .term ul, .dashboard .container {
  padding-left: 0; }

.heading .container, .modal-info--appointment__content .col-sm-8, .main-header .container,
.main-header .navbar, .main-footer .container, .other-location .row .col-sm-12, .other-location .row .col:last-child, .modal-thank-update .modal-incorrect--notify, .dashboard .container {
  padding-right: 0; }

.modal .modal-header {
  padding-top: 0; }

.modal-info--service__panelship .panelship-name, .forgot-password .modal-info__name, .modal-password .modal-info__name {
  padding-bottom: 0; }

/* Class extend for border */
.modal .modal-content, .select-box-custom .dropdown-toggle, .modal-info--tabs .nav-tabs li.active a, .modal-info--tabs .nav-tabs li:first-child a, .modal-info--tabs .nav-tabs li:first-child a:hover, .modal-info--tabs .nav-tabs li:first-child a:focus, .modal-info--tabs .nav-tabs li:last-child a, .modal-info--tabs .nav-tabs li:last-child a:hover, .modal-info--tabs .nav-tabs li:last-child a:focus, .availability__select, .calendar-wrapper--datepicker .btn-sm, .calendar-wrapper--datepicker .btn-group-sm > .btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-sm > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .btn-group-sm > .close-btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-sm > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .btn-group-sm > .save-as-draft-btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-sm > .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .btn-group-sm > .submit-claim-btn, .calendar-wrapper--datepicker .btn.pull-left, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-left.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-left.close-btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-left.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-left.save-as-draft-btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-left.submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-left.submit-claim-btn,
.calendar-wrapper--datepicker .btn.pull-right,
.calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-right.close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-right.close-btn,
.calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-right.save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-right.save-as-draft-btn,
.calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-right.submit-claim-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-right.submit-claim-btn, .modal-login .btn-sign-in, .appointment-detail .appointment-actions__remind--content input.date-picker, .modal-incorrect--pin-number input[type='text'], .navbar {
  border: none; }

.modal .modal-header, .dropdown-menu li:last-child {
  border-bottom: none; }

.profile__heading .profile__col, .availability__header .availability__col--day {
  border-right: none; }

.contact__text-field, .contact__text-field:hover, .contact__text-field:focus {
  border-radius: 0; }

button.btn-primary, button.btn-primary:hover, button.btn-primary:active, button.btn-primary:focus, button.btn-primary:active:hover, button.btn-primary:active:focus, .dropdown-menu {
  border-color: #ccc; }

/* Class extend for background */
.availability__header .availability__col--day, .availability__select, .main-header__logout-nav .dropdown-menu > li a, .main-header__logout-nav .dropdown-menu > li a:hover, .main-header__logout-nav > .open a, .main-header__logout-nav > .open a:focus, .main-header__logout-nav > .open a:hover, .nav li a:hover, .nav li a:focus {
  background-color: transparent; }

button.btn-primary, button.btn-primary:hover, button.btn-primary:active, button.btn-primary:focus, button.btn-primary:active:hover, button.btn-primary:active:focus {
  background-color: #fff; }

/* Class extend for font */
.toggle-custom__desc, .profile__header--title, .profile__header--link, .modal-info__title, .modal-info__title-sm, .appointment-detail .seen-doctor-label, .forgot-password__label, .terms-of-use .term ul .term__content strong {
  font-weight: normal; }

/* Class extend for float */
.availability__date, .availability__select-option, .availability__select-title, .profile__header--title, .profile__list-info__name, .profile__list-info__value, .dropdown-wrapper .dropdown-specialty, .dropdown-group .btn-group, .modal-info--tabs .nav-justified > li, .modal-info--tabs__select, .modal-info--tabs__delete, .modal-info--advance__text-field, .modal-info--advance__text-field--short, .modal-info--appointment__time, .modal-info--appointment__date, .modal-info--time-off__btn-wrapper .modal-info__btn--cancel, .appointments .dropdown, .contact__info, .contact__form, .thankyou__form-wrapper, .terms-of-use .term ul .term__content, .terms-of-use .term .indicator, .dashboard__statistic li, .dashboard__statistic__box__icon, .onoffswitch-inner:before, .onoffswitch-inner:after, .all-doctors__filters .search-wrapper, .all-doctors__filters .search-box, .all-doctors__filters .list-filter, .all-doctors__filters .list-filter li, .medical-news__item_thumbnail, .medical-news__item_content, .fc-toolbar h2 {
  float: left; }

.availability__button, .profile__header--link, .modal-info--advance__btn--delete, .modal-info--advance__btn--cancel, .modal-info--advance__btn--save, .modal-info--time-off__btn-wrapper .modal-info__btn--save, .appointment-btn-group, .thankyou__logo, .availability__btn--remove, .main-header .wrapper-menu, .main-header__logout-nav .caret, .dashboard__statistic__box__total, .referral-content .referral-total, .medical-news__filter {
  float: right; }

.modal-info__text-field:focus, .form-control:focus, .btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:focus, .btn:focus:active, .modal .modal-header .close:focus, .dropdown-wrapper .text-value:focus, .availability__select:focus, .calendar-wrapper--datepicker .ng-isolate-scope table:focus, .main-header__main-nav li.active:focus, .main-header__logout-nav li.active:focus, .appointment-detail .appointment-actions__remind--content input.date-picker:focus, .profile__doctor-photo img:focus, .modal-info .edit-photo:focus, .all-doctors__filters .btn-search:focus {
  outline: none; }

/* Class extend for box */
.modal .modal-content, .modal-info--credential__body .section-credential--add input:required, .dropdown-wrapper .dropdown-menu, .modal-info--appointment__date input, .main-header__logout-nav .dropdown-menu, .btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:active {
  box-shadow: none; }

/* Cursor */
.btn__success, .btn__pause, .modal .modal-header .close, .profile__col .edit-operating-hour, .modal-info__link, .register .carousel-control.left,
.register .carousel-control.right, .edit-practice-location, .alerts .new-appointment .can-click,
.alerts .upcoming-appointment .can-click, .availability__select:hover, .modal-login .forgot-password, .appointment-detail__header .edit-appointment, .modal-password__label, .modal-info .edit-photo, .all-doctors .table__col .location-name:hover, .all-doctors__filters .list-filter .remove-specialty, .all-doctors__filters .btn-search, .referral-content__value--leter__link {
  cursor: pointer; }

/* Class extend for button common */
.btn__success, .btn__pause {
  border-top-right-radius: 0.3125em;
  border-top-left-radius: 0.3125em;
  border-bottom-right-radius: 0.3125em;
  border-top-right-radius: 0.3125em;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
  border-top-left-radius: 0.3125em;
  font-size: 0.9375em;
  letter-spacing: 1px; }

/* Hover state for input text and select box */
.modal-info__text-field:focus, .form-control:focus, .modal-info__text-field:hover, .form-control:hover {
  box-shadow: 0 0 0.125em rgba(0, 0, 0, 0.4);
  border-color: #ccc;
  border-radius: 0.3125em; }

/* Import all files in folder module */
/* Logo */
.logo {
  margin: 0 auto; }
  .logo img {
    width: 100%;
    height: auto; }
    .logo img[alt] {
      text-indent: -624.9375em; }

/* Tab navigation */
.tabs-nav {
  border-bottom: 0.125em solid #c9c9c9;
  padding-bottom: 0.625em; }
  .tabs-nav__list {
    list-style-type: none; }
    .tabs-nav__list, .tabs-nav__list li {
      margin: 0;
      padding: 0;
      display: inline; }
    .tabs-nav__list li {
      border-bottom: 0.25em solid transparent;
      padding-bottom: 0.625em; }
      .tabs-nav__list li:first-child {
        margin-left: 0.125em; }
      .tabs-nav__list li:not(:last-child) {
        margin-right: 0.625em; }
      .tabs-nav__list li.active, .tabs-nav__list li:hover {
        border-color: #ec4b4e; }
        .tabs-nav__list li.active a, .tabs-nav__list li:hover a {
          color: #424242; }
      .tabs-nav__list li a {
        font-size: 0.875em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        padding-bottom: 1.07143em;
        margin-bottom: 1px;
        color: #737373; }
    .tabs-nav__list__title--password {
      margin-left: 5.625em;
      color: #5aa3e8;
      font-size: 0.875em; }
      .tabs-nav__list__title--password:hover, .tabs-nav__list__title--password:focus {
        color: #5aa3e8; }

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 2000;
  left: 50%;
  bottom: 60px;
  font-size: 17px; }

#snackbar.show, #snackbar.modal-incorrect__body__btn-ok, .modal-appoint-info .table-info__cell a#snackbar, .dropdown-wrapper .dropdown-menu.specialties-list li a#snackbar {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; }
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 60px;
    opacity: 1; } }
@keyframes fadeout {
  from {
    bottom: 60px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
/* Button success and pause */
.btn__success {
  background-color: #8fd651;
  color: #fff;
  padding: 0.5em 1.0625em; }
  .btn__success:hover, .btn__success:focus {
    color: #fff; }
.btn__pause {
  background-color: #f6f6f6;
  border: 0.125em solid #ccc;
  color: #6e6767;
  padding: 0.4375em 0.8125em; }
  .btn__pause:hover, .btn__pause:focus {
    color: #6e6767; }
  .btn__pause--cancel {
    margin-right: 1.25em; }
.btn__arrow {
  width: 1.25em;
  height: 1.25em;
  transform: translate(0, 10%);
  top: 50%; }
  .btn__arrow--prev {
    background: url("assets/images/icon-arrow-prev.png") no-repeat 0 0; }
  .btn__arrow--next {
    background: url("assets/images/icon-arrow-next.png") no-repeat 0 0; }

/* Custom buttons */
.btn-blue:disabled, .btn-blue.disabled,
.btn-red:disabled,
.btn-red.disabled,
.btn-gray:disabled,
.modal-info--confirm.modal .btn--cancel:disabled,
.modal-info__btn--cancel:disabled,
.modal-info--advance__btn--cancel:disabled,
.btn-gray.disabled,
.modal-info--confirm.modal .disabled.btn--cancel,
.disabled.modal-info__btn--cancel,
.disabled.modal-info--advance__btn--cancel {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default; }

.btn-red {
  background-color: #ec4b4e; }
  .btn-red, .btn-red:hover {
    border-color: transparent; }
  .btn-red:hover {
    background-color: #d83639; }
  .btn-red:disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default; }

.btn-gray, .modal-info--confirm.modal .btn--cancel, .modal-info__btn--cancel, .modal-info--advance__btn--cancel {
  background-color: #f6f6f6;
  border-color: #e5e5e5; }
  .btn-gray, .modal-info--confirm.modal .btn--cancel, .modal-info__btn--cancel, .modal-info--advance__btn--cancel, .btn-gray:hover, .modal-info--confirm.modal .btn--cancel:hover, .modal-info__btn--cancel:hover, .modal-info--advance__btn--cancel:hover {
    color: #817a7a;
    border-color: #e5e5e5; }
  .btn-gray:hover, .modal-info--confirm.modal .btn--cancel:hover, .modal-info__btn--cancel:hover, .modal-info--advance__btn--cancel:hover {
    background-color: #eaeaea; }

.btn-blue {
  background-color: #4c7fdc;
  border-color: transparent; }
  .btn-blue, .btn-blue:hover {
    color: #fff; }
  .btn-blue:hover {
    background-color: #337ab7; }

.btn-green, .modal-info--confirm.modal .btn--save, .modal-info__btn--save, .modal-info__btn--send, .modal-password__btn-send {
  background-color: #8fd651;
  font-size: 1em; }
  .btn-green, .modal-info--confirm.modal .btn--save, .modal-info__btn--save, .modal-info__btn--send, .modal-password__btn-send, .btn-green:hover, .modal-info--confirm.modal .btn--save:hover, .modal-info__btn--save:hover, .modal-info__btn--send:hover, .modal-password__btn-send:hover, .btn-green:focus, .modal-info--confirm.modal .btn--save:focus, .modal-info__btn--save:focus, .modal-info__btn--send:focus, .modal-password__btn-send:focus, .btn-green:visited, .modal-info--confirm.modal .btn--save:visited, .modal-info__btn--save:visited, .modal-info__btn--send:visited, .modal-password__btn-send:visited {
    color: #fff;
    border-color: transparent; }
  .btn-green:hover, .modal-info--confirm.modal .btn--save:hover, .modal-info__btn--save:hover, .modal-info__btn--send:hover, .modal-password__btn-send:hover {
    background-color: #79bd3d; }

.btn-purple {
  background-color: #B19CD9; }
  .btn-purple, .btn-purple:hover, .btn-purple:focus, .btn-purple:visited, .btn-purple:active {
    color: #fff;
    border-color: transparent; }
  .btn-purple:hover, .btn-purple:focus, .btn-purple:visited, .btn-purple:active {
    background-color: #9679CE; }

/* Disabled on anchor */
.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none; }
  .disabled, .disabled:visited, .disabled:active, .disabled:hover {
    text-decoration: none !important; }

.appointment-actions .btn-gray.disabled, .appointment-actions .modal-info--confirm.modal .disabled.btn--cancel, .modal-info--confirm.modal .appointment-actions .disabled.btn--cancel, .appointment-actions .disabled.modal-info__btn--cancel, .appointment-actions .disabled.modal-info--advance__btn--cancel {
  background: #f6f6f6; }
  .appointment-actions .btn-gray.disabled:hover, .appointment-actions .modal-info--confirm.modal .disabled.btn--cancel:hover, .modal-info--confirm.modal .appointment-actions .disabled.btn--cancel:hover, .appointment-actions .disabled.modal-info__btn--cancel:hover, .appointment-actions .disabled.modal-info--advance__btn--cancel:hover {
    background: #f6f6f6; }

/* Form */
.textbox-lg {
  width: 100%;
  height: 2.38889em;
  margin-bottom: 0.5em;
  font-size: 0.81818em; }

.toggle-custom__checkbox:focus + .toggle-custom__desc:before {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); }

input[type=text]::-ms-clear {
  display: none; }

/* Modal */
/* Modal sm extend class */
.modal-incorrect .modal-dialog {
  width: 19.625em; }
.modal-incorrect .modal-body {
  padding: 0.83333em 1.66667em 1.66667em 1.66667em; }

/* Modal md extend class */
.modal-login .modal-dialog {
  width: 27.14286em; }
.modal-login .modal-body {
  padding: 1.3913em 2.82609em 1.3913em 2.82609em; }

/* Modal overlay that will replace .modal-backdrop */
.modal-overlay {
  width: 100%;
  height: 100%;
  background-color: #dadada;
  z-index: 0; }

/* Common attributes in modal */
.modal:before {
  content: " ";
  height: 100%; }
.modal .modal-header .close {
  font-size: 1.625em;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  padding-bottom: 0.41667em;
  top: 0.125em;
  z-index: 2; }
  .modal .modal-header .close, .modal .modal-header .close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #424242; }
.modal .modal-body {
  color: #424242;
  font-size: 1.625em; }

/* Custom modal backdrop */
.modal-backdrop {
  background-color: #dadada;
  z-index: 0; }
  .modal-backdrop.fade, .modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100); }

/* Modal incorrect */
.modal-incorrect__body__message {
  line-height: 1.15385em; }
.modal-incorrect__body__btn-ok {
  background-color: #8fd651;
  margin: 3em auto 0;
  padding: 0.5625em 0.75em;
  width: 15.125em; }
  .modal-incorrect__body__btn-ok, .modal-incorrect__body__btn-ok:hover {
    color: #fff;
    border-color: transparent; }
  .modal-incorrect__body__btn-ok:hover {
    background-color: #79bd3d; }

/* Modal info: Appointment detail, general info */
.modal-appoint-info .modal-dialog {
  width: 37.5em; }
.modal-appoint-info .modal-title {
  font-size: 1.03846em; }
.modal-appoint-info .table-info {
  margin-bottom: 0.57692em;
  width: 100%; }
  .modal-appoint-info .table-info__header-row .table-info__cell {
    color: #a9a9a9;
    font-size: 0.53846em; }
  .modal-appoint-info .table-info__cell__content {
    font-size: 0.61538em; }
  .modal-appoint-info .table-info__cell:first-child, .modal-appoint-info .table-info__cell:nth-child(2) {
    padding-right: 0.19231em; }
  .modal-appoint-info .table-info__cell:first-child,
  .modal-appoint-info .table-info__cell:first-child .table-info__cell__content {
    width: 11.6875em; }
  .modal-appoint-info .table-info__cell:nth-child(2),
  .modal-appoint-info .table-info__cell:nth-child(2) .table-info__cell__content {
    width: 9.6875em; }
  .modal-appoint-info .table-info__cell:last-child,
  .modal-appoint-info .table-info__cell:last-child .table-info__cell__content {
    width: 9.875em; }
  .modal-appoint-info .table-info__cell,
  .modal-appoint-info .table-info__cell a {
    color: #424242; }
  .modal-appoint-info .table-info__cell a {
    font-size: 0.61538em; }

.badge {
  background-color: #ec4b4e;
  padding-left: 0.83333em;
  padding-right: 0.83333em;
  margin-left: 0.66667em;
  font-size: 0.85714em;
  width: 3.75em; }

.table-custom {
  font-size: 0.8125em; }
  .table-custom .table-custom__heading {
    color: #f26360;
    background-color: #f1f1f1;
    border-top: 1px solid #cacaca; }
    .table-custom .table-custom__heading .table__col {
      padding-top: 0.53846em;
      padding-bottom: 0.53846em; }

.table__row {
  display: flex;
  flex-direction: row;
  border: 1px solid #cacaca;
  border-top: 0; }
  .table__row:hover {
    background-color: #f1f1f1; }
.table__col {
  flex-direction: column;
  justify-content: center;
  padding: 0.69231em 1.92308em; }
.table__year {
  color: #cacaca; }

.main-indicator {
  background-image: url("assets/images/icon-loading.gif");
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 7.5em;
  width: 9.375em;
  background-repeat: no-repeat;
  background-size: 100%;
  left: 50%;
  top: 50%;
  z-index: 10000; }

.backdrop {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 9999; }

.heading {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  line-height: 1.375em; }
  .heading__underline {
    background-color: #c9c9c9;
    height: 0.125em;
    width: calc((100% - 56.25em)/2); }
  .heading__content {
    width: 100%;
    color: #424242; }
    .heading__content--title {
      font-size: 1.6875em; }

.current-mode {
  border-top-right-radius: 0.38462em;
  border-top-left-radius: 0.38462em;
  border-bottom-right-radius: 0.38462em;
  border-top-right-radius: 0.38462em;
  border-bottom-right-radius: 0.38462em;
  border-bottom-left-radius: 0.38462em;
  border-bottom-left-radius: 0.38462em;
  border-top-left-radius: 0.38462em;
  font-size: 0.8125em;
  right: 38%;
  left: auto;
  max-width: 40.76923em;
  background-color: #379dc3; }
  .current-mode__notify {
    color: #fff; }
    .current-mode__notify--content {
      padding: 0.38462em 1.15385em; }
    .current-mode__notify--countdown {
      margin-left: 38%;
      margin-top: 0.38462em;
      padding: 0.23077em 0.76923em;
      width: 8.84615em; }

.isShowCurrentMessage {
  margin-bottom: 2.1875em; }

.countdown {
  margin-top: 0.53846em; }

.isEditMode {
  right: 43%;
  background-color: #8fd651; }

.isShowCountDown {
  margin-bottom: 3.125em; }

/* Style for available duration */
.availability__date {
  font-size: 15px; }
  .availability__date .date-time {
    width: 10.1em;
    color: #585858;
    font-size: 1.25em;
    margin-top: 0.25em;
    padding-right: 0.15em;
    vertical-align: bottom; }
.availability__button {
  margin-top: 0.4375em; }
.availability__select-option--update {
  width: 22%;
  min-height: 1px; }
.availability__select-title {
  font-size: 0.75em;
  margin-right: 0.41667em; }
  .availability__select-title--update {
    width: 47%; }
  .availability__select-title--change {
    margin-top: 0.83333em; }
.availability .is-lock:after {
  background-color: transparent;
  content: " ";
  z-index: 2;
  cursor: not-allowed; }

.toggle-custom {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 0.69565em;
  /* Toggle label */ }
  .toggle-custom__desc {
    padding-left: 0.22727em;
    font-size: 0.63636em; }
    .toggle-custom__desc::before, .toggle-custom__desc::after {
      margin-left: -1.42857em; }
    .toggle-custom__desc::before {
      border-top-right-radius: 0.21429em;
      border-top-left-radius: 0.21429em;
      border-bottom-right-radius: 0.21429em;
      border-top-right-radius: 0.21429em;
      border-bottom-right-radius: 0.21429em;
      border-bottom-left-radius: 0.21429em;
      border-bottom-left-radius: 0.21429em;
      border-top-left-radius: 0.21429em;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      width: 1.14286em;
      height: 1.14286em;
      content: "";
      border: 1px solid #ccc;
      background-color: #fff; }
    .toggle-custom__desc::after {
      width: 1em;
      height: 1em;
      padding-left: 0.21429em;
      padding-top: 1px; }
  .toggle-custom input[type="checkbox"] {
    opacity: 0;
    z-index: 1; }
    .toggle-custom input[type="checkbox"]:focus + label::before {
      outline-style: none; }
    .toggle-custom input[type="checkbox"]:checked + label::after {
      content: "";
      background: url("assets/images/checkbox-remember.jpg") no-repeat center center;
      background-position: 0.07143em 0.21429em; }
  .toggle-custom label {
    cursor: pointer; }

input[type="checkbox"].toggle-custom__checkbox:checked + label:after {
  content: "";
  background: url("assets/images/checkbox-remember.jpg") no-repeat center center;
  background-position: 0.07143em 0.21429em; }

input[type="checkbox"] .toggle-custom__checkbox:checked + label::before,
input[type="checkbox"] .toggle-custom__checkbox:checked + label::after {
  color: #fff; }

.profile {
  margin-bottom: 0.9375em; }
  .profile .heading {
    margin-bottom: 2.1875em; }
  .profile__block {
    margin-bottom: 3.75em; }

.profile__header {
  margin-bottom: 0.41667em;
  padding-left: 0.41667em;
  padding-bottom: 1px;
  border-bottom: 0.08333em solid #ec4b4e;
  overflow: hidden;
  clear: both; }
  .profile__header--title {
    font-size: 0.625em;
    color: #707070; }
  .profile__header--link {
    font-size: 0.5em;
    color: #5aa3e8; }
    .profile__header--link:hover, .profile__header--link:focus {
      color: #5aa3e8; }

/* Style for profile list infomation */
.profile__list-info {
  color: #424242;
  font-size: 0.8125em;
  list-style-type: none;
  margin-top: 1.53846em; }
  .profile__list-info > li {
    margin-bottom: 0.8125em;
    padding: 0em 0.625em;
    clear: both; }
  .profile__list-info li a {
    color: #424242; }
  .profile__list-info__name {
    width: 28%; }
  .profile__list-info__value {
    width: 70%; }
  .profile__list-info--separator > li {
    padding-bottom: 0.9375em; }
    .profile__list-info--separator > li:not(:first-child) {
      border-top: 1px solid #c9c9c9;
      padding-top: 1.25em; }
  .profile__list-info--list-value {
    list-style-type: none; }
    .profile__list-info--list-value li:not(:last-child) {
      padding-bottom: 0.625em; }

.not-approved {
  padding-left: 0.3125em;
  color: #a94442; }

.profile__table {
  color: #424242;
  margin-top: 1.5625em; }
.profile__row {
  display: flex;
  flex-direction: row;
  font-size: 0.75em;
  border-bottom: 1px solid #e5e5e5; }
.profile__heading {
  font-size: 0.8125em;
  background-color: #f0f0f0;
  border-top: 1px solid #e5e5e5; }
  .profile__heading .profile__col {
    padding: 0.58333em 0.83333em; }
    .profile__heading .profile__col:last-child {
      border-right: 1px solid #e5e5e5; }
.profile__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.83333em;
  border-right: 1px solid #e5e5e5; }
  .profile__col:first-child {
    border-left: 1px solid #e5e5e5; }
  .profile__col a {
    color: #424242; }
    .profile__col a:hover {
      color: #424242; }
  .profile__col--hospital, .profile__col--service, .profile__col--fax {
    width: 13%; }
  .profile__col--address {
    width: 22%; }
  .profile__col--hour {
    width: 23%; }
  .profile__col--assistant {
    width: 15%; }
  .profile__col--panel {
    width: 14%; }
    .profile__col--panel .profile__header--link-panel {
      font-size: 1em;
      color: #5aa3e8; }
      .profile__col--panel .profile__header--link-panel:hover, .profile__col--panel .profile__header--link-panel:focus, .profile__col--panel .profile__header--link-panel:active {
        color: #5aa3e8; }
      .profile__col--panel .profile__header--link-panel .not-approved {
        right: 0.25em; }
  .profile__col .not-approved {
    transform: translateY(-50%);
    right: 0.125em;
    top: 50%; }
    .profile__col .not-approved--insurance {
      top: 44%; }
  .profile__col .operating-hour {
    width: 100%; }
    .profile__col .operating-hour__col--md {
      width: 24%; }
    .profile__col .operating-hour__col--sm {
      width: 5%; }
  .profile__col .edit-operating-hour {
    width: 1.25em;
    height: 1.25em;
    transform: translateY(-50%);
    right: 0.125em;
    bottom: -0.41667em; }
    .profile__col .edit-operating-hour__icon {
      background: url("assets/images/edit-photo.png") no-repeat 0 0;
      width: 100%;
      height: 100%;
      background-size: cover; }

.hidden-text {
  visibility: hidden; }

.practice-location-discription {
  font-size: 0.8125em; }

.modal-info .modal-dialog {
  width: 37.5em; }
.modal-info .modal-body {
  font-size: 1em; }
.modal-info--base__list {
  margin-bottom: 0.625em;
  max-height: 28.125em;
  overflow-y: auto;
  list-style-type: none; }
.modal-info--confirm.modal .modal-header {
  padding: 0; }
.modal-info--confirm.modal .modal-dialog {
  width: 31.25em; }
.modal-info--confirm.modal .btn, .modal-info--confirm.modal .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--confirm.modal .close-btn, .modal-info--confirm.modal .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--confirm.modal .save-as-draft-btn, .modal-info--confirm.modal .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--confirm.modal .submit-claim-btn {
  font-size: 0.61538em;
  margin: 0em 0.3125em; }
.modal-info__title {
  font-size: 1.6875em;
  margin-bottom: 1.37037em;
  margin-top: 0.18519em; }
.modal-info__title-sm {
  font-size: 1.25em;
  margin-bottom: 1.5625em; }
.modal-info__name {
  color: #a9a9a9;
  font-size: 0.875em;
  padding-bottom: 0.71429em; }
.modal-info__value {
  font-size: 1em; }
  .modal-info__value .time-off-invalid {
    width: 17.5em;
    margin-bottom: 0; }
.modal-info__text-field {
  color: #424242;
  width: 100%;
  height: 2.3125em; }
.modal-info__link, .modal-info__description, .modal-info__download {
  font-size: 0.875em; }
.modal-info__link {
  color: #519ed4; }
  .modal-info__link:hover, .modal-info__link:focus, .modal-info__link:visited {
    color: #519ed4; }
  .modal-info__link-download {
    font-size: 1em;
    color: #519ed4; }
    .modal-info__link-download:hover, .modal-info__link-download:focus, .modal-info__link-download:visited {
      color: #519ed4; }
.modal-info__description {
  color: #585858; }
.modal-info__btn--save, .modal-info__btn--send, .modal-info__btn--cancel {
  padding: 0.5em 0.75em;
  width: 9.6875em; }
.modal-info__btn--save[ng-disabled="true"], .modal-info__btn--send[ng-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed; }
  .modal-info__btn--save[ng-disabled="true"]:hover, .modal-info__btn--send[ng-disabled="true"]:hover {
    background-color: #8fd651; }
.modal-info__addition-field {
  margin-top: 0.625em; }
.modal-info__alert {
  font-size: 0.875em;
  padding-bottom: 0.42857em;
  padding-top: 0.42857em; }
.modal-info__invalid-pin {
  padding-bottom: 0.23077em;
  padding-top: 0.23077em;
  font-size: 0.61538em;
  width: 86%;
  margin: 0.75em auto -1.25em; }
.modal-info .specialties-list {
  margin-bottom: 0.625em; }
.modal-info__guideline {
  padding-bottom: 0;
  padding-top: 0.5em; }

.modal-info--general__section .modal-info__name {
  white-space: normal; }

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

.modal-info__lisence-upload {
  color: #a9a9a9;
  font-size: 0.875em;
  padding-bottom: 0.71429em;
  line-height: 0px;
  cursor: auto; }

.modal-info--credential__body {
  padding: 0.9375em 3.125em 0.3125em 3.125em; }
  .modal-info--credential__body .section-credential {
    margin-bottom: 2.1875em; }
    .modal-info--credential__body .section-credential .credential-membership--list-value {
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .modal-info--credential__body .section-credential .credential-membership--list-value li {
        list-style: none; }
    .modal-info--credential__body .section-credential--link {
      margin-bottom: 0.1875em; }
    .modal-info--credential__body .section-credential--add {
      margin-bottom: 0.625em; }
      .modal-info--credential__body .section-credential--add .modal-info__name {
        padding-top: 0.71429em; }
      .modal-info--credential__body .section-credential--add input:required {
        border-color: #ccc; }
      .modal-info--credential__body .section-credential--add input:required:hover, .modal-info--credential__body .section-credential--add input:required:focus {
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
        border-color: #ccc;
        outline: none; }
    .modal-info--credential__body .section-credential--membership {
      margin-bottom: 0.9375em; }
  .modal-info--credential__body .modal-info__text-field {
    border-top-right-radius: 0.1875em;
    border-top-left-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;
    border-top-right-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;
    border-bottom-left-radius: 0.1875em;
    border-bottom-left-radius: 0.1875em;
    border-top-left-radius: 0.1875em;
    border: 1px solid #e5e5e5;
    padding: 0.3125em;
    width: 95%; }
  .modal-info--credential__body .is-adding {
    margin-bottom: 0.625em; }

.modal-info--service {
  padding-bottom: 1.875em; }
  .modal-info--service__section {
    margin-bottom: 1.5625em; }
  .modal-info--service__panelship {
    margin-bottom: 1.875em; }

.dropdown-wrapper {
  overflow: visible; }
  .dropdown-wrapper .btn-group,
  .dropdown-wrapper .dropdown-menu,
  .dropdown-wrapper .btn,
  .dropdown-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .close-btn,
  .dropdown-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .save-as-draft-btn,
  .dropdown-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn,
  .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .submit-claim-btn {
    width: 100%; }
  .dropdown-wrapper .dropdown-language {
    width: 32.5em; }
  .dropdown-wrapper .dropdown-specialty {
    width: 17.5em; }
  .dropdown-wrapper .btn, .dropdown-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .close-btn, .dropdown-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .save-as-draft-btn, .dropdown-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .submit-claim-btn {
    color: #424242;
    font-size: 1em;
    height: 2.3125em;
    padding-bottom: 0.375em;
    padding-top: 0.375em; }
  .dropdown-wrapper .btn-default:active,
  .dropdown-wrapper .btn-default.active,
  .dropdown-wrapper .btn-default:hover,
  .dropdown-wrapper .btn-default:focus,
  .dropdown-wrapper .open > .btn-default.dropdown-toggle {
    box-shadow: 0 0 0.125em rgba(0, 0, 0, 0.4);
    background-color: #fff;
    border-color: #ccc;
    color: #000; }
  .dropdown-wrapper .open > .dropdown-menu {
    box-shadow: 0 0.375em 0.75em rgba(0, 0, 0, 0.175);
    border: 1px solid #ccc; }
  .dropdown-wrapper .dropdown-menu {
    border-color: #fff;
    top: 100%;
    max-height: 12.5em;
    overflow-y: auto; }
    .dropdown-wrapper .dropdown-menu li a {
      font-size: 1em;
      padding-bottom: 0.375em;
      padding-top: 0.375em;
      white-space: normal; }
    .dropdown-wrapper .dropdown-menu li .is-disable {
      pointer-events: none; }
    .dropdown-wrapper .dropdown-menu li .auto-complete {
      font-size: 1em;
      border: none;
      width: 100%;
      padding: 0.25em 0.75em; }
      .dropdown-wrapper .dropdown-menu li .auto-complete:focus {
        border: none;
        outline: 0; }
    .dropdown-wrapper .dropdown-menu .selected a {
      background-color: #c3c3c3;
      pointer-events: none; }
    .dropdown-wrapper .dropdown-menu.specialties-list {
      max-height: 9.375em; }
      .dropdown-wrapper .dropdown-menu.specialties-list li a {
        white-space: normal; }
  .dropdown-wrapper .text-value {
    max-width: 30.3125em; }
  .dropdown-wrapper .select-box-custom.btn-group {
    width: auto; }
  .dropdown-wrapper .select-box-custom .btn, .dropdown-wrapper .select-box-custom .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .select-box-custom .close-btn, .dropdown-wrapper .select-box-custom .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .select-box-custom .save-as-draft-btn, .dropdown-wrapper .select-box-custom .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-wrapper .select-box-custom .submit-claim-btn {
    color: inherit; }
  .dropdown-wrapper .select-box-custom-md.btn-group {
    width: 10em; }
  .dropdown-wrapper .select-box-custom-md .dropdown-menu {
    width: 18.75em; }

.select-box-custom .dropdown-menu {
  min-width: 5.625em;
  top: 100%; }
  .select-box-custom .dropdown-menu li.selected:hover, .select-box-custom .dropdown-menu li.selected {
    background-color: #c3c3c3;
    color: #fff;
    opacity: 0.7; }
  .select-box-custom .dropdown-menu li a {
    font-size: 0.8125em;
    padding: 0.46154em 0em 0.46154em 0.46154em; }
.select-box-custom .arrow-sm {
  background-image: url("assets/images/icon-arrow-sm.png");
  height: 0.625em;
  width: 0.625em;
  right: 0.3125em;
  top: 50%;
  transform: translateY(-50%); }

.select-box-custom-sm .dropdown-toggle.btn, .select-box-custom-sm .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-toggle.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .select-box-custom-sm .dropdown-toggle.close-btn, .select-box-custom-sm .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-toggle.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .select-box-custom-sm .dropdown-toggle.save-as-draft-btn, .select-box-custom-sm .submitted-claim-details-modal .modal-content .modal-action-btns .dropdown-toggle.submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .select-box-custom-sm .dropdown-toggle.submit-claim-btn {
  width: auto;
  min-width: 6.875em; }

.modal-info--general .modal-content {
  padding: 0em 0em 1.5625em 2.1875em; }
.modal-info--general .modal-info__content {
  padding-right: 2.1875em; }
.modal-info--general a[href^="mailto"] {
  max-width: 10em; }
  .modal-info--general a[href^="mailto"], .modal-info--general a[href^="mailto"]:hover {
    color: #333; }
.modal-info--general__section .col-sm-4:last-child {
  padding-left: 0; }
.modal-info--general__section .col-sm-8 {
  padding-right: 1.875em; }
.modal-info--general__section .modal-info__select {
  margin-bottom: 0.9375em; }
.modal-info--general__section.space {
  margin-top: 2.1875em;
  margin-bottom: 1em; }
  .modal-info--general__section.space .modal-info__link {
    margin-top: 0.9375em; }
  .modal-info--general__section.space .text-value {
    max-width: 15em; }
.modal-info--general__wrapper-btn .btn, .modal-info--general__wrapper-btn .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--general__wrapper-btn .close-btn, .modal-info--general__wrapper-btn .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--general__wrapper-btn .save-as-draft-btn, .modal-info--general__wrapper-btn .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--general__wrapper-btn .submit-claim-btn {
  width: 8.125em; }

.modal-info--tabs {
  /* Override nav tabs */ }
  .modal-info--tabs .modal-header {
    min-height: 0; }
    .modal-info--tabs .modal-header .close {
      top: 0; }
  .modal-info--tabs .modal-body {
    padding-top: 0; }
  .modal-info--tabs .nav-justified > li {
    width: 50%; }
  .modal-info--tabs .nav-tabs {
    margin-top: 0; }
    .modal-info--tabs .nav-tabs li.active a {
      background-color: #8fd651;
      color: #fff; }
    .modal-info--tabs .nav-tabs li:first-child a {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .modal-info--tabs .nav-tabs li:last-child a {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .modal-info--tabs .nav-tabs li a {
      padding: 0.65em 0.75em;
      background-color: #e1e1e1;
      font-size: 1.25em;
      color: #979797; }
  .modal-info--tabs .tab-pane {
    padding: 2.1875em; }
  .modal-info--tabs .modal-info__text-field {
    color: #333; }
    .modal-info--tabs .modal-info__text-field:-moz-placeholder {
      color: #333; }
    .modal-info--tabs .modal-info__text-field::-moz-placeholder {
      color: #333; }
    .modal-info--tabs .modal-info__text-field:-ms-input-placeholder {
      color: #333; }
    .modal-info--tabs .modal-info__text-field::-webkit-input-placeholder {
      color: #333; }
  .modal-info--tabs__section {
    overflow: visible;
    clear: both; }
  .modal-info--tabs__select {
    margin-bottom: 1.25em;
    width: 95%; }
    .modal-info--tabs__select .dropdown-menu {
      max-height: 18.75em;
      overflow-y: auto; }
    .modal-info--tabs__select .text-value {
      max-width: 29.0625em; }
    .modal-info--tabs__select .text-approved {
      color: #8fd651;
      font-size: 0.875em;
      top: 25%;
      right: 0.625em; }
    .modal-info--tabs__select .not-approved {
      color: #a94442; }
  .modal-info--tabs__delete {
    width: 5%; }
    .modal-info--tabs__delete a {
      font-size: 1.5625em; }
      .modal-info--tabs__delete a, .modal-info--tabs__delete a:hover, .modal-info--tabs__delete a:focus {
        color: #333; }
  .modal-info--tabs__btn-wrapper {
    margin-top: 1.25em;
    margin-bottom: 1.25em; }
    .modal-info--tabs__btn-wrapper .btn, .modal-info--tabs__btn-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--tabs__btn-wrapper .close-btn, .modal-info--tabs__btn-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--tabs__btn-wrapper .save-as-draft-btn, .modal-info--tabs__btn-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--tabs__btn-wrapper .submit-claim-btn {
      padding: 0.5em 0.75em; }
      .modal-info--tabs__btn-wrapper .btn:not(:last-child), .modal-info--tabs__btn-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn:not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--tabs__btn-wrapper .close-btn:not(:last-child), .modal-info--tabs__btn-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--tabs__btn-wrapper .save-as-draft-btn:not(:last-child), .modal-info--tabs__btn-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--tabs__btn-wrapper .submit-claim-btn:not(:last-child) {
        margin-right: 2.8125em; }
  .modal-info--tabs .insurance-dropdown {
    width: 63%; }
  .modal-info--tabs .insurance-add-file {
    line-height: 1.42857em; }
    .modal-info--tabs .insurance-add-file .tooltip__wrapper .tooltip {
      left: -6.57143em;
      top: 1.78571em; }
  .modal-info--tabs .insurance-file-upload .modal-info--advance__file-name {
    margin-left: 0; }
    .modal-info--tabs .insurance-file-upload .modal-info--advance__file-name .text-value {
      max-width: 35.35714em; }
    .modal-info--tabs .insurance-file-upload .modal-info--advance__file-name a {
      margin-left: 1em; }

.corporate-wrapper .modal-info--tabs__section {
  margin-bottom: 1.5625em; }
  .corporate-wrapper .modal-info--tabs__section:last-child {
    margin-bottom: 0; }
.corporate-wrapper .modal-info__value {
  line-height: 0.875em; }

.insurance-wrapper .btn[disabled], .insurance-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .insurance-wrapper [disabled].close-btn, .insurance-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .insurance-wrapper [disabled].save-as-draft-btn, .insurance-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .insurance-wrapper [disabled].submit-claim-btn {
  opacity: 1;
  cursor: auto; }
  .insurance-wrapper .btn[disabled]:hover, .insurance-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].close-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .insurance-wrapper [disabled].close-btn:hover, .insurance-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].save-as-draft-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .insurance-wrapper [disabled].save-as-draft-btn:hover, .insurance-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].submit-claim-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .insurance-wrapper [disabled].submit-claim-btn:hover {
    box-shadow: none; }

.modal-info__content--tab a {
  color: #4a90e2;
  font-size: 0.875em; }
.modal-info__content--tab:first-child {
  margin-left: 3em; }
.modal-info__content .addvance-section {
  margin-bottom: 1.25em; }
.modal-info__content__education .btn, .modal-info__content__education .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info__content__education .close-btn, .modal-info__content__education .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info__content__education .save-as-draft-btn, .modal-info__content__education .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info__content__education .submit-claim-btn {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }
.modal-info .text-notify p {
  margin-top: 0; }
.modal-info--advance__body {
  padding: 0em; }
  .modal-info--advance__body .modal-info__title {
    padding: 0.37037em 1.85185em 0em 1.85185em; }
.modal-info--advance__content .nav-tabs a {
  margin-right: 0em;
  padding: 0.625em 1.5625em; }
.modal-info--advance__content .nav-tabs .active a {
  color: #333; }
  .modal-info--advance__content .nav-tabs .active a, .modal-info--advance__content .nav-tabs .active a:hover, .modal-info--advance__content .nav-tabs .active a:focus {
    background-color: #f8f8f8;
    border-bottom-color: #f8f8f8; }
.modal-info--advance__add-file, .modal-info--advance__file-name {
  font-size: 0.875em;
  font-weight: 100;
  color: #519ed4;
  cursor: pointer;
  margin-left: 1.07143em;
  line-height: 2.57143em; }
.modal-info--advance__file-name .close {
  opacity: 1; }
.modal-info--advance__wrapper-btn {
  border-top-right-radius: 0.375em;
  border-top-left-radius: 0.375em;
  border-bottom-right-radius: 0.375em;
  border-top-right-radius: 0.375em;
  border-bottom-right-radius: 0.375em;
  border-bottom-left-radius: 0.375em;
  border-bottom-left-radius: 0.375em;
  border-top-left-radius: 0.375em;
  background-color: #f8f8f8;
  padding: 0em 3.125em 1.875em 3.125em; }
.modal-info--advance__text-field {
  width: 95%; }
  .modal-info--advance__text-field, .modal-info--advance__text-field--short {
    font-size: 1em; }
  .modal-info--advance__text-field--short {
    width: 67%; }
.modal-info--advance__btn--delete {
  font-size: 1.4375em; }
  .modal-info--advance__btn--delete, .modal-info--advance__btn--delete:hover, .modal-info--advance__btn--delete:focus {
    color: #585858; }
  .modal-info--advance__btn--delete span {
    font-size: 1.04348em; }
.modal-info--advance .delete-document {
  float: none;
  margin-left: 1em; }
.modal-info--advance__btn--cancel {
  padding: 0.5em 0.75em;
  width: 9.6875em;
  background-color: #fff;
  margin-right: 2.8125em; }
  .modal-info--advance__btn--cancel[ng-disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed; }
.modal-info--advance .modal-dialog {
  width: 40.625em; }
.modal-info--advance .tab-content {
  padding: 2.5em 3.125em 1.25em 3.125em;
  background-color: #f8f8f8; }
.modal-info--advance .tooltip__wrapper img {
  padding-top: 0.28571em; }
.modal-info--advance .tooltip {
  left: -6.57143em;
  width: 16.42857em; }
.modal-info--advance .form-control.disabled {
  opacity: 1;
  filter: alpha(opacity=100); }
.modal-info--advance fieldset .btn.disabled, .modal-info--advance fieldset .submitted-claim-details-modal .modal-content .modal-action-btns .disabled.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--advance fieldset .disabled.close-btn, .modal-info--advance fieldset .submitted-claim-details-modal .modal-content .modal-action-btns .disabled.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--advance fieldset .disabled.save-as-draft-btn, .modal-info--advance fieldset .submitted-claim-details-modal .modal-content .modal-action-btns .disabled.submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--advance fieldset .disabled.submit-claim-btn,
.modal-info--advance fieldset .disabled {
  opacity: 1;
  filter: alpha(opacity=100); }
.modal-info--advance fieldset .btn.disabled, .modal-info--advance fieldset .submitted-claim-details-modal .modal-content .modal-action-btns .disabled.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--advance fieldset .disabled.close-btn, .modal-info--advance fieldset .submitted-claim-details-modal .modal-content .modal-action-btns .disabled.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--advance fieldset .disabled.save-as-draft-btn, .modal-info--advance fieldset .submitted-claim-details-modal .modal-content .modal-action-btns .disabled.submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--advance fieldset .disabled.submit-claim-btn {
  background-color: #eeeeee; }
.modal-info--advance fieldset .modal-info__link.disabled,
.modal-info--advance fieldset .modal-info--advance__add-file.disabled,
.modal-info--advance fieldset .modal-info--advance__file-name.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.dropdown-menu.dropdown-menu__language {
  top: 2.3125em; }

.carousel-inner {
  z-index: 10; }

.teleconsult-modal .modal-info__title {
  margin-bottom: 1rem; }
.teleconsult-modal .radio-label {
  margin-right: 2rem; }

.modal-info--appointment .modal-info--tabs__section {
  margin-bottom: 1.25em; }
.modal-info--appointment__content.underline {
  border-bottom: 1px solid #cacaca; }
.modal-info--appointment .modal-info--tabs__btn-wrapper .btn, .modal-info--appointment .modal-info--tabs__btn-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--appointment .modal-info--tabs__btn-wrapper .close-btn, .modal-info--appointment .modal-info--tabs__btn-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--appointment .modal-info--tabs__btn-wrapper .save-as-draft-btn, .modal-info--appointment .modal-info--tabs__btn-wrapper .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--appointment .modal-info--tabs__btn-wrapper .submit-claim-btn {
  width: 12.5em; }
.modal-info--appointment__select .btn-group {
  font-size: 0.8125em; }
.modal-info--appointment__select .dropdown-toggle {
  padding-left: 0.76923em;
  padding-right: 0.76923em;
  height: 2.84615em; }
.modal-info--appointment__select .dropdown-menu {
  max-height: 15.38462em;
  min-width: inherit;
  font-size: 1em;
  top: 2.84615em;
  overflow-y: auto;
  overflow-x: hidden; }
.modal-info--appointment__time {
  width: 67%; }
  .modal-info--appointment__time .btn-group,
  .modal-info--appointment__time .dropdown-menu,
  .modal-info--appointment__time .dropdown-menu a {
    width: 7.30769em; }
.modal-info--appointment__date {
  width: 32%; }
  .modal-info--appointment__date input {
    font-size: 0.8125em;
    color: #424242;
    cursor: pointer; }
.modal-info--appointment__text {
  font-size: 0.8125em;
  padding-left: 0.38462em; }
.modal-info--appointment__location .text-value {
  max-width: 8.84615em; }
.modal-info--time-off__content {
  margin-top: 1.875em; }
  .modal-info--time-off__content .btn, .modal-info--time-off__content .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--time-off__content .close-btn, .modal-info--time-off__content .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--time-off__content .save-as-draft-btn, .modal-info--time-off__content .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--time-off__content .submit-claim-btn {
    height: 2.5em; }
.modal-info--time-off-single {
  padding: 1.25em 2.8125em 0.625em 2.8125em; }
  .modal-info--time-off-single .modal-info--time-off__btn-wrapper {
    padding: 3.125em 0em 0.75em; }
.modal-info--time-off__time .btn-group,
.modal-info--time-off__time .dropdown-menu,
.modal-info--time-off__time .dropdown-menu a {
  width: 7.30769em; }
.modal-info--time-off__time .btn-group:first-child {
  margin-right: 1.53846em; }
.modal-info--time-off__time .btn-group:last-child {
  margin-left: 1.53846em; }
.modal-info--time-off__time .dropdown-menu {
  top: 3.07692em; }
.modal-info--time-off__time .dropdown-toggle {
  height: 3.07692em; }
.modal-info--time-off__button {
  width: 100%; }
  .modal-info--time-off__button .btn-gray, .modal-info--time-off__button .modal-info--confirm.modal .btn--cancel, .modal-info--confirm.modal .modal-info--time-off__button .btn--cancel, .modal-info--time-off__button .modal-info__btn--cancel, .modal-info--time-off__button .modal-info--advance__btn--cancel {
    width: 11.25em;
    color: #fff;
    background-color: #b4b4b4; }
    .modal-info--time-off__button .btn-gray:hover, .modal-info--time-off__button .modal-info--confirm.modal .btn--cancel:hover, .modal-info--confirm.modal .modal-info--time-off__button .btn--cancel:hover, .modal-info--time-off__button .modal-info__btn--cancel:hover, .modal-info--time-off__button .modal-info--advance__btn--cancel:hover {
      background-color: #979797; }
    .modal-info--time-off__button .btn-gray[ng-disabled="true"], .modal-info--time-off__button .modal-info--confirm.modal [ng-disabled="true"].btn--cancel, .modal-info--confirm.modal .modal-info--time-off__button [ng-disabled="true"].btn--cancel, .modal-info--time-off__button [ng-disabled="true"].modal-info__btn--cancel, .modal-info--time-off__button [ng-disabled="true"].modal-info--advance__btn--cancel {
      opacity: 0.5;
      cursor: not-allowed; }
      .modal-info--time-off__button .btn-gray[ng-disabled="true"]:hover, .modal-info--time-off__button .modal-info--confirm.modal [ng-disabled="true"].btn--cancel:hover, .modal-info--confirm.modal .modal-info--time-off__button [ng-disabled="true"].btn--cancel:hover, .modal-info--time-off__button [ng-disabled="true"].modal-info__btn--cancel:hover, .modal-info--time-off__button [ng-disabled="true"].modal-info--advance__btn--cancel:hover {
        background-color: #b4b4b4; }
.modal-info--time-off__btn-wrapper {
  padding: 3.125em 0.875em 0em 3.75em; }
  .modal-info--time-off__btn-wrapper .modal-info__btn--save {
    width: 13.75em; }
  .modal-info--time-off__btn-wrapper .modal-info__btn--cancel {
    width: 12.5em; }
.modal-info__reason-visit .text-value {
  max-width: 29.375em; }
.modal-info .nav-justified .editAppointmentTab {
  width: 100%; }

.note-field {
  min-height: 5.25em;
  height: auto; }

.appointment-btn-group {
  top: 7px; }
  .appointment-btn-group .tooltip__wrapper .tooltip {
    left: -4.64286em;
    top: 2.14286em; }

.appointments .dropdown {
  width: 8.125em; }
.appointments .select-box--change-calendar {
  width: 6.5625em; }

.calendar {
  clear: both; }

.appointment-header {
  width: 72%;
  z-index: 10; }

.print-appt {
  margin-right: 8px; }

.btn-gray.btn-cancel, .modal-info--confirm.modal .btn-cancel.btn--cancel, .btn-cancel.modal-info__btn--cancel, .btn-cancel.modal-info--advance__btn--cancel {
  color: #363636; }
  .btn-gray.btn-cancel:hover, .modal-info--confirm.modal .btn-cancel.btn--cancel:hover, .btn-cancel.modal-info__btn--cancel:hover, .btn-cancel.modal-info--advance__btn--cancel:hover {
    background-color: #d4d4d4;
    border-color: #adadad; }

.btn-gray.btn-cancel[disabled], .modal-info--confirm.modal .btn-cancel[disabled].btn--cancel, .btn-cancel[disabled].modal-info__btn--cancel, .btn-cancel[disabled].modal-info--advance__btn--cancel {
  background-color: #f6f6f6; }

.select-box--change-calendar .dropdown-menu {
  min-width: 6.25em;
  left: 0.25em; }

.switch-input {
  display: none; }

.switch-label {
  position: relative;
  display: inline-block;
  min-width: 112px;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  margin: 16px; }

.switch-label:before,
.switch-label:after {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease; }

.switch-label:before {
  left: 1px;
  width: 45px;
  height: 15px;
  background-color: #ebebeb;
  border-radius: 8px; }

.switch-label:after {
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #fafafa;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084); }

.switch-label .toggle--on {
  display: none; }

.switch-label .toggle--off {
  display: inline-block; }

.switch-input:checked + .switch-label:before {
  background-color: #ffe8e7; }

.switch-input:checked + .switch-label:after {
  background-color: #f25c54;
  transform: translate(80%, -50%); }

.switch-input:checked + .switch-label .toggle--on {
  display: inline-block; }

.switch-input:checked + .switch-label .toggle--off {
  display: none; }

.qr-code-appt-modal .modal-dialog {
  width: 526px; }
  .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal {
    background-color: #f4f5f7;
    padding: 35px 59px; }
    .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .title, .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .confirm-submit-claim-dialog .title-error, .confirm-submit-claim-dialog .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .title-error {
      text-align: center;
      font-size: 20px;
      color: #4a4a4a; }
    .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .subtitle {
      text-align: center;
      font-size: 17px;
      color: #ff0000; }
    .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .content {
      margin-top: 30px;
      padding: 35px 39px;
      background-color: #ffffff;
      border-radius: 5px;
      text-align: center; }
    .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .copy {
      padding: 25px 18px 0 18px; }
      .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .copy .col-md-9 {
        padding-left: unset; }
      .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .copy .col-md-3 {
        padding: unset; }
      .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .copy .url {
        padding: 8px 14px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        background-color: #f8f8fa;
        color: #4e4e4e;
        text-overflow: ellipsis; }
      .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .copy .copy-btn {
        padding: 8px 7px;
        font-size: 12px;
        color: #3ab7ff;
        border-radius: 3px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        cursor: pointer; }
      .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .copy .share {
        padding-top: 7px;
        font-size: 12px;
        color: #4e4e4e; }
        .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .copy .share .link {
          text-decoration: underline;
          color: #3ab7ff; }
    .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .info {
      margin: 30px 0;
      padding: 15px 18px;
      background-color: #f4f5f7;
      border: unset;
      border-radius: 7.6px;
      color: #4e4e4e;
      font-size: 13.3px; }
      .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .info .info-row {
        display: flex;
        justify-content: space-between; }
      .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .info .details {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        color: #4e4e4e;
        font-size: 13px;
        font-weight: 100; }
        .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .info .details .info-row {
          padding: 5px 0; }
      .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .info .total {
        padding: 14px 0 0 0;
        font-size: 14px;
        font-weight: bold; }
    .qr-code-appt-modal .modal-dialog .qr-code-confirm-modal .done-button {
      padding: 14px;
      width: 100%;
      font-size: 16px;
      color: #ffffff;
      background-color: #ff0000;
      border: none;
      border-radius: 3px;
      cursor: pointer; }

.qr-code-appt-scan-confirm-modal .modal-dialog {
  width: 526px; }
  .qr-code-appt-scan-confirm-modal .modal-dialog .qr-code-scan-appt-confirmt-modal {
    padding: 116px 90px 35px 90px;
    text-align: center; }
    .qr-code-appt-scan-confirm-modal .modal-dialog .qr-code-scan-appt-confirmt-modal img {
      width: 75px; }
    .qr-code-appt-scan-confirm-modal .modal-dialog .qr-code-scan-appt-confirmt-modal .disclaimer {
      padding-top: 55px;
      padding-bottom: 86px;
      font-size: 20px;
      color: #4a4a4a; }
    .qr-code-appt-scan-confirm-modal .modal-dialog .qr-code-scan-appt-confirmt-modal .confirm {
      padding: 14px;
      width: 100%;
      font-size: 16px;
      color: #ffffff;
      background-color: #ff0000;
      border: none;
      border-radius: 3px;
      margin-bottom: 15px;
      cursor: pointer; }
    .qr-code-appt-scan-confirm-modal .modal-dialog .qr-code-scan-appt-confirmt-modal .back {
      color: #4e4e4e;
      font-size: 12.3px;
      cursor: pointer; }

.error-message {
  font-size: 0.875em; }

.backdrop-contact {
  z-index: 9999; }

.contact {
  transform: translate(-50%, -50%);
  width: 37.5em;
  top: 50%;
  left: 50%;
  overflow: visible;
  z-index: 10000; }
  .contact .modal-dialog {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
  .contact .modal-body {
    padding: 1.25em 3.125em 2.1875em; }
  .contact .modal-info__title {
    margin-bottom: 1.11111em; }
  .contact__info {
    width: 37.5%; }
  .contact__form {
    width: 62.5%; }
  .contact__section {
    margin-bottom: 2.8125em; }
  .contact__value {
    font-size: 0.875em;
    margin-bottom: 0.28571em;
    color: #4f4f4f; }
    .contact__value a, .contact__value a:hover, .contact__value a:focus {
      color: #4f4f4f; }
  .contact__name {
    font-size: 0.875em;
    max-width: 20em;
    margin-bottom: 0.71429em;
    color: #393939; }
  .contact__form-group {
    margin-bottom: 0.75em; }
    .contact__form-group .modal-info__name {
      color: #979797;
      padding-bottom: 0.35714em; }
    .contact__form-group textarea {
      resize: vertical;
      height: 8.57143em;
      max-height: 14.28571em;
      overflow-y: auto; }
  .contact__text-field {
    font-size: 0.875em;
    height: 2.28571em;
    background-color: #eaeaea; }
  .contact__btn {
    margin: 0.625em 0em;
    height: 2.125em;
    width: 7.8125em;
    padding: 0.25em; }

.register {
  overflow-y: scroll;
  margin-bottom: 3.125em; }
  .register .nav-tabs > li > a {
    margin-right: 0; }
  .register .modal-dialog {
    width: 43.75em; }
  .register__steps-title {
    font-size: 1.25em;
    margin-bottom: 1em; }
  .register .modal-body {
    padding: 1.25em 3.125em; }
  .register .modal-info__alert {
    white-space: normal; }
  .register .modal-info--credential__body .section-credential--link {
    margin-top: 0.625em; }
  .register .modal-info--advance__text-field--short {
    width: 55%; }
  .register .modal-info--advance__file-name {
    cursor: auto; }
  .register .modal-info--advance .tab-content {
    background-color: #fff; }
  .register .modal-info--advance .tab-content:last-child {
    padding-right: 1.875em;
    padding-left: 0; }
  .register .modal-info__content--tab:first-child {
    margin-left: 0; }
  .register__section {
    margin-bottom: 1.25em; }
  .register__btn {
    width: 100%;
    margin-top: 1.25em; }
  .register .profile__table .modal-info--advance__btn--delete {
    display: block;
    position: absolute;
    top: -0.21739em;
    right: 0.21739em; }
  .register .profile__heading .profile__col {
    padding: 0.53846em 0.38462em; }
  .register .profile__col {
    padding: 0.41667em; }
    .register .profile__col--hospital, .register .profile__col--assistant {
      width: 13%;
      word-break: break-word; }
    .register .profile__col--address {
      width: 21%; }
    .register .profile__col--hour {
      width: 26%; }
    .register .profile__col--phone {
      width: 18%; }
    .register .profile__col--fax {
      width: 16%; }
  .register .carousel-inner {
    overflow: visible; }
    .register .carousel-inner .item {
      background-color: #fff; }
  .register .carousel-control {
    transform: translate(0, 50%);
    top: 50%;
    bottom: auto;
    width: 8%; }
  .register .carousel-control.left,
  .register .carousel-control.right {
    background: none;
    color: #000; }
    .register .carousel-control.left .glyphicon,
    .register .carousel-control.right .glyphicon {
      font-size: 3em;
      font-family: serif; }
    .register .carousel-control.left .glyphicon-chevron-right:before,
    .register .carousel-control.right .glyphicon-chevron-right:before {
      content: "\203A"; }
    .register .carousel-control.left .glyphicon-chevron-left:before,
    .register .carousel-control.right .glyphicon-chevron-left:before {
      content: "\2039"; }
  .register .carousel-control.left {
    left: -2.5em; }
  .register .carousel-control.right {
    right: -2.5em; }
  .register .dropdown-wrapper .dropdown-language {
    width: 0; }
  .register .dropdown-wrapper .btn-group {
    width: 95%; }
    .register .dropdown-wrapper .btn-group--specialty {
      width: 100%; }
  .register .other-information-forms .modal-info__link {
    margin-right: 0.71429em; }
  .register .other-information-forms .addvance-section {
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    margin-left: 0.9375em; }
  .register .other-information-forms .latest-form {
    border-bottom: none; }
  .register .latest-indicator .sk-fading-circle {
    margin-top: 4%; }
  .register .location-indicator .sk-fading-circle {
    margin-top: 4%; }
  .register .registration-discription {
    font-size: 0.875em;
    color: #a9a9a9; }
  .register .asterick {
    font-size: 1.42857em;
    margin-left: 0.3em;
    line-height: 0.7em; }

.edit-practice-location {
  width: 1.66667em;
  height: 1.66667em;
  transform: translateY(-50%);
  right: 0.16667em;
  bottom: -0.58333em; }

.edit-icon {
  width: 100%;
  height: 100%;
  background-size: cover;
  background: url("assets/images/edit-photo.png") no-repeat 0 0; }

.edit-practice-location {
  width: 1.66667em;
  height: 1.66667em;
  transform: translateY(-50%);
  right: 0.16667em;
  bottom: -0.58333em; }

.edit-icon {
  width: 100%;
  height: 100%;
  background-size: cover;
  background: url("assets/images/edit-photo.png") no-repeat 0 0; }

.thankyou .container {
  padding: 0; }
.thankyou__header {
  color: #000444; }
  .thankyou__header-info {
    padding-top: 3.4375em;
    padding-bottom: 1.875em; }
    .thankyou__header-info .thankyou__heading {
      margin-bottom: 0.23333em; }
.thankyou__content {
  padding-top: 3.4375em;
  padding-bottom: 2.1875em; }
  .thankyou__content .modal-info__name,
  .thankyou__content .modal-info__link {
    font-size: 1em; }
.thankyou__form-wrapper {
  max-width: 31.875em;
  color: #424242; }
  .thankyou__form-wrapper .thankyou__heading {
    font-size: 1.625em; }
  .thankyou__form-wrapper form {
    margin-top: 3.125em; }
.thankyou__logo {
  width: 22.6875em;
  height: 23.875em; }
.thankyou__form-section {
  margin-bottom: 1.25em; }
.thankyou__heading {
  font-size: 1.875em; }
.thankyou__btn-wrapper {
  margin-top: 0.9375em; }
  .thankyou__btn-wrapper .modal-info__btn--save {
    width: 14em; }
.thankyou__remove-invite {
  top: 1.28em;
  font-size: 1.5625em; }
  .thankyou__remove-invite, .thankyou__remove-invite:hover, .thankyou__remove-invite:focus {
    color: #333; }
.thankyou__message {
  background-color: #f5f5f5; }
  .thankyou__message .container {
    height: 100%; }
  .thankyou__message-content {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #4c4c4c; }
  .thankyou__message-icon {
    background-image: url("assets/images/icon-ok.png");
    width: 3.5em;
    height: 3.3125em; }
  .thankyou__message-heading {
    margin-bottom: 0.1em;
    margin-top: 0.2em;
    font-size: 3.125em;
    letter-spacing: -1px; }
  .thankyou__message-desc {
    margin-bottom: 1.25em;
    font-size: 1.5em; }

.alerts__loading {
  opacity: .8;
  pointer-events: none; }
.alerts__btn-group {
  font-size: 0.8125em; }
.alerts__form {
  margin-bottom: 0.875em; }
.alerts__form-title {
  padding-right: 0.38462em; }
.alerts__btn-group .btn:not(:last-child), .alerts__btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn:not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .alerts__btn-group .close-btn:not(:last-child), .alerts__btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .alerts__btn-group .save-as-draft-btn:not(:last-child), .alerts__btn-group .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .alerts__btn-group .submit-claim-btn:not(:last-child) {
  margin-right: 0.38462em; }
.alerts__btn {
  width: 3.30769em;
  height: 2.69231em;
  padding: 0.61538em 0.15385em;
  font-size: inherit;
  border: 1px solid #cacaca;
  color: inherit; }
  .alerts__btn:hover, .alerts__btn:focus {
    background-color: #f1f1f1; }
  .alerts__btn--disabled, .alerts__btn--disabled:hover, .alerts__btn--disabled:focus {
    background-color: #cacaca;
    cursor: default !important; }
.alerts__info .table__col {
  width: 100%;
  color: #f26360;
  pointer-events: none; }
.alerts__col--location {
  width: 19%; }
.alerts__col--alerts {
  padding-left: 0.46154em;
  padding-right: 0.46154em;
  width: 59%;
  pointer-events: none;
  cursor: default; }
  .alerts__col--alerts, .alerts__col--alerts:hover {
    color: #333; }
.alerts__col--time {
  width: 22%; }
.alerts__label {
  font-weight: normal; }
.alerts__new {
  background-color: #faebd7; }
.alerts .heading__content {
  margin-top: 1.25em;
  margin-bottom: 0.8125em; }
.alerts .new-appointment .can-click,
.alerts .upcoming-appointment .can-click {
  pointer-events: visible; }
.alerts .canceled .alerts__label {
  color: #f9625d; }
.alerts .new-appointment .alerts__label {
  color: #679930; }
.alerts .review .alerts__label {
  color: #d7c73a; }
.alerts .upcoming-appointment .alerts__label {
  color: #4c7fdc; }
.alerts .profile-update .alerts__label {
  color: #8f35ba; }
.alerts .referral .alerts__label {
  color: #B19CD9; }
.alerts .sk-fading-circle {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%); }

.availability {
  /* Availability table */
  /* Header */
  /* Availability in a day */
  /* Show elements to view */ }
  .availability .error-msg p {
    padding-bottom: 0.38462em;
    margin: 0 0 0 2.30769em; }
  .availability__table {
    margin-bottom: 3.46154em;
    margin-top: 1.53846em;
    color: #817a7a;
    font-size: 0.8125em; }
  .availability__header, .availability__in-day, .availability__row-container, .availability__row {
    display: flex;
    flex-direction: row; }
  .availability__row-container .availability__col--location {
    width: 26.5%; }
  .availability__row-container .availability__col--repeat {
    width: 18%; }
    .availability__row-container .availability__col--repeat .dropdown-menu {
      width: 8.75em; }
  .availability__row-container .availability__col--phone {
    width: 6%; }
  .availability__header {
    color: #f26360;
    background-color: #f1f1f1;
    border: 1px solid #cacaca; }
    .availability__header .availability__col--wrapper .availability__col {
      padding: 0.38462em 2.30769em; }
  .availability__in-day {
    flex-wrap: wrap;
    margin-top: 0.76923em;
    border: 1px solid #cacaca;
    /* Show add slot when hover */ }
    .availability__in-day:hover .availability__add-slot {
      opacity: 1;
      filter: alpha(opacity=100); }
    .availability__in-day--disable {
      background-color: #f1f1f1;
      pointer-events: none;
      cursor: no-drop; }
    .availability__in-day--empty .day--number,
    .availability__in-day--empty .day--name {
      font-size: 1.53846em !important;
      line-height: 1em !important; }
    .availability__in-day .availability__timeslots:not(:last-child) .availability__update,
    .availability__in-day .availability__timeslots:not(:last-child) .availability__edit {
      border-bottom: 1px solid #cacaca; }
  .availability__col {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .availability__col--day {
      padding: 0.38462em;
      width: 8%;
      border-right: 1px solid #cacaca; }
      .availability__col--day .day--number,
      .availability__col--day .day--name {
        color: #f26360; }
      .availability__col--day .day--number {
        font-size: 2.61538em;
        line-height: 0.88235em; }
      .availability__col--day .day--name {
        font-size: 1.53846em; }
    .availability__col--wrapper {
      width: 92%; }
      .availability__col--wrapper .availability__col {
        padding: 1.15385em 0.38462em 1.15385em 2.30769em; }
        .availability__col--wrapper .availability__col .dropdown-toggle {
          background-color: transparent; }
      .availability__col--wrapper .availability__col--phone {
        padding-right: 0.76923em; }
    .availability__col--time {
      width: 26.5%; }
      .availability__col--time .availability__select {
        width: 5.38462em; }
      .availability__col--time .btn-group:first-child {
        margin-right: 0.76923em; }
    .availability__col--appointment {
      width: 22.5%; }
      .availability__col--appointment .availability__select {
        width: 4.61538em; }
    .availability__col--location {
      width: 25.8%; }
      .availability__col--location .availability__select {
        width: 9.61538em; }
    .availability__col--phone {
      width: 25.2%; }
  .availability__phone-number, .availability__phone-number:hover, .availability__phone-number:focus {
    color: #817a7a; }
  .availability__select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(assets/images/icon-arrow-sm.png) no-repeat right center; }
  .availability__update .availability__col:not(:last-child) {
    padding-left: 1.53846em; }
  .availability .select-box-custom-md .text-value {
    max-width: 7.69231em; }
  .availability .is-updating .availability__phone-number {
    display: none; }
  .availability .is-updating .view .availability__phone-number.repeat-options {
    display: block;
    margin-left: 4%; }
  .availability__btn--remove {
    width: 1.23077em;
    height: 1.23077em;
    background: url(assets/images/icon-remove-md.png) no-repeat; }
  .availability__add-slot {
    opacity: 0;
    filter: alpha(opacity=0);
    animation: display-none-transition 1s;
    padding: 0.15385em;
    width: 100%;
    background-color: #8fd651; }
    .availability__add-slot, .availability__add-slot:hover, .availability__add-slot:focus {
      color: #fff; }

/* Shoe elements to edit */
.is-updating .availability__menu,
.is-updating .edit {
  width: 100%; }
  .is-updating .availability__menu .availability__phone-number,
  .is-updating .edit .availability__phone-number {
    color: #bbb; }
.is-mobile .availability__in-day .availability__add-slot {
  opacity: 1;
  filter: alpha(opacity=100); }

.tooltip__wrapper {
  margin-left: 0.3125em; }
  .tooltip__wrapper .tooltip {
    width: 14.375em;
    opacity: 1; }

.tooltip {
  animation: showTooltip 0.1s ease-in-out; }
  .tooltip.in {
    opacity: 1; }
  .tooltip--full .tooltip {
    width: auto !important;
    left: auto !important; }
  .tooltip--full .tooltip-inner {
    max-width: 100%; }

/* Style for section set business hours */
.collapse__content {
  margin-top: 0.9375em; }
.collapse__content.in {
  animation: display-none-transition 1s; }
.collapse__content .is-invalid button {
  border-color: #a94442; }
  .collapse__content .is-invalid button:hover, .collapse__content .is-invalid button:focus, .collapse__content .is-invalid button:active {
    box-shadow: 0 0 0.15385em #a94442; }
.collapse__content .is-invalid .open .btn-primary.dropdown-toggle {
  border-color: #a94442;
  box-shadow: 0 0 0.15385em #a94442; }
.collapse__content .dropdown-menu .is-selected {
  background-color: #c3c3c3; }
.collapse__row {
  width: 100%; }
.collapse__col--sm {
  width: 3%; }
.collapse__col--md {
  width: 10%; }
.collapse__col--lg {
  width: 36%; }
.collapse__col-title, .collapse__col-day {
  font-size: 0.875em; }
.collapse__col-select-box {
  margin-right: 0.25em;
  width: 30%; }
  .collapse__col-select-box:last-child {
    margin-right: 0; }
  .collapse__col-select-box .btn, .collapse__col-select-box .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .collapse__col-select-box .close-btn, .collapse__col-select-box .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .collapse__col-select-box .save-as-draft-btn, .collapse__col-select-box .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .collapse__col-select-box .submit-claim-btn {
    font-size: 0.8125em; }
    .collapse__col-select-box .btn .caret, .collapse__col-select-box .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .collapse__col-select-box .close-btn .caret, .collapse__col-select-box .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .collapse__col-select-box .save-as-draft-btn .caret, .collapse__col-select-box .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .collapse__col-select-box .submit-claim-btn .caret {
      right: 0.38462em; }
  .collapse__col-select-box .dropdown-menu {
    min-width: 3.125em; }
    .collapse__col-select-box .dropdown-menu li a {
      font-size: 0.8125em; }
    .collapse__col-select-box .dropdown-menu li .is-closed {
      padding-left: 0.1875em; }
.collapse__toggle {
  width: 11%; }
  .collapse__toggle .onoffswitch {
    top: 0.5625em; }
.collapse__checkbox input[type="checkbox"].toggle-custom__checkbox:checked + label:after {
  width: 1em;
  height: 1em;
  background-size: 92%;
  background-position: 0.15385em 0.30769em; }
.collapse__checkbox input[type="checkbox"].toggle-custom__checkbox:checked + label::before {
  width: 1.15385em;
  height: 1.15385em; }
.collapse__checkbox label {
  font-size: 0.8125em;
  line-height: 1.23077em;
  margin-bottom: 0em; }

.location-lisence {
  width: 87%; }

.indicator-search-practice-location {
  position: absolute;
  width: 100%;
  font-size: 1em; }
  .indicator-search-practice-location .sk-fading-circle {
    width: 2em;
    height: 2em;
    font-size: 0.75em;
    margin: 1% 8% auto auto;
    z-index: 4; }

.calendar-wrapper--datepicker .caret {
  top: 45%;
  right: 0.6875em;
  cursor: pointer; }
.calendar-wrapper--datepicker .btn-sm, .calendar-wrapper--datepicker .btn-group-sm > .btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-sm > .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .btn-group-sm > .close-btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-sm > .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .btn-group-sm > .save-as-draft-btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group-sm > .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .btn-group-sm > .submit-claim-btn {
  font-size: 0.75em; }
.calendar-wrapper--datepicker .btn.pull-left, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-left.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-left.close-btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-left.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-left.save-as-draft-btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-left.submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-left.submit-claim-btn {
  background: url("assets/images/icon-arrow-prev.png") no-repeat 0 0; }
.calendar-wrapper--datepicker .btn.pull-right, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-right.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-right.close-btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-right.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-right.save-as-draft-btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-right.submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-right.submit-claim-btn {
  background: url("assets/images/icon-arrow-next.png") no-repeat 0 0; }
.calendar-wrapper--datepicker .btn.pull-left, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-left.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-left.close-btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-left.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-left.save-as-draft-btn, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-left.submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-left.submit-claim-btn,
.calendar-wrapper--datepicker .btn.pull-right,
.calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-right.close-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-right.close-btn,
.calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-right.save-as-draft-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-right.save-as-draft-btn,
.calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns .pull-right.submit-claim-btn,
.submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker .pull-right.submit-claim-btn {
  width: 2.69231em;
  height: 2.30769em;
  background-position: 50%; }
.calendar-wrapper--datepicker .btn-default {
  min-width: 0;
  padding: 0;
  border: none; }
  .calendar-wrapper--datepicker .btn-default.active, .calendar-wrapper--datepicker .btn-default.active:hover {
    background-color: #fff;
    box-shadow: none; }
    .calendar-wrapper--datepicker .btn-default.active .text-info, .calendar-wrapper--datepicker .btn-default.active:hover .text-info {
      color: #333; }
  .calendar-wrapper--datepicker .btn-default:hover {
    background-color: #fff; }
    .calendar-wrapper--datepicker .btn-default:hover .text-info {
      color: #333; }
  .calendar-wrapper--datepicker .btn-default span {
    display: block;
    padding: 5px 10px;
    border: none;
    border-radius: 3px; }
  .calendar-wrapper--datepicker .btn-default .text-muted {
    display: none; }
.calendar-wrapper--datepicker .btn[disabled] .text-muted, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].close-btn .text-muted, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker [disabled].close-btn .text-muted, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].save-as-draft-btn .text-muted, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker [disabled].save-as-draft-btn .text-muted, .calendar-wrapper--datepicker .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].submit-claim-btn .text-muted, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker [disabled].submit-claim-btn .text-muted {
  opacity: 1; }
.calendar-wrapper--datepicker .text-info {
  color: #333; }
.calendar-wrapper--datepicker .btn-info, .calendar-wrapper--datepicker .btn-info.active, .calendar-wrapper--datepicker .btn-info:active, .calendar-wrapper--datepicker .btn-info:active:focus, .calendar-wrapper--datepicker .btn-info:focus, .calendar-wrapper--datepicker .btn-info.active:hover {
  background-color: #f26360; }
  .calendar-wrapper--datepicker .btn-info .text-info, .calendar-wrapper--datepicker .btn-info.active .text-info, .calendar-wrapper--datepicker .btn-info:active .text-info, .calendar-wrapper--datepicker .btn-info:active:focus .text-info, .calendar-wrapper--datepicker .btn-info:focus .text-info, .calendar-wrapper--datepicker .btn-info.active:hover .text-info {
    color: #fff; }
.calendar-wrapper--datepicker .ng-isolate-scope {
  padding: 0.0625em; }
.calendar-wrapper--datepicker .date-picker {
  padding: 0em 0.625em; }
.calendar-wrapper--datepicker thead th[colspan="5"] .btn[disabled], .calendar-wrapper--datepicker thead th[colspan="5"] .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker thead th[colspan="5"] [disabled].close-btn, .calendar-wrapper--datepicker thead th[colspan="5"] .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker thead th[colspan="5"] [disabled].save-as-draft-btn, .calendar-wrapper--datepicker thead th[colspan="5"] .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker thead th[colspan="5"] [disabled].submit-claim-btn {
  opacity: 1;
  cursor: auto; }
  .calendar-wrapper--datepicker thead th[colspan="5"] .btn[disabled]:hover, .calendar-wrapper--datepicker thead th[colspan="5"] .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].close-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker thead th[colspan="5"] [disabled].close-btn:hover, .calendar-wrapper--datepicker thead th[colspan="5"] .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].save-as-draft-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker thead th[colspan="5"] [disabled].save-as-draft-btn:hover, .calendar-wrapper--datepicker thead th[colspan="5"] .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].submit-claim-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .calendar-wrapper--datepicker thead th[colspan="5"] [disabled].submit-claim-btn:hover {
    cursor: auto; }
.calendar-wrapper--datepicker .form-control[readonly] {
  background-color: #fff; }

/* Chat */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome and Opera */ }

body {
  height: 100%; }

.chat-video-container {
  width: 350px;
  background: #4e4e4e;
  border-radius: 10px;
  position: fixed;
  z-index: 5;
  cursor: move; }
  .chat-video-container .disclaimer {
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 350px;
    text-align: center; }
  .chat-video-container .recording-sign {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 5px 15px;
    position: absolute;
    left: 15px;
    top: 15px;
    display: flex;
    align-items: center; }
    .chat-video-container .recording-sign img {
      width: 10px;
      margin-right: 10px; }
    .chat-video-container .recording-sign p {
      font-size: 12px;
      color: #ffffff;
      margin: unset; }

.chat-video-container .patient-name {
  color: #ffffff;
  font-size: 22px;
  position: absolute;
  left: 0;
  right: 0;
  top: 263px;
  text-align: center; }

.chat-video-container .state {
  color: #c9c9c9;
  position: absolute;
  font-size: 14px;
  left: 0;
  right: 0;
  top: 299px;
  text-align: center; }

.chat-video-container .chat-video-wrapper {
  width: 350px;
  height: 600px;
  background: #4e4e4e;
  border-radius: 7px; }

.chat-video-container .chat-video-wrapper .patient-video {
  width: 350px;
  height: 600px;
  background: #4e4e4e;
  border-radius: 7px; }

.chat-video-container .chat-video-wrapper .dr-video {
  width: 150px;
  height: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #4e4e4e;
  border-radius: 5px; }

.chat-video-container .chat-video-wrapper .call-buttons {
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }

.chat-video-container .chat-video-wrapper .call-buttons .secondary-mute-video {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 23px;
  cursor: pointer;
  background: url("assets/images/video-call-disable-icon.svg") no-repeat 0 0; }

.chat-video-container
.chat-video-wrapper
.call-buttons
.secondary-unmute-video {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 23px;
  cursor: pointer;
  background: url("assets/images/video-call-enable-icon.svg") no-repeat 0 0; }

.chat-video-container .chat-video-wrapper .call-buttons .secondary-mute-audio {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 23px;
  cursor: pointer;
  background: url("assets/images/microphone-disable-icon.svg") no-repeat 0 0; }

.chat-video-container
.chat-video-wrapper
.call-buttons
.secondary-unmute-audio {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 23px;
  cursor: pointer;
  background: url("assets/images/m-icrophone-enable-icon.svg") no-repeat 0 0; }

.chat-video-container .chat-video-wrapper .call-buttons .main {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin: 0 25px;
  cursor: pointer;
  background: url("assets/images/hang-up-icon.svg") no-repeat 0 0; }

.chat {
  margin: 0px 3%; }
  .chat ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px; }
  .chat ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .chat ::-webkit-scrollbar-corner {
    background: transparent; }
  .chat .chat-video-container {
    width: 350px;
    background: #4e4e4e;
    border-radius: 10px;
    position: absolute;
    z-index: 6; }
    .chat .chat-video-container .patient-name {
      color: #ffffff;
      font-size: 22px;
      position: absolute;
      left: 0;
      right: 0;
      top: 263px;
      text-align: center; }
    .chat .chat-video-container .state {
      color: #c9c9c9;
      position: absolute;
      font-size: 14px;
      left: 0;
      right: 0;
      top: 299px;
      text-align: center; }
    .chat .chat-video-container .chat-video-wrapper .patient-video {
      width: 350px;
      height: 600px;
      background: #4e4e4e;
      border-radius: 7px; }
    .chat .chat-video-container .chat-video-wrapper .dr-video {
      width: 150px;
      height: 100px;
      position: absolute;
      top: 20px;
      right: 20px;
      background: #4e4e4e;
      border-radius: 5px; }
    .chat .chat-video-container .chat-video-wrapper .call-buttons {
      position: absolute;
      text-align: center;
      right: 0;
      left: 0;
      bottom: 100px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .chat .chat-video-container .chat-video-wrapper .call-buttons .secondary-mute-video {
        width: 45px;
        height: 45px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 23px;
        cursor: pointer;
        background: url("assets/images/video-call-disable-icon.svg") no-repeat 0 0; }
      .chat .chat-video-container .chat-video-wrapper .call-buttons .secondary-unmute-video {
        width: 45px;
        height: 45px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 23px;
        cursor: pointer;
        background: url("assets/images/video-call-enable-icon.svg") no-repeat 0 0; }
      .chat .chat-video-container .chat-video-wrapper .call-buttons .secondary-mute-audio {
        width: 45px;
        height: 45px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 23px;
        cursor: pointer;
        background: url("assets/images/microphone-disable-icon.svg") no-repeat 0 0; }
      .chat .chat-video-container .chat-video-wrapper .call-buttons .secondary-unmute-audio {
        width: 45px;
        height: 45px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 23px;
        cursor: pointer;
        background: url("assets/images/m-icrophone-enable-icon.svg") no-repeat 0 0; }
      .chat .chat-video-container .chat-video-wrapper .call-buttons .main {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        margin: 0 25px;
        cursor: pointer;
        background: url("assets/images/hang-up-icon.svg") no-repeat 0 0; }
  .chat .doctor-notes {
    margin: 12px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4e4e4e; }
  .chat .normal-font {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    border: unset;
    background: unset;
    font-family: sans-serif; }
  .chat .normal-italic-font {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    border: unset;
    background: unset;
    font-family: sans-serif; }
  .chat .bold-font {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    border: unset;
    background: unset;
    font-family: sans-serif; }
  .chat .bold-italic-font {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    border: unset;
    background: unset;
    font-family: sans-serif; }
  .chat .font-active {
    color: #ec2727; }
  .chat .action-button {
    background: unset;
    border: unset; }
  .chat #editor {
    height: 350px;
    background: #fff;
    border: solid 1px #4e4e4e;
    margin: 12px; }
  .chat #toolbar {
    margin: 12px; }
  .chat .chat-components {
    display: flex;
    flex-direction: row;
    margin-top: 20px; }
  .chat .chat-dialog-container {
    flex: 1;
    position: relative;
    margin-left: 25px;
    display: flex;
    flex-direction: row; }
  .chat .chat-dialog-placeholder {
    flex: 1; }
  .chat .chat-dialog-container {
    flex: 1; }
  .chat .chat-dialog {
    flex: 1; }
  .chat .dialog_header {
    height: 70px;
    background-color: #4e4e4e;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    justify-content: space-between; }
  .chat .dialog_header_anonymous {
    background-color: #e1e2ea; }
  .chat .dialog_header_user_info_container {
    display: flex; }
  .chat .dialog_header_avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    background-color: #18077a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    margin-left: 12px;
    font-family: "HelveticaNeue";
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px; }
  .chat .dialog_header_name_and_parts {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .chat .dialog_header_timer {
    min-width: 130px;
    padding: 0px 10px;
    border: solid 1px #50e3c2;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    justify-self: center;
    color: #50e3c2;
    font-weight: bold;
    font-family: "HelveticaNeue-Bold";
    font-size: 16px; }
  .chat .dialog_header_duration {
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: flex-end;
    margin-right: 12px;
    color: white;
    font-size: 16px;
    text-align: right;
    font-family: "HelveticaNeue-Medium"; }
  .chat .dialog_header_patient_name {
    color: white;
    font-family: "HelveticaNeue-Bold";
    font-size: 24px; }
  .chat .dialog_header_patient_name_anonymous {
    color: #4e4e4e;
    font-family: "HelveticaNeue-Light"; }
  .chat .dialog_header_patient_symptoms {
    color: #ec2727;
    font-family: "HelveticaNeue-Medium";
    font-size: 14px;
    letter-spacing: 0.17px; }
  .chat .dialog_container {
    display: flex;
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
    width: 100%;
    height: 67vh; }
  .chat .dialog_msg_actions_container {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .chat .dialog_msgs_container {
    background: white;
    border: solid 1px #4e4e4e;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    flex: 1; }
  .chat .dialog_patient_symptoms {
    padding-left: 30px;
    overflow: scroll;
    max-height: 55vh;
    margin: 5px 0px; }
  .chat .dialog_comment_icon {
    color: white; }
  .chat .dialog_comment_icon_anonymous {
    color: #4e4e4e; }
  .chat .dialog_duration {
    color: white;
    font-family: "HelveticaNeue-Medium";
    font-size: 16px; }
  .chat .dialog_duration {
    color: white;
    font-family: "HelveticaNeue-Medium";
    font-size: 16px; }
  .chat .dialog_duration_anonymous {
    color: #4e4e4e;
    font-family: "HelveticaNeue-Medium";
    font-size: 16px; }
  .chat .dialog_anonymous_icon {
    background: url("assets/images/ic-anonymous-patient.png") 0 0 no-repeat;
    height: 20px;
    width: 20px;
    margin-left: 10px; }
  .chat .dialog_name_icon_container {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .chat .symptom-title {
    font-family: "HelveticaNeue";
    font-size: 14px;
    color: #4e4e4e; }
  .chat .symptom-question {
    font-family: "HelveticaNeue";
    font-size: 14px;
    color: #4e4e4e; }
  .chat .symptom-part {
    font-family: "HelveticaNeue-Medium";
    font-size: 14px;
    color: #4e4e4e; }
  .chat .health-problem {
    margin-top: 20px; }
  .chat .gender {
    margin-top: 20px; }
  .chat .health-problem-descp {
    font-family: "HelveticaNeue-Medium";
    font-size: 14px;
    color: #4e4e4e; }
  .chat .additional-info {
    margin-top: 20px; }
  .chat .no-info {
    font-family: "HelveticaNeue-Medium";
    font-size: 14px;
    color: #e1e2ea;
    height: 15vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
  .chat .chatDialog {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column; }
  .chat .attach-btn {
    font-family: "HelveticaNeue";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.57;
    letter-spacing: normal;
    font-size: 28px;
    color: #18077a; }
  .chat .input-msg {
    border-radius: 10px;
    border: solid 0.4px rgba 189 189 189, 0.4;
    height: 40px;
    margin: 0px 7px;
    font-family: "HelveticaNeue";
    font-size: 14px;
    line-height: 16px; }
  .chat .input-msg::-webkit-input-placeholder {
    color: #e1e2ea;
    font-family: "HelveticaNeue";
    font-size: 14px;
    line-height: 16px; }
  .chat .input-msg:-moz-placeholder {
    color: #e1e2ea;
    font-family: "HelveticaNeue";
    font-size: 14px;
    line-height: 16px; }
  .chat .input-msg::-moz-placeholder {
    color: #e1e2ea;
    font-family: "HelveticaNeue";
    font-size: 14px;
    line-height: 16px; }
  .chat .input-msg:-moz-placeholder {
    color: #e1e2ea;
    font-family: "HelveticaNeue";
    font-size: 14px;
    line-height: 16px; }
  .chat .send-btn {
    width: 30px;
    height: 24px;
    background: url("assets/images/ic-send.svg") no-repeat 0 0;
    align-self: center; }
  .chat .call-btn {
    width: 30px;
    height: 24px;
    background: url("assets/images/start-video-call.png") no-repeat 0 0;
    background-size: contain;
    align-self: center; }
  .chat .controllers {
    display: flex;
    align-items: center;
    margin-top: 10px; }
  .chat .msg {
    margin: 8px 12px;
    border-radius: 10px;
    font-family: "HelveticaNeue";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    padding: 8px;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    white-space: pre-wrap; }
  .chat textarea {
    resize: none; }
  .chat .left-msg {
    text-align: start;
    background-color: #f4f5f7;
    color: #4e4e4e; }
  .chat .right-msg {
    text-align: end;
    background: linear-gradient(to bottom, #18077a, #e9e9e9);
    color: white; }
  .chat .date-header {
    background: #007aff;
    padding: 3px 12px;
    border-radius: 15px;
    font-family: "HelveticaNeue-Medium";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center; }
  .chat .date-header-container {
    display: flex;
    justify-content: center;
    margin: 8px 0px;
    color: white; }
  .chat .msg-time {
    margin-top: 3px;
    font-family: "HelveticaNeue";
    font-size: 11px; }
  .chat .msgs-indicator {
    width: 100px;
    height: 100px; }
  .chat .attach-file-container {
    position: relative;
    overflow: hidden;
    display: inline-block; }
  .chat .attach-file-container input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  .chat .img-msg-container {
    width: 330px;
    height: 330px;
    display: flex;
    justify-content: center; }
  .chat .img-msg {
    width: 330px;
    height: 330px;
    object-fit: cover;
    background-image: url("assets/images/icon-loading.gif");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position-x: 50%;
    background-position-y: 50%; }
  .chat .symptom-question-answer {
    font-family: "HelveticaNeue-Medium";
    font-size: 14px;
    color: #4e4e4e;
    margin-top: 3px;
    margin-bottom: 20px; }
  .chat .symptom {
    margin-top: 7px; }
  .chat .chat-dialog-placeholder {
    overflow: auto;
    border-radius: 8px;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .chat .chat-dialog-placeholder-image {
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    background: url("assets/images/ic-start-a-session-opt-3.png") no-repeat 0 0; }
  .chat .chat-dialog-placeholder-welcome {
    margin-top: 30px;
    font-family: "HelveticaNeue-Medium";
    font-size: 16px;
    color: #818181; }
  .chat .chat-dialog-placeholder-descp {
    line-height: 1.8;
    text-align: center;
    font-family: "HelveticaNeue";
    font-size: 14px;
    color: #9e9e9e;
    margin-top: 10px; }
  .chat .no-sessions-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%; }
  .chat .no-sessions-icon {
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    background: url("assets/images/no-chat-filled-100.png") no-repeat 0 0; }
  .chat .no-sessions-title {
    margin-top: 30px;
    font-family: "HelveticaNeue-Medium";
    font-size: 16px;
    color: #818181; }
  .chat .no-sessions-descp {
    font-family: "HelveticaNeue";
    font-size: 14px;
    color: #9e9e9e;
    margin: 14px 29px 0px; }
  .chat .tab-container-no-sessions {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .chat .chat-details {
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 1rem 2rem; }
    .chat .chat-details .unread-container {
      display: flex; }
      .chat .chat-details .unread-container .unread-icon {
        margin-right: 1rem; }
  .chat .sidebar {
    width: 350px;
    overflow: auto;
    border-radius: 8px;
    background-color: #f8f8f8; }
  .chat .active-tab {
    border-radius: 0px 0px 8px 8px;
    border: solid 1px #bdbdbd;
    background-color: #e1e2ea;
    height: 70vh;
    max-height: 70vh;
    margin: 0px 8px 8px; }
  .chat .chat {
    overflow: auto;
    width: auto;
    display: flex;
    margin: 10px 11px;
    border-radius: 8px;
    background-color: white; }
  .chat .selected-session {
    border-width: medium;
    border-color: #00b2ff;
    border-style: solid; }
  .chat .chat-left {
    flex-direction: column;
    width: 23%; }
  .chat .chat-right {
    display: flex;
    flex-direction: column;
    width: 75%;
    margin: 0px 3px; }
  .chat .chat-row {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
  .chat .chat-circle {
    width: 38px;
    margin: 8px;
    height: 38.2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #18077a; }
  .chat .chat-initials {
    font-family: "HelveticaNeue";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: white; }
  .chat .chat-bubble {
    justify-content: center;
    align-items: center;
    margin: 0px 16px;
    width: 20px;
    height: 18px;
    object-fit: contain;
    background: url("assets/images/bubble-chat.png") no-repeat 0 0; }
  .chat .video-chat-bubble {
    justify-content: center;
    align-items: center;
    margin: 0px 16px;
    width: 20px;
    height: 18px;
    object-fit: contain;
    background: url("assets/images/video-call.png") no-repeat 0 0; }
  .chat .chat-symptoms {
    height: 15px;
    font-family: "HelveticaNeue-Medium";
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #ec2727;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chat .chat-date {
    font-family: "HelveticaNeue-Medium";
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #4e4e4e;
    text-align: right;
    width: 100%; }
  .chat .chat-name {
    height: 17px;
    font-family: "HelveticaNeue-Bold";
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #4e4e4e;
    width: 100%;
    word-break: break-word; }
  .chat .chat-name-anonymous {
    color: #4e4e4e;
    font-family: "HelveticaNeue-Light"; }
  .chat .session-anonymous-icon {
    background: url("assets/images/ic-anonymous-patient.png") 0 0 no-repeat;
    height: 20px;
    width: 20px;
    margin-left: 5px;
    background-size: contain; }
  .chat .session-name-and-anonymous-icon {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .chat .chat-my-patient {
    height: 20px;
    background-color: #ff623c;
    font-family: "HelveticaNeue";
    font-size: 10px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: white;
    border-radius: 15px;
    padding: 2px;
    width: 40%; }
  .chat .chat-content {
    height: 32px;
    font-family: "HelveticaNeue";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #4e4e4e;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px; }
    .chat .chat-content .call-ended {
      background: #eeeeee;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 1px 5px;
      font-size: 12px;
      border-radius: 3px; }
    .chat .chat-content .call-starts-in {
      color: #fff;
      background: #22b519;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 1px 5px;
      font-size: 12px;
      border-radius: 3px; }
  .chat .chat-messages-count {
    width: 22px;
    height: 22px;
    background-color: #ec4b4e;
    font-family: "HelveticaNeue-Bold";
    font-size: 12px;
    font-stretch: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: white;
    border-radius: 50%;
    padding: 3px; }
  .chat .message-delivered {
    width: 20px;
    height: 10px;
    object-fit: contain;
    margin-right: 5px; }
  .chat .active-chat {
    border-style: solid;
    border-color: blue; }
  .chat .sidebar .nav {
    margin: 8px 8px 0px 8px; }
  .chat .sidebar .nav-tabs {
    border-bottom: 0px; }
  .chat .sidebar .nav-tabs .active {
    border-radius: 8px 8px 0px 0px;
    border-top: solid 1px #bdbdbd;
    border-left: solid 1px #bdbdbd;
    border-right: solid 1px #bdbdbd;
    background-color: #e1e2ea; }
  .chat .sidebar .active a {
    background-color: #e1e2ea !important; }
  .chat .sidebar .nav-tabs > li {
    width: 33.333%;
    text-align: center; }
  .chat .sidebar .nav-tabs li > a {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4e4e4e; }
  .chat .pagination > .active > a,
  .chat .pagination > .active > a:hover,
  .chat .pagination > .active > a:focus,
  .chat .pagination > .active > span,
  .chat .pagination > .active > span:hover,
  .chat .pagination > .active > span:focus {
    color: #ec2727;
    font-size: 12px;
    font-family: "HelveticaNeue";
    background-color: transparent;
    border-color: transparent;
    padding: 0px 5px;
    border-style: hidden !important; }
  .chat .pagination > li > a,
  .chat .pagination > li > span {
    color: #4e4e4e;
    font-family: "HelveticaNeue";
    font-size: 12px;
    background-color: transparent;
    border-color: transparent;
    border-style: hidden !important;
    padding: 0px 5px; }
  .chat .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: hidden;
    margin: 5px; }
  .chat #chats {
    display: flex;
    flex-direction: column-reverse; }
  .chat .chat-sessions {
    overflow: scroll;
    flex-grow: 1; }
  .chat .sessions-indicator {
    align-self: center;
    height: inherit;
    background-position: center;
    transform: translate(0%, 0%);
    left: auto;
    top: auto;
    width: 100px; }

.img-fullscreen {
  display: flex;
  justify-content: center; }

.img-fullscreen img {
  width: 100%;
  object-fit: contain;
  transform: rotate(0) !important; }

@media (max-width: 1440px) and (min-width: 1201px) {
  .chat .chat-initials {
    font-family: "HelveticaNeue";
    font-size: 14px; }
  .chat .sidebar .nav-tabs > li {
    width: 33.333%;
    text-align: center; }
  .chat .chat-left {
    flex-direction: column;
    width: 23%; }
  .chat .chat-right {
    display: flex;
    flex-direction: column;
    width: 77%; } }
@media (max-width: 1200px) and (min-width: 993px) {
  .chat .chat-name {
    display: none; }
  .chat .chat-initials {
    font-family: "HelveticaNeue";
    font-size: 14px; }
  .chat .sidebar .nav-tabs > li {
    width: 80px;
    text-align: center; }
  .chat .chat-left {
    flex-direction: column;
    margin-right: 1%;
    width: 23%; }
  .chat .chat-right {
    display: flex;
    flex-direction: column;
    width: 77%; }
  .chat .dialog_header_patient_name {
    font-size: 16px; }
  .chat .dialog_header_duration {
    font-size: 13px; } }
@media (max-width: 992px) {
  .chat .dialog_header_patient_name {
    font-size: 16px; }
  .chat .dialog_header_duration {
    font-size: 13px; }
  .chat .sidebar .nav-tabs > li {
    width: 100%;
    text-align: center; }
  .chat .chat-right {
    display: none;
    flex-direction: column;
    width: 0px;
    margin: 0px; }
  .chat .chat-left {
    flex-direction: column;
    width: 100%; }
  .chat .sidebar {
    margin-top: 20px;
    overflow: auto;
    border-radius: 8px;
    background-color: #f8f8f8;
    width: 57%; }
  .chat .active-tab {
    margin: 0px 8px;
    border-radius: 0px 0px 8px 8px;
    border: solid 1px #bdbdbd;
    background-color: #e1e2ea;
    height: 70vh;
    max-height: 70vh; } }
.prescription {
  margin: 12px; }
  .prescription .title-header {
    display: flex;
    justify-content: space-between; }
    .prescription .title-header div:last {
      cursor: pointer; }
  .prescription .title, .prescription .confirm-submit-claim-dialog .title-error, .confirm-submit-claim-dialog .prescription .title-error {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 20px; }
  .prescription .prescription-checkbox-label {
    padding-bottom: 22px; }
  .prescription .label {
    color: #4e4e4e;
    font-size: 14px; }
  .prescription .pick-up-location {
    padding: 40px 0 15px 20px;
    font-size: 14px;
    font-weight: 500; }
  .prescription .address {
    padding: 0 0 0 20px;
    font-size: 14px;
    font-weight: normal; }
  .prescription .prescription-container {
    border: solid 1px #4e4e4e;
    background-color: #fff;
    padding: 20px 12px 35px 12px; }
    .prescription .prescription-container .header {
      font-size: 14px;
      height: 50px;
      background-color: #f1f1f1; }
      .prescription .prescription-container .header div {
        display: flex;
        height: 50px;
        align-items: center; }
    .prescription .prescription-container .item-row {
      display: flex;
      font-size: 14px;
      min-height: 50px; }
      .prescription .prescription-container .item-row .medicine-name-section-container {
        display: block; }
      .prescription .prescription-container .item-row div {
        display: flex;
        align-items: center; }
      .prescription .prescription-container .item-row .consumption {
        display: flex;
        flex-wrap: wrap;
        font-size: 10px;
        font-weight: normal;
        color: #4e4e4e;
        z-index: 10; }
    .prescription .prescription-container .total-row {
      font-size: 14px;
      height: 50px;
      border-bottom: solid 1px #f8f8f8;
      border-top: solid 1px #f8f8f8;
      font-weight: 500; }
      .prescription .prescription-container .total-row div {
        display: flex;
        height: 50px;
        align-items: center; }
    .prescription .prescription-container .pull-right {
      justify-content: flex-end; }
  .prescription .prescription-print {
    display: none;
    background-color: #fff;
    padding: 20px 12px 35px 12px; }
    .prescription .prescription-print .print-title {
      color: #4e4e4e;
      font-size: 20px;
      padding-bottom: 15px; }
    .prescription .prescription-print .time-row {
      display: flex;
      font-size: 14px;
      color: #4e4e4e; }
      .prescription .prescription-print .time-row .time-title {
        width: 145px; }
      .prescription .prescription-print .time-row .time-detail {
        font-weight: 500; }
    .prescription .prescription-print .doctor-name {
      font-size: 12px;
      font-weight: 500;
      color: #4e4e4e;
      padding-top: 18px;
      padding-bottom: 20px; }
    .prescription .prescription-print .dr-info-row {
      display: flex;
      font-size: 12px;
      color: #4e4e4e; }
      .prescription .prescription-print .dr-info-row .dr-location {
        width: 310px; }
    .prescription .prescription-print .patient-info {
      margin-top: 15px;
      border-top: dashed 1px #c9c9c9;
      border-bottom: dashed 1px #c9c9c9;
      padding: 14px 0; }
      .prescription .prescription-print .patient-info .patient-row {
        display: flex; }
        .prescription .prescription-print .patient-info .patient-row .patient-title {
          font-size: 14px;
          width: 200px;
          font-weight: bold;
          padding-bottom: 12px; }
    .prescription .prescription-print .dr-row {
      display: flex; }
      .prescription .prescription-print .dr-row .patient-title {
        font-size: 14px;
        width: 150px;
        font-weight: bold;
        padding-bottom: 20px; }
    .prescription .prescription-print .prescription-details-title {
      font-size: 16px;
      font-weight: bold;
      padding: 20px 0; }
    .prescription .prescription-print .pick-up-container {
      margin-top: 15px;
      padding: 15px 20px;
      border: solid 1px #767676; }
      .prescription .prescription-print .pick-up-container .pick-up-location {
        padding: 0 0 15px 20px;
        font-size: 14px;
        font-weight: 500; }
    .prescription .prescription-print .header {
      font-size: 14px;
      height: 50px;
      background-color: #f1f1f1;
      padding: 0 15px; }
      .prescription .prescription-print .header div {
        display: flex;
        min-height: 50px;
        align-items: center; }
    .prescription .prescription-print .item-row {
      width: 100%;
      display: flex;
      font-size: 14px;
      min-height: 50px; }
      .prescription .prescription-print .item-row .row {
        width: calc(100% + 30px);
        padding: 0 15px; }
      .prescription .prescription-print .item-row .medicine-name-section-container {
        display: block; }
      .prescription .prescription-print .item-row div {
        display: flex;
        align-items: center; }
      .prescription .prescription-print .item-row .consumption {
        display: flex;
        flex-wrap: wrap;
        font-size: 10px;
        font-weight: normal;
        color: #4e4e4e; }
    .prescription .prescription-print .total-row {
      padding: 0 15px;
      font-size: 14px;
      height: 50px;
      border-bottom: solid 1px #f8f8f8;
      border-top: solid 1px #f8f8f8;
      font-weight: 500; }
      .prescription .prescription-print .total-row div {
        display: flex;
        height: 50px;
        align-items: center; }
    .prescription .prescription-print .pull-right {
      justify-content: flex-end; }
    .prescription .prescription-print .disclaimer {
      color: #4e4e4e;
      font-size: 12px;
      padding-top: 21px;
      padding-bottom: 15px; }
    .prescription .prescription-print .small-disclaimer {
      color: #4e4e4e;
      font-size: 10px; }
  .prescription .no-delivery {
    margin: 0 20px;
    font-size: 14px;
    color: #4e4e4e; }
  .prescription .medicine-row {
    position: relative;
    margin: 19px 20px 15px 20px; }
    .prescription .medicine-row input {
      width: 100%;
      height: 65px;
      border-radius: 10px;
      border: solid 1px #9b9b9b;
      padding: 0 10px; }
    .prescription .medicine-row .name-input {
      width: 100%;
      min-height: 65px;
      border-radius: 10px;
      border: solid 1px #9b9b9b;
      padding: 0 10px; }
      .prescription .medicine-row .name-input input {
        width: 100%;
        height: unset;
        border-radius: unset;
        border: unset;
        padding: unset; }
      .prescription .medicine-row .name-input input:focus,
      .prescription .medicine-row .name-input textarea:focus,
      .prescription .medicine-row .name-input select:focus {
        outline: none; }
      .prescription .medicine-row .name-input .medicine-input {
        padding-top: 5px;
        padding-bottom: 35px; }
      .prescription .medicine-row .name-input .consumption {
        display: flex;
        margin-top: -35px;
        flex-wrap: wrap;
        font-size: 10px;
        font-weight: normal;
        color: #4e4e4e;
        z-index: 10; }
    .prescription .medicine-row .no-padding-left {
      padding-left: unset; }
    .prescription .medicine-row .delete-pricing {
      display: flex;
      justify-content: space-between; }
      .prescription .medicine-row .delete-pricing .price {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .prescription .medicine-row .delete-pricing .delete {
        cursor: pointer; }
    .prescription .medicine-row .dropbox {
      width: 100%;
      top: 103%;
      z-index: 10;
      overflow: auto;
      position: absolute;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
      border: solid 1px #979797;
      background-color: #ffffff; }
      .prescription .medicine-row .dropbox .item {
        cursor: pointer;
        padding: 20px 28px;
        border-bottom: solid 0.5px #979797; }
        .prescription .medicine-row .dropbox .item:hover {
          background-color: #edf3fc; }
  .prescription .add-item-button {
    margin: 0 20px;
    display: flex;
    cursor: pointer; }
    .prescription .add-item-button .logo {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #18077a;
      color: #fff;
      margin-left: 0;
      margin-right: 10px; }
    .prescription .add-item-button .text {
      color: #18077a; }
  .prescription .summery {
    padding: 0 20px;
    height: 55px;
    margin-top: 30px;
    border-bottom: solid 1px #f8f8f8;
    border-top: solid 1px #f8f8f8; }
    .prescription .summery .no-padding-left {
      padding-left: unset; }
    .prescription .summery div {
      display: flex;
      height: 55px;
      align-items: center; }
  .prescription .save-btn {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 207px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ec2727;
    margin-top: 30px;
    margin-left: 20px;
    color: #fff; }

.modal-create-prescription .modal-dialog {
  width: 800px !important; }
.modal-create-prescription .modal-info__content {
  padding: 30px 15px 35px 15px; }
  .modal-create-prescription .modal-info__content .pick-up-location {
    padding: 40px 0 15px 20px;
    font-size: 14px;
    font-weight: 500; }
  .modal-create-prescription .modal-info__content .address {
    padding: 0 0 0 20px;
    font-size: 14px;
    font-weight: normal; }
  .modal-create-prescription .modal-info__content .success {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .modal-create-prescription .modal-info__content .success .logo {
      width: 65px;
      padding: 70px 0 25px 0; }
    .modal-create-prescription .modal-info__content .success .success-text {
      padding-bottom: 25px;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      color: #6abd45; }
    .modal-create-prescription .modal-info__content .success .text {
      font-size: 16px;
      columns: #4e4e4e; }
    .modal-create-prescription .modal-info__content .success .btn, .modal-create-prescription .modal-info__content .success .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-create-prescription .modal-info__content .success .close-btn, .modal-create-prescription .modal-info__content .success .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-create-prescription .modal-info__content .success .save-as-draft-btn, .modal-create-prescription .modal-info__content .success .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-create-prescription .modal-info__content .success .submit-claim-btn {
      display: flex;
      margin-top: 142px;
      justify-content: center;
      align-items: center;
      width: 335px;
      height: 50px;
      border-radius: 5px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      background-color: #ff0000;
      color: #fff; }
  .modal-create-prescription .modal-info__content .title, .modal-create-prescription .modal-info__content .confirm-submit-claim-dialog .title-error, .confirm-submit-claim-dialog .modal-create-prescription .modal-info__content .title-error {
    font-size: 16px;
    font-weight: 500;
    color: #4e4e4e; }
  .modal-create-prescription .modal-info__content .description {
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 25px; }
  .modal-create-prescription .modal-info__content .header {
    font-size: 14px;
    height: 50px;
    background-color: #f1f1f1; }
    .modal-create-prescription .modal-info__content .header div {
      display: flex;
      height: 50px;
      align-items: center; }
  .modal-create-prescription .modal-info__content .item-row {
    display: flex;
    font-size: 14px;
    min-height: 50px; }
    .modal-create-prescription .modal-info__content .item-row .medicine-name-section-container {
      display: block; }
    .modal-create-prescription .modal-info__content .item-row div {
      display: flex;
      align-items: center; }
    .modal-create-prescription .modal-info__content .item-row .consumption {
      display: flex;
      flex-wrap: wrap;
      font-size: 10px;
      font-weight: normal;
      color: #4e4e4e;
      z-index: 10; }
  .modal-create-prescription .modal-info__content .total-row {
    font-size: 14px;
    height: 50px;
    border-bottom: solid 1px #f8f8f8;
    border-top: solid 1px #f8f8f8;
    font-weight: 500; }
    .modal-create-prescription .modal-info__content .total-row div {
      display: flex;
      height: 50px;
      align-items: center; }
  .modal-create-prescription .modal-info__content .pull-right {
    justify-content: flex-end; }
  .modal-create-prescription .modal-info__content .save-btn {
    display: flex;
    cursor: pointer;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    width: 207px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ec2727;
    margin-top: 30px;
    color: #fff; }

.modal-disable-prescription .modal-dialog {
  width: 550px !important; }
.modal-disable-prescription .disclaimer {
  padding-top: 25px;
  padding-right: 35px;
  padding-left: 35px; }
.modal-disable-prescription .buttons {
  display: flex;
  justify-content: center; }
.modal-disable-prescription .btn, .modal-disable-prescription .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-disable-prescription .close-btn, .modal-disable-prescription .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-disable-prescription .save-as-draft-btn, .modal-disable-prescription .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-disable-prescription .submit-claim-btn {
  width: 200px;
  margin: 10px 25px; }
.modal-disable-prescription .cancel {
  border: 1px solid #4a4a4a; }

.modal-prescription-dosage input::-webkit-outer-spin-button,
.modal-prescription-dosage input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.modal-prescription-dosage input[type="number"] {
  -moz-appearance: textfield; }
.modal-prescription-dosage .modal-dialog {
  width: 612px !important; }
.modal-prescription-dosage .modal-info__content {
  padding: 30px 14px 30px 14px;
  color: #4e4e4e; }
  .modal-prescription-dosage .modal-info__content .title, .modal-prescription-dosage .modal-info__content .confirm-submit-claim-dialog .title-error, .confirm-submit-claim-dialog .modal-prescription-dosage .modal-info__content .title-error {
    font-size: 16px;
    font-weight: 500;
    color: #4e4e4e; }
  .modal-prescription-dosage .modal-info__content .description {
    font-size: 14px;
    margin: 10px 0 25px; }
  .modal-prescription-dosage .modal-info__content .header {
    padding: 17px 0px 17px 31px;
    background-color: #f1f1f1;
    font-size: 14px;
    font-weight: 500; }
  .modal-prescription-dosage .modal-info__content .consumption-row {
    margin-top: 20px;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    padding-left: 45px; }
    .modal-prescription-dosage .modal-info__content .consumption-row input {
      height: 40px;
      border-radius: 7px;
      border: solid 1px #9b9b9b;
      width: 100%;
      text-align: center; }
    .modal-prescription-dosage .modal-info__content .consumption-row select {
      height: 40px;
      border-radius: 7px;
      border: solid 1px #9b9b9b;
      width: 100%; }
    .modal-prescription-dosage .modal-info__content .consumption-row .quantity {
      width: 45px; }
    .modal-prescription-dosage .modal-info__content .consumption-row .quantity-input {
      width: 45px;
      margin-right: 15px; }
    .modal-prescription-dosage .modal-info__content .consumption-row .unit-input {
      width: 100px;
      margin-right: 15px; }
    .modal-prescription-dosage .modal-info__content .consumption-row .per-day-input {
      width: 45px;
      margin-right: 15px; }
    .modal-prescription-dosage .modal-info__content .consumption-row .per-day {
      margin-right: 15px; }
    .modal-prescription-dosage .modal-info__content .consumption-row .days-input {
      width: 45px;
      margin-right: 15px; }
  .modal-prescription-dosage .modal-info__content .take-checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 80px;
    font-size: 14px;
    font-weight: normal;
    color: #4e4e4e; }
    .modal-prescription-dosage .modal-info__content .take-checkbox .third {
      width: 33.332%; }
    .modal-prescription-dosage .modal-info__content .take-checkbox .toggle {
      margin-bottom: 12px;
      cursor: pointer; }
      .modal-prescription-dosage .modal-info__content .take-checkbox .toggle input {
        opacity: 0; }
      .modal-prescription-dosage .modal-info__content .take-checkbox .toggle label {
        position: relative;
        font-size: 14px !important; }
      .modal-prescription-dosage .modal-info__content .take-checkbox .toggle label::before {
        content: "";
        width: 15px;
        height: 15px;
        padding-right: 15px;
        margin-right: 15px;
        border-radius: 3px;
        border: solid 1px #9b9b9b; }
      .modal-prescription-dosage .modal-info__content .take-checkbox .toggle label::after {
        content: "/";
        position: absolute;
        display: none;
        position: absolute;
        top: 0;
        left: 6px;
        color: #4e4e4e; }
      .modal-prescription-dosage .modal-info__content .take-checkbox .toggle input:checked ~ label::after {
        display: block; }
  .modal-prescription-dosage .modal-info__content .remarks {
    margin-left: 31px; }
    .modal-prescription-dosage .modal-info__content .remarks .labels {
      font-size: 14px;
      font-weight: normal;
      color: #4e4e4e; }
    .modal-prescription-dosage .modal-info__content .remarks .ta-input {
      margin-top: 17px; }
    .modal-prescription-dosage .modal-info__content .remarks textarea {
      padding: 10px 15px;
      border-radius: 10px;
      border: solid 1px #9b9b9b;
      font-size: 14px; }
  .modal-prescription-dosage .modal-info__content .save-btn {
    cursor: pointer;
    width: 207px;
    margin-left: 30px;
    margin-top: 35px;
    padding: 15px 87px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ec2727;
    font-size: 18px;
    text-align: center;
    color: #ffffff; }

@media print {
  html,
  body {
    height: 99%; } }
.print:last-child {
  page-break-after: auto; }

.modal-size--health-info .close-modal {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #f25c54;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 23px;
  cursor: pointer; }
.modal-size--health-info .modal-dialog {
  width: 1000px; }
  .modal-size--health-info .modal-dialog .modal-content {
    padding: 73px 80px; }
  .modal-size--health-info .modal-dialog .header {
    font-weight: 600;
    font-size: 30px; }
  .modal-size--health-info .modal-dialog .filters-pagination {
    display: flex;
    justify-content: space-between; }
    .modal-size--health-info .modal-dialog .filters-pagination .filters {
      display: flex;
      align-items: center; }
      .modal-size--health-info .modal-dialog .filters-pagination .filters .label {
        color: #b5b5b5;
        font-size: 12px;
        font-weight: 400px; }
      .modal-size--health-info .modal-dialog .filters-pagination .filters .divider {
        padding: 0 20px;
        padding-top: 25px; }
    .modal-size--health-info .modal-dialog .filters-pagination .paginations {
      display: flex;
      align-items: center; }
      .modal-size--health-info .modal-dialog .filters-pagination .paginations .previous {
        width: 35px;
        height: 35px;
        border: 1px solid #d7d7d7;
        border-radius: 40px;
        color: #231d1d;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
      .modal-size--health-info .modal-dialog .filters-pagination .paginations .pages {
        font-weight: 500;
        size: 18px;
        padding: 0 22px; }
      .modal-size--health-info .modal-dialog .filters-pagination .paginations .next {
        width: 35px;
        height: 35px;
        border: 1px solid #d7d7d7;
        border-radius: 40px;
        color: #231d1d;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
  .modal-size--health-info .modal-dialog .health-info-item {
    margin-top: 35px;
    padding: 35px 20px 35px 46px;
    background-color: #fbfbfb;
    border-radius: 8px; }
    .modal-size--health-info .modal-dialog .health-info-item .date {
      color: #321d1d;
      font-size: 15px;
      font-weight: 400;
      padding-bottom: 12px; }
    .modal-size--health-info .modal-dialog .health-info-item .health-info-title {
      color: #b5b5b5;
      font-size: 15px;
      font-weight: 400; }
    .modal-size--health-info .modal-dialog .health-info-item .health-info-value {
      color: #231d1d;
      font-weight: 500px; }

.history-link {
  font-weight: 700;
  font-size: 14px;
  color: #00b2ff;
  text-decoration: underline;
  cursor: pointer; }

.qr .qr-code-image {
  height: 210px;
  width: 210px;
  margin: 20px;
  display: flex;
  justify-content: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: #9b9b9b;
  padding: 5px; }
.qr #qr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
.qr .qr-controllers {
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  margin: 40px 12px 10px; }
.qr .close-btn {
  height: 50px;
  flex: 1;
  margin-right: 10px;
  font-family: "HelveticaNeue";
  font-size: 18px;
  color: #4e4e4e;
  background-color: #f4f5f7;
  border-style: solid;
  border-width: 1px;
  border-color: #4e4e4e;
  border-radius: 5px; }
.qr .print-btn {
  height: 50px;
  flex: 1;
  border-radius: 5px;
  margin-left: 15px;
  color: white;
  font-family: "HelveticaNeue";
  font-size: 18px;
  background-color: #ec2727; }
.qr .title, .qr .confirm-submit-claim-dialog .title-error, .confirm-submit-claim-dialog .qr .title-error {
  font-family: "HelveticaNeue-Medium";
  font-size: 18px;
  color: #4e4e4e;
  text-align: center;
  padding-top: 20px; }
.qr .qr-container {
  background: white;
  margin: 30px 65px;
  display: flex;
  flex-direction: column; }
.qr .modal-content {
  background-color: #f4f5f7; }
.qr .header {
  display: flex;
  flex-direction: row; }
.qr .qr-logo {
  margin-left: 21px;
  margin-top: 21px;
  background-image: url("assets/images/logo.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 70px;
  background-size: contain; }
.qr .paper-title {
  font-family: "GothamRoundedBold";
  font-size: 26px;
  flex: 1;
  margin-top: 22px;
  color: #4e4e4e;
  text-align: center; }
.qr p {
  font-family: "HelveticaNeue";
  font-size: 18px;
  color: #4e4e4e;
  text-align: center;
  margin-top: 32px;
  margin-right: 75px;
  margin-left: 75px;
  margin-bottom: 20px; }
.qr .your-qr-code {
  font-family: "HelveticaNeue-Medium";
  font-size: 20px;
  color: #4e4e4e;
  text-align: center; }
.qr .instructions {
  font-family: "Roboto-Light";
  font-size: 14px;
  color: #4e4e4e;
  margin-top: 25px; }
.qr .see-you {
  margin-top: 30px;
  text-align: center;
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #4e4e4e; }
.qr .app-availability {
  font-family: "HelveticaNeue";
  font-size: 14px;
  margin-top: 15px;
  color: #4e4e4e;
  text-align: center;
  margin-bottom: 20px; }
.qr strong {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #4e4e4e; }
.qr .qr-code-and-instructions-container {
  display: flex;
  flex-direction: row; }
.qr .doctor-name {
  display: none; }
.qr .doctor-name-separator {
  display: none; }

.eb-container {
  display: flex;
  flex-direction: column;
  align-items: center; }
.eb .nav-pills > li > a {
  border-radius: 4px;
  color: #4e4e4e;
  font-family: "GothamRoundedMedium";
  font-size: 16px; }
.eb .nav-pills > li.active > a, .eb .nav-pills > li.active > li.active > a:focus {
  color: #ec2727;
  background-color: white;
  border-bottom-color: #ec2727;
  border-bottom: solid;
  border-radius: 0px; }
.eb .main-tabs > ul {
  margin-top: 20px;
  display: flex;
  justify-content: center; }
.eb-tab-container {
  justify-content: center;
  align-content: center;
  width: 32vw; }
.eb .pre-registration-container, .eb .claims-container {
  background-color: #f8f8f8;
  border-radius: 8px;
  min-height: 710px;
  padding: 20px;
  margin-top: 20px;
  display: flex; }
.eb .pre-registration-listing-container {
  background-color: #e1e2ea;
  border-radius: 8px;
  min-height: 700px;
  padding: 20px 30px;
  flex: 1; }
.eb .pre-registration-empty-list-container {
  background-color: #e1e2ea;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1; }
.eb .pre-registration-empty-list .empty-list-icon, .eb .pre-registration-empty-list .empty-claims-list-icon {
  width: 60px;
  height: 60px;
  background: url("assets/images/ic-pre-reg-queue.png") 0 0 no-repeat; }
.eb .pre-registration-empty-list .empty-claims-list-icon {
  background: url("assets/images/ic-open-claims.png") 0 0 no-repeat; }
.eb .pre-registration-empty-list .empty-list-header {
  font-family: "HelveticaNeue-Medium";
  font-size: 16px;
  color: #818181;
  margin-top: 30px; }
.eb .pre-registration-empty-list .empty-list-msg {
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #9e9e9e;
  margin-top: 14px;
  text-align: center; }
.eb .pre-registration-item-container {
  background-color: white;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  display: flex; }
.eb .pre-registration-item .profile-initials-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
.eb .pre-registration-item .visit-info-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 20px; }
.eb .pre-registration-item .date-and-attend-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end; }
.eb .pre-registration-item .profile-initials {
  background-color: #18077a;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "HelveticaNeue";
  text-align: center;
  font-size: 24px; }
.eb .pre-registration-item .profile-icon-container {
  margin-left: 15px;
  margin-top: 5px;
  width: 20px;
  height: 20px;
  background: url("/assets/images/ic-eb.png"); }
.eb .pre-registration-item .date {
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #4e4e4e; }
.eb .pre-registration-item .attend-btn {
  padding: 3px 18px;
  border-color: #ec2727;
  background-color: #ec2727;
  color: white;
  border-radius: 5px;
  font-family: "HelveticaNeue-Medium";
  font-size: 14px; }
.eb .pre-registration-item .create-claim-btn {
  padding: 3px 10px;
  border-color: #ec2727;
  background-color: #ec2727;
  color: white;
  border-radius: 5px;
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  border-width: 0px; }
.eb .pre-registration-item button:focus {
  outline: 0; }
.eb .pre-registration-item .name {
  font-family: "HelveticaNeue-Bold";
  font-size: 14px;
  color: #4e4e4e;
  margin-top: 10px;
  text-overflow: ellipsis;
  max-height: 19px;
  overflow: hidden;
  white-space: nowrap; }
.eb .pre-registration-item .company-name {
  font-family: "HelveticaNeue-Light";
  font-size: 11px;
  color: #9fb1bc; }
.eb .pre-registration-item .pre-registration-id, .eb .pre-registration-item .pre-registration-id-title {
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  color: #9fb1bc;
  margin-top: 14px;
  padding: 0px;
  padding-left: 3px; }
.eb .pre-registration-item .pre-registration-id-title {
  font-family: "HelveticaNeue"; }
.eb .pre-registration-item .pre-registration-id-container {
  display: flex;
  align-items: baseline; }
.eb .pre-registration-item .claim-label {
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  border-radius: 5px; }
.eb .pre-registration-item .pending-claim-label {
  border: 1px solid #ff5c35;
  padding: 4px 25px;
  color: #ff5c35; }
.eb .pre-registration-item .approved-claim-label {
  color: white;
  background: #50e3c2;
  padding: 4px 22px; }
.eb .pre-registration-item .rejected-claim-label {
  color: white;
  background: #ec2727;
  padding: 4px 25px; }
.eb .pre-registration-item .visit-limit-container {
  display: flex;
  flex-direction: row; }
.eb .pre-registration-item .visit-limit-text, .eb .pre-registration-item .visit-limit-label, .eb .pre-registration-item .visit-limit-value {
  color: #18077a;
  font-size: 12px; }
.eb .pre-registration-item .visit-limit-label {
  font-family: "HelveticaNeue"; }
.eb .pre-registration-item .visit-limit-value {
  font-family: "HelveticaNeue-Medium";
  margin-left: 2px; }
.eb .claims-tabs {
  margin: 0 30px; }
.eb .claims-tabs > .nav-pills > li > a {
  border-radius: 4px;
  color: #4e4e4e;
  font-family: "GothamRoundedMedium";
  font-size: 16px; }
.eb .claims-tabs > .nav-pills > li.active > a, .eb .nav-pills > li.active > li.active > a:focus {
  color: #4e4e4e;
  background-color: #e1e2ea;
  border-radius: 8px 8px 0 0;
  border-right: solid;
  border-left: solid;
  border-top: solid;
  border-bottom: hidden;
  border-width: 1px;
  border-color: #bdbdbd; }
.eb .claims-container {
  padding: 0 0 20px;
  display: flex;
  flex-direction: column; }
.eb .claims-listing-container {
  padding: 20px;
  margin: -1px 30px;
  background-color: #e1e2ea;
  border-radius: 0px 8px 8px 8px;
  min-height: 700px;
  border: 1px solid;
  border-color: #bdbdbd;
  display: flex;
  flex-direction: column; }
.eb .open-claims-listing-container {
  flex: 1; }
.eb .open-claims-container, .eb .submitted-claims-container {
  display: flex;
  flex: 1; }
.eb .submitted-claims-container {
  flex-direction: column; }
.eb .bill-amount-container {
  margin-top: 8px; }
.eb .bill-amount-title {
  margin-top: 8px;
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #4e4e4e; }
.eb .bill-amount {
  margin-left: 3px;
  font-family: "HelveticaNeue-Bold";
  font-size: 14px;
  color: #18077a; }
.eb .submitted-claims .submitted-claims-container {
  display: flex;
  flex-direction: column;
  flex: 1; }
.eb .submitted-claims .claims-filters {
  display: flex;
  align-items: center; }
.eb .submitted-claims .claim-filter {
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  color: #9fb1bc; }
.eb .submitted-claims .show-label {
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #4e4e4e; }
.eb .submitted-claims .filter-all {
  color: #4e4e4e !important; }
.eb .submitted-claims .filter-pending {
  color: #ff5c35 !important; }
.eb .submitted-claims .filter-approved {
  color: #50e3c2 !important; }
.eb .submitted-claims .filter-rejected {
  color: #ec2727 !important; }
.eb .submitted-claims .submitted-claims-list {
  margin-top: 10px; }
.eb .container {
  width: 100%; }

.auto-complete-selected-container {
  display: flex;
  align-items: center;
  height: 38px;
  border-radius: 20px;
  border: 1px solid #4e4e4e;
  background: white;
  text-align: center;
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #4e4e4e;
  width: 100%; }

.auto-complete-name {
  flex: 1; }

.clear-auto-complete-btn {
  margin-right: 10px;
  border: 0px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center; }

.confirm-visit-modal-container {
  background: #f4f5f7;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  border-radius: 8px; }
.confirm-visit-modal .pre-register-by-title {
  font-family: "HelveticaNeue-Bold";
  color: #18077a;
  font-size: 16px; }
.confirm-visit-modal .policy-owner-title {
  margin-top: 20px;
  color: #4e4e4e;
  font-family: "HelveticaNeue";
  font-size: 14px; }
.confirm-visit-modal .policy-owner-content, .confirm-visit-modal .policy-owner-address-details {
  margin-top: 4px;
  color: #4e4e4e;
  font-family: "HelveticaNeue-Medium";
  font-size: 14px; }
.confirm-visit-modal .horizontal-separator {
  margin: 20px 30px;
  background: #e1e2ea;
  height: 1px; }
.confirm-visit-modal .pre-register-confirm-msg {
  font-family: "HelveticaNeue-Light";
  font-size: 14px;
  color: #4e4e4e;
  text-align: center; }
.confirm-visit-modal .visit-number-note {
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  color: #4e4e4e; }
.confirm-visit-modal .visit-number-label {
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  color: #4e4e4e; }
.confirm-visit-modal .visit-number-input-and-error-msg-container {
  display: flex;
  flex-direction: column;
  margin-left: 20px; }
.confirm-visit-modal .visit-number-input, .confirm-visit-modal .visit-number-input-error {
  height: 38px;
  border-radius: 20px !important;
  border: 1px solid !important;
  text-align: center; }
.confirm-visit-modal .visit-number-input-error {
  border: solid 1px #ec2727; }
.confirm-visit-modal .visit-no-error-msg {
  color: #ec2727;
  font-family: "HelveticaNeue";
  font-size: 14px;
  text-align: center;
  margin-top: 4px; }
.confirm-visit-modal .confirm-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; }
.confirm-visit-modal .confirm-form-disclaimer {
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #ec2727;
  margin-top: 30px; }
.confirm-visit-modal .confirm-form-disclaimer-points {
  margin-top: 20px;
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #4e4e4e; }
.confirm-visit-modal .confirm-visit-form-actions {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }
.confirm-visit-modal .policy-owner-address-details {
  width: 265px; }
.confirm-visit-modal .pre-register-form-btn, .confirm-visit-modal .pre-register-form-cancel-btn, .confirm-visit-modal .pre-register-form-confirm-btn {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px; }
.confirm-visit-modal .pre-register-form-cancel-btn {
  border: solid 1px #4e4e4e;
  color: #4e4e4e; }
.confirm-visit-modal .pre-register-form-confirm-btn {
  margin-left: 15px;
  background: #ec2727;
  color: white; }

.patient-personal-info-item, .patient-personal-info-item-title, .patient-personal-info-item-value {
  font-size: 14px;
  color: #4e4e4e; }
.patient-personal-info-item-title {
  font-family: "HelveticaNeue"; }
.patient-personal-info-item-value {
  font-family: "HelveticaNeue-Medium"; }
.patient-personal-info-item-address-details {
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  color: #4e4e4e;
  width: 265px; }

.top-margin-ten {
  margin-top: 10px; }

.top-margin-twenty {
  margin-top: 20px; }

.top-margin-thirty {
  margin-top: 30px; }

.top-margin-forty {
  margin-top: 40px; }

.submitted-claim-details-modal-container {
  display: flex;
  flex-direction: column;
  background: #f4f5f7;
  border-radius: 6px; }
.submitted-claim-details-modal .modal-header-container, .submitted-claim-details-modal .modal-header-pending-container, .submitted-claim-details-modal .modal-header-approved-container, .submitted-claim-details-modal .modal-header-rejected-container, .submitted-claim-details-modal .modal-header-submit-claim-container {
  padding: 2px;
  height: 62px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }
.submitted-claim-details-modal .modal-header-pending-container {
  background: #ff5c35; }
.submitted-claim-details-modal .modal-header-approved-container {
  background: #50e3c2; }
.submitted-claim-details-modal .modal-header-rejected-container {
  background: #ec2727; }
.submitted-claim-details-modal .modal-header-submit-claim-container {
  background: #18077a; }
.submitted-claim-details-modal .modal-header-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
.submitted-claim-details-modal .modal-header-item-title {
  color: white;
  font-size: 14px;
  font-family: "HelveticaNeue"; }
.submitted-claim-details-modal .modal-header-item-content {
  color: white;
  font-size: 16px;
  font-family: "HelveticaNeue-Bold"; }
.submitted-claim-details-modal .modal-header-separator {
  width: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: white; }
.submitted-claim-details-modal .modal-content-container {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  background: #f4f5f7; }
.submitted-claim-details-modal .modal-content-header {
  color: #18077a;
  font-size: 16px;
  font-family: "HelveticaNeue-Bold"; }
.submitted-claim-details-modal .modal-content-item-title {
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #4e4e4e; }
.submitted-claim-details-modal .modal-content-item-value {
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  color: #4e4e4e; }
.submitted-claim-details-modal .modal-content-grand-total-container {
  background: #18077a;
  display: flex;
  padding: 12px 14px;
  color: white;
  font-family: "HelveticaNeue-Bold";
  font-size: 14px;
  align-items: center;
  border-radius: 8px; }
.submitted-claim-details-modal .modal-content-cancel-btn-conainer {
  display: flex;
  justify-content: center;
  margin-top: 50px; }
.submitted-claim-details-modal .modal-content-cancel-btn {
  padding: 10px 62px;
  border-radius: 5px;
  border: 1px solid #4e4e4e;
  font-family: "HelveticaNeue";
  font-size: 18px;
  text-align: center;
  color: #4e4e4e;
  margin-bottom: 10px;
  background: transparent; }
.submitted-claim-details-modal .modal-content-personal-info-left-container {
  display: flex;
  flex-direction: column; }
.submitted-claim-details-modal .modal-content-personal-info-left-container {
  display: flex;
  flex-direction: column; }
.submitted-claim-details-modal .modal-content .left-margin-twenty-four {
  margin-left: 24px; }
.submitted-claim-details-modal .modal-content .separator {
  width: 100%;
  height: 1px;
  background: #4e4e4e; }
.submitted-claim-details-modal .modal-content .submit-claim-form-field-container {
  display: flex;
  font-family: "HelveticaNeue";
  font-size: 14px;
  align-items: center; }
.submitted-claim-details-modal .modal-content .submit-claim-form-field-label {
  width: 30%;
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #4e4e4e; }
.submitted-claim-details-modal .modal-content .medical-cert-input {
  border: 1px solid #4e4e4e;
  margin-left: 30px;
  border-radius: 20px;
  width: 80px;
  height: 38px;
  text-align: center; }
.submitted-claim-details-modal .modal-content .medical-cert-input-error {
  border: 1px solid #ec2727;
  margin-left: 30px;
  border-radius: 20px;
  width: 80px;
  height: 38px;
  text-align: center; }
.submitted-claim-details-modal .modal-content input[type=number]::-webkit-inner-spin-button,
.submitted-claim-details-modal .modal-content input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.submitted-claim-details-modal .modal-content .diagnosis-description-typeahead, .submitted-claim-details-modal .modal-content .diagnosis-description-typeahead-error {
  width: 100%;
  height: 38px;
  border-radius: 20px;
  border: 1px solid #4e4e4e;
  text-align: center; }
.submitted-claim-details-modal .modal-content .diagnosis-description-typeahead-error {
  border-color: #ec2727; }
.submitted-claim-details-modal .modal-content .diagnosis-and-error-msg-container {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 20px 20px 20px; }
.submitted-claim-details-modal .modal-content .diagnosis-error-msg {
  font-family: "HelveticaNeue";
  font-size: 12px;
  color: #ec2727;
  text-align: center;
  margin-top: 10px; }
.submitted-claim-details-modal .modal-content .services-procedures-titles-row-container {
  display: flex;
  flex-direction: row;
  padding-right: 35px; }
.submitted-claim-details-modal .modal-content .services-procedures-titles-row-empty-msg {
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #4e4e4e;
  text-align: center; }
.submitted-claim-details-modal .modal-content .services-procedures-title, .submitted-claim-details-modal .modal-content .services-procedures-title-item, .submitted-claim-details-modal .modal-content .services-procedures-title-price {
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #4e4e4e; }
.submitted-claim-details-modal .modal-content .services-procedures-title-item {
  flex: 0.69;
  flex-basis: 325px; }
.submitted-claim-details-modal .modal-content .services-procedures-title-price {
  text-align: center;
  margin-left: 30px;
  flex: 0.25;
  flex-basis: 120px; }
.submitted-claim-details-modal .modal-content .additional-notes-text-area {
  height: 80px;
  color: #4e4e4e;
  font-family: "HelveticaNeue";
  font-size: 14px;
  padding: 10px; }
.submitted-claim-details-modal .modal-content .personal-info-and-reject-reason-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
.submitted-claim-details-modal .modal-content .personal-info-and-reject-reason-container-left {
  width: 40%;
  display: flex;
  flex-direction: column; }
.submitted-claim-details-modal .modal-content .personal-info-and-reject-reason-container-right {
  width: 60%;
  max-height: 300px;
  border: 1px solid #ec2727;
  background: white;
  display: flex;
  flex-direction: column;
  padding: 10px 20px; }
  .submitted-claim-details-modal .modal-content .personal-info-and-reject-reason-container-right .reject-reason-title {
    font-family: "HelveticaNeue-Bold";
    font-size: 16px;
    color: #ec2727; }
  .submitted-claim-details-modal .modal-content .personal-info-and-reject-reason-container-right .reject-reason-descp {
    font-family: "HelveticaNeue";
    font-size: 14px;
    margin-top: 10px;
    overflow: scroll;
    flex: 1; }
  .submitted-claim-details-modal .modal-content .personal-info-and-reject-reason-container-right .reject-reason-email-container {
    text-align: center;
    margin-top: 15px;
    font-family: "HelveticaNeue";
    font-size: 14px;
    color: #4e4e4e; }
    .submitted-claim-details-modal .modal-content .personal-info-and-reject-reason-container-right .reject-reason-email-container .email {
      font-family: "HelveticaNeue-Medium";
      color: #ec2727; }
.submitted-claim-details-modal .modal-content .service-form-row-container {
  display: flex;
  flex-direction: row;
  align-items: center; }
.submitted-claim-details-modal .modal-content .service-form-row-container-name-field {
  flex-basis: 325px;
  flex-grow: 0.69; }
.submitted-claim-details-modal .modal-content .service-form-row-container-price-field {
  margin-left: 30px;
  flex-basis: 120px;
  flex-grow: 0.25;
  display: flex;
  flex-direction: column;
  justify-content: center; }
.submitted-claim-details-modal .modal-content .remove-service-icon-container, .submitted-claim-details-modal .modal-content .remove-medicine-icon-container {
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px; }
.submitted-claim-details-modal .modal-content .remove-medicine-icon-container {
  margin-top: 8px; }
.submitted-claim-details-modal .modal-content .diagnose-form-row-container {
  display: flex;
  align-items: center;
  margin-top: 20px; }
.submitted-claim-details-modal .modal-content .diagnose-form-row-container-name-field {
  flex: 1;
  margin-right: 30px; }
.submitted-claim-details-modal .modal-content .remove-diagnose-icon-container {
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center; }
.submitted-claim-details-modal .modal-content .remove-service-icon {
  width: 30px;
  height: 30px;
  background: #ec2727;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-width: 0px; }
.submitted-claim-details-modal .modal-content .service-form-item-input, .submitted-claim-details-modal .modal-content .service-form-item-input-error, .submitted-claim-details-modal .modal-content .service-form-item-fee-input-error {
  height: 38px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #4e4e4e;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "HelveticaNeue";
  font-size: 14px;
  text-align: center;
  color: #4e4e4e; }
.submitted-claim-details-modal .modal-content .service-form-item-input-error, .submitted-claim-details-modal .modal-content .service-form-item-fee-input-error {
  border-color: #ec2727 !important; }
.submitted-claim-details-modal .modal-content .service-form-item-fee-input-error {
  color: #ec2727;
  font-family: "HelveticaNeue-Bold"; }
.submitted-claim-details-modal .modal-content .service-limit-amount, .submitted-claim-details-modal .modal-content .add-medicine-form .medicine-limit-amount, .submitted-claim-details-modal .add-medicine-form .modal-content .medicine-limit-amount {
  font-family: "HelveticaNeue-Medium";
  font-size: 12px;
  color: #ec2727;
  text-align: center;
  margin-top: 4px; }
.submitted-claim-details-modal .modal-content .add-service-btn-container, .submitted-claim-details-modal .modal-content .add-medicine-btn-container {
  width: 97px;
  padding: 3px 5px;
  margin-left: 20px;
  margin-top: 18px;
  display: flex;
  background: #50e3c2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  border-width: 0px; }
.submitted-claim-details-modal .modal-content .add-service-btn-text {
  color: white;
  font-size: 14px;
  font-family: "HelveticaNeue";
  margin-left: 5px; }
.submitted-claim-details-modal .modal-content .add-service-btn-icon {
  color: white; }
.submitted-claim-details-modal .modal-content .add-medicine-btn-container {
  width: 127px;
  margin-top: 0px;
  align-items: center;
  display: flex;
  border-width: 0px; }
.submitted-claim-details-modal .modal-content .add-medicine-btn-and-grand-total-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px; }
.submitted-claim-details-modal .modal-content .grand-total-price-container, .submitted-claim-details-modal .modal-content .grand-total-price-container-error {
  display: flex;
  justify-content: space-evenly;
  background: #18077a;
  color: white;
  font-family: "HelveticaNeue-Bold";
  font-size: 14px;
  padding: 12px 25px;
  border-radius: 8px; }
.submitted-claim-details-modal .modal-content .grand-total-price-container-error {
  background: #ec2727; }
.submitted-claim-details-modal .modal-content .total-grand-price-and-limit-container {
  display: flex;
  flex-direction: column;
  flex-basis: 317px; }
.submitted-claim-details-modal .modal-content .grand-total-price-limit-exceeded {
  text-align: center;
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  color: #ec2727;
  margin-top: 8px; }
.submitted-claim-details-modal .modal-content .disclaimer {
  margin-top: 50px;
  color: #ec2727;
  font-family: "HelveticaNeue-Medium";
  font-size: 14px; }
.submitted-claim-details-modal .modal-content .disclaimer-points {
  margin-top: 20px;
  color: #4e4e4e;
  font-family: "HelveticaNeue";
  font-size: 14px; }
.submitted-claim-details-modal .modal-content .disclaimer-points-bold-font {
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  color: #4e4e4e; }
.submitted-claim-details-modal .modal-content .modal-action-btns-container {
  margin-top: 70px;
  display: flex;
  justify-content: space-evenly; }
.submitted-claim-details-modal .modal-content .modal-action-btns .btn, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:hover, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 5px;
  text-align: center;
  font-family: "HelveticaNeue";
  font-size: 18px;
  height: 50px; }
.submitted-claim-details-modal .modal-content .modal-action-btns .close-btn {
  border: 1px solid #4e4e4e;
  background: #f4f5f7;
  color: #4e4e4e;
  margin-right: 10px; }
.submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:hover {
  color: white;
  background: #ff5c35;
  margin-right: 10px;
  margin-left: 10px; }
.submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:hover {
  color: white;
  background: #ec2727;
  margin-left: 10px; }
.submitted-claim-details-modal .add-medicine-form-item-container {
  border-radius: 8px;
  background: #e1e2ea;
  display: flex; }
.submitted-claim-details-modal .add-medicine-form .left-container {
  display: flex;
  flex-direction: column;
  padding: 20px;
  flex: 0.65;
  flex-basis: 325px; }
.submitted-claim-details-modal .add-medicine-form .right-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 20px; }
.submitted-claim-details-modal .add-medicine-form .remove-medication-btn-container {
  flex: 1; }
.submitted-claim-details-modal .add-medicine-form .total-price-container, .submitted-claim-details-modal .add-medicine-form .total-price-container-error {
  border: 1px solid #18077a;
  border-radius: 8px;
  display: flex;
  flex-direction: column; }
.submitted-claim-details-modal .add-medicine-form .total-price-container-error {
  border-color: #ec2727; }
.submitted-claim-details-modal .add-medicine-form .total-price, .submitted-claim-details-modal .add-medicine-form .total-price-error {
  font-family: "HelveticaNeue";
  font-size: 14px;
  text-align: center;
  padding: 11px 26px;
  color: white;
  background: #18077a;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }
.submitted-claim-details-modal .add-medicine-form .total-price-error {
  background: #ec2727; }
.submitted-claim-details-modal .add-medicine-form .total-price-value, .submitted-claim-details-modal .add-medicine-form .total-price-value-error {
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  text-align: center;
  color: #18077a;
  padding-top: 11px;
  padding-bottom: 11px; }
.submitted-claim-details-modal .add-medicine-form .total-price-value-error {
  color: #ec2727; }
.submitted-claim-details-modal .add-medicine-form .vertical-margin {
  margin-top: 20px; }
.submitted-claim-details-modal .add-medicine-form .field-label {
  font-family: "HelveticaNeue";
  font-size: 14px; }
.submitted-claim-details-modal .add-medicine-form .unit-price-and-limit-container {
  display: flex;
  flex-direction: column;
  justify-content: center; }
.submitted-claim-details-modal .add-medicine-form .input-field, .submitted-claim-details-modal .add-medicine-form .input-field-error {
  height: 38px;
  border-radius: 20px;
  border: 1px solid #4e4e4e;
  background: white;
  text-align: center;
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #4e4e4e;
  width: 100%; }
.submitted-claim-details-modal .add-medicine-form .input-field-error {
  border-color: #ec2727 !important;
  color: #ec2727;
  font-family: "HelveticaNeue-Bold"; }
.submitted-claim-details-modal .add-medicine-form .medicine-limit-amount {
  margin-top: 10px; }
.submitted-claim-details-modal .add-medicine-form .unit-and-quantity-container {
  display: flex;
  justify-content: space-between; }
.submitted-claim-details-modal .add-medicine-form .unit-price-container, .submitted-claim-details-modal .add-medicine-form .unit-quantity-container {
  display: flex;
  flex-direction: column;
  margin-right: 40px; }
.submitted-claim-details-modal .add-medicine-form .unit-quantity-container {
  margin-left: 40px; }
.submitted-claim-details-modal .diagnose-form-container {
  border: 1px solid #e9e9e9;
  border-radius: 8px; }
.submitted-claim-details-modal .form-container {
  border: 1px solid #e9e9e9;
  padding: 20px;
  border-radius: 8px; }

.medication-item-container {
  height: 58px;
  margin-top: 10px;
  display: flex; }
.medication-item-name {
  color: white;
  font-size: 14px;
  font-family: "HelveticaNeue-Medium"; }
.medication-item-left-container {
  width: 68%;
  background: #18077a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px; }
.medication-item-unit-price {
  margin-left: 20px;
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  color: white; }
.medication-item-unit-price-container {
  display: flex;
  margin-top: 5px; }
.medication-item-unit-price-label {
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: white; }
.medication-item-unit-price-value {
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  color: white; }
.medication-item-right-container {
  width: 32%;
  background: white;
  border: 1px solid #4e4e4e;
  display: flex;
  justify-content: space-evenly;
  align-items: center; }
.medication-item-right-container-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
.medication-item-right-container-separator {
  width: 1px;
  height: 30px;
  background: #d8d8d8; }
.medication-item-total-label {
  width: 100%;
  font-family: "HelveticaNeue";
  font-size: 12px;
  color: #4e4e4e;
  text-align: center; }
.medication-item-total-value {
  width: 100%;
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  color: #4e4e4e;
  text-align: center; }

.confirm-submit-claim-dialog-container {
  background: #f4f5f7;
  display: flex;
  flex-direction: column;
  border-radius: 8px; }
.confirm-submit-claim-dialog .title, .confirm-submit-claim-dialog .title-error {
  margin-top: 20px;
  font-family: "HelveticaNeue-Medium";
  font-size: 18px;
  text-align: center;
  color: #4e4e4e; }
.confirm-submit-claim-dialog .title-error {
  color: #ec2727; }
.confirm-submit-claim-dialog .msg {
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
  font-family: "HelveticaNeue-Light";
  font-size: 14px;
  color: #4e4e4e;
  text-align: center; }
.confirm-submit-claim-dialog .btn-container {
  margin: 25px 12px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
.confirm-submit-claim-dialog .dialog-btn, .confirm-submit-claim-dialog .not-now-btn, .confirm-submit-claim-dialog .not-now-btn:hover, .confirm-submit-claim-dialog .yes-submit-now-btn, .confirm-submit-claim-dialog .yes-submit-now-btn:hover {
  height: 50px;
  border-radius: 5px;
  flex: 1;
  font-family: "HelveticaNeue";
  font-size: 18px; }
.confirm-submit-claim-dialog .not-now-btn, .confirm-submit-claim-dialog .not-now-btn:hover {
  border: 1px solid #4e4e4e;
  color: #4e4e4e;
  margin-right: 15px; }
.confirm-submit-claim-dialog .yes-submit-now-btn, .confirm-submit-claim-dialog .yes-submit-now-btn:hover {
  border: 1px solid #ec2727;
  background: #ec2727;
  color: white;
  margin-left: 15px; }

@media (max-width: 1440px) {
  .eb-tab-container {
    justify-content: center;
    align-content: center;
    width: 43vw; } }
@media (max-width: 1199px) {
  .eb-tab-container {
    justify-content: center;
    align-content: center;
    width: 60vw; } }
button:focus {
  outline: none; }

.submit-claim-backdrop-modal {
  background-color: #808080; }

/* Import all files in folder layout */
/* Main header */
.main-header {
  height: 3.125em;
  background-color: #fff;
  border-bottom: 0.125em solid #ededed; }
  .main-header .navbar {
    position: static; }
  .main-header .logo {
    font-size: 1em;
    line-height: 2.8125em;
    width: 7.1875em; }
  .main-header .wrapper-menu {
    display: flex;
    flex-direction: row; }
  .main-header .menu-item {
    flex-direction: column; }
  .main-header__main-nav li a, .main-header__logout-nav li a {
    font-size: 0.875em;
    color: #454545;
    padding-left: 0.71429em;
    padding-right: 0.71429em; }
  .main-header__main-nav li.active, .main-header__main-nav li.active:hover, .main-header__logout-nav li.active, .main-header__logout-nav li.active:hover {
    background-color: #ec4b4e; }
    .main-header__main-nav li.active a, .main-header__main-nav li.active:hover a, .main-header__logout-nav li.active a, .main-header__logout-nav li.active:hover a {
      color: #fff; }
  .main-header__main-nav li .text-value, .main-header__logout-nav li .text-value {
    min-width: 5.57143em; }
  .main-header__main-nav {
    margin-right: 1.875em; }
    .main-header__main-nav li:hover {
      background-color: #feeaeb; }
    .main-header__main-nav .text-value {
      max-width: 17.85714em; }
  .main-header .doctor-name a {
    color: #ec4b4e; }
  .main-header .doctor-name:hover {
    background: none; }
  .main-header .doctor-name .icon-list {
    width: 1.92857em;
    height: 1.28571em;
    background: url("assets/images/icon-list.png") 0 0 no-repeat; }
  .main-header__logout-nav {
    margin: 0;
    padding-left: 0.875em; }
    .main-header__logout-nav .text-value {
      max-width: 8.92857em; }
    .main-header__logout-nav .dropdown-menu {
      top: 3em;
      min-width: 6.25em;
      border-top: 0;
      border-color: #ededed;
      border-width: 0.125em;
      width: 100%; }
      .main-header__logout-nav .dropdown-menu > li a, .main-header__logout-nav .dropdown-menu > li a:hover {
        font-size: 0.875em;
        padding: 0.57143em;
        color: inherit; }
    .main-header__logout-nav .caret {
      margin-left: 0.3125em;
      margin-top: 0.625em; }
    .main-header__logout-nav > li > a {
      padding-right: 0;
      padding-left: 0; }
  .main-header .is-grouping .dropdown-menu {
    left: 0em; }
  .main-header .navbar {
    display: flex;
    justify-content: center; }

/* Footer */
.main-footer {
  background-color: #454545;
  width: 100%;
  z-index: 100; }
  .main-footer, .main-footer__content {
    height: 3.125em; }
  .main-footer__content {
    font-size: 0.875em;
    line-height: 3.57143em;
    width: 100%; }
    .main-footer__content,
    .main-footer__content a {
      color: #e5e5e5; }
  .main-footer__copy-right span {
    margin-left: 0.71429em; }
  .main-footer__menu {
    /* Style for grouping feature */ }
    .main-footer__menu li:not(:first-child) {
      margin-left: 0.35714em; }
      .main-footer__menu li:not(:first-child):before {
        content: '\007C';
        margin-right: 0.35714em; }
    .main-footer__menu li a {
      font-size: 1em; }
    .main-footer__menu--grouping li:not(:first-child) {
      margin-left: 1.42857em; }
      .main-footer__menu--grouping li:not(:first-child):before {
        content: none; }

/* Main content */
.main-content {
  padding-bottom: 4.375em; }
  .main-content .indicator-wrapper .indicator__content {
    top: 40%; }

/* Login form modal */
.modal-login {
  font-size: 0.875em; }
  .modal-login .logo {
    width: 10.0625em;
    height: 3.9375em;
    font-size: 0.69565em;
    margin-bottom: 1.25em; }
  .modal-login .btn-sign-in {
    width: 100%;
    background-color: #8fd651; }
  .modal-login .btn-sign-in:hover,
  .modal-login .btn-sign-in:focus {
    background-color: #79bd3d; }
  .modal-login .forgot-password {
    font-size: 0.56522em;
    margin-top: 0.9375em;
    margin-bottom: 2em;
    color: #f9625d; }
  .modal-login .toggle-remember {
    margin-top: 0.86957em; }
  .modal-login .practice-list {
    margin-top: 1.5625em;
    font-size: 1em; }
    .modal-login .practice-list__link {
      margin-left: 0.35714em;
      color: #57a3e9; }
  .modal-login .incorrect-message {
    background-color: #f2dede;
    border: 1px solid #f0d5d8;
    border-radius: 0.28571em;
    color: #bb4945;
    font-size: 0.53846em;
    padding-bottom: 0.21429em;
    padding-left: 1.07143em;
    padding-top: 0.21429em; }
  .modal-login .for-assistants {
    text-align: center;
    margin-bottom: 0.5em;
    color: blue; }
  .modal-login .other-login {
    text-align: center;
    font-size: 0.56522em;
    margin-top: 1.5rem; }

.modal-backdrop.fade, .modal-backdrop.in {
  opacity: 0.5;
  background-color: #000; }

.toggle-accept-term {
  margin-top: 0.34783em;
  margin-bottom: 0.65217em; }
  .toggle-accept-term .toggle-custom__desc {
    margin-left: 1.42857em;
    line-height: 18px; }

/* Appoinment detail popup */
.appointment-detail__body {
  font-size: 0.875em;
  padding: 0.88462em 1.92308em 1.34615em 1.92308em; }
.appointment-detail__title {
  font-size: 1.03846em;
  margin-bottom: 0.55556em; }
.appointment-detail__header .edit-appointment {
  width: 1.125em;
  height: 1.125em;
  right: 2.6875em;
  bottom: -0.625em;
  z-index: 3; }
.appointment-detail .section-info {
  margin-bottom: 1.15385em; }
  .appointment-detail .section-info__title {
    font-size: 0.76923em;
    margin-bottom: 0.96154em; }
  .appointment-detail .section-info::after {
    width: 100%;
    content: "";
    border-bottom: 1px solid #ccc;
    margin-left: -1.92308em;
    margin-right: -1.92308em; }
  .appointment-detail .section-info .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.appointment-detail .patient-info__title {
  margin-bottom: 0.57692em; }
.appointment-detail .patient-info __note {
  font-size: 0.8em; }
.appointment-detail .appointment-info__title {
  margin-bottom: 0.69231em; }
.appointment-detail .appointment-actions__direction {
  font-size: 0.61538em;
  margin-bottom: 0.57692em; }
.appointment-detail .appointment-actions__remind {
  font-size: 0.61538em; }
  .appointment-detail .appointment-actions__remind--content {
    font-size: 0.61538em; }
    .appointment-detail .appointment-actions__remind--content input.date-picker {
      background: none;
      width: 80%; }
    .appointment-detail .appointment-actions__remind--content .btn, .appointment-detail .appointment-actions__remind--content .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .appointment-detail .appointment-actions__remind--content .close-btn, .appointment-detail .appointment-actions__remind--content .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .appointment-detail .appointment-actions__remind--content .save-as-draft-btn, .appointment-detail .appointment-actions__remind--content .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .appointment-detail .appointment-actions__remind--content .submit-claim-btn {
      padding: 0 !important; }
    .appointment-detail .appointment-actions__remind--content .dropdown-menu {
      top: 0 !important;
      left: -0.125em !important; }
  .appointment-detail .appointment-actions__remind .icon-alarm {
    width: 1em;
    height: 1em;
    background-image: url("assets/images/alarm.png");
    margin-right: 0.3125em; }
  .appointment-detail .appointment-actions__remind--btn-delete {
    color: #424242;
    font-size: 1.33333em;
    line-height: 0.9375em;
    margin-left: 0.625em;
    right: 0;
    top: 0; }
.appointment-detail .appointment-actions .btn, .appointment-detail .appointment-actions .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .appointment-detail .appointment-actions .close-btn, .appointment-detail .appointment-actions .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .appointment-detail .appointment-actions .save-as-draft-btn, .appointment-detail .appointment-actions .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .appointment-detail .appointment-actions .submit-claim-btn {
  width: 100%;
  padding: 0.5em 0.75em; }
.appointment-detail .appointment-actions .first-group,
.appointment-detail .appointment-actions .second-group {
  width: 50%; }
.appointment-detail .appointment-actions .first-group {
  padding-right: 2.07692em;
  border-right: 1px solid #ccc;
  margin-top: 0.19231em; }
  .appointment-detail .appointment-actions .first-group .btn:not(:last-child), .appointment-detail .appointment-actions .first-group .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn:not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .appointment-detail .appointment-actions .first-group .close-btn:not(:last-child), .appointment-detail .appointment-actions .first-group .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .appointment-detail .appointment-actions .first-group .save-as-draft-btn:not(:last-child), .appointment-detail .appointment-actions .first-group .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:not(:last-child), .submitted-claim-details-modal .modal-content .modal-action-btns .appointment-detail .appointment-actions .first-group .submit-claim-btn:not(:last-child) {
    margin-bottom: 0.625em; }
  .appointment-detail .appointment-actions .first-group .btn-issue-mc {
    font-size: 0.61538em; }
    .appointment-detail .appointment-actions .first-group .btn-issue-mc:focus, .appointment-detail .appointment-actions .first-group .btn-issue-mc.disabled {
      background-color: #8fd651;
      border-color: transparent;
      color: #fff; }
  .appointment-detail .appointment-actions .first-group .btn-send-ics {
    background-color: #519ed4;
    color: #fff; }
    .appointment-detail .appointment-actions .first-group .btn-send-ics:hover {
      background-color: #337ab7; }
.appointment-detail .appointment-actions .second-group {
  padding-left: 1.73077em; }
.appointment-detail .add-to-calendar {
  width: 1em;
  height: 1em;
  background-image: url("assets/images/add-google-event-icon.png");
  background-size: 100%; }
.appointment-detail .tooltip.bottom {
  left: -6.28571em;
  margin-top: -0.14286em;
  width: 13.92857em;
  position: absolute; }
  .appointment-detail .tooltip.bottom .tooltip-inner {
    text-align: center; }
.appointment-detail .patient-name {
  margin-right: 0.57692em; }
.appointment-detail .seen-doctor-label {
  font-size: 0.53846em;
  top: -0.21429em;
  padding: 0.35714em 1.07143em; }
.appointment-detail__checkup {
  font-size: 0.61538em;
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .appointment-detail__checkup li:before {
    content: '-';
    margin-right: 0.3125em; }

.other-location .modal-body {
  padding: 0em 3.125em 1.25em 3.125em; }
.other-location .row {
  margin-bottom: 0.76923em; }
.other-location .address-info__label {
  min-height: 2.07143em; }
.other-location .address-info__desc {
  line-height: 1.25em;
  padding-left: 1.25em;
  white-space: normal; }
  .other-location .address-info__desc address {
    font-size: 1em;
    font-style: normal; }
.other-location__actions {
  margin-bottom: 1.75em; }
  .other-location__actions .modal-info__wrapper-btn {
    margin: 0.8125em 0em; }
.other-location .modal-info__title {
  margin-top: 0.74074em; }
.other-location .modal-info__description {
  margin-bottom: 0; }
.other-location .modal-info__link {
  margin-left: 0.35714em;
  font-size: 1em; }
  .other-location .modal-info__link--operate-hours {
    margin-left: 0;
    font-size: 0.875em; }
.other-location .modal-info__value {
  overflow: visible; }
.other-location .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .other-location .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .close-btn:first-child:not(:last-child):not(.dropdown-toggle), .submitted-claim-details-modal .modal-content .modal-action-btns .other-location .btn-group > .close-btn:first-child:not(:last-child):not(.dropdown-toggle), .other-location .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .save-as-draft-btn:first-child:not(:last-child):not(.dropdown-toggle), .submitted-claim-details-modal .modal-content .modal-action-btns .other-location .btn-group > .save-as-draft-btn:first-child:not(:last-child):not(.dropdown-toggle), .other-location .submitted-claim-details-modal .modal-content .modal-action-btns .btn-group > .submit-claim-btn:first-child:not(:last-child):not(.dropdown-toggle), .submitted-claim-details-modal .modal-content .modal-action-btns .other-location .btn-group > .submit-claim-btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em; }
.other-location .form-other-location .row:not(:nth-child(2)) .col:nth-child(1) {
  padding-right: 0.625em; }
.other-location .form-other-location .row:not(:nth-child(2)) .col:nth-child(2) {
  padding-left: 0.625em; }
.other-location .form-other-location .text-value {
  max-width: 12.5em; }

/* Style for modal location */
.modal-info--location__body {
  padding-right: 2em;
  padding-left: 2em; }
  .modal-info--location__body .btn, .modal-info--location__body .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--location__body .close-btn, .modal-info--location__body .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--location__body .save-as-draft-btn, .modal-info--location__body .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-info--location__body .submit-claim-btn {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }
.modal-info__wrapper-btn {
  margin: 2.1875em 0em; }
.modal-info__description {
  margin-bottom: 0.75em; }
.modal-info__link-contact {
  font-size: 1em;
  color: #4a90e2; }
  .modal-info__link-contact:hover, .modal-info__link-contact:focus {
    color: #4a90e2; }
.modal-info .search-practice-location {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

/* Style for pop up change location */
.modal-incorrect .modal-body--message-location {
  padding-left: 1.34615em;
  padding-right: 1.34615em; }
.modal-incorrect--message-change {
  font-size: 1.03846em; }

.location-address .row {
  margin-bottom: 2.1875em; }
.location-address .address-info__label {
  min-height: 2.07143em; }
.location-address .address-info__desc {
  line-height: 1.25em;
  padding-left: 1.25em;
  white-space: normal; }
  .location-address .address-info__desc address {
    font-size: 1em;
    font-style: normal; }
.location-address .form-other-location .row .col:nth-child(1) {
  padding-right: 0.625em; }
.location-address .form-other-location .row .col:nth-child(2) {
  padding-left: 0.625em; }

.forgot-password .modal-body {
  padding: 0.83333em 1.45833em 1.66667em 1.45833em; }
.forgot-password__title {
  margin-bottom: 1.38462em; }
.forgot-password__label {
  font-size: 0.6087em; }
.forgot-password .modal-info__name {
  line-height: 1.28571em; }
.forgot-password__textbox {
  font-size: 0.61538em;
  line-height: 1.125em; }
.forgot-password__desc {
  font-size: 0.53846em; }
.forgot-password__btn-send {
  margin-top: 1.75em; }
.forgot-password .row:first-child {
  margin-bottom: 0.38462em; }
.forgot-password .alert {
  font-size: 0.61538em;
  margin-bottom: 0; }

/* Style for modal send pin and enter pin */
.modal-verify-pin .modal-dialog {
  width: 16.4375em; }

.modal-incorrect .modal-body--verify-pin {
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 1.07692em;
  padding-right: 0.57692em;
  padding-left: 0.57692em; }

.modal-incorrect--notify {
  color: #979797;
  font-size: 0.53846em;
  padding: 0.38462em 0.96154em 0em 0.96154em; }
.modal-incorrect--phone-number {
  font-size: 0.69231em; }
.modal-incorrect--pin-number {
  margin-top: 1.15385em; }
  .modal-incorrect--pin-number input[type='text'] {
    border-bottom: 0.07692em solid #979797;
    font-size: 1.03846em;
    width: 2.30769em; }
.modal-incorrect--send-pin {
  background-color: #8fd651;
  border-color: #8fd651;
  margin-top: 2em;
  width: 86%; }
.modal-incorrect--generate-pin {
  width: 86%;
  margin-top: 0.625em; }

.modal-password .modal-dialog {
  width: 44.375em; }
.modal-password .modal-body {
  font-size: 1em;
  padding: 1.5625em 3.125em 2.5em 3.125em; }
.modal-password__title {
  font-size: 1.6875em;
  margin-bottom: 1.62963em; }
.modal-password__sub-title {
  font-size: 1.25em;
  margin-bottom: 1.65em; }
.modal-password__label {
  font-size: 1em;
  font-weight: normal; }
.modal-password .modal-info__name {
  line-height: 1.28571em; }
.modal-password__textbox {
  font-size: 1em;
  line-height: 1.125em; }
.modal-password__desc {
  font-size: 0.875em;
  margin-bottom: 2.35714em; }
.modal-password__btn-send {
  font-size: 1em;
  width: 7.1875em; }
.modal-password .btn:active, .modal-password .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-password .close-btn:active, .modal-password .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-password .save-as-draft-btn:active, .modal-password .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:active, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-password .submit-claim-btn:active, .modal-password .btn:active:focus, .modal-password .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn:active:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-password .close-btn:active:focus, .modal-password .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn:active:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-password .save-as-draft-btn:active:focus, .modal-password .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn:active:focus, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-password .submit-claim-btn:active:focus {
  outline: none; }
.modal-password .row:not(:last-child) {
  margin-bottom: 0.9375em; }
.modal-password__change-password, .modal-password__forgot-password {
  width: 50%;
  min-height: 18.125em; }
.modal-password__change-password {
  padding-right: 3.125em;
  padding-left: 0.625em;
  border-right: 1px solid #979797; }
  .modal-password__change-password .row:last-child {
    right: 3.125em; }
.modal-password__forgot-password {
  padding-left: 3.75em; }

/* Style for profile photo */
.profile__doctor-photo {
  width: 8.25em;
  height: 8.25em;
  margin-left: 0.625em;
  margin-top: 1.5625em;
  margin-bottom: 4.25em;
  overflow: hidden; }
  .profile__doctor-photo img {
    width: 100%;
    height: auto; }
.profile__list-info--photo-hospital {
  margin-top: 1.4375em;
  padding-left: 0.625em; }
  .profile__list-info--photo-hospital li {
    margin-right: 2.1875em; }
.profile__list-info__photo {
  width: 11.8125em;
  height: 8.9375em;
  line-height: 8.9375em; }
  .profile__list-info__photo img {
    width: 100%;
    height: auto; }
.profile__list-info__photo-title {
  font-size: 0.8125em;
  padding-top: 0.61538em;
  margin-left: 0.38462em; }

/* Style for profile popup photo */
.modal-info--profile .modal-dialog {
  width: 28.625em; }
.modal-info--profile .tooltip {
  left: -6.57143em; }
.modal-info--profile-photo {
  padding-right: 3.125em;
  padding-left: 3.125em; }
.modal-info__doctor-photo {
  margin: 0 auto;
  width: 9.375em;
  height: 9.375em; }
  .modal-info__doctor-photo img {
    width: 100%;
    height: auto; }
  .modal-info__doctor-photo .close {
    right: 0.3125em;
    opacity: 1; }
.modal-info__upload-error {
  padding: 0em 0.625em; }
  .modal-info__upload-error .alert {
    margin: 2.14286em 0em 0em 0em; }
.modal-info .edit-photo {
  width: 1.125em;
  height: 1.125em;
  background: url("assets/images/edit-photo.png") no-repeat 0 0;
  right: 0.3125em; }
.modal-info .photo {
  width: 9.375em;
  height: 9.375em;
  border: 0.125em solid #ccc;
  overflow: hidden; }

.btn-update-photo {
  margin: 3.75em 0.5em 1.5625em 0.5em; }
  .btn-update-photo .btn, .btn-update-photo .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-update-photo .close-btn, .btn-update-photo .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-update-photo .save-as-draft-btn, .btn-update-photo .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .btn-update-photo .submit-claim-btn {
    padding: 0.5em 0.75em; }

.modal-info__indicator {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5; }

.sk-fading-circle {
  width: 2.5em;
  height: 2.5em;
  margin: 43% auto 0 auto; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%; }

.sk-fading-circle .sk-circle:before {
  width: 10%;
  height: 10%;
  content: '';
  margin: 0 auto;
  background-color: #333;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s; }
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
/* Style for modal thank update */
.modal-thank-update .modal-dialog {
  width: 19.6875em; }
.modal-thank-update .modal-body--thank-update {
  padding-left: 2.375em;
  padding-right: 2.1875em;
  padding-top: 1.1875em; }
.modal-thank-update .modal-info__title {
  line-height: 1.18519em; }
.modal-thank-update .modal-incorrect--notify {
  color: #a9a9a9;
  font-size: 0.875em;
  line-height: 1.21429em;
  margin-bottom: 1.78571em;
  margin-top: 1.07143em; }
.modal-thank-update .modal-incorrect__body__btn-ok {
  margin-bottom: 1.5625em;
  margin-top: 1.25em; }

/* Style for section terms of use */
.terms-of-use {
  margin-top: 1.25em; }
  .terms-of-use .term__title {
    padding: 0.83333em 0em; }
  .terms-of-use .term__sub-title {
    padding-bottom: 1.25em; }
  .terms-of-use .term ul {
    list-style: none; }
    .terms-of-use .term ul li {
      clear: both; }
    .terms-of-use .term ul .term__content {
      width: 95%; }
  .terms-of-use .term .indicator {
    width: 5%; }
    .terms-of-use .term .indicator--sub, .terms-of-use .term .indicator em {
      font-family: "HelveticaNeue"; }
  .terms-of-use .term__content {
    text-align: justify; }
    .terms-of-use .term__content--personal {
      margin-left: 20%; }
  .terms-of-use ul.term__list-contents-detail {
    list-style-type: disc;
    margin-left: 1.25em; }
  .terms-of-use .privacy__title {
    font-size: 1.125em;
    text-decoration: underline; }
  .terms-of-use .act-detail {
    margin-left: 1.25em; }

/* Style for section dashboard */
.dashboard .container .dashboard__statistic-wrapper {
  margin-bottom: 1.875em; }
.dashboard .select-box--change-time {
  margin-left: 1.4375em; }
  .dashboard .select-box--change-time .text-value {
    padding-left: 0.58333em;
    width: 6.25em; }
  .dashboard .select-box--change-time .dropdown-menu {
    min-width: 6.875em; }
.dashboard__chart {
  width: 56.25em;
  height: 26.25em;
  margin-top: 0.9375em;
  margin-bottom: 3.4375em; }
.dashboard__chart-indices li {
  margin-right: 3.125em;
  width: 20%; }
.dashboard__chart-indices .chart-indices {
  display: inline-flex; }
.dashboard__chart-indices .chart-icon {
  width: 1.6875em;
  height: 1.8125em;
  background-image: url("assets/images/chart-icon.png");
  background-repeat: no-repeat; }
  .dashboard__chart-indices .chart-icon--appointment {
    background-position: 0 0; }
  .dashboard__chart-indices .chart-icon--doctor {
    background-position: 0 -1.8125em; }
  .dashboard__chart-indices .chart-icon--no-show {
    background-position: 0 -3.625em; }
  .dashboard__chart-indices .chart-icon--patient {
    background-position: 0 -5.4375em; }
.dashboard__chart-indices .chart-total-number {
  font-size: 2em;
  padding-left: 0.1875em;
  line-height: 0.9375em; }
.dashboard__chart-indices .chart-info {
  color: #9b9b9b;
  font-size: 0.8125em; }
.dashboard__indicator {
  position: absolute;
  margin: 0;
  top: 30%;
  left: 50%;
  transform: translateX(-50%); }
.dashboard__statistic {
  list-style-type: none;
  margin: 0 -0.9375em;
  padding: 0; }
  .dashboard__statistic li {
    padding: 0 0.9375em;
    width: 25%; }
  .dashboard__statistic__box {
    border-top-right-radius: 0.25em;
    border-top-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    border-top-left-radius: 0.25em;
    border: 1px solid #cacaca;
    height: 3.4375em; }
    .dashboard__statistic__box__icon {
      padding: 0.9375em 1.25em;
      width: 20%;
      height: 100%; }
      .dashboard__statistic__box__icon .statistic-icon {
        width: 1.25em;
        height: 1.25em;
        background-image: url("assets/images/dashboard-icon.png");
        background-repeat: no-repeat; }
        .dashboard__statistic__box__icon .statistic-icon--star {
          background-position: 0 -2.5em; }
        .dashboard__statistic__box__icon .statistic-icon--phone {
          background-position: 0 -1.25em; }
        .dashboard__statistic__box__icon .statistic-icon--navigate {
          background-position: 0 0; }
        .dashboard__statistic__box__icon .statistic-icon--view {
          background-position: 0 -3.75em; }
    .dashboard__statistic__box__total {
      width: 80%;
      padding-left: 0.5625em; }
.dashboard .statistic-lable--number {
  font-size: 1.25em;
  line-height: 1.45em; }
.dashboard .statistic-lable--title {
  font-size: 0.875em;
  color: #9b9b9b; }
.dashboard .reviews {
  margin-top: 20px; }
  .dashboard .reviews .no-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 30px;
    font-family: "HelveticaNeue-Light";
    font-size: 16px;
    color: white; }
  .dashboard .reviews .one-star {
    background: url("assets/images/star-outlined.png") 0 0 no-repeat;
    height: 32px;
    width: 32px;
    margin-right: 10px; }
  .dashboard .reviews .no-reviews-container {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .dashboard .reviews .no-reviews-title {
    font-family: "HelveticaNeue-Bold";
    font-size: 16px;
    color: #818181;
    text-align: center; }
  .dashboard .reviews .no-reviews-descp {
    font-family: "HelveticaNeue";
    font-size: 14px;
    color: #9e9e9e;
    text-align: center; }
  .dashboard .reviews .rating {
    display: flex;
    align-items: center; }
.dashboard .reviews-header {
  background: #4e4e4e;
  height: 70px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center; }
.dashboard .reviews-header-icon {
  background: url("assets/images/ic-chat.png") 0 0 no-repeat;
  width: 30px;
  height: 27px; }
.dashboard .average-chat-rating-title {
  color: white;
  font-family: "HelveticaNeue-Bold";
  font-size: 24px;
  margin-left: 20px; }
.dashboard .rating-stars-header {
  margin-left: 10px;
  margin-top: 4px; }
.dashboard .ngrateit-bg-star {
  background-image: url("assets/images/star-outlined.png");
  background-size: contain; }
.dashboard .ngrateit-selected {
  background-image: url("assets/images/star-filled.png");
  background-size: contain; }
.dashboard .custom .ngrateit-star {
  height: 29px !important;
  width: 32px !important; }
.dashboard .number-of-stars {
  margin-left: 30px;
  color: #fec702;
  font-family: "HelveticaNeue-Bold";
  font-size: 24px;
  letter-spacing: 0.17px; }
.dashboard .total-number-of-votes {
  color: white;
  margin-left: 20px;
  font-size: 12px;
  font-family: "HelveticaNeue"; }
.dashboard .reviews-container {
  background-color: #f8f8f8;
  padding: 20px; }
.dashboard .review .review-container {
  border-style: solid;
  border-color: #bdbdbd;
  border-radius: 8px;
  border-width: 1px;
  background: white;
  margin-top: 12px;
  padding: 20px; }
.dashboard .review .ngrateit-star {
  height: 21px !important;
  width: 22px !important; }
.dashboard .review .separator {
  background-color: #bdbdbd;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px; }
.dashboard .review .patient-name {
  margin-left: 19px;
  font-family: "HelveticaNeue-Medium";
  font-size: 14px;
  color: #4e4e4e; }
.dashboard .review .rating-and-name {
  display: flex; }
.dashboard .review .date {
  flex: 1;
  text-align: end; }
.dashboard .review .top {
  display: flex; }
.dashboard .review .bottom {
  display: flex;
  flex-direction: column; }
.dashboard .review .specialty-container {
  display: flex;
  flex-direction: row; }
.dashboard .review .comment {
  margin-top: 15px;
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #4e4e4e; }
.dashboard .review .specialty strong {
  font-family: "HelveticaNeue-Bold";
  font-size: 16px;
  color: #4e4e4e; }
.dashboard .patient-reviews-title {
  color: #18077a;
  font-family: "HelveticaNeue-Medium";
  font-size: 16px; }

.qrcode-container {
  background-color: #e1e2ea;
  border-radius: 8px;
  border-width: 1px;
  border-color: #bdbdbd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 12px; }

.qrcode-title {
  font-family: "GothamRoundedMedium";
  font-size: 16px;
  color: #4e4e4e;
  margin-right: 20px;
  letter-spacing: 0.19px; }

.generate-btn {
  background-color: #ec2727;
  color: white;
  font-family: "HelveticaNeue";
  font-size: 14px;
  letter-spacing: 0.29px; }

.dashboard-heading {
  color: #424242; }

/* Style for modal operating hours */
.modal-operating-hours {
  padding-right: 1.875em;
  padding-left: 1.875em; }
  .modal-operating-hours .modal-info__wrapper-btn {
    margin-top: 1.875em; }
  .modal-operating-hours .modal-info__title {
    margin-bottom: 0; }
  .modal-operating-hours .modal-info__btn--save[ng-disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed; }
    .modal-operating-hours .modal-info__btn--save[ng-disabled="true"]:hover {
      background-color: #8fd651; }
  .modal-operating-hours .modal-info__btn--cancel[ng-disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed; }

.onoffswitch {
  width: 3.125em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-label {
  cursor: pointer;
  border-radius: 0.9375em; }

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  transition: margin 0.2s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  font-size: 0.6875em;
  height: 1.63636em;
  line-height: 1.63636em;
  width: 50%;
  padding: 0;
  color: #fff;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 0.72727em;
  background-color: #79bd3d;
  color: #fff; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 0.72727em;
  background-color: #ededed;
  color: #9b9b9b; }

.onoffswitch-switch {
  width: 1.125em;
  height: 1.125em;
  background: #fff;
  right: 2.0625em;
  top: 0;
  bottom: 0;
  border: 1px solid #979797;
  border-radius: 0.9375em;
  transition: all 0.2s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0; }

/* Style for audit page */
.audit .heading__content {
  margin-top: 1.25em;
  margin-bottom: 0.8125em; }
.audit .sk-fading-circle {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%); }

/* Style for popup issue mc */
.modal-medical-certificate {
  padding-bottom: 2.5em;
  padding-left: 3.125em;
  padding-right: 3.125em; }
  .modal-medical-certificate .modal-info__content .date-picker {
    font-size: 0.86667em; }
  .modal-medical-certificate .modal-info__text-notify {
    font-size: 0.875em;
    line-height: 1.78571em; }
  .modal-medical-certificate .modal-info__value--doctor-info {
    font-size: 0.875em; }
  .modal-medical-certificate .modal-info__name {
    color: #424242; }
  .modal-medical-certificate .modal-info__wrapper-btn {
    margin-bottom: 0;
    margin-top: 1.25em; }
  .modal-medical-certificate .modal-info__alert {
    width: 100%; }
  .modal-medical-certificate .section-info--date-time {
    margin-top: 0.625em;
    margin-bottom: 0.625em; }
    .modal-medical-certificate .section-info--date-time .modal-info__name {
      padding-top: 0.71429em; }

/* Style for popup confirmation */
.modal-confirm .modal-dialog {
  width: 32em; }

.modal-incorrect--confirmation {
  font-size: 0.76923em;
  text-align: justify; }
  .modal-incorrect--confirmation-btn .btn, .modal-incorrect--confirmation-btn .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-incorrect--confirmation-btn .close-btn, .modal-incorrect--confirmation-btn .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-incorrect--confirmation-btn .save-as-draft-btn, .modal-incorrect--confirmation-btn .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .modal-incorrect--confirmation-btn .submit-claim-btn {
    margin-top: 1.25em;
    margin-right: 0.9375em;
    width: 20%; }

/* Style for grouping - all doctors */
.all-doctors {
  margin-top: 1.5625em; }
  .all-doctors .table__col {
    padding: 0.92308em 1.15385em 0.69231em 1.15385em; }
    .all-doctors .table__col .location-name {
      width: 14.07692em; }
  .all-doctors__filters {
    margin-bottom: 0.75em;
    margin-top: 1.0625em; }
    .all-doctors__filters .list-filter {
      margin: 0;
      padding-left: 0.9375em;
      width: 40%; }
      .all-doctors__filters .list-filter li {
        border-top-right-radius: 0.25em;
        border-top-left-radius: 0.25em;
        border-bottom-right-radius: 0.25em;
        border-top-right-radius: 0.25em;
        border-bottom-right-radius: 0.25em;
        border-bottom-left-radius: 0.25em;
        border-bottom-left-radius: 0.25em;
        border-top-left-radius: 0.25em;
        background-color: #5aa3e8;
        color: #fff;
        font-size: 0.8125em;
        line-height: 1.53846em;
        margin: 0.38462em 0.76923em 0.38462em 0em;
        padding: 0.23077em 0.76923em; }
      .all-doctors__filters .list-filter .specialty-name {
        margin-right: 0.76923em; }
    .all-doctors__filters .btn-search {
      border-top-right-radius: 0.30769em;
      border-top-left-radius: 0.30769em;
      border-bottom-right-radius: 0.30769em;
      border-top-right-radius: 0.30769em;
      border-bottom-right-radius: 0.30769em;
      border-bottom-left-radius: 0.30769em;
      border-bottom-left-radius: 0.30769em;
      border-top-left-radius: 0.30769em;
      transition: width 0.5s;
      background: #fff url("assets/images/icon-search.png") 0.92308em center no-repeat;
      border: 1px solid #ccc;
      font-size: 0.8125em;
      padding: 0em 0.76923em 0em 2.46154em;
      margin-right: 0.38462em;
      width: 1.15385em;
      height: 2.61538em; }
      .all-doctors__filters .btn-search:hover {
        box-shadow: 0 0 0.15385em rgba(0, 0, 0, 0.4);
        background-color: #fff; }
      .all-doctors__filters .btn-search:focus {
        box-shadow: 0 0 0.15385em rgba(0, 0, 0, 0.4);
        background-color: #fff;
        border: 1px solid #ccc;
        cursor: auto;
        padding-left: 2.69231em;
        padding-right: 1.53846em;
        width: 13.84615em; }
    .all-doctors__filters .btn-remove {
      top: 15%;
      right: 7%;
      cursor: pointer; }
    .all-doctors__filters .btn-filter {
      font-size: 0.8125em;
      padding: 0.53846em 1.15385em; }
      .all-doctors__filters .btn-filter, .all-doctors__filters .btn-filter:hover, .all-doctors__filters .btn-filter:focus, .all-doctors__filters .btn-filter:active, .all-doctors__filters .btn-filter:active:focus {
        color: #a9a9a9; }
    .all-doctors__filters .clear-filter {
      color: #333;
      font-size: 0.8125em;
      margin-left: 0.76923em; }
  .all-doctors__col--name {
    width: 13%; }
  .all-doctors__col--view-md {
    width: 16%; }
    .all-doctors__col--view-md .alerts-number {
      color: #ec4b4e; }
  .all-doctors__col--view-lg {
    width: 24%; }
  .all-doctors__table a {
    color: #333; }
    .all-doctors__table a:hover, .all-doctors__table a:focus {
      color: #f26360; }
  .all-doctors .is-bold {
    background-color: #faebd7; }

/* Style for filter popup */
.filter {
  padding: 2.1875em; }
  .filter__title {
    font-size: 1.6875em; }
  .filter .modal-info__value {
    margin: 1.875em 0em; }

/* Style for grouping header */
.grouping-header {
  margin-left: 10px; }
  .grouping-header .main-header__logout-nav {
    margin-right: 0.3125em; }

.modal-refer-doctor {
  padding: 0.9375em 3.125em 0.9375em 3.125em; }
  .modal-refer-doctor .modal-info--refer__section {
    margin-bottom: 1.25em; }
    .modal-refer-doctor .modal-info--refer__section .btn-search-doctor {
      -webkit-user-select: auto;
      -moz-user-select: auto;
      -ms-user-select: auto;
      user-select: auto; }
  .modal-refer-doctor .modal-info--refer__add-file {
    font-size: 0.875em;
    color: #519ed4;
    cursor: pointer;
    font-weight: 100; }
    .modal-refer-doctor .modal-info--refer__add-file .tooltip {
      left: -6.42857em; }
  .modal-refer-doctor .modal-info--refer__phone, .modal-refer-doctor .modal-info--refer__phone:hover, .modal-refer-doctor .modal-info--refer__phone:focus {
    color: #424242; }
  .modal-refer-doctor .modal-info--refer__file-name {
    cursor: auto; }
    .modal-refer-doctor .modal-info--refer__file-name .delete-document {
      margin-left: 1em; }
  .modal-refer-doctor .dropdown-menu .suggest-doctor-link {
    padding: 0.21429em 0.5em;
    font-size: 0.875em; }
    .modal-refer-doctor .dropdown-menu .suggest-doctor-link a {
      padding: 0em 0.42857em 0em 0em; }
      .modal-refer-doctor .dropdown-menu .suggest-doctor-link a, .modal-refer-doctor .dropdown-menu .suggest-doctor-link a:hover {
        color: #519ed4;
        background: none; }
  .modal-refer-doctor .referral-indicator {
    left: 0;
    top: 2em; }

.referral-confirm-modal .modal-incorrect--confirmation {
  text-align: initial; }

/* Style for referral page */
.referral-content__title, .referral-content__value {
  width: 16.5%;
  padding-left: 1.15385em; }
  .referral-content__title--letter, .referral-content__value--letter {
    width: 13.8%; }
  .referral-content__title--contact, .referral-content__value--contact {
    width: 21.2%; }
  .referral-content__title--time, .referral-content__value--time {
    width: 18.2%; }
.referral-content__title--contact {
  padding-right: 1.15385em;
  padding-left: 1.15385em; }
.referral-content__value {
  padding-right: 0.38462em; }
  .referral-content__value--leter__link, .referral-content__value--leter__link:hover {
    color: #519ed4; }
  .referral-content__value--contact__phone, .referral-content__value--contact__phone:hover, .referral-content__value--contact__phone:focus, .referral-content__value--contact__mail, .referral-content__value--contact__mail:hover, .referral-content__value--contact__mail:focus {
    color: #424242; }
  .referral-content__value--contact__mail {
    width: 11.15385em; }
.referral-content--wrap-button {
  top: 0em; }
  .referral-content--wrap-button .btn-refer {
    font-size: 1.23077em;
    padding: 0.4375em 1.25em;
    line-height: 1.1875em; }
.referral-content .btn__success {
  font-size: 1.15385em;
  padding: 0.53333em 1.13333em; }
.referral-content .referral-total {
  margin-top: 0.53846em; }
  .referral-content .referral-total span {
    color: #cacaca; }
.referral-content .disable-link {
  pointer-events: none; }
  .referral-content .disable-link, .referral-content .disable-link:hover {
    color: #424242; }

.medical-news__filter .select-group__select,
.medical-news__filter .select-group__select .dropdown-menu {
  width: 7.85714em; }
.medical-news__list {
  padding: 0;
  list-style-type: none; }
  .medical-news__list li {
    padding: 0.9375em;
    overflow: hidden; }
    .medical-news__list li:hover {
      border-top-right-radius: 0.1875em;
      border-top-left-radius: 0.1875em;
      border-bottom-right-radius: 0.1875em;
      border-top-right-radius: 0.1875em;
      border-bottom-right-radius: 0.1875em;
      border-bottom-left-radius: 0.1875em;
      border-bottom-left-radius: 0.1875em;
      border-top-left-radius: 0.1875em;
      background-color: #feeaeb; }
.medical-news__item_thumbnail {
  width: 9.375em;
  margin-right: 1.5625em; }
  .medical-news__item_thumbnail img {
    border-top-right-radius: 0.1875em;
    border-top-left-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;
    border-top-right-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;
    border-bottom-left-radius: 0.1875em;
    border-bottom-left-radius: 0.1875em;
    border-top-left-radius: 0.1875em;
    width: 100%;
    height: 9.375em;
    background-image: url(assets/images/image-default.png);
    background-size: cover; }
.medical-news__item_content {
  width: calc(100% - 175px); }
.medical-news__item_title {
  font-size: 1.125em;
  line-height: 1.22222em; }
.medical-news__item_title a, .medical-news__item_read-more {
  color: #454545; }
  .medical-news__item_title a:hover, .medical-news__item_read-more:hover {
    color: #ec4b4e; }
.medical-news__item_read-more {
  font-size: 0.875em; }
.medical-news__item_desc {
  color: #5d5d5d;
  font-size: 0.9375em;
  margin: 0.66667em 0em; }
.medical-news__item_metadata {
  color: #737373;
  font-size: 0.875em;
  margin-top: 0.71429em; }
.medical-news__error {
  margin-top: 1.25em;
  color: #ec4b4e; }

/* Import all files in folder state */
/* Custom bootstrap */
.btn.disabled, .submitted-claim-details-modal .modal-content .modal-action-btns .disabled.close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .disabled.save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .disabled.submit-claim-btn, .btn[disabled], .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns [disabled].submit-claim-btn, fieldset[disabled] .btn, fieldset[disabled] .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns fieldset[disabled] .close-btn, fieldset[disabled] .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns fieldset[disabled] .save-as-draft-btn, fieldset[disabled] .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns fieldset[disabled] .submit-claim-btn {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.caret {
  border-top: 4px dashed; }

.fc-time-grid-event {
  left: -2px !important;
  right: -3px !important;
  border-radius: 0 !important;
  margin-top: 1px;
  margin-bottom: 2px; }

.fc-widget-header {
  background-color: #f1f1f1; }

.fc-axis.fc-time span {
  color: #F9625D;
  font-size: 11px; }

.fc-day-header.fc-widget-header {
  font-size: 13px;
  color: #000;
  border: none;
  height: 30px;
  vertical-align: middle; }

.fc-row.fc-widget-header,
.fc-axis.fc-widget-header {
  border: none; }

.fc-view {
  background-color: #fff; }

.fc-minor .fc-axis.fc-time {
  border-top-color: #fff; }

.fc-time-grid .fc-slats td {
  height: 1.26em; }

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

.fc-time-grid-event .fc-resizer:after {
  display: none; }

.fc-button.fc-state-default {
  border: none;
  box-shadow: none;
  text-shadow: none;
  background-color: transparent;
  float: left;
  background-position: center center;
  height: 1.7em;
  outline: none; }
  .fc-button.fc-state-default span {
    display: none; }

.fc-toolbar h2 {
  color: #585858;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.4em; }

.fc-left {
  margin-top: 3px;
  width: 28%; }

.fc-prev-button {
  background: url("assets/images/icon-arrow-prev.png") no-repeat 0 0; }

.fc-next-button {
  background: url("assets/images/icon-arrow-next.png") no-repeat 0 0; }

.appointments .availability__button {
  margin-top: 0; }

#btn-change-calendar-view {
  margin-left: 10px;
  text-align: center;
  padding-left: 25px;
  padding-right: 3em; }

.fc-month-view .fc-widget-header {
  border-color: #fff;
  background-color: #fff;
  text-align: left; }

.fc-agendaDay-view .fc-widget-header {
  display: none; }

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

a.fc-more {
  font-size: 12px;
  color: #59a3e8; }

.fc-basic-view td.fc-day-number {
  font-size: 12px;
  text-align: left !important; }

.fc-more-popover {
  width: 150px; }

.fc-ltr .fc-popover .fc-header .fc-title {
  font-size: 12px;
  color: #000; }

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

.fc-basic-view .fc-body .fc-row {
  min-height: 114px; }

#btn-filter-location {
  padding-right: 1.58333em; }

.appt-local {
  width: 95px;
  display: block;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.fc-agendaDay-view .fc-insurance,
.fc-agendaDay-view .fc-location,
.fc-agendaDay-view .fc-appt-type {
  font-size: .85em;
  padding: 0;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.fc-agendaDay-view .fc-time-grid .fc-event {
  width: 1000px !important; }
.fc-agendaDay-view .fc-time {
  width: 11.76923em;
  margin-left: 3.23077em; }
.fc-agendaDay-view .fc-title {
  width: 11.53846em; }
.fc-agendaDay-view .fc-insurance {
  width: 15.38462em; }
.fc-agendaDay-view .fc-location {
  width: 21.53846em; }
.fc-agendaDay-view .fc-appt-type {
  position: relative;
  top: -1px; }

.fc-event-container {
  cursor: pointer; }

.fc-time-grid .fc-bgevent {
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #000;
  opacity: 1;
  font-size: 12px; }

.fc-time-grid .fc-bgevent:before {
  content: "  Not Available";
  padding-left: 5px; }

.fc-event.timeoff {
  border: 0; }
  .fc-event.timeoff:before {
    content: " Time Off";
    position: absolute;
    z-index: 1000;
    font-size: 12px;
    color: #000;
    left: 5px; }
  .fc-event.timeoff .fc-content {
    background-color: #000 !important;
    opacity: 0.15;
    height: 100%; }
    .fc-event.timeoff .fc-content > div {
      display: none; }

.fc-event.showNoteIcon,
.fc-month-view .fc-event-container .noteIconInMonth .fc-content {
  background-image: url("assets/images/icon-note.png");
  background-repeat: no-repeat; }

.fc-event.showNoteIcon {
  background-position: 0.38462em 0em; }
  .fc-event.showNoteIcon:before {
    left: 2.08333em; }

.fc-event.isHidden {
  visibility: hidden; }

.fc-time-grid-event .fc-time,
.fc-agendaDay-view .fc-title {
  display: inline-block; }

.modal-medium .modal-dialog {
  width: 40em; }

.calendar-wrapper {
  position: relative; }
  .calendar-wrapper .sk-fading-circle {
    position: absolute;
    z-index: 9999;
    top: 20%;
    left: 50%;
    margin: 0; }

.fc-view-container {
  position: relative; }
  .fc-view-container .fc-agenda-view.fc-view {
    top: 0;
    left: 0; }

.firefox-header {
  display: none; }

.fc-month-view .fc-event-container.timeoff .month-timeoff .fc-time,
.fc-month-view .fc-event-container .month-timeoff .fc-time {
  color: gray;
  opacity: 0.5; }
  .fc-month-view .fc-event-container.timeoff .month-timeoff .fc-time:after,
  .fc-month-view .fc-event-container .month-timeoff .fc-time:after {
    content: " Time Off"; }
.fc-month-view .fc-event-container.timeoff .noteIconInMonth .fc-content,
.fc-month-view .fc-event-container .noteIconInMonth .fc-content {
  opacity: 0.5; }
  .fc-month-view .fc-event-container.timeoff .noteIconInMonth .fc-content .fc-time,
  .fc-month-view .fc-event-container .noteIconInMonth .fc-content .fc-time {
    opacity: 1;
    margin-left: 1.41667em; }

/* Custom angular bootstrap dropdown */
button.btn-primary {
  font-size: 0.75em;
  padding-top: 0.66667em;
  padding-bottom: 0.66667em;
  padding-left: 0.83333em; }
  button.btn-primary:hover, button.btn-primary:active, button.btn-primary:focus, button.btn-primary:active:hover, button.btn-primary:active:focus {
    box-shadow: 0 0 0.16667em rgba(0, 0, 0, 0.4); }

.btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn .caret, .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn .caret {
  top: 45%;
  right: 0.83333em; }

.dropdown-menu {
  box-shadow: 0 0.1875em 0.5625em rgba(0, 0, 0, 0.3);
  top: -4%;
  left: -0.0625em; }
  .dropdown-menu li {
    border-bottom: 1px solid #ccc; }
    .dropdown-menu li.selected {
      pointer-events: none; }
    .dropdown-menu li a {
      color: #000;
      font-size: 0.75em;
      padding: 0.75em 1.66667em 0.75em 0.83333em; }
    .dropdown-menu li a:hover {
      background-color: #c3c3c3;
      color: #fff;
      opacity: 1; }
  .dropdown-menu .set-opacity a {
    opacity: 0.5; }

.open > .btn-primary.dropdown-toggle,
.open > .btn-primary.dropdown-toggle:active,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  box-shadow: 0 0 0.125em rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-color: #ccc; }

.select-box--update button.btn-primary {
  padding-right: 2.91667em; }
.select-box--update .dropdown-menu {
  min-width: 5.3125em; }
.select-box--change button.btn-primary {
  padding-right: 4.58333em; }
.select-box--change .dropdown-menu {
  min-width: 9.6875em; }

.select-group {
  font-size: 0.8125em; }
  .select-group__select {
    width: 8.46154em; }
    .select-group__select:not(:last-child) {
      margin-right: 2.30769em; }
    .select-group__select .btn, .select-group__select .submitted-claim-details-modal .modal-content .modal-action-btns .close-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .select-group__select .close-btn, .select-group__select .submitted-claim-details-modal .modal-content .modal-action-btns .save-as-draft-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .select-group__select .save-as-draft-btn, .select-group__select .submitted-claim-details-modal .modal-content .modal-action-btns .submit-claim-btn, .submitted-claim-details-modal .modal-content .modal-action-btns .select-group__select .submit-claim-btn {
      height: 2.53846em; }
    .select-group__select .text-value {
      max-width: 7.30769em;
      padding-right: 0.76923em; }
    .select-group__select .dropdown-menu {
      min-width: initial;
      top: 0;
      font-size: inherit; }
      .select-group__select .dropdown-menu li a {
        padding-top: 0.53846em;
        padding-bottom: 0.53846em; }
      .select-group__select .dropdown-menu--lg {
        width: 23.07692em;
        max-height: 23.07692em; }
      .select-group__select .dropdown-menu--sm {
        width: inherit; }
  .select-group__title {
    padding-right: 0.38462em; }

.is-other-location .show, .is-other-location .modal-incorrect__body__btn-ok, .is-other-location .modal-appoint-info .table-info__cell a, .modal-appoint-info .table-info__cell .is-other-location a, .is-other-location .dropdown-wrapper .dropdown-menu.specialties-list li a, .dropdown-wrapper .dropdown-menu.specialties-list li .is-other-location a {
  display: none !important; }

.is-other-location .hidden {
  display: block !important; }

.has-error .modal-info__name {
  color: #a94442; }

.has-error .dropdown-toggle {
  border-color: #a94442; }

.conflict-location a {
  margin: 1em 1em 0 1em; }

/* Style for media print */
@media print {
  @page {
    size: letter portrait;
    margin: 0.2cm 0.5cm 0.2cm 0.5cm; }
  .container,
  .calendar {
    width: 1000px !important;
    margin: 0 auto; }

  .fc-agendaDay-view.fc-agenda-view {
    width: 1060px !important; }

  .isSafari .fc-agendaWeek-view .fc-bgevent-skeleton,
  .isSafari .fc-agendaWeek-view .fc-content-skeleton {
    top: 0px !important; }

  .isSafari .fc-agendaDay-view .fc-bgevent-skeleton,
  .isSafari .fc-agendaDay-view .fc-content-skeleton {
    top: 0px !important; }

  a[href]:after {
    content: none !important; }

  .main-header .navbar {
    display: block; }
  .main-header nav.navbar-collapse {
    display: none !important; }

  .logo {
    margin-left: 1.25em; }

  .appointment-header {
    right: -3.125em; }

  .appointment-btn-group,
  .tabs-nav__list,
  .main-footer__terms-of-use,
  .main-footer__menu {
    display: none; }

  .fc-agendaWeek-view .fc-time-grid-container,
  .fc-agendaWeek-view .fc-day-grid-container, .fc-month-view .fc-time-grid-container,
  .fc-month-view .fc-day-grid-container, .fc-agendaDay-view .fc-time-grid-container,
  .fc-agendaDay-view .fc-day-grid-container {
    height: auto !important; }
  .fc-agendaWeek-view .fc-scroller, .fc-month-view .fc-scroller, .fc-agendaDay-view .fc-scroller {
    overflow: visible; }

  .fc-time-grid-event.fc-short .fc-content {
    display: block; }

  .main-footer {
    position: static !important; }

  .fc-event {
    border-color: transparent !important; }

  .dropdown-menu {
    display: none !important; }

  iframe,
  .menu-item.grouping-header,
  .menu-item .caret {
    display: none !important; }

  @-moz-document url-prefix() {
    marquee {
      -moz-binding: none !important; }

    .calendar {
      height: 1280px !important; }

    .main-header,
    .heading,
    .fc-toolbar,
    .appointment-header,
    .firefox-header,
    .fc-view-container {
      position: absolute !important; }

    .container {
      width: 960px;
      margin: 0 !important;
      padding-left: 15px !important;
      left: 0 !important; }

    .firefox-header {
      display: block !important;
      top: -30px;
      left: -0.5px;
      padding: 1px !important;
      border-top: 1px solid #ddd;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      background-color: #f1f1f1;
      width: 981px; }
      .firefox-header .fc-day-header {
        font-weight: bold !important;
        font-family: "arial"; }

    .fc-agenda-view .fc-head {
      display: none; }

    .fc-view-container {
      top: 200px !important;
      left: 0; }

    .heading {
      top: 70px !important; }

    .appointment-header {
      top: 125px !important;
      width: 960px !important; }
      .appointment-header .heading__content--title {
        position: relative;
        left: 40px; }
      .appointment-header .btn-group {
        position: relative;
        left: 320px !important; }

    .fc-toolbar {
      top: 125px !important;
      width: 715px;
      left: 35px; }

    .fc-time {
      opacity: 1 !important; }

    .fc-agendaDay-view,
    .fc-agendaWeek-view {
      border-right: 1px solid #333 !important;
      /*!
       * FullCalendar v2.6.1 Print Stylesheet
       * Docs & License: http://fullcalendar.io/
       * (c) 2015 Adam Shaw
       */
      /*
       * Include this stylesheet on your page to get a more printer-friendly calendar.
       * When including this stylesheet, use the media='print' attribute of the <link> tag.
       * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
       */
      /* Global Event Restyling
      --------------------------------------------------------------------------------------------------*/
      /* Table & Day-Row Restyling
      --------------------------------------------------------------------------------------------------*/
      /* kill the overlaid, absolutely-positioned components */
      /* common... */
      /* don't force a min-height on rows (for DayGrid) */
      /* Undo month-view event limiting. Display all events and hide the "more" links
      --------------------------------------------------------------------------------------------------*/
      /* TimeGrid Restyling
      --------------------------------------------------------------------------------------------------*/
      /* undo the min-height 100% trick used to fill the container's height */
      /* don't display the side axis at all ("all-day" and time cells) */
      /* don't display the horizontal lines */
      /* let the container that holds the events be naturally positioned and create real height */
      /* in case there are no events, we still want some height */
      /* kill the horizontal spacing made by the event container. event margins will be done below */
      /* TimeGrid *Event* Restyling
      --------------------------------------------------------------------------------------------------*/
      /* naturally position events, vertically stacking them */
      /* for events that continue to a future day, give the bottom border back */
      /* indicate the event continues via "..." text */
      /* for events that are continuations from previous days, give the top border back */
      /* indicate the event is a continuation via "..." text */
      /* time */
      /* undo a previous declaration and let the time text span to a second line */
      /* hide the the time that is normally displayed... */
      /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
      /* Vertical Scroller & Containers
      --------------------------------------------------------------------------------------------------*/
      /* kill the scrollbars and allow natural height */
      /* kill the horizontal border/padding used to compensate for scrollbars */
      /* Button Controls
      --------------------------------------------------------------------------------------------------*/ }
      .fc-agendaDay-view .fc,
      .fc-agendaWeek-view .fc {
        max-width: 100% !important; }
      .fc-agendaDay-view .fc-event,
      .fc-agendaWeek-view .fc-event {
        page-break-inside: avoid; }
      .fc-agendaDay-view th,
      .fc-agendaDay-view td,
      .fc-agendaDay-view hr,
      .fc-agendaDay-view thead,
      .fc-agendaDay-view tbody,
      .fc-agendaDay-view .fc-row,
      .fc-agendaWeek-view th,
      .fc-agendaWeek-view td,
      .fc-agendaWeek-view hr,
      .fc-agendaWeek-view thead,
      .fc-agendaWeek-view tbody,
      .fc-agendaWeek-view .fc-row {
        border-color: #ccc !important;
        background: #fff !important; }
      .fc-agendaDay-view .fc-bg,
      .fc-agendaDay-view .fc-bgevent-skeleton,
      .fc-agendaDay-view .fc-highlight-skeleton,
      .fc-agendaDay-view .fc-helper-skeleton,
      .fc-agendaDay-view .fc-bgevent-container,
      .fc-agendaDay-view .fc-business-container,
      .fc-agendaDay-view .fc-highlight-container,
      .fc-agendaDay-view .fc-helper-container,
      .fc-agendaWeek-view .fc-bg,
      .fc-agendaWeek-view .fc-bgevent-skeleton,
      .fc-agendaWeek-view .fc-highlight-skeleton,
      .fc-agendaWeek-view .fc-helper-skeleton,
      .fc-agendaWeek-view .fc-bgevent-container,
      .fc-agendaWeek-view .fc-business-container,
      .fc-agendaWeek-view .fc-highlight-container,
      .fc-agendaWeek-view .fc-helper-container {
        display: none; }
      .fc-agendaDay-view .fc tbody .fc-row,
      .fc-agendaWeek-view .fc tbody .fc-row {
        height: auto !important;
        /* undo height that JS set in distributeHeight */
        min-height: 0 !important;
        /* undo the min-height from each view's specific stylesheet */ }
      .fc-agendaDay-view .fc tbody .fc-row .fc-content-skeleton,
      .fc-agendaWeek-view .fc tbody .fc-row .fc-content-skeleton {
        position: static;
        /* undo .fc-rigid */
        padding-bottom: 0 !important;
        /* use a more border-friendly method for this... */ }
      .fc-agendaDay-view .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td,
      .fc-agendaWeek-view .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
        /* only works in newer browsers */
        padding-bottom: 1em;
        /* ...gives space within the skeleton. also ensures min height in a way */ }
      .fc-agendaDay-view .fc tbody .fc-row .fc-content-skeleton table,
      .fc-agendaWeek-view .fc tbody .fc-row .fc-content-skeleton table {
        /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
           making it look more like 3em. for other browers, it will already be this tall */
        height: 1em; }
      .fc-agendaDay-view .fc-more-cell,
      .fc-agendaDay-view .fc-more,
      .fc-agendaWeek-view .fc-more-cell,
      .fc-agendaWeek-view .fc-more {
        display: none !important; }
      .fc-agendaDay-view .fc tr.fc-limited,
      .fc-agendaWeek-view .fc tr.fc-limited {
        display: table-row !important; }
      .fc-agendaDay-view .fc td.fc-limited,
      .fc-agendaWeek-view .fc td.fc-limited {
        display: table-cell !important; }
      .fc-agendaDay-view .fc-popover,
      .fc-agendaDay-view .fc-event.timeoff::before,
      .fc-agendaWeek-view .fc-popover,
      .fc-agendaWeek-view .fc-event.timeoff::before {
        display: none;
        /* never display the "more.." popover in print mode */ }
      .fc-agendaDay-view .fc-time-grid,
      .fc-agendaWeek-view .fc-time-grid {
        min-height: 0 !important; }
      .fc-agendaDay-view .fc-agenda-view .fc-axis,
      .fc-agendaWeek-view .fc-agenda-view .fc-axis {
        display: none; }
      .fc-agendaDay-view .fc-slats,
      .fc-agendaDay-view .fc-time-grid hr,
      .fc-agendaWeek-view .fc-slats,
      .fc-agendaWeek-view .fc-time-grid hr {
        /* this hr is used when height is underused and needs to be filled */
        display: none !important;
        /* important overrides inline declaration */ }
      .fc-agendaDay-view .fc-time-grid .fc-content-skeleton,
      .fc-agendaWeek-view .fc-time-grid .fc-content-skeleton {
        position: static; }
      .fc-agendaDay-view .fc-time-grid .fc-content-skeleton table,
      .fc-agendaWeek-view .fc-time-grid .fc-content-skeleton table {
        height: 4em; }
      .fc-agendaDay-view .fc-time-grid .fc-event-container,
      .fc-agendaWeek-view .fc-time-grid .fc-event-container {
        margin: 0 !important; }
      .fc-agendaDay-view .fc-time-grid .fc-event,
      .fc-agendaWeek-view .fc-time-grid .fc-event {
        position: static !important;
        margin: 3px 2px !important; }
      .fc-agendaDay-view .fc-time-grid .fc-event.fc-not-end,
      .fc-agendaWeek-view .fc-time-grid .fc-event.fc-not-end {
        border-bottom-width: 1px !important; }
      .fc-agendaDay-view .fc-time-grid .fc-event.fc-not-end:after,
      .fc-agendaWeek-view .fc-time-grid .fc-event.fc-not-end:after {
        content: "..."; }
      .fc-agendaDay-view .fc-time-grid .fc-event.fc-not-start,
      .fc-agendaWeek-view .fc-time-grid .fc-event.fc-not-start {
        border-top-width: 1px !important; }
      .fc-agendaDay-view .fc-time-grid .fc-event.fc-not-start:before,
      .fc-agendaWeek-view .fc-time-grid .fc-event.fc-not-start:before {
        content: "..."; }
      .fc-agendaDay-view .fc-time-grid .fc-event .fc-time,
      .fc-agendaWeek-view .fc-time-grid .fc-event .fc-time {
        white-space: normal !important; }
      .fc-agendaDay-view .fc-time-grid .fc-event .fc-time span,
      .fc-agendaWeek-view .fc-time-grid .fc-event .fc-time span {
        display: none; }
      .fc-agendaDay-view .fc-time-grid .fc-event .fc-time:after,
      .fc-agendaWeek-view .fc-time-grid .fc-event .fc-time:after {
        content: attr(data-full); }
      .fc-agendaDay-view .fc-scroller,
      .fc-agendaDay-view .fc-day-grid-container,
      .fc-agendaDay-view .fc-time-grid-container,
      .fc-agendaWeek-view .fc-scroller,
      .fc-agendaWeek-view .fc-day-grid-container,
      .fc-agendaWeek-view .fc-time-grid-container {
        /* */
        overflow: visible !important;
        height: auto !important; }
      .fc-agendaDay-view .fc-row,
      .fc-agendaWeek-view .fc-row {
        border: 0 !important;
        margin: 0 !important; }
      .fc-agendaDay-view .fc-button-group,
      .fc-agendaDay-view .fc button,
      .fc-agendaWeek-view .fc-button-group,
      .fc-agendaWeek-view .fc button {
        display: none;
        /* don't display any button-related controls */ }
      .fc-agendaDay-view .fc-widget-header,
      .fc-agendaDay-view .fc-widget-header,
      .fc-agendaWeek-view .fc-widget-header,
      .fc-agendaWeek-view .fc-widget-header {
        display: table-cell !important; }
      .fc-agendaDay-view .fc-view-container,
      .fc-agendaWeek-view .fc-view-container {
        overflow: hidden; } } }
/* Overrid Bootstrap paging */
.pagination-wrapper {
  margin-top: 2.30769em;
  font-size: 0.8125em; }
  .pagination-wrapper .pagination > li.active > a {
    background-color: #ec4b4e;
    border-color: #ec4b4e;
    color: #fff;
    pointer-events: none; }
  .pagination-wrapper .pagination > li > a {
    min-width: 2.69231em;
    padding: 0.53846em 0.38462em;
    color: #b4b4b4;
    border-color: #aeadad; }

.availability .sk-fading-circle {
  margin: 1% auto 0 auto; }

@media (max-width: 991px) and (min-width: 768px) {
  .main-header,
  .main-footer,
  .container,
  body {
    min-width: 62em !important; }

  .main-footer {
    position: absolute;
    width: auto;
    bottom: 0; }

  .sign-up-footer {
    width: 100%; }
    .sign-up-footer .container {
      min-width: auto !important; }

  .dashboard__statistic__box {
    margin-right: 3em; }

  body {
    position: relative; } }
@media (max-width: 767px) {
  .container .navbar-header {
    float: left;
    margin-right: 0;
    margin-left: 0; }

  .nav {
    margin: 0; }
    .nav li {
      float: left; }
      .nav li a {
        padding-top: 1em;
        padding-bottom: 1em; }

  .main-footer {
    position: absolute;
    bottom: 0;
    width: auto; } }
/* Import all files in folder theme */


