/** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
/**
 * SETTINGS
 * - Global variables, site-wide settings, config switches, etc.
 * Variables..........default variables
 * Pallette...........Style Lib Color palette variables
 * Variables..........Style Lib default variables

 * TOOLS
 * - Site-wide mixins and functions.
 * Mixins.............default mixins

 * GENERIC
 * - Low-specificity, far-reaching rulesets (e.g. resets).
 * Reset..............Styling reset to prevent conflict with other templates

 * OBJECTS
 * - Objects, abstractions, and design patterns (e.g. .media {}).
 * Buttons............Generic, underlying design patterns with minimum styles


 * COMPONENTS
 * - Discrete, complete chunks of UI. This is the one layer for customized.
 * Bootstrap 3........Bootstrap components styles
 * Fontawesome........Fontawesome icon styles
 * Easydiscuss........Easydiscuss components styles

 * TRUMPS
 * - High-specificity, very explicit selectors make sure this is last to override anything else. Overrides and helper classes (e.g. .t-hidden {}).
 * t-spacing........Margin, padding spacing with responsive ready. For quick style don't overuse.
 * t-font-size......Aggressive change font size (Usually for programmer to use).
 */
/**
* #SETTINGS
*/
/*------------------------------------*\
	$Variables.less
\*------------------------------------*/
/**
* #TOOLS
*/
/*!
 * #Object
 * 
 */
/*
 * Container
 */
/* Holds and centers the site content */
/*
 * The Grid
 */
/* Add `.grid` for the table */
/* Add `.col` for the table cells, or columns */
/* Set the widths */
/* Padded columns */
/*
 * Vertically center grid content
 *
 * Requires content within the column to be inline or inline-block.
 */
/* Safari 6.1+ (10 is the latest version of Safari at this time) */
html.com_easyarticles.view-composer {
  height: auto;
}
html.com_easyarticles.view-post {
  height: 100%;
}
.com_easyarticles.view-composer body,
.com_easyarticles.view-post body {
  height: 100% !important;
  direction: ltr;
  text-align: left;
}
.com_easyarticles .window-mainbody {
  padding: 0 !important;
  height: 100% !important;
}
#ea {
  /**
	* #GENERIC
	*/
  /*
* - Low-specificity, far-reaching rulesets (e.g. resets).
*/
  /* heebo-regular - latin */
  /*------------------------------------*\
	Scaffolding/Reset
\*------------------------------------*/
  /*------------------------------------*\
	$SHARED
\*------------------------------------*/
  /**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 */
  /**
 * Base elements
 */
  /**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
  /**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
  /*------------------------------------*\
    #LIST
\*------------------------------------*/
  /**
	* #OBJECTS
	*/
  /*
* - Objects, abstractions, and design patterns (e.g. .media {}).
* Buttons............Generic, underlying design patterns with minimum styles
*/
  /* Active Animation */
  /**
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /**
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /**
* @package      EasyArticle
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /*!
 * #Object
 * 
 */
  /*
 * Container
 */
  /* Holds and centers the site content */
  /*
 * o-row : Grid with table method
 */
  /* Add `.grid` for the table */
  /* Add `.col` for the table cells, or columns */
  /* Set the widths */
  /*
 * o-grid : Grid with flex method
 */
  /* Alignment per row */
  /* Alignment per cell */
  /* With gutters */
  /* Specific size for cell */
  /*
 * o-grid-sm : Grid with flex method wont stack on mobile
 */
  /* Alignment per row */
  /* Alignment per cell */
  /* With gutters */
  /**
 * Flag object.
 *
 * Very similar to the media object, only the flag object allows for vertical alignment.
 */
  /**
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /*
Markup:
<div class="o-box">
	<div class="">
	</div>
</div>
*/
  /*
Markup:
<div class="o-checkbox">
	<input type="checkbox" id="item-checkbox-1">
	<label for="item-checkbox-1">
		Custom checkbox
	</label>
</div>
*/
  /*
Markup:
<div class="o-radio">
	<input type="radio" id="item-radio-1">
	<label for="item-radio-1">
		Custom radio
	</label>
</div>
*/
  /*
Markup:
<div class="o-onoffswitch">
	<input type="checkbox" name="onoffswitch" class="o-onoffswitch__checkbox" id="onoffswitch" checked>
	<label class="o-onoffswitch__label" for="onoffswitch"></label>
</div>

*/
  /**
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License http://stackideas.com/licensing.html
**/
  /*
Markup:
<div id="es" class="es-dialog">
	<div class="es-dialog-modal">
		<div class="es-dialog-header">
			<div class="es-dialog-header__grid">
				<div class="es-dialog-header__cell">
					<span class="es-dialog-title"></span>
				</div>
				<div class="es-dialog-close-button"><i class="fa fa-close"></i></div>
			</div>
		</div>
		<div class="es-dialog-body">
			<div class="es-dialog-container">
				<div class="es-dialog-content"></div>
				<div class="o-loader"></div>
				<div class="o-empty">
					<div class="o-empty__content">
						<i class="o-empty__icon fa fa-exclamation-triangle"></i>
						<div class="o-empty__text"><span class="es-dialog-error-message"></span></div>
					</div>
				</div>
			</div>
		</div>
		<div class="es-dialog-footer">
			<div class="">
				<div class="es-dialog-footer-content"></div>
			</div>
		</div>
	</div>
</div>
*/
  /**
* @package      EasyArticle
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /**
	* #COMPONENTS
	*/
  /* Rules for sizing the icon. */
  /* Rules for using icons as black on a light background. */
  /* Rules for using icons as white on a dark background. */
  /*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  height: 100%;
  font-size: 13px;
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticle
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticle
* @copyright    Copyright (C) Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticle
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** Experiment with embed controls **/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticle
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /** 
* @package      EasyArticle
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /**
	* #STATES
	*/
  /*
* - Objects, abstractions, and design patterns (e.g. .media {}).
* Part of objects but have to put in difference order
*/
  /* Standard Size */
  /* Active Animation */
  /* Sizes */
  /*******************************
						 Types
*******************************/
  /*-------------------
				Text
--------------------*/
  /*******************************
						States
*******************************/
  /*******************************
						Variations
*******************************/
  /*-------------------
				Sizes
--------------------*/
  /*-------------------
			 Inverted
--------------------*/
  /*-------------------
			 Inline
--------------------*/
  /* Centered Inline */
  /** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
  /*
<div class="o-progress-radial o-progress-radial--25">
	<div class="o-progress-radial__overlay">25%</div>
</div>
*/
  /* -------------------------------------
 * Optional centered circle w/text
 * ------------------------------------- */
  /* -------------------------------------
 * States
 * ------------------------------------- */
  /* -------------------------------------
 * o-progress--% class
 * ------------------------------------- */
  /*
DOM:
<div class="component-xxx is-empty">
    <div class="o-empty">
        <div class="o-empty__content">
            <i class="o-empty__icon fa fa-book"></i>
            <div class="o-empty__text">Looks like you haven't post anything.</div>
            <div class="o-empty__action t-mt--xl">
                <a href="" class="btn btn-primary btn-lg">Ask Question</a>
            </div>    
        </div>
    </div>
</div>
*/
  /**
	* #PATCH
	*/
  /**
	* #TRUMPS
	*/
  /*
* - High-specificity, very explicit selectors make sure this is last to override anything else. Overrides and helper classes (e.g. .t-hidden {}).
*/
  /*
t = trumps
s = screen widths
p = padding
m = margin

a = all
t = top
r = right
b = bottom
l = left

no = none
xs = extra small
sm = small
md = medium (default)
lg = large
xl = extra large

e.g.:
t-[screenwidth]-[spacing]--[size]
t-xl-pt--lg = trumps-extralarge-paddingtop--large
*/
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/heebo/heebo-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Heebo'), local('Heebo-Regular'), url('../../fonts/heebo/heebo-latin-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/heebo/heebo-latin-regular.woff2') format('woff2'), url('../../fonts/heebo/heebo-latin-regular.woff') format('woff'), url('../../fonts/heebo/heebo-latin-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/heebo/heebo-latin-700.eot');
  src: local('Heebo Bold'), local('Heebo-Bold'), url('../../fonts/heebo/heebo-latin-700.eot?#iefix') format('embedded-opentype'), url('../../fonts/heebo/heebo-latin-700.woff2') format('woff2'), url('../../fonts/heebo/heebo-latin-700.woff') format('woff'), url('../../fonts/heebo/heebo-latin-700.ttf') format('truetype');
}
#ea * {
  -webkit-tap-highlight-color: transparent;
}
#ea *,
#ea *:before,
#ea *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ea html,
#ea body,
#ea p,
#ea ol,
#ea ul,
#ea li,
#ea dl,
#ea dt,
#ea dd,
#ea blockquote,
#ea figure,
#ea fieldset,
#ea legend,
#ea textarea,
#ea pre,
#ea iframe,
#ea hr,
#ea h1,
#ea h2,
#ea h3,
#ea h4,
#ea h5,
#ea h6 {
  margin: 0;
  padding: 0;
}
#ea img,
#ea input {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
}
#ea blockquote,
#ea header,
#ea nav,
#ea figure,
#ea article,
#ea aside,
#ea footer,
#ea form {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  border: 0;
  outline: 0;
  float: none;
  position: static;
  display: block;
  background: none;
  text-align: inherit;
  font-size: inherit;
  font-family: inherit;
  text-shadow: none;
}
#ea input,
#ea button,
#ea select,
#ea textarea {
  font-family: "Heebo", sans-serif;
}
#ea h1,
#ea h2,
#ea h3,
#ea h4,
#ea h5,
#ea h6 {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ea img {
  vertical-align: middle;
  border: 0;
}
#ea hr {
  background-color: #D5DDE6;
  border: none;
  display: block;
  height: 1px;
  margin: 16px 0;
}
#ea table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ea tr,
#ea td {
  border: 1px solid transparent;
}
#ea a {
  color: #5EA4F2;
}
#ea a:link {
  text-decoration: none;
}
#ea li {
  line-height: 1.69230769;
}
#ea blockquote {
  line-height: 1.69230769;
}
#ea pre {
  background: #fff;
}
#ea .divider {
  border-bottom: 0;
}
#ea .btn .caret {
  margin-top: 0;
  margin-bottom: 0;
}
#ea .g-list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ea .g-list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
#ea .g-list-inline > li {
  display: inline-block;
  font-size: 12px;
}
#ea .g-list-inline--delimited > li + li {
  margin-left: 4px;
}
#ea .g-list-inline--delimited > li + li:before {
  content: attr(data-breadcrumb) "\00A0";
}
#ea .g-list-inline--dashed > li {
  position: relative;
}
#ea .g-list-inline--dashed > :not(:first-child) {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px dotted #D5DDE6;
}
#ea .g-list-inline--space-right > li {
  margin-right: 16px;
}
#ea .g-list-inline--space-left > li {
  margin-left: 16px;
}
#ea .g-list--horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
#ea .g-list--horizontal > .g-list__item {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  display: inline-block;
  vertical-align: middle;
}
#ea .has-dividers--right > .g-list__item {
  position: relative;
}
#ea .has-dividers--right > .g-list__item:after {
  width: 3px;
  height: 3px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #888;
}
#ea .has-dividers--right > .g-list__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
#ea .has-dividers--right > .g-list__item:last-child:after {
  content: none;
}
#ea .btn {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 4px 12px;
  font-size: 13px;
  line-height: 1.69230769;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  transition: none;
}
#ea .btn:focus,
#ea .btn:active:focus,
#ea .btn.active:focus,
#ea .btn.focus,
#ea .btn:active.focus,
#ea .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#ea .btn:hover,
#ea .btn:focus,
#ea .btn.focus {
  color: #333;
  text-decoration: none;
}
#ea .btn:active,
#ea .btn.active {
  outline: 0;
  background-image: none;
  background-color: #fafafa !important;
}
#ea .btn.disabled,
#ea .btn[disabled],
fieldset[disabled] #ea .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#ea .btn.disabled,
fieldset[disabled] a#ea .btn {
  pointer-events: none;
}
#ea .btn-ea-default {
  color: #222 !important;
  background-color: #fff !important;
  border-color: transparent !important;
}
#ea .btn-ea-default:focus,
#ea .btn-ea-default.focus {
  color: #222 !important;
  background-color: #e6e6e6 !important;
}
#ea .btn-ea-default:hover {
  color: #222 !important;
  background-color: #e6e6e6 !important;
}
#ea .btn-ea-default:active,
#ea .btn-ea-default.active,
.open > .dropdown-toggle#ea .btn-ea-default {
  color: #222 !important;
  background-color: #e6e6e6 !important;
}
#ea .btn-ea-default:active:hover,
#ea .btn-ea-default.active:hover,
.open > .dropdown-toggle#ea .btn-ea-default:hover,
#ea .btn-ea-default:active:focus,
#ea .btn-ea-default.active:focus,
.open > .dropdown-toggle#ea .btn-ea-default:focus,
#ea .btn-ea-default:active.focus,
#ea .btn-ea-default.active.focus,
.open > .dropdown-toggle#ea .btn-ea-default.focus {
  color: #222 !important;
  background-color: #d4d4d4 !important;
}
#ea .btn-ea-default:active,
#ea .btn-ea-default.active,
.open > .dropdown-toggle#ea .btn-ea-default {
  background-image: none !important;
}
#ea .btn-ea-default.disabled,
#ea .btn-ea-default[disabled],
fieldset[disabled] #ea .btn-ea-default,
#ea .btn-ea-default.disabled:hover,
#ea .btn-ea-default[disabled]:hover,
fieldset[disabled] #ea .btn-ea-default:hover,
#ea .btn-ea-default.disabled:focus,
#ea .btn-ea-default[disabled]:focus,
fieldset[disabled] #ea .btn-ea-default:focus,
#ea .btn-ea-default.disabled.focus,
#ea .btn-ea-default[disabled].focus,
fieldset[disabled] #ea .btn-ea-default.focus,
#ea .btn-ea-default.disabled:active,
#ea .btn-ea-default[disabled]:active,
fieldset[disabled] #ea .btn-ea-default:active,
#ea .btn-ea-default.disabled.active,
#ea .btn-ea-default[disabled].active,
fieldset[disabled] #ea .btn-ea-default.active {
  background-color: #fff !important;
}
#ea .btn-ea-default .badge {
  color: #fff !important;
}
#ea .btn-ea-primary {
  color: #fff !important;
  background-color: #5EA4F2 !important;
  border-color: transparent !important;
}
#ea .btn-ea-primary:focus,
#ea .btn-ea-primary.focus {
  color: #fff !important;
  background-color: #2f89ee !important;
}
#ea .btn-ea-primary:hover {
  color: #fff !important;
  background-color: #2f89ee !important;
}
#ea .btn-ea-primary:active,
#ea .btn-ea-primary.active,
.open > .dropdown-toggle#ea .btn-ea-primary {
  color: #fff !important;
  background-color: #2f89ee !important;
}
#ea .btn-ea-primary:active:hover,
#ea .btn-ea-primary.active:hover,
.open > .dropdown-toggle#ea .btn-ea-primary:hover,
#ea .btn-ea-primary:active:focus,
#ea .btn-ea-primary.active:focus,
.open > .dropdown-toggle#ea .btn-ea-primary:focus,
#ea .btn-ea-primary:active.focus,
#ea .btn-ea-primary.active.focus,
.open > .dropdown-toggle#ea .btn-ea-primary.focus {
  color: #fff !important;
  background-color: #1377e7 !important;
}
#ea .btn-ea-primary:active,
#ea .btn-ea-primary.active,
.open > .dropdown-toggle#ea .btn-ea-primary {
  background-image: none !important;
}
#ea .btn-ea-primary.disabled,
#ea .btn-ea-primary[disabled],
fieldset[disabled] #ea .btn-ea-primary,
#ea .btn-ea-primary.disabled:hover,
#ea .btn-ea-primary[disabled]:hover,
fieldset[disabled] #ea .btn-ea-primary:hover,
#ea .btn-ea-primary.disabled:focus,
#ea .btn-ea-primary[disabled]:focus,
fieldset[disabled] #ea .btn-ea-primary:focus,
#ea .btn-ea-primary.disabled.focus,
#ea .btn-ea-primary[disabled].focus,
fieldset[disabled] #ea .btn-ea-primary.focus,
#ea .btn-ea-primary.disabled:active,
#ea .btn-ea-primary[disabled]:active,
fieldset[disabled] #ea .btn-ea-primary:active,
#ea .btn-ea-primary.disabled.active,
#ea .btn-ea-primary[disabled].active,
fieldset[disabled] #ea .btn-ea-primary.active {
  background-color: #5EA4F2 !important;
}
#ea .btn-ea-primary .badge {
  color: #5EA4F2 !important;
}
#ea .btn-ea-success {
  color: #fff !important;
  background-color: #50C9AE !important;
  border-color: transparent !important;
}
#ea .btn-ea-success:focus,
#ea .btn-ea-success.focus {
  color: #fff !important;
  background-color: #36b095 !important;
}
#ea .btn-ea-success:hover {
  color: #fff !important;
  background-color: #36b095 !important;
}
#ea .btn-ea-success:active,
#ea .btn-ea-success.active,
.open > .dropdown-toggle#ea .btn-ea-success {
  color: #fff !important;
  background-color: #36b095 !important;
}
#ea .btn-ea-success:active:hover,
#ea .btn-ea-success.active:hover,
.open > .dropdown-toggle#ea .btn-ea-success:hover,
#ea .btn-ea-success:active:focus,
#ea .btn-ea-success.active:focus,
.open > .dropdown-toggle#ea .btn-ea-success:focus,
#ea .btn-ea-success:active.focus,
#ea .btn-ea-success.active.focus,
.open > .dropdown-toggle#ea .btn-ea-success.focus {
  color: #fff !important;
  background-color: #2e947e !important;
}
#ea .btn-ea-success:active,
#ea .btn-ea-success.active,
.open > .dropdown-toggle#ea .btn-ea-success {
  background-image: none !important;
}
#ea .btn-ea-success.disabled,
#ea .btn-ea-success[disabled],
fieldset[disabled] #ea .btn-ea-success,
#ea .btn-ea-success.disabled:hover,
#ea .btn-ea-success[disabled]:hover,
fieldset[disabled] #ea .btn-ea-success:hover,
#ea .btn-ea-success.disabled:focus,
#ea .btn-ea-success[disabled]:focus,
fieldset[disabled] #ea .btn-ea-success:focus,
#ea .btn-ea-success.disabled.focus,
#ea .btn-ea-success[disabled].focus,
fieldset[disabled] #ea .btn-ea-success.focus,
#ea .btn-ea-success.disabled:active,
#ea .btn-ea-success[disabled]:active,
fieldset[disabled] #ea .btn-ea-success:active,
#ea .btn-ea-success.disabled.active,
#ea .btn-ea-success[disabled].active,
fieldset[disabled] #ea .btn-ea-success.active {
  background-color: #50C9AE !important;
}
#ea .btn-ea-success .badge {
  color: #50C9AE !important;
}
#ea .btn-ea-danger {
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: transparent !important;
}
#ea .btn-ea-danger:focus,
#ea .btn-ea-danger.focus {
  color: #fff !important;
  background-color: #c9302c !important;
}
#ea .btn-ea-danger:hover {
  color: #fff !important;
  background-color: #c9302c !important;
}
#ea .btn-ea-danger:active,
#ea .btn-ea-danger.active,
.open > .dropdown-toggle#ea .btn-ea-danger {
  color: #fff !important;
  background-color: #c9302c !important;
}
#ea .btn-ea-danger:active:hover,
#ea .btn-ea-danger.active:hover,
.open > .dropdown-toggle#ea .btn-ea-danger:hover,
#ea .btn-ea-danger:active:focus,
#ea .btn-ea-danger.active:focus,
.open > .dropdown-toggle#ea .btn-ea-danger:focus,
#ea .btn-ea-danger:active.focus,
#ea .btn-ea-danger.active.focus,
.open > .dropdown-toggle#ea .btn-ea-danger.focus {
  color: #fff !important;
  background-color: #ac2925 !important;
}
#ea .btn-ea-danger:active,
#ea .btn-ea-danger.active,
.open > .dropdown-toggle#ea .btn-ea-danger {
  background-image: none !important;
}
#ea .btn-ea-danger.disabled,
#ea .btn-ea-danger[disabled],
fieldset[disabled] #ea .btn-ea-danger,
#ea .btn-ea-danger.disabled:hover,
#ea .btn-ea-danger[disabled]:hover,
fieldset[disabled] #ea .btn-ea-danger:hover,
#ea .btn-ea-danger.disabled:focus,
#ea .btn-ea-danger[disabled]:focus,
fieldset[disabled] #ea .btn-ea-danger:focus,
#ea .btn-ea-danger.disabled.focus,
#ea .btn-ea-danger[disabled].focus,
fieldset[disabled] #ea .btn-ea-danger.focus,
#ea .btn-ea-danger.disabled:active,
#ea .btn-ea-danger[disabled]:active,
fieldset[disabled] #ea .btn-ea-danger:active,
#ea .btn-ea-danger.disabled.active,
#ea .btn-ea-danger[disabled].active,
fieldset[disabled] #ea .btn-ea-danger.active {
  background-color: #d9534f !important;
}
#ea .btn-ea-danger .badge {
  color: #d9534f !important;
}
#ea .btn-ea-default-o {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #D5DDE6 !important;
}
#ea .btn-ea-default-o:focus,
#ea .btn-ea-default-o.focus {
  color: #333 !important;
}
#ea .btn-ea-default-o:hover {
  color: #333 !important;
}
#ea .btn-ea-default-o:active,
#ea .btn-ea-default-o.active,
.open > .dropdown-toggle#ea .btn-ea-default-o {
  color: #333 !important;
}
#ea .btn-ea-default-o:active:hover,
#ea .btn-ea-default-o.active:hover,
.open > .dropdown-toggle#ea .btn-ea-default-o:hover,
#ea .btn-ea-default-o:active:focus,
#ea .btn-ea-default-o.active:focus,
.open > .dropdown-toggle#ea .btn-ea-default-o:focus,
#ea .btn-ea-default-o:active.focus,
#ea .btn-ea-default-o.active.focus,
.open > .dropdown-toggle#ea .btn-ea-default-o.focus {
  color: #333 !important;
}
#ea .btn-ea-default-o:active,
#ea .btn-ea-default-o.active,
.open > .dropdown-toggle#ea .btn-ea-default-o {
  background-image: none !important;
}
#ea .btn-ea-primary-o {
  color: #5EA4F2 !important;
  background-color: #fff !important;
  border-color: #D5DDE6 !important;
}
#ea .btn-ea-primary-o:focus,
#ea .btn-ea-primary-o.focus {
  color: #5EA4F2 !important;
}
#ea .btn-ea-primary-o:hover {
  color: #5EA4F2 !important;
}
#ea .btn-ea-primary-o:active,
#ea .btn-ea-primary-o.active,
.open > .dropdown-toggle#ea .btn-ea-primary-o {
  color: #5EA4F2 !important;
}
#ea .btn-ea-primary-o:active:hover,
#ea .btn-ea-primary-o.active:hover,
.open > .dropdown-toggle#ea .btn-ea-primary-o:hover,
#ea .btn-ea-primary-o:active:focus,
#ea .btn-ea-primary-o.active:focus,
.open > .dropdown-toggle#ea .btn-ea-primary-o:focus,
#ea .btn-ea-primary-o:active.focus,
#ea .btn-ea-primary-o.active.focus,
.open > .dropdown-toggle#ea .btn-ea-primary-o.focus {
  color: #5EA4F2 !important;
}
#ea .btn-ea-primary-o:active,
#ea .btn-ea-primary-o.active,
.open > .dropdown-toggle#ea .btn-ea-primary-o {
  background-image: none !important;
}
#ea .btn-ea-success-o {
  color: #50C9AE !important;
  background-color: #fff !important;
  border-color: #D5DDE6 !important;
}
#ea .btn-ea-success-o:focus,
#ea .btn-ea-success-o.focus {
  color: #50C9AE !important;
}
#ea .btn-ea-success-o:hover {
  color: #50C9AE !important;
}
#ea .btn-ea-success-o:active,
#ea .btn-ea-success-o.active,
.open > .dropdown-toggle#ea .btn-ea-success-o {
  color: #50C9AE !important;
}
#ea .btn-ea-success-o:active:hover,
#ea .btn-ea-success-o.active:hover,
.open > .dropdown-toggle#ea .btn-ea-success-o:hover,
#ea .btn-ea-success-o:active:focus,
#ea .btn-ea-success-o.active:focus,
.open > .dropdown-toggle#ea .btn-ea-success-o:focus,
#ea .btn-ea-success-o:active.focus,
#ea .btn-ea-success-o.active.focus,
.open > .dropdown-toggle#ea .btn-ea-success-o.focus {
  color: #50C9AE !important;
}
#ea .btn-ea-success-o:active,
#ea .btn-ea-success-o.active,
.open > .dropdown-toggle#ea .btn-ea-success-o {
  background-image: none !important;
}
#ea .btn-ea-danger-o {
  color: #d9534f !important;
  background-color: #fff !important;
  border-color: #D5DDE6 !important;
}
#ea .btn-ea-danger-o:focus,
#ea .btn-ea-danger-o.focus {
  color: #d9534f !important;
}
#ea .btn-ea-danger-o:hover {
  color: #d9534f !important;
}
#ea .btn-ea-danger-o:active,
#ea .btn-ea-danger-o.active,
.open > .dropdown-toggle#ea .btn-ea-danger-o {
  color: #d9534f !important;
}
#ea .btn-ea-danger-o:active:hover,
#ea .btn-ea-danger-o.active:hover,
.open > .dropdown-toggle#ea .btn-ea-danger-o:hover,
#ea .btn-ea-danger-o:active:focus,
#ea .btn-ea-danger-o.active:focus,
.open > .dropdown-toggle#ea .btn-ea-danger-o:focus,
#ea .btn-ea-danger-o:active.focus,
#ea .btn-ea-danger-o.active.focus,
.open > .dropdown-toggle#ea .btn-ea-danger-o.focus {
  color: #d9534f !important;
}
#ea .btn-ea-danger-o:active,
#ea .btn-ea-danger-o.active,
.open > .dropdown-toggle#ea .btn-ea-danger-o {
  background-image: none !important;
}
#ea .btn-link {
  color: #5EA4F2;
  font-weight: normal;
  border-radius: 0;
}
#ea .btn-link,
#ea .btn-link:active,
#ea .btn-link.active,
#ea .btn-link[disabled],
fieldset[disabled] #ea .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ea .btn-link,
#ea .btn-link:hover,
#ea .btn-link:focus,
#ea .btn-link:active {
  border-color: transparent;
}
#ea .btn-link:hover,
#ea .btn-link:focus {
  color: #5EA4F2;
  text-decoration: none;
  background-color: transparent;
}
#ea .btn-link[disabled]:hover,
fieldset[disabled] #ea .btn-link:hover,
#ea .btn-link[disabled]:focus,
fieldset[disabled] #ea .btn-link:focus {
  color: #333;
  text-decoration: none;
}
#ea .btn-lg,
#ea .btn--lg {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 5px;
}
#ea .btn-sm,
#ea .btn--sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
#ea .btn-xs,
#ea .btn--xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
#ea .btn-block {
  display: block;
  width: 100%;
}
#ea .btn-block + .btn-block {
  margin-top: 5px;
}
#ea input[type="submit"].btn-block,
#ea input[type="reset"].btn-block,
#ea input[type="button"].btn-block {
  width: 100%;
}
#ea .xbtn-group-yesno {
  width: auto;
  min-width: 90px;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  white-space: nowrap;
}
#ea .xbtn-group-yesno .btn {
  float: left !important;
  color: #333 !important;
  background: #ddd !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
  text-align: center !important;
  font-size: 12px !important;
}
#ea .xbtn-group-yesno .btn + .btn {
  border-radius: 0 !important;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
