/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */progress, sub, sup {
    vertical-align: baseline
}
button, hr, input {
    overflow: visible
}
.fr-view img, .fr-view table, legend {
    max-width: 100%
}
.fa, button, select {
    text-transform: none
}
.fa-ul>li, sub, sup {
    position: relative
}
.fa-fw, .fa-li {
    text-align: center
}
.fr-box a.fr-floating-btn, .fr-box.fr-basic.fr-top .fr-wrapper {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24)
}
.fa-ul, li, ul {
    list-style-type: none
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display:none
}
.fa-fw, .fa-stack {
    display: inline-block
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:active, a:hover {
    outline-width: 0
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
dfn {
    font-style: italic
}
mark {
    background-color: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box
}
button, input, select, textarea {
    font: inherit;
    margin: 0
}
optgroup {
    font-weight: 700
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style:none;
    padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline:ButtonText dotted 1px
}
legend {
    box-sizing: border-box;
    white-space: normal
}
textarea {
    overflow: auto
}
[type=checkbox], [type=radio] {
    box-sizing:border-box;
    padding:0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height:auto
}
[type=search] {
    -webkit-appearance:textfield;
    outline-offset:-2px
}
.fr-element, .fr-element [contenteditable=true], .fr-element:focus {
    outline: transparent solid 0
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}
::-webkit-input-placeholder {
    color:inherit;
    opacity:.54
}
.fr-popup.fr-hidden, .fr-tooltip {
    -webkit-opacity: 0;
    -moz-opacity: 0
}
::-webkit-file-upload-button {
    -webkit-appearance:button;
    font:inherit
}
.fa, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon/icomoon.ttf?jwiav4) format("truetype"), url(../fonts/icomoon/icomoon.woff?jwiav4) format("woff"), url(../fonts/icomoon/icomoon.svg?jwiav4#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}
.fa {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1
}
.fr-popup, .fr-toolbar, .fr-tooltip {
    font-family: Arial, Helvetica, sans-serif
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .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
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    animation: fa-spin 2s infinite linear
}
@keyframes fa-spin {
    0% {
        transform:rotate(0)
    }
    100% {
        transform:rotate(359deg)
    }
}
.fa-rotate-90 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    transform: scale(1, -1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}
.fr-opacity-0, .fr-popup .fr-checkbox input, .fr-popup.fr-hidden, .fr-tooltip, .fr-tooltip.fr-visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.fa-stack {
    position: relative;
    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: #fff
}
.fa-facebook-messenger:before {
    content: "\e900"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-plus:before {
    content: "\f067"
}
.fa-question:before {
    content: "\f128"
}
.fa-minus:before {
    content: "\f068"
}
.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-close:before, .fa-remove: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-cog:before, .fa-gear: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-repeat:before, .fa-rotate-right: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-image:before, .fa-photo: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-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-exclamation-triangle:before, .fa-warning: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-cogs:before, .fa-gears: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-o:before {
    content: "\f0a2"
}
.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-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder: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-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}
.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}
.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}
.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-clipboard:before, .fa-paste: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:before {
    content: "\f0f3"
}
.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-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}
.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-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-down:before {
    content: "\f150"
}
.fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-up:before {
    content: "\f151"
}
.fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-toggle-right:before {
    content: "\f152"
}
.fa-eur:before, .fa-euro:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}
.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}
.fa-krw:before, .fa-won: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-caret-square-o-left:before {
    content: "\f191"
}
.fa-toggle-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-try:before, .fa-turkish-lira: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-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}
.fa-graduation-cap:before, .fa-mortar-board: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-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}
.fa-file-audio-o:before, .fa-file-sound-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-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}
.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}
.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}
.fa-paper-plane-o:before, .fa-send-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-futbol-o:before, .fa-soccer-ball-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-ils:before, .fa-shekel:before, .fa-sheqel: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-bed:before, .fa-hotel:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-y-combinator:before, .fa-yc: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-full:before, .fa-battery: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-paper-o:before, .fa-hand-stop-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-television:before, .fa-tv: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-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}
.fa-glide:before {
    content: "\f2a5"
}
.fa-glide-g:before {
    content: "\f2a6"
}
.fa-sign-language:before, .fa-signing: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-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}
.fa-address-card-o:before, .fa-vcard-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-full:before, .fa-thermometer: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-bath:before, .fa-bathtub:before, .fa-s15: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"
}
.fr-popup .fr-buttons::after, .fr-toolbar::after, .fr-wrapper::after {
    content: ""
}/*!
 * froala_editor v2.3.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */
.fr-box.fr-basic .fr-element {
    text-align: initial;
    color: #000;
    padding: 25px;
    box-sizing: border-box;
    overflow-x: auto;
    min-height: 40px
}
.fr-element {
    background: 0 0;
    position: relative;
    z-index: 2;
    -webkit-user-select: auto
}
.fr-element a {
    user-select: auto;
    -o-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto
}
.fr-element [contenteditable=false], .fr-element.fr-disabled {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}
.fr-box a.fr-floating-btn {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 32px;
    width: 32px;
    background: #fff;
    color: #1e88e5;
    -webkit-transition: background .2s ease 0s, color .2s ease 0s, transform .2s ease 0s;
    -moz-transition: background .2s ease 0s, color .2s ease 0s, transform .2s ease 0s;
    -ms-transition: background .2s ease 0s, color .2s ease 0s, transform .2s ease 0s;
    -o-transition: background .2s ease 0s, color .2s ease 0s, transform .2s ease 0s;
    outline: 0;
    left: 0;
    top: 0;
    line-height: 32px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    text-align: center;
    display: block;
    box-sizing: border-box;
    border: none
}
.fr-box a.fr-floating-btn svg {
    -webkit-transition: transform .2s ease 0s;
    -moz-transition: transform .2s ease 0s;
    -ms-transition: transform .2s ease 0s;
    -o-transition: transform .2s ease 0s;
    fill: #1e88e5
}
.fr-box a.fr-floating-btn i {
    font-size: 14px;
    line-height: 32px
}
.fr-box a.fr-floating-btn.fr-btn+.fr-btn {
    margin-left: 10px
}
.fr-box a.fr-floating-btn:hover {
    background: #ebebeb;
    cursor: pointer
}
.fr-box a.fr-floating-btn:hover svg {
    fill: #1e88e5
}
.fr-box .fr-visible a.fr-floating-btn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
iframe.fr-iframe {
    width: 100%;
    border: none;
    position: relative;
    display: block;
    z-index: 2;
    box-sizing: border-box
}
.fr-wrapper {
    position: relative;
    z-index: 1
}
.fr-wrapper::after {
    clear: both;
    display: block;
    height: 0
}
.fr-wrapper .fr-placeholder {
    position: absolute;
    font-size: 12px;
    color: #aaa;
    z-index: 1;
    display: none;
    top: 0;
    left: 0;
    overflow: hidden
}
.fr-wrapper.show-placeholder .fr-placeholder {
    display: block
}
.fr-wrapper ::selection {
    background: #b5d6fd;
    color: #000
}
.fr-wrapper ::-moz-selection {
    background:#b5d6fd;
    color:#000
}
.fr-box.fr-rtl .fr-wrapper .fr-placeholder {
    right: 0;
    left: auto
}
.fr-box.fr-basic .fr-wrapper {
    background: #fff;
    border: 0;
    border-top: 0;
    top: 0;
    left: 0
}
.fr-box.fr-basic.fr-rtl .fr-wrapper .fr-placeholder {
    right: 0;
    left: auto
}
.fr-box.fr-basic.fr-top .fr-wrapper {
    border-top: 0;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    background-clip: padding-box
}
.fr-box.fr-basic.fr-bottom .fr-wrapper {
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    box-shadow: 0 -1px 3px rgba(0,0,0,.12), 0 -1px 2px rgba(0,0,0,.24)
}
.fr-tooltip {
    position: absolute;
    top: 0;
    padding: 0 8px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 2px 4px rgba(0,0,0,.23);
    background: #222;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    -webkit-transition: opacity .2s ease 0s;
    -moz-transition: opacity .2s ease 0s;
    -ms-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s ease 0s;
    opacity: 0;
    left: -3000px;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 9997
}
.fr-tooltip.fr-visible {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}
.fr-toolbar {
    color: #222;
    background: #fff;
    position: relative;
    z-index: 4;
    box-sizing: border-box;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 0 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-clip: padding-box;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    text-align: left;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.08)
}
.fr-toolbar::after {
    clear: both;
    display: block;
    height: 0
}
.fr-toolbar.fr-rtl {
    text-align: right
}
.fr-toolbar.fr-inline {
    display: none;
    white-space: nowrap;
    position: absolute;
    margin-top: 10px
}
.fr-toolbar.fr-inline .fr-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #222;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    display: inline-block
}
.fr-toolbar.fr-inline.fr-above {
    margin-top: -10px;
    box-shadow: 0 -1px 3px rgba(0,0,0,.12), 0 -1px 2px rgba(0,0,0,.24);
    border-bottom: 5px solid #222;
    border-top: 0
}
.fr-toolbar.fr-bottom, .fr-toolbar.fr-top {
    background-clip: padding-box;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24)
}
.fr-toolbar.fr-inline.fr-above .fr-arrow {
    top: auto;
    bottom: -9px;
    border-bottom: 0;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 5px
}
.fr-toolbar.fr-top {
    top: 0;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0
}
.fr-toolbar.fr-bottom {
    bottom: 0;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px
}
.fr-separator {
    background: #ebebeb;
    display: block;
    vertical-align: top;
    float: left
}
.fr-separator+.fr-separator {
    display: none
}
.fr-separator.fr-vs {
    height: 33px;
    width: 1px;
    margin: 2px
}
.fr-separator.fr-hs {
    clear: both;
    height: 1px;
    width:calc(100% - (2 * 2px));
    margin: 0 2px
}
.fr-separator.fr-hidden {
    display: none!important
}
.fr-rtl .fr-separator {
    float: right
}
.fr-toolbar.fr-inline .fr-separator.fr-hs {
    float: none
}
.fr-toolbar.fr-inline .fr-separator.fr-vs {
    float: none;
    display: inline-block
}
.fr-popup .fr-command.fr-btn, .fr-toolbar .fr-command.fr-btn {
    background: 0 0;
    color: #222;
    -moz-outline: 0;
    outline: 0;
    border: 0;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    margin: 0 2px;
    -webkit-transition: background .2s ease 0s;
    -moz-transition: background .2s ease 0s;
    -ms-transition: background .2s ease 0s;
    -o-transition: background .2s ease 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-clip: padding-box;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    float: left;
    padding: 0;
    width: 38px;
    height: 37px
}
.fr-popup .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn i {
    display: block;
    font-size: 14px;
    margin: 11px 11.5px;
    text-align: center;
    float: none
}
.fr-popup .fr-command.fr-btn span, .fr-toolbar .fr-command.fr-btn span {
    font-size: 14px;
    display: block;
    line-height: 14px;
    min-width: 38px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 15px;
    font-weight: 700
}
.fr-popup .fr-command.fr-btn img, .fr-toolbar .fr-command.fr-btn img {
    margin: 11px 11.5px;
    width: 15px
}
.fr-popup .fr-command.fr-btn.fr-active, .fr-toolbar .fr-command.fr-btn.fr-active {
    color: #1e88e5;
    background: 0 0
}
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection {
    width: auto
}
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span {
    font-weight: 400
}
.fr-popup .fr-command.fr-btn.fr-dropdown i, .fr-popup .fr-command.fr-btn.fr-dropdown img, .fr-popup .fr-command.fr-btn.fr-dropdown span, .fr-toolbar .fr-command.fr-btn.fr-dropdown i, .fr-toolbar .fr-command.fr-btn.fr-dropdown img, .fr-toolbar .fr-command.fr-btn.fr-dropdown span {
    margin-left: 7.5px;
    margin-right: 15.5px
}
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active {
    color: #222;
    background: #d6d6d6
}
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover {
    background: #d6d6d6!important;
    color: #222!important
}
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
    border-top-color: #222!important
}
.fr-popup .fr-command.fr-btn.fr-dropdown::after, .fr-toolbar .fr-command.fr-btn.fr-dropdown::after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #222;
    right: 3.75px;
    top: 16.5px;
    content: ""
}
.fr-popup .fr-command.fr-btn.fr-disabled, .fr-toolbar .fr-command.fr-btn.fr-disabled {
    color: #bdbdbd;
    cursor: default
}
.fr-popup .fr-command.fr-btn.fr-disabled::after, .fr-toolbar .fr-command.fr-btn.fr-disabled::after {
    border-top-color: #bdbdbd!important
}
.fr-popup .fr-command.fr-btn.fr-hidden, .fr-toolbar .fr-command.fr-btn.fr-hidden {
    display: none
}
.fr-popup.fr-disabled .fr-btn, .fr-popup.fr-disabled .fr-btn.fr-active, .fr-toolbar.fr-disabled .fr-btn, .fr-toolbar.fr-disabled .fr-btn.fr-active {
    color: #bdbdbd
}
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after {
    border-top-color: #bdbdbd
}
.fr-popup.fr-rtl .fr-command.fr-btn, .fr-toolbar.fr-rtl .fr-command.fr-btn {
    float: right
}
.fr-toolbar.fr-inline .fr-command.fr-btn {
    float: none
}
.fr-desktop .fr-command:focus, .fr-desktop .fr-command:hover {
    color: #222;
    background: #ebebeb
}
.fr-desktop .fr-command:focus::after, .fr-desktop .fr-command:hover::after {
    border-top-color: #222!important
}
.fr-desktop .fr-command.fr-selected {
    color: #222
}
.fr-desktop .fr-command.fr-active:focus, .fr-desktop .fr-command.fr-active:hover {
    color: #1e88e5;
    background: #ebebeb
}
.fr-desktop .fr-command.fr-active.fr-selected {
    color: #1e88e5;
    background: #d6d6d6
}
.fr-desktop .fr-command.fr-disabled.fr-selected, .fr-desktop .fr-command.fr-disabled:focus, .fr-desktop .fr-command.fr-disabled:hover, .fr-desktop.fr-disabled .fr-command.fr-selected, .fr-desktop.fr-disabled .fr-command:focus, .fr-desktop.fr-disabled .fr-command:hover, .fr-popup.fr-mobile .fr-command.fr-blink, .fr-toolbar.fr-mobile .fr-command.fr-blink {
    background: 0 0
}
.fr-command.fr-btn+.fr-dropdown-menu {
    display: inline-block;
    position: absolute;
    right: auto;
    bottom: auto;
    height: auto;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 2px 4px rgba(0,0,0,.23);
    z-index: 3;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    background-clip: padding-box
}
.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 2px 4px rgba(0,0,0,.23);
    padding: 0;
    margin: auto;
    display: inline-block;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: max-height .2s ease 0s;
    -moz-transition: max-height .2s ease 0s;
    -ms-transition: max-height .2s ease 0s;
    -o-transition: max-height .2s ease 0s;
    float: left;
    max-height: 0;
    height: 0;
    margin-top: 0!important
}
.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
    overflow: auto;
    position: relative;
    max-height: 275px
}
.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
    padding: 0;
    margin: 0;
    font-size: 15px
}
.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
    padding: 0 24px;
    line-height: 200%;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    color: inherit;
    text-decoration: none
}
.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
    background: #d6d6d6
}
.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
    color: #bdbdbd;
    cursor: default
}
.fr-command.fr-btn.fr-active+.fr-dropdown-menu {
    display: inline-block
}
.fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper {
    height: auto;
    max-height: 275px
}
.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    background-clip: padding-box
}
.fr-popup.fr-rtl .fr-dropdown-wrapper, .fr-toolbar.fr-rtl .fr-dropdown-wrapper {
    text-align: right!important
}
.fr-popup {
    height: auto!important;
    position: absolute!important;
    display: none;
    color: #222;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-clip: padding-box;
    box-sizing: border-box;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-top: 10px;
    z-index: 9995;
    text-align: left;
    border: 0;
    border-top: 5px solid #222
}
.fr-popup.fr-above {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 5px solid #222;
    box-shadow: 0 -1px 3px rgba(0,0,0,.12), 0 -1px 2px rgba(0,0,0,.24)
}
.fr-box.fr-code-view.fr-inline, .fr-box.fr-inline .fr-command.fr-btn.html-switch, .fr-popup .fr-buttons, .fr-popup .fr-colors-tabs {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24)
}
.fr-popup.fr-active {
    display: block
}
.fr-popup.fr-hidden {
    opacity: 0
}
.fr-popup .fr-hs {
    display: block!important
}
.fr-popup .fr-hs.fr-hidden {
    display: none!important
}
.fr-popup .fr-input-line {
    position: relative;
    padding: 8px 0
}
.fr-popup .fr-input-line input[type=text], .fr-popup .fr-input-line textarea {
    width: 100%;
    margin: 0 0 1px;
    border: none;
    border-bottom: solid 1px #bdbdbd;
    color: #222;
    font-size: 14px;
    padding: 6px 0 2px;
    background: rgba(0,0,0,0);
    position: relative;
    z-index: 2;
    box-sizing: border-box
}
.fr-popup .fr-input-line input[type=text]:focus, .fr-popup .fr-input-line textarea:focus {
    border-bottom: solid 2px #1e88e5;
    margin-bottom: 0
}
.fr-popup .fr-input-line input+label, .fr-popup .fr-input-line textarea+label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: transparent;
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -ms-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    z-index: 1
}
.fr-popup .fr-input-line input.fr-not-empty:focus+label, .fr-popup .fr-input-line textarea.fr-not-empty:focus+label {
    color: #1e88e5
}
.fr-popup .fr-input-line input.fr-not-empty+label, .fr-popup .fr-input-line textarea.fr-not-empty+label {
    color: grey
}
.fr-popup input, .fr-popup textarea {
    user-select: text;
    -o-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-clip: padding-box;
    outline: 0
}
.fr-popup textarea {
    resize: none
}
.fr-popup .fr-buttons {
    padding: 0 2px;
    white-space: nowrap;
    line-height: 0;
    border-bottom: 0
}
.fr-popup .fr-buttons::after {
    clear: both;
    display: block;
    height: 0
}
.fr-popup .fr-buttons .fr-btn {
    display: inline-block;
    float: none
}
.fr-popup .fr-buttons .fr-btn i {
    float: left
}
.fr-popup .fr-buttons .fr-separator {
    display: inline-block;
    float: none
}
.fr-popup .fr-layer {
    width: 225px;
    box-sizing: border-box;
    margin: 10px;
    display: none
}
@media (min-width:768px) {
    .fr-popup .fr-layer {
        width: 300px
    }
}
.fr-popup .fr-layer.fr-active {
    display: inline-block
}
.fr-popup .fr-action-buttons {
    z-index: 7;
    height: 36px;
    text-align: right
}
.fr-popup .fr-action-buttons button.fr-command {
    height: 36px;
    line-height: 1;
    color: #1e88e5;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    background: 0 0;
    font-size: 16px;
    outline: 0;
    -webkit-transition: background .2s ease 0s;
    -moz-transition: background .2s ease 0s;
    -ms-transition: background .2s ease 0s;
    -o-transition: background .2s ease 0s
}
.fr-popup .fr-action-buttons button.fr-command+button {
    margin-left: 24px
}
.fr-popup .fr-action-buttons button.fr-command:focus, .fr-popup .fr-action-buttons button.fr-command:hover {
    background: #ebebeb;
    color: #1e88e5
}
.fr-popup .fr-action-buttons button.fr-command:active {
    background: #d6d6d6;
    color: #1e88e5
}
.fr-popup .fr-action-buttons button::-moz-focus-inner {
    border:0
}
.fr-popup .fr-checkbox {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    box-sizing: content-box;
    vertical-align: middle
}
.fr-popup .fr-checkbox svg {
    margin-left: 2px;
    margin-top: 2px;
    display: none;
    width: 10px;
    height: 10px
}
.fr-popup .fr-checkbox span {
    border: 1px solid #222;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-clip: padding-box;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -webkit-transition: background .2s ease 0s, border-color .2s ease 0s;
    -moz-transition: background .2s ease 0s, border-color .2s ease 0s;
    -ms-transition: background .2s ease 0s, border-color .2s ease 0s;
    -o-transition: background .2s ease 0s, border-color .2s ease 0s
}
.fr-popup .fr-checkbox input {
    position: absolute;
    z-index: 2;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    border: 0;
    cursor: pointer;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 16px;
    top: 1px;
    left: 1px
}
.fr-popup .fr-checkbox input:checked+span {
    background: #1e88e5;
    border-color: #1e88e5
}
.fr-popup .fr-checkbox input:checked+span svg {
    display: block
}
.fr-popup .fr-checkbox input:focus+span {
    border-color: #1e88e5
}
.fr-popup .fr-checkbox-line {
    font-size: 14px;
    line-height: 1.4px;
    margin-top: 10px
}
.fr-popup .fr-checkbox-line label {
    cursor: pointer;
    margin: 0 5px;
    vertical-align: middle
}
.fr-popup.fr-rtl {
    direction: rtl;
    text-align: right
}
.fr-popup.fr-rtl .fr-action-buttons {
    text-align: left
}
.fr-popup.fr-rtl .fr-input-line input+label, .fr-popup.fr-rtl .fr-input-line textarea+label {
    left: auto;
    right: 0
}
.fr-popup .fr-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #222;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    display: inline-block
}
.fr-popup.fr-above .fr-arrow {
    top: auto;
    bottom: -9px;
    border-bottom: 0;
    border-top: 5px solid #222
}
.fr-text-edit-layer {
    width: 250px;
    box-sizing: border-box;
    display: block!important
}
.fr-visibility-helper {
    display: none;
    margin-left: 0!important
}
@media (min-width:768px) {
    .fr-visibility-helper {
        margin-left: 1px!important
    }
}
@media (min-width:992px) {
    .fr-visibility-helper {
        margin-left: 2px!important
    }
}
@media (min-width:1200px) {
    .fr-visibility-helper {
        margin-left: 3px!important
    }
}
.fr-opacity-0 {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}
.fr-box {
    position: relative
}
.fr-sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky
}
.fr-sticky-off {
    position: relative
}
.fr-sticky-on {
    position: fixed
}
.fr-sticky-on.fr-sticky-ios {
    position: absolute;
    left: 0;
    right: 0;
    width: auto!important
}
.fr-sticky-dummy {
    display: none
}
.fr-sticky-box>.fr-sticky-dummy, .fr-sticky-on+.fr-sticky-dummy {
    display: block
}
.fr-box .CodeMirror, .fr-box.fr-code-view .fr-counter {
    display: none
}
.fr-box .fr-counter {
    position: absolute;
    bottom: 0;
    padding: 5px;
    right: 0;
    color: #ccc;
    content: attr(data-chars);
    font-size: 15px;
    font-family: "Times New Roman", Georgia, Serif;
    z-index: 1;
    background: #fff;
    border-top: solid 1px #ebebeb;
    border-left: solid 1px #ebebeb;
    border-radius: 2px 0 0;
    -moz-border-radius: 2px 0 0;
    -webkit-border-radius: 2px 0 0 0;
    background-clip: padding-box
}
.fr-box.fr-rtl .fr-counter {
    left: 0;
    right: auto;
    border-left: none;
    border-right: solid 1px #ebebeb;
    border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    background-clip: padding-box
}
textarea.fr-code {
    display: none;
    width: 100%;
    resize: none;
    -moz-resize: none;
    -webkit-resize: none;
    box-sizing: border-box;
    border: none;
    padding: 10px;
    margin: 0;
    font-family: "Courier New", monospace;
    font-size: 14px;
    background: #fff;
    color: #000;
    outline: 0
}
.fr-box.fr-rtl textarea.fr-code {
    direction: rtl
}
.fr-box.fr-code-view textarea.fr-code {
    display: block
}
.fr-box.fr-code-view .fr-element, .fr-box.fr-code-view .fr-iframe, .fr-box.fr-code-view .fr-placeholder {
    display: none
}
.fr-box.fr-code-view .CodeMirror, .fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
    display: block
}
.fr-box.fr-inline .fr-command.fr-btn.html-switch {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background: #fff;
    color: #222;
    -moz-outline: 0;
    outline: 0;
    border: 0;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    padding: 11px 11.5px;
    -webkit-transition: background .2s ease 0s;
    -moz-transition: background .2s ease 0s;
    -ms-transition: background .2s ease 0s;
    -o-transition: background .2s ease 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-clip: padding-box;
    z-index: 2;
    box-sizing: border-box;
    text-decoration: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}
