/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: yellow;
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/*input[type="search"]::-webkit-search-cancel-button,*/
/*input[type="search"]::-webkit-search-decoration {*/
/*-webkit-appearance: none;*/
/*}*/
/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*# sourceMappingURL=normalize.css.map */
html {
  color: #000;
  font-size: 12px;
  box-sizing: border-box;
}
body {
  padding: 0;
}
*,
*:before,
*:after {
  font-family: 'PT Sans', Arial, Helvetica, sans-serif, FontAwesome;
  box-sizing: inherit;
}
main,
dialog {
  font-size: 16px;
}
main a,
dialog a {
  border-bottom: 1px dotted;
  cursor: pointer;
}
.content-wrapper {
  display: grid;
  grid-template-rows: auto 40px 1fr;
  grid-template-columns: 100%;
  height: 90vh;
}
del,
.del {
  text-decoration: line-through;
}
.content {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
a {
  cursor: pointer;
}
strike,
.strike {
  background-size: cover;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='100%' height='100%'><line x1='0' y1='10%' x2='100%' y2='90%' stroke-width='1' stroke='rgb(0,0,0)'/></svg>") no-repeat;
  text-decoration: none;
}
.text-ellipsis,
.text-ellipsis-hover {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-ellipsis-hover:hover {
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
}
.text-ellipsis-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-ellipsis-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-ellipsis-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.text-ellipsis-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -webkit-box-orient: vertical;
}
img[src=''] {
  content: url(data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA=);
}
tbody.hover:hover > tr,
div.hover:hover {
  background-color: #e4edf3 !important;
}
div.pointer {
  cursor: pointer !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td[align='left'],
table th[align='left'] {
  text-align: left !important;
}
table td[align='right'],
table th[align='right'] {
  text-align: right !important;
}
table td[align='center'],
table th[align='center'] {
  text-align: center !important;
}
table tr.hover:not(.loading):hover td:not(.noHover) {
  background-color: #e4edf3 !important;
}
table tr.pointer:hover td:not(.noPointer) {
  cursor: pointer !important;
}
table tr.selected td {
  background-color: #EEF7FD;
}
table tr.selected.hover:hover td {
  background-color: #e9f2f8 !important;
}
table tr .showOnHover {
  visibility: hidden !important;
}
table tr:hover .showOnHover {
  visibility: visible !important;
}
table.table {
  border: 1px #D2D2D2 solid;
  margin-bottom: 0;
}
table.table tr.selected {
  background-color: rgba(48, 142, 255, 0.31) !important;
}
table.table tr.warning {
  background-color: rgba(255, 255, 0, 0.22) !important;
}
table.table > thead > tr > td,
table.table > thead > tr > th {
  vertical-align: middle !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #ebebeb;
  border-bottom: 1px solid #D2D2D2;
}
table.table > tbody > tr > td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.table > tbody > tr > td input,
table.table > tbody > tr > td select,
table.table > tbody > tr > td textarea {
  margin: 1px;
}
table.table > thead > tr > th:first-child,
table.table > tbody > tr > th:first-child,
table.table > thead > tr > td:first-child,
table.table > tbody > tr > td:first-child {
  padding-left: 1px;
}
table.table > thead > tr > th:last-child,
table.table > tbody > tr > th:last-child,
table.table > thead > tr > td:last-child,
table.table > tbody > tr > td:last-child {
  padding-right: 1px;
}
table.grid {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}
table.grid > tbody > tr > td {
  border: 5px solid transparent;
}
table.grid.largepad {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}
table.grid.largepad > tbody > tr > td {
  border: 15px solid transparent;
}
.loading {
  animation: stripes-animation 2s linear infinite;
  background-image: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)) !important;
  background-size: 40px 40px !important;
  opacity: 1 !important;
  background-repeat: repeat !important;
  background-color: inherit !important;
  cursor: progress !important;
}
select.loading,
input.loading {
  background-repeat: repeat;
}
.pointerEventsNone {
  pointer-events: none !important;
}
.selectable {
  -webkit-user-select: text;
  /* Chrome all / Safari all */
  -moz-user-select: text;
  /* Firefox all */
  -ms-user-select: text;
  /* IE 10+ */
  user-select: text;
}
input[aligh='right'] {
  text-align: right;
}
.dotcomma:not(:last-child)::after {
  content: '; ';
}
.comma:not(:last-child)::after {
  content: ', ';
}
.slash:not(:last-child)::after {
  content: ' / ';
}
.brackets:not(:empty) > :first-child::before {
  content: '(';
}
.brackets:not(:empty) > :last-child::after {
  content: ')';
}
mark {
  font-family: inherit;
  font-size: inherit;
  background: yellow;
}
.nomark mark {
  background: inherit;
}
[width='0col'] {
  width: 0% !important;
}
[width='1col'] {
  width: 8.33333333% !important;
}
[width='2col'] {
  width: 16.66666667% !important;
}
[width='3col'] {
  width: 25% !important;
}
[width='4col'] {
  width: 33.33333333% !important;
}
[width='5col'] {
  width: 41.66666667% !important;
}
[width='6col'] {
  width: 50% !important;
}
[width='7col'] {
  width: 58.33333333% !important;
}
[width='8col'] {
  width: 66.66666667% !important;
}
[width='9col'] {
  width: 75% !important;
}
[width='10col'] {
  width: 83.33333333% !important;
}
[width='11col'] {
  width: 91.66666667% !important;
}
[width='12col'] {
  width: 100% !important;
}
[minwidth='0'] {
  min-width: 0px !important;
}
[minwidth='5'] {
  min-width: 5px !important;
}
[minwidth='10'] {
  min-width: 10px !important;
}
[minwidth='15'] {
  min-width: 15px !important;
}
[minwidth='20'] {
  min-width: 20px !important;
}
[minwidth='25'] {
  min-width: 25px !important;
}
[minwidth='30'] {
  min-width: 30px !important;
}
[minwidth='35'] {
  min-width: 35px !important;
}
[minwidth='40'] {
  min-width: 40px !important;
}
[minwidth='45'] {
  min-width: 45px !important;
}
[minwidth='50'] {
  min-width: 50px !important;
}
[minwidth='55'] {
  min-width: 55px !important;
}
[minwidth='60'] {
  min-width: 60px !important;
}
[minwidth='65'] {
  min-width: 65px !important;
}
[minwidth='70'] {
  min-width: 70px !important;
}
[minwidth='75'] {
  min-width: 75px !important;
}
[minwidth='80'] {
  min-width: 80px !important;
}
[minwidth='85'] {
  min-width: 85px !important;
}
[minwidth='90'] {
  min-width: 90px !important;
}
[minwidth='95'] {
  min-width: 95px !important;
}
[minwidth='100'] {
  min-width: 100px !important;
}
[minwidth='105'] {
  min-width: 105px !important;
}
[minwidth='110'] {
  min-width: 110px !important;
}
[minwidth='115'] {
  min-width: 115px !important;
}
[minwidth='120'] {
  min-width: 120px !important;
}
[minwidth='125'] {
  min-width: 125px !important;
}
[minwidth='130'] {
  min-width: 130px !important;
}
[minwidth='135'] {
  min-width: 135px !important;
}
[minwidth='140'] {
  min-width: 140px !important;
}
[minwidth='145'] {
  min-width: 145px !important;
}
[minwidth='150'] {
  min-width: 150px !important;
}
[minwidth='155'] {
  min-width: 155px !important;
}
[minwidth='160'] {
  min-width: 160px !important;
}
[minwidth='165'] {
  min-width: 165px !important;
}
[minwidth='170'] {
  min-width: 170px !important;
}
[minwidth='175'] {
  min-width: 175px !important;
}
[minwidth='180'] {
  min-width: 180px !important;
}
[minwidth='185'] {
  min-width: 185px !important;
}
[minwidth='190'] {
  min-width: 190px !important;
}
[minwidth='195'] {
  min-width: 195px !important;
}
[minwidth='200'] {
  min-width: 200px !important;
}
[minwidth='205'] {
  min-width: 205px !important;
}
[minwidth='210'] {
  min-width: 210px !important;
}
[minwidth='215'] {
  min-width: 215px !important;
}
[minwidth='220'] {
  min-width: 220px !important;
}
[minwidth='225'] {
  min-width: 225px !important;
}
[minwidth='230'] {
  min-width: 230px !important;
}
[minwidth='235'] {
  min-width: 235px !important;
}
[minwidth='240'] {
  min-width: 240px !important;
}
[minwidth='245'] {
  min-width: 245px !important;
}
[minwidth='250'] {
  min-width: 250px !important;
}
[minwidth='255'] {
  min-width: 255px !important;
}
[minwidth='260'] {
  min-width: 260px !important;
}
[minwidth='265'] {
  min-width: 265px !important;
}
[minwidth='270'] {
  min-width: 270px !important;
}
[minwidth='275'] {
  min-width: 275px !important;
}
[minwidth='280'] {
  min-width: 280px !important;
}
[minwidth='285'] {
  min-width: 285px !important;
}
[minwidth='290'] {
  min-width: 290px !important;
}
[minwidth='295'] {
  min-width: 295px !important;
}
[minwidth='300'] {
  min-width: 300px !important;
}
[minwidth='305'] {
  min-width: 305px !important;
}
[minwidth='310'] {
  min-width: 310px !important;
}
[minwidth='315'] {
  min-width: 315px !important;
}
[minwidth='320'] {
  min-width: 320px !important;
}
[minwidth='325'] {
  min-width: 325px !important;
}
[minwidth='330'] {
  min-width: 330px !important;
}
[minwidth='335'] {
  min-width: 335px !important;
}
[minwidth='340'] {
  min-width: 340px !important;
}
[minwidth='345'] {
  min-width: 345px !important;
}
[minwidth='350'] {
  min-width: 350px !important;
}
[minwidth='355'] {
  min-width: 355px !important;
}
[minwidth='360'] {
  min-width: 360px !important;
}
[minwidth='365'] {
  min-width: 365px !important;
}
[minwidth='370'] {
  min-width: 370px !important;
}
[minwidth='375'] {
  min-width: 375px !important;
}
[minwidth='380'] {
  min-width: 380px !important;
}
[minwidth='385'] {
  min-width: 385px !important;
}
[minwidth='390'] {
  min-width: 390px !important;
}
[minwidth='395'] {
  min-width: 395px !important;
}
[minwidth='400'] {
  min-width: 400px !important;
}
[minwidth='405'] {
  min-width: 405px !important;
}
[minwidth='410'] {
  min-width: 410px !important;
}
[minwidth='415'] {
  min-width: 415px !important;
}
[minwidth='420'] {
  min-width: 420px !important;
}
[minwidth='425'] {
  min-width: 425px !important;
}
[minwidth='430'] {
  min-width: 430px !important;
}
[minwidth='435'] {
  min-width: 435px !important;
}
[minwidth='440'] {
  min-width: 440px !important;
}
[minwidth='445'] {
  min-width: 445px !important;
}
[minwidth='450'] {
  min-width: 450px !important;
}
[minwidth='455'] {
  min-width: 455px !important;
}
[minwidth='460'] {
  min-width: 460px !important;
}
[minwidth='465'] {
  min-width: 465px !important;
}
[minwidth='470'] {
  min-width: 470px !important;
}
[minwidth='475'] {
  min-width: 475px !important;
}
[minwidth='480'] {
  min-width: 480px !important;
}
[minwidth='485'] {
  min-width: 485px !important;
}
[minwidth='490'] {
  min-width: 490px !important;
}
[minwidth='495'] {
  min-width: 495px !important;
}
[minwidth='500'] {
  min-width: 500px !important;
}
[minwidth='505'] {
  min-width: 505px !important;
}
[minwidth='510'] {
  min-width: 510px !important;
}
[minwidth='515'] {
  min-width: 515px !important;
}
[minwidth='520'] {
  min-width: 520px !important;
}
[minwidth='525'] {
  min-width: 525px !important;
}
[minwidth='530'] {
  min-width: 530px !important;
}
[minwidth='535'] {
  min-width: 535px !important;
}
[minwidth='540'] {
  min-width: 540px !important;
}
[minwidth='545'] {
  min-width: 545px !important;
}
[minwidth='550'] {
  min-width: 550px !important;
}
[minwidth='555'] {
  min-width: 555px !important;
}
[minwidth='560'] {
  min-width: 560px !important;
}
[minwidth='565'] {
  min-width: 565px !important;
}
[minwidth='570'] {
  min-width: 570px !important;
}
[minwidth='575'] {
  min-width: 575px !important;
}
[minwidth='580'] {
  min-width: 580px !important;
}
[minwidth='585'] {
  min-width: 585px !important;
}
[minwidth='590'] {
  min-width: 590px !important;
}
[minwidth='595'] {
  min-width: 595px !important;
}
[minwidth='600'] {
  min-width: 600px !important;
}
[minwidth='605'] {
  min-width: 605px !important;
}
[minwidth='610'] {
  min-width: 610px !important;
}
[minwidth='615'] {
  min-width: 615px !important;
}
[minwidth='620'] {
  min-width: 620px !important;
}
[minwidth='625'] {
  min-width: 625px !important;
}
[minwidth='630'] {
  min-width: 630px !important;
}
[minwidth='635'] {
  min-width: 635px !important;
}
[minwidth='640'] {
  min-width: 640px !important;
}
[minwidth='645'] {
  min-width: 645px !important;
}
[minwidth='650'] {
  min-width: 650px !important;
}
[minwidth='655'] {
  min-width: 655px !important;
}
[minwidth='660'] {
  min-width: 660px !important;
}
[minwidth='665'] {
  min-width: 665px !important;
}
[minwidth='670'] {
  min-width: 670px !important;
}
[minwidth='675'] {
  min-width: 675px !important;
}
[minwidth='680'] {
  min-width: 680px !important;
}
[minwidth='685'] {
  min-width: 685px !important;
}
[minwidth='690'] {
  min-width: 690px !important;
}
[minwidth='695'] {
  min-width: 695px !important;
}
[minwidth='700'] {
  min-width: 700px !important;
}
[minwidth='705'] {
  min-width: 705px !important;
}
[minwidth='710'] {
  min-width: 710px !important;
}
[minwidth='715'] {
  min-width: 715px !important;
}
[minwidth='720'] {
  min-width: 720px !important;
}
[minwidth='725'] {
  min-width: 725px !important;
}
[minwidth='730'] {
  min-width: 730px !important;
}
[minwidth='735'] {
  min-width: 735px !important;
}
[minwidth='740'] {
  min-width: 740px !important;
}
[minwidth='745'] {
  min-width: 745px !important;
}
[minwidth='750'] {
  min-width: 750px !important;
}
[minwidth='755'] {
  min-width: 755px !important;
}
[minwidth='760'] {
  min-width: 760px !important;
}
[minwidth='765'] {
  min-width: 765px !important;
}
[minwidth='770'] {
  min-width: 770px !important;
}
[minwidth='775'] {
  min-width: 775px !important;
}
[minwidth='780'] {
  min-width: 780px !important;
}
[minwidth='785'] {
  min-width: 785px !important;
}
[minwidth='790'] {
  min-width: 790px !important;
}
[minwidth='795'] {
  min-width: 795px !important;
}
[minwidth='800'] {
  min-width: 800px !important;
}
[minwidth='805'] {
  min-width: 805px !important;
}
[minwidth='810'] {
  min-width: 810px !important;
}
[minwidth='815'] {
  min-width: 815px !important;
}
[minwidth='820'] {
  min-width: 820px !important;
}
[minwidth='825'] {
  min-width: 825px !important;
}
[minwidth='830'] {
  min-width: 830px !important;
}
[minwidth='835'] {
  min-width: 835px !important;
}
[minwidth='840'] {
  min-width: 840px !important;
}
[minwidth='845'] {
  min-width: 845px !important;
}
[minwidth='850'] {
  min-width: 850px !important;
}
[minwidth='855'] {
  min-width: 855px !important;
}
[minwidth='860'] {
  min-width: 860px !important;
}
[minwidth='865'] {
  min-width: 865px !important;
}
[minwidth='870'] {
  min-width: 870px !important;
}
[minwidth='875'] {
  min-width: 875px !important;
}
[minwidth='880'] {
  min-width: 880px !important;
}
[minwidth='885'] {
  min-width: 885px !important;
}
[minwidth='890'] {
  min-width: 890px !important;
}
[minwidth='895'] {
  min-width: 895px !important;
}
[minwidth='900'] {
  min-width: 900px !important;
}
[minwidth='905'] {
  min-width: 905px !important;
}
[minwidth='910'] {
  min-width: 910px !important;
}
[minwidth='915'] {
  min-width: 915px !important;
}
[minwidth='920'] {
  min-width: 920px !important;
}
[minwidth='925'] {
  min-width: 925px !important;
}
[minwidth='930'] {
  min-width: 930px !important;
}
[minwidth='935'] {
  min-width: 935px !important;
}
[minwidth='940'] {
  min-width: 940px !important;
}
[minwidth='945'] {
  min-width: 945px !important;
}
[minwidth='950'] {
  min-width: 950px !important;
}
[minwidth='955'] {
  min-width: 955px !important;
}
[minwidth='960'] {
  min-width: 960px !important;
}
[minwidth='965'] {
  min-width: 965px !important;
}
[minwidth='970'] {
  min-width: 970px !important;
}
[minwidth='975'] {
  min-width: 975px !important;
}
[minwidth='980'] {
  min-width: 980px !important;
}
[minwidth='985'] {
  min-width: 985px !important;
}
[minwidth='990'] {
  min-width: 990px !important;
}
[minwidth='995'] {
  min-width: 995px !important;
}
[minwidth='1000'] {
  min-width: 1000px !important;
}
[minwidth='1005'] {
  min-width: 1005px !important;
}
[minwidth='1010'] {
  min-width: 1010px !important;
}
[minwidth='1015'] {
  min-width: 1015px !important;
}
[minwidth='1020'] {
  min-width: 1020px !important;
}
[minwidth='1025'] {
  min-width: 1025px !important;
}
[minwidth='1030'] {
  min-width: 1030px !important;
}
[minwidth='1035'] {
  min-width: 1035px !important;
}
[minwidth='1040'] {
  min-width: 1040px !important;
}
[minwidth='1045'] {
  min-width: 1045px !important;
}
[minwidth='1050'] {
  min-width: 1050px !important;
}
[minwidth='1055'] {
  min-width: 1055px !important;
}
[minwidth='1060'] {
  min-width: 1060px !important;
}
[minwidth='1065'] {
  min-width: 1065px !important;
}
[minwidth='1070'] {
  min-width: 1070px !important;
}
[minwidth='1075'] {
  min-width: 1075px !important;
}
[minwidth='1080'] {
  min-width: 1080px !important;
}
[minwidth='1085'] {
  min-width: 1085px !important;
}
[minwidth='1090'] {
  min-width: 1090px !important;
}
[minwidth='1095'] {
  min-width: 1095px !important;
}
[minwidth='1100'] {
  min-width: 1100px !important;
}
[minwidth='1105'] {
  min-width: 1105px !important;
}
[minwidth='1110'] {
  min-width: 1110px !important;
}
[minwidth='1115'] {
  min-width: 1115px !important;
}
[minwidth='1120'] {
  min-width: 1120px !important;
}
[minwidth='1125'] {
  min-width: 1125px !important;
}
[minwidth='1130'] {
  min-width: 1130px !important;
}
[minwidth='1135'] {
  min-width: 1135px !important;
}
[minwidth='1140'] {
  min-width: 1140px !important;
}
[minwidth='1145'] {
  min-width: 1145px !important;
}
[minwidth='1150'] {
  min-width: 1150px !important;
}
[minwidth='1155'] {
  min-width: 1155px !important;
}
[minwidth='1160'] {
  min-width: 1160px !important;
}
[minwidth='1165'] {
  min-width: 1165px !important;
}
[minwidth='1170'] {
  min-width: 1170px !important;
}
[minwidth='1175'] {
  min-width: 1175px !important;
}
[minwidth='1180'] {
  min-width: 1180px !important;
}
[minwidth='1185'] {
  min-width: 1185px !important;
}
[minwidth='1190'] {
  min-width: 1190px !important;
}
[minwidth='1195'] {
  min-width: 1195px !important;
}
[minwidth='1200'] {
  min-width: 1200px !important;
}
[minwidth='1205'] {
  min-width: 1205px !important;
}
[minwidth='1210'] {
  min-width: 1210px !important;
}
[minwidth='1215'] {
  min-width: 1215px !important;
}
[minwidth='1220'] {
  min-width: 1220px !important;
}
[minwidth='1225'] {
  min-width: 1225px !important;
}
[minwidth='1230'] {
  min-width: 1230px !important;
}
[minwidth='1235'] {
  min-width: 1235px !important;
}
[minwidth='1240'] {
  min-width: 1240px !important;
}
[minwidth='1245'] {
  min-width: 1245px !important;
}
[minwidth='1250'] {
  min-width: 1250px !important;
}
[minwidth='1255'] {
  min-width: 1255px !important;
}
[minwidth='1260'] {
  min-width: 1260px !important;
}
[minwidth='1265'] {
  min-width: 1265px !important;
}
[minwidth='1270'] {
  min-width: 1270px !important;
}
[minwidth='1275'] {
  min-width: 1275px !important;
}
[minwidth='1280'] {
  min-width: 1280px !important;
}
[minwidth='1285'] {
  min-width: 1285px !important;
}
[minwidth='1290'] {
  min-width: 1290px !important;
}
[minwidth='1295'] {
  min-width: 1295px !important;
}
[minwidth='1300'] {
  min-width: 1300px !important;
}
[minwidth='1305'] {
  min-width: 1305px !important;
}
[minwidth='1310'] {
  min-width: 1310px !important;
}
[minwidth='1315'] {
  min-width: 1315px !important;
}
[minwidth='1320'] {
  min-width: 1320px !important;
}
[minwidth='1325'] {
  min-width: 1325px !important;
}
[minwidth='1330'] {
  min-width: 1330px !important;
}
[minwidth='1335'] {
  min-width: 1335px !important;
}
[minwidth='1340'] {
  min-width: 1340px !important;
}
[minwidth='1345'] {
  min-width: 1345px !important;
}
[minwidth='1350'] {
  min-width: 1350px !important;
}
[minwidth='1355'] {
  min-width: 1355px !important;
}
[minwidth='1360'] {
  min-width: 1360px !important;
}
[minwidth='1365'] {
  min-width: 1365px !important;
}
[minwidth='1370'] {
  min-width: 1370px !important;
}
[minwidth='1375'] {
  min-width: 1375px !important;
}
[minwidth='1380'] {
  min-width: 1380px !important;
}
[minwidth='1385'] {
  min-width: 1385px !important;
}
[minwidth='1390'] {
  min-width: 1390px !important;
}
[minwidth='1395'] {
  min-width: 1395px !important;
}
[minwidth='1400'] {
  min-width: 1400px !important;
}
[minwidth='1405'] {
  min-width: 1405px !important;
}
[minwidth='1410'] {
  min-width: 1410px !important;
}
[minwidth='1415'] {
  min-width: 1415px !important;
}
[minwidth='1420'] {
  min-width: 1420px !important;
}
[minwidth='1425'] {
  min-width: 1425px !important;
}
[minwidth='1430'] {
  min-width: 1430px !important;
}
[minwidth='1435'] {
  min-width: 1435px !important;
}
[minwidth='1440'] {
  min-width: 1440px !important;
}
[minwidth='1445'] {
  min-width: 1445px !important;
}
[minwidth='1450'] {
  min-width: 1450px !important;
}
[minwidth='1455'] {
  min-width: 1455px !important;
}
[minwidth='1460'] {
  min-width: 1460px !important;
}
[minwidth='1465'] {
  min-width: 1465px !important;
}
[minwidth='1470'] {
  min-width: 1470px !important;
}
[minwidth='1475'] {
  min-width: 1475px !important;
}
[minwidth='1480'] {
  min-width: 1480px !important;
}
[minwidth='1485'] {
  min-width: 1485px !important;
}
[minwidth='1490'] {
  min-width: 1490px !important;
}
[minwidth='1495'] {
  min-width: 1495px !important;
}
[minwidth='1500'] {
  min-width: 1500px !important;
}
[minwidth='1505'] {
  min-width: 1505px !important;
}
[minwidth='1510'] {
  min-width: 1510px !important;
}
[minwidth='1515'] {
  min-width: 1515px !important;
}
[minwidth='1520'] {
  min-width: 1520px !important;
}
[minwidth='1525'] {
  min-width: 1525px !important;
}
[minwidth='1530'] {
  min-width: 1530px !important;
}
[minwidth='1535'] {
  min-width: 1535px !important;
}
[minwidth='1540'] {
  min-width: 1540px !important;
}
[minwidth='1545'] {
  min-width: 1545px !important;
}
[minwidth='1550'] {
  min-width: 1550px !important;
}
[minwidth='1555'] {
  min-width: 1555px !important;
}
[minwidth='1560'] {
  min-width: 1560px !important;
}
[minwidth='1565'] {
  min-width: 1565px !important;
}
[minwidth='1570'] {
  min-width: 1570px !important;
}
[minwidth='1575'] {
  min-width: 1575px !important;
}
[minwidth='1580'] {
  min-width: 1580px !important;
}
[minwidth='1585'] {
  min-width: 1585px !important;
}
[minwidth='1590'] {
  min-width: 1590px !important;
}
[minwidth='1595'] {
  min-width: 1595px !important;
}
[minwidth='1600'] {
  min-width: 1600px !important;
}
[minwidth='1605'] {
  min-width: 1605px !important;
}
[minwidth='1610'] {
  min-width: 1610px !important;
}
[minwidth='1615'] {
  min-width: 1615px !important;
}
[minwidth='1620'] {
  min-width: 1620px !important;
}
[minwidth='1625'] {
  min-width: 1625px !important;
}
[minwidth='1630'] {
  min-width: 1630px !important;
}
[minwidth='1635'] {
  min-width: 1635px !important;
}
[minwidth='1640'] {
  min-width: 1640px !important;
}
[minwidth='1645'] {
  min-width: 1645px !important;
}
[minwidth='1650'] {
  min-width: 1650px !important;
}
[minwidth='1655'] {
  min-width: 1655px !important;
}
[minwidth='1660'] {
  min-width: 1660px !important;
}
[minwidth='1665'] {
  min-width: 1665px !important;
}
[minwidth='1670'] {
  min-width: 1670px !important;
}
[minwidth='1675'] {
  min-width: 1675px !important;
}
[minwidth='1680'] {
  min-width: 1680px !important;
}
[minwidth='1685'] {
  min-width: 1685px !important;
}
[minwidth='1690'] {
  min-width: 1690px !important;
}
[minwidth='1695'] {
  min-width: 1695px !important;
}
[minwidth='1700'] {
  min-width: 1700px !important;
}
[minwidth='1705'] {
  min-width: 1705px !important;
}
[minwidth='1710'] {
  min-width: 1710px !important;
}
[minwidth='1715'] {
  min-width: 1715px !important;
}
[minwidth='1720'] {
  min-width: 1720px !important;
}
[minwidth='1725'] {
  min-width: 1725px !important;
}
[minwidth='1730'] {
  min-width: 1730px !important;
}
[minwidth='1735'] {
  min-width: 1735px !important;
}
[minwidth='1740'] {
  min-width: 1740px !important;
}
[minwidth='1745'] {
  min-width: 1745px !important;
}
[minwidth='1750'] {
  min-width: 1750px !important;
}
[minwidth='1755'] {
  min-width: 1755px !important;
}
[minwidth='1760'] {
  min-width: 1760px !important;
}
[minwidth='1765'] {
  min-width: 1765px !important;
}
[minwidth='1770'] {
  min-width: 1770px !important;
}
[minwidth='1775'] {
  min-width: 1775px !important;
}
[minwidth='1780'] {
  min-width: 1780px !important;
}
[minwidth='1785'] {
  min-width: 1785px !important;
}
[minwidth='1790'] {
  min-width: 1790px !important;
}
[minwidth='1795'] {
  min-width: 1795px !important;
}
[minwidth='1800'] {
  min-width: 1800px !important;
}
[minwidth='1805'] {
  min-width: 1805px !important;
}
[minwidth='1810'] {
  min-width: 1810px !important;
}
[minwidth='1815'] {
  min-width: 1815px !important;
}
[minwidth='1820'] {
  min-width: 1820px !important;
}
[minwidth='1825'] {
  min-width: 1825px !important;
}
[minwidth='1830'] {
  min-width: 1830px !important;
}
[minwidth='1835'] {
  min-width: 1835px !important;
}
[minwidth='1840'] {
  min-width: 1840px !important;
}
[minwidth='1845'] {
  min-width: 1845px !important;
}
[minwidth='1850'] {
  min-width: 1850px !important;
}
[minwidth='1855'] {
  min-width: 1855px !important;
}
[minwidth='1860'] {
  min-width: 1860px !important;
}
[minwidth='1865'] {
  min-width: 1865px !important;
}
[minwidth='1870'] {
  min-width: 1870px !important;
}
[minwidth='1875'] {
  min-width: 1875px !important;
}
[minwidth='1880'] {
  min-width: 1880px !important;
}
[minwidth='1885'] {
  min-width: 1885px !important;
}
[minwidth='1890'] {
  min-width: 1890px !important;
}
[minwidth='1895'] {
  min-width: 1895px !important;
}
[minwidth='1900'] {
  min-width: 1900px !important;
}
[minwidth='1905'] {
  min-width: 1905px !important;
}
[minwidth='1910'] {
  min-width: 1910px !important;
}
[minwidth='1915'] {
  min-width: 1915px !important;
}
[minwidth='1920'] {
  min-width: 1920px !important;
}
[minwidth='1925'] {
  min-width: 1925px !important;
}
[minwidth='1930'] {
  min-width: 1930px !important;
}
[minwidth='1935'] {
  min-width: 1935px !important;
}
[minwidth='1940'] {
  min-width: 1940px !important;
}
[minwidth='1945'] {
  min-width: 1945px !important;
}
[minwidth='1950'] {
  min-width: 1950px !important;
}
[minwidth='1955'] {
  min-width: 1955px !important;
}
[minwidth='1960'] {
  min-width: 1960px !important;
}
[minwidth='1965'] {
  min-width: 1965px !important;
}
[minwidth='1970'] {
  min-width: 1970px !important;
}
[minwidth='1975'] {
  min-width: 1975px !important;
}
[minwidth='1980'] {
  min-width: 1980px !important;
}
[minwidth='1985'] {
  min-width: 1985px !important;
}
[minwidth='1990'] {
  min-width: 1990px !important;
}
[minwidth='1995'] {
  min-width: 1995px !important;
}
[minwidth='2000'] {
  min-width: 2000px !important;
}
[maxwidth='0'] {
  max-width: 0px !important;
}
[maxwidth='5'] {
  max-width: 5px !important;
}
[maxwidth='10'] {
  max-width: 10px !important;
}
[maxwidth='15'] {
  max-width: 15px !important;
}
[maxwidth='20'] {
  max-width: 20px !important;
}
[maxwidth='25'] {
  max-width: 25px !important;
}
[maxwidth='30'] {
  max-width: 30px !important;
}
[maxwidth='35'] {
  max-width: 35px !important;
}
[maxwidth='40'] {
  max-width: 40px !important;
}
[maxwidth='45'] {
  max-width: 45px !important;
}
[maxwidth='50'] {
  max-width: 50px !important;
}
[maxwidth='55'] {
  max-width: 55px !important;
}
[maxwidth='60'] {
  max-width: 60px !important;
}
[maxwidth='65'] {
  max-width: 65px !important;
}
[maxwidth='70'] {
  max-width: 70px !important;
}
[maxwidth='75'] {
  max-width: 75px !important;
}
[maxwidth='80'] {
  max-width: 80px !important;
}
[maxwidth='85'] {
  max-width: 85px !important;
}
[maxwidth='90'] {
  max-width: 90px !important;
}
[maxwidth='95'] {
  max-width: 95px !important;
}
[maxwidth='100'] {
  max-width: 100px !important;
}
[maxwidth='105'] {
  max-width: 105px !important;
}
[maxwidth='110'] {
  max-width: 110px !important;
}
[maxwidth='115'] {
  max-width: 115px !important;
}
[maxwidth='120'] {
  max-width: 120px !important;
}
[maxwidth='125'] {
  max-width: 125px !important;
}
[maxwidth='130'] {
  max-width: 130px !important;
}
[maxwidth='135'] {
  max-width: 135px !important;
}
[maxwidth='140'] {
  max-width: 140px !important;
}
[maxwidth='145'] {
  max-width: 145px !important;
}
[maxwidth='150'] {
  max-width: 150px !important;
}
[maxwidth='155'] {
  max-width: 155px !important;
}
[maxwidth='160'] {
  max-width: 160px !important;
}
[maxwidth='165'] {
  max-width: 165px !important;
}
[maxwidth='170'] {
  max-width: 170px !important;
}
[maxwidth='175'] {
  max-width: 175px !important;
}
[maxwidth='180'] {
  max-width: 180px !important;
}
[maxwidth='185'] {
  max-width: 185px !important;
}
[maxwidth='190'] {
  max-width: 190px !important;
}
[maxwidth='195'] {
  max-width: 195px !important;
}
[maxwidth='200'] {
  max-width: 200px !important;
}
[maxwidth='205'] {
  max-width: 205px !important;
}
[maxwidth='210'] {
  max-width: 210px !important;
}
[maxwidth='215'] {
  max-width: 215px !important;
}
[maxwidth='220'] {
  max-width: 220px !important;
}
[maxwidth='225'] {
  max-width: 225px !important;
}
[maxwidth='230'] {
  max-width: 230px !important;
}
[maxwidth='235'] {
  max-width: 235px !important;
}
[maxwidth='240'] {
  max-width: 240px !important;
}
[maxwidth='245'] {
  max-width: 245px !important;
}
[maxwidth='250'] {
  max-width: 250px !important;
}
[maxwidth='255'] {
  max-width: 255px !important;
}
[maxwidth='260'] {
  max-width: 260px !important;
}
[maxwidth='265'] {
  max-width: 265px !important;
}
[maxwidth='270'] {
  max-width: 270px !important;
}
[maxwidth='275'] {
  max-width: 275px !important;
}
[maxwidth='280'] {
  max-width: 280px !important;
}
[maxwidth='285'] {
  max-width: 285px !important;
}
[maxwidth='290'] {
  max-width: 290px !important;
}
[maxwidth='295'] {
  max-width: 295px !important;
}
[maxwidth='300'] {
  max-width: 300px !important;
}
[maxwidth='305'] {
  max-width: 305px !important;
}
[maxwidth='310'] {
  max-width: 310px !important;
}
[maxwidth='315'] {
  max-width: 315px !important;
}
[maxwidth='320'] {
  max-width: 320px !important;
}
[maxwidth='325'] {
  max-width: 325px !important;
}
[maxwidth='330'] {
  max-width: 330px !important;
}
[maxwidth='335'] {
  max-width: 335px !important;
}
[maxwidth='340'] {
  max-width: 340px !important;
}
[maxwidth='345'] {
  max-width: 345px !important;
}
[maxwidth='350'] {
  max-width: 350px !important;
}
[maxwidth='355'] {
  max-width: 355px !important;
}
[maxwidth='360'] {
  max-width: 360px !important;
}
[maxwidth='365'] {
  max-width: 365px !important;
}
[maxwidth='370'] {
  max-width: 370px !important;
}
[maxwidth='375'] {
  max-width: 375px !important;
}
[maxwidth='380'] {
  max-width: 380px !important;
}
[maxwidth='385'] {
  max-width: 385px !important;
}
[maxwidth='390'] {
  max-width: 390px !important;
}
[maxwidth='395'] {
  max-width: 395px !important;
}
[maxwidth='400'] {
  max-width: 400px !important;
}
[maxwidth='405'] {
  max-width: 405px !important;
}
[maxwidth='410'] {
  max-width: 410px !important;
}
[maxwidth='415'] {
  max-width: 415px !important;
}
[maxwidth='420'] {
  max-width: 420px !important;
}
[maxwidth='425'] {
  max-width: 425px !important;
}
[maxwidth='430'] {
  max-width: 430px !important;
}
[maxwidth='435'] {
  max-width: 435px !important;
}
[maxwidth='440'] {
  max-width: 440px !important;
}
[maxwidth='445'] {
  max-width: 445px !important;
}
[maxwidth='450'] {
  max-width: 450px !important;
}
[maxwidth='455'] {
  max-width: 455px !important;
}
[maxwidth='460'] {
  max-width: 460px !important;
}
[maxwidth='465'] {
  max-width: 465px !important;
}
[maxwidth='470'] {
  max-width: 470px !important;
}
[maxwidth='475'] {
  max-width: 475px !important;
}
[maxwidth='480'] {
  max-width: 480px !important;
}
[maxwidth='485'] {
  max-width: 485px !important;
}
[maxwidth='490'] {
  max-width: 490px !important;
}
[maxwidth='495'] {
  max-width: 495px !important;
}
[maxwidth='500'] {
  max-width: 500px !important;
}
[maxwidth='505'] {
  max-width: 505px !important;
}
[maxwidth='510'] {
  max-width: 510px !important;
}
[maxwidth='515'] {
  max-width: 515px !important;
}
[maxwidth='520'] {
  max-width: 520px !important;
}
[maxwidth='525'] {
  max-width: 525px !important;
}
[maxwidth='530'] {
  max-width: 530px !important;
}
[maxwidth='535'] {
  max-width: 535px !important;
}
[maxwidth='540'] {
  max-width: 540px !important;
}
[maxwidth='545'] {
  max-width: 545px !important;
}
[maxwidth='550'] {
  max-width: 550px !important;
}
[maxwidth='555'] {
  max-width: 555px !important;
}
[maxwidth='560'] {
  max-width: 560px !important;
}
[maxwidth='565'] {
  max-width: 565px !important;
}
[maxwidth='570'] {
  max-width: 570px !important;
}
[maxwidth='575'] {
  max-width: 575px !important;
}
[maxwidth='580'] {
  max-width: 580px !important;
}
[maxwidth='585'] {
  max-width: 585px !important;
}
[maxwidth='590'] {
  max-width: 590px !important;
}
[maxwidth='595'] {
  max-width: 595px !important;
}
[maxwidth='600'] {
  max-width: 600px !important;
}
[maxwidth='605'] {
  max-width: 605px !important;
}
[maxwidth='610'] {
  max-width: 610px !important;
}
[maxwidth='615'] {
  max-width: 615px !important;
}
[maxwidth='620'] {
  max-width: 620px !important;
}
[maxwidth='625'] {
  max-width: 625px !important;
}
[maxwidth='630'] {
  max-width: 630px !important;
}
[maxwidth='635'] {
  max-width: 635px !important;
}
[maxwidth='640'] {
  max-width: 640px !important;
}
[maxwidth='645'] {
  max-width: 645px !important;
}
[maxwidth='650'] {
  max-width: 650px !important;
}
[maxwidth='655'] {
  max-width: 655px !important;
}
[maxwidth='660'] {
  max-width: 660px !important;
}
[maxwidth='665'] {
  max-width: 665px !important;
}
[maxwidth='670'] {
  max-width: 670px !important;
}
[maxwidth='675'] {
  max-width: 675px !important;
}
[maxwidth='680'] {
  max-width: 680px !important;
}
[maxwidth='685'] {
  max-width: 685px !important;
}
[maxwidth='690'] {
  max-width: 690px !important;
}
[maxwidth='695'] {
  max-width: 695px !important;
}
[maxwidth='700'] {
  max-width: 700px !important;
}
[maxwidth='705'] {
  max-width: 705px !important;
}
[maxwidth='710'] {
  max-width: 710px !important;
}
[maxwidth='715'] {
  max-width: 715px !important;
}
[maxwidth='720'] {
  max-width: 720px !important;
}
[maxwidth='725'] {
  max-width: 725px !important;
}
[maxwidth='730'] {
  max-width: 730px !important;
}
[maxwidth='735'] {
  max-width: 735px !important;
}
[maxwidth='740'] {
  max-width: 740px !important;
}
[maxwidth='745'] {
  max-width: 745px !important;
}
[maxwidth='750'] {
  max-width: 750px !important;
}
[maxwidth='755'] {
  max-width: 755px !important;
}
[maxwidth='760'] {
  max-width: 760px !important;
}
[maxwidth='765'] {
  max-width: 765px !important;
}
[maxwidth='770'] {
  max-width: 770px !important;
}
[maxwidth='775'] {
  max-width: 775px !important;
}
[maxwidth='780'] {
  max-width: 780px !important;
}
[maxwidth='785'] {
  max-width: 785px !important;
}
[maxwidth='790'] {
  max-width: 790px !important;
}
[maxwidth='795'] {
  max-width: 795px !important;
}
[maxwidth='800'] {
  max-width: 800px !important;
}
[maxwidth='805'] {
  max-width: 805px !important;
}
[maxwidth='810'] {
  max-width: 810px !important;
}
[maxwidth='815'] {
  max-width: 815px !important;
}
[maxwidth='820'] {
  max-width: 820px !important;
}
[maxwidth='825'] {
  max-width: 825px !important;
}
[maxwidth='830'] {
  max-width: 830px !important;
}
[maxwidth='835'] {
  max-width: 835px !important;
}
[maxwidth='840'] {
  max-width: 840px !important;
}
[maxwidth='845'] {
  max-width: 845px !important;
}
[maxwidth='850'] {
  max-width: 850px !important;
}
[maxwidth='855'] {
  max-width: 855px !important;
}
[maxwidth='860'] {
  max-width: 860px !important;
}
[maxwidth='865'] {
  max-width: 865px !important;
}
[maxwidth='870'] {
  max-width: 870px !important;
}
[maxwidth='875'] {
  max-width: 875px !important;
}
[maxwidth='880'] {
  max-width: 880px !important;
}
[maxwidth='885'] {
  max-width: 885px !important;
}
[maxwidth='890'] {
  max-width: 890px !important;
}
[maxwidth='895'] {
  max-width: 895px !important;
}
[maxwidth='900'] {
  max-width: 900px !important;
}
[maxwidth='905'] {
  max-width: 905px !important;
}
[maxwidth='910'] {
  max-width: 910px !important;
}
[maxwidth='915'] {
  max-width: 915px !important;
}
[maxwidth='920'] {
  max-width: 920px !important;
}
[maxwidth='925'] {
  max-width: 925px !important;
}
[maxwidth='930'] {
  max-width: 930px !important;
}
[maxwidth='935'] {
  max-width: 935px !important;
}
[maxwidth='940'] {
  max-width: 940px !important;
}
[maxwidth='945'] {
  max-width: 945px !important;
}
[maxwidth='950'] {
  max-width: 950px !important;
}
[maxwidth='955'] {
  max-width: 955px !important;
}
[maxwidth='960'] {
  max-width: 960px !important;
}
[maxwidth='965'] {
  max-width: 965px !important;
}
[maxwidth='970'] {
  max-width: 970px !important;
}
[maxwidth='975'] {
  max-width: 975px !important;
}
[maxwidth='980'] {
  max-width: 980px !important;
}
[maxwidth='985'] {
  max-width: 985px !important;
}
[maxwidth='990'] {
  max-width: 990px !important;
}
[maxwidth='995'] {
  max-width: 995px !important;
}
[maxwidth='1000'] {
  max-width: 1000px !important;
}
[maxwidth='1005'] {
  max-width: 1005px !important;
}
[maxwidth='1010'] {
  max-width: 1010px !important;
}
[maxwidth='1015'] {
  max-width: 1015px !important;
}
[maxwidth='1020'] {
  max-width: 1020px !important;
}
[maxwidth='1025'] {
  max-width: 1025px !important;
}
[maxwidth='1030'] {
  max-width: 1030px !important;
}
[maxwidth='1035'] {
  max-width: 1035px !important;
}
[maxwidth='1040'] {
  max-width: 1040px !important;
}
[maxwidth='1045'] {
  max-width: 1045px !important;
}
[maxwidth='1050'] {
  max-width: 1050px !important;
}
[maxwidth='1055'] {
  max-width: 1055px !important;
}
[maxwidth='1060'] {
  max-width: 1060px !important;
}
[maxwidth='1065'] {
  max-width: 1065px !important;
}
[maxwidth='1070'] {
  max-width: 1070px !important;
}
[maxwidth='1075'] {
  max-width: 1075px !important;
}
[maxwidth='1080'] {
  max-width: 1080px !important;
}
[maxwidth='1085'] {
  max-width: 1085px !important;
}
[maxwidth='1090'] {
  max-width: 1090px !important;
}
[maxwidth='1095'] {
  max-width: 1095px !important;
}
[maxwidth='1100'] {
  max-width: 1100px !important;
}
[maxwidth='1105'] {
  max-width: 1105px !important;
}
[maxwidth='1110'] {
  max-width: 1110px !important;
}
[maxwidth='1115'] {
  max-width: 1115px !important;
}
[maxwidth='1120'] {
  max-width: 1120px !important;
}
[maxwidth='1125'] {
  max-width: 1125px !important;
}
[maxwidth='1130'] {
  max-width: 1130px !important;
}
[maxwidth='1135'] {
  max-width: 1135px !important;
}
[maxwidth='1140'] {
  max-width: 1140px !important;
}
[maxwidth='1145'] {
  max-width: 1145px !important;
}
[maxwidth='1150'] {
  max-width: 1150px !important;
}
[maxwidth='1155'] {
  max-width: 1155px !important;
}
[maxwidth='1160'] {
  max-width: 1160px !important;
}
[maxwidth='1165'] {
  max-width: 1165px !important;
}
[maxwidth='1170'] {
  max-width: 1170px !important;
}
[maxwidth='1175'] {
  max-width: 1175px !important;
}
[maxwidth='1180'] {
  max-width: 1180px !important;
}
[maxwidth='1185'] {
  max-width: 1185px !important;
}
[maxwidth='1190'] {
  max-width: 1190px !important;
}
[maxwidth='1195'] {
  max-width: 1195px !important;
}
[maxwidth='1200'] {
  max-width: 1200px !important;
}
[maxwidth='1205'] {
  max-width: 1205px !important;
}
[maxwidth='1210'] {
  max-width: 1210px !important;
}
[maxwidth='1215'] {
  max-width: 1215px !important;
}
[maxwidth='1220'] {
  max-width: 1220px !important;
}
[maxwidth='1225'] {
  max-width: 1225px !important;
}
[maxwidth='1230'] {
  max-width: 1230px !important;
}
[maxwidth='1235'] {
  max-width: 1235px !important;
}
[maxwidth='1240'] {
  max-width: 1240px !important;
}
[maxwidth='1245'] {
  max-width: 1245px !important;
}
[maxwidth='1250'] {
  max-width: 1250px !important;
}
[maxwidth='1255'] {
  max-width: 1255px !important;
}
[maxwidth='1260'] {
  max-width: 1260px !important;
}
[maxwidth='1265'] {
  max-width: 1265px !important;
}
[maxwidth='1270'] {
  max-width: 1270px !important;
}
[maxwidth='1275'] {
  max-width: 1275px !important;
}
[maxwidth='1280'] {
  max-width: 1280px !important;
}
[maxwidth='1285'] {
  max-width: 1285px !important;
}
[maxwidth='1290'] {
  max-width: 1290px !important;
}
[maxwidth='1295'] {
  max-width: 1295px !important;
}
[maxwidth='1300'] {
  max-width: 1300px !important;
}
[maxwidth='1305'] {
  max-width: 1305px !important;
}
[maxwidth='1310'] {
  max-width: 1310px !important;
}
[maxwidth='1315'] {
  max-width: 1315px !important;
}
[maxwidth='1320'] {
  max-width: 1320px !important;
}
[maxwidth='1325'] {
  max-width: 1325px !important;
}
[maxwidth='1330'] {
  max-width: 1330px !important;
}
[maxwidth='1335'] {
  max-width: 1335px !important;
}
[maxwidth='1340'] {
  max-width: 1340px !important;
}
[maxwidth='1345'] {
  max-width: 1345px !important;
}
[maxwidth='1350'] {
  max-width: 1350px !important;
}
[maxwidth='1355'] {
  max-width: 1355px !important;
}
[maxwidth='1360'] {
  max-width: 1360px !important;
}
[maxwidth='1365'] {
  max-width: 1365px !important;
}
[maxwidth='1370'] {
  max-width: 1370px !important;
}
[maxwidth='1375'] {
  max-width: 1375px !important;
}
[maxwidth='1380'] {
  max-width: 1380px !important;
}
[maxwidth='1385'] {
  max-width: 1385px !important;
}
[maxwidth='1390'] {
  max-width: 1390px !important;
}
[maxwidth='1395'] {
  max-width: 1395px !important;
}
[maxwidth='1400'] {
  max-width: 1400px !important;
}
[maxwidth='1405'] {
  max-width: 1405px !important;
}
[maxwidth='1410'] {
  max-width: 1410px !important;
}
[maxwidth='1415'] {
  max-width: 1415px !important;
}
[maxwidth='1420'] {
  max-width: 1420px !important;
}
[maxwidth='1425'] {
  max-width: 1425px !important;
}
[maxwidth='1430'] {
  max-width: 1430px !important;
}
[maxwidth='1435'] {
  max-width: 1435px !important;
}
[maxwidth='1440'] {
  max-width: 1440px !important;
}
[maxwidth='1445'] {
  max-width: 1445px !important;
}
[maxwidth='1450'] {
  max-width: 1450px !important;
}
[maxwidth='1455'] {
  max-width: 1455px !important;
}
[maxwidth='1460'] {
  max-width: 1460px !important;
}
[maxwidth='1465'] {
  max-width: 1465px !important;
}
[maxwidth='1470'] {
  max-width: 1470px !important;
}
[maxwidth='1475'] {
  max-width: 1475px !important;
}
[maxwidth='1480'] {
  max-width: 1480px !important;
}
[maxwidth='1485'] {
  max-width: 1485px !important;
}
[maxwidth='1490'] {
  max-width: 1490px !important;
}
[maxwidth='1495'] {
  max-width: 1495px !important;
}
[maxwidth='1500'] {
  max-width: 1500px !important;
}
[maxwidth='1505'] {
  max-width: 1505px !important;
}
[maxwidth='1510'] {
  max-width: 1510px !important;
}
[maxwidth='1515'] {
  max-width: 1515px !important;
}
[maxwidth='1520'] {
  max-width: 1520px !important;
}
[maxwidth='1525'] {
  max-width: 1525px !important;
}
[maxwidth='1530'] {
  max-width: 1530px !important;
}
[maxwidth='1535'] {
  max-width: 1535px !important;
}
[maxwidth='1540'] {
  max-width: 1540px !important;
}
[maxwidth='1545'] {
  max-width: 1545px !important;
}
[maxwidth='1550'] {
  max-width: 1550px !important;
}
[maxwidth='1555'] {
  max-width: 1555px !important;
}
[maxwidth='1560'] {
  max-width: 1560px !important;
}
[maxwidth='1565'] {
  max-width: 1565px !important;
}
[maxwidth='1570'] {
  max-width: 1570px !important;
}
[maxwidth='1575'] {
  max-width: 1575px !important;
}
[maxwidth='1580'] {
  max-width: 1580px !important;
}
[maxwidth='1585'] {
  max-width: 1585px !important;
}
[maxwidth='1590'] {
  max-width: 1590px !important;
}
[maxwidth='1595'] {
  max-width: 1595px !important;
}
[maxwidth='1600'] {
  max-width: 1600px !important;
}
[maxwidth='1605'] {
  max-width: 1605px !important;
}
[maxwidth='1610'] {
  max-width: 1610px !important;
}
[maxwidth='1615'] {
  max-width: 1615px !important;
}
[maxwidth='1620'] {
  max-width: 1620px !important;
}
[maxwidth='1625'] {
  max-width: 1625px !important;
}
[maxwidth='1630'] {
  max-width: 1630px !important;
}
[maxwidth='1635'] {
  max-width: 1635px !important;
}
[maxwidth='1640'] {
  max-width: 1640px !important;
}
[maxwidth='1645'] {
  max-width: 1645px !important;
}
[maxwidth='1650'] {
  max-width: 1650px !important;
}
[maxwidth='1655'] {
  max-width: 1655px !important;
}
[maxwidth='1660'] {
  max-width: 1660px !important;
}
[maxwidth='1665'] {
  max-width: 1665px !important;
}
[maxwidth='1670'] {
  max-width: 1670px !important;
}
[maxwidth='1675'] {
  max-width: 1675px !important;
}
[maxwidth='1680'] {
  max-width: 1680px !important;
}
[maxwidth='1685'] {
  max-width: 1685px !important;
}
[maxwidth='1690'] {
  max-width: 1690px !important;
}
[maxwidth='1695'] {
  max-width: 1695px !important;
}
[maxwidth='1700'] {
  max-width: 1700px !important;
}
[maxwidth='1705'] {
  max-width: 1705px !important;
}
[maxwidth='1710'] {
  max-width: 1710px !important;
}
[maxwidth='1715'] {
  max-width: 1715px !important;
}
[maxwidth='1720'] {
  max-width: 1720px !important;
}
[maxwidth='1725'] {
  max-width: 1725px !important;
}
[maxwidth='1730'] {
  max-width: 1730px !important;
}
[maxwidth='1735'] {
  max-width: 1735px !important;
}
[maxwidth='1740'] {
  max-width: 1740px !important;
}
[maxwidth='1745'] {
  max-width: 1745px !important;
}
[maxwidth='1750'] {
  max-width: 1750px !important;
}
[maxwidth='1755'] {
  max-width: 1755px !important;
}
[maxwidth='1760'] {
  max-width: 1760px !important;
}
[maxwidth='1765'] {
  max-width: 1765px !important;
}
[maxwidth='1770'] {
  max-width: 1770px !important;
}
[maxwidth='1775'] {
  max-width: 1775px !important;
}
[maxwidth='1780'] {
  max-width: 1780px !important;
}
[maxwidth='1785'] {
  max-width: 1785px !important;
}
[maxwidth='1790'] {
  max-width: 1790px !important;
}
[maxwidth='1795'] {
  max-width: 1795px !important;
}
[maxwidth='1800'] {
  max-width: 1800px !important;
}
[maxwidth='1805'] {
  max-width: 1805px !important;
}
[maxwidth='1810'] {
  max-width: 1810px !important;
}
[maxwidth='1815'] {
  max-width: 1815px !important;
}
[maxwidth='1820'] {
  max-width: 1820px !important;
}
[maxwidth='1825'] {
  max-width: 1825px !important;
}
[maxwidth='1830'] {
  max-width: 1830px !important;
}
[maxwidth='1835'] {
  max-width: 1835px !important;
}
[maxwidth='1840'] {
  max-width: 1840px !important;
}
[maxwidth='1845'] {
  max-width: 1845px !important;
}
[maxwidth='1850'] {
  max-width: 1850px !important;
}
[maxwidth='1855'] {
  max-width: 1855px !important;
}
[maxwidth='1860'] {
  max-width: 1860px !important;
}
[maxwidth='1865'] {
  max-width: 1865px !important;
}
[maxwidth='1870'] {
  max-width: 1870px !important;
}
[maxwidth='1875'] {
  max-width: 1875px !important;
}
[maxwidth='1880'] {
  max-width: 1880px !important;
}
[maxwidth='1885'] {
  max-width: 1885px !important;
}
[maxwidth='1890'] {
  max-width: 1890px !important;
}
[maxwidth='1895'] {
  max-width: 1895px !important;
}
[maxwidth='1900'] {
  max-width: 1900px !important;
}
[maxwidth='1905'] {
  max-width: 1905px !important;
}
[maxwidth='1910'] {
  max-width: 1910px !important;
}
[maxwidth='1915'] {
  max-width: 1915px !important;
}
[maxwidth='1920'] {
  max-width: 1920px !important;
}
[maxwidth='1925'] {
  max-width: 1925px !important;
}
[maxwidth='1930'] {
  max-width: 1930px !important;
}
[maxwidth='1935'] {
  max-width: 1935px !important;
}
[maxwidth='1940'] {
  max-width: 1940px !important;
}
[maxwidth='1945'] {
  max-width: 1945px !important;
}
[maxwidth='1950'] {
  max-width: 1950px !important;
}
[maxwidth='1955'] {
  max-width: 1955px !important;
}
[maxwidth='1960'] {
  max-width: 1960px !important;
}
[maxwidth='1965'] {
  max-width: 1965px !important;
}
[maxwidth='1970'] {
  max-width: 1970px !important;
}
[maxwidth='1975'] {
  max-width: 1975px !important;
}
[maxwidth='1980'] {
  max-width: 1980px !important;
}
[maxwidth='1985'] {
  max-width: 1985px !important;
}
[maxwidth='1990'] {
  max-width: 1990px !important;
}
[maxwidth='1995'] {
  max-width: 1995px !important;
}
[maxwidth='2000'] {
  max-width: 2000px !important;
}
[width='0'] {
  width: 0px !important;
}
[width='5'] {
  width: 5px !important;
}
[width='10'] {
  width: 10px !important;
}
[width='15'] {
  width: 15px !important;
}
[width='20'] {
  width: 20px !important;
}
[width='25'] {
  width: 25px !important;
}
[width='30'] {
  width: 30px !important;
}
[width='35'] {
  width: 35px !important;
}
[width='40'] {
  width: 40px !important;
}
[width='45'] {
  width: 45px !important;
}
[width='50'] {
  width: 50px !important;
}
[width='55'] {
  width: 55px !important;
}
[width='60'] {
  width: 60px !important;
}
[width='65'] {
  width: 65px !important;
}
[width='70'] {
  width: 70px !important;
}
[width='75'] {
  width: 75px !important;
}
[width='80'] {
  width: 80px !important;
}
[width='85'] {
  width: 85px !important;
}
[width='90'] {
  width: 90px !important;
}
[width='95'] {
  width: 95px !important;
}
[width='100'] {
  width: 100px !important;
}
[width='105'] {
  width: 105px !important;
}
[width='110'] {
  width: 110px !important;
}
[width='115'] {
  width: 115px !important;
}
[width='120'] {
  width: 120px !important;
}
[width='125'] {
  width: 125px !important;
}
[width='130'] {
  width: 130px !important;
}
[width='135'] {
  width: 135px !important;
}
[width='140'] {
  width: 140px !important;
}
[width='145'] {
  width: 145px !important;
}
[width='150'] {
  width: 150px !important;
}
[width='155'] {
  width: 155px !important;
}
[width='160'] {
  width: 160px !important;
}
[width='165'] {
  width: 165px !important;
}
[width='170'] {
  width: 170px !important;
}
[width='175'] {
  width: 175px !important;
}
[width='180'] {
  width: 180px !important;
}
[width='185'] {
  width: 185px !important;
}
[width='190'] {
  width: 190px !important;
}
[width='195'] {
  width: 195px !important;
}
[width='200'] {
  width: 200px !important;
}
[width='205'] {
  width: 205px !important;
}
[width='210'] {
  width: 210px !important;
}
[width='215'] {
  width: 215px !important;
}
[width='220'] {
  width: 220px !important;
}
[width='225'] {
  width: 225px !important;
}
[width='230'] {
  width: 230px !important;
}
[width='235'] {
  width: 235px !important;
}
[width='240'] {
  width: 240px !important;
}
[width='245'] {
  width: 245px !important;
}
[width='250'] {
  width: 250px !important;
}
[width='255'] {
  width: 255px !important;
}
[width='260'] {
  width: 260px !important;
}
[width='265'] {
  width: 265px !important;
}
[width='270'] {
  width: 270px !important;
}
[width='275'] {
  width: 275px !important;
}
[width='280'] {
  width: 280px !important;
}
[width='285'] {
  width: 285px !important;
}
[width='290'] {
  width: 290px !important;
}
[width='295'] {
  width: 295px !important;
}
[width='300'] {
  width: 300px !important;
}
[width='305'] {
  width: 305px !important;
}
[width='310'] {
  width: 310px !important;
}
[width='315'] {
  width: 315px !important;
}
[width='320'] {
  width: 320px !important;
}
[width='325'] {
  width: 325px !important;
}
[width='330'] {
  width: 330px !important;
}
[width='335'] {
  width: 335px !important;
}
[width='340'] {
  width: 340px !important;
}
[width='345'] {
  width: 345px !important;
}
[width='350'] {
  width: 350px !important;
}
[width='355'] {
  width: 355px !important;
}
[width='360'] {
  width: 360px !important;
}
[width='365'] {
  width: 365px !important;
}
[width='370'] {
  width: 370px !important;
}
[width='375'] {
  width: 375px !important;
}
[width='380'] {
  width: 380px !important;
}
[width='385'] {
  width: 385px !important;
}
[width='390'] {
  width: 390px !important;
}
[width='395'] {
  width: 395px !important;
}
[width='400'] {
  width: 400px !important;
}
[width='405'] {
  width: 405px !important;
}
[width='410'] {
  width: 410px !important;
}
[width='415'] {
  width: 415px !important;
}
[width='420'] {
  width: 420px !important;
}
[width='425'] {
  width: 425px !important;
}
[width='430'] {
  width: 430px !important;
}
[width='435'] {
  width: 435px !important;
}
[width='440'] {
  width: 440px !important;
}
[width='445'] {
  width: 445px !important;
}
[width='450'] {
  width: 450px !important;
}
[width='455'] {
  width: 455px !important;
}
[width='460'] {
  width: 460px !important;
}
[width='465'] {
  width: 465px !important;
}
[width='470'] {
  width: 470px !important;
}
[width='475'] {
  width: 475px !important;
}
[width='480'] {
  width: 480px !important;
}
[width='485'] {
  width: 485px !important;
}
[width='490'] {
  width: 490px !important;
}
[width='495'] {
  width: 495px !important;
}
[width='500'] {
  width: 500px !important;
}
[width='505'] {
  width: 505px !important;
}
[width='510'] {
  width: 510px !important;
}
[width='515'] {
  width: 515px !important;
}
[width='520'] {
  width: 520px !important;
}
[width='525'] {
  width: 525px !important;
}
[width='530'] {
  width: 530px !important;
}
[width='535'] {
  width: 535px !important;
}
[width='540'] {
  width: 540px !important;
}
[width='545'] {
  width: 545px !important;
}
[width='550'] {
  width: 550px !important;
}
[width='555'] {
  width: 555px !important;
}
[width='560'] {
  width: 560px !important;
}
[width='565'] {
  width: 565px !important;
}
[width='570'] {
  width: 570px !important;
}
[width='575'] {
  width: 575px !important;
}
[width='580'] {
  width: 580px !important;
}
[width='585'] {
  width: 585px !important;
}
[width='590'] {
  width: 590px !important;
}
[width='595'] {
  width: 595px !important;
}
[width='600'] {
  width: 600px !important;
}
[width='605'] {
  width: 605px !important;
}
[width='610'] {
  width: 610px !important;
}
[width='615'] {
  width: 615px !important;
}
[width='620'] {
  width: 620px !important;
}
[width='625'] {
  width: 625px !important;
}
[width='630'] {
  width: 630px !important;
}
[width='635'] {
  width: 635px !important;
}
[width='640'] {
  width: 640px !important;
}
[width='645'] {
  width: 645px !important;
}
[width='650'] {
  width: 650px !important;
}
[width='655'] {
  width: 655px !important;
}
[width='660'] {
  width: 660px !important;
}
[width='665'] {
  width: 665px !important;
}
[width='670'] {
  width: 670px !important;
}
[width='675'] {
  width: 675px !important;
}
[width='680'] {
  width: 680px !important;
}
[width='685'] {
  width: 685px !important;
}
[width='690'] {
  width: 690px !important;
}
[width='695'] {
  width: 695px !important;
}
[width='700'] {
  width: 700px !important;
}
[width='705'] {
  width: 705px !important;
}
[width='710'] {
  width: 710px !important;
}
[width='715'] {
  width: 715px !important;
}
[width='720'] {
  width: 720px !important;
}
[width='725'] {
  width: 725px !important;
}
[width='730'] {
  width: 730px !important;
}
[width='735'] {
  width: 735px !important;
}
[width='740'] {
  width: 740px !important;
}
[width='745'] {
  width: 745px !important;
}
[width='750'] {
  width: 750px !important;
}
[width='755'] {
  width: 755px !important;
}
[width='760'] {
  width: 760px !important;
}
[width='765'] {
  width: 765px !important;
}
[width='770'] {
  width: 770px !important;
}
[width='775'] {
  width: 775px !important;
}
[width='780'] {
  width: 780px !important;
}
[width='785'] {
  width: 785px !important;
}
[width='790'] {
  width: 790px !important;
}
[width='795'] {
  width: 795px !important;
}
[width='800'] {
  width: 800px !important;
}
[width='805'] {
  width: 805px !important;
}
[width='810'] {
  width: 810px !important;
}
[width='815'] {
  width: 815px !important;
}
[width='820'] {
  width: 820px !important;
}
[width='825'] {
  width: 825px !important;
}
[width='830'] {
  width: 830px !important;
}
[width='835'] {
  width: 835px !important;
}
[width='840'] {
  width: 840px !important;
}
[width='845'] {
  width: 845px !important;
}
[width='850'] {
  width: 850px !important;
}
[width='855'] {
  width: 855px !important;
}
[width='860'] {
  width: 860px !important;
}
[width='865'] {
  width: 865px !important;
}
[width='870'] {
  width: 870px !important;
}
[width='875'] {
  width: 875px !important;
}
[width='880'] {
  width: 880px !important;
}
[width='885'] {
  width: 885px !important;
}
[width='890'] {
  width: 890px !important;
}
[width='895'] {
  width: 895px !important;
}
[width='900'] {
  width: 900px !important;
}
[width='905'] {
  width: 905px !important;
}
[width='910'] {
  width: 910px !important;
}
[width='915'] {
  width: 915px !important;
}
[width='920'] {
  width: 920px !important;
}
[width='925'] {
  width: 925px !important;
}
[width='930'] {
  width: 930px !important;
}
[width='935'] {
  width: 935px !important;
}
[width='940'] {
  width: 940px !important;
}
[width='945'] {
  width: 945px !important;
}
[width='950'] {
  width: 950px !important;
}
[width='955'] {
  width: 955px !important;
}
[width='960'] {
  width: 960px !important;
}
[width='965'] {
  width: 965px !important;
}
[width='970'] {
  width: 970px !important;
}
[width='975'] {
  width: 975px !important;
}
[width='980'] {
  width: 980px !important;
}
[width='985'] {
  width: 985px !important;
}
[width='990'] {
  width: 990px !important;
}
[width='995'] {
  width: 995px !important;
}
[width='1000'] {
  width: 1000px !important;
}
[width='1005'] {
  width: 1005px !important;
}
[width='1010'] {
  width: 1010px !important;
}
[width='1015'] {
  width: 1015px !important;
}
[width='1020'] {
  width: 1020px !important;
}
[width='1025'] {
  width: 1025px !important;
}
[width='1030'] {
  width: 1030px !important;
}
[width='1035'] {
  width: 1035px !important;
}
[width='1040'] {
  width: 1040px !important;
}
[width='1045'] {
  width: 1045px !important;
}
[width='1050'] {
  width: 1050px !important;
}
[width='1055'] {
  width: 1055px !important;
}
[width='1060'] {
  width: 1060px !important;
}
[width='1065'] {
  width: 1065px !important;
}
[width='1070'] {
  width: 1070px !important;
}
[width='1075'] {
  width: 1075px !important;
}
[width='1080'] {
  width: 1080px !important;
}
[width='1085'] {
  width: 1085px !important;
}
[width='1090'] {
  width: 1090px !important;
}
[width='1095'] {
  width: 1095px !important;
}
[width='1100'] {
  width: 1100px !important;
}
[width='1105'] {
  width: 1105px !important;
}
[width='1110'] {
  width: 1110px !important;
}
[width='1115'] {
  width: 1115px !important;
}
[width='1120'] {
  width: 1120px !important;
}
[width='1125'] {
  width: 1125px !important;
}
[width='1130'] {
  width: 1130px !important;
}
[width='1135'] {
  width: 1135px !important;
}
[width='1140'] {
  width: 1140px !important;
}
[width='1145'] {
  width: 1145px !important;
}
[width='1150'] {
  width: 1150px !important;
}
[width='1155'] {
  width: 1155px !important;
}
[width='1160'] {
  width: 1160px !important;
}
[width='1165'] {
  width: 1165px !important;
}
[width='1170'] {
  width: 1170px !important;
}
[width='1175'] {
  width: 1175px !important;
}
[width='1180'] {
  width: 1180px !important;
}
[width='1185'] {
  width: 1185px !important;
}
[width='1190'] {
  width: 1190px !important;
}
[width='1195'] {
  width: 1195px !important;
}
[width='1200'] {
  width: 1200px !important;
}
[width='1205'] {
  width: 1205px !important;
}
[width='1210'] {
  width: 1210px !important;
}
[width='1215'] {
  width: 1215px !important;
}
[width='1220'] {
  width: 1220px !important;
}
[width='1225'] {
  width: 1225px !important;
}
[width='1230'] {
  width: 1230px !important;
}
[width='1235'] {
  width: 1235px !important;
}
[width='1240'] {
  width: 1240px !important;
}
[width='1245'] {
  width: 1245px !important;
}
[width='1250'] {
  width: 1250px !important;
}
[width='1255'] {
  width: 1255px !important;
}
[width='1260'] {
  width: 1260px !important;
}
[width='1265'] {
  width: 1265px !important;
}
[width='1270'] {
  width: 1270px !important;
}
[width='1275'] {
  width: 1275px !important;
}
[width='1280'] {
  width: 1280px !important;
}
[width='1285'] {
  width: 1285px !important;
}
[width='1290'] {
  width: 1290px !important;
}
[width='1295'] {
  width: 1295px !important;
}
[width='1300'] {
  width: 1300px !important;
}
[width='1305'] {
  width: 1305px !important;
}
[width='1310'] {
  width: 1310px !important;
}
[width='1315'] {
  width: 1315px !important;
}
[width='1320'] {
  width: 1320px !important;
}
[width='1325'] {
  width: 1325px !important;
}
[width='1330'] {
  width: 1330px !important;
}
[width='1335'] {
  width: 1335px !important;
}
[width='1340'] {
  width: 1340px !important;
}
[width='1345'] {
  width: 1345px !important;
}
[width='1350'] {
  width: 1350px !important;
}
[width='1355'] {
  width: 1355px !important;
}
[width='1360'] {
  width: 1360px !important;
}
[width='1365'] {
  width: 1365px !important;
}
[width='1370'] {
  width: 1370px !important;
}
[width='1375'] {
  width: 1375px !important;
}
[width='1380'] {
  width: 1380px !important;
}
[width='1385'] {
  width: 1385px !important;
}
[width='1390'] {
  width: 1390px !important;
}
[width='1395'] {
  width: 1395px !important;
}
[width='1400'] {
  width: 1400px !important;
}
[width='1405'] {
  width: 1405px !important;
}
[width='1410'] {
  width: 1410px !important;
}
[width='1415'] {
  width: 1415px !important;
}
[width='1420'] {
  width: 1420px !important;
}
[width='1425'] {
  width: 1425px !important;
}
[width='1430'] {
  width: 1430px !important;
}
[width='1435'] {
  width: 1435px !important;
}
[width='1440'] {
  width: 1440px !important;
}
[width='1445'] {
  width: 1445px !important;
}
[width='1450'] {
  width: 1450px !important;
}
[width='1455'] {
  width: 1455px !important;
}
[width='1460'] {
  width: 1460px !important;
}
[width='1465'] {
  width: 1465px !important;
}
[width='1470'] {
  width: 1470px !important;
}
[width='1475'] {
  width: 1475px !important;
}
[width='1480'] {
  width: 1480px !important;
}
[width='1485'] {
  width: 1485px !important;
}
[width='1490'] {
  width: 1490px !important;
}
[width='1495'] {
  width: 1495px !important;
}
[width='1500'] {
  width: 1500px !important;
}
[width='1505'] {
  width: 1505px !important;
}
[width='1510'] {
  width: 1510px !important;
}
[width='1515'] {
  width: 1515px !important;
}
[width='1520'] {
  width: 1520px !important;
}
[width='1525'] {
  width: 1525px !important;
}
[width='1530'] {
  width: 1530px !important;
}
[width='1535'] {
  width: 1535px !important;
}
[width='1540'] {
  width: 1540px !important;
}
[width='1545'] {
  width: 1545px !important;
}
[width='1550'] {
  width: 1550px !important;
}
[width='1555'] {
  width: 1555px !important;
}
[width='1560'] {
  width: 1560px !important;
}
[width='1565'] {
  width: 1565px !important;
}
[width='1570'] {
  width: 1570px !important;
}
[width='1575'] {
  width: 1575px !important;
}
[width='1580'] {
  width: 1580px !important;
}
[width='1585'] {
  width: 1585px !important;
}
[width='1590'] {
  width: 1590px !important;
}
[width='1595'] {
  width: 1595px !important;
}
[width='1600'] {
  width: 1600px !important;
}
[width='1605'] {
  width: 1605px !important;
}
[width='1610'] {
  width: 1610px !important;
}
[width='1615'] {
  width: 1615px !important;
}
[width='1620'] {
  width: 1620px !important;
}
[width='1625'] {
  width: 1625px !important;
}
[width='1630'] {
  width: 1630px !important;
}
[width='1635'] {
  width: 1635px !important;
}
[width='1640'] {
  width: 1640px !important;
}
[width='1645'] {
  width: 1645px !important;
}
[width='1650'] {
  width: 1650px !important;
}
[width='1655'] {
  width: 1655px !important;
}
[width='1660'] {
  width: 1660px !important;
}
[width='1665'] {
  width: 1665px !important;
}
[width='1670'] {
  width: 1670px !important;
}
[width='1675'] {
  width: 1675px !important;
}
[width='1680'] {
  width: 1680px !important;
}
[width='1685'] {
  width: 1685px !important;
}
[width='1690'] {
  width: 1690px !important;
}
[width='1695'] {
  width: 1695px !important;
}
[width='1700'] {
  width: 1700px !important;
}
[width='1705'] {
  width: 1705px !important;
}
[width='1710'] {
  width: 1710px !important;
}
[width='1715'] {
  width: 1715px !important;
}
[width='1720'] {
  width: 1720px !important;
}
[width='1725'] {
  width: 1725px !important;
}
[width='1730'] {
  width: 1730px !important;
}
[width='1735'] {
  width: 1735px !important;
}
[width='1740'] {
  width: 1740px !important;
}
[width='1745'] {
  width: 1745px !important;
}
[width='1750'] {
  width: 1750px !important;
}
[width='1755'] {
  width: 1755px !important;
}
[width='1760'] {
  width: 1760px !important;
}
[width='1765'] {
  width: 1765px !important;
}
[width='1770'] {
  width: 1770px !important;
}
[width='1775'] {
  width: 1775px !important;
}
[width='1780'] {
  width: 1780px !important;
}
[width='1785'] {
  width: 1785px !important;
}
[width='1790'] {
  width: 1790px !important;
}
[width='1795'] {
  width: 1795px !important;
}
[width='1800'] {
  width: 1800px !important;
}
[width='1805'] {
  width: 1805px !important;
}
[width='1810'] {
  width: 1810px !important;
}
[width='1815'] {
  width: 1815px !important;
}
[width='1820'] {
  width: 1820px !important;
}
[width='1825'] {
  width: 1825px !important;
}
[width='1830'] {
  width: 1830px !important;
}
[width='1835'] {
  width: 1835px !important;
}
[width='1840'] {
  width: 1840px !important;
}
[width='1845'] {
  width: 1845px !important;
}
[width='1850'] {
  width: 1850px !important;
}
[width='1855'] {
  width: 1855px !important;
}
[width='1860'] {
  width: 1860px !important;
}
[width='1865'] {
  width: 1865px !important;
}
[width='1870'] {
  width: 1870px !important;
}
[width='1875'] {
  width: 1875px !important;
}
[width='1880'] {
  width: 1880px !important;
}
[width='1885'] {
  width: 1885px !important;
}
[width='1890'] {
  width: 1890px !important;
}
[width='1895'] {
  width: 1895px !important;
}
[width='1900'] {
  width: 1900px !important;
}
[width='1905'] {
  width: 1905px !important;
}
[width='1910'] {
  width: 1910px !important;
}
[width='1915'] {
  width: 1915px !important;
}
[width='1920'] {
  width: 1920px !important;
}
[width='1925'] {
  width: 1925px !important;
}
[width='1930'] {
  width: 1930px !important;
}
[width='1935'] {
  width: 1935px !important;
}
[width='1940'] {
  width: 1940px !important;
}
[width='1945'] {
  width: 1945px !important;
}
[width='1950'] {
  width: 1950px !important;
}
[width='1955'] {
  width: 1955px !important;
}
[width='1960'] {
  width: 1960px !important;
}
[width='1965'] {
  width: 1965px !important;
}
[width='1970'] {
  width: 1970px !important;
}
[width='1975'] {
  width: 1975px !important;
}
[width='1980'] {
  width: 1980px !important;
}
[width='1985'] {
  width: 1985px !important;
}
[width='1990'] {
  width: 1990px !important;
}
[width='1995'] {
  width: 1995px !important;
}
[width='2000'] {
  width: 2000px !important;
}
[width='0%'] {
  width: 0% !important;
}
[width='5%'] {
  width: 5% !important;
}
[width='10%'] {
  width: 10% !important;
}
[width='15%'] {
  width: 15% !important;
}
[width='20%'] {
  width: 20% !important;
}
[width='25%'] {
  width: 25% !important;
}
[width='30%'] {
  width: 30% !important;
}
[width='35%'] {
  width: 35% !important;
}
[width='40%'] {
  width: 40% !important;
}
[width='45%'] {
  width: 45% !important;
}
[width='50%'] {
  width: 50% !important;
}
[width='55%'] {
  width: 55% !important;
}
[width='60%'] {
  width: 60% !important;
}
[width='65%'] {
  width: 65% !important;
}
[width='70%'] {
  width: 70% !important;
}
[width='75%'] {
  width: 75% !important;
}
[width='80%'] {
  width: 80% !important;
}
[width='85%'] {
  width: 85% !important;
}
[width='90%'] {
  width: 90% !important;
}
[width='95%'] {
  width: 95% !important;
}
[width='100%'] {
  width: 100% !important;
}
[height='0'] {
  height: 0px !important;
}
[height='5'] {
  height: 5px !important;
}
[height='10'] {
  height: 10px !important;
}
[height='15'] {
  height: 15px !important;
}
[height='20'] {
  height: 20px !important;
}
[height='25'] {
  height: 25px !important;
}
[height='30'] {
  height: 30px !important;
}
[height='35'] {
  height: 35px !important;
}
[height='40'] {
  height: 40px !important;
}
[height='45'] {
  height: 45px !important;
}
[height='50'] {
  height: 50px !important;
}
[height='55'] {
  height: 55px !important;
}
[height='60'] {
  height: 60px !important;
}
[height='65'] {
  height: 65px !important;
}
[height='70'] {
  height: 70px !important;
}
[height='75'] {
  height: 75px !important;
}
[height='80'] {
  height: 80px !important;
}
[height='85'] {
  height: 85px !important;
}
[height='90'] {
  height: 90px !important;
}
[height='95'] {
  height: 95px !important;
}
[height='100'] {
  height: 100px !important;
}
[height='105'] {
  height: 105px !important;
}
[height='110'] {
  height: 110px !important;
}
[height='115'] {
  height: 115px !important;
}
[height='120'] {
  height: 120px !important;
}
[height='125'] {
  height: 125px !important;
}
[height='130'] {
  height: 130px !important;
}
[height='135'] {
  height: 135px !important;
}
[height='140'] {
  height: 140px !important;
}
[height='145'] {
  height: 145px !important;
}
[height='150'] {
  height: 150px !important;
}
[height='155'] {
  height: 155px !important;
}
[height='160'] {
  height: 160px !important;
}
[height='165'] {
  height: 165px !important;
}
[height='170'] {
  height: 170px !important;
}
[height='175'] {
  height: 175px !important;
}
[height='180'] {
  height: 180px !important;
}
[height='185'] {
  height: 185px !important;
}
[height='190'] {
  height: 190px !important;
}
[height='195'] {
  height: 195px !important;
}
[height='200'] {
  height: 200px !important;
}
[height='205'] {
  height: 205px !important;
}
[height='210'] {
  height: 210px !important;
}
[height='215'] {
  height: 215px !important;
}
[height='220'] {
  height: 220px !important;
}
[height='225'] {
  height: 225px !important;
}
[height='230'] {
  height: 230px !important;
}
[height='235'] {
  height: 235px !important;
}
[height='240'] {
  height: 240px !important;
}
[height='245'] {
  height: 245px !important;
}
[height='250'] {
  height: 250px !important;
}
[height='255'] {
  height: 255px !important;
}
[height='260'] {
  height: 260px !important;
}
[height='265'] {
  height: 265px !important;
}
[height='270'] {
  height: 270px !important;
}
[height='275'] {
  height: 275px !important;
}
[height='280'] {
  height: 280px !important;
}
[height='285'] {
  height: 285px !important;
}
[height='290'] {
  height: 290px !important;
}
[height='295'] {
  height: 295px !important;
}
[height='300'] {
  height: 300px !important;
}
[height='305'] {
  height: 305px !important;
}
[height='310'] {
  height: 310px !important;
}
[height='315'] {
  height: 315px !important;
}
[height='320'] {
  height: 320px !important;
}
[height='325'] {
  height: 325px !important;
}
[height='330'] {
  height: 330px !important;
}
[height='335'] {
  height: 335px !important;
}
[height='340'] {
  height: 340px !important;
}
[height='345'] {
  height: 345px !important;
}
[height='350'] {
  height: 350px !important;
}
[height='355'] {
  height: 355px !important;
}
[height='360'] {
  height: 360px !important;
}
[height='365'] {
  height: 365px !important;
}
[height='370'] {
  height: 370px !important;
}
[height='375'] {
  height: 375px !important;
}
[height='380'] {
  height: 380px !important;
}
[height='385'] {
  height: 385px !important;
}
[height='390'] {
  height: 390px !important;
}
[height='395'] {
  height: 395px !important;
}
[height='400'] {
  height: 400px !important;
}
[height='405'] {
  height: 405px !important;
}
[height='410'] {
  height: 410px !important;
}
[height='415'] {
  height: 415px !important;
}
[height='420'] {
  height: 420px !important;
}
[height='425'] {
  height: 425px !important;
}
[height='430'] {
  height: 430px !important;
}
[height='435'] {
  height: 435px !important;
}
[height='440'] {
  height: 440px !important;
}
[height='445'] {
  height: 445px !important;
}
[height='450'] {
  height: 450px !important;
}
[height='455'] {
  height: 455px !important;
}
[height='460'] {
  height: 460px !important;
}
[height='465'] {
  height: 465px !important;
}
[height='470'] {
  height: 470px !important;
}
[height='475'] {
  height: 475px !important;
}
[height='480'] {
  height: 480px !important;
}
[height='485'] {
  height: 485px !important;
}
[height='490'] {
  height: 490px !important;
}
[height='495'] {
  height: 495px !important;
}
[height='500'] {
  height: 500px !important;
}
[height='505'] {
  height: 505px !important;
}
[height='510'] {
  height: 510px !important;
}
[height='515'] {
  height: 515px !important;
}
[height='520'] {
  height: 520px !important;
}
[height='525'] {
  height: 525px !important;
}
[height='530'] {
  height: 530px !important;
}
[height='535'] {
  height: 535px !important;
}
[height='540'] {
  height: 540px !important;
}
[height='545'] {
  height: 545px !important;
}
[height='550'] {
  height: 550px !important;
}
[height='555'] {
  height: 555px !important;
}
[height='560'] {
  height: 560px !important;
}
[height='565'] {
  height: 565px !important;
}
[height='570'] {
  height: 570px !important;
}
[height='575'] {
  height: 575px !important;
}
[height='580'] {
  height: 580px !important;
}
[height='585'] {
  height: 585px !important;
}
[height='590'] {
  height: 590px !important;
}
[height='595'] {
  height: 595px !important;
}
[height='600'] {
  height: 600px !important;
}
[height='605'] {
  height: 605px !important;
}
[height='610'] {
  height: 610px !important;
}
[height='615'] {
  height: 615px !important;
}
[height='620'] {
  height: 620px !important;
}
[height='625'] {
  height: 625px !important;
}
[height='630'] {
  height: 630px !important;
}
[height='635'] {
  height: 635px !important;
}
[height='640'] {
  height: 640px !important;
}
[height='645'] {
  height: 645px !important;
}
[height='650'] {
  height: 650px !important;
}
[height='655'] {
  height: 655px !important;
}
[height='660'] {
  height: 660px !important;
}
[height='665'] {
  height: 665px !important;
}
[height='670'] {
  height: 670px !important;
}
[height='675'] {
  height: 675px !important;
}
[height='680'] {
  height: 680px !important;
}
[height='685'] {
  height: 685px !important;
}
[height='690'] {
  height: 690px !important;
}
[height='695'] {
  height: 695px !important;
}
[height='700'] {
  height: 700px !important;
}
[height='705'] {
  height: 705px !important;
}
[height='710'] {
  height: 710px !important;
}
[height='715'] {
  height: 715px !important;
}
[height='720'] {
  height: 720px !important;
}
[height='725'] {
  height: 725px !important;
}
[height='730'] {
  height: 730px !important;
}
[height='735'] {
  height: 735px !important;
}
[height='740'] {
  height: 740px !important;
}
[height='745'] {
  height: 745px !important;
}
[height='750'] {
  height: 750px !important;
}
[height='755'] {
  height: 755px !important;
}
[height='760'] {
  height: 760px !important;
}
[height='765'] {
  height: 765px !important;
}
[height='770'] {
  height: 770px !important;
}
[height='775'] {
  height: 775px !important;
}
[height='780'] {
  height: 780px !important;
}
[height='785'] {
  height: 785px !important;
}
[height='790'] {
  height: 790px !important;
}
[height='795'] {
  height: 795px !important;
}
[height='800'] {
  height: 800px !important;
}
[height='805'] {
  height: 805px !important;
}
[height='810'] {
  height: 810px !important;
}
[height='815'] {
  height: 815px !important;
}
[height='820'] {
  height: 820px !important;
}
[height='825'] {
  height: 825px !important;
}
[height='830'] {
  height: 830px !important;
}
[height='835'] {
  height: 835px !important;
}
[height='840'] {
  height: 840px !important;
}
[height='845'] {
  height: 845px !important;
}
[height='850'] {
  height: 850px !important;
}
[height='855'] {
  height: 855px !important;
}
[height='860'] {
  height: 860px !important;
}
[height='865'] {
  height: 865px !important;
}
[height='870'] {
  height: 870px !important;
}
[height='875'] {
  height: 875px !important;
}
[height='880'] {
  height: 880px !important;
}
[height='885'] {
  height: 885px !important;
}
[height='890'] {
  height: 890px !important;
}
[height='895'] {
  height: 895px !important;
}
[height='900'] {
  height: 900px !important;
}
[height='905'] {
  height: 905px !important;
}
[height='910'] {
  height: 910px !important;
}
[height='915'] {
  height: 915px !important;
}
[height='920'] {
  height: 920px !important;
}
[height='925'] {
  height: 925px !important;
}
[height='930'] {
  height: 930px !important;
}
[height='935'] {
  height: 935px !important;
}
[height='940'] {
  height: 940px !important;
}
[height='945'] {
  height: 945px !important;
}
[height='950'] {
  height: 950px !important;
}
[height='955'] {
  height: 955px !important;
}
[height='960'] {
  height: 960px !important;
}
[height='965'] {
  height: 965px !important;
}
[height='970'] {
  height: 970px !important;
}
[height='975'] {
  height: 975px !important;
}
[height='980'] {
  height: 980px !important;
}
[height='985'] {
  height: 985px !important;
}
[height='990'] {
  height: 990px !important;
}
[height='995'] {
  height: 995px !important;
}
[height='1000'] {
  height: 1000px !important;
}
[height='1005'] {
  height: 1005px !important;
}
[height='1010'] {
  height: 1010px !important;
}
[height='1015'] {
  height: 1015px !important;
}
[height='1020'] {
  height: 1020px !important;
}
[height='1025'] {
  height: 1025px !important;
}
[height='1030'] {
  height: 1030px !important;
}
[height='1035'] {
  height: 1035px !important;
}
[height='1040'] {
  height: 1040px !important;
}
[height='1045'] {
  height: 1045px !important;
}
[height='1050'] {
  height: 1050px !important;
}
[height='1055'] {
  height: 1055px !important;
}
[height='1060'] {
  height: 1060px !important;
}
[height='1065'] {
  height: 1065px !important;
}
[height='1070'] {
  height: 1070px !important;
}
[height='1075'] {
  height: 1075px !important;
}
[height='1080'] {
  height: 1080px !important;
}
[height='1085'] {
  height: 1085px !important;
}
[height='1090'] {
  height: 1090px !important;
}
[height='1095'] {
  height: 1095px !important;
}
[height='1100'] {
  height: 1100px !important;
}
[height='1105'] {
  height: 1105px !important;
}
[height='1110'] {
  height: 1110px !important;
}
[height='1115'] {
  height: 1115px !important;
}
[height='1120'] {
  height: 1120px !important;
}
[height='1125'] {
  height: 1125px !important;
}
[height='1130'] {
  height: 1130px !important;
}
[height='1135'] {
  height: 1135px !important;
}
[height='1140'] {
  height: 1140px !important;
}
[height='1145'] {
  height: 1145px !important;
}
[height='1150'] {
  height: 1150px !important;
}
[height='1155'] {
  height: 1155px !important;
}
[height='1160'] {
  height: 1160px !important;
}
[height='1165'] {
  height: 1165px !important;
}
[height='1170'] {
  height: 1170px !important;
}
[height='1175'] {
  height: 1175px !important;
}
[height='1180'] {
  height: 1180px !important;
}
[height='1185'] {
  height: 1185px !important;
}
[height='1190'] {
  height: 1190px !important;
}
[height='1195'] {
  height: 1195px !important;
}
[height='1200'] {
  height: 1200px !important;
}
[height='1205'] {
  height: 1205px !important;
}
[height='1210'] {
  height: 1210px !important;
}
[height='1215'] {
  height: 1215px !important;
}
[height='1220'] {
  height: 1220px !important;
}
[height='1225'] {
  height: 1225px !important;
}
[height='1230'] {
  height: 1230px !important;
}
[height='1235'] {
  height: 1235px !important;
}
[height='1240'] {
  height: 1240px !important;
}
[height='1245'] {
  height: 1245px !important;
}
[height='1250'] {
  height: 1250px !important;
}
[height='1255'] {
  height: 1255px !important;
}
[height='1260'] {
  height: 1260px !important;
}
[height='1265'] {
  height: 1265px !important;
}
[height='1270'] {
  height: 1270px !important;
}
[height='1275'] {
  height: 1275px !important;
}
[height='1280'] {
  height: 1280px !important;
}
[height='1285'] {
  height: 1285px !important;
}
[height='1290'] {
  height: 1290px !important;
}
[height='1295'] {
  height: 1295px !important;
}
[height='1300'] {
  height: 1300px !important;
}
[height='1305'] {
  height: 1305px !important;
}
[height='1310'] {
  height: 1310px !important;
}
[height='1315'] {
  height: 1315px !important;
}
[height='1320'] {
  height: 1320px !important;
}
[height='1325'] {
  height: 1325px !important;
}
[height='1330'] {
  height: 1330px !important;
}
[height='1335'] {
  height: 1335px !important;
}
[height='1340'] {
  height: 1340px !important;
}
[height='1345'] {
  height: 1345px !important;
}
[height='1350'] {
  height: 1350px !important;
}
[height='1355'] {
  height: 1355px !important;
}
[height='1360'] {
  height: 1360px !important;
}
[height='1365'] {
  height: 1365px !important;
}
[height='1370'] {
  height: 1370px !important;
}
[height='1375'] {
  height: 1375px !important;
}
[height='1380'] {
  height: 1380px !important;
}
[height='1385'] {
  height: 1385px !important;
}
[height='1390'] {
  height: 1390px !important;
}
[height='1395'] {
  height: 1395px !important;
}
[height='1400'] {
  height: 1400px !important;
}
[height='1405'] {
  height: 1405px !important;
}
[height='1410'] {
  height: 1410px !important;
}
[height='1415'] {
  height: 1415px !important;
}
[height='1420'] {
  height: 1420px !important;
}
[height='1425'] {
  height: 1425px !important;
}
[height='1430'] {
  height: 1430px !important;
}
[height='1435'] {
  height: 1435px !important;
}
[height='1440'] {
  height: 1440px !important;
}
[height='1445'] {
  height: 1445px !important;
}
[height='1450'] {
  height: 1450px !important;
}
[height='1455'] {
  height: 1455px !important;
}
[height='1460'] {
  height: 1460px !important;
}
[height='1465'] {
  height: 1465px !important;
}
[height='1470'] {
  height: 1470px !important;
}
[height='1475'] {
  height: 1475px !important;
}
[height='1480'] {
  height: 1480px !important;
}
[height='1485'] {
  height: 1485px !important;
}
[height='1490'] {
  height: 1490px !important;
}
[height='1495'] {
  height: 1495px !important;
}
[height='1500'] {
  height: 1500px !important;
}
[height='1505'] {
  height: 1505px !important;
}
[height='1510'] {
  height: 1510px !important;
}
[height='1515'] {
  height: 1515px !important;
}
[height='1520'] {
  height: 1520px !important;
}
[height='1525'] {
  height: 1525px !important;
}
[height='1530'] {
  height: 1530px !important;
}
[height='1535'] {
  height: 1535px !important;
}
[height='1540'] {
  height: 1540px !important;
}
[height='1545'] {
  height: 1545px !important;
}
[height='1550'] {
  height: 1550px !important;
}
[height='1555'] {
  height: 1555px !important;
}
[height='1560'] {
  height: 1560px !important;
}
[height='1565'] {
  height: 1565px !important;
}
[height='1570'] {
  height: 1570px !important;
}
[height='1575'] {
  height: 1575px !important;
}
[height='1580'] {
  height: 1580px !important;
}
[height='1585'] {
  height: 1585px !important;
}
[height='1590'] {
  height: 1590px !important;
}
[height='1595'] {
  height: 1595px !important;
}
[height='1600'] {
  height: 1600px !important;
}
[height='1605'] {
  height: 1605px !important;
}
[height='1610'] {
  height: 1610px !important;
}
[height='1615'] {
  height: 1615px !important;
}
[height='1620'] {
  height: 1620px !important;
}
[height='1625'] {
  height: 1625px !important;
}
[height='1630'] {
  height: 1630px !important;
}
[height='1635'] {
  height: 1635px !important;
}
[height='1640'] {
  height: 1640px !important;
}
[height='1645'] {
  height: 1645px !important;
}
[height='1650'] {
  height: 1650px !important;
}
[height='1655'] {
  height: 1655px !important;
}
[height='1660'] {
  height: 1660px !important;
}
[height='1665'] {
  height: 1665px !important;
}
[height='1670'] {
  height: 1670px !important;
}
[height='1675'] {
  height: 1675px !important;
}
[height='1680'] {
  height: 1680px !important;
}
[height='1685'] {
  height: 1685px !important;
}
[height='1690'] {
  height: 1690px !important;
}
[height='1695'] {
  height: 1695px !important;
}
[height='1700'] {
  height: 1700px !important;
}
[height='1705'] {
  height: 1705px !important;
}
[height='1710'] {
  height: 1710px !important;
}
[height='1715'] {
  height: 1715px !important;
}
[height='1720'] {
  height: 1720px !important;
}
[height='1725'] {
  height: 1725px !important;
}
[height='1730'] {
  height: 1730px !important;
}
[height='1735'] {
  height: 1735px !important;
}
[height='1740'] {
  height: 1740px !important;
}
[height='1745'] {
  height: 1745px !important;
}
[height='1750'] {
  height: 1750px !important;
}
[height='1755'] {
  height: 1755px !important;
}
[height='1760'] {
  height: 1760px !important;
}
[height='1765'] {
  height: 1765px !important;
}
[height='1770'] {
  height: 1770px !important;
}
[height='1775'] {
  height: 1775px !important;
}
[height='1780'] {
  height: 1780px !important;
}
[height='1785'] {
  height: 1785px !important;
}
[height='1790'] {
  height: 1790px !important;
}
[height='1795'] {
  height: 1795px !important;
}
[height='1800'] {
  height: 1800px !important;
}
[height='1805'] {
  height: 1805px !important;
}
[height='1810'] {
  height: 1810px !important;
}
[height='1815'] {
  height: 1815px !important;
}
[height='1820'] {
  height: 1820px !important;
}
[height='1825'] {
  height: 1825px !important;
}
[height='1830'] {
  height: 1830px !important;
}
[height='1835'] {
  height: 1835px !important;
}
[height='1840'] {
  height: 1840px !important;
}
[height='1845'] {
  height: 1845px !important;
}
[height='1850'] {
  height: 1850px !important;
}
[height='1855'] {
  height: 1855px !important;
}
[height='1860'] {
  height: 1860px !important;
}
[height='1865'] {
  height: 1865px !important;
}
[height='1870'] {
  height: 1870px !important;
}
[height='1875'] {
  height: 1875px !important;
}
[height='1880'] {
  height: 1880px !important;
}
[height='1885'] {
  height: 1885px !important;
}
[height='1890'] {
  height: 1890px !important;
}
[height='1895'] {
  height: 1895px !important;
}
[height='1900'] {
  height: 1900px !important;
}
[height='1905'] {
  height: 1905px !important;
}
[height='1910'] {
  height: 1910px !important;
}
[height='1915'] {
  height: 1915px !important;
}
[height='1920'] {
  height: 1920px !important;
}
[height='1925'] {
  height: 1925px !important;
}
[height='1930'] {
  height: 1930px !important;
}
[height='1935'] {
  height: 1935px !important;
}
[height='1940'] {
  height: 1940px !important;
}
[height='1945'] {
  height: 1945px !important;
}
[height='1950'] {
  height: 1950px !important;
}
[height='1955'] {
  height: 1955px !important;
}
[height='1960'] {
  height: 1960px !important;
}
[height='1965'] {
  height: 1965px !important;
}
[height='1970'] {
  height: 1970px !important;
}
[height='1975'] {
  height: 1975px !important;
}
[height='1980'] {
  height: 1980px !important;
}
[height='1985'] {
  height: 1985px !important;
}
[height='1990'] {
  height: 1990px !important;
}
[height='1995'] {
  height: 1995px !important;
}
[height='2000'] {
  height: 2000px !important;
}
[height='0%'] {
  height: 0% !important;
}
[height='5%'] {
  height: 5% !important;
}
[height='10%'] {
  height: 10% !important;
}
[height='15%'] {
  height: 15% !important;
}
[height='20%'] {
  height: 20% !important;
}
[height='25%'] {
  height: 25% !important;
}
[height='30%'] {
  height: 30% !important;
}
[height='35%'] {
  height: 35% !important;
}
[height='40%'] {
  height: 40% !important;
}
[height='45%'] {
  height: 45% !important;
}
[height='50%'] {
  height: 50% !important;
}
[height='55%'] {
  height: 55% !important;
}
[height='60%'] {
  height: 60% !important;
}
[height='65%'] {
  height: 65% !important;
}
[height='70%'] {
  height: 70% !important;
}
[height='75%'] {
  height: 75% !important;
}
[height='80%'] {
  height: 80% !important;
}
[height='85%'] {
  height: 85% !important;
}
[height='90%'] {
  height: 90% !important;
}
[height='95%'] {
  height: 95% !important;
}
[height='100%'] {
  height: 100% !important;
}
/*# sourceMappingURL=common.css.map *//*Для начала, зададим общую ширину скроллбара:*/
* {
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 6px;
  border-width: 0;
  background-color: transparent;
}
::-webkit-scrollbar:horizontal {
  height: 8px;
  background-color: transparent;
}
/*Теперь займёмся оформлением полосы прокрутки (светлосерый фон, серая граница, делаем границу чуть толще с левой стороны):*/
::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
/*При наведении курсора (:hover) на полосу прокрутки делаем её более тёмной:*/
::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}
/*Ползунок в неактивном состоянии будет выглядеть как сплошной прямоугольник серого цвета (без границы)*/
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-track-piece {
  background: transparent;
}
/*При наведении курсора на ползунок, делаем его темнее и добавляем границу.*/
/*# sourceMappingURL=scrollbar.css.map */@media screen {
  .printOnly {
    display: none !important;
  }
  .screenOnly {
    display: block !important;
  }
}
@media print {
  .printOnly {
    display: block !important;
  }
  .screenOnly {
    display: none !important;
  }
  @page {
    margin-top: 5mm;
    margin-left: 5mm;
    margin-right: 5mm;
    margin-bottom: 10mm;
  }
  .pagebreak {
    page-break-after: always;
    page-break-inside: avoid;
  }
}
body.printWindow {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen {
  body.printWindow {
    opacity: 0 !important;
  }
}
@media print {
  body.printWindow {
    opacity: 1 !important;
    -webkit-print-color-adjust: exact;
  }
}
body.printWindow h1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
body.printWindow h2 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
body.printWindow h3 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
body.printWindow h4 {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
body.printWindow table {
  border-collapse: collapse;
  border-style: solid;
  border-width: thin;
  border-color: #000;
  width: 100%;
  table-layout: auto;
}
body.printWindow table thead td,
body.printWindow table thead th {
  border: 0;
  background-color: #f2f2f2;
  font-weight: bold;
  font-size: 10px;
}
body.printWindow table tbody tr td {
  border-style: none;
  font-size: 10px;
}
body.printWindow table tbody tr:nth-child(odd) td {
  background-color: #fff !important;
}
body.printWindow table tbody tr:nth-child(odd) th {
  background-color: #f7f7f7 !important;
}
body.printWindow table tbody tr:nth-child(even) td {
  background-color: #fafafa !important;
}
body.printWindow table tbody tr:nth-child(even) th {
  background-color: #f2f2f2 !important;
}
body.printWindow .footer {
  clear: both;
  color: #999;
  font-size: 10px;
}
@media print {
  .modalShadow.visible dialog {
    position: relative;
    display: block;
    border: none;
    background-color: white !important;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }
  .vuetable table {
    table-layout: auto;
  }
  .vuetable .footer {
    display: none;
  }
}
/*# sourceMappingURL=printable.css.map *//*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/components-adminlte/fontAwesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/components-adminlte/fontAwesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/components-adminlte/fontAwesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/components-adminlte/fontAwesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/components-adminlte/fontAwesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/components-adminlte/fontAwesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*# sourceMappingURL=font-awesome.css.map *//*
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  /*color: #000;*/
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /*-webkit-appearance: textfield;*/
}
/*input[type="search"]::-webkit-search-cancel-button,*/
/*input[type="search"]::-webkit-search-decoration {*/
/*-webkit-appearance: none;*/
/*}*/
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  /*padding: .2em;*/
  /*background-color: #fcf8e3;*/
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  /* margin: 4px 0 0; */
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
  -o-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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  /*-webkit-appearance: none;*/
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a,
.navbar-nav > li > header {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.navbar-nav > li > header {
  position: absolute;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 190px;
  width: 100%;
  /* left: 0; */
  /* right: 0; */
  /* position: static; */
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .navbar-nav > li > header {
    padding-top: 15px;
    /* display: none; */
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a,
  .navbar-nav > li > header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: block;
  float: right;
  /* display: inline-block; */
  /* padding-left: 0; */
  /* margin: 20px 0; */
  /* border-radius: 4px; */
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  /* margin-bottom: 20px; */
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*# sourceMappingURL=bootstrap.css.map *//*!
 *   AdminLTE v2.0.3
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/html,body{min-height:100%}.layout-boxed html,.layout-boxed body{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:'PT Sans',sans-serif;font-weight:400;overflow-x:hidden;overflow-y:auto}.wrapper{min-height:100%;position:static;overflow:hidden}.wrapper:before,.wrapper:after{content:" ";display:table}.wrapper:after{clear:both}.layout-boxed .wrapper{max-width:1250px;margin:0 auto;min-height:100%;box-shadow:0 0 8px rgba(0,0,0,0.5);position:relative}.layout-boxed{background:url('../img/boxed-bg.jpg') repeat fixed}.content-wrapper,.right-side,.main-footer{-webkit-transition:-webkit-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);-moz-transition:-moz-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);-o-transition:-o-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);transition:transform .3s cubic-bezier(.32, 1.25, .375, 1.15);-webkit-transition:margin-left .3s cubic-bezier(.32, 1.25, .375, 1.15);-o-transition:margin-left .3s cubic-bezier(.32, 1.25, .375, 1.15);transition:margin-left .3s cubic-bezier(.32, 1.25, .375, 1.15);margin-left:230px;z-index:820}.layout-top-nav .content-wrapper,.layout-top-nav .right-side,.layout-top-nav .main-footer{margin-left:0}@media (max-width:767px){.content-wrapper,.right-side,.main-footer{margin-left:0}}@media (min-width:768px){.sidebar-toggle .content-wrapper,.sidebar-toggle .right-side,.sidebar-toggle .main-footer{margin-left:0}}@media (max-width:767px){.sidebar-open .content-wrapper,.sidebar-open .right-side,.sidebar-open .main-footer{-webkit-transform:translate(230px, 0);-ms-transform:translate(230px, 0);-o-transform:translate(230px, 0);transform:translate(230px, 0)}}.content-wrapper,.right-side{min-height:100vh;background-color:#ecf0f5;z-index:800}.main-footer{background:#fff;padding:15px;color:#444;border-top:1px solid #eee}.fixed .main-header,.fixed .main-sidebar,.fixed .left-side{position:fixed}.fixed .main-header{top:0;right:0;left:0}.fixed .content-wrapper,.fixed .right-side{padding-top:50px}@media (max-width:767px){}.fixed.layout-boxed .wrapper{max-width:100%}.content{min-height:250px;padding:15px;margin-bottom:0;padding-bottom:0;margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.content main{height:calc(100vh - 150px)}a{color:#3c8dbc}a:hover,a:active,a:focus{outline:none;text-decoration:none;color:#72afd2}.page-header{margin:10px 0 20px 0;font-size:22px}.page-header>small{color:#666;display:block;margin-top:5px}.main-header{position:relative;max-height:100px;z-index:1030}.main-header>.navbar{margin-bottom:0;margin-left:230px;border:none;min-height:50px;border-radius:0}.layout-top-nav .main-header>.navbar{margin-left:0 !important}.main-header #navbar-search-input{background:rgba(255,255,255,0.2);border-color:transparent}.main-header #navbar-search-input:focus,.main-header #navbar-search-input:active{border-color:rgba(0,0,0,0.1) !important;background:rgba(255,255,255,0.9)}.main-header #navbar-search-input::-moz-placeholder{color:#ccc;opacity:1}.main-header #navbar-search-input:-ms-input-placeholder{color:#ccc}.main-header #navbar-search-input::-webkit-input-placeholder{color:#ccc}.main-header .navbar-custom-menu,.main-header .navbar-right{margin-right:5px;float:right}@media (max-width:991px){.main-header .navbar-custom-menu a,.main-header .navbar-right a{color:inherit;background:transparent}}@media (max-width:767px){.main-header .navbar-right{float:none}.navbar-collapse .main-header .navbar-right{margin:7.5px -15px}.main-header .navbar-right>li{color:inherit;border:0}}.main-header .sidebar-toggle{float:left;background-color:transparent;background-image:none;padding:15px 15px}.main-header .sidebar-toggle:hover{color:#fff}.main-header .sidebar-toggle .icon-bar{display:none}.main-header .navbar .nav>li.user>a>.fa,.main-header .navbar .nav>li.user>a>.glyphicon,.main-header .navbar .nav>li.user>a>.ion{margin-right:5px}.main-header .navbar .nav>li>a>.label{position:absolute;top:9px;right:7px;text-align:center;font-size:9px;padding:2px 3px;line-height:.9}.main-header .logo{display:block;float:left;height:50px;font-size:20px;line-height:50px;text-align:center;width:230px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:0 15px;font-weight:300}.main-header .navbar-brand{color:#fff}.content-header{position:relative;padding:15px 15px 0 15px}.content-header>h1{margin:0;font-size:24px}.content-header>h1>small{font-size:15px;display:inline-block;padding-left:4px;font-weight:300;float:right}.content-header>.breadcrumb{float:right;background:transparent;margin-top:0;margin-bottom:0;font-size:12px;padding:7px 5px;position:absolute;top:15px;right:10px;border-radius:2px}.content-header>.breadcrumb>li>a{color:#444;text-decoration:none;display:inline-block}.content-header>.breadcrumb>li>a>.fa,.content-header>.breadcrumb>li>a>.glyphicon,.content-header>.breadcrumb>li>a>.ion{margin-right:5px}.content-header>.breadcrumb>li+li:before{content:'>\00a0'}.content-header>.breadcrumb:empty{display:none}@media (max-width:991px){.content-header>.breadcrumb{position:relative;margin-top:5px;top:0;right:0;float:none;background:#d2d6de;padding-left:10px;display:none}.content-header>.breadcrumb li:before{color:#97a0b3}}.navbar-toggle{color:#fff;border:0;margin:0;padding:15px 15px}@media (max-width:991px){.navbar-custom-menu .navbar-nav>li{float:left}.navbar-custom-menu .navbar-nav>li.user-menu{display:none}.navbar-custom-menu .navbar-nav{margin:0;float:left}.navbar-custom-menu .navbar-nav>li>a{padding-top:15px;padding-bottom:15px;line-height:20px}}@media (max-width:767px){.main-header{position:relative}.main-header .logo{display:none}.main-header .navbar{width:100%;float:none;position:relative !important}.main-header .navbar{margin:0}.main-header .navbar-custom-menu{float:right}}.main-sidebar{height:100vh;overflow-y:auto;overflow:-moz-scrollbars-none}.main-sidebar ::-webkit-scrollbar{width:0;border:none}.main-sidebar,.left-side{-webkit-overflow-scrolling:touch;position:absolute;top:0;left:0;padding-top:50px;min-height:100%;width:230px;z-index:810;-webkit-transition:-webkit-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);-moz-transition:-moz-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);-o-transition:-o-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);transition:transform .3s cubic-bezier(.32, 1.25, .375, 1.15)}@media (max-width:767px){.main-sidebar,.left-side{-webkit-transform:translate(-230px, 0);-ms-transform:translate(-230px, 0);-o-transform:translate(-230px, 0);transform:translate(-230px, 0)}}@media (min-width:768px){.sidebar-toggle .main-sidebar,.sidebar-toggle .left-side{-webkit-transform:translate(-230px, 0);-ms-transform:translate(-230px, 0);-o-transform:translate(-230px, 0);transform:translate(-230px, 0)}}@media (max-width:767px){.sidebar-toggle .main-sidebar,.sidebar-toggle .left-side{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}}.sidebar{padding-bottom:10px}.fixed .sidebar{overflow:auto;height:100%}.sidebar-form input:focus{border-color:transparent !important}.user-panel{padding:10px}.user-panel:before,.user-panel:after{content:" ";display:table}.user-panel:after{clear:both}.user-panel>.image>img{width:45px;height:45px}.user-panel>.info{padding:5px 5px 5px 15px;font-size:14px;line-height:1}.user-panel>.info>p{margin-bottom:9px}.user-panel>.info>a{text-decoration:none;padding-right:5px;margin-top:3px;font-size:11px;font-weight:normal}.user-panel>.info>a>.fa,.user-panel>.info>a>.ion,.user-panel>.info>a>.glyphicon{margin-right:3px}.sidebar-menu{list-style:none;margin:0;padding:0}.sidebar-menu li.treeview ul.treeview-menu li{max-height:0;overflow:hidden;-moz-transition:all 400ms ease;-webkit-transition:all 400ms ease;transition:all 400ms ease}.sidebar-menu li.treeview.active ul.treeview-menu li,.sidebar-menu li.treeview.menu-open ul.treeview-menu li{max-height:30px}.sidebar-menu>li{position:relative;margin:0;padding:0}.sidebar-menu>li>a{padding:12px 5px 12px 15px;display:block}.sidebar-menu>li>a>.fa,.sidebar-menu>li>a>.glyphicon,.sidebar-menu>li>a>.ion{width:20px}.sidebar-menu>li .label,.sidebar-menu>li .badge{margin-top:3px;margin-right:5px}.sidebar-menu li.header{padding:10px 25px 10px 15px;font-size:12px}.sidebar-menu li>a>.fa-angle-left{width:auto;height:auto;padding:0;margin-right:10px;margin-top:3px;-moz-transition:all 100ms ease;-webkit-transition:all 100ms ease;transition:all 100ms ease;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.sidebar-menu li.active>a>.fa-angle-left{-moz-transition:all 100ms ease;-webkit-transition:all 100ms ease;transition:all 100ms ease;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.sidebar-menu .treeview-menu{list-style:none;padding:0;margin:0;padding-left:5px}.sidebar-menu .treeview-menu .treeview-menu{padding-left:20px}.sidebar-menu .treeview-menu>li{margin:0}.sidebar-menu .treeview-menu>li>a{padding:5px 5px 5px 15px;display:block;font-size:14px}.sidebar-menu .treeview-menu>li>a>.fa,.sidebar-menu .treeview-menu>li>a>.glyphicon,.sidebar-menu .treeview-menu>li>a>.ion{width:20px}.sidebar-menu .treeview-menu>li>a>.fa-angle-left,.sidebar-menu .treeview-menu>li>a>.fa-angle-down{width:auto}.dropdown-menu{box-shadow:0 1px 1px rgba(0,0,0,0.1);border-color:#eee}.dropdown-menu>li>a{color:#777}.dropdown-menu>li>a>.glyphicon,.dropdown-menu>li>a>.fa,.dropdown-menu>li>a>.ion{margin-right:10px}.dropdown-menu>li>a:hover{background-color:#e1e3e9;color:#333}.dropdown-menu>.divider{background-color:#eee}.navbar-nav>.notifications-menu,.navbar-nav>.messages-menu,.navbar-nav>.tasks-menu{position:relative}.navbar-nav>.notifications-menu>.dropdown-menu,.navbar-nav>.messages-menu>.dropdown-menu,.navbar-nav>.tasks-menu>.dropdown-menu{width:320px;padding:0 0 0 0 !important;margin:0 !important;top:100%}.navbar-nav>.notifications-menu>.dropdown-menu>li,.navbar-nav>.messages-menu>.dropdown-menu>li,.navbar-nav>.tasks-menu>.dropdown-menu>li{position:relative}.navbar-nav>.notifications-menu>.dropdown-menu>li.header,.navbar-nav>.messages-menu>.dropdown-menu>li.header,.navbar-nav>.tasks-menu>.dropdown-menu>li.header{border-radius:4px 4px 0 0;background-color:#ffffff;padding:7px 10px;border-bottom:1px solid #f4f4f4;color:#444444;font-size:14px}.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a{border-radius:0 0 4px 4px;font-size:12px;background-color:#fff;padding:7px 10px;border-bottom:1px solid #eeeeee;color:#444 !important;text-align:center}@media (max-width:991px){.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a{background:#fff !important;color:#444 !important}}.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover{text-decoration:none;font-weight:normal}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,.navbar-nav>.messages-menu>.dropdown-menu>li .menu,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu{max-height:200px;margin:0;padding:0;list-style:none;overflow-x:hidden}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a{display:block;white-space:nowrap;border-bottom:1px solid #f4f4f4}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover{background:#f4f4f4;text-decoration:none}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a{color:#444444;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:10px}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon,.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa,.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion{width:20px}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a{margin:0;padding:10px 10px}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img{margin:auto 10px auto auto;width:40px;height:40px}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4{padding:0;margin:0 0 0 45px;color:#444444;font-size:15px;position:relative}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small{color:#999999;font-size:10px;position:absolute;top:0;right:0}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p{margin:0 0 0 45px;font-size:12px;color:#888888}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before,.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after{content:" ";display:table}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after{clear:both}.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a{padding:10px}.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3{font-size:14px;padding:0;margin:0 0 10px 0;color:#666666}.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress{padding:0;margin:0}.navbar-nav>.user-menu>.dropdown-menu{border-top-right-radius:0;border-top-left-radius:0;padding:1px 0 0 0;border-top-width:0;width:280px}.navbar-nav>.user-menu>.dropdown-menu,.navbar-nav>.user-menu>.dropdown-menu>.user-body{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.navbar-nav>.user-menu>.dropdown-menu>li.user-header{height:175px;padding:10px;text-align:center}.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img{z-index:5;height:90px;width:90px;border:3px solid;border-color:transparent;border-color:rgba(255,255,255,0.2)}.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p{z-index:5;color:#fff;color:rgba(255,255,255,0.8);font-size:17px;margin-top:10px}.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small{display:block;font-size:12px}.navbar-nav>.user-menu>.dropdown-menu>.user-body{padding:15px;border-bottom:1px solid #f4f4f4;border-top:1px solid #dddddd}.navbar-nav>.user-menu>.dropdown-menu>.user-body:before,.navbar-nav>.user-menu>.dropdown-menu>.user-body:after{content:" ";display:table}.navbar-nav>.user-menu>.dropdown-menu>.user-body:after{clear:both}.navbar-nav>.user-menu>.dropdown-menu>.user-body a{color:#444 !important}@media (max-width:991px){.navbar-nav>.user-menu>.dropdown-menu>.user-body a{background:#fff !important;color:#444 !important}}.navbar-nav>.user-menu>.dropdown-menu>.user-footer{background-color:#f9f9f9;padding:10px}.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before,.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after{content:" ";display:table}.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after{clear:both}.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default{color:#666666}.navbar-nav>.user-menu .user-image{float:left;width:25px;height:25px;border-radius:50%;margin-right:10px;margin-top:-2px}@media (max-width:767px){.navbar-nav>.user-menu .user-image{float:none;margin-right:0;margin-top:-8px;line-height:10px}}.open:not(.dropup)>.animated-dropdown-menu{backface-visibility:visible !important;-webkit-animation:flipInX .7s both;-o-animation:flipInX .7s both;animation:flipInX .7s both}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}100%{transform:perspective(400px)}}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}100%{transform:perspective(400px)}}.navbar-custom-menu>.navbar-nav>li{position:static}.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{position:absolute;right:0;left:auto}@media (max-width:991px){.navbar-custom-menu>.navbar-nav{float:right}.navbar-custom-menu>.navbar-nav>li{position:static}.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{position:absolute;right:5%;left:auto;border:1px solid #ddd;background:#fff}}.form-control{border-radius:0 !important;box-shadow:none;border-color:#d2d6de}.form-control:focus{border-color:#3c8dbc !important;box-shadow:none}.form-control::-moz-placeholder{color:#bbb;opacity:1}.form-control:-ms-input-placeholder{color:#bbb}.form-control::-webkit-input-placeholder{color:#bbb}.form-control:not(select){-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group.has-success label{color:#00a65a}.form-group.has-success .form-control{border-color:#00a65a !important;box-shadow:none}.form-group.has-warning label{color:#f39c12}.form-group.has-warning .form-control{border-color:#f39c12 !important;box-shadow:none}.form-group.has-error label{color:#dd4b39}.form-group.has-error .form-control{border-color:#dd4b39 !important;box-shadow:none}.input-group .input-group-addon{border-radius:0;border-color:#d2d6de;background-color:#fff}.btn-group-vertical .btn.btn-flat:first-of-type,.btn-group-vertical .btn.btn-flat:last-of-type{border-radius:0}.icheck>label{padding-left:0}.progress,.progress>.progress-bar{-webkit-box-shadow:none;box-shadow:none}.progress,.progress>.progress-bar,.progress .progress-bar,.progress>.progress-bar .progress-bar{border-radius:1px}.progress.sm,.progress-sm{height:10px}.progress.sm,.progress-sm,.progress.sm .progress-bar,.progress-sm .progress-bar{border-radius:1px}.progress.xs,.progress-xs{height:7px}.progress.xs,.progress-xs,.progress.xs .progress-bar,.progress-xs .progress-bar{border-radius:1px}.progress.xxs,.progress-xxs{height:3px}.progress.xxs,.progress-xxs,.progress.xxs .progress-bar,.progress-xxs .progress-bar{border-radius:1px}.progress.vertical{position:relative;width:30px;height:200px;display:inline-block;margin-right:10px}.progress.vertical>.progress-bar{width:100% !important;position:absolute;bottom:0}.progress.vertical.sm,.progress.vertical.progress-sm{width:20px}.progress.vertical.xs,.progress.vertical.progress-xs{width:10px}.progress.vertical.xxs,.progress.vertical.progress-xxs{width:3px}.progress-group .progress-text{font-weight:600}.progress-group .progress-number{float:right}.table tr>td .progress{margin:0}.progress-bar-light-blue,.progress-bar-primary{background-color:#3c8dbc}.progress-striped .progress-bar-light-blue,.progress-striped .progress-bar-primary{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-green,.progress-bar-success{background-color:#00a65a}.progress-striped .progress-bar-green,.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-aqua,.progress-bar-info{background-color:#00c0ef}.progress-striped .progress-bar-aqua,.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-yellow,.progress-bar-warning{background-color:#f39c12}.progress-striped .progress-bar-yellow,.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-red,.progress-bar-danger{background-color:#dd4b39}.progress-striped .progress-bar-red,.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.small-box{border-radius:2px;position:relative;display:block;margin-bottom:20px;box-shadow:0 1px 1px rgba(0,0,0,0.1)}.small-box>.inner{padding:10px}.small-box>.small-box-footer{position:relative;text-align:center;padding:3px 0;color:#fff;color:rgba(255,255,255,0.8);display:block;z-index:10;background:rgba(0,0,0,0.1);text-decoration:none}.small-box>.small-box-footer:hover{color:#fff;background:rgba(0,0,0,0.15)}.small-box h3{font-size:38px;font-weight:bold;margin:0 0 10px 0;white-space:nowrap;padding:0}.small-box p{font-size:15px}.small-box p>small{display:block;color:#f9f9f9;font-size:13px;margin-top:5px}.small-box h3,.small-box p{z-index:5px}.small-box .icon{-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:absolute;top:-10px;right:10px;z-index:0;font-size:90px;color:rgba(0,0,0,0.15)}.small-box:hover{text-decoration:none;color:#f9f9f9}.small-box:hover .icon{font-size:95px}@media (max-width:767px){.small-box{text-align:center}.small-box .icon{display:none}.small-box p{font-size:12px}}.box{position:relative;border-radius:3px;background:#ffffff;border-top:3px solid #d2d6de;width:100%;box-shadow:0 1px 1px rgba(0,0,0,0.1)}.box.box-primary{border-top-color:#3c8dbc}.box.box-info{border-top-color:#00c0ef}.box.box-danger{border-top-color:#dd4b39}.box.box-warning{border-top-color:#f39c12}.box.box-success{border-top-color:#00a65a}.box.box-default{border-top-color:#d2d6de}.box.collapsed-box .box-body,.box.collapsed-box .box-footer{display:none}.box .nav-stacked>li{border-bottom:1px solid #f4f4f4;margin:0}.box .nav-stacked>li:last-of-type{border-bottom:none}.box.height-control .box-body{max-height:300px;overflow:auto}.box .border-right{border-right:1px solid #f4f4f4}.box .border-left{border-left:1px solid #f4f4f4}.box.box-solid{border-top:0}.box.box-solid>.box-header .btn.btn-default{background:transparent}.box.box-solid>.box-header .btn:hover,.box.box-solid>.box-header a:hover{background:rgba(0,0,0,0.1) !important}.box.box-solid.box-default{border:1px solid #d2d6de}.box.box-solid.box-default>.box-header{color:#444;background:#d2d6de;background-color:#d2d6de}.box.box-solid.box-default>.box-header a,.box.box-solid.box-default>.box-header .btn{color:#444}.box.box-solid.box-primary{border:1px solid #3c8dbc}.box.box-solid.box-primary>.box-header{color:#fff;background:#3c8dbc;background-color:#3c8dbc}.box.box-solid.box-primary>.box-header a,.box.box-solid.box-primary>.box-header .btn{color:#fff}.box.box-solid.box-info{border:1px solid #00c0ef}.box.box-solid.box-info>.box-header{color:#fff;background:#00c0ef;background-color:#00c0ef}.box.box-solid.box-info>.box-header a,.box.box-solid.box-info>.box-header .btn{color:#fff}.box.box-solid.box-danger{border:1px solid #dd4b39}.box.box-solid.box-danger>.box-header{color:#fff;background:#dd4b39;background-color:#dd4b39}.box.box-solid.box-danger>.box-header a,.box.box-solid.box-danger>.box-header .btn{color:#fff}.box.box-solid.box-warning{border:1px solid #f39c12}.box.box-solid.box-warning>.box-header{color:#fff;background:#f39c12;background-color:#f39c12}.box.box-solid.box-warning>.box-header a,.box.box-solid.box-warning>.box-header .btn{color:#fff}.box.box-solid.box-success{border:1px solid #00a65a}.box.box-solid.box-success>.box-header{color:#fff;background:#00a65a;background-color:#00a65a}.box.box-solid.box-success>.box-header a,.box.box-solid.box-success>.box-header .btn{color:#fff}.box.box-solid>.box-header>.box-tools .btn{border:0;box-shadow:none}.box.box-solid[class*='bg']>.box-header{color:#fff}.box .box-group>.box{margin-bottom:5px}.box .knob-label{text-align:center;color:#333;font-weight:100;font-size:12px;margin-bottom:.3em}.box>.overlay,.box>.loading-img{position:absolute;top:0;left:0;width:100%;height:100%}.box .overlay{z-index:1010;background:rgba(255,255,255,0.7);border-radius:3px}.box .overlay>.fa{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;color:#000;font-size:30px}.box .overlay.dark{background:rgba(0,0,0,0.5)}.box-header{color:#444;display:block;padding:10px;position:relative}.box-header:before,.box-header:after{content:" ";display:table}.box-header:after{clear:both}.box-header.with-border{border-bottom:1px solid #f4f4f4}.collapsed-box .box-header.with-border{border-bottom:none}.box-header>.fa,.box-header>.glyphicon,.box-header>.ion,.box-header .box-title{display:inline-block;font-size:18px;margin:0;line-height:1}.box-header>.fa,.box-header>.glyphicon,.box-header>.ion{margin-right:5px}.box-header>.box-tools{position:absolute;right:10px;top:5px}.box-header>.box-tools [data-toggle="tooltip"]{position:relative}.box-header>.box-tools.pull-right .dropdown-menu{right:0;left:auto}.btn-box-tool{padding:5px;font-size:12px;background:transparent;box-shadow:none !important;color:#97a0b3}.open .btn-box-tool,.btn-box-tool:hover{color:#606c84}.btn-box-tool:active{outline:none !important}.box-body{border-radius:0 0 3px 3px;padding:10px}.no-header .box-body{border-top-right-radius:3px;border-top-left-radius:3px}.box-body>.table{margin-bottom:0}.box-body>.chart{position:relative;overflow:hidden;width:100%}.box-body>.chart svg,.box-body>.chart canvas{width:100% !important}.box-body .fc{margin-top:5px}.box-body .full-width-chart{margin:-19px}.box-body.no-padding .full-width-chart{margin:-9px}.box-body .box-pane{border-radius:0 0 0 3px}.box-body .box-pane-right{border-radius:0 0 3px 0}.box-footer{border-radius:0 0 3px 3px;border-top:1px solid #f4f4f4;padding:10px;background-color:#fff}.chart-legend{margin:10px 0}@media (max-width:991px){.chart-legend>li{float:left;margin-right:10px}}.todo-list{margin:0;padding:0 0;list-style:none;overflow:auto}.todo-list>li{border-radius:2px;padding:10px;background:#f4f4f4;margin-bottom:2px;border-left:2px solid #e6e7e8;color:#444}.todo-list>li:last-of-type{margin-bottom:0}.todo-list>li.danger{border-left-color:#dd4b39}.todo-list>li.warning{border-left-color:#f39c12}.todo-list>li.info{border-left-color:#00c0ef}.todo-list>li.success{border-left-color:#00a65a}.todo-list>li.primary{border-left-color:#3c8dbc}.todo-list>li>input[type='checkbox']{margin:0 10px 0 5px}.todo-list>li .text{display:inline-block;margin-left:5px;font-weight:600}.todo-list>li .label{margin-left:10px;font-size:9px}.todo-list>li .tools{display:none;float:right;color:#dd4b39}.todo-list>li .tools>.fa,.todo-list>li .tools>.glyphicon,.todo-list>li .tools>.ion{margin-right:5px;cursor:pointer}.todo-list>li:hover .tools{display:inline-block}.todo-list>li.done{color:#999}.todo-list>li.done .text{text-decoration:line-through;font-weight:500}.todo-list>li.done .label{background:#d2d6de !important}.todo-list .handle{display:inline-block;cursor:move;margin:0 5px}.chat{padding:5px 20px 5px 10px}.chat .item{margin-bottom:10px}.chat .item:before,.chat .item:after{content:" ";display:table}.chat .item:after{clear:both}.chat .item>img{width:40px;height:40px;border:2px solid transparent;border-radius:50% !important}.chat .item>img.online{border:2px solid #00a65a}.chat .item>img.offline{border:2px solid #dd4b39}.chat .item>.message{margin-left:55px;margin-top:-40px}.chat .item>.message>.name{display:block;font-weight:600}.chat .item>.attachment{border-radius:3px;background:#f4f4f4;margin-left:65px;margin-right:15px;padding:10px}.chat .item>.attachment>h4{margin:0 0 5px 0;font-weight:600;font-size:14px}.chat .item>.attachment>p,.chat .item>.attachment>.filename{font-weight:600;font-size:13px;font-style:italic;margin:0}.chat .item>.attachment:before,.chat .item>.attachment:after{content:" ";display:table}.chat .item>.attachment:after{clear:both}.box-input{max-width:200px}.info-box{display:block;min-height:90px;background:#fff;width:100%;box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:2px;margin-bottom:15px}.info-box small{font-size:14px}.info-box .progress{background:rgba(0,0,0,0.2);margin:5px -10px 5px -10px;height:2px}.info-box .progress,.info-box .progress .progress-bar{border-radius:0}.info-box .progress .progress-bar{background:#fff}.info-box-icon{border-radius:2px 0 0 2px;display:block;float:left;height:90px;width:90px;text-align:center;font-size:45px;line-height:90px;background:rgba(0,0,0,0.2)}.info-box-content{padding:5px 10px;margin-left:90px}.info-box-number{display:block;font-size:18px}.progress-description,.info-box-text{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.info-box-text{text-transform:uppercase}.info-box-more{display:block}.progress-description{margin:0}.timeline{position:relative;margin:0 0 30px 0;padding:0;list-style:none}.timeline:before{content:'';position:absolute;top:0;bottom:0;width:4px;background:#ddd;left:31px;margin:0;border-radius:2px}.timeline>li{position:relative;margin-right:10px;margin-bottom:15px}.timeline>li:before,.timeline>li:after{content:" ";display:table}.timeline>li:after{clear:both}.timeline>li>.timeline-item{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px;margin-top:0;background:#fff;color:#444;margin-left:60px;margin-right:15px;padding:0;position:relative}.timeline>li>.timeline-item>.time{color:#999;float:right;padding:10px;font-size:12px}.timeline>li>.timeline-item>.timeline-header{margin:0;color:#555;border-bottom:1px solid #f4f4f4;padding:10px;font-size:16px;line-height:1.1}.timeline>li>.timeline-item>.timeline-header>a{font-weight:600}.timeline>li>.timeline-item>.timeline-body,.timeline>li>.timeline-item>.timeline-footer{padding:10px}.timeline>li.time-label>span{font-weight:600;padding:5px;display:inline-block;background-color:#fff;border-radius:4px}.timeline>li>.fa,.timeline>li>.glyphicon,.timeline>li>.ion{width:30px;height:30px;font-size:15px;line-height:30px;position:absolute;color:#666;background:#d2d6de;border-radius:50%;text-align:center;left:18px;top:0}.btn{border-radius:3px;-webkit-box-shadow:none;box-shadow:none;border:1px solid transparent}.btn.uppercase{text-transform:uppercase}.btn.btn-flat{border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-width:1px}.btn:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:focus{outline:none}.btn.btn-file{position:relative;overflow:hidden}.btn.btn-file>input[type='file']{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;opacity:0;filter:alpha(opacity=0);outline:none;background:white;cursor:inherit;display:block}.btn-default{background-color:#f4f4f4;color:#444;border-color:#ddd}.btn-default:hover,.btn-default:active,.btn-default.hover{background-color:#e7e7e7 !important}.btn-primary{background-color:#3c8dbc;border-color:#367fa9}.btn-primary:hover,.btn-primary:active,.btn-primary.hover{background-color:#367fa9}.btn-success{background-color:#00a65a;border-color:#008d4c}.btn-success:hover,.btn-success:active,.btn-success.hover{background-color:#008d4c}.btn-info{background-color:#00c0ef;border-color:#00acd6}.btn-info:hover,.btn-info:active,.btn-info.hover{background-color:#00acd6}.btn-danger{background-color:#dd4b39;border-color:#d73925}.btn-danger:hover,.btn-danger:active,.btn-danger.hover{background-color:#d73925}.btn-warning{background-color:#f39c12;border-color:#e08e0b}.btn-warning:hover,.btn-warning:active,.btn-warning.hover{background-color:#e08e0b}.btn-outline{border:1px solid #fff;background:transparent;color:#fff}.btn-outline:hover,.btn-outline:focus,.btn-outline:active{color:rgba(255,255,255,0.7);border-color:rgba(255,255,255,0.7)}.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn[class*='bg-']:hover{-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,0.2);box-shadow:inset 0 0 100px rgba(0,0,0,0.2)}.btn-app{border-radius:3px;position:relative;padding:15px 5px;margin:0 0 10px 10px;min-width:80px;height:60px;text-align:center;color:#666;border:1px solid #ddd;background-color:#f4f4f4;font-size:12px}.btn-app>.fa,.btn-app>.glyphicon,.btn-app>.ion{font-size:20px;display:block}.btn-app:hover{background:#f4f4f4;color:#444;border-color:#aaa}.btn-app:active,.btn-app:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-app>.badge{position:absolute;top:-3px;right:-10px;font-size:10px;font-weight:400}.callout{border-radius:3px;margin:0 0 20px 0;padding:15px 30px 15px 15px;border-left:5px solid #eee}.callout a{color:#fff;text-decoration:underline}.callout a:hover{color:#eee}.callout h4{margin-top:0;font-weight:600}.callout p:last-child{margin-bottom:0}.callout code,.callout .highlight{background-color:#fff}.callout.callout-danger{border-color:#c23321}.callout.callout-warning{border-color:#c87f0a}.callout.callout-info{border-color:#0097bc}.callout.callout-success{border-color:#00733e}#headerNotifications .alert{border-radius:0 !important}.alert{border-radius:3px}.alert h4{font-weight:600}.alert .icon{margin-right:10px}.alert .close{color:#000;text-decoration:none;opacity:.2;filter:alpha(opacity=20)}.alert .close:hover{opacity:.5;filter:alpha(opacity=50);text-decoration:none}.alert a{color:#fff;text-decoration:underline}.alert-success{border-color:#008d4c}.alert-danger,.alert-error{border-color:#d73925}.alert-warning{border-color:#e08e0b}.alert-info{border-color:#00acd6}.nav-pills>li>a{border-radius:0;border-top:3px solid transparent;color:#444}.nav-pills>li>a>.fa,.nav-pills>li>a>.glyphicon,.nav-pills>li>a>.ion{margin-right:5px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover{background-color:#f4f4f4;border-top-color:#3c8dbc;color:#444}.nav-pills>li.active>a{font-weight:600}.nav-pills>li>a:hover{background-color:#f6f6f6}.nav-stacked>li>a{border-radius:0;border-top:0;border-left:3px solid transparent;color:#444}.nav-stacked>li.active>a,.nav-stacked>li.active>a:hover{background-color:#f4f4f4;border-top:0;border-left-color:#3c8dbc;color:#444}.nav-stacked>li.header{border-bottom:1px solid #ddd;color:#777;margin-bottom:10px;padding:5px 10px;text-transform:uppercase}.nav-tabs-custom{margin-bottom:20px;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px}.nav-tabs-custom>.nav-tabs{margin:0;border-bottom-color:#f4f4f4;border-top-right-radius:3px;border-top-left-radius:3px}.nav-tabs-custom>.nav-tabs>li{border-top:3px solid transparent;margin-bottom:-2px;margin-right:5px}.nav-tabs-custom>.nav-tabs>li>a{border-radius:0 !important}.nav-tabs-custom>.nav-tabs>li>a,.nav-tabs-custom>.nav-tabs>li>a:hover{background:transparent;margin:0}.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active{border-color:transparent}.nav-tabs-custom>.nav-tabs>li.active{border-top-color:#3c8dbc}.nav-tabs-custom>.nav-tabs>li.active>a,.nav-tabs-custom>.nav-tabs>li.active:hover>a{background-color:#fff}.nav-tabs-custom>.nav-tabs>li.active>a{border-top:0;border-left-color:#f4f4f4;border-right-color:#f4f4f4}.nav-tabs-custom>.nav-tabs>li:first-of-type{margin-left:0}.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a{border-left-width:0}.nav-tabs-custom>.nav-tabs.pull-right{float:none !important}.nav-tabs-custom>.nav-tabs.pull-right>li{float:right}.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type{margin-right:0}.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a{border-left-width:1px;border-right-width:0}.nav-tabs-custom>.nav-tabs>li.header{line-height:35px;padding:0 10px;font-size:20px;color:#444}.nav-tabs-custom>.nav-tabs>li.header>.fa,.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,.nav-tabs-custom>.nav-tabs>li.header>.ion{margin-right:5px}.nav-tabs-custom>.tab-content{background:#fff;padding:10px;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.tabs-bottom.nav-3 li a{width:3333.33333333% !important}.tabs-bottom li a{border:0}.pagination>li>a{background:#fafafa;color:#666}.pagination>li:first-of-type a,.pagination>li:last-of-type a{border-radius:0}.products-list{list-style:none;margin:0;padding:0}.products-list>.item{border-radius:3px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);padding:10px 0;background:#fff}.products-list>.item:before,.products-list>.item:after{content:" ";display:table}.products-list>.item:after{clear:both}.products-list .product-img{float:left}.products-list .product-img img{width:50px;height:50px}.products-list .product-info{margin-left:60px}.products-list .product-title{font-weight:600}.products-list .product-description{display:block;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-list-in-box>.item{-webkit-box-shadow:none;box-shadow:none;border-radius:0;border-bottom:1px solid #f4f4f4}.product-list-in-box>.item:last-of-type{border-bottom-width:0}.table{border:solid #CCCCCC}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{border-top:1px solid #f4f4f4}.table>thead>tr>th,.table>thead>tr>td{border-bottom:2px solid #f4f4f4;background-color:#F5F5F5}.table tr td .progress{margin-top:5px}.table-bordered{border:1px solid #f4f4f4}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #f4f4f4}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table.no-border,.table.no-border td,.table.no-border th{border:0}table.text-center,table.text-center td,table.text-center th{text-align:center}.table.align th{text-align:left}.table.align td{text-align:right}.label-default{background-color:#d2d6de;color:#444}.direct-chat .box-body{border-bottom-right-radius:0;border-bottom-left-radius:0;position:relative;overflow-x:hidden;padding:0}.direct-chat.chat-pane-open .direct-chat-contacts{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.direct-chat-messages{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);padding:10px;height:250px;overflow:auto}.direct-chat-msg,.direct-chat-text{display:block}.direct-chat-msg{margin-bottom:10px}.direct-chat-msg:before,.direct-chat-msg:after{content:" ";display:table}.direct-chat-msg:after{clear:both}.direct-chat-messages,.direct-chat-contacts{-webkit-transition:-webkit-transform .5s ease-in-out;-moz-transition:-moz-transform .5s ease-in-out;-o-transition:-o-transform .5s ease-in-out;transition:transform .5s ease-in-out}.direct-chat-text{border-radius:5px;position:relative;padding:5px 10px;background:#d2d6de;border:1px solid #d2d6de;margin:5px 0 0 50px;color:#444}.direct-chat-text:after,.direct-chat-text:before{position:absolute;right:100%;top:15px;border:solid transparent;border-right-color:#d2d6de;content:' ';height:0;width:0;pointer-events:none}.direct-chat-text:after{border-width:5px;margin-top:-5px}.direct-chat-text:before{border-width:6px;margin-top:-6px}.right .direct-chat-text{margin-right:50px;margin-left:0}.right .direct-chat-text:after,.right .direct-chat-text:before{right:auto;left:100%;border-right-color:transparent;border-left-color:#d2d6de}.direct-chat-img{border-radius:50%;float:left;width:40px;height:40px}.right .direct-chat-img{float:right}.direct-chat-info{display:block;margin-bottom:2px;font-size:12px}.direct-chat-name{font-weight:600}.direct-chat-timestamp{color:#999}.direct-chat-contacts-open .direct-chat-contacts{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.direct-chat-contacts{-webkit-transform:translate(100%, 0);-ms-transform:translate(100%, 0);-o-transform:translate(100%, 0);transform:translate(100%, 0);position:absolute;top:0;bottom:0;height:250px;width:100%;background:#222d32;color:#fff;overflow:auto}.contacts-list>li{border-bottom:1px solid rgba(0,0,0,0.2);padding:10px;margin:0}.contacts-list>li:before,.contacts-list>li:after{content:" ";display:table}.contacts-list>li:after{clear:both}.contacts-list>li:last-of-type{border-bottom:none}.contacts-list-img{border-radius:50%;width:40px;float:left}.contacts-list-info{margin-left:45px;color:#fff}.contacts-list-name,.contacts-list-status{display:block}.contacts-list-name{font-weight:600}.contacts-list-status{font-size:12px}.contacts-list-date{color:#aaa;font-weight:normal}.contacts-list-msg{color:#999}.direct-chat-danger .right>.direct-chat-text{background:#dd4b39;border-color:#dd4b39;color:#fff}.direct-chat-danger .right>.direct-chat-text:after,.direct-chat-danger .right>.direct-chat-text:before{border-left-color:#dd4b39}.direct-chat-primary .right>.direct-chat-text{background:#3c8dbc;border-color:#3c8dbc;color:#fff}.direct-chat-primary .right>.direct-chat-text:after,.direct-chat-primary .right>.direct-chat-text:before{border-left-color:#3c8dbc}.direct-chat-warning .right>.direct-chat-text{background:#f39c12;border-color:#f39c12;color:#fff}.direct-chat-warning .right>.direct-chat-text:after,.direct-chat-warning .right>.direct-chat-text:before{border-left-color:#f39c12}.direct-chat-info .right>.direct-chat-text{background:#00c0ef;border-color:#00c0ef;color:#fff}.direct-chat-info .right>.direct-chat-text:after,.direct-chat-info .right>.direct-chat-text:before{border-left-color:#00c0ef}.direct-chat-success .right>.direct-chat-text{background:#00a65a;border-color:#00a65a;color:#fff}.direct-chat-success .right>.direct-chat-text:after,.direct-chat-success .right>.direct-chat-text:before{border-left-color:#00a65a}.users-list>li{width:25%;float:left;padding:10px;text-align:center}.users-list>li>img{border-radius:50%;max-width:100%;height:auto}.users-list-name,.users-list-date{display:block}.users-list-name{font-weight:600;color:#444;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.users-list-name:hover{color:#999}.users-list-date{color:#999;font-size:12px}.carousel-control{background-image:none !important}.carousel-control>.fa{font-size:40px;position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-20px}.modal{background:rgba(0,0,0,0.3)}.modal-content{border-radius:0;-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.125) !important;box-shadow:0 2px 3px rgba(0,0,0,0.125) !important;border:0}@media (min-width:768px){.modal-content{-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.125) !important;box-shadow:0 2px 3px rgba(0,0,0,0.125) !important}}.modal-header{border-bottom-color:#f4f4f4}.modal-footer{border-top-color:#f4f4f4}.modal-primary .modal-header,.modal-primary .modal-footer{border-color:#307095}.modal-warning .modal-header,.modal-warning .modal-footer{border-color:#c87f0a}.modal-info .modal-header,.modal-info .modal-footer{border-color:#0097bc}.modal-success .modal-header,.modal-success .modal-footer{border-color:#00733e}.modal-danger .modal-header,.modal-danger .modal-footer{border-color:#c23321}.mailbox-messages>.table{margin:0}.mailbox-controls{padding:5px}.mailbox-controls.with-border{border-bottom:1px solid #f4f4f4}.mailbox-read-info{border-bottom:1px solid #f4f4f4;padding:10px}.mailbox-read-info h3{font-size:20px;margin:0}.mailbox-read-info h5{margin:0;padding:5px 0 0 0}.mailbox-read-time{color:#999;font-size:13px}.mailbox-read-message{padding:10px}.mailbox-attachments li{float:left;width:200px;border:1px solid #eee;margin-bottom:10px;margin-right:10px}.mailbox-attachment-name{font-weight:bold;color:#666}.mailbox-attachment-icon,.mailbox-attachment-info,.mailbox-attachment-size{display:block}.mailbox-attachment-info{padding:10px;background:#f4f4f4}.mailbox-attachment-size{color:#999;font-size:12px}.mailbox-attachment-icon{text-align:center;font-size:65px;color:#666;padding:20px 10px}.mailbox-attachment-icon.has-img{padding:0}.mailbox-attachment-icon.has-img>img{max-width:100%;height:auto}.mailbox .table-mailbox{border-left:1px solid #f4f4f4;border-right:1px solid #f4f4f4;border-bottom:1px solid #f4f4f4}.mailbox .table-mailbox tr.unread>td{background-color:rgba(0,0,0,0.05);color:#000;font-weight:600}.mailbox .table-mailbox tr>td>.fa.fa-star,.mailbox .table-mailbox tr>td>.fa.fa-star-o,.mailbox .table-mailbox tr>td>.glyphicon.glyphicon-star,.mailbox .table-mailbox tr>td>.glyphicon.glyphicon-star-empty{color:#f39c12;cursor:pointer}.mailbox .table-mailbox tr>td.small-col{width:30px}.mailbox .table-mailbox tr>td.name{width:150px;font-weight:600}.mailbox .table-mailbox tr>td.time{text-align:right;width:100px}.mailbox .table-mailbox tr>td{white-space:nowrap}.mailbox .table-mailbox tr>td>a{color:#444}@media (max-width:991px){.mailbox .nav-stacked>li:not(.header){float:left;width:50%}.mailbox .nav-stacked>li:not(.header).header{border:0 !important}.mailbox .search-form{margin-top:10px}}.lockscreen{background:#d2d6de}.lockscreen-logo{font-size:35px;text-align:center;margin-bottom:25px;font-weight:300}.lockscreen-logo a{color:#444}.lockscreen-wrapper{max-width:400px;margin:0 auto;margin-top:10%}.lockscreen .lockscreen-name{text-align:center;font-weight:600}.lockscreen-item{border-radius:4px;padding:0;background:#fff;position:relative;margin:10px auto 30px auto;width:290px}.lockscreen-image{border-radius:50%;position:absolute;left:-10px;top:-25px;background:#fff;padding:5px;z-index:10}.lockscreen-image>img{border-radius:50%;width:70px;height:70px}.lockscreen-credentials{margin-left:70px}.lockscreen-credentials .form-control{border:0 !important}.lockscreen-credentials .btn{background-color:#fff;border:0;padding:0 10px}.lockscreen-footer{margin-top:10px}.login-logo,.register-logo{font-size:35px;text-align:center;margin-bottom:25px;font-weight:300}.login-logo a,.register-logo a{color:#444}.login-page,.register-page{background:#d2d6de}.login-box,.register-box{width:360px;margin:7% auto}@media (max-width:768px){.login-box,.register-box{width:90%;margin-top:20px}}.login-box-body,.register-box-body{background:#fff;padding:20px;color:#444;border-top:0;color:#666}.login-box-body .form-control-feedback,.register-box-body .form-control-feedback{color:#777}.login-box-msg,.register-box-msg{margin:0;text-align:center;padding:0 20px 20px 20px}.social-auth-links{margin:10px 0}.error-page{width:600px;margin:20px auto 0 auto}@media (max-width:991px){.error-page{width:100%}}.error-page>.headline{float:left;font-size:100px;font-weight:300}@media (max-width:991px){.error-page>.headline{float:none;text-align:center}}.error-page>.error-content{margin-left:190px;display:block}@media (max-width:991px){.error-page>.error-content{margin-left:0}}.error-page>.error-content>h3{font-weight:300;font-size:25px}@media (max-width:991px){.error-page>.error-content>h3{text-align:center}}.invoice{position:relative;background:#fff;border:1px solid #f4f4f4;padding:20px;margin:10px 25px}.invoice-title{margin-top:0}.btn-social{position:relative;padding-left:44px !important;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px !important;line-height:34px !important;font-size:1.6em !important;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}.btn-social.btn-lg{padding-left:61px !important}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}.btn-social.btn-sm{padding-left:38px !important}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}.btn-social.btn-xs{padding-left:30px !important}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}.btn-social-icon{position:relative;padding-left:44px !important;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px !important;line-height:34px !important;font-size:1.6em !important;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}.btn-social-icon.btn-lg{padding-left:61px !important}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}.btn-social-icon.btn-sm{padding-left:38px !important}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}.btn-social-icon.btn-xs{padding-left:30px !important}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}.btn-bitbucket{color:white;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket.focus,.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:white;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled.focus,.btn-bitbucket[disabled].focus,fieldset[disabled] .btn-bitbucket.focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket .badge{color:#205081;background-color:white}.btn-dropbox{color:white;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox.focus,.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:white;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled.focus,.btn-dropbox[disabled].focus,fieldset[disabled] .btn-dropbox.focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox .badge{color:#1087dd;background-color:white}.btn-facebook{color:white;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook.focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:white;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook .badge{color:#3b5998;background-color:white}.btn-flickr{color:white;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr.focus,.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:white;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled.focus,.btn-flickr[disabled].focus,fieldset[disabled] .btn-flickr.focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr .badge{color:#ff0084;background-color:white}.btn-foursquare{color:white;background-color:#0072b1;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare.focus,.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:white;background-color:#00517e;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled.focus,.btn-foursquare[disabled].focus,fieldset[disabled] .btn-foursquare.focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#0072b1;border-color:rgba(0,0,0,0.2)}.btn-foursquare .badge{color:#0072b1;background-color:white}.btn-github{color:white;background-color:#444444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github.focus,.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:white;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled.focus,.btn-github[disabled].focus,fieldset[disabled] .btn-github.focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444444;border-color:rgba(0,0,0,0.2)}.btn-github .badge{color:#444444;background-color:white}.btn-google-plus{color:white;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus.focus,.btn-google-plus:active,.btn-google-plus.active,.open>.dropdown-toggle.btn-google-plus{color:white;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google-plus:active,.btn-google-plus.active,.open>.dropdown-toggle.btn-google-plus{background-image:none}.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled.focus,.btn-google-plus[disabled].focus,fieldset[disabled] .btn-google-plus.focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus .badge{color:#dd4b39;background-color:white}.btn-instagram{color:white;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram.focus,.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:white;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled.focus,.btn-instagram[disabled].focus,fieldset[disabled] .btn-instagram.focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram .badge{color:#3f729b;background-color:white}.btn-linkedin{color:white;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin.focus,.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:white;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled.focus,.btn-linkedin[disabled].focus,fieldset[disabled] .btn-linkedin.focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin .badge{color:#007bb6;background-color:white}.btn-tumblr{color:white;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr.focus,.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:white;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled.focus,.btn-tumblr[disabled].focus,fieldset[disabled] .btn-tumblr.focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr .badge{color:#2c4762;background-color:white}.btn-twitter{color:white;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter.focus,.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:white;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter .badge{color:#55acee;background-color:white}.btn-vk{color:white;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk.focus,.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:white;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled.focus,.btn-vk[disabled].focus,fieldset[disabled] .btn-vk.focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk .badge{color:#587ea3;background-color:white}.fc-button{background:#f4f4f4;background-image:none;color:#444;border-color:#ddd;border-bottom-color:#ddd}.fc-button:hover,.fc-button:active,.fc-button.hover{background-color:#e9e9e9}.fc-header-title h2{font-size:15px;line-height:1.6em;color:#666;margin-left:10px}.fc-header-right{padding-right:10px}.fc-header-left{padding-left:10px}.fc-widget-header{background:#fafafa}.fc-grid{width:100%;border:0}.fc-widget-header:first-of-type,.fc-widget-content:first-of-type{border-left:0;border-right:0}.fc-widget-header:last-of-type,.fc-widget-content:last-of-type{border-right:0}.fc-toolbar{padding:10px;margin:0}.fc-day-number{font-size:20px;font-weight:300;padding-right:10px}.fc-color-picker{list-style:none;margin:0;padding:0}.fc-color-picker>li{float:left;font-size:30px;margin-right:5px;line-height:30px}.fc-color-picker>li .fa{-webkit-transition:-webkit-transform linear .3s;-moz-transition:-moz-transform linear .3s;-o-transition:-o-transform linear .3s;transition:transform linear .3s}.fc-color-picker>li .fa:hover{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}#add-new-event{-webkit-transition:all linear .3s;-o-transition:all linear .3s;transition:all linear .3s}.external-event{padding:5px 10px;font-weight:bold;margin-bottom:4px;box-shadow:0 1px 1px rgba(0,0,0,0.1);text-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px;cursor:move}.external-event:hover{box-shadow:inset 0 0 90px rgba(0,0,0,0.2)}.pad{padding:10px}.margin{margin:10px}.margin-bottom{margin-bottom:20px}.inline{display:inline;width:auto}.description-block{display:block;margin:10px 0;text-align:center}.description-block.margin-bottom{margin-bottom:25px}.description-block>.description-header{margin:0;padding:0;font-weight:600;font-size:16px}.description-block>.description-text{text-transform:uppercase}.bg-red,.bg-yellow,.bg-aqua,.bg-blue,.bg-light-blue,.bg-green,.bg-navy,.bg-teal,.bg-olive,.bg-lime,.bg-orange,.bg-fuchsia,.bg-purple,.bg-maroon,.bg-black,.bg-red-active,.bg-yellow-active,.bg-aqua-active,.bg-blue-active,.bg-light-blue-active,.bg-green-active,.bg-navy-active,.bg-teal-active,.bg-olive-active,.bg-lime-active,.bg-orange-active,.bg-fuchsia-active,.bg-purple-active,.bg-maroon-active,.bg-black-active,.callout.callout-danger,.callout.callout-warning,.callout.callout-info,.callout.callout-success,.alert-success,.alert-danger,.alert-error,.alert-warning,.alert-info,.label-danger,.label-info,.label-waring,.label-primary,.label-success,.modal-primary .modal-body,.modal-primary .modal-header,.modal-primary .modal-footer,.modal-warning .modal-body,.modal-warning .modal-header,.modal-warning .modal-footer,.modal-info .modal-body,.modal-info .modal-header,.modal-info .modal-footer,.modal-success .modal-body,.modal-success .modal-header,.modal-success .modal-footer,.modal-danger .modal-body,.modal-danger .modal-header,.modal-danger .modal-footer{color:#fff !important}.bg-gray{color:#000;background-color:#d2d6de !important}.bg-white{color:#000 !important;background-color:#ffffff !important}.bg-black{background-color:#111 !important}.bg-red,.callout.callout-danger,.alert-danger,.alert-error,.label-danger,.modal-danger .modal-body{background-color:#dd4b39 !important}.bg-yellow,.callout.callout-warning,.alert-warning,.label-waring,.modal-warning .modal-body{background-color:#f39c12 !important}.bg-aqua,.callout.callout-info,.alert-info,.label-info,.modal-info .modal-body{background-color:#00c0ef !important}.bg-blue{background-color:#0073b7 !important}.bg-light-blue,.label-primary,.modal-primary .modal-body{background-color:#3c8dbc !important}.bg-green,.callout.callout-success,.alert-success,.label-success,.modal-success .modal-body{background-color:#00a65a !important}.bg-navy{background-color:#001F3F !important}.bg-teal{background-color:#39CCCC !important}.bg-olive{background-color:#3D9970 !important}.bg-lime{background-color:#01FF70 !important}.bg-orange{background-color:#FF851B !important}.bg-fuchsia{background-color:#F012BE !important}.bg-purple{background-color:#605ca8 !important}.bg-maroon{background-color:#D81B60 !important}.bg-gray-active{color:#000;background-color:#b5bbc8 !important}.bg-black-active{background-color:#000 !important}.bg-red-active,.modal-danger .modal-header,.modal-danger .modal-footer{background-color:#d33724 !important}.bg-yellow-active,.modal-warning .modal-header,.modal-warning .modal-footer{background-color:#db8b0b !important}.bg-aqua-active,.modal-info .modal-header,.modal-info .modal-footer{background-color:#00a7d0 !important}.bg-blue-active{background-color:#005384 !important}.bg-light-blue-active,.modal-primary .modal-header,.modal-primary .modal-footer{background-color:#357ca5 !important}.bg-green-active,.modal-success .modal-header,.modal-success .modal-footer{background-color:#008d4c !important}.bg-navy-active{background-color:#001a35 !important}.bg-teal-active{background-color:#30bbbb !important}.bg-olive-active{background-color:#368763 !important}.bg-lime-active{background-color:#00e765 !important}.bg-orange-active{background-color:#ff7701 !important}.bg-fuchsia-active{background-color:#db0ead !important}.bg-purple-active{background-color:#555299 !important}.bg-maroon-active{background-color:#ca195a !important}[class^="bg-"].disabled{opacity:.65;filter:alpha(opacity=65)}.text-red{color:#dd4b39 !important}.text-yellow{color:#f39c12 !important}.text-aqua{color:#00c0ef !important}.text-blue{color:#0073b7 !important}.text-black{color:#111 !important}.text-light-blue{color:#3c8dbc !important}.text-green{color:#00a65a !important}.text-gray{color:#d2d6de !important}.text-navy{color:#001F3F !important}.text-teal{color:#39CCCC !important}.text-olive{color:#3D9970 !important}.text-lime{color:#01FF70 !important}.text-orange{color:#FF851B !important}.text-fuchsia{color:#F012BE !important}.text-purple{color:#605ca8 !important}.text-maroon{color:#D81B60 !important}.hide{display:none !important}.no-border{border:0 !important}.no-padding{padding:0 !important}.no-margin{margin:0 !important}.no-shadow{box-shadow:none !important}.list-unstyled,.chart-legend,.contacts-list,.users-list,.mailbox-attachments{list-style:none;margin:0;padding:0}.flat{border-radius:0 !important}.text-bold,.text-bold.table td,.text-bold.table th{font-weight:700}.jqstooltip{padding:5px !important;width:auto !important;height:auto !important}.bg-teal-gradient{background:#39CCCC !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #39CCCC), color-stop(1, #7adddd)) !important;background:-ms-linear-gradient(bottom, #39CCCC, #7adddd) !important;background:-moz-linear-gradient(center bottom, #39CCCC 0, #7adddd 100%) !important;background:-o-linear-gradient(#7adddd, #39CCCC) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39CCCC', GradientType=0) !important;color:#fff}.bg-light-blue-gradient{background:#3c8dbc !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;background:-ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;background:-moz-linear-gradient(center bottom, #3c8dbc 0, #67a8ce 100%) !important;background:-o-linear-gradient(#67a8ce, #3c8dbc) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;color:#fff}.bg-blue-gradient{background:#0073b7 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;background:-ms-linear-gradient(bottom, #0073b7, #0089db) !important;background:-moz-linear-gradient(center bottom, #0073b7 0, #0089db 100%) !important;background:-o-linear-gradient(#0089db, #0073b7) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;color:#fff}.bg-aqua-gradient{background:#00c0ef !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;background:-ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;background:-moz-linear-gradient(center bottom, #00c0ef 0, #14d1ff 100%) !important;background:-o-linear-gradient(#14d1ff, #00c0ef) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;color:#fff}.bg-yellow-gradient{background:#f39c12 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;background:-ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;background:-moz-linear-gradient(center bottom, #f39c12 0, #f7bc60 100%) !important;background:-o-linear-gradient(#f7bc60, #f39c12) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;color:#fff}.bg-purple-gradient{background:#605ca8 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;background:-ms-linear-gradient(bottom, #605ca8, #9491c4) !important;background:-moz-linear-gradient(center bottom, #605ca8 0, #9491c4 100%) !important;background:-o-linear-gradient(#9491c4, #605ca8) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;color:#fff}.bg-green-gradient{background:#00a65a !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;background:-ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;background:-moz-linear-gradient(center bottom, #00a65a 0, #00ca6d 100%) !important;background:-o-linear-gradient(#00ca6d, #00a65a) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;color:#fff}.bg-red-gradient{background:#dd4b39 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;background:-ms-linear-gradient(bottom, #dd4b39, #e47365) !important;background:-moz-linear-gradient(center bottom, #dd4b39 0, #e47365 100%) !important;background:-o-linear-gradient(#e47365, #dd4b39) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;color:#fff}.bg-black-gradient{background:#111 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;background:-ms-linear-gradient(bottom, #111, #2b2b2b) !important;background:-moz-linear-gradient(center bottom, #111 0, #2b2b2b 100%) !important;background:-o-linear-gradient(#2b2b2b, #111) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111', GradientType=0) !important;color:#fff}.bg-maroon-gradient{background:#D81B60 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #D81B60), color-stop(1, #e73f7c)) !important;background:-ms-linear-gradient(bottom, #D81B60, #e73f7c) !important;background:-moz-linear-gradient(center bottom, #D81B60 0, #e73f7c 100%) !important;background:-o-linear-gradient(#e73f7c, #D81B60) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#D81B60', GradientType=0) !important;color:#fff}.connectedSortable{min-height:100px}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sort-highlight{background:#f4f4f4;border:1px dashed #ddd;margin-bottom:10px}.full-opacity-hover{opacity:.65;filter:alpha(opacity=65)}.full-opacity-hover:hover{opacity:1;filter:alpha(opacity=100)}@media print{.no-print,.main-sidebar,.left-side,.main-header,.content-header{display:none !important}.content-wrapper,.right-side,.main-footer{margin-left:0 !important;min-height:0 !important;-webkit-transform:translate(0, 0) !important;-ms-transform:translate(0, 0) !important;-o-transform:translate(0, 0) !important;transform:translate(0, 0) !important}.fixed .content-wrapper,.fixed .right-side{padding-top:0 !important}.invoice{width:100%;border:0;margin:0;padding:0}.invoice-col{float:left;width:33.3333333%}.table-responsive{overflow:auto}.table-responsive>.table tr th,.table-responsive>.table tr td{white-space:normal !important}}/*
 * Skin: Purple
 * ------------
 */
.skin-purple .main-header .navbar {
  background-color: #605ca8;
}
.skin-purple .main-header .navbar .nav > li > a {
  color: #fff;
}
.skin-purple .main-header .navbar .nav > li > a:hover,
.skin-purple .main-header .navbar .nav > li > a:active,
.skin-purple .main-header .navbar .nav > li > a:focus,
.skin-purple .main-header .navbar .nav .open > a,
.skin-purple .main-header .navbar .nav .open > a:hover,
.skin-purple .main-header .navbar .nav .open > a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-purple .main-header .navbar .navbar-custom-menu > .nav {
  margin-right: 10px;
}
.skin-purple .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-purple .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-purple .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-purple .main-header .navbar .sidebar-toggle:hover {
  background-color: #555299;
}
@media (max-width: 767px) {
  .skin-purple .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-purple .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-purple .main-header .navbar .dropdown-menu li a:hover {
    background: #555299;
  }
}
.skin-purple .main-header .logo {
  background-color: #555299;
  color: #fff;
  border-bottom: 0px solid transparent;
}
.skin-purple .main-header .logo > a {
  color: #fff;
}
.skin-purple .main-header .logo:hover {
  background: #545096;
}
.skin-purple .main-header li.user-header {
  background-color: #605ca8;
}
.skin-purple .content-header {
  background: transparent;
}
.skin-purple .user-panel > .info,
.skin-purple .user-panel > .info > a {
  color: #fff;
}
.skin-purple .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.skin-purple .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  margin-right: 1px;
}
.skin-purple .sidebar-menu > li > a:hover,
.skin-purple .sidebar-menu > li.active > a {
  color: #fff;
  background: #1e282c;
  border-left-color: #605ca8;
}
.skin-purple .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}
.skin-purple .wrapper,
.skin-purple .main-sidebar,
.skin-purple .left-side {
  background: #222d32;
}
.skin-purple .sidebar a {
  color: #b8c7ce;
}
.skin-purple .sidebar a:hover {
  text-decoration: none;
}
.skin-purple .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-purple .treeview-menu > li.active > a,
.skin-purple .treeview-menu > li > a:hover {
  color: #fff;
}
.skin-purple .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-purple .sidebar-form input[type="text"],
.skin-purple .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -o-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
}
.skin-purple .sidebar-form input[type="text"] {
  color: #666;
  border-radius: 2px 0 0 2px !important;
}
.skin-purple .sidebar-form input[type="text"]:focus,
.skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-purple .sidebar-form .btn {
  color: #999;
  border-radius: 0 2px 2px 0 !important;
}
.bg-purple {
  background-color: #545096;
}
.text-purple {
  color: #545096;
}
.skin-purple .main-header .navbar .nav > li.exit:hover {
  color: red !important;
  background-color: red !important;
}
/*# sourceMappingURL=skin-purple.css.map */table.treetable {
  width: 100%;
  border: 1px solid #CCCCCC;
  font-size: 13px;
}
table.treetable thead td,
table.treetable thead th {
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  background-color: #f5f5f5;
  font-weight: bold;
}
table.treetable tbody {
  -webkit-user-select: text;
  -moz-user-select: text;
}
table.treetable tbody tr td {
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  cursor: default;
  text-align: center;
  vertical-align: top;
  border: 1px dotted #E5E5E5;
}
table.treetable tbody tr td i {
  /* color: #8C8C8C; */
  width: 14px;
}
table.treetable tbody tr button.small {
  margin-top: -3px !important;
  margin-bottom: -3px !important;
  min-height: 21px !important;
}
table.treetable tbody tr button.ghostGray {
  color: #e4e4e4;
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
table.treetable tbody tr header {
  display: inline-block;
  float: left;
  cursor: pointer;
  color: black;
}
table.treetable tbody tr header i {
  color: #828282;
}
table.treetable tbody tr i.fa.opened {
  transform: rotate(0deg);
  transition: all ease-in 100ms;
}
table.treetable tbody tr:hover i.fa.opened {
  transform: rotate(-30deg);
}
table.treetable tbody tr i.fa.closed {
  transform: rotate(0deg);
  transition: all ease-in 100ms;
}
table.treetable tbody tr:hover i.fa.closed {
  transform: rotate(30deg);
}
table.treetable tbody tr header:hover {
  color: #36A0D2;
}
table.treetable tbody tr[level='1'] td:first-child {
  padding-left: 10px;
}
table.treetable tbody tr[level='2'] td:first-child {
  padding-left: 30px;
}
table.treetable tbody tr[level='3'] td:first-child {
  padding-left: 55px;
}
table.treetable tbody tr[level='4'] td:first-child {
  padding-left: 80px;
}
table.treetable tbody tr[level='5'] td:first-child {
  padding-left: 105px;
}
table.treetable tbody tr[level='6'] td:first-child {
  padding-left: 130px;
}
table.treetable tbody tr[level='7'] td:first-child {
  padding-left: 155px;
}
table.treetable tbody tr[level='8'] td:first-child {
  padding-left: 180px;
}
table.treetable tbody tr[level='9'] td:first-child {
  padding-left: 205px;
}
table.treetable tbody tr[level='10'] td:first-child {
  padding-left: 230px;
}
table.treetable tbody .expand-transition {
  transition: opacity 0.2s ease;
  /*max-height: 100vh;*/
  /*opacity: 1;*/
}
table.treetable tbody .expand-enter,
table.treetable tbody .expand-leave {
  /*display: none;*/
  opacity: 0;
}
table.treetable tbody .item {
  background: rgba(55, 161, 210, 0.5);
}
table.treetable tbody .item.itemDropzone,
table.treetable tbody .item.dirDropzone,
table.treetable tbody .dir.dirDropzone,
table.treetable tbody .dir.itemDropzone {
  background: #fff;
  border-top: solid rgba(55, 161, 210, 0.5) 5px;
}
table.treetable tbody header.dir {
  background: rgba(55, 161, 210, 0.5);
}
table.treetable tbody div.emptyCategoryInfo {
  width: 100%;
  color: #b6b6b6;
  clear: both;
  padding-left: 30px;
}
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
body.dragging [dropzone] * {
  pointer-events: none;
}
/*# sourceMappingURL=treetable.css.map */[v-cloak] {
  display: none;
}
.expand-transition {
  transition: opacity 0.3s ease;
}
.expand-enter,
.expand-leave {
  opacity: 0;
}
/*# sourceMappingURL=vue.css.map */.wysihtml5-sandbox,
.wysihtml5-editor {
  border-image: none !important;
  border-top: 1px solid #DDE0E0;
  border-left: 1px solid #DDE0E0;
  border-right: 1px solid #DDE0E0;
  border-bottom: 1px solid #DDE0E0;
  border-radius: 3px !important;
}
.large,
input.large,
.input.large,
textarea.large,
.textarea.large {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #CCC;
  font-weight: normal !important;
}
input.large::-webkit-input-placeholder,
textarea.large::-webkit-input-placeholder {
  line-height: 30px;
}
input,
.input,
textarea,
.textarea,
select {
  box-sizing: border-box;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 0;
  color: #000000;
  border-radius: 0;
  background-position: top center;
  font-size: 16px;
  outline: none;
}
.inputWithButton {
  position: relative;
}
.inputWithButton button {
  position: absolute;
  top: 4px;
  right: 4px;
}
div.wysihtml5-sandbox {
  font-size: 13px;
  line-height: 1.42857;
  margin-top: 5px;
  overflow: scroll;
}
input[readonly]:not([disabled]),
.input[readonly]:not([disabled]),
select[readonly]:not([disabled]),
textarea[readonly]:not([disabled]),
.textarea[readonly]:not([disabled]) {
  background-color: #f8f8f8 !important;
}
input,
select {
  line-height: 21px;
  height: 23px;
}
.input {
  line-height: 21px;
  min-height: 23px;
  height: auto;
}
select.fa {
  font-family: sans-serif, 'FontAwesome';
}
input.large,
.input.large,
select.large {
  height: 34px;
}
input[type=checkbox],
input[type=radio] {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  cursor: pointer;
}
label > input[type=checkbox],
label > input[type=radio] {
  position: relative;
}
label > input[type=checkbox] + *,
label > input[type=radio] + * {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline;
  color: #000;
  font-size: 16px;
  padding-left: 0;
  margin-left: 0;
  top: -1px;
}
label > input[type=checkbox][disabled] + *,
label > input[type=radio][disabled] + * {
  cursor: not-allowed;
  color: #cacaca;
}
label {
  display: table;
  text-align: left;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 0 !important;
  margin-left: 2px;
  margin-right: 2px;
}
label + input:not([type=checkbox]):not([type=radio]),
label + .input:not([type=checkbox]):not([type=radio]),
label + textarea,
label + .textarea,
label + select {
  margin-top: 0 !important;
}
div.selectinput {
  position: relative;
}
div.selectinput select {
  outline: none;
}
div.selectinput input {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 19px);
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
textarea,
.textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical;
  min-height: 31px;
}
@media only screen and (max-device-width: 1024px) {
  /* Стиль для отображения на ipad */
  input,
  .input,
  textarea,
  .textarea,
  select {
    -webkit-border-radius: 0;
    /* Safari, Chrome */
    -moz-border-radius: 0;
    /* Firefox */
    border-radius: 0;
    /* CSS3 */
  }
}
fieldset {
  top: 5px;
  width: 100%;
  padding: 3px;
  border: 3px solid #cccbe0;
  -webkit-border-radius: 5px;
  /* Safari, Chrome */
  -moz-border-radius: 5px;
  /* Firefox */
  border-radius: 5px;
  /* CSS3 */
  text-align: left;
  overflow: hidden;
  min-height: 30px;
  /* height: 100%; */
}
fieldset.collapsed {
  height: 30px;
}
fieldset > legend {
  margin: 0 5px;
  padding-top: 1px;
  color: #555299;
  font-weight: bold;
  font-size: 15px;
  width: auto;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
fieldset > legend > label > input {
  height: 19px !important;
  width: 19px !important;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
fieldset > legend > label,
fieldset > legend > label > input + * {
  font-size: 15px !important;
  color: #555299 !important;
  font-weight: bold !important;
}
hr {
  background-color: #cccbe0;
  margin: 0;
}
hr:not(.vertical) {
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}
hr.vertical {
  height: 100%;
  width: 2px;
}
input[type=date] {
  min-width: 140px !important;
}
input.large[type=date] {
  min-width: 220px;
}
input:not([type]),
.input:not([type]),
input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime-local],
select,
textarea,
.textarea,
.wysihtml5-sandbox,
.wysihtml5-editor {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
input[type=radio] {
  margin-top: 3px;
  /* margin-right: 0; */
  margin-bottom: 0;
  margin-left: 0;
}
input[type=number] {
  text-align: right !important;
}
input:not([type]),
input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime-local],
select,
textarea,
.textarea,
.wysihtml5-sandbox,
.wysihtml5-editor {
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: right top;
  -moz-box-shadow: none;
}
input:not([type])[disabled],
input[type=text][disabled],
input[type=search][disabled],
input[type=email][disabled],
input[type=tel][disabled],
input[type=password][disabled],
input[type=number][disabled],
input[type=date][disabled],
input[type=time][disabled],
select:not([readonly])[disabled],
textarea[disabled],
.textarea[disabled],
.wysihtml5-sandbox[disabled],
.wysihtml5-editor[disabled] {
  background-color: #f8f8f8;
  color: #cacaca;
  cursor: not-allowed;
}
.attentionValidationOnSubmitError {
  border-color: #ff0000 !important;
  background-color: #ffa3a2 !important;
  /*Объединить нельзя - не работает почему то! */
}
.attentionValidationOnSubmitError[type=radio]:invalid + label {
  border-color: #ff0000;
  background-color: #ffa3a2;
  color: #ff0000;
}
.attentionValidationOnSubmitError:invalid::-webkit-input-placeholder {
  color: #ff0000;
}
.attentionValidationOnSubmitError:invalid:-ms-input-placeholder {
  color: #ff0000;
}
.attentionValidationOnSubmitError:invalid:-moz-placeholder {
  color: #ff0000;
}
input:valid:not(:required),
.input:valid:not(:required),
textarea:valid:not(:required),
.textarea:valid:not(:required) {
  background-image: none;
}
input[type=text][align=right],
.input[type=text][align=right],
input[type=number][align=right] {
  text-align: right !important;
}
input[type=text][align=center],
.input[type=text][align=center],
input[type=number][align=center] {
  text-align: center !important;
}
select option[disabled] {
  color: #dddddd;
}
select[readonly][disabled] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-image: none;
  background-color: #F8F8F8 !important;
  color: #000;
}
header button,
header a.glowButtonSquare {
  position: relative;
  top: -4px;
}
input:focus:not([readonly]):not(.switch):not([disabled]):not(.attentionValidationOnSubmitError),
.input:focus:not([readonly]):not(.switch):not([disabled]):not(.attentionValidationOnSubmitError),
select:focus:not([readonly]):not([disabled]):not(.attentionValidationOnSubmitError),
textarea:focus:not([readonly]):not([disabled]):not(.attentionValidationOnSubmitError),
.textarea:focus:not([readonly]):not([disabled]):not(.attentionValidationOnSubmitError),
div.wysihtml5-sandbox:focus:not([readonly]):not([disabled]):not(.attentionValidationOnSubmitError),
input:hover:not([readonly]):not(.switch):not([disabled]):not(.attentionValidationOnSubmitError),
.input:hover:not([readonly]):not(.switch):not([disabled]):not(.attentionValidationOnSubmitError),
select:hover:not([readonly]):not([disabled]):not(.attentionValidationOnSubmitError),
textarea:hover:not([readonly]):not([disabled]):not(.attentionValidationOnSubmitError),
.textarea:hover:not([readonly]):not([disabled]):not(.attentionValidationOnSubmitError),
div.wysihtml5-sandbox:hover:not([readonly]):not([disabled]):not(.attentionValidationOnSubmitError) {
  background-color: rgba(82, 168, 236, 0.1) !important;
}
input:hover:not([readonly]):not([disabled])::-webkit-textfield-decoration-container:after,
.input:hover:not([readonly]):not([disabled])::-webkit-textfield-decoration-container:after,
input:focus:not([readonly]):not([disabled])::-webkit-textfield-decoration-container:after {
  visibility: hidden;
}
.input button.tiny {
  height: 18px;
  position: relative;
  top: -2px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  margin-left: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  border-color: #8b8b8b !important;
  outline: none !important;
}
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 18px;
  width: 18px;
  outline-width: 1px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: -2px;
  margin-top: 1px;
  margin-bottom: -1px;
  cursor: pointer;
  border: 1px solid #DCDCDC;
}
input[type=checkbox] + *,
input[type=radio] + * {
  margin-left: 2px;
}
input[type=checkbox]:after,
input[type=radio]:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  opacity: 0.6;
}
input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
  cursor: not-allowed;
}
input[type=checkbox]:not(.switch) {
  border-radius: 3px;
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: none;
}
input[type=checkbox]:not(.switch)[indeterminated] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='402' height='402' viewBox='0 0 402 402'><path d='M394,154.174c-5.331-5.33-11.806-7.995-19.417-7.995H27.406c-7.611,0-14.084,2.665-19.414,7.995 C2.662,159.503,0,165.972,0,173.587v54.82c0,7.617,2.662,14.086,7.992,19.41c5.33,5.332,11.803,7.994,19.414,7.994h347.176 c7.611,0,14.086-2.662,19.417-7.994c5.325-5.324,7.991-11.793,7.991-19.41v-54.82C401.991,165.972,399.332,159.5,394,154.174z'/></svg>");
}
input[type=checkbox]:not(.switch):checked {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/></svg>");
}
input[type=checkbox].switch {
  width: 38px;
  border-radius: 11px !important;
  background-color: #fff;
  border-top: 1px solid #DCDCDC !important;
  border-left: 1px solid #DCDCDC !important;
  border-right: 1px solid #DCDCDC !important;
  border-bottom: 1px solid #DCDCDC !important;
}
input[type=checkbox].switch:after {
  left: 1px;
  top: 1px;
  width: 14px;
  height: 14px;
  transform: translateX(1s);
  border-radius: 50%;
  background-color: #DCDCDC;
}
input[type=checkbox].switch:checked {
  background-color: #4CD964;
  border-top: 1px solid #4CD964 !important;
  border-left: 1px solid #4CD964 !important;
  border-right: 1px solid #4CD964 !important;
  border-bottom: 1px solid #4CD964 !important;
}
input[type=checkbox].switch:checked:after {
  left: 21px;
  background-color: #fff;
}
input[type=checkbox].switch:disabled:not(:checked):after {
  opacity: 0.6;
}
input[type=radio] {
  border-radius: 50% !important;
}
input[type=radio]:checked {
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='12' cy='12' r='10'/></svg>");
}
input[type=radio]:checked:disabled {
  opacity: 0.6;
}
/*# sourceMappingURL=form.css.map */.button,
button {
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 5px;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: bold 13px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #515151;
  border: 1px solid #dddddd;
  text-shadow: 0 -1px 0 #ffffff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0);
  /* IE6-9 */
  /* GHOST BUTTON */
  /* WHITE BUTTON */
  /* BLACK BUTTON*/
  /* BLUE BUTTON*/
  /* GREEN BUTTON*/
  /* RED BUTTON*/
  /* ORANGE BUTTON*/
  /* PURPLE BUTTON*/
}
.button:hover:not([disabled]),
button:hover:not([disabled]) {
  color: #515151;
  border: 1px solid #dddddd;
  text-shadow: 0 -1px 0 #ffffff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f2f2f2, GradientType=0);
  /* IE6-9 */
}
.button:active,
button:active {
  background: #e6e6e6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg1Color', endColorstr='@bg2Color', GradientType=0);
  /* IE6-9 */
}
.button.white.loading,
button.white.loading {
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, #e6e6e6 25%, #e6e6e6 50%, #ffffff 50%, #ffffff 75%, #e6e6e6 75%, #e6e6e6) !important;
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, #e6e6e6 25%, #e6e6e6 50%, #ffffff 50%, #ffffff 75%, #e6e6e6 75%, #e6e6e6) !important;
  background-image: -o-linear-gradient(45deg, #ffffff 25%, #e6e6e6 25%, #e6e6e6 50%, #ffffff 50%, #ffffff 75%, #e6e6e6 75%, #e6e6e6) !important;
  background-image: linear-gradient(45deg, #ffffff 25%, #e6e6e6 25%, #e6e6e6 50%, #ffffff 50%, #ffffff 75%, #e6e6e6 75%, #e6e6e6) !important;
}
.button.ghostGray,
button.ghostGray {
  color: #b0b0b0;
  border: 1px solid #b0b0b0;
  text-shadow: 0 -1px 0 #ffffff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff, GradientType=0);
  /* IE6-9 */
}
.button.ghostGray:hover:not([disabled]),
button.ghostGray:hover:not([disabled]) {
  color: #b0b0b0;
  border: 1px solid #b0b0b0;
  text-shadow: 0 -1px 0 #ffffff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff, GradientType=0);
  /* IE6-9 */
}
.button.ghostGray:active,
button.ghostGray:active {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg1Color', endColorstr='@bg2Color', GradientType=0);
  /* IE6-9 */
}
.button.ghostGray.loading,
button.ghostGray.loading {
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, #ffffff 25%, #ffffff 50%, #ffffff 50%, #ffffff 75%, #ffffff 75%, #ffffff) !important;
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, #ffffff 25%, #ffffff 50%, #ffffff 50%, #ffffff 75%, #ffffff 75%, #ffffff) !important;
  background-image: -o-linear-gradient(45deg, #ffffff 25%, #ffffff 25%, #ffffff 50%, #ffffff 50%, #ffffff 75%, #ffffff 75%, #ffffff) !important;
  background-image: linear-gradient(45deg, #ffffff 25%, #ffffff 25%, #ffffff 50%, #ffffff 50%, #ffffff 75%, #ffffff 75%, #ffffff) !important;
}
.button.ghostGrayHover:hover:not([disabled]),
button.ghostGrayHover:hover:not([disabled]) {
  color: #b0b0b0;
  border: 1px solid #b0b0b0;
  text-shadow: 0 -1px 0 #ffffff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff, GradientType=0);
  /* IE6-9 */
}
.button.white,
button.white {
  color: #515151;
  border: 1px solid #ABABAB;
  text-shadow: 0 -1px 0 #ffffff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0);
  /* IE6-9 */
}
.button.white:hover:not([disabled]),
button.white:hover:not([disabled]) {
  color: #515151;
  border: 1px solid #ABABAB;
  text-shadow: 0 -1px 0 #ffffff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f2f2f2, GradientType=0);
  /* IE6-9 */
}
.button.white:active,
button.white:active {
  background: #e6e6e6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg1Color', endColorstr='@bg2Color', GradientType=0);
  /* IE6-9 */
}
.button.white.loading,
button.white.loading {
  background-image: -webkit-linear-gradient(45deg, #e6e6e6 25%, #ffffff 25%, #ffffff 50%, #e6e6e6 50%, #e6e6e6 75%, #ffffff 75%, #ffffff) !important;
  background-image: -moz-linear-gradient(45deg, #e6e6e6 25%, #ffffff 25%, #ffffff 50%, #e6e6e6 50%, #e6e6e6 75%, #ffffff 75%, #ffffff) !important;
  background-image: -o-linear-gradient(45deg, #e6e6e6 25%, #ffffff 25%, #ffffff 50%, #e6e6e6 50%, #e6e6e6 75%, #ffffff 75%, #ffffff) !important;
  background-image: linear-gradient(45deg, #e6e6e6 25%, #ffffff 25%, #ffffff 50%, #e6e6e6 50%, #e6e6e6 75%, #ffffff 75%, #ffffff) !important;
}
.button.whiteHover:hover:not([disabled]),
button.whiteHover:hover:not([disabled]) {
  color: #515151;
  border: 1px solid #ABABAB;
  text-shadow: 0 -1px 0 #ffffff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f2f2f2, GradientType=0);
  /* IE6-9 */
}
.button.black,
button.black {
  color: #ffffff;
  border: 1px solid #000000;
  text-shadow: 0 -1px 0 #000000;
  background: #4a4a4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4a4a4a 0%, #171717 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a4a4a), color-stop(100%, #171717));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4a4a4a 0%, #171717 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4a4a4a 0%, #171717 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #4a4a4a 0%, #171717 100%);
  /* IE10+ */
  background: linear-gradient(top, #4a4a4a 0%, #171717 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a4a4a, endColorstr=#171717, GradientType=0);
  /* IE6-9 */
}
.button.black:hover:not([disabled]),
button.black:hover:not([disabled]) {
  color: #ffffff;
  border: 1px solid #000000;
  text-shadow: 0 -1px 0 #000000;
  background: #5b5b5b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #2e2e2e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%);
  /* IE10+ */
  background: linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5b5b5b, endColorstr=#2e2e2e, GradientType=0);
  /* IE6-9 */
}
.button.black:active,
button.black:active {
  background: #171717;
  /* Old browsers */
  background: -moz-linear-gradient(top, #171717 0%, #4a4a4a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #171717), color-stop(100%, #4a4a4a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #171717 0%, #4a4a4a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #171717 0%, #4a4a4a 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #171717 0%, #4a4a4a 100%);
  /* IE10+ */
  background: linear-gradient(top, #171717 0%, #4a4a4a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg1Color', endColorstr='@bg2Color', GradientType=0);
  /* IE6-9 */
}
.button.black.loading,
button.black.loading {
  background-image: -webkit-linear-gradient(45deg, #171717 25%, #4a4a4a 25%, #4a4a4a 50%, #171717 50%, #171717 75%, #4a4a4a 75%, #4a4a4a) !important;
  background-image: -moz-linear-gradient(45deg, #171717 25%, #4a4a4a 25%, #4a4a4a 50%, #171717 50%, #171717 75%, #4a4a4a 75%, #4a4a4a) !important;
  background-image: -o-linear-gradient(45deg, #171717 25%, #4a4a4a 25%, #4a4a4a 50%, #171717 50%, #171717 75%, #4a4a4a 75%, #4a4a4a) !important;
  background-image: linear-gradient(45deg, #171717 25%, #4a4a4a 25%, #4a4a4a 50%, #171717 50%, #171717 75%, #4a4a4a 75%, #4a4a4a) !important;
}
.button.blackHover:hover:not([disabled]),
button.blackHover:hover:not([disabled]) {
  color: #ffffff;
  border: 1px solid #000000;
  text-shadow: 0 -1px 0 #000000;
  background: #5b5b5b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #2e2e2e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%);
  /* IE10+ */
  background: linear-gradient(top, #5b5b5b 0%, #2e2e2e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5b5b5b, endColorstr=#2e2e2e, GradientType=0);
  /* IE6-9 */
}
.button.blue,
button.blue {
  color: #ffffff;
  border: 1px solid #1D88B9;
  text-shadow: 0 -1px 0 #0E5E85;
  background: #8ed2e8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8ed2e8 0%, #0099cc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ed2e8), color-stop(100%, #0099cc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8ed2e8 0%, #0099cc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8ed2e8 0%, #0099cc 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #8ed2e8 0%, #0099cc 100%);
  /* IE10+ */
  background: linear-gradient(top, #8ed2e8 0%, #0099cc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8ed2e8, endColorstr=#0099cc, GradientType=0);
  /* IE6-9 */
}
.button.blue:hover:not([disabled]),
button.blue:hover:not([disabled]) {
  color: #ffffff;
  border: 1px solid #1D88B9;
  text-shadow: 0 -1px 0 #0E5E85;
  background: #b4e1f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b4e1f9 0%, #31acd8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4e1f9), color-stop(100%, #31acd8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b4e1f9 0%, #31acd8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b4e1f9 0%, #31acd8 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #b4e1f9 0%, #31acd8 100%);
  /* IE10+ */
  background: linear-gradient(top, #b4e1f9 0%, #31acd8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b4e1f9, endColorstr=#31acd8, GradientType=0);
  /* IE6-9 */
}
.button.blue:active,
button.blue:active {
  background: #0099cc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0099cc 0%, #8ed2e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0099cc), color-stop(100%, #8ed2e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0099cc 0%, #8ed2e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0099cc 0%, #8ed2e8 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #0099cc 0%, #8ed2e8 100%);
  /* IE10+ */
  background: linear-gradient(top, #0099cc 0%, #8ed2e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg1Color', endColorstr='@bg2Color', GradientType=0);
  /* IE6-9 */
}
.button.blue.loading,
button.blue.loading {
  background-image: -webkit-linear-gradient(45deg, #0099cc 25%, #8ed2e8 25%, #8ed2e8 50%, #0099cc 50%, #0099cc 75%, #8ed2e8 75%, #8ed2e8) !important;
  background-image: -moz-linear-gradient(45deg, #0099cc 25%, #8ed2e8 25%, #8ed2e8 50%, #0099cc 50%, #0099cc 75%, #8ed2e8 75%, #8ed2e8) !important;
  background-image: -o-linear-gradient(45deg, #0099cc 25%, #8ed2e8 25%, #8ed2e8 50%, #0099cc 50%, #0099cc 75%, #8ed2e8 75%, #8ed2e8) !important;
  background-image: linear-gradient(45deg, #0099cc 25%, #8ed2e8 25%, #8ed2e8 50%, #0099cc 50%, #0099cc 75%, #8ed2e8 75%, #8ed2e8) !important;
}
.button.blueHover:hover:not([disabled]),
button.blueHover:hover:not([disabled]) {
  color: #ffffff;
  border: 1px solid #1D88B9;
  text-shadow: 0 -1px 0 #0E5E85;
  background: #b4e1f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b4e1f9 0%, #31acd8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4e1f9), color-stop(100%, #31acd8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b4e1f9 0%, #31acd8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b4e1f9 0%, #31acd8 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #b4e1f9 0%, #31acd8 100%);
  /* IE10+ */
  background: linear-gradient(top, #b4e1f9 0%, #31acd8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b4e1f9, endColorstr=#31acd8, GradientType=0);
  /* IE6-9 */
}
.button.green,
button.green {
  color: #ffffff;
  border: 1px solid #319A00;
  text-shadow: 0 -1px 0 #1C7B00;
  background: #b5e978;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b5e978 0%, #43c600 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5e978), color-stop(100%, #43c600));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b5e978 0%, #43c600 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b5e978 0%, #43c600 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #b5e978 0%, #43c600 100%);
  /* IE10+ */
  background: linear-gradient(top, #b5e978 0%, #43c600 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b5e978, endColorstr=#43c600, GradientType=0);
  /* IE6-9 */
}
.button.green:hover:not([disabled]),
button.green:hover:not([disabled]) {
  color: #ffffff;
  border: 1px solid #319A00;
  text-shadow: 0 -1px 0 #1C7B00;
  background: #e0f591;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e0f591 0%, #6cd226 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0f591), color-stop(100%, #6cd226));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e0f591 0%, #6cd226 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e0f591 0%, #6cd226 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e0f591 0%, #6cd226 100%);
  /* IE10+ */
  background: linear-gradient(top, #e0f591 0%, #6cd226 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0f591, endColorstr=#6cd226, GradientType=0);
  /* IE6-9 */
}
.button.green:active,
button.green:active {
  background: #43c600;
  /* Old browsers */
  background: -moz-linear-gradient(top, #43c600 0%, #b5e978 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43c600), color-stop(100%, #b5e978));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #43c600 0%, #b5e978 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #43c600 0%, #b5e978 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #43c600 0%, #b5e978 100%);
  /* IE10+ */
  background: linear-gradient(top, #43c600 0%, #b5e978 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg1Color', endColorstr='@bg2Color', GradientType=0);
  /* IE6-9 */
}
.button.green.loading,
button.green.loading {
  background-image: -webkit-linear-gradient(45deg, #43c600 25%, #b5e978 25%, #b5e978 50%, #43c600 50%, #43c600 75%, #b5e978 75%, #b5e978) !important;
  background-image: -moz-linear-gradient(45deg, #43c600 25%, #b5e978 25%, #b5e978 50%, #43c600 50%, #43c600 75%, #b5e978 75%, #b5e978) !important;
  background-image: -o-linear-gradient(45deg, #43c600 25%, #b5e978 25%, #b5e978 50%, #43c600 50%, #43c600 75%, #b5e978 75%, #b5e978) !important;
  background-image: linear-gradient(45deg, #43c600 25%, #b5e978 25%, #b5e978 50%, #43c600 50%, #43c600 75%, #b5e978 75%, #b5e978) !important;
}
.button.greenHover:hover:not([disabled]),
button.greenHover:hover:not([disabled]) {
  color: #ffffff;
  border: 1px solid #319A00;
  text-shadow: 0 -1px 0 #1C7B00;
  background: #e0f591;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e0f591 0%, #6cd226 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0f591), color-stop(100%, #6cd226));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e0f591 0%, #6cd226 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e0f591 0%, #6cd226 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e0f591 0%, #6cd226 100%);
  /* IE10+ */
  background: linear-gradient(top, #e0f591 0%, #6cd226 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0f591, endColorstr=#6cd226, GradientType=0);
  /* IE6-9 */
}
.button.red,
button.red {
  color: #ffffff;
  border: 1px solid #950014;
  text-shadow: 0 -1px 0 #950014;
  background: #e36077;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e36077 0%, #b90013 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e36077), color-stop(100%, #b90013));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e36077 0%, #b90013 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e36077 0%, #b90013 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e36077 0%, #b90013 100%);
  /* IE10+ */
  background: linear-gradient(top, #e36077 0%, #b90013 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e36077, endColorstr=#b90013, GradientType=0);
  /* IE6-9 */
}
.button.red:hover:not([disabled]),
button.red:hover:not([disabled]) {
  color: #ffffff;
  border: 1px solid #950014;
  text-shadow: 0 -1px 0 #950014;
  background: #e77388;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e77388 0%, #c41c2f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e77388), color-stop(100%, #c41c2f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e77388 0%, #c41c2f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e77388 0%, #c41c2f 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e77388 0%, #c41c2f 100%);
  /* IE10+ */
  background: linear-gradient(top, #e77388 0%, #c41c2f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e77388, endColorstr=#c41c2f, GradientType=0);
  /* IE6-9 */
}
.button.red:active,
button.red:active {
  background: #b90013;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b90013 0%, #e36077 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b90013), color-stop(100%, #e36077));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b90013 0%, #e36077 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b90013 0%, #e36077 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #b90013 0%, #e36077 100%);
  /* IE10+ */
  background: linear-gradient(top, #b90013 0%, #e36077 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg1Color', endColorstr='@bg2Color', GradientType=0);
  /* IE6-9 */
}
.button.red.loading,
button.red.loading {
  background-image: -webkit-linear-gradient(45deg, #b90013 25%, #e36077 25%, #e36077 50%, #b90013 50%, #b90013 75%, #e36077 75%, #e36077) !important;
  background-image: -moz-linear-gradient(45deg, #b90013 25%, #e36077 25%, #e36077 50%, #b90013 50%, #b90013 75%, #e36077 75%, #e36077) !important;
  background-image: -o-linear-gradient(45deg, #b90013 25%, #e36077 25%, #e36077 50%, #b90013 50%, #b90013 75%, #e36077 75%, #e36077) !important;
  background-image: linear-gradient(45deg, #b90013 25%, #e36077 25%, #e36077 50%, #b90013 50%, #b90013 75%, #e36077 75%, #e36077) !important;
}
.button.redHover:hover:not([disabled]),
button.redHover:hover:not([disabled]) {
  color: #ffffff;
  border: 1px solid #950014;
  text-shadow: 0 -1px 0 #950014;
  background: #e77388;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e77388 0%, #c41c2f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e77388), color-stop(100%, #c41c2f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e77388 0%, #c41c2f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e77388 0%, #c41c2f 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e77388 0%, #c41c2f 100%);
  /* IE10+ */
  background: linear-gradient(top, #e77388 0%, #c41c2f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e77388, endColorstr=#c41c2f, GradientType=0);
  /* IE6-9 */
}
.button.orange,
button.orange {
  color: #ffffff;
  border: 1px solid #DC5D00;
  text-shadow: 0 -1px 0 #DC5D00;
  background: #ffd34c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd34c 0%, #e66c00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd34c), color-stop(100%, #e66c00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd34c 0%, #e66c00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd34c 0%, #e66c00 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffd34c 0%, #e66c00 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffd34c 0%, #e66c00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd34c, endColorstr=#e66c00, GradientType=0);
  /* IE6-9 */
}
.button.orange:hover:not([disabled]),
button.orange:hover:not([disabled]) {
  color: #ffffff;
  border: 1px solid #DC5D00;
  text-shadow: 0 -1px 0 #DC5D00;
  background: #f4d074;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4d074 0%, #e98219 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4d074), color-stop(100%, #e98219));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4d074 0%, #e98219 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4d074 0%, #e98219 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f4d074 0%, #e98219 100%);
  /* IE10+ */
  background: linear-gradient(top, #f4d074 0%, #e98219 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4d074, endColorstr=#e98219, GradientType=0);
  /* IE6-9 */
}
.button.orange:active,
button.orange:active {
  background: #e66c00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e66c00 0%, #ffd34c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e66c00), color-stop(100%, #ffd34c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e66c00 0%, #ffd34c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e66c00 0%, #ffd34c 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e66c00 0%, #ffd34c 100%);
  /* IE10+ */
  background: linear-gradient(top, #e66c00 0%, #ffd34c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg1Color', endColorstr='@bg2Color', GradientType=0);
  /* IE6-9 */
}
.button.orange.loading,
button.orange.loading {
  background-image: -webkit-linear-gradient(45deg, #e66c00 25%, #ffd34c 25%, #ffd34c 50%, #e66c00 50%, #e66c00 75%, #ffd34c 75%, #ffd34c) !important;
  background-image: -moz-linear-gradient(45deg, #e66c00 25%, #ffd34c 25%, #ffd34c 50%, #e66c00 50%, #e66c00 75%, #ffd34c 75%, #ffd34c) !important;
  background-image: -o-linear-gradient(45deg, #e66c00 25%, #ffd34c 25%, #ffd34c 50%, #e66c00 50%, #e66c00 75%, #ffd34c 75%, #ffd34c) !important;
  background-image: linear-gradient(45deg, #e66c00 25%, #ffd34c 25%, #ffd34c 50%, #e66c00 50%, #e66c00 75%, #ffd34c 75%, #ffd34c) !important;
}
.button.orangeHover:hover:not([disabled]),
button.orangeHover:hover:not([disabled]) {
  color: #ffffff;
  border: 1px solid #DC5D00;
  text-shadow: 0 -1px 0 #DC5D00;
  background: #f4d074;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4d074 0%, #e98219 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4d074), color-stop(100%, #e98219));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4d074 0%, #e98219 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4d074 0%, #e98219 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f4d074 0%, #e98219 100%);
  /* IE10+ */
  background: linear-gradient(top, #f4d074 0%, #e98219 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4d074, endColorstr=#e98219, GradientType=0);
  /* IE6-9 */
}
.button.purple,
button.purple {
  color: #ffffff;
  border: 1px solid #910058;
  text-shadow: 0 -1px 0 #910058;
  background: #d453b0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d453b0 0%, #aa0077 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d453b0), color-stop(100%, #aa0077));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d453b0 0%, #aa0077 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d453b0 0%, #aa0077 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #d453b0 0%, #aa0077 100%);
  /* IE10+ */
  background: linear-gradient(top, #d453b0 0%, #aa0077 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d453b0, endColorstr=#aa0077, GradientType=0);
  /* IE6-9 */
}
.button.purple:hover:not([disabled]),
button.purple:hover:not([disabled]) {
  color: #ffffff;
  border: 1px solid #910058;
  text-shadow: 0 -1px 0 #910058;
  background: #e67ad6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e67ad6 0%, #b6198b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e67ad6), color-stop(100%, #b6198b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e67ad6 0%, #b6198b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e67ad6 0%, #b6198b 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e67ad6 0%, #b6198b 100%);
  /* IE10+ */
  background: linear-gradient(top, #e67ad6 0%, #b6198b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e67ad6, endColorstr=#b6198b, GradientType=0);
  /* IE6-9 */
}
.button.purple:active,
button.purple:active {
  background: #aa0077;
  /* Old browsers */
  background: -moz-linear-gradient(top, #aa0077 0%, #d453b0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aa0077), color-stop(100%, #d453b0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #aa0077 0%, #d453b0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #aa0077 0%, #d453b0 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #aa0077 0%, #d453b0 100%);
  /* IE10+ */
  background: linear-gradient(top, #aa0077 0%, #d453b0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg1Color', endColorstr='@bg2Color', GradientType=0);
  /* IE6-9 */
}
.button.purple.loading,
button.purple.loading {
  background-image: -webkit-linear-gradient(45deg, #aa0077 25%, #d453b0 25%, #d453b0 50%, #aa0077 50%, #aa0077 75%, #d453b0 75%, #d453b0) !important;
  background-image: -moz-linear-gradient(45deg, #aa0077 25%, #d453b0 25%, #d453b0 50%, #aa0077 50%, #aa0077 75%, #d453b0 75%, #d453b0) !important;
  background-image: -o-linear-gradient(45deg, #aa0077 25%, #d453b0 25%, #d453b0 50%, #aa0077 50%, #aa0077 75%, #d453b0 75%, #d453b0) !important;
  background-image: linear-gradient(45deg, #aa0077 25%, #d453b0 25%, #d453b0 50%, #aa0077 50%, #aa0077 75%, #d453b0 75%, #d453b0) !important;
}
.button.purpleHover:hover:not([disabled]),
button.purpleHover:hover:not([disabled]) {
  color: #ffffff;
  border: 1px solid #910058;
  text-shadow: 0 -1px 0 #910058;
  background: #e67ad6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e67ad6 0%, #b6198b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e67ad6), color-stop(100%, #b6198b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e67ad6 0%, #b6198b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e67ad6 0%, #b6198b 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e67ad6 0%, #b6198b 100%);
  /* IE10+ */
  background: linear-gradient(top, #e67ad6 0%, #b6198b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e67ad6, endColorstr=#b6198b, GradientType=0);
  /* IE6-9 */
}
.button.square,
button.square {
  width: 33px;
  height: 33px;
  padding-left: 4px;
  padding-right: 4px;
}
.button.small,
button.small {
  display: inline-block;
  margin: 0 !important;
  min-height: 23px;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  position: relative;
  top: -2px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 2px;
  font: bold 13px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  /* IE6-9 */
}
.button.small.square,
button.small.square {
  width: 23px;
  height: 23px;
  padding-left: 4px;
  padding-right: 4px;
}
.button.tiny,
button.tiny {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  padding-right: 2px !important;
  padding-left: 2px !important;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  line-height: 100%;
  font-weight: normal;
  -webkit-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  /* IE6-9 */
}
.button.tiny.square,
button.tiny.square {
  width: 15px;
  height: 15px;
  padding-left: 0;
  padding-right: 0;
}
.button > svg,
button > svg,
.button > img,
button > img {
  display: inline-block;
  overflow: hidden;
  margin-top: -12px;
  margin-right: 3px;
  margin-bottom: -10px;
  margin-left: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 5px;
}
.button.blackHover:hover:not([disabled]) > img,
button.blackHover:hover:not([disabled]) > img,
.button.blueHover:hover:not([disabled]) > img,
button.blueHover:hover:not([disabled]) > img,
.button.greenHover:hover:not([disabled]) > img,
button.greenHover:hover:not([disabled]) > img,
.button.redHover:hover:not([disabled]) > img,
button.redHover:hover:not([disabled]) > img,
.button.orangeHover:hover:not([disabled]) > img,
button.orangeHover:hover:not([disabled]) > img,
.button.purpleHover:hover:not([disabled]) > img,
button.purpleHover:hover:not([disabled]) > img,
.button.black > img,
button.black > img,
.button.blue > img,
button.blue > img,
.button.green > img,
button.green > img,
.button.red > img,
button.red > img,
.button.orange > img,
button.orange > img,
.button.purple > img,
button.purple > img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.button[disabled],
button[disabled] {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  cursor: not-allowed;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
}
.button[disabled] > img,
button[disabled] > img {
  opacity: 0.5;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  cursor: not-allowed;
  pointer-events: none;
}
.button[disabled].ghostGray,
button[disabled].ghostGray,
.button[disabled].black,
button[disabled].black,
.button[disabled].blue,
button[disabled].blue,
.button[disabled].green,
button[disabled].green,
.button[disabled].red,
button[disabled].red,
.button[disabled].orange,
button[disabled].orange,
.button[disabled].purple,
button[disabled].purple {
  color: rgba(255, 255, 255, 0.5);
}
.button[type=submit],
button[type=submit] {
  border-width: 2px !important;
  border-radius: 3px;
}
.button.groupBegin,
button.groupBegin {
  margin-right: -3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none !important;
}
.button.groupMiddle,
button.groupMiddle {
  margin-right: -3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none !important;
  margin-left: -3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none !important;
}
.button.groupEnd,
button.groupEnd {
  margin-left: -3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none !important;
}
@-webkit-keyframes stripes-animation {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes stripes-animation {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes stripes-animation {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes stripes-animation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes stripes-animation {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* BUTTON FUNCTIONS */
/*# sourceMappingURL=glowButtons.css.map */@charset "UTF-8";
input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input:not([type=radio]):not([type=checkbox])[units] {
  box-sizing: border-box;
  -moz-appearance: textfield;
}
input:not([type=radio]):not([type=checkbox])[units].large {
  background-position: right bottom 3px;
}
input:not([type=radio]):not([type=checkbox])[units='р'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>р</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='₽'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₽</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='₴'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₴</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='$'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>$</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='€'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>€</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='₤'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₤</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='L'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>L</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='Ұ'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>Ұ</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='₼'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₼</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='֏'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>֏</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='₾'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₾</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='₪'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₪</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='₸'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₸</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='с'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>с</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='₮'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₮</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='m'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>m</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='руб'] {
  padding-right: 26px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>руб</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='сўм'] {
  padding-right: 26px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>сўм</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='м'] {
  padding-right: 11px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>м</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='т'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>т</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='г'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>г</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='%'] {
  padding-right: 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>%</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='лет'] {
  padding-right: 27px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>лет</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='год'] {
  padding-right: 27px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>год</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='года'] {
  padding-right: 27px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>года</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='кг'] {
  padding-right: 13px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>кг</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='шт'] {
  padding-right: 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>шт</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='мм'] {
  padding-right: 22px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>мм</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='см'] {
  padding-right: 19px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>см</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='гр'] {
  padding-right: 15px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>гр</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='мл'] {
  padding-right: 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>мл</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='уп'] {
  padding-right: 17px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>уп</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='ящ'] {
  padding-right: 22px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>ящ</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='сек'] {
  padding-right: 24px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>сек</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='мин'] {
  padding-right: 29px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>мин</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='тюб'] {
  padding-right: 28px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>тюб</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='бут'] {
  padding-right: 24px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>бут</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='бан'] {
  padding-right: 27px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>бан</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='пач'] {
  padding-right: 26px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>пач</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='кор'] {
  padding-right: 25px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>кор</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='шпр'] {
  padding-right: 30px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>шпр</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='лож'] {
  padding-right: 29px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>лож</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='амп'] {
  padding-right: 29px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>амп</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='№'] {
  padding-right: 17px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>№</text></svg>") right bottom no-repeat;
  background-position-x: -10px !important;
  background-position-y: 2px !important;
  padding-left: 25px;
  padding-right: 0;
}
input:not([type=radio]):not([type=checkbox])[units='№'].large {
  background-position-x: -10px !important;
  background-position-y: 7px !important;
}
input:not([type=radio]):not([type=checkbox])[units='$'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>$</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox])[units='RUB'] {
  background-size: 8px auto;
  background-position: right 3px bottom 5px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="72.5" height="100"><path fill="gray" style="fill-rule: evenodd" d="M5 0h40a27.5 27.5 0 0 1 0 55h-30v6h38v10h-38v29h-10v-29h-5v-10h5v-6h-5v-10h5zM15 10h30a17.5 17.5 0 0 1 0 35h-30z"/></svg>');
}
input:not([type=radio]):not([type=checkbox])[units='RUB'].large {
  background-position: right 3px bottom 7px;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='р'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>р</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='₽'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₽</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='₴'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₴</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='$'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>$</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='€'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>€</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='₤'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₤</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='L'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>L</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='Ұ'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>Ұ</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='₼'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₼</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='֏'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>֏</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='₾'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₾</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='₪'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₪</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='₸'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₸</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='с'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>с</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='₮'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>₮</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='m'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>m</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='руб'] {
  padding-right: 26px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>руб</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='сўм'] {
  padding-right: 26px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>сўм</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='м'] {
  padding-right: 11px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>м</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='т'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>т</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='г'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>г</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='%'] {
  padding-right: 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>%</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='лет'] {
  padding-right: 27px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>лет</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='год'] {
  padding-right: 27px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>год</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='года'] {
  padding-right: 27px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>года</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='кг'] {
  padding-right: 13px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>кг</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='шт'] {
  padding-right: 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>шт</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='мм'] {
  padding-right: 22px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>мм</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='см'] {
  padding-right: 19px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>см</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='гр'] {
  padding-right: 15px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>гр</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='мл'] {
  padding-right: 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>мл</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='уп'] {
  padding-right: 17px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>уп</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='ящ'] {
  padding-right: 22px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>ящ</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='сек'] {
  padding-right: 24px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>сек</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='мин'] {
  padding-right: 29px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>мин</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='тюб'] {
  padding-right: 28px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>тюб</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='бут'] {
  padding-right: 24px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>бут</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='бан'] {
  padding-right: 27px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>бан</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='пач'] {
  padding-right: 26px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>пач</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='кор'] {
  padding-right: 25px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>кор</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='шпр'] {
  padding-right: 30px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>шпр</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='лож'] {
  padding-right: 29px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>лож</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='амп'] {
  padding-right: 29px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>амп</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='№'] {
  padding-right: 17px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>№</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='$'] {
  padding-right: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='35px' height='20px'><text x='32px' y='15px' fill='gray' font-size='16px' font-family='Arial' text-anchor='end'>$</text></svg>") right bottom no-repeat;
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='RUB'] {
  background-size: 8px auto;
  background-position: right 3px bottom 5px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="72.5" height="100"><path fill="gray" style="fill-rule: evenodd" d="M5 0h40a27.5 27.5 0 0 1 0 55h-30v6h38v10h-38v29h-10v-29h-5v-10h5v-6h-5v-10h5zM15 10h30a17.5 17.5 0 0 1 0 35h-30z"/></svg>');
}
input:not([type=radio]):not([type=checkbox]):required:invalid[units='RUB'].large {
  background-position: right 3px bottom 7px;
}
/*# sourceMappingURL=input.units.css.map */[collapse] {
  overflow-y: hidden;
  position: relative;
}
[collapse] [more] {
  position: absolute;
  bottom: 0;
  top: initial;
  visibility: visible;
}
[collapse] [less] {
  bottom: 0;
  top: initial;
  visibility: hidden;
}
[collapse][data-height] [more] {
  visibility: hidden !important;
}
[collapse][data-height] [less] {
  visibility: visible !important;
}
/*# sourceMappingURL=more.css.map */.select-period > select {
  width: auto;
}
.select-period > input[type=date] {
  width: 140px;
  margin-left: 10px;
}
.select-period.large > * {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.select-period.large > select {
  width: auto;
  height: 34px;
}
.select-period.large > input {
  width: 180px;
  height: 34px;
}
/*# sourceMappingURL=selectPeriod.css.map */.vuetable {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.vuetable > .vuetableWrapper {
  width: 100%;
  border: solid 1px #D2D2D2;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  bottom: 30px;
}
.vuetable > .vuetableWrapper > .thead {
  width: 100%;
  position: absolute;
  top: 0;
}
.vuetable > .vuetableWrapper > .thead > table {
  position: absolute;
  will-change: scroll-position;
  width: 100%;
  min-width: 500px;
  clear: both;
  margin: 0 auto;
  border: none;
  font-size: 13px;
  table-layout: fixed;
  z-index: 1;
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th {
  padding: 2px 2px 2px 2px;
  text-overflow: ellipsis;
  min-width: 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #ebebeb;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
  /*убираем стандартный плейсхолдер дд.мм.гггг*/
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th[order] {
  cursor: pointer !important;
  background-position: top 3px right 3px;
  background-repeat: no-repeat;
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th[order][order][mouseover]:hover {
  background-color: #e3e3e3;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAICAYAAADaxo44AAABJmlDQ1BBZG9iZSBSR0IgKDE5OTgpAAAoFWNgYDJwdHFyZRJgYMjNKykKcndSiIiMUmA/z8DGwMwABonJxQWOAQE+IHZefl4qAwb4do2BEURf1gWZxUAa4EouKCoB0n+A2CgltTiZgYHRAMjOLi8pAIozzgGyRZKywewNIHZRSJAzkH0EyOZLh7CvgNhJEPYTELsI6Akg+wtIfTqYzcQBNgfClgGxS1IrQPYyOOcXVBZlpmeUKBhaWloqOKbkJ6UqBFcWl6TmFit45iXnFxXkFyWWpKYA1ULcBwaCEIWgENMAarTQZKAyAMUDhPU5EBy+jGJnEGIIkFxaVAZlMjIZE+YjzJgjwcDgv5SBgeUPQsykl4FhgQ4DA/9UhJiaIQODgD4Dw745AMDGT/0QRiF8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAK4GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE2LTAyLTI4VDIyOjI3OjMyKzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNS0yMVQwNDoyNDozMyswMzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wNS0yMVQwNDoyNDozMyswMzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ZjgwNmZiNWItMWFmYi0xYzQ4LTllYjEtZDY0OGY5ZjhkZDBkIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MDI4ZjYzODItZjUwYS04NzQxLTlhMmQtZTU3MDE2MjlmNTg5IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTRiMzk1MmYtMzMzZS1hNDQ2LTgxNTQtNGZkOWJiN2FiNzc1IiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjYiIGV4aWY6UGl4ZWxZRGltZW5zaW9uPSI4Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NGIzOTUyZi0zMzNlLWE0NDYtODE1NC00ZmQ5YmI3YWI3NzUiIHN0RXZ0OndoZW49IjIwMTYtMDItMjhUMjI6Mjc6MzIrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY29udmVydGVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJmcm9tIGltYWdlL2dpZiB0byBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo2OTNlOTU0NC1hMjg3LTI0NDEtYTJhZS02MmU3NjVmNTJjNjMiIHN0RXZ0OndoZW49IjIwMTYtMDYtMDNUMDE6MzU6MzYrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NDRjNjI5NGEtYTI5OC0wYjQ0LWI3MGMtOTA2ZWU3MmZlOWQ0IiBzdEV2dDp3aGVuPSIyMDIwLTA1LTIxVDA0OjI0OjMzKzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmY4MDZmYjViLTFhZmItMWM0OC05ZWIxLWQ2NDhmOWY4ZGQwZCIgc3RFdnQ6d2hlbj0iMjAyMC0wNS0yMVQwNDoyNDozMyswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NGM2Mjk0YS1hMjk4LTBiNDQtYjcwYy05MDZlZTcyZmU5ZDQiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo0Y2U2Y2M2Mi0yOTEyLTExZTYtODRjYy1mNjEyMjFlZmVhMzUiIHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NGIzOTUyZi0zMzNlLWE0NDYtODE1NC00ZmQ5YmI3YWI3NzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Gyx5FAAAAKElEQVQIHWP4//8/AzJW1jVoAGEGoiVgGEMlhg6cEhhGoauE68AlAQCl+l+5KAT0zwAAAABJRU5ErkJggg==");
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th[order].orderASC {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAICAYAAADaxo44AAAAL0lEQVQImWP8//8/AzKQ1NL9z8DAwMDEgAMwouuAARZ0I2CAdKMYJTR1sMrgNAoA0zENUIzEsRAAAAAASUVORK5CYII=");
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th[order].orderASC[mouseover]:hover {
  background-color: #e3e3e3 !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAICAYAAADaxo44AAABJmlDQ1BBZG9iZSBSR0IgKDE5OTgpAAAoFWNgYDJwdHFyZRJgYMjNKykKcndSiIiMUmA/z8DGwMwABonJxQWOAQE+IHZefl4qAwb4do2BEURf1gWZxUAa4EouKCoB0n+A2CgltTiZgYHRAMjOLi8pAIozzgGyRZKywewNIHZRSJAzkH0EyOZLh7CvgNhJEPYTELsI6Akg+wtIfTqYzcQBNgfClgGxS1IrQPYyOOcXVBZlpmeUKBhaWloqOKbkJ6UqBFcWl6TmFit45iXnFxXkFyWWpKYA1ULcBwaCEIWgENMAarTQZKAyAMUDhPU5EBy+jGJnEGIIkFxaVAZlMjIZE+YjzJgjwcDgv5SBgeUPQsykl4FhgQ4DA/9UhJiaIQODgD4Dw745AMDGT/0QRiF8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAK4GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE2LTAyLTI4VDIyOjI3OjMyKzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNS0yMVQwNDoyNToyMyswMzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wNS0yMVQwNDoyNToyMyswMzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YjYyMjU0NjEtZmIwMi1lMjQ0LWFiZDktOTViMWQwMjhmZGRkIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTdhMjBmYTItYjM5MS0xZTRmLTg3NmQtZDQwNThhZmExNWY5IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NWE4OGE5N2UtNzI2Yy0zOTQyLTljNTMtNDBhZTViYjlhN2NmIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjYiIGV4aWY6UGl4ZWxZRGltZW5zaW9uPSI4Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo1YTg4YTk3ZS03MjZjLTM5NDItOWM1My00MGFlNWJiOWE3Y2YiIHN0RXZ0OndoZW49IjIwMTYtMDItMjhUMjI6Mjc6MzIrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY29udmVydGVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJmcm9tIGltYWdlL2dpZiB0byBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo1OTRlOTU1My01YTczLWJkNDktODdkMC1iMzA5NTM3MTM1NmYiIHN0RXZ0OndoZW49IjIwMTYtMDYtMDNUMDE6Mzc6NDMrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NzMxM2Q1Y2QtOTIzOS05OTQ1LWE4ZTktZGU3NTk0MDkzYzMzIiBzdEV2dDp3aGVuPSIyMDIwLTA1LTIxVDA0OjI1OjIzKzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmI2MjI1NDYxLWZiMDItZTI0NC1hYmQ5LTk1YjFkMDI4ZmRkZCIgc3RFdnQ6d2hlbj0iMjAyMC0wNS0yMVQwNDoyNToyMyswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MzEzZDVjZC05MjM5LTk5NDUtYThlOS1kZTc1OTQwOTNjMzMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5YmEwZDgyMi0yOTEyLTExZTYtODRjYy1mNjEyMjFlZmVhMzUiIHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1YTg4YTk3ZS03MjZjLTM5NDItOWM1My00MGFlNWJiOWE3Y2YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6rjBnRAAAAIUlEQVQIHWNQ1jVowIYZcEr8//8fK4YzcOog3Sh0nTglAFODX7lNVGo8AAAAAElFTkSuQmCC") !important;
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th[order].orderDESC {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAICAYAAADaxo44AAAALElEQVQImWOU0NT5z4AFMGETZGBgYGD8/x+rBgYWGENSSxdFBQVGoRuJ0ygAgjkKVl7EnecAAAAASUVORK5CYII=");
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th[order].orderDESC[mouseover]:hover {
  background-color: #e3e3e3;
  background-image: none !important;
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th input,
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th select {
  background-color: white;
  border: 1px solid #ededed;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 1px;
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th input:not([type=checkbox]) {
  font-size: 12px;
  font-weight: normal;
  display: block;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th input[type=checkbox] {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th input[disabled] {
  background-image: none !important;
  background-color: transparent !important;
  outline: none !important;
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th input.notempty,
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th select.notempty,
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th input.notempty:focus,
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th select.notempty:focus {
  background-color: yellow !important;
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th input.empty:hover:not([type=checkbox]):not(:focus) {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAALCAYAAADvGtSMAAABTUlEQVR4Xs3UsWoUURQG4O/cnc5iSRt9B99ATC3kUWyWoMVms3EJhBRWKQXbxMpW8gDp9wXs0hj1CeYeZSAsDDOoRXC+8szlzH/OcCesE/alM7UeKuaUrepC5JXaAshNY0oK9rV5i3uz8tyP8kR6g1O8NWGNdKbEJxzZuTFzIHOLa3zVExFpWAByvC4AMrPr9VsM9c3MeHjef3ej1sNu433cqeWzEq9wCTDQ2I4cCjhW64fth+zrn2kUc999A7CHd4CVe2Hu8eTDZo0zNlxD2drzQnGjtUMIL2VsTMDQgI3qApc4wB0grPIIz5T44nEk4h8+UfS3X3Al8qOsW3zAuRO3wmviqWqpouZ/Cz50gaEBnGvrdXc5w1zGptt4tRROJFj7ezH+twHBeLB+bexcOE4iqS1lRiCDggrWugFykafx3oQUf7aWuRD508T8AicGnMCccG/FAAAAAElFTkSuQmCC");
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th input.empty:hover:not([type=checkbox]):not(:focus)::placeholder {
  color: transparent;
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th select.empty:hover:not([type=checkbox]):not([placeholder]) {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAALCAYAAADvGtSMAAABTUlEQVR4Xs3UsWoUURQG4O/cnc5iSRt9B99ATC3kUWyWoMVms3EJhBRWKQXbxMpW8gDp9wXs0hj1CeYeZSAsDDOoRXC+8szlzH/OcCesE/alM7UeKuaUrepC5JXaAshNY0oK9rV5i3uz8tyP8kR6g1O8NWGNdKbEJxzZuTFzIHOLa3zVExFpWAByvC4AMrPr9VsM9c3MeHjef3ej1sNu433cqeWzEq9wCTDQ2I4cCjhW64fth+zrn2kUc999A7CHd4CVe2Hu8eTDZo0zNlxD2drzQnGjtUMIL2VsTMDQgI3qApc4wB0grPIIz5T44nEk4h8+UfS3X3Al8qOsW3zAuRO3wmviqWqpouZ/Cz50gaEBnGvrdXc5w1zGptt4tRROJFj7ezH+twHBeLB+bexcOE4iqS1lRiCDggrWugFykafx3oQUf7aWuRD508T8AicGnMCccG/FAAAAAElFTkSuQmCC");
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th select.notempty,
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th select.empty:not(:hover) {
  background-image: none;
}
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th input[type=date].empty::-webkit-datetime-edit-text,
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th input[type=date].empty::-webkit-datetime-edit-year-field,
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th input[type=date].empty::-webkit-datetime-edit-month-field,
.vuetable > .vuetableWrapper > .thead > table > thead > tr > th input[type=date].empty::-webkit-datetime-edit-day-field {
  display: none;
  color: transparent;
}
.vuetable > .vuetableWrapper > .tbody {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: auto;
  position: relative;
  background-color: #f4f4f4;
}
.vuetable > .vuetableWrapper > .tbody > table {
  width: 100%;
  min-width: 500px;
  clear: both;
  margin: 0 auto;
  border: none;
  font-size: 13px;
  table-layout: fixed;
}
.vuetable > .vuetableWrapper > .tbody > table > tbody {
  -webkit-user-select: text;
  -moz-user-select: text;
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr.dummy > td {
  height: 0;
  padding: 0;
  margin: 0;
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr.canceled * {
  text-decoration: line-through;
  color: #999;
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr.selected {
  background-color: #308eff4f !important;
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr.strong * {
  font-weight: bold;
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.02);
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.5);
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr.selected td {
  background-color: rgba(238, 247, 253, 0.15) !important;
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr.selected.hover:hover td {
  background-color: rgba(233, 242, 248, 0.15) !important;
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr.warning td {
  background-color: rgba(255, 255, 0, 0.15) !important;
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr.warning.selected td {
  background-color: rgba(238, 247, 253, 0.15) !important;
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr.warning.selected.hover:hover td {
  background-color: rgba(238, 247, 253, 0.15) !important;
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr > td {
  padding: 3px 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 10px;
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr > td input[type=text],
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr > td input[type=number],
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr > td select,
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr > td input:not([type]) {
  margin: 0;
  padding: 0;
  width: 100%;
}
.vuetable > .vuetableWrapper > .tbody > table > tbody > tr > td input[type=checkbox] {
  margin: 0;
}
.vuetable > .vuetableWrapper > .tbody > table > tfoot {
  -webkit-user-select: text;
  -moz-user-select: text;
}
.vuetable > .vuetableWrapper > .tbody > table > tfoot > tr > td {
  padding: 3px 3px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vuetable > .vuetableWrapper > .tbody > table > tfoot > tr > td input[type=text],
.vuetable > .vuetableWrapper > .tbody > table > tfoot > tr > td input[type=number],
.vuetable > .vuetableWrapper > .tbody > table > tfoot > tr > td select,
.vuetable > .vuetableWrapper > .tbody > table > tfoot > tr > td input:not([type]) {
  margin: 0;
  padding: 0;
  width: 100%;
}
.vuetable .footer {
  clear: both;
  color: #333;
  font-size: 13px;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 20px;
}
.vuetable .footer .info {
  position: absolute;
  left: 0;
  text-align: left;
}
.vuetable .footer .pagination {
  position: absolute;
  right: 0;
  text-align: right;
}
.vuetable .footer .pagination a {
  display: inline-block;
  color: #333;
}
.vuetable .footer .pagination button {
  min-width: 33px;
}
.vuetable .footer .pagination select {
  width: 33px;
  height: 15px;
  position: relative;
  text-align: center;
  top: 2px;
}
.vuetable .footer .pagination select[disabled] {
  cursor: default;
  opacity: 0.5;
}
.vuetable.loading {
  background-image: none !important;
}
.vuetable.loading > .vuetableWrapper > .tbody,
tr.loading {
  animation: stripes-animation 2s linear infinite;
  background-image: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)) !important;
  background-size: 40px 40px !important;
  opacity: 1 !important;
  background-repeat: repeat !important;
  background-color: inherit !important;
  cursor: progress !important;
}
tr.loading.hover:hover {
  background-image: linear-gradient(45deg, #e4edf3 25%, #cdd5db 25%, #cdd5db 50%, #e4edf3 50%, #e4edf3 75%, #cdd5db 75%, #cdd5db) !important;
}
/*# sourceMappingURL=table.css.map */.vuetableFixed {
  overflow: scroll;
  position: relative;
  box-sizing: border-box;
}
.vuetableFixed .scrollable {
  width: max-content;
  position: relative;
  z-index: 1;
}
.vuetableFixed .header {
  width: max-content;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.vuetableFixed .header > table {
  height: 100%;
}
.vuetableFixed .column {
  width: max-content;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.vuetableFixed .corner {
  width: max-content;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.vuetableFixed .corner > table {
  height: 100%;
}
/*# sourceMappingURL=tableFixed.css.map */.modalShadow {
  position: fixed;
  transform: rotateZ(360deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  visibility: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
}
.modalShadow.visible {
  visibility: visible;
  display: block;
}
.modalShadow.visible dialog {
  margin-top: 25px;
  transition: all 0.2s ease-in;
  opacity: 1;
}
@media print {
  .modalShadow.visible dialog {
    position: relative;
    display: block;
    border: none;
    background-color: white !important;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }
}
.modalShadow:after {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.modalShadow dialog {
  display: inline-block;
  will-change: transform;
  outline: none;
  position: relative;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 32px;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  /* margin: 0; */
  padding: 10px;
  vertical-align: middle;
  background: transparent;
  text-align: left;
  min-height: initial;
  border-style: solid;
  border-width: 32px 41px 50px;
  border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAT8AAADbCAYAAAAbBJaLAAAMEElEQVR4Xu3dwaojxxnH0a6eDobZh5BsZrBfIu//HgGvEkL2AyZzVQFzg4yK9p/S121pRueA6JYsrq8X/vFVV0u3/fjp0/Lk2vItAvryxDYROwnQnjma2zcSOUA0+7PFr5kWgRisunZkDLcniFL7bmMJYtZODGOrhHD7g+PSHhSyHEign9SAPtGDXmxLPyN+7aTYNNGC7+rOil64hpenudyJflT82h8YvHZKBMUUcrDq+uRSt9VCmKfASvzagUFp1QjWfyegsAQ9I4x9KoTzEewhfmWtGLz2PNMhEII0q8fo5dfGCBb93ic82rnRy88LE+F5gD75z3rheYpvv/f33U4NX37eDo3h+UEEocuTWZ+dCncmv55/7vh6eE/9Pr9q9KohPHTnGOizNxaHUI3P6xFsIbjlZW+rhC9FrRbCegQzoLDs7BPn8bXS0njUj77JuVWj96wRBPIu7fA8nE9siLQwFZYmwK0evnrsCjHMYa4AeohVCFUK0hi88DPaUQHc6h8/q0euEsAHxA/EbyJ8e8eJGOYABsN7h2t+cflYD184P3USzID6db18TOfpGM7DNcq47K1PfPm1HMDqJkkhiCB0c8Fr42t5envABFj4bO9E+NL5/DSYI3h+8MDEd3PcjV0hfGEZXbv/byvc2DwdvhC86RA+5BoguMa3FJe1fYjUndcRKzc8b5Ul7uyyNj/yRBiOJ94GA+7hC8cQvCF2vTABlpfC2zLhvPDlIJ4TQOCM8O0877PX+aYDmOX4pXjE8OX4rUcFsLABAty5wTERvvS43BHEHq/3BVvl+t7Oefud19YzIxh+xwjImxsnRG8dX8tfezWch+uA5WXvGdH7x88//ysmv/f/ttb+tHzzgJ8+f/7rrw0Yg7cWIjhljZNRnqjGDYb8WK/HXx/RdxU+YH1/xNVf6Ezu1KhVvs9vf8rLy9p1OL4iEL/LcBz++Y78NVf17/MLNY213gvfS8cPWH8brZ0AtpmNmbTzOxu/Fqa+wWz4XjJ+wHoTvTGA+YtUl8KXnE6Ep3BtL4TvReIHvH39+u+ba35DG6rXAg/9bG+c+ubv61tfL37Ah237y87gdbm24f18mOom/qrb5Gd7l5ndkhC8ED3xA8veQYhg+ObnwXgdsLDhMUoBDFEUPxC/nj7TH77SvvIJjyyst/OSd3zY8ADx6zsNuAxdGcPX9neAszUGL5j+MgO3ugDjADT/sdasxfhlebk7swM8nL8UYK8F+TH2plDfYP5jJfObHy8JfLwtBXCmN7Or1nX+nr6rMPkVlr2AZW+Y/KY6NVpnalkM3xqWvYBl71oIYNLG+k7La++pa4AvBUiRC03JAczadHjCSDnzLc7ra05+wE4HYj9Ch6asKXIhdOFG5/nJDzD5hRjW/2LjTHjCjkstiC8FqIau/icrcvxyoPKNiDmCgPhNdyR3K8QvS7UNz/O1v9cC5Gt9852ZUg9PO+SLDgCTX5oER61U3/rUl3djpuMHuOY335pWiF/dSdf8ANf86urxy9vKUwV/KcDMpJebc378WuE/IFzQfC3A2IHZnlRjuKbIzZY2jaqWvUDho2yFLhWXvfUNkTz1Aaa/0JWytfx53vyevBnyQoC8qVFvT7YeWfDCbTAvAHhAM2rxS2ErjLrCB6a/6aCFQBbiV/mC07zkNfkBbXKTdL5Fwfqg+3hMfkCb2CQ93Lo8iMkPTH6PtJ60bZ3fA/DAdqxnVzn/RTjAsvf89uT4Za0cQYAHd2U9KVRNDIEHN6KF+D1V1QHaU254PD8A8QMQPwDxA8QPQPwAxA9A/ADED0D8AMQPQPwAxA9A/ADED0D8AMQPQPwAxA9A/ADED0D8AMQPQPwA8QMQPwDxAxA/APEDED8A8QMQPwDxAxA/APEDED8A8QMQPwDxAxA/APEDED8A8QMQP0D8AMQPQPwAxA9A/ADED0D8AMQPQPwAxA9A/ADED0D8AMQPQPwAxA9A/ADED0D8AMQPED8A8QMQPwDxAxA/APEDED8A8QMQPwDxAxA/APEDED8A8QMQPwDxAxA/APEDED8A8QPED0D8AMQPQPwAxA9A/ADED0D8+gJg8gN47LC0nvRL9MJ7AYE7vUPr8WETO+D5u7IWAlWNXn+tEAKhASe2Z7SeELc+8R6Ah7Rj/bbGXcAy9/nj128eQ8HfH4Blbw/teEj8enF8zf+hLwWYHIh6oUX1yS/UOQqTH2Dyi0J/emHyq1c8j68mP+DxzVjvvU2l8J4+hPHVAH2nBwe1J1tPqHku+XgE3OKSN0lLcvx6bQMkl/z28fb29mV5CcDlcvk6dCCvFOtdyvHL0Ztdn6fp78OHDx+XlwCs67qFqW+iJ4N++oZH/hePQQzj7YsAZkKXmvM8NznnTY0ufiB+YVU4Pi+px6/fuzUdHssvv/zyn+VFALkJM615wH1+E7ezhPj98MMPf14A8Zu7Deb8yS9Udvd5COHl/fFagMv7Y+hCoTOHxi9vSuS1ep4EAZPfZEcK3Src6hKqPL/8HX358uWfy3cJmF7u5qmvfqtL2lauhG5/6Tv6+PHj325ujHxbnhIw///puOStBDE3a7TdWey283ys937w2v8fP33+/Pf3EH+4Oe492nAczn/Vhuf7gLzUvNyc3xx3H283x5v3x9jlKXDSNsRsLoDX4xjFMXw5hJccqaX/ZmJt1+fX32eI3ni8ngN9bqNyjGAK4M57ch8Gh31HQN92olYIYIjceLyeX6N0ieG7hm4donds/ED86gHsIYI3xxTE+hecbhNL2yEaIYAxhNfzOPX134Svh/CdHT8Qv7z07Xn6GyNaCt/+xNjjNb/JELadAC5z0buGKERvuQlgCF+I3wDI8csB3AndW4hhiGDc4R2DF2z1UXmc/O4I4CUsce8KX33iAxNgJYAnTH9jmO+0TUx96T19eJ5vbxnDN+rDdDkXvhxAoJ8w/fXq5kfYfU56IX75B92Er+1ujw9i+PretHfncjdHD+iVa3+F6383jxTB+ifGtonwtbT8DWPpzvSXojcGL+7u5slPCGH+c/nLfPxyBMs3Oo/6XfEbYhN++BC+MX6Xa8jSEjdvboT7+c5f8oKl7xLiFwNY3fwYX8uTbHW3t+8EpA8hnIxgmPZuY3cJk99B8QPxK2yAhONU9JaJm5+ru735lpc4Fb4H7+a4XM/Tpzbmr/GdFz4QwNo1wHECrN/wPC7Zz9zt7fnevPF5CGC7iWAbzivhq1/vA9f9cgBzBPePOXg7wjR4zIZHmv7mJsExTiF6IXzj+fTkB/S987wErkdw5meGYEdbiF0KWksRvAZvfyk8hOsavTXE7nmmPjD95Y2QHMKeQzhGOQd9tA2xC1Nf3gDJ4+cYvjFqYfJbDtnkEELo1c2PwmZIr1zbS79jiuG23G2M4O40eI3cuvfazg5ujF4tfkApfvUI5teudl67z5biFqbAuyJ4bPTG18rxA3oK4QkRnI9envb6WZ/w6Dsfb4ty9HL47O4+GnZ/6wEs/AHzXvyERxamvxDAqSD2EL9q+MbXgX5SAJcQtHr4cgjr9/mN5zmAhdj12fiF8+E1oP6Hy/aOOYT59dnwhfPBdt/XV12lAI7nY9xy8MbXQgBPCx5Y+u6HpxDCZTp8oz4T9+2A6305gEH4WUNYQ/ROXeqCJXCO4FwM8/tDcAfVz/bWl8JRjujO9NefY+IDE2BhUyScV5a4Wfvx06cQjBSX8Xz2OPHeJ7/GB64BzgZw9hjOUwj7EL/5JWMOUT2KOXanxg/olUmwcpwPX14K177San4JvBSWw3EDZXh+ePxA/KoBLMVuPnxZnvzmJ8D6RJjPv82NDRDBavSK4eshfscHsBS8evTy+4B+RgQrITwjfMX45QCF54XgVSKdAfWo1EOYn4fXK/GrBzC8Vojdg0MH9HoM8/Ojwxfid/gyslVeK0W5BKhHJsfszOjlb3Upmvmrbum1sHs7o5dDCPTC+0thDK2pyJNfIR4hOI+d6oYoAv0pp8N69HqKXzUW9RCKFdg5HvXjI1y/ybm+BM11buXy1yMKolXXj39vPZhb+dpevcjtwOq3U0d8oH8vP2t7gg2FPhczYQPTZD2e2wnFbc8+hgNCup1Z40IUAZE71fZ81RZNELHz/Q+ORDaGjqWDEAAAAABJRU5ErkJggg==") 32 41 50 fill stretch;
  box-sizing: border-box;
}
.modalShadow dialog header {
  display: block;
  text-align: left;
  font-size: 26px;
  color: #1b79a6;
  padding-left: 7px;
}
.modalShadow dialog footer {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.modalShadow dialog a[href='#close'] {
  position: fixed;
  will-change: top;
  z-index: 1;
  display: inline;
  width: 25px;
  height: 29px;
  top: 0;
  right: 0;
  margin-top: 2px;
  margin-right: 2px;
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAcCAYAAACUJBTQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBOTRFRjM4M0UyN0RFODExOTQzMTlBMUVEQUY4NkUxQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMjRCRkVCMzdERTIxMUU4QjVDMkE0M0M3RDAzQkYyQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMjRCRkVCMjdERTIxMUU4QjVDMkE0M0M3RDAzQkYyQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFCNEVGMzgzRTI3REU4MTE5NDMxOUExRURBRjg2RTFCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE5NEVGMzgzRTI3REU4MTE5NDMxOUExRURBRjg2RTFCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+joU35AAAA7hJREFUeNqclk1IVFEUx+dT82PSqZjMIWcQTApBIwolxMWEtWiloCAIFm1CaSMYpO2iIMRNgqIotBJcudF2iiAtRgxdJIhYKH7lxIypkx/zcfufx7mvN2/ejFMXfnPn3a//Pefce94zCyFMGRY3qOI6ABbB94xmkkga3OAN+CaMyyb4AG79r0gj+CkyKxHwNJWGOYW7RsETbcP29rZpcXHRtLW1ZXK5XKbKykqT1+vVz/OD52az+ct5lkxpt7iysiJqa2tpJ0lUVFQIv9+vt2rpPHe90I7u6+sTNpvNUECCXYuenh5xenqqnfo2lUiJdlRXV1faxfW0tLToLbpnJPJO9k5PTycs0NzcnLRocXFxUvvY2JhW5LORyLrsrampUSf29vaKo6MjMT4+nrAgPVN7e3u72ubxeEQ0GtUKWVWR4+Njj2zd2NhI2vXS0pLSJ4WoViKMdv3Yubm5v+c6EqlVRaD+WHZMTk4a+lwKra2tpRQgRkZGVBGs+4w0LPQTj8dd0n2BQMDwQtG92NvbM5WWlio1PRsV7XzoKOtacATNUDyQHYWFhYaT4SLlEobDYaWmZ6OSk5Oj/o/FYid04ZVbj5tcli4m2hiUl5cnxShVTJAdfKoIyIM1m7KTbrKcNDw8bBgDKUT9ss3hcCScrqqqqgIZEvpxwM8fZefExESSJUZB1rcPDAyoAnAr5a+LwKqKDA4OPtQe8NbW1oSLd96N9/l8CVZMTU1Rgi1IEAGl8/Pzo3IQ5SJKFZmklPr6enF4eKgKBIPBr2gv04vkgRJwH25b11pEqcLtdhsuTjEgF2ktQBbY7+7upneLlzdvkYG/AIrA7Y6Ojq6dnZ1dfbZbWFgQQ0NDor+/X6lnZ2eT3lyhUOigs7PzNda5C4pBrvZ0ZYFL4AZ4ANoR1HnxD2V1dXW3qanpPeY+AjfBFZCtrM9vRvJbPn8k3AGN4GVDQ8MEArh5cnISS7X4zMzMj7a2tk8Y/wo0A0rx19lVNvX1i0tPfrOzeU5wjQd6uL5aV1dXUl1dfdlut1uR+GLLy8u/kOfWkZJ20b8JNphtEARhEKGsJUXMHKAsPgQk5GKxIv7v5E2Q1XHwG+zz5xEJ7YAfIASOwBllFuXtKT8kWMjKQrl8/JwcKydfrBweQ5MpLx3yokHmgC0ggSifwsSvFZ1QNluVz3Uut1nYkjO2Jsw7D7NwhDcRT/lJpHGdjeOUzaJZ/GzmHUZZ6JRr6Z6YtCDtdxcLSTELW2fl/1Ikrlk0zgi9AJU/AgwAj8tizlj0/8sAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
}
.modalShadow dialog a[href='#close']:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAcCAYAAACUJBTQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBOTRFRjM4M0UyN0RFODExOTQzMTlBMUVEQUY4NkUxQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFOUJFODk3RDdERTIxMUU4OTNDMENCMDdDRTE0QjAzOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFOUJFODk3QzdERTIxMUU4OTNDMENCMDdDRTE0QjAzOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFCNEVGMzgzRTI3REU4MTE5NDMxOUExRURBRjg2RTFCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE5NEVGMzgzRTI3REU4MTE5NDMxOUExRURBRjg2RTFCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sp5CtQAAA6JJREFUeNqclk1IVFEUx99TRzMzsw8zJRXBpBA0olBCXBjWopWCgiBYtAmljWCQtouCEDcJiqLQSphNbsZ2iiAtFEUXCSIWiuPHWOPXjM7kzNz+Zzzv+r5GrQu/ue/dj/O/59x7zxtVCKGcsWSDEq43wQz4eaaZJHIC2eAd+CHsywr4BO78r0gN+CXOVg7B81gaqiVcqkrKA3h6ZmhfXUWAECG3W1GuZSBwxYqSl2e2NwFewsa0eoonw4Y1zs8LUV5OS7FSVCTExITZq1lxSrheGYZ3dgqRkGAvoKEiGO3tQgSD+pnvY4nkGARaW082bqa+3uzRAzuRD7J7ZMRooK7O3rC5fXBQL/LNTmRJdpeVHU/s6BDC5xPC6TQapHdqb2o6bsvNFSIU0gvFS5GDg4Nc2by8bF3x7OxRnyZEdXSLZ61jx8ePz/XhYbkUCYVCT2WPy2UfGk1ocTG2ANHfL03B7gvSiKOfSCSSIeO3uWl/o4pxLzweRcnPP6rp3a7o5kMnajdORYHiruxJu2Q/2elUlAzM8fuPanq3K8nJ8jEcDgfoekfv+MzMTEHMPaELp9+DwkLrHsXYE7fbXSlFQAq8WZG9ZFib1NdnvweaEPVrbamphtNVUlKSpm0J/aR6PJ7PsvfLkPW42m2yub27W5rw+/3TsHsRxEuRnp6ex4b72tBwPDkr6/QbX1lp8GJ4eJgSbJpBBORPTk4OyFGUiyhVnCWlVFUJsbcnp3q93u+wV2AWSQE54CHCtmTwiFJFdra9cdoDhCik88Dn8223tbXRtyWPFx+nbfw5kAnuNjc3t66tra1bPktTU0L09grR1XVUj41Zhmxtbe22tLS8hZ37IAuc15+uRHAZ3AKPQJPT6ZwU/1AWFhbWa2trP2LuE3AbXAVJUfv8ZaS4XeA/CfdADXhdXV09hA1cCQQC4VjGR0dHNxobG79i/BtQByjF3+RQJcjPLy49xc3B7qWDGzwwl+vrFRUVOaWlpVccDkc8El94bm5ux+VyLSElraN/BSwz+E4rXoDUoBxS1tJEVN6gRD4EJJTBYpn8nM6LIK8jYB9s898jEloDG2AL+MAfyiyUwhI4keErqkZYeZ9TD70HwS4boouVzCI0mfLSHhv1Mrs6D6ICihYznVCYV6DwoCCv6jd7kcQeR3jcPhv1cR0wCxhETEJBHkgTDsAOh9LBp5EMhFgoyLUWHoOARcQmdJpn8UycTiSiMxphhFmAyl8BBgBH3//Ow0hrcAAAAABJRU5ErkJggg==");
}
.modalShadow dialog#sverhAlert,
.modalShadow dialog#sverhConfirm,
.modalShadow dialog#sverhPrompt {
  padding: 20px;
  min-width: 400px;
}
.modalShadow dialog#sverhAlert div,
.modalShadow dialog#sverhConfirm div,
.modalShadow dialog#sverhPrompt div {
  font-size: 18px;
}
.modalShadow dialog#sverhAlert footer button,
.modalShadow dialog#sverhConfirm footer button,
.modalShadow dialog#sverhPrompt footer button {
  min-width: 100px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
/*# sourceMappingURL=dialog.css.map */@charset "utf-8";
/*html, body {*/
/*font-family: arial;*/
/*}*/
.dropzone {
  background-color: #eeeeee;
  text-align: center;
  position: relative;
  border: 1px solid #dddddd;
  display: inline-block;
  margin-bottom: 42px;
  /* overflow: hidden; */
}
.dropzone:after {
  content: 'Кликните или перетащите файл фотографии.';
  font-size: 18px !important;
  color: #bbbbbb;
  position: absolute;
  /* bottom: 60%; */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}
.dropzone:before {
  content: '';
  /*font-family: "Glyphicons Halflings";*/
  font-size: 60px;
  color: #dbdbdb;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}
/*[data-i18n]::after {
   content: attr(data-i18n);
}*/
.dropzone.loading:after {
  content: 'Загрузка';
}
.dropzone.loading:before {
  content: '';
}
.dropzone.done:after {
  content: '';
}
.dropzone.done:before {
  content: '';
}
/* not an image */
.dropzone.notAnImage {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.dropzone.notAnImage:after {
  content: 'Выбранный файл не является фотографией!';
  color: #a94442;
}
.dropzone.notAnImage:before {
  content: '';
  color: #ebccd1;
}
.dropzone.alert-danger {
  background-color: #f2dede;
}
.dropzone.alert-danger:after {
  content: '';
}
.dropzone.smalltext:after {
  font-size: 20px;
}
.dropzone > span {
  font-size: 30px;
  color: #bbbbbb;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}
.dropzone > span.loader {
  display: none;
}
.dropzone > input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  height: 100% /* IE HACK*/;
}
.dropzone > input[type=text] {
  display: none;
}
.dropzone .progress {
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: none;
}
.dropzone .cropWrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #eeeeee;
  text-align: left;
}
/*.dropzone canvas.final			{ background-color: #eeeeee;}*/
.dropzone img {
  z-index: 5;
  position: relative;
}
.dropzone img.ghost {
  opacity: 0.2;
  z-index: auto;
  float: left /* HACK for not scrolling*/;
}
.dropzone img.main {
  cursor: move;
}
.dropzone .final img.main {
  cursor: auto;
}
.dropzone img.preview {
  width: 100%;
}
.dropzone .tools {
  width: 100%;
  position: absolute;
  bottom: -41px;
  /* left: -3px; */
  /* z-index: 999; */
  /* display: inline-block; */
}
.dropzone .tools > * {
  margin: 0 0 0 5px;
}
.dropzone.smalltools .tools .btn {
  padding: 1px 4px;
  font-size: 12px;
}
.dropzone .download {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  display: inline-block;
}
.dropzone .download > * {
  margin: 0 0 0 5px;
}
.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.rotate_90 {
  /*General*/
  transform: rotate(90deg);
  /*Firefox*/
  -moz-transform: rotate(90deg);
  /*Microsoft Internet Explorer*/
  -ms-transform: rotate(90deg);
  /*Chrome, Safari*/
  -webkit-transform: rotate(90deg);
  /*Opera*/
  -o-transform: rotate(90deg);
}
.html5imageupload {
  background-color: #eeeeee;
  text-align: center;
  position: relative;
  border: 1px solid #dddddd;
  display: inline-block;
}
.html5imageupload:after {
  content: 'Drop your image here or click to add one!';
  font-size: 30px;
  color: #bbbbbb;
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}
.html5imageupload:before {
  content: '';
  /*font-family: "Glyphicons Halflings";*/
  font-size: 60px;
  color: #dbdbdb;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}
.html5imageupload.loading:after {
  content: 'Please wait, image is loading';
}
.html5imageupload.loading:before {
  content: '';
}
.html5imageupload.done:after {
  content: '';
}
.html5imageupload.done:before {
  content: '';
}
not an image .html5imageupload.notAnImage {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.html5imageupload.notAnImage:after {
  content: 'The selected file is not an image!';
  color: #a94442;
}
.html5imageupload.notAnImage:before {
  content: '';
  color: #ebccd1;
}
.html5imageupload.alert-danger {
  background-color: #f2dede;
}
.html5imageupload.alert-danger:after {
  content: '';
}
.html5imageupload.smalltext:after {
  font-size: 20px;
}
.html5imageupload > span {
  font-size: 30px;
  color: #bbbbbb;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}
.html5imageupload > span.loader {
  display: none;
}
.html5imageupload > input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  height: 100%;
}
.html5imageupload > input[type=text] {
  display: none;
}
.html5imageupload .progress {
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: none;
}
.html5imageupload .cropWrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #eeeeee;
}
.html5imageupload canvas.final {
  background-color: #eeeeee;
}
.html5imageupload img {
  z-index: 20;
  position: relative;
}
.html5imageupload img.ghost {
  opacity: 0.2;
  z-index: auto;
  float: left;
}
.html5imageupload img.main {
  cursor: move;
}
.html5imageupload .final img.main {
  cursor: auto;
}
.html5imageupload img.preview {
  width: 100%;
}
.html5imageupload .tools {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  display: inline-block;
}
.html5imageupload .tools > * {
  margin: 0 0 0 5px;
}
.html5imageupload .download {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  display: inline-block;
}
.html5imageupload .download > * {
  margin: 0 0 0 5px;
}
.html5imageupload.smalltools .tools .btn {
  padding: 1px 4px;
  font-size: 12px;
}
/*# sourceMappingURL=html5imageupload.css.map *//* Sample */
.textcomplete-dropdown {
  list-style: none;
  /* SHOULD not modify */
  padding: 0;
  /* SHOULD not modify */
  margin: 0;
  /* SHOULD not modify */
  border: 1px solid #ddd;
  background-color: white;
}
.textcomplete-dropdown li {
  border-top: 1px solid #ddd;
  /*padding: 2px 5px;*/
}
.textcomplete-dropdown li:first-child {
  border-top: none;
}
.textcomplete-dropdown li:hover,
.textcomplete-dropdown li.active {
  background-color: #6eb7db;
}
.textcomplete-dropdown li a:hover {
  cursor: pointer;
}
/*# sourceMappingURL=textcomplete.css.map */#divTooltip {
  z-index: 10000;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  max-width: 250px;
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 14px;
  text-align: left;
  text-shadow: 0 -1px 0px black;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  margin-top: -5px;
  opacity: 0;
}
#divTooltip table td {
  padding-left: 3px;
  padding-right: 3px;
}
#divTooltip table td:first-child {
  padding-left: 0;
}
#divTooltip table td:last-child {
  padding-right: 0;
}
#divTooltip.visible {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
  transition: margin-top 0.3s ease, opacity 0.3s ease;
}
#divTooltip.left.bottom {
  border-top-right-radius: 0;
}
#divTooltip.right.bottom {
  border-top-left-radius: 0;
}
#divTooltip.left.top {
  border-bottom-right-radius: 0;
}
#divTooltip.right.top {
  border-bottom-left-radius: 0;
}
#divTooltip.red {
  background-color: #dd4b39 !important;
  text-shadow: none;
}
#divTooltip.yellow {
  background-color: #f39c12 !important;
  text-shadow: none;
}
[tooltip].cursorHelp {
  cursor: help;
}
/*# sourceMappingURL=tooltip.css.map *//**
 * @fileOverview CSS for jquery-autocomplete, the jQuery Autocompleter
 * @author <a href="mailto:dylan@dyve.net">Dylan Verheul</a>
 * @license MIT | GPL | Apache 2.0, see LICENSE.txt
 * @see https://github.com/dyve/jquery-autocomplete
 */
.acResults {
  padding: 0;
  border: 1px solid #A9A9A9;
  background-color: Window;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 300px;
  z-index: 10000;
}
.acResults ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style: none;
}
.acResults ul li {
  margin: 0;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-size: 12px;
}
.acResults ul li:nth-child(odd) {
  background-color: #fafafa;
}
.acResults ul li:hover {
  background-color: #EEF7FD !important;
}
.acLoading {
  background: url("data:image/gif;base64,R0lGODlhEAAQAMQAAP///+7u7t3d3bu7u6qqqpmZmYiIiHd3d2ZmZlVVVURERDMzMyIiIhEREQARAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAQACwAAAAAEAAQAAAFdyAkQgGJJOWoQgIjBM8jkKsoPEzgyMGsCjPDw7ADpkQBxRDmSCRetpRA6Rj4kFBkgLC4IlUGhbNQIwXOYYWCXDufzYPDMaoKGBoKb886OjAKdgZAAgQkfCwzAgsDBAUCgl8jAQkHEAVkAoA1AgczlyIDczUDA2UhACH5BAUHABAALAAAAAAPABAAAAVjICSO0IGIATkqIiMKDaGKC8Q49jPMYsE0hQdrlABCGgvT45FKiRKQhWA0mPKGPAgBcTjsspBCAoH4gl+FmXNEUEBVAYHToJAVZK/XWoQQDAgBZioHaX8igigFKYYQVlkCjiMhACH5BAUHABAALAAAAAAQAA8AAAVgICSOUGGQqIiIChMESyo6CdQGdRqUENESI8FAdFgAFwqDISYwPB4CVSMnEhSej+FogNhtHyfRQFmIol5owmEta/fcKITB6y4choMBmk7yGgSAEAJ8JAVDgQFmKUCCZnwhACH5BAUHABAALAAAAAAQABAAAAViICSOYkGe4hFAiSImAwotB+si6Co2QxvjAYHIgBAqDoWCK2Bq6A40iA4yYMggNZKwGFgVCAQZotFwwJIF4QnxaC9IsZNgLtAJDKbraJCGzPVSIgEDXVNXA0JdgH6ChoCKKCEAIfkEBQcAEAAsAAAAABAADgAABUkgJI7QcZComIjPw6bs2kINLB5uW9Bo0gyQx8LkKgVHiccKVdyRlqjFSAApOKOtR810StVeU9RAmLqOxi0qRG3LptikAVQEh4UAACH5BAUHABAALAAAAAAQABAAAAVxICSO0DCQKBQQonGIh5AGB2sYkMHIqYAIN0EDRxoQZIaC6bAoMRSiwMAwCIwCggRkwRMJWKSAomBVCc5lUiGRUBjO6FSBwWggwijBooDCdiFfIlBRAlYBZQ0PWRANaSkED1oQYHgjDA8nM3kPfCmejiEAIfkEBQcAEAAsAAAAABAAEAAABWAgJI6QIJCoOIhFwabsSbiFAotGMEMKgZoB3cBUQIgURpFgmEI0EqjACYXwiYJBGAGBgGIDWsVicbiNEgSsGbKCIMCwA4IBCRgXt8bDACkvYQF6U1OADg8mDlaACQtwJCEAIfkEBQcAEAAsAAABABAADwAABV4gJEKCOAwiMa4Q2qIDwq4wiriBmItCCREHUsIwCgh2q8MiyEKODK7ZbHCoqqSjWGKI1d2kRp+RAWGyHg+DQUEmKliGx4HBKECIMwG61AgssAQPKA19EAxRKz4QCVIhACH5BAUHABAALAAAAAAQABAAAAVjICSOUBCQqHhCgiAOKyqcLVvEZOC2geGiK5NpQBAZCilgAYFMogo/J0lgqEpHgoO2+GIMUL6p4vFojhQNg8rxWLgYBQJCASkwEKLC17hYFJtRIwwBfRAJDk4ObwsidEkrWkkhACH5BAUHABAALAAAAQAQAA8AAAVcICSOUGAGAqmKpjis6vmuqSrUxQyPhDEEtpUOgmgYETCCcrB4OBWwQsGHEhQatVFhB/mNAojFVsQgBhgKpSHRTRxEhGwhoRg0CCXYAkKHHPZCZRAKUERZMAYGMCEAIfkEBQcAEAAsAAABABAADwAABV0gJI4kFJToGAilwKLCST6PUcrB8A70844CXenwILRkIoYyBRk4BQlHo3FIOQmvAEGBMpYSop/IgPBCFpCqIuEsIESHgkgoJxwQAjSzwb1DClwwgQhgAVVMIgVyKCEAIfkECQcAEAAsAAAAABAAEAAABWQgJI5kSQ6NYK7Dw6xr8hCw+ELC85hCIAq3Am0U6JUKjkHJNzIsFAqDqShQHRhY6bKqgvgGCZOSFDhAUiWCYQwJSxGHKqGAE/5EqIHBjOgyRQELCBB7EAQHfySDhGYQdDWGQyUhADs=") right center no-repeat;
}
.acSelect {
  background-color: #EEF7FD !important;
}
/*# sourceMappingURL=autocomplete.css.map */