.ui-notification {
    position: fixed;
    z-index: 9999;
    width: 300px;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    color: #fff;
    background: #337ab7;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3)
}

.ui-notification.killed {
    -webkit-transition: opacity ease 1s;
    -o-transition: opacity ease 1s;
    transition: opacity ease 1s;
    opacity: 0
}

.ui-notification>h3 {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: 10px 10px 0;
    padding: 0 0 5px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.ui-notification a {
    color: #fff
}

.ui-notification a:hover {
    text-decoration: underline
}

.ui-notification>.message {
    margin: 10px
}

.ui-notification.warning {
    color: #fff;
    background: #f0ad4e
}

.ui-notification.error {
    color: #fff;
    background: #d9534f
}

.ui-notification.success {
    color: #fff;
    background: #5cb85c
}

.ui-notification.info {
    color: #fff;
    background: #5bc0de
}

.ui-notification:hover {
    opacity: .7
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.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;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -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 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.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-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-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:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-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-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.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,
.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"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.ion,
.ion-alert-circled:before,
.ion-alert:before,
.ion-android-add-circle:before,
.ion-android-add:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-cloud:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done-all:before,
.ion-android-done:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite-outline:before,
.ion-android-favorite:before,
.ion-android-film:before,
.ion-android-folder-open:before,
.ion-android-folder:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone-off:before,
.ion-android-microphone:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-notifications:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person-add:before,
.ion-android-person:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove-circle:before,
.ion-android-remove:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share-alt:before,
.ion-android-share:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-star:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace-outline:before,
.ion-backspace:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox-working:before,
.ion-chatbox:before,
.ion-chatboxes:before,
.ion-chatbubble-working:before,
.ion-chatbubble:before,
.ion-chatbubbles:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-checkmark:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-close:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-code:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document-text:before,
.ion-document:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email-unread:before,
.ion-email:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-erlenmeyer-flask:before,
.ion-eye-disabled:before,
.ion-eye:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash-off:before,
.ion-flash:before,
.ion-folder:before,
.ion-fork-repo:before,
.ion-fork:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy-outline:before,
.ion-happy:before,
.ion-headphone:before,
.ion-heart-broken:before,
.ion-heart:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-help:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information-circled:before,
.ion-information:before,
.ion-ionic:before,
.ion-ios-alarm-outline:before,
.ion-ios-alarm:before,
.ion-ios-albums-outline:before,
.ion-ios-albums:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-analytics-outline:before,
.ion-ios-analytics:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at-outline:before,
.ion-ios-at:before,
.ion-ios-barcode-outline:before,
.ion-ios-barcode:before,
.ion-ios-baseball-outline:before,
.ion-ios-baseball:before,
.ion-ios-basketball-outline:before,
.ion-ios-basketball:before,
.ion-ios-bell-outline:before,
.ion-ios-bell:before,
.ion-ios-body-outline:before,
.ion-ios-body:before,
.ion-ios-bolt-outline:before,
.ion-ios-bolt:before,
.ion-ios-book-outline:before,
.ion-ios-book:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-box-outline:before,
.ion-ios-box:before,
.ion-ios-briefcase-outline:before,
.ion-ios-briefcase:before,
.ion-ios-browsers-outline:before,
.ion-ios-browsers:before,
.ion-ios-calculator-outline:before,
.ion-ios-calculator:before,
.ion-ios-calendar-outline:before,
.ion-ios-calendar:before,
.ion-ios-camera-outline:before,
.ion-ios-camera:before,
.ion-ios-cart-outline:before,
.ion-ios-cart:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-checkmark:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock-outline:before,
.ion-ios-clock:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-close:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cog-outline:before,
.ion-ios-cog:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-wand-outline:before,
.ion-ios-color-wand:before,
.ion-ios-compose-outline:before,
.ion-ios-compose:before,
.ion-ios-contact-outline:before,
.ion-ios-contact:before,
.ion-ios-copy-outline:before,
.ion-ios-copy:before,
.ion-ios-crop-strong:before,
.ion-ios-crop:before,
.ion-ios-download-outline:before,
.ion-ios-download:before,
.ion-ios-drag:before,
.ion-ios-email-outline:before,
.ion-ios-email:before,
.ion-ios-eye-outline:before,
.ion-ios-eye:before,
.ion-ios-fastforward-outline:before,
.ion-ios-fastforward:before,
.ion-ios-filing-outline:before,
.ion-ios-filing:before,
.ion-ios-film-outline:before,
.ion-ios-film:before,
.ion-ios-flag-outline:before,
.ion-ios-flag:before,
.ion-ios-flame-outline:before,
.ion-ios-flame:before,
.ion-ios-flask-outline:before,
.ion-ios-flask:before,
.ion-ios-flower-outline:before,
.ion-ios-flower:before,
.ion-ios-folder-outline:before,
.ion-ios-folder:before,
.ion-ios-football-outline:before,
.ion-ios-football:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-gear-outline:before,
.ion-ios-gear:before,
.ion-ios-glasses-outline:before,
.ion-ios-glasses:before,
.ion-ios-grid-view-outline:before,
.ion-ios-grid-view:before,
.ion-ios-heart-outline:before,
.ion-ios-heart:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-help:before,
.ion-ios-home-outline:before,
.ion-ios-home:before,
.ion-ios-infinite-outline:before,
.ion-ios-infinite:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-information:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad-outline:before,
.ion-ios-keypad:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-list-outline:before,
.ion-ios-list:before,
.ion-ios-location-outline:before,
.ion-ios-location:before,
.ion-ios-locked-outline:before,
.ion-ios-locked:before,
.ion-ios-loop-strong:before,
.ion-ios-loop:before,
.ion-ios-medical-outline:before,
.ion-ios-medical:before,
.ion-ios-medkit-outline:before,
.ion-ios-medkit:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-mic:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-minus:before,
.ion-ios-monitor-outline:before,
.ion-ios-monitor:before,
.ion-ios-moon-outline:before,
.ion-ios-moon:before,
.ion-ios-more-outline:before,
.ion-ios-more:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate-outline:before,
.ion-ios-navigate:before,
.ion-ios-nutrition-outline:before,
.ion-ios-nutrition:before,
.ion-ios-paper-outline:before,
.ion-ios-paper:before,
.ion-ios-paperplane-outline:before,
.ion-ios-paperplane:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-pause-outline:before,
.ion-ios-pause:before,
.ion-ios-paw-outline:before,
.ion-ios-paw:before,
.ion-ios-people-outline:before,
.ion-ios-people:before,
.ion-ios-person-outline:before,
.ion-ios-person:before,
.ion-ios-personadd-outline:before,
.ion-ios-personadd:before,
.ion-ios-photos-outline:before,
.ion-ios-photos:before,
.ion-ios-pie-outline:before,
.ion-ios-pie:before,
.ion-ios-pint-outline:before,
.ion-ios-pint:before,
.ion-ios-play-outline:before,
.ion-ios-play:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-plus:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags-outline:before,
.ion-ios-pricetags:before,
.ion-ios-printer-outline:before,
.ion-ios-printer:before,
.ion-ios-pulse-strong:before,
.ion-ios-pulse:before,
.ion-ios-rainy-outline:before,
.ion-ios-rainy:before,
.ion-ios-recording-outline:before,
.ion-ios-recording:before,
.ion-ios-redo-outline:before,
.ion-ios-redo:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-refresh:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind-outline:before,
.ion-ios-rewind:before,
.ion-ios-rose-outline:before,
.ion-ios-rose:before,
.ion-ios-search-strong:before,
.ion-ios-search:before,
.ion-ios-settings-strong:before,
.ion-ios-settings:before,
.ion-ios-shuffle-strong:before,
.ion-ios-shuffle:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipbackward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-snowy:before,
.ion-ios-speedometer-outline:before,
.ion-ios-speedometer:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-star:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-sunny-outline:before,
.ion-ios-sunny:before,
.ion-ios-telephone-outline:before,
.ion-ios-telephone:before,
.ion-ios-tennisball-outline:before,
.ion-ios-tennisball:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-time-outline:before,
.ion-ios-time:before,
.ion-ios-timer-outline:before,
.ion-ios-timer:before,
.ion-ios-toggle-outline:before,
.ion-ios-toggle:before,
.ion-ios-trash-outline:before,
.ion-ios-trash:before,
.ion-ios-undo-outline:before,
.ion-ios-undo:before,
.ion-ios-unlocked-outline:before,
.ion-ios-unlocked:before,
.ion-ios-upload-outline:before,
.ion-ios-upload:before,
.ion-ios-videocam-outline:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass-outline:before,
.ion-ios-wineglass:before,
.ion-ios-world-outline:before,
.ion-ios-world:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-minus:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon-round:before,
.ion-navicon:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-person:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-plus:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply-all:before,
.ion-reply:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad-outline:before,
.ion-sad:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android-outline:before,
.ion-social-android:before,
.ion-social-angular-outline:before,
.ion-social-angular:before,
.ion-social-apple-outline:before,
.ion-social-apple:before,
.ion-social-bitcoin-outline:before,
.ion-social-bitcoin:before,
.ion-social-buffer-outline:before,
.ion-social-buffer:before,
.ion-social-chrome-outline:before,
.ion-social-chrome:before,
.ion-social-codepen-outline:before,
.ion-social-codepen:before,
.ion-social-css3-outline:before,
.ion-social-css3:before,
.ion-social-designernews-outline:before,
.ion-social-designernews:before,
.ion-social-dribbble-outline:before,
.ion-social-dribbble:before,
.ion-social-dropbox-outline:before,
.ion-social-dropbox:before,
.ion-social-euro-outline:before,
.ion-social-euro:before,
.ion-social-facebook-outline:before,
.ion-social-facebook:before,
.ion-social-foursquare-outline:before,
.ion-social-foursquare:before,
.ion-social-freebsd-devil:before,
.ion-social-github-outline:before,
.ion-social-github:before,
.ion-social-google-outline:before,
.ion-social-google:before,
.ion-social-googleplus-outline:before,
.ion-social-googleplus:before,
.ion-social-hackernews-outline:before,
.ion-social-hackernews:before,
.ion-social-html5-outline:before,
.ion-social-html5:before,
.ion-social-instagram-outline:before,
.ion-social-instagram:before,
.ion-social-javascript-outline:before,
.ion-social-javascript:before,
.ion-social-linkedin-outline:before,
.ion-social-linkedin:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest-outline:before,
.ion-social-pinterest:before,
.ion-social-python:before,
.ion-social-reddit-outline:before,
.ion-social-reddit:before,
.ion-social-rss-outline:before,
.ion-social-rss:before,
.ion-social-sass:before,
.ion-social-skype-outline:before,
.ion-social-skype:before,
.ion-social-snapchat-outline:before,
.ion-social-snapchat:before,
.ion-social-tumblr-outline:before,
.ion-social-tumblr:before,
.ion-social-tux:before,
.ion-social-twitch-outline:before,
.ion-social-twitch:before,
.ion-social-twitter-outline:before,
.ion-social-twitter:before,
.ion-social-usd-outline:before,
.ion-social-usd:before,
.ion-social-vimeo-outline:before,
.ion-social-vimeo:before,
.ion-social-whatsapp-outline:before,
.ion-social-whatsapp:before,
.ion-social-windows-outline:before,
.ion-social-windows:before,
.ion-social-wordpress-outline:before,
.ion-social-wordpress:before,
.ion-social-yahoo-outline:before,
.ion-social-yahoo:before,
.ion-social-yen-outline:before,
.ion-social-yen:before,
.ion-social-youtube-outline:before,
.ion-social-youtube:before,
.ion-soup-can-outline:before,
.ion-soup-can:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle-filled:before,
.ion-toggle:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt-outline:before,
.ion-tshirt:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before,
.ionicons {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
    content: ""
}

.ion-alert-circled:before {
    content: ""
}

.ion-android-add:before {
    content: ""
}

.ion-android-add-circle:before {
    content: ""
}

.ion-android-alarm-clock:before {
    content: ""
}

.ion-android-alert:before {
    content: ""
}

.ion-android-apps:before {
    content: ""
}

.ion-android-archive:before {
    content: ""
}

.ion-android-arrow-back:before {
    content: ""
}

.ion-android-arrow-down:before {
    content: ""
}

.ion-android-arrow-dropdown:before {
    content: ""
}

.ion-android-arrow-dropdown-circle:before {
    content: ""
}

.ion-android-arrow-dropleft:before {
    content: ""
}

.ion-android-arrow-dropleft-circle:before {
    content: ""
}

.ion-android-arrow-dropright:before {
    content: ""
}

.ion-android-arrow-dropright-circle:before {
    content: ""
}

.ion-android-arrow-dropup:before {
    content: ""
}

.ion-android-arrow-dropup-circle:before {
    content: ""
}

.ion-android-arrow-forward:before {
    content: ""
}

.ion-android-arrow-up:before {
    content: ""
}

.ion-android-attach:before {
    content: ""
}

.ion-android-bar:before {
    content: ""
}

.ion-android-bicycle:before {
    content: ""
}

.ion-android-boat:before {
    content: ""
}

.ion-android-bookmark:before {
    content: ""
}

.ion-android-bulb:before {
    content: ""
}

.ion-android-bus:before {
    content: ""
}

.ion-android-calendar:before {
    content: ""
}

.ion-android-call:before {
    content: ""
}

.ion-android-camera:before {
    content: ""
}

.ion-android-cancel:before {
    content: ""
}

.ion-android-car:before {
    content: ""
}

.ion-android-cart:before {
    content: ""
}

.ion-android-chat:before {
    content: ""
}

.ion-android-checkbox:before {
    content: ""
}

.ion-android-checkbox-blank:before {
    content: ""
}

.ion-android-checkbox-outline:before {
    content: ""
}

.ion-android-checkbox-outline-blank:before {
    content: ""
}

.ion-android-checkmark-circle:before {
    content: ""
}

.ion-android-clipboard:before {
    content: ""
}

.ion-android-close:before {
    content: ""
}

.ion-android-cloud:before {
    content: ""
}

.ion-android-cloud-circle:before {
    content: ""
}

.ion-android-cloud-done:before {
    content: ""
}

.ion-android-cloud-outline:before {
    content: ""
}

.ion-android-color-palette:before {
    content: ""
}

.ion-android-compass:before {
    content: ""
}

.ion-android-contact:before {
    content: ""
}

.ion-android-contacts:before {
    content: ""
}

.ion-android-contract:before {
    content: ""
}

.ion-android-create:before {
    content: ""
}

.ion-android-delete:before {
    content: ""
}

.ion-android-desktop:before {
    content: ""
}

.ion-android-document:before {
    content: ""
}

.ion-android-done:before {
    content: ""
}

.ion-android-done-all:before {
    content: ""
}

.ion-android-download:before {
    content: ""
}

.ion-android-drafts:before {
    content: ""
}

.ion-android-exit:before {
    content: ""
}

.ion-android-expand:before {
    content: ""
}

.ion-android-favorite:before {
    content: ""
}

.ion-android-favorite-outline:before {
    content: ""
}

.ion-android-film:before {
    content: ""
}

.ion-android-folder:before {
    content: ""
}

.ion-android-folder-open:before {
    content: ""
}

.ion-android-funnel:before {
    content: ""
}

.ion-android-globe:before {
    content: ""
}

.ion-android-hand:before {
    content: ""
}

.ion-android-hangout:before {
    content: ""
}

.ion-android-happy:before {
    content: ""
}

.ion-android-home:before {
    content: ""
}

.ion-android-image:before {
    content: ""
}

.ion-android-laptop:before {
    content: ""
}

.ion-android-list:before {
    content: ""
}

.ion-android-locate:before {
    content: ""
}

.ion-android-lock:before {
    content: ""
}

.ion-android-mail:before {
    content: ""
}

.ion-android-map:before {
    content: ""
}

.ion-android-menu:before {
    content: ""
}

.ion-android-microphone:before {
    content: ""
}

.ion-android-microphone-off:before {
    content: ""
}

.ion-android-more-horizontal:before {
    content: ""
}

.ion-android-more-vertical:before {
    content: ""
}

.ion-android-navigate:before {
    content: ""
}

.ion-android-notifications:before {
    content: ""
}

.ion-android-notifications-none:before {
    content: ""
}

.ion-android-notifications-off:before {
    content: ""
}

.ion-android-open:before {
    content: ""
}

.ion-android-options:before {
    content: ""
}

.ion-android-people:before {
    content: ""
}

.ion-android-person:before {
    content: ""
}

.ion-android-person-add:before {
    content: ""
}

.ion-android-phone-landscape:before {
    content: ""
}

.ion-android-phone-portrait:before {
    content: ""
}

.ion-android-pin:before {
    content: ""
}

.ion-android-plane:before {
    content: ""
}

.ion-android-playstore:before {
    content: ""
}

.ion-android-print:before {
    content: ""
}

.ion-android-radio-button-off:before {
    content: ""
}

.ion-android-radio-button-on:before {
    content: ""
}

.ion-android-refresh:before {
    content: ""
}

.ion-android-remove:before {
    content: ""
}

.ion-android-remove-circle:before {
    content: ""
}

.ion-android-restaurant:before {
    content: ""
}

.ion-android-sad:before {
    content: ""
}

.ion-android-search:before {
    content: ""
}

.ion-android-send:before {
    content: ""
}

.ion-android-settings:before {
    content: ""
}

.ion-android-share:before {
    content: ""
}

.ion-android-share-alt:before {
    content: ""
}

.ion-android-star:before {
    content: ""
}

.ion-android-star-half:before {
    content: ""
}

.ion-android-star-outline:before {
    content: ""
}

.ion-android-stopwatch:before {
    content: ""
}

.ion-android-subway:before {
    content: ""
}

.ion-android-sunny:before {
    content: ""
}

.ion-android-sync:before {
    content: ""
}

.ion-android-textsms:before {
    content: ""
}

.ion-android-time:before {
    content: ""
}

.ion-android-train:before {
    content: ""
}

.ion-android-unlock:before {
    content: ""
}

.ion-android-upload:before {
    content: ""
}

.ion-android-volume-down:before {
    content: ""
}

.ion-android-volume-mute:before {
    content: ""
}

.ion-android-volume-off:before {
    content: ""
}

.ion-android-volume-up:before {
    content: ""
}

.ion-android-walk:before {
    content: ""
}

.ion-android-warning:before {
    content: ""
}

.ion-android-watch:before {
    content: ""
}

.ion-android-wifi:before {
    content: ""
}

.ion-aperture:before {
    content: ""
}

.ion-archive:before {
    content: ""
}

.ion-arrow-down-a:before {
    content: ""
}

.ion-arrow-down-b:before {
    content: ""
}

.ion-arrow-down-c:before {
    content: ""
}

.ion-arrow-expand:before {
    content: ""
}

.ion-arrow-graph-down-left:before {
    content: ""
}

.ion-arrow-graph-down-right:before {
    content: ""
}

.ion-arrow-graph-up-left:before {
    content: ""
}

.ion-arrow-graph-up-right:before {
    content: ""
}

.ion-arrow-left-a:before {
    content: ""
}

.ion-arrow-left-b:before {
    content: ""
}

.ion-arrow-left-c:before {
    content: ""
}

.ion-arrow-move:before {
    content: ""
}

.ion-arrow-resize:before {
    content: ""
}

.ion-arrow-return-left:before {
    content: ""
}

.ion-arrow-return-right:before {
    content: ""
}

.ion-arrow-right-a:before {
    content: ""
}

.ion-arrow-right-b:before {
    content: ""
}

.ion-arrow-right-c:before {
    content: ""
}

.ion-arrow-shrink:before {
    content: ""
}

.ion-arrow-swap:before {
    content: ""
}

.ion-arrow-up-a:before {
    content: ""
}

.ion-arrow-up-b:before {
    content: ""
}

.ion-arrow-up-c:before {
    content: ""
}

.ion-asterisk:before {
    content: ""
}

.ion-at:before {
    content: ""
}

.ion-backspace:before {
    content: ""
}

.ion-backspace-outline:before {
    content: ""
}

.ion-bag:before {
    content: ""
}

.ion-battery-charging:before {
    content: ""
}

.ion-battery-empty:before {
    content: ""
}

.ion-battery-full:before {
    content: ""
}

.ion-battery-half:before {
    content: ""
}

.ion-battery-low:before {
    content: ""
}

.ion-beaker:before {
    content: ""
}

.ion-beer:before {
    content: ""
}

.ion-bluetooth:before {
    content: ""
}

.ion-bonfire:before {
    content: ""
}

.ion-bookmark:before {
    content: ""
}

.ion-bowtie:before {
    content: ""
}

.ion-briefcase:before {
    content: ""
}

.ion-bug:before {
    content: ""
}

.ion-calculator:before {
    content: ""
}

.ion-calendar:before {
    content: ""
}

.ion-camera:before {
    content: ""
}

.ion-card:before {
    content: ""
}

.ion-cash:before {
    content: ""
}

.ion-chatbox:before {
    content: ""
}

.ion-chatbox-working:before {
    content: ""
}

.ion-chatboxes:before {
    content: ""
}

.ion-chatbubble:before {
    content: ""
}

.ion-chatbubble-working:before {
    content: ""
}

.ion-chatbubbles:before {
    content: ""
}

.ion-checkmark:before {
    content: ""
}

.ion-checkmark-circled:before {
    content: ""
}

.ion-checkmark-round:before {
    content: ""
}

.ion-chevron-down:before {
    content: ""
}

.ion-chevron-left:before {
    content: ""
}

.ion-chevron-right:before {
    content: ""
}

.ion-chevron-up:before {
    content: ""
}

.ion-clipboard:before {
    content: ""
}

.ion-clock:before {
    content: ""
}

.ion-close:before {
    content: ""
}

.ion-close-circled:before {
    content: ""
}

.ion-close-round:before {
    content: ""
}

.ion-closed-captioning:before {
    content: ""
}

.ion-cloud:before {
    content: ""
}

.ion-code:before {
    content: ""
}

.ion-code-download:before {
    content: ""
}

.ion-code-working:before {
    content: ""
}

.ion-coffee:before {
    content: ""
}

.ion-compass:before {
    content: ""
}

.ion-compose:before {
    content: ""
}

.ion-connection-bars:before {
    content: ""
}

.ion-contrast:before {
    content: ""
}

.ion-crop:before {
    content: ""
}

.ion-cube:before {
    content: ""
}

.ion-disc:before {
    content: ""
}

.ion-document:before {
    content: ""
}

.ion-document-text:before {
    content: ""
}

.ion-drag:before {
    content: ""
}

.ion-earth:before {
    content: ""
}

.ion-easel:before {
    content: ""
}

.ion-edit:before {
    content: ""
}

.ion-egg:before {
    content: ""
}

.ion-eject:before {
    content: ""
}

.ion-email:before {
    content: ""
}

.ion-email-unread:before {
    content: ""
}

.ion-erlenmeyer-flask:before {
    content: ""
}

.ion-erlenmeyer-flask-bubbles:before {
    content: ""
}

.ion-eye:before {
    content: ""
}

.ion-eye-disabled:before {
    content: ""
}

.ion-female:before {
    content: ""
}

.ion-filing:before {
    content: ""
}

.ion-film-marker:before {
    content: ""
}

.ion-fireball:before {
    content: ""
}

.ion-flag:before {
    content: ""
}

.ion-flame:before {
    content: ""
}

.ion-flash:before {
    content: ""
}

.ion-flash-off:before {
    content: ""
}

.ion-folder:before {
    content: ""
}

.ion-fork:before {
    content: ""
}

.ion-fork-repo:before {
    content: ""
}

.ion-forward:before {
    content: ""
}

.ion-funnel:before {
    content: ""
}

.ion-gear-a:before {
    content: ""
}

.ion-gear-b:before {
    content: ""
}

.ion-grid:before {
    content: ""
}

.ion-hammer:before {
    content: ""
}

.ion-happy:before {
    content: ""
}

.ion-happy-outline:before {
    content: ""
}

.ion-headphone:before {
    content: ""
}

.ion-heart:before {
    content: ""
}

.ion-heart-broken:before {
    content: ""
}

.ion-help:before {
    content: ""
}

.ion-help-buoy:before {
    content: ""
}

.ion-help-circled:before {
    content: ""
}

.ion-home:before {
    content: ""
}

.ion-icecream:before {
    content: ""
}

.ion-image:before {
    content: ""
}

.ion-images:before {
    content: ""
}

.ion-information:before {
    content: ""
}

.ion-information-circled:before {
    content: ""
}

.ion-ionic:before {
    content: ""
}

.ion-ios-alarm:before {
    content: ""
}

.ion-ios-alarm-outline:before {
    content: ""
}

.ion-ios-albums:before {
    content: ""
}

.ion-ios-albums-outline:before {
    content: ""
}

.ion-ios-americanfootball:before {
    content: ""
}

.ion-ios-americanfootball-outline:before {
    content: ""
}

.ion-ios-analytics:before {
    content: ""
}

.ion-ios-analytics-outline:before {
    content: ""
}

.ion-ios-arrow-back:before {
    content: ""
}

.ion-ios-arrow-down:before {
    content: ""
}

.ion-ios-arrow-forward:before {
    content: ""
}

.ion-ios-arrow-left:before {
    content: ""
}

.ion-ios-arrow-right:before {
    content: ""
}

.ion-ios-arrow-thin-down:before {
    content: ""
}

.ion-ios-arrow-thin-left:before {
    content: ""
}

.ion-ios-arrow-thin-right:before {
    content: ""
}

.ion-ios-arrow-thin-up:before {
    content: ""
}

.ion-ios-arrow-up:before {
    content: ""
}

.ion-ios-at:before {
    content: ""
}

.ion-ios-at-outline:before {
    content: ""
}

.ion-ios-barcode:before {
    content: ""
}

.ion-ios-barcode-outline:before {
    content: ""
}

.ion-ios-baseball:before {
    content: ""
}

.ion-ios-baseball-outline:before {
    content: ""
}

.ion-ios-basketball:before {
    content: ""
}

.ion-ios-basketball-outline:before {
    content: ""
}

.ion-ios-bell:before {
    content: ""
}

.ion-ios-bell-outline:before {
    content: ""
}

.ion-ios-body:before {
    content: ""
}

.ion-ios-body-outline:before {
    content: ""
}

.ion-ios-bolt:before {
    content: ""
}

.ion-ios-bolt-outline:before {
    content: ""
}

.ion-ios-book:before {
    content: ""
}

.ion-ios-book-outline:before {
    content: ""
}

.ion-ios-bookmarks:before {
    content: ""
}

.ion-ios-bookmarks-outline:before {
    content: ""
}

.ion-ios-box:before {
    content: ""
}

.ion-ios-box-outline:before {
    content: ""
}

.ion-ios-briefcase:before {
    content: ""
}

.ion-ios-briefcase-outline:before {
    content: ""
}

.ion-ios-browsers:before {
    content: ""
}

.ion-ios-browsers-outline:before {
    content: ""
}

.ion-ios-calculator:before {
    content: ""
}

.ion-ios-calculator-outline:before {
    content: ""
}

.ion-ios-calendar:before {
    content: ""
}

.ion-ios-calendar-outline:before {
    content: ""
}

.ion-ios-camera:before {
    content: ""
}

.ion-ios-camera-outline:before {
    content: ""
}

.ion-ios-cart:before {
    content: ""
}

.ion-ios-cart-outline:before {
    content: ""
}

.ion-ios-chatboxes:before {
    content: ""
}

.ion-ios-chatboxes-outline:before {
    content: ""
}

.ion-ios-chatbubble:before {
    content: ""
}

.ion-ios-chatbubble-outline:before {
    content: ""
}

.ion-ios-checkmark:before {
    content: ""
}

.ion-ios-checkmark-empty:before {
    content: ""
}

.ion-ios-checkmark-outline:before {
    content: ""
}

.ion-ios-circle-filled:before {
    content: ""
}

.ion-ios-circle-outline:before {
    content: ""
}

.ion-ios-clock:before {
    content: ""
}

.ion-ios-clock-outline:before {
    content: ""
}

.ion-ios-close:before {
    content: ""
}

.ion-ios-close-empty:before {
    content: ""
}

.ion-ios-close-outline:before {
    content: ""
}

.ion-ios-cloud:before {
    content: ""
}

.ion-ios-cloud-download:before {
    content: ""
}

.ion-ios-cloud-download-outline:before {
    content: ""
}

.ion-ios-cloud-outline:before {
    content: ""
}

.ion-ios-cloud-upload:before {
    content: ""
}

.ion-ios-cloud-upload-outline:before {
    content: ""
}

.ion-ios-cloudy:before {
    content: ""
}

.ion-ios-cloudy-night:before {
    content: ""
}

.ion-ios-cloudy-night-outline:before {
    content: ""
}

.ion-ios-cloudy-outline:before {
    content: ""
}

.ion-ios-cog:before {
    content: ""
}

.ion-ios-cog-outline:before {
    content: ""
}

.ion-ios-color-filter:before {
    content: ""
}

.ion-ios-color-filter-outline:before {
    content: ""
}

.ion-ios-color-wand:before {
    content: ""
}

.ion-ios-color-wand-outline:before {
    content: ""
}

.ion-ios-compose:before {
    content: ""
}

.ion-ios-compose-outline:before {
    content: ""
}

.ion-ios-contact:before {
    content: ""
}

.ion-ios-contact-outline:before {
    content: ""
}

.ion-ios-copy:before {
    content: ""
}

.ion-ios-copy-outline:before {
    content: ""
}

.ion-ios-crop:before {
    content: ""
}

.ion-ios-crop-strong:before {
    content: ""
}

.ion-ios-download:before {
    content: ""
}

.ion-ios-download-outline:before {
    content: ""
}

.ion-ios-drag:before {
    content: ""
}

.ion-ios-email:before {
    content: ""
}

.ion-ios-email-outline:before {
    content: ""
}

.ion-ios-eye:before {
    content: ""
}

.ion-ios-eye-outline:before {
    content: ""
}

.ion-ios-fastforward:before {
    content: ""
}

.ion-ios-fastforward-outline:before {
    content: ""
}

.ion-ios-filing:before {
    content: ""
}

.ion-ios-filing-outline:before {
    content: ""
}

.ion-ios-film:before {
    content: ""
}

.ion-ios-film-outline:before {
    content: ""
}

.ion-ios-flag:before {
    content: ""
}

.ion-ios-flag-outline:before {
    content: ""
}

.ion-ios-flame:before {
    content: ""
}

.ion-ios-flame-outline:before {
    content: ""
}

.ion-ios-flask:before {
    content: ""
}

.ion-ios-flask-outline:before {
    content: ""
}

.ion-ios-flower:before {
    content: ""
}

.ion-ios-flower-outline:before {
    content: ""
}

.ion-ios-folder:before {
    content: ""
}

.ion-ios-folder-outline:before {
    content: ""
}

.ion-ios-football:before {
    content: ""
}

.ion-ios-football-outline:before {
    content: ""
}

.ion-ios-game-controller-a:before {
    content: ""
}

.ion-ios-game-controller-a-outline:before {
    content: ""
}

.ion-ios-game-controller-b:before {
    content: ""
}

.ion-ios-game-controller-b-outline:before {
    content: ""
}

.ion-ios-gear:before {
    content: ""
}

.ion-ios-gear-outline:before {
    content: ""
}

.ion-ios-glasses:before {
    content: ""
}

.ion-ios-glasses-outline:before {
    content: ""
}

.ion-ios-grid-view:before {
    content: ""
}

.ion-ios-grid-view-outline:before {
    content: ""
}

.ion-ios-heart:before {
    content: ""
}

.ion-ios-heart-outline:before {
    content: ""
}

.ion-ios-help:before {
    content: ""
}

.ion-ios-help-empty:before {
    content: ""
}

.ion-ios-help-outline:before {
    content: ""
}

.ion-ios-home:before {
    content: ""
}

.ion-ios-home-outline:before {
    content: ""
}

.ion-ios-infinite:before {
    content: ""
}

.ion-ios-infinite-outline:before {
    content: ""
}

.ion-ios-information:before {
    content: ""
}

.ion-ios-information-empty:before {
    content: ""
}

.ion-ios-information-outline:before {
    content: ""
}

.ion-ios-ionic-outline:before {
    content: ""
}

.ion-ios-keypad:before {
    content: ""
}

.ion-ios-keypad-outline:before {
    content: ""
}

.ion-ios-lightbulb:before {
    content: ""
}

.ion-ios-lightbulb-outline:before {
    content: ""
}

.ion-ios-list:before {
    content: ""
}

.ion-ios-list-outline:before {
    content: ""
}

.ion-ios-location:before {
    content: ""
}

.ion-ios-location-outline:before {
    content: ""
}

.ion-ios-locked:before {
    content: ""
}

.ion-ios-locked-outline:before {
    content: ""
}

.ion-ios-loop:before {
    content: ""
}

.ion-ios-loop-strong:before {
    content: ""
}

.ion-ios-medical:before {
    content: ""
}

.ion-ios-medical-outline:before {
    content: ""
}

.ion-ios-medkit:before {
    content: ""
}

.ion-ios-medkit-outline:before {
    content: ""
}

.ion-ios-mic:before {
    content: ""
}

.ion-ios-mic-off:before {
    content: ""
}

.ion-ios-mic-outline:before {
    content: ""
}

.ion-ios-minus:before {
    content: ""
}

.ion-ios-minus-empty:before {
    content: ""
}

.ion-ios-minus-outline:before {
    content: ""
}

.ion-ios-monitor:before {
    content: ""
}

.ion-ios-monitor-outline:before {
    content: ""
}

.ion-ios-moon:before {
    content: ""
}

.ion-ios-moon-outline:before {
    content: ""
}

.ion-ios-more:before {
    content: ""
}

.ion-ios-more-outline:before {
    content: ""
}

.ion-ios-musical-note:before {
    content: ""
}

.ion-ios-musical-notes:before {
    content: ""
}

.ion-ios-navigate:before {
    content: ""
}

.ion-ios-navigate-outline:before {
    content: ""
}

.ion-ios-nutrition:before {
    content: ""
}

.ion-ios-nutrition-outline:before {
    content: ""
}

.ion-ios-paper:before {
    content: ""
}

.ion-ios-paper-outline:before {
    content: ""
}

.ion-ios-paperplane:before {
    content: ""
}

.ion-ios-paperplane-outline:before {
    content: ""
}

.ion-ios-partlysunny:before {
    content: ""
}

.ion-ios-partlysunny-outline:before {
    content: ""
}

.ion-ios-pause:before {
    content: ""
}

.ion-ios-pause-outline:before {
    content: ""
}

.ion-ios-paw:before {
    content: ""
}

.ion-ios-paw-outline:before {
    content: ""
}

.ion-ios-people:before {
    content: ""
}

.ion-ios-people-outline:before {
    content: ""
}

.ion-ios-person:before {
    content: ""
}

.ion-ios-person-outline:before {
    content: ""
}

.ion-ios-personadd:before {
    content: ""
}

.ion-ios-personadd-outline:before {
    content: ""
}

.ion-ios-photos:before {
    content: ""
}

.ion-ios-photos-outline:before {
    content: ""
}

.ion-ios-pie:before {
    content: ""
}

.ion-ios-pie-outline:before {
    content: ""
}

.ion-ios-pint:before {
    content: ""
}

.ion-ios-pint-outline:before {
    content: ""
}

.ion-ios-play:before {
    content: ""
}

.ion-ios-play-outline:before {
    content: ""
}

.ion-ios-plus:before {
    content: ""
}

.ion-ios-plus-empty:before {
    content: ""
}

.ion-ios-plus-outline:before {
    content: ""
}

.ion-ios-pricetag:before {
    content: ""
}

.ion-ios-pricetag-outline:before {
    content: ""
}

.ion-ios-pricetags:before {
    content: ""
}

.ion-ios-pricetags-outline:before {
    content: ""
}

.ion-ios-printer:before {
    content: ""
}

.ion-ios-printer-outline:before {
    content: ""
}

.ion-ios-pulse:before {
    content: ""
}

.ion-ios-pulse-strong:before {
    content: ""
}

.ion-ios-rainy:before {
    content: ""
}

.ion-ios-rainy-outline:before {
    content: ""
}

.ion-ios-recording:before {
    content: ""
}

.ion-ios-recording-outline:before {
    content: ""
}

.ion-ios-redo:before {
    content: ""
}

.ion-ios-redo-outline:before {
    content: ""
}

.ion-ios-refresh:before {
    content: ""
}

.ion-ios-refresh-empty:before {
    content: ""
}

.ion-ios-refresh-outline:before {
    content: ""
}

.ion-ios-reload:before {
    content: ""
}

.ion-ios-reverse-camera:before {
    content: ""
}

.ion-ios-reverse-camera-outline:before {
    content: ""
}

.ion-ios-rewind:before {
    content: ""
}

.ion-ios-rewind-outline:before {
    content: ""
}

.ion-ios-rose:before {
    content: ""
}

.ion-ios-rose-outline:before {
    content: ""
}

.ion-ios-search:before {
    content: ""
}

.ion-ios-search-strong:before {
    content: ""
}

.ion-ios-settings:before {
    content: ""
}

.ion-ios-settings-strong:before {
    content: ""
}

.ion-ios-shuffle:before {
    content: ""
}

.ion-ios-shuffle-strong:before {
    content: ""
}

.ion-ios-skipbackward:before {
    content: ""
}

.ion-ios-skipbackward-outline:before {
    content: ""
}

.ion-ios-skipforward:before {
    content: ""
}

.ion-ios-skipforward-outline:before {
    content: ""
}

.ion-ios-snowy:before {
    content: ""
}

.ion-ios-speedometer:before {
    content: ""
}

.ion-ios-speedometer-outline:before {
    content: ""
}

.ion-ios-star:before {
    content: ""
}

.ion-ios-star-half:before {
    content: ""
}

.ion-ios-star-outline:before {
    content: ""
}

.ion-ios-stopwatch:before {
    content: ""
}

.ion-ios-stopwatch-outline:before {
    content: ""
}

.ion-ios-sunny:before {
    content: ""
}

.ion-ios-sunny-outline:before {
    content: ""
}

.ion-ios-telephone:before {
    content: ""
}

.ion-ios-telephone-outline:before {
    content: ""
}

.ion-ios-tennisball:before {
    content: ""
}

.ion-ios-tennisball-outline:before {
    content: ""
}

.ion-ios-thunderstorm:before {
    content: ""
}

.ion-ios-thunderstorm-outline:before {
    content: ""
}

.ion-ios-time:before {
    content: ""
}

.ion-ios-time-outline:before {
    content: ""
}

.ion-ios-timer:before {
    content: ""
}

.ion-ios-timer-outline:before {
    content: ""
}

.ion-ios-toggle:before {
    content: ""
}

.ion-ios-toggle-outline:before {
    content: ""
}

.ion-ios-trash:before {
    content: ""
}

.ion-ios-trash-outline:before {
    content: ""
}

.ion-ios-undo:before {
    content: ""
}

.ion-ios-undo-outline:before {
    content: ""
}

.ion-ios-unlocked:before {
    content: ""
}

.ion-ios-unlocked-outline:before {
    content: ""
}

.ion-ios-upload:before {
    content: ""
}

.ion-ios-upload-outline:before {
    content: ""
}

.ion-ios-videocam:before {
    content: ""
}

.ion-ios-videocam-outline:before {
    content: ""
}

.ion-ios-volume-high:before {
    content: ""
}

.ion-ios-volume-low:before {
    content: ""
}

.ion-ios-wineglass:before {
    content: ""
}

.ion-ios-wineglass-outline:before {
    content: ""
}

.ion-ios-world:before {
    content: ""
}

.ion-ios-world-outline:before {
    content: ""
}

.ion-ipad:before {
    content: ""
}

.ion-iphone:before {
    content: ""
}

.ion-ipod:before {
    content: ""
}

.ion-jet:before {
    content: ""
}

.ion-key:before {
    content: ""
}

.ion-knife:before {
    content: ""
}

.ion-laptop:before {
    content: ""
}

.ion-leaf:before {
    content: ""
}

.ion-levels:before {
    content: ""
}

.ion-lightbulb:before {
    content: ""
}

.ion-link:before {
    content: ""
}

.ion-load-a:before {
    content: ""
}

.ion-load-b:before {
    content: ""
}

.ion-load-c:before {
    content: ""
}

.ion-load-d:before {
    content: ""
}

.ion-location:before {
    content: ""
}

.ion-lock-combination:before {
    content: ""
}

.ion-locked:before {
    content: ""
}

.ion-log-in:before {
    content: ""
}

.ion-log-out:before {
    content: ""
}

.ion-loop:before {
    content: ""
}

.ion-magnet:before {
    content: ""
}

.ion-male:before {
    content: ""
}

.ion-man:before {
    content: ""
}

.ion-map:before {
    content: ""
}

.ion-medkit:before {
    content: ""
}

.ion-merge:before {
    content: ""
}

.ion-mic-a:before {
    content: ""
}

.ion-mic-b:before {
    content: ""
}

.ion-mic-c:before {
    content: ""
}

.ion-minus:before {
    content: ""
}

.ion-minus-circled:before {
    content: ""
}

.ion-minus-round:before {
    content: ""
}

.ion-model-s:before {
    content: ""
}

.ion-monitor:before {
    content: ""
}

.ion-more:before {
    content: ""
}

.ion-mouse:before {
    content: ""
}

.ion-music-note:before {
    content: ""
}

.ion-navicon:before {
    content: ""
}

.ion-navicon-round:before {
    content: ""
}

.ion-navigate:before {
    content: ""
}

.ion-network:before {
    content: ""
}

.ion-no-smoking:before {
    content: ""
}

.ion-nuclear:before {
    content: ""
}

.ion-outlet:before {
    content: ""
}

.ion-paintbrush:before {
    content: ""
}

.ion-paintbucket:before {
    content: ""
}

.ion-paper-airplane:before {
    content: ""
}

.ion-paperclip:before {
    content: ""
}

.ion-pause:before {
    content: ""
}

.ion-person:before {
    content: ""
}

.ion-person-add:before {
    content: ""
}

.ion-person-stalker:before {
    content: ""
}

.ion-pie-graph:before {
    content: ""
}

.ion-pin:before {
    content: ""
}

.ion-pinpoint:before {
    content: ""
}

.ion-pizza:before {
    content: ""
}

.ion-plane:before {
    content: ""
}

.ion-planet:before {
    content: ""
}

.ion-play:before {
    content: ""
}

.ion-playstation:before {
    content: ""
}

.ion-plus:before {
    content: ""
}

.ion-plus-circled:before {
    content: ""
}

.ion-plus-round:before {
    content: ""
}

.ion-podium:before {
    content: ""
}

.ion-pound:before {
    content: ""
}

.ion-power:before {
    content: ""
}

.ion-pricetag:before {
    content: ""
}

.ion-pricetags:before {
    content: ""
}

.ion-printer:before {
    content: ""
}

.ion-pull-request:before {
    content: ""
}

.ion-qr-scanner:before {
    content: ""
}

.ion-quote:before {
    content: ""
}

.ion-radio-waves:before {
    content: ""
}

.ion-record:before {
    content: ""
}

.ion-refresh:before {
    content: ""
}

.ion-reply:before {
    content: ""
}

.ion-reply-all:before {
    content: ""
}

.ion-ribbon-a:before {
    content: ""
}

.ion-ribbon-b:before {
    content: ""
}

.ion-sad:before {
    content: ""
}

.ion-sad-outline:before {
    content: ""
}

.ion-scissors:before {
    content: ""
}

.ion-search:before {
    content: ""
}

.ion-settings:before {
    content: ""
}

.ion-share:before {
    content: ""
}

.ion-shuffle:before {
    content: ""
}

.ion-skip-backward:before {
    content: ""
}

.ion-skip-forward:before {
    content: ""
}

.ion-social-android:before {
    content: ""
}

.ion-social-android-outline:before {
    content: ""
}

.ion-social-angular:before {
    content: ""
}

.ion-social-angular-outline:before {
    content: ""
}

.ion-social-apple:before {
    content: ""
}

.ion-social-apple-outline:before {
    content: ""
}

.ion-social-bitcoin:before {
    content: ""
}

.ion-social-bitcoin-outline:before {
    content: ""
}

.ion-social-buffer:before {
    content: ""
}

.ion-social-buffer-outline:before {
    content: ""
}

.ion-social-chrome:before {
    content: ""
}

.ion-social-chrome-outline:before {
    content: ""
}

.ion-social-codepen:before {
    content: ""
}

.ion-social-codepen-outline:before {
    content: ""
}

.ion-social-css3:before {
    content: ""
}

.ion-social-css3-outline:before {
    content: ""
}

.ion-social-designernews:before {
    content: ""
}

.ion-social-designernews-outline:before {
    content: ""
}

.ion-social-dribbble:before {
    content: ""
}

.ion-social-dribbble-outline:before {
    content: ""
}

.ion-social-dropbox:before {
    content: ""
}

.ion-social-dropbox-outline:before {
    content: ""
}

.ion-social-euro:before {
    content: ""
}

.ion-social-euro-outline:before {
    content: ""
}

.ion-social-facebook:before {
    content: ""
}

.ion-social-facebook-outline:before {
    content: ""
}

.ion-social-foursquare:before {
    content: ""
}

.ion-social-foursquare-outline:before {
    content: ""
}

.ion-social-freebsd-devil:before {
    content: ""
}

.ion-social-github:before {
    content: ""
}

.ion-social-github-outline:before {
    content: ""
}

.ion-social-google:before {
    content: ""
}

.ion-social-google-outline:before {
    content: ""
}

.ion-social-googleplus:before {
    content: ""
}

.ion-social-googleplus-outline:before {
    content: ""
}

.ion-social-hackernews:before {
    content: ""
}

.ion-social-hackernews-outline:before {
    content: ""
}

.ion-social-html5:before {
    content: ""
}

.ion-social-html5-outline:before {
    content: ""
}

.ion-social-instagram:before {
    content: ""
}

.ion-social-instagram-outline:before {
    content: ""
}

.ion-social-javascript:before {
    content: ""
}

.ion-social-javascript-outline:before {
    content: ""
}

.ion-social-linkedin:before {
    content: ""
}

.ion-social-linkedin-outline:before {
    content: ""
}

.ion-social-markdown:before {
    content: ""
}

.ion-social-nodejs:before {
    content: ""
}

.ion-social-octocat:before {
    content: ""
}

.ion-social-pinterest:before {
    content: ""
}

.ion-social-pinterest-outline:before {
    content: ""
}

.ion-social-python:before {
    content: ""
}

.ion-social-reddit:before {
    content: ""
}

.ion-social-reddit-outline:before {
    content: ""
}

.ion-social-rss:before {
    content: ""
}

.ion-social-rss-outline:before {
    content: ""
}

.ion-social-sass:before {
    content: ""
}

.ion-social-skype:before {
    content: ""
}

.ion-social-skype-outline:before {
    content: ""
}

.ion-social-snapchat:before {
    content: ""
}

.ion-social-snapchat-outline:before {
    content: ""
}

.ion-social-tumblr:before {
    content: ""
}

.ion-social-tumblr-outline:before {
    content: ""
}

.ion-social-tux:before {
    content: ""
}

.ion-social-twitch:before {
    content: ""
}

.ion-social-twitch-outline:before {
    content: ""
}

.ion-social-twitter:before {
    content: ""
}

.ion-social-twitter-outline:before {
    content: ""
}

.ion-social-usd:before {
    content: ""
}

.ion-social-usd-outline:before {
    content: ""
}

.ion-social-vimeo:before {
    content: ""
}

.ion-social-vimeo-outline:before {
    content: ""
}

.ion-social-whatsapp:before {
    content: ""
}

.ion-social-whatsapp-outline:before {
    content: ""
}

.ion-social-windows:before {
    content: ""
}

.ion-social-windows-outline:before {
    content: ""
}

.ion-social-wordpress:before {
    content: ""
}

.ion-social-wordpress-outline:before {
    content: ""
}

.ion-social-yahoo:before {
    content: ""
}

.ion-social-yahoo-outline:before {
    content: ""
}

.ion-social-yen:before {
    content: ""
}

.ion-social-yen-outline:before {
    content: ""
}

.ion-social-youtube:before {
    content: ""
}

.ion-social-youtube-outline:before {
    content: ""
}

.ion-soup-can:before {
    content: ""
}

.ion-soup-can-outline:before {
    content: ""
}

.ion-speakerphone:before {
    content: ""
}

.ion-speedometer:before {
    content: ""
}

.ion-spoon:before {
    content: ""
}

.ion-star:before {
    content: ""
}

.ion-stats-bars:before {
    content: ""
}

.ion-steam:before {
    content: ""
}

.ion-stop:before {
    content: ""
}

.ion-thermometer:before {
    content: ""
}

.ion-thumbsdown:before {
    content: ""
}

.ion-thumbsup:before {
    content: ""
}

.ion-toggle:before {
    content: ""
}

.ion-toggle-filled:before {
    content: ""
}

.ion-transgender:before {
    content: ""
}

.ion-trash-a:before {
    content: ""
}

.ion-trash-b:before {
    content: ""
}

.ion-trophy:before {
    content: ""
}

.ion-tshirt:before {
    content: ""
}

.ion-tshirt-outline:before {
    content: ""
}

.ion-umbrella:before {
    content: ""
}

.ion-university:before {
    content: ""
}

.ion-unlocked:before {
    content: ""
}

.ion-upload:before {
    content: ""
}

.ion-usb:before {
    content: ""
}

.ion-videocamera:before {
    content: ""
}

.ion-volume-high:before {
    content: ""
}

.ion-volume-low:before {
    content: ""
}

.ion-volume-medium:before {
    content: ""
}

.ion-volume-mute:before {
    content: ""
}

.ion-wand:before {
    content: ""
}

.ion-waterdrop:before {
    content: ""
}

.ion-wifi:before {
    content: ""
}

.ion-wineglass:before {
    content: ""
}

.ion-woman:before {
    content: ""
}

.ion-wrench:before {
    content: ""
}

.ion-xbox:before {
    content: ""
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

script {
    display: none !important
}

html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

:focus,
a,
a:active,
a:focus,
a:hover,
button,
button:focus {
    outline: 0
}

a {
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

a[href]:hover {
    cursor: pointer
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, serif
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}

button,
input,
select,
textarea {
    margin: 0;
    outline-offset: 0;
    outline-style: none;
    outline-width: 0;
    -webkit-font-smoothing: inherit;
    background-image: none
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

img {
    -webkit-user-drag: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow: hidden;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.ionic-body,
body {
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #000;
    word-wrap: break-word;
    font-size: 14px;
    font-family: -apple-system;
    font-family: "-apple-system", "Helvetica Neue", Roboto, "Segoe UI", sans-serif;
    line-height: 20px;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden;
    -webkit-user-drag: none;
    -ms-content-zooming: none
}

body.grade-b,
body.grade-c {
    text-rendering: auto
}

.content {
    position: relative
}

.scroll-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin-top: -1px;
    padding-top: 1px;
    margin-bottom: -1px;
    width: auto;
    height: auto
}

.menu .scroll-content.scroll-content-false {
    z-index: 11
}

.scroll-view {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -1px
}

.scroll-view.overflow-scroll {
    position: relative
}

.scroll-view.scroll-x {
    overflow-x: scroll;
    overflow-y: hidden
}

.scroll-view.scroll-y {
    overflow-x: hidden;
    overflow-y: scroll
}

.scroll-view.scroll-xy {
    overflow-x: scroll;
    overflow-y: scroll
}

.scroll {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-transform-origin: left top;
    transform-origin: left top
}

@-ms-viewport {
    width: device-width
}

.scroll-bar {
    position: absolute;
    z-index: 9999
}

.ng-animate .scroll-bar {
    visibility: hidden
}

.scroll-bar-h {
    right: 2px;
    bottom: 3px;
    left: 2px;
    height: 3px
}

.scroll-bar-h .scroll-bar-indicator {
    height: 100%
}

.scroll-bar-v {
    top: 2px;
    right: 3px;
    bottom: 2px;
    width: 3px
}

.scroll-bar-v .scroll-bar-indicator {
    width: 100%
}

.scroll-bar-indicator {
    position: absolute;
    border-radius: 4px;
    background: rgba(0, 0, 0, .3);
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.scroll-bar-indicator.scroll-bar-fade-out {
    opacity: 0
}

.platform-android .scroll-bar-indicator {
    border-radius: 0
}

.grade-b .scroll-bar-indicator,
.grade-c .scroll-bar-indicator {
    background: #aaa
}

.grade-b .scroll-bar-indicator.scroll-bar-fade-out,
.grade-c .scroll-bar-indicator.scroll-bar-fade-out {
    -webkit-transition: none;
    transition: none
}

ion-infinite-scroll {
    height: 60px;
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

ion-infinite-scroll .icon {
    font-size: 30px;
    color: #666
}

ion-infinite-scroll:not(.active) .icon:before,
ion-infinite-scroll:not(.active) .spinner {
    display: none
}

.overflow-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}

.overflow-scroll.pane {
    overflow-x: hidden;
    overflow-y: scroll
}

.overflow-scroll .scroll {
    position: static;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0)
}

.has-header {
    top: 44px
}

.no-header {
    top: 0
}

.has-subheader {
    top: 88px
}

.has-tabs-top {
    top: 93px
}

.has-header.has-subheader.has-tabs-top {
    top: 137px
}

.has-footer {
    bottom: 44px
}

.has-subfooter {
    bottom: 88px
}

.bar-footer.has-tabs,
.has-tabs {
    bottom: 49px
}

.bar-footer.has-tabs.pane,
.has-tabs.pane {
    bottom: 49px;
    height: auto
}

.bar-subfooter.has-tabs,
.has-footer.has-tabs {
    bottom: 93px
}

.pane {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0;
    transition-duration: 0;
    z-index: 1
}

.view {
    z-index: 1
}

.pane,
.view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden
}

.view-container {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

p {
    margin: 0 0 10px
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 500;
    font-family: "-apple-system", "Helvetica Neue", Roboto, "Segoe UI", sans-serif;
    line-height: 1.2
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: 400;
    line-height: 1
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1:first-child,
.h2:first-child,
.h3:first-child,
h1:first-child,
h2:first-child,
h3:first-child {
    margin-top: 0
}

.h1+.h1,
.h1+.h2,
.h1+.h3,
.h1+h1,
.h1+h2,
.h1+h3,
.h2+.h1,
.h2+.h2,
.h2+.h3,
.h2+h1,
.h2+h2,
.h2+h3,
.h3+.h1,
.h3+.h2,
.h3+.h3,
.h3+h1,
.h3+h2,
.h3+h3,
h1+.h1,
h1+.h2,
h1+.h3,
h1+h1,
h1+h2,
h1+h3,
h2+.h1,
h2+.h2,
h2+.h3,
h2+h1,
h2+h2,
h2+h3,
h3+.h1,
h3+.h2,
h3+.h3,
h3+h1,
h3+h2,
h3+h3 {
    margin-top: 10px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

.h1 small,
h1 small {
    font-size: 24px
}

.h2 small,
h2 small {
    font-size: 18px
}

.h3 small,
.h4 small,
h3 small,
h4 small {
    font-size: 14px
}

dl {
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

blockquote {
    margin: 0 0 20px;
    padding: 10px 20px;
    border-left: 5px solid gray
}

blockquote p {
    font-weight: 300;
    font-size: 17.5px;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.42857
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

a {
    color: #387ef5
}

a.subdued {
    padding-right: 10px;
    color: #888;
    text-decoration: none
}

a.subdued:hover {
    text-decoration: none
}

a.subdued:last-child {
    padding-right: 0
}

.action-sheet-backdrop {
    -webkit-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.action-sheet-backdrop.active {
    background-color: rgba(0, 0, 0, .4)
}

.action-sheet-wrapper {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all cubic-bezier(.36, .66, .04, 1) .5s;
    transition: all cubic-bezier(.36, .66, .04, 1) .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    margin: auto
}

.action-sheet-up {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.action-sheet {
    margin-left: 8px;
    margin-right: 8px;
    width: auto;
    z-index: 11;
    overflow: hidden
}

.action-sheet .button {
    display: block;
    padding: 1px;
    width: 100%;
    border-radius: 0;
    border-color: #d1d3d6;
    background-color: transparent;
    color: #007aff;
    font-size: 21px
}

.action-sheet .button:hover {
    color: #007aff
}

.action-sheet .button.destructive,
.action-sheet .button.destructive:hover {
    color: #ff3b30
}

.action-sheet .button.activated,
.action-sheet .button.active {
    box-shadow: none;
    border-color: #d1d3d6;
    color: #007aff;
    background: #e4e5e7
}

.action-sheet-has-icons .icon {
    position: absolute;
    left: 16px
}

.action-sheet-title {
    padding: 16px;
    color: #8f8f8f;
    text-align: center;
    font-size: 13px
}

.action-sheet-group {
    margin-bottom: 8px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden
}

.action-sheet-group .button {
    border-width: 1px 0 0 0
}

.action-sheet-group .button:first-child:last-child {
    border-width: 0
}

.action-sheet-options {
    background: #f1f2f3
}

.action-sheet-cancel .button {
    font-weight: 500
}

.action-sheet-open,
.action-sheet-open.modal-open .modal {
    pointer-events: none
}

.action-sheet-open .action-sheet-backdrop {
    pointer-events: auto
}

.platform-android .action-sheet-backdrop.active {
    background-color: rgba(0, 0, 0, .2)
}

.platform-android .action-sheet {
    margin: 0
}

.platform-android .action-sheet .action-sheet-title,
.platform-android .action-sheet .button {
    text-align: left;
    border-color: transparent;
    font-size: 16px;
    color: inherit
}

.platform-android .action-sheet .action-sheet-title {
    font-size: 14px;
    padding: 16px;
    color: #666
}

.platform-android .action-sheet .button.activated,
.platform-android .action-sheet .button.active {
    background: #e8e8e8
}

.platform-android .action-sheet-group {
    margin: 0;
    border-radius: 0;
    background-color: #fafafa
}

.platform-android .action-sheet-cancel {
    display: none
}

.platform-android .action-sheet-has-icons .button {
    padding-left: 56px
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .1s opacity linear;
    transition: .1s opacity linear
}

.backdrop.visible {
    visibility: visible
}

.backdrop.active {
    opacity: 1
}

.bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 44px;
    border-width: 0;
    border-style: solid;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    background-size: 0
}

@media (min--moz-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .bar {
        border: none;
        background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
        background-position: bottom;
        background-size: 100% 1px;
        background-repeat: no-repeat
    }
}

.bar.bar-clear {
    border: none;
    background: 0 0;
    color: #fff
}

.bar.bar-clear .button,
.bar.bar-clear .title {
    color: #fff
}

.bar.item-input-inset .item-input-wrapper {
    margin-top: -1px
}

.bar.item-input-inset .item-input-wrapper input {
    padding-left: 8px;
    width: 94%;
    height: 28px;
    background: 0 0
}

.bar.bar-light {
    border-color: #ddd;
    background-color: #fff;
    background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
    color: #444
}

.bar.bar-light .title {
    color: #444
}

.bar.bar-light.bar-footer {
    background-image: linear-gradient(180deg, #ddd, #ddd 50%, transparent 50%)
}

.bar.bar-stable {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
    color: #444
}

.bar.bar-stable .title {
    color: #444
}

.bar.bar-stable.bar-footer {
    background-image: linear-gradient(180deg, #b2b2b2, #b2b2b2 50%, transparent 50%)
}

.bar.bar-positive {
    border-color: #0c60ee;
    background-color: #387ef5;
    background-image: linear-gradient(0deg, #0c60ee, #0c60ee 50%, transparent 50%);
    color: #fff
}

.bar.bar-positive .title {
    color: #fff
}

.bar.bar-positive.bar-footer {
    background-image: linear-gradient(180deg, #0c60ee, #0c60ee 50%, transparent 50%)
}

.bar.bar-calm {
    border-color: #0a9dc7;
    background-color: #11c1f3;
    background-image: linear-gradient(0deg, #0a9dc7, #0a9dc7 50%, transparent 50%);
    color: #fff
}

.bar.bar-calm .title {
    color: #fff
}

.bar.bar-calm.bar-footer {
    background-image: linear-gradient(180deg, #0a9dc7, #0a9dc7 50%, transparent 50%)
}

.bar.bar-assertive {
    border-color: #e42112;
    background-color: #ef473a;
    background-image: linear-gradient(0deg, #e42112, #e42112 50%, transparent 50%);
    color: #fff
}

.bar.bar-assertive .title {
    color: #fff
}

.bar.bar-assertive.bar-footer {
    background-image: linear-gradient(180deg, #e42112, #e42112 50%, transparent 50%)
}

.bar.bar-balanced {
    border-color: #28a54c;
    background-color: #33cd5f;
    background-image: linear-gradient(0deg, #28a54c, #28a54c 50%, transparent 50%);
    color: #fff
}

.bar.bar-balanced .title {
    color: #fff
}

.bar.bar-balanced.bar-footer {
    background-image: linear-gradient(180deg, #28a54c, #28a54c 50%, transparent 50%)
}

.bar.bar-energized {
    border-color: #e6b500;
    background-color: #ffc900;
    background-image: linear-gradient(0deg, #e6b500, #e6b500 50%, transparent 50%);
    color: #fff
}

.bar.bar-energized .title {
    color: #fff
}

.bar.bar-energized.bar-footer {
    background-image: linear-gradient(180deg, #e6b500, #e6b500 50%, transparent 50%)
}

.bar.bar-royal {
    border-color: #6b46e5;
    background-color: #886aea;
    background-image: linear-gradient(0deg, #6b46e5, #6b46e5 50%, transparent 50%);
    color: #fff
}

.bar.bar-royal .title {
    color: #fff
}

.bar.bar-royal.bar-footer {
    background-image: linear-gradient(180deg, #6b46e5, #6b46e5 50%, transparent 50%)
}

.bar.bar-dark {
    border-color: #111;
    background-color: #444;
    background-image: linear-gradient(0deg, #111, #111 50%, transparent 50%);
    color: #fff
}

.bar.bar-dark .title {
    color: #fff
}

.bar.bar-dark.bar-footer {
    background-image: linear-gradient(180deg, #111, #111 50%, transparent 50%)
}

.bar .title {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    margin: 0 10px;
    min-width: 30px;
    height: 43px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 500;
    line-height: 44px
}

.bar .title.title-left {
    text-align: left
}

.bar .title.title-right {
    text-align: right
}

.bar .title a {
    color: inherit
}

.bar .button,
.bar button {
    z-index: 1;
    padding: 0 8px;
    min-width: initial;
    min-height: 31px;
    font-weight: 400;
    font-size: 13px;
    line-height: 32px
}

.bar .button .icon:before,
.bar .button.button-icon:before,
.bar .button.icon-left:before,
.bar .button.icon-right:before,
.bar .button.icon:before,
.bar button .icon:before,
.bar button.button-icon:before,
.bar button.icon-left:before,
.bar button.icon-right:before,
.bar button.icon:before {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 20px;
    line-height: 32px
}

.bar .button.button-icon,
.bar button.button-icon {
    font-size: 17px
}

.bar .button.button-icon .icon:before,
.bar .button.button-icon.icon-left:before,
.bar .button.button-icon.icon-right:before,
.bar .button.button-icon:before,
.bar button.button-icon .icon:before,
.bar button.button-icon.icon-left:before,
.bar button.button-icon.icon-right:before,
.bar button.button-icon:before {
    vertical-align: top;
    font-size: 32px;
    line-height: 32px
}

.bar .button.button-clear,
.bar button.button-clear {
    padding-right: 2px;
    padding-left: 2px;
    font-weight: 300;
    font-size: 17px
}

.bar .button.button-clear .icon:before,
.bar .button.button-clear.icon-left:before,
.bar .button.button-clear.icon-right:before,
.bar .button.button-clear.icon:before,
.bar button.button-clear .icon:before,
.bar button.button-clear.icon-left:before,
.bar button.button-clear.icon-right:before,
.bar button.button-clear.icon:before {
    font-size: 32px;
    line-height: 32px
}

.bar .button.back-button,
.bar button.back-button {
    display: block;
    margin-right: 5px;
    padding: 0;
    white-space: nowrap;
    font-weight: 400
}

.bar .button.back-button.activated,
.bar .button.back-button.active,
.bar button.back-button.activated,
.bar button.back-button.active {
    opacity: .2
}

.bar .button-bar>.button,
.bar .buttons>.button {
    min-height: 31px;
    line-height: 32px
}

.bar .button+.button-bar,
.bar .button-bar+.button {
    margin-left: 5px
}

.bar .buttons,
.bar .buttons.primary-buttons,
.bar .buttons.secondary-buttons {
    display: inherit
}

.bar .buttons span {
    display: inline-block
}

.bar .buttons-left span {
    margin-right: 5px;
    display: inherit
}

.bar .buttons-right span {
    margin-left: 5px;
    display: inherit
}

.bar .buttons.pull-right,
.bar .title+.button:last-child,
.bar .title+.buttons,
.bar>.button+.button:last-child,
.bar>.button.pull-right {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px
}

.platform-android .nav-bar-has-subheader .bar {
    background-image: none
}

.platform-android .bar .back-button .icon:before {
    font-size: 24px
}

.platform-android .bar .title {
    font-size: 19px;
    line-height: 44px
}

.bar-light .button {
    border-color: #ddd;
    background-color: #fff;
    color: #444
}

.bar-light .button:hover {
    color: #444;
    text-decoration: none
}

.bar-light .button.activated,
.bar-light .button.active {
    border-color: #ccc;
    background-color: #fafafa
}

.bar-light .button.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #444;
    font-size: 17px
}

.bar-light .button.button-icon {
    border-color: transparent;
    background: 0 0
}

.bar-stable .button {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    color: #444
}

.bar-stable .button:hover {
    color: #444;
    text-decoration: none
}

.bar-stable .button.activated,
.bar-stable .button.active {
    border-color: #a2a2a2;
    background-color: #e5e5e5
}

.bar-stable .button.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #444;
    font-size: 17px
}

.bar-stable .button.button-icon {
    border-color: transparent;
    background: 0 0
}

.bar-positive .button {
    border-color: #0c60ee;
    background-color: #387ef5;
    color: #fff
}

.bar-positive .button:hover {
    color: #fff;
    text-decoration: none
}

.bar-positive .button.activated,
.bar-positive .button.active {
    border-color: #0c60ee;
    background-color: #0c60ee
}

.bar-positive .button.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #fff;
    font-size: 17px
}

.bar-positive .button.button-icon {
    border-color: transparent;
    background: 0 0
}

.bar-calm .button {
    border-color: #0a9dc7;
    background-color: #11c1f3;
    color: #fff
}

.bar-calm .button:hover {
    color: #fff;
    text-decoration: none
}

.bar-calm .button.activated,
.bar-calm .button.active {
    border-color: #0a9dc7;
    background-color: #0a9dc7
}

.bar-calm .button.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #fff;
    font-size: 17px
}

.bar-calm .button.button-icon {
    border-color: transparent;
    background: 0 0
}

.bar-assertive .button {
    border-color: #e42112;
    background-color: #ef473a;
    color: #fff
}

.bar-assertive .button:hover {
    color: #fff;
    text-decoration: none
}

.bar-assertive .button.activated,
.bar-assertive .button.active {
    border-color: #e42112;
    background-color: #e42112
}

.bar-assertive .button.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #fff;
    font-size: 17px
}

.bar-assertive .button.button-icon {
    border-color: transparent;
    background: 0 0
}

.bar-balanced .button {
    border-color: #28a54c;
    background-color: #33cd5f;
    color: #fff
}

.bar-balanced .button:hover {
    color: #fff;
    text-decoration: none
}

.bar-balanced .button.activated,
.bar-balanced .button.active {
    border-color: #28a54c;
    background-color: #28a54c
}

.bar-balanced .button.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #fff;
    font-size: 17px
}

.bar-balanced .button.button-icon {
    border-color: transparent;
    background: 0 0
}

.bar-energized .button {
    border-color: #e6b500;
    background-color: #ffc900;
    color: #fff
}

.bar-energized .button:hover {
    color: #fff;
    text-decoration: none
}

.bar-energized .button.activated,
.bar-energized .button.active {
    border-color: #e6b500;
    background-color: #e6b500
}

.bar-energized .button.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #fff;
    font-size: 17px
}

.bar-energized .button.button-icon {
    border-color: transparent;
    background: 0 0
}

.bar-royal .button {
    border-color: #6b46e5;
    background-color: #886aea;
    color: #fff
}

.bar-royal .button:hover {
    color: #fff;
    text-decoration: none
}

.bar-royal .button.activated,
.bar-royal .button.active {
    border-color: #6b46e5;
    background-color: #6b46e5
}

.bar-royal .button.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #fff;
    font-size: 17px
}

.bar-royal .button.button-icon {
    border-color: transparent;
    background: 0 0
}

.bar-dark .button {
    border-color: #111;
    background-color: #444;
    color: #fff
}

.bar-dark .button:hover {
    color: #fff;
    text-decoration: none
}

.bar-dark .button.activated,
.bar-dark .button.active {
    border-color: #000;
    background-color: #262626
}

.bar-dark .button.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #fff;
    font-size: 17px
}

.bar-dark .button.button-icon {
    border-color: transparent;
    background: 0 0
}

.bar-header {
    top: 0;
    border-top-width: 0;
    border-bottom-width: 1px
}

.bar-header.has-tabs-top,
.tabs-top .bar-header {
    border-bottom-width: 0;
    background-image: none
}

.bar-footer {
    bottom: 0;
    border-top-width: 1px;
    border-bottom-width: 0;
    background-position: top;
    height: 44px
}

.bar-footer.item-input-inset {
    position: absolute
}

.bar-footer .title {
    height: 43px;
    line-height: 44px
}

.bar-tabs {
    padding: 0
}

.bar-subheader {
    top: 44px;
    height: 44px
}

.bar-subheader .title {
    height: 43px;
    line-height: 44px
}

.bar-subfooter {
    bottom: 44px;
    height: 44px
}

.bar-subfooter .title {
    height: 43px;
    line-height: 44px
}

.nav-bar-block {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9
}

.bar .back-button.hide,
.bar .buttons .hide {
    display: none
}

.nav-bar-tabs-top .bar {
    background-image: none
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: horizontal;
    flex-direction: horizontal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
    color: #444;
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 49px;
    border-style: solid;
    border-top-width: 1px;
    background-size: 0;
    line-height: 49px
}

.tabs .tab-item .badge {
    background-color: #444;
    color: #f8f8f8
}

@media (min--moz-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(min-resolution:1.5dppx) {
    .tabs {
        padding-top: 2px;
        border-top: none !important;
        border-bottom: none;
        background-position: top;
        background-size: 100% 1px;
        background-repeat: no-repeat
    }
}

.tabs-light>.tabs,
.tabs.tabs-light {
    border-color: #ddd;
    background-color: #fff;
    background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
    color: #444
}

.tabs-light>.tabs .tab-item .badge,
.tabs.tabs-light .tab-item .badge {
    background-color: #444;
    color: #fff
}

.tabs-stable>.tabs,
.tabs.tabs-stable {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
    color: #444
}

.tabs-stable>.tabs .tab-item .badge,
.tabs.tabs-stable .tab-item .badge {
    background-color: #444;
    color: #f8f8f8
}

.tabs-positive>.tabs,
.tabs.tabs-positive {
    border-color: #0c60ee;
    background-color: #387ef5;
    background-image: linear-gradient(0deg, #0c60ee, #0c60ee 50%, transparent 50%);
    color: #fff
}

.tabs-positive>.tabs .tab-item .badge,
.tabs.tabs-positive .tab-item .badge {
    background-color: #fff;
    color: #387ef5
}

.tabs-calm>.tabs,
.tabs.tabs-calm {
    border-color: #0a9dc7;
    background-color: #11c1f3;
    background-image: linear-gradient(0deg, #0a9dc7, #0a9dc7 50%, transparent 50%);
    color: #fff
}

.tabs-calm>.tabs .tab-item .badge,
.tabs.tabs-calm .tab-item .badge {
    background-color: #fff;
    color: #11c1f3
}

.tabs-assertive>.tabs,
.tabs.tabs-assertive {
    border-color: #e42112;
    background-color: #ef473a;
    background-image: linear-gradient(0deg, #e42112, #e42112 50%, transparent 50%);
    color: #fff
}

.tabs-assertive>.tabs .tab-item .badge,
.tabs.tabs-assertive .tab-item .badge {
    background-color: #fff;
    color: #ef473a
}

.tabs-balanced>.tabs,
.tabs.tabs-balanced {
    border-color: #28a54c;
    background-color: #33cd5f;
    background-image: linear-gradient(0deg, #28a54c, #28a54c 50%, transparent 50%);
    color: #fff
}

.tabs-balanced>.tabs .tab-item .badge,
.tabs.tabs-balanced .tab-item .badge {
    background-color: #fff;
    color: #33cd5f
}

.tabs-energized>.tabs,
.tabs.tabs-energized {
    border-color: #e6b500;
    background-color: #ffc900;
    background-image: linear-gradient(0deg, #e6b500, #e6b500 50%, transparent 50%);
    color: #fff
}

.tabs-energized>.tabs .tab-item .badge,
.tabs.tabs-energized .tab-item .badge {
    background-color: #fff;
    color: #ffc900
}

.tabs-royal>.tabs,
.tabs.tabs-royal {
    border-color: #6b46e5;
    background-color: #886aea;
    background-image: linear-gradient(0deg, #6b46e5, #6b46e5 50%, transparent 50%);
    color: #fff
}

.tabs-royal>.tabs .tab-item .badge,
.tabs.tabs-royal .tab-item .badge {
    background-color: #fff;
    color: #886aea
}

.tabs-dark>.tabs,
.tabs.tabs-dark {
    border-color: #111;
    background-color: #444;
    background-image: linear-gradient(0deg, #111, #111 50%, transparent 50%);
    color: #fff
}

.tabs-dark>.tabs .tab-item .badge,
.tabs.tabs-dark .tab-item .badge {
    background-color: #fff;
    color: #444
}

.tabs-striped .tabs {
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 1px solid #ddd;
    padding-top: 2px
}

.tabs-striped .tab-item.activated,
.tabs-striped .tab-item.active,
.tabs-striped .tab-item.tab-item-active {
    margin-top: -2px;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #444
}

.tabs-striped .tab-item.activated .badge,
.tabs-striped .tab-item.active .badge,
.tabs-striped .tab-item.tab-item-active .badge {
    top: 2px;
    opacity: 1
}

.tabs-striped.tabs-light .tabs {
    background-color: #fff
}

.tabs-striped.tabs-light .tab-item {
    color: rgba(68, 68, 68, .4);
    opacity: 1
}

.tabs-striped.tabs-light .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-light .tab-item.activated,
.tabs-striped.tabs-light .tab-item.active,
.tabs-striped.tabs-light .tab-item.tab-item-active {
    margin-top: -2px;
    color: #444;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #444
}

.tabs-striped.tabs-stable .tabs {
    background-color: #f8f8f8
}

.tabs-striped.tabs-stable .tab-item {
    color: rgba(68, 68, 68, .4);
    opacity: 1
}

.tabs-striped.tabs-stable .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-stable .tab-item.activated,
.tabs-striped.tabs-stable .tab-item.active,
.tabs-striped.tabs-stable .tab-item.tab-item-active {
    margin-top: -2px;
    color: #444;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #444
}

.tabs-striped.tabs-positive .tabs {
    background-color: #387ef5
}

.tabs-striped.tabs-positive .tab-item {
    color: rgba(255, 255, 255, .4);
    opacity: 1
}

.tabs-striped.tabs-positive .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-positive .tab-item.activated,
.tabs-striped.tabs-positive .tab-item.active,
.tabs-striped.tabs-positive .tab-item.tab-item-active {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff
}

.tabs-striped.tabs-calm .tabs {
    background-color: #11c1f3
}

.tabs-striped.tabs-calm .tab-item {
    color: rgba(255, 255, 255, .4);
    opacity: 1
}

.tabs-striped.tabs-calm .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-calm .tab-item.activated,
.tabs-striped.tabs-calm .tab-item.active,
.tabs-striped.tabs-calm .tab-item.tab-item-active {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff
}

.tabs-striped.tabs-assertive .tabs {
    background-color: #ef473a
}

.tabs-striped.tabs-assertive .tab-item {
    color: rgba(255, 255, 255, .4);
    opacity: 1
}

.tabs-striped.tabs-assertive .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-assertive .tab-item.activated,
.tabs-striped.tabs-assertive .tab-item.active,
.tabs-striped.tabs-assertive .tab-item.tab-item-active {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff
}

.tabs-striped.tabs-balanced .tabs {
    background-color: #33cd5f
}

.tabs-striped.tabs-balanced .tab-item {
    color: rgba(255, 255, 255, .4);
    opacity: 1
}

.tabs-striped.tabs-balanced .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-balanced .tab-item.activated,
.tabs-striped.tabs-balanced .tab-item.active,
.tabs-striped.tabs-balanced .tab-item.tab-item-active {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff
}

.tabs-striped.tabs-energized .tabs {
    background-color: #ffc900
}

.tabs-striped.tabs-energized .tab-item {
    color: rgba(255, 255, 255, .4);
    opacity: 1
}

.tabs-striped.tabs-energized .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-energized .tab-item.activated,
.tabs-striped.tabs-energized .tab-item.active,
.tabs-striped.tabs-energized .tab-item.tab-item-active {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff
}

.tabs-striped.tabs-royal .tabs {
    background-color: #886aea
}

.tabs-striped.tabs-royal .tab-item {
    color: rgba(255, 255, 255, .4);
    opacity: 1
}

.tabs-striped.tabs-royal .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-royal .tab-item.activated,
.tabs-striped.tabs-royal .tab-item.active,
.tabs-striped.tabs-royal .tab-item.tab-item-active {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff
}

.tabs-striped.tabs-dark .tabs {
    background-color: #444
}

.tabs-striped.tabs-dark .tab-item {
    color: rgba(255, 255, 255, .4);
    opacity: 1
}

.tabs-striped.tabs-dark .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-dark .tab-item.activated,
.tabs-striped.tabs-dark .tab-item.active,
.tabs-striped.tabs-dark .tab-item.tab-item-active {
    margin-top: -2px;
    color: #fff;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #fff
}

.tabs-striped.tabs-top .tab-item.activated .badge,
.tabs-striped.tabs-top .tab-item.active .badge,
.tabs-striped.tabs-top .tab-item.tab-item-active .badge {
    top: 4%
}

.tabs-striped.tabs-background-light .tabs {
    background-color: #fff;
    background-image: none
}

.tabs-striped.tabs-background-stable .tabs {
    background-color: #f8f8f8;
    background-image: none
}

.tabs-striped.tabs-background-positive .tabs {
    background-color: #387ef5;
    background-image: none
}

.tabs-striped.tabs-background-calm .tabs {
    background-color: #11c1f3;
    background-image: none
}

.tabs-striped.tabs-background-assertive .tabs {
    background-color: #ef473a;
    background-image: none
}

.tabs-striped.tabs-background-balanced .tabs {
    background-color: #33cd5f;
    background-image: none
}

.tabs-striped.tabs-background-energized .tabs {
    background-color: #ffc900;
    background-image: none
}

.tabs-striped.tabs-background-royal .tabs {
    background-color: #886aea;
    background-image: none
}

.tabs-striped.tabs-background-dark .tabs {
    background-color: #444;
    background-image: none
}

.tabs-striped.tabs-color-light .tab-item {
    color: rgba(255, 255, 255, .4);
    opacity: 1
}

.tabs-striped.tabs-color-light .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-color-light .tab-item.activated,
.tabs-striped.tabs-color-light .tab-item.active,
.tabs-striped.tabs-color-light .tab-item.tab-item-active {
    margin-top: -2px;
    color: #fff;
    border: 0 solid #fff;
    border-top-width: 2px
}

.tabs-striped.tabs-color-light .tab-item.activated .badge,
.tabs-striped.tabs-color-light .tab-item.active .badge,
.tabs-striped.tabs-color-light .tab-item.tab-item-active .badge {
    top: 2px;
    opacity: 1
}

.tabs-striped.tabs-color-stable .tab-item {
    color: rgba(248, 248, 248, .4);
    opacity: 1
}

.tabs-striped.tabs-color-stable .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-color-stable .tab-item.activated,
.tabs-striped.tabs-color-stable .tab-item.active,
.tabs-striped.tabs-color-stable .tab-item.tab-item-active {
    margin-top: -2px;
    color: #f8f8f8;
    border: 0 solid #f8f8f8;
    border-top-width: 2px
}

.tabs-striped.tabs-color-stable .tab-item.activated .badge,
.tabs-striped.tabs-color-stable .tab-item.active .badge,
.tabs-striped.tabs-color-stable .tab-item.tab-item-active .badge {
    top: 2px;
    opacity: 1
}

.tabs-striped.tabs-color-positive .tab-item {
    color: rgba(56, 126, 245, .4);
    opacity: 1
}

.tabs-striped.tabs-color-positive .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-color-positive .tab-item.activated,
.tabs-striped.tabs-color-positive .tab-item.active,
.tabs-striped.tabs-color-positive .tab-item.tab-item-active {
    margin-top: -2px;
    color: #387ef5;
    border: 0 solid #387ef5;
    border-top-width: 2px
}

.tabs-striped.tabs-color-positive .tab-item.activated .badge,
.tabs-striped.tabs-color-positive .tab-item.active .badge,
.tabs-striped.tabs-color-positive .tab-item.tab-item-active .badge {
    top: 2px;
    opacity: 1
}

.tabs-striped.tabs-color-calm .tab-item {
    color: rgba(17, 193, 243, .4);
    opacity: 1
}

.tabs-striped.tabs-color-calm .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-color-calm .tab-item.activated,
.tabs-striped.tabs-color-calm .tab-item.active,
.tabs-striped.tabs-color-calm .tab-item.tab-item-active {
    margin-top: -2px;
    color: #11c1f3;
    border: 0 solid #11c1f3;
    border-top-width: 2px
}

.tabs-striped.tabs-color-calm .tab-item.activated .badge,
.tabs-striped.tabs-color-calm .tab-item.active .badge,
.tabs-striped.tabs-color-calm .tab-item.tab-item-active .badge {
    top: 2px;
    opacity: 1
}

.tabs-striped.tabs-color-assertive .tab-item {
    color: rgba(239, 71, 58, .4);
    opacity: 1
}

.tabs-striped.tabs-color-assertive .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-color-assertive .tab-item.activated,
.tabs-striped.tabs-color-assertive .tab-item.active,
.tabs-striped.tabs-color-assertive .tab-item.tab-item-active {
    margin-top: -2px;
    color: #ef473a;
    border: 0 solid #ef473a;
    border-top-width: 2px
}

.tabs-striped.tabs-color-assertive .tab-item.activated .badge,
.tabs-striped.tabs-color-assertive .tab-item.active .badge,
.tabs-striped.tabs-color-assertive .tab-item.tab-item-active .badge {
    top: 2px;
    opacity: 1
}

.tabs-striped.tabs-color-balanced .tab-item {
    color: rgba(51, 205, 95, .4);
    opacity: 1
}

.tabs-striped.tabs-color-balanced .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-color-balanced .tab-item.activated,
.tabs-striped.tabs-color-balanced .tab-item.active,
.tabs-striped.tabs-color-balanced .tab-item.tab-item-active {
    margin-top: -2px;
    color: #33cd5f;
    border: 0 solid #33cd5f;
    border-top-width: 2px
}

.tabs-striped.tabs-color-balanced .tab-item.activated .badge,
.tabs-striped.tabs-color-balanced .tab-item.active .badge,
.tabs-striped.tabs-color-balanced .tab-item.tab-item-active .badge {
    top: 2px;
    opacity: 1
}

.tabs-striped.tabs-color-energized .tab-item {
    color: rgba(255, 201, 0, .4);
    opacity: 1
}

.tabs-striped.tabs-color-energized .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-color-energized .tab-item.activated,
.tabs-striped.tabs-color-energized .tab-item.active,
.tabs-striped.tabs-color-energized .tab-item.tab-item-active {
    margin-top: -2px;
    color: #ffc900;
    border: 0 solid #ffc900;
    border-top-width: 2px
}

.tabs-striped.tabs-color-energized .tab-item.activated .badge,
.tabs-striped.tabs-color-energized .tab-item.active .badge,
.tabs-striped.tabs-color-energized .tab-item.tab-item-active .badge {
    top: 2px;
    opacity: 1
}

.tabs-striped.tabs-color-royal .tab-item {
    color: rgba(136, 106, 234, .4);
    opacity: 1
}

.tabs-striped.tabs-color-royal .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-color-royal .tab-item.activated,
.tabs-striped.tabs-color-royal .tab-item.active,
.tabs-striped.tabs-color-royal .tab-item.tab-item-active {
    margin-top: -2px;
    color: #886aea;
    border: 0 solid #886aea;
    border-top-width: 2px
}

.tabs-striped.tabs-color-royal .tab-item.activated .badge,
.tabs-striped.tabs-color-royal .tab-item.active .badge,
.tabs-striped.tabs-color-royal .tab-item.tab-item-active .badge {
    top: 2px;
    opacity: 1
}

.tabs-striped.tabs-color-dark .tab-item {
    color: rgba(68, 68, 68, .4);
    opacity: 1
}

.tabs-striped.tabs-color-dark .tab-item .badge {
    opacity: .4
}

.tabs-striped.tabs-color-dark .tab-item.activated,
.tabs-striped.tabs-color-dark .tab-item.active,
.tabs-striped.tabs-color-dark .tab-item.tab-item-active {
    margin-top: -2px;
    color: #444;
    border: 0 solid #444;
    border-top-width: 2px
}

.tabs-striped.tabs-color-dark .tab-item.activated .badge,
.tabs-striped.tabs-color-dark .tab-item.active .badge,
.tabs-striped.tabs-color-dark .tab-item.tab-item-active .badge {
    top: 2px;
    opacity: 1
}

.tabs-background-light .tabs,
.tabs-background-light>.tabs {
    background-color: #fff;
    background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
    border-color: #ddd
}

.tabs-background-stable .tabs,
.tabs-background-stable>.tabs {
    background-color: #f8f8f8;
    background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
    border-color: #b2b2b2
}

.tabs-background-positive .tabs,
.tabs-background-positive>.tabs {
    background-color: #387ef5;
    background-image: linear-gradient(0deg, #0c60ee, #0c60ee 50%, transparent 50%);
    border-color: #0c60ee
}

.tabs-background-calm .tabs,
.tabs-background-calm>.tabs {
    background-color: #11c1f3;
    background-image: linear-gradient(0deg, #0a9dc7, #0a9dc7 50%, transparent 50%);
    border-color: #0a9dc7
}

.tabs-background-assertive .tabs,
.tabs-background-assertive>.tabs {
    background-color: #ef473a;
    background-image: linear-gradient(0deg, #e42112, #e42112 50%, transparent 50%);
    border-color: #e42112
}

.tabs-background-balanced .tabs,
.tabs-background-balanced>.tabs {
    background-color: #33cd5f;
    background-image: linear-gradient(0deg, #28a54c, #28a54c 50%, transparent 50%);
    border-color: #28a54c
}

.tabs-background-energized .tabs,
.tabs-background-energized>.tabs {
    background-color: #ffc900;
    background-image: linear-gradient(0deg, #e6b500, #e6b500 50%, transparent 50%);
    border-color: #e6b500
}

.tabs-background-royal .tabs,
.tabs-background-royal>.tabs {
    background-color: #886aea;
    background-image: linear-gradient(0deg, #6b46e5, #6b46e5 50%, transparent 50%);
    border-color: #6b46e5
}

.tabs-background-dark .tabs,
.tabs-background-dark>.tabs {
    background-color: #444;
    background-image: linear-gradient(0deg, #111, #111 50%, transparent 50%);
    border-color: #111
}

.tabs-color-light .tab-item {
    color: rgba(255, 255, 255, .4);
    opacity: 1
}

.tabs-color-light .tab-item .badge {
    opacity: .4
}

.tabs-color-light .tab-item.activated,
.tabs-color-light .tab-item.active,
.tabs-color-light .tab-item.tab-item-active {
    color: #fff;
    border: 0 solid #fff
}

.tabs-color-light .tab-item.activated .badge,
.tabs-color-light .tab-item.active .badge,
.tabs-color-light .tab-item.tab-item-active .badge {
    opacity: 1
}

.tabs-color-stable .tab-item {
    color: rgba(248, 248, 248, .4);
    opacity: 1
}

.tabs-color-stable .tab-item .badge {
    opacity: .4
}

.tabs-color-stable .tab-item.activated,
.tabs-color-stable .tab-item.active,
.tabs-color-stable .tab-item.tab-item-active {
    color: #f8f8f8;
    border: 0 solid #f8f8f8
}

.tabs-color-stable .tab-item.activated .badge,
.tabs-color-stable .tab-item.active .badge,
.tabs-color-stable .tab-item.tab-item-active .badge {
    opacity: 1
}

.tabs-color-positive .tab-item {
    color: rgba(56, 126, 245, .4);
    opacity: 1
}

.tabs-color-positive .tab-item .badge {
    opacity: .4
}

.tabs-color-positive .tab-item.activated,
.tabs-color-positive .tab-item.active,
.tabs-color-positive .tab-item.tab-item-active {
    color: #387ef5;
    border: 0 solid #387ef5
}

.tabs-color-positive .tab-item.activated .badge,
.tabs-color-positive .tab-item.active .badge,
.tabs-color-positive .tab-item.tab-item-active .badge {
    opacity: 1
}

.tabs-color-calm .tab-item {
    color: rgba(17, 193, 243, .4);
    opacity: 1
}

.tabs-color-calm .tab-item .badge {
    opacity: .4
}

.tabs-color-calm .tab-item.activated,
.tabs-color-calm .tab-item.active,
.tabs-color-calm .tab-item.tab-item-active {
    color: #11c1f3;
    border: 0 solid #11c1f3
}

.tabs-color-calm .tab-item.activated .badge,
.tabs-color-calm .tab-item.active .badge,
.tabs-color-calm .tab-item.tab-item-active .badge {
    opacity: 1
}

.tabs-color-assertive .tab-item {
    color: rgba(239, 71, 58, .4);
    opacity: 1
}

.tabs-color-assertive .tab-item .badge {
    opacity: .4
}

.tabs-color-assertive .tab-item.activated,
.tabs-color-assertive .tab-item.active,
.tabs-color-assertive .tab-item.tab-item-active {
    color: #ef473a;
    border: 0 solid #ef473a
}

.tabs-color-assertive .tab-item.activated .badge,
.tabs-color-assertive .tab-item.active .badge,
.tabs-color-assertive .tab-item.tab-item-active .badge {
    opacity: 1
}

.tabs-color-balanced .tab-item {
    color: rgba(51, 205, 95, .4);
    opacity: 1
}

.tabs-color-balanced .tab-item .badge {
    opacity: .4
}

.tabs-color-balanced .tab-item.activated,
.tabs-color-balanced .tab-item.active,
.tabs-color-balanced .tab-item.tab-item-active {
    color: #33cd5f;
    border: 0 solid #33cd5f
}

.tabs-color-balanced .tab-item.activated .badge,
.tabs-color-balanced .tab-item.active .badge,
.tabs-color-balanced .tab-item.tab-item-active .badge {
    opacity: 1
}

.tabs-color-energized .tab-item {
    color: rgba(255, 201, 0, .4);
    opacity: 1
}

.tabs-color-energized .tab-item .badge {
    opacity: .4
}

.tabs-color-energized .tab-item.activated,
.tabs-color-energized .tab-item.active,
.tabs-color-energized .tab-item.tab-item-active {
    color: #ffc900;
    border: 0 solid #ffc900
}

.tabs-color-energized .tab-item.activated .badge,
.tabs-color-energized .tab-item.active .badge,
.tabs-color-energized .tab-item.tab-item-active .badge {
    opacity: 1
}

.tabs-color-royal .tab-item {
    color: rgba(136, 106, 234, .4);
    opacity: 1
}

.tabs-color-royal .tab-item .badge {
    opacity: .4
}

.tabs-color-royal .tab-item.activated,
.tabs-color-royal .tab-item.active,
.tabs-color-royal .tab-item.tab-item-active {
    color: #886aea;
    border: 0 solid #886aea
}

.tabs-color-royal .tab-item.activated .badge,
.tabs-color-royal .tab-item.active .badge,
.tabs-color-royal .tab-item.tab-item-active .badge {
    opacity: 1
}

.tabs-color-dark .tab-item {
    color: rgba(68, 68, 68, .4);
    opacity: 1
}

.tabs-color-dark .tab-item .badge {
    opacity: .4
}

.tabs-color-dark .tab-item.activated,
.tabs-color-dark .tab-item.active,
.tabs-color-dark .tab-item.tab-item-active {
    color: #444;
    border: 0 solid #444
}

.tabs-color-dark .tab-item.activated .badge,
.tabs-color-dark .tab-item.active .badge,
.tabs-color-dark .tab-item.tab-item-active .badge {
    opacity: 1
}

ion-tabs.tabs-color-active-light .tab-item {
    color: #444
}

ion-tabs.tabs-color-active-light .tab-item.activated,
ion-tabs.tabs-color-active-light .tab-item.active,
ion-tabs.tabs-color-active-light .tab-item.tab-item-active {
    color: #fff
}

ion-tabs.tabs-striped.tabs-color-active-light .tab-item.activated,
ion-tabs.tabs-striped.tabs-color-active-light .tab-item.active,
ion-tabs.tabs-striped.tabs-color-active-light .tab-item.tab-item-active {
    border-color: #fff;
    color: #fff
}

ion-tabs.tabs-color-active-stable .tab-item {
    color: #444
}

ion-tabs.tabs-color-active-stable .tab-item.activated,
ion-tabs.tabs-color-active-stable .tab-item.active,
ion-tabs.tabs-color-active-stable .tab-item.tab-item-active {
    color: #f8f8f8
}

ion-tabs.tabs-striped.tabs-color-active-stable .tab-item.activated,
ion-tabs.tabs-striped.tabs-color-active-stable .tab-item.active,
ion-tabs.tabs-striped.tabs-color-active-stable .tab-item.tab-item-active {
    border-color: #f8f8f8;
    color: #f8f8f8
}

ion-tabs.tabs-color-active-positive .tab-item {
    color: #444
}

ion-tabs.tabs-color-active-positive .tab-item.activated,
ion-tabs.tabs-color-active-positive .tab-item.active,
ion-tabs.tabs-color-active-positive .tab-item.tab-item-active {
    color: #387ef5
}

ion-tabs.tabs-striped.tabs-color-active-positive .tab-item.activated,
ion-tabs.tabs-striped.tabs-color-active-positive .tab-item.active,
ion-tabs.tabs-striped.tabs-color-active-positive .tab-item.tab-item-active {
    border-color: #387ef5;
    color: #387ef5
}

ion-tabs.tabs-color-active-calm .tab-item {
    color: #444
}

ion-tabs.tabs-color-active-calm .tab-item.activated,
ion-tabs.tabs-color-active-calm .tab-item.active,
ion-tabs.tabs-color-active-calm .tab-item.tab-item-active {
    color: #11c1f3
}

ion-tabs.tabs-striped.tabs-color-active-calm .tab-item.activated,
ion-tabs.tabs-striped.tabs-color-active-calm .tab-item.active,
ion-tabs.tabs-striped.tabs-color-active-calm .tab-item.tab-item-active {
    border-color: #11c1f3;
    color: #11c1f3
}

ion-tabs.tabs-color-active-assertive .tab-item {
    color: #444
}

ion-tabs.tabs-color-active-assertive .tab-item.activated,
ion-tabs.tabs-color-active-assertive .tab-item.active,
ion-tabs.tabs-color-active-assertive .tab-item.tab-item-active {
    color: #ef473a
}

ion-tabs.tabs-striped.tabs-color-active-assertive .tab-item.activated,
ion-tabs.tabs-striped.tabs-color-active-assertive .tab-item.active,
ion-tabs.tabs-striped.tabs-color-active-assertive .tab-item.tab-item-active {
    border-color: #ef473a;
    color: #ef473a
}

ion-tabs.tabs-color-active-balanced .tab-item {
    color: #444
}

ion-tabs.tabs-color-active-balanced .tab-item.activated,
ion-tabs.tabs-color-active-balanced .tab-item.active,
ion-tabs.tabs-color-active-balanced .tab-item.tab-item-active {
    color: #33cd5f
}

ion-tabs.tabs-striped.tabs-color-active-balanced .tab-item.activated,
ion-tabs.tabs-striped.tabs-color-active-balanced .tab-item.active,
ion-tabs.tabs-striped.tabs-color-active-balanced .tab-item.tab-item-active {
    border-color: #33cd5f;
    color: #33cd5f
}

ion-tabs.tabs-color-active-energized .tab-item {
    color: #444
}

ion-tabs.tabs-color-active-energized .tab-item.activated,
ion-tabs.tabs-color-active-energized .tab-item.active,
ion-tabs.tabs-color-active-energized .tab-item.tab-item-active {
    color: #ffc900
}

ion-tabs.tabs-striped.tabs-color-active-energized .tab-item.activated,
ion-tabs.tabs-striped.tabs-color-active-energized .tab-item.active,
ion-tabs.tabs-striped.tabs-color-active-energized .tab-item.tab-item-active {
    border-color: #ffc900;
    color: #ffc900
}

ion-tabs.tabs-color-active-royal .tab-item {
    color: #444
}

ion-tabs.tabs-color-active-royal .tab-item.activated,
ion-tabs.tabs-color-active-royal .tab-item.active,
ion-tabs.tabs-color-active-royal .tab-item.tab-item-active {
    color: #886aea
}

ion-tabs.tabs-striped.tabs-color-active-royal .tab-item.activated,
ion-tabs.tabs-striped.tabs-color-active-royal .tab-item.active,
ion-tabs.tabs-striped.tabs-color-active-royal .tab-item.tab-item-active {
    border-color: #886aea;
    color: #886aea
}

ion-tabs.tabs-color-active-dark .tab-item {
    color: #fff
}

ion-tabs.tabs-color-active-dark .tab-item.activated,
ion-tabs.tabs-color-active-dark .tab-item.active,
ion-tabs.tabs-color-active-dark .tab-item.tab-item-active {
    color: #444
}

ion-tabs.tabs-striped.tabs-color-active-dark .tab-item.activated,
ion-tabs.tabs-striped.tabs-color-active-dark .tab-item.active,
ion-tabs.tabs-striped.tabs-color-active-dark .tab-item.tab-item-active {
    border-color: #444;
    color: #444
}

.tabs-top.tabs-striped {
    padding-bottom: 0
}

.tabs-top.tabs-striped .tab-item {
    background: 0 0;
    -webkit-transition: color .1s ease;
    -moz-transition: color .1s ease;
    -ms-transition: color .1s ease;
    -o-transition: color .1s ease;
    transition: color .1s ease
}

.tabs-top.tabs-striped .tab-item.activated,
.tabs-top.tabs-striped .tab-item.active,
.tabs-top.tabs-striped .tab-item.tab-item-active {
    margin-top: 1px;
    border-width: 0 0 2px 0 !important;
    border-style: solid
}

.tabs-top.tabs-striped .tab-item.activated>.badge,
.tabs-top.tabs-striped .tab-item.activated>i,
.tabs-top.tabs-striped .tab-item.active>.badge,
.tabs-top.tabs-striped .tab-item.active>i,
.tabs-top.tabs-striped .tab-item.tab-item-active>.badge,
.tabs-top.tabs-striped .tab-item.tab-item-active>i {
    margin-top: -1px
}

.tabs-top.tabs-striped .tab-item .badge {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.activated .tab-title,
.tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.activated i,
.tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.active .tab-title,
.tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.active i,
.tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.tab-item-active .tab-title,
.tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.tab-item-active i {
    display: block;
    margin-top: -1px
}

.tabs-top.tabs-striped.tabs-icon-left .tab-item {
    margin-top: 1px
}

.tabs-top.tabs-striped.tabs-icon-left .tab-item.activated .tab-title,
.tabs-top.tabs-striped.tabs-icon-left .tab-item.activated i,
.tabs-top.tabs-striped.tabs-icon-left .tab-item.active .tab-title,
.tabs-top.tabs-striped.tabs-icon-left .tab-item.active i,
.tabs-top.tabs-striped.tabs-icon-left .tab-item.tab-item-active .tab-title,
.tabs-top.tabs-striped.tabs-icon-left .tab-item.tab-item-active i {
    margin-top: -.1em
}

.tabs-top>.tabs,
.tabs.tabs-top {
    top: 44px;
    padding-top: 0;
    background-position: bottom;
    border-top-width: 0;
    border-bottom-width: 1px
}

.tabs-top>.tabs .tab-item.activated .badge,
.tabs-top>.tabs .tab-item.active .badge,
.tabs-top>.tabs .tab-item.tab-item-active .badge,
.tabs.tabs-top .tab-item.activated .badge,
.tabs.tabs-top .tab-item.active .badge,
.tabs.tabs-top .tab-item.tab-item-active .badge {
    top: 4%
}

.tabs-top~.bar-header {
    border-bottom-width: 0
}

.tab-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    overflow: hidden;
    max-width: 150px;
    height: 100%;
    color: inherit;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    font-family: "-apple-system", "Helvetica Neue", Roboto, "Segoe UI", sans-serif;
    opacity: .7
}

.tab-item:hover {
    cursor: pointer
}

.tab-item.tab-hidden,
.tabs-item-hide>.tabs,
.tabs.tabs-item-hide {
    display: none
}

.tabs-icon-bottom.tabs .tab-item,
.tabs-icon-bottom>.tabs .tab-item,
.tabs-icon-top.tabs .tab-item,
.tabs-icon-top>.tabs .tab-item {
    font-size: 10px;
    line-height: 14px
}

.tab-item .icon {
    display: block;
    margin: 0 auto;
    height: 32px;
    font-size: 32px
}

.tabs-icon-left.tabs .tab-item,
.tabs-icon-left>.tabs .tab-item,
.tabs-icon-right.tabs .tab-item,
.tabs-icon-right>.tabs .tab-item {
    font-size: 10px
}

.tabs-icon-left.tabs .tab-item .icon,
.tabs-icon-left.tabs .tab-item .tab-title,
.tabs-icon-left>.tabs .tab-item .icon,
.tabs-icon-left>.tabs .tab-item .tab-title,
.tabs-icon-right.tabs .tab-item .icon,
.tabs-icon-right.tabs .tab-item .tab-title,
.tabs-icon-right>.tabs .tab-item .icon,
.tabs-icon-right>.tabs .tab-item .tab-title {
    display: inline-block;
    vertical-align: top;
    margin-top: -.1em
}

.tabs-icon-left.tabs .tab-item .icon:before,
.tabs-icon-left.tabs .tab-item .tab-title:before,
.tabs-icon-left>.tabs .tab-item .icon:before,
.tabs-icon-left>.tabs .tab-item .tab-title:before,
.tabs-icon-right.tabs .tab-item .icon:before,
.tabs-icon-right.tabs .tab-item .tab-title:before,
.tabs-icon-right>.tabs .tab-item .icon:before,
.tabs-icon-right>.tabs .tab-item .tab-title:before {
    font-size: 24px;
    line-height: 49px
}

.tabs-icon-left.tabs .tab-item .icon,
.tabs-icon-left>.tabs .tab-item .icon {
    padding-right: 3px
}

.tabs-icon-right.tabs .tab-item .icon,
.tabs-icon-right>.tabs .tab-item .icon {
    padding-left: 3px
}

.tabs-icon-only.tabs .icon,
.tabs-icon-only>.tabs .icon {
    line-height: inherit
}

.tab-item.has-badge {
    position: relative
}

.tab-item .badge {
    position: absolute;
    top: 4%;
    right: 33%;
    right: calc(50% - 26px);
    padding: 1px 6px;
    height: auto;
    font-size: 12px;
    line-height: 16px
}

.tab-item.activated,
.tab-item.active,
.tab-item.tab-item-active {
    opacity: 1
}

.tab-item.activated.tab-item-light,
.tab-item.active.tab-item-light,
.tab-item.tab-item-active.tab-item-light {
    color: #fff
}

.tab-item.activated.tab-item-stable,
.tab-item.active.tab-item-stable,
.tab-item.tab-item-active.tab-item-stable {
    color: #f8f8f8
}

.tab-item.activated.tab-item-positive,
.tab-item.active.tab-item-positive,
.tab-item.tab-item-active.tab-item-positive {
    color: #387ef5
}

.tab-item.activated.tab-item-calm,
.tab-item.active.tab-item-calm,
.tab-item.tab-item-active.tab-item-calm {
    color: #11c1f3
}

.tab-item.activated.tab-item-assertive,
.tab-item.active.tab-item-assertive,
.tab-item.tab-item-active.tab-item-assertive {
    color: #ef473a
}

.tab-item.activated.tab-item-balanced,
.tab-item.active.tab-item-balanced,
.tab-item.tab-item-active.tab-item-balanced {
    color: #33cd5f
}

.tab-item.activated.tab-item-energized,
.tab-item.active.tab-item-energized,
.tab-item.tab-item-active.tab-item-energized {
    color: #ffc900
}

.tab-item.activated.tab-item-royal,
.tab-item.active.tab-item-royal,
.tab-item.tab-item-active.tab-item-royal {
    color: #886aea
}

.tab-item.activated.tab-item-dark,
.tab-item.active.tab-item-dark,
.tab-item.tab-item-active.tab-item-dark {
    color: #444
}

.item.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.item.tabs .icon:before {
    position: relative
}

.tab-item.disabled,
.tab-item[disabled] {
    opacity: .4;
    cursor: default;
    pointer-events: none
}

.nav-bar-tabs-top.hide~.view-container .tabs-top .tabs {
    top: 0
}

.pane[hide-nav-bar=true] .has-tabs-top {
    top: 49px
}

.menu {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    min-height: 100%;
    max-height: 100%;
    width: 275px;
    background-color: #fff
}

.menu .scroll-content {
    z-index: 10
}

.menu .bar-header {
    z-index: 11
}

.menu-content {
    -webkit-transform: none;
    transform: none;
    box-shadow: -1px 0 2px rgba(0, 0, 0, .2), 1px 0 2px rgba(0, 0, 0, .2)
}

.menu-open .menu-content .pane,
.menu-open .menu-content .scroll-content,
.menu-open .menu-content .scroll-content .scroll {
    pointer-events: none
}

.menu-open .menu-content .scroll-content:not(.overflow-scroll) {
    overflow: hidden
}

.grade-b .menu-content,
.grade-c .menu-content {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    right: -1px;
    left: -1px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-shadow: none
}

.menu-left {
    left: 0
}

.menu-right {
    right: 0
}

.aside-open.aside-resizing .menu-right {
    display: none
}

.menu-animated {
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease
}

.modal-backdrop,
.modal-backdrop-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%
}

.modal-backdrop-bg {
    pointer-events: none
}

.modal {
    display: block;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    min-height: 100%;
    width: 100%;
    background-color: #fff
}

@media (min-width:680px) {
    .modal {
        top: 20%;
        right: 20%;
        bottom: 20%;
        left: 20%;
        min-height: 240px;
        width: 60%
    }

    .modal.ng-leave-active {
        bottom: 0
    }

    .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) {
        height: 44px
    }

    .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader)>* {
        margin-top: 0
    }

    .platform-ios.platform-cordova .modal-wrapper .modal .bar-subheader,
    .platform-ios.platform-cordova .modal-wrapper .modal .has-header,
    .platform-ios.platform-cordova .modal-wrapper .modal .tabs-top>.tabs,
    .platform-ios.platform-cordova .modal-wrapper .modal .tabs.tabs-top {
        top: 44px
    }

    .platform-ios.platform-cordova .modal-wrapper .modal .has-subheader {
        top: 88px
    }

    .platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-tabs-top {
        top: 93px
    }

    .platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-subheader.has-tabs-top {
        top: 137px
    }

    .modal-backdrop-bg {
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        background-color: #000;
        opacity: 0
    }

    .active .modal-backdrop-bg {
        opacity: .5
    }
}

.modal-open {
    pointer-events: none
}

.modal-open .modal,
.modal-open .modal-backdrop {
    pointer-events: auto
}

.modal-open.loading-active .modal,
.modal-open.loading-active .modal-backdrop {
    pointer-events: none
}

.popover-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.popover-backdrop.active {
    background-color: rgba(0, 0, 0, .1)
}

.popover {
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: 10;
    display: block;
    margin-top: 12px;
    margin-left: -110px;
    height: 280px;
    width: 220px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    opacity: 0
}

.popover .item:first-child {
    border-top: 0
}

.popover .item:last-child {
    border-bottom: 0
}

.popover.popover-bottom {
    margin-top: -12px
}

.popover,
.popover .bar-header {
    border-radius: 2px
}

.popover .scroll-content {
    z-index: 1;
    margin: 2px 0
}

.popover .bar-header {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.popover .has-header {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.popover-arrow {
    display: none
}

.platform-ios .popover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .08);
    border-radius: 10px
}

.platform-ios .popover .bar-header {
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px
}

.platform-ios .popover .scroll-content {
    margin: 8px 0;
    border-radius: 10px
}

.platform-ios .popover .scroll-content.has-header {
    margin-top: 0
}

.platform-ios .popover-arrow {
    position: absolute;
    display: block;
    top: -17px;
    width: 30px;
    height: 19px;
    overflow: hidden
}

.platform-ios .popover-arrow:after {
    position: absolute;
    top: 12px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 3px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.platform-ios .popover-bottom .popover-arrow {
    top: auto;
    bottom: -10px
}

.platform-ios .popover-bottom .popover-arrow:after {
    top: -6px
}

.platform-android .popover {
    margin-top: -32px;
    background-color: #fafafa;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .35)
}

.platform-android .popover .item {
    border-color: #fafafa;
    background-color: #fafafa;
    color: #4d4d4d
}

.platform-android .popover.popover-bottom {
    margin-top: 32px
}

.platform-android .popover-backdrop,
.platform-android .popover-backdrop.active {
    background-color: transparent
}

.popover-open {
    pointer-events: none
}

.popover-open .popover,
.popover-open .popover-backdrop {
    pointer-events: auto
}

.popover-open.loading-active .popover,
.popover-open.loading-active .popover-backdrop {
    pointer-events: none
}

@media (min-width:680px) {
    .popover {
        width: 360px;
        margin-left: -180px
    }
}

.popup-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    z-index: 12;
    visibility: hidden
}

.popup-container.popup-showing {
    visibility: visible
}

.popup-container.popup-hidden .popup {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.popup-container.active .popup {
    -webkit-animation-name: superScaleIn;
    animation-name: superScaleIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.popup-container .popup {
    width: 250px;
    max-width: 100%;
    max-height: 90%;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.popup-container input,
.popup-container textarea {
    width: 100%
}

.popup-head {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    text-align: center
}

.popup-title {
    margin: 0;
    padding: 0;
    font-size: 15px
}

.popup-sub-title {
    margin: 5px 0 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 11px
}

.popup-body {
    padding: 10px;
    overflow: auto
}

.popup-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px;
    min-height: 65px
}

.popup-buttons .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    min-height: 45px;
    border-radius: 2px;
    line-height: 20px;
    margin-right: 5px
}

.popup-buttons .button:last-child {
    margin-right: 0
}

.popup-open,
.popup-open.modal-open .modal {
    pointer-events: none
}

.popup-open .popup,
.popup-open .popup-backdrop {
    pointer-events: auto
}

.loading-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 13;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: .2s opacity linear;
    transition: .2s opacity linear;
    visibility: hidden;
    opacity: 0
}

.loading-container:not(.visible) .icon,
.loading-container:not(.visible) .spinner {
    display: none
}

.loading-container.visible {
    visibility: visible
}

.loading-container.active {
    opacity: 1
}

.loading-container .loading {
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 15px
}

.loading-container .loading h1,
.loading-container .loading h2,
.loading-container .loading h3,
.loading-container .loading h4,
.loading-container .loading h5,
.loading-container .loading h6 {
    color: #fff
}

.item {
    border-color: #ddd;
    background-color: #fff;
    color: #444;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px
}

.item h2 {
    margin: 0 0 2px 0;
    font-size: 16px;
    font-weight: 400
}

.item h3 {
    margin: 0 0 4px 0;
    font-size: 14px
}

.item h4 {
    margin: 0 0 4px 0;
    font-size: 12px
}

.item h5,
.item h6 {
    margin: 0 0 3px 0;
    font-size: 10px
}

.item p {
    color: #666;
    font-size: 14px;
    margin-bottom: 2px
}

.item h1:last-child,
.item h2:last-child,
.item h3:last-child,
.item h4:last-child,
.item h5:last-child,
.item h6:last-child,
.item p:last-child {
    margin-bottom: 0
}

.item .badge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 16px;
    right: 32px
}

.item.item-button-right .badge {
    right: 67px
}

.item.item-divider .badge {
    top: 8px
}

.item .badge+.badge {
    margin-right: 5px
}

.item.item-light {
    border-color: #ddd;
    background-color: #fff;
    color: #444
}

.item.item-stable {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    color: #444
}

.item.item-positive {
    border-color: #0c60ee;
    background-color: #387ef5;
    color: #fff
}

.item.item-calm {
    border-color: #0a9dc7;
    background-color: #11c1f3;
    color: #fff
}

.item.item-assertive {
    border-color: #e42112;
    background-color: #ef473a;
    color: #fff
}

.item.item-balanced {
    border-color: #28a54c;
    background-color: #33cd5f;
    color: #fff
}

.item.item-energized {
    border-color: #e6b500;
    background-color: #ffc900;
    color: #fff
}

.item.item-royal {
    border-color: #6b46e5;
    background-color: #886aea;
    color: #fff
}

.item.item-dark {
    border-color: #111;
    background-color: #444;
    color: #fff
}

.item[ng-click]:hover {
    cursor: pointer
}

.item-borderless,
.list-borderless .item {
    border-width: 0
}

.item .item-content.activated,
.item .item-content.activated.item-complex>.item-content,
.item .item-content.active,
.item .item-content.active.item-complex>.item-content,
.item-complex.activated .item-content,
.item-complex.activated .item-content.item-complex>.item-content,
.item-complex.active .item-content,
.item-complex.active .item-content.item-complex>.item-content,
.item.activated,
.item.activated.item-complex>.item-content,
.item.active,
.item.active.item-complex>.item-content {
    border-color: #ccc;
    background-color: #d9d9d9
}

.item .item-content.activated.item-light,
.item .item-content.activated.item-light.item-complex>.item-content,
.item .item-content.active.item-light,
.item .item-content.active.item-light.item-complex>.item-content,
.item-complex.activated .item-content.item-light,
.item-complex.activated .item-content.item-light.item-complex>.item-content,
.item-complex.active .item-content.item-light,
.item-complex.active .item-content.item-light.item-complex>.item-content,
.item.activated.item-light,
.item.activated.item-light.item-complex>.item-content,
.item.active.item-light,
.item.active.item-light.item-complex>.item-content {
    border-color: #ccc;
    background-color: #fafafa
}

.item .item-content.activated.item-stable,
.item .item-content.activated.item-stable.item-complex>.item-content,
.item .item-content.active.item-stable,
.item .item-content.active.item-stable.item-complex>.item-content,
.item-complex.activated .item-content.item-stable,
.item-complex.activated .item-content.item-stable.item-complex>.item-content,
.item-complex.active .item-content.item-stable,
.item-complex.active .item-content.item-stable.item-complex>.item-content,
.item.activated.item-stable,
.item.activated.item-stable.item-complex>.item-content,
.item.active.item-stable,
.item.active.item-stable.item-complex>.item-content {
    border-color: #a2a2a2;
    background-color: #e5e5e5
}

.item .item-content.activated.item-positive,
.item .item-content.activated.item-positive.item-complex>.item-content,
.item .item-content.active.item-positive,
.item .item-content.active.item-positive.item-complex>.item-content,
.item-complex.activated .item-content.item-positive,
.item-complex.activated .item-content.item-positive.item-complex>.item-content,
.item-complex.active .item-content.item-positive,
.item-complex.active .item-content.item-positive.item-complex>.item-content,
.item.activated.item-positive,
.item.activated.item-positive.item-complex>.item-content,
.item.active.item-positive,
.item.active.item-positive.item-complex>.item-content {
    border-color: #0c60ee;
    background-color: #0c60ee
}

.item .item-content.activated.item-calm,
.item .item-content.activated.item-calm.item-complex>.item-content,
.item .item-content.active.item-calm,
.item .item-content.active.item-calm.item-complex>.item-content,
.item-complex.activated .item-content.item-calm,
.item-complex.activated .item-content.item-calm.item-complex>.item-content,
.item-complex.active .item-content.item-calm,
.item-complex.active .item-content.item-calm.item-complex>.item-content,
.item.activated.item-calm,
.item.activated.item-calm.item-complex>.item-content,
.item.active.item-calm,
.item.active.item-calm.item-complex>.item-content {
    border-color: #0a9dc7;
    background-color: #0a9dc7
}

.item .item-content.activated.item-assertive,
.item .item-content.activated.item-assertive.item-complex>.item-content,
.item .item-content.active.item-assertive,
.item .item-content.active.item-assertive.item-complex>.item-content,
.item-complex.activated .item-content.item-assertive,
.item-complex.activated .item-content.item-assertive.item-complex>.item-content,
.item-complex.active .item-content.item-assertive,
.item-complex.active .item-content.item-assertive.item-complex>.item-content,
.item.activated.item-assertive,
.item.activated.item-assertive.item-complex>.item-content,
.item.active.item-assertive,
.item.active.item-assertive.item-complex>.item-content {
    border-color: #e42112;
    background-color: #e42112
}

.item .item-content.activated.item-balanced,
.item .item-content.activated.item-balanced.item-complex>.item-content,
.item .item-content.active.item-balanced,
.item .item-content.active.item-balanced.item-complex>.item-content,
.item-complex.activated .item-content.item-balanced,
.item-complex.activated .item-content.item-balanced.item-complex>.item-content,
.item-complex.active .item-content.item-balanced,
.item-complex.active .item-content.item-balanced.item-complex>.item-content,
.item.activated.item-balanced,
.item.activated.item-balanced.item-complex>.item-content,
.item.active.item-balanced,
.item.active.item-balanced.item-complex>.item-content {
    border-color: #28a54c;
    background-color: #28a54c
}

.item .item-content.activated.item-energized,
.item .item-content.activated.item-energized.item-complex>.item-content,
.item .item-content.active.item-energized,
.item .item-content.active.item-energized.item-complex>.item-content,
.item-complex.activated .item-content.item-energized,
.item-complex.activated .item-content.item-energized.item-complex>.item-content,
.item-complex.active .item-content.item-energized,
.item-complex.active .item-content.item-energized.item-complex>.item-content,
.item.activated.item-energized,
.item.activated.item-energized.item-complex>.item-content,
.item.active.item-energized,
.item.active.item-energized.item-complex>.item-content {
    border-color: #e6b500;
    background-color: #e6b500
}

.item .item-content.activated.item-royal,
.item .item-content.activated.item-royal.item-complex>.item-content,
.item .item-content.active.item-royal,
.item .item-content.active.item-royal.item-complex>.item-content,
.item-complex.activated .item-content.item-royal,
.item-complex.activated .item-content.item-royal.item-complex>.item-content,
.item-complex.active .item-content.item-royal,
.item-complex.active .item-content.item-royal.item-complex>.item-content,
.item.activated.item-royal,
.item.activated.item-royal.item-complex>.item-content,
.item.active.item-royal,
.item.active.item-royal.item-complex>.item-content {
    border-color: #6b46e5;
    background-color: #6b46e5
}

.item .item-content.activated.item-dark,
.item .item-content.activated.item-dark.item-complex>.item-content,
.item .item-content.active.item-dark,
.item .item-content.active.item-dark.item-complex>.item-content,
.item-complex.activated .item-content.item-dark,
.item-complex.activated .item-content.item-dark.item-complex>.item-content,
.item-complex.active .item-content.item-dark,
.item-complex.active .item-content.item-dark.item-complex>.item-content,
.item.activated.item-dark,
.item.activated.item-dark.item-complex>.item-content,
.item.active.item-dark,
.item.active.item-dark.item-complex>.item-content {
    border-color: #000;
    background-color: #262626
}

.item,
.item h1,
.item h2,
.item h3,
.item h4,
.item h5,
.item h6,
.item p,
.item-content,
.item-content h1,
.item-content h2,
.item-content h3,
.item-content h4,
.item-content h5,
.item-content h6,
.item-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

a.item {
    color: inherit;
    text-decoration: none
}

a.item:focus,
a.item:hover {
    text-decoration: none
}

.item-complex,
a.item.item-complex,
button.item.item-complex {
    padding: 0
}

.item-complex .item-content,
.item-radio .item-content {
    position: relative;
    z-index: 2;
    padding: 16px 49px 16px 16px;
    border: none;
    background-color: #fff
}

a.item-content {
    display: block;
    color: inherit;
    text-decoration: none
}

.item-body h1,
.item-body h2,
.item-body h3,
.item-body h4,
.item-body h5,
.item-body h6,
.item-body p,
.item-complex.item-text-wrap,
.item-complex.item-text-wrap .item-content,
.item-complex.item-text-wrap h1,
.item-complex.item-text-wrap h2,
.item-complex.item-text-wrap h3,
.item-complex.item-text-wrap h4,
.item-complex.item-text-wrap h5,
.item-complex.item-text-wrap h6,
.item-complex.item-text-wrap p,
.item-text-wrap,
.item-text-wrap .item,
.item-text-wrap .item-content,
.item-text-wrap h1,
.item-text-wrap h2,
.item-text-wrap h3,
.item-text-wrap h4,
.item-text-wrap h5,
.item-text-wrap h6,
.item-text-wrap p {
    overflow: visible;
    white-space: normal
}

.item-complex.item-light>.item-content {
    border-color: #ddd;
    background-color: #fff;
    color: #444
}

.item-complex.item-light>.item-content.active,
.item-complex.item-light>.item-content.active.item-complex>.item-content,
.item-complex.item-light>.item-content:active,
.item-complex.item-light>.item-content:active.item-complex>.item-content {
    border-color: #ccc;
    background-color: #fafafa
}

.item-complex.item-stable>.item-content {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    color: #444
}

.item-complex.item-stable>.item-content.active,
.item-complex.item-stable>.item-content.active.item-complex>.item-content,
.item-complex.item-stable>.item-content:active,
.item-complex.item-stable>.item-content:active.item-complex>.item-content {
    border-color: #a2a2a2;
    background-color: #e5e5e5
}

.item-complex.item-positive>.item-content {
    border-color: #0c60ee;
    background-color: #387ef5;
    color: #fff
}

.item-complex.item-positive>.item-content.active,
.item-complex.item-positive>.item-content.active.item-complex>.item-content,
.item-complex.item-positive>.item-content:active,
.item-complex.item-positive>.item-content:active.item-complex>.item-content {
    border-color: #0c60ee;
    background-color: #0c60ee
}

.item-complex.item-calm>.item-content {
    border-color: #0a9dc7;
    background-color: #11c1f3;
    color: #fff
}

.item-complex.item-calm>.item-content.active,
.item-complex.item-calm>.item-content.active.item-complex>.item-content,
.item-complex.item-calm>.item-content:active,
.item-complex.item-calm>.item-content:active.item-complex>.item-content {
    border-color: #0a9dc7;
    background-color: #0a9dc7
}

.item-complex.item-assertive>.item-content {
    border-color: #e42112;
    background-color: #ef473a;
    color: #fff
}

.item-complex.item-assertive>.item-content.active,
.item-complex.item-assertive>.item-content.active.item-complex>.item-content,
.item-complex.item-assertive>.item-content:active,
.item-complex.item-assertive>.item-content:active.item-complex>.item-content {
    border-color: #e42112;
    background-color: #e42112
}

.item-complex.item-balanced>.item-content {
    border-color: #28a54c;
    background-color: #33cd5f;
    color: #fff
}

.item-complex.item-balanced>.item-content.active,
.item-complex.item-balanced>.item-content.active.item-complex>.item-content,
.item-complex.item-balanced>.item-content:active,
.item-complex.item-balanced>.item-content:active.item-complex>.item-content {
    border-color: #28a54c;
    background-color: #28a54c
}

.item-complex.item-energized>.item-content {
    border-color: #e6b500;
    background-color: #ffc900;
    color: #fff
}

.item-complex.item-energized>.item-content.active,
.item-complex.item-energized>.item-content.active.item-complex>.item-content,
.item-complex.item-energized>.item-content:active,
.item-complex.item-energized>.item-content:active.item-complex>.item-content {
    border-color: #e6b500;
    background-color: #e6b500
}

.item-complex.item-royal>.item-content {
    border-color: #6b46e5;
    background-color: #886aea;
    color: #fff
}

.item-complex.item-royal>.item-content.active,
.item-complex.item-royal>.item-content.active.item-complex>.item-content,
.item-complex.item-royal>.item-content:active,
.item-complex.item-royal>.item-content:active.item-complex>.item-content {
    border-color: #6b46e5;
    background-color: #6b46e5
}

.item-complex.item-dark>.item-content {
    border-color: #111;
    background-color: #444;
    color: #fff
}

.item-complex.item-dark>.item-content.active,
.item-complex.item-dark>.item-content.active.item-complex>.item-content,
.item-complex.item-dark>.item-content:active,
.item-complex.item-dark>.item-content:active.item-complex>.item-content {
    border-color: #000;
    background-color: #262626
}

.item-icon-left .icon,
.item-icon-right .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 32px
}

.item-icon-left .icon:before,
.item-icon-right .icon:before {
    display: block;
    width: 32px;
    text-align: center
}

.item .fill-icon {
    min-width: 30px;
    min-height: 30px;
    font-size: 28px
}

.item-icon-left {
    padding-left: 54px
}

.item-icon-left .icon {
    left: 11px
}

.item-complex.item-icon-left {
    padding-left: 0
}

.item-complex.item-icon-left .item-content {
    padding-left: 54px
}

.item-icon-right {
    padding-right: 54px
}

.item-icon-right .icon {
    right: 11px
}

.item-complex.item-icon-right {
    padding-right: 0
}

.item-complex.item-icon-right .item-content {
    padding-right: 54px
}

.item-icon-left.item-icon-right .icon:first-child {
    right: auto
}

.item-icon-left .item-delete .icon,
.item-icon-left.item-icon-right .icon:last-child {
    left: auto
}

.item-icon-left .icon-accessory,
.item-icon-right .icon-accessory {
    color: #ccc;
    font-size: 16px
}

.item-icon-left .icon-accessory {
    left: 3px
}

.item-icon-right .icon-accessory {
    right: 3px
}

.item-button-left {
    padding-left: 72px
}

.item-button-left .item-content>.button,
.item-button-left>.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 8px;
    left: 11px;
    min-width: 34px;
    min-height: 34px;
    font-size: 18px;
    line-height: 32px
}

.item-button-left .item-content>.button .icon:before,
.item-button-left>.button .icon:before {
    position: relative;
    left: auto;
    width: auto;
    line-height: 31px
}

.item-button-left .item-content>.button>.button,
.item-button-left>.button>.button {
    margin: 0 2px;
    min-height: 34px;
    font-size: 18px;
    line-height: 32px
}

.item-button-right,
a.item.item-button-right,
button.item.item-button-right {
    padding-right: 80px
}

.item-button-right .item-content>.button,
.item-button-right .item-content>.buttons,
.item-button-right>.button,
.item-button-right>.buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 8px;
    right: 16px;
    min-width: 34px;
    min-height: 34px;
    font-size: 18px;
    line-height: 32px
}

.item-button-right .item-content>.button .icon:before,
.item-button-right .item-content>.buttons .icon:before,
.item-button-right>.button .icon:before,
.item-button-right>.buttons .icon:before {
    position: relative;
    left: auto;
    width: auto;
    line-height: 31px
}

.item-button-right .item-content>.button>.button,
.item-button-right .item-content>.buttons>.button,
.item-button-right>.button>.button,
.item-button-right>.buttons>.button {
    margin: 0 2px;
    min-width: 34px;
    min-height: 34px;
    font-size: 18px;
    line-height: 32px
}

.item-button-left.item-button-right .button:first-child {
    right: auto
}

.item-button-left.item-button-right .button:last-child {
    left: auto
}

.item-avatar,
.item-avatar .item-content,
.item-avatar-left,
.item-avatar-left .item-content {
    padding-left: 72px;
    min-height: 72px
}

.item-avatar .item-content .item-image,
.item-avatar .item-content>img:first-child,
.item-avatar .item-image,
.item-avatar-left .item-content .item-image,
.item-avatar-left .item-content>img:first-child,
.item-avatar-left .item-image,
.item-avatar-left>img:first-child,
.item-avatar>img:first-child {
    position: absolute;
    top: 16px;
    left: 16px;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.item-avatar-right,
.item-avatar-right .item-content {
    padding-right: 72px;
    min-height: 72px
}

.item-avatar-right .item-content .item-image,
.item-avatar-right .item-content>img:first-child,
.item-avatar-right .item-image,
.item-avatar-right>img:first-child {
    position: absolute;
    top: 16px;
    right: 16px;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.item-thumbnail-left,
.item-thumbnail-left .item-content {
    padding-top: 8px;
    padding-left: 106px;
    min-height: 100px
}

.item-thumbnail-left .item-content .item-image,
.item-thumbnail-left .item-content>img:first-child,
.item-thumbnail-left .item-image,
.item-thumbnail-left>img:first-child {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%
}

.item-avatar-left.item-complex,
.item-avatar.item-complex,
.item-thumbnail-left.item-complex {
    padding-top: 0;
    padding-left: 0
}

.item-thumbnail-right,
.item-thumbnail-right .item-content {
    padding-top: 8px;
    padding-right: 106px;
    min-height: 100px
}

.item-thumbnail-right .item-content .item-image,
.item-thumbnail-right .item-content>img:first-child,
.item-thumbnail-right .item-image,
.item-thumbnail-right>img:first-child {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%
}

.item-avatar-right.item-complex,
.item-thumbnail-right.item-complex {
    padding-top: 0;
    padding-right: 0
}

.item-image {
    padding: 0;
    text-align: center
}

.item-image .list-img,
.item-image img:first-child {
    width: 100%;
    vertical-align: middle
}

.item-body {
    overflow: auto;
    padding: 16px;
    text-overflow: inherit;
    white-space: normal
}

.item-body h1,
.item-body h2,
.item-body h3,
.item-body h4,
.item-body h5,
.item-body h6,
.item-body p {
    margin-top: 16px;
    margin-bottom: 16px
}

.item-divider {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 30px;
    background-color: #f5f5f5;
    color: #222;
    font-weight: 500
}

.item-divider-ios,
.platform-ios .item-divider-platform {
    padding-top: 26px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    background-color: #efeff4;
    color: #555
}

.item-divider-android,
.platform-android .item-divider-platform {
    font-weight: 300;
    font-size: 13px
}

.item-note {
    float: right;
    color: #aaa;
    font-size: 14px
}

.item-left-editable .item-content,
.item-right-editable .item-content {
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform
}

.item-left-editing.item-left-editable .item-content,
.list-left-editing .item-left-editable .item-content {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
}

.item-remove-animate.ng-leave {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.item-remove-animate.ng-leave .item-content,
.item-remove-animate.ng-leave:last-of-type {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-property: all;
    transition-property: all
}

.item-remove-animate.ng-leave.ng-leave-active .item-content {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) !important;
    transform: translate3d(-100%, 0, 0) !important
}

.item-remove-animate.ng-leave.ng-leave-active:last-of-type {
    opacity: 0
}

.item-remove-animate.ng-leave.ng-leave-active~ion-item:not(.ng-leave) {
    -webkit-transform: translate3d(0, -webkit-calc(-100% + 1px), 0);
    transform: translate3d(0, calc(-100% + 1px), 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .81, .24, 1);
    transition-timing-function: cubic-bezier(.25, .81, .24, 1);
    -webkit-transition-property: all;
    transition-property: all
}

.item-left-edit {
    -webkit-transition: all ease-in-out 125ms;
    transition: all ease-in-out 125ms;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 50px;
    height: 100%;
    line-height: 100%;
    display: none;
    opacity: 0;
    -webkit-transform: translate3d(-21px, 0, 0);
    transform: translate3d(-21px, 0, 0)
}

.item-left-edit .button {
    height: 100%
}

.item-left-edit .button.icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%
}

.item-left-edit.visible {
    display: block
}

.item-left-edit.visible.active {
    opacity: 1;
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0)
}

.list-left-editing .item-left-edit {
    -webkit-transition-delay: 125ms;
    transition-delay: 125ms
}

.item-delete .button.icon {
    color: #ef473a;
    font-size: 24px
}

.item-delete .button.icon:hover {
    opacity: .7
}

.item-right-edit {
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 75px;
    height: 100%;
    background: inherit;
    padding-left: 20px;
    display: block;
    opacity: 0;
    -webkit-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0)
}

.item-right-edit .button {
    min-width: 50px;
    height: 100%
}

.item-right-edit .button.icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 32px
}

.item-right-edit.visible {
    display: block
}

.item-right-edit.visible.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.item-reorder .button.icon {
    color: #444;
    font-size: 32px
}

.item-reordering {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    box-shadow: 0 0 10px 0 #aaa
}

.item-reordering .item-reorder {
    z-index: 9
}

.item-placeholder {
    opacity: .7
}

.item-options {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%
}

.item-options .button {
    height: 100%;
    border: none;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.item-options .button:before {
    margin: 0 auto
}

.list {
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0;
    margin-bottom: 20px
}

.list:last-child {
    margin-bottom: 0
}

.list:last-child.card {
    margin-bottom: 40px
}

.list-header {
    margin-top: 20px;
    padding: 5px 15px;
    background-color: transparent;
    color: #222;
    font-weight: 700
}

.card.list .list-item {
    padding-right: 1px;
    padding-left: 1px
}

.card,
.list-inset {
    overflow: hidden;
    margin: 20px 10px;
    border-radius: 2px;
    background-color: #fff
}

.card {
    padding-top: 1px;
    padding-bottom: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.card .item {
    border-left: 0;
    border-right: 0
}

.card .item:first-child {
    border-top: 0
}

.card .item:last-child {
    border-bottom: 0
}

.padding .card,
.padding .list-inset {
    margin-left: 0;
    margin-right: 0
}

.card .item:first-child,
.card .item:first-child .item-content,
.list-inset .item:first-child,
.list-inset .item:first-child .item-content,
.padding>.list .item:first-child,
.padding>.list .item:first-child .item-content {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.card .item:last-child,
.card .item:last-child .item-content,
.list-inset .item:last-child,
.list-inset .item:last-child .item-content,
.padding>.list .item:last-child,
.padding>.list .item:last-child .item-content {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.card .item:last-child,
.list-inset .item:last-child {
    margin-bottom: -1px
}

.card .item,
.list-inset .item,
.padding-horizontal>.list .item,
.padding>.list .item {
    margin-right: 0;
    margin-left: 0
}

.card .item.item-input input,
.list-inset .item.item-input input,
.padding-horizontal>.list .item.item-input input,
.padding>.list .item.item-input input {
    padding-right: 44px
}

.padding-left>.list .item {
    margin-left: 0
}

.padding-right>.list .item {
    margin-right: 0
}

.badge {
    background-color: transparent;
    color: #aaa;
    z-index: 1;
    display: inline-block;
    padding: 3px 8px;
    min-width: 10px;
    border-radius: 10px;
    vertical-align: baseline;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px
}

.badge:empty {
    display: none
}

.badge.badge-light,
.tabs .tab-item .badge.badge-light {
    background-color: #fff;
    color: #444
}

.badge.badge-stable,
.tabs .tab-item .badge.badge-stable {
    background-color: #f8f8f8;
    color: #444
}

.badge.badge-positive,
.tabs .tab-item .badge.badge-positive {
    background-color: #387ef5;
    color: #fff
}

.badge.badge-calm,
.tabs .tab-item .badge.badge-calm {
    background-color: #11c1f3;
    color: #fff
}

.badge.badge-assertive,
.tabs .tab-item .badge.badge-assertive {
    background-color: #ef473a;
    color: #fff
}

.badge.badge-balanced,
.tabs .tab-item .badge.badge-balanced {
    background-color: #33cd5f;
    color: #fff
}

.badge.badge-energized,
.tabs .tab-item .badge.badge-energized {
    background-color: #ffc900;
    color: #fff
}

.badge.badge-royal,
.tabs .tab-item .badge.badge-royal {
    background-color: #886aea;
    color: #fff
}

.badge.badge-dark,
.tabs .tab-item .badge.badge-dark {
    background-color: #444;
    color: #fff
}

.button .badge {
    position: relative;
    top: -1px
}

.slider {
    position: relative;
    visibility: hidden;
    overflow: hidden
}

.slider-slides {
    position: relative;
    height: 100%
}

.slider-slide {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    vertical-align: top
}

.slider-slide-image>img {
    width: 100%
}

.slider-pager {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    width: 100%;
    height: 15px;
    text-align: center
}

.slider-pager .slider-pager-page {
    display: inline-block;
    margin: 0 3px;
    width: 15px;
    color: #000;
    text-decoration: none;
    opacity: .3
}

.slider-pager .slider-pager-page.active {
    -webkit-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    opacity: 1
}

.slider-pager-page.ng-animate,
.slider-pager-page.ng-enter,
.slider-pager-page.ng-leave,
.slider-slide.ng-animate,
.slider-slide.ng-enter,
.slider-slide.ng-leave {
    -webkit-transition: none !important;
    transition: none !important
}

.slider-pager-page.ng-animate,
.slider-slide.ng-animate {
    -webkit-animation: none 0s;
    animation: none 0s
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide,
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

ion-slides {
    width: 100%;
    height: 100%;
    display: block
}

.slide-zoom {
    display: block;
    width: 100%;
    text-align: center
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden
}

.swiper-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

.swiper-slide {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.scroll-refresher {
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    overflow: hidden;
    margin: auto;
    height: 60px
}

.scroll-refresher .ionic-refresher-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    color: #666;
    text-align: center;
    font-size: 30px
}

.scroll-refresher .ionic-refresher-content .text-pulling,
.scroll-refresher .ionic-refresher-content .text-refreshing {
    font-size: 16px;
    line-height: 16px
}

.scroll-refresher .ionic-refresher-content.ionic-refresher-with-text {
    bottom: 10px
}

.scroll-refresher .icon-pulling,
.scroll-refresher .icon-refreshing {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.scroll-refresher .icon-pulling {
    -webkit-animation-name: refresh-spin-back;
    animation-name: refresh-spin-back;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0)
}

.scroll-refresher .icon-refreshing,
.scroll-refresher .text-refreshing {
    display: none
}

.scroll-refresher .icon-refreshing {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.scroll-refresher.active .icon-pulling:not(.pulling-rotation-disabled) {
    -webkit-animation-name: refresh-spin;
    animation-name: refresh-spin;
    -webkit-transform: translate3d(0, 0, 0) rotate(-180deg);
    transform: translate3d(0, 0, 0) rotate(-180deg)
}

.scroll-refresher.active.refreshing {
    -webkit-transition: transform .2s;
    transition: transform .2s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.scroll-refresher.active.refreshing .icon-pulling,
.scroll-refresher.active.refreshing .text-pulling {
    display: none
}

.scroll-refresher.active.refreshing .icon-refreshing,
.scroll-refresher.active.refreshing .text-refreshing {
    display: block
}

.scroll-refresher.active.refreshing.refreshing-tail {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0)
}

.overflow-scroll>.scroll {
    -webkit-overflow-scrolling: touch;
    width: 100%
}

.overflow-scroll>.scroll.overscroll {
    position: fixed;
    right: 0;
    left: 0
}

.overflow-scroll.padding>.scroll.overscroll {
    padding: 10px
}

@-webkit-keyframes refresh-spin {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(180deg)
    }
}

@keyframes refresh-spin {
    0% {
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        transform: translate3d(0, 0, 0) rotate(180deg)
    }
}

@-webkit-keyframes refresh-spin-back {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(180deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0)
    }
}

@keyframes refresh-spin-back {
    0% {
        transform: translate3d(0, 0, 0) rotate(180deg)
    }

    100% {
        transform: translate3d(0, 0, 0) rotate(0)
    }
}

.spinner {
    stroke: #444;
    fill: #444
}

.spinner svg {
    width: 28px;
    height: 28px
}

.spinner.spinner-light {
    stroke: #fff;
    fill: #fff
}

.spinner.spinner-stable {
    stroke: #f8f8f8;
    fill: #f8f8f8
}

.spinner.spinner-positive {
    stroke: #387ef5;
    fill: #387ef5
}

.spinner.spinner-calm {
    stroke: #11c1f3;
    fill: #11c1f3
}

.spinner.spinner-balanced {
    stroke: #33cd5f;
    fill: #33cd5f
}

.spinner.spinner-assertive {
    stroke: #ef473a;
    fill: #ef473a
}

.spinner.spinner-energized {
    stroke: #ffc900;
    fill: #ffc900
}

.spinner.spinner-royal {
    stroke: #886aea;
    fill: #886aea
}

.spinner.spinner-dark {
    stroke: #444;
    fill: #444
}

.spinner-android {
    stroke: #4b8bf4
}

.spinner-ios,
.spinner-ios-small {
    stroke: #69717d
}

.spinner-spiral .stop1 {
    stop-color: #fff;
    stop-opacity: 0
}

.spinner-spiral.spinner-light .stop1 {
    stop-color: #444
}

.spinner-spiral.spinner-light .stop2 {
    stop-color: #fff
}

.spinner-spiral.spinner-stable .stop2 {
    stop-color: #f8f8f8
}

.spinner-spiral.spinner-positive .stop2 {
    stop-color: #387ef5
}

.spinner-spiral.spinner-calm .stop2 {
    stop-color: #11c1f3
}

.spinner-spiral.spinner-balanced .stop2 {
    stop-color: #33cd5f
}

.spinner-spiral.spinner-assertive .stop2 {
    stop-color: #ef473a
}

.spinner-spiral.spinner-energized .stop2 {
    stop-color: #ffc900
}

.spinner-spiral.spinner-royal .stop2 {
    stop-color: #886aea
}

.spinner-spiral.spinner-dark .stop2 {
    stop-color: #444
}

form {
    margin: 0 0 1.42857
}

legend {
    display: block;
    margin-bottom: 1.42857;
    padding: 0;
    width: 100%;
    border: 1px solid #ddd;
    color: #444;
    font-size: 21px;
    line-height: 2.85714
}

legend small {
    color: #f8f8f8;
    font-size: 1.07143
}

button,
input,
label,
select,
textarea {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857
}

button,
input,
select,
textarea {
    font-family: "-apple-system", "Helvetica Neue", Roboto, "Segoe UI", sans-serif
}

.item-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 6px 0 5px 16px
}

.item-input input {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 220px;
    -moz-box-flex: 1;
    -moz-flex: 1 220px;
    -ms-flex: 1 220px;
    flex: 1 220px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding-right: 24px;
    background-color: transparent
}

.item-input .button .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    position: static;
    display: inline-block;
    height: auto;
    text-align: center;
    font-size: 16px
}

.item-input .button-bar {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 220px;
    -moz-box-flex: 1;
    -moz-flex: 1 0 220px;
    -ms-flex: 1 0 220px;
    flex: 1 0 220px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.item-input .icon {
    min-width: 14px
}

.platform-windowsphone .item-input input {
    flex-shrink: 1
}

.item-input-inset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 10.67px
}

.item-input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-right: 8px;
    padding-left: 8px;
    background: #eee
}

.item-input-inset .item-input-wrapper input {
    padding-left: 4px;
    height: 29px;
    background: 0 0;
    line-height: 18px
}

.item-input-wrapper~.button {
    margin-left: 10.67px
}

.input-label {
    display: table;
    padding: 7px 10px 7px 0;
    max-width: 200px;
    width: 35%;
    color: #444;
    font-size: 16px
}

.placeholder-icon {
    color: #aaa
}

.placeholder-icon:first-child {
    padding-right: 6px
}

.placeholder-icon:last-child {
    padding-left: 6px
}

.item-stacked-label {
    display: block;
    background-color: transparent;
    box-shadow: none
}

.item-stacked-label .icon,
.item-stacked-label .input-label {
    display: inline-block;
    padding: 4px 0 0 0;
    vertical-align: middle
}

.item-stacked-label input,
.item-stacked-label textarea {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 8px 3px 0;
    border: none;
    background-color: #fff
}

.item-stacked-label input {
    overflow: hidden;
    height: 46px
}

.item-select.item-stacked-label select {
    position: relative;
    padding: 0;
    max-width: 90%;
    direction: ltr;
    white-space: pre-wrap;
    margin: -3px
}

.item-floating-label {
    display: block;
    background-color: transparent;
    box-shadow: none
}

.item-floating-label .input-label {
    position: relative;
    padding: 5px 0 0 0;
    opacity: 0;
    top: 10px;
    -webkit-transition: opacity .15s ease-in, top .2s linear;
    transition: opacity .15s ease-in, top .2s linear
}

.item-floating-label .input-label.has-input {
    opacity: 1;
    top: 0;
    -webkit-transition: opacity .15s ease-in, top .2s linear;
    transition: opacity .15s ease-in, top .2s linear
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    display: block;
    padding-top: 2px;
    padding-left: 0;
    height: 34px;
    color: #111;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px
}

.platform-android input[type=date],
.platform-android input[type=datetime-local],
.platform-android input[type=month],
.platform-android input[type=time],
.platform-android input[type=week],
.platform-ios input[type=date],
.platform-ios input[type=datetime-local],
.platform-ios input[type=month],
.platform-ios input[type=time],
.platform-ios input[type=week] {
    padding-top: 8px
}

.item-input input,
.item-input textarea {
    width: 100%
}

textarea {
    padding-left: 0
}

textarea::-moz-placeholder {
    color: #aaa
}

textarea:-ms-input-placeholder {
    color: #aaa
}

textarea::-webkit-input-placeholder {
    color: #aaa;
    text-indent: -3px
}

textarea {
    height: auto
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    border: 0
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
    line-height: normal
}

.item-input input[type=button],
.item-input input[type=checkbox],
.item-input input[type=file],
.item-input input[type=image],
.item-input input[type=radio],
.item-input input[type=reset],
.item-input input[type=submit] {
    width: auto
}

input[type=file] {
    line-height: 34px
}

.cloned-text-input+input,
.cloned-text-input+textarea,
.previous-input-focus {
    position: absolute !important;
    left: -9999px;
    width: 200px
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #aaa
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
    text-indent: 0
}

input[disabled],
input[readonly]:not(.cloned-text-input),
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly]:not(.cloned-text-input) {
    background-color: #f8f8f8;
    cursor: not-allowed
}

input[type=checkbox][disabled],
input[type=checkbox][readonly],
input[type=radio][disabled],
input[type=radio][readonly] {
    background-color: transparent
}

.checkbox {
    position: relative;
    display: inline-block;
    padding: 7px 7px;
    cursor: pointer
}

.checkbox .checkbox-icon:before,
.checkbox input:before {
    border-color: #ddd
}

.checkbox input:checked+.checkbox-icon:before,
.checkbox input:checked:before {
    background: #387ef5;
    border-color: #387ef5
}

.checkbox-light .checkbox-icon:before,
.checkbox-light input:before {
    border-color: #ddd
}

.checkbox-light input:checked+.checkbox-icon:before,
.checkbox-light input:checked:before {
    background: #ddd;
    border-color: #ddd
}

.checkbox-stable .checkbox-icon:before,
.checkbox-stable input:before {
    border-color: #b2b2b2
}

.checkbox-stable input:checked+.checkbox-icon:before,
.checkbox-stable input:checked:before {
    background: #b2b2b2;
    border-color: #b2b2b2
}

.checkbox-positive .checkbox-icon:before,
.checkbox-positive input:before {
    border-color: #387ef5
}

.checkbox-positive input:checked+.checkbox-icon:before,
.checkbox-positive input:checked:before {
    background: #387ef5;
    border-color: #387ef5
}

.checkbox-calm .checkbox-icon:before,
.checkbox-calm input:before {
    border-color: #11c1f3
}

.checkbox-calm input:checked+.checkbox-icon:before,
.checkbox-calm input:checked:before {
    background: #11c1f3;
    border-color: #11c1f3
}

.checkbox-assertive .checkbox-icon:before,
.checkbox-assertive input:before {
    border-color: #ef473a
}

.checkbox-assertive input:checked+.checkbox-icon:before,
.checkbox-assertive input:checked:before {
    background: #ef473a;
    border-color: #ef473a
}

.checkbox-balanced .checkbox-icon:before,
.checkbox-balanced input:before {
    border-color: #33cd5f
}

.checkbox-balanced input:checked+.checkbox-icon:before,
.checkbox-balanced input:checked:before {
    background: #33cd5f;
    border-color: #33cd5f
}

.checkbox-energized .checkbox-icon:before,
.checkbox-energized input:before {
    border-color: #ffc900
}

.checkbox-energized input:checked+.checkbox-icon:before,
.checkbox-energized input:checked:before {
    background: #ffc900;
    border-color: #ffc900
}

.checkbox-royal .checkbox-icon:before,
.checkbox-royal input:before {
    border-color: #886aea
}

.checkbox-royal input:checked+.checkbox-icon:before,
.checkbox-royal input:checked:before {
    background: #886aea;
    border-color: #886aea
}

.checkbox-dark .checkbox-icon:before,
.checkbox-dark input:before {
    border-color: #444
}

.checkbox-dark input:checked+.checkbox-icon:before,
.checkbox-dark input:checked:before {
    background: #444;
    border-color: #444
}

.checkbox input:disabled+.checkbox-icon:before,
.checkbox input:disabled:before {
    border-color: #ddd
}

.checkbox input:disabled:checked+.checkbox-icon:before,
.checkbox input:disabled:checked:before {
    background: #ddd
}

.checkbox.checkbox-input-hidden input {
    display: none !important
}

.checkbox input,
.checkbox-icon {
    position: relative;
    width: 28px;
    height: 28px;
    display: block;
    border: 0;
    background: 0 0;
    cursor: pointer;
    -webkit-appearance: none
}

.checkbox input:before,
.checkbox-icon:before {
    display: table;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 28px;
    background: #fff;
    content: ' ';
    -webkit-transition: background-color 20ms ease-in-out;
    transition: background-color 20ms ease-in-out
}

.checkbox input:checked:before,
input:checked+.checkbox-icon:before {
    border-width: 2px
}

.checkbox input:after,
.checkbox-icon:after {
    -webkit-transition: opacity .05s ease-in-out;
    transition: opacity .05s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 33%;
    left: 25%;
    display: table;
    width: 14px;
    height: 6px;
    border: 1px solid #fff;
    border-top: 0;
    border-right: 0;
    content: ' ';
    opacity: 0
}

.checkbox-square .checkbox-icon:before,
.checkbox-square input:before,
.platform-android .checkbox-platform .checkbox-icon:before,
.platform-android .checkbox-platform input:before {
    border-radius: 2px;
    width: 72%;
    height: 72%;
    margin-top: 14%;
    margin-left: 14%;
    border-width: 2px
}

.checkbox-square .checkbox-icon:after,
.checkbox-square input:after,
.platform-android .checkbox-platform .checkbox-icon:after,
.platform-android .checkbox-platform input:after {
    border-width: 2px;
    top: 19%;
    left: 25%;
    width: 13px;
    height: 7px
}

.platform-android .item-checkbox-right .checkbox-square .checkbox-icon::after {
    top: 31%
}

.grade-c .checkbox input:after,
.grade-c .checkbox-icon:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 3px;
    left: 4px;
    border: none;
    color: #fff;
    content: '\2713';
    font-weight: 700;
    font-size: 20px
}

.checkbox input:checked:after,
input:checked+.checkbox-icon:after {
    opacity: 1
}

.item-checkbox {
    padding-left: 60px
}

.item-checkbox.active {
    box-shadow: none
}

.item-checkbox .checkbox {
    position: absolute;
    top: 50%;
    right: 8px;
    left: 8px;
    z-index: 3;
    margin-top: -21px
}

.item-checkbox.item-checkbox-right {
    padding-right: 60px;
    padding-left: 16px
}

.item-checkbox-right .checkbox input,
.item-checkbox-right .checkbox-icon {
    float: right
}

.item-toggle {
    pointer-events: none
}

.toggle {
    position: relative;
    display: inline-block;
    pointer-events: auto;
    margin: -5px;
    padding: 5px
}

.toggle input:checked+.track {
    border-color: #4cd964;
    background-color: #4cd964
}

.toggle.dragging .handle {
    background-color: #f2f2f2 !important
}

.toggle.toggle-light input:checked+.track {
    border-color: #ddd;
    background-color: #ddd
}

.toggle.toggle-stable input:checked+.track {
    border-color: #b2b2b2;
    background-color: #b2b2b2
}

.toggle.toggle-positive input:checked+.track {
    border-color: #387ef5;
    background-color: #387ef5
}

.toggle.toggle-calm input:checked+.track {
    border-color: #11c1f3;
    background-color: #11c1f3
}

.toggle.toggle-assertive input:checked+.track {
    border-color: #ef473a;
    background-color: #ef473a
}

.toggle.toggle-balanced input:checked+.track {
    border-color: #33cd5f;
    background-color: #33cd5f
}

.toggle.toggle-energized input:checked+.track {
    border-color: #ffc900;
    background-color: #ffc900
}

.toggle.toggle-royal input:checked+.track {
    border-color: #886aea;
    background-color: #886aea
}

.toggle.toggle-dark input:checked+.track {
    border-color: #444;
    background-color: #444
}

.toggle input {
    display: none
}

.toggle .track {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color, border;
    transition-property: background-color, border;
    display: inline-block;
    box-sizing: border-box;
    width: 51px;
    height: 31px;
    border: solid 2px #e6e6e6;
    border-radius: 20px;
    background-color: #fff;
    content: ' ';
    cursor: pointer;
    pointer-events: none
}

.platform-android4_2 .toggle .track {
    -webkit-background-clip: padding-box
}

.toggle .handle {
    -webkit-transition: .3s cubic-bezier(0, 1.1, 1, 1.1);
    transition: .3s cubic-bezier(0, 1.1, 1, 1.1);
    -webkit-transition-property: background-color, transform;
    transition-property: background-color, transform;
    position: absolute;
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background-color: #fff;
    top: 7px;
    left: 7px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .35), 0 1px 1px rgba(0, 0, 0, .15)
}

.toggle .handle:before {
    position: absolute;
    top: -4px;
    left: -21.5px;
    padding: 18.5px 34px;
    content: " "
}

.toggle input:checked+.track .handle {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    background-color: #fff
}

.item-toggle.active {
    box-shadow: none
}

.item-toggle,
.item-toggle.item-complex .item-content {
    padding-right: 99px
}

.item-toggle.item-complex {
    padding-right: 0
}

.item-toggle .toggle {
    position: absolute;
    top: 10px;
    right: 16px;
    z-index: 3
}

.toggle input:disabled+.track {
    opacity: .6
}

.toggle-small .track {
    border: 0;
    width: 34px;
    height: 15px;
    background: #9e9e9e
}

.toggle-small input:checked+.track {
    background: rgba(0, 150, 137, .5)
}

.toggle-small .handle {
    top: 2px;
    left: 4px;
    width: 21px;
    height: 21px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25)
}

.toggle-small input:checked+.track .handle {
    -webkit-transform: translate3d(16px, 0, 0);
    transform: translate3d(16px, 0, 0);
    background: #009689
}

.toggle-small.item-toggle .toggle {
    top: 19px
}

.toggle-small .toggle-light input:checked+.track {
    background-color: rgba(221, 221, 221, .5)
}

.toggle-small .toggle-light input:checked+.track .handle {
    background-color: #ddd
}

.toggle-small .toggle-stable input:checked+.track {
    background-color: rgba(178, 178, 178, .5)
}

.toggle-small .toggle-stable input:checked+.track .handle {
    background-color: #b2b2b2
}

.toggle-small .toggle-positive input:checked+.track {
    background-color: rgba(56, 126, 245, .5)
}

.toggle-small .toggle-positive input:checked+.track .handle {
    background-color: #387ef5
}

.toggle-small .toggle-calm input:checked+.track {
    background-color: rgba(17, 193, 243, .5)
}

.toggle-small .toggle-calm input:checked+.track .handle {
    background-color: #11c1f3
}

.toggle-small .toggle-assertive input:checked+.track {
    background-color: rgba(239, 71, 58, .5)
}

.toggle-small .toggle-assertive input:checked+.track .handle {
    background-color: #ef473a
}

.toggle-small .toggle-balanced input:checked+.track {
    background-color: rgba(51, 205, 95, .5)
}

.toggle-small .toggle-balanced input:checked+.track .handle {
    background-color: #33cd5f
}

.toggle-small .toggle-energized input:checked+.track {
    background-color: rgba(255, 201, 0, .5)
}

.toggle-small .toggle-energized input:checked+.track .handle {
    background-color: #ffc900
}

.toggle-small .toggle-royal input:checked+.track {
    background-color: rgba(136, 106, 234, .5)
}

.toggle-small .toggle-royal input:checked+.track .handle {
    background-color: #886aea
}

.toggle-small .toggle-dark input:checked+.track {
    background-color: rgba(68, 68, 68, .5)
}

.toggle-small .toggle-dark input:checked+.track .handle {
    background-color: #444
}

.item-radio {
    padding: 0
}

.item-radio:hover {
    cursor: pointer
}

.item-radio .item-content {
    padding-right: 64px
}

.item-radio .radio-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    visibility: hidden;
    padding: 14px;
    height: 100%;
    font-size: 24px
}

.item-radio input {
    position: absolute;
    left: -9999px
}

.item-radio input:checked+.radio-content .item-content {
    background: #f7f7f7
}

.item-radio input:checked+.radio-content .radio-icon {
    visibility: visible
}

.range input {
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 2px;
    padding-left: 1px;
    width: auto;
    height: 43px;
    outline: 0;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #ccc), color-stop(100%, #ccc));
    background: linear-gradient(to right, #ccc 0, #ccc 100%);
    background-position: center;
    background-size: 99% 2px;
    background-repeat: no-repeat;
    -webkit-appearance: none
}

.range input::-moz-focus-outer {
    border: 0
}

.range input::-webkit-slider-thumb {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2);
    cursor: pointer;
    -webkit-appearance: none;
    border: 0
}

.range input::-webkit-slider-thumb:before {
    position: absolute;
    top: 13px;
    left: -2001px;
    width: 2000px;
    height: 2px;
    background: #444;
    content: ' '
}

.range input::-webkit-slider-thumb:after {
    position: absolute;
    top: -15px;
    left: -15px;
    padding: 30px;
    content: ' '
}

.range input::-ms-fill-lower {
    height: 2px;
    background: #444
}

.range {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 2px 11px
}

.range.range-light input::-webkit-slider-thumb:before {
    background: #ddd
}

.range.range-light input::-ms-fill-lower {
    background: #ddd
}

.range.range-stable input::-webkit-slider-thumb:before {
    background: #b2b2b2
}

.range.range-stable input::-ms-fill-lower {
    background: #b2b2b2
}

.range.range-positive input::-webkit-slider-thumb:before {
    background: #387ef5
}

.range.range-positive input::-ms-fill-lower {
    background: #387ef5
}

.range.range-calm input::-webkit-slider-thumb:before {
    background: #11c1f3
}

.range.range-calm input::-ms-fill-lower {
    background: #11c1f3
}

.range.range-balanced input::-webkit-slider-thumb:before {
    background: #33cd5f
}

.range.range-balanced input::-ms-fill-lower {
    background: #33cd5f
}

.range.range-assertive input::-webkit-slider-thumb:before {
    background: #ef473a
}

.range.range-assertive input::-ms-fill-lower {
    background: #ef473a
}

.range.range-energized input::-webkit-slider-thumb:before {
    background: #ffc900
}

.range.range-energized input::-ms-fill-lower {
    background: #ffc900
}

.range.range-royal input::-webkit-slider-thumb:before {
    background: #886aea
}

.range.range-royal input::-ms-fill-lower {
    background: #886aea
}

.range.range-dark input::-webkit-slider-thumb:before {
    background: #444
}

.range.range-dark input::-ms-fill-lower {
    background: #444
}

.range .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -moz-box-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    flex: 0;
    display: block;
    min-width: 24px;
    text-align: center;
    font-size: 24px
}

.range input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    margin-right: 10px;
    margin-left: 10px
}

.range-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    white-space: nowrap
}

.range-label:first-child {
    padding-left: 5px
}

.range input+.range-label {
    padding-right: 5px;
    padding-left: 0
}

.platform-windowsphone .range input {
    height: auto
}

.item-select {
    position: relative
}

.item-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 48px 0 16px;
    max-width: 65%;
    border: none;
    background: #fff;
    color: #333;
    text-indent: .01px;
    text-overflow: '';
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    direction: rtl
}

.item-select select::-ms-expand {
    display: none
}

.item-select option {
    direction: ltr
}

.item-select:after {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #999;
    content: "";
    pointer-events: none
}

.item-select.item-light select {
    background: #fff;
    color: #444
}

.item-select.item-stable select {
    background: #f8f8f8;
    color: #444
}

.item-select.item-stable .input-label,
.item-select.item-stable:after {
    color: #666
}

.item-select.item-positive select {
    background: #387ef5;
    color: #fff
}

.item-select.item-positive .input-label,
.item-select.item-positive:after {
    color: #fff
}

.item-select.item-calm select {
    background: #11c1f3;
    color: #fff
}

.item-select.item-calm .input-label,
.item-select.item-calm:after {
    color: #fff
}

.item-select.item-assertive select {
    background: #ef473a;
    color: #fff
}

.item-select.item-assertive .input-label,
.item-select.item-assertive:after {
    color: #fff
}

.item-select.item-balanced select {
    background: #33cd5f;
    color: #fff
}

.item-select.item-balanced .input-label,
.item-select.item-balanced:after {
    color: #fff
}

.item-select.item-energized select {
    background: #ffc900;
    color: #fff
}

.item-select.item-energized .input-label,
.item-select.item-energized:after {
    color: #fff
}

.item-select.item-royal select {
    background: #886aea;
    color: #fff
}

.item-select.item-royal .input-label,
.item-select.item-royal:after {
    color: #fff
}

.item-select.item-dark select {
    background: #444;
    color: #fff
}

.item-select.item-dark .input-label,
.item-select.item-dark:after {
    color: #fff
}

select[multiple],
select[size] {
    height: auto
}

progress {
    display: block;
    margin: 15px auto;
    width: 100%
}

.button {
    border-color: transparent;
    background-color: #f8f8f8;
    color: #444;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    min-width: 52px;
    min-height: 47px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    vertical-align: top;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer
}

.button:hover {
    color: #444;
    text-decoration: none
}

.button.activated,
.button.active {
    border-color: #a2a2a2;
    background-color: #e5e5e5
}

.button:after {
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    content: ' '
}

.button .icon {
    vertical-align: top;
    pointer-events: none
}

.button .icon:before,
.button.icon-left:before,
.button.icon-right:before,
.button.icon:before {
    display: inline-block;
    padding: 0 0 1px 0;
    vertical-align: inherit;
    font-size: 24px;
    line-height: 41px;
    pointer-events: none
}

.button.icon-left:before {
    float: left;
    padding-right: .2em;
    padding-left: 0
}

.button.icon-right:before {
    float: right;
    padding-right: 0;
    padding-left: .2em
}

.button.button-block,
.button.button-full {
    margin-top: 10px;
    margin-bottom: 10px
}

.button.button-light {
    border-color: transparent;
    background-color: #fff;
    color: #444
}

.button.button-light:hover {
    color: #444;
    text-decoration: none
}

.button.button-light.activated,
.button.button-light.active {
    border-color: #a2a2a2;
    background-color: #fafafa
}

.button.button-light.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #ddd
}

.button.button-light.button-icon {
    border-color: transparent;
    background: 0 0
}

.button.button-light.button-outline {
    border-color: #ddd;
    background: 0 0;
    color: #ddd
}

.button.button-light.button-outline.activated,
.button.button-light.button-outline.active {
    background-color: #ddd;
    box-shadow: none;
    color: #fff
}

.button.button-stable {
    border-color: transparent;
    background-color: #f8f8f8;
    color: #444
}

.button.button-stable:hover {
    color: #444;
    text-decoration: none
}

.button.button-stable.activated,
.button.button-stable.active {
    border-color: #a2a2a2;
    background-color: #e5e5e5
}

.button.button-stable.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #b2b2b2
}

.button.button-stable.button-icon {
    border-color: transparent;
    background: 0 0
}

.button.button-stable.button-outline {
    border-color: #b2b2b2;
    background: 0 0;
    color: #b2b2b2
}

.button.button-stable.button-outline.activated,
.button.button-stable.button-outline.active {
    background-color: #b2b2b2;
    box-shadow: none;
    color: #fff
}

.button.button-positive {
    border-color: transparent;
    background-color: #387ef5;
    color: #fff
}

.button.button-positive:hover {
    color: #fff;
    text-decoration: none
}

.button.button-positive.activated,
.button.button-positive.active {
    border-color: #a2a2a2;
    background-color: #0c60ee
}

.button.button-positive.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #387ef5
}

.button.button-positive.button-icon {
    border-color: transparent;
    background: 0 0
}

.button.button-positive.button-outline {
    border-color: #387ef5;
    background: 0 0;
    color: #387ef5
}

.button.button-positive.button-outline.activated,
.button.button-positive.button-outline.active {
    background-color: #387ef5;
    box-shadow: none;
    color: #fff
}

.button.button-calm {
    border-color: transparent;
    background-color: #11c1f3;
    color: #fff
}

.button.button-calm:hover {
    color: #fff;
    text-decoration: none
}

.button.button-calm.activated,
.button.button-calm.active {
    border-color: #a2a2a2;
    background-color: #0a9dc7
}

.button.button-calm.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #11c1f3
}

.button.button-calm.button-icon {
    border-color: transparent;
    background: 0 0
}

.button.button-calm.button-outline {
    border-color: #11c1f3;
    background: 0 0;
    color: #11c1f3
}

.button.button-calm.button-outline.activated,
.button.button-calm.button-outline.active {
    background-color: #11c1f3;
    box-shadow: none;
    color: #fff
}

.button.button-assertive {
    border-color: transparent;
    background-color: #ef473a;
    color: #fff
}

.button.button-assertive:hover {
    color: #fff;
    text-decoration: none
}

.button.button-assertive.activated,
.button.button-assertive.active {
    border-color: #a2a2a2;
    background-color: #e42112
}

.button.button-assertive.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #ef473a
}

.button.button-assertive.button-icon {
    border-color: transparent;
    background: 0 0
}

.button.button-assertive.button-outline {
    border-color: #ef473a;
    background: 0 0;
    color: #ef473a
}

.button.button-assertive.button-outline.activated,
.button.button-assertive.button-outline.active {
    background-color: #ef473a;
    box-shadow: none;
    color: #fff
}

.button.button-balanced {
    border-color: transparent;
    background-color: #33cd5f;
    color: #fff
}

.button.button-balanced:hover {
    color: #fff;
    text-decoration: none
}

.button.button-balanced.activated,
.button.button-balanced.active {
    border-color: #a2a2a2;
    background-color: #28a54c
}

.button.button-balanced.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #33cd5f
}

.button.button-balanced.button-icon {
    border-color: transparent;
    background: 0 0
}

.button.button-balanced.button-outline {
    border-color: #33cd5f;
    background: 0 0;
    color: #33cd5f
}

.button.button-balanced.button-outline.activated,
.button.button-balanced.button-outline.active {
    background-color: #33cd5f;
    box-shadow: none;
    color: #fff
}

.button.button-energized {
    border-color: transparent;
    background-color: #ffc900;
    color: #fff
}

.button.button-energized:hover {
    color: #fff;
    text-decoration: none
}

.button.button-energized.activated,
.button.button-energized.active {
    border-color: #a2a2a2;
    background-color: #e6b500
}

.button.button-energized.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #ffc900
}

.button.button-energized.button-icon {
    border-color: transparent;
    background: 0 0
}

.button.button-energized.button-outline {
    border-color: #ffc900;
    background: 0 0;
    color: #ffc900
}

.button.button-energized.button-outline.activated,
.button.button-energized.button-outline.active {
    background-color: #ffc900;
    box-shadow: none;
    color: #fff
}

.button.button-royal {
    border-color: transparent;
    background-color: #886aea;
    color: #fff
}

.button.button-royal:hover {
    color: #fff;
    text-decoration: none
}

.button.button-royal.activated,
.button.button-royal.active {
    border-color: #a2a2a2;
    background-color: #6b46e5
}

.button.button-royal.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #886aea
}

.button.button-royal.button-icon {
    border-color: transparent;
    background: 0 0
}

.button.button-royal.button-outline {
    border-color: #886aea;
    background: 0 0;
    color: #886aea
}

.button.button-royal.button-outline.activated,
.button.button-royal.button-outline.active {
    background-color: #886aea;
    box-shadow: none;
    color: #fff
}

.button.button-dark {
    border-color: transparent;
    background-color: #444;
    color: #fff
}

.button.button-dark:hover {
    color: #fff;
    text-decoration: none
}

.button.button-dark.activated,
.button.button-dark.active {
    border-color: #a2a2a2;
    background-color: #262626
}

.button.button-dark.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: #444
}

.button.button-dark.button-icon {
    border-color: transparent;
    background: 0 0
}

.button.button-dark.button-outline {
    border-color: #444;
    background: 0 0;
    color: #444
}

.button.button-dark.button-outline.activated,
.button.button-dark.button-outline.active {
    background-color: #444;
    box-shadow: none;
    color: #fff
}

.button-small {
    padding: 2px 4px 1px;
    min-width: 28px;
    min-height: 30px;
    font-size: 12px;
    line-height: 26px
}

.button-small .icon:before,
.button-small.icon-left:before,
.button-small.icon-right:before,
.button-small.icon:before {
    font-size: 16px;
    line-height: 19px;
    margin-top: 3px
}

.button-large {
    padding: 0 16px;
    min-width: 68px;
    min-height: 59px;
    font-size: 20px;
    line-height: 53px
}

.button-large .icon:before,
.button-large.icon-left:before,
.button-large.icon-right:before,
.button-large.icon:before {
    padding-bottom: 2px;
    font-size: 32px;
    line-height: 51px
}

.button-icon {
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    padding: 0 6px;
    min-width: initial;
    border-color: transparent;
    background: 0 0
}

.button-icon.button.activated,
.button-icon.button.active {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    opacity: .3
}

.button-icon .icon:before,
.button-icon.icon:before {
    font-size: 32px
}

.button-clear {
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    padding: 0 6px;
    max-height: 42px;
    border-color: transparent;
    background: 0 0;
    box-shadow: none
}

.button-clear.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    color: transparent
}

.button-clear.button-icon {
    border-color: transparent;
    background: 0 0
}

.button-clear.activated,
.button-clear.active {
    opacity: .3
}

.button-outline {
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    background: 0 0;
    box-shadow: none
}

.button-outline.button-outline {
    border-color: transparent;
    background: 0 0;
    color: transparent
}

.button-outline.button-outline.activated,
.button-outline.button-outline.active {
    background-color: transparent;
    box-shadow: none;
    color: #fff
}

.padding>.button.button-block:first-child {
    margin-top: 0
}

.button-block {
    display: block;
    clear: both
}

.button-block:after {
    clear: both
}

.button-full,
.button-full>.button {
    display: block;
    margin-right: 0;
    margin-left: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.button-full>button.button,
button.button-block,
button.button-full,
input.button.button-block {
    width: 100%
}

a.button {
    text-decoration: none
}

a.button .icon:before,
a.button.icon-left:before,
a.button.icon-right:before,
a.button.icon:before {
    margin-top: 2px
}

.button.disabled,
.button[disabled] {
    opacity: .4;
    cursor: default !important;
    pointer-events: none
}

.button-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.button-bar.button-bar-inline {
    display: block;
    width: auto
}

.button-bar.button-bar-inline:after,
.button-bar.button-bar-inline:before {
    display: table;
    content: "";
    line-height: 0
}

.button-bar.button-bar-inline:after {
    clear: both
}

.button-bar.button-bar-inline>.button {
    width: auto;
    display: inline-block;
    float: left
}

.button-bar.bar-light>.button {
    border-color: #ddd
}

.button-bar.bar-stable>.button {
    border-color: #b2b2b2
}

.button-bar.bar-positive>.button {
    border-color: #0c60ee
}

.button-bar.bar-calm>.button {
    border-color: #0a9dc7
}

.button-bar.bar-assertive>.button {
    border-color: #e42112
}

.button-bar.bar-balanced>.button {
    border-color: #28a54c
}

.button-bar.bar-energized>.button {
    border-color: #e6b500
}

.button-bar.bar-royal>.button {
    border-color: #6b46e5
}

.button-bar.bar-dark>.button {
    border-color: #111
}

.button-bar>.button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    overflow: hidden;
    padding: 0 16px;
    width: 0;
    border-width: 1px 0 1px 1px;
    border-radius: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.button-bar>.button .icon:before,
.button-bar>.button:before {
    line-height: 44px
}

.button-bar>.button:first-child {
    border-radius: 4px 0 0 4px
}

.button-bar>.button:last-child {
    border-right-width: 1px;
    border-radius: 0 4px 4px 0
}

.button-bar>.button:only-child {
    border-radius: 4px
}

.button-bar>.button-small .icon:before,
.button-bar>.button-small:before {
    line-height: 28px
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    width: 100%
}

.row-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-no-padding,
.row-no-padding>.col {
    padding: 0
}

.row+.row {
    margin-top: -5px;
    padding-top: 0
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: 5px;
    width: 100%
}

.row-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.row-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.row-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.row-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch
}

.row-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline
}

.col-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.col-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.col-center {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.col-offset-10 {
    margin-left: 10%
}

.col-offset-20 {
    margin-left: 20%
}

.col-offset-25 {
    margin-left: 25%
}

.col-offset-33,
.col-offset-34 {
    margin-left: 33.3333%
}

.col-offset-50 {
    margin-left: 50%
}

.col-offset-66,
.col-offset-67 {
    margin-left: 66.6666%
}

.col-offset-75 {
    margin-left: 75%
}

.col-offset-80 {
    margin-left: 80%
}

.col-offset-90 {
    margin-left: 90%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

.col-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-33,
.col-34 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%
}

.col-40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.col-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.col-66,
.col-67 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 66.6666%;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%
}

.col-75 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-80 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
}

.col-90 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
}

@media (max-width:567px) {
    .responsive-sm {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .responsive-sm .col,
    .responsive-sm .col-10,
    .responsive-sm .col-20,
    .responsive-sm .col-25,
    .responsive-sm .col-33,
    .responsive-sm .col-34,
    .responsive-sm .col-50,
    .responsive-sm .col-66,
    .responsive-sm .col-67,
    .responsive-sm .col-75,
    .responsive-sm .col-80,
    .responsive-sm .col-90 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 15px;
        margin-left: 0;
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:767px) {
    .responsive-md {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .responsive-md .col,
    .responsive-md .col-10,
    .responsive-md .col-20,
    .responsive-md .col-25,
    .responsive-md .col-33,
    .responsive-md .col-34,
    .responsive-md .col-50,
    .responsive-md .col-66,
    .responsive-md .col-67,
    .responsive-md .col-75,
    .responsive-md .col-80,
    .responsive-md .col-90 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 15px;
        margin-left: 0;
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:1023px) {
    .responsive-lg {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .responsive-lg .col,
    .responsive-lg .col-10,
    .responsive-lg .col-20,
    .responsive-lg .col-25,
    .responsive-lg .col-33,
    .responsive-lg .col-34,
    .responsive-lg .col-50,
    .responsive-lg .col-66,
    .responsive-lg .col-67,
    .responsive-lg .col-75,
    .responsive-lg .col-80,
    .responsive-lg .col-90 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 15px;
        margin-left: 0;
        max-width: 100%;
        width: 100%
    }
}

.hide {
    display: none
}

.opacity-hide {
    opacity: 0
}

.grade-b .opacity-hide,
.grade-c .opacity-hide {
    opacity: 1;
    display: none
}

.show {
    display: block
}

.opacity-show {
    opacity: 1
}

.invisible {
    visibility: hidden
}

.keyboard-open .hide-on-keyboard-open {
    display: none
}

.keyboard-open .bar-footer.hide-on-keyboard-open+.pane .has-footer,
.keyboard-open .tabs.hide-on-keyboard-open+.pane .has-tabs {
    bottom: 0
}

.inline {
    display: inline-block
}

.disable-pointer-events {
    pointer-events: none
}

.enable-pointer-events {
    pointer-events: auto
}

.disable-user-behavior {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none;
    -ms-touch-action: none;
    -ms-content-zooming: none
}

.click-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 99999;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden
}

.click-block-hide {
    -webkit-transform: translate3d(-9999px, 0, 0);
    transform: translate3d(-9999px, 0, 0)
}

.no-resize {
    resize: none
}

.block {
    display: block;
    clear: both
}

.block:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "."
}

.full-image {
    width: 100%
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.padding {
    padding: 10px
}

.padding-top,
.padding-vertical {
    padding-top: 10px
}

.padding-horizontal,
.padding-right {
    padding-right: 10px
}

.padding-bottom,
.padding-vertical {
    padding-bottom: 10px
}

.padding-horizontal,
.padding-left {
    padding-left: 10px
}

.iframe-wrapper {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    overflow: scroll
}

.iframe-wrapper iframe {
    height: 100%;
    width: 100%
}

.rounded {
    border-radius: 4px
}

.light,
a.light {
    color: #fff
}

.light-bg {
    background-color: #fff
}

.light-border {
    border-color: #ddd
}

.stable,
a.stable {
    color: #f8f8f8
}

.stable-bg {
    background-color: #f8f8f8
}

.stable-border {
    border-color: #b2b2b2
}

.positive,
a.positive {
    color: #387ef5
}

.positive-bg {
    background-color: #387ef5
}

.positive-border {
    border-color: #0c60ee
}

.calm,
a.calm {
    color: #11c1f3
}

.calm-bg {
    background-color: #11c1f3
}

.calm-border {
    border-color: #0a9dc7
}

.assertive,
a.assertive {
    color: #ef473a
}

.assertive-bg {
    background-color: #ef473a
}

.assertive-border {
    border-color: #e42112
}

.balanced,
a.balanced {
    color: #33cd5f
}

.balanced-bg {
    background-color: #33cd5f
}

.balanced-border {
    border-color: #28a54c
}

.energized,
a.energized {
    color: #ffc900
}

.energized-bg {
    background-color: #ffc900
}

.energized-border {
    border-color: #e6b500
}

.royal,
a.royal {
    color: #886aea
}

.royal-bg {
    background-color: #886aea
}

.royal-border {
    border-color: #6b46e5
}

.dark,
a.dark {
    color: #444
}

.dark-bg {
    background-color: #444
}

.dark-border {
    border-color: #111
}

[collection-repeat] {
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    z-index: 1
}

.collection-repeat-container {
    position: relative;
    z-index: 1
}

.collection-repeat-after-container {
    z-index: 0;
    display: block
}

.collection-repeat-after-container.horizontal {
    display: inline-block
}

.ng-cloak,
.ng-hide:not(.ng-hide-animate),
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
    display: none !important
}

.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) {
    height: 64px
}

.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper {
    margin-top: 19px !important
}

.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader)>* {
    margin-top: 20px
}

.platform-ios.platform-cordova:not(.fullscreen) .bar-subheader,
.platform-ios.platform-cordova:not(.fullscreen) .has-header,
.platform-ios.platform-cordova:not(.fullscreen) .tabs-top>.tabs,
.platform-ios.platform-cordova:not(.fullscreen) .tabs.tabs-top {
    top: 64px
}

.platform-ios.platform-cordova:not(.fullscreen) .has-subheader {
    top: 108px
}

.platform-ios.platform-cordova:not(.fullscreen) .has-header.has-tabs-top {
    top: 113px
}

.platform-ios.platform-cordova:not(.fullscreen) .has-header.has-subheader.has-tabs-top {
    top: 157px
}

.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader) {
    height: 44px
}

.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper {
    margin-top: -1px
}

.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader)>* {
    margin-top: 0
}

.platform-ios.platform-cordova .popover .bar-subheader,
.platform-ios.platform-cordova .popover .has-header {
    top: 44px
}

.platform-ios.platform-cordova .popover .has-subheader {
    top: 88px
}

.platform-ios.platform-cordova.status-bar-hide {
    margin-bottom: 20px
}

@media (orientation:landscape) {
    .platform-ios.platform-browser.platform-ipad {
        position: fixed
    }
}

.platform-c:not(.enable-transitions) * {
    -webkit-transition: none !important;
    transition: none !important
}

.slide-in-up {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.slide-in-up.ng-enter,
.slide-in-up>.ng-enter {
    -webkit-transition: all cubic-bezier(.1, .7, .1, 1) .4s;
    transition: all cubic-bezier(.1, .7, .1, 1) .4s
}

.slide-in-up.ng-enter-active,
.slide-in-up>.ng-enter-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slide-in-up.ng-leave,
.slide-in-up>.ng-leave {
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms
}

@-webkit-keyframes scaleOut {
    from {
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.8);
        opacity: 0
    }
}

@keyframes scaleOut {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(.8);
        opacity: 0
    }
}

@-webkit-keyframes superScaleIn {
    from {
        -webkit-transform: scale(1.2);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes superScaleIn {
    from {
        transform: scale(1.2);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

[nav-view-transition=ios] [nav-view=entering],
[nav-view-transition=ios] [nav-view=leaving] {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.36, .66, .04, 1);
    transition-timing-function: cubic-bezier(.36, .66, .04, 1);
    -webkit-transition-property: opacity, -webkit-transform, box-shadow;
    transition-property: opacity, transform, box-shadow
}

[nav-view-transition=ios][nav-view-direction=back],
[nav-view-transition=ios][nav-view-direction=forward] {
    background-color: #000
}

[nav-view-transition=ios] [nav-view=active],
[nav-view-transition=ios][nav-view-direction=back] [nav-view=leaving],
[nav-view-transition=ios][nav-view-direction=forward] [nav-view=entering] {
    z-index: 3
}

[nav-view-transition=ios][nav-view-direction=back] [nav-view=entering],
[nav-view-transition=ios][nav-view-direction=forward] [nav-view=leaving] {
    z-index: 2
}

[nav-bar-transition=ios] .back-text,
[nav-bar-transition=ios] .buttons,
[nav-bar-transition=ios] .title {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.36, .66, .04, 1);
    transition-timing-function: cubic-bezier(.36, .66, .04, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform
}

[nav-bar-transition=ios] [nav-bar=active],
[nav-bar-transition=ios] [nav-bar=entering] {
    z-index: 10
}

[nav-bar-transition=ios] [nav-bar=active] .bar,
[nav-bar-transition=ios] [nav-bar=entering] .bar {
    background: 0 0
}

[nav-bar-transition=ios] [nav-bar=cached] {
    display: block
}

[nav-bar-transition=ios] [nav-bar=cached] .header-item {
    display: none
}

[nav-view-transition=android] [nav-view=entering],
[nav-view-transition=android] [nav-view=leaving] {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4, .6, .2, 1);
    transition-timing-function: cubic-bezier(.4, .6, .2, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform
}

[nav-view-transition=android] [nav-view=active],
[nav-view-transition=android][nav-view-direction=back] [nav-view=leaving],
[nav-view-transition=android][nav-view-direction=forward] [nav-view=entering] {
    z-index: 3
}

[nav-view-transition=android][nav-view-direction=back] [nav-view=entering],
[nav-view-transition=android][nav-view-direction=forward] [nav-view=leaving] {
    z-index: 2
}

[nav-bar-transition=android] .buttons,
[nav-bar-transition=android] .title {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4, .6, .2, 1);
    transition-timing-function: cubic-bezier(.4, .6, .2, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity
}

[nav-bar-transition=android] [nav-bar=active],
[nav-bar-transition=android] [nav-bar=entering] {
    z-index: 10
}

[nav-bar-transition=android] [nav-bar=active] .bar,
[nav-bar-transition=android] [nav-bar=entering] .bar {
    background: 0 0
}

[nav-bar-transition=android] [nav-bar=cached] {
    display: block
}

[nav-bar-transition=android] [nav-bar=cached] .header-item {
    display: none
}

[nav-swipe=fast] .back-text,
[nav-swipe=fast] .buttons,
[nav-swipe=fast] .title,
[nav-swipe=fast] [nav-view] {
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

[nav-swipe=slow] .back-text,
[nav-swipe=slow] .buttons,
[nav-swipe=slow] .title,
[nav-swipe=slow] [nav-view] {
    -webkit-transition-duration: 160ms;
    transition-duration: 160ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

[nav-bar=cached],
[nav-view=cached] {
    display: none
}

[nav-view=stage] {
    opacity: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0
}

[nav-bar=stage] .back-text,
[nav-bar=stage] .buttons,
[nav-bar=stage] .title {
    position: absolute;
    opacity: 0;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../node_modules/jquery-ui-dist/images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(../node_modules/jquery-ui-dist/images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(../node_modules/jquery-ui-dist/images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(../node_modules/jquery-ui-dist/images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(../node_modules/jquery-ui-dist/images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../node_modules/jquery-ui-dist/images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(../node_modules/jquery-ui-dist/images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .003;
    filter: Alpha(Opacity=.3)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.legenda {
    width: 25px;
    height: 13px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 6px;
    padding: 1px 0 18px 10px;
    margin-left: 15px !important;
    font-weight: 700
}

.options-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    margin-right: 20px
}

.legenda.size {
    max-width: 135px;
    padding: 5px 10px 23px;
    text-transform: capitalize
}

.aula {
    background: #387ef5
}

.prova {
    background: #33cd5f
}

.recesso {
    background: red
}

.ferias {
    background: #444
}

.feriado {
    background: #f27a11
}

.evento {
    background: #11c1f3
}

.outros {
    background: #7f00ff
}

.div-hover:hover {
    background-color: #f3f3f3
}

.line-break {
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal !important
}

.payment {
    color: #900 !important;
    font-weight: 700
}

.payment-done {
    color: green !important;
    font-weight: 700
}

.no-padding-left {
    padding-left: 0 !important
}

.margin-bottom-titules-padrao {
    margin-bottom: 10px
}

.historico-cabecalho-list-box .row:nth-child(odd) {
    background: #f3f3f3 !important
}

.historico-list-box>.row:nth-child(even) {
    background: 0 0 !important
}

.historico-cabecalho.item {
    margin: auto
}

.subheader {
    display: block;
    height: 55px
}

.subheader img {
    display: block;
    height: 40px;
    width: 40px
}

.has-subheader {
    top: 97px
}

.alterarAluno {
    display: block;
    text-decoration: none;
    text-align: right;
    cursor: pointer;
    color: #215ca7
}

.linkAviso {
    color: #00f;
    text-decoration: underline;
    padding: 0;
    border: none;
    background: 0 0
}

.aviso-retic {
    position: absolute;
    top: 100px
}

.aviso-head-title {
    margin: 0;
    position: absolute !important
}

.aviso-head-clip {
    font-size: 1.08em;
    margin-left: 10px
}

.list-contrato {
    list-style: none;
    margin-top: 5px
}

a.menuLeftNome {
    line-height: 120%;
    padding-top: 8px
}

.animated.modal.flipInX.ng-leave {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    width: 99%;
    font-size: 16px;
    line-height: 40px;
    border-radius: 25px;
    margin-bottom: 10px;
    margin-left: 8px;
    border: 1px solid #11c1f3;
    color: #fff
}

.chip img {
    float: left;
    margin: -1px 10px 0 -26px;
    height: 40px;
    width: 40px;
    border-radius: 50%
}

.item-note {
    transform: translateY(30%)
}

.cobranca-titulo {
    font-size: 11px;
    margin-top: 15px;
    opacity: .4
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.list .item.item-accordion {
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    transition: 90ms all linear
}

.list .item.item-accordion.ng-hide {
    line-height: 0
}

.list .item.item-accordion.ng-hide-add,
.list .item.item-accordion.ng-hide-remove {
    display: block !important
}

.button.button-block,
.button.button-full {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.item-text-wrap .row .col a {
    text-decoration: none !important
}

.radio-hidden {
    visibility: hidden
}

.button.button-positive {
    border-color: transparent;
    color: #fff
}

.button.button-positive.button-clear {
    border-color: transparent;
    background: 0 0;
    box-shadow: none
}

.button.button-positive.button-outline {
    background: 0 0
}

.item-avatar>img:first-child {
    max-width: 64px;
    max-height: 64px
}

.login-content {
    width: 353px;
    margin: auto
}

.login-logo {
    background-image: url(../img/Logo-Lyceum-Techne-branco.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 87px;
    background-size: contain;
    margin: auto
}

.login-logo-custom {
    background-repeat: no-repeat;
    width: 200px;
    height: 87px;
    background-size: contain;
    margin: auto
}

.profile {
    max-width: 100px !important;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
    border: 3px solid #fff !important;
    border-radius: 100% !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.content-block {
    margin: 35px 0;
    color: #6d6d72;
    box-sizing: border-box
}

.margem-cima-negativo10 {
    margin-top: 0 !important
}

.disciplina-title {
    font-size: 1.2em;
    font-weight: 600
}

.disciplina-nota {
    font-size: 3em;
    font-weight: 600;
    text-align: center
}

.disciplina-media {
    display: block;
    text-align: right;
    left: auto
}

.badge-faltas {
    background: red;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 20px;
    margin: 0 4px 0 0 !important;
    padding: 5px 5px 5px 5px;
    text-align: center;
    width: 30px
}

.badge-media {
    background: #007aff;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 20px;
    margin: 0 4px 0 0 !important;
    padding: 5px 5px 5px 5px;
    text-align: center;
    width: 30px
}

.badge-aprovado {
    background: #008712;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 20px;
    margin: 0 4px 0 0 !important;
    padding: 5px 5px 5px 5px;
    text-align: center;
    width: 30px
}

.icon-small {
    font-size: 24px !important;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle
}

.fc-state-highlight {
    background: red
}

.w-90 {
    width: 90%
}

.checkbox {
    border: 1px
}

.wm-15 {
    max-width: 15%
}

.w-75 {
    width: 75%
}

.w-28 {
    width: 28%
}

.w-62 {
    width: 62%
}

.wm-75 {
    max-width: 85%
}

.wm-90 {
    max-width: 90%
}

.w-100 {
    width: 100%
}

.margin-r-13 {
    margin-right: 13px !important
}

.card-header {
    background-color: #488aff;
    color: #fff;
    height: 42.99px
}

.card-header>span {
    vertical-align: middle;
    font-size: 15px
}

.item-pgto-cartao {
    font-size: 13px;
    border: 1px solid #ddd
}

.item-pgto-cartao .col {
    padding: 0
}

.vertical-middle {
    margin: auto
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #a9a9a9
}

.espacamento-checkbox {
    margin-top: 11px
}

.container:hover input~.checkmark {
    background-color: #ccc
}

.container input:checked~.checkmark {
    background-color: #6eac2c
}

.container input:disabled~.checkmark {
    background-color: #ccc !important
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container input:checked~.checkmark:after {
    display: block
}

.container .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: 0 solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.container input:disabled~.checkmark {
    background-color: #ccc !important
}

.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-red:hover {
    opacity: .93 !important
}

.button-blue:active,
.button-blue:enabled,
.button-blue:focus,
.button-blue:hover,
.button-blue:link,
.button-blue:visited {
    color: #fff;
    background-color: #0054a6;
    border-radius: 5px;
    height: 42.99px
}

.button-red:active,
.button-red:enabled,
.button-red:focus,
.button-red:hover,
.button-red:link,
.button-red:visited {
    color: #fff;
    background-color: #a60014;
    border-radius: 5px;
    height: 42.99px
}

.button-green:active,
.button-green:enabled,
.button-green:focus,
.button-green:hover,
.button-green:link,
.button-green:visited {
    color: #fff;
    background-color: #6eac2c;
    border-radius: 0;
    height: 42.99px
}

.button-gray:active,
.button-gray:enabled,
.button-gray:focus,
.button-gray:hover,
.button-gray:link,
.button-gray:visited {
    color: #fff;
    background-color: #6b6b6b;
    border-radius: 0;
    height: 42.99px
}

.wizard-buttons-phone-fixed {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 7px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.wizard-buttons-all-fixed {
    position: absolute;
    bottom: 0;
    width: 40%;
    padding-top: 7px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.cursor-pointer {
    cursor: pointer
}

.bar.bar-alert {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.bar.bar-info {
    background-color: #dae6fd
}

.bar.bar-success {
    background-color: #6eac2c
}

.bar.bar-header.bar-mensagem {
    height: auto;
    border: 1px solid #cdcdcd;
    background: #fff
}

.bar.bar-header.bar-mensagem-info {
    height: auto;
    border: 1px solid #cdcdcd;
    background: #dae6fd
}

.ion-height-tab {
    overflow-y: hidden
}

.wizard-buttons-phone {
    width: 100%;
    padding-top: 7px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.wizard-buttons-all {
    width: 40%;
    padding-top: 7px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.input-text {
    border: 1px solid #b2b2b2 !important;
    width: 100%;
    margin-bottom: 0;
    border-radius: 1px;
    height: 30px !important;
    padding-left: 6px !important;
    background-color: #fff
}

.input-label {
    color: #0054a6;
    min-width: 100%
}

.input-form {
    margin: 10px !important
}

.w-50 {
    width: 45% !important
}

.w-15 {
    width: 15% !important;
    margin: 0 auto
}

.w-27 {
    width: 27% !important;
    margin: 0 auto
}

.espaco-top-25 {
    margin-top: 25px !important
}

.year-pgto {
    right: 10px !important;
    position: absolute
}

input.ng-touched.ng-invalid,
select.ng-touched.ng-invalid,
textarea.ng-touched.ng-invalid {
    border-color: #ff0000c4 !important
}

.message-pgto-processing {
    padding: 14px 14px 14px 0;
    width: 100%;
    border: 1px solid #b2b2b2;
    display: flex;
    background-color: #f0efd8;
    margin-bottom: 10px
}

.message-pgto-ok {
    padding: 14px 14px 14px 0;
    width: 100%;
    border: 1px solid green;
    display: flex;
    background-color: #dff5c7;
    margin-bottom: 10px
}

.message-pgto-gif {
    width: 95px;
    float: left;
    margin-top: 5px;
    align-items: center;
    display: flex;
    justify-content: center
}

.message-pgto-error {
    padding: 14px 14px 14px 0;
    width: 100%;
    border: 1px solid red;
    display: flex;
    background-color: #f5c7c7a1;
    margin-bottom: 10px
}

.message-pgto-icon {
    width: 73px;
    float: left;
    align-items: center;
    display: flex;
    justify-content: center
}

.icon-ok>i {
    font-size: 35px;
    color: green
}

.icon-error>i {
    font-size: 35px;
    color: red
}

.message-header {
    font-weight: 700;
    margin: 0
}

.message-content {
    margin: 0
}

.card-row {
    margin-top: -10px
}

.hint-row {
    margin-bottom: -15px;
    margin-top: 3px !important
}

.description-card {
    background-color: #dae6fd;
    width: 100%;
    text-align: center;
    padding: 6px
}

.description-table-hint {
    text-align: center;
    padding: 6px
}

.description-card-hint {
    margin: 0;
    font-size: 12px !important;
    margin-top: -1px
}

.link-card-hint {
    margin: 0;
    font-size: 12px !important;
    margin-top: -7px
}

.link-card-hint>a,
.link-table-hint>a {
    text-decoration: underline
}

.link-table-hint {
    margin: 0;
    font-size: 12px !important;
    cursor: pointer
}

.calendar {
    font-family: 'Open Sans', Sans-Serif;
    font-size: 12px
}

.espaco-cal-buttom {
    margin-left: 40px
}

.calendar-header {
    display: flex
}

.calendar-icon {
    float: left;
    width: 9%;
    font-size: 20px;
    color: #b2b2b2;
    margin: auto;
    text-align: center;
    vertical-align: middle
}

.calendar-header-item {
    float: left;
    width: 13%;
    margin-top: 3px;
    color: #444;
    padding-left: 5px;
    border-left: 1px solid #ddd !important
}

.calendar-day {
    display: block;
    margin-bottom: -3px;
    font-size: 18px;
    font-weight: 500
}

.calendar-week {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px
}

.calendar-item-modal {
    background-color: #fff;
    width: 60%;
    position: absolute;
    top: 30px;
    height: 100px;
    z-index: 999;
    left: 14%;
    border: 1px solid #ddd;
    box-shadow: 6px;
    box-shadow: 0 6px 22px -4px #ddd;
    display: none
}

.wizard-header-icon-content {
    width: 25%;
    display: flex;
    justify-content: center;
    position: relative
}

.calendar-item {
    margin-top: -2px;
    overflow: hidden
}

.wizard-header {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px
}

.wizard-header-limiter {
    font-size: 70px;
    position: absolute;
    left: -15px;
    top: -30px;
    color: #0054a6;
    opacity: .4
}

.wizard-header-icon {
    float: left;
    width: 55%;
    height: 47px;
    display: flex;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    background-color: #036;
    border-radius: 33px;
    padding: 10px
}

.wizard-header-icon-hide {
    opacity: .4
}

.calendar-item-bg-blue {
    background-color: #488aff !important
}

.calendar-item-bg-green {
    background-color: green !important
}

.calendar-item-bg-red {
    background-color: red !important
}

.calendar-item-title {
    background-color: #488aff;
    color: #fff;
    font-size: 10px;
    padding-left: 1px
}

.calendar-item-title-full {
    font-family: 'Open Sans', Sans-Serif;
    background-color: #488aff;
    color: #fff;
    font-size: 13px;
    padding-left: 1px;
    display: block;
    margin-top: 5px;
    margin-right: 4px
}

.calendar-item-descr {
    font-size: 7px;
    display: inline-block;
    line-height: 1;
    word-break: break-word;
    padding-left: 2px
}

.calendar-item-descr-full {
    font-size: 10px;
    display: inline-block;
    line-height: 1;
    word-break: break-word;
    padding-left: 2px;
    margin-top: 3px
}

.calendar-content-item-blue {
    float: left;
    width: 13.14%;
    color: #444;
    padding-left: 4px;
    border-left: 2px solid #488aff !important
}

.calendar-content-item-green {
    float: left;
    width: 13.14%;
    color: #444;
    padding-left: 4px;
    border-left: 2px solid green !important
}

.calendar-content-item-red {
    float: left;
    width: 13.14%;
    color: #444;
    padding-left: 4px;
    border-left: 2px solid red !important
}

.calendar-content-null {
    float: left;
    width: 13%;
    color: #444;
    padding-left: 4px;
    border-left: 1px solid #ddd !important
}

.calendar-hours {
    float: left;
    width: 9%;
    color: #444;
    margin: auto;
    text-align: center;
    vertical-align: middle
}

.calendar-hour-item {
    font-size: 10px;
    display: block
}

.calendar-hour-item-full {
    font-size: 11px;
    display: inline
}

.calendar-content-line {
    width: 100%;
    height: 100%;
    min-height: 55px;
    display: flex;
    border-top: 1px solid #ddd
}

.triangle-green {
    display: inline-block;
    position: absolute;
    height: 3px;
    width: 3px;
    transform: rotate(135deg);
    transform-origin: center center;
    border-top: 1px solid green;
    border-left: 1px solid green;
    margin-left: -5px;
    background-color: green;
    margin-top: 8px
}

.triangle-red {
    display: inline-block;
    position: absolute;
    height: 3px;
    width: 3px;
    transform: rotate(135deg);
    transform-origin: center center;
    border-top: 1px solid red;
    border-left: 1px solid red;
    margin-left: -5px;
    background-color: red;
    margin-top: 8px
}

.table-header {
    background-color: #488aff;
    color: #fff;
    padding-left: 30px
}

.table-item-title {
    background-color: #488aff;
    color: #fff;
    font-size: 10px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 5px;
    margin-top: 5px
}

.table-item-description {
    margin-top: 6px
}

.table-item {
    width: 100%;
    margin-top: 2px;
    display: inline-block;
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
    border-left: 2px solid green !important
}

.triangle-table {
    display: inline-block;
    position: absolute;
    height: 3px;
    width: 3px;
    transform: rotate(135deg);
    transform-origin: center center;
    border-top: 1px solid green;
    border-left: 1px solid green;
    margin-left: -8px;
    background-color: green;
    margin-top: 9px
}

.message-matricula {
    margin-top: 20px;
    margin-bottom: -5px;
    border: 1px solid #ddd;
    min-height: 60px;
    padding: 6px;
    width: 100%
}

.tab-sumary {
    padding: 10%
}

@media (min-width:460px) {
    .input-pagamento {
        width: 460px !important
    }

    .w-50.input-pagamento {
        width: 225px !important;
        margin-right: 10px;
        position: relative
    }

    .year-pgto.w-50.input-pagamento {
        margin-right: 0
    }
}

.message-matricula-content {
    font-weight: 400
}

.modal-small {
    width: 20%;
    display: table;
    top: 30%;
    left: 40%
}

.modal-mobile-small {
    width: 80%;
    min-height: 30%;
    left: 10%;
    height: 10%;
    top: 30%
}

@media screen and (max-width:560px) {
    .modal-mobile-small {
        left: 7%
    }

    .align-comp-column {
        display: flex;
        flex-direction: column
    }
}

.align-comp-column {
    margin-bottom: 30px
}

.bar.bar-info {
    background-color: #dae6fd
}

.col.bar.bar-center {
    text-align: center;
    padding: 10.66667px
}

.bar.bar-header.bar-mensagem {
    height: auto;
    border: 1px solid #cdcdcd;
    background: #fff
}

.contrato-matricula {
    margin: 15px
}

.contrato-hash-matricula {
    border-top: 1px solid #ddd;
    padding: 15px;
    margin-left: 13px
}

.message-matricula-requerimento {
    margin-top: 20px;
    border: 1px solid #390;
    background: #dff5c7;
    min-height: auto;
    padding: 20px;
    margin-left: 22px;
    margin-right: 36px
}

.message-matricula-contrato-nao-aceito {
    margin-top: 20px;
    border: 1px solid #ffc700;
    background: #fdfd96;
    min-height: auto;
    padding: 20px;
    margin-left: 22px;
    margin-right: 36px
}

.requerimento-matricula {
    margin: 15px
}

.modal-confirmacao {
    min-height: 0;
    height: 185px
}

.modal-cancel {
    width: 300px;
    min-height: 0;
    top: 30%;
    left: 40%;
    height: 185px
}

@media screen and (max-width:560px) {
    .modal-cancel {
        left: 7%
    }
}

.ajuste-padding {
    padding: 0 !important
}

.ajuste-margin-home {
    margin-right: 32px !important
}

.ajuste-padding1 {
    padding-left: 15px !important
}

.ajuste-element-home {
    font-size: 1em !important;
    border-radius: 10px;
    padding-left: 10px !important;
    width: 150px;
    height: 30px;
    padding-top: 5px !important;
    margin-left: 41px !important
}

.button-height-auto {
    height: auto !important
}

.bar-success {
    color: #155724;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important
}

.button-break-line {
    display: inline-block !important;
    line-height: 1 !important;
    word-break: break-word !important;
    padding: 3px !important;
    white-space: normal !important
}

@media screen and (max-width:730px) {
    .download-pdf {
        max-width: 115px
    }

    .margem-contrato {
        margin-left: 5px !important;
        margin-right: -40px !important;
        text-align: justify
    }
}

.active .modal-backdrop-bg {
    opacity: .5 !important
}

.modal-backdrop-bg {
    transition: opacity .3s ease-in-out !important;
    background-color: #000 !important
}

.icon-handshake {
    padding: 0 !important
}

.icon-handshake:after {
    content: '';
    display: inline-block;
    height: 13px;
    width: 20px;
    background: url(../img/icon-handshake.png) no-repeat 0 0
}

.center-button {
    text-align: center;
    margin: 0 auto !important
}

.bar-footer {
    bottom: 0;
    border-top-width: 1px;
    border-bottom-width: 0;
    background-position: top;
    height: 45px
}

.input-mes {
    display: inline-table;
    width: 49%
}

.input-ano {
    display: inline-table;
    width: 49%
}

.input-mes>label>select {
    display: block;
    min-width: 100%
}

.input-ano>label>select {
    display: block;
    min-width: 50%
}

@media screen and (min-width:480px) {
    .item-select-idioma {
        max-width: 80% !important;
        width: 80% !important
    }
}

@media screen and (min-width:482px) {
    .item-select-idioma {
        max-width: 92% !important;
        width: 92% !important
    }

    .hidden-group-btn-desk {
        display: none !important
    }
}

.pointer {
    cursor: pointer
}

h1 {
    font-size: 20px !important
}

h3 {
    font-size: 16px !important
}

content,
header,
section {
    display: flow-root
}

input.busca {
    margin: 10px 0
}

ion-modal-view {
    padding: 20px 10px
}

.tabela {
    margin-bottom: 25px
}

.linha {
    border-bottom: 1px #ccc solid;
    padding: 10px 0
}

.tituloValoresTabela {
    font-weight: 700;
    font-size: 16px
}

.tituloTabela {
    border-bottom: 1px solid #000
}

.zebra div:nth-child(odd) {
    background-color: #dbf5ff;
    display: inline;
    max-height: 350px;
    max-width: 100%;
    overflow: auto
}

.zebra div:nth-child(even) {
    display: inline;
    max-height: 350px;
    max-width: 100%;
    overflow: auto
}

.servico-item-head {
    position: relative
}

.servico-item-head .icon-detalhes-mobile {
    right: -28px;
    position: absolute;
    color: #333
}

.btn-payment-anexo,
.btn-payment-boleto,
.btn-payment-cartao {
    float: left;
    margin-right: 4px
}

.btn-payment-cartao span {
    display: block;
    float: left
}

.itemContrato:hover {
    cursor: pointer;
    background-color: #dbf5ff
}

.btn-payment-cartao span {
    display: block;
    float: left
}

.subtitle {
    border-bottom: 1px solid #c3c3c3;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 400;
    font-size: 15px
}

.item.item-positive {
    font-family: 'Open Sans', Sans-Serif;
    border-color: #215ca7;
    background-color: transparent;
    color: #545454;
    font-weight: 500;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.item.item-positive span {
    font-size: 15px
}

.title-dados {
    font-size: 14px;
    color: #c3c3c3
}

input[type=date]::-webkit-clear-button {
    display: none
}

input[type=date]::-moz-appearance {
    display: none
}

.item {
    font-family: 'Open Sans', Sans-Serif;
    border-color: #ddd;
    background-color: #fff;
    color: #4a4a4a;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px
}

@media screen and (max-width:550px) {
    .limitText {
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media screen and (min-width:551px) {
    .limitText {
        max-width: 700px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.ajuste-fixpad {
    padding-bottom: 3px !important;
    padding-top: 3px !important;
    padding-left: 25px !important
}

.item-separator {
    border-bottom: .5px solid #ccc
}

.align-contract {
    text-align: justify
}

strong {
    font-family: 'Open Sans', Sans-Serif
}

.font-size-label {
    font-size: .8em
}

.icon-modal {
    right: 35px !important;
    margin-top: 6px
}

.cart {
    height: auto
}

.bar.item-input-inset .item-input-wrapper input {
    padding: 10px 10px;
    width: 94%;
    height: 37px;
    background: 0 0;
    font-weight: 400
}

.aviso-descricao {
    width: 90%;
    min-height: 130px;
    padding: 15px;
    font-family: 'Open Sans', Sans-Serif;
    float: left
}

.box-msg {
    border-top: 50px solid #acacc3;
    width: 1%;
    position: absolute;
    left: 15px;
    top: 100px
}

.aviso-text {
    margin-left: 20px;
    text-align: justify
}

.solicitacao-align-component {
    padding: 10px !important;
    margin-bottom: 10px;
    min-height: 40px !important
}

.position-rel {
    position: relative !important
}

.bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 44px;
    border-width: 0;
    border-style: solid;
    border-bottom: 1px solid #ddd;
    background-color: #ab1a1a00;
    background-size: 0
}

.item.item-calm {
    background-color: transparent
}

.item-select.item-calm .input-label {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400 !important;
    font-family: 'Open Sans', Sans-Serif;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc
}

.item-select.item-calm select {
    background: 0 0;
    color: #4a4a4a;
    font-weight: 100;
    top: -23px
}

.item-select.item-calm:after {
    color: #4a4a4a;
    top: 28px
}

.card .item:first-child {
    text-transform: capitalize
}

.row.bar.bar-header {
    background: 0 0 !important
}

.card {
    padding-top: 1px;
    padding-bottom: 1px;
    box-shadow: 0 1px 3px transparent
}

.item-icon-left .icon {
    left: auto
}

.ml-40 {
    margin-left: 40px !important
}

.ico-size-25 {
    font-size: 25px !important
}

.item-icon-left span {
    margin-left: 50px
}

.item h3:last-child {
    margin-bottom: 0
}

.item p:last-child {
    margin-bottom: 0
}

.wizard-texto h3,
.wizard-texto p {
    font-family: 'Open Sans', Sans-Serif;
    color: #000
}

.wizard-texto p {
    font-size: 13px
}

.wizard-texto h3 {
    color: #333;
    font-weight: 400 !important;
    font-family: 'Open Sans', Sans-Serif;
    display: inline-block;
    margin: 00px 00px 20px 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 0 0 5px 0
}

.mensagem-info {
    height: auto;
    border: 1px solid #cdcdcd;
    background: #dae6fd;
    padding: 5px 5px 5px 10px;
    margin: 10px 15px 0 0
}

.container-matricula-disc {
    padding-left: 32px
}

.modal .bar-header {
    border: 0
}

.modal .bar .title {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    margin: 10px 10px;
    min-width: 30px;
    height: 43px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 44px;
    color: #4a4a4a
}

.bar .title+.button:last-child {
    position: absolute;
    top: 5px;
    right: 18px;
    bottom: 5px;
    font-size: 11px;
    color: #000 !important;
    font-weight: 700
}

.radio-content i {
    margin-right: 20px;
    margin-top: 14px;
    font-size: 20px;
    color: #fff
}

.item-radio input:checked+.radio-content .item-content {
    background: #001a33;
    color: #fff
}

#agenda h2 {
    font-family: 'Open Sans', Sans-Serif;
    color: #4a4a4a
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #535c65;
    font-family: 'Open Sans', Sans-Serif
}

.fc td,
.fc th {
    padding: 0 !important;
    vertical-align: top !important;
    padding: 5px !important
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 3px 0 0 !important;
    padding: 1em 1.8em !important;
    height: auto !important;
    font-size: 12px !important;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px !important
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #f8da4e !important;
    color: #915608 !important;
    font-weight: 700 !important;
    font-size: 17px !important
}

.servico-info-basicas li {
    display: inline
}

.itemBoleto {
    margin-left: 15px
}

.listaTitleServico {
    width: 100%;
    text-align: center;
    margin: 5px auto;
    background: #f5f2f2;
    padding: 5px 0;
    font-size: 13px;
    border-radius: 5px
}

.listaTitleMobile {
    text-align: center;
    margin: 10px 0
}

.itemMargem {
    margin-left: 10px
}

.iconItemBoleto {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px
}

.itemBoleto .ion-ios-copy-outline:before {
    content: "" !important
}

.paddingListaMobile {
    padding: 5px 20px;
    list-style: none
}

.header-60 {
    top: 60px !important
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .bar-footer--acordo-parcelamento {
        bottom: 50px !important
    }

    .footer-20 {
        padding-bottom: 20px
    }

    .espaco-margem {
        margin-left: 20px;
        margin-right: 20px
    }

    .btn-bar--modal {
        display: block;
        width: 60% !important;
        margin: 10px auto
    }

    .modal-acordo-details {
        height: 400px
    }

    @-webkit-keyframes bla {
        from {
            -webkit-transform: rotate(0)
        }

        to {
            -webkit-transform: rotate(360deg)
        }
    }

    @-moz-keyframes bla {
        from {
            -moz-transform: rotate(0)
        }

        to {
            -moz-transform: rotate(360deg)
        }
    }
}

.item-document-cadastro i.fa-check-square {
    color: green
}

.item-document-cadastro i.fa-times {
    color: #900
}

.ion-scroll--default {
    overflow: scroll
}

.flex-end {
    display: flex;
    align-items: end
}

.mt-auto {
    margin-top: auto !important
}

.mensagem-info-icon {
    color: #215ca7;
    font-size: 30px
}

#toggle-alto-contraste-header {
    float: right;
    position: relative;
    overflow: visible;
    margin-top: 20px;
    margin-right: 20px
}

#toggle-alto-contraste-header input:checked+.track {
    border-color: #ffe601;
    background-color: #ffe601
}

#toggle-alto-contraste-header input:checked+.track .handle {
    border-color: #000;
    background-color: #000
}

#toggle-alto-contraste-header .track {
    height: 20px;
    width: 40px
}

#toggle-alto-contraste-header .handle {
    height: 16px;
    width: 16px
}

.item-alto-contraste-left-menu {
    padding-bottom: 0;
    padding-top: 0;
    border-color: transparent !important;
    padding-left: 30px;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 16px;
    border-width: 1px;
    font-size: 16px
}

#toggle-alto-contraste-left-menu {
    float: right;
    position: relative;
    overflow: visible;
    top: 0
}

#toggle-alto-contraste-left-menu input:checked+.track {
    border-color: #ffe601;
    background-color: #ffe601
}

#toggle-alto-contraste-left-menu input:checked+.track .handle {
    border-color: #000;
    background-color: #000
}

#toggle-alto-contraste-left-menu .track {
    height: 20px;
    width: 40px
}

#toggle-alto-contraste-left-menu .handle {
    height: 16px;
    width: 16px
}

.fc button,
.fc table,
body .fc {
    font-size: 1em
}

.fc .fc-axis,
.fc button,
.fc-day-grid-event .fc-content,
.fc-list-item-marker,
.fc-list-item-time,
.fc-time-grid-event .fc-time,
.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-event,
.fc-event:hover,
.fc-state-hover,
.fc.fc-bootstrap3 a,
.ui-widget .fc-event,
a.fc-more {
    text-decoration: none
}

.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

.fc th,
.fc-basic-view .fc-day-top .fc-week-number,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
    text-align: center
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    cursor: pointer
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    border: 1px solid;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-active,
.fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none
}

.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
    cursor: pointer
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-clear {
    clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0
}

.fc td,
.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

a[data-goto]:hover {
    text-decoration: underline
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

.fc-day-grid-event .fc-content,
.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
    overflow: hidden
}

.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
    position: relative;
    width: 100%
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad
}

.fc-event,
.fc-event-dot {
    background-color: #3a87ad
}

.fc-event,
.fc-event:hover {
    color: #fff
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
    display: block
}

.fc-event.fc-selected .fc-resizer:before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px
}

.fc-event.fc-selected {
    z-index: 9999 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
    padding: 0
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
    border-radius: 0
}

.fc-unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff;
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed td.fc-today {
    background: #fcf8e3
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3
}

.fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    font-family: "Courier New", Courier, monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fc-icon:after {
    position: relative
}

.fc-icon-left-single-arrow:after {
    content: "\2039";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-right-single-arrow:after {
    content: "\203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-left-double-arrow:after {
    content: "\AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\D7";
    font-size: 200%;
    top: 6%
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666;
    font-size: .9em;
    margin-top: 2px
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5
}

.ui-widget .fc-disabled-day {
    background-image: none
}

.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
    border-color: inherit
}

.ui-widget .fc-event {
    color: #fff;
    font-weight: 400
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline
}

.fc.fc-bootstrap4 a {
    text-decoration: none
}

.fc.fc-bootstrap4 a[data-goto]:hover {
    text-decoration: underline
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color: #fff
}

.fc-bootstrap4 .fc-popover.card {
    position: absolute
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view,
.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-day-top.fc-other-month {
    opacity: .3
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
    padding: 0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    background-color: #f2f2f2;
    color: grey
}

.fc-basic-view td.fc-week-number>* {
    display: inline-block;
    min-width: 1.25em
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.fc-time-grid,
.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-content-col {
    position: relative
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-highlight-container {
    z-index: 3;
    position: relative
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5
}

.fc-time-grid .fc-helper-container {
    position: relative;
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event.fc-selected {
    overflow: visible
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none
}

.fc-time-grid-event .fc-content {
    overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\A0-\A0"
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="
}

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.fc-rtl .fc-list-view {
    direction: rtl
}

.fc-list-view {
    border-width: 1px;
    border-style: solid
}

.fc .fc-list-table {
    table-layout: auto
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px
}

.fc-list-table tr:first-child td {
    border-top-width: 0
}

.fc-list-heading {
    border-bottom-width: 1px
}

.fc-list-heading td {
    font-weight: 700
}

.fc-ltr .fc-list-heading-main {
    float: left
}

.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
    float: right
}

.fc-rtl .fc-list-heading-alt {
    float: left
}

.fc-list-item.fc-has-url {
    cursor: pointer
}

.fc-list-item-marker,
.fc-list-item-time {
    width: 1px
}

.fc-ltr .fc-list-item-marker {
    padding-right: 0
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit
}

.fc-list-item-title a[href]:hover {
    text-decoration: underline
}

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.fc-unthemed .fc-list-empty {
    background-color: #eee
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

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
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    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
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.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;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.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
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .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 .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .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 .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
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.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;
    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
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    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
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-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
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=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
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@media only screen and (min-width :1024px) {
    .mt-03 {
        margin-top: 3px
    }

    .pos-filtro {
        margin-left: -30px
    }

    .btn-search {
        width: 180px;
        justify-content: center;
        margin-top: 30px
    }

    .mb-search {
        margin-bottom: 30px
    }
}

.calendar-feature .ui-datepicker-trigger {
    right: 20px !important;
    width: 20px !important;
    height: 20px !important
}

.image-card {
    padding: 2px;
    float: left;
    border-radius: 10px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center
}

.img-read {
    float: right;
    margin-left: 30px
}

.card-height {
    height: auto;
    min-height: 400px
}

.notif-modal-img {
    border-left: 1px solid #eee;
    padding: 10px 20px
}

.img-notification-view {
    width: 100%;
    height: auto
}

.img-notification-preview {
    width: 130px;
    height: auto
}

.cs--avisos {
    padding: 20px !important
}

.texto-aviso {
    height: 65%
}

.data-aviso-area {
    border: solid 1px #036;
    width: 150px;
    padding: 3px;
    border-radius: 6px;
    background: #036;
    color: #fff;
    justify-content: center;
    display: flex;
    float: left
}

.texto-lido {
    font-weight: 400 !important
}

.aviso-box {
    display: flex;
    align-items: center;
    padding-left: 26px
}

.aviso-no-img {
    height: 100px
}

.aviso-box-no-img {
    padding-left: 40px
}

.right-box {
    float: right;
    display: flex
}

.mb-100 {
    margin-bottom: 100px
}

@media only screen and (max-width:768px) {
    .image-card {
        position: relative
    }

    .aviso-box {
        display: contents;
        align-items: unset;
        text-align: justify
    }

    .mobile-dc {
        display: contents
    }

    p.card-value {
        min-width: 185px
    }

    .img-read {
        margin-top: -20px;
        float: right;
        width: 25px
    }

    .card-height {
        height: auto;
        min-height: 300px
    }

    .notif-modal-img {
        border-left: 1px solid #eee;
        padding: 10px 20px
    }

    .img-notification-view {
        width: 100%;
        height: auto
    }

    .img-notification-preview {
        width: 100px;
        height: auto
    }

    .cs--avisos {
        padding: 20px !important
    }

    .texto-aviso {
        height: 65%
    }

    .data-aviso-area {
        float: left;
        margin-top: -20px
    }

    .pad-0 {
        padding: 0
    }

    .btn-search {
        width: 100%;
        margin: 0 0 30px 0;
        justify-content: center
    }

    .mb-search {
        margin-bottom: 0 !important
    }

    .aviso-no-img {
        height: 130px
    }

    .right-box {
        float: right;
        margin-top: 20px
    }
}

@media only screen and (max-width:320px) {
    .img-notification-view {
        width: 100%;
        height: auto
    }
}

@media only screen and (min-width :321px) and (max-width:420px) {
    .img-notification-view {
        width: 100%;
        height: auto
    }
}

@media screen and (min-width:560px) {
    .card-boleto {
        width: 100%
    }

    @font-face {
        font-family: "BarCode Font";
        src: url(../fonts/barcode/barcode_font.ttf);
        font-size: large
    }

    .codigo-de-barras {
        font-size: large;
        font-family: "BarCode Font"
    }
}

.card-boleto-content {
    width: 100%
}

.item-codigo-barras {
    background-color: #fcfcfc
}

.item-data-vencimento {
    background-color: #fcfcfc
}

.item-tipo {
    background-color: #fcfcfc
}

.item-valor {
    background-color: #fcfcfc
}

.item-descricao-itens {
    background-color: #fcfcfc
}

.card-boleto-itens {
    background-color: #fcfcfc
}

.col.bar.bar-center {
    text-align: center;
    padding: 10.66667px
}

.tab-position-relative,
.tabs {
    position: relative
}

.tab-bottom-zero {
    bottom: 0 !important
}

.tab-top-ajuste>.tab-nav.tabs {
    margin-top: 99px;
    top: 0 !important
}

.tab-ajuste-top-ion {
    top: -25px !important
}

.tab-ajuste-top-ion.has-subheader {
    top: 50px !important
}

.tab-margin-bottom {
    margin-bottom: 80px !important
}

.padding-top-15 {
    padding-top: 15px
}

.icon-size-xxx-large {
    font-size: 30px
}

.icon-size-xxx-medium {
    font-size: 25px
}

.padding-top-35 {
    padding-top: 35px
}

.color-blue {
    color: #215ca7
}

@media screen and (min-width:560px) {
    .card-faltas {
        width: 100%
    }
}

.col.center {
    text-align: center
}

.card-falta-content {
    width: 100%
}

.foto-aluno {
    width: 10em;
    height: 10em;
    border-radius: 50%;
    border-style: solid;
    border-color: #036;
    border-width: .5px;
    margin-left: auto;
    margin-right: auto
}

.observacao-carteirinha {
    font-size: 12px
}

#images-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%
}

#blank-space {
    background-size: 12vw;
    width: 12vw;
    height: 11em
}

#logo-carteirinha-estudantil {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12vw;
    width: 12vw;
    height: 11em;
    margin-top: -.65em
}

#foto-id {
    width: 100% !important
}

#status-row {
    display: flex;
    flex-direction: row;
    font-size: 25px
}

#status-circle {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 6px;
    width: 1em;
    height: 1em;
    background-size: cover;
    border-radius: 50%
}

#print-btn-div {
    display: block;
    margin-top: 5em;
    width: 10em;
    margin-left: auto;
    margin-right: auto
}

#print-btn {
    background-color: #036;
    font-size: 15px;
    color: #fff;
    border-radius: 1em;
    padding: 2em;
    border-color: #fff;
    border-width: .5px;
    padding: 10px;
    box-shadow: 2.5px 5px #2c2b75b9
}

#print-btn:hover {
    background-color: #6589ff;
    box-shadow: 2.5px 5px #302b75b9
}

.Ativo {
    background-color: #0f0
}

.Ativo-text {
    color: #0f0;
    margin-left: 2px
}

.Concluido {
    background-color: red
}

.Concluido-text {
    color: red;
    margin-left: 2px
}

.Evadido {
    background-color: red
}

.Evadido-text {
    color: red;
    margin-left: 2px
}

.Cancelado {
    background-color: red
}

.Cancelado-text {
    color: red;
    margin-left: 2px
}

@font-face {
    font-family: "BarCodeC39 Font";
    src: url(../fonts/barcode/barcodec39.ttf);
    font-size: large
}

@media only screen and (max-width:700px) {
    #id-card {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 200%;
        background-color: #fff;
        color: #000;
        padding: 2em;
        font-size: 20px;
        border-style: solid;
        border-color: #036;
        border-width: .5px;
        padding: 10px
    }

    #logo-carteirinha-estudantil {
        background-size: 25vw;
        width: 25vw;
        height: 11em;
        margin-top: -.65em
    }

    #blank-space {
        background-size: 25vw;
        width: 25vw;
        height: 11em
    }
}

@media only screen and (min-width:701px) {
    #id-card {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        text-align: center;
        width: 50%;
        background-color: #fff;
        color: #000;
        border-radius: 1em;
        padding: 2em;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
        border-style: solid;
        border-color: #036;
        border-width: .5px;
        padding: 10px;
        box-shadow: 5px 10px #2c2b75b9
    }
}

@media only screen and (max-width:300px) {
    .barcode-type {
        font-size: 2em;
        font-family: "BarCodeC39 Font";
        width: 100%;
        text-align: center;
        background-color: #fff;
        color: #000;
        margin-top: 10px
    }
}

@media only screen and (min-width:301px) and (max-width:700px) {
    .barcode-type {
        font-size: 2.5em;
        font-family: "BarCodeC39 Font";
        width: 100%;
        text-align: center;
        background-color: #fff;
        color: #000;
        margin-top: 10px
    }
}

@media only screen and (min-width:701px) and (max-width:900px) {
    .barcode-type {
        font-size: 2em;
        font-family: "BarCodeC39 Font";
        width: 100%;
        text-align: center;
        background-color: #fff;
        color: #000;
        margin-top: 10px
    }
}

@media only screen and (min-width:901px) {
    .barcode-type {
        font-size: 3em;
        font-family: "BarCodeC39 Font";
        width: 100%;
        text-align: center;
        background-color: #fff;
        color: #000;
        margin-top: 10px
    }
}

@media print {
    .no-printme {
        display: none
    }

    .menu-left {
        display: none
    }

    .top-desktop-bar {
        display: none
    }

    .menu-content {
        box-shadow: none;
        transform: translate3d(0, 0, 0) !important
    }

    #print-btn-div {
        display: none
    }

    .nav-bar-block {
        display: none !important
    }

    .printme {
        display: flex;
        flex-direction: column
    }

    .print-code-bar {
        font-size: 3em;
        font-family: "BarCodeC39 Font";
        width: 4.4em;
        text-align: center;
        background-color: #fff;
        color: #000;
        margin-top: 10px
    }

    #id-card {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        text-align: center;
        width: 350px;
        background-color: #fff;
        color: #000;
        border-radius: 1em;
        padding: 2em;
        margin-left: 150px;
        font-size: 20px;
        border-style: solid;
        border-color: #036;
        border-width: .5px;
        padding: 10px;
        box-shadow: 5px 10px #2c2b75b9
    }

    #status-row {
        display: flex;
        flex-direction: row;
        font-size: 25px
    }

    #status-circle {
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: 6px;
        width: 1em;
        height: 1em;
        background-size: cover;
        border-radius: 50%
    }

    .Ativo {
        background-color: #0f0 !important
    }

    .Ativo-text {
        color: #0f0 !important;
        margin-left: 2px
    }

    .Concluido {
        background-color: red !important
    }

    .Concluido-text {
        color: red !important;
        margin-left: 2px
    }

    .Evadido {
        background-color: red !important
    }

    .Evadido-text {
        color: red !important;
        margin-left: 2px
    }

    .Cancelado {
        background-color: red !important
    }

    .Cancelado-text {
        color: red !important;
        margin-left: 2px
    }
}

.ocorrencia-lida {
    font-weight: 400;
    font-style: italic;
    cursor: pointer
}

.ocorrencia-nao-lida {
    font-weight: 700;
    cursor: pointer
}

.w3-margin {
    margin: 16px !important
}

.w3-card-4,
.w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .19);
    border-radius: 5px 5px 5px 5px
}

.w3-blue,
.w3-hover-blue:hover {
    color: #fff !important;
    background-color: #215ca7 !important
}

.w3-container,
.w3-panel {
    padding: .01em 8px;
    height: 28px;
    border-radius: 5px 5px 0 0
}

.w3-bar:after,
.w3-bar:before,
.w3-cell-row:after,
.w3-cell-row:before,
.w3-clear:after,
.w3-clear:before,
.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-row:after,
.w3-row:before {
    content: "";
    display: table;
    clear: both
}

.w3-bar:after,
.w3-bar:before,
.w3-cell-row:after,
.w3-cell-row:before,
.w3-clear:after,
.w3-clear:before,
.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-row:after,
.w3-row:before {
    content: "";
    display: table;
    clear: both
}

.w3-row-padding,
.w3-row-padding>.w3-col,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-twothird {
    padding: 0 8px
}

.w3-col,
.w3-half,
.w3-quarter,
.w3-third,
.w3-threequarter,
.w3-twothird {
    float: left;
    width: 100%
}

.w3-third {
    width: 50%
}

.w3-dark-gray,
.w3-dark-grey,
.w3-hover-dark-gray:hover,
.w3-hover-dark-grey:hover {
    color: #fff !important;
    background-color: #616161 !important;
    height: 28px;
    border-radius: 0 0 5px 5px;
    line-height: 28px;
    padding: .01em 8px
}

.w3-block {
    display: block;
    width: 100%
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 13px
}

.btn-bar--modal {
    display: block;
    width: 20%;
    margin: 10px auto
}

.modal-acordo-details {
    height: 400px
}

.bar-footer--acordo-parcelamento {
    bottom: 10px;
    border: none !important
}

.espacamento {
    line-height: 0 !important;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #215ca7;
    border-bottom-width: 2px;
    padding-bottom: 10px;
    font-size: 16px;
    margin-top: 15px
}

.notas {
    line-height: .5;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 7px
}

.titulo {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 28px
}

.alinharDireita {
    float: right;
    text-align: right
}

#imagem {
    position: relative
}

#imagem span {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0
}

#imagem span:before {
    background: #215ca7;
    content: '';
    height: 11px;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px
}

#imagem span:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZDODdEQTEzRUM1MTFFNjlDMkZBQkU0MzE5REM3NDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZDODdEQTIzRUM1MTFFNjlDMkZBQkU0MzE5REM3NDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkM4N0Q5RjNFQzUxMUU2OUMyRkFCRTQzMTlEQzc0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkM4N0RBMDNFQzUxMUU2OUMyRkFCRTQzMTlEQzc0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkVutBYAAAAmSURBVHjaYvz//z8DEgBxGGEcJgY8AK8kC9QodKPhkozUtxMgwAAySgcOYy2xpAAAAABJRU5ErkJggg==) no-repeat center;
    content: '';
    height: 11px;
    position: absolute;
    top: 0;
    right: 0;
    width: 11px
}

@media screen and (min-width:1200px) {
    .model-faltas {
        height: 70%;
        width: 30%;
        left: 40%
    }
}

table {
    border-collapse: separate;
    border-spacing: 1 !important;
    font-size: 15px
}

.scroll-view.scroll-x {
    overflow-x: hidden
}

.wrapper {
    margin: auto;
    max-width: 1200px;
    width: 95%
}

.l-content {
    padding: 50px 0
}

.l-content-wrapper {
    display: table;
    margin: auto;
    max-width: 1080px;
    width: 90%
}

.l-content-left {
    display: table-cell;
    padding-right: 2.5%;
    vertical-align: top;
    width: 65%
}

.l-content-right {
    display: table-cell;
    padding-left: 2.5%;
    vertical-align: top;
    width: 35%
}

.l-content-title {
    color: #e91c5d;
    display: block;
    font: 28px 'Gotham HTF Medium';
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 50px;
    text-transform: uppercase
}

.l-content-title:first-child {
    margin-top: 0
}

.l-content-tab {
    display: none;
    font-size: 0;
    margin: 0 -10px
}

.l-content-tab.is-active {
    display: block
}

.l-content-alert {
    background: #efefef;
    display: block;
    font: 20px/22px 'Gotham HTF Bold';
    letter-spacing: 1px;
    margin: 0 10px;
    padding: 50px 20px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .l-content-right {
        display: none
    }
}

.i-content-table {
    width: 100%
}

.i-content-table-header th {
    background: #e91c5d;
    color: #fff;
    font: 14px 'Gotham HTF Bold';
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    white-space: nowrap
}

.i-content-table-header th a {
    color: inherit
}

.i-content-table-row td {
    background: #f2f2f2;
    font: 12px/16px 'Gotham HTF Book';
    padding: 8px 10px;
    text-align: center
}

.i-content-table-row td.td-more {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.i-content-table-row td.td-more:before {
    background: #215ca7;
    content: '';
    display: block;
    height: 11px;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px
}

.i-content-table-row td.td-more:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZDODdEQTEzRUM1MTFFNjlDMkZBQkU0MzE5REM3NDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZDODdEQTIzRUM1MTFFNjlDMkZBQkU0MzE5REM3NDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkM4N0Q5RjNFQzUxMUU2OUMyRkFCRTQzMTlEQzc0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkM4N0RBMDNFQzUxMUU2OUMyRkFCRTQzMTlEQzc0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkVutBYAAAAmSURBVHjaYvz//z8DEgBxGGEcJgY8AK8kC9QodKPhkozUtxMgwAAySgcOYy2xpAAAAABJRU5ErkJggg==) no-repeat center;
    content: '';
    height: 11px;
    position: absolute;
    top: 0;
    right: 0;
    width: 11px
}

.i-content-table-footer td {
    background: #e2e2e2;
    font: 12px/16px 'Gotham HTF Medium';
    letter-spacing: 1px;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase
}

.i-boletim-info {
    color: #000;
    display: table;
    margin: 0 2px 10px;
    width: 100%
}

.i-boletim-info-column {
    display: table-cell;
    vertical-align: middle
}

.i-boletim-info-title {
    font: 20px;
    text-transform: uppercase
}

.i-boletim-info-options {
    text-align: right
}

.i-boletim-info-label {
    font: 12px 'Gotham HTF Medium';
    padding-right: 10px;
    text-transform: uppercase
}

.i-boletim-info-select {
    background: #e2e2e2;
    font: 14px 'Gotham HTF Book';
    height: 40px;
    padding: 0 15px
}

.i-boletim-title {
    color: #e91c5d;
    font: 20px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.i-boletim-subtitle {
    color: #000;
    font: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 25px;
    text-transform: uppercase
}

.i-boletim-wrapper {
    position: relative
}

.i-boletim-table {
    width: 100%
}

.i-boletim-table-header th {
    background: #215ca7;
    color: #fff;
    font: 14px 'Gotham HTF Bold';
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    white-space: nowrap
}

.i-boletim-table-subheader td {
    background: #ee4a7e;
    color: #fff;
    font: 12px/14px 'Gotham HTF Medium';
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap
}

.i-boletim-table-row.is-discarded {
    text-decoration: line-through
}

.i-boletim-table-row td {
    background: #f2f2f2;
    font: 12px/16px 'Gotham HTF Book';
    padding: 8px 10px;
    text-align: center
}

.i-boletim-table-row td.td-disciplina {
    text-align: left;
    text-transform: uppercase;
    width: 275px
}

.i-boletim-table-row td.td-more {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.i-boletim-table-row td.td-more:before {
    background: #215ca7;
    content: '';
    display: block;
    height: 11px;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px
}

.i-boletim-table-row td.td-more:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZDODdEQTEzRUM1MTFFNjlDMkZBQkU0MzE5REM3NDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZDODdEQTIzRUM1MTFFNjlDMkZBQkU0MzE5REM3NDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkM4N0Q5RjNFQzUxMUU2OUMyRkFCRTQzMTlEQzc0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkM4N0RBMDNFQzUxMUU2OUMyRkFCRTQzMTlEQzc0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkVutBYAAAAmSURBVHjaYvz//z8DEgBxGGEcJgY8AK8kC9QodKPhkozUtxMgwAAySgcOYy2xpAAAAABJRU5ErkJggg==) no-repeat center;
    content: '';
    height: 11px;
    position: absolute;
    top: 0;
    right: 0;
    width: 11px
}

.i-boletim-table-row td.td-small {
    width: 100px
}

.i-boletim-table-footer td {
    background: #e2e2e2;
    font: 12px/16px 'Gotham HTF Medium';
    letter-spacing: 1px;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase
}

.i-boletim-footer {
    background: #e2e2e2;
    font-size: 10px;
    line-height: 16px;
    margin: 0 2px;
    padding: 8px 10px
}

.i-boletim-gabaritos {
    list-style: none;
    margin: 10px 2px
}

.i-boletim-gabaritos-item {
    display: inline-block;
    vertical-align: middle
}

.i-boletim-gabaritos-link {
    border: 2px solid #e91c5d;
    color: #e91c5d;
    display: inline-block;
    font: 12px 'Gotham HTF Medium';
    letter-spacing: 1px;
    padding: 8px 15px;
    text-transform: uppercase;
    -webkit-transition: background .4s, color .4s;
    transition: background .4s, color .4s
}

.i-boletim-gabaritos-link:hover {
    background: #e91c5d;
    color: #fff
}

.i-boletim-loader {
    background: rgba(255, 255, 255, .8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
    visibility: hidden
}

.i-boletim-wrapper.is-loading .i-boletim-loader {
    opacity: 1;
    visibility: visible
}

.i-boletim-loader-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.i-boletim-modal {
    display: inline-block;
    background: #fff;
    max-width: 90%;
    overflow-x: auto;
    padding: 50px;
    position: relative;
    text-align: left
}

.fc-content {
    display: flex;
    flex-direction: column
}

.servico-solicitacao-item {
    margin: auto
}

.servico-solicitacao-item .container--subview {
    margin-left: 0 !important
}

.servico-solicitacao-item .servico-item {
    width: 100%;
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
    margin: 15px auto
}

.servico-solicitacao-item .servico-item .servico-item-head {
    width: 87%;
    padding: 4px;
    background: #f3f3f3
}

.servico-solicitacao-item .servico-item .servico-item-head .servico-status {
    display: none
}

.servico-solicitacao-item .servico-item .servico-body>ul {
    list-style: none;
    margin: 5px 0;
    padding: 0
}

.servico-solicitacao-item .servico-item .servico-body .servico-info li {
    margin: 5px 0 0 20px
}

.servico-payment i {
    font-size: .7em
}

.servico-payment .btn {
    float: left
}

.servico-info-basicas {
    width: 100%;
    float: left
}

.servico-item.listagem-geral {
    margin-top: 5px !important;
    margin-bottom: 15px;
    padding: 10px;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #ccc;
    cursor: pointer
}

.servico-item.listagem-geral:hover {
    background: #fff2c1
}

.servico-item.listagem-geral .servico-item-head {
    background: 0 0;
    float: left;
    font-size: .9em
}

.servico-item.listagem-geral .servico-item-head i {
    font-size: 1.4em;
    float: left;
    margin-left: 5px;
    margin-right: 5px
}

.servico-item.listagem-geral .icon-block i.fa-check-square {
    color: green
}

.servico-item.listagem-geral .icon-block i.fa-clock-o {
    color: orange
}

.servico-item.listagem-geral .icon-block i.fa-times {
    color: #900
}

.servico-item.listagem-geral .servico-item-head strong {
    float: left;
    margin-left: 5px
}

.servico-item.listagem-geral .servico-info {
    float: left;
    display: none;
    width: 100%;
    font-size: .9em !important
}

.servico-item.listagem-geral .servico-info li {
    float: left;
    list-style: none;
    width: 100%
}

.servico-item.listagem-geral .servico-info li strong {
    margin-top: 0;
    margin-right: 4px
}

.servico-info-itens {
    float: left;
    width: 340px
}

.servico-info-itens li {
    list-style: none;
    float: left;
    font-size: .9em;
    margin-right: 10px
}

.icon-block {
    float: left;
    margin-top: 5px
}

.icon-block i {
    font-size: 2.7em
}

.servico-item-head {
    width: 87%;
    float: left
}

.servico-info-itens {
    padding: 6px
}

@media (max-width:320px) {
    .servico-info-itens {
        float: left;
        width: 270px
    }
}

.alinhamento-conteudo {
    margin-left: 10px !important
}

i {
    text-transform: none !important
}

.back-button-box {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 5px
}

.back-button-box div {
    cursor: pointer
}

.back-button-box div:hover {
    text-decoration: underline;
    color: #069
}

.top-100 {
    top: 100px
}

.plano-didatico-header {
    width: 100%;
    min-height: 75px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px
}

.plano-didatico-item {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    height: 30px;
    align-items: center
}

.plano-didatico-item .plano-didatico-item-label {
    font-weight: 700;
    min-width: 80px
}

.historico-cabecalho__planodidatico {
    margin-top: 15px !important;
    margin-left: 5px !important
}

.historico-cabecalho__planodidatico .row {
    flex-direction: column;
    margin-bottom: 14px
}

.historico-cabecalho__planodidatico .row div {
    padding: 0
}

.app-pagination {
    width: 375px;
    margin: auto
}

.app-pagination span {
    margin: auto 10px;
    font-weight: 700;
    color: #666
}

.app-pagination button {
    border: none;
    border-radius: 3px;
    font-size: 1em;
    padding: 8px;
    cursor: pointer
}

.app-pagination button:hover {
    background: #069;
    color: #fff
}

.app-pagination button:hover[disabled] {
    background: #e9e9e9;
    color: #333
}

.icon-horario-aula {
    top: 10% !important;
    height: 60% !important
}

.item-horario-aula {
    margin-bottom: -10px;
    white-space: normal
}

.hora-horario-aula {
    color: #827e7e;
    margin-bottom: 10px
}

.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block
}

.filtro-extrato {
    margin-right: 22px !important
}

.calendar-feature {
    position: relative
}

.icon-visible-value {
    margin-left: 10px;
    font-size: 18px;
    cursor: pointer
}

.calendar-feature .ui-datepicker-trigger {
    position: absolute;
    right: 6px;
    top: 27px;
    width: 28px;
    height: 28px;
    z-index: 99999999;
    cursor: pointer;
    transition: all ease .5s;
    opacity: .7
}

.calendar-feature i:hover {
    color: #069
}

.tab-cobranca {
    margin-top: -33px !important
}

.content-pagamentos {
    margin-top: -10px
}

.form-pag-error {
    color: red;
    display: block;
    font-size: 11px;
    font-weight: 600
}

.column-card-cobranca {
    margin-left: -23px !important
}

.hidden-file-input {
    visibility: hidden;
    width: 60px;
    height: 0
}

.radio-language i.radio-icon.disable-pointer-events.icon.ion-checkmark {
    top: -18px
}

.top-desktop-bar {
    display: none
}

.espacamento-vertical-padrao {
    margin-bottom: 20px !important
}

.drop-open {
    display: block !important
}

.button-nowrap {
    white-space: nowrap !important;
    margin-left: 10px !important
}

.white-space-nowrap {
    white-space: nowrap
}

.white-space-normal p {
    white-space: normal
}

.l-content {
    padding: 0 !important
}

.l-content-wrapper {
    margin-top: 10px;
    margin-left: 20px
}

.vertical-align-middle {
    vertical-align: middle !important
}

.td-max-width--cadastro {
    float: left !important;
    max-width: 110px
}

.btn-modal {
    width: 96%;
    margin: auto
}

.btn-modal-arrasto {
    width: 70%;
    margin: auto;
    margin-top: 10px
}

.btn-wrapper {
    width: 100%;
    float: left
}

.fa.fa-key,
.icon-handshake {
    color: #fff
}

.item {
    border-color: transparent !important;
    padding-left: 30px
}

.item-pgto {
    border-color: transparent !important;
    padding-left: 15px;
    padding-top: 10px !important
}

.ajuste-pos-aba {
    margin-right: 150px
}

.menu-left .list .item a:hover i {
    color: #fff !important
}

.profile-image-left-component {
    margin-left: -22px !important;
    margin-right: 6px !important;
    height: 40px !important;
    width: 40px !important
}

.info--default {
    line-height: 10px !important;
    width: 135pt
}

.item-novo {
    background: #036
}

.aviso-descricao--pull-left {
    float: left !important;
    min-height: auto !important
}

.aviso-modal-desc img:first-child {
    width: auto
}

.pb-35 {
    padding-bottom: 35px
}

.hr-default {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -16pt
}

.bar-header {
    background: #036 !important;
    color: #fff
}

.white-bar-header {
    background: #fff !important;
    color: #fff
}

.bar-header button {
    color: #fff
}

.title.title-center.header-item {
    background: #036 !important
}

.item-pgto-cartao--cobrancasapagar {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.bar-stable .button.button-clear {
    color: #fff
}

.bar.bar-stable .title {
    color: #fff
}

.item-pgto-card-pedido {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px
}

.bar-stable .button.button-clear {
    color: #fff
}

.bar.bar-stable .title {
    color: #fff
}

.radio-language .item-radio .radio-icon {
    top: -16px !important
}

.col-260 {
    width: 260px !important
}

.cron-hr {
    border-bottom: 1px solid #ccc !important
}

.selecionado {
    background-color: #ffffc1
}

.cobranca-component-adjs {
    margin: 13px 0 0 0 !important;
    padding-left: 0 !important
}

.aviso-descricao--ajd {
    float: left;
    min-height: auto
}

.item {
    padding-bottom: 0;
    padding-top: 0
}

.item-padding {
    padding: 16px !important
}

.historico-list-box .row--border-top:nth-child(odd) {
    background: #fff
}

.historico-list-box .item:nth-child(even) .row,
.historico-list-box .row--border-top:nth-child(odd) .item:nth-child(even) {
    background: #f3f3f3
}

.item-novo:hover {
    background: #069;
    color: #039 !important
}

.item-novo:hover a,
.item-novo:hover a i,
.item-novo:hover a span {
    color: #fff !important;
    text-decoration: none
}

.item:hover a i {
    color: #337ab7 !important
}

.item-novo>a span {
    font-family: 'Segoe UI', 'Open Sans', sans-serif;
    font-weight: 400
}

.item-novo>a i.placeholder-icon,
.item-novo>a span {
    color: #fff
}

.fundo-cor2 {
    background: #bccee4
}

.fundo-cor3 {
    background: #f7f7f7
}

.item-novo2 {
    background: #bccee4
}

.side-menu-marca {
    width: 100%;
    height: 120px;
    background-image: url(../img/sidebar_logo.png);
    background-color: #036;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
    margin-top: -20px
}

.side-menu-marca-custom {
    width: 100%;
    height: 120px;
    background-color: #036;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
    margin-top: -20px
}

.sidebar-profile-info {
    width: 100%;
    margin: 10px auto auto auto;
    color: #fff;
    padding: 20px;
    font-size: Open-sans;
    font-size: .9em
}

.sidebar-profile-info span {
    display: block;
    margin-top: -2px
}

.sidebar-profile-info .indicador-status {
    margin-left: -4px
}

.sidebar-profile-info .indicador-status::before {
    content: "";
    color: green;
    margin-right: 5px;
    margin-top: 5px;
    font-weight: 700;
    position: absolute;
    background: green;
    height: 8px;
    padding: 0 2px;
    left: 84px;
    overflow: hidden;
    display: block;
    width: 8px;
    border-radius: 4px
}

.sidebar-profile-info h3 {
    margin-top: 4px;
    font-weight: 700
}

.sidebar-profile-info h3,
.sidebar-profile-info span {
    text-align: center
}

.sidebar-profile-info .profile-image {
    width: 70px;
    height: 70px;
    border-radius: 40px;
    background-size: cover;
    margin: auto
}

.side-menu-marca {
    display: none
}

.listagem-alunos {
    float: left;
    margin: 10px auto;
    border-bottom: 1px solid #ccc
}

.listagem-alunos .img-turma-profile {
    width: 60px;
    height: 60px;
    background-size: cover;
    border-radius: 40px;
    background-color: #ccc;
    float: left
}

.img-turma-profile {
    float: left;
    margin-left: 10px
}

.img-turma-profile-aligment {
    align-items: center !important;
    display: flex !important;
    margin-right: 10px !important
}

.turma-info {
    margin-left: 10px;
    margin-top: 5px;
    font-size: .8em;
    color: #333
}

.turma-info-birthday {
    font-size: smaller
}

.aluno-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 8px
}

.margem-abaixo-fixa {
    margin-bottom: 10px !important
}

.margem-termo {
    margin-left: -11px !important;
    text-transform: initial
}

.aluno-round-letter-item {
    margin-left: 38% !important;
    margin-top: 16% !important;
    font-weight: 700 !important;
    color: #f4ffff !important
}

.menu-azul-bg {
    background: #036
}

.item-divider--line {
    width: 100%;
    background-color: #fff;
    min-height: 3px !important;
    border: none !important
}

.item.item-divider--line {
    border: none
}

.item a {
    background: 0 0 !important
}

.tab-pane {
    padding: 15px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: left
}

.cron-tab-pane {
    padding-top: 10px;
    width: 100%
}

.table-list {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-bottom: 1px solid #069;
    padding-bottom: 10px
}

.table-list tbody tr td {
    padding: 2px 4px !important
}

.table-list tbody tr:hover {
    background: #f5e25d
}

.table-text-selectable {
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.table-zebrada tr:nth-child(even) {
    background: #f3f3f3
}

.box-shadow-top {
    border: 2px solid #ccc;
    box-shadow: 3px 5px 0 #e6e4e4
}

.fundo-cor {
    background: #fff
}

#msform {
    width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative
}

#msform fieldset {
    background: #fff;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px
}

#msform .action-button {
    width: 100px;
    background: #27ae60;
    font-weight: 700;
    color: #fff;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:focus,
#msform .action-button:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #27ae60
}

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px
}

.fs-subtitle {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 30px;
    counter-reset: step
}

#progressbar li {
    list-style-type: none;
    color: #069;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.3%;
    float: left;
    position: relative;
    cursor: pointer
}

#progressbar li strong {
    display: block;
    text-align: center;
    position: relative;
    width: 100px;
    top: -53px;
    left: 15px
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    background: #70a5da;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    color: #fff;
    border-radius: 40px
}

#progressbar li:after {
    content: '';
    width: 140%;
    height: 2px;
    background: #069;
    position: absolute;
    left: -70%;
    top: 9px;
    z-index: -1;
    color: #fff;
    border-radius: 40px
}

#progressbar li:first-child:after {
    content: none
}

#progressbar li:hover {
    color: #039
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: #069;
    color: #fff;
    border-radius: 40px
}

.cron-form-control {
    border: 1px solid #ccc !important;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: 34px;
    padding: 6px 12px !important;
    box-sizing: border-box;
    font-family: 'Segoe UI', 'Open Sans', sans-serif;
    color: #2c3e50;
    font-size: 13px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-step-content {
    display: none
}

.form-step-content.step-active {
    display: block !important
}

.form-section-break {
    width: 100%;
    margin-top: 20px;
    float: left
}

.timeline h3 {
    padding-top: 20px
}

.cron-title-default {
    font-size: 1.5em !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px !important;
    color: #333;
    font-weight: 500;
    font-family: 'Open Sans', Sans-Serif
}

.andamento-solicitacao {
    font-size: 1.5em !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px !important;
    color: #333;
    font-weight: 500;
    font-family: 'Open Sans', Sans-Serif
}

.divisor {
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 15px
}

.col-md-10--centerblock {
    float: none !important;
    margin: auto;
    padding-left: 0;
    padding-right: 0
}

.plain-form {
    width: 100% !important
}

.esp-vertical-subview {
    margin-top: 40px
}

.ajt-margin-bottom-select,
select.form-group {
    margin-bottom: 10px !important
}

.cron-form-control[disabled] {
    background-color: #eee !important
}

.timeline-box {
    display: none
}

.aviso-item {
    width: 100%;
    margin-bottom: 15px;
    float: left;
    position: relative;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

.senha-exp {
    font-size: .9em;
    font-weight: 700
}

.aviso-anexo {
    font-size: 15px;
    margin-right: 10px
}

.aviso-item .aviso-head {
    background: #036;
    padding-left: 25px;
    padding-bottom: 4px;
    overflow: hidden;
    height: 22px
}

.aviso-item .aviso-head span {
    color: #fff
}

.aviso-item .aviso-head i {
    position: absolute;
    top: 40px;
    left: -5px;
    color: #fff
}

.hidden-desktop {
    display: block
}

.df {
    display: flex !important
}

.hidden-mobile {
    display: none
}

.btn-group-center {
    margin: 0 auto;
    display: table
}

.btn-group-center .btn.active {
    background: #069;
    color: #fff
}

.mobile-full-forms .cron-form-group-half {
    width: 98%;
    float: left;
    margin: 1%
}

.mobile-full-forms .cron-form-group-half-box {
    width: 98%;
    margin: 1%;
    margin-bottom: 12px
}

.mobile-full-forms .cron-form-card-checkout {
    width: 98%;
    float: left;
    margin: 1%
}

.mobile-full-forms .cron-form-card-checkout-combo {
    width: 98%;
    margin: 1%;
    margin-bottom: 12px
}

.cadastro-seletor-view {
    padding: 10px 20px
}

.btn-group-info-academicas {
    margin-left: 15%;
    margin-bottom: 25px;
    float: left
}

.btn-group-info-academicas .btn {
    background: #069;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    cursor: pointer
}

.btn-group-info-academicas .btn.active {
    background: #084b6c
}

.btn-group-info-academicas .btn.active:focus {
    color: #fff !important
}

.form-steps-content .row {
    margin-left: 0;
    margin-right: 0
}

.tabela-servicos-solicitacao {
    display: none
}

.boletim-lista {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    background: #f3f3f3
}

.boletim-lista h2 {
    font-size: 1em;
    background: #fff;
    padding: 4px
}

.boletim-lista .status {
    float: right;
    font-size: .9em;
    margin-top: 4px;
    font-weight: 700
}

.boletim-lista .status.verde::before {
    color: green
}

.boletim-lista .status.vermelho::before {
    color: #900
}

.azul {
    color: #069
}

.verde {
    color: green
}

.vermelho {
    color: #900
}

.lista-frequencia {
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: -12px
}

.lista-frequencia .frequencia-item {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px
}

.lista-frequencia .frequencia-item h3 {
    margin-bottom: 0
}

.lista-frequencia .frequencia-item .freq-info {
    float: left;
    display: block;
    width: 100%
}

.lista-frequencia .list-group .list-group-item {
    padding: 8px 13px;
    cursor: pointer
}

.lista-frequencia .list-group .list-group-item.freq-heading,
.panel-heading--padrao {
    background: #036 !important;
    color: #fff !important;
    padding: 4px 13px !important;
    font-family: 'Segoe UI', 'Open Sans', sans-serif
}

.lista-frequencia .list-group .list-group-item:hover {
    background: #ffd983
}

.servico-item-head {
    position: relative
}

.servico-item-head .icon-detalhes-mobile {
    right: -28px;
    position: absolute;
    color: #333
}

.btn-payment-anexo,
.btn-payment-boleto,
.btn-payment-cartao {
    float: left;
    margin-right: 4px
}

.btn-payment-cartao span {
    display: block;
    float: left
}

.avisos-box {
    width: 100%;
    float: left;
    font-size: 'Open Sans', sans-serif !important
}

.aviso-item {
    float: left !important;
    border: 1px solid #ccc;
    height: 130px;
    border-radius: 4px;
    margin-bottom: 15px !important;
    cursor: pointer;
    transition: all ease .6s;
    padding-left: 0 !important;
    padding-bottom: 0;
    border-bottom: 1px solid #ccc
}

.aviso-item:hover {
    background-color: #f3f3f3
}

.aviso-item:hover .aviso-head {
    background: #036
}

.aviso-head {
    background: #069;
    color: #fff;
    transition: all ease .6s;
    padding: 4px 10px;
    font-weight: 700
}

.aviso-head span {
    color: #fff !important;
    transition: all ease .6s;
    padding: 4px 10px;
    padding-left: 0 !important
}

.aviso-head i {
    float: right;
    position: relative !important;
    top: 0 !important;
    left: 0 !important
}

.aviso-body {
    padding: 10px;
    height: 80px;
    font-size: .9em;
    color: #666;
    overflow: hidden
}

.tarefa-item {
    float: left
}

.panel-tarefas {
    margin-top: 10px
}

.panel-tarefas .panel-heading h3 {
    font-size: 1em
}

.listagem-tarefas {
    height: 170px
}

.listagem-tarefas .icon-block {
    margin-top: 20px
}

.listagem-tarefas:hover {
    background: #fdebb8 !important
}

.servico-item.listagem-tarefas .servico-item-head .servico-info-basicas .servico-info-itens li {
    width: 100%;
    font-size: 1em
}

.item__planodidatico {
    padding-left: 15px !important;
    padding-right: 0
}

.table-select-enable tbody tr {
    cursor: pointer
}

.detalhes-extrato-btn {
    color: #069;
    font-weight: 700;
    float: right;
    margin-right: 15px
}

.detalhes-extrato-btn:hover {
    text-decoration: underline
}

.espacer-margin-right-10 {
    margin-right: 10px !important
}

.max-width-0-adj {
    max-width: 0% !important
}

.no-opacity {
    opacity: 0 !important
}

.espacer-padding-right-25 {
    padding-right: 25px !important
}

.pull-left-pagamentos {
    float: left !important;
    min-height: auto !important
}

.full-height {
    height: 100px !important
}

.margin-bottom-adjb0 {
    margin-bottom: 0;
    margin-top: 5px !important
}

.ajd-title-historico {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #c3c3c3 !important;
    float: left;
    width: 100%;
    padding-left: 0 !important
}

.clear {
    clear: both !important;
    float: none !important
}

.width-full {
    width: 100%
}

.width-70 {
    width: 70%
}

.margin-modal-extrato {
    display: block;
    margin-bottom: 10px;
    font-size: 14px
}

.tab-content--noborder {
    border-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.tab-content--matric {
    border-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    float: right
}

.border-bottom {
    border-bottom: solid 1px #ccc;
    display: flex;
    margin-top: 15px
}

.no-border-bottom {
    border-bottom: 0 !important
}

.espacer-margin-extrato {
    margin: 15px 0 25px 0 !important
}

.espacer-margin-cobranca {
    margin: 20px 0 10px 0 !important
}

.espacer-top-10 {
    margin-top: 10px !important
}

.form-group--center {
    width: 80% !important;
    float: none !important;
    margin: auto !important
}

.data-extrato {
    z-index: 99;
    position: relative
}

.esp-helper {
    padding: 10px !important;
    margin-bottom: 10px !important
}

.tabs-nobg {
    background: 0 0 !important
}

.tab-nav a:nth-child(4) {
    border-radius: 4px 4px 4px 0
}

.tab-item {
    border-radius: 4px 4px 0 0 !important;
    color: #23527c !important
}

.buttom-mod-acordo {
    border-radius: 5px !important;
    height: 35px !important;
    max-width: 120px
}

.tab-item:hover {
    background: #ccc;
    color: #333;
    text-decoration: none !important
}

.tab-item:hover>a,
.tab-item:hover>span,
.tab-item:hover>span a,
.tab-item>span {
    border: 0 !important
}

.tab-item:hover a,
.tab-item:hover a span,
.tab-item:hover a:hover span,
.tab-item:hover span {
    text-decoration: none
}

.tab-item.tab-item-active,
.tab-item.tab-item-active a {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
    border-bottom: none !important
}

.tabs-top.tabs-striped .tab-item.activated,
.tabs-top.tabs-striped .tab-item.active,
.tabs-top.tabs-striped .tab-item.tab-item-active {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
    border-bottom: none !important
}

.tab-nav.tabs {
    width: 300px
}

.ion-tabs2 {
    margin-left: -150px !important
}

.tab-nav {
    background: 0 0 !important;
    border: none !important
}

.tab-nav.tabs a {
    color: #333 !important
}

.card-header,
.item-divider {
    height: auto !important;
    min-height: auto !important
}

.card-faltas {
    padding-top: 5px;
    padding-bottom: 5px
}

.tabpane-view {
    border: 1px solid #ccc;
    margin-top: 43px;
    width: 90%
}

.tab-content {
    width: 90%;
    border: 1px solid #ccc;
    margin-top: 43px
}

.tab-content-full-width {
    width: auto !important
}

.tab-title,
.tabs-striped.tabs-positive .tab-item {
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    color: #333;
    margin-top: 0 !important
}

.tab-title,
.tabs-top.tabs-striped .tab-item.activated,
.tabs-top.tabs-striped .tab-item.active,
.tabs-top.tabs-striped .tab-item.tab-item-active {
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important
}

.tab-item>.tab-title {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important
}

.tab-item,
.tab-title {
    color: #333 !important
}

.tabs-striped.tabs-positive .tab-item {
    color: #333
}

.bg-card-cinza {
    background: #f3f3f3;
    padding-top: 4px
}

.servico-solicitacao-item--cardcomponent {
    width: 100% !important
}

.hist:nth-child(odd) {
    background-color: #ffffc1
}

.checkmark {
    top: 15px !important;
    left: 21px !important;
    position: absolute !important;
    z-index: 1000 !important
}

.checkmark-deal {
    top: 7px !important;
    left: 10px !important
}

.checkmarkCartaoMobile {
    top: 0 !important;
    left: 0 !important
}

.row--border-top {
    border-bottom: 1px solid #ccc
}

.bar.bar-header.item-input-inset {
    display: none
}

.service-list-pull-left {
    float: left !important;
    min-height: auto !important
}

.padding-adj {
    padding: 10pt 6pt 0 20pt !important
}

.tab-content--nomargins {
    border: none !important
}

.row--border-top-adj {
    border: none;
    margin-left: 0 !important
}

.check-card-save-box {
    margin: 10px 10px 12px !important;
    width: 30px;
    height: 20px
}

.combo-card--list {
    margin: 0 !important;
    padding: 0;
    display: block
}

.hist-subtitle {
    border: none;
    font-weight: 600
}

.msg-checkout-card {
    font-size: 13px;
    text-align: justify;
    padding-right: 20px
}

.lgpd-aceite {
    margin: 20px 0;
    display: flex;
    align-items: center
}

@media (min-width:1025px) {
    .card-selecao-end {
        position: relative;
        display: flex;
        margin: 0 0 25px 5px;
        height: 60px;
        width: 100%
    }

    .container-check {
        justify-content: center
    }

    .check-card-save {
        display: inline-flex;
        align-items: center;
        margin-bottom: 15px !important;
        justify-content: space-between;
        margin-left: 10px;
        width: 100%;
        justify-content: flex-start
    }

    .check-card-rec {
        display: inline-flex;
        align-items: center;
        margin-bottom: 25px !important;
        justify-content: space-between;
        margin-left: 10px
    }

    .bol-margin-val {
        margin-left: 10px
    }

    .icon-cvv {
        width: 35px;
        position: absolute;
        margin-left: 265px;
        margin-top: -6px
    }

    .buttom-cobranca-detail {
        float: right;
        border-radius: 5px !important;
        padding: 0 20px;
        bottom: 20px;
        line-height: 0 !important;
        height: 30px !important;
        font-size: 14px;
        border: none;
        margin-top: -25px
    }

    .title-pag {
        margin-top: 25px !important;
        margin-left: 15px;
        margin-right: 30px
    }

    .sub-header-desktop {
        top: 97px
    }

    .pagamento-card-msg {
        float: left;
        padding: 5px;
        display: block;
        float: left;
        position: relative
    }

    .desktop-width-fix {
        width: 440px !important;
        margin-left: 20px;
        float: left !important;
        margin-right: 10px
    }

    .modal-eviarDocumento {
        height: 290px;
        width: 800px;
        margin: 0 auto
    }

    .btModalEnviarDocumento {
        width: 300px;
        position: relative;
        float: left
    }

    .content-pag--card {
        padding: 10px 40px
    }

    .historico-scroll {
        margin-right: 8px;
        overflow: scroll;
        bottom: 120px
    }

    .scroll-modal-extrato {
        position: absolute;
        overflow-y: hidden
    }

    .custom-card-pending-documents {
        width: 290px
    }

    .block-params {
        width: 48% !important;
        margin: 1% !important;
        float: left !important
    }

    .cart-menu {
        position: relative
    }

    .carrinho-counter {
        font-size: 14px;
        font-family: sans-serif;
        background: red;
        color: #fff;
        display: block;
        position: absolute;
        top: 12pt;
        right: 50px;
        padding: 2px;
        border-radius: 10px 10px 10px 10px;
        width: 18px;
        text-align: center;
        font-weight: 700
    }

    .listagem-alunos {
        float: none;
        margin: 0 auto;
        width: 100%;
        border-bottom: 1px solid #ccc
    }

    .turma-info {
        font-size: .9em !important
    }

    .boletim-lista {
        float: left;
        width: 100%;
        transition: all ease .5s
    }

    .boletim-lista:hover {
        background: #ffecc3
    }

    .cron-form-group-half {
        width: 48% !important;
        float: left;
        margin: 1%
    }

    .cron-form-group-half-box {
        width: 48% !important;
        float: left;
        margin: 1%
    }

    .cron-form-card-checkout {
        width: 48% !important;
        float: left;
        margin: 1%
    }

    .cron-form-card-checkout-combo {
        width: 48% !important;
        float: left;
        margin: 1%
    }

    .cron-form-card-checkout-e {
        width: 76% !important;
        float: left;
        margin: 1%
    }

    .cron-form-card-checkout-number {
        width: 20% !important;
        float: left;
        margin: 1%
    }

    .hidden-desktop {
        display: none
    }

    .hidden-mobile,
    .view-avisos-busca-hidden {
        display: block
    }

    .container--subview {
        width: 960px;
        margin: auto 15px
    }

    .container--subview-dadosCadastrais {
        width: 960px;
        margin: auto 15px;
        margin-left: 12px
    }

    .new-container--subview {
        width: 93%;
        margin: 30px 40px
    }

    .container-view {
        width: 90%;
        margin: auto 15px;
        position: absolute
    }

    .sidebar-profile-info {
        display: none
    }

    .form-steps-content .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .side-menu-marca {
        display: block
    }

    .modal {
        border-radius: 8px
    }

    .modal .row.bar-header {
        margin-left: 0
    }

    .top-desktop-bar {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 1000;
        height: 65px;
        border-bottom: 1px solid #ccc;
        background: #fff
    }

    .top-desktop-bar-info {
        float: right;
        min-width: 560px;
        min-height: 67px;
        padding: 6px;
        margin-right: 80px;
        cursor: pointer;
        font-size: 11px;
        position: relative
    }

    .top-desktop-bar .user-counter {
        font-size: 16px;
        font-family: sans-serif;
        background: #069;
        color: #fff;
        display: block;
        position: absolute;
        top: 12pt;
        right: 410pt;
        padding: 0;
        border-radius: 12px 12px 12px 12px;
        width: 22px;
        text-align: center;
        font-weight: 700
    }

    .flex-row {
        display: flex
    }

    .profile-info-box {
        display: flex;
        min-width: 225px
    }

    .info {
        float: left;
        max-width: 240px;
        margin-right: 15px;
        margin-top: 5px
    }

    .info p {
        font-size: .9em
    }

    .top-desktop-bar-info p {
        margin-bottom: 0;
        color: #666
    }

    .top-desktop-bar-info i {
        margin-left: 10px
    }

    .top-desktop-bar-info-academica {
        float: left;
        border-left: 1px solid #ccc;
        padding-left: 15px;
        padding-top: 4px;
        margin-top: -6px;
        height: 65px
    }

    .cart-menu {
        float: left;
        font-size: 35px;
        margin-right: 8px;
        border-right: 1px solid #666;
        height: 57px;
        padding-right: 20px
    }

    .profile-image {
        width: 45px;
        height: 45px;
        float: left;
        background-size: cover;
        border-radius: 50%;
        margin-right: 15px;
        margin-top: 5px
    }

    .dropdown-user-menu {
        display: none;
        width: 560px;
        position: absolute;
        right: 80px;
        top: 65px;
        height: 91vh;
        overflow-x: hidden;
        overflow-y: auto
    }

    .dropdown-item {
        float: left;
        padding: 0;
        background: #fff;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        margin-top: 0;
        transition: all .1s;
        padding: 6px
    }

    .dropdown-item:hover {
        background: #036
    }

    .dropdown-item:hover p,
    .dropdown-item:hover p strong,
    .dropdown-item:hover>p {
        color: #fff !important
    }

    .timeline-box {
        display: block;
        background: #f3f3f3;
        margin-top: -20px !important
    }

    .timeline-box h3 {
        margin-top: 0
    }

    .timeline {
        padding: 20px 0;
        width: 100%;
        margin-bottom: 40px
    }

    .timeline:before {
        content: "";
        position: absolute;
        top: 90px;
        left: 37px;
        width: 2px;
        height: calc(85% - 80px);
        background: #069
    }

    .timeline .column-timeline {
        margin: 40px 40px 40px 40px
    }

    .timeline .column-timeline .title {
        position: relative
    }

    .timeline .column-timeline .title h4 {
        font-size: 16px;
        font-weight: 700;
        color: #069
    }

    .timeline .column-timeline .title h4:before {
        content: "";
        position: absolute;
        left: -24px;
        top: 0;
        width: 15px;
        height: 15px;
        border-radius: 30px !important;
        background: #069;
        border: 3px solid #069
    }

    .timeline .column-timeline .title h2 {
        font-size: 13px
    }

    .timeline .column-timeline .description p {
        font-size: 13px;
        line-height: 20px;
        margin-left: 10px;
        margin-top: 10px
    }

    .servico-item {
        padding: 0 !important;
        transition: all ease .8s;
        margin-bottom: 15px !important
    }

    .servico-item-head {
        padding: 12px 10px
    }

    .servico-item-head i {
        margin-left: 8px;
        margin-right: 3px
    }

    .servico-item-head i,
    .servico-item-head strong {
        font-size: 1.2em;
        color: #666
    }

    .servico-solicitacao-item .servico-item .servico-item-head .servico-status strong {
        font-size: .9em
    }

    .servico-solicitacao-item .servico-item .servico-item-head .servico-status strong span.concluido {
        color: #396
    }

    .servico-info {
        float: left;
        margin-right: 20px;
        font-size: .9em;
        padding: 0 0 0 14px !important;
        color: #666
    }

    .servico-info li {
        float: left;
        margin-right: 15px
    }

    .servico-payment {
        float: right
    }

    .servico-solicitacao-item .servico-item .servico-item-head .servico-status {
        display: block !important;
        float: right
    }

    .servico-item.listagem-geral .servico-item-head i {
        font-size: 2.7em;
        float: left;
        margin-left: 5px;
        margin-right: 5px
    }

    .servico-payment i {
        font-size: 1.2em !important
    }

    .servico-item.listagem-geral .servico-info {
        float: left;
        display: block;
        width: 100%;
        margin-top: -18px;
        margin-bottom: 0;
        padding: 0 0 0 48px !important
    }

    .servico-item.listagem-geral .servico-info li {
        float: left;
        width: 220px
    }

    .servico-info-item {
        width: 142px !important
    }

    .icon-block {
        width: 40px;
        margin-left: 10px
    }

    .btn-group-header {
        float: right;
        margin-bottom: 20px
    }

    i.fa-times {
        color: #900
    }

    .total-servicos {
        padding: 5px 25px;
        border-radius: 3px;
        background-color: #fff;
        margin-right: 10px;
        border: 1px solid #666
    }

    .tabela-servicos-solicitacao {
        display: block !important
    }

    .w-23 {
        width: 23% !important
    }

    .link--saved-cards {
        cursor: pointer;
        display: flex;
        margin-top: 40px;
        align-items: center;
        padding-left: 10px
    }

    .other-card {
        display: flex;
        margin: 30px 10px 10px;
        font-size: 16px;
        font-weight: 600
    }
}

@media (max-width:1024px) {

    .plano-didatico-header,
    .plano-didatico-item {
        width: 100%
    }

    .card-selecao-end {
        height: 85px
    }

    .msg-checkout-card {
        width: 90%
    }

    .icon-cvv {
        width: 35px;
        position: absolute;
        margin-left: 265px;
        margin-top: -6px
    }

    .buttom-cobranca-detail {
        border-radius: 5px !important;
        padding: 0 20px;
        bottom: 0;
        line-height: 0 !important;
        margin-top: 20px;
        height: 30px !important;
        font-size: 14px;
        border: none;
        display: block
    }

    .pagamento-card-msg {
        float: left;
        padding: 10px
    }

    .largura-resp-full {
        width: 100%
    }

    .scroll-modal-extrato {
        overflow: scroll !important;
        position: absolute;
        overflow-y: hidden
    }

    .link--saved-cards {
        cursor: pointer;
        display: flex;
        margin-top: 20px;
        align-items: center;
        margin-bottom: 20px
    }

    .m-top--saved {
        margin-top: 20px !important
    }

    .other-card {
        display: flex;
        margin: 10px 0 10px;
        font-size: 16px;
        font-weight: 600
    }
}

.margin-left-pag {
    margin-left: 33px
}

.font-cod-cobranca {
    font-size: 13px;
    padding: 1px
}

.margin-right-pag {
    margin-right: 10px
}

.right-indicator {
    font-size: 30px;
    float: right;
    margin-top: -7px;
    right: 20px
}

.download-bol-pag {
    margin-left: 10%;
    cursor: pointer
}

.align-content {
    display: flex;
    align-items: center
}

.space-1 {
    padding: 10px 0;
    margin: 0
}

.space-top-1 {
    padding-top: 40px
}

.alinhamento-vertifical {
    display: flex;
    flex-direction: column
}

.padding-top-10 {
    padding-top: 10px
}

.ico-chargeback {
    font-size: 20px;
    color: #dc502a
}

.ico-charges {
    font-size: 20px;
    color: #dc502a;
    margin: 3px 5px 2px 0
}

.ico-rel-download {
    font-size: 25px;
    padding-left: 30px;
    cursor: pointer
}

.item--ico-rel-download {
    position: absolute;
    margin-left: 89%;
    top: 363px;
    z-index: 777
}

.msg-card-text {
    text-align: justify;
    margin-right: 5px
}

.label-mr5 {
    margin-right: 5px
}

.box-msg-card {
    width: 95%;
    margin-left: 15px;
    padding-left: 0
}

.paragrafo-modal-acordo {
    text-align: justify;
    margin: 0 10px 10px
}

.margin-left-0 {
    margin-left: 0
}

.acordo-modal-title {
    position: absolute;
    top: 0;
    overflow: hidden;
    margin: 10px 15px 0 14px;
    min-width: 30px;
    height: 43px;
    text-align: center;
    line-height: 44px;
    color: #4a4a4a;
    font-size: 18px !important;
    left: auto !important
}

.container-fix {
    width: 100%
}

.flex-align {
    display: flex;
    align-items: center;
    text-align: justify;
    padding-right: 0
}

.check-serv-aceite {
    display: flex;
    height: 50px;
    margin-bottom: 20px
}

.matricula-fix-side {
    padding-right: 17px
}

.check-serv-aceite {
    display: flex;
    height: 55px;
    margin-left: 4px
}

.termo-serv-html {
    text-align: justify;
    padding: 15px 40px;
    border: 1px solid #ccc;
    margin-left: 15px;
    width: 95%;
    height: auto;
    margin-bottom: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column
}

.label-check-serv {
    margin: 15px 5px 10px 20px;
    white-space: normal;
    font-size: 12px
}

.matric-cad-pos {
    float: right;
    margin-bottom: 20px
}

.contrato-pos {
    margin-left: 30px;
    margin-right: 16px
}

.margin-30-neg {
    margin-left: -30px !important
}

.flex-align p {
    margin: 0
}

.pgto-msg-align {
    white-space: normal;
    display: inline-grid;
    align-items: center
}

@media (max-width:480px) {
    .card-mob-margin {
        margin-left: -20px;
        margin-right: -20px
    }

    .hidden-mobile {
        display: none
    }

    .bol-mob-column {
        display: flex;
        flex-direction: column;
        margin-left: -10px
    }

    .download-bol-pag {
        margin-left: 0;
        margin-bottom: 10px;
        cursor: pointer
    }

    .grid-horario-aula {
        border-color: transparent !important;
        padding-left: 10px
    }

    .termo-serv-html {
        text-align: justify;
        padding: 15px 40px;
        border: 1px solid #ccc;
        margin-left: 15px;
        margin-right: 15px;
        height: auto;
        margin-bottom: 5px;
        border-radius: 5px;
        display: flex;
        width: 92%;
        flex-direction: column
    }

    .pgto-card-msg-desc {
        white-space: normal;
        display: flex;
        align-items: center
    }

    .pgto-card-msg-ttl {
        white-space: normal;
        margin-bottom: 10px
    }

    .ico-rel-download {
        font-size: 15px;
        padding-left: 0;
        cursor: pointer
    }

    .mob-dimension-matricula {
        white-space: normal !important;
        height: auto
    }

    .no-padding-right {
        padding-right: 0
    }

    .detalhe-servico-comentario {
        width: 75%;
        float: left
    }

    .pull-left--fix {
        width: 100%;
        float: left !important;
        margin-top: 10px
    }

    .tab-content--margin-mobile {
        margin-left: 15px !important;
        margin-top: 10px !important
    }

    .btn-modal-arrasto {
        width: 40%;
        margin: 10px 10px 0 20px;
        float: left
    }

    .column-card-cobranca {
        margin-left: -15px !important
    }

    .item--acordo {
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc !important
    }

    #agenda .fc-toolbar .fc-right {
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
        display: table
    }

    #agenda .fc-toolbar .fc-left {
        float: none;
        display: inline-block
    }

    .link-serv {
        width: 100%;
        margin-bottom: 10px
    }

    .link-item-boleto {
        margin-bottom: 10px
    }

    .description-card {
        background-color: transparent !important;
        margin-bottom: 10px
    }

    .cartao-credito--title {
        margin-left: -10px
    }

    .vertical-btn-default {
        background: #069;
        padding: 2px;
        margin-bottom: 10px
    }

    .vertical-btn-default a {
        color: #fff !important;
        padding: 2px;
        width: 111%;
        margin-left: -6px;
        margin-bottom: 10px;
        text-decoration: none !important
    }

    .relative {
        position: relative !important;
        margin-left: 92px;
        margin-top: 12px
    }

    .carrinho-counter {
        font-size: 14px;
        font-family: sans-serif;
        background: red;
        color: #fff;
        display: block;
        position: absolute;
        top: 13pt;
        right: 133px;
        padding: 2px;
        border-radius: 10px 10px 10px 10px;
        width: 18px;
        text-align: center;
        font-weight: 700
    }

    .clear {
        clear: both !important
    }

    .cart-menu {
        float: left;
        font-size: 35px;
        margin-right: 20px;
        height: 57px;
        padding-right: 20px
    }

    .margin-left-mobile {
        margin-left: 10px !important
    }

    .tab-item.tab-item-active {
        background: #fff !important;
        color: #333 !important;
        border: 1px solid #ccc !important;
        border-bottom: none !important
    }

    .btn-margin10 {
        margin: 5px auto
    }

    .sem-borda-mobile {
        border: none !important
    }

    .mobile-block {
        width: 100% !important;
        margin-bottom: 20px
    }

    .btn-group-header .btn {
        width: 100%;
        margin-bottom: 5px
    }

    .total-servicos {
        padding: 5px 25px;
        border-radius: 3px;
        background-color: #fff;
        border: 1px solid #666;
        width: 100%;
        text-align: center
    }

    #btConcluirSolicitacao {
        width: 100%;
        margin-bottom: 5px
    }

    .linha {
        padding: 0;
        font-size: .9em
    }

    .linha--espacada {
        padding-top: 8px
    }
}

.download-bol-ext {
    cursor: pointer
}

.cursor-pointer {
    cursor: pointer
}

.side-bar-menu-item-closed {
    margin-left: -10px
}

.side-bar-menu-item-opened {
    margin-left: initial
}

.side-bar-menu-icon-closed {
    margin-right: 15px
}

.side-bar-menu-icon-opened {
    margin-right: initial
}

.footer-bar-summary-agreements {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    background-color: #fff
}

.footer-bar-adj {
    width: 21% !important;
    margin: auto !important
}

.toggle-button-left-side-bar {
    position: absolute;
    background-color: #036;
    z-index: 999999;
    width: 37px;
    height: 44px;
    left: 275px;
    bottom: 0;
    font-size: 24pt;
    text-align: center;
    border-radius: 0 21px 21px 0
}

.toggle-button-left-side-bar-icon {
    color: #fff
}

.status-entregue {
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: green
}

.status-nao-entregue {
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: #900
}

.marginOpcaoIdiomaIcon {
    margin-top: -5px !important
}

.toggle-left-side-bar-image {
    background-image: url(../img/favicon_lyceum.png);
    width: 32px;
    height: 32px;
    background-size: cover;
    border-radius: 40px;
    margin-right: 15px;
    position: relative;
    margin: 10px
}

.toggle-left-side-bar-image-custom {
    width: 32px;
    height: 32px;
    background-size: cover;
    border-radius: 40px;
    margin-right: 15px;
    position: relative;
    margin: 10px
}

.side-menu-item-icon-color:hover a i {
    color: #fff !important
}

.full-width {
    width: 100% !important
}

.hidden {
    visibility: hidden !important
}

.top-modal40 {
    top: 40px !important
}

.heightCartaoList {
    height: 80% !important
}

.heightCartaoList>ion-content {
    height: 93% !important
}

.clear-both {
    clear: both !important
}

@-moz-document url-prefix() {
    .overflow-ionic-for-browser-mirac-fix {
        overflow-y: scroll;
        margin-right: -16px
    }

    .icon-cvv {
        width: 35px;
        position: absolute;
        margin-left: 275px;
        margin-top: -6px
    }
}

.h3-top-margin-default {
    margin-top: 15px !important
}

.ajuste-boleto-margin {
    margin: 15px 0 10px 0
}

.custom-card-pending-documents-default {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3), 0 0 0 rgba(0, 0, 0, .22);
    padding: 10px;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

.custom-card-summary-payment {
    padding: 5px;
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.custom-pos-summary {
    float: right
}

.icon-card-pending-documents {
    font-size: 20pt;
    display: table-cell;
    vertical-align: middle;
    top: 32%;
    position: absolute
}

.not-delivery-icon {
    color: #900
}

.container-row-document-cards {
    padding: 0;
    margin: 0
}

.item-cell-document-cards {
    position: relative;
    height: 100%
}

.content-modal {
    margin-top: 15px !important
}

.scroll-modal {
    overflow: scroll !important;
    position: absolute;
    overflow-y: hidden
}

.iconfix {
    display: flex;
    width: 25px;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    float: left;
    padding-right: 0 !important;
    padding-top: 12px
}

.posicao-voltar-mobile {
    padding-left: 30px !important;
    position: absolute !important
}

.title-modal {
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    margin: 0;
    width: 105%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 44px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px !important
}

.button-modal {
    position: absolute;
    top: 5px;
    right: 10px;
    bottom: 5px;
    font-size: 21px;
    color: #000 !important;
    font-weight: 700;
    margin-right: 4px
}

.toggle-ion-navicon {
    color: #fff !important;
    font-size: 32px;
    line-height: 32px;
    margin-left: 7px
}

html {
    height: 100%
}

body {
    height: 100%
}

.animate {
    -webkit-animation: DISPLAY-ELEMENT 5s;
    -moz-animation: DISPLAY-ELEMENT 5s;
    -o-animation: DISPLAY-ELEMENT 5s;
    animation: DISPLAY-ELEMENT 5s
}

@keyframes DISPLAY-ELEMENT {
    0% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes DISPLAY-ELEMENT {
    0% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes DISPLAY-ELEMENT {
    0% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes DISPLAY-ELEMENT {
    0% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes DISPLAY-ELEMENT {
    0% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.custom-file-doc {
    border: 1px solid red;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    cursor: pointer;
    opacity: 0;
    width: 77px
}

.align-text-center {
    text-align: center
}

.align-text-middle {
    vertical-align: middle !important
}

.icon-entregue-style {
    font-size: 18px;
    color: green
}

.icon-empty-square-style {
    font-size: 18px
}

.no-padding-right {
    padding-right: 0 !important;
    margin: 10px 10px 0 0
}

.pl-10 {
    padding-left: 10px !important
}

.no-margin {
    margin: 0 !important
}

.icon-pendente-style {
    font-size: 16px;
    color: #900d0d;
    margin-left: -2px
}

.icon-upload-style {
    font-size: 22px;
    color: #036;
    cursor: pointer
}

.icon-download-style {
    font-size: 22px;
    color: #036;
    cursor: pointer
}

.custom-checkbox {
    min-height: 1rem;
    padding-left: 0;
    margin-right: 0;
    cursor: pointer
}

.custom-checkbox .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px;
    box-shadow: none
}

.custom-checkbox .custom-control-indicator:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
    left: -2px;
    top: -4px;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-color: #84c7c1;
    background-image: none;
    box-shadow: none !important
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator:after {
    background-color: #84c7c1;
    left: 15px
}

.custom-checkbox .custom-control-input:focus~.custom-control-indicator {
    box-shadow: none !important
}

.margin-zero {
    margin: 0
}

.motivo-recusa {
    color: red
}

.bordaVermelha {
    border: 1px solid red !important
}

.linhaParcelaAcordo {
    font-size: 13px
}

.linhaParcelaAcordo b {
    width: 98px;
    float: left
}

.nomeAlunoCabecalho {
    float: left;
    margin-right: 10px;
    max-width: 400px
}

.borda-azul {
    border: 1px solid #069
}

.space-between-right {
    margin-right: 20px
}

.space-between-left {
    margin-left: 20px
}

.space-between-bottom {
    margin-bottom: 20px
}

.MsoTableGrid,
.MsoTableGrid tr td {
    border: 1px solid #333
}

.WordSection1 {
    text-align: justify;
    font-family: serif !important
}

.WordSection1 h2 {
    font-family: serif;
    text-align: center;
    font-size: 1em;
    font-weight: 700
}

.MsoNormal~h1 {
    text-align: right;
    line-height: 1pt
}

.MsoNormal~h1 span {
    font-family: serif;
    font-size: .6em;
    font-style: italic
}

@media (max-width:480px) {
    .MsoNormal~h1 span {
        line-height: 17pt
    }
}

.MsoNormal~h1~p {
    font-family: serif;
    font-size: 1em;
    margin-bottom: 0
}

@media only screen and (max-width:1024px) {
    .sem-borda-mobile {
        border: none !important
    }

    .modal-cobranca-detalhe {
        width: 90%;
        left: 5%;
        border-radius: 5px
    }

    .check-card-save {
        width: 100% !important;
        height: 50px;
        box-shadow: 0 0 2px 0 rgb(0, 0, 0, .3);
        display: flex;
        align-items: center;
        border-radius: 3px;
        margin-bottom: 20px;
        padding: 35px 0 35px 20px
    }

    .check-card-rec {
        height: 100px;
        box-shadow: 0 0 2px 0 rgb(0, 0, 0, .3);
        display: flex;
        align-items: center;
        border-radius: 3px;
        margin-bottom: 20px;
        padding: 35px 0 35px 20px
    }

    .cron-form-group-half.form-control[name=mesSelected],
    .form-control-selected-fix {
        margin-bottom: 20px !important
    }

    .btn.btn-block.btn-success.btn-lg.w-15.espaco-top-25.button-center {
        width: 100% !important
    }
}

.ion-chevron-left.icon-left::before {
    margin-right: 10px
}

.check-card {
    width: 6%;
    height: 20px;
    box-shadow: none
}

.container-check {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 20px 0 15px 0
}

.container-card-form {
    margin-left: 10px;
    margin-right: 10px
}

.msg-sel-endereco {
    position: relative;
    display: flex;
    margin-left: 0;
    width: 100%;
    padding-left: 10px;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    padding-top: 20px;
    text-align: center
}

.p-left-15 {
    padding-left: 15px
}

.pag-row {
    margin-left: -5px;
    margin-right: -15px
}

.linha-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    border: .5px solid #eee;
    display: flex
}

.txt-rotulo-1 {
    margin-left: 15px;
    font-size: 14px;
    margin-bottom: 20px
}

.area-modal-1 {
    border: 1px solid #eee;
    margin: 15px;
    border-radius: 5px;
    min-height: 100px;
    display: flow-root;
    padding: 15px 10px 25px 5px
}

.txt-aceite {
    float: left;
    margin-top: 10px;
    font-size: 14px
}

.align-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-matr-group {
    margin-bottom: 15px;
    width: 280px
}

.value--pix {
    margin-right: 5px;
    font-size: 14px
}

@media only screen and (max-width:320px) {
    .tab-nav.tabs {
        width: 279px
    }

    .mdl-left {
        left: 0
    }
}

@media only screen and (max-width:414px) {
    .checkmark-deal {
        top: 35px !important;
        left: 10px !important
    }

    .modal-cobranca-detalhe {
        width: 100%;
        max-width: 100% !important;
        left: 0;
        border-radius: 0
    }

    .acordo-itens-cards {
        border: 1px solid #ccc !important;
        margin: 5px;
        border-radius: 10px
    }

    .mob-btn-mtop-10 {
        margin-top: 10px !important
    }
}

@media only screen and (max-width:320px) {
    .tab-nav.tabs {
        width: 279px
    }
}

@media only screen and (min-width:481px) {
    .margin-left-mobile {
        margin-left: 15px !important
    }
}

.login-page {
    width: 100%;
    height: 100%;
    padding: 8% 0 0;
    margin: 0;
    background-color: #0054a6;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.form {
    position: center;
    z-index: 1;
    background: #fff;
    max-width: 660px;
    margin: 0 auto 100px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2), 0 5px 5px 0 rgba(0, 0, 0, .24);
    border-radius: 5px 5px 5px
}

.form-contrato {
    background: #fff;
    max-width: 660px;
    margin: 0 auto 5vh;
    padding: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2), 0 5px 5px 0 rgba(0, 0, 0, .24);
    border-radius: 5px;
}

.cor-bt {
    background-color: #ccc
}

.item_login {
    border-width: 0;
    border-bottom-color: #5280d8 !important;
    border-bottom-width: 2px;
    border-color: #ddd;
    background-color: #fff;
    color: #215ca7;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 16px;
    border-style: solid;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.item_login-input {
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 6px 0 5px 16px
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: #000
}

* {
    font-family: 'Open Sans', sans-serif
}

body {
    background: #f4f8f9
}

.avalia {
    width: 95%;
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.avalia-c {
    padding: 0 10px
}

.avalia .cron-title-default,
.avalia-questionario .cron-title-default {
    font-size: 1.5em !important
}

.avalia-questionario .cron-title-default {
    text-align: center;
    margin-bottom: 30px !important;
    position: relative
}

.btn-rounded {
    background: #fff;
    border-radius: 50px;
    border: none;
    outline: 0
}

button.home-screen {
    align-self: flex-start;
    padding: 4px 10px;
    font-size: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    color: #324a5b;
    margin-bottom: 20px
}

button.reply-later {
    border: 1px solid #afb4b9;
    font-size: 14px;
    color: #6f7e8d;
    padding: 10px 16px;
    position: absolute;
    font-weight: 400;
    right: -2px
}

.btn-rounded:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.avalia-questionario {
    width: 95%;
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.avalia-respostas {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: auto
}

.avalia-respostas .avalia-card,
.avalia-respostas .avalia-quiz-card {
    width: 43%;
    margin: 10px
}

.avalia-quiz-card-body-rating {
    min-height: 300px
}

.avalia-cards-list {
    width: 100%;
    display: flex;
    flex-direction: column
}

.avalia-card-required {
    border-left: 4px solid #900 !important;
    border-radius: 6px 6px 0 !important
}

.avalia-quiz-card-primary {
    min-height: 80px !important
}

.avalia-card,
.avalia-quiz-card {
    width: 100%;
    height: 80px;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    border: .5px solid #afb4b9;
    border-bottom: 0
}

.avalia-card-2,
.avalia-quiz-card {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: .5px solid #afb4b9
}

.avalia-card:first-child {
    border-radius: 4px 4px 0 0
}

.avalia-card:last-child {
    border-bottom: .5px solid #afb4b9
}

.avalia-card-info {
    display: flex;
    flex-direction: column;
    width: 70%
}

.avalia-card-info h3 {
    font-size: 13px !important;
    color: #98a4ad;
    margin: 0;
    font-weight: 400 !important;
    border: none
}

.avalia-card-info h2 {
    font-size: 18px;
    color: #152835;
    margin: 0;
    font-weight: 700
}

.avalia-btn-resposta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 40px;
    border-radius: 4px;
    border: .5px solid transparent;
    box-sizing: border-box;
    background-color: transparent;
    background-image: url(../img/avaliacao-institucional/avalia_icon_pencil.svg);
    background-repeat: no-repeat;
    background-position: 15px 11px;
    font-weight: 700;
    padding-left: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all ease .3s;
    margin: auto 0
}

.obrigatoria {
    border: 1px solid red !important
}

.avalia-btn-resposta.done {
    cursor: default;
    width: 140px;
    height: 40px;
    border-radius: 4px;
    border: .5px solid #27ae60;
    box-sizing: border-box;
    background-color: #27ae60;
    background-image: url(../img/avaliacao-institucional/avalia_icon_check.svg);
    background-position: 16px;
    color: #fff
}

.avalia-card.avalia-load-more:hover {
    background: #dfefff
}

.avalia-card.avalia-load-more {
    height: 40px;
    justify-content: center;
    color: #0466c9;
    cursor: pointer;
    transition: all ease .3s
}

.avalia-load-more-label {
    background-image: url(../img/avaliacao-institucional/avalia_load_more_icon.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 18px
}

.avalia-quiz-card {
    height: auto;
    min-height: 250px;
    border: .5px solid #afb4b9;
    border-radius: 4px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px
}

.avalia-quiz-card-subtitle {
    height: auto;
    border: .5px solid #afb4b9;
    border-radius: 4px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 20px;
    margin-bottom: 25px;
    background: #f1f1f1;
    display: block;
    border-bottom: 3px solid #afb4b9
}

.avalia-title-default {
    color: #0466c9
}

.avalia-quiz-card-header {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 35px
}

.avalia-quiz-card-header h2 {
    font-size: 20px;
    color: #152835;
    margin: 0 40px 10px 0;
    font-weight: 700
}

.avalia-quiz-card-header p {
    font-size: 13px;
    color: #98a4ad;
    margin: 0;
    font-weight: 400
}

.avalia-quiz-card-header button.avalia-btn-next {
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #324a5b;
    border-radius: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: 0;
    cursor: pointer
}

.avalia-quiz-card-header button.avalia-btn-next:hover {
    background: #000
}

.avalia-quiz-card-header button.avalia-btn-next:disabled {
    opacity: .7
}

.avalia-quiz-card-body {
    display: flex;
    flex-direction: column;
    width: 100%
}

.avalia-card-alternativas {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: max-content
}

.alternativa-item-square {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #eee;
    border: .5px solid #afb4b9;
    border-radius: 4px !important;
    min-width: 250px;
    height: auto;
    padding: 12px;
    cursor: pointer;
    transition: all ease .3s
}

.alternativa-item-square:hover {
    background: #f2f7fc;
    border: .5px solid #0466c9
}

.alternativa-item-square.active,
.alternativa-item-square.resposta-certa {
    background-color: #324a5b;
    background-image: url(../img/avaliacao-institucional/avalia_icon_check.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    color: #fff
}

.alternativa-item-square.resposta-certa,
.avalia-respostas .avalia-quiz-card-primary .alternativa-item-square.active {
    background-image: url(../img/avaliacao-institucional/avalia_icon_check.svg) !important
}

.avalia-respostas .alternativa-item-square.active {
    background-image: none
}

.alternativa-item-square.resposta-certa {
    background-color: #27ae60 !important;
    border-color: #27ae60 !important;
    color: #fff
}

.alternativa-item-square.active .seletor-alternativa-item,
.alternativa-item-square.resposta-certa .seletor-alternativa-item {
    color: #152835;
    border: .5px solid #152835
}

.alternativa-item-square .seletor-alternativa-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: #fff;
    border: .5px solid #afb4b9;
    border-radius: 4px
}

.sem-resposta {
    color: #900;
    font-weight: 700
}

.avalia-card-alternativas .alternativa-item {
    display: flex;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    margin-bottom: 10px;
    padding-right: 40px;
    width: 100%
}

.avalia-card-alternativas-typeform-quiz .alternativa-item {
    background: #eee;
    margin-bottom: 0;
    border: .5px solid #afb4b9
}

.avalia-card-alternativas-typeform-quiz .alternativa-item:first-child {
    border-bottom: 0
}

.avalia-card-alternativas-typeform-quiz .alternativa-item .seletor-alternativa {
    border-width: .5px !important
}

.avalia-card-alternativas .alternativa-item:last-child {
    border-radius: 0 0 4px 4px
}

.avalia-card-alternativas .alternativa-item .seletor-alternativa {
    width: 25px;
    height: 25px;
    border: 2px solid #afb4b9;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer
}

.fake-textarea {
    background: #eee;
    border-radius: 4px;
    padding: 12px;
    font-size: 13px
}

.avalia-card-alternativas .alternativa-item .seletor-alternativa.checked,
.avalia-card-alternativas .alternativa-item .seletor-alternativa.checked:hover {
    background: #0466c9
}

.avalia-card-alternativas .alternativa-item .seletor-alternativa:hover {
    background: #f3f3f3
}

.avalia-card-alternativas .alternativa-item .alternativa-label {
    font-size: 18px;
    cursor: pointer
}

.avalia-quiz-card-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0 15px 0;
    border: .5px solid #afb4b9;
    padding: 25px;
    border-radius: 4px
}

.avalia-quiz-footer-legend {
    display: flex;
    align-self: center;
    width: 40%;
    color: #afb4b9;
    outline: 0 !important
}

.avalia-quiz-footer-controls {
    display: flex
}

.avalia-btn-left,
.avalia-btn-right {
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 40px;
    border: .5px solid rgba(4, 102, 201, .5);
    box-sizing: border-box;
    background-image: url(../img/avaliacao-institucional/arrow-vertical.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    margin: 5px;
    cursor: pointer
}

.avalia-btn-right {
    transform: rotate(90deg)
}

.avalia-btn-left {
    transform: rotate(270deg)
}

.avalia-btn-left:hover,
.avalia-btn-right:hover {
    background-color: #dfefff
}

.card-rating {
    display: flex;
    flex-direction: column;
    width: 100%
}

.card-rating .rating-legends {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px
}

.card-rating .rating-legends span {
    font-size: 12px
}

.alternativas-rating {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 580px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2
}

.alternativas-rating ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2
}

.desc-alternativa {
    position: absolute;
    display: flex;
    margin-left: 45px;
    width: 160px
}

.alternativas-rating li {
    display: flex;
    margin-top: 40px;
    margin-right: 150px;
    margin-bottom: 10px;
    flex-basis: 30%;
    align-items: center;
    margin-left: 5px;
    width: 28px;
    height: 28px;
    border: .5px solid #afb4b9;
    background-color: #fff;
    cursor: pointer;
    transition: all ease .4s;
    padding: 10px 0 15px
}

.alternativas-rating li.active,
.alternativas-rating li.active:hover {
    background-color: #324a5b !important;
    background-image: url(../img/avaliacao-institucional/avalia_icon_check.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% center !important;
    color: #fff;
    border-radius: 5px
}

.alternativas-rating li.active span {
    color: #000
}

.alternativas-rating li:hover {
    background: #96bce3;
    border: .5px solid #0466c9
}

.alternativas-rating li span {
    font-weight: 700;
    color: #152835
}

.avalia-quiz-card-header button.avalia-btn-next {
    display: none
}

.btn-prev-next-disabled {
    pointer-events: none;
    border: .5px solid #ccc
}

.avalia-textarea {
    resize: none;
    display: block;
    width: 98%;
    margin-top: 5px;
    box-sizing: border-box;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.btn-card-default {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 365px;
    height: 40px;
    background: #0466c9;
    color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    border-radius: 4px;
    border: none;
    margin: 20px auto;
    font-size: 14px;
    cursor: pointer;
    transition: all ease .4s
}

.btn-card-default:hover {
    background: #039
}

.btn-avalia-default {
    padding: 8px 12px;
    font-size: 1.1em;
    cursor: pointer;
    background: #69c;
    color: #fff;
    border: 1px solid #69c;
    border-radius: 4px;
    transition: all ease .3s;
    outline: 0
}

.btn-avalia-default:hover {
    background: #069
}

.avalia-modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 205px;
    padding: 30px;
    background: #fff;
    border-radius: 4px
}

.avalia-modal-container {
    position: fixed;
    z-index: 5000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7)
}

.btn-avalia-modal-primary {
    background: #0466c9;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #0466c9;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-avalia-modal-primary:hover {
    background: #039
}

.btn-avalia-modal-secondary {
    border: 1px solid transparent;
    background: 0 0
}

.btn-avalia-modal-secondary-cancel:hover {
    background: #900;
    color: #fff
}

.avalia-modal-footer {
    display: flex;
    justify-content: center
}

.avalia-modal-footer button {
    width: 140px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px;
    transition: all ease .3s;
    outline: 0;
    font-weight: 700
}

.avalia-like-button-group {
    display: flex;
    justify-content: center;
    width: 300px;
    margin: 20px auto
}

.avalia-like-button-group .avalia-like-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #eee;
    border: .5px solid #afb4b9;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px;
    cursor: pointer;
    transition: all ease .4s
}

.avalia-like-button-group .avalia-like-button:hover {
    background: #f2f7fc
}

.avalia-like-button-group .avalia-like-button.active {
    background: #6f7e8d
}

.avalia-like-button-group .avalia-like-button.active .avalia-like-button-icon.like {
    background-image: url(../img/avaliacao-institucional/like_icon_hit.svg) !important;
    transform: rotate(180deg)
}

.avalia-like-button-group .avalia-like-button.active .avalia-like-button-icon.dislike {
    background-image: url(../img/avaliacao-institucional/like_icon_hit.svg) !important
}

.avalia-like-button-group .avalia-like-button.active label {
    color: #fff
}

.avalia-like-button-group .avalia-like-button .avalia-like-button-icon {
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px
}

.avalia-like-button-icon.dislike {
    background-image: url(../img/avaliacao-institucional/avalia_dislike.svg)
}

.avalia-like-button-icon.like {
    background-image: url(../img/avaliacao-institucional/avalia_like.svg)
}

.avalia-like-button-group .avalia-like-button label {
    font-size: 12px
}

button.btn-finaly {
    width: 365px;
    height: 40px;
    left: 538px;
    top: 2330px;
    background: #0466c9;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    border-radius: 4px;
    border: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #fff
}

.container-finally--btn {
    text-align: center;
    padding: 40px 0;
    border: 1px solid #afb4b9;
    border-top: 0
}

.container-finally--btn hr {
    border-color: #afb4b9;
    margin: 0 30px 40px
}

.quest-singular--container .avalia-quiz-card-footer {
    border: .5px solid #afb4b9;
    padding: 25px;
    border-radius: 4px
}

.avalia-btn-continua {
    min-width: 240px;
    background-color: rgba(255, 201, 0, .1);
    border: .5px solid rgba(237, 183, 0, .5)
}

.avalia-btn-continua span {
    margin-left: 7px
}

.avalia-modal-dimension {
    top: 30%;
    bottom: 50%;
    min-height: 300px;
    width: 50%;
    left: 400px
}

.avalia-btn-modal {
    height: auto !important;
    width: 25%;
    margin: 35px;
    top: 50px
}

.avalia-modal-msg {
    text-align: center;
    font-size: 17px
}

.modal-msg-inicial {
    min-height: 230px;
    width: 30%;
    left: 40%;
    height: 260px
}

.modal-text-style {
    font-weight: 500;
    display: block;
    margin: 10px 10px;
    font-size: 17px;
    width: 95%;
    border: .5px solid #ccc;
    height: 180px;
    padding: 20px;
    border-radius: 10px
}

.modal-btn-continue {
    margin-top: 30px;
    margin-right: 100px
}

.avalia-btn-resposta:hover {
    background-color: #f2f7fc;
    border: .5px solid rgba(4, 102, 201, .5)
}

@media only screen and (min-width:1025px) {
    .modal-btn-continue {
        right: 14px !important;
        padding: 5px 16px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 120px
    }

    .hide-desk {
        display: none
    }
}

@media only screen and (max-width:320px) {
    .avalia-card-alternativas {
        margin: -8px
    }

    .avalia-card-alternativas .alternativa-item .alternativa-label {
        font-size: 15px;
        cursor: pointer
    }
}

@media only screen and (max-width:768px) {
    .avalia-card-info h2 {
        font-size: 15px;
        margin-top: 10px !important
    }

    .avalia-card-info {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .avalia-btn-resposta {
        float: right;
        align-self: center
    }

    .avalia-card-alternativas {
        display: block !important
    }

    .avalia-btn-continua span {
        display: none
    }

    .avalia-btn-continua {
        min-width: 123px !important
    }

    .modal-msg-inicial {
        min-height: 40%;
        width: 80%;
        top: 25%;
        left: 10%;
        height: 250px;
        border-radius: 10px
    }

    .modal-text-style {
        font-weight: 500;
        display: block;
        margin: 10px 15px;
        font-size: 14px;
        width: 90%;
        border: .5px solid #ccc;
        height: 180px;
        padding: 20px;
        border-radius: 10px;
        line-height: 1.6;
        height: auto;
        min-height: 150px
    }

    .modal-btn-continue {
        right: 14px !important;
        padding: 5px 16px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 190px;
        bottom: 30px
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .modal-btn-continue {
        right: 14px !important;
        padding: 5px 16px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 470px;
        bottom: 30px
    }

    .modal-msg-inicial {
        min-height: 25% !important
    }
}

@media only screen and (max-width:1024px) {
    .hide-mob {
        display: none
    }

    .quest-pend-mob {
        min-height: fit-content !important;
        text-align: justify !important
    }

    .m-auto {
        margin: auto
    }

    .modal-msg-inicial {
        min-height: 30%
    }

    .avalia-modal-dimension {
        width: 80%;
        top: 25%;
        left: 10%;
        bottom: 50%;
        min-height: 250px;
        border-radius: 10px
    }

    .avalia-modal-msg {
        text-align: center;
        font-size: 14px
    }

    .avalia-btn-modal {
        height: auto !important;
        width: 45%;
        margin: 5px;
        top: 30px
    }

    .avalia-quiz-card-header h2 {
        font-size: 15px;
        line-height: 1.3;
        margin-right: 0
    }

    .alternativas-rating {
        flex-wrap: inherit;
        max-height: initial
    }

    .avalia {
        width: 95%;
        margin: 0 10px 10px
    }

    button.reply-later {
        position: relative;
        margin: 10px 0 30px
    }

    .avalia-btn-resposta {
        padding-left: 35px
    }

    .alternativa-item-square,
    .avalia-quiz-card,
    .avalia-respostas {
        margin: auto
    }

    .avalia-quiz-card-header button.avalia-btn-next {
        display: none
    }

    .avalia-quiz-footer-legend {
        width: 50%
    }

    button.btn-finaly {
        width: 100%
    }

    .container-finally--btn {
        padding: 40px 20px
    }

    .avalia .cron-title-default {
        text-align: center
    }

    .avalia-questionario h1 {
        font-size: 17px !important;
        line-height: 1.3;
        margin-bottom: 20px !important
    }

    .avalia-questionario .cron-title-default {
        margin-bottom: 20px !important;
        display: flex;
        flex-direction: column-reverse
    }

    .avalia-quiz-card-footer {
        margin-bottom: 30px
    }

    .has-subheader {
        top: 46px;
        padding-top: 20px
    }
}

:root {
    --seletor-background: #E4E8E9;
    --ativa-background: #fff;
    --seletor-background-hover: #152835;
    --modal-background: rgba(21, 40, 53, 0.25);
    --close-icon-background: #152835;
    --close-icon-color: #fff;
    --close-icon-size: 20px;
    --filtro-btn-width: 80px;
    --filtro-btn-height: 40px;
    --caixa-background: #f4f8f9;
    --select-background: #fff;
    --btn-background: #0466C9;
    --btn-color: #fff;
    --titulo-color: #152835;
    --filtro-background: #EEEEEE;
    --filtro-color: #152835;
    --card-top-height: 60%;
    --card-bottom-height: 40%;
    --card-background: #fff;
    --card-border-color: #E0E0E0;
    --card-secondary-color: #E0E0E0;
    --reprovado-background: #FBE6E6;
    --aprovado-background: #D6F9E5;
    --cursando-background: #DFE8F0;
    --reprovado-color: #D72121;
    --aprovado-color: #27AE60;
    --cursando-color: #7A7F83;
    --alerta-color: #FF7A00;
    --cards-title-color: #505050;
    --reprovado-background: #FBE6E6;
    --aprovado-background: #D6F9E5;
    --cursando-background: #DFE8F0;
    --reprovado-color: #D72121;
    --aprovado-color: #27AE60;
    --cursando-color: #7A7F83;
    --grafico-barra-width: 6px;
    --grafico-barra-acima: #27AE60;
    --grafico-barra-abaixo: #D72121;
    --grafico-barra-alerta: #FF7A00;
    --grafico-label-color: #7A7F83;
    --reprovado-background: #FBE6E6;
    --aprovado-background: #D6F9E5;
    --cursando-background: #DFE8F0;
    --grafico-barra-width: 6px;
    --legend-assistidas-color: #27AE60;
    --legend-faltas-color: #D72121;
    --legend-restantes-color: #FF7A00;
    --legend-texto-color: #7A7F83
}

.header-lista-notas {
    display: flex;
    font-weight: 700;
    position: absolute;
    width: 275px;
    left: 90px;
    top: 75px
}

.header-lista-notas span:nth-child(2) {
    margin-left: 25px
}

.header-lista-notas span:nth-child(3) {
    margin-left: 85px
}

.text-strong-faltas {
    font-weight: 700;
    color: #7a7f83;
    font-size: 20px
}

.color-minor-fix {
    color: #afb4b9 !important
}

.status-resumo {
    width: 140px !important;
    padding: 2px 5px
}

.area-fechar-desktop i.fa-times {
    color: #afb4b9 !important
}

.area-fechar__boletimv4 {
    display: none
}

.conteudo {
    width: 100%;
    height: 100vh
}

.btn-filtro-exportar-smartphones {
    position: absolute;
    right: 160px;
    top: 4px
}

.btn-exportar i,
.btn-filtro-exportar-smartphones i {
    margin-right: 10px
}

.btn-exportar-relatorio-mobile {
    display: none
}

.subviews {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #f4f8f9
}

.subview-box {
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    background: #f4f8f9
}

button[disabled=disabled] {
    opacity: .5
}

.btn-limpar-filtro {
    border: none;
    padding: 8px 12px;
    margin-left: 6px;
    border-radius: 4px
}

.seletor-pagina {
    width: 100%;
    margin-top: 10px;
    padding-top: 30px;
    background: #f4f8f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.seletor {
    width: 20%;
    border-radius: 25px;
    background: var(--seletor-background);
    display: flex;
    justify-content: center;
    align-items: center
}

.seletor .opcao.opcao-ativa {
    background: var(--ativa-background) !important;
    color: var(--seletor-opcao-color) !important
}

.opcao,
.opcao.opcao-ativa {
    width: 50%;
    height: 100%;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.opcao:hover {
    padding: 10px;
    border-radius: 25px;
    background: var(--seletor-background-hover) !important;
    color: #fff
}

.opcao:active {
    padding: 10px;
    border-radius: 25px;
    color: var(--seletor-opcao-color);
    background: var(--click-background)
}

.opcao-ativa {
    width: 34%;
    border-radius: 25px;
    z-index: 500;
    box-shadow: 0 0 3px #ccc;
    padding: 10px;
    background: var(--ativa-background);
    display: flex;
    justify-content: center;
    align-items: center
}

.titulo-pagina {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    position: fixed
}

.titulo-pagina .titulo {
    color: var(--titulo-color);
    font-weight: 700;
    margin: 0;
    font-size: 16.5px;
    font-family: "Open Sans", sans-serif
}

.titulo-pagina .filtro {
    background-color: var(--filtro-background);
    background-image: url(../img/filter_ico.svg);
    background-repeat: no-repeat;
    background-position: 16px 11px;
    color: var(--filtro-color);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 30px;
    padding-left: 40px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer
}

.titulo-pagina .filtro i {
    margin-right: 5px
}

.periodo-label {
    text-transform: capitalize;
    padding-left: 4px
}

.cards-area {
    width: 95%;
    height: 72vh;
    overflow-y: auto;
    padding: 0 10px;
    margin-top: 65px
}

.card-default-component,
.card-mobile {
    width: 100%;
    margin: 15px 0;
    cursor: pointer;
    border-radius: 10px;
    background: var(--card-background);
    box-shadow: 1px 1px 3px rgba(134, 17, 17, .1);
    font-family: "Open Sans", sans-serif
}

.card-mobile:hover {
    box-shadow: 1px 6px 10px rgba(0, 0, 0, .1)
}

.card-mobile:hover .card-top .top-info .disciplina-info .major-info:nth-child(2) {
    color: #0466c9
}

.card-top {
    width: 100%;
    height: var(--card-top-height);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.card-top .top-info {
    width: 95%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.disciplina-info {
    width: 60%
}

.disciplina-info .minor-info {
    margin: 0;
    font-size: 12px;
    color: #afb4b9;
    padding-top: 3px
}

.disciplina-info .label {
    font-weight: 700;
    padding: 5px 5px 0 0;
    float: left
}

.disciplina-info .major-info {
    margin: 0;
    font-size: 16px;
    font-weight: 700
}

.dados-info {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.dados-info .info-item p {
    margin: 0
}

.dados-info .item {
    width: 25%;
    text-align: center;
    margin: 0 10px;
    padding: 0
}

.dados-info .item-desktop {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.status {
    width: 80%;
    margin: 0;
    font-size: 11px;
    border-radius: 12px;
    padding: 3px 5px;
    background: var(--cursando-background);
    color: var(--cursando-color);
    display: flex;
    justify-content: center;
    align-items: center
}

.status-aprovado {
    width: 80%;
    margin: 0;
    font-size: 11px;
    border-radius: 12px;
    padding: 1px 5px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    background: var(--aprovado-background);
    color: var(--aprovado-color)
}

.status-reprovado {
    width: 80%;
    margin: 0;
    font-size: 11px;
    border-radius: 12px;
    padding: 1px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--reprovado-background);
    color: var(--reprovado-color)
}

.status p {
    margin: 0
}

.dados-info .info-item {
    width: 25%;
    text-align: center
}

.dados-info .info-item p {
    margin: 0
}

.dados-info .info-item .valor {
    font-size: 20px
}

.dados-info .info-item .texto {
    font-size: 11px
}

.dados-info .item-desktop div .texto {
    margin: 0;
    font-size: 11px
}

.valor-aprovado {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    color: var(--aprovado-color) !important
}

.valor-reprovado {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    color: var(--reprovado-color) !important
}

.valor-alerta {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    color: var(--alerta-color) !important
}

.valor {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    color: var(--cursando-color)
}

.card-bottom {
    display: none
}

.card-details {
    display: none;
    flex-direction: column;
    position: relative;
    background: var(--card-background);
    width: 100%;
    min-height: 430px;
    box-shadow: 1px 1px 3px rgba(134, 17, 17, .1);
    font-family: "Open Sans", sans-serif;
    transition: none !important;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #ccc
}

.card-default-component.card-is-open {
    margin-bottom: 0 !important;
    border-radius: 10px 10px 0 0 !important
}

.card-details.expandable {
    display: flex !important
}

.card-details-indicator-box {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.card-details-indicator-box .indicator-pos-box {
    width: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card-details-indicator-box .indicator-pos-box .indicator-bullet {
    width: 8px;
    height: 8px;
    border-radius: 40px;
    border: 2px solid #98a4ad;
    transition: all ease .4s;
    display: flex;
    cursor: pointer
}

.card-details-indicator-box .indicator-pos-box .indicator-bullet:hover {
    background: #98a4ad
}

.card-details-indicator-box .indicator-pos-box .indicator-bullet.active {
    background: #324a5b;
    border: 2px solid #324a5b
}

.card-detail-content {
    display: flex;
    width: 70%;
    justify-content: space-between;
    padding: 15px;
    width: 95%;
    margin: 0 auto 20px auto
}

.chart-details-doughnut {
    display: flex;
    align-self: flex-start;
    width: 70%;
    justify-content: space-around
}

.chart-details-doughnut-chart {
    display: flex;
    width: 40%
}

.card-detail-content ul.chart-doughnut-topics {
    width: 250px;
    padding: 10px;
    margin-top: 50px
}

.card-detail-content ul.chart-doughnut-topics li {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.card-detail-content ul.chart-doughnut-topics li strong {
    font-size: 2.2em;
    margin-right: 15px;
    width: 60px
}

.card-detail-content ul.chart-doughnut-topics li:nth-child(1) strong {
    color: #27ae60
}

.card-detail-content ul.chart-doughnut-topics li:nth-child(2) strong {
    color: #d72121 !important
}

.card-detail-content ul.chart-doughnut-topics li:nth-child(3) strong {
    color: #ff7a00 !important
}

.card-detail-content ul.chart-doughnut-topics li span {
    font-size: 1.3em
}

.card-detail-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 200px
}

.card-detail-selector span {
    font-size: 1em;
    font-weight: 700
}

.card-detail-selector i {
    cursor: pointer
}

.card-detail-selector i:hover {
    opacity: .7
}

.placeholder-disciplina {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 200px;
    color: #ccc;
    text-align: center
}

.placeholder-disciplina h2 {
    font-size: 2em
}

.histograma-placeholder {
    font-size: 16.5px;
    height: auto
}

.histograma-placeholder__modal {
    margin-bottom: 100px
}

.grafico-barras-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px
}

.grafico-barras__listagem {
    display: flex;
    width: 400px !important;
    margin-top: 0 !important
}

.item-desktop__card-expand {
    margin-right: 20px;
    width: 35% !important
}

.item-desktop__card-expand .status-aprovado,
.item-desktop__card-expand .status-reprovado {
    padding: 4px 5px;
    width: 80%;
    font-size: 12px
}

ul.dados-timeline-style {
    width: 300px;
    margin: 14px;
    border: 1px solid red
}

ul.dados-timeline-style li {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faltas-placeholder {
    width: 70%;
    text-align: center;
    font-size: 1.1em;
    display: flex;
    height: 300px;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    color: #ccc
}

#content {
    text-align: center;
    width: 480px;
    display: flex
}

.timeline {
    border-left: 3px dotted #ccc;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, .03);
    color: #333;
    margin: 20px auto 50px auto;
    letter-spacing: .5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 0 50px 0 20px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    width: 610px;
    display: flex;
    flex-direction: column;
    align-self: flex-start
}

.timeline h1 {
    font-family: Saira, sans-serif;
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 1.4em
}

.timeline h2,
.timeline h3 {
    font-family: Saira, sans-serif;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 1.4em
}

.timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px
}

.timeline .event:hover {
    cursor: pointer;
    color: #0466c9
}

.timeline .event.selected {
    color: #0466c9 !important
}

.timeline .event p {
    display: flex;
    width: 100px
}

.timeline .event p span:first-child {
    width: 50px;
    margin-right: 15px
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}

.timeline .event:last-of-type p {
    margin-bottom: 0
}

.timeline .event:after,
.timeline .event:before {
    position: absolute;
    display: block;
    top: 0
}

.timeline:before {
    display: none !important
}

.timeline .event:after {
    box-shadow: 0 0 0 4px #ccc;
    left: -24.85px;
    background: #fff;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    content: "";
    top: 9px
}

.timeline .event:hover .icone-update-histograma {
    border: 1px solid #0466c9
}

.icone-update-histograma,
.icone-update-histograma-disabled {
    width: 30px;
    height: 35px;
    display: flex;
    border-radius: 50%;
    background-image: url(../img/histogram_icon_hover.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    border: 1px solid #ccc;
    flex-shrink: 0
}

.icone-update-histograma-disabled {
    background-image: url(../img/histogram_icon.svg) !important
}

.icon-arrow-down,
.icon-arrow-up {
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.icon-arrow-up {
    background-image: url(../img/arrow_up.svg) !important
}

.icon-arrow-left,
.icon-arrow-right {
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.icon-arrow-left {
    background-image: url(../img/arrow_left.svg) !important
}

.zona-modal {
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--modal-background);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.zona-modal .icone-fechar {
    width: 90%;
    display: flex;
    justify-content: flex-end
}

.zona-modal .icone-fechar .icone-body {
    width: var(--close-icon-size);
    height: var(--close-icon-size);
    margin: 10px 0;
    background: var(--close-icon-background);
    color: var(--close-icon-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.zona-modal .icone-fechar i {
    font-size: 20px
}

.zona-modal .caixa-modal {
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 20px;
    background: var(--caixa-background);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 45%
}

.espaco-filtro-fechado {
    width: var(--filtro-btn-width);
    height: var(--filtro-btn-height);
    display: flex;
    flex-direction: column
}

.espaco-filtro-aberto {
    z-index: 100;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 10px
}

.on {
    display: flex
}

.off {
    display: none;
    visibility: hidden
}

.hidden {
    visibility: hidden
}

.colunado {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.default-filtro-box {
    position: relative
}

.espaco-filtro-fechado__default {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    flex-direction: row !important;
    width: 100% !important
}

.espaco-filtro-fechado__default p.titulo {
    color: var(--titulo-color);
    font-weight: 700;
    margin: 25px 0 0 0;
    font-size: 16.5px;
    font-family: "Open Sans", sans-serif
}

.filtro__position__fix {
    position: absolute;
    top: 5px
}

.title-filter-box__posfix {
    position: absolute;
    top: 5px;
    left: 55px
}

.filtro-fechado-btn__default {
    width: 130px !important;
    padding-left: 0 !important;
    background-position: 100px center !important;
    background-image: url(../img/filter_button_arrow_down.svg) !important
}

.filtro-fechado-btn__default.active {
    background-color: #152835 !important;
    color: #fff !important
}

.filtro-options-list {
    display: none;
    z-index: 10000;
    flex-direction: column;
    width: 130px;
    border-radius: 10px;
    display: flex;
    background: #152835;
    position: absolute;
    top: 40px;
    padding: 8px
}

.filtro-options-list .filtro-options-list-item {
    width: 100%;
    display: flex;
    min-height: 20px;
    padding: 8px;
    color: #fff;
    cursor: pointer
}

.filtro-options-list .filtro-options-list-item:hover {
    background: #101f29
}

.filtro-fechado-btn {
    width: var(--filtro-btn-width);
    height: var(--filtro-btn-height);
    border-radius: 20px;
    border: none;
    background-color: #eee;
    background-image: url(../img/filter_ico.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    color: #152835;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px
}

.icone-fechado p {
    margin: 0
}

.filtro-aberto-btn {
    width: var(--filtro-btn-height);
    height: var(--filtro-btn-height);
    border-radius: 50%;
    z-index: 10;
    border: none;
    background: #152835;
    color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center
}

.icone-aberto p {
    margin: 0
}

.filtro-body {
    width: 250px;
    background: #eee;
    padding: 15px 0;
    border-radius: 10px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.caixa-modal .area-dados {
    width: 100%;
    margin-top: 10px
}

.area-dados {
    overflow: scroll
}

.area-dados ul {
    overflow-y: auto;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.area-dados ul li {
    width: 99%;
    margin: 15px 0;
    font-size: 12px;
    color: var(--list-item-color);
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.area-dados ul li p {
    margin: 0
}

.area-dados ul li p:nth-child(2) {
    font-weight: 700;
    color: #999
}

.area-dados ul li p .nota {
    font-weight: 700;
    font-size: 15px;
    color: #ccc
}

.icon-list-icon-place {
    width: 240px;
    display: flex;
    align-items: center
}

.icon-list-icon-place .icone-update-histograma,
.icon-list-icon-place .icone-update-histograma-disabled {
    margin-right: 8px;
    height: 30px
}

.caixa-modal .area-fechar,
.caixa-modal .area-fechar-mobile {
    width: 100%;
    color: #afb4b9;
    text-align: end;
    margin-bottom: 10px
}

.caixa-modal .area-fechar i {
    font-size: 1.2em
}

.caixa-modal .area-fechar-mobile {
    text-align: start !important;
    text-transform: uppercase;
    color: #152835;
    font-size: 10px
}

.caixa-modal .modal-titulo {
    width: 90%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.caixa-modal .modal-titulo p:nth-child(2) {
    padding: 2px 5px
}

.caixa-modal .modal-titulo .texto {
    margin: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 1.1em
}

.caixa-modal .modal-titulo .texto p {
    font-size: 14px
}

.caixa-modal button {
    margin: 10px 0;
    font-size: 13px;
    padding: 10px 35px;
    border: none;
    border-radius: 20px;
    outline: 0
}

.caixa-modal .modal-titulo .status p {
    margin: 0
}

.input-grupo {
    width: 80%;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.input-grupo .input-texto {
    font-size: 12px;
    margin: 0;
    margin-left: 5px
}

.input-grupo .input-caixa {
    width: 100%;
    background: var(--select-background);
    border-radius: 4px;
    padding: 8px 6px;
    border: none
}

.btn-aplicar {
    margin: 10px 0;
    background: var(--btn-background);
    color: var(--btn-color);
    font-weight: 700;
    font-size: 15px;
    padding: 10px 0;
    width: 80%;
    border: none;
    border-radius: 20px
}

.btn-aplicar:hover {
    background: var(--seletor-background-hover)
}

.preenchimento-mock {
    background: #f3f3f3 !important;
    color: #f3f3f3 !important
}

.preenchimento-abaixo {
    background: var(--reprovado-background);
    color: var(--reprovado-color)
}

.preenchimento-media {
    background: var(--cursando-background);
    color: var(--cursando-color)
}

.grafico-barras {
    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 30px
}

.grafico-barras .barra-grupo {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 25px;
    height: 200px
}

.grafico-barras .barra-grupo .barra {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 25px
}

.grafico-barras .barra-grupo .barra div {
    background-color: #1570cc
}

.grafico-barras .barra-grupo .barra div {
    border-radius: var(--grafico-barra-width);
    width: 6px
}

.grafico-barras .barra-grupo .barra .preenchimento-abaixo {
    background: var(--grafico-barra-abaixo);
    color: var(--reprovado-color);
    height: 20%;
    width: var(--grafico-barra-width);
    border-radius: var(--grafico-barra-width)
}

.grafico-barras .barra-grupo .barra .preenchimento-acima {
    background: var(--grafico-barra-acima);
    color: var(--aprovado-color);
    height: 20%;
    width: var(--grafico-barra-width);
    border-radius: var(--grafico-barra-width)
}

.grafico-barras .barra-grupo .barra .preenchimento {
    background: red;
    height: 20%;
    width: var(--grafico-barra-width);
    border-radius: var(--grafico-barra-width)
}

.grafico-barras .barra-grupo .label {
    transform: rotate(-90deg);
    color: var(--grafico-label-color);
    font-size: 11px;
    margin-top: 14px;
    padding: 0
}

.percent-label {
    width: 30px;
    font-size: .8em;
    text-align: center
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px
}

::-webkit-scrollbar-track {
    background: #f4f8f9;
    width: 5px;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    background: #afb4b9;
    width: 5px;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #afb4b9
}

.grafico-doughnut {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.grafico-doughnut .legenda {
    width: 95%;
    margin: 40px auto;
    padding: 0;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.grafico-doughnut .legenda .item-legenda {
    display: flex;
    flex-direction: column;
    align-items: center
}

.grafico-doughnut .legenda .item-legenda p {
    margin: 0
}

.grafico-doughnut .legenda .item-legenda .texto {
    font-size: 10px;
    color: var(--legend-texto-color)
}

.assistidas {
    font-size: 20px;
    color: var(--legend-assistidas-color);
    font-weight: 700
}

.faltas {
    font-size: 20px;
    color: var(--legend-faltas-color);
    font-weight: 700
}

.restantes {
    font-size: 20px;
    color: var(--legend-restantes-color);
    font-weight: 700
}

.area-fechar-mobile {
    display: none
}

.item-info__boletimv4 {
    font-size: 1.3em;
    font-weight: 700;
    color: #324a5b
}

.major-info__boletimv4 {
    font-size: 1.4em !important
}

.data-prova-boletimv4 {
    font-size: 1.2em;
    color: #a5afb7
}

.btn-grafico-nota {
    border: 1px solid #98a4ad !important;
    width: 140px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background-image: url(../img/histogram_icon.svg);
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 20px
}

.btn-grafico-nota:hover {
    border-color: #0466c9 !important;
    background-image: url(../img/histogram_icon_hover.svg);
    background-repeat: no-repeat;
    background-position: 10px;
    color: #0466c9
}

.card-mobile__boletimv4:hover .card-top .btn-grafico-nota {
    color: #0466c9;
    border-color: #0466c9 !important;
    background-image: url(../img/histogram_icon_hover.svg) !important
}

.card-mobile__boletimv4:hover .card-top .disciplina-info p:first-child {
    color: #0466c9
}

.card-mobile__boletimv4:hover .card-top .dados-info .item-info__boletimv4 p {
    color: #0466c9
}

.espaco-filtro__exportar {
    width: 94% !important
}

.exportar-absolute-position {
    position: absolute;
    right: 155px;
    top: 5px
}

@media only screen and (max-width:1024px) {
    .btn-grafico-nota {
        display: none
    }

    .btn-filtro-exportar-smartphones {
        position: absolute;
        right: -10px;
        top: 0
    }

    .btn-exportar-relatorio-mobile {
        width: 100%;
        justify-content: center;
        height: 25px;
        border: none;
        border-radius: 4px;
        display: flex;
        text-align: center;
        margin: 10px auto;
        display: flex !important
    }

    .btn-exportar {
        display: none !important
    }

    .exportar-absolute-position {
        display: none
    }

    .grafico-doughnut__modal {
        height: 210px
    }

    .boletimv4__padding-fix {
        padding: 0 !important
    }

    .boletimv4__padding-fix .area-dados {
        margin-top: 90px !important
    }

    .boletimv4__padding-fix .area-dados.lista-faltas ul {
        height: auto !important;
        margin-top: 45px
    }

    .boletimv4__padding-fix .area-dados.lista-faltas {
        margin-top: 0
    }

    .boletimv4__padding-fix .area-dados.lista-faltas ul li {
        margin: auto auto 10px auto
    }

    .espaco-filtro-fechado__default p.titulo {
        margin: 0
    }

    .dadas-list-provas__mobile {
        width: 90%
    }

    .percent-label {
        width: 30px;
        font-size: .8em;
        text-align: center;
        transform: rotate(-90deg)
    }

    .title-filter-box__posfix {
        position: relative;
        top: auto;
        left: auto
    }

    .filtro__position__fix {
        position: relative;
        right: -16px;
        top: auto
    }

    .espaco-filtro-fechado__default p.titulo {
        font-size: 14.5px
    }

    .texto__boletimv4 {
        font-size: 16px
    }

    .text-strong-faltas {
        font-weight: 700;
        color: #7a7f83;
        font-size: 15px
    }

    .area-fechar-mobile {
        display: block
    }

    .area-fechar__boletimv4 {
        display: block;
        width: 17px;
        position: absolute;
        top: 20px;
        display: block;
        right: 20px;
        z-index: 10000
    }

    .area-fechar__boletimv4 i {
        font-size: 25px
    }

    .seletor-pagina {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .seletor {
        width: 90%;
        border-radius: 25px;
        background: var(--seletor-background);
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .opcao {
        width: 50%;
        height: 100%;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .opcao:hover {
        padding: 10px;
        border-radius: 25px;
        background: var(--ativa-background)
    }

    .opcao-ativa {
        width: 34%;
        border-radius: 25px;
        padding: 10px;
        background: var(--ativa-background);
        display: flex;
        justify-content: center;
        align-items: center
    }

    .cards-area {
        width: 98%;
        height: 85vh;
        overflow-y: scroll;
        margin-top: 35px
    }

    .card-mobile {
        width: 100%;
        margin: 15px 0;
        border: 1px solid var(--card-border-color);
        border-radius: 5px;
        background: var(--card-background)
    }

    .card-top {
        width: 100%;
        height: var(--card-top-height);
        display: flex;
        justify-content: center;
        align-items: center
    }

    .card-top .top-info {
        width: 95%;
        padding: 10px 0;
        display: flex;
        justify-content: space-between
    }

    .disciplina-info {
        width: 60%
    }

    .disciplina-info .minor-info {
        margin: 0;
        font-size: 10px;
        padding-top: 3px
    }

    .disciplina-info .label {
        font-weight: 700;
        padding: 5px 5px 0 0;
        float: left
    }

    .disciplina-info .major-info {
        margin: 0;
        font-size: 12px;
        font-weight: 700;
        color: var(--cards-title-color)
    }

    .dados-info {
        width: 50%;
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

    .dados-info .info-item {
        width: 45%;
        text-align: center;
        margin: 0 5px
    }

    .dados-info .info-item p {
        margin: 0
    }

    .dados-info .info-item .valor {
        font-size: 14px
    }

    .dados-info .info-item .texto {
        font-size: 8px
    }

    .dados-info .item-desktop {
        display: none
    }

    .card-bottom {
        width: 100%;
        height: var(--card-bottom-height);
        border-top: 1px solid var(--card-border-color);
        display: flex;
        justify-content: center;
        align-items: center
    }

    .card-bottom .bottom-info {
        width: 95%;
        padding: 7px 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .card-bottom .bottom-info p {
        margin: 0
    }

    .card-bottom .bottom-info .status-texto {
        width: 50%;
        margin: 0;
        font-size: 10px
    }

    .card-bottom .bottom-info .status {
        width: 50%;
        margin: 0;
        font-size: 10px;
        border-radius: 12px;
        padding: 1px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--cursando-background);
        color: var(--cursando-color)
    }

    .card-bottom .bottom-info .status-aprovado {
        width: 128px;
        margin: 0;
        font-size: 10px;
        border-radius: 12px;
        padding: 1px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--aprovado-background);
        color: var(--aprovado-color)
    }

    .card-bottom .bottom-info .status-reprovado {
        width: 128px;
        margin: 0;
        font-size: 10px;
        border-radius: 12px;
        padding: 1px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--reprovado-background);
        color: var(--reprovado-color)
    }

    .card-bottom .bottom-info .status {
        width: 128px
    }

    .valor-aprovado {
        font-size: 12px;
        font-weight: 700;
        margin: 0;
        color: var(--aprovado-color)
    }

    .valor-reprovado {
        font-size: 14px;
        font-weight: 700;
        margin: 0;
        color: var(--reprovado-color)
    }

    .valor {
        font-size: 14px;
        font-weight: 700;
        margin: 0;
        color: var(--cursando-color)
    }

    .zona-modal .caixa-modal {
        width: 90%;
        padding: 20px 8px;
        border-radius: 10px;
        font-size: 20px;
        background: var(--caixa-background);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .caixa-modal-full {
        width: 100% !important;
        border-radius: 0 !important;
        height: 100%;
        justify-content: flex-start !important
    }

    .caixa-modal-full .modal-titulo {
        margin: 20px auto
    }

    .caixa-modal-full .grafico-barras {
        margin: 35px auto
    }

    .area-dados ul {
        overflow-y: scroll;
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-shrink: 0;
        flex-grow: 0
    }

    ul.dados {
        padding-right: 10px
    }

    ul.dados-lista-provas {
        padding-right: 12px
    }

    ul.dados-lista-provas-modal {
        margin-top: 10px
    }

    ul.dados-lista-provas-modal li {
        margin-bottom: 0
    }

    .caixa-modal.mode-mobile {
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        background: #f4f8f9;
        border-radius: 0
    }

    .caixa-modal.mode-mobile .area-fechar {
        display: none
    }

    .caixa-modal.mode-mobile .area-dados {
        margin-top: 10px
    }

    .caixa-modal.mode-mobile .area-dados.lista-faltas ul {
        margin-top: 10px;
        height: 210px;
        overflow: auto
    }

    .notas-modal-mobile-rule {
        width: 54px
    }

    .caixa-modal .modal-titulo {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-shrink: 0
    }

    .caixa-modal .modal-titulo .texto {
        text-align: center;
        font-weight: 700;
        display: flex;
        justify-content: center;
        width: 85%
    }

    .zona-modal-filtro {
        justify-content: flex-start !important;
        padding-top: 80px !important
    }

    .hidden-mobile {
        display: none
    }

    .filtro-body {
        width: 320px
    }

    .content-mobile {
        width: 100%;
        height: 100vh;
        background: #f4f8f9;
        overflow-y: hidden;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start
    }

    .cards-space-mobile {
        padding-bottom: 75px
    }

    .sem-resultados-ava {
        display: flex;
        justify-content: center;
        margin-top: 60px
    }

    .sem-resultados-ava p {
        font-size: 1em
    }
}

.header-lista-notas {
    display: flex;
    font-weight: 700;
    position: absolute;
    width: 275px;
    left: 90px;
    top: 75px
}

@media only screen and (min-width :414px) and (max-width:736px) {
    ul.dados-lista-provas {
        padding-right: 12px;
        max-height: auto
    }
}

@media only screen and (max-width:320px) {
    .disciplina-info .minor-info {
        margin: 0;
        font-size: 9px;
        padding-top: 4px
    }

    .disciplina-info .label {
        font-weight: 700;
        padding: 5px 5px 0 0;
        float: left
    }

    .disciplina-info .major-info {
        margin: 0;
        font-size: 11px;
        font-weight: 700;
        color: var(--cards-title-color)
    }
}

@media only screen and (min-width :1024px) and (max-width:1366px) {
    .notebook-hide {
        display: none
    }

    .timeline {
        width: 525px
    }

    .timeline li p.timeline-event-nome-prova,
    .timeline p.timeline-event-nome-prova span {
        width: 180px !important;
        text-align: left
    }

    .header-lista-notas {
        width: 505px;
        left: 60px
    }

    .header-lista-notas span:nth-child(3) {
        margin-left: 125px
    }

    .header-lista-notas span:nth-child(4) {
        margin-left: 30px
    }

    .icone-update-histograma {
        width: 35px;
        height: 35px;
        flex-grow: 0;
        flex-shrink: 0
    }

    .timeline-event-nota-maxima {
        text-align: center
    }

    .percent-label {
        width: 30px;
        font-size: .8em;
        text-align: center;
        transform: rotate(-90deg);
        margin-left: -10px;
        margin-bottom: auto;
        margin-top: 10px
    }

    .barra-grupo.barra-destaque.barra-destaque-notas {
        width: 5.7% !important;
        margin-right: 5px;
        height: 207px
    }

    .barra-grupo.barra-destaque.barra-destaque-notas {
        margin-bottom: -7px
    }
}

@media only screen and (min-width :1367px) and (max-width:2561px) {

    .opcao,
    .opcao.opcao-ativa {
        width: 50%;
        height: 100%;
        padding: 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .header-lista-notas {
        display: flex;
        font-weight: 700;
        position: absolute;
        width: 275px;
        left: 90px;
        top: 75px
    }

    .header-lista-notas span:nth-child(2) {
        margin-left: 25px
    }

    .header-lista-notas span:nth-child(3) {
        margin-left: 85px
    }

    #content {
        width: 330px
    }

    .chart-details-doughnut {
        display: flex;
        align-self: flex-start;
        width: 680px;
        justify-content: space-around
    }

    .zona-modal .caixa-modal {
        width: 35% !important
    }

    ul.dados.dados-lista-provas {
        padding-right: 20px
    }

    .area-dados ul li p span,
    ul.dados li p span {
        font-size: 12px
    }

    .espaco-filtro-aberto {
        right: 10px;
        left: auto
    }

    .header-lista-notas {
        width: 505px;
        left: 85px
    }

    .header-lista-notas span:nth-child(2) {
        margin-left: 68px
    }

    .header-lista-notas span:nth-child(3) {
        margin-left: 130px;
        margin-right: 40px
    }

    .icone-update-histograma {
        width: 35px
    }

    .timeline {
        width: 605px
    }

    .timeline li p.timeline-event-nome-prova,
    .timeline p.timeline-event-nome-prova span {
        width: 200px !important;
        text-align: left
    }

    .barra-grupo.barra-destaque {
        margin-right: -10px !important
    }
}

@media only screen and (width :360px) and (device-height:640px) {
    .area-dados ul {
        height: 175px !important
    }
}

@media only screen and (width :375px) and (device-height:812px) {
    ul.dados-lista-provas {
        padding-right: 12px;
        max-height: 275px !important;
        height: 275px !important
    }
}

@media only screen and (width :414px) and (device-height:896px) {
    ul.dados-lista-provas {
        padding-right: 12px;
        max-height: 315px !important;
        height: 315px !important
    }
}

@media only screen and (min-width :414px) and (device-height:736px) {
    ul.dados-lista-provas {
        padding-right: 12px;
        max-height: 235px !important;
        height: 235px !important;
        margin-bottom: 20px
    }
}

@media only screen and (min-width :320px) and (device-height:568px) {
    .cards-area {
        margin-top: 15px
    }

    .btn-filtro-exportar-smartphones {
        position: relative
    }

    .filtro-body {
        width: 295px
    }

    .text-strong-faltas {
        font-weight: 700;
        color: #7a7f83;
        font-size: 14px
    }

    .btn-grafico-nota {
        display: none
    }

    .card-mobile__boletimv4 .card-top .top-info .disciplina-info p {
        font-size: .9em !important
    }

    .card-mobile__boletimv4 .card-top .top-info .disciplina-info p strong {
        margin-top: 4px
    }

    .card-mobile__boletimv4 .card-bottom {
        display: none
    }

    .barra-grupo.barra-destaque.barra-destaque-notas {
        width: 8% !important;
        margin-right: 5px;
        height: 230px
    }

    .barra-grupo.barra-destaque.barra-destaque-notas .percent-label {
        width: 30px !important;
        margin-bottom: -3px;
        margin-left: -3px
    }

    .percent-label.fix {
        margin-bottom: 14px
    }

    .barra-grupo.barra-destaque.barra-destaque-notas .label {
        margin-bottom: -24px
    }

    ul.dados-lista-provas {
        padding-right: 12px;
        max-height: 145px
    }

    .filtro-fechado-btn.btn-filtro-exportar-smartphones.no-img-bg.filtro-fechado-btn__default {
        margin-left: -7px
    }

    .area-dados ul {
        height: 95px !important;
        max-height: 95px !important;
        margin-top: 10px;
        margin-bottom: 15px
    }
}

.title.title-center.header-item {
    height: 100%
}

.subviews ion-nav-view.view-container {
    background: 0 0 !important
}

.default-data-color {
    color: #333
}

.btn-exportar {
    width: 130px;
    height: var(--filtro-btn-height);
    border-radius: 20px;
    border: none;
    background-color: #eee;
    background-image: url(../img/filter_ico.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    color: #152835;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: auto;
    font-weight: 400;
    font-size: 13px
}

.titulo-no-cap {
    text-transform: none !important
}

.no-img-bg {
    background-image: none !important
}

.header-lista-notas {
    width: 505px;
    left: 75px
}

.event.event__faltas p {
    width: 110px
}

.timeline li p.timeline-event-nome-prova,
.timeline li p.timeline-event-nome-prova span {
    width: 200px;
    text-align: left;
    margin-right: 0
}

.histograma-preloader {
    width: 80px;
    height: 80px;
    background-image: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto
}

.sem-dados-card-message {
    text-align: center;
    padding-top: 130px;
    color: #ccc;
    width: 100%
}

.histograma-preloader-fix {
    margin: 85px 140px 0 0;
    width: 40px;
    height: 40px
}

.barra-grupo.barra-destaque .barra div {
    background: #a144d0 !important
}

.barra-grupo.barra-destaque.barra-destaque-notas {
    width: 5.3% !important;
    margin-right: 5px
}

.disabled-bar-histograma {
    height: 10% !important;
    color: #ccc !important;
    background-color: #ccc !important
}

.res-situation--label {
    float: left;
    margin-top: 5px
}

@media only screen and (max-width:1025px) {
    div.cards-area:last-child {
        margin-bottom: 100px
    }
}

@media only screen and (max-width:1367px) and (orientation:landscape) {
    div.cards-area:last-child {
        margin-bottom: 100px
    }
}

.page-cards {
    font-family: "Open sans", snas-serif;
    padding: 0 70px 0 30px;
    margin-bottom: 100px
}

.page-cards--modal {
    padding: 0 20px !important
}

.page-cards--content_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

h1.page-cards--header_title {
    margin: 0;
    color: #0466c9;
    font-weight: 600;
    font-family: Open Sans;
    font-size: 18px !important
}

h2.page-cards--header_title {
    margin: 0;
    font-weight: 600;
    font-family: Open Sans;
    font-size: 18px !important
}

.card-shadow {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    border-radius: 6px;
    margin-bottom: 8px
}

.card-shadow.click {
    cursor: pointer
}

.card-shadow--title {
    width: 100%;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 25px;
    color: #324a5b;
    margin: 0;
    display: flex;
    align-items: center
}

.btn-collapse {
    width: 100%;
    text-align: left;
    border: none;
    display: flex;
    background: 0 0;
    align-items: center;
    justify-content: space-between
}

.card-shadow--header {
    margin-bottom: 30px
}

.pad-left-0 {
    padding-left: 0
}

.pad-bot-10 {
    padding-bottom: 10px
}

.pad-bot-30 {
    padding-bottom: 50px
}

.card-space {
    padding-top: 5px !important;
    margin-bottom: 10px !important
}

p.card-value {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #324a5b
}

p.card-value-italic {
    font-family: Open Sans;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    color: #324a5b
}

.text-align-c {
    text-align: center
}

p.card-value-2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: #324a5b
}

.content-rows {
    display: flex;
    margin-bottom: 30px;
    margin-right: 0 !important;
    margin-left: 0 !important
}

.content-rows:last-child {
    margin-bottom: 0
}

.content-rows .card-item {
    margin-right: 70px
}

.card-label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #6f7e8d
}

.card-label--class {
    min-height: 60px;
    height: auto;
    margin-bottom: 5px;
    text-align: center
}

.chk-matricula {
    width: 20px;
    height: 20px;
    margin: 0
}

.line-hr {
    margin: 0;
    margin-bottom: 20px
}

.card-item p {
    margin-bottom: 8px
}

span.badge-blood {
    background: #d72121;
    border-radius: 4px;
    padding: 0 7px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #fff
}

.align-right {
    display: flex;
    justify-content: flex-end
}

.align-between {
    display: flex;
    justify-content: space-between
}

.copy-area--transfer {
    margin-left: 20px;
    background: #c8ddf075;
    padding: 5px 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #0466c9;
    font-size: 12px
}

.bt {
    border-radius: 25px;
    border: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 35px;
    transition: .3s all ease-out
}

.bt-secondary {
    background: #eee;
    color: #324a5b;
    margin-bottom: 20px
}

.bt-primary,
.bt-secondary:hover {
    background: #0466c9;
    color: #fff
}

.bt-primary:hover {
    background: #036
}

.bt-action {
    background: #324a5b;
    color: #fff
}

.bt-action:hover {
    background: #253744
}

.bottom-action {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin: 30px 0 60px
}

.content-rows .card-item:first-child {
    width: 256px
}

.item-full {
    width: 100% !important
}

.card-border {
    background: #fff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 30px 0 10px;
    margin-bottom: 10px
}

.page-cards--edit {
    width: 80%
}

.arrow-pos-r {
    display: flex;
    justify-content: flex-end
}

.inpt-group label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #324a5b;
    margin-bottom: 10px
}

.radio-options label {
    font-weight: 700
}

.radio-options {
    display: flex;
    align-items: center;
    position: relative;
    margin: 10px 0
}

.radio-options>div {
    margin-right: 20px
}

.inpt,
input.inpt {
    width: 100%;
    background: #eee;
    border-radius: 4px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #eee;
    transition: .3s all ease-out;
    font-size: 14px;
    line-height: 19px;
    color: #324a5b
}

textarea.inpt {
    height: auto;
    padding: 20px
}

.inpt:focus {
    background: #fff;
    border-color: #0466c9
}

input.inpt::placeholder {
    font-weight: 100
}

.select-group [class*=col-md] {
    padding: 0 0 0 10px
}

.scrolling {
    overflow-y: scroll
}

.input-witch--label {
    position: relative
}

.input-witch--label span {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 14px;
    line-height: 19px;
    color: #324a5b
}

.input-witch--label .inpt {
    padding-right: 40px !important
}

.radio-helper {
    position: relative;
    display: inline-block;
    margin-bottom: 5px
}

.radio-helper:before {
    content: "";
    display: block;
    position: absolute
}

.radio-helper--radio {
    padding-left: 27px
}

.radio-helper--radio:before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #0566c9
}

.inpt-group input[type=radio] {
    display: none
}

.inpt-group input[type=radio]:checked+label:before {
    background: #0566c9
}

.page-cards .container {
    width: 100%
}

.card-shadow--header {
    padding: 0 30px
}

.card-shadow--item-1 {
    padding: 10px 40px
}

.card-shadow .card-shadow--header {
    padding: 0
}

.group-blood select {
    width: 90px
}

.item-descipl {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.popover-option button {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border: none;
    font-size: 30px;
    color: #324a5b;
    line-height: 0
}

.content-rows .card-item:last-child {
    margin: 0
}

.mb-1 {
    margin-bottom: 10px !important
}

.pr-1 {
    padding-right: 10px !important
}

.mb-2 {
    margin-bottom: 20px !important
}

.mb-3 {
    margin-bottom: 30px !important
}

.mb-4 {
    margin-bottom: 40px !important
}

.mb-5 {
    margin-bottom: 50px !important
}

.card-padd-2 {
    padding: 20px 40px
}

.bottom-action button:first-child {
    margin-right: 20px
}

.inpt-group {
    margin-bottom: 20px
}

.content-rows {
    margin-bottom: 20px
}

.item-disc {
    flex: 2
}

.item-teatch {
    flex: 1
}

.item-date {
    flex: 1
}

.seletor-tabs {
    display: flex;
    background: #eee;
    padding: 0 0;
    height: 40px;
    border-radius: 90px;
    margin-bottom: 40px
}

.opcao-tabs {
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 0 40px;
    border-radius: 50px;
    font-family: Open Sans;
    font-size: 14px;
    color: #152835;
    cursor: pointer;
    transition: .3s all ease-out
}

.opcao-tabs:hover {
    background: #152835;
    color: #fff
}

.opcao-tabs.active {
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    color: #152835
}

.no-bg {
    background: #f4f8f9;
    box-shadow: none !important
}

.no-bg .scrolling {
    height: calc(100vh - 167px);
    overflow-y: scroll
}

.hist-tab {
    top: 60px
}

.patrocinador {
    background: #fff;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 18px 28px;
    align-items: center;
    display: flex
}

.patrocinador .row {
    width: 100%;
    display: flex;
    align-items: center
}

.patrocinador .actions-tra {
    display: flex;
    justify-content: flex-end
}

.btn-delete {
    color: #d72121 !important;
    background: rgba(215, 33, 33, .19) !important
}

.btn-edit {
    color: #0466c9 !important;
    background: rgba(33, 80, 215, .19) !important
}

.btn-continue-pgto {
    height: 40px;
    display: flex;
    align-items: center;
    width: 200px !important;
    justify-content: center;
    float: right
}

.btn-pix-pgto {
    height: 40px;
    display: flex;
    align-items: center;
    width: 200px !important;
    justify-content: center;
    color: #0466c9 !important;
    background: rgba(33, 80, 215, .19) !important;
    float: right
}

.info-pix {
    font-size: 12px;
    font-weight: 600;
    color: #a3a3a9
}

.info-pix .row {
    margin-top: 5px !important
}

.info-pix .row .col-md-1 {
    padding: 0 !important
}

.info-pix .row .col-md-11 {
    padding-left: 5px !important
}

.pix-area {
    height: 305px;
    width: 305px;
    margin: auto
}

.text-area--pix {
    resize: none;
    cursor: text !important;
    padding: 10px;
    overflow: hidden
}

.copy-area--pix {
    padding: 10px;
    border: none
}

.copy-area--pix:hover {
    background: #559ee8 !important;
    color: #ebedef !important
}

.btn-group-pgto {
    padding-bottom: 50px !important
}

.btn-pix-pgto:hover {
    background: #559ee8 !important;
    color: #ebedef !important
}

.btn-acion {
    width: 33px;
    height: 33px;
    border-radius: 50px;
    border: none;
    background: #ebedef;
    color: #324a5b;
    overflow: hidden;
    transition: .3s all ease-out
}

.bt-action-secondary {
    background: #8a98a2;
    color: #fff
}

.actions-tra {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: -40px
}

button.btn-acion:hover {
    transform: scale(1.2);
    background: #324a5b;
    color: #ebedef;
    display: block;
    transition: .3s all ease-out
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.collapse-content {
    margin-top: 30px
}

.page-steps .collapse-content {
    padding-left: 70px
}

.btn-save {
    background: #0466c9
}

.btn-save:hover {
    background: #0255a9
}

.mb-40 {
    margin-bottom: 40px
}

.mb-40i {
    margin-bottom: 40px !important
}

.mb-30 {
    margin-bottom: 30px
}

.mb-30i {
    margin-bottom: 30px !important
}

.mb-20 {
    margin-bottom: 20px
}

.mb-20i {
    margin-bottom: 20px !important
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.btn-collapse[aria-expanded=true] .icon:not(.noRotate) {
    transform: rotateX(180deg)
}

.btn-collapse .icon {
    transition: .4s all ease-out
}

.number-collapse {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd;
    font-size: 26px;
    border-radius: 50%;
    margin-right: 20px
}

.number-collapse--2 {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 20px;
    font-weight: bolder
}

.position-start {
    display: flex;
    justify-content: start
}

.btn-include {
    padding: 0 100px;
    margin: 0 auto
}

.fz-14 {
    font-size: 14px !important
}

.modal-conf--title {
    font-size: 20px !important;
    display: block !important;
    font-weight: 500;
    color: #091e42;
    line-height: initial !important;
    text-align: center;
    margin-top: 10px
}

.modal--no-bt {
    bottom: 0;
    top: 0
}

.m-conf-footer {
    display: flex;
    justify-content: space-around;
    height: 50px;
    bottom: 15px;
    border: none
}

.btn-charges {
    background-color: #0466c9 !important;
    border-color: #036
}

.talign-c {
    text-align: center
}

.card-shadow.active {
    border: 1px solid #0466c9
}

.card-shadow.error {
    border: 1px solid #ff0000c4
}

.card-shadow.active .card-shadow--title {
    color: #0466c9
}

.card-shadow.active .number-collapse {
    border-color: #0466c9
}

.card-shadow--header .card-shadow--title {
    color: #324a5b !important
}

.card-shadow--content .row {
    padding: 0
}

.ans-radio {
    color: #4a4b4b;
    font-weight: 400;
    padding-right: 10px;
    vertical-align: middle
}

.ans-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
    padding: 0;
    font-size: 13px
}

.clearflix {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.prio-group--button {
    justify-content: space-between;
    display: flex;
    right: 15px
}

.btn-pos {
    justify-content: flex-start
}

.w-full {
    width: 100%
}

.pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px
}

.navigation-item {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #0466c9;
    padding: 0 20px;
    margin: 0 5px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: .3s all ease-out
}

nav.pagination-nav {
    display: flex
}

.navigation-item--number {
    width: 40px;
    padding: 0
}

.navigation-item--numberPage {
    margin: 10px
}

.navigation-active,
.navigation-item:hover {
    background: #0466c9;
    color: #fff;
    text-decoration: none
}

.ans-label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    line-height: 1.7;
    padding: 0;
    font-size: 13px
}

.ans-radio {
    color: #4a4b4b;
    font-weight: 400;
    padding-right: 10px;
    vertical-align: middle
}

.ans-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
    padding: 0;
    font-size: 13px
}

.ans-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    font-size: 14px;
    color: #324a5b;
    font-weight: 500
}

.inpt-group input[type=checkbox],
.inpt-group input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: .7em;
    margin-left: 0
}

.inpt-group input[type=radio]:focus {
    outline: thin dotted
}

.inpt-group input[type=checkbox]:focus {
    outline: thin dotted
}

.inpt-group input[type=radio] {
    position: relative;
    width: 21px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #0466c9;
    border-radius: 100%
}

.inpt-group input[type=radio]::after {
    content: '';
    border-radius: 100%;
    height: 12px;
    width: 13px;
    margin: auto;
    position: absolute;
    top: 3px;
    left: 3px
}

.btn-card-flex {
    display: flex;
    justify-content: space-around
}

.btn-remove-card-center {
    border: none;
    background: 0 0
}

.btn-remove--card {
    border: none;
    background: 0 0;
    float: right
}

.btn-remove--card:hover {
    background-color: #c4c4c4;
    border-radius: 3px
}

.check-autorizacao {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 0;
    width: 70%;
    height: 100px;
    display: flex;
    align-items: center
}

.ans-radio input[type=radio].radio {
    display: block
}

.inpt-group input[type=radio]:checked::after {
    background: #0466c9
}

.inpt-group input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #98a4ad;
    border-radius: 4px;
    background-color: #98a4ad
}

.inpt-group-2 input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #98a4ad;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #fff;
    margin-top: 0
}

.inpt-group input[type=checkbox]::after {
    content: '';
    width: 70%;
    height: 45%;
    border-radius: 0;
    margin: auto;
    position: absolute;
    top: 3px;
    left: 3px
}

.inpt-group input[type=checkbox]:checked {
    background-color: #0466c9;
    border-color: #0466c9
}

.inpt-group input[type=checkbox]:checked::after {
    border-left: 3px solid;
    border-bottom: 3px solid;
    border-color: #fff;
    border-radius: 0;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.btn-success {
    background: #27ae60
}

.iptr-inline {
    display: flex
}

.iptr-inline .ans-radio {
    margin-right: 20px
}

.legend-mobile {
    display: none;
    color: #324a5b;
    opacity: .6
}

.icon-apginate,
button.btn-acion .label-mobile {
    display: none
}

.ans-label {
    display: block
}

.ans-label input {
    float: left
}

.label-collapse {
    flex: 1
}

.empty-data {
    font-size: 16px;
    margin: 0;
    color: #425868;
    font-weight: 600
}

.subjects-actionable {
    cursor: pointer
}

a.link-n {
    text-decoration: none;
    color: #0466c9
}

a.link-n:hover {
    color: #036
}

.subjects-actionable:hover {
    box-shadow: 0 3px 16px rgba(0, 0, 0, .15)
}

.hours {
    display: flex;
    justify-content: space-between;
    padding: 15px 0
}

.hours .card-label {
    color: #6f7e8d
}

.hours .card-label span {
    font-weight: 700;
    color: #324a5b
}

.new_navigation-item {
    background: 0 0;
    padding: 0;
    cursor: pointer
}

.new_navigation-item .new_navigation-item--link {
    display: flex;
    align-items: center;
    padding: 10px 19px;
    color: #fff !important;
    border-left: 3px solid transparent
}

.new_navigation-item .new_navigation-item--link:hover,
.new_navigation-item--link.active {
    background-color: #004c99 !important;
    text-decoration: none;
    border-color: #edb700
}

.new_navigation-item--link .icon {
    padding: 0;
    margin-right: 20px;
    font-size: 15px;
    color: #fff
}

span.icon-dropdown {
    position: absolute;
    right: 15px
}

.new_navigation-item .submenu {
    background: #022c58;
    overflow: hidden;
    transition: .3s all ease-out;
    height: 0
}

.new_navigation-item .submenu .new_navigation-item--link {
    border: none;
    padding-left: 45px
}

.new_navigation-item.active-dropdown .submenu {
    height: auto
}

.new_navigation-item.item:hover a i {
    color: #fff !important
}

.new_navigation-item.active-dropdown .icon-dropdown {
    transform: rotate(180deg)
}

.new_navigation-item .icon-dropdown {
    transition: .4s all ease-out
}

.align-c {
    display: flex;
    align-items: center
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .inpt-group input[type=checkbox],
    .inpt-group input[type=radio] {
        border: none
    }

    .inpt-group input[type=checkbox] {
        background-color: transparent
    }
}

@media (min-width:1025px) {
    .d-flex {
        display: flex
    }

    .ml-0-desktop {
        margin-left: 0
    }

    .resp--combo {
        padding-left: 0;
        padding-right: 30px
    }
}

@media (min-width:1440px) {
    .page-cards--edit {
        width: 80%
    }
}

@media (min-width:992px) {
    .w-card-remove {
        width: 20%
    }

    .mbt-100 {
        margin-bottom: 100px
    }

    .mt-35 {
        margin-top: 35px
    }
}

@media (min-width:680px) {
    .modal-cartoes-rec {
        top: 10%;
        right: 20%;
        bottom: 20%;
        left: 25%;
        min-height: 550px;
        width: 70%;
        border-radius: 8px
    }

    .modal-cartoes-salvos {
        top: 20%;
        right: 20%;
        bottom: 20%;
        left: 30%;
        min-height: 250px;
        width: 50%;
        height: 420px;
        border-radius: 8px
    }

    .modal-excluir-comentario {
        top: 20%;
        right: 20%;
        bottom: 20%;
        left: 30%;
        min-height: 250px;
        width: 50%;
        height: 300px;
        border-radius: 8px
    }

    .modal-editar-caso {
        top: 20%;
        right: 20%;
        bottom: 20%;
        left: 30%;
        min-height: 250px;
        width: 45%;
        height: 700px;
        border-radius: 8px
    }

    .modal-pix {
        top: 15%;
        right: 20%;
        bottom: 20%;
        left: 20%;
        min-height: 440px;
        width: 60%
    }
}

@media (max-width:1366px) {
    .w-m11 {
        min-width: 11%
    }
}

@media (max-width:1024px) {
    .drop-down-pos {
        right: -100px !important;
        top: -140px !important
    }

    .scrolling {
        overflow-y: scroll
    }

    .mb-m-3 {
        margin-bottom: 30px !important
    }

    .page-cards--edit {
        width: 100%
    }

    .page-cards {
        padding: 0 20px
    }

    .card-shadow {
        padding: 20px
    }

    .content-rows .card-item {
        margin-right: 0
    }

    .card-shadow--content .row {
        display: block;
        margin: 0
    }

    h1.page-cards--header_title {
        font-size: 18px !important
    }

    .actions-tra {
        display: grid;
        justify-content: end
    }

    .pagination {
        justify-content: center
    }

    .page-steps .card-shadow--header {
        padding: 0 15px
    }
}

@media (max-width:990px) {
    .legend-mobile {
        display: block
    }

    .scrolling {
        overflow-y: scroll
    }

    .btn-pos {
        justify-content: center
    }

    .mb-m-3 {
        margin-bottom: 30px !important
    }

    .hours {
        flex-direction: column
    }

    .btn-mob-1 {
        height: 40px;
        max-width: 45%
    }

    .card-space {
        border: 1px solid #ccc;
        border-radius: 10px;
        padding-top: 5px !important;
        margin-bottom: 15px !important
    }

    .hours {
        flex-direction: column
    }

    .hide-header {
        display: none !important
    }

    button.btn-acion {
        width: auto;
        padding: 0 20px;
        display: flex !important
    }

    button.btn-acion .label-mobile {
        margin-left: 10px;
        display: block
    }

    .actions-tra {
        width: 100%;
        display: flex;
        margin-top: 40px;
        justify-content: center
    }
}

@media (max-width:768px) {
    .scrolling {
        overflow-y: scroll
    }

    .card-item {
        margin-bottom: 10px;
        width: 100% !important;
        display: block;
        margin-right: initial;
        padding-left: 0;
        padding-right: 0
    }

    .check-autorizacao {
        width: 100%;
        display: flex !important;
        height: 150px;
        margin-bottom: 30px !important;
        text-align: justify
    }

    .m-15-mobile {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .content-rows {
        flex-direction: column;
        margin-bottom: 0
    }

    .inpt-group {
        margin-bottom: 20px
    }

    .date-group {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0 !important
    }

    .date-group [class*=col-md] {
        margin-bottom: 10px;
        padding: 0;
        margin-left: 0
    }

    .card-border .container {
        padding: 0
    }

    .group-blood select {
        width: 100%
    }

    .label-paginate {
        display: none
    }

    .icon-apginate {
        display: block
    }

    .pagination-nav .navigation-item--number:nth-child(n+5) {
        display: none
    }

    .page-steps .collapse-content {
        padding-left: 0
    }

    .seletor-pagina {
        position: relative;
        width: 100%;
        height: 80px;
        display: flex;
        padding: 0;
        overflow-y: scroll
    }

    .seletor-tabs {
        position: absolute;
        left: 0;
        margin-bottom: 0;
        display: inline-flex;
        margin: 0 40px
    }

    .opcao-tabs {
        width: max-content;
        padding: 0 20px
    }

    .seletor-pagina::-webkit-scrollbar {
        height: 5px;
        display: none
    }

    .days-week {
        flex-wrap: wrap
    }

    .group-buttons {
        text-align: center
    }

    ::-webkit-scrollbar {
        height: 10px
    }

    .action-disc {
        min-width: 140px !important;
        padding: 0 10px !important
    }

    .card-shadow--title {
        font-size: 13px !important;
        line-height: initial
    }

    .no-padding {
        padding: 0 !important
    }

    .no-shadow {
        box-shadow: none
    }

    .modal {
        margin: 0 !important
    }

    .p-10 {
        padding: 15px !important
    }

    .scroll-vertical {
        display: flex !important
    }

    .btn-actions {
        border: none;
        background-color: transparent
    }
}

.scroll-vertical {
    display: none;
    align-items: center;
    justify-content: center
}

.scroll-vertical .icon {
    transform: rotate(45deg);
    font-size: 23px
}

.reti-senci {
    width: 16%;
    height: 25px;
    background-image: url(../img/ret-senci.svg) !important;
    background-repeat: no-repeat;
    margin: 10px 125px;
    border: none
}

.btn-default {
    border-color: none
}

.mp-3 {
    margin-bottom: 29px !important
}

.title-modal--submission {
    display: block !important;
    font-size: 32px !important;
    font-weight: 500;
    color: #091e42;
    line-height: initial !important;
    text-align: center;
    margin-top: 10px
}

.header-modal--submission {
    width: 100%;
    display: flex;
    flex-direction: column
}

.header-modal--submission .button {
    align-self: flex-end;
    padding: 3px 12px !important
}

label.container-modal--label {
    display: flex !important;
    justify-content: center
}

.container-modal--submission .form-control {
    background: #eee !important;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px !important;
    line-height: 19px;
    color: #98a4ad;
    font-weight: 100
}

.modal-submission {
    min-height: auto !important;
    max-width: 460px;
    height: 203px;
    margin: 0 auto
}

span.container-modal--submission {
    margin-top: 71px
}

@media only screen and (max-width:490px) {
    .align-between .btn-action {
        margin-left: 0 !important
    }

    .align-between button.btn-acion {
        margin-left: 0 !important;
        margin-top: 20px;
        justify-content: center
    }

    .align-between {
        flex-direction: column
    }
}

@media only screen and (max-width:600px) {
    .modal-submission {
        max-width: 89% !important;
        margin: 20px;
        height: 260px !important;
        padding: 0 !important
    }

    .title-modal--submission {
        width: 100%;
        font-size: 20px !important;
        margin-left: 15px
    }

    span.container-modal--submission {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    span.container-modal--submission .btn-arquivo {
        margin-left: 0;
        margin-top: 20px
    }
}

.inpt-group input[type=file] {
    line-height: 78px
}

.inpt--disabled {
    cursor: not-allowed;
    width: 100%;
    background-color: #ccc
}

.f-none {
    float: none !important
}

.pd-save {
    padding: 0 100px !important
}

.parc-title {
    color: #526675;
    width: 100%;
    text-align: center
}

.top-75 {
    top: 75px !important
}

.inpt-group input[disabled],
.inpt-group input[readonly]:not(.cloned-text-input),
.inpt-group select[disabled],
.inpt-group select[readonly],
.inpt-group textarea[disabled],
.inpt-group textarea[readonly]:not(.cloned-text-input) {
    height: 40px;
    font-size: 16px;
    font-style: normal;
    font-family: Open Sans;
    padding: 10px;
    float: left;
    background-color: #ccc;
    cursor: not-allowed
}

.btn-arquivo {
    height: 40px;
    margin-top: -6px;
    margin-left: 20px;
    background: #0466c9;
    border-radius: 50px;
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    padding: 0 20px
}

.container-modal--submission {
    display: flex;
    padding-top: 72px;
    align-items: center;
    justify-content: center
}

.bar .title+.button:last-child {
    position: absolute;
    top: 5px;
    right: 18px;
    bottom: 5px;
    font-size: 11px;
    color: #bdbdbd;
    font-weight: 700
}

button.button.ion-close-round.button-clear.button-positive {
    color: #bdbdbd !important;
    font-size: 20px
}

button.btn-acion.attach {
    margin-left: 10px
}

button.btn-arquivo.btn-success {
    background: #27ae60
}

.actions-modal--remove {
    padding-top: 80px;
    justify-content: center;
    display: flex
}

.actions-modal--remove button:not(:last-child) {
    margin-right: 20px
}

.ans-radio span {
    flex: 1
}

.table-disciplinas {
    padding: 10px !important
}

.mb-0 {
    margin-bottom: 0
}

.rounded {
    border-radius: 50px;
    height: 40px;
    padding: 0 25px
}

.rounded-large {
    border-radius: 50px;
    height: 40px;
    padding: 0 100px
}

.police-content {
    max-height: 500px;
    overflow-y: auto
}

.v-align-bottom {
    vertical-align: bottom !important
}

.v-align-middle {
    vertical-align: middle !important
}

.action-disc {
    border: 1px solid #324a5b;
    padding: 0;
    display: inline-grid;
    border-radius: 3px;
    justify-content: space-around;
    align-items: center;
    min-width: 100%;
    margin-bottom: 15px
}

.actions-disciplinas {
    margin: 0 10px;
    font-size: 15px;
    display: flex;
    justify-content: center
}

.mb-05 {
    margin-bottom: 5px
}

.pd-30 {
    padding: 30px
}

.class-label {
    padding-bottom: 7px;
    padding-top: 7px;
    display: flex;
    justify-content: center
}

.actions-disciplinas button {
    background: 0 0;
    border: none
}

.detals-disciplina {
    padding: 20px
}

.action-disc.conflict {
    background: #ff050038;
    color: #a94442;
    border-color: #a94442;
    margin-bottom: 20px
}

p.conflict-text {
    color: #a94442
}

.action-disc.recent-added {
    background: #b6f5b8;
    color: #199a1e;
    border-color: #199a1e
}

.table-recent-added {
    background: #b6f5b8;
    color: #199a1e;
    border-color: #199a1e
}

.table-recent-added--text {
    color: #199a1e !important
}

p.recent-added--text {
    color: #199a1e
}

.table-disciplinas--col tbody tr td {
    border-right: 1px solid #ddd
}

.table-disciplinas--col tbody tr td:last-child {
    border-right: none !important
}

.page-cards--header_subttitle {
    font-weight: 600;
    color: #324a5b;
    margin-bottom: 0 !important
}

.p-20 {
    padding: 20px
}

.group-inline {
    display: flex;
    justify-content: space-between
}

.inpt-group.input-inline {
    display: flex
}

.inpt-group.input-inline label {
    margin-right: 10px
}

.table-max-content {
    width: max-content !important;
    max-width: inherit !important
}

.pager-flex {
    display: flex;
    justify-content: space-between
}

.group-buttons .btn {
    margin-right: 10px
}

.group-buttons .btn:last-child {
    margin-right: 0
}

.bt-action:hover {
    color: #fff
}

.default-overflow-x {
    overflow-x: scroll !important
}

.hidden-desktop-scroll {
    overflow-x: hidden !important
}

.lyGridGroupHeaderMatricula {
    font-size: 14px
}

.color--no-content {
    color: #b3b1b1
}

.matr-ico-actions {
    margin-left: 30%
}

@media only screen and (max-width:768px) {
    .scrolling {
        overflow-y: scroll
    }

    .w-card-remove {
        width: 30%
    }

    .matr-ico-actions {
        margin-left: 10%
    }

    .actions-disciplinas {
        font-size: 15px;
        display: flex;
        width: 100%;
        justify-content: center
    }

    .action-disc {
        display: inline-block
    }

    .btn-item-matr {
        width: 160px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .patrocinador {
        padding: 10px 0
    }

    .default-overflow-x {
        overflow-x: scroll !important
    }

    .page-cards {
        padding: 0 10px
    }
}

@media only screen and (max-width:600px) {
    .container-modal--submission {
        flex-direction: column;
        padding: 70px 30px 0
    }

    .d-block {
        display: block
    }

    button.btn-arquivo {
        margin-top: 10px;
        width: 100%;
        margin-left: 0
    }

    .container-modal--submission .container-modal--label,
    .container-modal--submission .form-control,
    .container-modal--submission span {
        width: 100% !important
    }

    .modal {
        max-width: 334px;
        margin: 15px
    }

    .modal-w100 {
        max-width: 100%
    }

    .modal-matricula {
        top: 30%;
        width: 90%;
        border-radius: 5px;
        left: 5%
    }

    .bar .title+.button:last-child {
        position: absolute;
        top: 5px;
        right: 18px;
        bottom: 5px;
        font-size: 11px;
        font-weight: 700
    }
}

@media (max-width:430px) {
    .copy-area--transfer span {
        display: none
    }

    .m-area--cobranca {
        margin: 10px 0 10px -15px
    }

    .btn-pix-pgto {
        width: 100% !important
    }

    .btn-continue-pgto {
        width: 100% !important
    }
}

@media only screen and (min-width:768px) {
    .mr-30-medium-device {
        margin-right: 30px
    }
}

@media (max-width:320px) {
    .btn-item-matr {
        width: 90%;
        margin: 5% !important
    }

    .w-card-remove {
        width: 40%
    }

    .pager-flex {
        display: inherit
    }
}

@media only screen and (max-width:500px) {
    @media only screen and (max-width:500px) {
        .info-pix .row .col-md-1 {
            padding-left: 15px !important
        }
    }
}

.btn-salvar-dados-cadastrais {
    width: 150px
}

.page-title {
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: 'Open Sans';
    font-size: 21px !important;
    color: #084688;
    line-height: 25px;
    font-weight: 700;
    font-style: normal
}

.tab-box {
    border: 1px solid rgba(0, 0, 0, .12);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 24px
}

.tab-subtitle {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #084688;
    line-height: 20px;
    font-weight: 700;
    font-style: normal
}

.tabbable-line>.tab-content>.active {
    display: contents
}

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #86888a;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    font-style: normal
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 3px solid #b4c7db
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: 0 0 !important;
    color: #084688;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    font-style: normal
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 3px solid #084688;
    position: relative
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #084688;
    line-height: 16px;
    font-weight: 700;
    font-style: normal
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040
}

.tabbable-line>.tab-content {
    width: unset;
    margin-top: 61px;
    border: 0;
    padding: 15px 0
}

.tabbable-line>.tab-content .tab-pane {
    border: unset
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0
}

.container-estou-chegando {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.card-estou-chegando {
    width: 90%;
    height: 90px;
    background: #fff;
    box-shadow: 0 0 6px #0f5AA733;
    border-radius: 8px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 5px
}

.card-status {
    width: 95%;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 6px #0f5AA733;
    border-radius: 8px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 5px
}

.card-confirmacao {
    width: 95%;
    height: 110px;
    background: #fff;
    box-shadow: 0 0 6px #0f5AA733;
    border-radius: 8px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 5px
}

.card-confirmacao i {
    color: #e9b439
}

.card-confirmacao-aluno {
    width: 95%;
    height: 110px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 5px
}

.separador-info {
    border-top: 1px solid #d0d0d0;
    height: 1px;
    width: 90vw
}

.title-info {
    text-align: left;
    width: 100%;
    margin-left: 35px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 40px
}

.titulo-estou-chegando {
    text-align: left;
    width: 100%;
    margin-left: 25px;
    font-weight: 700;
    font-size: 16px
}

.card-confirmacao-aluno .confirmacao-infos {
    margin-left: 10px
}

.button-estou-chegando {
    background: #0f7bef;
    padding: 15px 70px;
    color: #fff;
    margin-top: 20px
}

.button-notificacao {
    background: #ffb800;
    padding: 15px 70px;
    color: #fff;
    margin-top: 20px;
    width: 80%
}

.estou-chegando-info {
    text-align: center
}

.estou-chegando-info p {
    font-weight: 700
}

.info-status {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.info-progresso-atual {
    background: #53ff50;
    width: 0%;
    height: 100%
}

.info-status .info-carro {
    width: 75px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center
}

.info-status .info-carro .info-carro-img {
    background-image: url(../img/carro.png);
    height: 25px;
    width: 25px
}

.info-status .info-escola {
    width: 75px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center
}

.info-status .info-escola .info-escola-img {
    background-image: url(../img/escola.png);
    height: 35px;
    width: 45px
}

.info-status .info-progresso {
    width: 80%;
    background: #ff3c3c;
    height: 3px;
    margin-left: 1px;
    margin-right: 1px
}

.subtexto-title {
    text-align: center
}

.inpt,
input.inpt {
    height: 33px !important;
    font-family: Open Sans !important;
    font-style: normal !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px;
    color: #333
}

select.inpt:disabled {
    height: 33px !important;
    padding: 6px 12px;
    font-family: Open Sans !important;
    font-style: normal !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px;
    color: #333
}

.inpt-group label {
    font-weight: 700;
    font-size: 12px;
    color: #333
}

.page-title-wizard {
    padding-top: 29px;
    padding-left: 20px;
    font-family: 'Open Sans';
    font-size: 21px !important;
    color: #084688;
    line-height: 25px;
    font-weight: 700;
    font-style: normal
}

hr {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.mensagem-info {
    background: unset;
    border: unset
}

.mensagem-info ul {
    list-style-type: none
}

.mensagem-info ul li {
    list-style: none;
    position: relative;
    padding: 3px 0 2px 15px;
    margin-left: 40px
}

.mensagem-info-icon {
    color: #ffc700;
    font-size: 23px
}

.btn-prosseguir {
    background-color: #084688 !important;
    border-color: #084688 !important;
    border-radius: 50px;
    height: 40px;
    padding: 0 25px;
    font-family: Open Sans !important;
    font-style: normal !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px
}

.btn-padrao-redondo {
    border-radius: 50px !important;
    height: 40px !important;
    padding: 0 25px !important;
    font-family: Open Sans !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important
}

.div-contrato-matricula {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.btn-contrato-matricula {
    height: 32px;
    border-radius: 3px;
    font-family: Open Sans !important;
    font-style: normal !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px;
    width: 100%;
    max-width: 280px
}

.btn-contrato-matricula:hover {
    color: unset;
    background-color: unset;
    border-color: unset
}

.btn-contrato-matricula-recusar {
    border: 1px solid #084688;
    background-color: unset !important;
    color: #084688
}

.btn-contrato-matricula-aceitar {
    border: 1px solid #084688;
    background-color: #084688 !important;
    color: #fff
}

.btn-contrato-matricula-download {
    background-color: unset !important;
    color: #084688 !important;
    margin-bottom: 20px;
    border: unset
}

.panel-matricula {
    box-shadow: none !important
}

.panel-matricula-header {
    min-height: 68px;
    border: 1px solid rgba(0, 0, 0, .12) !important;
    display: grid;
    align-items: center
}

.panel-matricula-title {
    font-family: 'Open Sans';
    font-size: 16px !important;
    color: #084688 !important;
    line-height: 20px;
    font-weight: 700;
    font-style: normal
}

.panel-matricula-body {
    padding-top: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .12) !important;
    border-right: 1px solid rgba(0, 0, 0, .12) !important;
    border-left: 1px solid rgba(0, 0, 0, .12) !important;
    border-radius: 0 0 3px 3px
}

.panel-matricula-row {
    padding: unset;
    width: unset;
    display: unset
}

.panel-matricula-label {
    padding-left: 15px;
    padding-bottom: 16px;
    font-family: 'Open Sans';
    font-size: 14px !important;
    color: #084688 !important;
    line-height: 20px;
    font-weight: 700;
    font-style: normal
}

.mensagem-info-matricula {
    padding: 5px 5px 5px 10px;
    margin: 10px 15px 0 15px
}

.panel-heading {
    position: relative;
    border-radius: 3px
}

.panel-heading::after {
    content: "\f107";
    color: #084688;
    right: 20px;
    position: absolute;
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 700
}

.panel-heading[aria-expanded=true]::after {
    content: "\f106"
}

.hide-after:after {
    content: none
}

.wizard {
    margin-top: -30px
}

.wizard>div.wizard-inner {
    position: relative;
    background: #f1f3f4;
    border-radius: 5px;
    height: 44px
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 95%;
    margin: 0 auto;
    left: 53%;
    right: 0;
    top: 50%;
    z-index: 1
}

.wizard .nav-tabs {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom: unset
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:focus,
.wizard .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent
}

span.round-tab {
    width: 28px;
    height: 28px;
    line-height: 25px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 15px
}

.wizard li.active span.round-tab {
    background: #084688;
    border: 2px solid #084688
}

span.round-tab i {
    color: #fff
}

.wizard li.active span.round-tab-concluido {
    background: #0da738 !important;
    border: 2px solid #0da738 !important
}

.wizard li.active span.round-tab-concluido i {
    color: #fff !important
}

.wizard li.active span.round-tab-inativo {
    background: #ccc;
    border: 2px solid #ccc
}

.wizard li.active span.round-tab-inativo i {
    color: #575757
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333
}

.wizard .nav-tabs>li {
    width: 25%
}

.wizard .nav-tabs>li a {
    width: 28px;
    height: 28px;
    margin: 8px auto;
    border-radius: 100%;
    padding: 0
}

.wizard .nav-tabs>li a:hover {
    background: 0 0
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px
}

.wizard h3 {
    margin-top: 0
}

.wizard-contrato-matricula {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 3px;
    margin-bottom: 20px
}

.wizard-contrato-matricula-title {
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    color: #084688 !important;
    line-height: 20px;
    font-weight: 700 !important;
    font-style: normal
}

.botao-matricula {
    background-color: red
}

.checkbox.checkbox-switch {
    padding-left: 0
}

.checkbox-inline.checkbox-switch,
.checkbox.checkbox-switch label {
    display: inline-block;
    position: relative;
    padding-left: 0
}

.checkbox-inline.checkbox-switch input,
.checkbox.checkbox-switch label input {
    display: none
}

.checkbox-inline.checkbox-switch span,
.checkbox.checkbox-switch label span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-color: #dfdfdf;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.checkbox-inline.checkbox-switch span:before,
.checkbox.checkbox-switch label span:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all .3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.checkbox-inline.checkbox-switch>input:checked+span:before,
.checkbox.checkbox-switch label>input:checked+span:before {
    left: 17px
}

.checkbox-inline.checkbox-switch.switch-success>input:checked+span,
.checkbox.checkbox-switch.switch-success label>input:checked+span {
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: #28a745 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s
}

.checkbox-inline.checkbox-switch.switch-success>input:checked:disabled+span,
.checkbox.checkbox-switch.switch-success label>input:checked:disabled+span {
    background-color: #99d9a8;
    border-color: #99d9a8;
    box-shadow: #99d9a8 0 0 0 8px inset
}

.div-contrato {
    overflow-x: auto;
    max-height: 350px
}