.fr-element table tr, .fr-image-resizer {
    user-select: none;
    -khtml-user-select: none
}
.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
    font-size: 15px;
    width: 15px;
    text-align: center
}
.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
    background: #ebebeb
}
.fr-popup .fr-colors-tabs {
    margin-bottom: 5px;
    line-height: 16px;
    margin-left: -2px;
    margin-right: -2px
}
.fr-popup .fr-colors-tabs .fr-colors-tab {
    display: inline-block;
    width: 50%;
    cursor: pointer;
    text-align: center;
    color: #222;
    font-size: 13px;
    padding: 8px 0;
    position: relative
}
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab, .fr-popup .fr-colors-tabs .fr-colors-tab:hover {
    color: #1e88e5
}
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1e88e5;
    content: '';
    -webkit-transition: transform .2s ease 0s;
    -moz-transition: transform .2s ease 0s;
    -ms-transition: transform .2s ease 0s;
    -o-transition: transform .2s ease 0s
}
.fr-file-progress-bar-layer>div.fr-loader span, .fr-image-progress-bar-layer>div.fr-loader span {
    -webkit-transition: width .2s ease 0s;
    -moz-transition: width .2s ease 0s;
    -ms-transition: width .2s ease 0s;
    -o-transition: width .2s ease 0s
}
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]::after {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0)
}
.fr-popup .fr-separator+.fr-colors-tabs {
    box-shadow: none;
    margin-left: 2px;
    margin-right: 2px
}
.fr-popup .fr-color-set {
    line-height: 0;
    display: none
}
.fr-popup .fr-color-set.fr-selected-set {
    display: block
}
.fr-popup .fr-color-set>span {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1
}
.fr-popup .fr-color-set>span>i {
    text-align: center;
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    cursor: default;
    left: 0
}
.fr-popup .fr-color-set>span.fr-selected-color::after {
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    cursor: default
}
.fr-popup .fr-color-set>span.fr-selected-color, .fr-popup .fr-color-set>span:hover {
    outline: #222 solid 1px;
    z-index: 2
}
.fr-drag-helper, .fr-file-upload-layer .fr-form {
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]::after {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0)
}
.fr-drag-helper {
    background: #1e88e5;
    height: 2px;
    margin-top: -1px;
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    position: absolute;
    display: none
}
.fr-drag-helper.fr-visible {
    display: block
}
.fr-dragging {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.fr-popup .fr-emoticon {
    display: inline-block;
    font-size: 20px;
    width: 20px;
    padding: 5px;
    line-height: 1;
    cursor: default;
    font-weight: 400;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    box-sizing: content-box
}
.fr-file-upload-layer, .fr-image-upload-layer {
    line-height: 140%;
    text-align: center;
    letter-spacing: 1px
}
.fr-file-progress-bar-layer, .fr-file-upload-layer {
    box-sizing: border-box
}
.fr-popup .fr-emoticon img {
    height: 20px
}
.fr-file-upload-layer {
    border: 2px dashed #bdbdbd;
    padding: 25px 0;
    position: relative;
    font-size: 14px
}
.fr-file-upload-layer:hover {
    background: #ebebeb
}
.fr-file-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: #1e88e5
}
.fr-file-upload-layer .fr-form {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: 0!important;
    padding: 0!important;
    width: 100%!important
}
.fr-file-upload-layer .fr-form input {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500%;
    height: 100%;
    margin: 0;
    font-size: 400px
}
.fr-file-progress-bar-layer>h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400
}
.fr-file-progress-bar-layer>div.fr-action-buttons {
    display: none
}
.fr-file-progress-bar-layer>div.fr-loader {
    background: #bcdbf7;
    height: 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative
}
.fr-file-progress-bar-layer>div.fr-loader span {
    display: block;
    height: 100%;
    width: 0%;
    background: #1e88e5
}
.fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    width: 30%!important;
    position: absolute;
    top: 0;
    animation: loading 2s linear infinite
}
.fr-file-progress-bar-layer.fr-error>div.fr-loader {
    display: none
}
.fr-file-progress-bar-layer.fr-error>div.fr-action-buttons {
    display: block
}
body.fr-fullscreen {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed
}
.fr-box.fr-fullscreen {
    margin: 0!important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9990!important;
    width: auto!important
}
.fr-box.fr-fullscreen .fr-toolbar.fr-top {
    top: 0!important
}
.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
    bottom: 0!important
}
.fr-element img {
    cursor: pointer
}
.fr-image-resizer {
    position: absolute;
    border: 1px solid #1e88e5;
    display: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    box-sizing: content-box
}
.fr-image-resizer.fr-active {
    display: block
}
.fr-image-resizer .fr-handler {
    display: block;
    position: absolute;
    background: red;
    border: 1px solid #fff;
    z-index: 4;
    box-sizing: border-box;
    width: 12px;
    height: 12px
}
.fr-image-resizer .fr-handler.fr-hnw {
    cursor: nw-resize;
    left: -6px;
    top: -6px
}
.fr-image-resizer .fr-handler.fr-hne {
    cursor: ne-resize;
    right: -6px;
    top: -6px
}
.fr-image-resizer .fr-handler.fr-hsw {
    cursor: sw-resize;
    left: -6px;
    bottom: -6px
}
.fr-image-resizer .fr-handler.fr-hse {
    cursor: se-resize;
    right: -6px;
    bottom: -6px
}
@media (min-width:1200px) {
    .fr-image-resizer .fr-handler {
        width: 10px;
        height: 10px
    }
    .fr-image-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px
    }
    .fr-image-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px
    }
    .fr-image-resizer .fr-handler.fr-hsw {
        left: -5px;
        bottom: -5px
    }
    .fr-image-resizer .fr-handler.fr-hse {
        right: -5px;
        bottom: -5px
    }
}
.fr-image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none
}
.fr-image-upload-layer {
    border: 2px dashed #bdbdbd;
    padding: 25px 0;
    position: relative;
    font-size: 14px
}
.fr-image-upload-layer:hover {
    background: #ebebeb
}
.fr-image-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: #1e88e5
}
.fr-image-upload-layer .fr-form {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    margin: 0!important;
    padding: 0!important;
    width: 100%!important
}
.fr-image-upload-layer .fr-form input {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500%;
    height: 100%;
    margin: 0;
    font-size: 400px
}
.fr-image-progress-bar-layer>h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400
}
.fr-image-progress-bar-layer>div.fr-action-buttons {
    display: none
}
.fr-image-progress-bar-layer>div.fr-loader {
    background: #bcdbf7;
    height: 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative
}
.fr-image-progress-bar-layer>div.fr-loader span {
    display: block;
    height: 100%;
    width: 0%;
    background: #1e88e5
}
.fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    width: 30%!important;
    position: absolute;
    top: 0;
    animation: loading 2s linear infinite
}
.fr-image-progress-bar-layer.fr-error>div.fr-loader {
    display: none
}
.fr-image-progress-bar-layer.fr-error>div.fr-action-buttons {
    display: block
}
.fr-image-size-layer .fr-image-group .fr-input-line {
    width: calc(50% - 5px);
    display: inline-block
}
.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line {
    margin-left: 10px
}
.fr-uploading {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
@keyframes loading {
    from {
        left:-25%
    }
    to {
        left: 100%
    }
}
body.prevent-scroll {
    overflow: hidden
}
body.prevent-scroll.fr-mobile {
    position: fixed;
    -webkit-overflow-scrolling: touch
}
.fr-modal {
    position: fixed;
    overflow-x: auto;
    overflow-y: scroll;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 9999
}
.fr-modal .fr-modal-wrapper {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 20px auto;
    display: inline-block;
    background: #fff;
    min-width: 300px;
    text-align: center;
    box-shadow: 0 5px 8px rgba(0,0,0,.19), 0 4px 6px rgba(0,0,0,.23);
    border: 0;
    border-top: 5px solid #222;
    overflow: hidden;
    width: 90%;
    padding-bottom: 10px;
    position: relative
}
@media (min-width:768px) and (max-width:991px) {
    .fr-modal .fr-modal-wrapper {
        margin: 30px auto;
        width: 70%
    }
}
@media (min-width:992px) {
    .fr-modal .fr-modal-wrapper {
        margin: 50px auto;
        width: 600px
    }
}
.fr-modal .fr-modal-wrapper .fr-preloader {
    display: block;
    margin: 50px auto
}
.fr-modal .fr-modal-wrapper .fr-modal-title {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 2px 4px rgba(0,0,0,.23);
    border-bottom: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 3;
    -webkit-transition: height .2s ease 0s;
    -moz-transition: height .2s ease 0s;
    -ms-transition: height .2s ease 0s;
    -o-transition: height .2s ease 0s
}
.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}
.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line h4 {
    font-size: 18px;
    color: #222;
    padding: 12px 10px;
    margin: 0;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    float: left
}
.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i {
    padding: 12px;
    width: 20px;
    font-size: 16px;
    cursor: pointer;
    line-height: 18px;
    color: #222;
    box-sizing: content-box
}
.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-more {
    float: left;
    opacity: 1;
    -webkit-transition: padding .2s ease 0s, width .2s ease 0s, opacity .2s ease 0s;
    -moz-transition: padding .2s ease 0s, width .2s ease 0s, opacity .2s ease 0s;
    -ms-transition: padding .2s ease 0s, width .2s ease 0s, opacity .2s ease 0s;
    -o-transition: padding .2s ease 0s, width .2s ease 0s, opacity .2s ease 0s
}
.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-more.fr-not-available {
    opacity: 0;
    width: 0;
    padding: 12px 0
}
.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -ms-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s
}
.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags {
    text-align: left;
    display: none
}
.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a {
    display: inline-block;
    opacity: 0;
    padding: 6px 8px;
    margin: 8px 0 8px 8px;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-clip: padding-box;
    color: #1e88e5;
    -webkit-transition: opacity .2s ease 0s, background .2s ease 0s;
    -moz-transition: opacity .2s ease 0s, background .2s ease 0s;
    -ms-transition: opacity .2s ease 0s, background .2s ease 0s;
    -o-transition: opacity .2s ease 0s, background .2s ease 0s;
    cursor: pointer
}
.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a:focus {
    outline: 0
}
.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a.fr-selected-tag {
    background: #d6d6d6
}
.fr-modal .fr-modal-wrapper div.fr-scroller {
    height: 100%;
    min-height: 150px;
    overflow-y: scroll
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list {
    margin: 0 10px;
    padding: 0
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list .fr-list-column {
    float: left;
    width: calc((100% - 10px)/ 2)
}
@media (min-width:768px) and (max-width:1199px) {
    .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list .fr-list-column {
        width: calc((100% - 20px)/ 3)
    }
}
@media (min-width:1200px) {
    .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list .fr-list-column {
        width: calc((100% - 30px)/ 4)
    }
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list .fr-list-column+.fr-list-column {
    margin-left: 10px
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container {
    position: relative;
    width: 100%;
    display: block;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-clip: padding-box;
    overflow: hidden
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container+div, .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container:first-child {
    margin-top: 10px
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-image-deleting::after {
    position: absolute;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease 0s;
    -moz-transition: opacity .2s ease 0s;
    -ms-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s ease 0s;
    background: #000;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-image-deleting::before {
    content: attr(data-deleting);
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 3;
    font-size: 15px;
    height: 20px
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-empty {
    height: 95px;
    background: #ccc;
    z-index: 1
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-empty::after {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: attr(data-loading);
    display: inline-block;
    height: 20px
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container img {
    width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease 0s, -webkit-filter .2s ease 0s, opacity .2s ease 0s, filter .2s ease 0s;
    -moz-transition: opacity .2s ease 0s, filter .2s ease 0s;
    -ms-transition: opacity .2s ease 0s, filter .2s ease 0s;
    -o-transition: opacity .2s ease 0s, filter .2s ease 0s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0)
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-mobile-selected img {
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img, .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
    display: inline-block
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img, .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img {
    display: none;
    top: 50%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-clip: padding-box;
    -webkit-transition: background .2s ease 0s, color .2s ease 0s;
    -moz-transition: background .2s ease 0s, color .2s ease 0s;
    -ms-transition: background .2s ease 0s, color .2s ease 0s;
    -o-transition: background .2s ease 0s, color .2s ease 0s;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    position: absolute;
    cursor: pointer;
    margin: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    z-index: 3
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img {
    background: #b8312f;
    color: #fff;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(25%);
    -moz-transform: translateY(-50%) translateX(25%);
    -ms-transform: translateY(-50%) translateX(25%);
    -o-transform: translateY(-50%) translateX(25%)
}
.fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img {
    background: #fff;
    color: #1e88e5;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-125%);
    -moz-transform: translateY(-50%) translateX(-125%);
    -ms-transform: translateY(-50%) translateX(-125%);
    -o-transform: translateY(-50%) translateX(-125%)
}
.fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-tags a:hover, .fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i:hover {
    background: #ebebeb
}
.fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-tags a.fr-selected-tag {
    background: #d6d6d6
}
.fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container:hover img {
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container:hover .fr-delete-img, .fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container:hover .fr-insert-img {
    display: inline-block
}
.fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img:hover {
    background: #bf4644;
    color: #fff
}
.fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img:hover {
    background: #ebebeb
}
.fr-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9998
}
.fr-line-breaker {
    cursor: text;
    border-top: 1px solid #1e88e5;
    position: fixed;
    z-index: 2;
    display: none
}
.fr-line-breaker.fr-visible {
    display: block
}
.fr-line-breaker a.fr-floating-btn {
    position: absolute;
    left:calc(50% - (32px / 2));
    top: -16px
}
.fr-quick-insert {
    position: absolute;
    z-index: 9998;
    white-space: nowrap;
    padding-right: 5px;
    margin-left: -5px;
    box-sizing: content-box
}
.fr-quick-insert.fr-on a.fr-floating-btn svg {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg)
}
.fr-qi-helper {
    position: absolute;
    z-index: 3;
    padding-left: 10px;
    white-space: nowrap
}
.fr-qi-helper a.fr-btn.fr-floating-btn {
    text-align: center;
    display: inline-block;
    color: #222;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0)
}
.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell {
    border: 1px double #1e88e5
}
.fr-element table tr {
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}
.fr-element table td, .fr-element table th {
    user-select: text;
    -o-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text
}
.fr-box .fr-video-resizer, .fr-element .fr-video, .fr-no-selection, .fr-view hr, .xdsoft_noselect {
    -khtml-user-select: none
}
.fr-element .fr-no-selection table td, .fr-element .fr-no-selection table th {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}
.fr-table-resizer {
    cursor: col-resize;
    position: fixed;
    z-index: 3;
    display: none
}
.fr-table-resizer.fr-moving {
    z-index: 2
}
.fr-table-resizer div {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-right: 1px solid #1e88e5
}
.fr-no-selection {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}
.fr-popup .fr-table-size .fr-table-size-info {
    text-align: center;
    font-size: 14px;
    padding: 8px
}
.fr-popup .fr-table-size .fr-select-table-size {
    line-height: 0;
    padding: 0 5px 5px;
    white-space: nowrap
}
.fr-popup .fr-table-size .fr-select-table-size>span {
    display: inline-block;
    padding: 0 4px 4px 0
}
.fr-popup .fr-table-size .fr-select-table-size>span>span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd
}
.fr-popup .fr-table-size .fr-select-table-size>span.hover, .fr-popup .fr-table-size .fr-select-table-size>span:hover {
    background: 0 0
}
.fr-popup .fr-table-size .fr-select-table-size>span.hover>span, .fr-popup .fr-table-size .fr-select-table-size>span:hover>span {
    background: rgba(30,136,229,.3);
    border: 1px solid #1e88e5
}
.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}
.fr-popup.fr-above .fr-table-size .fr-select-table-size>span {
    display: inline-block!important
}
.fr-popup .fr-table-colors-buttons {
    margin-bottom: 5px
}
.fr-popup .fr-table-colors {
    line-height: 0;
    display: block
}
.fr-popup .fr-table-colors>span {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1
}
.fr-popup .fr-table-colors>span.fr-selected-color::after, .fr-popup .fr-table-colors>span>i {
    font-size: 13px;
    line-height: 32px;
    position: absolute;
    cursor: default;
    left: 0;
    bottom: 0;
    text-align: center
}
.fr-popup .fr-table-colors>span>i {
    height: 32px;
    width: 32px
}
.fr-popup .fr-table-colors>span.fr-selected-color::after {
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: 400;
    top: 0;
    right: 0
}
.fr-popup .fr-table-colors>span.fr-selected-color, .fr-popup .fr-table-colors>span:hover {
    outline: #222 solid 1px;
    z-index: 2
}
.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span {
    width: 12px;
    height: 12px
}
.fr-insert-helper {
    position: fixed;
    z-index: 9999;
    white-space: nowrap
}
.fr-element .fr-video {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}
.fr-element .fr-video::after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: block;
    background: rgba(0,0,0,0)
}
.fr-element .fr-video.fr-active>* {
    z-index: 2;
    position: relative
}
.fr-element .fr-video>* {
    box-sizing: content-box;
    max-width: 100%;
    border: none
}
.fr-box .fr-video-resizer {
    position: absolute;
    border: 1px solid #1e88e5;
    display: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}
.fr-box .fr-video-resizer.fr-active {
    display: block
}
.fr-box .fr-video-resizer .fr-handler {
    display: block;
    position: absolute;
    background: #1e88e5;
    border: 1px solid #fff;
    z-index: 4;
    box-sizing: border-box;
    width: 12px;
    height: 12px
}
.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer, .fr-view .fr-video>*, .sp-container, .sp-container *, img.fr-view.fr-bordered {
    box-sizing: content-box
}
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    cursor: nw-resize;
    left: -6px;
    top: -6px
}
.fr-box .fr-video-resizer .fr-handler.fr-hne {
    cursor: ne-resize;
    right: -6px;
    top: -6px
}
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    cursor: sw-resize;
    left: -6px;
    bottom: -6px
}
.fr-box .fr-video-resizer .fr-handler.fr-hse {
    cursor: se-resize;
    right: -6px;
    bottom: -6px
}
@media (min-width:1200px) {
    .fr-box .fr-video-resizer .fr-handler {
        width: 10px;
        height: 10px
    }
    .fr-box .fr-video-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px
    }
    .fr-box .fr-video-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px
    }
    .fr-box .fr-video-resizer .fr-handler.fr-hsw {
        left: -5px;
        bottom: -5px
    }
    .fr-box .fr-video-resizer .fr-handler.fr-hse {
        right: -5px;
        bottom: -5px
    }
}
.fr-video-size-layer .fr-video-group .fr-input-line {
    width: calc(50% - 5px);
    display: inline-block
}
.fr-video-size-layer .fr-video-group .fr-input-line+.fr-input-line {
    margin-left: 10px
}
.fr-video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none
}
.fr-view .fr-file, .fr-view .fr-video, .fr-view img, img.fr-view {
    position: relative
}/*!
 * froala_editor v2.3.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}
.fr-view strong {
    font-weight: 700
}
.fr-view table {
    border: none;
    border-collapse: collapse;
    empty-cells: show
}
.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
    border-style: dashed
}
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
}
.fr-view table td, .fr-view table th {
    border: 1px solid #ddd
}
.fr-view table td:empty, .fr-view table th:empty {
    height: 20px
}
.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
    border: 1px double red
}
.fr-view table td.fr-thick, .fr-view table th.fr-thick {
    border-width: 2px
}
.fr-view table th {
    background: #e6e6e6
}
.fr-view hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always
}
.fr-view .fr-file::after {
    position: relative;
    content: "\1F4CE";
    font-weight: 400
}
.fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word
}
.fr-view[dir=rtl] blockquote {
    border-left: none;
    border-right: solid 2px #5e35b1;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0
}
.fr-view[dir=rtl] blockquote blockquote {
    border-color: #00bcd4
}
.fr-view[dir=rtl] blockquote blockquote blockquote {
    border-color: #43a047
}
.fr-view blockquote {
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1
}
.fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4
}
.fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047
}
.fr-view span.fr-emoticon {
    font-weight: 400;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    display: inline;
    line-height: 0
}
.fr-view a.fr-strong, a.fr-view.fr-strong {
    font-weight: 700
}
.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat!important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle
}
.fr-view .fr-text-gray {
    color: #AAA!important
}
.fr-view a.fr-green, a.fr-view.fr-green {
    color: green
}
.fr-view .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0
}
.fr-view .fr-text-spaced {
    letter-spacing: 1px
}
.fr-view .fr-text-uppercase {
    text-transform: uppercase
}
.fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}
.fr-view img.fr-dib.fr-fil {
    margin-left: 0
}
.fr-view img.fr-dib.fr-fir {
    margin-right: 0
}
.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width:calc(100% - (2 * 5px))
}
.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}
.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}
.fr-view img.fr-rounded {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-clip: padding-box
}
.fr-view img.fr-bordered {
    border: 10px solid #CCC;
    box-sizing: content-box
}
.fr-view .fr-video {
    text-align: center
}
.fr-view .fr-video>* {
    max-width: 100%;
    border: none
}
.fr-view .fr-video.fr-dvb {
    display: block;
    clear: both
}
.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left
}
.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right
}
.fr-view .fr-video.fr-dvi {
    display: inline-block
}
.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left
}
.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right
}
.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-clip: padding-box
}
.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
    font-size: 24px
}
img.fr-view {
    max-width: 100%
}
img.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}
.sp-container, .sp-top, img.fr-view.fr-dii {
    display: inline-block
}
img.fr-view.fr-dib.fr-fil {
    margin-left: 0
}
img.fr-view.fr-dib.fr-fir {
    margin-right: 0
}
img.fr-view.fr-dii {
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width:calc(100% - (2 * 5px))
}
img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}
img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}
img.fr-view.fr-rounded {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-clip: padding-box
}
img.fr-view.fr-bordered {
    border: 10px solid #CCC
}
.sp-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999994;
    overflow: hidden
}
.sp-container.sp-flat, .sp-top {
    position: relative
}
.sp-top {
    width: 100%
}
.sp-alpha-handle, .sp-color, .sp-dragger, .sp-hue, .sp-sat, .sp-slider, .sp-top-inner, .sp-val {
    position: absolute
}
.sp-top-inner {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
.sp-color {
    top: 0;
    left: 0;
    bottom: 0;
    right: 20%
}
.sp-hue {
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 100%
}
.sp-clear-enabled .sp-hue {
    top: 33px;
    height: 77.5%
}
.sp-fill {
    padding-top: 80%
}
.sp-sat, .sp-val {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.sp-alpha-enabled .sp-top {
    margin-bottom: 18px
}
.sp-alpha-enabled .sp-alpha {
    display: block
}
.sp-alpha, .sp-clear {
    display: none
}
.sp-alpha-handle {
    top: -4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid #000;
    background: #fff;
    opacity: .8
}
.sp-alpha {
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px
}
.sp-alpha-inner {
    border: 1px solid #333
}
.sp-clear.sp-clear-display {
    background-position: center
}
.sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 28px
}
.sp-alpha, .sp-alpha-handle, .sp-clear, .sp-container, .sp-container button, .sp-container.sp-dragging .sp-input, .sp-dragger, .sp-preview, .sp-replacer, .sp-slider {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.sp-container.sp-buttons-disabled .sp-button-container, .sp-container.sp-input-disabled .sp-input-container, .sp-container.sp-palette-buttons-disabled .sp-palette-button-container, .sp-initial-disabled .sp-initial, .sp-palette-disabled .sp-palette-container, .sp-palette-only .sp-picker-container {
    display: none
}
.sp-sat {
    background-image: linear-gradient(to right, #fff, rgba(204,154,129,0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81')
}
.sp-val {
    background-image: linear-gradient(to top, #000, rgba(204,154,129,0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000')
}
.sp-hue {
    background: linear-gradient(to bottom, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%)
}
.sp-1 {
    height: 17%;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00')
}
.sp-2 {
    height: 16%;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00')
}
.sp-3 {
    height: 17%;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff')
}
.sp-4 {
    height: 17%;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff')
}
.sp-5 {
    height: 16%;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff')
}
.sp-6 {
    height: 17%;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000')
}
.sp-hidden {
    display: none!important
}
.sp-cf:after {
    clear: both
}
@media (max-device-width:480px) {
    .sp-color {
        right: 40%
    }
    .sp-hue {
        left: 63%
    }
    .sp-fill {
        padding-top: 60%
    }
}
.sp-dragger {
    border-radius: 5px;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    background: #000;
    cursor: pointer;
    top: 0;
    left: 0
}
.sp-slider {
    top: 0;
    cursor: pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: #fff;
    opacity: .8
}
.sp-palette .sp-thumb-el, .sp-palette-container, .sp-picker-container, .sp-thumb-el {
    position: relative
}
.container.container-disabled, .section.section-disabled {
    opacity: .5;
    pointer-events: none
}
.sp-container {
    padding: 0
}
.sp-clear, .sp-color, .sp-container, .sp-container button, .sp-container input, .sp-hue {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px
}
.sp-input-container {
    width: 100px
}
.sp-initial-disabled .sp-input-container {
    width: 100%
}
.sp-input {
    font-size: 14px!important;
    border: none;
    margin: 0;
    background: 0 0
}
.sp-input:focus {
    border-bottom: 1px solid rgba(255,255,255,.1)
}
.sp-input.sp-validation-error {
    border-bottom: 1px solid rgba(255,0,0,.3);
    color: rgba(255,0,0,.6)
}
.sp-picker-container {
    width: 193px
}
.sp-palette-container {
    border-right: solid 1px #ccc
}
.sp-palette-only .sp-palette-container {
    border: 0
}
.sp-palette .sp-thumb-el {
    display: block;
    float: left;
    cursor: pointer
}
.sp-palette .sp-thumb-el.sp-thumb-active, .sp-palette .sp-thumb-el:hover {
    border-color: orange
}
.sp-initial {
    border: 1px solid #333
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border: none;
    display: block;
    float: left;
    margin: 0
}
.sp-initial .sp-clear-display {
    background-position: center
}
.sp-button-container, .sp-palette-button-container {
    display: none;
    float: right
}
.sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 4px;
    display: inline-block;
    border: 1px solid #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle
}
.sp-replacer.sp-active, .sp-replacer:hover {
    border-color: #F0C49B;
    color: #111
}
.sp-replacer.sp-disabled {
    cursor: default;
    border-color: silver;
    color: silver
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 10px
}
.sp-preview {
    width: 25px;
    height: 20px;
    border: 1px solid #222;
    margin-right: 5px;
    float: left;
    z-index: 0
}
.sp-palette {
    max-width: 220px
}
.sp-palette .sp-thumb-el {
    width: 16px;
    height: 16px;
    margin: 2px 1px;
    border: 1px solid #d0d0d0
}
body, body #app, html {
    height: 100%;
    width: 100%
}
.sp-container {
    padding-bottom: 0
}
.sp-container button {
    background-color: #eee;
    background-image: linear-gradient(to bottom, #eee, #ccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 5px 4px;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    vertical-align: middle
}
.sp-container button:hover {
    background-color: #ddd;
    background-image: linear-gradient(to bottom, #ddd, #bbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -ms-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    -o-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f!important;
    margin: 0 5px 0 0;
    padding: 2px;
    vertical-align: middle;
    text-decoration: none
}
h1, h2, h3, h4, h5, h6, li, ul {
    padding: 0;
    margin: 0
}
.sp-cancel:hover {
    color: #d93f3f!important;
    text-decoration: underline
}
.sp-palette span.sp-thumb-active, .sp-palette span:hover {
    border-color: #000
}
.sp-alpha, .sp-preview, .sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}
.sp-alpha-inner, .sp-preview-inner, .sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
#content, body #app {
    display: -ms-flexbox
}
#content-view, #content-view>div, body, body #app {
    position: relative
}
.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)
}
.sp-clear-display {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==)
}
*, :after, :before {
    box-sizing: border-box
}
html {
    font-size: 62.5%
}
body {
    backface-visibility: hidden;
    font-size: 1.4rem;
    font-family: 'Brandon Text', sans-serif;
    font-weight: 400
}
body #app {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}
body#home {
    background: #fff
}
body#home #app {
    background-image: linear-gradient(150deg, #32aebf 35%, #3d90c8 70%, #32aebf 100%)
}
b, strong {
    font-weight: 700
}
hr {
    background: rgba(0,0,0,.1);
    border: 0;
    height: 1px
}
.clearfix {
    zoom: 1
}
#top {
    min-height: 60px
}
#content {
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1200px;
    width: 100%
}
#body-auth #content, #body-setup #content {
    height: 100%
}
.in-editor #content {
    max-width: none!important
}
.in-setup #content {
    max-width: 975px
}
#content-tray {
    border-left: 1px solid rgba(255,255,255,.15);
    overflow: auto;
    min-width: 225px;
    width: 225px
}
.in-home #content-tray {
    background: #f9f9f9;
    border-right: 1px solid rgba(0,0,0,.1);
    min-width: 325px;
    width: 325px
}
.in-editor #content-tray, .in-setup #content-tray {
    display: none
}
#content-view {
    background: #f9f9f9;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 600px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: auto
}
#content-view>div {
    height: 100%
}
.in-editor #content-view {
    overflow-y: hidden
}
.in-editor #content-view>div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%
}
.container {
    position: relative
}
.docked.hidden #content, .docked.hidden #overlay, .docked.hidden .section {
    opacity: 0
}
.widebar {
    width: 65%
}
.sidebar {
    width: 35%
}
.-spacer {
    padding-right: 12%
}
.column {
    padding: 25px;
    width: 33%
}
.docked {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.docked.-in-iframe, .docked.hidden {
    background: 0 0
}
@media only screen and (max-width:480px) {
    .column {
        padding: 0 0 25px;
        width: 100%
    }
    .docked.hidden #content {
        right: -480px
    }
    .docked #content .section {
        padding: 25px
    }
}
@media only screen and (min-width:480px) and (max-width:799px) {
    .docked.hidden #content {
        right: -600px
    }
    .docked #content .section {
        padding: 40px
    }
}
@media only screen and (min-width:800px) and (max-width:1199px) {
    .docked.hidden #content {
        right: -900px
    }
}
@media only screen and (min-width:1200px) {
    .docked.hidden #content {
        right: -1200px
    }
}
.docked .docked-close {
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 50%;
    color: rgba(0,0,0,.3);
    display: block;
    font-size: 24px;
    font-weight: 200;
    height: 34px;
    line-height: 32px;
    outline: 0;
    width: 34px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 5
}
.docked .docked-close:active, .docked .docked-close:hover {
    border: 1px solid rgba(0,0,0,.5);
    color: rgba(0,0,0,.5);
    text-decoration: none
}
.docked #overlay {
    background-color: rgba(50,171,182,.9);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: opacity 250ms
}
.docked.-in-iframe #overlay {
    background-color: rgba(0,0,0,.85)
}

.docked #top {
    display: none
}
.docked #content {
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: right 250ms cubic-bezier(.075, .82, .165, 1), opacity 250ms cubic-bezier(.075, .82, .165, 1)
}
.docked #content>div {
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    display: block;
    height: 100%;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%
}
.docked-fixed #content>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: hidden
}
.docked #content .section {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.075, .82, .165, 1) 250ms
}
@media only screen and (min-width:800px) and (max-width:1199px) {
    .docked #content .section {
        padding: 150px
    }
}
@media only screen and (min-width:1200px) {
    .docked #content .section {
        padding: 190px
    }
}
.bread-crumbs {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    padding: 0 25px
}
.-border-top.form-group, .-border-top.form-row, .-padding-top {
    padding-top: 25px
}
.-border-bottom.form-group, .-border-bottom.form-row, .-padding-bottom {
    padding-bottom: 25px
}
.bread-crumbs .meta {
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0,0,0,.8);
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400
}
.bread-crumbs .meta .fa-angle-right {
    color: rgba(0,0,0,.3);
    font-size: 14px;
    margin: 0 5px
}
.-bg-white {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px
}
.-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.-flex-switch {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.-centered {
    text-align: center
}
.-left {
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.-right {
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.section.-border, .section.-border-left, .section.-border-right .section.-border-top .section.-border-bottom {
    border-color: rgba(0,0,0,.1)
}
.-border-left {
    border-left: 1px solid rgba(0,0,0,.05)
}
.-border-right {
    border-right: 1px solid rgba(0,0,0,.05)
}
.-border-top {
    border-top: 1px solid rgba(0,0,0,.05)
}
.-border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.05)
}
.-padding {
    padding: 25px
}
.-padding-left {
    padding-left: 25px
}
.-padding-right {
    padding-right: 25px
}
.-padding-vertical {
    padding: 25px 0
}
.-padding-horizontal {
    padding: 0 25px
}
.-margin {
    margin: 25px
}
.-margin-top {
    margin-top: 25px
}
.-margin-left {
    margin-left: 25px
}
.-margin-right {
    margin-right: 25px
}
.-margin-bottom {
    margin-bottom: 25px
}
.-margin-vertical {
    margin: 25px 0
}
.-margin-horizontal {
    margin: 0 25px
}
.-half {
    float: left;
    width: calc(50% - 10px)
}
.-half:nth-child(2n) {
    float: right
}
.-third {
    float: left;
    padding-right: 10px;
    width: calc(33% - 10px)
}
.-third:nth-child(3n) {
    float: right;
    padding-right: 0
}
.-fourth {
    float: left;
    padding-right: 10px;
    width: calc(25% - 10px)
}
.-fourth:nth-child(4n) {
    float: right;
    padding-right: 0
}
.-text-block {
    color: rgba(0,0,0,.5);
    font-size: 14px;
    line-height: 1.6
}
.modal-overlay {
    background: rgba(0,0,0,.6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    padding: 75px 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .25s opacity ease-out;
    z-index: 10010
}
.modal-overlay .setup {
    border-radius: 3px;
    font-size: 1.4rem;
    padding: 15px 25px;
    margin-bottom: 20px
}
@media only screen and (max-width:480px) {
    .modal-overlay {
        padding: 10px
    }
}
.modal-overlay.modal-active {
    opacity: 1;
    overflow-y: scroll;
    pointer-events: auto
}
.modal-overlay .modal {
    background: #fff;
    border-radius: 3px;
    margin: auto;
    position: relative;
    transition: .25s transform ease-out
}
.error-label, .modal-overlay .modal .modal-close {
    position: absolute;
    display: block;
    z-index: 2;
    text-decoration: none
}
.modal-overlay .modal .modal-description {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 5px
}
.modal-overlay .modal .modal-close {
    color: rgba(0,0,0,.2);
    cursor: pointer;
    right: 25px;
    top: 25px;
    transition: .2s color ease
}
.modal-overlay .modal .modal-close:hover {
    color: rgba(0,0,0,.4)
}
.modal-overlay .modal .modal-content {
    color: rgba(0,0,0,.6);
    font-size: 16px;
    line-height: 1;
    padding: 25px
}
@media only screen and (max-width:480px) {
    .modal-overlay .modal .modal-content {
        padding: 0
    }
}
.modal-overlay .modal .modal-details {
    max-width: 550px
}
.modal-overlay .modal #modal-campaign-add {
    max-width: 750px
}
.modal-overlay .modal #modal-message-add {
    min-height: 800px;
    max-width: 800px
}
.modal-overlay .modal #modal-checklist, .modal-overlay .modal #modal-email-code {
    max-width: 650px
}
.modal-overlay .modal #modal-alert, .modal-overlay .modal #modal-confirm {
    max-width: 500px
}
.modal-overlay .modal #modal-cancel-confirm {
    max-width: 600px
}
.modal-overlay .modal #modal-cancel-confirm ul {
    border-top: 1px solid rgba(0,0,0,.06);
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 15px 0
}
.modal-overlay .modal #modal-cancel-confirm li {
    color: rgba(178,50,52,.7);
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0
}
.modal-overlay .modal #modal-cancel-confirm li b {
    color: #b23234;
    font-weight: 500
}
.error-label>div {
    position: relative
}
.error-label:hover {
    text-decoration: none
}
.error-label .error-text {
    color: #a94442;
    color: rgba(185,74,72,.7);
    font-size: 12px;
    font-weight: 500;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    vertical-align: top
}
.error-label:hover .error-text {
    display: block
}
.error-label .error-icon {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #a94442;
    background: rgba(185,74,72,.7);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px
}
.form-group .profile-photo, .form-group .share-photo {
    background-size: cover;
    vertical-align: middle;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2)
}
.share-auto-inputs {
    opacity: 1
}
.share-auto-inputs.disabled {
    opacity: .5;
    pointer-events: none
}
.form-group:first-child {
    margin-top: 0
}
.form-group:last-child {
    margin-bottom: 0
}
.form-group.has-warning .form-group-upload {
    border-color: #7171e1
}
.form-group.has-error .form-group-upload {
    border-color: rgba(188,78,40,.5)!important
}
.form-group .profile-photo {
    border-radius: 50%;
    width: 150px;
    height: 150px
}
.form-group .share-photo {
    width: 100%;
    padding-bottom: 52.5%
}
.form-group .logo-photo {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    width: 100%;
    height: 250px;
    padding: 0
}
.form-control, .has-focus .input-group-addon, .has-success .form-control, .has-warning .form-control, .sp-input, .sp-light {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.form-row .form-group {
    margin: 0
}
.form-group>.custom-field-preview-form>label, .form-group>.custom-field-preview-form>label.label-radio, .form-group>label, .form-group>label.label-radio {
    color: rgba(0,0,0,.3);
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 700;
    transition: .15s color ease;
    text-transform: uppercase
}
.form-group .checkbox-outline .checkbox, .form-group .radio-outline .radio {
    margin: 0
}
.checkbox label, .checkbox-inline, .radio label, .radio-inline {
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 0
}
.form-group.has-focus>label {
    color: rgba(102,175,233,.8)
}
.form-group .checkbox label, .form-group .radio label {
    color: rgba(0,0,0,.7);
    display: inline;
    font-size: 14px;
    vertical-align: bottom
}
input[type=file], legend, output {
    display: block
}
.form-group .radio-outline {
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.1);
    padding: 15px
}
.form-group .checkbox-outline {
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.1);
    padding: 8px 12px
}
.form-group-upload {
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 3px;
    padding: 20px;
    text-align: center
}
.form-group-upload.has-error {
    border-color: rgba(188,78,40,.5)
}
.form-group-upload.has-warning {
    border-color: #7171e1
}
fieldset, legend {
    padding: 0;
    border: 0
}
.form-row {
    margin: 25px 0
}
.form-row:first-child {
    margin-top: 0
}
.form-row:last-child {
    margin-bottom: 0
}
select:invalid {
    color:#aaa!important
}
fieldset {
    margin: 0;
    min-width: 0
}
legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}
label {
    color: #000;
    display: inline-block;
    max-width: 100%
}
input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}
.form-control, .sp-input, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
input[type=range] {
    display: block;
    width: 100%
}
select[multiple], select[size] {
    height: auto
}
input[type=checkbox]:focus, input[type=radio]:focus, input[type=file]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
output {
    padding-top: 7px
}
.sp-thumb-active {
    border: none!important
}
.sp-thumb-inner {
    background-image: none!important
}
.sp-cf:after, .sp-cf:before {
    content: "";
    display: none
}
.form-control, .sp-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 8px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    outline: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
input#brand_color {
    display: block;
    width: 33%;
    float: left;
    margin-right: 10px
}
.sp-light {
    background: #fff;
    padding: 5px;
    border: 1px solid rgba(0,0,0,.1)
}
.sp-light .sp-button-container {
    display: block
}
.form-control.form-stripe-element {
    transition: none
}
.form-control:focus, .has-focus .form-control {
    border-color: rgba(102,175,233,.6)!important;
    color: #444;
    outline: 0
}
.form-control::-moz-placeholder {
    color:#999;
    opacity:1
}
.form-control:-ms-input-placeholder {
    color:#999
}
.form-control::-webkit-input-placeholder {
    color:#999
}
.has-success .checkbox, .has-success .checkbox label, .has-success .checkbox-inline, .has-success .checkbox-inline label, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio label, .has-success .radio-inline, .has-success .radio-inline label {
    color: #3c763d
}
.form-control::-ms-expand {
    border:0;
    background-color:transparent
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: default
}
textarea.form-control, trix-editor.form-control {
    height: auto
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}
.form-group {
    margin: 25px 0;
    position: relative
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.checkbox label, .radio label {
    min-height: 20px
}
.radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 3px
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}
.form-group-sm .form-control, .input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px
}
.input-sm {
    height: 30px;
    line-height: 1.5
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
select[multiple].input-sm, textarea.input-sm {
    height: auto
}
.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5
}
.form-group-lg .form-control, .input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}
.input-lg {
    height: 46px;
    line-height: 1.3333333
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
select[multiple].input-lg, textarea.input-lg {
    height: auto
}
.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 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
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.help-block, .help-text {
    font-size: 14px;
    line-height: 1.6
}
.has-success .form-control {
    border-color: #3c763d
}
.has-success .form-control:focus {
    border-color: #2b542c
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}
.has-warning .checkbox, .has-warning .checkbox label, .has-warning .checkbox-inline, .has-warning .checkbox-inline label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio label, .has-warning .radio-inline, .has-warning .radio-inline label, .has-warning>label {
    color: #7171e1
}
.has-warning .form-control, .has-warning .form-control:focus {
    border-color: #7171e1
}
.has-warning .input-group-addon {
    color: #7171e1;
    border-color: #7171e1;
    background-color: #d4d4e6
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .checkbox, .has-error .checkbox label, .has-error .checkbox-inline, .has-error .checkbox-inline label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio label, .has-error .radio-inline, .has-error .radio-inline label, .has-error>label {
    color: #a94442!important
}
.has-error .form-control {
    border-color: rgba(188,78,40,.5)!important
}
.has-error .form-control:focus {
    border-color: #843534;
    border-color: rgba(188,78,40,.5)
}
.has-error .input-group-addon {
    color: #a94442;
    color: rgba(188,78,40,.5)!important;
    border-color: rgba(188,78,40,.5)!important;
    background-color: rgba(188,78,40,.1)!important
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-error input[type=checkbox] {
    border: 1px solid rgba(188,78,40,.3)
}
.has-feedback label~.form-control-feedback {
    top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.has-focus .input-group-addon {
    background: 0 0;
    border-color: rgba(102,175,233,.6);
    color: rgba(102,175,233,.8)
}
.help-block, .help-text, .input-group-addon {
    color: rgba(0,0,0,.5)
}
.help-block {
    display: block;
    margin: 10px 0 0
}
.help-text {
    display: inline;
    margin: 0 10px
}
@media (min-width:768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block
    }
    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}
@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group .form-control:focus {
    z-index: 3
}
.input-group-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
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.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
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0 3px 3px 0
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    transition: .15s color ease, .15s border-color ease;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px
}
.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=checkbox], .input-group-addon input[type=radio] {
    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-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn>.btn {
    position: relative
}
.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    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 {
    z-index: 2;
    margin-left: -1px
}
.clearfix:after, .clearfix:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table
}
.button .tooltip::after, .cm-tab-wrap-hack:after {
    content: ''
}
.clearfix:after, .form-horizontal .form-group:after {
    clear: both
}
#tippy-top-wrapper {
    background: #343437;
    height: 60px
}
#tippy-top {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between
}
#tippy-top .setup-menu {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}
.in-account #tippy-top .setup-menu, .in-campaign #tippy-top .setup-menu, .in-home #tippy-top .setup-menu {
    display: none
}
#tippy-top .setup-menu .fa-angle-right {
    color: rgba(255,255,255,.1)
}
#tippy-top .setup-menu a {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    height: 60%;
    padding: 0 15px;
    transition: .25s background ease, .25s color ease
}
#tippy-top .setup-menu a:hover {
    background: rgba(0,0,0,0);
    color: #fff;
    text-decoration: none
}
#tippy-top .setup-menu a:hover span {
    color: #fff
}
#tippy-top .setup-menu a.active {
    color: #fff;
    text-decoration: none
}
#tippy-top .setup-menu a.active span {
    color: #fff
}
#tippy-top .setup-menu a span {
    color: rgba(255,255,255,.4);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: .25s color ease
}
#tippy-top .setup-menu a .fa {
    font-size: 1.4rem
}
#tippy-top .left-group, #tippy-top .right-group {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}
#tippy-top .left-group a, #tippy-top .right-group a {
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255,255,255,.5);
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    outline: 0;
    position: relative;
    padding: 0 20px;
    text-decoration: none;
    transition: .25s background ease, .25s color ease
}
#tippy-top .left-group a:hover, #tippy-top .right-group a:hover {
    color: #fff;
    text-decoration: none
}
#tippy-top .left-group a:hover span, #tippy-top .right-group a:hover span {
    color: #fff
}
#tippy-top .left-group a.index-link, #tippy-top .right-group a.index-link {
    border-right: 1px solid rgba(255,255,255,.05);
    padding: 0 15px
}
#tippy-top .left-group a span, #tippy-top .right-group a span {
    color: rgba(255,255,255,.4);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: .25s color ease
}
#tippy-top .left-group a .fa, #tippy-top .right-group a .fa {
    font-size: 1.4rem
}
#tippy-top .left-group .fa-circle, #tippy-top .right-group .fa-circle {
    color: rgba(255,255,255,.1);
    font-size: 6px;
    margin-top: 2px
}
#tippy-top .left-group .campaign-menu, #tippy-top .right-group .campaign-menu {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}
.in-setup #tippy-top .left-group .campaign-menu, .in-setup #tippy-top .right-group .campaign-menu {
    display: none
}
#tippy-top .left-group .campaign-menu .campaign-status, #tippy-top .right-group .campaign-menu .campaign-status {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px
}
#tippy-top .left-group .campaign-menu .campaign-meta, #tippy-top .right-group .campaign-menu .campaign-meta {
    border-right: 1px solid rgba(255,255,255,.05);
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    min-width: 200px;
    max-width: 300px;
    padding: 0 15px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}
#tippy-top .left-group .campaign-menu .title, #tippy-top .right-group .campaign-menu .title {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.333;
    font-weight: 500
}
#tippy-top .left-group .campaign-menu .url, #tippy-top .right-group .campaign-menu .url {
    color: rgba(255,255,255,.6);
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    height: auto;
    line-height: 1;
    padding: 0
}
#tippy-top .left-group .campaign-menu a, #tippy-top .right-group .campaign-menu a {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    height: 60%;
    padding: 0 15px;
    transition: .25s background ease, .25s color ease
}
#tippy-top .left-group .campaign-menu a:hover, #tippy-top .right-group .campaign-menu a:hover {
    background: rgba(0,0,0,0);
    color: #fff;
    text-decoration: none
}
#tippy-top .left-group .campaign-menu a:hover span, #tippy-top .right-group .campaign-menu a:hover span {
    color: #fff
}
#tippy-top .left-group .campaign-menu a.active, #tippy-top .right-group .campaign-menu a.active {
    color: #fff;
    text-decoration: none
}
#tippy-top .left-group .campaign-menu a.active span, #tippy-top .right-group .campaign-menu a.active span {
    color: #fff
}
#tippy-top .left-group .campaign-menu a span, #tippy-top .right-group .campaign-menu a span {
    color: rgba(255,255,255,.4);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: .25s color ease
}
#tippy-top .left-group .campaign-menu a .fa, #tippy-top .right-group .campaign-menu a .fa {
    font-size: 1.4rem
}
#tippy-top .left-group .setup-guide, #tippy-top .right-group .setup-guide {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}
.in-account #tippy-top .left-group .setup-guide, .in-account #tippy-top .right-group .setup-guide, .in-home #tippy-top .left-group .setup-guide, .in-home #tippy-top .right-group .setup-guide, .in-setup #tippy-top .left-group .setup-guide, .in-setup #tippy-top .right-group .setup-guide {
    display: none
}
#tippy-top .left-group .profile-photo, #tippy-top .right-group .profile-photo {
    background-size: cover;
    border-radius: 50%;
    height: 32px;
    margin-right: 10px;
    width: 32px
}
#account-link {
    border-left: 1px solid rgba(255,255,255,.05)
}
#account-link+.account-dropdown {
    background: #343437;
    border-top: 1px solid rgba(255,255,255,.05);
    box-shadow: inset 0 2px 0 rgba(0,0,0,.1);
    border-radius: 0 0 3px 3px;
    display: none;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 60px;
    width: 200px;
    z-index: 15
}
#account-link+.account-dropdown a {
    background: 0 0;
    color: rgba(255,255,255,.5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s
}
.tray-wrapper ul li a, .tray-wrapper ul li.cta-101 a, .tray-wrapper ul li.cta-201 a {
    text-decoration: underline
}
#account-link+.account-dropdown a:hover {
    background-color: rgba(0,0,0,.03);
    color: #fff!important
}
#account-link+.account-dropdown a:last-child {
    border-top: 1px solid rgba(255,255,255,.05);
    margin-top: 10px;
    padding-top: 20px
}
#account-link:hover+.account-dropdown {
    display: block
}
.account-dropdown:hover {
    display: block!important
}
.tray-wrapper {
    height: 100%;
    overflow: auto;
    position: relative;
    width: auto
}
.in-editor .tray-wrapper {
    background: #888
}
.tray-wrapper .pane {
    pointer-events: none;
    display: none;
    padding-bottom: 40px;
    width: 100%
}
.tray-wrapper .pane.active {
    pointer-events: auto;
    display: block
}
.tray-wrapper .module {
    background: rgba(255,255,255,.1);
    margin: 0 20px;
    padding: 20px
}
.tray-wrapper .heading {
    color: rgba(255,255,255,.4);
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-top: 40px;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase
}
.tray-wrapper .status-progress, .tray-wrapper .status-text {
    margin-bottom: 15px
}
.tray-wrapper .progress-bar {
    background: #dedede;
    border-radius: 4px;
    height: 8px;
    margin-bottom: 15px;
    position: relative
}
.tray-wrapper .progress-bar .progress-fill {
    background: #32aebf;
    border-radius: 4px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}
.edit-form, .tray-wrapper ul li {
    border: 1px solid rgba(0,0,0,.1)
}
.tray-wrapper ul.sidebar-help {
    display: none
}
.tray-wrapper ul li {
    background: #fff;
    border-radius: 3px;
    color: rgba(0,0,0,.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px;
    padding: 20px
}
.tray-wrapper ul li.status {
    border-left: 3px solid rgba(0,0,0,.15)
}
.tray-wrapper ul li h4 {
    font-size: 1.5rem
}
.tray-wrapper ul li.cta-101 {
    border-left: 3px solid #53d373;
    font-size: 14px
}
.tray-wrapper ul li.cta-101 h4 {
    color: #43b860
}
.tray-wrapper ul li.cta-201 {
    border-left: 3px solid #2a78df;
    font-size: 14px
}
.tray-wrapper ul li.cta-201 h4 {
    color: #2a78df
}
.tray-wrapper ul li a {
    display: inline-block;
    font-weight: 500;
    margin-top: 10px
}
.button, .button:active, .button:hover {
    text-decoration: none
}
.tray-wrapper .links a {
    color: rgba(255,255,255,.8);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 10px 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s
}
.tray-wrapper .links a:hover {
    background-color: rgba(0,0,0,.03);
    color: #fff
}
.tray-wrapper .links a.active {
    background-color: rgba(0,0,0,.1);
    color: #fff
}
.tray-wrapper .links a .fa-fw {
    font-size: 14px;
    margin-top: -1px;
    margin-right: 10px;
    opacity: .5
}
.tray-wrapper .links a .fa-warning {
    color: #fff;
    font-size: 14px;
    float: right
}
#tray-wrapper .links>a .fa-circle {
    font-size: 8px;
    position: absolute;
    left: 7px;
    top: 16px
}
#tray-wrapper .links>a .fa-on {
    color: #72b17e
}
#tray-wrapper .links>a .fa-off {
    color: #893d3d
}
#tray-wrapper .links>a .fa-incomplete {
    margin-top: 2px;
    color: #cfdd34;
    font-size: 14px;
    float: right;
    opacity: 1
}
.button {
    background-color: #eaeaea;
    border: 1px solid transparent;
    border-radius: 3px;
    color: rgba(0,0,0,.5);
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.333;
    outline: 0;
    opacity: 1;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    transition: .25s opacity ease-out, .25s color ease-out
}
.button .fa {
    font-size: 14px
}
.button:hover {
    color: rgba(0,0,0,.3);
    opacity: .9
}
.button.button-primary {
    background-color: #F37B58;
    color: #fff;
    font-weight: 500
}
.button.button-hollow {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.15);
    color: rgba(0,0,0,.5);
    font-weight: 400
}
.button.button-hollow.button-small {
    font-weight: 500
}
.button.button-full {
    font-size: 2rem;
    height: auto;
    line-height: 1;
    padding: 15px 25px;
    width: 100%
}
.button.button-small {
    font-size: 1.2rem;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    min-width: 34px;
    text-transform: uppercase
}
.button.button-small .fa {
    font-size: 12px
}
.button.button-primary.button-small {
    font-weight: 700
}
.button.button-facebook {
    background: #3b5998;
    color: #fff;
    font-weight: 500
}
.button.button-twitter {
    background: #00aced;
    color: #fff;
    font-weight: 500
}
.button.button-disabled {
    opacity: .5;
    pointer-events: none
}
.button.-text-light {
    color: #fff!important
}
.button.-text-dark {
    color: #000!important
}
.form-group-upload .button {
    background: #dedede;
    color: rgba(0,0,0,.5)
}
.form-group-upload .button:hover {
    background: #dadada;
    color: rgba(0,0,0,.8)
}
.button .tooltip {
    background-color: #111;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    display: block;
    line-height: 28px;
    height: 28px;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    pointer-events: none;
    left: 50%;
    text-align: center;
    text-shadow: none;
    z-index: 10005;
    transition: all .2s ease-out;
    transform: translateY(-50px) translateX(-50%)
}
.button .tooltip::after {
    position: absolute;
    z-index: 10005;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid #111;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: translateY(0) translateX(-50%)
}
.button:hover .tooltip {
    opacity: 1;
    transform: translateY(-40px) translateX(-50%)
}
.buttons-group {
    display: -ms-flexbox;
    display: flex
}
.badge, .cm-tab {
    display: inline-block
}
.buttons-filtering .button {
    font-size: 12px;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    margin-left: 5px;
    padding: 0 15px;
    text-transform: uppercase
}
.badge, .badge.badge-caption, .cm-header, .cm-strong {
    font-weight: 700
}
.buttons-filtering b {
    color: rgba(0,0,0,.8);
    font-weight: 700
}
.badge-group, .badge-mini {
    background: #888;
    color: #fff
}
.badge {
    border-radius: 2px;
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    text-transform: uppercase
}
.badge-mini {
    box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
    float: right;
    font-size: 10px;
    height: 16px;
    line-height: 15px;
    margin-top: 7px;
    padding: 0 6px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.4)
}
.badge-group {
    margin-right: 3px
}
.badge.badge-caption {
    color: #999
}
.badge.badge-fac, .badge.badge-paypal {
    background: #8266ba;
    color: #fff
}
.badge.badge-stripe {
    background: #4f89c4;
    color: #fff
}
.badge.badge-draft, .badge.badge-draft-post, .badge.badge-manual, .badge.badge-message-draft {
    background: #888;
    color: #fff
}
.badge.badge-anon {
    background: #b86b33;
    color: #fff
}
.badge.badge-recurring {
    background: #b2923d;
    color: #fff
}
.badge.badge-active, .badge.badge-message-sent, .badge.badge-paid, .badge.badge-published {
    background: #72b17e;
    color: #fff
}
.badge.badge-refunded {
    background: #be7b7b;
    color: #fff
}
.badge-incomplete-page, .badge-setup {
    background: #bc8142;
    color: #fff
}
.badge.badge-admin {
    background: #893d3d;
    color: #fff
}
.badge.badge-disabled, .badge.badge-suspended {
    background: #893d3d;
    color: #fff;
    vertical-align: middle
}
.badge.badge-member, .badge.badge-type-donation {
    background: #888;
    color: #fff
}
.badge.badge-type-campaign {
    background: #555;
    color: #fff
}
.badge-active-donor {
    background: #72b17e;
    color: #fff
}
.badge-suspended-donor {
    background: #bc8142;
    color: #fff
}
.badge.badge-invalid-card {
    background: #893d3d;
    color: #fff
}
.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: #000
}
.CodeMirror-lines {
    padding: 4px 0
}
.CodeMirror pre {
    padding: 0 4px
}
.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler {
    background-color: #fff
}
.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap
}
.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap
}
.CodeMirror-guttermarker {
    color: #000
}
.CodeMirror-guttermarker-subtle {
    color: #999
}
.CodeMirror div.CodeMirror-cursor {
    border-left: 1px solid #000
}
.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver
}
.CodeMirror.cm-fat-cursor div.CodeMirror-cursor {
    width: auto;
    border: 0;
    background: #7e7
}
.CodeMirror.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1
}
.cm-animate-fat-cursor {
    width: auto;
    border: 0;
    animation: blink 1.06s steps(1) infinite
}
@keyframes blink {
    0%, 100% {
        background:#7e7
    }
    50% {
        background:0 0
    }
}
.cm-tab {
    text-decoration: inherit
}
.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    position: absolute
}
.cm-s-default .cm-keyword {
    color: #708
}
.cm-s-default .cm-atom {
    color: #219
}
.cm-s-default .cm-number {
    color: #164
}
.cm-s-default .cm-def {
    color: #00f
}
.cm-s-default .cm-variable-2 {
    color: #05a
}
.cm-s-default .cm-variable-3 {
    color: #085
}
.cm-s-default .cm-comment {
    color: #a50
}
.cm-s-default .cm-string {
    color: #a11
}
.cm-s-default .cm-string-2 {
    color: #f50
}
.cm-s-default .cm-meta, .cm-s-default .cm-qualifier {
    color: #555
}
.cm-s-default .cm-builtin {
    color: #30a
}
.cm-s-default .cm-bracket {
    color: #997
}
.cm-s-default .cm-tag {
    color: #170
}
.cm-s-default .cm-attribute {
    color: #00c
}
.cm-s-default .cm-header {
    color: #00f
}
.cm-s-default .cm-quote {
    color: #090
}
.cm-s-default .cm-hr {
    color: #999
}
.cm-s-default .cm-link {
    color: #00c
}
.cm-negative {
    color: #d44
}
.cm-positive {
    color: #292
}
.cm-em {
    font-style: italic
}
.cm-link {
    text-decoration: underline
}
.cm-strikethrough {
    text-decoration: line-through
}
.cm-invalidchar, .cm-s-default .cm-error {
    color: red
}
.CodeMirror-composing {
    border-bottom: 2px solid
}
div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0f0
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #f22
}
.CodeMirror-matchingtag {
    background: rgba(255,150,0,.3)
}
.CodeMirror-activeline-background {
    background: #e8f2ff
}
.CodeMirror {
    position: relative;
    overflow: hidden;
    background: #fff
}
.CodeMirror-scroll {
    overflow: scroll!important;
    margin-bottom: -30px;
    margin-right: -30px;
    padding-bottom: 30px;
    height: 100%;
    outline: 0;
    position: relative
}
.CodeMirror-sizer {
    position: relative;
    border-right: 30px solid transparent
}
.CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar {
    position: absolute;
    z-index: 6;
    display: none
}
.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll
}
.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll
}
.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0
}
.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0
}
.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}
.CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    margin-bottom: -30px
}
.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.switch-label, .xdsoft_noselect {
    -moz-user-select: none;
    -ms-user-select: none
}
.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4
}
.CodeMirror-lines {
    cursor: text;
    min-height: 1px
}
.CodeMirror pre {
    border-radius: 0;
    border-width: 0;
    background: 0 0;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent
}
.CodeMirror-wrap pre {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
}
.CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}
.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    overflow: auto
}
.CodeMirror-code {
    outline: 0
}
.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
}
.CodeMirror-measure pre {
    position: static
}
.CodeMirror div.CodeMirror-cursor {
    position: absolute;
    border-right: none;
    width: 0
}
div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3
}
.CodeMirror-focused div.CodeMirror-cursors {
    visibility: visible
}
.CodeMirror-selected {
    background: #d9d9d9
}
.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0
}
.CodeMirror-crosshair {
    cursor: crosshair
}
.CodeMirror ::selection {
    background: #d7d4f0
}
.CodeMirror ::-moz-selection {
    background:#d7d4f0
}
.cm-searching {
    background: #ffa;
    background: rgba(255,255,0,.4)
}
.cm-force-border {
    padding-right: .1px
}
@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden
    }
}
span.CodeMirror-selectedtext {
    background: 0 0
}
#default_values {
    border: 1px solid #eaeaea
}
#default_values li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px
}
#default_values li:last-child {
    border-bottom: none
}
.default-value {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.default-value .drag-handle {
    background-color: transparent;
    color: rgba(0,0,0,.3);
    margin-right: 10px!important;
    padding: 0;
    min-width: auto
}
.edit-form, .preview-form {
    display: inline-block;
    font-weight: 700;
    padding: 12px 0;
    width: 75px;
    text-decoration: none;
    font-size: 11px;
    text-align: center
}
.default-value .button, .default-value input {
    margin-right: 5px
}
.edit-form {
    border-radius: 3px 0 0 3px;
    color: rgba(0,0,0,.3);
    text-transform: uppercase
}
.edit-form:hover {
    color: rgba(0,0,0,.6);
    text-decoration: none
}
.edit-form.active {
    background: #f9f9f9;
    color: rgba(0,0,0,.8)
}
.preview-form {
    border: 1px solid rgba(0,0,0,.1);
    border-left: none;
    border-radius: 0 3px 3px 0;
    color: rgba(0,0,0,.3);
    text-transform: uppercase
}
.custom-field-group-heading, .custom-field-heading {
    cursor: move;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase
}
.preview-form:hover {
    color: rgba(0,0,0,.6);
    text-decoration: none
}
.preview-form.active {
    background: #f9f9f9;
    color: rgba(0,0,0,.8)
}
.custom-field-group-heading {
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 11px
}
.custom-field-group-heading .label {
    color: rgba(0,0,0,.3);
    transition: .15s color ease
}
.custom-field-group-heading .actions {
    display: -ms-flexbox;
    display: flex;
    float: right
}
.custom-field-group-heading .actions .fa {
    color: rgba(0,0,0,.25);
    font-size: 4px;
    float: right;
    margin: 4px 4px 0
}
.custom-field-heading {
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-size: 11px
}
.custom-field-heading .label {
    color: rgba(0,0,0,.3);
    transition: .15s color ease
}
.custom-field-heading .actions {
    display: -ms-flexbox;
    display: flex;
    float: right
}
.custom-field-heading .actions .fa {
    color: rgba(0,0,0,.25);
    font-size: 4px;
    float: left;
    margin: 4px 4px 0
}
.custom-fields-form .custom-fields {
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0
}
.custom-fields-form .custom-fields:first-child {
    margin-left: -10px;
    margin-top: 0
}
.custom-fields-form .custom-fields:last-child {
    margin-bottom: 0;
    margin-right: -10px
}
.custom-fields-form .custom-fields-two-column {
    margin: 25px 0
}
.custom-fields-form .custom-fields-two-column:first-child {
    margin-left: -10px;
    margin-top: 0
}
.custom-fields-form .custom-fields-two-column:last-child {
    margin-bottom: 0;
    margin-right: -10px
}
.custom-fields-form .custom-fields-three-column {
    margin: 25px 0
}
.custom-fields-form .custom-fields-three-column:first-child {
    margin-left: -10px;
    margin-top: 0
}
.custom-fields-form .custom-fields-three-column:last-child {
    margin-bottom: 0;
    margin-right: -10px
}
.custom-fields-form .custom-fields .form-group {
    margin: 0 10px;
    width: calc(100% - 20px)
}
.custom-fields-form .custom-fields-two-column .form-group {
    float: left;
    margin: 0 10px;
    position: relative;
    width: calc(50% - 20px)
}
.custom-fields-form .custom-fields-three-column .form-group {
    float: left;
    margin: 0 10px;
    position: relative;
    width: calc(33.3% - 20px)
}
.custom-fields-form .add-group {
    margin-top: 15px
}
.custom-fields-form .add-row {
    margin-top: 25px
}
.custom-fields-form .remove-row {
    width: auto!important
}
.custom-fields-form .ui-sortable-placeholder {
    visibility: visible!important;
    border: 1px dashed rgba(0,0,0,.15)!important
}
.custom-fields-form .custom-field-group.ui-sortable-helper, .custom-fields-form .form-group.ui-sortable-helper .custom-field-edit-form {
    border: 1px solid #009fe0!important
}
.custom-fields-form .custom-field-group-empty {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    color: rgba(0,0,0,.4)
}
.custom-fields-form .repeating-group {
    border-top: 1px solid rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 25px 0
}
.custom-fields-edit-form {
    border: 1px solid rgba(0,0,0,.1);
    padding: 25px
}
.custom-fields-edit-form .custom-field-groups {
    overflow: auto
}
.custom-fields-edit-form .custom-field-group {
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 15px
}
.custom-fields-edit-form .custom-field-group-fields {
    background: #f9f9f9;
    padding: 10px
}
.custom-fields-edit-form .custom-fields {
    display: block;
    overflow: auto;
    margin: 0
}
.custom-fields-edit-form .add-row, .custom-fields-edit-form .custom-field-preview-form, .custom-fields-edit-form .remove-row {
    display: none
}
.custom-fields-edit-form .custom-field-edit-form {
    background: #fff;
    border: 1px solid rgba(0,0,0,.1)
}
.custom-fields-edit-form .custom-field-drag {
    padding: 10px
}
.custom-fields-edit-form .custom-fields, .custom-fields-edit-form .form-group {
    margin: 0
}
.custom-fields-edit-form .custom-fields:first-child {
    margin-left: -5px
}
.custom-fields-edit-form .custom-fields:last-child, .custom-fields-edit-form .repeating-group .custom-fields:nth-last-child(2) {
    margin-right: -5px
}
.custom-fields-edit-form .custom-fields-two-column {
    margin: 0
}
.custom-fields-edit-form .custom-fields-two-column:first-child {
    margin-left: -5px
}
.custom-fields-edit-form .custom-fields-two-column:last-child {
    margin-right: -5px
}
.custom-fields-edit-form .custom-fields-three-column {
    margin: 0
}
.custom-fields-edit-form .custom-fields-three-column:first-child {
    margin-left: -5px
}
.custom-fields-edit-form .custom-fields-three-column:last-child {
    margin-right: -5px
}
.custom-fields-edit-form .custom-fields .form-group {
    margin: 0 5px;
    width: calc(100% - 10px)
}
.custom-fields-edit-form .custom-fields-two-column .form-group {
    margin: 0 5px;
    width: calc(50% - 10px)
}
.custom-fields-edit-form .custom-fields-three-column .form-group {
    margin: 0 5px;
    width: calc(33.3% - 10px)
}
.custom-fields-edit-form .repeating-group {
    border-top: none;
    border-bottom: none;
    padding: 10px
}
.custom-fields-preview-form {
    border: 1px solid rgba(0,0,0,.1);
    padding: 25px
}
.custom-fields-preview-form .custom-fields {
    display: -ms-flexbox;
    display: flex
}
.custom-fields-preview-form .custom-field-edit-form {
    display: none
}
.custom-fields-preview-form .remove-row {
    margin-right: 0!important
}
.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.506);
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    color: #333;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    box-sizing: border-box;
    display: none
}
.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px
}
.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: 0 0;
    border: none
}
.xdsoft_datetimepicker button {
    border: none!important
}
.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}
.xdsoft_noselect::selection {
    background: 0 0
}
.xdsoft_noselect::-moz-selection {
    background:0 0
}
.xdsoft_datetimepicker.xdsoft_inline {
    display: -ms-flexbox;
    display: flex;
    position: static;
    box-shadow: none
}
.xdsoft_datetimepicker * {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block
}
.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 80%;
    float: left
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px
}
.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 20%;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 10px;
    margin-bottom: 3px
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center
}
.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}
.xdsoft_datetimepicker .xdsoft_label i {
    opacity: .5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle
}
.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0
}
.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px
}
.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0
}
.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev {
    float: none;
    margin-left: 0;
    margin-right: 14px
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 211px;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 35px;
    line-height: 35px
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0
}
.xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover, .xdsoft_datetimepicker .xdsoft_today_button:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer
}
.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid rgba(0,0,0,.1);
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: #ff8000
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none!important
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}
.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right
}
.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both
}
.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px
}
.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 35px
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%
}
.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff!important;
    background: #ff8000!important;
    box-shadow: none!important
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #3af!important;
    box-shadow: #178fe5 0 1px 3px 0 inset!important;
    color: #fff!important
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit!important;
    background: inherit!important;
    box-shadow: inherit!important
}
.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default
}
.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc!important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px
}
.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee!important
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa!important
}
.xdsoft_time_box {
    position: relative;
    border: 1px solid rgba(0,0,0,.1)
}
.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc!important;
    height: 20px;
    border-radius: 3px
}
.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto
}
.xdsoft_scroller_box {
    position: relative
}
.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255,255,255,.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000!important;
    background: #007fff!important
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333!important
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111!important
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555!important
}
.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333
}
.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333!important
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd!important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px
}
.xdsoft_datetimepicker .blue-gradient-button {
    font-family: museo-sans, "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0 )
}
.dropdown-menu:after, .dropdown-menu:before {
    position: absolute;
    content: '';
    display: inline-block
}
.xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:focus span, .xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:hover span {
    color: #454551;
    background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0 )
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropdown-menu:before {
    top: -7px;
    left: 9px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,.3)
}
.dropdown-menu:after {
    top: -6px;
    left: 10px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}
.pull-right>.dropdown-menu:before {
    left: auto;
    right: 17px
}
.pull-right>.dropdown-menu:after {
    left: auto;
    right: 18px
}
.dropdown, .dropup {
    display: inline-block;
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px;
    padding: 0!important;
    margin: 0!important;
    list-style: none;
    text-align: left;
    background-color: #fff!important;
    border: 1px solid rgba(0,0,0,.15)!important;
    border-radius: 3px;
    background-clip: padding-box
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu.pull-center {
    right: auto;
    left: 50%
}
.dropdown-menu .divider {
    height: 1px!important;
    margin: 10px 0!important;
    overflow: hidden;
    background-color: rgba(0,0,0,.1)
}
.dropdown-menu>li {
    float: none!important;
    height: auto!important;
    line-height: normal!important;
    margin: 0!important;
    padding: 0!important
}
.dropdown-menu>li>a {
    background: 0 0;
    border: none;
    clear: both;
    color: rgba(0,0,0,.4)!important;
    display: block;
    font-size: 1.2rem!important;
    font-weight: 700;
    height: auto;
    line-height: 1;
    margin: 20px 25px;
    padding: 0;
    text-align: left;
    transition: .25s background ease-out;
    text-transform: uppercase;
    white-space: nowrap
}
.dropdown-menu>li>a .fa {
    color: rgba(0,0,0,.5)!important;
    margin-left: 10px
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: 0 0;
    border: none;
    color: rgba(0,0,0,.7)!important;
    margin: 20px 25px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background: 0 0;
    border: none;
    text-decoration: none;
    outline: 0
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #777
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-menu-right {
    left: auto;
    right: 0
}
.dropdown-menu-left {
    left: 0;
    right: auto
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}
.activity .activity-body, .post-entry, .post-entry .fr-video {
    position: relative
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.pull-center>.dropdown-menu {
    right: auto;
    left: -60px
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}
.post-entry {
    color: rgba(0,0,0,.6);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.618
}
.post-entry h2, .post-entry h3 {
    color: rgba(0,0,0,.8);
    font-weight: 500;
    line-height: 1.333;
    text-align: left
}
.post-entry h2 {
    font-size: 2.7rem
}
@media only screen and (max-width:480px) {
    .post-entry h2 {
        font-size: 2.1rem;
        font-weight: 500
    }
}
.post-entry h3 {
    font-size: 2.3rem;
    margin-bottom: 25px
}
.post-entry p {
    color: rgba(0,0,0,.6);
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.618;
    margin: 2.4rem 0
}
@media only screen and (max-width:480px) {
    .post-entry h3 {
        font-size: 1.7rem
    }
    .post-entry p {
        font-size: 1.6rem
    }
}
.post-entry p:first-child {
    margin-top: 0
}
.post-entry p.-align-left {
    text-align: left
}
.post-entry p.-align-center {
    text-align: center
}
.post-entry p.-align-right {
    text-align: right
}
.post-entry h1, .post-entry h2, .post-entry h3 {
    margin: 2.4rem 0
}
.post-entry h1:first-child, .post-entry h2:first-child, .post-entry h3:first-child {
    margin-top: 0
}
.post-entry h1.-align-left, .post-entry h2.-align-left, .post-entry h3.-align-left {
    text-align: left
}
.post-entry h1.-align-center, .post-entry h2.-align-center, .post-entry h3.-align-center {
    text-align: center
}
.post-entry h1.-align-right, .post-entry h2.-align-right, .post-entry h3.-align-right {
    text-align: right
}
.post-entry iframe, .post-entry img {
    border: 0;
    border-radius: 3px;
    max-width: 100%;
    position: relative
}
.post-entry img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}
.button-remove-photo, .button-upload {
    vertical-align: bottom;
    font-size: 1.4rem
}
.post-entry img.fr-fil {
    margin-left: 0
}
.post-entry img.fr-dib.fr-fir {
    margin-right: 0
}
.post-entry img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width:calc(100% - (2 * 5px))
}
.post-entry img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}
.post-entry img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}
.post-entry ol, .post-entry ul {
    color: rgba(0,0,0,.6);
    margin: 5px;
    padding-left: 15px
}
.post-entry ul, .post-entry ul li {
    font-size: 1.7rem;
    line-height: 1.6;
    list-style-type: disc
}
@media only screen and (max-width:480px) {
    .post-entry ul, .post-entry ul li {
        font-size: 1.5rem
    }
}
.post-entry ol, .post-entry ol li {
    font-size: 1.7rem;
    line-height: 1.6;
    list-style-type: decimal
}
@media only screen and (max-width:480px) {
    .post-entry ol, .post-entry ol li {
        font-size: 1.5rem
    }
}
.post-entry blockquote {
    border-left: 3px solid rgba(0,0,0,.1);
    color: rgba(0,0,0,.6);
    margin-left: 0;
    padding: 20px
}
.activity-group-header .caption, .container-heading .caption {
    color: rgba(0,0,0,.3);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}
.post-entry blockquote p {
    margin: 0;
    padding: 0
}
.post-entry .fr-video {
    text-align: center
}
.post-entry .fr-video>* {
    box-sizing: content-box;
    max-width: 100%;
    border: none
}
.post-entry .fr-video.fr-dvb {
    display: block;
    clear: both
}
.post-entry .fr-video.fr-dvb.fr-fvl {
    text-align: left
}
.post-entry .fr-video.fr-dvb.fr-fvr {
    text-align: right
}
.post-entry .fr-video.fr-dvi {
    display: inline-block
}
.post-entry .fr-video.fr-dvi.fr-fvl {
    float: left
}
.post-entry .fr-video.fr-dvi.fr-fvr {
    float: right
}
.container-heading {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 34px
}
@media only screen and (max-width:480px) {
    .activities {
        border: none;
        margin: 0
    }
}
.activity-group {
    display: -ms-flexbox;
    display: flex
}
.activity-group-header {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 34px;
    width: 100%
}
.activity-spacer {
    border-left: 1px solid rgba(0,0,0,.05);
    margin-left: 8px
}
.activity-type {
    border-top: 1px solid rgba(0,0,0,.05);
    margin-top: 48px;
    width: 40px
}
@media only screen and (max-width:480px) {
    .activity-type {
        border: none;
        display: none
    }
}
.activity-icon {
    background: #f9f9f9;
    color: rgba(0,0,0,.7);
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    margin: -25px;
    text-align: center;
    width: 50px
}
.activity-list {
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 15px;
    padding: 25px
}
.activity-list .activity-list-header {
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.05);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%
}
.activity-list .activity-list-header .caption {
    color: rgba(0,0,0,.5);
    font-size: 14px;
    font-weight: 500
}
.activity-list .activity-list-header .actions {
    font-size: 14px;
    font-weight: 400
}
.activity-list .activity-list-footer {
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0,0,0,.05);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    padding-top: 15px;
    width: 100%
}
.activity-list .activity-list-footer .caption {
    color: rgba(0,0,0,.5);
    font-size: 14px;
    font-weight: 500
}
.activity-list .activity-list-footer .actions {
    font-size: 14px;
    font-weight: 400
}
.activity-list .more {
    display: none
}
.activity-list.expanded .more {
    display: block
}
.activity {
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 3px;
    margin-bottom: 10px;
    transition: .25s opacity ease
}
.activity .activity-actions, .activity .activity-body {
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 15px
}
.activity:last-child {
    margin-bottom: 0
}
.activity .activity-header {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px
}
.activity .profile-photo {
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    margin-right: 15px;
    width: 35px
}
.activity .message {
    color: rgba(0,0,0,.8);
    font-size: 1.4rem;
    line-height: 1.333;
    max-width: 60%
}
.activity .date {
    color: rgba(0,0,0,.3);
    font-size: 1.1rem;
    font-weight: 700;
    min-width: 75px;
    margin-left: auto;
    text-align: right;
    text-transform: uppercase
}
.activity .share-gradient {
    border-radius: 0 0 3px 3px;
    background: linear-gradient(to top, rgba(0,0,0,.1) 0, rgba(0,0,0,.5) 75%);
    display: block;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}
.activity .share-body {
    padding-top: 15px
}
.activity .share-body .title {
    color: rgba(0,0,0,.8);
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.333;
    margin-bottom: 5px
}
.activity .share-body .description {
    color: rgba(0,0,0,.5);
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6
}
h1, h2, h3, h4 {
    color: rgba(0,0,0,.8)
}
a, a:hover {
    color: #29889d
}
h1, h2, h3, h4, h5 {
    line-height: 1.333;
    font-weight: 500
}
.activity .share-image {
    background: #f1f1f1;
    height: 175px
}
@font-face {
    font-family: 'Brandon Text';
    src: url(../fonts/brandon/Brandon_txt_light-webfont.eot);
    src: url(../fonts/brandon/Brandon_txt_light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/brandon/Brandon_txt_light-webfont.woff) format("woff"), url(../fonts/brandon/Brandon_txt_light-webfont.ttf) format("truetype"), url(../fonts/brandon/Brandon_txt_light-webfont.svg#brandon_textlight) format("svg");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'Brandon Text';
    src: url(../fonts/brandon/Brandon_txt_reg-webfont.eot);
    src: url(../fonts/brandon/Brandon_txt_reg-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/brandon/Brandon_txt_reg-webfont.woff) format("woff"), url(../fonts/brandon/Brandon_txt_reg-webfont.ttf) format("truetype"), url(../fonts/brandon/Brandon_txt_reg-webfont.svg#brandon_text_regular) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Brandon Text';
    src: url(../fonts/brandon/Brandon_txt_med-webfont.eot);
    src: url(../fonts/brandon/Brandon_txt_med-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/brandon/Brandon_txt_med-webfont.woff) format("woff"), url(../fonts/brandon/Brandon_txt_med-webfont.ttf) format("truetype"), url(../fonts/brandon/Brandon_txt_med-webfont.svg#brandon_textmedium) format("svg");
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: 'Brandon Text';
    src: url(../fonts/brandon/Brandon_txt_bld-webfont.eot);
    src: url(../fonts/brandon/Brandon_txt_bld-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/brandon/Brandon_txt_bld-webfont.woff) format("woff"), url(../fonts/brandon/Brandon_txt_bld-webfont.ttf) format("truetype"), url(../fonts/brandon/Brandon_txt_bld-webfont.svg#brandon_textbold) format("svg");
    font-weight: 700;
    font-style: normal
}
.button-upload {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-right: 5px
}
.button-upload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer
}
.fileupload-buttonbar .button, .fileupload-buttonbar .toggle {
    margin-bottom: 5px
}
.files .progress {
    width: 200px
}
.progress-animated .bar {
    background: url(../img/progressbar.gif)!important;
    -webkit-filter: none;
    filter: none
}
.fileupload-loading {
    position: absolute;
    left: 50%;
    width: 128px;
    height: 128px;
    background: url(../img/loading.gif) center no-repeat;
    display: none
}
.fileupload-processing .fileupload-loading {
    display: block
}
h1 {
    font-size: 3.4rem
}
@media only screen and (min-width:480px) and (max-width:799px) {
    h1 {
        font-size: 2.8rem
    }
}
h2 {
    font-size: 2.8rem
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 2.8rem
    }
    h2 {
        font-size: 2.2rem
    }
}
@media only screen and (min-width:480px) and (max-width:799px) {
    h2 {
        font-size: 2.2rem
    }
}
h3 {
    font-size: 2.4rem
}
@media only screen and (max-width:480px) {
    h3 {
        font-size: 1.8rem
    }
}
@media only screen and (min-width:480px) and (max-width:799px) {
    h3 {
        font-size: 1.8rem
    }
}
h4 {
    font-size: 2rem
}
@media only screen and (max-width:480px) {
    h4 {
        font-size: 1.8rem
    }
}
@media only screen and (min-width:480px) and (max-width:799px) {
    h4 {
        font-size: 1.8rem
    }
}
h5 {
    font-size: 1.6rem
}
@media only screen and (max-width:480px) {
    h5 {
        font-size: 1.4rem
    }
}
@media only screen and (min-width:480px) and (max-width:799px) {
    h5 {
        font-size: 1.4rem
    }
}
a {
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
.loader-row.tr:hover {
    background: 0 0;
    cursor: auto
}
.loader-row td {
    border-bottom: 0!important
}
.filter-option, .stats .stat {
    border-bottom: 1px solid rgba(0,0,0,.05)
}
.loader, .loader:after, .loader:before {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation: load10 1.8s infinite ease-in-out
}
.loader {
    font-size: 10px;
    margin: 35px auto 60px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -.16s
}
.notif.error .close, .notif.success .close {
    border-radius: 0 3px 3px 0;
    color: rgba(255,255,255,.8);
    display: block;
    float: right;
    font-size: 24px;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer
}
.loader:before {
    left: -3.5em;
    animation-delay: -.32s
}
.loader:after {
    left: 3.5em
}
.loader:after, .loader:before {
    content: '';
    position: absolute;
    top: 0
}
@keyframes load10 {
    0%, 100%, 80% {
        box-shadow:0 2.5em 0 -1.3em rgba(0,0,0,.05)
    }
    40% {
        box-shadow:0 2.5em 0 0 rgba(0,0,0,.2)
    }
}
.notif {
    height: 60px;
    opacity: 0;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: -60px;
    transition: .25s top ease, .25s opacity ease;
    z-index: 100012
}
.notif.active {
    opacity: 1;
    top: 0
}
.notif.success {
    background: #71ab64;
    background: rgba(113,171,100,.9)
}
.notif.success .close {
    border-left: 1px solid rgba(255,255,255,.1)
}
.notif.success .close:hover {
    background: #76b169;
    background: rgba(113,171,100,.9)
}
.notif.error {
    background: #b94a48;
    background: rgba(185,74,72,.9)
}
.notif.error .close {
    border-left: 1px solid rgba(255,255,255,.07)
}
.notif.error .close:hover {
    background: #b94a48;
    background: rgba(185,74,72,.9)
}
.notif .message {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    margin-right: 60px;
    padding: 0 25px;
    white-space: nowrap
}
.filter-option .filter-heading input, .filter-option .filter-values .filter-value input {
    margin-right: 5px
}
.notif.error .message a {
    color: #e5c7c7;
    text-decoration: underline
}
.pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.pagination.top {
    padding-bottom: 15px
}
.pagination.bottom {
    padding-top: 15px
}
.pagination .caption {
    color: rgba(0,0,0,.6);
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center
}
.filter-option .filter-heading label, .filter-option .filter-values .filter-value, .filter-option .filter-values .filter-value label {
    color: rgba(0,0,0,.4);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}
.pagination .button {
    display: none
}
.filter-option {
    padding: 15px
}
.filter-option .filter-values {
    border-left: 1px solid rgba(0,0,0,.05);
    display: none;
    margin-top: 10px;
    padding: 10px
}
.filter-option .filter-values .filter-value {
    padding: 5px 0
}
.filter-option .filter-values .filter-value:first-child {
    padding-top: 0
}
.filter-option .filter-values .filter-value:last-child {
    padding-bottom: 0
}
.filter-option .button {
    margin-left: 0;
    margin-right: 5px
}
#search_for {
    width: 350px
}
.stats .stat {
    padding: 20px 0
}
.stats .stat.no-border {
    border-bottom: none;
    padding-bottom: 0
}
.stats .stat:first-child {
    padding-top: 0
}
.stats .stat:last-child {
    border-bottom: none
}
.stats .stat-row {
    border-bottom: 1px solid #f1f1f1;
    height: 1%;
    overflow: auto
}
.stats .stat-row:last-child {
    border-bottom: 0
}
.stats .stat-row .stat-half {
    border-right: 1px solid #f1f1f1;
    border-bottom: 0;
    float: left;
    width: 50%
}
.stats .stat-row .stat-two-third {
    border-right: 1px solid #f1f1f1;
    border-bottom: 0;
    float: left;
    width: 66%
}
.stats .stat-row .stat-third {
    border-right: 1px solid #f1f1f1;
    border-bottom: 0;
    float: left;
    width: 33%
}
.stats .stat-row .stat-third:last-child {
    width: 34%
}
.stats .stat-row .stat:last-child {
    border-right: none
}
.stats .stat .large {
    color: rgba(0,0,0,.8);
    font-size: 2.4rem;
    line-height: 1.333;
    font-weight: 500;
    text-align: left
}
.stats .stat .large .loader {
    position: relative;
    display: inline-block;
    margin: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: rgba(0,0,0,.2);
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.1) inset, 0 0 25px rgba(0,0,255,.075);
    vertical-align: middle
}
.stats .stat .appeal {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}
.stats .stat .appeal iframe, .stats .stat .appeal img {
    max-width: 100%
}
.stats .stat .medium {
    color: rgba(0,0,0,.8);
    font-size: 1.6rem;
    line-height: 1.333;
    font-weight: 500;
    text-align: left
}
.stats .stat .small, .table th {
    color: rgba(0,0,0,.3);
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase
}
.stats .stat .small {
    line-height: 1;
    margin-top: 3px
}
.table {
    margin: 0;
    width: 100%
}
.table tbody.ui-sortable {
    height: 25px
}
.table th {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 15px 25px
}
.table tr {
    background: rgba(0,0,0,0);
    transition: .25s background-color ease-out
}
.table tr.tr-selected {
    background: rgba(0,0,0,.01)
}
.table tr.tr-selectable {
    cursor: pointer
}
.table tr.tr-selectable:hover {
    background: rgba(0,0,0,.02)
}
.table tr:last-child td {
    border-bottom: none
}
.table td {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 12px 25px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.table td .large {
    color: rgba(0,0,0,.8);
    font-weight: 500;
    display: block;
    font-size: 1.6rem;
    line-height: 1.333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.table td .large.post-title {
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis
}
.table td .small {
    color: rgba(0,0,0,.4);
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.table.table-processors td {
    white-space: normal
}
.table .td-checkbox {
    padding: 12px 0 12px 25px;
    width: 10px
}
.table .td-checkbox input {
    opacity: 0;
    transition: 250ms opacity ease
}
.table tr.tr-selected .td-checkbox input, .table tr:hover .td-checkbox input {
    opacity: 1
}
.table .td-image {
    padding-right: 0;
    width: 50px
}
.table .td-image .profile-photo {
    border-radius: 50%;
    display: block;
    height: 50px;
    margin: -3px 0;
    width: 50px
}
.table .td-actions {
    text-align: right
}
.empty-group, td.loading {
    text-align: center
}
.table .td-fixed {
    max-width: 300px
}
.table .no-results:hover {
    background: 0 0!important
}
.table .no-results td {
    border: 0;
    cursor: default!important;
    padding: 60px 0!important;
    text-align: center
}
.table .no-results td .fa {
    color: rgba(0,0,0,.1);
    font-size: 100px;
    margin-bottom: 15px
}
.table .no-results td .message {
    color: rgba(0,0,0,.4);
    font-size: 1.8rem!important;
    font-weight: 400!important
}
.empty-group {
    color: #999;
    font-size: 18px!important;
    font-weight: 400;
    padding: 25px!important
}
.table-invoice {
    width: 750px
}
.table-invoice td {
    font-size: 14px;
    padding: 15px
}
#table-organization-members td, #table-permissions td, #table-processor-accounts td {
    line-height: 1;
    padding: 15px 25px;
    cursor: pointer
}
.table-invoice .invoice-label {
    font-weight: 500;
    text-align: right;
    width: 20%
}
@media print {
    body * {
        visibility: hidden
    }
    .invoice, .invoice * {
        visibility: visible;
        width: 100%
    }
    .print-invoice, .print-invoice * {
        visibility: hidden
    }
}
.table-processors td, .table-processors th {
    transition: all .2s ease-in-out;
    vertical-align: top;
    width: 26%
}
.table-processors td {
    border-bottom: 1px solid #eaeaea
}
.table-processors .title {
    width: 18%
}
#table-organization-members, #table-permissions {
    width: 100%
}
.table-processors th.selected {
    background-color: #e6eff0;
    border: 1px solid #cfdfe1;
    border-bottom: 2px solid #4397a3
}
.table-processors td.selected {
    background-color: #e6eff0;
    border: 1px solid #cfdfe1;
    color: #000
}
#table-organization-members tr:hover, #table-permissions tr:hover, #table-processor-accounts tr:hover {
    background: #f9f9f9
}
.table-processors td i.icon-facetime-video {
    margin-top: -1px;
    margin-right: 2px;
    opacity: .4;
    -moz-opacity: .4;
    filter: alpha(opacity=40)
}
#table-organization-members .actions {
    text-align: right
}
#table-organization-members .pending {
    color: #893d3d;
    font-size: 12px
}
#table-permissions .actions {
    width: 64px
}
#table-processor-accounts {
    width: 100%
}
.no-campaigns {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    padding: 20px
}
.table-group {
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    margin-bottom: 25px
}
.table-group-actions {
    margin: 25px 25px 10px;
    text-align: right
}
.table-group-heading {
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 3px 3px 0 0;
    background: #fff;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 20px
}
.table-group-heading .actions {
    float: right
}
.table-group-heading .actions a {
    margin-left: 15px
}
.table-group-heading .table-group-title, .table-group-heading .toggle-expand {
    margin-right: 10px
}
.table-group-heading a {
    color: #666;
    display: inline-block;
    position: relative;
    text-decoration: none
}
.table-group-heading a:hover {
    color: #888;
    text-decoration: none
}
#table-campaigns .booya {
    background: #f9f9f9;
    border: 1px solid #009fe0!important;
    -webkit-transform: scale(1.01)
}
#table-campaigns tr {
    -webkit-transform: scale(1)
}
#table-campaigns tr:hover {
    background: #f9f9f9
}
#table-campaigns th {
    padding: 15px
}
#table-campaigns td {
    cursor: pointer;
    line-height: 1;
    padding: 15px
}
#table-campaigns .status {
    padding-right: 0!important;
    width: 5px
}
#table-campaigns .meta {
    max-width: 200px
}
#table-campaigns .meta .large, #table-campaigns .meta .small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
#table-campaigns .status.enabled {
    color: #82b550
}
#table-campaigns .status.disabled {
    color: #b76558
}
#table-campaigns .num-donations, #table-campaigns .num-projects, #table-campaigns .num-shares, #table-campaigns .num-teams, #table-campaigns .num-visitors {
    width: 10%
}
#table-campaigns .type {
    width: 5px
}
#table-campaigns .actions {
    display: none;
    text-align: right;
    width: 50px
}
#table-campaigns .actions a {
    color: #666;
    text-decoration: none
}
#table-campaigns .actions a:hover {
    color: #888;
    text-decoration: none
}
.table-group-wrapper.organizing #table-campaigns .actions {
    display: table-cell
}
.table-group-heading .tooltip:after {
    content: '';
    position: absolute;
    z-index: 10005;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid #111;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: translateY(0) translateX(-50%)
}
.table-group-heading .tooltip {
    background-color: #111;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    display: block;
    line-height: 28px;
    height: 28px;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    pointer-events: none;
    left: 50%;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
    z-index: 10005;
    transition: all .2s ease-out;
    transform: translateY(-50px) translateX(-50%)
}
.table-group-heading a:hover .tooltip {
    opacity: 1;
    transform: translateY(-40px) translateX(-50%)
}
.booya2 {
    background: #fff;
    border: 1px solid #009fe0!important;
    opacity: .9
}
#table-contacts tr:hover, #table-members tr:hover {
    background: #f9f9f9
}
.table-group-placeholder {
    border: 1px dashed #999;
    border-radius: 5px;
    color: #999;
    font-size: 18px;
    margin-bottom: 25px;
    padding: 40px 0;
    text-align: center
}
.table-group-heading .edit-group {
    transition: opacity .2s ease-out;
    opacity: 0
}
.table-group-heading:hover .edit-group {
    opacity: 1
}
#table-members td {
    cursor: pointer;
    line-height: 1;
    padding: 15px 25px
}
#table-members .image {
    padding: 10px 0 10px 25px;
    width: 65px
}
#table-members .image-border {
    height: 50px;
    overflow: hidden;
    width: 50px;
    border-radius: 25px
}
#table-members .image-border img {
    display: block;
    height: 50px;
    width: 50px
}
#table-members .admin {
    padding-right: 0
}
#table-members .action {
    text-align: right
}
#table-contacts {
    width: 100%;
    table-layout: fixed
}
#table-contacts tr {
    display: none
}
#table-contacts tr.show_in_search {
    display: block!important
}
#table-contacts td {
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
    padding: 0 15px
}
.tabs a, .tabs a span, .tt-header {
    font-weight: 700
}
#table-contacts td:nth-child(1) {
    font-size: 14px;
    vertical-align: middle;
    width: 25px
}
#table-contacts td:nth-child(2) {
    overflow: hidden;
    width: 200px
}
#table-contacts td:nth-child(3) {
    overflow: hidden;
    width: 225px
}
.tabs {
    display: -ms-flexbox;
    display: flex
}
.tabs a {
    border-bottom: 3px solid transparent;
    color: rgba(0,0,0,.3);
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.2rem;
    height: 55px;
    line-height: 58px;
    margin-right: 25px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s border ease;
    white-space: nowrap
}
.tabs a span {
    background-color: #dedede;
    border-radius: 50%;
    color: rgba(0,0,0,.5);
    display: inline-block;
    font-size:.8rem;
    height: 22px;
    line-height: 22px;
    margin-left: 5px;
    text-align: center;
    width: 22px
}
.tabs a.active {
    border-bottom: 3px solid rgba(0,0,0,.18);
    color: #000;
    text-decoration: none
}
.tabs a.active:hover {
    border-bottom: 3px solid rgba(0,0,0,.2)
}
.tabs a:hover {
    border-bottom: 3px solid rgba(0,0,0,.08);
    text-decoration: none
}
.toggle-help {
    color: rgba(0,0,0,.5);
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 0 10px;
    vertical-align: middle
}
.switch-wrapper {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}
.switch-disabled {
    opacity: .5;
    pointer-events: none
}
.switch {
    position: relative;
    display: inline-block
}
.switch-input {
    display: none
}
.switch-label {
    display: block;
    width: 48px;
    height: 24px;
    text-indent: -150%;
    clip: rect(0 0 0 0);
    color: transparent;
    -webkit-user-select: none;
    user-select: none
}
.switch-label:after, .switch-label:before {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer
}
.switch-label:before {
    width: 100%;
    height: 100%;
    background-color: #dedede;
    border-radius: 9999em;
    transition: background-color .25s ease
}
.pane .switch-label:before {
    background-color: #2d9dac
}
.switch-label:after {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.45);
    transition: left .25s ease
}
.switch-input:checked+.switch-label:before {
    background-color: #F37B58
}
.pane .switch-input:checked+.switch-label:before {
    background-color: #2d9dac!important
}
.switch-input:checked+.switch-label:after {
    left: 24px
}
.tt-header {
    border-bottom: 1px solid #dedede;
    color: rgba(0,0,0,.3);
    font-size: 11px;
    padding: 10px;
    text-transform: uppercase
}
.twitter-typeahead .tt-hint, .twitter-typeahead .tt-query {
    margin-bottom: 0
}
.twitter-typeahead .tt-hint {
    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 rgba(0,0,0,.1);
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.tt-menu {
    max-height: 300px;
    min-width: 300px;
    margin-top: 2px;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    background-clip: padding-box
}
.tt-suggestion {
    cursor: pointer;
    display: block
}
.tt-suggestion p {
    margin: 0
}
.tt-suggestion.tt-is-under-cursor .tt-fundraiser {
    border-bottom: 1px solid #cecece;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7)
}
.tt-suggestion.tt-is-under-cursor .image {
    background: #dedede;
    background: linear-gradient(to bottom, #eaeaea, #dedede);
    border-right: 1px solid #cecece
}
.tt-suggestion.tt-is-under-cursor .meta {
    background: #f1f1f1
}
.tt-fundraiser {
    border-bottom: 1px solid #dedede
}
.tt-fundraiser .image {
    background: #f1f1f1;
    background: linear-gradient(to bottom, #f9f9f9, #f1f1f1);
    border-right: 1px solid #eaeaea;
    float: left;
    padding: 10px
}
.tt-fundraiser .image img {
    display: block;
    border-radius: 20px;
    height: 35px;
    width: 35px
}
.tt-fundraiser .meta {
    margin-left: 55px;
    padding: 12px 12px 13px
}
.tt-fundraiser .meta .name {
    color: #333;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400
}
.tt-fundraiser .meta .email {
    color: #888;
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    margin-top: 3px
}
#body-auth #overlay {
    background-image: url(../img/computer-bg.jpg);
    background-size: cover;
    background-position: -100px 0
}
#body-auth #overlay::after {
    background-image-NONE: linear-gradient(150deg, #30bed1 50%, #564bdd 100%);
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .9;
    z-index: 0
}
@media only screen and (max-width:480px) {
    #body-auth #content {
        width: 100%
    }
}
#body-auth #testimonial {
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    text-align: center;
    top: 0
}
@media only screen and (min-width:480px) and (max-width:799px) {
    #body-auth #content {
        min-width: 480px;
        width: 70%
    }
    #body-auth #testimonial {
        width: 30%
    }
}
@media only screen and (min-width:800px) and (max-width:1199px) {
    #body-auth #content {
        min-width: 560px;
        width: 55%
    }
    #body-auth #testimonial {
        width: 41%
    }
}
@media only screen and (min-width:1200px) {
    #body-auth #content {
        min-width: 700px;
        width: 40%
    }
    #body-auth #testimonial {
        width: 46%
    }
}
#body-auth #testimonial .quote {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    width: 80%
}
#body-auth #testimonial .author {
    color: rgba(255,255,255,.7);
    font-size: 1.8rem;
    margin-top: 15px;
    width: 80%
}
#body-auth .description {
    color: rgba(0,0,0,.5);
    font-size: 1.8rem
}
@media only screen and (max-width:480px) {
    #body-auth .description {
        font-size: 1.4rem
    }
}
#body-auth .signup-tos {
    color: rgba(0,0,0,.5)
}
#body-auth #accept_tos_form_group {
    height: 0;
    visibility: hidden
}
.campaign-types {
    display: -ms-flexbox;
    display: flex
}
.campaign-types a {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 350px;
    margin-right: 15px;
    opacity: 1;
    padding: 20px;
    text-decoration: none
}
.campaign-types a:last-child {
    margin-right: 0
}
.campaign-types a.deselect {
    opacity: .9
}
.campaign-types a.restricted {
    cursor: not-allowed;
    opacity: .4;
    pointer-events: none
}
.campaign-types a.error {
    border: 1px solid rgba(185,74,72,.7)
}
.campaign-types a.active {
    border: 1px solid rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    opacity: 1
}
.campaign-types a .image img {
    max-width: 100%
}
.campaign-types a .title {
    color: rgba(0,0,0,.8);
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .25px;
    text-align: center
}
.campaign-types a .description {
    color: rgba(0,0,0,.5);
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 15px
}
input#recipient {
    width: 300px
}
#recipient-assigned, #recipient-selected {
    display: none
}
#recipient-selected .body {
    border: 1px solid #dedede;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 75%;
    position: relative
}
#recipient-selected .body .remove {
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #eaeaea;
    color: #888;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    padding: 0 5px;
    text-decoration: none
}
#recipient-selected .body .remove:hover {
    background: #f9f9f9
}
#recipient-selected .body .photo {
    -ms-flex-align: center;
    align-items: center;
    background: #f1f1f1;
    background: linear-gradient(to bottom, #f9f9f9, #f1f1f1);
    border-right: 1px solid #eaeaea;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    max-width: 80px
}
#recipient-selected .body .photo .profile-photo {
    display: block;
    background-size: cover;
    border-radius: 50%;
    height: 60px;
    width: 60px
}
#recipient-selected .body .meta {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    text-align: left
}
#recipient-selected .body .name {
    color: #333;
    font-size: 16px;
    line-height: 1.333;
    font-weight: 500
}
#recipient-selected .body .email {
    color: #888;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin-top: 3px
}
.editor-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    margin: 0
}
.editor-wrapper .editor-toolbar {
    -ms-flex-align: center;
    align-items: center;
    background: #eaeaea;
    border-bottom: 1px solid rgba(0,0,0,.05);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.editor-wrapper .editor-toolbar .editor-menu {
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    text-align: left
}
.editor-wrapper .editor-toolbar .editor-devices-switcher {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}
.editor-wrapper .editor-toolbar .editor-devices-caption {
    color: rgba(0,0,0,.5);
    font-size: 1.1rem;
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase
}
.editor-wrapper .editor-toolbar .editor-devices {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex
}
.editor-wrapper .editor-toolbar .editor-devices a:last-child {
    border-right: none
}
.editor-wrapper .editor-toolbar .editor-devices a {
    background: rgba(0,0,0,0);
    border-right: 1px solid rgba(0,0,0,.1);
    display: block;
    color: rgba(0,0,0,.5);
    font-size: 11px;
    font-weight: 500;
    height: 45px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s background ease;
    width: 45px
}
.editor-wrapper .editor-toolbar .editor-devices a.active, .editor-wrapper .editor-toolbar .editor-devices a:hover {
    background: rgba(0,0,0,.05)
}
.editor-wrapper .editor-toolbar .editor-devices a .fa {
    font-size: 14px;
    font-weight: 400
}
.editor-wrapper .editor-toolbar .editor-status {
    color: rgba(0,0,0,.5);
    font-size: 12px;
    margin-right: 10px
}
.editor-wrapper .editor-toolbar .editor-publish {
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
    text-align: right
}
.editor-wrapper .editor-content {
    background: #eaeaea;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1
}
.editor-wrapper .editor-content .editor-tray {
    border-right: 1px solid rgba(0,0,0,.05);
    overflow-y: scroll;
    padding: 20px
}
.editor-wrapper .editor-content .editor-window {
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative
}
.editor-wrapper .text-block-toolbar {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: -50px;
    transition: .25s top ease-out;
    width: 600px
}
.editor-wrapper .text-block-toolbar.active {
    top: 25px
}
.editor-wrapper .text-block-toolbar .fr-toolbar {
    border-radius: 3px
}
.editor-wrapper .editor-unpublished {
    color: rgba(255,255,255,.8);
    background: #7171e1;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 50px;
    height: 50px;
    text-align: center;
    transition: .25s top ease;
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%
}
.editor-window.unpublished .editor-unpublished {
    top: 0
}
.editor-wrapper .editor-unpublished a {
    color: #a0a0e7;
    text-decoration: underline
}
#color-menu .color span, #color-menu .picker a, .template-menu>a, .template-menu>a:hover {
    text-decoration: none
}
.editor-wrapper .iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
.editor-window.unpublished .iframe {
    top: 50px
}
.editor-wrapper .iframe.iframe-desktop iframe {
    margin: 20px;
    min-width: 980px;
    width: calc(100% - 40px)
}
.editor-wrapper .iframe.iframe-tablet iframe {
    margin: 20px auto;
    max-width: 760px;
    width: 100%
}
.editor-wrapper .iframe.iframe-mobile iframe {
    margin: 20px auto;
    max-width: 320px;
    width: 100%
}
.editor-wrapper .iframe iframe {
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    display: block;
    height: calc(100% - 40px);
    overflow: hidden
}
.template-menu {
    display: block;
    overflow: hidden;
    position: relative
}
.template-menu.active {
    overflow: visible
}
.template-menu>a {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    color: rgba(0,0,0,.5);
    display: inline-block;
    font-size: 13px;
    height: 47px;
    line-height: 45px;
    min-width: 235px;
    padding: 0 15px
}
.template-menu.active .templates {
    opacity: 1
}
.template-menu .templates {
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    border-radius: 3px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 49px;
    transition: .25s opacity ease;
    width: 450px;
    z-index: 5
}
.template-menu .templates .template {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    cursor: pointer;
    min-height: 75px;
    margin: 20px;
    position: relative;
    transition: .25s background ease
}
.template-menu .templates .template.active {
    border: 1px solid rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.template-menu .templates .template.disabled {
    cursor: default
}
.template-menu .templates .template.disabled .template-meta .description, .template-menu .templates .template.disabled .template-meta .title {
    color: rgba(0,0,0,.3)
}
.template-menu .templates .template.disabled .template-disabled {
    display: block
}
.template-menu .templates .template.disabled .template-disabled .template-disabled-message {
    background: rgba(0,0,0,.8);
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}
.template-menu .templates .template:hover {
    background: #f9f9f9
}
.template-menu .templates .template .template-disabled {
    display: none
}
.template-menu .templates .template .template-preview {
    border-right: 1px solid rgba(0,0,0,.05);
    display: none;
    width: 150px
}
.template-menu .templates .template .template-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    width: 300px
}
.template-menu .templates .template .template-meta .title {
    color: rgba(0,0,0,.8);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3333;
    margin-bottom: 10px
}
.template-menu .templates .template .template-meta .description {
    color: rgba(0,0,0,.6);
    font-size: 13px;
    line-height: 1.6
}
.editor-tray .heading {
    color: rgba(0,0,0,.3);
    display: block;
    font-size: 11px;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase
}
#color-menu {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    padding: 20px;
    min-width: 235px
}
#color-menu .color {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 10px 0
}
#color-menu .color div {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}
#color-menu .color a {
    background-size: cover;
    border-radius: 50%;
    color: rgba(255,255,255,.5);
    display: block;
    height: 25px;
    width: 25px
}
#color-menu .color a span {
    display: none
}
#color-menu .color span {
    color: rgba(0,0,0,.5);
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 10px
}
#color-menu .picker .sp-input {
    color: rgba(0,0,0,.6);
    font-size: 14px!important;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    outline: 0;
    padding: 5px;
    margin: 0;
    width: 100%;
    background: 0 0
}
#color-menu .picker .picker-background, #color-menu .picker .picker-color {
    border-top: 1px solid rgba(0,0,0,.05);
    margin-top: 10px
}
#color-menu .picker .picker-loader .loader {
    margin-top: 10px
}
#color-menu .picker .button-group {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px
}
#color-menu .picker .button-group a {
    margin: 0 5px
}
#color-menu .picker a {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    color: rgba(0,0,0,.6);
    display: inline-block;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center
}
.picker-background-preview {
    -ms-flex-align: center;
    align-items: center;
    background-color: #cecece;
    background-size: cover;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    height: 154px;
    -ms-flex-pack: center;
    justify-content: center;
    width: 193px
}
.picker-background-preview .picker-background-upload, .picker-background-preview .remove-background {
    background: rgba(0,0,0,.8);
    border: 0;
    border-radius: 3px;
    color: rgba(255,255,255,.8);
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 32px
}
.picker-background-preview .picker-background-upload span, .picker-background-preview .remove-background span {
    color: rgba(255,255,255,.8);
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}
.picker-background-preview .picker-background-upload input, .picker-background-preview .remove-background input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer
}
.picker-background-preview .remove-background {
    border: 0!important;
    color: rgba(255,255,255,.8)!important;
    -ms-flex: none!important;
    flex: none!important;
    font-size: 14px!important;
    height: 32px;
    line-height: 32px!important;
    margin-left: 5px;
    width: 32px
}
.picker-background-position.disabled {
    cursor: default;
    pointer-events: none;
    opacity: .3
}
.picker-background-position a.active {
    background: #d3e4f0;
    border: 1px solid rgba(102,175,233,.6)!important;
    color: #5891b6!important
}
.welcome, .welcome .welcome-blah {
    border: 1px solid rgba(0,0,0,.1)
}
.welcome {
    background: #fff;
    border-radius: 3px
}
.welcome.hide {
    display: none
}
.welcome .hide-welcome {
    color: rgba(0,0,0,.4);
    text-decoration: underline;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    top: 20px
}
.welcome h3 {
    color: rgba(0,0,0,.8);
    font-size: 2.1rem;
    padding-bottom: 20px
}
.welcome h4 {
    color: rgba(0,0,0,.8);
    font-size: 1.9rem;
    margin-bottom: 15px
}
.welcome .welcome-main {
    display: -ms-flexbox;
    display: flex;
    margin: 25px
}
.welcome .welcome-main:last-child {
    border-bottom: 0
}
.welcome .welcome-video-placeholder {
    background: #fff;
    margin: 25px 0 25px 25px;
    padding-top: 5px;
    width: 450px
}
.welcome .welcome-message {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 25px
}
.welcome .welcome-message div {
    color: rgba(0,0,0,.6);
    font-size: 1.5rem;
    line-height: 1.6
}
.welcome .welcome-blah {
    -ms-flex-align: center;
    align-items: center;
    background: rgba(113,113,225,.03);
    border-left: 3px solid #7171e1;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1;
    flex: 1;
    padding: 25px
}
.welcome .welcome-blah img {
    float: right;
    margin-left: 25px;
    width: 200px
}
.welcome .welcome-blah h4 {
    color: #7171e1;
    font-size: 2.1rem
}
.welcome .welcome-cta {
    border: 1px solid rgba(0,0,0,.1);
    border-left: 3px solid #53d373;
    border-radius: 3px;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px;
    margin-right: 13px;
    padding: 25px
}
.welcome .welcome-cta h4 {
    color: #43b860
}
.welcome .welcome-cta:first-child {
    margin-left: 0
}
.welcome .welcome-cta:last-child {
    border-left: 3px solid #2a78df;
    margin-right: 0
}
.welcome .welcome-cta:last-child h4 {
    color: #2b6fc9
}
.welcome .welcome-cta .welcome-cta-text {
    color: rgba(0,0,0,.6);
    font-size: 1.4rem;
    line-height: 1.6;
    height: 105px;
    margin-bottom: 15px
}
.last-modified, .unpublished-changes {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase
}
.last-modified {
    color: rgba(0,0,0,.3)
}
.unpublished-changes {
    color: #7171e1;
    margin-top: 5px
}
.setup-logo img {
    width: 175px
}
.setup-progress .progress-bar {
    display: -ms-flexbox;
    display: flex;
    height: 6px;
    width: 100%
}
.setup-progress .progress-bar-segment {
    background: rgba(51,188,47,.2);
    border-right: 5px solid #fff;
    -ms-flex: 1;
    flex: 1;
    height: 100%
}
.setup-progress .progress-bar-segment.active {
    background: #33bc2f
}
.setup-progress .progress-bar-segment:first-child {
    border-radius: 3px 0 0 3px
}
.setup-progress .progress-bar-segment:last-child {
    border-right: 0;
    border-radius: 0 3px 3px 0
}
.setup-progress .progress-text {
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
    width: 100%
}
.setup-progress .progress-text-segment {
    color: rgba(0,0,0,.3);
    border-right: 5px solid #fff;
    -ms-flex: 1;
    flex: 1;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase
}
#body-setup #testimonial, .setup-item {
    -ms-flex-align: center;
    display: -ms-flexbox
}
.setup-progress .progress-text-segment.active {
    color: rgba(0,0,0,.6)
}
.setup-progress .progress-text-segment:last-child {
    border-right: 0
}
#body-setup #overlay {
    background-image: url();
    background-size: cover;
    background-position: -100px 0
}
#body-setup #overlay::after {
    background-image: linear-gradient(150deg, #30bed1 50%, #564bdd 100%);
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .9;
    z-index: 0
}
@media only screen and (max-width:480px) {
    #body-setup #content {
        width: 100%
    }
}
#body-setup #testimonial {
    align-items: center;
    bottom: 0;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    text-align: center;
    top: 0
}
@media only screen and (min-width:480px) and (max-width:799px) {
    #body-setup #content {
        min-width: 480px;
        width: 70%
    }
    #body-setup #testimonial {
        width: 30%
    }
}
@media only screen and (min-width:800px) and (max-width:1199px) {
    #body-setup #content {
        min-width: 560px;
        width: 55%
    }
    #body-setup #testimonial {
        width: 41%
    }
}
@media only screen and (min-width:1200px) {
    #body-setup #content {
        min-width: 700px;
        width: 40%
    }
    #body-setup #testimonial {
        width: 46%
    }
}
#body-setup .description {
    color: rgba(0,0,0,.5);
    font-size: 1.7rem
}
@media only screen and (max-width:480px) {
    #body-setup .description {
        font-size: 1.4rem
    }
}
.stripe .has-warning {
    border: 1px solid #7171e1
}
.setup {
    color: rgba(255,255,255,.8);
    background: #7171e1;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 25px;
    text-align: center
}
.embed-code pre, .sidebar h5, .zapier-webhook .event {
    font-weight: 400
}
.setup a {
    color: #a0a0e7;
    text-decoration: underline
}
#invoices a, #invoices a:hover, .zapier-webhook .actions a, .zapier-webhook .actions a:hover {
    text-decoration: none
}
.setup-item {
    align-items: center;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    transition: .25s border ease
}
.setup-item:last-child {
    margin-bottom: none
}
.setup-item.active {
    background: #f5f9f6;
    cursor: default;
    border: 1px solid #72b17e
}
.setup-item.active .fa-check-circle {
    color: #72b17e!important
}
.setup-item:hover {
    border: 1px solid rgba(0,0,0,.2)
}
.setup-item .setup-item-meta {
    padding: 20px
}
.setup-item .setup-item-meta h4 {
    color: rgba(0,0,0,.8);
    line-height: 1.3;
    font-size: 1.8rem
}
.setup-item .setup-item-meta .description {
    color: rgba(0,0,0,.5);
    font-size: 14px;
    line-height: 1.6
}
.setup-item .setup-item-action {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px
}
.setup-item .setup-item-action .fa-check-circle {
    color: #dedede;
    font-size: 36px
}
.setting-description {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 15px;
    max-width: 75%
}
.sidebar h5 {
    color: #29889d
}
.tier-list .tier {
    -ms-flex-align: end;
    align-items: flex-end;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px
}
.tier-list .tier .form-group {
    -ms-flex: 1;
    flex: 1;
    margin: 0 15px 0 0
}
.tier-list .tier .form-group:first-child {
    max-width: 150px
}
.tier-list .tier .remove-tier {
    height: 34px;
    line-height: 34px;
    padding: 0 15px
}
.embed-code pre {
    background: #222;
    border-radius: 3px;
    color: rgba(255,255,255,.8);
    font-family: monospace;
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 0;
    padding: 5px 25px;
    page-break-inside: avoid
}
.embed-code .embed-highlight {
    background: 0 0;
    color: #c56f6f
}
.embed-instructions {
    color: rgba(0,0,0,.6);
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 15px 0;
    width: 75%
}
.embed-highlight {
    background: #eaeaea;
    color: red
}
.organization-accounts {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px
}
.organization-accounts .organization-account {
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-left: 3px solid transparent;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px
}
.organization-accounts .organization-account:last-child {
    border-bottom: none
}
.organization-accounts .organization-account.active {
    background: rgba(102,175,233,.06);
    color: #296392;
    border-left: 2px solid rgba(102,175,233,.6)
}
.zapier-webhooks {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    height: 175px;
    overflow-y: scroll
}
.zapier-webhook {
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.05);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px
}
.zapier-webhook .actions a, .zapier-webhook .created-at {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase
}
.zapier-webhook .created-at {
    color: rgba(0,0,0,.3);
    margin-left: 10px
}
.zapier-webhook.empty {
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    color: rgba(0,0,0,.3);
    display: -ms-flexbox;
    display: flex;
    height: 175px;
    -ms-flex-pack: center;
    justify-content: center
}
.api-key {
    margin-bottom: 15px
}
.subscription {
    min-height: 651px
}
.subscription>div {
    height: 100%
}
.modal .subscription {
    width: 900px
}
.subscription .-text-block {
    font-size: 16px;
    margin: 5px auto 0;
    width: 70%
}
.plans-switcher {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 45px
}
.plans-switcher a.button-hollow {
    border: none;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 250px
}
.plans-switcher a.button-hollow.active {
    border-radius: 0;
    border-bottom: 2px solid rgba(0,0,0,.2);
    color: rgba(0,0,0,.8)
}
.plans-switcher a.button-hollow:last-child {
    margin-left: 10px
}
.plans {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px
}
.plans .tier {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    margin: 10px;
    max-width: 275px;
    padding: 25px;
    position: relative;
    text-align: center
}
.plans.plans-annual .tier, .plans.plans-monthly .tier {
    display: -ms-flexbox;
    display: flex
}
.plans.plans-annual #plan-custom, .plans.plans-annual #plan-starter, .plans.plans-monthly #plan-custom, .plans.plans-monthly #plan-starter {
    display: none
}
.plans.plans-custom #plan-custom {
    display: -ms-flexbox;
    display: flex
}
.plans .tier.active {
    border: 1px solid #30bed1
}
.plans .tier .popular {
    background: #7171e1;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    text-transform: uppercase;
    position: absolute;
    margin-left: -75px;
    width: 150px;
    left: 50%;
    top: -13px
}
.plans .tier .title {
    color: rgba(0,0,0,.8);
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px
}
.plans .tier .price {
    color: #30bed1;
    font-size: 26px;
    font-weight: 700
}
.plans .tier .price span {
    font-size: 16px;
    font-weight: 500
}
.plans .tier .feature-heading {
    border-top: 1px solid rgba(0,0,0,.05);
    color: rgba(0,0,0,.5);
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    padding: 20px 0 5px;
    text-align: left
}
.plans .tier .feature {
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 1.3;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
    text-align: left
}
.plans .tier .feature.discount {
    color: rgba(0,0,0,.5);
    font-size: 13px;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 400
}
.plans .tier .feature.fee {
    color: rgba(0,0,0,.7);
    display: block;
    font-size: 13;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.6;
    margin-top: 15px;
    text-transform: uppercase
}
.plans .tier .feature .fa {
    font-size: 14px;
    font-weight: 400
}
.plans .tier .divider {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding-bottom: 20px;
    margin-bottom: 10px
}
.plans .tier .feature.fee {
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 20px
}
.plans .tier .action, .plans .tier .action-none {
    margin-top: auto;
    padding-top: 40px
}
#plan-custom .action-none {
    padding-top: 15px
}
.bottom-subscription-text .tooltip-link, .tier .tooltip-link {
    color: rgba(0,0,0,.5);
    display: inline-block;
    position: relative
}
.bottom-subscription-text .fa, .tier .fa {
    font-size: 14px;
    font-weight: 400
}
.bottom-subscription-text .tooltip, .tier .tooltip {
    background: rgba(0,0,0,.9);
    border-radius: 3px;
    color: #fff;
    display: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    padding: 10px;
    width: 250px;
    position: absolute;
    left: -125px;
    top: 27px;
    z-index: 5
}
#invoices a, .bottom-subscription-text .tooltip-link:hover .tooltip, .tier .tooltip-link:hover .tooltip {
    display: block
}
.bottom-subscription-text .tooltip.tooltip-pull-right, .tier .tooltip.tooltip-pull-right {
    left: -200px
}
.bottom-subscription-text .tooltip:after, .tier .tooltip:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0,0,0,.9);
    left: 125px;
    top: -5px
}
.bottom-subscription-text .tooltip.tooltip-pull-right:after, .tier .tooltip.tooltip-pull-right:after {
    left: 200px
}
#invoices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
#invoices a {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 3px;
    color: rgba(0,0,0,.5);
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 6px 10px 5px;
    transition: .25s border ease, .25s color ease
}
#invoices a:hover {
    border: 1px solid rgba(0,0,0,.3);
    color: rgba(0,0,0,.7)
}
.faq {
    display: -ms-flexbox;
    display: flex
}
.faq>div {
    -ms-flex: 1;
    flex: 1
}
.faq>div:last-child {
    padding-left: 25px
}
.faq li {
    border-bottom: 1px solid rgba(0,0,0,.05);
    color: rgba(0,0,0,.6);
    line-height: 1.6;
    font-size: 14px;
    padding: 25px 0
}
.faq li b {
    color: rgba(0,0,0,.8);
    font-weight: 500;
    font-size: 16px
}
.restricted-feature {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
.cd-empty .restricted-feature h2 {
    font-size: 18px
}
.restricted-feature .-text-block {
    font-size: 16px
}
.cd-empty .restricted-feature .-text-block, .restricted-feature.restricted-type-button .-text-block {
    font-size: 14px
}
.restricted-feature.restricted-type-full {
    background: #f9f9f9;
    display: block
}
.restricted-feature.restricted-type-full .restricted-feature-modal {
    margin: 50px auto;
    padding: 50px;
    width: 75%
}
.restricted-feature.restricted-type-section {
    border-top: 1px solid rgba(0,0,0,.05);
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255,255,255,.85);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}
.restricted-feature.restricted-type-section .restricted-feature-modal {
    margin: 0;
    padding: 25px;
    width: 65%
}
.cd-empty .restricted-feature.restricted-type-section .restricted-feature-modal {
    margin: 25px;
    padding: 25px;
    width: auto
}
.restricted-feature.restricted-type-button {
    display: block;
    margin-top: 20px;
    position: relative
}
.restricted-feature.restricted-type-button .restricted-feature-modal {
    font-size: 14px;
    padding: 25px
}
.profile {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.profile .profile-photo {
    background-size: cover;
    border-radius: 50%;
    height: 80px;
    margin-right: 15px;
    width: 80px
}
.profile .profile-meta {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 10px
}
.profile .profile-meta .display-name, .profile .profile-meta .name {
    color: rgba(0,0,0,.8);
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.333
}
.profile .profile-meta .url a {
    font-size: 1.4rem;
    line-height: 1.333
}
.profile .profile-meta .status {
    color: rgba(0,0,0,.5);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.333;
    margin-top: 10px;
    text-transform: uppercase
}
.profile .profile-meta .status .fa {
    color: transparent;
    font-size: 12px
}
.profile .profile-meta .status .fa.active {
    color: #53bd67
}
.profile .profile-meta .status .fa.disabled {
    color: #bd5353
}
#add_member {
    width: 300px
}
.td-image .enabled {
    border: 2px solid #6fc034
}
.td-image .disabled {
    border: 2px solid #b64040
}
.td-image .incomplete {
    border: 2px solid #c08334
}



@media screen and (max-width:980px) {
    .docked #overlay, #body-auth #overlay::after, #body-auth #overlay {
        display: none !important;
    }
}


@media only screen and (max-width: 980px) {
    #body-auth #content {
        min-width: 560px;
        width: 100%;
    }
    body {

    }

    .docked #content .section {
        padding: 50px;
    }
}