#ea .xbtn-group-yesno .btn.is-active,
#ea .xbtn-group-yesno .btn.active {
  background: #fff !important;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
#ea .btn-file {
  position: relative;
  overflow: hidden;
  padding-left: 24px !important;
  white-space: normal;
}
#ea .btn-file:before {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  left: 4px;
  top: 6px;
  font-size: 10px;
  color: #888;
  cursor: pointer;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f093";
}
#ea .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
#ea .btn-ea-facebook {
  color: #fff !important;
  background-color: #4267B2 !important;
  border-color: #4267B2 !important;
}
#ea .btn-ea-facebook:focus,
#ea .btn-ea-facebook.focus {
  color: #fff !important;
  background-color: #34518d !important;
  border-color: #203155 !important;
}
#ea .btn-ea-facebook:hover {
  color: #fff !important;
  background-color: #34518d !important;
  border-color: #314d85 !important;
}
#ea .btn-ea-facebook:active,
#ea .btn-ea-facebook.active,
.open > .dropdown-toggle#ea .btn-ea-facebook {
  color: #fff !important;
  background-color: #34518d !important;
  border-color: #314d85 !important;
}
#ea .btn-ea-facebook:active:hover,
#ea .btn-ea-facebook.active:hover,
.open > .dropdown-toggle#ea .btn-ea-facebook:hover,
#ea .btn-ea-facebook:active:focus,
#ea .btn-ea-facebook.active:focus,
.open > .dropdown-toggle#ea .btn-ea-facebook:focus,
#ea .btn-ea-facebook:active.focus,
#ea .btn-ea-facebook.active.focus,
.open > .dropdown-toggle#ea .btn-ea-facebook.focus {
  color: #fff !important;
  background-color: #2b4273 !important;
  border-color: #203155 !important;
}
#ea .btn-ea-facebook:active,
#ea .btn-ea-facebook.active,
.open > .dropdown-toggle#ea .btn-ea-facebook {
  background-image: none !important;
}
#ea .btn-ea-facebook.disabled,
#ea .btn-ea-facebook[disabled],
fieldset[disabled] #ea .btn-ea-facebook,
#ea .btn-ea-facebook.disabled:hover,
#ea .btn-ea-facebook[disabled]:hover,
fieldset[disabled] #ea .btn-ea-facebook:hover,
#ea .btn-ea-facebook.disabled:focus,
#ea .btn-ea-facebook[disabled]:focus,
fieldset[disabled] #ea .btn-ea-facebook:focus,
#ea .btn-ea-facebook.disabled.focus,
#ea .btn-ea-facebook[disabled].focus,
fieldset[disabled] #ea .btn-ea-facebook.focus,
#ea .btn-ea-facebook.disabled:active,
#ea .btn-ea-facebook[disabled]:active,
fieldset[disabled] #ea .btn-ea-facebook:active,
#ea .btn-ea-facebook.disabled.active,
#ea .btn-ea-facebook[disabled].active,
fieldset[disabled] #ea .btn-ea-facebook.active {
  background-color: #4267B2 !important;
  border-color: #4267B2 !important;
}
#ea .btn-ea-facebook .badge {
  color: #4267B2 !important;
  background-color: #fff !important;
}
#ea .btn-ea-twitter {
  color: #fff !important;
  background-color: #339AED !important;
  border-color: #05b3f4 !important;
}
#ea .btn-ea-twitter:focus,
#ea .btn-ea-twitter.focus {
  color: #fff !important;
  background-color: #1381da !important;
  border-color: #025777 !important;
}
#ea .btn-ea-twitter:hover {
  color: #fff !important;
  background-color: #1381da !important;
  border-color: #0487b8 !important;
}
#ea .btn-ea-twitter:active,
#ea .btn-ea-twitter.active,
.open > .dropdown-toggle#ea .btn-ea-twitter {
  color: #fff !important;
  background-color: #1381da !important;
  border-color: #0487b8 !important;
}
#ea .btn-ea-twitter:active:hover,
#ea .btn-ea-twitter.active:hover,
.open > .dropdown-toggle#ea .btn-ea-twitter:hover,
#ea .btn-ea-twitter:active:focus,
#ea .btn-ea-twitter.active:focus,
.open > .dropdown-toggle#ea .btn-ea-twitter:focus,
#ea .btn-ea-twitter:active.focus,
#ea .btn-ea-twitter.active.focus,
.open > .dropdown-toggle#ea .btn-ea-twitter.focus {
  color: #fff !important;
  background-color: #106eb9 !important;
  border-color: #025777 !important;
}
#ea .btn-ea-twitter:active,
#ea .btn-ea-twitter.active,
.open > .dropdown-toggle#ea .btn-ea-twitter {
  background-image: none !important;
}
#ea .btn-ea-twitter.disabled,
#ea .btn-ea-twitter[disabled],
fieldset[disabled] #ea .btn-ea-twitter,
#ea .btn-ea-twitter.disabled:hover,
#ea .btn-ea-twitter[disabled]:hover,
fieldset[disabled] #ea .btn-ea-twitter:hover,
#ea .btn-ea-twitter.disabled:focus,
#ea .btn-ea-twitter[disabled]:focus,
fieldset[disabled] #ea .btn-ea-twitter:focus,
#ea .btn-ea-twitter.disabled.focus,
#ea .btn-ea-twitter[disabled].focus,
fieldset[disabled] #ea .btn-ea-twitter.focus,
#ea .btn-ea-twitter.disabled:active,
#ea .btn-ea-twitter[disabled]:active,
fieldset[disabled] #ea .btn-ea-twitter:active,
#ea .btn-ea-twitter.disabled.active,
#ea .btn-ea-twitter[disabled].active,
fieldset[disabled] #ea .btn-ea-twitter.active {
  background-color: #339AED !important;
  border-color: #05b3f4 !important;
}
#ea .btn-ea-twitter .badge {
  color: #339AED !important;
  background-color: #fff !important;
}
#ea .btn-ea-linkedin {
  color: #fff !important;
  background-color: #6cb3d3 !important;
  border-color: #4b97c3 !important;
}
#ea .btn-ea-linkedin:focus,
#ea .btn-ea-linkedin.focus {
  color: #fff !important;
  background-color: #459fc7 !important;
  border-color: #24516b !important;
}
#ea .btn-ea-linkedin:hover {
  color: #fff !important;
  background-color: #459fc7 !important;
  border-color: #34769d !important;
}
#ea .btn-ea-linkedin:active,
#ea .btn-ea-linkedin.active,
.open > .dropdown-toggle#ea .btn-ea-linkedin {
  color: #fff !important;
  background-color: #459fc7 !important;
  border-color: #34769d !important;
}
#ea .btn-ea-linkedin:active:hover,
#ea .btn-ea-linkedin.active:hover,
.open > .dropdown-toggle#ea .btn-ea-linkedin:hover,
#ea .btn-ea-linkedin:active:focus,
#ea .btn-ea-linkedin.active:focus,
.open > .dropdown-toggle#ea .btn-ea-linkedin:focus,
#ea .btn-ea-linkedin:active.focus,
#ea .btn-ea-linkedin.active.focus,
.open > .dropdown-toggle#ea .btn-ea-linkedin.focus {
  color: #fff !important;
  background-color: #368cb3 !important;
  border-color: #24516b !important;
}
#ea .btn-ea-linkedin:active,
#ea .btn-ea-linkedin.active,
.open > .dropdown-toggle#ea .btn-ea-linkedin {
  background-image: none !important;
}
#ea .btn-ea-linkedin.disabled,
#ea .btn-ea-linkedin[disabled],
fieldset[disabled] #ea .btn-ea-linkedin,
#ea .btn-ea-linkedin.disabled:hover,
#ea .btn-ea-linkedin[disabled]:hover,
fieldset[disabled] #ea .btn-ea-linkedin:hover,
#ea .btn-ea-linkedin.disabled:focus,
#ea .btn-ea-linkedin[disabled]:focus,
fieldset[disabled] #ea .btn-ea-linkedin:focus,
#ea .btn-ea-linkedin.disabled.focus,
#ea .btn-ea-linkedin[disabled].focus,
fieldset[disabled] #ea .btn-ea-linkedin.focus,
#ea .btn-ea-linkedin.disabled:active,
#ea .btn-ea-linkedin[disabled]:active,
fieldset[disabled] #ea .btn-ea-linkedin:active,
#ea .btn-ea-linkedin.disabled.active,
#ea .btn-ea-linkedin[disabled].active,
fieldset[disabled] #ea .btn-ea-linkedin.active {
  background-color: #6cb3d3 !important;
  border-color: #4b97c3 !important;
}
#ea .btn-ea-linkedin .badge {
  color: #6cb3d3 !important;
  background-color: #fff !important;
}
#ea .btn.is-loading {
  color: transparent !important;
  position: relative;
  cursor: default;
  text-shadow: none!important;
  color: transparent!important;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0s linear, opacity 0.1s ease;
  transition: all 0s linear, opacity 0.1s ease;
  /* Static Shape */
  /* Active Shape */
}
#ea .btn.is-loading:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.1);
}
#ea .btn.is-loading:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  -webkit-animation: btn-spin 0.6s linear;
  animation: btn-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #FFF transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
  border-top-color: #767676;
}
@-webkit-keyframes btn-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes btn-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#ea .tab-content > .tab-pane {
  display: none;
}
#ea .tab-content > .active {
  display: block;
}
#ea .o-btn-group,
#ea .o-btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#ea .o-btn-group > .btn,
#ea .o-btn-group-vertical > .btn {
  position: relative;
  float: left;
}
#ea .o-btn-group > .btn:hover,
#ea .o-btn-group-vertical > .btn:hover,
#ea .o-btn-group > .btn:focus,
#ea .o-btn-group-vertical > .btn:focus,
#ea .o-btn-group > .btn:active,
#ea .o-btn-group-vertical > .btn:active,
#ea .o-btn-group > .btn.active,
#ea .o-btn-group-vertical > .btn.active {
  z-index: 2;
}
#ea .o-btn-group .btn + .btn,
#ea .o-btn-group .btn + .o-btn-group,
#ea .o-btn-group .o-btn-group + .btn,
#ea .o-btn-group .o-btn-group + .o-btn-group {
  margin-left: -1px;
}
#ea .btn-toolbar {
  margin: 0;
  margin-left: -5px;
}
#ea .btn-toolbar .btn,
#ea .btn-toolbar .o-btn-group,
#ea .btn-toolbar .input-group {
  float: left;
}
#ea .btn-toolbar > .btn,
#ea .btn-toolbar > .o-btn-group,
#ea .btn-toolbar > .input-group {
  margin-left: 5px;
}
#ea .o-btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle_) {
  border-radius: 0;
}
#ea .o-btn-group > .btn:first-child {
  margin-left: 0;
}
#ea .o-btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle_) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#ea .o-btn-group > .btn:last-child:not(:first-child),
#ea .o-btn-group > .dropdown-toggle_:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ea .o-btn-group > .o-btn-group {
  float: left;
}
#ea .o-btn-group > .o-btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
#ea .o-btn-group > .o-btn-group:first-child:not(:last-child) > .btn:last-child,
#ea .o-btn-group > .o-btn-group:first-child:not(:last-child) > .dropdown-toggle_ {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#ea .o-btn-group > .o-btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ea .o-btn-group .dropdown-toggle_:active,
#ea .o-btn-group.open .dropdown-toggle_ {
  outline: 0;
}
#ea .o-btn-group--xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
#ea .o-btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
#ea .o-btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 5px;
}
#ea .o-btn-group > .btn + .dropdown-toggle_ {
  padding-left: 8px;
  padding-right: 8px;
}
#ea .o-btn-group > .btn-lg + .dropdown-toggle_ {
  padding-left: 12px;
  padding-right: 12px;
}
#ea .o-btn-group.open .dropdown-toggle_ {
  background-color: #fafafa !important;
}
#ea .o-btn-group.open .dropdown-toggle_.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ea .o-btn-group-vertical > .btn,
#ea .o-btn-group-vertical > .o-btn-group,
#ea .o-btn-group-vertical > .o-btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
#ea .o-btn-group-vertical > .o-btn-group > .btn {
  float: none;
}
#ea .o-btn-group-vertical > .btn + .btn,
#ea .o-btn-group-vertical > .btn + .o-btn-group,
#ea .o-btn-group-vertical > .o-btn-group + .btn,
#ea .o-btn-group-vertical > .o-btn-group + .o-btn-group {
  margin-top: -1px;
  margin-left: 0;
}
#ea .o-btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#ea .o-btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#ea .o-btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#ea .o-btn-group-vertical > .o-btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
#ea .o-btn-group-vertical > .o-btn-group:first-child:not(:last-child) > .btn:last-child,
#ea .o-btn-group-vertical > .o-btn-group:first-child:not(:last-child) > .dropdown-toggle_ {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#ea .o-btn-group-vertical > .o-btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#ea .o-btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
#ea .o-btn-group-justified > .btn,
#ea .o-btn-group-justified > .o-btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
#ea .o-btn-group-justified > .o-btn-group .btn {
  width: 100%;
}
#ea .o-btn-group-justified > .o-btn-group .dropdown-menu {
  left: auto;
}
#ea [data-toggle="buttons"] > .btn input[type="radio"],
#ea [data-toggle="buttons"] > .o-btn-group > .btn input[type="radio"],
#ea [data-toggle="buttons"] > .btn input[type="checkbox"],
#ea [data-toggle="buttons"] > .o-btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
#ea .ea-pagination-wrap {
  width: 100%;
  clear: both;
  text-align: center;
  padding: 16px;
}
#ea .ea-pagination {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  border: 1px solid #D5DDE6;
}
#ea .ea-pagination a {
  display: inline-block;
  color: #555;
}
#ea .ea-pagination__prev,
#ea .ea-pagination__next {
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
  padding: 4px 0;
}
#ea .ea-pagination__prev a,
#ea .ea-pagination__next a {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  padding: 2px 8px;
  line-height: 24px;
}
#ea .ea-pagination__prev {
  border-right: 1px solid #D5DDE6;
  padding-right: 16px;
}
#ea .ea-pagination__next {
  border-left: 1px solid #D5DDE6;
  padding-left: 16px;
  -ms-order: 3;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#ea .ea-pagination__list {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-order: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 0;
}
#ea .ea-pagination__list a {
  padding: 4px 8px;
  border-radius: 3px;
}
#ea .ea-pagination__list a:hover {
  background-color: #f6f7f9;
}
#ea .ea-pagination__list a:not(first-child) {
  margin-left: 8px;
}
#ea .ea-pagination__list-item.is-active a {
  background-color: #fafafa;
}
#ea .o-pagination-wrap {
  line-height: 1;
  font-size: 13px;
  clear: both;
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
#ea .o-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 3px;
}
#ea .o-pagination > li {
  display: inline;
}
#ea .o-pagination > li > a,
#ea .o-pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 12px;
  line-height: 1.69230769;
  text-decoration: none;
  color: #888;
  background-color: #fff;
  border: 1px solid #D5DDE6;
  margin-left: -1px;
}
#ea .o-pagination > li:first-child > a,
#ea .o-pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ea .o-pagination > li:last-child > a,
#ea .o-pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
#ea .o-pagination > li > a:hover,
#ea .o-pagination > li > span:hover,
#ea .o-pagination > li > a:focus,
#ea .o-pagination > li > span:focus {
  z-index: 3;
  color: #555;
  background-color: #fafafa;
  border-color: #D5DDE6;
}
#ea .o-pagination > .active > a,
#ea .o-pagination > .active > span,
#ea .o-pagination > .active > a:hover,
#ea .o-pagination > .active > span:hover,
#ea .o-pagination > .active > a:focus,
#ea .o-pagination > .active > span:focus {
  z-index: 2;
  color: #888;
  background-color: #fafafa;
  border-color: #D5DDE6;
  cursor: default;
}
#ea .o-pagination > .disabled > span,
#ea .o-pagination > .disabled > span:hover,
#ea .o-pagination > .disabled > span:focus,
#ea .o-pagination > .disabled > a,
#ea .o-pagination > .disabled > a:hover,
#ea .o-pagination > .disabled > a:focus {
  color: #888;
  background-color: #fff;
  border-color: #D5DDE6;
  cursor: default;
}
#ea .o-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#ea .o-row--unset {
  table-layout: unset;
}
#ea .o-col-sm,
#ea .o-col-sm--1,
#ea .o-col-sm--2,
#ea .o-col-sm--3,
#ea .o-col-sm--4,
#ea .o-col-sm--5,
#ea .o-col-sm--6,
#ea .o-col-sm--7,
#ea .o-col-sm--8,
#ea .o-col-sm--9,
#ea .o-col-sm--10,
#ea .o-col-sm--11,
#ea .o-col-sm--12,
#ea .o-col,
#ea .o-col--1,
#ea .o-col--2,
#ea .o-col--3,
#ea .o-col--4,
#ea .o-col--5,
#ea .o-col--6,
#ea .o-col--7,
#ea .o-col--8,
#ea .o-col--9,
#ea .o-col--10,
#ea .o-col--11,
#ea .o-col--12 {
  display: table-cell;
  vertical-align: middle;
}
#ea .o-col--1,
#ea .o-col-sm--1 {
  width: 8.333333%;
}
#ea .o-col--2,
#ea .o-col-sm--2 {
  width: 16.666667%;
}
#ea .o-col--3,
#ea .o-col-sm--3 {
  width: 25%;
}
#ea .o-col--4,
#ea .o-col-sm--4 {
  width: 33.333333%;
}
#ea .o-col--5,
#ea .o-col-sm--5 {
  width: 41.666667%;
}
#ea .o-col--6,
#ea .o-col-sm--6 {
  width: 50%;
}
#ea .o-col--7,
#ea .o-col-sm--7 {
  width: 58.333333%;
}
#ea .o-col--8,
#ea .o-col-sm--8 {
  width: 66.666667%;
}
#ea .o-col--9,
#ea .o-col-sm--9 {
  width: 75%;
}
#ea .o-col--10,
#ea .o-col-sm--10 {
  width: 83.333333%;
}
#ea .o-col--11,
#ea .o-col-sm--11 {
  width: 91.666667%;
}
#ea .o-col--12,
#ea .o-col-sm--12 {
  width: 100%;
}
#ea.is-mobile .o-col,
#ea.is-mobile .o-col--1,
#ea.is-mobile .o-col--2,
#ea.is-mobile .o-col--3,
#ea.is-mobile .o-col--4,
#ea.is-mobile .o-col--5,
#ea.is-mobile .o-col--6,
#ea.is-mobile .o-col--7,
#ea.is-mobile .o-col--8,
#ea.is-mobile .o-col--9,
#ea.is-mobile .o-col--10,
#ea.is-mobile .o-col--11,
#ea.is-mobile .o-col--12 {
  display: block;
  width: 100%;
}
@media (max-width: 720px) {
  #ea.es-dialog .o-col,
  #ea.es-dialog .o-col--1,
  #ea.es-dialog .o-col--2,
  #ea.es-dialog .o-col--3,
  #ea.es-dialog .o-col--4,
  #ea.es-dialog .o-col--5,
  #ea.es-dialog .o-col--6,
  #ea.es-dialog .o-col--7,
  #ea.es-dialog .o-col--8,
  #ea.es-dialog .o-col--9,
  #ea.es-dialog .o-col--10,
  #ea.es-dialog .o-col--11,
  #ea.es-dialog .o-col--12 {
    display: block;
    width: 100%;
  }
}
#ea .o-col--top {
  vertical-align: top;
}
#ea .o-grid {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
#ea .o-grid__cell {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
#ea.is-mobile .o-grid {
  display: block;
}
#ea.is-mobile .o-grid:before,
#ea.is-mobile .o-grid:after {
  content: " ";
  display: table;
}
#ea.is-mobile .o-grid:after {
  clear: both;
}
#ea.is-mobile .o-grid__cell {
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
#ea .o-grid--top {
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#ea .o-grid--bottom {
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#ea .o-grid--center {
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ea .o-grid--justify-center {
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ea .o-grid__cell--top {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#ea .o-grid__cell--bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#ea .o-grid__cell--center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#ea .o-grid__cell--auto-size {
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
#ea .o-grid--full > .o-grid__cell {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}
#ea .o-grid--1of2 > .o-grid__cell {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}
#ea .o-grid--1of3 > .o-grid__cell {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
}
#ea .o-grid--1of4 > .o-grid__cell {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
}
#ea .o-grid--gutters {
  margin: -8px 0 8px -8px;
}
#ea .o-grid--gutters > .o-grid__cell {
  padding: 8px 0 0 8px;
}
#ea .o-grid--gutters--lg {
  margin: -16px 0 16px -16px;
}
#ea .o-grid--gutters--lg > .o-grid__cell {
  padding: 16px 0 0 16px;
}
#ea .o-grid__cell--1of3 {
  -ms-flex: none !important;
  -webkit-box-flex: 0 !important;
          flex: none !important;
  width: 33.3333% !important;
}
#ea .o-grid__cell--2of3 {
  -ms-flex: none !important;
  -webkit-box-flex: 0 !important;
          flex: none !important;
  width: 66.3333% !important;
}
#ea.is-mobile .o-grid--gutters {
  margin: 0;
}
#ea.is-mobile .o-grid--gutters > .o-grid__cell {
  padding: 0 0 16px;
}
#ea.is-mobile .o-grid__cell--1of3,
#ea.is-mobile .o-grid__cell--2of3 {
  width: 100% !important;
}
#ea .o-grid-sm {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
#ea .o-grid-sm__cell {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
#ea .o-grid-sm--top {
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#ea .o-grid-sm--bottom {
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#ea .o-grid-sm--center {
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ea .o-grid-sm--justify-center {
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ea .o-grid-sm--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#ea .o-grid-sm__cell--top {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#ea .o-grid-sm__cell--bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#ea .o-grid-sm__cell--center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#ea .o-grid-sm__cell--auto-size {
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
#ea .o-grid-sm--full > .o-grid-sm__cell {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}
#ea .o-grid-sm--1of2 > .o-grid-sm__cell {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}
#ea .o-grid-sm--1of3 > .o-grid-sm__cell {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
}
#ea .o-grid-sm--1of4 > .o-grid-sm__cell {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
}
#ea .o-grid-sm--gutters {
  margin: -8px 0 8px -8px;
}
#ea .o-grid-sm--gutters > .o-grid-sm__cell {
  padding: 8px 0 0 8px;
}
#ea .o-grid-sm--gutters-lg {
  margin: -16px 0 16px -16px;
}
#ea .o-grid-sm--gutters-lg > .o-grid-sm__cell {
  padding: 16px 0 0 16px;
}
#ea .o-flag {
  display: table;
  width: 100%;
}
#ea .o-flag__image,
#ea .o-flag__body {
  display: table-cell;
  vertical-align: middle;
}
#ea .o-flag--top {
  vertical-align: top;
}
#ea .o-flag--bottom {
  vertical-align: bottom;
}
#ea .o-flag__image {
  padding-right: 8px;
  width: 1%;
}
#ea .o-flag__image > img {
  display: block;
  max-width: none;
}
#ea .o-flag--rev .o-flag__image {
  padding-right: 0;
  padding-left: 8px;
}
#ea .o-flag__body {
  width: 100%;
}
#ea .o-flag-list .o-flag {
  margin-bottom: 16px;
}
#ea .o-box {
  border: 1px solid #D5DDE6;
}
#ea .o-box--border {
  border-top: 1px solid #D5DDE6;
}
#ea .o-box__row:before,
#ea .o-box__row:after {
  content: " ";
  display: table;
}
#ea .o-box__row:after {
  clear: both;
}
#ea .o-box__tabs {
  border-top: 1px solid #D5DDE6;
  padding: 0 16px;
  background-color: #F1F3F7;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#ea .o-box__tabs-item {
  padding: 16px 4px;
  margin-right: 8px;
}
#ea .o-box__tabs-item.active {
  border-bottom: 2px solid #222;
}
#ea .o-box__tabs-item.active .o-box__tabs-link {
  color: #222;
}
#ea .o-box__tabs-link {
  color: #888;
  outline: none;
}
#ea .o-box__tabs-link:hover {
  text-decoration: none;
}
#ea fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
#ea legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 19.5px;
  line-height: inherit;
  color: #555;
  border: 0;
  border-bottom: 1px solid #D5DDE6;
}
#ea label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#ea input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ea input[type="radio"],
#ea input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
#ea input[type="file"] {
  display: block;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
}
#ea input[type="range"] {
  display: block;
  width: 100%;
}
#ea select[multiple],
#ea select[size] {
  height: auto;
}
#ea input[type="file"]:focus,
#ea input[type="radio"]:focus,
#ea input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#ea output {
  display: block;
  padding-top: 5px;
  font-size: 13px;
  line-height: 1.69230769;
  color: #555;
}
#ea .o-form-control:focus {
  --fd-primary-500: 82,168,236;
  --tw-ring-shadow: transparent !important;
}
#ea .o-form-control-legacy {
  display: block;
  width: 100%;
  height: 31px;
  padding: 4px 12px;
  margin: 0;
  font-size: 13px;
  line-height: 1.69230769;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D5DDE6;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
