/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
.no-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
button {
  border-width: 0;
  background-color: #3bb3e0;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 15px 30px;
  background-image: linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -o-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -moz-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -webkit-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -ms-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2ca0ca), color-stop(1, #3eb8e5));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
button:hover {
  background: #52d6ff;
  background: -moz-linear-gradient(top, #52d6ff 0%, #3dbfea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52d6ff), color-stop(100%, #3dbfea));
  background: -webkit-linear-gradient(top, #52d6ff 0%, #3dbfea 100%);
  background: -o-linear-gradient(top, #52d6ff 0%, #3dbfea 100%);
  background: -ms-linear-gradient(top, #52d6ff 0%, #3dbfea 100%);
  background: linear-gradient(to bottom, #52d6ff 0%, #3dbfea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52d6ff', endColorstr='#3dbfea', GradientType=0);
}
button.active,
button:active {
  top: 3px;
  background-image: linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -o-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -moz-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -webkit-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -ms-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3eb8e5), color-stop(1, #2ca0ca));
}
button > span:before {
  vertical-align: bottom;
}
button[disabled] {
  background-image: none;
  background-color: #999;
}
button[disabled].active,
button[disabled]:active {
  top: 0;
}
button[disabled]:hover {
  filter: none;
}
button.green {
  background: #00bf1d;
  background: -moz-linear-gradient(top, #00bf1d 0%, #00ab1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bf1d), color-stop(100%, #00ab1a));
  background: -webkit-linear-gradient(top, #00bf1d 0%, #00ab1a 100%);
  background: -o-linear-gradient(top, #00bf1d 0%, #00ab1a 100%);
  background: -ms-linear-gradient(top, #00bf1d 0%, #00ab1a 100%);
  background: linear-gradient(to bottom, #00bf1d 0%, #00ab1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bf1d', endColorstr='#00ab1a', GradientType=0);
}
button.green:hover {
  background: #00ec2b;
  background: -moz-linear-gradient(top, #00ec2b 0%, #00d326 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00ec2b), color-stop(100%, #00d326));
  background: -webkit-linear-gradient(top, #00ec2b 0%, #00d326 100%);
  background: -o-linear-gradient(top, #00ec2b 0%, #00d326 100%);
  background: -ms-linear-gradient(top, #00ec2b 0%, #00d326 100%);
  background: linear-gradient(to bottom, #00ec2b 0%, #00d326 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ec2b', endColorstr='#00d326', GradientType=0);
}
button.green.active,
button.green:active {
  background: #00ab1a;
  background: -moz-linear-gradient(top, #00ab1a 0%, #00bf1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00ab1a), color-stop(100%, #00bf1d));
  background: -webkit-linear-gradient(top, #00ab1a 0%, #00bf1d 100%);
  background: -o-linear-gradient(top, #00ab1a 0%, #00bf1d 100%);
  background: -ms-linear-gradient(top, #00ab1a 0%, #00bf1d 100%);
  background: linear-gradient(to bottom, #00ab1a 0%, #00bf1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ab1a', endColorstr='#00bf1d', GradientType=0);
}
button.red {
  background: #e60000 !important;
}
.checkbox {
  position: relative;
  padding-left: 20px;
}
.checkbox input {
  display: inline-block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
.checkbox input:checked + span:before {
  content: '\e606';
}
.checkbox span:before {
  font-family: icomoon;
  position: absolute;
  left: -2px;
  top: -1px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #00a651;
  text-align: center;
  background: white;
  border: 1px solid #bababa;
  content: '';
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?dxs5xo');
  src: url('fonts/icomoon.eot?#iefixdxs5xo') format('embedded-opentype'), url('fonts/icomoon.woff?dxs5xo') format('woff'), url('fonts/icomoon.ttf?dxs5xo') format('truetype'), url('fonts/icomoon.svg?dxs5xo#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-pencil:before {
  content: "\e601";
}
.icon-image:before {
  content: "\e602";
}
.icon-print:before {
  content: "\e603";
}
.icon-remove:before {
  content: "\e604";
}
.icon-close:before {
  content: "\e605";
}
.icon-checkmark:before {
  content: "\e606";
}
.icon-arrow-right:before {
  content: "\e607";
}
.icon-arrow-left:before {
  content: "\e608";
}
.icon-plus:before {
  content: "\e05a";
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
  height: 100%;
  min-height: 500px;
  overflow: auto;
}
html {
  display: table;
  width: 100%;
}
body {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-top: 70px;
  padding-right: 33.3%;
  overflow: hidden;
  overflow-y: auto;
  font-family: Lato, Helvetica, Arial, sans-serif;
  height: 100vh;
}
body.customizing-on {
  padding-bottom: 100px;
}
body.customizing-on.opened {
  min-width: 900px;
}
footer {
  position: absolute;
  left: 0;
  right: 33.3%;
  bottom: 0;
  background-color: rgba(240, 243, 245, 0.7);
  z-index: 1;
  overflow: hidden;
}
footer button {
  margin: 15px 10px 0 0;
}
body > header {
  margin-right: 33.3%;
  z-index: 10;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: #f0f3f5;
  transition: all 0.5s ease-out;
}
.opened header {
  right: 400px;
}
header .logo {
  display: inline-block;
  width: 76px;
  height: 70px;
  background: url(../img/abilia_logo.png);
  text-indent: -1000%;
}
section {
  position: relative;
}
.opened section {
  padding-right: 400px;
}
aside {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid #bababa;
  overflow: auto;
  z-index: 999;
  background: #fff;
  transition: width 0.5s ease-out;
}
aside header {
  position: sticky;
}
aside header .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.opened aside {
  width: 400px;
}
aside h2 {
  font-size: 20px;
  margin: 0 0 10px;
  border: 1px solid #bababa;
  border-width: 1px 0;
  background: #e7e7e7;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  position: relative;
}
aside h2.open img {
  transform: rotate(-90deg);
}
aside h2 img {
  margin: auto;
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
}
aside ul {
  margin: 0 0 50px;
}
aside ul h2 {
  width: calc(100% - 22px);
  margin-left: 10px;
  margin-right: 10px;
  background-color: #f5f5f5;
  border-width: 1px;
}
aside ul li {
  box-sizing: border-box;
  display: inline-block;
  width: 19%;
  margin-bottom: 5px;
}
aside ul li img {
  max-width: 100%;
  cursor: move;
  user-select: none;
}
aside ul li p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1;
  user-select: none;
}
.device-selection {
  min-width: 700px;
  margin: 0 auto;
  padding: 70px 0;
}
.customizing-on .device-selection {
  display: none;
}
.device-selection a {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: top;
  width: 13%;
  margin: 0 1%;
  padding: 2% 2% 5px;
  border: 2px dashed #d3d3d3;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: top 0.3s ease-out;
  border-radius: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.device-selection a.flyout {
  top: 1000px;
}
.device-selection a:hover,
.device-selection a:active,
.device-selection a:focus {
  border-style: solid;
}
.device-selection a:hover:after,
.device-selection a:active:after,
.device-selection a:focus:after {
  display: block;
}
.device-selection a:hover,
.device-selection a:focus {
  border-color: #1e9fe8;
}
.device-selection a:hover:before,
.device-selection a:focus:before {
  background-position: -112px -69px;
}
.device-selection a:hover:after,
.device-selection a:focus:after {
  border-color: #1e9fe8;
  color: #1e9fe8;
}
.device-selection a:active {
  border-color: #00a651;
}
.device-selection a:active:before {
  background-position: -196px -69px;
}
.device-selection a:active:after {
  border-color: #00a651;
  color: #00a651;
}
.device-selection a:before {
  position: absolute;
  top: -90px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 28px;
  height: 69px;
  content: '';
  background: url(../img/device-selection-top-arrow.png) no-repeat -28px -69px;
}
.device-selection a:after {
  display: none;
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #f0f3f5;
  font-family: icomoon;
  font-size: 28px;
  content: "\e606";
  background: #fff;
  border: 2px solid #f0f3f5;
  z-index: 3;
  border-radius: 100%;
}
.device-selection a .hand > img {
  max-width: 100%;
}
.device-selection a > button {
  margin: 25px 0 0;
  padding: 10px 25px;
  font-size: 20px;
}
#fileElem {
  display: none;
}
.device {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  transition: all 1s ease-out;
}
.device:before {
  position: absolute;
  content: '';
}
.device .layout_print {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.device .label {
  position: relative;
  border: 1px solid #929292;
  z-index: 999;
  zoom: 1;
}
.device .label .tag {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 21px;
  line-height: 22px;
  float: left;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.device .label .tag .controls {
  position: absolute;
  left: 0;
  width: 0;
  height: 21px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #ccc;
  overflow: hidden;
  text-align: center;
  transition: all 0.15s ease-out;
}
.device .label .tag .controls > span {
  cursor: pointer;
  margin: 0 3px 0 0;
}
.device .label .tag .controls > span.icon-remove {
  display: none;
}
.device .label .tag .text {
  text-align: right;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.device .label .tag .text .text-label {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.device .label .tag .text-container:before {
  display: none;
}
.device .label .tag:nth-child(odd) .controls {
  left: auto;
  right: 0;
}
.device .label .tag:nth-child(odd) .text {
  text-align: left;
  padding: 0 0 0 15px;
}
.device .label .tag:last-child {
  height: 20px;
}
.device .label .tag:hover .controls,
.device .label .tag.hover .controls {
  width: 42px;
}
.device .image {
  background: #fff;
  display: block;
  float: left;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 3px;
  border: 1px solid #929292;
  position: relative;
}
.customizing-on .device .image {
  cursor: pointer;
}
.customizing-on .device .image .control-content:empty:before {
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "\e602";
  font-size: 24px;
  color: #929292;
  margin: auto;
  height: 33px;
}
.device .image.active .control-content:empty:before {
  content: "\e05a";
  color: #1e9fe8;
}
.device .image .controls {
  position: absolute;
  display: none;
  left: 100%;
  color: #fff;
  z-index: 2;
}
.device .image .controls:before {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 5px;
  width: 0;
  height: 0;
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: '';
}
.device .image .controls .controls-wrapper {
  display: table;
  margin-left: 9px;
  width: 100%;
  background: #fff;
  padding: 3px 0 7px;
  box-shadow: 0 0 5px #000;
  border-radius: 3px;
}
.device .image .controls .controls-wrapper button {
  width: 26px;
  height: 26px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 2px 0;
  padding: 2px 0 1px;
  font-size: 18px;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785;
}
.device .image .controls .controls-wrapper button.icon-remove {
  display: none;
  font-size: 14px;
}
.customizing-on .device .image:hover .controls,
.customizing-on .device .image.hover .controls {
  display: table;
  height: 100%;
}
.device .image .control-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.device .image .control-content > p {
  margin: 0;
}
.device .image .control-content > img {
  margin: auto;
  max-width: 95%;
  max-height: 70%;
  width: auto;
  height: auto;
}
.device .image .text-label {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
}
.device .image .text-label span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
.device .text-container {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100px;
  margin-left: 9px;
  padding: 4px 5px 10px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px #000;
  border-radius: 3px;
}
.device .text-container:before {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: -5px;
  width: 0;
  height: 0;
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: '';
}
.device .text-container > textarea {
  border-color: #1e9fe8;
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
}
.device .text-container .btns {
  margin-top: 6px;
}
.device .text-container .btns button {
  width: 26px;
  height: 26px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 2px 0;
  padding: 2px 0 1px;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 1px 0px #00ab1a, 0px 2px 0px 0px #007512;
  -moz-box-shadow: inset 0px 1px 0px #00ab1a, 0px 2px 0px 0px #007512;
  box-shadow: inset 0px 1px 0px #00ab1a, 0px 2px 0px 0px #007512;
}
.device .text-container .btns button.red {
  -webkit-box-shadow: inset 0 1px 0px #e60000, 0px 2px 0px 0px #910000;
  -moz-box-shadow: inset 0 1px 0px #e60000, 0px 2px 0px 0px #910000;
  box-shadow: inset 0 1px 0px #e60000, 0px 2px 0px 0px #910000;
}
.device.eq-4,
.device.eq-8 {
  padding: 4px;
  width: 152px;
  height: 330px;
}
.device.eq-4:before,
.device.eq-8:before {
  width: 425px;
  height: 586px;
}
.device.eq-4:before {
  top: -52px;
  left: -149px;
  background: url(../img/hand_edit_4.png) no-repeat;
}
.device.eq-4 .image {
  float: none;
  width: 144px;
  height: 65px;
  margin-bottom: 9px;
}
.customizing-on .device.eq-4 .image .control-content:empty:before {
  line-height: 65px;
}
.device.eq-8:before {
  top: -58px;
  left: -150px;
  background: url(../img/hand_edit_8.png) no-repeat;
}
.device.eq-8 .image {
  width: 65px;
  height: 65px;
  margin-bottom: 9px;
}
.device.eq-8 .image:nth-child(even) {
  margin-right: 13px;
}
.customizing-on .device.eq-8 .image .control-content:empty:before {
  line-height: 65px;
}
.device.eq-16 {
  padding: 38px 0 0;
  width: 305px;
  height: 376px;
}
.device.eq-16:before {
  width: 425px;
  height: 656px;
  top: -57px;
  left: -92px;
  background: url(../img/hand_edit_16.png) no-repeat;
}
.device.eq-16 .image {
  width: 62px;
  height: 75px;
  margin: 0 0 13px 14px;
  border-radius: 10px;
}
.customizing-on .device.eq-16 .image .control-content:empty:before {
  line-height: 65px;
}
.device.eq-16 .image:nth-child(4n + 1) {
  margin-left: 13px !important;
}
.device.eq-10,
.device.eq-18 {
  padding: 17px 11px;
  width: 203px;
  height: 466px;
}
.device.eq-10:before,
.device.eq-18:before {
  width: 425px;
  height: 656px;
}
.device.eq-10 .label,
.device.eq-18 .label {
  box-sizing: border-box;
  width: 173px;
  height: 64px;
  border-radius: 10px;
  margin: 0 auto 18px;
}
.device.eq-10 .image,
.device.eq-18 .image {
  width: 49px;
  height: 49px;
  margin: 0 0 5px 4px;
  border-radius: 10px;
}
.device.eq-10 .image:not(:nth-child(3n+2)),
.device.eq-18 .image:not(:nth-child(3n+2)) {
  margin-right: 9px;
}
.device.eq-10 .image .control-content,
.device.eq-18 .image .control-content {
  border-radius: 10px;
}
.customizing-on .device.eq-10 .image .control-content:empty:before,
.customizing-on .device.eq-18 .image .control-content:empty:before {
  line-height: 49px;
}
.device.eq-10:before {
  top: -16px;
  left: -125px;
  background: url(../img/hand_edit_10.png) no-repeat;
}
.device.eq-10 .label {
  margin: 0 0 18px 3px;
}
.device.eq-10 .image {
  position: absolute;
  margin: 0;
}
.device.eq-10 .image-1 {
  top: 99px;
  left: 18px;
}
.device.eq-10 .image-2 {
  top: 99px;
  left: 131px;
}
.device.eq-10 .image-3 {
  top: 144px;
  left: 74px;
}
.device.eq-10 .image-4 {
  top: 190px;
  left: 18px;
}
.device.eq-10 .image-5 {
  top: 190px;
  left: 131px;
}
.device.eq-10 .image-6 {
  top: 279px;
  left: 18px;
}
.device.eq-10 .image-7 {
  top: 279px;
  left: 131px;
}
.device.eq-10 .image-8 {
  top: 324px;
  left: 74px;
}
.device.eq-10 .image-9 {
  top: 371px;
  left: 18px;
}
.device.eq-10 .image-10 {
  top: 371px;
  left: 131px;
}
.device.eq-18:before {
  top: -14px;
  left: -124px;
  background: url(../img/hand_edit_18.png) no-repeat;
}
.device.eq-18 .label {
  margin-bottom: 9px;
}
.device.eq-18 .image {
  margin-bottom: 7px;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 0;
  background-color: rgba(240, 243, 245, 0.7);
  line-height: 140px;
  white-space: nowrap;
  transition: all 0.5s ease-out;
}
.customizing-on footer {
  height: 140px;
}
.opened footer {
  right: 400px;
}
footer button {
  margin-right: 20px;
}
footer button.btn-print {
  margin-left: 40px;
}
@media (max-height: 756px) {
  body.customizing-on {
    padding-top: 25px;
  }
  body.customizing-on > header {
    background: none;
    right: auto;
  }
  body.customizing-on footer {
    height: 90px;
    line-height: 90px;
    background-color: rgba(240, 243, 245, 0.8);
  }
}
.warning {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 10% 5%;
  background: #fff;
  z-index: 99;
}
.lt-ie9 .warning {
  display: block;
}
.warning .browsers {
  text-align: center;
}
.warning .browsers li {
  display: inline-block;
}
.warning .browsers li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 10px 20px;
}
.warning .browsers li a:before {
  display: inline-block;
  width: 125px;
  height: 135px;
  background: red;
  content: '';
  background: url(../img/browsers.png) no-repeat;
}
.warning .browsers li a span {
  display: block;
  color: #dc3228;
  padding: 5px 20px;
}
.warning .browsers li.chrome a:before {
  background-position: 0 0;
}
.warning .browsers li.firefox a:before {
  background-position: -125px 0;
}
.warning .browsers li.safari a:before {
  background-position: -375px 0;
}
.warning .browsers li.opera a:before {
  background-position: -250px 0;
}
.warning .browsers li.ie a:before {
  background-position: -500px 0;
}
.notification {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  background: orange;
}
.opened .notification {
  right: 400px;
}
.notification p {
  margin: 5px 0;
}
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 160px;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 28px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 2px solid #969e9f;
  white-space: nowrap;
  line-height: 28px;
  color: #444;
  text-decoration: none;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 3px 3px;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('../img/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  text-align: left;
  background: #fff;
  color: #000;
  border: 2px solid #aaa;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 2px solid #6f797b;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #6f797b;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 3px 0 0 3px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 2px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('../img/select2.png') no-repeat 100% -22px;
  background: url('../img/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('../img/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../img/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../img/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url('../img/select2.png') no-repeat -37px -22px;
  background: url('../img/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('../img/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../img/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../img/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100%;
  background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../img/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../img/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #6f797b;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 2px solid #6f797b;
  border-top-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  border-bottom: 1px solid #6f797b;
}
.select2-results li:last-child {
  border-bottom: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 2px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 2px solid #aaa;
  cursor: text;
  overflow: hidden;
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #6f797b;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 2px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('../img/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 2px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 2px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('../img/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.select2-container .select2-choice {
  display: flex ;
}
.select2-container .select2-choice img {
  margin-right: 8px;
}
.select2-results .select2-result-label img {
  margin-right: 8px;
}
.layout {
  width: 334px;
  height: 471px;
  position: relative;
  border: 1px solid #999;
  margin: 0 auto 50px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.layout .close {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 27px;
  height: 27px;
  line-height: 1;
  font-size: 0.85em;
  background: none;
  text-indent: 0;
  border: none;
  color: #969e9f;
  text-align: center;
  z-index: 1;
  transition: all 0.2s ease-out;
}
.layout .close:hover {
  color: #6f797b;
  border-color: #6f797b;
}
.layout > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}
.layout .page {
  box-sizing: border-box;
  position: relative;
  top: 18px;
  width: 289px;
  height: 433px;
  margin: auto;
  border: 1px solid #6f797b;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.layout .image {
  box-sizing: border-box;
  position: relative;
  float: left;
  border: 1px dashed #6f797b;
  border-width: 0 1px 1px 0;
  overflow: hidden;
  width: 70%;
}
.layout .image.hide-text .control-content {
  width: 100%;
}
.layout .image.hide-text .control-content p {
  display: none;
}
.layout .image.hide-text .control-content img {
  max-height: 95%;
}
.layout .image .control-content:not(:empty):hover:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  color: red;
  font-family: icomoon;
  font-size: 1em;
  content: '\e605';
  z-index: 1;
}
.layout .image:empty:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/image.gif) no-repeat 50%;
  background-size: 50%;
  content: '';
}
.layout .image figure {
  position: relative;
  top: 2px;
  margin: 0 auto 1px;
  padding: 0;
  overflow: hidden;
  width: 70%;
}
.layout .image figure.full {
  position: absolute;
  width: auto;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.layout .image p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.2;
  margin: 0;
}
.layout.l-3 .image {
  width: calc(100% / 6);
  height: calc(100% / 9);
}
.layout.l-3 .image p {
  font-size: 0.75em;
}
.layout.l-3 .image:nth-child(6n) {
  border-right: 0;
}
.layout.l-3 .image:nth-child(49),
.layout.l-3 .image:nth-child(50),
.layout.l-3 .image:nth-child(51),
.layout.l-3 .image:nth-child(52),
.layout.l-3 .image:nth-child(53),
.layout.l-3 .image:nth-child(54) {
  border-bottom: none;
}
.layout.l-5 .page {
  width: 317px;
  height: 396px;
  top: 37px;
}
.layout.l-5 .image {
  width: 25%;
  height: 20%;
}
.layout.l-5 .image:nth-child(4n) {
  border-right: 0;
}
.layout.l-5 .image:nth-child(17),
.layout.l-5 .image:nth-child(18),
.layout.l-5 .image:nth-child(19),
.layout.l-5 .image:nth-child(20) {
  border-bottom: none;
}
.layout.hidden {
  left: -100%;
  opacity: 0;
}
aside {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33.3%;
  min-width: 355px;
  z-index: 10;
  border-left: 1px solid #bababa;
  background: white;
  box-shadow: -1px 0 3px #969e9f;
  height: 100vh;
}
aside header {
  z-index: 2;
  right: 0;
  text-align: left;
  background-color: #f5f6f8;
}
aside header .controls {
  padding: 15px 15px 0;
  *zoom: 1;
}
aside header .controls .view {
  float: left;
  vertical-align: bottom;
}
aside header .controls .view label {
  position: relative;
  display: inline-block;
  float: left;
  width: 37px;
  height: 32px;
}
aside header .controls .view label input {
  display: inline-block;
  border: none;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
aside header .controls .view label input:checked + span:after,
aside header .controls .view label input:hover + span:after,
aside header .controls .view label input:focus + span:after {
  background: #6f797b;
}
aside header .controls .view label span:after {
  box-sizing: border-box;
  transition: background 0.15s ease-out;
  position: absolute;
  left: -2px;
  top: -3px;
  width: 37px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: white;
  background: #969e9f;
  font-family: icomoon;
  content: '\e601';
}
aside header .controls .view label.small_view span:after {
  border-radius: 3px 0 0 3px;
  content: '\e607';
}
aside header .controls .view label.list_view span:after {
  border-radius: 0 3px 3px 0;
  content: '\e608';
}
aside header .controls .btn-sort,
aside header .controls .btn-select-all,
aside header .controls .lang {
  float: right;
  margin-top: -3px;
}
aside header .controls .btn-sort {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
aside header .controls .lang {
  margin-top: -5px;
}
section {
  padding: 50px 0 100px;
}
section.dragover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 33.3%;
  bottom: 0;
  content: '';
  border: 10px dashed #00a651;
  z-index: -1;
}
section .controls {
  padding: 1.25em 0;
}
section .controls label {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
section .controls label input {
  display: inline-block;
  border: none;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
section .controls label input:hover + span:after {
  background: #6f797b;
  color: white;
}
section .controls label input:checked + span:after,
section .controls label input:active + span:after {
  background: #1e9fe8 !important;
  color: white;
}
section .controls label span:after {
  box-sizing: border-box;
  transition: background 0.15s ease-out;
  position: absolute;
  left: -2px;
  top: -3px;
  width: 35px;
  height: 30px;
  line-height: 28px;
  background: #d5d5d5;
  border: 1px solid #969e9f;
  border-radius: 0 3px 3px 0;
  font-family: icomoon, serif;
  content: '\e601';
}
section .controls label.size-3 {
  padding-right: 45px;
  padding-left: 0;
}
section .controls label.size-3 span:after {
  left: auto;
  right: -2px;
  border-radius: 3px 0 0 3px;
  border-right: none;
  content: '\e607';
}
section .controls label.size-5 span:after {
  border-left: none;
}
@media only screen and (min-width: 1600px) {
  .layout {
    width: 668px;
    height: 942px;
  }
  .layout .page {
    width: 578px;
    height: 866px;
    top: 36px;
  }
  .layout.l-5 .page {
    width: 634px;
    height: 792px;
    top: 74px;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  html.ie,
  html.chrome,
  html.ff {
    width: 210mm;
  }
  html.safari {
    width: 200mm;
  }
  html,
  body {
    overflow: hidden;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  footer,
  aside,
  .controls,
  .close,
  .image > .control-content:before,
  .select2-drop,
  .select2-drop-mask,
  .select2-hidden-accessible,
  .warning,
  label {
    display: none !important;
  }
  body,
  section {
    padding: 0 !important;
  }
  .layout {
    position: relative;
    margin: 0 auto 0;
    overflow: hidden;
  }
  .layout:not(.last) {
    page-break-after: always;
  }
  .layout > img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .layout .page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .layout .page .image {
    position: relative;
    float: left;
    vertical-align: top;
    overflow: hidden;
  }
  .layout .page .image figure {
    position: relative;
    top: 6px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: 72%;
  }
  .layout .page .image figure.full {
    position: absolute;
    width: auto;
    margin: auto;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }
  .layout .page .image p {
    margin: 4px;
    text-align: center;
  }
  .layout.l-3 {
    width: 180mm;
    height: 270mm;
    margin-left: 15mm;
  }
  .layout.l-3 .image {
    height: 29.9mm;
  }
  .layout.l-5 {
    width: 200mm;
    height: 250mm;
  }
  .layout.l-5 .page {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .layout.l-5 .image {
    height: 49.9mm;
  }
  .layout.l-5 p {
    font-size: 1.6em;
  }
}
/*# sourceMappingURL=styles.css.map */