#ea .o-form-control-legacy::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#ea .o-form-control-legacy:-ms-input-placeholder {
  color: #999;
}
#ea .o-form-control-legacy::-webkit-input-placeholder {
  color: #999;
}
#ea .o-form-control-legacy[disabled],
#ea .o-form-control-legacy[readonly],
fieldset[disabled] #ea .o-form-control-legacy {
  background-color: #fafafa;
  opacity: 1;
}
#ea .o-form-control-legacy[disabled],
fieldset[disabled] #ea .o-form-control-legacy {
  cursor: not-allowed;
}
#ea textarea.o-form-control {
  height: auto;
}
#ea .o-select-group {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
}
#ea .o-select-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #D5DDE6;
  margin: 0;
  z-index: 2;
  background-color: transparent;
  position: relative;
  float: none !important;
  padding-right: 16px !important;
}
#ea .o-select-group__drop {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #888;
  margin: 0;
  line-height: 1;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  z-index: 1;
}
#ea .o-select-group__drop:before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: relative;
  left: 0;
  vertical-align: top;
  top: 1px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#ea .o-select-group--inline {
  display: inline-block;
}
#ea .o-select-group--inline select {
  width: auto;
}
#ea input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #ea input[type="date"].o-form-control,
  #ea input[type="time"].o-form-control,
  #ea input[type="datetime-local"].o-form-control,
  #ea input[type="month"].o-form-control {
    line-height: 31px;
  }
  #ea input[type="date"].input-sm,
  #ea input[type="time"].input-sm,
  #ea input[type="datetime-local"].input-sm,
  #ea input[type="month"].input-sm,
  .input-group-sm #ea input[type="date"],
  .input-group-sm #ea input[type="time"],
  .input-group-sm #ea input[type="datetime-local"],
  .input-group-sm #ea input[type="month"] {
    line-height: 30px;
  }
  #ea input[type="date"].input-lg,
  #ea input[type="time"].input-lg,
  #ea input[type="datetime-local"].input-lg,
  #ea input[type="month"].input-lg,
  .input-group-lg #ea input[type="date"],
  .input-group-lg #ea input[type="time"],
  .input-group-lg #ea input[type="datetime-local"],
  .input-group-lg #ea input[type="month"] {
    line-height: 41px;
  }
}
#ea .o-form-group {
  margin-bottom: 16px;
}
#ea .o-form-group:before,
#ea .o-form-group:after {
  content: " ";
  display: table;
}
#ea .o-form-group:after {
  clear: both;
}
#ea .radio,
#ea .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
#ea .radio label,
#ea .checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
#ea .radio input[type="radio"],
#ea .radio-inline input[type="radio"],
#ea .checkbox input[type="checkbox"],
#ea .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
#ea .radio + .radio,
#ea .checkbox + .checkbox {
  margin-top: -5px;
}
#ea .radio-inline,
#ea .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
#ea .radio-inline + .radio-inline,
#ea .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
#ea input[type="radio"][disabled],
#ea input[type="checkbox"][disabled],
#ea input[type="radio"].disabled,
#ea input[type="checkbox"].disabled,
fieldset[disabled] #ea input[type="radio"],
fieldset[disabled] #ea input[type="checkbox"] {
  cursor: not-allowed;
}
#ea .radio-inline.disabled,
#ea .checkbox-inline.disabled,
fieldset[disabled] #ea .radio-inline,
fieldset[disabled] #ea .checkbox-inline {
  cursor: not-allowed;
}
#ea .radio.disabled label,
#ea .checkbox.disabled label,
fieldset[disabled] #ea .radio label,
fieldset[disabled] #ea .checkbox label {
  cursor: not-allowed;
}
#ea .o-form-control-static {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  min-height: 34px;
}
#ea .o-form-control-static.input-lg,
#ea .o-form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
#ea .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select#ea .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea#ea .input-sm,
select[multiple]#ea .input-sm {
  height: auto;
}
#ea .o-form-group-sm .o-form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
#ea .o-form-group-sm select.o-form-control {
  height: 30px;
  line-height: 30px;
}
#ea .o-form-group-sm textarea.o-form-control,
#ea .o-form-group-sm select[multiple].o-form-control {
  height: auto;
}
#ea .o-form-group-sm .o-form-control-static {
  height: 30px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
#ea .o-form-group-lg .o-form-control {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 5px;
}
#ea .o-form-group-lg select.o-form-control {
  height: 41px;
  line-height: 41px;
}
#ea .o-form-group-lg textarea.o-form-control,
#ea .o-form-group-lg select[multiple].o-form-control {
  height: auto;
}
#ea .o-form-group-lg .o-form-control-static {
  height: 41px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 14px;
  line-height: 1.3333333;
}
#ea .has-feedback {
  position: relative;
}
#ea .has-feedback .o-form-control {
  padding-right: 38.75px;
}
#ea .o-form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  pointer-events: none;
}
#ea .input-lg + .o-form-control-feedback,
#ea .input-group-lg + .o-form-control-feedback,
#ea .o-form-group-lg .o-form-control + .o-form-control-feedback {
  width: 41px;
  height: 41px;
  line-height: 41px;
}
#ea .input-sm + .o-form-control-feedback,
#ea .input-group-sm + .o-form-control-feedback,
#ea .o-form-group-sm .o-form-control + .o-form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#ea .has-error .help-block,
#ea .has-error .o-control-label,
#ea .has-error .radio,
#ea .has-error .checkbox,
#ea .has-error .radio-inline,
#ea .has-error .checkbox-inline,
#ea .has-error.radio label,
#ea .has-error.checkbox label,
#ea .has-error.radio-inline label,
#ea .has-error.checkbox-inline label {
  color: #FC595B;
}
#ea .has-error .o-form-control {
  border-color: #FC595B;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#ea .has-error .o-form-control:focus {
  border-color: #fb272a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febdbe;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febdbe;
}
#ea .has-error .o-input-group__addon {
  color: #FC595B;
  border-color: #FC595B;
  background-color: #f2dede;
}
#ea .has-error .form-control-feedback {
  color: #FC595B;
}
#ea .has-feedback label ~ .o-form-control-feedback {
  top: 26px;
}
#ea .has-feedback label.sr-only ~ .o-form-control-feedback {
  top: 0;
}
#ea .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
#ea .o-form-inline .o-form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
#ea .o-form-inline .o-form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
#ea .o-form-inline .o-form-control-static {
  display: inline-block;
}
#ea .o-form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}
#ea .o-form-inline .input-group .input-group-addon,
#ea .o-form-inline .input-group .input-group-btn,
#ea .o-form-inline .input-group .o-form-control {
  width: auto;
}
#ea .o-form-inline .input-group > .o-form-control {
  width: 100%;
}
#ea .o-form-inline .o-control-label {
  margin-bottom: 0;
  vertical-align: middle;
}
#ea .o-form-inline .radio,
#ea .o-form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
#ea .o-form-inline .radio label,
#ea .o-form-inline .checkbox label {
  padding-left: 0;
}
#ea .o-form-inline .radio input[type="radio"],
#ea .o-form-inline .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}
#ea .o-form-inline .has-feedback .o-form-control-feedback {
  top: 0;
}
#ea .o-form-horizontal .radio,
#ea .o-form-horizontal .checkbox,
#ea .o-form-horizontal .radio-inline,
#ea .o-form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
}
#ea .o-form-horizontal .radio,
#ea .o-form-horizontal .checkbox {
  min-height: 26px;
}
#ea .o-form-horizontal .o-form-group {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .o-form-horizontal .o-control-input {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .o-form-horizontal .o-control-label {
  vertical-align: top;
  width: 25%;
  padding-right: 32px;
  position: relative;
}
#ea .o-form-horizontal .o-control-label-icons {
  color: #888;
}
#ea .o-form-horizontal .o-control-label-tooltips {
  color: #888;
  position: absolute;
  top: 4px;
  right: 12px;
}
#ea .o-form-horizontal .o-control-label-tooltips [data-balloon]::after {
  text-align: center;
}
@media (min-width: 768px) {
  #ea .o-form-horizontal .o-control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  #ea .o-form-horizontal .o-form-group-lg .o-control-label {
    padding-top: 14.333333px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #ea .o-form-horizontal .o-form-group-sm .o-control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
#ea.is-mobile .o-form-horizontal .o-form-group {
  display: block;
}
#ea.is-mobile .o-form-horizontal .o-control-label {
  width: 100%;
}
#ea.is-mobile .o-form-horizontal .o-control-label-tooltips {
  top: 0;
}
#ea .o-form-group .es-privacy {
  -ms-order: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 45px;
}
#ea .o-form-group .es-privacy .es-privacy-toggle span {
  display: none;
}
#ea .o-form-actions {
  margin-top: 16px;
  margin-bottom: 16px;
  border-top: 1px solid #D5DDE6;
}
#ea .o-form-actions:before,
#ea .o-form-actions:after {
  content: " ";
  display: table;
}
#ea .o-form-actions:after {
  clear: both;
}
#ea .o-input-group {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  border-collapse: separate;
}
#ea .o-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
#ea .o-input-group .o-form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#ea .o-input-group--full-width {
  width: 100%;
}
#ea .o-input-group--sm > .o-form-control,
#ea .o-input-group--sm > .o-input-group__addon,
#ea .o-input-group--sm > .o-input-group__btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select#ea .o-input-group--sm > .o-form-control,
select#ea .o-input-group--sm > .o-input-group__addon,
select#ea .o-input-group--sm > .o-input-group__btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea#ea .o-input-group--sm > .o-form-control,
textarea#ea .o-input-group--sm > .o-input-group__addon,
textarea#ea .o-input-group--sm > .o-input-group__btn > .btn,
select[multiple]#ea .o-input-group--sm > .o-form-control,
select[multiple]#ea .o-input-group--sm > .o-input-group__addon,
select[multiple]#ea .o-input-group--sm > .o-input-group__btn > .btn {
  height: auto;
}
#ea .o-input-group__addon:not(:first-child):not(:last-child),
#ea .o-input-group__btn:not(:first-child):not(:last-child),
#ea .o-input-group__select:not(:first-child):not(:last-child),
#ea .o-input-group .o-form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#ea .o-input-group__addon,
#ea .o-input-group__btn,
#ea .o-input-group__select {
  white-space: nowrap;
  vertical-align: middle;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
#ea .o-input-group__select select {
  width: auto !important;
}
#ea .o-input-group__addon {
  padding: 4px 12px;
  font-size: 13px;
  font-weight: normal;
  color: #555;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #D5DDE6;
  border-radius: 3px;
}
#ea .o-input-group__addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
#ea .o-input-group__addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 5px;
}
#ea .o-input-group__addon input[type="radio"],
#ea .o-input-group__addon input[type="checkbox"] {
  margin-top: 0;
}
#ea .o-input-group .o-form-control:first-child,
#ea .o-input-group__addon:first-child,
#ea .o-input-group__btn:first-child > .btn,
#ea .o-input-group__btn:first-child > .btn-group > .btn,
#ea .o-input-group__btn:first-child > .dropdown-toggle,
#ea .o-input-group__btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#ea .o-input-group__btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#ea .o-input-group__addon:first-child {
  border-right: 0;
}
#ea .o-input-group .o-form-control:last-child,
#ea .o-input-group__addon:last-child,
#ea .o-input-group__btn:last-child > .btn,
#ea .o-input-group__btn:last-child > .btn-group > .btn,
#ea .o-input-group__btn:last-child > .dropdown-toggle,
#ea .o-input-group__btn:first-child > .btn:not(:first-child),
#ea .o-input-group__btn:first-child > .btn-group:not(:first-child) > .btn,
#ea .o-input-group__select > .o-select-group select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ea .o-input-group__addon:last-child,
#ea .o-input-group__select > .o-select-group select {
  border-left: 0;
}
#ea .o-input-group__btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
#ea .o-input-group__btn > .btn {
  position: relative;
  margin: 0;
  height: 31px;
}
#ea .o-input-group__btn > .btn + .btn {
  margin-left: -1px;
}
#ea .o-input-group__btn > .btn:hover,
#ea .o-input-group__btn > .btn:focus,
#ea .o-input-group__btn > .btn:active {
  z-index: 2;
}
#ea .o-input-group__btn:first-child > .btn,
#ea .o-input-group__btn:first-child > .btn-group {
  margin-right: -1px;
}
#ea .o-input-group__btn:last-child > .btn,
#ea .o-input-group__btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
#ea .o-checkbox {
  padding-left: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 13px;
}
#ea .o-checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 4px;
  font-weight: normal;
  font-size: inherit;
  line-height: 1.69230769;
  margin: 0;
}
#ea .o-checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  margin-left: -16px;
  border: 1px solid #D5DDE6;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
}
#ea .o-checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  left: 0;
  top: 2px;
  margin-left: -16px;
  padding-left: 2px;
  padding-top: 0;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}
#ea .o-checkbox input[type="checkbox"] {
  display: none;
}
#ea .o-checkbox input[type="checkbox"]:checked + label:before {
  background-color: #5EA4F2;
  border-color: #5EA4F2;
  text-decoration: none;
}
#ea .o-checkbox input[type="checkbox"]:checked + label:after {
  font-family: 'Material Icons';
  content: 'check';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -1px;
}
#ea .o-checkbox input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
}
#ea .o-checkbox input[type="checkbox"]:disabled + label:before {
  background-color: red;
  cursor: not-allowed;
}
#ea .o-checkbox input[type="checkbox"]:disabled + label:after {
  color: #5EA4F2;
}
#ea .o-checkbox--sm label {
  font-size: 13px;
}
#ea .o-checkbox--inline {
  display: inline-block;
  margin-right: 8px;
}
#ea .o-checkbox--inline label {
  display: inline-block;
}
#ea .o-radio {
  padding-left: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 13px;
}
#ea .o-radio label {
  display: block;
  position: relative;
  padding: 0 0 0 5px;
  font-weight: normal;
  font-size: inherit;
  line-height: 1.69230769;
  margin: 0;
  cursor: pointer;
}
#ea .o-radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -16px;
  border: 1px solid #D5DDE6;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
#ea .o-radio label:after {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  line-height: 16px;
  left: -12px;
  top: 4px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  content: "";
}
#ea .o-radio input[type="radio"] {
  display: none;
}
#ea .o-radio input[type="radio"]:checked + label:before {
  background-color: #5EA4F2;
  border-color: #5EA4F2;
}
#ea .o-radio input[type="radio"]:checked + label:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
#ea .o-radio input[type="radio"]:disabled + label {
  cursor: not-allowed;
}
#ea .o-radio input[type="radio"]:disabled + label:before {
  background-color: #fff;
  cursor: not-allowed;
}
#ea .o-radio input[type="radio"]:disabled + label:after {
  cursor: not-allowed;
}
#ea .o-radio--sm label {
  font-size: 13px;
}
#ea .o-radio--inline {
  display: inline-block;
  margin-right: 8px;
}
#ea .o-radio--inline label {
  display: inline-block;
}
#ea .o-onoffswitch {
  position: relative;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 8px;
}
#ea .o-onoffswitch__checkbox {
  display: none;
}
#ea .o-onoffswitch__label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 16px;
  padding: 0;
  line-height: 16px;
  border: 2px solid #CCCCCC;
  border-radius: 16px;
  background-color: #E6E6E6;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
#ea .o-onoffswitch__label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  border: 2px solid #CCCCCC;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#ea .o-onoffswitch__checkbox:checked + .o-onoffswitch__label {
  background-color: #50C9AE;
}
#ea .o-onoffswitch__checkbox:checked + .o-onoffswitch__label,
#ea .o-onoffswitch__checkbox:checked + .o-onoffswitch__label:before {
  border-color: #50C9AE;
}
#ea .o-onoffswitch__checkbox:checked + .o-onoffswitch__label:before {
  right: 0px;
}
#ea .o-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 8px;
}
#ea .o-form-horizontal .o-form-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#ea .o-form-actions {
  margin-top: 16px;
  margin-bottom: 16px;
  border-top: 1px solid #D5DDE6;
}
#ea .o-form-actions:before,
#ea .o-form-actions:after {
  content: " ";
  display: table;
}
#ea .o-form-actions:after {
  clear: both;
}
#ea .o-form-horizontal .o-control-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#ea.ea-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  background: rgba(0, 0, 0, 0.25);
}
#ea.ea-dialog.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#ea.ea-dialog.is-loading {
  -webkit-transition: none;
  transition: none;
}
#ea.ea-dialog.is-loading .hint-loading {
  display: table;
}
#ea.ea-dialog.is-failed .hint-failed {
  display: table;
}
#ea.ea-dialog.is-failed .hint-failed .ea-hint__icon {
  font-size: 36px;
}
#ea.ea-dialog.is-failed .ea-dialog-content {
  height: auto;
  padding: 0;
}
#ea .ea-hint {
  display: none;
  background: #fff;
  text-align: center;
}
#ea .ea-hint > div {
  padding: 0 16px;
}
#ea .ea-hint__icon {
  margin-bottom: 16px;
}
#ea .ea-dialog-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  max-height: 100%;
  min-width: 320px;
  min-height: 176px;
}
#ea.ea-dialog.has-footer .ea-dialog-modal {
  min-height: 224px;
}
#ea .ea-dialog-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 3;
  background: #fff;
  border: 1px solid #fff;
  border-bottom: none;
  padding: 16px;
  border-radius: 3px 3px 0 0;
}
#ea .ea-dialog-header__grid {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  height: 100%;
}
#ea .ea-dialog-header__cell {
  text-align: center;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
#ea .ea-dialog-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 2;
  display: none;
  background: #fff;
  border-top: 1px solid #D5DDE6;
  border-radius: 0 0 3px 3px;
}
#ea .ea-dialog-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-top: 56px solid transparent;
  border-bottom: 0;
}
#ea .ea-dialog-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  border: 1px solid #fff;
  border-top: none;
  border-radius: 0 0 3px 3px;
}
#ea.is-loading .ea-dialog-container {
  overflow: hidden;
}
#ea.ea-dialog.has-footer .ea-dialog-body {
  border-bottom: 48px solid transparent;
}
#ea.ea-dialog.has-footer .ea-dialog-container {
  border-radius: 0;
}
#ea.ea-dialog.has-footer .ea-dialog-footer {
  display: block;
}
#ea .ea-dialog-title {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: 8px;
}
#ea .ea-dialog-close-button {
  color: #bbb;
  font-size: 14px;
  cursor: pointer;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
#ea .ea-dialog-close-button:hover {
  color: #888;
}
#ea .ea-dialog-close-button i {
  position: relative;
  top: -8px;
  font-size: 20px;
}
#ea .ea-dialog-content {
  position: relative;
  height: 100%;
  padding: 16px;
}
#ea .ea-dialog-content * {
  font-size: 13px;
}
#ea .ea-dialog-content .checkbox,
#ea .ea-dialog-content .radio {
  margin: 0;
}
#ea .ea-dialog-content .control-label {
  width: 125px;
  text-align: right;
  padding: 0 5px;
}
#ea .ea-dialog-content .form-control {
  margin: 0;
}
#ea .ea-dialog-content .form-group {
  display: table;
  width: 100%;
  margin: 0;
}
#ea .ea-dialog-content .form-group + .form-group {
  margin-top: 10px;
}
#ea .ea-dialog-content .form-group > label:after {
  color: #999;
  content: ':';
  margin: 0 0 0 5px;
}
#ea .ea-dialog-footer-content {
  text-align: center;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-align-content: space-evenly;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}
#ea .btn-ea--dialog {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  border-radius: 0;
  height: 48px;
  border-top: 0 !important;
}
#ea .ea-dialog-error-message {
  display: block;
  font-weight: normal;
}
#ea.ea-dialog.type-iframe .ea-dialog-container {
  overflow: hidden;
}
#ea.ea-dialog.type-iframe .ea-dialog-content {
  width: 100%;
  height: 100%;
  padding: 0;
}
#ea.ea-dialog.type-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#ea.is-mobile.ea-dialog {
  z-index: 2147483647;
  width: 100%;
  height: 100%;
}
#ea.is-mobile .ea-dialog-modal {
  width: 100% !important;
  height: 100% !important;
}
#ea.is-mobile .ea-dialog-body {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
#ea .dropup,
#ea .dropdown_ {
  position: relative;
}
#ea .dropdown-toggle_:focus {
  outline: 0;
}
#ea .o-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: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #D5DDE6;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
#ea .open > .o-dropdown-menu {
  display: block;
}
#ea .open > a {
  outline: 0;
}
#ea .dropdown-menu-right {
  left: auto;
  right: 0;
}
#ea .dropdown-menu-left {
  left: 0;
  right: auto;
}
#ea .dropdown-menu-full {
  left: 0;
  right: 0;
}
#ea .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/material-icons/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('../../fonts/material-icons/MaterialIcons-Regular.woff2') format('woff2'), url('../../fonts/material-icons/MaterialIcons-Regular.woff') format('woff'), url('../../fonts/material-icons/MaterialIcons-Regular.ttf') format('truetype');
}
#ea .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}
#ea .material-icons.md-18 {
  font-size: 18px;
}
#ea .material-icons.md-24 {
  font-size: 24px;
}
#ea .material-icons.md-36 {
  font-size: 36px;
}
#ea .material-icons.md-48 {
  font-size: 48px;
}
#ea .material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
#ea .material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
#ea .material-icons.md-light {
  color: #ffffff;
}
#ea .material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
#ea button[data-balloon] {
  overflow: visible;
}
#ea [data-balloon] {
  position: relative;
}
#ea [data-balloon]:before,
#ea [data-balloon]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 12000;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  transform-origin: top;
}
#ea [data-balloon]:after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 12px;
  padding: 0.5em 1em;
  white-space: nowrap;
  margin-bottom: 11px;
  text-align: center;
}
#ea [data-balloon]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  content: "";
  margin-bottom: 5px;
}
#ea [data-balloon]:hover:before,
#ea [data-balloon][data-balloon-visible]:before,
#ea [data-balloon]:hover:after,
#ea [data-balloon][data-balloon-visible]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#ea [data-balloon].font-awesome:after {
  font-family: FontAwesome;
}
#ea [data-balloon][data-balloon-break]:after {
  white-space: pre;
}
#ea [data-balloon-pos="down"]:before,
#ea [data-balloon-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
#ea [data-balloon-pos="down"]:after {
  margin-top: 11px;
}
#ea [data-balloon-pos="down"]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}
#ea [data-balloon-pos="down"]:hover:before,
#ea [data-balloon-pos="down"][data-balloon-visible]:before,
#ea [data-balloon-pos="down"]:hover:after,
#ea [data-balloon-pos="down"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#ea [data-balloon-pos="left"]:before,
#ea [data-balloon-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
#ea [data-balloon-pos="left"]:after {
  margin-right: 11px;
}
#ea [data-balloon-pos="left"]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}
#ea [data-balloon-pos="left"]:hover:before,
#ea [data-balloon-pos="left"][data-balloon-visible]:before,
#ea [data-balloon-pos="left"]:hover:after,
#ea [data-balloon-pos="left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#ea [data-balloon-pos="right"]:before,
#ea [data-balloon-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}
#ea [data-balloon-pos="right"]:after {
  margin-left: 11px;
}
#ea [data-balloon-pos="right"]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}
#ea [data-balloon-pos="right"]:hover:before,
#ea [data-balloon-pos="right"][data-balloon-visible]:before,
#ea [data-balloon-pos="right"]:hover:after,
#ea [data-balloon-pos="right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#ea [data-balloon-length]:after {
  white-space: normal;
}
#ea [data-balloon-length="small"]:after {
  width: 80px;
}
#ea [data-balloon-length="medium"]:after {
  width: 150px;
}
#ea [data-balloon-length="large"]:after {
  width: 260px;
}
#ea [data-balloon-length="xlarge"]:after {
  width: 90vw;
}
@media screen and (min-width: 768px) {
  #ea [data-balloon-length="xlarge"]:after {
    width: 380px;
  }
}
#ea [data-balloon-length="fit"]:after {
  width: 100%;
}
#ea.bootstrap-datetimepicker-widget {
  border: 1px solid #D5DDE6;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  list-style: none outside none;
  min-width: 160px;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: auto;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
  background-color: #fff;
}
#ea.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
#ea.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #D5DDE6;
  position: absolute;
  top: -7px;
  left: 7px;
}
#ea.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 8px;
}
#ea.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #D5DDE6;
  position: absolute;
  bottom: -7px;
  left: 6px;
}
#ea.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
#ea.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
#ea.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
#ea.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
#ea.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
#ea.bootstrap-datetimepicker-widget .timepicker-hour,
#ea.bootstrap-datetimepicker-widget .timepicker-minute,
#ea.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}
#ea.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
#ea.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
#ea.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
#ea.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
#ea.bootstrap-datetimepicker-widget td,
#ea.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #fff;
  color: #555;
}
#ea.bootstrap-datetimepicker-widget td.day:hover,
#ea.bootstrap-datetimepicker-widget td.hour:hover,
#ea.bootstrap-datetimepicker-widget td.minute:hover,
#ea.bootstrap-datetimepicker-widget td.second:hover {
  background: #fafafa;
  cursor: pointer;
}
#ea.bootstrap-datetimepicker-widget td.old,
#ea.bootstrap-datetimepicker-widget td.new {
  color: #888;
}
#ea.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
#ea.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #5EA4F2;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
#ea.bootstrap-datetimepicker-widget td.active,
#ea.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #fafafa;
  color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#ea.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
#ea.bootstrap-datetimepicker-widget td.disabled,
#ea.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #888;
  cursor: not-allowed;
}
#ea.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
#ea.bootstrap-datetimepicker-widget td span:hover {
  background: #fafafa;
}
#ea.bootstrap-datetimepicker-widget td span.active {
  background-color: #5EA4F2;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#ea.bootstrap-datetimepicker-widget td span.old {
  color: #888;
}
#ea.bootstrap-datetimepicker-widget td span.disabled,
#ea.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #888;
  cursor: not-allowed;
}
#ea.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
  text-align: center;
  vertical-align: middle;
}
#ea.bootstrap-datetimepicker-widget th.next,
#ea.bootstrap-datetimepicker-widget th.prev {
  font-size: 19.5px;
}
#ea.bootstrap-datetimepicker-widget th.disabled,
#ea.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #888;
  cursor: not-allowed;
}
#ea.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
#ea.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #fafafa;
}
#ea.bootstrap-datetimepicker-widget .input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
#ea.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
#ea.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
#ea.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
@media (max-width: 480px) {
  #ea.bootstrap-datetimepicker-widget {
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
  }
  #ea.bootstrap-datetimepicker-widget:before,
  #ea.bootstrap-datetimepicker-widget:after {
    display: none !important;
  }
}
#ea .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#ea .fade.in {
  opacity: 1;
}
#ea .collapse {
  display: none;
}
#ea .collapse.in {
  display: block;
}
tr#ea .collapse.in {
  display: table-row;
}
tbody#ea .collapse.in {
  display: table-row-group;
}
#ea .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
#ea .ea-dashboard {
  height: 100%;
}
#ea .ea-db-menu-bg,
#ea .ea-db-menu {
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -1%;
  z-index: 9999;
  visibility: hidden;
  -webkit-transform: translate3d(-99%, 0, 0);
          transform: translate3d(-99%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  visibility: visible;
}
#ea .ea-db-menu-bg {
  background: #ddd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 9999;
}
#ea .ea-db-menu {
  background-color: #272C35;
  height: 100%;
  width: 220px;
}
#ea .ea-db-menu__close {
  display: none;
}
#ea .ea-db-menu__close > a {
  color: #B7C0CC;
}
#ea .ea-db-menu__header {
  background-color: #373E49;
  color: #92969B;
  font-size: 12px;
  line-height: 32px;
  height: 80px;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  padding: 24px;
}
#ea.is-mobile .ea-db-menu {
  width: 220px;
}
#ea.is-mobile .ea-db-menu__close {
  display: block;
  padding: 16px 24px;
}
#ea .is-side-open .ea-db-menu-bg,
#ea .is-side-open .ea-db-menu {
  height: auto;
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  left: 0;
}
#ea .is-side-open .ea-db-outer-wrap {
  padding-left: 220px;
  -webkit-transition: padding-left 0.55s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: padding-left 0.55s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
#ea .is-side-open .ea-db-header__action {
  display: none;
}
#ea .ea-db-outer-wrap {
  width: 100%;
  height: 100%;
  -webkit-transition: padding-left 0.6s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: padding-left 0.6s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
#ea .ea-db-header {
  width: 100%;
  height: 80px;
  font-size: 18px;
  line-height: 32px;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  padding: 24px;
  border-bottom: 1px solid #D5DDE6;
}
#ea .ea-db-header__toggle-sidebar {
  display: none;
  width: 32px;
}
#ea .ea-db-header__toggle-sidebar > a {
  color: #555;
  margin-right: 8px;
}
#ea .ea-db-header__action {
  margin-left: auto;
}
#ea.is-mobile .ea-db-header__toggle-sidebar {
  display: block;
}
#ea .ea-db-content {
  padding: 0;
  height: calc(100% - 80px );
  overflow-y: auto;
}
#ea .ea-db-searchbar {
  background-color: #F1F3F7;
  border-bottom: 1px solid #D5DDE6;
  position: relative;
  height: 56px;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-db-searchbar > div {
  position: relative;
}
#ea .ea-db-searchbar > div + div {
  border-left: 1px solid #D5DDE6;
}
#ea .ea-db-searchbar__filter {
  height: 100%;
}
#ea .ea-db-searchbar__filter-select {
  margin: 0;
}
#ea .ea-db-searchbar__select-group {
  position: relative;
  background-color: #F1F3F7;
  border-radius: 3px;
  height: 100%;
}
#ea .ea-db-searchbar__select-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  z-index: 2;
  background-color: transparent;
  position: relative;
  float: none;
  height: 100%;
  padding-right: 16px !important;
  outline: none;
  width: auto;
  min-width: 100px;
}
#ea .ea-db-searchbar__select-group option {
  color: #555;
  background-color: #fff;
}
#ea .ea-db-searchbar__select-drop {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #888;
  margin: 0;
  line-height: 1;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  z-index: 1;
}
#ea .ea-db-searchbar__select-drop:before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: relative;
  left: 0;
  vertical-align: top;
  top: 1px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#ea .ea-db-searchbar__input-wrap {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  padding: 16px 24px;
  min-width: 180px;
}
#ea .ea-db-searchbar__input-icon {
  color: #ccc;
  font-size: 18px;
  position: relative;
  top: 3px;
}
#ea .ea-db-searchbar__input-field {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 2px 20px 2px 56px;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent;
  color: #7b889b;
  width: 100%;
  height: 100%;
  line-height: 20px;
}
#ea .ea-db-searchbar__cancel {
  color: #B7C0CD;
  margin-right: 8px;
}
#ea .ea-db-searchbar__action {
  position: absolute;
  top: 12px;
  right: 16px;
}
#ea .ea-db-nav__item {
  position: relative;
}
#ea .ea-db-nav__item > a {
  display: block;
  padding: 24px 20px;
  color: #B7C0CC;
  position: relative;
  outline: none !important;
}
#ea .ea-db-nav__item > a::-moz-focus-inner {
  border: 0 !important;
}
#ea .ea-db-nav__item > a:hover {
  color: #B7C0CC;
  background-color: #1C2028;
  text-decoration: none;
}
#ea .ea-db-nav__item.is-active {
  background-color: #1C2028;
  padding-bottom: 8px;
}
#ea .ea-db-nav__item.is-active > a {
  background-color: #1C2028;
}
#ea .ea-db-nav__notice {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -8px;
  min-width: 16px;
  padding: 0 2px;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  border-radius: 20%;
  background-color: #FD595B;
  display: none;
}
#ea .has-notice .ea-db-nav__notice {
  display: block;
}
#ea .ea-db-sub-nav {
  position: relative;
  margin-left: 32px;
  overflow: hidden;
}
#ea .ea-db-sub-nav__item {
  position: relative;
}
#ea .ea-db-sub-nav__item > a {
  display: block;
  padding: 8px 20px;
  color: #93a1b3;
}
#ea .ea-db-sub-nav__item > a:hover {
  color: #B7C0CC;
  background-color: transparent;
  text-decoration: none;
}
#ea .ea-db-sub-nav__item.is-active > a {
  color: #fff;
  background-color: transparent;
}
#ea .ea-site-info__item {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 16px;
}
#ea .ea-site-info__item + .ea-site-info__item {
  border-top: 1px solid #D5DDE6;
}
#ea .ea-site-info__total {
  font-weight: bold;
}
#ea .ea-site-info__desc {
  margin-left: auto;
  color: #888;
}
#ea .ea-post-list__item {
  padding: 16px;
}
#ea .ea-post-list__item + .ea-post-list__item {
  border-top: 1px solid #D5DDE6;
}
#ea .ea-post-list__link {
  display: block;
  color: #222;
  font-weight: bold;
  margin-bottom: 8px;
}
#ea .ea-db-content-action-bar {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  margin: 0 16px 16px;
}
#ea .ea-db-content-action-bar > div {
  padding-right: 16px;
}
#ea .ea-db-content-action-bar__action-filter {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-db-content-action-bar__action-filter > div {
  padding-right: 16px;
}
#ea .ea-db-content-action-bar__new {
  padding-right: 0;
  margin-left: auto;
}
#ea .ea-db-content-table-wrap {
  padding: 0 16px;
}
#ea .ea-db-content-table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #D5DDE6;
}
#ea .ea-db-content-table th {
  color: #aaa;
}
#ea .ea-db-content-table th,
#ea .ea-db-content-table td {
  padding: 16px;
  border: 1px solid #D5DDE6;
  line-height: 1;
  position: relative;
  vertical-align: top;
}
#ea .ea-db-content-table th:hover .ea-db-content-table__action,
#ea .ea-db-content-table td:hover .ea-db-content-table__action {
  visibility: visible;
}
#ea .ea-db-content-table tbody tr:hover {
  background-color: #f5f5f5;
}
#ea .ea-db-content-table tbody tr:hover .ea-db-post-actions {
  visibility: visible;
}
#ea .ea-db-content-table__action {
  visibility: hidden;
  position: absolute;
  margin-top: 6px;
}
#ea .ea-db-content-table__action a {
  color: #aaa;
}
#ea .ea-db-content-table .o-checkbox {
  margin: 0;
}
#ea .ea-db-content-table .o-checkbox label:before,
#ea .ea-db-content-table .o-checkbox label:after {
  top: 0;
}
#ea .ea-db-content-table__post-link {
  color: #222;
  font-weight: bold;
}
#ea .ea-db-post-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
  margin-top: 8px;
}
#ea .ea-db-post-actions > li {
  display: inline-block;
  margin-right: 16px;
}
#ea .ea-state--active {
  color: #FDB852;
}
#ea .ea-state--default {
  color: #B7C0CC;
}
#ea .ea-form--create .o-form-group + .o-form-group {
  border-top: 1px solid #D5DDE6;
  padding-top: 16px;
}
#ea .ea-form--create label,
#ea .ea-form--create .o-control-label {
  font-weight: normal;
  vertical-align: top;
  width: 25%;
  padding-right: 32px;
}
#ea .ea-state-star i {
  font-size: 16px;
}
#ea .ea-state-star--default {
  color: #5EA4F2;
}
#ea .ea-state-star--featured {
  color: #F19B2C;
}
#ea .tox-tinymce {
  border: 1px solid #ccc;
}
#ea .ea-form--create .controls {
  *padding-left: 20px;
  max-width: 100%;
}
#ea .ea-form--create .controls input,
#ea .ea-form--create .controls textarea {
  display: block;
  width: 100%;
  height: 31px;
  padding: 4px 12px;
  margin: 0;
  font-size: 13px;
  line-height: 1.69230769;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D5DDE6;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
#ea .ea-form--create .controls textarea {
  height: auto;
}
#ea .ea-form--create .radio.btn-group input[type=radio] {
  display: none;
}
#ea .ea-form--create .radio.btn-group > label:first-of-type {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
#ea .ea-form--create fieldset.radio.btn-group {
  padding-left: 0;
}
#ea .ea-form--create label.btn {
  padding-left: 8px;
  padding-right: 8px;
  width: auto;
}
#ea .ea-form--create .btn {
  color: #333;
}
#ea .ea-form--create .btn-primary,
#ea .ea-form--create .btn-primary:hover,
#ea .ea-form--create .btn-primary:active,
#ea .ea-form--create .btn-primary:focus {
  background-color: #185b91 !important;
  color: #fff;
  text-decoration: none;
}
#ea .ea-form--create .btn-danger,
#ea .ea-form--create .btn-danger:hover,
#ea .ea-form--create .btn-danger:active,
#ea .ea-form--create .btn-danger:focus {
  background-color: #802420 !important;
  color: #fff;
  text-decoration: none;
}
#ea .ea-form--create .btn-success,
#ea .ea-form--create .btn-success:hover,
#ea .ea-form--create .btn-success:active,
#ea .ea-form--create .btn-success:focus {
  background-color: #2f6f2f !important;
  color: #fff;
  text-decoration: none;
}
#ea .ea-form--create .btn-mini [class^="icon-"],
#ea .ea-form--create .btn-mini [class*=" icon-"] {
  margin-top: -1px;
  line-height: 20px;
}
#ea .ea-form--create .btn-mini {
  padding: 0 6px;
  font-size: 9.75px;
  border-radius: 3px;
}
#ea .ea-form--create .group-move {
  cursor: move;
}
#ea .ea-form--create .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
#ea .ea-form--create .btn-group .btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  border-radius: 0;
  border: 1px solid #D5DDE6;
}
#ea .ea-form--create .btn-group .btn:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#ea .ea-form--create .btn-group .btn:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#ea .ea-form--create .subform-repeatable-wrapper .btn-group > .btn.button {
  min-width: 0;
}
#ea .ea-form--create .subform-repeatable-wrapper .ui-sortable-helper {
  background: #fff;
}
#ea .ea-form--create .subform-repeatable-wrapper tr.ui-sortable-helper {
  display: table;
}
#ea .ea-form--create table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
#ea .ea-form--create .table {
  width: 100%;
  margin-bottom: 18px;
}
#ea .ea-form--create .table th,
#ea .ea-form--create .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#ea .ea-form--create .table th {
  font-weight: bold;
}
#ea .ea-form--create .table thead th {
  vertical-align: bottom;
}
#ea .ea-form--create .table caption + thead tr:first-child th,
#ea .ea-form--create .table caption + thead tr:first-child td,
#ea .ea-form--create .table colgroup + thead tr:first-child th,
#ea .ea-form--create .table colgroup + thead tr:first-child td,
#ea .ea-form--create .table thead:first-child tr:first-child th,
#ea .ea-form--create .table thead:first-child tr:first-child td {
  border-top: 0;
}
#ea .ea-form--create .table tbody + tbody {
  border-top: 2px solid #ddd;
}
#ea .ea-form--create .table .table {
  background-color: #fff;
}
#ea .ea-form--create .table-condensed th,
#ea .ea-form--create .table-condensed td {
  padding: 4px 5px;
}
#ea .ea-form--create .table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 3px;
}
#ea .ea-form--create .table-bordered th,
#ea .ea-form--create .table-bordered td {
  border-left: 1px solid #ddd;
}
#ea .ea-form--create .table-bordered caption + thead tr:first-child th,
#ea .ea-form--create .table-bordered caption + tbody tr:first-child th,
#ea .ea-form--create .table-bordered caption + tbody tr:first-child td,
#ea .ea-form--create .table-bordered colgroup + thead tr:first-child th,
#ea .ea-form--create .table-bordered colgroup + tbody tr:first-child th,
#ea .ea-form--create .table-bordered colgroup + tbody tr:first-child td,
#ea .ea-form--create .table-bordered thead:first-child tr:first-child th,
#ea .ea-form--create .table-bordered tbody:first-child tr:first-child th,
#ea .ea-form--create .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
#ea .ea-form--create .table-bordered thead:first-child tr:first-child > th:first-child,
#ea .ea-form--create .table-bordered tbody:first-child tr:first-child > td:first-child,
#ea .ea-form--create .table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 3px;
}
#ea .ea-form--create .table-bordered thead:first-child tr:first-child > th:last-child,
#ea .ea-form--create .table-bordered tbody:first-child tr:first-child > td:last-child,
#ea .ea-form--create .table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 3px;
}
#ea .ea-form--create .table-bordered thead:last-child tr:last-child > th:first-child,
#ea .ea-form--create .table-bordered tbody:last-child tr:last-child > td:first-child,
#ea .ea-form--create .table-bordered tbody:last-child tr:last-child > th:first-child,
#ea .ea-form--create .table-bordered tfoot:last-child tr:last-child > td:first-child,
#ea .ea-form--create .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 3px;
}
#ea .ea-form--create .table-bordered thead:last-child tr:last-child > th:last-child,
#ea .ea-form--create .table-bordered tbody:last-child tr:last-child > td:last-child,
#ea .ea-form--create .table-bordered tbody:last-child tr:last-child > th:last-child,
#ea .ea-form--create .table-bordered tfoot:last-child tr:last-child > td:last-child,
#ea .ea-form--create .table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 3px;
}
#ea .ea-form--create .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
#ea .ea-form--create .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
#ea .ea-form--create .table-bordered caption + thead tr:first-child th:first-child,
#ea .ea-form--create .table-bordered caption + tbody tr:first-child td:first-child,
#ea .ea-form--create .table-bordered colgroup + thead tr:first-child th:first-child,
#ea .ea-form--create .table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
#ea .ea-form--create .table-bordered caption + thead tr:first-child th:last-child,
#ea .ea-form--create .table-bordered caption + tbody tr:first-child td:last-child,
#ea .ea-form--create .table-bordered colgroup + thead tr:first-child th:last-child,
#ea .ea-form--create .table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 3px;
}
#ea .ea-form--create .table-striped tbody > tr:nth-child(odd) > td,
#ea .ea-form--create .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
#ea .ea-form--create .table-hover tbody tr:hover > td,
#ea .ea-form--create .table-hover tbody tr:hover > th {
  background-color: #F0F0F0;
}
#ea .ea-form--create table td[class*="span"],
#ea .ea-form--create table th[class*="span"],
#ea .ea-form--create .row-fluid table td[class*="span"],
#ea .ea-form--create .row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
#ea .ea-form--create .table td.span1,
#ea .ea-form--create .table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
#ea .ea-form--create .table td.span2,
#ea .ea-form--create .table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
#ea .ea-form--create .table td.span3,
#ea .ea-form--create .table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
#ea .ea-form--create .table td.span4,
#ea .ea-form--create .table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
#ea .ea-form--create .table td.span5,
#ea .ea-form--create .table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
#ea .ea-form--create .table td.span6,
#ea .ea-form--create .table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
#ea .ea-form--create .table td.span7,
#ea .ea-form--create .table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
#ea .ea-form--create .table td.span8,
#ea .ea-form--create .table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
#ea .ea-form--create .table td.span9,
#ea .ea-form--create .table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
#ea .ea-form--create .table td.span10,
#ea .ea-form--create .table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
#ea .ea-form--create .table td.span11,
#ea .ea-form--create .table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
#ea .ea-form--create .table td.span12,
#ea .ea-form--create .table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
#ea .ea-form--create .table tbody tr.success > td {
  background-color: #dff0d8;
}
#ea .ea-form--create .table tbody tr.error > td {
  background-color: #f2dede;
}
#ea .ea-form--create .table tbody tr.warning > td {
  background-color: #fcf8e3;
}
#ea .ea-form--create .table tbody tr.info > td {
  background-color: #d9edf7;
}
#ea .ea-form--create .table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
#ea .ea-form--create .table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
#ea .ea-form--create .table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
#ea .ea-form--create .table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
#ea .ea-form--create .table-noheader {
  border-collapse: collapse;
}
#ea .ea-form--create .table-noheader thead {
  display: none;
}
#ea .ea-analytics {
  padding: 8px;
}
#ea .ea-analytics .ea-analytics-graph {
  position: relative;
  height: 40vh;
  width: 40vw;
}
#ea .ea-analytics-tabs {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#ea .ea-analytics-tabs__item {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  padding: 8px 16px;
  border-bottom: 3px solid transparent;
  outline: none !important;
}
#ea .ea-analytics-tabs__item::-moz-focus-inner {
  border: 0 !important;
}
#ea .ea-analytics-tabs__item.active {
  background-color: #f5f5f5;
  border-bottom: 3px solid #50c9ae;
}
#ea .ea-analytics-tabs__item.active .ea-analytics-tabs__counter-desc {
  display: block;
}
#ea .ea-analytics-tabs__item:hover {
  background-color: #f5f5f5;
}
#ea .ea-analytics-tabs__item-link {
  outline: none !important;
  color: #555;
}
#ea .ea-analytics-tabs__item-link::-moz-focus-inner {
  border: 0 !important;
}
#ea .ea-analytics-tabs__counter {
  font-size: 25px;
}
#ea .ea-analytics-tabs__counter-desc {
  display: none;
}
#ea .ea-mobile-post-lists-wrapper {
  padding-bottom: 60px;
}
#ea .ea-mobile-post-list-item {
  padding: 16px 8px;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-top: 1px solid #D5DDE6;
}
#ea .ea-mobile-post-list-item:last-child {
  border-bottom: 1px solid #D5DDE6;
}
#ea .ea-mobile-post-list-item.is-selected {
  background-color: #fafafa;
}
#ea .ea-mobile-post-list-item__checkbox {
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
  padding: 0 8px;
}
#ea .ea-mobile-post-list-item__checkbox .o-checkbox {
  margin-top: 4px;
}
#ea .ea-mobile-post-list-item__action {
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
#ea .ea-mobile-content__title {
  line-height: 1.6;
  max-height: 44px;
  overflow: hidden;
  font-weight: bold;
}
#ea .ea-mobile-content__title a {
  color: #555;
}
#ea .ea-mobile-action-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 56px;
  display: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #f5f5f5;
  border-top: 1px solid #D5DDE6;
}
#ea .ea-mobile-action-bar.is-active {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  z-index: 2;
}
#ea .ea-mobile-action-bar__cell {
  padding: 16px 8px;
}
#ea .ea-mobile-action-bar__cell > a {
  color: #555;
}
#ea .ea-db-content .select2-container--composer {
  width: 100% !important;
}
#ea .ea-db-content [data-balloon-pos="up"]:before,
#ea .ea-db-content [data-balloon-pos="up"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
#ea .ea-db-content [data-balloon-pos="up"]:after {
  margin-right: 11px;
}
#ea .ea-db-content [data-balloon-pos="up"]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}
#ea .ea-db-content [data-balloon-pos="up"]:hover:before,
#ea .ea-db-content [data-balloon-pos="up"][data-balloon-visible]:before,
#ea .ea-db-content [data-balloon-pos="up"]:hover:after,
#ea .ea-db-content [data-balloon-pos="up"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#ea.is-mobile .ea-editor-wrapper {
  padding: 0 24px;
}
#ea .ea-composer-container {
  width: 960px;
}
#ea .is-toolbar-fixed #ea-editor-toolbar {
  width: 960px;
}
#ea.is-mobile .ea-composer-container {
  width: 100%;
}
#ea.is-mobile .is-toolbar-fixed #ea-editor-toolbar {
  width: 100%;
}
#ea .ea-composer-main {
  height: 100%;
  position: relative;
}
#ea .es-composer-main-form {
  margin: 0 !important;
  overflow: hidden;
}
#ea .ea-composer-side-wrap {
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -1%;
  z-index: 10007;
  visibility: hidden;
  -webkit-transform: translate3d(99%, 0, 0);
          transform: translate3d(99%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  visibility: visible;
  width: 340px;
  color: #888;
  background-color: #272C35;
}
#ea.is-mobile .ea-composer-side-wrap {
  width: 320px;
}
#ea .ea-composer-main.is-side-open .ea-composer-side-wrap {
  height: auto;
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  right: 0;
}
#ea .ea-composer-side {
  color: #92969B;
}
#ea .ea-composer-side__header {
  background-color: #373E49;
  color: #eee;
  padding: 24px;
  font-size: 12px;
  line-height: 32px;
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  padding: 16px;
}
#ea .ea-composer-side__close {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #eee;
}
#ea .ea-composer-side__title {
  color: #eee;
  margin-bottom: 16px;
}
#ea .ea-composer-side label {
  font-weight: normal;
  color: #999;
}
#ea .ea-composer-side__body {
  padding: 16px;
}
#ea .ea-composer-side__divider {
  width: 100%;
  height: 1px;
  background-color: #373E49;
  margin-bottom: 16px;
}
#ea .ea-composer-side .o-form-control {
  background-color: #373E49 !important;
  border: 1px solid #373E49 !important;
  color: #fff !important;
}
#ea .ea-composer-container-wrap {
  width: 100%;
  height: calc(100% - 50px);
  -webkit-overflow-scrolling: touch;
  padding-top: 50px;
}
#ea .ea-composer-container {
  margin: 0 auto;
  position: relative;
  padding-bottom: 360px;
}
#ea .is-toolbar-fixed #ea-editor-toolbar {
  position: fixed;
  background-color: #fff;
  z-index: 10001;
  top: 51px;
  padding: 8px 0;
  border-bottom: 1px solid #D5DDE6;
}
#ea .ea-composer-toolbar-wrap {
  padding: 8px;
  border-bottom: 1px solid #D5DDE6;
  margin-bottom: 16px;
  position: fixed;
  z-index: 10006;
  top: 0;
  width: 100%;
  background-color: #fff;
}
#ea .ea-composer-toolbar {
  margin: 0 auto ;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-composer-toolbar__action-notice {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-composer-toolbar__notice-txt {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #888;
}
#ea .ea-composer-toolbar__action {
  margin-left: auto;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea.is-mobile .ea-composer-toolbar-wrap,
#ea.is-mobile .ea-composer-toolbar {
  display: none;
}
#ea.is-mobile .ea-composer-mobile-toolbar-wrap {
  padding: 0;
  margin-bottom: 16px;
  display: block;
  position: fixed;
  z-index: 10006;
  top: 0;
  width: 100%;
  background-color: #fff;
}
#ea.is-mobile .ea-composer-mobile-toolbar {
  display: block;
  margin: 0 auto ;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
#ea.is-mobile .ea-composer-mobile-toolbar__hd {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D5DDE6;
}
#ea.is-mobile .ea-composer-mobile-toolbar__hd-cell {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  border-right: 1px solid #D5DDE6;
}
#ea.is-mobile .ea-composer-mobile-toolbar__hd-cell:last-child {
  border-right: 0;
}
#ea.is-mobile .ea-composer-mobile-toolbar__hd-cell-link {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  height: 100%;
  color: #555;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  padding: 8px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80px;
  overflow: hidden;
  margin: 0 auto;
}
#ea.is-mobile .ea-composer-mobile-toolbar__action {
  width: 100%;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea.is-mobile .ea-composer-mobile-toolbar__notice-txt {
  background-color: #fafafa;
  text-align: center;
}
#ea.is-mobile .ea-composer-mobile-toolbar .dropdown-toggle_ {
  border: 0 !important;
  width: 100%;
  border-radius: 0 !important;
}
#ea.is-mobile .ea-composer-mobile-toolbar .dropdown-toggle_:focus,
#ea.is-mobile .ea-composer-mobile-toolbar .dropdown-toggle_:active {
  background-color: transparent !important;
}
#ea .o-dropdown-menu--ea-action {
  right: 0;
  left: auto;
  z-index: 9999;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
#ea .o-dropdown-menu--ea-publishing {
  border: 1px solid #D5DDE6;
  z-index: 9999;
  width: 340px;
  background-color: #fff;
  left: auto;
  right: 0;
}
#ea.is-mobile .o-dropdown-menu--ea-publishing {
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}
#ea.is-mobile .btn-ea-composer-submit {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
#ea .ea-dropdown-menu-content__grid {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
#ea .ea-dropdown-menu-content__group {
  width: 300px;
}
#ea .ea-dropdown-menu-content .ea-dropdown-menu-content__group + .ea-dropdown-menu-content__group {
  border-right: 1px solid #D5DDE6;
}
#ea .ea-dropdown-menu-content__settings-label-wrap {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#ea .ea-dropdown-menu-content__settings-label {
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ea .ea-dropdown-menu-content__section {
  padding: 8px 16px;
}
#ea .ea-dropdown-menu-content__section + .ea-dropdown-menu-content__section {
  border-top: 1px solid #D5DDE6;
}
#ea .ea-dropdown-menu-content__title {
  color: #888;
}
#ea .ea-dropdown-menu-content__date-icons {
  font-size: 14px;
}
#ea .ea-composer-container-header {
  width: 100%;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  position: relative;
  z-index: 1000;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
#ea .ea-composer-container-header__cover {
  padding-left: 16px;
}
#ea .ea-composer-container-header__form-group {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#ea .ea-composer-container-header__selects {
  width: 100%;
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0;
}
#ea .ea-composer-container-header__selects .o-form-control,
#ea .ea-composer-container-header__selects .select2-container--composer {
  width: 100% !important;
}
#ea.is-mobile .ea-composer-container-header {
  padding: 0 24px;
}
#ea.is-mobile .ea-composer-container-header__form-group {
  margin-bottom: 8px;
}
#ea.is-mobile .ea-composer-container-header__selects {
  margin-bottom: 16px;
}
#ea.is-mobile .ea-composer-container-header__selects .o-grid {
  display: block;
}
#ea .ea-composer-field-title {
  position: relative;
  height: 46px;
  margin: 0 0 16px;
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
}
#ea .ea-composer-field-title__input {
  display: block;
  width: 100%;
  height: 46px;
  border: none;
  font-weight: bold;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  resize: none;
  overflow: hidden;
}
#ea .ea-composer-field-alias {
  position: relative;
  height: 40px;
  margin: 0 0 16px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D5DDE6;
  padding: 8px 16px;
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#ea .ea-composer-field-alias__label {
  padding-right: 8px;
}
#ea .ea-composer-field-alias__icons {
  font-size: 14px;
}
#ea .ea-composer-field-alias__input {
  font-size: 12px;
  padding: 0 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px;
  margin: 0;
  height: 22px;
  min-width: 300px;
  border: none;
}
#ea .ea-composer-field-alias__preview {
  padding-right: 8px;
  overflow: hidden;
}
#ea .ea-composer-field-alias__field {
  display: none;
  padding-right: 8px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
#ea .ea-composer-field-alias__action {
  margin-left: auto;
}
#ea .ea-composer-field-alias__action .btn {
  display: none;
}
#ea .ea-composer-field-alias__action .btn-alias-edit {
  display: inline-block;
}
#ea .ea-composer-field-alias__action-cancel {
  font-size: 13px;
  display: none;
  color: #888;
}
#ea .ea-composer-field-alias.is-editing .ea-composer-field-alias__preview {
  display: none;
}
#ea .ea-composer-field-alias.is-editing .ea-composer-field-alias__field {
  display: block;
}
#ea .ea-composer-field-alias.is-editing .ea-composer-field-alias__action .btn {
  display: inline-block;
}
#ea .ea-composer-field-alias.is-editing .ea-composer-field-alias__action .btn-alias-edit {
  display: none;
}
#ea .ea-composer-field-alias.is-editing .ea-composer-field-alias__action-cancel {
  display: inline-block;
}
#ea .ea-composer-form-group {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  margin-bottom: 16px;
  clear: both;
}
#ea .ea-composer-control-label {
  position: absolute;
  color: #888;
  right: 100%;
  min-width: 160px;
  text-align: right;
  padding-right: 16px;
  margin: 0;
  line-height: 24px;
}
#ea .ea-composer-control-label__action {
  font-size: 24px;
  margin-left: 16px;
  color: #888;
}
#ea .ea-composer-control-input {
  width: 100%;
  line-height: 24px;
}
#ea .ea-composer-control-input select[multiple] {
  height: 32px;
}
#ea .ea-composer-count-list {
  padding: 8px 0;
}
#ea.is-mobile .ea-composer-count-list {
  padding: 8px 24px;
}
#ea .ea-composer-counter {
  display: inline-block;
  padding: 0 8px;
  border-radius: 3px;
  color: #7A8799;
  background-color: #D5DDE6;
  font-size: 11px;
  font-weight: bold;
}
#ea .ea-composer-cover-wrapper {
  border: 1px dashed #D5DDE6;
}
#ea .ea-composer-cover {
  position: relative;
}
#ea .ea-composer-cover__empty {
  width: 280px;
  height: 190px;
  position: relative;
}
#ea .ea-composer-cover__empty-txt {
  position: relative;
  top: 50%;
  text-align: center;
}
#ea .ea-composer-cover__add {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  cursor: pointer;
}
#ea .ea-composer-cover__form {
  position: absolute;
  top: 39px;
  right: 8px;
  width: 260px;
  float: left;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #D5DDE6;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
#ea.is-mobile .ea-composer-cover__empty {
  width: 100%;
}
#ea.is-mobile .ea-composer-cover__form {
  z-index: 100010;
}
#ea .ea-composer-cover-preview {
  width: 280px;
  position: relative;
}
#ea .ea-composer-cover-preview__embed {
  height: 190px;
  position: relative;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAYAAABS3GwHAAAC8ElEQVR4nO3ZsQ2AMBAEQfdf2/cEHUCEbLRjyeFIn2x063p5M/P4ef7Pfu0+gOd3egHwaS8APu0FwKe9APi0FwCf9gLg036dfiDPf+kFwKe9APi0FwCf9gLg014AfNoLgE97AfBpbwjj014AfNoLgE97AfBpLwA+7QXAp70A+LQXAJ/2hjA+7QXAp70A+LQXAJ/2AuDTXgB82guAT3sB8GlvCOPTXgB82guAT3sB8GkvAD7tBcCnvQD4tBcAn/aGMD7tBcCnvQD4tBcAn/YC4NNeAHzaC4BPewHwaW8I49NeAHzaC4BPewHwaS8APu0FwKe9APi0FwCf9oYwPu0FwKe9APi0FwCf9gLg014AfNoLgE97AfBpbwjj014AfNoLgE97AfBpLwA+7QXAp70A+LQXAJ/2hjA+7QXAp70A+LQXAJ/2AuDTXgB82guAT3sB8GlvCOPTXgB82guAT3sB8GkvAD7tBcCnvQD4tBcAn/aGMD7tBcCnvQD4tBcAn/YC4NNeAHzaC4BPewHwaW8I49NeAHzaC4BPewHwaS8APu0FwKe9APi0FwCf9oYwPu0FwKe9APi0FwCf9gLg014AfNoLgE97AfBpbwjj014AfNoLgE97AfBpLwA+7QXAp70A+LQXAJ/2hjA+7QXAp70A+LQXAJ/2AuDTXgB82guAT3sB8GlvCOPTXgB82guAT3sB8GkvAD7tBcCnvQD4tBcAn/aGMD7tBcCnvQD4tBcAn/YC4NNeAHzaC4BPewHwaW8I49NeAHzaC4BPewHwaS8APu0FwKe9APi0FwCf9oYwPu0FwKe9APi0FwCf9gLg014AfNoLgE97AfBpbwjj014AfNoLgE97AfBpLwA+7QXAp70A+LQXAJ/2hjA+7QXAp70A+LQXAJ/2AuDTXgB82guAT3sB8GlvCOPTXgB82guAT3sB8GkvAD7tBcCnvQD4tBcAn/aGMD7tBcCnvQD4tBcAn/YC4NNeAHzaC4BPewHwaX8DU3XXDy/2eFcAAAAASUVORK5CYII=');
}
#ea .ea-composer-cover-preview__embed > div {
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#ea .ea-composer-cover-preview__remove {
  position: absolute;
  top: 8px;
  right: 58px;
  z-index: 2;
  cursor: pointer;
}
#ea .ea-composer-cover-preview__options {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  cursor: pointer;
}
#ea.is-mobile .ea-composer-cover-preview {
  width: 100%;
}
#ea #ea-system-message-container {
  position: absolute;
  top: -16px;
  width: 100%;
  z-index: 10020;
}
#ea .ea-block-container:hover {
  cursor: initial;
}
#ea .ea-block-container.pull-center {
  clear: both;
}
#ea .ea-block-container.pull-center figcaption {
  text-align: center;
}
#ea .ea-docs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ea .ea-doc {
  max-width: 800px;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#ea .ea-doc-blk {
  background-color: #F9FAFC;
  padding: 16px;
}
#ea .ea-doc-blk__title {
  font-weight: bold;
  margin-bottom: 16px;
}
#ea .ea-shortcut-table {
  width: 100%;
  table-layout: fixed;
}
#ea .ea-shortcut-table__action {
  width: 70%;
}
#ea .ea-shortcut-table th,
#ea .ea-shortcut-table td {
  padding: 0 0 8px;
}
#ea .ea-shortcut-table th + th,
#ea .ea-shortcut-table td + td {
  text-align: right;
}
#ea .ea-doc-key {
  display: inline-block;
  padding: 2px 6px;
  color: #738295;
  background-color: #D5DDE5;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 4px;
}
#ea .ea-revisions-list {
  background-color: #fff;
  padding: 8px;
}
#ea .ea-revisions-list__item {
  background-color: #fafafa;
  padding: 8px 16px;
  margin-bottom: 8px;
}
#ea .ea-revisions-list__state-icon {
  font-size: 18px;
  color: #50C9AE;
  margin-left: 4px;
}
#ea .ea-revisions-list__title {
  line-height: 1;
}
#ea .ea-revisions-list__meta {
  color: #888;
  margin-bottom: 8px;
}
#ea .ea-revision-bar {
  position: fixed;
  top: 0;
  z-index: 10002;
  width: 100%;
  background: #fff;
  height: 51px;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #D5DDE6;
  padding: 8px 16px;
}
#ea .ea-revision-bar__title {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-revision-bar__txt {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: bold;
}
#ea .ea-revision-bar__action {
  position: relative;
  margin-left: auto;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-revision-bar__action > a + a {
  margin-left: 8px;
}
#ea .ea-revision-bar__close {
  width: 20px;
  margin-left: 16px;
}
#ea .ea-revision-bar__close > a {
  color: #888;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ea .ea-revision-compare {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 51px;
  bottom: 0;
  z-index: 10005;
  overflow-y: auto;
}
#ea .ea-revision-compare__item {
  width: 50%;
  padding: 8px 16px;
}
#ea .ea-revision-compare__item:not(:first-child) {
  border-left: 1px solid #D5DDE6;
}
#ea .ea-panel-group {
  clear: both;
}
#ea .ea-panel {
  border-top: 1px solid #D5DDE6;
  border-bottom: 1px solid #D5DDE6;
}
#ea .ea-panel + .ea-panel {
  border-top: 0;
}
#ea .ea-panel__hd {
  position: relative;
  padding: 8px 16px;
}
#ea .ea-panel__title {
  font-weight: bold;
}
#ea .ea-panel__title-link {
  display: block;
  color: #555;
  outline: none !important;
}
#ea .ea-panel__title-link::-moz-focus-inner {
  border: 0 !important;
}
#ea .ea-panel__toggle-icon {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 18px;
}
#ea .ea-panel__toggle-icon:before {
  content: 'remove';
}
#ea .ea-panel .collapsed .ea-panel__toggle-icon:before {
  content: 'add';
}
#ea .ea-panel__bd {
  padding: 8px 16px;
}
#ea .ea-custom-fields {
  border: 1px solid #D5DDE6;
  padding: 16px;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-custom-fields__cell-tabs {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 220px;
  padding-right: 16px;
}
#ea .ea-custom-fields__cell-content {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
#ea .ea-custom-fields .ea-custom-fields-group {
  background-color: #fafafa;
  padding: 8px 16px;
  border-radius: 3px;
  height: 100%;
}
#ea .ea-custom-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  font-size: 13px;
}
#ea .ea-custom-tabs__item {
  display: block;
  text-align: left;
  color: #888;
  position: relative;
}
#ea .ea-custom-tabs__item.active .ea-custom-tabs__link {
  color: #555;
}
#ea .ea-custom-tabs__link {
  color: #888;
  width: 100%;
  display: block;
  padding: 4px 8px;
  outline: none !important;
}
#ea .ea-custom-tabs__link::-moz-focus-inner {
  border: 0 !important;
}
#ea .ea-custom-fields-desc {
  margin-bottom: 8px;
  padding: 8px;
  color: #555;
  background-color: #fff;
}
#ea .ea-locations {
  position: relative;
}
#ea .ea-locations.is-detectable .ea-location-detect-button {
  display: inline-block;
}
#ea .ea-locations.is-loading > .ies-location-2,
#ea .ea-locations.is-busy > .ies-location-2 {
  display: none;
}
#ea .ea-locations.is-loading .ea-location-remove-button,
#ea .ea-locations.is-busy .ea-location-remove-button {
  display: none;
}
#ea .ea-locations.has-location .ea-location-remove-button {
  display: block;
}
#ea .ea-locations.has-location .ea-location-detect-button {
  display: none !important;
}
#ea .ea-locations.has-location .ea-location-map-image {
  opacity: 1;
}
#ea .ea-locations.has-suggested .ea-location-suggestions {
  display: block;
}
#ea .ea-location-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  padding: 0;
  padding: 8px;
  position: relative;
  background-color: #fff;
}
#ea .ea-location-form.has-border {
  border: 1px solid #D5DDE6 !important;
}
#ea .ea-location-map {
  background-position: center center;
  background-repeat: repeat;
  height: auto;
  padding-top: 25%;
  position: relative;
  text-align: center;
}
#ea .ea-location-map > *,
#ea .ea-location-map > * > * {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#ea .ea-location-autocomplete {
  position: absolute;
  width: 100%;
  left: 8px;
  padding: 0;
  overflow: hidden;
  display: none;
  margin-top: 0px;
}
#ea .ea-location-autocomplete > b {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 1px;
  padding: 0px 5px;
  z-index: 9;
  display: none;
}
#ea .ea-location-autocomplete > b > b {
  height: 5px;
  width: 100%;
  margin-top: -5px;
  -webkit-box-shadow: 0 0 5px 0 #000000;
  box-shadow: 0 0 5px 0 #000000;
  display: block;
}
#ea .ea-location-autocomplete.active {
  display: block;
}
#ea .ea-location-autocomplete.active .ea-location-suggestions {
  display: block;
  top: 0px;
}
#ea .ea-location-autocomplete.active .ea-location-autocomplete-shadow {
  opacity: 1;
}
#ea .ea-location-autocomplete.has-shadow > b {
  display: block;
}
#ea .ea-location-autocomplete.is-sticky .ea-location-suggestions {
  border-top: 0px;
  border-radius: 0px 0px 3px 3px;
  margin: 0px 9px 5px 10px;
}
#ea .ea-location-suggestions {
  display: none;
  border: 1px solid #D5DDE6;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 160px;
  position: relative;
  z-index: 8;
  font-size: 11px;
}
#ea .ea-location-suggestion {
  z-index: 10;
  padding: 5px;
  cursor: pointer;
}
#ea .ea-location-suggestion.active {
  background: #fafafa;
}
#ea .ea-composer-location-item {
  border-left: 1px solid #D5DDE6;
  border-right: 1px solid #D5DDE6;
  padding: 4px 8px;
  position: relative;
}
#ea .ea-composer-location-item + .ea-composer-location-item {
  border-top: 1px solid #D5DDE6;
}
#ea .ea-composer-location-item__remove {
  position: absolute;
  top: 4px;
  right: 8px;
}
#ea .ea-composer-location-item__close-icon {
  font-size: 14px;
  color: #888;
  cursor: pointer;
}
#ea .ea-composer-templates {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 10005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ea .show-templates .ea-composer-templates {
  display: block;
}
#ea .ea-composer-templates-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
#ea .ea-composer-templates-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.55);
  border-radius: 4px;
  padding: 0;
  width: 90%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#ea .ea-composer-templates-header {
  border-bottom: 1px solid #ebebeb;
  padding: 24px;
  position: relative;
}
#ea .ea-composer-templates-header h4 {
  margin: 0;
  font-size: 14px;
}
#ea .ea-composer-templates-header__close {
  margin-left: auto;
  line-height: 1;
  font-size: 18px;
  color: #888;
  font-weight: bold;
  position: absolute;
  right: 24px;
  top: 24px;
}
#ea .ea-composer-templates-category {
  padding: 24px 24px 0;
}
#ea .ea-composer-templates-category__title {
  font-size: 14px;
}
#ea .ea-composer-templates-category .select2-container {
  width: 100% !important;
}
#ea .ea-composer-templates-content {
  padding: 24px;
  position: relative;
  height: 100%;
  overflow-x: hidden;
}
#ea .ea-composer-templates-content__title {
  font-size: 14px;
  font-weight: bold;
}
#ea .ea-composer-templates-content-list {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
#ea .ea-template-item {
  width: 200px;
  position: relative;
  cursor: pointer;
  border: 2px solid #D5DDE6;
  margin-right: 16px;
  margin-bottom: 16px;
}
#ea .ea-template-item:hover {
  border-color: #50C9AE;
}
#ea .ea-template-item:hover .ea-template-item__name {
  border-color: #50C9AE;
}
#ea .ea-template-item:hover .ea-template-item__control {
  display: block;
}
#ea .ea-template-item__thumb {
  height: 220px;
  width: 100%;
  display: block;
  position: relative;
  padding: 8px;
}
#ea .ea-template-item__thumb-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#ea .ea-template-item__control {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
}
#ea .ea-template-item__control-pick {
  color: #50C9AE;
}
#ea .ea-template-item__control-pick > i {
  font-size: 32px;
}
#ea .ea-template-item__name {
  border-top: 2px solid #D5DDE6;
  padding: 8px;
  text-align: center;
}
#ea .ea-template-item__action-delete,
#ea .ea-template-item__dob {
  display: none;
}
#ea.is-mobile .ea-composer-templates {
  display: block;
  padding: 0;
}
#ea.is-mobile .ea-composer-templates-in {
  display: block;
  height: 100%;
}
#ea.is-mobile .ea-composer-templates-wrap {
  width: 100%;
  padding: 0;
  border-radius: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#ea.is-mobile .ea-composer-templates-header {
  padding: 16px 24px 16px;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
#ea.is-mobile .ea-composer-templates-header h4 {
  margin: 0 0 8px;
}
#ea.is-mobile .ea-composer-templates-header p {
  line-height: 1.5;
}
#ea.is-mobile .ea-composer-templates-category {
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
  padding: 16px 24px 0;
}
#ea.is-mobile .ea-composer-templates-content {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
#ea.is-mobile .ea-composer-templates-content > div {
  right: 0;
}
#ea.is-mobile .ea-composer-templates-content__title {
  margin-bottom: 8px;
}
#ea.is-mobile .ea-composer-templates-content-list {
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ea.is-mobile .template {
  width: 38%;
  margin-left: 3%;
  margin-right: 8%;
}
#ea.is-mobile .template:last-child {
  margin-bottom: 50px;
}
#ea.is-mobile .template-thumb {
  background-size: 110%;
}
#ea .show-draft-note .ea-draft-note-popup {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-draft-note-popup {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 108;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  left: 0;
  right: 0;
  z-index: 10010;
  background: rgba(0, 0, 0, 0.5);
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ea .ea-draft-note {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 24px;
  border: 1px solid #D5DDE6;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 3px;
  max-width: 400px;
}
#ea .ea-draft-note__title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 16px;
}
#ea .ea-draft-note__desc {
  margin-bottom: 16px;
  color: #888;
}
#ea #ea-editor-toolbar {
  margin-bottom: 16px;
}
#ea .redactor-toolbar.redactor-toolbar-external {
  border: 0;
}
#ea .redactor-toolbar li + li {
  margin-left: 8px !important;
}
#ea .redactor-toolbar li a {
  color: #888;
  border: 1px solid #D5DDE6;
  border-radius: 3px;
}
#ea .redactor-toolbar li a:hover {
  color: #333;
  background-color: #fff;
}
#ea .redactor-toolbar li a.re-button-icon {
  padding: 8px 16px;
  height: 32px;
}
#ea .redactor-toolbar li a i {
  display: inline-block;
}
#ea .redactor-toolbar li:last-child {
  float: right;
}
#ea .redactor-toolbar .material-icons {
  font-size: 16px;
}
#ea.is-mobile .redactor-toolbar {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px !important;
}
#ea.is-mobile .redactor-toolbar.redactor-toolbar-external {
  border: 0;
}
#ea.is-mobile .redactor-toolbar li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48px;
          flex: 0 1 48px;
  margin-left: 4px !important;
  margin-right: 4px !important;
  margin-bottom: 16px !important;
}
#ea.is-mobile .redactor-toolbar li a {
  color: #888;
  border: 1px solid #D5DDE6;
  border-radius: 3px;
}
#ea.is-mobile .redactor-toolbar li a:hover {
  color: #333;
  background-color: #fff;
}
#ea.is-mobile .redactor-toolbar li a.re-button-icon {
  padding: 8px 16px;
  height: 32px;
  width: 48px;
}
#ea.is-mobile .redactor-toolbar .material-icons {
  font-size: 16px;
}
#ea .redactor-layer {
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
#ea #redactor-image-editter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#ea .redactor-structure {
  padding-left: 32px;
}
#ea .redactor-structure h1:before,
#ea .redactor-structure h2:before,
#ea .redactor-structure h3:before,
#ea .redactor-structure h4:before,
#ea .redactor-structure h5:before,
#ea .redactor-structure h6:before,
#ea .redactor-structure p:before,
#ea .redactor-structure ul:before,
#ea .redactor-structure ol:before {
  left: 0px !important;
}
#ea .redactor-styles hr#system-readmore {
  border: 1px dashed #888;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ea .redactor-styles table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}
#ea .redactor-styles table th,
#ea .redactor-styles table td {
  border: 1px solid #eee;
}
#ea .redactor-styles blockquote {
  padding-left: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}
#ea .redactor-styles pre {
  margin-top: 16px;
  font-size: 90%;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.75);
  overflow: auto;
  background: rgba(0, 0, 0, 0.03);
  padding: 16px 20px;
  word-wrap: normal;
}
#ea .redactor-styles p,
#ea .redactor-styles ul,
#ea .redactor-styles ol,
#ea .redactor-styles dl,
#ea .redactor-styles blockquote,
#ea .redactor-styles hr,
#ea .redactor-styles pre,
#ea .redactor-styles table,
#ea .redactor-styles figure,
#ea .redactor-styles address {
  margin-bottom: 16px;
}
#ea .redactor-styles h1,
#ea .redactor-styles h2,
#ea .redactor-styles h3,
#ea .redactor-styles h4,
#ea .redactor-styles h5,
#ea .redactor-styles h6 {
  margin-bottom: 16px;
}
#ea .redactor-styles ul,
#ea .redactor-styles ol,
#ea .redactor-styles ul ul,
#ea .redactor-styles ol ol,
#ea .redactor-styles ul ol,
#ea .redactor-styles ol ul {
  padding-left: 24px;
}
#ea .redactor-styles hr {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#ea .redactor-styles img,
#ea .redactor-styles video,
#ea .redactor-styles audio,
#ea .redactor-styles embed,
#ea .redactor-styles object {
  max-width: 100%;
}
#ea .redactor-styles img,
#ea .redactor-styles video,
#ea .redactor-styles embed,
#ea .redactor-styles object {
  height: auto;
}
#ea .redactor-styles embed,
#ea .redactor-styles object {
  height: 100%;
}
#ea .redactor-styles img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
#ea .redactor-styles figure {
  display: inline-block;
  padding: 2px;
}
#ea .redactor-styles figure img {
  display: block;
  margin: 0 auto;
}
#ea .redactor-styles figcaption {
  width: 100%;
  margin: 4px 0;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
#ea .ea-left {
  float: left;
  margin: 0 15px 15px 0;
}
#ea .ea-right {
  float: left;
  margin: 0 0 15px 15px;
}
#ea .toggle-editor.btn-toolbar {
  margin-top: 8px;
  margin-bottom: 8px;
}
#ea .toggle-editor.btn-toolbar .btn {
  color: #555;
  border: 1px solid #D5DDE6;
}
#ea .CodeMirror-gutter,
#ea .CodeMirror-gutters,
#ea .CodeMirror-linenumber,
#ea .CodeMirror-scroll,
#ea .CodeMirror-sizer {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
#ea .CodeMirror pre {
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
#ea .CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
#ea .CodeMirror-fullscreen {
  top: 50px;
}
#ea #editor-xtd-buttons {
  margin-top: 8px;
  margin-bottom: 8px;
}
#ea #editor-xtd-buttons:before,
#ea #editor-xtd-buttons:after {
  content: " ";
  display: table;
}
#ea #editor-xtd-buttons:after {
  clear: both;
}
#ea #editor-xtd-buttons .btn {
  color: #555;
  border: 1px solid #D5DDE6;
}
#ea.is-mobile #editor-xtd-buttons .btn {
  margin-bottom: 8px;
}
#ea.ea-view--template {
  overflow-y: auto;
}
#ea .ea-template-main,
#ea .ea-template-form {
  height: 100%;
  position: relative;
  margin: 0 !important;
  overflow: hidden;
}
#ea .ea-template-wrap {
  -webkit-transition: padding-right 0.6s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: padding-right 0.6s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
#ea .is-side-open .ea-template-wrap {
  padding-right: 220px;
  -webkit-transition: padding-right 0.55s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: padding-right 0.55s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
#ea .ea-template-side-wrap {
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -1%;
  z-index: 9998;
  visibility: hidden;
  -webkit-transform: translate3d(99%, 0, 0);
          transform: translate3d(99%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  visibility: visible;
  width: 220px;
  background-color: #272C35;
}
#ea .ea-template-side {
  color: #92969B;
}
#ea .ea-template-side__header {
  background-color: #373E49;
  color: #92969B;
  padding: 24px;
  font-size: 12px;
  line-height: 32px;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  padding: 16px;
}
#ea .ea-template-side__header > div {
  width: 100%;
}
#ea .ea-template-side__body {
  padding: 16px;
}
#ea .ea-template-container {
  width: 960px;
  margin: 0 auto;
  height: 100%;
}
#ea .is-side-open .ea-template-side-wrap {
  height: auto;
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  right: 0;
}
#ea .ea-template-toolbar-wrap {
  padding: 8px;
  border-bottom: 1px solid #D5DDE6;
  margin-bottom: 16px;
  z-index: 1000;
  top: 0;
  width: 100%;
  background-color: #fff;
}
#ea .ea-template-toolbar {
  margin: 0 auto ;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-template-toolbar__notice {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-template-toolbar__notice-txt {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #888;
}
#ea .ea-template-toolbar__action {
  margin-left: auto;
  display: none;
}
#ea.is-mobile .ea-template-toolbar__action {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-template-field-title {
  position: relative;
  height: 46px;
}
#ea .ea-template-field-title__input {
  display: block;
  width: 100%;
  height: 46px;
  border: none;
  font-weight: bold;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  resize: none;
  overflow: hidden;
}
#ea .ea-template-form-group {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  margin-bottom: 16px;
}
#ea .ea-template-control-label {
  position: absolute;
  color: #888;
  right: 100%;
  min-width: 160px;
  text-align: right;
  padding-right: 16px;
  margin: 0;
  line-height: 24px;
}
#ea .ea-template-control-label__action {
  font-size: 24px;
  margin-left: 16px;
  color: #888;
}
#ea .ea-template-control-input {
  line-height: 24px;
}
#ea .ea-template-thumb {
  position: relative;
}
#ea .ea-template-thumb__remove {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  cursor: pointer;
}
#ea .can-upload .ea-nmm-actionbar .btn-nmm-upload {
  display: block;
}
#ea .can-create-folder .ea-nmm-actionbar .btn-nmm-new-folder {
  display: block;
}
#ea .can-delete.has-selections .ea-nmm-actionbar .btn-nmm-delete {
  display: block;
}
#ea .ea-nmm-actionbar {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D5DDE6;
  line-height: 1;
}
#ea .ea-nmm-actionbar__cell {
  line-height: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-nmm-actionbar__cell--breadcrumb {
  padding: 16px;
}
#ea .ea-nmm-actionbar__cell--action {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  padding-right: 16px;
}
#ea .ea-nmm-actionbar__cell--action .ea-nmm-sub-action {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#ea .ea-nmm-actionbar__cell--upload {
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
  margin-left: auto;
  border-right: 0;
}
#ea .ea-nmm-actionbar__cell--upload.is-active {
  border-bottom: 3px solid #5EA4F2;
}
#ea .ea-nmm-actionbar .btn-nmm-upload,
#ea .ea-nmm-actionbar .btn-nmm-delete,
#ea .ea-nmm-actionbar .btn-nmm-new-folder {
  margin: 6px 8px;
  display: none;
}
#ea .ea-nmm-actionbar .btn-nmm-upload i,
#ea .ea-nmm-actionbar .btn-nmm-delete i,
#ea .ea-nmm-actionbar .btn-nmm-new-folder i {
  font-size: 18px;
}
#ea .ea-nmm-actionbar .btn-nmm-upload,
#ea .ea-nmm-actionbar .btn-nmm-new-folder {
  color: #5EA4F2 !important;
}
#ea .ea-nmm-mobile-actionbar {
  display: none;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D5DDE6;
  line-height: 1;
}
#ea .ea-nmm-mobile-actionbar__cell {
  line-height: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  padding: 4px;
}
#ea .ea-nmm-mobile-actionbar__cell--toggle-places {
  -ms-flex: 0 0 32px;
  -webkit-box-flex: 0;
          flex: 0 0 32px;
}
#ea .ea-nmm-mobile-actionbar__cell--toggle-places > a {
  padding: 8px;
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#ea .ea-nmm-mobile-actionbar__cell--places {
  padding: 8px;
}
#ea .ea-nmm-mobile-actionbar__cell--places > span {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#ea .ea-nmm-mobile-actionbar__cell--action {
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#ea .ea-nmm-mobile-actionbar__cell--action .btn + .btn {
  margin-left: 8px;
}
#ea .ea-nmm-mobile-actionbar .moxie-shim {
  width: 100% !important;
  height: 100% !important;
}
#ea.is-mobile .ea-nmm-mobile-actionbar {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea.is-mobile .ea-nmm-actionbar {
  display: none;
}
#ea .is-browsing.has-insertions .show-insert .btn-nmm-insert {
  display: block;
}
#ea .is-browsing .btn-nmm-gallery,
#ea .is-browsing .btn-nmm-insert,
#ea .is-browsing .btn-nmm-select {
  display: none;
}
#ea .is-selecting .ea-nmm-media__checkbox {
  display: none;
}
#ea .is-selecting.has-insertions .show-insert .btn-nmm-select {
  display: block;
}
#ea .is-selecting .btn-nmm-gallery,
#ea .is-selecting .btn-nmm-select,
#ea .is-selecting .btn-nmm-insert {
  display: none;
}
#ea .can-select-multiple.has-insertions .ea-nmm-media__checkbox {
  display: block;
}
#ea .can-select-multiple.has-insertions .show-gallery .btn-nmm-gallery {
  display: none !important;
}
#ea .has-insertions .show-gallery .btn-nmm-gallery {
  display: block !important;
}
#ea .btn-nmm-action {
  float: right;
  padding: 6px 32px;
  border-radius: 0;
}
#ea .btn-nmm-action.btn-nmm-gallery,
#ea .btn-nmm-action.btn-nmm-insert,
#ea .btn-nmm-action.btn-nmm-select {
  display: none;
}
#ea .ea-nmm-body-top-actionbar {
  background-color: #fff;
  line-height: 1;
  padding: 8px 16px;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D5DDE6;
  z-index: 4;
}
#ea .ea-nmm-body-top-actionbar > div {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  line-height: 1;
}
#ea .ea-nmm-breadcrumb {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  white-space: nowrap;
  height: 100%;
}
#ea .ea-nmm-breadcrumb__item {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  margin-right: 12px;
  padding-right: 8px;
  line-height: 1;
  position: relative;
}
#ea .ea-nmm-breadcrumb__item:before,
#ea .ea-nmm-breadcrumb__item:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  color: #888;
  display: block;
  width: 6px;
  height: 4px;
  position: absolute;
}
#ea .ea-nmm-breadcrumb__item:after {
  top: 0;
  left: 100%;
  content: '\f0da';
}
#ea .ea-nmm-breadcrumb__item:last-child:before,
#ea .ea-nmm-breadcrumb__item:last-child:after {
  display: none;
}
#ea .ea-nmm-breadcrumb__item.is-active .ea-nmm-breadcrumb__link {
  color: #555;
}
#ea .ea-nmm-breadcrumb__link {
  color: #5EA4F2;
  line-height: 1;
  display: block;
  z-index: 1.69230769;
  position: relative;
}
#ea .ea-nmm-sub-action a {
  color: #555;
  padding: 4px;
  margin: 0 4px;
  display: inline-block;
}
#ea .ea-nmm-sub-action a.is-active {
  color: #5EA4F2;
}
#ea .ea-nmm-sub-action i {
  font-size: 18px;
}
#ea .ea-nmm-drag-zone {
  font-size: 20px;
  background: #F0F2F7;
  height: 100%;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border: 2px dashed #5EA4F2;
  text-align: center;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ea .ea-nmm-drag-zone .fa {
  font-size: 40px;
  margin-bottom: 16px;
}
#ea .ea-nmm-drag-zone__title {
  font-size: 14px;
  font-weight: bold;
  color: #B7C0CC;
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#ea .has-selections .ea-nmm-media-selection {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea.is-mobile .ea-nmm-media-selection__thumbs {
  display: none !important;
}
#ea .ea-nmm-media-selection {
  display: none;
}
#ea .ea-nmm-media-selection__info {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  white-space: nowrap;
}
#ea .ea-nmm-media-selection__counter {
  margin-right: 4px;
}
#ea .ea-nmm-media-selection__thumbs {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  padding-left: 8px;
}
#ea .ea-nmm-media-selection .ea-nmm-media {
  width: 32px;
  height: 32px;
  border: 2px solid #5EA4F2;
  cursor: pointer;
  margin-right: 4px;
}
#ea .ea-nmm-media-selection .ea-nmm-media__cover {
  width: 32px;
  height: 32px;
}
#ea .ea-nmm-media-selection .ea-nmm-media__embed-item i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
#ea .ea-nmm-flickr {
  height: 100%;
  text-align: center;
}
#ea .ea-nmm-flickr__content {
  color: #888;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ea .ea-nmm-flickr__icon {
  font-size: 48px;
  margin-bottom: 8px;
}
#ea .ea-nmm-flickr__btn {
  margin-top: 16px;
}
#ea .ea-nmm [type="checkbox"].fd-custom-check,
#ea .ea-nmm [type="radio"].fd-custom-radio {
  color: #5EA4F2;
}
#ea .ea-nmm-popup {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 24px;
  border: 1px solid #D5DDE6;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  z-index: 10008;
}
#ea.is-mobile .ea-nmm-popup {
  padding: 0;
}
#ea .ea-nmm {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
#ea .ea-nmm,
#ea .ea-nmm-main {
  font-family: "Heebo", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 1.69230769;
  direction: ltr;
  font-size: 13px;
  color: #555;
  overflow: hidden;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  position: relative;
}
#ea .ea-nmm-main-header {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  background-color: #fff;
  padding: 16px 16px;
  border-bottom: 1px solid #D5DDE6;
}
#ea .ea-nmm-main-header__title {
  font-weight: bold;
}
#ea .ea-nmm-main-header__close {
  margin-left: auto;
  line-height: 1;
  font-size: 18px;
  color: #888;
  font-weight: bold;
}
#ea .ea-nmm-main-body {
  min-height: 200px;
  height: calc(100% - 164px );
  position: relative;
  background-color: #f5f5f5;
  padding-right: 300px;
}
#ea .is-info-panel-open .ea-nmm-main-body {
  padding-right: 300px;
}
#ea .ea-nmm-main-footer {
  border-top: 1px solid #D5DDE6;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  position: absolute;
  bottom: 0;
  padding: 16px;
  width: 100%;
  height: 64px;
  z-index: 99;
}
#ea .ea-nmm-main-footer__selection {
  overflow: hidden;
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#ea .ea-nmm-main-footer__action {
  margin-left: auto;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-nmm-main-footer__action:before {
  position: absolute;
  content: '';
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0.1)), color-stop(90%, #ffffff));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 20%, #ffffff 90%);
  background-repeat: repeat-x;
}
#ea .ea-nmm-main-footer__action-btn {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 8px;
}
#ea .ea-nmm-content {
  height: 100%;
  overflow-y: auto;
  z-index: 2;
  background: #fafafa;
  border-right: 1px solid #D5DDE6;
  position: relative;
}
#ea .ea-nmm-content.is-empty {
  overflow-y: hidden;
}
#ea .ea-nmm-content__empty {
  height: 100%;
}
#ea .is-places-open .ea-nmm {
  padding-left: 200px;
}
#ea .is-places-open .ea-nmm .ea-nmm-places {
  left: 0;
  width: 200px;
  border-right: 1px solid #D5DDE6;
}
#ea .is-places-open .ea-nmm .ea-nmm-main {
  -webkit-transition: 0.6s ease-in-out padding;
  transition: 0.6s ease-in-out padding;
}
#ea .is-places-open .ea-nmm .ea-nmm-folder {
  -webkit-transition: 0.15s ease-in-out width;
  transition: 0.15s ease-in-out width;
  width: 0;
}
#ea.is-mobile .is-places-open .ea-nmm {
  padding-left: 0;
}
#ea.is-mobile .is-places-open .ea-nmm .ea-nmm-places {
  width: 100%;
  -webkit-transition: 0.25s ease-in-out left;
  transition: 0.25s ease-in-out left;
}
#ea.is-mobile .is-places-open .ea-nmm-main-footer {
  display: none;
}
#ea.is-mobile .ea-nmm-places__close {
  display: block;
}
#ea.is-mobile .ea-nmm-places {
  -webkit-transition: 0.25s ease-in-out left;
  transition: 0.25s ease-in-out left;
}
#ea .ea-nmm-places {
  background-color: #262C35;
  width: 200px;
  height: 100%;
  left: -200px;
  overflow: hidden;
  position: absolute;
  z-index: 5;
}
#ea .ea-nmm-places__close {
  margin-left: auto;
  line-height: 1;
  font-size: 18px;
  color: #888;
  font-weight: bold;
  display: none;
}
#ea .ea-nmm-places__actionbar {
  color: #B7C0CC;
  border-bottom: 1px solid #343F49;
  padding: 16px 8px;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-align-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
#ea .ea-nmm-places__action {
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
  padding-right: 8px;
}
#ea .ea-nmm-places__title {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ea .ea-nmm-places-groups {
  overflow: hidden;
  width: 100%;
}
#ea .ea-nmm-places-groups > .ea-nmm-place__item {
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
#ea .ea-nmm-places-groups > .is-active,
#ea .ea-nmm-places-groups > .next,
#ea .ea-nmm-places-groups > .prev {
  display: block;
}
#ea .ea-nmm-places-groups > .is-active {
  left: 0;
}
#ea .ea-nmm-places-groups > .next,
#ea .ea-nmm-places-groups > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
#ea .ea-nmm-places-groups > .next {
  left: 100%;
}
#ea .ea-nmm-places-groups > .prev {
  left: -100%;
}
#ea .ea-nmm-places-groups > .next.left,
#ea .ea-nmm-places-groups > .prev.right {
  left: 0;
}
#ea .ea-nmm-places-groups > .is-active.left {
  left: -100%;
}
#ea .ea-nmm-places-groups > .is-active.right {
  left: 100%;
}
#ea .ea-nmm-places-list__item {
  position: relative;
  cursor: pointer;
}
#ea .ea-nmm-places-list__item.is-active {
  background-color: #1C2028;
  color: #B7C0CC;
}
#ea .ea-nmm-places-list__item.is-active .ea-nmm-places-list__link,
#ea .ea-nmm-places-list__item.is-active .ea-nmm-places-list__icon {
  color: #B7C0CC;
}
#ea .ea-nmm-places-list__item:hover {
  background-color: #1d2229;
}
#ea .ea-nmm-places-list__item .o-loader {
  position: absolute;
  right: 0;
  left: auto;
}
#ea .ea-nmm-places-list__icon {
  color: #888;
}
#ea .ea-nmm-places-list__link {
  padding: 16px;
  display: block;
  color: #B7C0CC;
  outline: none !important;
}
#ea .ea-nmm-places-list__link::-moz-focus-inner {
  border: 0 !important;
}
#ea .show-local .ea-nmm-places-list__item[data-id=easysocial],
#ea .show-local .ea-nmm-places-list__item[data-id=jomsocial],
#ea .show-local .ea-nmm-places-list__item[data-id=flickr] {
  display: none;
}
#ea .ea-nmm-screens {
  display: none;
  height: 100%;
}
#ea .place-flickr.has-login .ea-nmm-group-listing {
  display: none;
}
#ea .place-flickr.has-login .ea-nmm-screens {
  display: block;
}
#ea .has-folders .ea-nmm-group--folder,
#ea .has-folders .type-folder {
  display: block;
}
#ea .has-files .ea-nmm-group--file {
  display: block;
}
#ea .is-empty .ea-nmm-group,
#ea .is-loading .ea-nmm-group {
  display: none;
}
#ea .place-flickr .is-empty .o-empty__flickr {
  display: inline-block !important;
}
#ea .place-flickr .is-empty .o-empty__standard {
  display: none;
}
#ea .is-empty .o-empty__flickr {
  display: none !important;
}
#ea .is-empty .o-empty__standard {
  display: inline-block !important;
}
#ea .ea-nmm-group {
  display: none;
  padding: 8px 0;
}
#ea .ea-nmm-group__head {
  padding: 8px 16px;
}
#ea .ea-nmm-group__title {
  font-weight: bold;
}
#ea .ea-nmm-group__body {
  padding: 0 16px;
}
#ea.is-mobile .ea-nmm-group__body {
  padding: 0;
}
#ea .ea-nmm-content-listing {
  width: 100%;
  margin-left: -8px;
  margin-right: -8px;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea .ea-nmm-content-listing__item {
  display: none;
  margin: 8px;
  cursor: pointer;
  padding: 2px;
}
#ea .is-grid .ea-nmm-content-listing {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#ea .is-grid .ea-nmm-content-listing .ea-nmm-content-listing__item {
  width: 180px;
}
#ea .is-list .ea-nmm-content-listing {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
#ea .is-list .ea-nmm-content-listing .ea-nmm-content-listing__item {
  width: 100%;
  margin: 0;
}
#ea .filter-image .type-image {
  display: block;
}
#ea .filter-video .type-video {
  display: block;
}
#ea .filter-file .type-file {
  display: block;
}
#ea .filter-audio .type-audio {
  display: block;
}
#ea .filter-all .ea-nmm-content-listing__item {
  display: block;
}
#ea .ea-nmm-media {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  font-size: 13px;
  line-height: 1.69230769;
  width: 100%;
  height: 100%;
  position: relative;
}
#ea .ea-nmm-media__body {
  padding: 2px;
  background-color: #D5DDE6;
  font-size: 13px;
  line-height: 1.69230769;
  width: 100%;
}
#ea .ea-nmm-media__icon-wrapper {
  top: 8px;
  right: 8px;
  z-index: 2;
  border-radius: 50%;
  background-color: #5EA4F2;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
#ea .ea-nmm-media__icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  color: #fff;
}
#ea .ea-nmm-media__dropdown-action {
  display: none;
  margin-right: 8px;
  z-index: 2;
}
#ea .ea-nmm-media__toggle-info {
  border-radius: 50%;
  padding: 0;
  background-color: #fafafa;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #888;
  text-align: center;
  border: 0;
}
#ea .ea-nmm-media__toggle-info .material-icons {
  font-size: 12px;
  line-height: 24px;
}
#ea .ea-nmm-media__dropdown-menu {
  right: 0;
  left: auto;
}
#ea .ea-nmm-media__cover {
  height: 100%;
  position: relative;
}
#ea .ea-nmm-media__embed {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  background-size: contain;
  background-color: #fff;
}
#ea .ea-nmm-media__embed-item {
  border: 0 none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
}
#ea .ea-nmm-media__embed-item-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 40px;
}
#ea .ea-nmm-media__info {
  padding: 8px;
  height: 40px;
}
#ea .ea-nmm-media__info-txt {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ea .ea-nmm-media__failed-txt {
  display: none;
  text-align: center;
}
#ea .ea-nmm-media__checkbox {
  position: absolute;
  top: 4px;
  left: 12px;
  z-index: 3;
}
#ea .ea-nmm-media .ea-nmm-media__progress-overlay {
  background-color: #D5DDE6;
}
#ea.is-mobile .ea-nmm-media__dropdown-action {
  display: block;
}
#ea .ea-nmm-content-listing__item.type-image .ea-nmm-media__embed {
  background-image: url("/media/com_easyarticles/images/bg-checker.png");
}
#ea .ea-nmm-content-listing__item:not(.type-image) .ea-nmm-media__embed:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  text-align: center;
}
#ea .ea-nmm-content-listing__item.type-folder .ea-nmm-media__embed {
  padding-bottom: 40px;
}
#ea .ea-nmm-content-listing__item.type-folder .ea-nmm-media__embed:before {
  font-size: 24px;
  content: 'folder';
}
#ea .is-grid .ea-nmm-media {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
#ea .is-grid .ea-nmm-media__icon-wrapper {
  position: absolute;
  right: 8px;
}
#ea .is-list .ea-nmm-media {
  background-color: #fff;
  padding: 8px 0;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#ea .is-list .ea-nmm-media__body {
  width: auto;
  background-color: transparent;
}
#ea .is-list .ea-nmm-media__icon-wrapper {
  position: relative;
  -ms-flex: 0 0 24px;
  -webkit-box-flex: 0;
          flex: 0 0 24px;
  margin: 4px 8px;
}
#ea .is-list .ea-nmm-media__checkbox-wrap {
  width: 40px;
}
#ea .is-list .ea-nmm-media__cover {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  width: 40px;
  -ms-flex: 0 0 40px;
  -webkit-box-flex: 0;
          flex: 0 0 40px;
}
#ea .is-list .ea-nmm-media__info {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#ea .is-list .is-selected .ea-nmm-media {
  background-color: #f5f5f5;
}
#ea .is-list .is-selected .ea-nmm-media__body {
  background-color: transparent;
}
#ea .is-selected .ea-nmm-media__body {
  padding: 2px;
  background-color: #5EA4F2;
}
#ea .is-failed .ea-nmm-media__embed-item:before {
  content: '';
  top: 50%;
  left: 50%;
  margin-left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
}
#ea .is-failed .ea-nmm-media__embed-item:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  font-size: 16px;
  content: "close";
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ea .is-failed .ea-nmm-media__info-txt {
  display: none;
}
#ea .is-failed .ea-nmm-media__failed-txt {
  display: block;
}
#ea .ea-nmm-info-panel {
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 3;
  right: 0;
  background-color: #f5f5f5;
}
#ea .ea-nmm-info-panel__close {
  padding: 4px;
  padding: 4px 8px 4px 0;
}
#ea .ea-nmm-info-panel__close > a {
  padding: 8px;
  color: #888;
}
#ea .ea-nmm-info-panel__alert {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#ea .ea-nmm-info-panel__alert .o-alert {
  margin: 0;
  border-radius: 0;
}
#ea .ea-nmm-info-panel__title {
  font-weight: bold;
  margin-bottom: 8px;
}
#ea .ea-nmm-info-panel__hd {
  z-index: 2;
}
#ea .ea-nmm-info-panel__bd {
  padding: 8px 16px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}
#ea .ea-nmm-info-panel__viewport,
#ea .ea-nmm-info-panel__panel {
  width: 100%;
}
#ea .ea-nmm-info-panel__mobile-bar {
  display: none;
  padding: 4px;
  height: 38px;
  overflow: hidden;
}
#ea .ea-nmm-info-panel__mobile-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ea .ea-nmm-info-panel__mobile-filename div {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px;
}
#ea .ea-nmm-image-preview {
  border: 1px solid #D5DDE6;
  padding: 8px 4px;
  text-align: center;
  /*background: @fd-ui-bg--d;*/
  background: #fff;
}
#ea .ea-nmm-image-preview.is-image {
  background-image: url("/media/com_easyarticles/images/bg-checker.png") !important;
}
#ea .ea-nmm-image-preview > i {
  font-size: 96px;
}
#ea .ea-nmm-image-preview > div {
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#ea .ea-nmm-panel-block {
  padding-top: 16px;
}
#ea .ea-nmm-panel-block__title {
  font-weight: bold;
  margin-bottom: 8px;
}
#ea .is-selecting.filter-image .ea-nmm-panel-block option[value=center] {
  display: none;
}
#ea.is-mobile .ea-nmm-main-body {
  padding-right: 0;
}
#ea.is-mobile .ea-nmm-info-panel {
  width: 100%;
  position: fixed;
  left: 100%;
  -webkit-transition: 0.25s ease-in-out left;
  transition: 0.25s ease-in-out left;
}
#ea.is-mobile .ea-nmm-info-panel__mobile-bar {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ea.is-mobile .ea-nmm-info-panel__bd {
  height: calc(100% - 30px);
}
#ea.is-mobile .is-info-panel-open .ea-nmm-info-panel {
  left: 0;
}
#ea.is-mobile .is-info-panel-open .ea-nmm-main-footer {
  display: none;
}
#ea .ea-page-login {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: repeat-x;
  background-image: linear-gradient(130deg, #0973b1, #6cd0c7);
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ea .ea-login {
  width: 50%;
  max-width: 640px;
  height: 460px;
}
#ea .ea-login__logo {
  text-align: center;
  margin-bottom: 24px;
}
#ea .ea-login__content {
  padding: 16px;
}
#ea .ea-login-box {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
#ea .ea-login-box__bd {
  padding: 40px 56px;
}
#ea .ea-login-box__ft {
  padding: 40px 56px;
  background-color: #fafafa;
}
#ea .mod-ea-divider {
  height: 1px;
  background-color: #D5DDE6;
  margin: 8px 0;
}
#ea .mod-ea-menu-title {
  font-weight: bold;
  padding: 8px 0;
}
#ea .mod-ea-menu-list__item {
  display: block;
  padding: 8px 0;
}
#ea .o-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0px;
  text-align: center;
  z-index: 1000;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 1em;
  /* Static Shape */
  /* Active Shape */
}
#ea .o-loader:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  border: 4px solid rgba(0, 0, 0, 0.1);
}
#ea .o-loader:after {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-animation: fd-loader 0.55s linear;
          animation: fd-loader 0.55s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 4px;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
          box-shadow: 0px 0px 0px 1px transparent;
}
#ea .o-loader.o-loader--top {
  top: 16px;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
@-webkit-keyframes fd-loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fd-loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#ea .o-loader.o-loader--sm:before,
#ea .o-loader.o-loader--sm:after {
  width: 20px;
  height: 20px;
  margin: 0 0 0 -10px;
}
#ea .o-loader:before,
#ea .o-loader:after {
  width: 36px;
  height: 36px;
  margin: 0 0 0 -18px;
}
#ea .o-loader.with-text {
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-style: normal;
}
#ea.is-loading,
#ea .is-loading {
  outline: none !important;
}
#ea.is-loading::-moz-focus-inner,
#ea .is-loading::-moz-focus-inner {
  border: 0 !important;
}
#ea.is-loading > .o-loader,
#ea .is-loading > .o-loader,
#ea.is-loading .o-loader:last-child,
#ea .is-loading .o-loader:last-child {
  display: block;
}
#ea .o-loader.is-active,
#ea .o-loader.is-visible {
  display: block;
}
#ea .o-loader.is-disabled,
#ea .o-loader.is-hidden {
  display: none;
}
#ea .o-loader {
  width: 36px;
  height: 36px;
  font-size: 13px;
}
#ea .o-loader--sm {
  width: 20px;
  height: 20px;
}
#ea .o-loader.with-text {
  min-width: 36px;
  padding-top: 40px;
}
#ea .o-loader.o-loader--sm.with-text {
  min-width: 20px;
  padding-top: 24px;
}
#ea .o-loader.o-loader--inline {
  position: relative;
  vertical-align: middle;
  margin: 0;
  left: 0em;
  top: 0em;
  -webkit-transform: none;
  transform: none;
}
#ea .o-loader.o-loader--inline.is-active,
#ea .o-loader.o-loader--inline.is-visible {
  display: inline-block;
}
#ea .o-loader.o-loader--inline.is-active.is-centered,
#ea .o-loader.o-loader--inline.is-visible.is-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#ea .o-progress-radial {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #50C9AE;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  opacity: 0;
}
@-webkit-keyframes o-progress-radial-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes o-progress-radial-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes o-progress-radial-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes o-progress-radial-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#ea .o-progress-radial__overlay {
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 2px;
  margin-top: 2px;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
}
#ea .state-uploading .o-progress-radial,
#ea .is-uploading .o-progress-radial {
  opacity: 1;
  -webkit-animation: o-progress-radial-fadein 0.5s;
  animation: o-progress-radial-fadein 0.5s;
}
#ea .state-done .o-progress-radial {
  opacity: 0;
  -webkit-animation: o-progress-radial-fadeout 0.2s;
  animation: o-progress-radial-fadeout 0.2s;
}
#ea .o-progress-radial--0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ccc), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(50%, #50C9AE), color-stop(50%, #ccc), to(#ccc));
  background-image: linear-gradient(90deg, #ccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--5 {
  background-image: linear-gradient(90deg, #ccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--10 {
  background-image: linear-gradient(90deg, #ccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--15 {
  background-image: linear-gradient(90deg, #ccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--20 {
  background-image: linear-gradient(90deg, #ccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ccc), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #50C9AE), color-stop(50%, #ccc), to(#ccc));
  background-image: linear-gradient(90deg, #ccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--30 {
  background-image: linear-gradient(90deg, #ccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--35 {
  background-image: linear-gradient(90deg, #ccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--40 {
  background-image: linear-gradient(90deg, #ccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--45 {
  background-image: linear-gradient(90deg, #ccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #50C9AE), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #50C9AE), color-stop(50%, #ccc), to(#ccc));
  background-image: linear-gradient(-90deg, #50C9AE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--55 {
  background-image: linear-gradient(-72deg, #50C9AE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--60 {
  background-image: linear-gradient(-54deg, #50C9AE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--65 {
  background-image: linear-gradient(-36deg, #50C9AE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--70 {
  background-image: linear-gradient(-18deg, #50C9AE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #50C9AE), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #50C9AE), color-stop(50%, #ccc), to(#ccc));
  background-image: linear-gradient(0deg, #50C9AE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--80 {
  background-image: linear-gradient(18deg, #50C9AE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--85 {
  background-image: linear-gradient(36deg, #50C9AE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--90 {
  background-image: linear-gradient(54deg, #50C9AE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--95 {
  background-image: linear-gradient(72deg, #50C9AE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-progress-radial--100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #50C9AE), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #50C9AE), color-stop(50%, #ccc), to(#ccc));
  background-image: linear-gradient(90deg, #50C9AE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50C9AE 50%, #ccc 50%, #ccc);
}
#ea .o-empty {
  width: 100%;
  min-height: 200px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  position: relative;
  display: none;
}
#ea .o-empty--clean {
  min-height: 0;
  text-align: left;
}
#ea .o-empty--clean .o-empty__content {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
#ea .o-empty--height-no {
  min-height: 0;
}
#ea .o-empty--bg-no {
  background-color: transparent;
}
#ea .o-empty--bg-shade {
  background-color: #fafafa;
}
#ea .o-empty--bordered {
  border: 1px solid #D5DDE6;
}
#ea .o-empty__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ea .o-empty__icon {
  font-size: 40px;
  color: #888;
  margin-bottom: 8px;
  width: auto;
}
#ea .o-empty__icon--sm {
  font-size: 28px;
  color: #888;
}
#ea .o-empty__action {
  margin-top: 24px;
}
#ea.is-mobile .o-empty--height-no {
  min-height: 80px;
}
#ea .is-empty .o-empty {
  display: inline-block;
}
#ea .t-lg-p--no {
  padding: 0 !important;
}
#ea .t-lg-pt--no {
  padding-top: 0 !important;
}
#ea .t-lg-pl--no {
  padding-left: 0 !important;
}
#ea .t-lg-pr--no {
  padding-right: 0 !important;
}
#ea .t-lg-pb--no {
  padding-bottom: 0 !important;
}
#ea .t-lg-m--no {
  margin: 0 !important;
}
#ea .t-lg-mt--no {
  margin-top: 0 !important;
}
#ea .t-lg-ml--no {
  margin-left: 0 !important;
}
#ea .t-lg-mr--no {
  margin-right: 0 !important;
}
#ea .t-lg-mb--no {
  margin-bottom: 0 !important;
}
#ea .t-lg-p--md {
  padding: 8px !important;
}
#ea .t-lg-pt--md {
  padding-top: 8px !important;
}
#ea .t-lg-pl--md {
  padding-left: 8px !important;
}
#ea .t-lg-pr--md {
  padding-right: 8px !important;
}
#ea .t-lg-pb--md {
  padding-bottom: 8px !important;
}
#ea .t-lg-m--md {
  margin: 8px !important;
}
#ea .t-lg-mt--md {
  margin-top: 8px !important;
}
#ea .t-lg-ml--md {
  margin-left: 8px !important;
}
#ea .t-lg-mr--md {
  margin-right: 8px !important;
}
#ea .t-lg-mb--md {
  margin-bottom: 8px !important;
}
#ea .t-lg-p--xs {
  padding: 2px !important;
}
#ea .t-lg-pt--xs {
  padding-top: 2px !important;
}
#ea .t-lg-pl--xs {
  padding-left: 2px !important;
}
#ea .t-lg-pr--xs {
  padding-right: 2px !important;
}
#ea .t-lg-pb--xs {
  padding-bottom: 2px !important;
}
#ea .t-lg-m--xs {
  margin: 2px !important;
}
#ea .t-lg-mt--xs {
  margin-top: 2px !important;
}
#ea .t-lg-ml--xs {
  margin-left: 2px !important;
}
#ea .t-lg-mr--xs {
  margin-right: 2px !important;
}
#ea .t-lg-mb--xs {
  margin-bottom: 2px !important;
}
#ea .t-lg-p--sm {
  padding: 4px !important;
}
#ea .t-lg-pt--sm {
  padding-top: 4px !important;
}
#ea .t-lg-pl--sm {
  padding-left: 4px !important;
}
#ea .t-lg-pr--sm {
  padding-right: 4px !important;
}
#ea .t-lg-pb--sm {
  padding-bottom: 4px !important;
}
#ea .t-lg-m--sm {
  margin: 4px !important;
}
#ea .t-lg-mt--sm {
  margin-top: 4px !important;
}
#ea .t-lg-ml--sm {
  margin-left: 4px !important;
}
#ea .t-lg-mr--sm {
  margin-right: 4px !important;
}
#ea .t-lg-mb--sm {
  margin-bottom: 4px !important;
}
#ea .t-lg-p--lg {
  padding: 16px !important;
}
#ea .t-lg-pt--lg {
  padding-top: 16px !important;
}
#ea .t-lg-pl--lg {
  padding-left: 16px !important;
}
#ea .t-lg-pr--lg {
  padding-right: 16px !important;
}
#ea .t-lg-pb--lg {
  padding-bottom: 16px !important;
}
#ea .t-lg-m--lg {
  margin: 16px !important;
}
#ea .t-lg-mt--lg {
  margin-top: 16px !important;
}
#ea .t-lg-ml--lg {
  margin-left: 16px !important;
}
#ea .t-lg-mr--lg {
  margin-right: 16px !important;
}
#ea .t-lg-mb--lg {
  margin-bottom: 16px !important;
}
#ea .t-lg-p--xl {
  padding: 24px !important;
}
#ea .t-lg-pt--xl {
  padding-top: 24px !important;
}
#ea .t-lg-pl--xl {
  padding-left: 24px !important;
}
#ea .t-lg-pr--xl {
  padding-right: 24px !important;
}
#ea .t-lg-pb--xl {
  padding-bottom: 24px !important;
}
#ea .t-lg-m--xl {
  margin: 24px !important;
}
#ea .t-lg-mt--xl {
  margin-top: 24px !important;
}
#ea .t-lg-ml--xl {
  margin-left: 24px !important;
}
#ea .t-lg-mr--xl {
  margin-right: 24px !important;
}
#ea .t-lg-mb--xl {
  margin-bottom: 24px !important;
}
#ea.is-mobile .t-xs-p--no {
  padding: 0 !important;
}
#ea.is-mobile .t-xs-pt--no {
  padding-top: 0 !important;
}
#ea.is-mobile .t-xs-pl--no {
  padding-left: 0 !important;
}
#ea.is-mobile .t-xs-pr--no {
  padding-right: 0 !important;
}
#ea.is-mobile .t-xs-pb--no {
  padding-bottom: 0 !important;
}
#ea.is-mobile .t-xs-m--no {
  margin: 0 !important;
}
#ea.is-mobile .t-xs-mt--no {
  margin-top: 0 !important;
}
#ea.is-mobile .t-xs-ml--no {
  margin-left: 0 !important;
}
#ea.is-mobile .t-xs-mr--no {
  margin-right: 0 !important;
}
#ea.is-mobile .t-xs-mb--no {
  margin-bottom: 0 !important;
}
#ea.is-mobile .t-xs-p--md {
  padding: 8px !important;
}
#ea.is-mobile .t-xs-pt--md {
  padding-top: 8px !important;
}
#ea.is-mobile .t-xs-pl--md {
  padding-left: 8px !important;
}
#ea.is-mobile .t-xs-pr--md {
  padding-right: 8px !important;
}
#ea.is-mobile .t-xs-pb--md {
  padding-bottom: 8px !important;
}
#ea.is-mobile .t-xs-m--md {
  margin: 8px !important;
}
#ea.is-mobile .t-xs-mt--md {
  margin-top: 8px !important;
}
#ea.is-mobile .t-xs-ml--md {
  margin-left: 8px !important;
}
#ea.is-mobile .t-xs-mr--md {
  margin-right: 8px !important;
}
#ea.is-mobile .t-xs-mb--md {
  margin-bottom: 8px !important;
}
#ea.is-mobile .t-xs-p--xs {
  padding: 2px !important;
}
#ea.is-mobile .t-xs-pt--xs {
  padding-top: 2px !important;
}
#ea.is-mobile .t-xs-pl--xs {
  padding-left: 2px !important;
}
#ea.is-mobile .t-xs-pr--xs {
  padding-right: 2px !important;
}
#ea.is-mobile .t-xs-pb--xs {
  padding-bottom: 2px !important;
}
#ea.is-mobile .t-xs-m--xs {
  margin: 2px !important;
}
#ea.is-mobile .t-xs-mt--xs {
  margin-top: 2px !important;
}
#ea.is-mobile .t-xs-ml--xs {
  margin-left: 2px !important;
}
#ea.is-mobile .t-xs-mr--xs {
  margin-right: 2px !important;
}
#ea.is-mobile .t-xs-mb--xs {
  margin-bottom: 2px !important;
}
#ea.is-mobile .t-xs-p--sm {
  padding: 4px !important;
}
#ea.is-mobile .t-xs-pt--sm {
  padding-top: 4px !important;
}
#ea.is-mobile .t-xs-pl--sm {
  padding-left: 4px !important;
}
#ea.is-mobile .t-xs-pr--sm {
  padding-right: 4px !important;
}
#ea.is-mobile .t-xs-pb--sm {
  padding-bottom: 4px !important;
}
#ea.is-mobile .t-xs-m--sm {
  margin: 4px !important;
}
#ea.is-mobile .t-xs-mt--sm {
  margin-top: 4px !important;
}
#ea.is-mobile .t-xs-ml--sm {
  margin-left: 4px !important;
}
#ea.is-mobile .t-xs-mr--sm {
  margin-right: 4px !important;
}
#ea.is-mobile .t-xs-mb--sm {
  margin-bottom: 4px !important;
}
#ea.is-mobile .t-xs-p--lg {
  padding: 16px !important;
}
#ea.is-mobile .t-xs-pt--lg {
  padding-top: 16px !important;
}
#ea.is-mobile .t-xs-pl--lg {
  padding-left: 16px !important;
}
#ea.is-mobile .t-xs-pr--lg {
  padding-right: 16px !important;
}
#ea.is-mobile .t-xs-pb--lg {
  padding-bottom: 16px !important;
}
#ea.is-mobile .t-xs-m--lg {
  margin: 16px !important;
}
#ea.is-mobile .t-xs-mt--lg {
  margin-top: 16px !important;
}
#ea.is-mobile .t-xs-ml--lg {
  margin-left: 16px !important;
}
#ea.is-mobile .t-xs-mr--lg {
  margin-right: 16px !important;
}
#ea.is-mobile .t-xs-mb--lg {
  margin-bottom: 16px !important;
}
#ea.is-mobile .t-xs-p--xl {
  padding: 24px !important;
}
#ea.is-mobile .t-xs-pt--xl {
  padding-top: 24px !important;
}
#ea.is-mobile .t-xs-pl--xl {
  padding-left: 24px !important;
}
#ea.is-mobile .t-xs-pr--xl {
  padding-right: 24px !important;
}
#ea.is-mobile .t-xs-pb--xl {
  padding-bottom: 24px !important;
}
#ea.is-mobile .t-xs-m--xl {
  margin: 24px !important;
}
#ea.is-mobile .t-xs-mt--xl {
  margin-top: 24px !important;
}
#ea.is-mobile .t-xs-ml--xl {
  margin-left: 24px !important;
}
#ea.is-mobile .t-xs-mr--xl {
  margin-right: 24px !important;
}
#ea.is-mobile .t-xs-mb--xl {
  margin-bottom: 24px !important;
}
#ea .t-hidden {
  display: none !important;
}
#ea .t-block {
  display: block !important;
}
#ea .t-inline {
  display: inline !important;
}
#ea .t-inline-block {
  display: inline-block !important;
}
#ea .pull-left,
#ea .t-lg-pull-left {
  float: left !important;
}
#ea .pull-right,
#ea .t-lg-pull-right {
  float: right !important;
}
#ea .t-va--middle {
  vertical-align: middle !important;
}
#ea.is-mobile .t-lg-pull-left,
#ea.is-mobile .t-lg-pull-right {
  float: none !important;
}
#ea .t-sm-visible {
  display: none;
}
#ea.is-mobile .t-sm-visible {
  display: inline-block;
}
#ea .fd-cf:before,
#ea .fd-cf:after {
  content: " ";
  display: table;
}
#ea .fd-cf:after {
  clear: both;
}
#ea .t-fs--sm {
  font-size: 12px !important;
}
#ea .t-fs--lg {
  font-size: 15px !important;
}
#ea .t-lg-text--left,
#ea .t-text--left {
  text-align: left !important;
}
#ea .t-lg-text--right,
#ea .t-text--right {
  text-align: right !important;
}
#ea .t-lg-text--center,
#ea .t-text--center {
  text-align: center !important;
}
#ea .t-lg-text--justify,
#ea .t-text--justify {
  text-align: justify !important;
}
#ea .t-lg-text--nowrap,
#ea .t-text--nowrap {
  white-space: nowrap !important;
}
#ea.is-mobile .t-lg-text--right,
#ea.is-mobile .t-lg-text--left,
#ea.is-mobile .t-lg-text--center {
  text-align: unset !important;
}
#ea.is-mobile .t-sm-text--right {
  text-align: right !important;
}
#ea.is-mobile .t-sm-text--center {
  text-align: center !important;
}
#ea .t-text--lowercase {
  text-transform: lowercase !important;
}
#ea .t-text--uppercase {
  text-transform: uppercase !important;
}
#ea .t-text--capitalize {
  text-transform: capitalize !important;
}
#ea .t-text--muted {
  color: #888 !important;
}
#ea .t-text--primary {
  color: #5EA4F2 !important;
}
a#ea .t-text--primary:hover,
a#ea .t-text--primary:focus {
  color: #2f89ee !important;
}
#ea .t-text--success {
  color: #7EB36B !important;
}
a#ea .t-text--success:hover,
a#ea .t-text--success:focus {
  color: #649b50 !important;
}
#ea .t-text--info {
  color: #31708f !important;
}
a#ea .t-text--info:hover,
a#ea .t-text--info:focus {
  color: #245269 !important;
}
#ea .t-text--warning {
  color: #8a6d3b !important;
}
a#ea .t-text--warning:hover,
a#ea .t-text--warning:focus {
  color: #66512c !important;
}
#ea .t-text--danger {
  color: #FC595B !important;
}
a#ea .t-text--danger:hover,
a#ea .t-text--danger:focus {
  color: #fb272a !important;
}
#ea .t-text--bold {
  font-weight: bold !important;
}
/** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
#ea.ea-controls {
  height: auto;
  z-index: 999;
  padding: 20px 0 40px;
  margin-top: 40px;
}
#ea.ea-controls a {
  color: #373E49;
  display: block;
  padding: 4px 6px;
  border-radius: 3px;
  outline: none !important;
}
#ea.ea-controls a::-moz-focus-inner {
  border: 0 !important;
}
#ea.ea-controls a:hover,
#ea.ea-controls a.is-active {
  background-color: #D5DDE6;
}
#ea.ea-controls a i {
  font-size: 18px;
}
#ea.ea-controls .ea-control {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  background-color: #fff;
  padding: 8px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
#ea.ea-controls .ea-control__align,
#ea.ea-controls .ea-control__inputs,
#ea.ea-controls .ea-control__settings,
#ea.ea-controls .ea-control__remove {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  padding-right: 4px;
}
#ea.ea-controls .ea-control__align > a:not(:first-child),
#ea.ea-controls .ea-control__inputs > a:not(:first-child),
#ea.ea-controls .ea-control__settings > a:not(:first-child),
#ea.ea-controls .ea-control__remove > a:not(:first-child) {
  margin-left: 2px;
}
#ea.ea-controls .ea-control__inputs .o-form-group {
  margin: 0;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}
#ea.ea-controls .ea-control__inputs .o-form-group + .o-form-group {
  margin-left: 4px;
}
#ea.ea-controls .ea-control__inputs .o-control-label {
  line-height: 32px;
  padding-right: 4px;
}
#ea.ea-controls .ea-control__inputs .o-control-input {
  position: relative;
}
#ea.ea-controls .ea-control__inputs .o-form-control {
  width: 60px;
}
#ea.ea-controls .ea-control__inputs-tick {
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 0;
}
#ea.ea-controls .ea-control__remove {
  padding-right: 0;
}
#ea.ea-controls .ea-control__inputs.is-disabled {
  position: relative;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#ea.ea-controls .ea-control__inputs.is-disabled:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
/** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
#ea .ea-custom-fields-group .control-label {
  width: auto;
  margin-bottom: 8px;
  text-align: left;
  color: #555;
}
#ea .ea-custom-fields-group .controls {
  *padding-left: 20px;
  max-width: 100%;
}
#ea .ea-custom-fields-group .controls input,
#ea .ea-custom-fields-group .controls textarea {
  display: block;
  width: 100%;
  height: 31px;
  padding: 4px 12px;
  margin: 0;
  font-size: 13px;
  line-height: 1.69230769;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D5DDE6;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
#ea .ea-custom-fields-group .controls textarea {
  height: auto;
}
#ea .ea-custom-fields-group .input-append {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  border-collapse: separate;
}
#ea .ea-custom-fields-group .input-append > input {
  height: 30px;
  line-height: 30px;
  border-radius: 3px 0 0 3px;
  width: auto;
}
#ea .ea-custom-fields-group .input-append > input:first-child {
  border-right: 0px;
}
#ea .ea-custom-fields-group .input-append .btn {
  height: 30px;
  line-height: 20px;
  border-radius: 0;
  border: 1px solid #D5DDE6;
  white-space: nowrap;
  vertical-align: middle;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
#ea .ea-custom-fields-group .input-append .btn .icon-calendar {
  margin: 0;
  line-height: 20px;
}
#ea .ea-custom-fields-group .input-append .btn:last-child {
  border-radius: 0 3px 3px 0;
}
#ea .ea-custom-fields-group .input-append .add-on,
#ea .ea-custom-fields-group .input-prepend .add-on {
  border: 1px solid #D5DDE6;
}
#ea .ea-custom-fields-group .minicolors-input {
  padding: 4px 6px !important;
  padding-left: 30px !important;
  font-size: 14px !important;
  width: 96px !important;
  height: 28px !important;
  margin: 0px !important;
}
#ea .ea-custom-fields-group .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
#ea .ea-custom-fields-group .btn-group .btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  border-radius: 0;
  border: 1px solid #D5DDE6;
}
#ea .ea-custom-fields-group .btn-group .btn:first-child {
  border-radius: 3px 0 0 3px;
}
#ea .ea-custom-fields-group .btn-group .btn:last-child {
  border-radius: 0 3px 3px 0;
}
#ea .ea-custom-fields-group .table thead:first-child tr:first-child td {
  border-top: 0;
}
#ea .ea-custom-fields-group .calendar-container .day-name {
  font-size: 0.9rem;
}
#ea .ea-custom-fields-group a.js-btn.btn.btn-exit,
#ea .ea-custom-fields-group a.js-btn.btn.btn-today,
#ea .ea-custom-fields-group a.js-btn.btn.btn-clear {
  cursor: pointer;
  text-decoration: none;
  min-width: 60px;
}
#ea .ea-custom-fields-group .toggle-editor {
  margin-top: 8px;
}
#ea .ea-custom-fields-group .field-media-preview {
  height: 30px;
}
#ea .ea-custom-fields-group .field-media-preview .icon-eye {
  margin: 0;
  line-height: 20px;
}
#ea .ea-custom-fields-group .field-media-input {
  border-left: 0;
  border-right: 0;
}
#ea .ea-custom-fields-group .radio.btn-group input[type=radio] {
  display: none;
}
#ea .ea-custom-fields-group .radio.btn-group > label:first-of-type {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
#ea .ea-custom-fields-group fieldset.radio.btn-group {
  padding-left: 0;
}
#ea .ea-custom-fields-group .btn-success {
  border: 1px solid #378137 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
  background-color: #46a546 !important;
}
#ea .ea-custom-fields-group .radio,
#ea .ea-custom-fields-group .checkbox {
  min-height: 18px;
  padding-left: 20px;
}
#ea .ea-custom-fields-group .radio input[type="radio"],
#ea .ea-custom-fields-group .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
  margin-top: 4px;
  width: auto;
  height: auto;
}
.modal.fade.in {
  z-index: 20000;
}
/** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
body > #system-message-container {
  display: none !important;
}
/** 
* @package      EasyArticles
* @copyright    Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.
* @license      Proprietary Use License https://stackideas.com/licensing
**/
body.has-conversekit #ea.plg-ea-quickposting {
  right: 88px;
}
body.has-quickbar.has-esquickposting #es .es-quickposting {
  right: 94px !important;
}
body.has-quickbar.has-conversekit #es .es-quickposting {
  right: 144px !important;
}
#ea.plg-ea-quickposting {
  height: auto;
  position: fixed;
  bottom: 28px;
  right: 32px;
  z-index: 99999;
}
#ea .btn-float-wrap:hover .btn-float--sub-1,
#ea .btn-float-wrap:hover .btn-float--sub-2,
#ea .btn-float-wrap:hover .btn-float--sub-3,
#ea .btn-float-wrap:hover .btn-float--sub-4 {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
#ea .btn-float-wrap:hover .btn-float--sub-1 {
  -webkit-transition: all 0.2s 0.2s ease-out;
  transition: all 0.2s 0.2s ease-out;
}
#ea .btn-float-wrap:hover .btn-float--sub-2 {
  -webkit-transition: all 0.2s 0.25s ease-out;
  transition: all 0.2s 0.25s ease-out;
}
#ea .btn-float-wrap:hover .btn-float--sub-3 {
  -webkit-transition: all 0.2s 0.3s ease-out;
  transition: all 0.2s 0.3s ease-out;
}
#ea .btn-float-wrap:hover .btn-float--sub-4 {
  -webkit-transition: all 0.2s 0.35s ease-out;
  transition: all 0.2s 0.35s ease-out;
}
#ea .btn-float-wrap .btn-float + .btn-float {
  margin-top: 10px;
}
#ea .btn-float {
  background-color: #fff;
  color: #B7C0CC;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  outline: none !important;
  position: relative;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
#ea .btn-float--default {
  background-color: #50C9AE;
}
#ea .btn-float--default .material-icons {
  color: #fff;
}
#ea .btn-float--default:hover {
  background-color: #50C9AE;
}
#ea .btn-float--sub-1,
#ea .btn-float--sub-2,
#ea .btn-float--sub-3,
#ea .btn-float--sub-4 {
  margin-bottom: -50px;
  opacity: 0;
  visibiity: hidden;
}
#ea .btn-float--sub-1 .material-icons,
#ea .btn-float--sub-2 .material-icons,
#ea .btn-float--sub-3 .material-icons,
#ea .btn-float--sub-4 .material-icons {
  color: #B7C0CC;
}
#ea .btn-float--sub-1 span,
#ea .btn-float--sub-2 span,
#ea .btn-float--sub-3 span,
#ea .btn-float--sub-4 span {
  background: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 6px 12px;
  border: 8px solid transparent;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  right: 100%;
  white-space: nowrap;
  pointer: cursor;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
#ea .btn-float--sub-1:hover,
#ea .btn-float--sub-2:hover,
#ea .btn-float--sub-3:hover,
#ea .btn-float--sub-4:hover {
  background-color: #fff;
}
#ea .btn-float--sub-1:hover span,
#ea .btn-float--sub-2:hover span,
#ea .btn-float--sub-3:hover span,
#ea .btn-float--sub-4:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#ea .btn-float--sub-1:hover span:hover,
#ea .btn-float--sub-2:hover span:hover,
#ea .btn-float--sub-3:hover span:hover,
#ea .btn-float--sub-4:hover span:hover {
  background: rgba(0, 0, 0, 0.7);
  background-clip: padding-box;
  border-radius: 22px;
}
#ea .btn-float--sub-1 {
  -webkit-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}
#ea .btn-float--sub-2 {
  -webkit-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}
#ea .btn-float--sub-3 {
  -webkit-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}
#ea .btn-float--sub-4 {
  -webkit-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}
#ea .btn-float .material-icons {
  font-size: 20px !important;
  line-height: 26px !important;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ea .btn-float .material-icons:before {
  vertical-align: middle;
}
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  margin: 0;
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container {
  z-index: 10005;
}
.select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  height: 31px;
  padding: 4px 12px;
  margin: 0;
  font-size: 13px;
  line-height: 1.69230769;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.select2-selection--single {
  outline: none !important;
}
.select2-selection--single::-moz-focus-inner {
  border: 0 !important;
}
.select2-container--searchbar {
  min-width: 120px;
  height: 100%;
}
.select2-container--searchbar .select2-selection--single {
  height: 100%;
  padding-top: 18px;
}
.select2-container--searchbar .select2-selection__arrow {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #888;
  margin: 0;
  line-height: 1;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  z-index: 1;
}
.select2-container--searchbar .select2-selection__arrow:before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0 !important;
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: relative;
  left: 0;
  vertical-align: top;
  top: 1px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.select2-container--searchbar .select2-dropdown {
  border-color: #D5DDE6;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.085);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.085);
}
.select2-container--searchbar .select2-results__option--highlighted[aria-selected] {
  background-color: #fafafa;
}
.select2-container--tags {
  width: 100% !important;
  z-index: 10004;
}
.select2-container--tags .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--tags .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--tags .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--tags .select2-dropdown {
  border-color: #D5DDE6;
}
.select2-container--composer .select2-selection {
  border-width: 1px !important;
}
.select2-container--composer .select2-selection--single {
  background-color: #fff;
  border: 1px solid #D5DDE6;
  border-radius: 3px;
  height: 40px;
}
.select2-container--composer .select2-selection--single .select2-selection__rendered {
  padding: 8px 24px 8px 16px;
}
.select2-container--composer .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 24px;
  height: 40px;
}
.select2-container--composer .select2-selection--single .select2-selection__arrow b {
  border-color: #222 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px !important;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--composer .select2-dropdown {
  border-color: #D5DDE6;
}
.select2-container--composer .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--composer .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--composer .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--composer.select2-container--disabled .select2-selection__rendered {
  color: #888;
  background-color: #f5f5f5;
}
.select2-container--composer.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
}
.select2-container--sidebar {
  width: 100% !important;
  z-index: 10008;
}
.select2-container--sidebar .select2-selection--single {
  background-color: #373E49;
  border: 1px solid #373E49;
  color: #fff;
  border-radius: 3px;
  height: 40px;
}
.select2-container--sidebar .select2-selection--single .select2-selection__rendered {
  padding: 8px 24px 8px 16px;
}
.select2-container--sidebar .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 24px;
  height: 40px;
}
.select2-container--sidebar .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--sidebar .select2-dropdown {
  border: 1px solid #373E49;
  background-color: #373E49;
  color: #fff;
}
.select2-container--sidebar .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--sidebar .select2-results__option[aria-selected=true] {
  background-color: #2e343d;
}
.select2-container--sidebar .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
#ea .select2-search__field {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ea .select2-search__field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ea .select2-search--inline .select2-search__field {
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1;
  height: 18px;
}
#ea .select2-container--tags .selection {
  line-height: 1;
}
#ea .select2-container--tags .select2-selection--multiple {
  border: 1px solid #D5DDE6;
  outline: 0;
}
#ea .select2-container--tags .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px 2px;
  width: 100%;
}
#ea .select2-container--tags .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
#ea .select2-container--tags .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
#ea .select2-container--tags .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
#ea .select2-container--tags .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
#ea .select2-container--tags .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
#ea .select2-container--tags .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.introjs-overlay {
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}
.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}
.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}
.introjs-helperLayer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-tooltipReferenceLayer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.introjs-helperNumberLayer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Chrome,Safari4+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3019), to(#cf0404));
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-tooltip {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}
/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px / normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec));
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}
.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 1px #e3e3e3;
          box-shadow: 0px 1px 1px #e3e3e3;
}
.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#f4f4f4));
  background-image: linear-gradient(#ececec, #f4f4f4);
}
/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.introjs-skipbutton {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}
.introjs-prevbutton {
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}
.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  border-radius: 0.2em;
}
.introjs-nextbutton {
  border-radius: 0 0.2em 0.2em 0;
}
.introjs-nextbutton.introjs-fullbutton {
  border-radius: 0.2em;
}
.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
.introjs-hidden {
  display: none;
}
.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}
.introjs-progress {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}
.introjs-progressbar {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.introjs-fixedTooltip {
  position: fixed;
}
.introjs-hint {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}
.introjs-hidehint {
  display: none;
}
.introjs-fixedhint {
  position: fixed;
}
.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}
.introjs-hint-pulse {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  animation: none;
}
.introjs-hint-dot {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}
@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
html[dir="rtl"] #ea .fa-angle-left:before {
  content: "\f105";
}
html[dir="rtl"] #ea .fa-angle-right:before {
  content: "\f104";
}
html[dir="rtl"] #ea .fa-long-arrow-left:before {
  content: "\f178";
}
html[dir="rtl"] #ea .fa-long-arrow-right:before {
  content: "\f177";
}
html[dir="rtl"] #ea .fa-chevron-left::before {
  content: "\f054";
}
html[dir="rtl"] #ea .fa-chevron-right::before {
  content: "\f053";
}
html[dir="rtl"] #ea .fa-star-half,
html[dir="rtl"] #ea .fa-star-half-empty,
html[dir="rtl"] #ea .fa-star-half-full,
html[dir="rtl"] #ea .fa-star-half-o {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  /* IE8 */
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
html[dir="rtl"] #ea.ea-controls .material-icons {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}
