﻿@charset "UTF-8"; /*!* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/ /*!normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}
/*!Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    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
    }
}

@font-face {
    font-family: glyphicons halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: glyphicons halflings;
    font-style: normal;
    font-weight: 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: "\e054"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e052"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e058"
}

.glyphicon-indent-right:before {
    content: "\e057"
}

.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: "\e080"
}

.glyphicon-chevron-right:before {
    content: "\e079"
}

.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: "\e092"
}

.glyphicon-arrow-right:before {
    content: "\e091"
}

.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: "\e128"
}

.glyphicon-hand-left:before {
    content: "\e127"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e132"
}

.glyphicon-circle-arrow-left:before {
    content: "\e131"
}

.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: "\e249"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e247"
}

.glyphicon-triangle-right:before {
    content: "\e251"
}

.glyphicon-triangle-left:before {
    content: "\e250"
}

.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: "\e258"
}

.glyphicon-menu-right:before {
    content: "\e257"
}

.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 {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[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 {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: right
}

.text-right {
    text-align: left
}

.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-right: 0;
    list-style: none
}

.list-inline {
    padding-right: 0;
    margin-right: -5px;
    list-style: none
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-right: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: right;
        width: 160px;
        overflow: hidden;
        clear: right;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-right: 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-right: 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: 0;
        padding-left: 15px;
        text-align: left;
        border-right: 0;
        border-left: 5px solid #eee
    }

        .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;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-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-right: 15px;
    padding-left: 15px
}

.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%
}


@media(min-width:768px) {

    .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%
    }
}

@media(min-width:992px) {

    .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%
    }
}

@media(min-width:1200px) {
    .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%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: right
}

th {
    text-align: right
}

.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;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.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 {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > 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-right: 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-left: 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 {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 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 {
        background-color: transparent;
        border: 0
    }

    .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-right: 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-right: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-right: 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 {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

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-left: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    left: 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;
    background-color: #dff0d8;
    border-color: #3c763d
}

.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;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.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;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .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-right: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-right: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    left: 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;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .btn.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 {
        background-image: none;
        outline: 0;
        -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;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65
    }

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 {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link: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%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 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 > 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 {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: auto;
    left: 0
}

.dropdown-menu-left {
    right: 0;
    left: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: auto;
    left: 0
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0
    }

    .navbar-right .dropdown-menu-left {
        right: 0;
        left: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: right
    }

        .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-right: -1px
    }

.btn-toolbar {
    margin-right: -5px
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: right
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-right: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-right: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group {
    float: right
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.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-right: 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-right: 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-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-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-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            right: 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-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: right;
        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-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .input-group-addon:first-child {
        border-left: 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-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-addon:last-child {
        border-right: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-right: -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-left: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-right: -1px
    }

.nav {
    padding-right: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a: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;
                cursor: not-allowed;
                background-color: transparent
            }

    .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: right;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-left: 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;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            right: 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-left: 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: right
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-right: 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-right: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        right: 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-left: 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-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: right
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 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: right;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 15px;
    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 25px 5px 15px
        }

        .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: right;
        margin: 0
    }

        .navbar-nav > li {
            float: right
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.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)
}

@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-right: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-right: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: right;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: right !important
    }

    .navbar-right {
        float: left !important;
        margin-left: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-left: 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 {
        color: #555;
        background-color: #e7e7e7
    }

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a: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 {
        color: #fff;
        background-color: #080808
    }

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a: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 {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-right: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: right;
            padding: 6px 12px;
            margin-right: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-right: 0;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-left-radius: 4px;
            border-bottom-left-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;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-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-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pager {
    padding-right: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: left
    }

    .pager .previous > a, .pager .previous > span {
        float: right
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }

.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;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    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
}

.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 {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: 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-left: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        left: -21px;
        color: inherit
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 100% 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 100% 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 100% 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: right;
    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: -webkit-linear-gradient(135deg,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(135deg,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: -webkit-linear-gradient(135deg,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(135deg,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: -webkit-linear-gradient(135deg,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(135deg,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: -webkit-linear-gradient(135deg,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(135deg,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: -webkit-linear-gradient(135deg,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(135deg,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 {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-right: 10px
}

.media-left, .media > .pull-left {
    padding-left: 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-right: 0;
    list-style: none
}

.list-group {
    padding-right: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item, 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 {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: right
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

    .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-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > .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-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-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-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table: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, .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-right-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-left-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-right-radius: 3px;
            border-bottom-left-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-right-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-left-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-right: 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-left: 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 {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .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;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 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: left;
    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 {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.in {
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-right: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-right: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-right: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto
}

    .tooltip.in {
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-right: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-right: -3px
    }

.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 {
    right: 50%;
    bottom: 0;
    margin-right: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    right: 50%;
    margin-right: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.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);
    line-break: auto
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-right: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-right: -10px
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px
    }

.popover.top > .arrow {
    right: 50%;
    bottom: -11px;
    margin-right: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-right: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0
    }

.popover.right > .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.right > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff
    }

.popover.bottom > .arrow {
    top: -11px;
    right: 50%;
    margin-right: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-right: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

    .popover.left > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out right;
        -o-transition: .6s ease-in-out right;
        transition: .6s ease-in-out right
    }

        .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 {
            right: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            right: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                right: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0)
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    right: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    right: 100%
}

.carousel-inner > .prev {
    right: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        right: 0
    }

.carousel-inner > .active.left {
    right: -100%
}

.carousel-inner > .active.right {
    right: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: transparent;
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: auto;
        left: 0;
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    right: 50%;
    bottom: 10px;
    z-index: 15;
    width: 60%;
    padding-right: 0;
    margin-right: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.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-right: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-left: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 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, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header: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 {
    display: table;
    content: " "
}

.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, .modal-footer:after, .modal-header: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-right: auto;
    margin-left: auto
}

.pull-right {
    float: left !important
}

.pull-left {
    float: right !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
    }
}

html {
    height: 100%
}

body {
    min-height: 100%
}

a {
    cursor: pointer
}

    a:focus {
        outline: 0
    }

figure {
    position: relative
}

figcaption {
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    z-index: 2;
    background-color: rgba(0,0,0,.7);
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

figure:hover figcaption {
    opacity: 1;
    visibility: visible
}

.img-rounded {
    border-radius: 3px
}

.hr-condensed {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: -.015em
}

    .h1 > .badge, .h1 > .label, .h2 > .badge, .h2 > .label, .h3 > .badge, .h3 > .label, .h4 > .badge, .h4 > .label, .h5 > .badge, .h5 > .label, .h6 > .badge, .h6 > .label, h1 > .badge, h1 > .label, h2 > .badge, h2 > .label, h3 > .badge, h3 > .label, h4 > .badge, h4 > .label, h5 > .badge, h5 > .label, h6 > .badge, h6 > .label {
        vertical-align: middle;
        margin-top: -2px
    }

        .h1 > .badge.pull-right, .h1 > .label.pull-right, .h2 > .badge.pull-right, .h2 > .label.pull-right, .h3 > .badge.pull-right, .h3 > .label.pull-right, .h4 > .badge.pull-right, .h4 > .label.pull-right, .h5 > .badge.pull-right, .h5 > .label.pull-right, .h6 > .badge.pull-right, .h6 > .label.pull-right, h1 > .badge.pull-right, h1 > .label.pull-right, h2 > .badge.pull-right, h2 > .label.pull-right, h3 > .badge.pull-right, h3 > .label.pull-right, h4 > .badge.pull-right, h4 > .label.pull-right, h5 > .badge.pull-right, h5 > .label.pull-right, h6 > .badge.pull-right, h6 > .label.pull-right {
            margin-top: 3px
        }

    .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-size: 13px;
        display: inline-block
    }

        .h1 small.display-block, .h2 small.display-block, .h3 small.display-block, .h4 small.display-block, .h5 small.display-block, .h6 small.display-block, h1 small.display-block, h2 small.display-block, h3 small.display-block, h4 small.display-block, h5 small.display-block, h6 small.display-block {
            margin-top: 3px
        }

    .h1 > [class*=icon-], .h2 > [class*=icon-], .h3 > [class*=icon-], h1 > [class*=icon-], h2 > [class*=icon-], h3 > [class*=icon-] {
        top: -2px
    }

    .h1 small, .h2 small, .h3 small, h1 small, h2 small, h3 small {
        font-size: 13px
    }

.heading-divided {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

a, button, input, textarea {
    outline: 0
}

.mark, mark {
    background-color: #333;
    padding: 2px 6px;
    color: #fff;
    border-radius: 2px
}

.text-right {
    text-align: left
}

.text-left {
    text-align: right
}

svg {
    display: block
}

.svg-inline svg {
    display: inline-block
}

.svg-center svg {
    margin: auto
}

.letter-icon {
    width: 16px;
    display: block
}

.content-divider {
    text-align: center;
    position: relative;
    z-index: 1
}

    .content-divider > span {
        background-color: #f5f5f5;
        display: inline-block;
        padding-left: 12px;
        padding-right: 12px
    }

.panel .content-divider > span, .tab-content-bordered .content-divider > span {
    background-color: #fff
}

.content-divider > span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    background-color: #ddd;
    width: 100%;
    z-index: -1
}

.icon-object {
    border-radius: 50%;
    text-align: center;
    margin: 10px;
    border-width: 3px;
    border-style: solid;
    padding: 20px;
    display: inline-block
}

    .icon-object > i {
        font-size: 32px;
        top: 0
    }

.img-preview {
    max-height: 70px
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

    .video-container embed, .video-container iframe, .video-container object {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%
    }

.status-mark {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid
}

.dropdown-menu > .active .status-mark {
    background-color: #fff;
    border-color: #fff
}

.position-left {
    margin-left: 7px
}

.position-right {
    margin-right: 7px
}

.bg-success {
    color: #fff;
    background-color: #4caf50
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #3d8b40
}

.bg-info {
    color: #fff;
    background-color: #00bcd4
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #008fa1
}

.bg-warning {
    color: #fff;
    background-color: #ff5722
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ee3900
}

.bg-danger {
    color: #fff;
    background-color: #f44336
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #ea1c0d
}

.page-header {
    margin: 0 0 20px;
    padding-bottom: 0;
    background-color: #fff
}

    .page-header:not(.page-header-transparent) > .page-header-content + .navbar, .page-header:not(.page-header-transparent) > .page-header-content + .navbar-collapse > .navbar {
        border-bottom: 0
    }

@media(min-width:769px) {
    .page-header .heading-elements.collapse {
        display: block;
        visibility: visible
    }
}

.page-header-transparent {
    border-bottom: 0;
    margin-bottom: 0;
    background-color: transparent
}

    .page-header-transparent .navbar-default {
        background-color: #fff
    }

@media(max-width:768px) {
    .page-header-transparent .heading-elements {
        background-color: #fff
    }
}

.page-title {
    padding: 30px 0 30px 36px;
    display: block;
    position: relative
}

    .page-title small {
        margin-right: 10px
    }

        .page-title small:before {
            content: '/';
            margin-left: 15px
        }

        .page-title small.display-block {
            margin-right: 0
        }

            .page-title small.display-block:before {
                content: none
            }

    .page-title i ~ small.display-block {
        margin-right: 31px
    }

.page-header-lg .page-title {
    padding-top: 35px;
    padding-bottom: 35px
}

.page-header-sm .page-title {
    padding-top: 25px;
    padding-bottom: 25px
}

.page-header-xs .page-title {
    padding-top: 20px;
    padding-bottom: 20px
}

.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
    margin: 0
}

@media(min-width:769px) {
    .page-title {
        padding-left: 0
    }
}

.page-header-content {
    position: relative;
    background-color: inherit;
    padding: 0 20px
}

    .page-header-content[class*=border-bottom-] + .breadcrumb-line {
        border-top: 0
    }

.text-black {
    font-weight: 900
}

.text-bold {
    font-weight: 700
}

.text-semibold {
    font-weight: 500
}

.text-regular {
    font-weight: 400
}

.text-light {
    font-weight: 300
}

.text-thin {
    font-weight: 100
}

.text-italic {
    font-style: italic
}

.text-highlight {
    padding: 4px 6px
}

.text-size-large {
    font-size: 14px
}

.text-size-base {
    font-size: 13px
}

.text-size-small {
    font-size: 12px
}

.text-size-mini {
    font-size: 11px
}

ol, ul {
    padding-left: 0;
    padding-right: 25px
}

.list > li, .list > li .list > li {
    margin-top: 7px
}

    .list > li:first-child {
        margin-top: 0
    }

.list-condensed > li, .list-condensed > li .list > li {
    margin-top: 3px
}

.list-extended > li, .list-extended > li .list > li {
    margin-top: 11px
}

ul.list-square {
    list-style-type: square
}

ul.list-circle {
    list-style-type: circle
}

.list-unstyled {
    padding-right: 0
}

.list-inline {
    margin-left: 0;
    font-size: 0;
    padding-right: 0
}

    .list-inline > li {
        padding-right: 0;
        padding-left: 20px;
        font-size: 13px
    }

        .list-inline > li:last-child {
            padding-left: 0
        }

.list-inline-condensed > li {
    padding-left: 10px
}

.list-inline-separate > li {
    padding-left: 20px;
    position: relative
}

    .list-inline-separate > li:before {
        content: '\2022';
        position: absolute;
        left: 8px;
        color: #ccc;
        top: 1px
    }

    .list-inline-separate > li:last-child:before {
        content: none
    }

.list-icons {
    padding: 0
}

    .list-icons li {
        list-style: none
    }

        .list-icons li i {
            margin-left: 7px
        }

.icons-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    font-size: 0
}

    .icons-list > li {
        position: relative;
        display: inline-block;
        margin-right: 5px;
        font-size: 13px
    }

        .icons-list > li:first-child {
            margin-right: 0
        }

        .icons-list > li > a {
            color: inherit;
            display: block;
            opacity: 1
        }

            .icons-list > li > a:focus, .icons-list > li > a:hover {
                opacity: .75
            }

            .icons-list > li > a > i {
                top: 0
            }

            .icons-list > li > a > .caret {
                margin-top: 0;
                margin-bottom: 0
            }

.icons-list-extended > li {
    margin-right: 10px
}

dl {
    margin-bottom: 0
}

dt {
    margin-bottom: 5px;
    font-weight: 500
}

dd + dt {
    margin-top: 20px
}

dd {
    margin-right: 0
}

.dl-horizontal dt + dd {
    margin-top: 20px
}

.dl-horizontal dt:first-child + dd {
    margin-top: 0
}

@media(min-width:769px) {
    .dl-horizontal dt {
        float: right;
        clear: right;
        text-align: left
    }

    .dl-horizontal dd {
        margin-left: 0;
        margin-right: 180px
    }
}

blockquote {
    margin: 0
}

    blockquote img {
        height: 42px;
        float: right;
        margin-left: 20px
    }

        blockquote img.pull-right {
            margin-left: 0;
            margin-right: 20px
        }

    blockquote .small, blockquote footer, blockquote small {
        font-size: 12px;
        margin-top: 10px;
        display: block;
        clear: both
    }

    .blockquote-reverse, blockquote.pull-right {
        padding-left: 20px
    }

caption {
    text-align: right
}

th {
    font-weight: 500;
    text-align: right
}

.table {
    margin-bottom: 0
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        vertical-align: middle
    }

    .panel[class*=bg-] .table > tbody > tr > td, .panel[class*=bg-] .table > tbody > tr > th, .panel[class*=bg-] .table > tfoot > tr > td, .panel[class*=bg-] .table > tfoot > tr > th, .panel[class*=bg-] .table > thead > tr > td, .panel[class*=bg-] .table > thead > tr > th, .table[class*=bg-] > tbody > tr > td, .table[class*=bg-] > tbody > tr > th, .table[class*=bg-] > tfoot > tr > td, .table[class*=bg-] > tfoot > tr > th, .table[class*=bg-] > thead > tr > td, .table[class*=bg-] > thead > tr > th {
        border-color: rgba(255,255,255,.2) !important
    }

    .table tr[class*=bg-] > td, .table tr[class*=bg-] > th {
        border-color: #fff
    }

    .table tr > td[class*=bg-], .table tr > th[class*=bg-] {
        border-color: #fff
    }

    .table > thead > tr[class*=border-bottom-] > td, .table > thead > tr[class*=border-bottom-] > th {
        border-bottom-color: inherit
    }

    .table > tbody > tr[class*=border-top-] > td, .table > tbody > tr[class*=border-top-] > th, .table > tfoot > tr[class*=border-top-] > td, .table > tfoot > tr[class*=border-top-] > th {
        border-top-color: inherit
    }

    .table > thead > tr > th {
        border-bottom: 1px solid #bbb
    }

    .table > tfoot > tr > th {
        border-top: 1px solid #bbb
    }

    .table .table {
        background-color: #fff
    }

    .table-responsive + .table-responsive > .table:not(.table-bordered):not(.table-framed), .table:not(.table-bordered):not(.table-framed) + .table:not(.table-bordered):not(.table-framed) {
        border-top: 1px solid #ddd
    }

.panel-body + .table-responsive > .table > tbody:first-child > tr:first-child > td, .panel-body + .table-responsive > .table > tbody:first-child > tr:first-child > th, .panel-body + .table > tbody:first-child > tr:first-child > td, .panel-body + .table > tbody:first-child > tr:first-child > th {
    border-top: 0
}

.modal-body + .table, .modal-body + .table-responsive > .table {
    border-bottom: 1px solid #ddd
}

.modal-body + .table-responsive {
    border: 0
}

.panel[class*=bg-] > .panel-body + .table, .panel[class*=bg-] > .panel-body + .table-responsive {
    border-color: #fff
}

.table > thead > tr.border-solid > td, .table > thead > tr.border-solid > th {
    border-bottom-width: 2px
}

.table > tbody > tr.border-solid > td, .table > tbody > tr.border-solid > th, .table > tfoot > tr.border-solid > td, .table > tfoot > tr.border-solid > th {
    border-top-width: 2px
}

.table-bordered > thead > tr.border-solid:first-child > td, .table-bordered > thead > tr.border-solid:first-child > th {
    border-bottom-width: 2px
}

.table > thead > tr.border-double > td, .table > thead > tr.border-double > th {
    border-bottom-width: 3px;
    border-bottom-style: double
}

.table > tbody > tr.border-double > td, .table > tbody > tr.border-double > th, .table > tfoot > tr.border-double > td, .table > tfoot > tr.border-double > th {
    border-top-width: 3px;
    border-top-style: double
}

.table-bordered > thead > tr.border-double:first-child > td, .table-bordered > thead > tr.border-double:first-child > th {
    border-bottom-width: 3px;
    border-bottom-style: double
}

.table > tbody > tr.border-dashed > td, .table > tbody > tr.border-dashed > th {
    border-top-style: dashed
}

.panel > .table-framed, .panel > .table-responsive > .table-framed, .table-framed {
    border: 1px solid #ddd
}

@media screen and (max-width:768px) {
    .table-responsive > .table-framed {
        border: 0
    }
}

.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th {
    border: 0
}

.table-columned > tbody > tr > td, .table-columned > tbody > tr > th, .table-columned > tfoot > tr > td, .table-columned > tfoot > tr > th {
    border: 0;
    border-right: 1px solid #ddd
}

    .table-columned > tbody > tr > td:first-child, .table-columned > tbody > tr > th:first-child, .table-columned > tfoot > tr > td:first-child, .table-columned > tfoot > tr > th:first-child {
        border-right: 0
    }

.table-columned > thead > tr > td, .table-columned > thead > tr > th {
    border-right: 1px solid #ddd
}

    .table-columned > thead > tr > td:first-child, .table-columned > thead > tr > th:first-child {
        border-right: 0
    }

.table-xlg > tbody > tr > td, .table-xlg > tbody > tr > th, .table-xlg > tfoot > tr > td, .table-xlg > tfoot > tr > th, .table-xlg > thead > tr > td, .table-xlg > thead > tr > th {
    padding: 20px
}

.table-lg > tbody > tr > td, .table-lg > tbody > tr > th, .table-lg > tfoot > tr > td, .table-lg > tfoot > tr > th, .table-lg > thead > tr > td, .table-lg > thead > tr > th {
    padding: 15px 20px
}

.table-sm > tbody > tr > td, .table-sm > tbody > tr > th, .table-sm > tfoot > tr > td, .table-sm > tfoot > tr > th, .table-sm > thead > tr > td, .table-sm > thead > tr > th {
    padding: 10px 20px
}

.table-xs > tbody > tr > td, .table-xs > tbody > tr > th, .table-xs > tfoot > tr > td, .table-xs > tfoot > tr > th, .table-xs > thead > tr > td, .table-xs > thead > tr > th {
    padding: 8px 20px
}

.table-xxs > tbody > tr > td, .table-xxs > tbody > tr > th, .table-xxs > tfoot > tr > td, .table-xxs > tfoot > tr > th, .table-xxs > thead > tr > td, .table-xxs > thead > tr > th {
    padding: 6px 15px
}

.table-bordered tr:first-child > td, .table-bordered tr:first-child > th {
    border-top-color: #bbb
}

.table-bordered tr > td[class*=bg-], .table-bordered tr > th[class*=bg-], .table-bordered tr[class*=bg-] > td, .table-bordered tr[class*=bg-] > th {
    border-color: #fff
}

.panel[class*=bg-] .table-striped > tbody > tr:nth-child(odd), .table-striped[class*=bg-] > tbody > tr:nth-child(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: inherit
}

.panel[class*=bg-] .table-hover > tbody > tr:hover, .table-hover[class*=bg-] > tbody > tr:hover {
    background-color: rgba(0,0,0,.1)
}

.panel[class*=bg-] .panel-body > .table .active > td, .panel[class*=bg-] .panel-body > .table .active > th, .panel[class*=bg-] .panel-body > .table td.active, .panel[class*=bg-] .panel-body > .table th.active, .panel[class*=bg-] .panel-body > .table-responsive > .table .active > td, .panel[class*=bg-] .panel-body > .table-responsive > .table .active > th, .panel[class*=bg-] .panel-body > .table-responsive > .table td.active, .panel[class*=bg-] .panel-body > .table-responsive > .table th.active, .table[class*=bg-] .active > td, .table[class*=bg-] .active > th, .table[class*=bg-] td.active, .table[class*=bg-] th.active {
    background-color: rgba(0,0,0,.15)
}

.table-responsive {
    direction: ltr
}

    .table-responsive > .table {
        direction: rtl
    }

@media screen and (max-width:768px) {
    .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: 1px solid #ddd;
        border-right: 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: 1px solid #ddd;
        border-left: 0
    }
}

legend {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase
}

fieldset:first-child legend:first-child {
    padding-top: 0
}

legend .control-arrow {
    float: left;
    color: #999
}

    legend .control-arrow:hover {
        color: #333
    }

label {
    margin-bottom: 6px;
    font-weight: 400
}

select[multiple], select[size] {
    height: 200px;
    padding: 7px
}

    select[multiple] option, select[size] option {
        padding: 7px 12px;
        border-radius: 3px
    }

        select[multiple] option + option, select[size] option + option {
            margin-top: 1px
        }

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 0
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

    .form-control:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .form-control[class*=bg-]:focus {
        border-color: transparent
    }

    .form-control[class*=bg-]::-moz-placeholder {
        color: #fff;
        opacity: 1
    }

    .form-control[class*=bg-]:-ms-input-placeholder {
        color: #fff
    }

    .form-control[class*=bg-]::-webkit-input-placeholder {
        color: #fff
    }

.input-rounded {
    border-radius: 100px
}

.input-roundless {
    border-radius: 0
}

.form-control-unstyled {
    padding: 0;
    border: 0;
    background-color: transparent
}

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 {
    -webkit-appearance: none
}

.form-group {
    margin-bottom: 20px;
    position: relative
}

    .form-group .form-group:last-child {
        margin-bottom: 0
    }

@media(max-width:1024px) {
    .form-group div[class*=col-md-]:not(.control-label) + div[class*=col-md-] {
        margin-top: 20px
    }
}

@media(max-width:1199px) {
    .form-group div[class*=col-lg-]:not(.control-label) + div[class*=col-lg-] {
        margin-top: 20px
    }
}

@media(max-width:768px) {
    .form-group div[class*=col-sm-]:not(.control-label) + div[class*=col-sm-] {
        margin-top: 20px
    }
}

.checkbox, .radio {
    margin-top: 8px;
    margin-bottom: 8px
}

    .checkbox label, .radio label {
        padding-left: 0;
        padding-right: 28px
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        margin-left: 0;
        right: 0
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: 0
    }

.checkbox-inline, .radio-inline {
    position: relative;
    padding-left: 0;
    padding-right: 28px
}

.checkbox-right label, .checkbox-right.checkbox-inline, .checkbox-right.radio-inline, .radio-right label, .radio-right.radio-inline {
    padding-right: 0;
    padding-left: 28px
}

.checkbox-right input[type=checkbox], .checkbox-right input[type=radio], .radio-right input[type=radio] {
    right: auto;
    left: 0
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 0;
    margin-right: 15px
}

.checkbox-inline.disabled, .checkbox.disabled, .radio-inline.disabled, .radio.disabled, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline {
    color: #999
}

.input-xlg {
    height: 42px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.4285715;
    border-radius: 3px
}

select.input-xlg {
    height: 42px;
    line-height: 42px
}

select[multiple].input-xlg, textarea.input-xlg {
    height: auto
}

.form-group-xlg .form-control {
    height: 44px;
    padding: 11px 15px;
    font-size: 14px;
    line-height: 1.4285715;
    border-radius: 3px
}

select.form-group-xlg .form-control {
    height: 44px;
    line-height: 44px
}

select[multiple].form-group-xlg .form-control, textarea.form-group-xlg .form-control {
    height: auto
}

.form-group-xlg .form-control-static {
    height: 40px;
    padding: 9px 15px;
    font-size: 14px;
    line-height: 1.4285715
}

.input-sm {
    font-size: 13px;
    line-height: 1.5384616
}

.form-group-sm .form-control {
    font-size: 13px;
    line-height: 1.5384616
}

.form-group-sm .form-control-static {
    font-size: 13px;
    line-height: 1.5384616
}

.input-xs {
    height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 2px
}

select.input-xs {
    height: 32px;
    line-height: 32px
}

select[multiple].input-xs, textarea.input-xs {
    height: auto
}

.form-group-xs .form-control {
    height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 2px
}

select.form-group-xs .form-control {
    height: 32px;
    line-height: 32px
}

select[multiple].form-group-xs .form-control, textarea.form-group-xs .form-control {
    height: auto
}

.form-group-xs .form-control-static {
    height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6666667
}

.has-feedback .form-control {
    padding-right: 12px;
    padding-left: 36px
}

    .has-feedback .form-control.input-xlg {
        padding-left: 42px
    }

    .has-feedback .form-control.input-lg {
        padding-left: 40px
    }

    .has-feedback .form-control.input-sm {
        padding-left: 34px
    }

    .has-feedback .form-control.input-xs {
        padding-left: 32px
    }

.form-control-feedback {
    width: 38px;
    color: #333;
    right: auto;
    left: 0
}

input[class*=bg-] + .form-control-feedback {
    color: #fff
}

.has-feedback-left .form-control {
    padding-left: 12px;
    padding-right: 36px
}

    .has-feedback-left .form-control.input-xlg {
        padding-left: 10px;
        padding-right: 42px
    }

    .has-feedback-left .form-control.input-lg {
        padding-left: 15px;
        padding-right: 40px
    }

    .has-feedback-left .form-control.input-sm {
        padding-left: 11px;
        padding-right: 34px
    }

    .has-feedback-left .form-control.input-xs {
        padding-left: 10px;
        padding-right: 32px
    }

.has-feedback-left .form-control-feedback {
    left: auto;
    right: 0
}

.form-group-xlg > .form-control-feedback, .input-xlg + .form-control-feedback {
    width: 44px;
    height: 42px;
    line-height: 42px
}

.form-group-lg > .form-control-feedback, .input-lg + .form-control-feedback {
    width: 42px
}

.form-group-sm > .form-control-feedback, .input-sm + .form-control-feedback {
    width: 36px
}

.form-group-xs > .form-control-feedback, .input-xs + .form-control-feedback {
    width: 34px;
    height: 32px;
    line-height: 32px
}

.help-block {
    color: #999;
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 7px
}

.help-inline {
    display: inline-block;
    color: #999;
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 7px
}

.form-horizontal .form-group > div[class*=col-] + .help-inline {
    margin-left: 10px;
    margin-right: 10px
}

@media(min-width:1025px) {
    .help-inline {
        display: inline-block;
        margin-top: 8px;
        vertical-align: top
    }

        .help-inline.label {
            margin-top: 9px
        }

        .help-inline:not(.label) {
            color: #999
        }

    .form-group-lg .help-inline {
        margin-top: 10px
    }

        .form-group-lg .help-inline.label {
            margin-top: 11px
        }

    .form-group-sm .help-inline {
        margin-top: 7px
    }

        .form-group-sm .help-inline.label {
            margin-top: 8px
        }

    .form-group-xs .help-inline {
        margin-top: 6px
    }

        .form-group-xs .help-inline.label {
            margin-top: 7px
        }
}

@media(min-width:769px) {
    .form-inline .form-group + .form-group {
        margin-left: 0;
        margin-right: 15px
    }

    .form-inline .form-group > label {
        margin-right: 0;
        margin-left: 7px;
        position: relative;
        top: 1px
    }
}

.form-horizontal .form-group .form-group {
    margin-left: 0;
    margin-right: 0
}

@media(min-width:769px) {
    .form-horizontal .control-label {
        padding-bottom: 6px;
        padding-top: 0
    }

        .form-horizontal .control-label:not(.text-left) {
            text-align: right
        }
}

@media(min-width:480px) {
    .form-horizontal .control-label[class*=col-xs-] {
        padding-top: 8px
    }
}

@media(min-width:1025px) {
    .form-horizontal .control-label[class*=col-md-] {
        padding-top: 8px
    }
}

@media(min-width:769px) {
    .form-horizontal .control-label[class*=col-sm-] {
        padding-top: 8px
    }
}

@media(min-width:1200px) {
    .form-horizontal .control-label[class*=col-lg-] {
        padding-top: 8px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: auto;
    left: 10px
}

.form-horizontal .has-feedback > .form-control-feedback {
    left: 0
}

.form-horizontal .has-feedback-left .form-control-feedback {
    left: auto;
    right: 10px
}

.form-horizontal .has-feedback-left > .form-control-feedback {
    right: 0
}

@media(min-width:769px) {
    .form-horizontal .form-group-xlg .control-label {
        font-size: 14px;
        padding-top: 11px
    }
}

@media(min-width:769px) {
    .form-horizontal .form-group-lg .control-label {
        font-size: 14px;
        padding-top: 10px
    }
}

@media(min-width:769px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 7px
    }
}

@media(min-width:769px) {
    .form-horizontal .form-group-xs .control-label {
        padding-top: 6px
    }
}

.btn {
    position: relative;
    border-radius: 2px
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 0
    }

    .btn::-moz-focus-inner {
        border: 0
    }

    .btn.focus, .btn:focus, .btn:hover {
        -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.05) inset;
        box-shadow: 0 0 0 100px rgba(0,0,0,.05) inset
    }

    .btn.active, .btn:active {
        -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.1) inset;
        box-shadow: 0 0 0 100px rgba(0,0,0,.1) inset
    }

    .btn[class*=bg-].focus, .btn[class*=bg-]:focus, .btn[class*=bg-]:hover {
        color: #fff
    }

    .btn.text-size-small {
        line-height: 1.6666667
    }

    .btn.text-size-mini {
        line-height: 1.82
    }

.btn-default.focus, .btn-default:focus, .btn-default:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.01) inset;
    box-shadow: 0 0 0 100px rgba(0,0,0,.01) inset
}

.btn-default.active, .btn-default:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.02) inset;
    box-shadow: 0 0 0 100px rgba(0,0,0,.02) inset
}

.btn-labeled {
    padding-right: 48px
}

    .btn-labeled.btn-default > b {
        background-color: #2196f3;
        color: #fff
    }

    .btn-labeled > b {
        position: absolute;
        top: -1px;
        right: -1px;
        background-color: rgba(0,0,0,.15);
        display: block;
        padding: 8px 10px;
        font-size: 13px;
        line-height: 1.5384616;
        border-radius: 0
    }

    .btn-labeled.btn-labeled-right {
        padding-right: 12px;
        padding-left: 48px
    }

        .btn-labeled.btn-labeled-right > b {
            right: auto;
            left: -1px
        }

    .btn-labeled.btn-xlg {
        padding-right: 58px
    }

        .btn-labeled.btn-xlg > b {
            padding: 11px 13px;
            font-size: 14px;
            line-height: 1.4285715;
            border-radius: 0
        }

        .btn-labeled.btn-xlg.btn-labeled-right {
            padding-right: 15px;
            padding-left: 58px
        }

    .btn-labeled.btn-lg {
        padding-right: 55px
    }

        .btn-labeled.btn-lg > b {
            padding: 10px 12px;
            font-size: 14px;
            line-height: 1.4285715;
            border-radius: 0
        }

        .btn-labeled.btn-lg.btn-labeled-right {
            padding-right: 15px;
            padding-left: 55px
        }

    .btn-labeled.btn-sm {
        padding-right: 45px
    }

        .btn-labeled.btn-sm > b {
            padding: 7px 9px;
            font-size: 12px;
            line-height: 1.6666667;
            border-radius: 0
        }

        .btn-labeled.btn-sm.btn-labeled-right {
            padding-right: 11px;
            padding-left: 45px
        }

    .btn-labeled.btn-xs {
        padding-right: 42px
    }

        .btn-labeled.btn-xs > b {
            padding: 6px 8px;
            font-size: 12px;
            line-height: 1.6666667;
            border-radius: 0
        }

        .btn-labeled.btn-xs.btn-labeled-right {
            padding-right: 10px;
            padding-left: 42px
        }

.btn-flat {
    border-width: 2px;
    background-color: transparent
}

    .btn-flat:focus, .btn-flat:hover {
        opacity: .8;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-flat:active {
        opacity: .95
    }

.btn-group.open .dropdown-toggle.btn-flat {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-icon {
    padding-left: 9px;
    padding-right: 9px
}

    .btn-icon.icon-2x {
        padding-left: 7px;
        padding-right: 7px
    }

        .btn-icon.icon-2x > i {
            font-size: 32px;
            top: 0
        }

        .btn-icon.icon-2x.btn-xlg {
            padding-left: 10px;
            padding-right: 10px
        }

        .btn-icon.icon-2x.btn-lg {
            padding-left: 9px;
            padding-right: 9px
        }

        .btn-icon.icon-2x.btn-sm {
            padding-left: 6px;
            padding-right: 6px
        }

        .btn-icon.icon-2x.btn-xs {
            padding-left: 5px;
            padding-right: 5px
        }

    .btn-icon.btn-xlg, .input-group-xlg > .input-group-btn > .btn-icon {
        padding-left: 12px;
        padding-right: 12px
    }

    .btn-icon.btn-lg, .input-group-lg > .input-group-btn > .btn-icon {
        padding-left: 11px;
        padding-right: 11px
    }

    .btn-icon.btn-sm, .input-group-sm > .input-group-btn > .btn-icon {
        padding-left: 8px;
        padding-right: 8px
    }

    .btn-icon.btn-xs, .input-group-xs > .input-group-btn > .btn.btn-icon {
        padding-left: 7px;
        padding-right: 7px
    }

.btn-float {
    padding: 15px;
    white-space: normal;
    border-radius: 3px
}

    .btn-float.btn-link {
        padding: 10px
    }

    .btn-float i {
        display: block;
        margin: 0;
        top: 0
    }

    .btn-float > span {
        display: block;
        padding-top: 10px;
        margin-bottom: -6px
    }

    .btn-float.btn-float-lg i {
        font-size: 32px
    }

.btn-link {
    color: #333
}

    .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-rounded, .btn-rounded.btn-labeled > b {
    border-radius: 100px
}

.btn-block + .btn-block {
    margin-top: 10px
}

.btn-default.focus, .btn-default:focus, .btn-default:hover {
    background-color: #fcfcfc;
    border-color: #ddd
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-color: #fcfcfc;
    border-color: #ddd
}

    .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 {
        background-color: #fcfcfc;
        border-color: #ddd
    }

.btn-default.disabled {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #2196f3;
    border-color: #2196f3
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #2196f3;
    border-color: #2196f3
}

    .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 {
        background-color: #2196f3;
        border-color: #2196f3
    }

.btn-primary.disabled {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
    background-color: #4caf50;
    border-color: #4caf50
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-color: #4caf50;
    border-color: #4caf50
}

    .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 {
        background-color: #4caf50;
        border-color: #4caf50
    }

.btn-success.disabled {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
    background-color: #00bcd4;
    border-color: #00bcd4
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-color: #00bcd4;
    border-color: #00bcd4
}

    .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 {
        background-color: #00bcd4;
        border-color: #00bcd4
    }

.btn-info.disabled {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    background-color: #ff5722;
    border-color: #ff5722
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-color: #ff5722;
    border-color: #ff5722
}

    .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 {
        background-color: #ff5722;
        border-color: #ff5722
    }

.btn-warning.disabled {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    background-color: #f44336;
    border-color: #f44336
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-color: #f44336;
    border-color: #f44336
}

    .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 {
        background-color: #f44336;
        border-color: #f44336
    }

.btn-danger.disabled {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-group-xlg > .btn, .btn-xlg {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.4285715;
    border-radius: 3px
}

    .btn-xlg.btn-rounded {
        border-radius: 100px
    }

.btn-group-lg > .btn, .btn-lg {
    border-radius: 3px
}

    .btn-lg.btn-rounded {
        border-radius: 100px
    }

.btn-group-sm > .btn, .btn-sm {
    line-height: 1.5384616;
    font-size: 13px
}

.caret {
    font-style: normal;
    font-weight: 400;
    border: 0;
    margin: 0;
    width: auto;
    height: auto;
    text-align: center;
    margin-top: -1px
}

    .caret:after {
        content: '\e9c5';
        font-family: icomoon;
        display: block;
        font-size: 16px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.dropdown-menu {
    min-width: 180px;
    left: auto;
    right: 0;
    text-align: right;
    padding: 5px 0;
    color: #333;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

    .dropdown-menu .divider {
        margin: 5px 0
    }

    .dropdown-menu.pull-right {
        right: auto;
        left: 0
    }

    .dropdown-menu > li {
        position: relative;
        margin-bottom: 1px
    }

        .dropdown-menu > li:last-child {
            margin-bottom: 0
        }

        .dropdown-menu > li > a {
            padding: 8px 15px;
            outline: 0
        }

            .dropdown-menu > li > a > i, .dropdown-menu > li > a > img {
                margin-left: 10px
            }

                .dropdown-menu > li > a > i.pull-right, .dropdown-menu > li > a > img.pull-right {
                    margin-left: 0;
                    margin-right: 10px;
                    margin-top: 3px
                }

            .dropdown-menu > li > a > img {
                max-height: 16px
            }

            .dropdown-menu > li > a > .badge, .dropdown-menu > li > a > .label {
                margin-top: 1px
            }

        .dropdown-menu > li > label:focus, .dropdown-menu > li > label:hover {
            text-decoration: none;
            color: #333;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > label, .dropdown-menu > .active > label:focus, .dropdown-menu > .active > label:hover {
        color: #fff;
        outline: 0;
        background-color: #2196f3
    }

    .dropdown-menu > .disabled > label, .dropdown-menu > .disabled > label:focus, .dropdown-menu > .disabled > label:hover {
        background-color: transparent;
        color: #999
    }

    .dropdown-menu > li > label {
        padding: 8px 15px;
        padding-right: 43px;
        display: block;
        cursor: pointer
    }

        .dropdown-menu > li > label .checker, .dropdown-menu > li > label .choice, .dropdown-menu > li > label > input[type=checkbox], .dropdown-menu > li > label > input[type=radio] {
            right: 15px;
            top: auto;
            margin-top: 1px
        }

    .dropdown-menu > li.checkbox, .dropdown-menu > li.radio {
        margin-top: 0
    }

    .dropdown-menu > li.checkbox-right > label, .dropdown-menu > li.radio-right > label {
        padding-right: 15px;
        padding-left: 43px
    }

        .dropdown-menu > li.checkbox-right > label .checker, .dropdown-menu > li.checkbox-right > label > input[type=checkbox] {
            right: auto;
            left: 15px
        }

        .dropdown-menu > li.checkbox-right > label .choice, .dropdown-menu > li.checkbox-right > label > input[type=radio], .dropdown-menu > li.radio-right > label .choice, .dropdown-menu > li.radio-right > label > input[type=radio] {
            right: auto;
            left: 15px
        }

    .dropdown-menu > .checkbox-switchery > label > .switchery {
        right: 15px
    }

    .dropdown-menu > .checkbox-switchery.checkbox-right[class*=switchery-] > label {
        padding-right: 15px
    }

        .dropdown-menu > .checkbox-switchery.checkbox-right[class*=switchery-] > label > .switchery {
            right: auto;
            left: 15px
        }

    .dropdown-menu > .checkbox-switchery.switchery-sm {
        margin-bottom: 0
    }

        .dropdown-menu > .checkbox-switchery.switchery-sm > label {
            padding-right: 68px
        }

    .dropdown-menu > .checkbox-switchery.switchery-xs {
        margin-bottom: 0
    }

        .dropdown-menu > .checkbox-switchery.switchery-xs > label {
            padding-right: 60px
        }

    .dropdown-menu > .checkbox-switchery.checkbox-right.switchery-sm > label {
        padding-left: 68px
    }

    .dropdown-menu > .checkbox-switchery.checkbox-right.switchery-xs > label {
        padding-left: 60px
    }

    .dropdown-menu > .disabled .badge, .dropdown-menu > .disabled .label, .dropdown-menu > .disabled img {
        opacity: .8
    }

.dropdown-menu-right {
    right: auto;
    left: 0
}

.dropdown-menu-left {
    right: 0;
    left: auto
}

.pull-right > .dropdown-menu {
    left: 0;
    right: auto
}

@media(min-width:769px) {
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.dropdown-menu[class*=bg-] > li > a, .dropdown-menu[class*=bg-] > li > label {
    color: #fff
}

    .dropdown-menu[class*=bg-] > li > a:focus, .dropdown-menu[class*=bg-] > li > a:hover, .dropdown-menu[class*=bg-] > li > label:focus, .dropdown-menu[class*=bg-] > li > label:hover {
        background-color: rgba(0,0,0,.1)
    }

    .dropdown-menu[class*=bg-] > li > a > .badge, .dropdown-menu[class*=bg-] > li > a > .label, .dropdown-menu[class*=bg-] > li > label > .badge, .dropdown-menu[class*=bg-] > li > label > .label {
        color: #333;
        background-color: #fff;
        border-color: #fff
    }

.dropdown-menu[class*=bg-] > .active > a, .dropdown-menu[class*=bg-] > .active > a:focus, .dropdown-menu[class*=bg-] > .active > a:hover, .dropdown-menu[class*=bg-] > .active > label, .dropdown-menu[class*=bg-] > .active > label:focus, .dropdown-menu[class*=bg-] > .active > label:hover {
    background-color: rgba(0,0,0,.2)
}

.dropdown-menu[class*=bg-] > .disabled > a, .dropdown-menu[class*=bg-] > .disabled > a:focus, .dropdown-menu[class*=bg-] > .disabled > a:hover, .dropdown-menu[class*=bg-] > .disabled > label, .dropdown-menu[class*=bg-] > .disabled > label:focus, .dropdown-menu[class*=bg-] > .disabled > label:hover {
    background-color: transparent;
    color: rgba(255,255,255,.6)
}

.dropdown-menu[class*=bg-] > .dropdown-header {
    color: rgba(255,255,255,.6)
}

    .dropdown-menu[class*=bg-] > .dropdown-header.highlight {
        background-color: rgba(0,0,0,.1)
    }

.dropdown-menu[class*=bg-] .divider {
    background-color: rgba(255,255,255,.4)
}

.dropdown-menu-lg > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 1.4285715
}

.dropdown-menu-sm > li > a {
    padding-top: 6px;
    padding-bottom: 6px
}

.dropdown-menu-xs > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 1.6666667
}

.dropdown-menu > .dropdown-submenu > a {
    padding-left: 38px;
    position: relative
}

    .dropdown-menu > .dropdown-submenu > a:after {
        content: '\e9c4';
        font-family: icomoon;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: 15px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        opacity: .8
    }

.dropdown-menu > .dropdown-submenu:focus > a, .dropdown-menu > .dropdown-submenu:hover > a {
    background-color: #f5f5f5
}

    .dropdown-menu > .dropdown-submenu:focus > a:after, .dropdown-menu > .dropdown-submenu:hover > a:after {
        opacity: 1
    }

.dropdown-menu > .dropdown-submenu.active > a {
    background-color: #2196f3;
    color: #fff
}

.dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
    display: block
}

.dropdown-menu > .dropdown-submenu.disabled > .dropdown-menu {
    display: none
}

.dropdown-menu > .dropdown-submenu.disabled > a {
    background-color: transparent
}

.dropdown-menu > .dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px
}

.dropup .dropdown-menu > .dropdown-submenu > .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -6px
}

.dropdown-menu > .dropdown-submenu.dropdown-submenu-left > .dropdown-menu {
    right: auto;
    left: 100%
}

.dropup .dropdown-menu > .dropdown-submenu > .dropdown-menu, .dropup.dropdown-menu > .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -6px
}

@media(max-width:768px) {
    .dropdown-menu > .dropdown-submenu {
        position: static
    }

        .dropdown-menu > .dropdown-submenu > a:after {
            content: '\e9c5'
        }

        .dropdown-menu > .dropdown-submenu .dropdown-menu, .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
            position: relative;
            left: 0;
            right: 0;
            float: none;
            border-width: 0;
            border-color: rgba(0,0,0,.1);
            box-shadow: none;
            min-width: 100%;
            margin: 0
        }

            .dropdown-menu > .dropdown-submenu .dropdown-menu > li > a, .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu > li > a {
                padding-right: 30px
            }

            .dropdown-menu > .dropdown-submenu .dropdown-menu > li > ul > li > a, .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu > li > ul > li > a {
                padding-right: 45px
            }
}

.dropdown-menu[class*=bg-] > .dropdown-submenu:focus > a, .dropdown-menu[class*=bg-] > .dropdown-submenu:hover > a {
    background-color: rgba(0,0,0,.1)
}

.dropdown-menu[class*=bg-] > .dropdown-submenu.disabled:focus > a, .dropdown-menu[class*=bg-] > .dropdown-submenu.disabled:hover > a {
    background-color: transparent
}

.dropdown-header {
    padding: 8px 15px;
    font-size: 11px;
    line-height: 1.82;
    color: #999;
    text-transform: uppercase;
    margin-top: 10px
}

    .dropdown-header:first-child {
        margin-top: 5px
    }

    .dropdown-header.highlight {
        margin-top: 0;
        background-color: #f8f8f8;
        color: #999
    }

        .dropdown-header.highlight + li, li + .dropdown-header.highlight {
            margin-top: 6px
        }

        .dropdown-header.highlight:first-child {
            margin-top: 0
        }

    .dropdown-header > i {
        margin-left: 10px
    }

        .dropdown-header > i.pull-right {
            margin-top: 3px;
            margin-left: 0;
            margin-right: 10px
        }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border: 0
}

    .dropup .caret:after, .navbar-fixed-bottom .dropdown .caret:after {
        content: '\e9c6'
    }

.input-group .form-control {
    float: right
}

.input-group-xlg > .form-control, .input-group-xlg > .input-group-addon, .input-group-xlg > .input-group-btn > .btn {
    height: 42px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.4285715;
    border-radius: 3px
}

select.input-group-xlg > .form-control, select.input-group-xlg > .input-group-addon, select.input-group-xlg > .input-group-btn > .btn {
    height: 42px;
    line-height: 42px
}

select[multiple].input-group-xlg > .form-control, select[multiple].input-group-xlg > .input-group-addon, select[multiple].input-group-xlg > .input-group-btn > .btn, textarea.input-group-xlg > .form-control, textarea.input-group-xlg > .input-group-addon, textarea.input-group-xlg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    line-height: 1.5384616;
    font-size: 13px
}

.input-group-xs > .form-control, .input-group-xs > .input-group-addon, .input-group-xs > .input-group-btn > .btn {
    height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 2px
}

select.input-group-xs > .form-control, select.input-group-xs > .input-group-addon, select.input-group-xs > .input-group-btn > .btn {
    height: 32px;
    line-height: 32px
}

select[multiple].input-group-xs > .form-control, select[multiple].input-group-xs > .input-group-addon, select[multiple].input-group-xs > .input-group-btn > .btn, textarea.input-group-xs > .form-control, textarea.input-group-xs > .input-group-addon, textarea.input-group-xs > .input-group-btn > .btn {
    height: auto
}

.input-group-transparent .input-group-addon {
    background-color: transparent;
    border-color: transparent !important;
    padding: 0
}

.input-group-transparent .form-control {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    width: auto;
    padding: 0
}

    .input-group-transparent .form-control:focus, .input-group-transparent .form-control:hover {
        border-color: transparent
    }

.input-group-addon {
    border-radius: 2px
}

    .input-group-addon > i {
        display: block;
        top: 0
    }

    .input-group-addon .checker, .input-group-addon .choice {
        display: block;
        margin-top: 1px
    }

    .input-group-addon.input-xlg {
        padding: 11px 15px;
        font-size: 14px;
        border-radius: 3px
    }

    .input-group-addon.input-xs {
        padding: 5px 10px;
        font-size: 13px;
        border-radius: 2px
    }

    .input-group-addon.input-sm {
        font-size: 13px
    }

    .input-group-addon.input-lg {
        border-radius: 3px
    }

    .input-group-addon:first-child {
        border-left: 0;
        border-right: 1px solid #ddd
    }

        .input-group-addon:first-child[class*=bg-] {
            border-right-width: 0
        }

    .input-group-addon:last-child {
        border-right: 0;
        border-left: 1px solid #ddd
    }

        .input-group-addon:last-child[class*=bg-] {
            border-left-width: 0
        }

.has-warning .input-group-addon {
    border-color: #ef6c00
}

.has-error .input-group-addon {
    border-color: #d84315
}

.has-success .input-group-addon {
    border-color: #43a047
}

.input-group-btn > .btn + .btn {
    margin-left: 0;
    margin-right: -1px
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: 0;
    margin-left: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0;
    margin-right: -1px
}

.navbar {
    margin-bottom: 0;
    border-width: 1px 0;
    padding-left: 0;
    padding-right: 0
}

@media(min-width:769px) {
    .navbar {
        padding-left: 20px;
        padding-right: 20px
    }
}

.navbar-component {
    border-radius: 3px;
    margin-bottom: 20px;
    border-width: 1px
}

    .navbar-component.navbar-default {
        border-color: #ddd;
        background-color: #fff
    }

    .navbar-component > .navbar-collapse:first-child > .navbar:first-child, .navbar-component > .navbar:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

    .navbar-component > .navbar-collapse:last-child > .navbar:last-child, .navbar-component > .navbar:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

@media(min-width:769px) {
    .navbar-component .navbar-collapse:first-child .navbar-nav:first-child, .navbar-component .navbar-nav + .navbar-collapse .navbar-nav:first-child {
        margin-right: 0
    }

    .navbar-component .navbar-collapse:first-child .navbar-nav:last-child, .navbar-component .navbar-nav + .navbar-collapse .navbar-nav:last-child {
        margin-left: -20px
    }
}

.affix.navbar, .affix.navbar-collapse {
    z-index: 1030;
    top: 0;
    width: 100%
}

.navbar-header {
    min-width: 260px
}

.navbar-collapse > .navbar-header {
    margin-right: 0
}

.navbar-header .navbar-nav {
    float: left;
    margin-left: 5px
}

    .navbar-header .navbar-nav > li {
        float: right
    }

        .navbar-header .navbar-nav > li > a {
            padding-left: 15px;
            padding-right: 15px
        }

@media(max-width:768px) {
    .navbar-header .navbar-nav > li + li {
        margin-top: 0
    }

    .navbar-collapse > .navbar-header {
        margin-right: 0
    }
}

@media(min-width:769px) {
    .navbar-header {
        float: right;
        margin-right: -20px
    }
}

.navbar-collapse {
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

    .navbar-collapse.collapsing {
        -webkit-transition-duration: .00001ms;
        transition-duration: .00001ms
    }

.navbar + .navbar-collapse {
    border-top: 0
}

@media(min-width:769px) {
    .navbar-collapse {
        text-align: right;
        margin-right: -20px
    }
}

@media(max-width:768px) {
    .navbar-fixed-top {
        position: static
    }
}

@media(min-width:769px) {
    .navbar-top-lg {
        padding-top: 50px
    }

    .navbar-top {
        padding-top: 46px
    }

    .navbar-top-sm {
        padding-top: 44px
    }

    .navbar-top-xs {
        padding-top: 42px
    }

    .navbar-bottom-lg {
        padding-bottom: 50px
    }

    .navbar-bottom {
        padding-bottom: 46px
    }

    .navbar-bottom-sm {
        padding-bottom: 44px
    }

    .navbar-bottom-xs {
        padding-bottom: 42px
    }

    .navbar-top-lg-lg {
        padding-top: 100px
    }

    .navbar-top-lg-md, .navbar-top-md-lg {
        padding-top: 96px
    }

    .navbar-top-lg-sm, .navbar-top-md-md, .navbar-top-sm-lg {
        padding-top: 92px
    }

    .navbar-top-lg-xs, .navbar-top-md-sm, .navbar-top-sm-md, .navbar-top-xs-lg {
        padding-top: 90px
    }

    .navbar-top-md-xs, .navbar-top-sm-sm, .navbar-top-xs-md {
        padding-top: 88px
    }

    .navbar-top-sm-xs, .navbar-top-xs-sm {
        padding-top: 86px
    }

    .navbar-top-xs-xs {
        padding-top: 84px
    }

    .navbar-bottom-lg-lg {
        padding-bottom: 100px
    }

    .navbar-bottom-lg-md, .navbar-bottom-md-lg {
        padding-bottom: 96px
    }

    .navbar-bottom-lg-sm, .navbar-bottom-md-md, .navbar-bottom-sm-lg {
        padding-bottom: 92px
    }

    .navbar-bottom-lg-xs, .navbar-bottom-md-sm, .navbar-bottom-sm-md, .navbar-bottom-xs-lg {
        padding-bottom: 90px
    }

    .navbar-bottom-md-xs, .navbar-bottom-sm-sm, .navbar-bottom-xs-md {
        padding-bottom: 88px
    }

    .navbar-bottom-sm-xs, .navbar-bottom-xs-sm {
        padding-bottom: 86px
    }

    .navbar-bottom-xs-xs {
        padding-bottom: 84px
    }
}

.navbar-brand {
    float: right
}

    .navbar-brand > img {
        margin-top: 2px;
        height: 16px
    }

.navbar-nav {
    margin: 0;
    text-align: right
}

    .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px
    }

        .navbar-nav > li > a > .badge, .navbar-nav > li > a > .label {
            position: absolute;
            top: 1px;
            left: 1px
        }

        .navbar-nav > li > a > .badge-left, .navbar-nav > li > a > .label-left {
            left: auto;
            right: 1px
        }

        .navbar-nav > li > a > .badge-inline, .navbar-nav > li > a > .label-inline {
            position: static
        }

    .navbar-nav .language-switch a > img {
        position: relative;
        top: -1px
    }

    .navbar-nav > .dropdown-user > a, .navbar-nav > .dropdown-user > a > span {
        padding-top: 6px;
        padding-bottom: 6px
    }

        .navbar-nav > .dropdown-user > a > span {
            display: inline-block;
            padding-right: 7px
        }

    .navbar-nav > .dropdown-user img {
        max-height: 28px;
        margin-top: -2px;
        border-radius: 50%
    }

.navbar-lg .navbar-nav > .dropdown-user img {
    max-height: 32px;
    margin-top: -3px
}

.navbar-sm .navbar-nav > .dropdown-user img {
    max-height: 26px;
    margin-top: -1.5px
}

.navbar-xs .navbar-nav > .dropdown-user img {
    max-height: 24px;
    margin-top: -1px
}

@media(max-width:768px) {
    .navbar-nav {
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 8px 20px
        }

        .navbar-nav .open .dropdown-menu > .dropdown-submenu > ul > li > a {
            padding-right: 40px
        }

        .navbar-nav .open .dropdown-menu > .dropdown-submenu > ul > li > ul > li > a {
            padding-right: 60px
        }

        .navbar-nav > li + li {
            margin-top: 1px
        }

        .navbar-nav > li > a {
            padding-left: 20px;
            padding-right: 20px
        }

            .navbar-nav > li > a .caret {
                float: left;
                margin-top: 2px;
                margin-right: 5px
            }

            .navbar-nav > li > a .badge, .navbar-nav > li > a .label {
                position: static;
                float: left;
                margin-top: 1px
            }

        .navbar-nav > .dropdown-user .caret {
            margin-top: 8px
        }

    .navbar-default .navbar-nav {
        border-bottom: 1px solid #ddd
    }

    .navbar-nav:last-child {
        border-bottom: 0
    }
}

@media(min-width:769px) {
    .navbar-nav {
        float: right;
        margin-right: 20px
    }

        .navbar-nav > li {
            float: right
        }

    .navbar-default .navbar-nav > .active > a {
        -webkit-box-shadow: 0 1px 0 0 #26a69a;
        box-shadow: 0 1px 0 0 #26a69a
    }
}

.navbar-form {
    padding: 12px 20px;
    margin-left: 0;
    margin-right: 0;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .navbar-form:last-child {
        border-bottom: 0
    }

@media(max-width:768px) {
    .navbar-form .form-group {
        margin-bottom: 10px
    }
}

.navbar-form .btn-sm, .navbar-form .input-group-sm, .navbar-form .input-sm, .navbar-form .select-sm, .navbar-form .uploader-sm {
    margin-top: 1px;
    margin-bottom: 1px
}

    .navbar-form .input-sm + .form-control-feedback {
        top: 1px
    }

.navbar-form .btn-xs, .navbar-form .input-group-xs, .navbar-form .input-xs, .navbar-form .select-xs, .navbar-form .uploader-xs {
    margin-top: 2px;
    margin-bottom: 2px
}

    .navbar-form .input-xs + .form-control-feedback {
        top: 2px
    }

.navbar-lg .navbar-form {
    margin-top: 6px;
    margin-bottom: 6px
}

.navbar-sm .navbar-form {
    margin-top: 3px;
    margin-bottom: 3px
}

.navbar-xs .navbar-form {
    margin-top: 2px;
    margin-bottom: 2px
}

.navbar-form .checkbox-switchery[class*=switchery-] {
    margin-bottom: 0
}

.navbar-form .checkbox-inline.switchery-double {
    padding-right: 0
}

@media(min-width:769px) {
    .navbar-form {
        padding: 0
    }

        .navbar-form .form-control, .navbar-form .uploader {
            min-width: 200px
        }

        .navbar-form .form-group {
            margin-right: 20px
        }

        .navbar-form .checkbox-inline, .navbar-form .radio-inline {
            margin-top: 8px;
            margin-bottom: 8px
        }
}

@media(max-width:768px) {
    .navbar-form {
        margin: 0
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
    border-top-width: 0
}

    .navbar-nav > li > .dropdown-menu .media-list {
        max-height: 340px;
        overflow-y: auto
    }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    margin-bottom: 1px;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.navbar-btn {
    margin-right: 20px
}

.navbar-btn, .navbar-sm .navbar-btn.btn-sm, .navbar-xs .navbar-btn.btn-xs {
    margin-top: 4px;
    margin-bottom: 4px
}

.navbar-lg .navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px
}

.navbar-sm .navbar-btn, .navbar-xs .navbar-btn.btn-sm {
    margin-top: 3px;
    margin-bottom: 3px
}

.navbar-xs .navbar-btn {
    margin-top: 2px;
    margin-bottom: 2px
}

.navbar-btn.btn-sm, .navbar-sm .navbar-btn.btn-xs {
    margin-top: 5px;
    margin-bottom: 5px
}

.navbar-btn.btn-xs, .navbar-lg .navbar-btn.btn-sm {
    margin-top: 6px;
    margin-bottom: 6px
}

.navbar-lg .navbar-btn.btn-xs {
    margin-top: 8px;
    margin-bottom: 8px
}

@media(max-width:768px) {
    .navbar-btn, .navbar-btn.btn-sm, .navbar-btn.btn-xs {
        margin: 12px 20px
    }

        .navbar-btn + .navbar-btn {
            margin-right: 0
        }
}

.navbar-text {
    margin: 0;
    padding: 12px 20px
}

    .navbar-text:last-child {
        border-bottom: 0
    }

.navbar-lg .navbar-text {
    padding-top: 14px;
    padding-bottom: 14px
}

.navbar-sm .navbar-text {
    padding-top: 11px;
    padding-bottom: 11px
}

.navbar-xs .navbar-text {
    padding-top: 10px;
    padding-bottom: 10px
}

@media(min-width:769px) {
    .navbar-text {
        float: right;
        padding-left: 0
    }

        .navbar-text + .navbar-nav {
            margin-right: 15px
        }

    .navbar-header + .navbar-text:first-child {
        padding-right: 0
    }
}

@media(min-width:769px) {
    .navbar-left {
        float: right !important
    }

    .navbar-right {
        float: left !important;
        margin-left: 0
    }
}

.navbar-default {
    border-top-color: transparent
}

    .navbar-default.navbar-default-secondary {
        background-color: #f8f8f8
    }

.page-header-content + .navbar-default {
    border-top-color: #ddd
}

.navbar-default.navbar-fixed-bottom {
    border-top-color: #ddd;
    border-bottom-color: transparent
}

@media(max-width:768px) {
    .navbar-default .navbar-nav .open .dropdown-menu {
        color: #333;
        background-color: transparent;
        border-bottom: 1px solid #ddd
    }

    .navbar-default .navbar-nav .open > .dropdown-menu {
        border-top: 1px solid #ddd
    }

    .navbar-default .navbar-nav .open:last-child .dropdown-menu {
        border-bottom: 0
    }
}

.navbar-default .navbar-link {
    color: #1e88e5
}

    .navbar-default .navbar-link:hover {
        color: #166dba
    }

@media(max-width:768px) {
    .navbar-default .dropdown-menu[class*=bg-] .badge, .navbar-default .dropdown-menu[class*=bg-] .label {
        color: #fff;
        background-color: #2196f3;
        border-color: transparent
    }

    .navbar-default .dropdown-menu[class*=bg-] > .divider {
        background-color: #e5e5e5
    }

    .navbar-default .dropdown-menu[class*=bg-] .dropdown-submenu:focus > a, .navbar-default .dropdown-menu[class*=bg-] .dropdown-submenu:hover > a {
        background-color: #f5f5f5
    }

    .navbar-default .dropdown-menu .table-responsive {
        border-width: 0
    }

    .navbar-default .dropdown-menu .dropdown-content-heading + .table-responsive {
        border-top-width: 1px
    }

    .navbar-default .navbar-text:not([data-toggle=collapse]) {
        border-bottom: 1px solid #ddd
    }

    .navbar-default > .navbar-nav > li > a:focus, .navbar-default > .navbar-nav > li > a:hover, .navbar-default > .navbar-nav > li > a:not(.collapsed) {
        background-color: #fcfcfc
    }
}

.navbar-inverse {
    border-bottom-color: rgba(255,255,255,.1);
    color: #fff
}

    .navbar-inverse .navbar-collapse {
        border-color: rgba(0,0,0,.2)
    }

    .navbar-inverse .navbar-form {
        border-color: rgba(255,255,255,.1)
    }

@media(max-width:768px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu {
        color: #fff;
        background-color: rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu .media-annotation, .navbar-inverse .navbar-nav .open .dropdown-menu .text-muted {
            color: rgba(255,255,255,.8)
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked > li {
            border-top-color: rgba(255,255,255,.1)
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked .media-link {
            color: #fff
        }

            .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked .media-link:focus, .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked .media-link:hover {
                background-color: rgba(0,0,0,.1);
                color: #fff
            }

        .navbar-inverse .navbar-nav .open .dropdown-menu a:not(.label-flat):not(.badge-flat):not(.disabled>a) {
            color: #fff
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
            background-color: rgba(255,255,255,.1)
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
            color: rgba(255,255,255,.6)
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-submenu:focus > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-submenu:hover > a {
            color: #fff;
            background-color: rgba(0,0,0,.1)
        }

    .navbar-inverse .navbar-nav .open > .dropdown-menu {
        border-top: 1px solid rgba(255,255,255,.1)
    }

    .navbar-inverse .navbar-nav .open:last-child .dropdown-menu {
        border-bottom: 0
    }

    .navbar-inverse .navbar-nav .badge, .navbar-inverse .navbar-nav .badge:focus, .navbar-inverse .navbar-nav .badge:hover, .navbar-inverse .navbar-nav .label, .navbar-inverse .navbar-nav .label:focus, .navbar-inverse .navbar-nav .label:hover {
        background-color: #fff;
        border-color: #fff;
        color: #333
    }

    .navbar-inverse .navbar-nav .checker > span, .navbar-inverse .navbar-nav .choice > span {
        border-color: #fff;
        color: #fff
    }

    .navbar-inverse .navbar-nav .nav-tabs {
        background-color: transparent;
        border: 0
    }

        .navbar-inverse .navbar-nav .nav-tabs > li > a {
            background-color: transparent
        }
}

@media(max-width:768px) {
    .navbar-inverse .navbar-collapse {
        background-color: rgba(0,0,0,.05)
    }

    .navbar-inverse .navbar-text {
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

    .navbar-inverse > .navbar-nav > li > a:not(.collapsed) {
        background-color: rgba(0,0,0,.1)
    }

    .navbar-inverse .dropdown-menu .media-body a, .navbar-inverse .dropdown-menu .table a {
        color: #fff
    }

    .navbar-inverse .dropdown-menu .table-responsive {
        border-width: 0 0 1px;
        border-color: rgba(255,255,255,.1)
    }

    .navbar-inverse .dropdown-menu .dropdown-content-heading + .table-responsive {
        border-top-width: 1px
    }

    .navbar-inverse .dropdown-menu .table td, .navbar-inverse .dropdown-menu .table th {
        border-color: rgba(255,255,255,.1)
    }

    .navbar-inverse .badge-flat, .navbar-inverse .btn-flat, .navbar-inverse .label-flat {
        border-color: #fff;
        color: #fff
    }
}

.navbar-lg {
    min-height: 48px
}

    .navbar-lg .navbar-brand {
        height: 48px;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .navbar-lg .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .navbar-lg .navbar-nav > .dropdown-user > a, .navbar-lg .navbar-nav > .dropdown-user > a > span {
        padding-top: 7px;
        padding-bottom: 7px
    }

.navbar-sm {
    min-height: 42px
}

    .navbar-sm .navbar-brand {
        height: 42px;
        padding-top: 11px;
        padding-bottom: 11px
    }

    .navbar-sm .navbar-nav > li > a {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .navbar-sm .navbar-nav > .dropdown-user > a, .navbar-sm .navbar-nav > .dropdown-user > a > span {
        padding-top: 5.5px;
        padding-bottom: 5.5px
    }

.navbar-xs {
    min-height: 40px
}

    .navbar-xs .navbar-brand {
        height: 40px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .navbar-xs .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .navbar-xs .navbar-nav > .dropdown-user > a, .navbar-xs .navbar-nav > .dropdown-user > a > span {
        padding-top: 5px;
        padding-bottom: 5px
    }

.nav .mega-menu {
    position: static
}

.mega-menu .dropdown-menu {
    right: auto
}

@media(min-width:769px) {
    .mega-menu.mega-menu-wide > .dropdown-menu {
        left: 20px;
        right: 20px
    }

    .layout-boxed .mega-menu.mega-menu-wide > .dropdown-menu {
        left: 0;
        right: 0
    }
}

.dropdown-content-heading {
    padding: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500
}

    .dropdown-content-heading + .dropdown-menu-body {
        padding-top: 0
    }

    .dropdown-content-heading + .dropdown-header {
        padding-top: 0 !important
    }

ul.dropdown-menu .dropdown-content-heading {
    padding-left: 15px;
    padding-right: 15px
}

    ul.dropdown-menu .dropdown-content-heading:first-child {
        padding-top: 15px;
        padding-bottom: 15px
    }

.dropdown-content-heading .icons-list {
    float: left
}

@media(min-width:769px) {
    .dropdown-content-heading + .table-responsive {
        border-top: 1px solid #ddd
    }
}

.dropdown-content-footer {
    background-color: #fcfcfc;
    color: #333;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

    .dropdown-content-footer a {
        display: block;
        padding: 7px;
        text-align: center;
        color: #333
    }

        .dropdown-content-footer a:focus, .dropdown-content-footer a:hover {
            background-color: #f5f5f5
        }

        .dropdown-content-footer a > i.display-block {
            top: 0
        }

@media(max-width:768px) {
    .navbar-inverse .dropdown-content-footer {
        background-color: rgba(0,0,0,.1);
        color: #fff;
        border-color: transparent;
        border-radius: 0
    }

        .navbar-inverse .dropdown-content-footer a {
            color: #fff
        }

            .navbar-inverse .dropdown-content-footer a:focus, .navbar-inverse .dropdown-content-footer a:hover {
                background-color: rgba(0,0,0,.1)
            }
}

.dropdown-content-body, .dropdown-content-body.media-list {
    padding: 20px
}

.dropdown-content-heading + .dropdown-content-body {
    padding-top: 0
}

.dropdown-content:not(ul) {
    padding-top: 0;
    padding-bottom: 0
}

.dropdown-content .form-inline {
    white-space: nowrap
}

.menu-list {
    margin: 0 0 20px;
    list-style: none;
    padding: 0;
    overflow: hidden
}

@media(min-width:1200px) {
    [class*=col-lg-] .menu-list {
        margin-bottom: 8px
    }
}

@media(min-width:1025px) {
    [class*=col-md-] .menu-list {
        margin-bottom: 8px
    }
}

@media(min-width:769px) {
    [class*=col-sm-] .menu-list {
        margin-bottom: 8px
    }
}

@media(min-width:480px) {
    [class*=col-xs-] .menu-list {
        margin-bottom: 8px
    }
}

.menu-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    display: none;
    right: 110%;
    width: 100%
}

.menu-list li {
    position: relative;
    margin-top: 1px
}

    .menu-list li:first-child {
        margin-top: 0
    }

    .menu-list li > a {
        display: block;
        color: #333;
        padding: 8px 12px;
        border-radius: 3px
    }

        .menu-list li > a:focus, .menu-list li > a:hover {
            background-color: #f5f5f5
        }

        .menu-list li > a > i {
            margin-left: 10px
        }

        .menu-list li > a > .badge, .menu-list li > a > .label {
            float: left;
            margin-right: 7px
        }

    .menu-list li.active > a, .menu-list li.active > a:focus, .menu-list li.active > a:hover {
        color: #fff;
        background-color: #2196f3
    }

    .menu-list li.disabled > a, .menu-list li.disabled > a:focus, .menu-list li.disabled > a:hover {
        background-color: transparent;
        color: #999;
        cursor: not-allowed
    }

        .menu-list li.disabled > a > .badge, .menu-list li.disabled > a > .label, .menu-list li.disabled > a > img {
            opacity: .8
        }

@media(max-width:768px) {
    .menu-list li > a {
        color: #fff
    }

        .menu-list li > a:focus, .menu-list li > a:hover {
            background-color: rgba(0,0,0,.1)
        }

    .menu-list li.active > a, .menu-list li.active > a:focus, .menu-list li.active > a:hover {
        background-color: rgba(0,0,0,.1)
    }

    .menu-list li.disabled > a, .menu-list li.disabled > a:focus, .menu-list li.disabled > a:hover {
        background-color: transparent;
        color: rgba(255,255,255,.6);
        cursor: not-allowed
    }

    .navbar-default .menu-list li > a {
        color: #333
    }

        .navbar-default .menu-list li > a:focus, .navbar-default .menu-list li > a:hover {
            background-color: #f5f5f5
        }

    .navbar-default .menu-list li.active > a, .navbar-default .menu-list li.active > a:focus, .navbar-default .menu-list li.active > a:hover {
        color: #fff;
        background-color: #2196f3
    }

    .navbar-default .menu-list li.disabled > a, .navbar-default .menu-list li.disabled > a:focus, .navbar-default .menu-list li.disabled > a:hover {
        background-color: transparent;
        color: #999
    }
}

@media(min-width:769px) {
    .menu-list, .menu-list ul {
        overflow-y: auto;
        max-height: 340px
    }
}

.dd-wrapper .dd-menu {
    overflow: hidden;
    position: relative
}

.dd-wrapper .dd-header h6 .badge, .dd-wrapper .dd-header h6 .label {
    margin-right: 7px
}

.dd-wrapper .dd-header h6 > i {
    margin-left: 7px
}

.dd-wrapper .dd-header h6:first-child {
    display: none
}

.dd-wrapper .dd-parent .active-ul + ul {
    position: relative;
    display: block;
    right: 0
}

.dd-wrapper .link-back {
    display: block;
    padding: 8px 0;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.6666667
}

    .dd-wrapper .link-back:before {
        content: '\ede5';
        font-family: icomoon;
        font-size: 16px;
        line-height: 1;
        position: relative;
        display: inline-block;
        top: -1px;
        vertical-align: middle;
        margin-left: 7px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .dd-wrapper .link-back .dd-icon, .dd-wrapper .link-back i {
        display: none
    }

@media(max-width:768px) {
    .navbar .dd-wrapper .link-back {
        padding: 20px 0;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee
    }

    .navbar-inverse .dd-wrapper .link-back {
        color: #fff;
        border-bottom-color: rgba(255,255,255,.1)
    }
}

.dd-wrapper .dd-icon {
    float: left;
    margin-top: 2px
}

    .dd-wrapper .dd-icon:after {
        content: '\e9c4';
        font-family: icomoon;
        font-size: 16px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.dd-wrapper .dd-header .dd-icon:after {
    content: '\e9c5'
}

.menu-heading {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 4px
}

    .menu-heading > i {
        float: right;
        margin-left: 7px
    }

    .menu-heading.underlined {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee
    }

@media(max-width:768px) {
    .menu-heading {
        color: #fff
    }

    div:first-child > .menu-heading {
        margin-top: 0
    }

    .navbar-default .menu-heading {
        color: #333
    }

    .menu-heading.underlined {
        border-bottom-color: rgba(255,255,255,.1)
    }

    .navbar-default .menu-heading.underlined {
        border-bottom-color: #eee
    }
}

.dropdown-menu .nav-tabs, .dropdown-menu .nav-tabs > li > a {
    border-radius: 0
}

    .dropdown-menu .nav-tabs > li.active:first-child > a, .dropdown-menu .nav-tabs > li:first-child > a {
        border-right: 0
    }

    .dropdown-menu .nav-tabs > li.active:last-child > a, .dropdown-menu .nav-tabs > li:last-child > a {
        border-left: 0
    }

@media(max-width:768px) {
    .dropdown-menu .nav-tabs {
        margin-top: 0
    }

        .dropdown-menu .nav-tabs:before {
            content: none
        }

        .dropdown-menu .nav-tabs > li + li {
            margin-top: 1px
        }

        .dropdown-menu .nav-tabs > li > a {
            border: 0;
            padding-left: 20px;
            padding-right: 20px
        }

            .dropdown-menu .nav-tabs > li > a:focus, .dropdown-menu .nav-tabs > li > a:hover {
                background-color: rgba(0,0,0,.1)
            }

        .dropdown-menu .nav-tabs > li.active > a, .dropdown-menu .nav-tabs > li.active > a:focus, .dropdown-menu .nav-tabs > li.active > a:hover {
            border: 0;
            background-color: rgba(0,0,0,.1)
        }

    .navbar .dropdown-menu .nav-tabs {
        border-top: 1px solid rgba(255,255,255,.1);
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

        .navbar .dropdown-menu .nav-tabs > li {
            margin-bottom: 0
        }

        .navbar .dropdown-menu .nav-tabs.active > a {
            border-color: transparent
        }

    .navbar-inverse .dropdown-menu .nav-tabs > li > a {
        color: #fff
    }

    .navbar-inverse .dropdown-menu .nav-tabs > li.disabled > a, .navbar-inverse .dropdown-menu .nav-tabs > li.disabled > a:focus, .navbar-inverse .dropdown-menu .nav-tabs > li.disabled > a:hover {
        color: rgba(255,255,255,.6);
        background-color: transparent
    }

    .navbar-default .dropdown-menu .nav-tabs {
        border-top-color: #ddd;
        border-bottom-color: #ddd;
        border-left: 0;
        border-right: 0
    }

        .navbar-default .dropdown-menu .nav-tabs > li > a:focus, .navbar-default .dropdown-menu .nav-tabs > li > a:hover {
            color: #333;
            background-color: #f8f8f8
        }

        .navbar-default .dropdown-menu .nav-tabs > li.active > a, .navbar-default .dropdown-menu .nav-tabs > li.active > a:focus, .navbar-default .dropdown-menu .nav-tabs > li.active > a:hover {
            color: #333;
            background-color: #f8f8f8
        }

        .navbar-default .dropdown-menu .nav-tabs > li.disabled > a, .navbar-default .dropdown-menu .nav-tabs > li.disabled > a:focus, .navbar-default .dropdown-menu .nav-tabs > li.disabled > a:hover {
            color: #999;
            background-color: transparent
        }
}

.navbar-progress {
    float: right;
    margin-right: 20px
}

    .navbar-progress .progress {
        width: 200px
    }

@media(max-width:768px) {
    .navbar-progress {
        margin: 12px 20px;
        float: none
    }

        .navbar-progress .progress {
            margin-top: 0;
            margin-bottom: 0;
            width: 100%
        }
}

.navbar-xs .navbar-progress .progress {
    margin-top: 11px;
    margin-bottom: 11px
}

.navbar-progress .progress, .navbar-xs .navbar-progress .progress-sm {
    margin-top: 13px;
    margin-bottom: 13px
}

.navbar-progress .progress-sm, .navbar-xs .navbar-progress .progress-xs {
    margin-top: 15px;
    margin-bottom: 15px
}

.navbar-progress .progress-xs, .navbar-xs .navbar-progress .progress-xxs {
    margin-top: 17px;
    margin-bottom: 17px
}

.navbar-progress .progress-xxs {
    margin-top: 19px;
    margin-bottom: 19px
}

.navbar-sm .navbar-progress .progress {
    margin-top: 12px;
    margin-bottom: 12px
}

.navbar-lg .navbar-progress .progress, .navbar-sm .navbar-progress .progress-sm {
    margin-top: 15px;
    margin-bottom: 15px
}

.navbar-lg .navbar-progress .progress-sm, .navbar-sm .navbar-progress .progress-xs {
    margin-top: 17px;
    margin-bottom: 17px
}

.navbar-lg .navbar-progress .progress-xs, .navbar-sm .navbar-progress .progress-xxs {
    margin-top: 19px;
    margin-bottom: 19px
}

.navbar-lg .navbar-progress .progress-xxs {
    margin-top: 21px;
    margin-bottom: 21px
}

@media(max-width:768px) {
    .navbar .btn-group .dropdown-menu, .navbar .dropdown .dropdown-menu, .navbar .input-group .dropdown-menu {
        width: 100%;
        border-width: 0 0 1px;
        border-radius: 0
    }

        .navbar .btn-group .dropdown-menu > li > a, .navbar .dropdown .dropdown-menu > li > a, .navbar .input-group .dropdown-menu > li > a {
            padding-left: 20px;
            padding-right: 20px
        }

    .navbar .btn-group, .navbar .form-group:not(.has-feedback), .navbar .input-group, .navbar .input-group-btn {
        position: static
    }

    .navbar .select2-container {
        width: 100% !important
    }

    .navbar-fixed-bottom .btn-group .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu, .navbar-fixed-bottom .input-group .dropdown-menu {
        border-width: 1px 0 0
    }

    .navbar-component .btn-group .dropdown-menu, .navbar-component .dropdown .dropdown-menu, .navbar-component .input-group .dropdown-menu {
        border-width: 0 1px 1px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .table-responsive {
        margin-bottom: 0
    }
}

.pagination {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

    .pagination > li > a, .pagination > li > span {
        float: right;
        margin-left: 0;
        margin-right: -1px;
        min-width: 36px;
        text-align: center
    }

    .pagination.pagination-rounded > li:first-child > a, .pagination.pagination-rounded > li:first-child > span {
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px
    }

    .pagination.pagination-rounded > li:last-child > a, .pagination.pagination-rounded > li:last-child > span {
        border-bottom-left-radius: 100px;
        border-top-left-radius: 100px
    }

.pagination-flat > li > a, .pagination-flat > li > span {
    margin-left: 0;
    margin-right: 1px;
    border-radius: 3px;
    min-width: 36px;
    background-color: transparent
}

    .pagination-flat > li > a, .pagination-flat > li > a:focus, .pagination-flat > li > a:hover, .pagination-flat > li > span, .pagination-flat > li > span:focus, .pagination-flat > li > span:hover {
        border-color: transparent
    }

.pagination-flat > .active > a, .pagination-flat > .active > a:focus, .pagination-flat > .active > a:hover, .pagination-flat > .active > span, .pagination-flat > .active > span:focus, .pagination-flat > .active > span:hover {
    border-color: transparent
}

.pagination-flat > .disabled > a, .pagination-flat > .disabled > a:focus, .pagination-flat > .disabled > a:hover, .pagination-flat > .disabled > span, .pagination-flat > .disabled > span:focus, .pagination-flat > .disabled > span:hover {
    border-color: transparent
}

.pagination-flat.pagination-rounded > li > a, .pagination-flat.pagination-rounded > li > span {
    border-radius: 100px
}

.pagination-flat.pagination-lg > li > a, .pagination-flat.pagination-lg > li > span {
    min-width: 40px
}

.pagination-flat.pagination-sm > li > a, .pagination-flat.pagination-sm > li > span {
    min-width: 34px
}

.pagination-flat.pagination-xs > li > a, .pagination-flat.pagination-xs > li > span {
    min-width: 32px
}

.pagination-separated > li > a, .pagination-separated > li > span {
    margin-left: 0;
    margin-right: 2px
}

.pagination-lg > li > a, .pagination-lg > li > span {
    line-height: 1.4285715;
    min-width: 40px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 13px;
    min-width: 34px
}

.pagination-xs > li > a, .pagination-xs > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6666667
}

.pagination-xs > li:first-child > a, .pagination-xs > li:first-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination-xs > li:last-child > a, .pagination-xs > li:last-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-xs > li > a, .pagination-xs > li > span {
    line-height: 1.6666667;
    min-width: 32px
}

.label {
    display: inline-block;
    font-weight: 500;
    padding: 1px 4px 0;
    line-height: 1.5384616;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .1px;
    border-radius: 2px
}

.btn .label {
    top: 0
}

.list-group-item.active > .label, .nav-pills > .active > a > .label, .nav-tabs-solid > .active > a > .label, .nav-tabs[class*=bg-] > li > a > .label {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

@media(min-width:769px) {
    .list-group-item > .label {
        float: left
    }

        .list-group-item > .label + .label {
            margin-left: 7px
        }
}

.badge > .caret, .label > .caret {
    margin-top: -2px
}

.open .badge.dropdown-toggle, .open .label.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.badge[href]:focus, .badge[href]:hover, .label[href]:focus, .label[href]:hover {
    opacity: .85
}

.label-default {
    border-color: #999
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #999
    }

.label-primary {
    border-color: #2196f3
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #2196f3
    }

.label-success {
    border-color: #4caf50
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #4caf50
    }

.label-info {
    border-color: #00bcd4
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #00bcd4
    }

.label-warning {
    border-color: #ff5722
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ff5722
    }

.label-danger {
    border-color: #f44336
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #f44336
    }

.label-striped {
    background-color: #f5f5f5;
    color: #333;
    border-right-width: 2px;
    padding: 5px 10px
}

    .label-striped.label-striped-right {
        border-right-width: 1px;
        border-left-width: 2px
    }

    .label-striped, .label-striped.label-icon {
        border-radius: 0
    }

        .label-striped[href]:focus, .label-striped[href]:hover {
            color: #333;
            background-color: #eee;
            -webkit-box-shadow: none;
            box-shadow: none
        }

.label-flat {
    background-color: transparent;
    border-width: 2px;
    border-radius: 0
}

    .label-flat[href]:focus, .label-flat[href]:hover {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.label-icon {
    padding: 7px;
    border-radius: 2px
}

    .label-icon > i {
        top: 0
    }

    .label-icon.label-flat {
        padding: 6px
    }

.label-icon-xlg {
    padding: 10px
}

    .label-icon-xlg.label-flat {
        padding: 9px
    }

.label-icon-lg {
    padding: 9px
}

    .label-icon-lg.label-flat {
        padding: 8px
    }

.label-icon-sm {
    padding: 6px
}

    .label-icon-sm.label-flat {
        padding: 5px
    }

.label-icon-xs {
    padding: 5px
}

    .label-icon-xs.label-flat {
        padding: 4px
    }

.label-rounded {
    border-radius: 100px
}

    .label-rounded:not(.label-icon) {
        padding-left: 7px;
        padding-right: 7px
    }

.label-roundless {
    border-radius: 0
}

.label-block {
    display: block
}

.form-control + .label-block {
    margin-top: 7px
}

.label-block.text-left {
    text-align: right;
    margin-left: 0
}

.label-block.text-right {
    text-align: left;
    margin-right: 0
}

.badge {
    padding: 1px 5px 0;
    font-size: 10px;
    letter-spacing: .1px;
    vertical-align: baseline;
    border: 1px solid transparent
}

.btn .badge {
    top: 0
}

.btn-xs .badge {
    padding: 1px 5px 0
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge, .nav-tabs-solid > .active > a > .badge, .nav-tabs[class*=bg-] > li > a > .badge {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 7px
}

    .nav-pills > li > a > .badge.position-right {
        margin-left: 0;
        margin-right: 7px
    }

.list-group-item > .badge {
    float: left
}

    .list-group-item > .badge + .badge {
        margin-right: 0;
        margin-left: 7px
    }

.badge-default {
    background-color: #999;
    border-color: #999
}

.badge-primary {
    background-color: #2196f3;
    border-color: #2196f3
}

.badge-success {
    background-color: #4caf50;
    border-color: #4caf50
}

.badge-info {
    background-color: #00bcd4;
    border-color: #00bcd4
}

.badge-warning {
    background-color: #ff5722;
    border-color: #ff5722
}

.badge-danger {
    background-color: #f44336;
    border-color: #f44336
}

.badge-flat {
    background-color: transparent;
    border-width: 2px
}

    .badge-flat[href]:focus, .badge-flat[href]:hover {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.thumbnail {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

    .thumbnail > a {
        display: block
    }

    .thumbnail a > img, .thumbnail > img {
        width: 100%
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #ddd
}

.thumbnail .caption {
    padding: 17px;
    padding-top: 20px
}

    .thumbnail .caption .icons-list.pull-right, .thumbnail .caption i.pull-right {
        margin-top: 4px
    }

    .thumbnail .caption .media-heading {
        margin-top: 0
    }

        .thumbnail .caption .media-heading:after {
            content: '';
            display: table;
            clear: both
        }

.modal-dialog .thumbnail {
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.thumbnail > .panel-heading {
    margin: -3px;
    margin-bottom: 0
}

.thumbnail .panel-footer {
    margin: -3px;
    margin-top: 0
}

.thumbnail.no-padding .thumb, .thumbnail.no-padding img {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.thumbnail.no-padding .caption {
    padding: 20px
}

.thumbnail.no-padding .panel-footer, .thumbnail.no-padding .panel-heading {
    margin: 0
}

.thumb {
    position: relative;
    display: block
}

    .thumb img:not(.media-preview) {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        height: auto
    }

    .thumb:hover .caption-zoom {
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 10px rgba(0,0,0,.7);
        box-shadow: 0 0 0 10px rgba(0,0,0,.7)
    }

    .thumb:hover .caption-offset {
        left: 8px;
        top: 8px
    }

    .thumb .caption-collapse {
        top: 80%;
        z-index: 10;
        height: auto
    }

    .thumb:hover .thumb .caption-collapse {
        top: 100%
    }

.thumb-rounded {
    width: 60%;
    margin: 20px auto 0
}

    .thumb-rounded, .thumb-rounded img {
        border-radius: 50%
    }

.caption-overflow {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    visibility: hidden;
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

    .caption-overflow span {
        position: absolute;
        top: 50%;
        margin-top: -17px;
        width: 100%;
        text-align: center
    }

.thumb:hover > .caption-overflow {
    background-color: rgba(0,0,0,.7);
    visibility: visible;
    opacity: 1
}

.zoom-image {
    color: #fff;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.thumb:hover .zoom-image {
    background-color: rgba(0,0,0,.6);
    opacity: 1
}

.img-rounded + .zoom-image {
    border-radius: 3px
}

.img-circle + .zoom-image {
    border-radius: 50%
}

.zoom-image i {
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px
}

.thumb-slide {
    overflow: hidden
}

    .thumb-slide .caption {
        position: absolute;
        bottom: -100%;
        left: 0;
        color: #fff;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        z-index: 10;
        -webkit-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear
    }

        .thumb-slide .caption span {
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -18px;
            width: 100%;
            text-align: center
        }

    .thumb-slide:hover .caption {
        bottom: 0
    }

.alert {
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}

    .alert .alert-heading {
        margin-top: 0;
        margin-bottom: 5px
    }

    .alert .alert-link {
        color: inherit
    }

    .alert .close {
        float: left
    }

        .alert .close, .alert .close:focus, .alert .close:hover {
            color: inherit
        }

.alert-primary {
    background-color: #e3f2fd;
    border-color: #1e88e5;
    color: #1565c0
}

    .alert-primary hr {
        border-top-color: #187bd1
    }

    .alert-primary .alert-link {
        color: #104d92
    }

    .alert-primary, .alert-primary .close {
        color: #104d92
    }

.alert-success, .alert-success .close {
    color: #205823
}

.alert-info, .alert-info .close {
    color: #00545c
}

.alert-warning, .alert-warning .close {
    color: #aa3510
}

.alert-danger, .alert-danger .close {
    color: #9c1f1f
}

.alert.alert-rounded {
    border-radius: 100px;
    padding-left: 25px;
    padding-right: 25px
}

.alert-component[class*=alert-styled-] {
    background-color: #fff
}

.alert[class*=bg-] .alert-link, .alert[class*=bg-] a {
    color: #fff
}

.alert[class*=alert-styled-]:after, .ui-pnotify[class*=alert-styled-] > .alert:after {
    content: '\e9a2';
    font-family: icomoon;
    color: #fff;
    width: 44px;
    right: -44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.alert[class*=alert-styled-].alert-danger:after, .alert[class*=alert-styled-][class*=bg-danger]:after, .ui-pnotify[class*=alert-styled-] > .alert.alert-danger:after, .ui-pnotify[class*=alert-styled-] > .alert[class*=bg-danger]:after {
    content: '\ed64'
}

.alert[class*=alert-styled-].alert-success:after, .alert[class*=alert-styled-][class*=bg-success]:after, .ui-pnotify[class*=alert-styled-] > .alert.alert-success:after, .ui-pnotify[class*=alert-styled-] > .alert[class*=bg-success]:after {
    content: '\ed6e'
}

.alert[class*=alert-styled-].alert-warning:after, .alert[class*=alert-styled-][class*=bg-warning]:after, .ui-pnotify[class*=alert-styled-] > .alert.alert-warning:after, .ui-pnotify[class*=alert-styled-] > .alert[class*=bg-warning]:after {
    content: '\e9bd'
}

.alert[class*=alert-styled-].alert-info:after, .alert[class*=alert-styled-][class*=bg-info]:after, .ui-pnotify[class*=alert-styled-] > .alert.alert-info:after, .ui-pnotify[class*=alert-styled-] > .alert[class*=bg-info]:after {
    content: '\e9b9'
}

.alert.alert-styled-right:after, .ui-pnotify.alert-styled-right > .alert:after {
    right: auto;
    left: -44px
}

.alert.alert-styled-custom:after, .ui-pnotify.alert-styled-custom > .alert:after {
    content: "\e81b"
}

.alert.alert-styled-left, .ui-pnotify.alert-styled-left > .alert {
    border-right-width: 44px
}

    .alert.alert-styled-left[class*=bg-], .ui-pnotify.alert-styled-left[class*=bg-] > .alert {
        border-right-color: rgba(0,0,0,.15) !important
    }

.alert.alert-styled-right, .ui-pnotify.alert-styled-right > .alert {
    border-left-width: 44px
}

    .alert.alert-styled-right[class*=bg-], .ui-pnotify.alert-styled-right[class*=bg-] > .alert {
        border-left-color: rgba(0,0,0,.15) !important
    }

.alert[class*=alert-arrow-]:before, .ui-pnotify[class*=alert-arrow-] > .alert:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    border-right: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right-color: inherit;
    margin-top: -5px
}

.alert.alert-arrow-right:before, .ui-pnotify.alert-arrow-right > .alert:before {
    right: auto;
    left: 0;
    border-right: 0;
    border-left: 5px solid;
    border-left-color: inherit
}

.ui-pnotify[class*=alpha-] > {
    background-color: inherit;
    border-color: inherit;
    color: inherit
}

.progress {
    position: relative;
    margin-bottom: 0;
    height: 18px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.progress-bar {
    line-height: 18px;
    overflow: hidden;
    float: right
}

.progress-rounded, .progress-rounded > .progress-bar {
    border-radius: 100px
}

.progress .progressbar-back-text {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px
}

.progress .progressbar-front-text {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 12px
}

.progress.right .progress-bar {
    left: 0;
    float: left
}

.progress.right .progressbar-front-text {
    position: absolute;
    left: 0
}

.progress.vertical {
    width: 50px;
    height: 100%;
    display: inline-block
}

    .progress.vertical + .progress.vertical {
        margin-right: 10px
    }

    .progress.vertical .progress-bar {
        width: 100%;
        height: 0;
        -webkit-transition: height .6s ease;
        -o-transition: height .6s ease;
        transition: height .6s ease
    }

    .progress.vertical.bottom {
        position: relative
    }

        .progress.vertical.bottom .progressbar-front-text {
            position: absolute;
            bottom: 0
        }

        .progress.vertical.bottom .progress-bar {
            position: absolute;
            bottom: 0
        }

.progress-lg {
    height: 22px
}

    .progress-lg .progress-bar {
        line-height: 22px
    }

.progress-sm {
    height: 14px
}

.progress-xs {
    height: 10px
}

.progress-xxs {
    height: 6px
}

.progress-micro {
    height: 2px
}

    .progress-micro .progress-bar, .progress-sm .progress-bar, .progress-xs .progress-bar, .progress-xxs .progress-bar {
        font-size: 0
    }

.media {
    margin-top: 20px;
    position: relative
}

.media, .media-body {
    overflow: visible
}

.media-body, .media-left, .media-right {
    position: relative
}

.media-heading {
    margin-bottom: 2px;
    display: block
}

.media-list {
    margin-bottom: 0;
    padding-right: 0
}

.media-right, .media > .pull-right {
    padding-left: 0;
    padding-right: 20px
}

.media-left, .media > .pull-left {
    padding-right: 0;
    padding-left: 20px
}

@media(max-width:768px) {
    .stack-media-on-mobile {
        text-align: center
    }

        .stack-media-on-mobile .media-annotation {
            display: block
        }

            .stack-media-on-mobile .media-annotation.dotted:not(.pull-right):before {
                content: none;
                margin: 0
            }

        .stack-media-on-mobile .media-heading .media-annotation {
            margin-left: 0;
            margin-right: 0;
            padding-bottom: 5px
        }

        .stack-media-on-mobile .media-body, .stack-media-on-mobile .media-left, .stack-media-on-mobile .media-right {
            display: block;
            width: auto;
            padding-left: 0;
            padding-right: 0
        }

            .stack-media-on-mobile .media-body img, .stack-media-on-mobile .media-left img, .stack-media-on-mobile .media-right img {
                width: 100%;
                height: auto;
                max-height: none
            }

        .stack-media-on-mobile .media-body, .stack-media-on-mobile .media-right {
            margin-top: 15px
        }

        .stack-media-on-mobile .media-heading {
            margin-bottom: 5px
        }
}

.media-left img:not(.media-preview), .media-right img:not(.media-preview), .thumbnail .media img:not(.media-preview) {
    width: 40px;
    height: 40px;
    max-width: none
}

.media-badge {
    position: absolute;
    right: -10px;
    top: -2px
}

    .media-badge, .media-badge[class*=bg-] {
        border: 2px solid
    }

@media(max-width:768px) {
    .navbar-inverse .media-badge {
        border: 0;
        top: 0
    }
}

.media-annotation {
    color: #999;
    font-size: 12px;
    font-weight: 400
}

.media-heading .media-annotation {
    display: inline-block;
    margin-right: 7px
}

.media-annotation i {
    font-size: 13px
}

.media-annotation.dotted:not(.pull-right):before {
    content: '•';
    margin-left: 10px
}

.media-header {
    white-space: nowrap;
    margin-top: 20px
}

    .media-header:first-child {
        margin-top: 0
    }

.media-list-bordered > li {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px
}

    .media-list-bordered > li:first-child {
        padding-top: 0;
        border-top-width: 0
    }

.media-list-bordered.media-list-linked .media-header {
    margin-bottom: 15px
}

.media-list-linked .media {
    margin-top: 0;
    padding: 0
}

.media-list-linked .media-link {
    display: block;
    padding: 15px 20px;
    color: #333
}

    .media-list-linked .media-link:focus, .media-list-linked .media-link:hover {
        background-color: #fafafa;
        color: #333
    }

.media-list-linked .media-header {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

    .media-list-linked .media-header:first-child {
        margin-top: 0
    }

.media-list-linked.media-list-bordered > li:first-child {
    border-top-width: 1px
}

.media-list-linked.media-list-bordered > .media-header {
    margin-top: 0
}

    .media-list-linked.media-list-bordered > .media-header:first-child {
        border-top-width: 0
    }

.panel {
    margin-bottom: 20px;
    border-color: #ddd;
    color: #333
}

    .panel[class*=bg-] > .panel-heading {
        border-color: rgba(255,255,255,.2)
    }

@media(max-width:768px) {
    .panel[class*=bg-] > .panel-heading {
        background-color: inherit
    }
}

.panel[class*=bg-].panel-flat > .panel-heading {
    border-bottom-color: transparent
}

.panel[class*=bg-] > .panel-body {
    background-color: inherit
}

.panel[class*=bg-] .panel-title {
    color: #fff
}

.panel[class*=bg-] .table tbody td, .panel[class*=bg-] .table tbody th, .panel[class*=bg-] .table thead td, .panel[class*=bg-] .table thead th {
    border-color: rgba(255,255,255,.1)
}

.panel[class*=bg-] .help-block, .panel[class*=bg-] .help-inline, .panel[class*=bg-] .text-muted {
    color: rgba(255,255,255,.8)
}

.panel[class*=border-top-] {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel[class*=border-bottom-] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel[class*=border-left-] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.panel[class*=border-right-] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.panel-body {
    position: relative
}

.panel-flat > .panel-heading + .panel-body {
    padding-top: 0
}

.panel-heading {
    position: relative
}

.panel-bordered > .panel-heading {
    margin: 0
}

.panel-flat > .panel-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff
}

.panel-flat[class*=bg-] > .panel-heading {
    background-color: inherit
}

.panel-danger .panel-heading, .panel-heading[class*=bg-], .panel-info .panel-heading, .panel-primary .panel-heading, .panel-success .panel-heading, .panel-warning .panel-heading {
    margin: -1px -1px 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-white > .panel-heading {
    background-color: #fff;
    border-bottom-color: #ddd
}

.panel-title {
    position: relative;
    font-size: 13px
}

a.panel-title {
    display: block
}

.panel-title img {
    max-height: 20px;
    display: inline-block;
    vertical-align: top
}

.panel-title > .small:not(.display-block), .panel-title > small:not(.display-block) {
    margin-right: 5px;
    display: inline-block
}

.h1.panel-title, h1.panel-title {
    font-size: 25px
}

.h2.panel-title, h2.panel-title {
    font-size: 23px
}

.h3.panel-title, h3.panel-title {
    font-size: 21px
}

.h4.panel-title, h4.panel-title {
    font-size: 19px
}

.h5.panel-title, h5.panel-title {
    font-size: 17px
}

.h6.panel-title, h6.panel-title {
    font-size: 15px
}

.icons-list a[data-action] {
    vertical-align: middle;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

    .icons-list a[data-action]:after {
        font-family: icomoon;
        font-size: 16px;
        min-width: 16px;
        text-align: center;
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.icons-list a[data-action=collapse]:after {
    content: '\e9c1'
}

.icons-list a[data-action=reload]:after {
    content: '\e9fb'
}

.icons-list a[data-action=close]:after {
    content: '\e9b6'
}

.icons-list a[data-action=move]:after {
    content: '\e986'
}

.icons-list a[data-action=modal]:after {
    content: '\e9eb'
}

.panel-footer {
    position: relative
}

    .panel-footer:after {
        content: '';
        display: table;
        clear: both
    }

    .panel-footer > ul {
        margin: 0;
        padding: 0;
        font-size: 0;
        list-style: none;
        float: right;
        margin-right: 15px
    }

        .panel-footer > ul:first-child {
            margin-right: 0
        }

        .panel-footer > ul > li {
            display: inline-block;
            font-size: 13px;
            padding-top: 8px;
            padding-bottom: 8px
        }

            .panel-footer > ul > li + li {
                margin-right: 15px
            }

            .panel-footer > ul > li > a {
                color: #333
            }

            .panel-footer > ul > li .dropdown-menu {
                margin-top: 0;
                margin-bottom: 0
            }

@media(max-width:480px) {
    .panel-footer {
        text-align: center
    }

        .panel-footer .pull-right, .panel-footer ul {
            margin-right: 0;
            float: none !important
        }

        .panel-footer .btn-group, .panel-footer .dropdown, .panel-footer .dropup, .panel-footer > ul > li {
            position: static
        }

        .panel-footer .dropdown-menu {
            left: 0;
            right: 0
        }
}

.panel-footer-transparent {
    background-color: transparent;
    border-top: 0
}

    .panel-footer-transparent > ul > li {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 20px
    }

.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: 1px solid #ddd;
    border-right: 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-left: 0;
    border-right: 1px solid #ddd
}

.panel-group-control .panel-title > a {
    padding-right: 26px;
    display: inline-block
}

    .panel-group-control .panel-title > a:before {
        content: '\e9b7';
        font-family: icomoon;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .panel-group-control .panel-title > a.collapsed:before {
        content: '\e9b8'
    }

.panel-group-control.panel-group-control-right .panel-title > a {
    padding-right: 0;
    padding-left: 26px
}

    .panel-group-control.panel-group-control-right .panel-title > a:before {
        right: auto;
        left: 0
    }

.panel-primary {
    border-color: #ddd
}

    .panel-primary.panel-bordered {
        border-color: #2196f3
    }

.panel-success {
    border-color: #ddd
}

    .panel-success.panel-bordered {
        border-color: #4caf50
    }

.panel-info {
    border-color: #ddd
}

    .panel-info.panel-bordered {
        border-color: #00bcd4
    }

.panel-warning {
    border-color: #ddd
}

    .panel-warning.panel-bordered {
        border-color: #ff5722
    }

.panel-danger {
    border-color: #ddd
}

    .panel-danger.panel-bordered {
        border-color: #f44336
    }

.close {
    float: left;
    font-size: 17px;
    text-shadow: none;
    opacity: .6
}

    .close:focus, .close:hover {
        outline: 0;
        opacity: 1
    }

.modal-content {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2)
}

.modal-header {
    position: relative;
    padding-bottom: 0
}

    .modal-header[class*=bg-] {
        padding: 15px 20px;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px
    }

        .modal-header[class*=bg-] .close {
            margin-top: -9.75px
        }

        .modal-content[class*=bg-] .modal-header .close, .modal-header[class*=bg-] .close {
            color: #fff
        }

    .modal-header .close {
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: 0
    }

.modal-body .close {
    margin-top: 0 !important
}

.modal-footer {
    padding-top: 0;
    text-align: left
}

    .modal-footer.text-center {
        text-align: center
    }

    .modal-footer.text-right {
        text-align: right
    }

    .modal-footer .btn + .btn {
        margin-left: 0;
        margin-right: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: 0;
        margin-right: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-right: 0
    }

@media(min-width:769px) {
    .modal-xs {
        width: 300px
    }

    .modal-full {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%
    }
}

.pull-right {
    float: left !important
}

.pull-left {
    float: right !important
}

.page-container {
    position: relative
}

@media(min-width:769px) {
    .page-container {
        width: 100%;
        display: table;
        table-layout: fixed
    }
}

@-moz-document url-prefix() {
    .page-container {
        height: 1px
    }
}

@media(min-width:769px) {
    .page-content {
        display: table-row
    }
}

.content-wrapper {
    padding-bottom: 20px;
    width: 100%
}

@media(min-width:769px) {
    .content-wrapper {
        display: table-cell;
        vertical-align: top
    }
}

.content {
    padding: 20px
}

    .content:after {
        content: '';
        display: table;
        clear: both
    }

.page-header + .content {
    padding-top: 0
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rotate-45-inverse {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rotate-90-inverse {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.rotate-180-inverse {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.spinner {
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite
}

.spinner-reverse {
    display: inline-block;
    -webkit-animation: rotation_reverse 1s linear infinite;
    -o-animation: rotation_reverse 1s linear infinite;
    animation: rotation_reverse 1s linear infinite
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotation {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes rotation {
    0% {
        -ms-transform: rotate(0)
    }

    100% {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes rotation {
    0% {
        -o-transform: rotate(0)
    }

    100% {
        -o-transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotation_reverse {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes rotation_reverse {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(-360deg)
    }
}

@-ms-keyframes rotation_reverse {
    0% {
        -ms-transform: rotate(0)
    }

    100% {
        -ms-transform: rotate(-360deg)
    }
}

@-o-keyframes rotation_reverse {
    0% {
        -o-transform: rotate(0)
    }

    100% {
        -o-transform: rotate(-360deg)
    }
}

@keyframes rotation_reverse {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes bounceOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .pace .pace-progress {
        background: #4fc3f7;
        position: fixed;
        z-index: 2000;
        top: 0;
        width: 100%;
        right: 100%;
        height: 2px
    }

.pace-inactive {
    display: none
}

.pace-demo {
    display: inline-block;
    background-color: #37474f;
    border-radius: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
    vertical-align: middle;
    padding: 20px;
    position: relative
}

    .pace-demo .pace_progress {
        display: none
    }

.theme_xbox, .theme_xbox_sm, .theme_xbox_xs {
    position: relative;
    width: 44px;
    height: 44px
}

    .theme_xbox .pace_activity, .theme_xbox_sm .pace_activity, .theme_xbox_xs .pace_activity {
        width: 44px;
        height: 44px;
        -webkit-animation: rotation 1.5s ease-in-out infinite;
        -o-animation: rotation 1.5s ease-in-out infinite;
        animation: rotation 1.5s ease-in-out infinite
    }

        .theme_xbox .pace_activity, .theme_xbox .pace_activity:after, .theme_xbox .pace_activity:before, .theme_xbox_sm .pace_activity, .theme_xbox_sm .pace_activity:after, .theme_xbox_sm .pace_activity:before, .theme_xbox_xs .pace_activity, .theme_xbox_xs .pace_activity:after, .theme_xbox_xs .pace_activity:before {
            border-radius: 50%;
            border: 1px solid transparent;
            border-top-color: #fff
        }

            .theme_xbox .pace_activity:before, .theme_xbox_sm .pace_activity:before, .theme_xbox_xs .pace_activity:before {
                content: "";
                position: absolute;
                top: 5px;
                right: 5px;
                left: 5px;
                bottom: 5px;
                -webkit-animation: rotation 2s ease-in-out infinite;
                -o-animation: rotation 2s ease-in-out infinite;
                animation: rotation 2s ease-in-out infinite
            }

            .theme_xbox .pace_activity:after, .theme_xbox_sm .pace_activity:after, .theme_xbox_xs .pace_activity:after {
                content: "";
                position: absolute;
                top: 12px;
                right: 12px;
                left: 12px;
                bottom: 12px;
                -webkit-animation: rotation 1s ease-in-out infinite;
                -o-animation: rotation 1s ease-in-out infinite;
                animation: rotation 1s ease-in-out infinite
            }

.theme_xbox_with_text span {
    display: block;
    margin-top: 7px;
    color: #fff
}

.theme_xbox_sm .pace_activity, .theme_xbox_sm .pace_activity:after, .theme_xbox_sm .pace_activity:before {
    border-width: 2px
}

.theme_xbox .pace_activity, .theme_xbox .pace_activity:after, .theme_xbox .pace_activity:before {
    border-width: 3px
}

.theme_perspective {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    height: 30px
}

    .theme_perspective .pace_activity {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
        background-color: #fff;
        -webkit-animation: perspective 1.2s infinite ease-in-out;
        -o-animation: perspective 1.2s infinite ease-in-out;
        animation: perspective 1.2s infinite ease-in-out
    }

@keyframes perspective {
    0% {
        transform: perspective(120px)
    }

    50% {
        transform: perspective(120px) rotateY(180deg)
    }

    100% {
        transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@-webkit-keyframes perspective {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@-moz-keyframes perspective {
    0% {
        -moz-transform: perspective(120px)
    }

    50% {
        -moz-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -moz-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

.theme_corners_with_text span, .theme_perspective_with_text span, .theme_radar_with_text span, .theme_squares_with_text span, .theme_tail_with_text span {
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 100%;
    color: #fff
}

.theme_squares {
    width: 30px;
    height: 30px
}

    .theme_squares .pace_activity:after, .theme_squares .pace_activity:before {
        position: absolute;
        content: "";
        border: 2px solid #fff;
        width: 20px;
        height: 20px;
        margin-right: -10px;
        margin-top: 5px
    }

    .theme_squares .pace_activity:before {
        width: 30px;
        height: 30px;
        margin-right: -15px;
        margin-top: 0;
        -webkit-animation: rotation_reverse 2s linear infinite;
        -o-animation: rotation_reverse 2s linear infinite;
        animation: rotation_reverse 2s linear infinite
    }

    .theme_squares .pace_activity:after {
        -webkit-animation: rotation 2s linear infinite;
        -o-animation: rotation 2s linear infinite;
        animation: rotation 2s linear infinite
    }

.theme_tail {
    width: 30px;
    height: 30px
}

    .theme_tail .pace_activity {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        border: 3px solid transparent;
        border-right-color: #fff;
        -webkit-animation: rotation 1.1s infinite linear;
        -o-animation: rotation 1.1s infinite linear;
        animation: rotation 1.1s infinite linear
    }

.theme_tail_circle {
    width: 30px;
    height: 30px
}

    .theme_tail_circle .pace_activity {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        border: 3px solid rgba(0,0,0,.1);
        border-right-color: #fff;
        -webkit-animation: rotation 1.1s infinite linear;
        -o-animation: rotation 1.1s infinite linear;
        animation: rotation 1.1s infinite linear
    }

.theme_corners {
    height: 30px;
    width: 30px
}

    .theme_corners .pace_activity {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-top: 9px;
        margin-bottom: 3px;
        background-color: #fff;
        border-radius: 10px;
        -webkit-animation: corners 1.5s ease infinite;
        -o-animation: corners 1.5s ease infinite;
        animation: corners 1.5s ease infinite
    }

@keyframes corners {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: scale(1.5) rotate(-180deg);
        border-radius: 0
    }

    100% {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes corners {
    0% {
        -webkit-transform: rotate(0)
    }

    50% {
        -webkit-transform: scale(2) rotate(-180deg);
        border-radius: 0
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes corners {
    0% {
        -moz-transform: rotate(0)
    }

    50% {
        -moz-transform: scale(2) rotate(-180deg);
        border-radius: 0
    }

    100% {
        -moz-transform: rotate(-360deg)
    }
}

.theme_radar {
    width: 30px;
    height: 30px
}

    .theme_radar .pace_activity {
        display: inline-block;
        margin-top: 3px;
        margin-bottom: 3px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid transparent;
        border-top-color: #fff;
        border-bottom-color: #fff;
        -webkit-animation: rotation 1.1s infinite linear;
        -o-animation: rotation 1.1s infinite linear;
        animation: rotation 1.1s infinite linear
    }

.theme_bar, .theme_bar_sm, .theme_bar_xs {
    position: relative;
    width: 200px;
    height: 6px;
    background-color: rgba(0,0,0,.4);
    border-radius: 100px;
    -webkit-box-shadow: 0 0 5px rgba(255,255,255,.1);
    box-shadow: 0 0 5px rgba(255,255,255,.1)
}

    .theme_bar .pace_progress, .theme_bar_sm .pace_progress, .theme_bar_xs .pace_progress {
        max-width: 198px;
        display: block;
        position: absolute;
        right: 1px;
        top: 1px;
        height: 4px;
        background: #3fcf96;
        color: #fff;
        line-height: 32px;
        border-radius: 100px
    }

.theme_bar_sm {
    height: 5px
}

    .theme_bar_sm .pace_progress {
        height: 3px
    }

.theme_bar_xs {
    height: 4px
}

    .theme_bar_xs .pace_progress {
        height: 2px
    }

.checker {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle
}

    .checker, .checker input, .checker span {
        width: 18px;
        height: 18px
    }

        .checker span {
            color: #455a64;
            border: 2px solid #607d8b;
            display: inline-block;
            text-align: center;
            position: relative;
            border-radius: 2px
        }

            .checker span:after {
                content: "\e600";
                font-family: icomoon;
                font-size: 16px;
                line-height: 1;
                position: absolute;
                top: -1px;
                right: -1px;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                opacity: 0
            }

            .checker span.checked:after {
                opacity: 1
            }

        .checker input[type=checkbox], .choice input[type=radio] {
            border: none;
            background: 0 0;
            display: -moz-inline-box;
            display: inline-block;
            margin: 0;
            vertical-align: top;
            cursor: pointer;
            position: absolute;
            top: -2px;
            right: -2px;
            z-index: 2;
            opacity: 0
        }

.checkbox .checker, .checkbox-inline .checker {
    position: absolute;
    top: 1px;
    right: 0
}

.form-horizontal .checkbox .checker, .form-horizontal .checkbox-inline .checker {
    top: 9px
}

.checkbox-right .checker {
    right: auto;
    left: 0
}

.checker.disabled {
    opacity: .5
}

    .checker.disabled, .checker.disabled input[type=checkbox] {
        cursor: not-allowed
    }

.checkbox-inline:active .checker.disabled span:after, .checkbox > label:active .checker.disabled span:after {
    opacity: 0
}

.checkbox-inline:active .checker.disabled span.checked:after, .checkbox > label:active .checker.disabled span.checked:after {
    opacity: 1
}

.checker[class*=border-] span {
    border-color: inherit;
    color: inherit
}

.dropdown-menu > .active:not(.disabled) .checker span, .dropdown-menu[class*=bg-] .checker span, .navbar-inverse .navbar-form .form-group > .checkbox .checker span, .navbar-inverse .navbar-form .form-group > .checkbox-inline .checker span, .page-header-inverse .form-group > .checkbox .checker span, .page-header-inverse .form-group > .checkbox-inline .checker span, .sidebar:not(.sidebar-default) .checkbox .checker span, .sidebar:not(.sidebar-default) .checkbox-inline .checker span {
    border-color: #fff;
    color: #fff
}

.choice {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 100%
}

    .choice, .choice input, .choice span {
        width: 18px;
        height: 18px
    }

        .choice span {
            border: 2px solid #607d8b;
            display: -moz-inline-box;
            display: inline-block;
            border-radius: 100%;
            text-align: center;
            position: relative
        }

            .choice span:after {
                content: "";
                position: absolute;
                top: 3px;
                right: 3px;
                border: 4px solid;
                border-color: inherit;
                width: 0;
                height: 0;
                border-radius: 100%;
                opacity: 0
            }

            .choice span.checked:after {
                opacity: 1
            }

.radio .choice, .radio-inline .choice {
    position: absolute;
    top: 1px;
    right: 0
}

.form-horizontal .radio .choice, .form-horizontal .radio-inline .choice {
    top: 9px
}

.radio-right .choice {
    right: auto;
    left: 0
}

.choice.disabled {
    opacity: .5
}

    .choice.disabled, .choice.disabled input[type=radio] {
        cursor: not-allowed
    }

.radio-inline:active .choice.disabled span:after, .radio > label:active .choice.disabled span:after {
    opacity: 0
}

.radio-inline:active .choice.disabled span.checked:after, .radio > label:active .choice.disabled span.checked:after {
    opacity: 1
}

.choice[class*=border-] span {
    border-color: inherit
}

    .choice[class*=border-] span:after {
        border-color: inherit
    }

.dropdown-menu > .active .choice span, .dropdown-menu[class*=bg-] .choice span, .navbar-inverse .navbar-form .form-group > .radio .choice span, .navbar-inverse .navbar-form .form-group > .radio-inline .choice span, .page-header-inverse .form-group > .radio .choice span, .page-header-inverse .form-group > .radio-inline .choice span, .sidebar:not(.sidebar-default) .radio .choice span, .sidebar:not(.sidebar-default) .radio-inline .choice span {
    border-color: #fff
}

.uploader {
    width: 100%;
    position: relative;
    display: table
}

    .uploader .filename {
        color: #999;
        height: 36px;
        padding: 7px 12px;
        cursor: pointer;
        width: 100%;
        display: table-cell;
        cursor: default;
        border: 1px solid #ddd;
        border-left: 0;
        background-color: #fff;
        text-align: right;
        word-break: break-word;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px
    }

    .uploader .action {
        display: table-cell;
        cursor: pointer;
        z-index: 1;
        border-radius: 0;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px
    }

        .uploader .action.btn {
            margin-top: 0
        }

    .uploader:focus .action, .uploader:hover .action {
        -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.05) inset;
        box-shadow: 0 0 0 100px rgba(0,0,0,.05) inset
    }

        .uploader:focus .action.btn-default, .uploader:hover .action.btn-default {
            -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.01) inset;
            box-shadow: 0 0 0 100px rgba(0,0,0,.01) inset
        }

    .uploader:active .action {
        -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.1) inset;
        box-shadow: 0 0 0 100px rgba(0,0,0,.1) inset
    }

        .uploader:active .action.btn-default {
            -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,.03) inset;
            box-shadow: 0 0 0 100px rgba(0,0,0,.03) inset
        }

    .uploader input[type=file] {
        width: 100%;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 36px;
        border: 0;
        cursor: pointer;
        z-index: 10;
        opacity: 0
    }

    .uploader.disabled .filename {
        background-color: #fafafa;
        cursor: not-allowed
    }

.uploader-lg .action, .uploader-lg .filename, .uploader-lg input[type=file] {
    height: 40px
}

.uploader-lg .filename {
    padding: 9px 15px;
    font-size: 14px;
    line-height: 1.4285715
}

.uploader-sm .action, .uploader-sm .filename, .uploader-sm input[type=file] {
    height: 34px
}

.uploader-sm .filename {
    padding: 6px 11px;
    font-size: 12px;
    line-height: 1.6666667
}

.uploader-xs .action, .uploader-xs .filename, .uploader-xs input[type=file] {
    height: 32px
}

.uploader-xs .filename {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6666667
}

.switchery {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    width: 44px;
    height: 22px;
    vertical-align: middle;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.checkbox-switchery .switchery {
    position: absolute;
    right: 0;
    margin-top: -2px
}

.switchery > small {
    background-color: #fff;
    border-radius: 100px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px rgba(0,0,0,.4)
}

.checkbox.checkbox-switchery {
    margin-bottom: 14px;
    padding-right: 0
}

    .checkbox.checkbox-switchery.disabled .switchery {
        cursor: not-allowed
    }

.checkbox-inline[class*=switchery-], .checkbox[class*=switchery-] {
    padding-right: 0;
    padding-left: 0
}

.switchery-lg.checkbox-switchery {
    margin-bottom: 18px
}

    .switchery-lg.checkbox-switchery .switchery {
        margin-top: -4px
    }

label.switchery-lg {
    margin-bottom: 0
}

.switchery-lg .switchery {
    height: 26px;
    width: 52px
}

    .switchery-lg .switchery > small {
        height: 26px;
        width: 26px
    }

.switchery-sm.checkbox-switchery {
    margin-bottom: 10px
}

    .switchery-sm.checkbox-switchery .switchery {
        margin-top: 0
    }

label.switchery-sm {
    margin-bottom: 0
}

.switchery-sm .switchery {
    height: 18px;
    width: 36px
}

    .switchery-sm .switchery > small {
        height: 18px;
        width: 18px
    }

.switchery-xs.checkbox-switchery {
    margin-bottom: 6px
}

    .switchery-xs.checkbox-switchery .switchery {
        margin-top: 2px
    }

label.switchery-xs {
    margin-bottom: 0
}

.switchery-xs .switchery {
    height: 14px;
    width: 28px
}

    .switchery-xs .switchery > small {
        height: 14px;
        width: 14px
    }

.checkbox-switchery label, label.checkbox-switchery {
    position: relative;
    padding-right: 56px;
    margin: 0;
    cursor: pointer
}

    .checkbox-switchery.switchery-lg label, label.checkbox-switchery.switchery-lg {
        padding-right: 64px
    }

    .checkbox-switchery.switchery-sm label, label.checkbox-switchery.switchery-sm {
        padding-right: 48px
    }

    .checkbox-switchery.switchery-xs label, label.checkbox-switchery.switchery-xs {
        padding-right: 40px
    }

.checkbox-switchery.checkbox-inline {
    margin-bottom: 0
}

.checkbox-switchery.checkbox-right .switchery {
    right: auto;
    left: 0
}

.checkbox-switchery.checkbox-right label, label.checkbox-switchery.checkbox-right {
    padding-right: 0;
    padding-left: 56px
}

    .checkbox-switchery.checkbox-right.switchery-lg label, label.checkbox-switchery.checkbox-right.switchery-lg {
        padding-right: 0;
        padding-left: 64px
    }

    .checkbox-switchery.checkbox-right.switchery-sm label, label.checkbox-switchery.checkbox-right.switchery-sm {
        padding-right: 0;
        padding-left: 48px
    }

    .checkbox-switchery.checkbox-right.switchery-xs label, label.checkbox-switchery.checkbox-right.switchery-xs {
        padding-right: 0;
        padding-left: 40px
    }

.switchery-double .switchery {
    position: relative;
    margin-right: 7px;
    margin-left: 7px;
    margin-top: -7px;
    margin-bottom: -5px
}

.switchery-double.checkbox-switchery label, label.switchery-double.checkbox-switchery {
    padding: 0
}

.switchery-double.switchery-lg .switchery {
    margin-top: -8px;
    margin-bottom: -6px
}

.switchery-double.switchery-sm .switchery {
    margin-top: -6px;
    margin-bottom: -4px
}

.switchery-double.switchery-xs .switchery {
    margin-top: -5px;
    margin-bottom: -3px
}

.bootstrap-select {
    width: 100% !important
}

    .bootstrap-select > .btn {
        width: 100%;
        padding-left: 34px
    }

        .bootstrap-select > .btn.btn-default, .bootstrap-select > .btn.btn-default.disabled {
            background-color: #fff;
            border-color: #ddd
        }

            .bootstrap-select > .btn.btn-default:active, .btn-group.open .bootstrap-select > .btn.btn-default {
                border-color: #ddd
            }

    .bootstrap-select.form-control {
        padding: 0;
        border: 0
    }

        .bootstrap-select.form-control:not([class*=col-]) {
            width: 100%
        }

    .bootstrap-select .popover-title {
        font-size: 11px;
        line-height: 1.82;
        margin: 7px 0;
        padding: 7px 12px
    }

    .bootstrap-select[class*=border-] .btn, .bootstrap-select[class*=border-] .dropdown-menu {
        border-color: inherit
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 220px
    }

    .bootstrap-select.fit-width {
        width: auto !important
    }

    .bootstrap-select.btn-group.bs-container {
        position: absolute
    }

    .bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
        float: none;
        display: inline-block;
        margin-right: 0
    }

        .bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
            float: left
        }

    .bootstrap-select.btn-group > .disabled {
        cursor: not-allowed
    }

        .bootstrap-select.btn-group > .disabled:focus {
            outline: 0
        }

    .bootstrap-select.btn-group .btn .filter-option {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        text-align: right;
        text-overflow: ellipsis
    }

        .bootstrap-select.btn-group .btn .filter-option > i, .bootstrap-select.btn-group .dropdown-menu > li > a [class*=icon-] {
            margin-left: 7px;
            float: right;
            margin-top: 2px;
            top: 0
        }

    .bootstrap-select.btn-group .btn .caret {
        position: absolute;
        top: 50%;
        width: 16px;
        text-align: left;
        left: 12px;
        margin-top: -8px
    }

    .bootstrap-select.btn-group[class*=col-] .btn {
        width: 100%
    }

    .bootstrap-select.btn-group .btn-lg > .caret {
        left: 15px
    }

    .bootstrap-select.btn-group .btn-sm > .caret {
        left: 11px
    }

    .bootstrap-select.btn-group .btn-xs > .caret {
        left: 10px
    }

    .bootstrap-select.btn-group .dropdown-menu {
        min-width: 100%
    }

        .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
            position: absolute;
            top: 50%;
            margin-top: -8px;
            left: 12px;
            margin-left: 0;
            color: #fff;
            opacity: 0
        }

        .bootstrap-select.btn-group .dropdown-menu > li > a .text {
            display: inline-block
        }

        .bootstrap-select.btn-group .dropdown-menu > li > a > .badge, .bootstrap-select.btn-group .dropdown-menu > li > a > .label {
            float: none
        }

        .bootstrap-select.btn-group .dropdown-menu > li > a.special-class, .bootstrap-select.btn-group .dropdown-menu > li > a.special-class:hover {
            font-weight: 700;
            color: #fff;
            background: #f44336;
            -webkit-transition: none;
            -o-transition: none;
            transition: none
        }

        .bootstrap-select.btn-group .dropdown-menu > li.disabled a {
            cursor: not-allowed
        }

        .bootstrap-select.btn-group .dropdown-menu > li small {
            padding-right: 10px
        }

        .bootstrap-select.btn-group .dropdown-menu > .selected > a {
            background-color: #2196f3;
            color: #fff
        }

            .bootstrap-select.btn-group .dropdown-menu > .selected > a small {
                color: #fff
            }

        .bootstrap-select.btn-group .dropdown-menu.inner {
            position: static;
            border: 0;
            padding: 0;
            margin: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bootstrap-select.btn-group .dropdown-menu .notify {
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            padding: 7px 12px;
            background-color: #f8f8f8;
            border-top: 1px solid #ddd;
            pointer-events: none
        }

    .bootstrap-select.btn-group .dropdown-header ~ li > a {
        padding-right: 24px
    }

    .bootstrap-select.btn-group .no-results {
        padding: 7px 12px;
        background: #f8f8f8;
        margin-bottom: -7px;
        border-top: 1px solid #ddd
    }

    .bootstrap-select.btn-group.fit-width .btn .caret, .bootstrap-select.btn-group.fit-width .btn .filter-option {
        position: static
    }

    .bootstrap-select.btn-group.show-tick .dropdown-menu > li a .text {
        margin-left: 40px
    }

    .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
        opacity: 1
    }

.input-group .bootstrap-select > .btn {
    border-radius: 0
}

.input-group > .bootstrap-select:first-child > .btn, .input-group > .bs-select-hidden:first-child + .bootstrap-select > .btn {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.input-group > .bootstrap-select:last-child > .btn {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.error .bootstrap-select .btn {
    border: 1px solid #f44336
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #f44336
}

.bs-actionsbox, .bs-searchbox {
    padding: 5px 12px;
    margin-bottom: 5px
}

.bs-searchbox {
    position: relative
}

    .bs-searchbox > .form-control {
        padding-right: 36px
    }

    .bs-searchbox:after {
        content: '\e98e';
        font-family: icomoon;
        position: absolute;
        top: 50%;
        right: 24px;
        color: inherit;
        display: block;
        font-size: 12px;
        margin-top: -6px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        opacity: .6
    }

.bs-actionsbox {
    float: right;
    width: 100%;
    position: relative
}

    .bs-actionsbox .btn-group button {
        width: 50%
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 12px 7px
}

.mobile-device {
    position: absolute;
    top: 0;
    right: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0
}

select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    right: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.jGrowl {
    z-index: 2001;
    position: absolute
}

body > .jGrowl {
    position: fixed
}

.jGrowl.top-left {
    right: 20px;
    top: 20px
}

.jGrowl.top-center {
    left: 50%;
    top: 20px;
    margin-left: -150px
}

.jGrowl.top-right {
    left: 20px;
    top: 20px
}

.jGrowl.center {
    top: 40%;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    margin-top: -35px
}

    .jGrowl.center .jGrowl-closer, .jGrowl.center .jGrowl-notification {
        margin-left: auto;
        margin-right: auto
    }

.jGrowl.bottom-left {
    right: 20px;
    bottom: 20px
}

.jGrowl.bottom-center {
    left: 50%;
    bottom: 20px;
    margin-left: -150px
}

.jGrowl.bottom-right {
    left: 20px;
    bottom: 20px
}

@media print {
    .jGrowl {
        display: none
    }
}

.jGrowl-notification {
    margin-bottom: 10px;
    width: 300px;
    text-align: right;
    display: none
}

    .jGrowl-notification .jGrowl-header {
        font-size: 15px;
        margin-bottom: 5px
    }

        .jGrowl-notification .jGrowl-header:empty {
            margin: 0
        }

    .jGrowl-notification .jGrowl-close {
        font-weight: 300;
        background: 0 0;
        border: 0;
        font-size: 17px;
        cursor: pointer;
        line-height: 1;
        padding: 0;
        float: left;
        color: inherit;
        outline: 0;
        margin-right: 10px;
        opacity: .75
    }

        .jGrowl-notification .jGrowl-close:hover {
            opacity: 1
        }

.jGrowl-closer {
    padding: 5px 0;
    cursor: pointer;
    margin-top: 5px;
    text-align: center;
    background-color: #fff;
    width: 300px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #999
}

.alert-rounded + .jGrowl-closer {
    border-radius: 5px
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: rgba(0,0,0,.4);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1050
}

.sweet-alert {
    background-color: #fff;
    width: 470px;
    padding: 20px;
    border-radius: 3px;
    text-align: center;
    position: fixed;
    right: 50%;
    top: 50%;
    margin-right: -235px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 1060
}

    .sweet-alert h2 {
        margin-top: 10px;
        font-size: 19px;
        text-align: center;
        display: block;
        position: relative
    }

    .sweet-alert p {
        text-align: center;
        position: relative
    }

    .sweet-alert fieldset {
        border: none;
        position: relative
    }

    .sweet-alert button {
        background-color: #2196f3;
        color: #fff;
        border: 0;
        border-radius: 3px;
        padding: 7px 15px;
        margin: 10px 5px 0;
        box-shadow: none !important
    }

        .sweet-alert button:hover {
            background-color: #1e88e5
        }

        .sweet-alert button:focus {
            outline: 0
        }

        .sweet-alert button:active {
            background-color: #42a5f5
        }

        .sweet-alert button.cancel {
            background-color: transparent;
            color: #333
        }

        .sweet-alert button[disabled] {
            cursor: default;
            opacity: .6
        }

        .sweet-alert button.confirm[disabled] {
            color: transparent
        }

            .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
                visibility: visible;
                -webkit-transition-delay: 0s;
                transition-delay: 0s;
                opacity: 1
            }

        .sweet-alert button::-moz-focus-inner {
            border: 0
        }

    .sweet-alert[data-has-cancel-button=false] button {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .sweet-alert[data-has-cancel-button=false][data-has-confirm-button=false] {
        padding-bottom: 40px
    }

    .sweet-alert .sa-error-container {
        background-color: #f5f5f5;
        overflow: hidden;
        padding: 0 10px;
        max-height: 0;
        border-radius: 3px;
        -webkit-transition: padding .15s,max-height .15s;
        -o-transition: padding .15s,max-height .15s;
        transition: padding .15s,max-height .15s
    }

        .sweet-alert .sa-error-container p {
            display: inline-block;
            margin-bottom: 0
        }

        .sweet-alert .sa-error-container.show {
            padding: 10px 0;
            max-height: 100px;
            -webkit-transition: padding .2s,max-height .2s;
            -o-transition: padding .2s,max-height .2s;
            transition: padding .2s,max-height .2s
        }

        .sweet-alert .sa-error-container .icon {
            display: inline-block;
            width: 16px;
            height: 16px;
            line-height: 16px;
            border-radius: 50%;
            background-color: #ff7043;
            color: #fff;
            text-align: center;
            margin-left: 7px
        }

    .sweet-alert .sa-input-error {
        position: absolute;
        top: 20px;
        left: 12px;
        width: 16px;
        height: 16px;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all .1s;
        -o-transition: all .1s;
        transition: all .1s;
        opacity: 0
    }

        .sweet-alert .sa-input-error:after, .sweet-alert .sa-input-error:before {
            content: "";
            width: 16px;
            height: 2px;
            background-color: #ef5350;
            border-radius: 3px;
            position: absolute;
            top: 50%;
            margin-top: -1px;
            right: 50%;
            margin-right: -8px
        }

        .sweet-alert .sa-input-error:before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .sweet-alert .sa-input-error:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .sweet-alert .sa-input-error.show {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: 1
        }

    .sweet-alert input {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #ddd;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 13px;
        padding: 7px 12px;
        display: none;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05) inset;
        box-shadow: 0 1px 1px rgba(0,0,0,.05) inset;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .sweet-alert input::-moz-placeholder {
            color: #bdbdbd;
            opacity: 1
        }

        .sweet-alert input:-ms-input-placeholder {
            color: #bdbdbd
        }

        .sweet-alert input::-webkit-input-placeholder {
            color: #bdbdbd
        }

        .sweet-alert input:focus {
            outline: 0
        }

            .sweet-alert input:focus:-ms-input-placeholder, .sweet-alert input:focus::-moz-placeholder, .sweet-alert input:focus::-webkit-input-placeholder {
                -webkit-transition: opacity ease .3s 30ms;
                -o-transition: opacity ease .3s 30ms;
                transition: opacity ease .3s 30ms;
                opacity: .5
            }

    .sweet-alert.show-input input {
        display: block
    }

    .sweet-alert .sa-confirm-button-container {
        display: inline-block;
        position: relative
    }

    .sweet-alert .la-ball-fall {
        position: absolute;
        right: 50%;
        top: 50%;
        margin-right: -27px;
        margin-top: 0;
        visibility: hidden;
        opacity: 0
    }

    .sweet-alert .sa-icon {
        width: 80px;
        height: 80px;
        border: 4px solid #ddd;
        border-radius: 50%;
        margin: 10px auto 20px;
        padding: 0;
        position: relative;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

        .sweet-alert .sa-icon.sa-error {
            border-color: #f44336
        }

            .sweet-alert .sa-icon.sa-error .sa-x-mark {
                position: relative;
                display: block
            }

            .sweet-alert .sa-icon.sa-error .sa-line {
                position: absolute;
                height: 5px;
                width: 47px;
                background-color: #f44336;
                display: block;
                top: 37px;
                border-radius: 2px
            }

                .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
                    right: 17px;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg)
                }

                .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
                    left: 16px;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg)
                }

        .sweet-alert .sa-icon.sa-warning {
            border-color: #ff5722
        }

            .sweet-alert .sa-icon.sa-warning .sa-body {
                position: absolute;
                width: 5px;
                height: 47px;
                right: 50%;
                top: 10px;
                border-radius: 2px;
                margin-right: -2px;
                background-color: #ff5722
            }

            .sweet-alert .sa-icon.sa-warning .sa-dot {
                position: absolute;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                margin-right: -3px;
                right: 50%;
                bottom: 10px;
                background-color: #ff5722
            }

        .sweet-alert .sa-icon.sa-info {
            border-color: #2196f3
        }

            .sweet-alert .sa-icon.sa-info:before {
                content: "";
                position: absolute;
                width: 5px;
                height: 29px;
                right: 50%;
                bottom: 17px;
                border-radius: 2px;
                margin-right: -2px;
                background-color: #2196f3
            }

            .sweet-alert .sa-icon.sa-info:after {
                content: "";
                position: absolute;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                margin-right: -3px;
                top: 19px;
                background-color: #2196f3
            }

        .sweet-alert .sa-icon.sa-success {
            border-color: #4caf50
        }

            .sweet-alert .sa-icon.sa-success:after, .sweet-alert .sa-icon.sa-success:before {
                content: '';
                border-radius: 50%;
                position: absolute;
                width: 60px;
                height: 120px;
                background-color: #fff;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

            .sweet-alert .sa-icon.sa-success:before {
                border-radius: 0 120px 120px 0;
                top: -7px;
                left: -33px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transform-origin: 60px 60px;
                -moz-transform-origin: 60px 60px;
                -ms-transform-origin: 60px 60px;
                transform-origin: 60px 60px
            }

            .sweet-alert .sa-icon.sa-success:after {
                border-radius: 120px 0 0 120px;
                top: -11px;
                left: 30px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transform-origin: 100% 60px;
                -moz-transform-origin: 100% 60px;
                -ms-transform-origin: 100% 60px;
                transform-origin: 100% 60px
            }

            .sweet-alert .sa-icon.sa-success .sa-placeholder {
                width: 80px;
                height: 80px;
                border: 4px solid rgba(76,175,80,.2);
                border-radius: 50%;
                position: absolute;
                left: -4px;
                top: -4px;
                z-index: 2;
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
                box-sizing: content-box
            }

            .sweet-alert .sa-icon.sa-success .sa-fix {
                width: 5px;
                height: 90px;
                background-color: #fff;
                position: absolute;
                left: 28px;
                top: 8px;
                z-index: 1;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            .sweet-alert .sa-icon.sa-success .sa-line {
                height: 5px;
                background-color: #4caf50;
                display: block;
                border-radius: 2px;
                position: absolute;
                z-index: 2
            }

                .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
                    width: 25px;
                    left: 14px;
                    top: 46px;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg)
                }

                .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
                    width: 47px;
                    right: 8px;
                    top: 38px;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg)
                }

        .sweet-alert .sa-icon.sa-custom {
            background-size: contain;
            border-radius: 0;
            border: 0;
            background-position: center center;
            background-repeat: no-repeat
        }

@media(max-width:480px) {
    .sweet-alert {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        right: 20px;
        left: 20px
    }
}

@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert .3s;
    -o-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}

@-webkit-keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert .2s;
    -o-animation: hideSweetAlert .2s;
    animation: hideSweetAlert .2s
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromTop {
    0% {
        top: 0
    }

    100% {
        top: 50%
    }
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop .3s;
    -o-animation: slideFromTop .3s;
    animation: slideFromTop .3s
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0
    }
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop .4s;
    -o-animation: slideToTop .4s;
    animation: slideToTop .4s
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom .3s;
    -o-animation: slideFromBottom .3s;
    animation: slideFromBottom .3s
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom .3s;
    -o-animation: slideToBottom .3s;
    animation: slideToBottom .3s
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    -o-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    -o-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    5% {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    12% {
        -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    100% {
        -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    5% {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    12% {
        -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    100% {
        -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    -o-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        -ms-transform: rotateX(100deg);
        -o-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        -ms-transform: rotateX(100deg);
        -o-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    -o-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s
}

@-webkit-keyframes animateXMark {
    0% {
        margin-top: 26px;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 26px;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -6px;
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        margin-top: 26px;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 26px;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -6px;
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark .5s;
    -o-animation: animateXMark .5s;
    animation: animateXMark .5s
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    100% {
        border-color: #f8bb86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    100% {
        border-color: #f8bb86
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning .75s infinite alternate;
    -o-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #f8d486
    }

    100% {
        background-color: #f8bb86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #f8d486
    }

    100% {
        background-color: #f8bb86
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns .75s infinite alternate;
    -o-animation: pulseWarningIns .75s infinite alternate;
    animation: pulseWarningIns .75s infinite alternate
}

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success {
    border-color: transparent
}

    .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
        -ms-transform: rotate(-45deg)
    }

    .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
        -ms-transform: rotate(45deg)
    }

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff;
    width: 54px;
    height: 12px
}

    .la-ball-fall.la-dark {
        color: #333
    }

    .la-ball-fall > div {
        display: inline-block;
        float: none;
        background-color: #fff;
        border: 0 solid #fff;
        width: 6px;
        height: 6px;
        margin: 2px;
        border-radius: 100%;
        -webkit-animation: ball-fall 1s ease-in-out infinite;
        -o-animation: ball-fall 1s ease-in-out infinite;
        animation: ball-fall 1s ease-in-out infinite;
        opacity: 0
    }

        .la-ball-fall > div:nth-child(1) {
            -webkit-animation-delay: -.2s;
            animation-delay: -.2s
        }

        .la-ball-fall > div:nth-child(2) {
            -webkit-animation-delay: -.1s;
            animation-delay: -.1s
        }

        .la-ball-fall > div:nth-child(3) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s
        }

    .la-ball-fall.la-sm {
        width: 26px;
        height: 8px
    }

        .la-ball-fall.la-sm > div {
            width: 4px;
            height: 4px;
            margin: 2px
        }

    .la-ball-fall.la-2x {
        width: 108px;
        height: 36px
    }

        .la-ball-fall.la-2x > div {
            width: 20px;
            height: 20px;
            margin: 8px
        }

    .la-ball-fall.la-3x {
        width: 162px;
        height: 54px
    }

        .la-ball-fall.la-3x > div {
            width: 30px;
            height: 30px;
            margin: 12px
        }

@-webkit-keyframes ball-fall {
    0% {
        -webkit-transform: translate(0,-145%);
        -ms-transform: translate(0,-145%);
        -o-transform: translate(0,-145%);
        transform: translate(0,-145%);
        opacity: 0
    }

    10% {
        opacity: .5
    }

    20% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

    90% {
        opacity: .5
    }

    100% {
        -webkit-transform: translate(0,145%);
        -ms-transform: translate(0,145%);
        -o-transform: translate(0,145%);
        transform: translate(0,145%);
        opacity: 0
    }
}

@-moz-keyframes ball-fall {
    0% {
        -webkit-transform: translate(0,-145%);
        -ms-transform: translate(0,-145%);
        -o-transform: translate(0,-145%);
        transform: translate(0,-145%);
        opacity: 0
    }

    10% {
        opacity: .5
    }

    20% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

    90% {
        opacity: .5
    }

    100% {
        -webkit-transform: translate(0,145%);
        -ms-transform: translate(0,145%);
        -o-transform: translate(0,145%);
        transform: translate(0,145%);
        opacity: 0
    }
}

@-o-keyframes ball-fall {
    0% {
        -webkit-transform: translate(0,-145%);
        -ms-transform: translate(0,-145%);
        -o-transform: translate(0,-145%);
        transform: translate(0,-145%);
        opacity: 0
    }

    10% {
        opacity: .5
    }

    20% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

    90% {
        opacity: .5
    }

    100% {
        -webkit-transform: translate(0,145%);
        -ms-transform: translate(0,145%);
        -o-transform: translate(0,145%);
        transform: translate(0,145%);
        opacity: 0
    }
}

@keyframes ball-fall {
    0% {
        -webkit-transform: translate(0,-145%);
        -ms-transform: translate(0,-145%);
        -o-transform: translate(0,-145%);
        transform: translate(0,-145%);
        opacity: 0
    }

    10% {
        opacity: .5
    }

    20% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

    90% {
        opacity: .5
    }

    100% {
        -webkit-transform: translate(0,145%);
        -ms-transform: translate(0,145%);
        -o-transform: translate(0,145%);
        transform: translate(0,145%);
        opacity: 0
    }
}

.file-input.has-error .form-control {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(min-width:769px) {
    .file-input .btn > .glyphicon, .file-input .btn > [class*=icon-] {
        margin-left: 5px
    }
}

.file-object {
    margin: 0 0 -7px;
    padding: 0
}

.btn-file {
    position: relative;
    overflow: hidden
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        text-align: left;
        opacity: 0;
        background: none repeat scroll 100% 0 transparent;
        cursor: inherit;
        display: block
    }

.file-caption-name {
    display: inline-block;
    overflow: hidden;
    word-break: break-all
}

    .file-caption-name .glyphicon, .file-caption-name [class*=icon-] {
        margin-left: 7px
    }

.file-input-new .file-caption-name {
    color: #999
}

    .file-input-new .file-caption-name > .glyphicon, .file-input-new .file-caption-name > [class*=icon-] {
        display: none
    }

.file-error-message {
    position: relative;
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    margin: 0 5px 5px
}

.file-drop-zone .file-error-message {
    margin-top: 5px
}

.file-error-message .close {
    margin-top: 1px;
    color: #a94442
}

.file-error-message pre, .file-error-message ul {
    margin: 7px 0;
    text-align: right
}

.file-caption-disabled {
    background-color: #fafafa;
    cursor: not-allowed
}

    .file-caption-disabled .file-caption-name {
        color: #ccc
    }

.file-preview-detail-modal {
    text-align: right
}

.file-preview {
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    text-align: center
}

    .file-preview > .close {
        font-weight: 400;
        font-size: 17px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        padding: 8px;
        line-height: .6;
        border-radius: 3px;
        color: #555;
        opacity: 1
    }

.file-preview-frame {
    margin: 7px;
    margin-left: 0;
    height: 160px;
    display: table;
    float: right;
    vertical-align: middle
}

.file-drop-zone .file-preview-frame {
    border: 1px solid #ddd;
    border-radius: 3px
}

.file-preview-image {
    height: 160px;
    vertical-align: middle;
    border-radius: 3px
}

@media(max-width:768px) {
    .file-preview-image {
        max-width: 100%
    }
}

.file-preview-text {
    text-align: right;
    width: 160px;
    margin-bottom: 2px;
    color: #428bca;
    background-color: #fff;
    overflow-x: hidden
}

.file-preview-other {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 160px
}

    .file-preview-other:after {
        content: "\ea0c";
        font-family: icomoon;
        display: block;
        font-size: 64px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .file-preview-other .glyphicon {
        display: none
    }

.file-preview-status {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #333;
    background-color: rgba(250,250,250,.8);
    border-top: 1px solid #ddd;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.6666667;
    color: #333 !important
}

    .file-preview-status:empty {
        padding: 0;
        background-color: transparent;
        border: 0
    }

.file-thumb-loading {
    min-height: 107px
}

    .file-thumb-loading:before, .file-uploading:before {
        content: "";
        display: inline-block;
        background-color: #263238;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 50%;
        right: 50%;
        margin: -33.5px -16px 0 0;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 5px rgba(255,255,255,.5);
        box-shadow: 0 1px 5px rgba(255,255,255,.5)
    }

    .file-thumb-loading:after, .file-uploading:after {
        content: "\eb55";
        font-family: icomoon;
        display: inline-block;
        position: absolute;
        color: #fff;
        top: 50%;
        right: 50%;
        margin: -25.5px -8px 0 0;
        font-size: 16px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-animation: rotation 1s linear infinite;
        -o-animation: rotation 1s linear infinite;
        animation: rotation 1s linear infinite
    }

.file-upload-indicator {
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: default;
    text-align: right;
    padding-right: 8px
}

.file-input-new .close, .file-input-new .file-preview, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .glyphicon-file {
    display: none
}

.file-input-ajax-new .file-caption-name > .glyphicon, .file-input-ajax-new .file-caption-name > [class*=icon-], .file-input-ajax-new .fileinput-remove, .file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button {
    display: none
}

.file-actions {
    margin-top: 5px;
    border-top: 1px solid #eee
}

    .file-actions .btn > .glyphicon, .file-actions .btn > [class*=icon-] {
        margin-left: 0
    }

.file-footer-buttons {
    float: left
}

.file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    text-align: center;
    font-size: 11px;
    padding: 12px 7px 7px;
    margin-right: auto;
    margin-left: auto
}

.file-preview-error {
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.file-drop-zone {
    border: 1px dashed #ddd;
    border-radius: 3px;
    height: 100%;
    vertical-align: middle;
    margin: 5px;
    padding: 5px
}

.file-drop-zone-title {
    color: #999;
    font-size: 21px;
    font-weight: 300;
    padding: 85px 10px
}

.file-highlighted {
    border-color: #ccc;
    background-color: #fafafa
}

.file-thumb-progress {
    position: absolute;
    top: -5px;
    right: 0;
    left: 0
}

    .file-thumb-progress .progress, .file-thumb-progress .progress-bar {
        height: 5px;
        border-radius: 0;
        font-size: 0
    }

.file-thumbnail-footer {
    position: relative
}

.btn-file ::-ms-browse {
    width: 100%;
    height: 100%
}

.file-zoom-fullscreen.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.file-zoom-fullscreen .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

.file-zoom-fullscreen .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.file-zoom-fullscreen .modal-body {
    overflow-y: auto
}

.file-zoom-dialog .btn-navigate {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    padding: 0;
    border: 0;
    background: 0 0;
    outline: 0;
    color: #fff;
    opacity: .7
}

    .file-zoom-dialog .btn-navigate > i {
        display: block;
        font-size: 32px
    }

    .file-zoom-dialog .btn-navigate:not([disabled]):focus, .file-zoom-dialog .btn-navigate:not([disabled]):hover {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .5
    }

    .file-zoom-dialog .btn-navigate[disabled] {
        opacity: .3
    }

.file-zoom-dialog .btn-prev {
    right: -42px
}

.file-zoom-dialog .btn-next {
    left: -42px
}

.file-zoom-dialog .floating-buttons {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 0 0 3px 0
}

    .file-zoom-dialog .floating-buttons:not(:empty) {
        padding: 0 20px 20px 0
    }

    .file-zoom-dialog .floating-buttons, .file-zoom-dialog .floating-buttons .btn {
        z-index: 3000
    }

.kv-zoom-actions {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -6px
}

.file-zoom-content {
    height: 480px;
    text-align: center
}

.file-drag-handle {
    margin-left: 2px;
    float: right;
    cursor: move;
    cursor: -webkit-grabbing
}

    .file-drag-handle:hover {
        opacity: .7
    }

.login-cover {
    background: url(../images/login_cover.jpg) no-repeat;
    background-size: cover
}

.login-container .page-container {
    padding-top: 40px;
    position: static
}

    .login-container .page-container .login-form {
        width: 320px
    }

        .login-container .page-container .login-form .thumb {
            margin: 0 auto 20px
        }

    .login-container .page-container .login-form, .login-container .page-container .registration-form {
        margin: 0 auto 20px
    }

@media(max-width:480px) {
    .login-container .page-container .login-form, .login-container .page-container .registration-form {
        width: 100%
    }
}

.login-container .page-container .nav-tabs.nav-justified {
    margin-bottom: 0
}

    .login-container .page-container .nav-tabs.nav-justified > li > a {
        border-top: 0 !important;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #f5f5f5
    }

    .login-container .page-container .nav-tabs.nav-justified > li:first-child > a {
        border-right: 0;
        border-radius: 0 3px 0 0
    }

    .login-container .page-container .nav-tabs.nav-justified > li:last-child > a {
        border-left: 0;
        border-radius: 3px 0 0 0
    }

    .login-container .page-container .nav-tabs.nav-justified > li.active > a {
        background-color: transparent
    }

@media(max-width:768px) {
    .login-container .page-container .nav-tabs.nav-justified {
        padding: 0;
        border-width: 0 0 1px;
        border-radius: 0
    }

        .login-container .page-container .nav-tabs.nav-justified:before {
            content: none
        }

        .login-container .page-container .nav-tabs.nav-justified > li > a {
            border-width: 0 !important
        }
}

.login-container .footer {
    right: 0;
    left: 0
}

@media(max-width:768px) {
    .login-options, .login-options .text-right {
        text-align: center
    }
}

.heading-elements-toggle {
    cursor: pointer;
    display: block;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px
}

.breadcrumb-elements-toggle {
    float: left;
    cursor: pointer;
    line-height: 1;
    margin-top: 12px
}

.breadcrumb-line-component .breadcrumb-elements-toggle {
    margin-left: 20px
}

.breadcrumb-elements-toggle, .breadcrumb-elements-toggle:focus, .breadcrumb-elements-toggle:hover, .heading-elements-toggle, .heading-elements-toggle:focus, .heading-elements-toggle:hover {
    color: inherit
}

    .breadcrumb-elements-toggle > i, .heading-elements-toggle > i {
        top: 0
    }

@media(min-width:769px) {
    .breadcrumb-elements-toggle, .heading-elements-toggle {
        display: none
    }
}

.heading-elements {
    background-color: inherit;
    position: absolute;
    top: 50%;
    left: 20px;
    height: 36px;
    margin-top: -18px
}

@media(max-width:768px) {
    .heading-elements:not(.not-collapsible) {
        position: static;
        margin-top: 0;
        height: auto
    }
}

.panel-body > .heading-elements {
    top: 0;
    margin-top: 14px;
    z-index: 10
}

@media(max-width:768px) {
    .panel-body > .heading-elements-toggle {
        top: 20px;
        margin-top: 0
    }

    .panel-body > .heading-elements.visible-elements {
        top: 56px;
        background-color: #fff
    }
}

.panel-footer > .heading-elements {
    position: static;
    margin-top: 0;
    padding-left: 20px
}

    .panel-footer > .heading-elements:after {
        content: '';
        display: table;
        clear: both
    }

.panel-footer-bordered > .heading-elements:not(.visible-elements) {
    margin-right: -20px;
    padding-left: 0
}

@media(max-width:768px) {
    .panel-footer > .heading-elements:not(.not-collapsible) > .pull-right {
        float: none !important
    }

    .panel-footer .heading-elements-toggle {
        position: static;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0;
        display: block;
        text-align: center
    }
}

.heading-thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0
}

    .heading-thumbnails > li {
        position: relative;
        display: inline-block;
        font-size: 13px
    }

        .heading-thumbnails > li + li {
            margin-right: 10px
        }

        .heading-thumbnails > li img {
            height: auto;
            max-height: 36px;
            max-width: 100%;
            border-radius: 100px
        }

        .heading-thumbnails > li .badge, .heading-thumbnails > li .label {
            position: absolute;
            top: -8px;
            left: -8px;
            border: 2px solid #fcfcfc
        }

.panel-default > .panel-heading .heading-thumbnails > li .badge, .panel-default > .panel-heading .heading-thumbnails > li .label, .panel-footer-transparent .heading-thumbnails > li .badge, .panel-footer-transparent .heading-thumbnails > li .label {
    border-color: #fff
}

.heading-thumbnails > li .status-mark {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 2px #fcfcfc
}

    .heading-thumbnails > li .status-mark[class*=border-] {
        background-color: #fcfcfc
    }

.panel-default > .panel-heading .heading-thumbnails > li .status-mark[class*=border-], .panel-footer-transparent .heading-thumbnails > li .status-mark[class*=border-] {
    background-color: #fff
}

.panel-default > .panel-heading .heading-thumbnails > li .status-mark, .panel-footer-transparent .heading-thumbnails > li .status-mark {
    background-color: #fff
}

.heading-elements .heading-btn + .heading-btn, .page-header .heading-elements .icons-list > li + li, .thumbnail-heading .heading-elements .icons-list > li + li {
    margin-right: 10px
}

.page-header-inverse .heading-elements .btn-link {
    color: #fff
}

.heading-elements .list-inline {
    margin-bottom: 0
}

.heading-elements .breadcrumb {
    padding-top: 0;
    padding-bottom: 0
}

.heading-elements.panel-nav .nav > li > a {
    text-align: right
}

.heading-elements .daterange-custom {
    margin-top: 4px
}

.heading-elements .heading-btn-group {
    font-size: 0
}

    .heading-elements .heading-btn-group > .btn + .btn:not(.btn-link) {
        margin-right: 10px
    }

.heading-elements.visible-elements {
    text-align: center
}

    .heading-elements.visible-elements .breadcrumb, .heading-elements.visible-elements .daterange-custom, .heading-elements.visible-elements .heading-btn, .heading-elements.visible-elements .heading-btn-group > .btn, .heading-elements.visible-elements .heading-form .form-group, .heading-elements.visible-elements .heading-text, .heading-elements.visible-elements .heading-thumbnails, .heading-elements.visible-elements .icons-list, .heading-elements.visible-elements .nav-pills, .heading-elements.visible-elements .nav-tabs, .heading-elements.visible-elements .noui-slider, .heading-elements.visible-elements .pager, .heading-elements.visible-elements .pagination, .heading-elements.visible-elements .progress, .heading-elements.visible-elements .ui-slider, .heading-elements.visible-elements > .btn-group {
        margin-top: 20px
    }

    .heading-elements.visible-elements .nav-pills, .heading-elements.visible-elements .nav-tabs {
        margin-bottom: 0
    }

    .heading-elements.visible-elements .heading-text:not(.label):not(.badge) {
        display: block
    }

    .heading-elements.visible-elements .multiselect + .btn-group, .heading-elements.visible-elements .select2-container, .heading-elements.visible-elements .selectboxit-container, .heading-elements.visible-elements .selectboxit-options, .heading-elements.visible-elements div.bootstrap-select {
        width: 100% !important
    }

    .heading-elements.visible-elements .btn-group, .heading-elements.visible-elements .dropdown, .heading-elements.visible-elements .dropup, .heading-elements.visible-elements .input-group, .heading-elements.visible-elements .input-group-btn {
        position: static
    }

    .heading-elements.visible-elements .dropdown-menu:not(.multiselect-container) {
        right: -1px;
        left: -1px;
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .heading-elements.visible-elements .multiselect-container {
        right: 0;
        left: 0
    }

.heading-elements:not(.visible-elements) .breadcrumb, .heading-elements:not(.visible-elements) .daterange-custom, .heading-elements:not(.visible-elements) .heading-btn, .heading-elements:not(.visible-elements) .heading-form, .heading-elements:not(.visible-elements) .heading-text, .heading-elements:not(.visible-elements) .heading-thumbnails, .heading-elements:not(.visible-elements) .icons-list, .heading-elements:not(.visible-elements) .nav-pills, .heading-elements:not(.visible-elements) .nav-tabs, .heading-elements:not(.visible-elements) .noui-slider, .heading-elements:not(.visible-elements) .pager, .heading-elements:not(.visible-elements) .pagination, .heading-elements:not(.visible-elements) .progress, .heading-elements:not(.visible-elements) .ui-slider, .heading-elements:not(.visible-elements) > .btn-group {
    float: right;
    margin-right: 20px
}

.heading-elements:not(.visible-elements) .heading-text {
    display: inline-block
}

    .heading-elements:not(.visible-elements) .heading-text + .heading-text {
        margin-right: 20px
    }

.heading-elements:not(.visible-elements) .heading-form .form-control, .heading-elements:not(.visible-elements) .input-group, .heading-elements:not(.visible-elements) .noui-slider, .heading-elements:not(.visible-elements) .progress, .heading-elements:not(.visible-elements) .selectbox-fixed + .selectboxit-container, .heading-elements:not(.visible-elements) .selectbox-fixed + .selectboxit-options, .heading-elements:not(.visible-elements) .selectboxit-container .selectboxit-options, .heading-elements:not(.visible-elements) .ui-slider, .heading-elements:not(.visible-elements) .uploader {
    width: 220px
}

.heading-elements:not(.visible-elements) .btn-group-sm > .btn, .heading-elements:not(.visible-elements) .btn-sm, .heading-elements:not(.visible-elements) .input-group-sm, .heading-elements:not(.visible-elements) .input-sm, .heading-elements:not(.visible-elements) .pager-sm, .heading-elements:not(.visible-elements) .pagination-sm, .heading-elements:not(.visible-elements) .select-sm, .heading-elements:not(.visible-elements) .selectbox-sm + .selectboxit-container, .heading-elements:not(.visible-elements) .uploader-sm {
    margin-top: 1px
}

.heading-elements:not(.visible-elements) .btn-group-xs > .btn, .heading-elements:not(.visible-elements) .btn-xs, .heading-elements:not(.visible-elements) .input-group-xs, .heading-elements:not(.visible-elements) .input-xs, .heading-elements:not(.visible-elements) .pager-xs, .heading-elements:not(.visible-elements) .pagination-xs, .heading-elements:not(.visible-elements) .select-xs, .heading-elements:not(.visible-elements) .selectbox-xs + .selectboxit-container, .heading-elements:not(.visible-elements) .uploader-xs {
    margin-top: 2px
}

.heading-elements:not(.visible-elements) .btn-float {
    margin-top: -8px
}

    .heading-elements:not(.visible-elements) .btn-float.has-text {
        margin-top: -19.5px
    }

    .heading-elements:not(.visible-elements) .btn-float.btn-link {
        margin-top: -14px
    }

.heading-elements:not(.visible-elements) .noui-slider, .heading-elements:not(.visible-elements) .ui-slider {
    margin-top: 15px
}

.heading-elements:not(.visible-elements) .noui-slider-lg, .heading-elements:not(.visible-elements) .ui-slider-lg {
    margin-top: 14px
}

.heading-elements:not(.visible-elements) .noui-slider-sm, .heading-elements:not(.visible-elements) .ui-slider-sm {
    margin-top: 16px
}

.heading-elements:not(.visible-elements) .noui-slider-xs, .heading-elements:not(.visible-elements) .ui-slider-xs {
    margin-top: 17px
}

.heading-elements:not(.visible-elements) .progress {
    margin-top: 9px
}

.heading-elements:not(.visible-elements) .progress-lg {
    margin-top: 7px
}

.heading-elements:not(.visible-elements) .progress-sm {
    margin-top: 11px
}

.heading-elements:not(.visible-elements) .progress-xs {
    margin-top: 13px
}

.heading-elements:not(.visible-elements) .progress-xxs {
    margin-top: 15px
}

.heading-elements:not(.visible-elements) .progress-micro {
    margin-top: 17px
}

.heading-elements:not(.visible-elements) .icons-list {
    margin-top: 10px
}

.heading-elements:not(.visible-elements) .heading-text {
    margin-top: 8px
}

.heading-elements:not(.visible-elements).panel-nav > .nav {
    margin-bottom: 0
}

@media(min-width:769px) {
    .heading-elements:not(.visible-elements).panel-nav > .nav {
        margin-top: -1px
    }

    .heading-elements:not(.visible-elements).panel-nav > .nav-tabs {
        border-bottom-width: 0
    }

        .heading-elements:not(.visible-elements).panel-nav > .nav-tabs.nav-tabs-bottom > li.active > a:after {
            background-color: transparent
        }

    .heading-elements:not(.visible-elements).panel-nav > .nav-sm {
        margin-top: 2px
    }

    .heading-elements:not(.visible-elements).panel-nav > .nav-xs {
        margin-top: 5px
    }
}

@media(max-width:768px) {
    .heading-elements:not(.visible-elements).panel-nav {
        position: static;
        height: auto
    }

        .heading-elements:not(.visible-elements).panel-nav > .nav {
            float: none
        }

    .panel-heading .heading-elements:not(.visible-elements).panel-nav {
        margin-top: 15px
    }

    .panel-flat .panel-heading .heading-elements:not(.visible-elements).panel-nav {
        margin-top: 20px
    }

    .panel-heading .heading-elements:not(.visible-elements).panel-nav > .nav {
        margin-right: 0
    }

    .panel-footer .heading-elements:not(.visible-elements).panel-nav.not-collapsible > .nav {
        margin-top: 13px;
        margin-bottom: 13px
    }
}

.heading-form .form-group {
    margin-bottom: 0
}

.heading-form .checkbox-switchery, .heading-form .checkbox-switchery[class*=switchery-] {
    margin-bottom: 0
}

.heading-elements:not(.visible-elements) .heading-form .checkbox-inline, .heading-elements:not(.visible-elements) .heading-form .radio-inline {
    margin-top: 8px
}

.heading-elements:not(.visible-elements) .heading-form .checkbox-switch {
    margin-top: 2px
}

.heading-elements:not(.visible-elements) .heading-form .checkbox-switch-sm {
    margin-top: 3px
}

.heading-elements:not(.visible-elements) .heading-form .checkbox-switch-xs {
    margin-top: 4px
}

.heading-elements:not(.visible-elements) .heading-form .input-group {
    max-width: 220px
}

    .heading-elements:not(.visible-elements) .heading-form .input-group .form-control {
        width: 100%;
        margin-top: 0
    }

    .heading-elements:not(.visible-elements) .heading-form .input-group.input-group-sm .btn, .heading-elements:not(.visible-elements) .heading-form .input-group.input-group-xs .btn {
        margin-top: 0
    }

@media(min-width:769px) {
    .heading-form .form-group {
        float: right
    }

        .heading-form .form-group + .form-group {
            margin-right: 15px
        }
}

@media(max-width:768px) {
    .breadcrumb-elements:not(.not-collapsible), .heading-elements:not(.not-collapsible) {
        display: none
    }

    .breadcrumb-elements.visible-elements, .heading-elements.visible-elements {
        display: block
    }

    .panel .has-visible-elements {
        padding-bottom: 0
    }

    .panel-flat .panel-heading.has-visible-elements {
        padding-bottom: 20px
    }

    .panel .visible-elements {
        border-top: 1px solid #ddd;
        padding: 20px;
        padding-top: 0
    }

    .panel-heading .visible-elements {
        margin: 15px -20px 0;
        background-color: #fcfcfc
    }

    .panel-flat .panel-heading .visible-elements {
        margin-top: 20px;
        border-bottom: 1px solid #ddd
    }

    .panel-footer .visible-elements {
        margin-top: 7px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }

    .panel-footer-condensed .visible-elements {
        margin-top: 2px
    }

    .panel-footer-transparent .visible-elements {
        margin-top: 12px;
        background-color: #fff
    }

    .panel-danger .visible-elements, .panel-heading[class*=bg-] .visible-elements, .panel-info .visible-elements, .panel-primary .visible-elements, .panel-success .visible-elements, .panel-warning .visible-elements, .panel[class*=bg-] .visible-elements {
        border-color: rgba(255,255,255,.2);
        right: 0;
        left: 0;
        background-color: rgba(0,0,0,.1)
    }

    .visible-elements.breadcrumb-elements.not-collapsible {
        display: none
    }

    .page-header-content > .visible-elements {
        background-color: #f5f5f5;
        right: 0;
        left: 0;
        border-top: 1px solid #dcdcdc;
        z-index: 1002;
        padding-bottom: 20px;
        margin-right: -20px;
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 20px
    }

    .page-header-default .page-header-content > .visible-elements {
        background-color: #fcfcfc;
        border-color: #ddd
    }

    .page-header-inverse .page-header-content > .visible-elements {
        background-color: rgba(0,0,0,.1);
        border-color: rgba(255,255,255,.1)
    }
}

.no-edge-top {
    top: 0
}

.no-edge-bottom {
    bottom: 0
}

.no-edge-left {
    right: 0
}

.no-edge-right {
    left: 0
}

@media(min-width:1200px) {
    .pull-right-lg {
        float: left
    }
}

@media(min-width:1025px) {
    .pull-right-md {
        float: left
    }
}

@media(min-width:769px) {
    .pull-right-sm {
        float: left
    }
}

@media(min-width:480px) {
    .pull-right-xs {
        float: left
    }
}

.valign-top {
    vertical-align: top
}

.valign-middle {
    vertical-align: middle
}

.valign-bottom {
    vertical-align: bottom
}

.valign-baseline {
    vertical-align: baseline
}

.valign-text-top {
    vertical-align: top
}

.valign-text-bottom {
    vertical-align: text-bottom
}

.position-relative {
    position: relative
}

.position-static {
    position: static
}

.display-block, label.display-block {
    display: block
}

.display-inline-block {
    display: inline-block
}

.cursor-pointer {
    cursor: pointer
}

.cursor-move {
    cursor: move
}

.cursor-default {
    cursor: default
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.overflow-auto {
    overflow: auto
}

.content-group-xs {
    margin-bottom: 10px !important
}

.content-group-sm {
    margin-bottom: 15px !important
}

.content-group {
    margin-bottom: 20px !important
}

.content-group-lg {
    margin-bottom: 30px !important
}

.no-margin {
    margin: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-margin-left {
    margin-right: 0 !important
}

.no-margin-right {
    margin-left: 0 !important
}

.m-5 {
    margin: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-15 {
    margin: 15px !important
}

.m-20 {
    margin: 20px !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.ml-5 {
    margin-right: 5px !important
}

.ml-10 {
    margin-right: 10px !important
}

.ml-15 {
    margin-right: 15px !important
}

.ml-20 {
    margin-right: 20px !important
}

.mr-5 {
    margin-left: 5px !important
}

.mr-10 {
    margin-left: 10px !important
}

.mr-15 {
    margin-left: 15px !important
}

.mr-20 {
    margin-left: 20px !important
}

.no-padding {
    padding: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding-left {
    padding-right: 0 !important
}

.no-padding-right {
    padding-left: 0 !important
}

.p-5 {
    padding: 5px !important
}

.p-10 {
    padding: 10px !important
}

.p-15 {
    padding: 15px !important
}

.p-20 {
    padding: 20px !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pl-5 {
    padding-right: 5px !important
}

.pl-10 {
    padding-right: 10px !important
}

.pl-15 {
    padding-right: 15px !important
}

.pl-20 {
    padding-right: 20px !important
}

.pr-5 {
    padding-left: 5px !important
}

.pr-10 {
    padding-left: 10px !important
}

.pr-15 {
    padding-left: 15px !important
}

.pr-20 {
    padding-left: 20px !important
}

.no-border {
    border: 0 !important
}

.no-border-top {
    border-top: 0 !important
}

.no-border-bottom {
    border-bottom: 0 !important
}

.no-border-left {
    border-right: 0 !important
}

.no-border-right {
    border-left: 0 !important
}

.no-border-radius {
    border-radius: 0
}

.no-border-radius-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.no-border-radius-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.no-border-radius-left {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.no-border-radius-right {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.border-radius {
    border-radius: 3px
}

.border-radius-top {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.border-radius-bottom {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.border-radius-left {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.border-radius-right {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.border-top {
    border-top: 1px solid
}

.border-bottom {
    border-bottom: 1px solid
}

.border-left {
    border-right: 1px solid
}

.border-right {
    border-left: 1px solid
}

.border-lg {
    border-width: 2px
}

.border-top-lg {
    border-top: 2px solid
}

.border-bottom-lg {
    border-bottom: 2px solid
}

.border-left-lg {
    border-right: 2px solid
}

.border-right-lg {
    border-left: 2px solid
}

.border-xlg {
    border-width: 3px
}

.border-top-xlg {
    border-top: 3px solid
}

.border-bottom-xlg {
    border-bottom: 3px solid
}

.border-left-xlg {
    border-right: 3px solid
}

.border-right-xlg {
    border-left: 3px solid
}

.full-width {
    width: 100%
}

@media(min-width:769px) {
    .width-200 {
        min-width: 200px
    }

    .width-250 {
        min-width: 250px
    }

    .width-300 {
        min-width: 300px
    }

    .width-350 {
        min-width: 350px
    }

    .width-400 {
        min-width: 400px
    }

    .width-450 {
        min-width: 450px
    }

    .width-500 {
        min-width: 500px
    }

    .width-550 {
        min-width: 550px
    }

    .width-600 {
        min-width: 600px
    }

    .width-650 {
        min-width: 650px
    }
}

.img-lg {
    width: 44px !important;
    height: 44px !important
}

.img-sm {
    width: 36px !important;
    height: 36px !important
}

.img-xs {
    width: 32px !important;
    height: 32px !important
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #d6d6d6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }
/*!* # Semantic UI 2.2.12 - Search
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
**/

.ui.search {
    position: relative
}

    .ui.search > .prompt {
        margin: 0;
        outline: 0;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
        text-shadow: none;
        font-style: normal;
        font-weight: 400;
        line-height: 1.21428571em;
        padding: .67857143em 1em;
        font-size: 1em;
        background: #fff;
        border: 1px solid rgba(34,36,38,.15);
        color: rgba(0,0,0,.87);
        box-shadow: 0 0 0 0 transparent inset;
        -webkit-transition: background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease;
        transition: background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease
    }

    .ui.search .prompt {
        border-radius: 500rem
    }

        .ui.search .prompt ~ .search.icon {
            cursor: pointer
        }

    .ui.search > .results {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        white-space: normal;
        background: #fff;
        margin-top: .5em;
        width: 18em;
        border-radius: .28571429rem;
        box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
        border: 1px solid #d4d4d5;
        z-index: 998
    }

        .ui.search > .results > :first-child {
            border-radius: .28571429rem .28571429rem 0 0
        }

        .ui.search > .results > :last-child {
            border-radius: 0 0 .28571429rem .28571429rem
        }

        .ui.search > .results .result {
            cursor: pointer;
            display: block;
            overflow: hidden;
            font-size: 1em;
            padding: .85714286em 1.14285714em;
            color: rgba(0,0,0,.87);
            line-height: 1.33;
            border-bottom: 1px solid rgba(34,36,38,.1)
        }

            .ui.search > .results .result:last-child {
                border-bottom: none !important
            }

            .ui.search > .results .result .image {
                float: right;
                overflow: hidden;
                background: 0 0;
                width: 5em;
                height: 3em;
                border-radius: .25em
            }

                .ui.search > .results .result .image img {
                    display: block;
                    width: auto;
                    height: 100%
                }

                .ui.search > .results .result .image + .content {
                    margin: 0 6em 0 0
                }

            .ui.search > .results .result .title {
                margin: -.14285714em 0 0;
                font-family: Lato,helvetica neue,Arial,Helvetica,sans-serif;
                font-weight: 700;
                font-size: 1em;
                color: rgba(0,0,0,.85)
            }

            .ui.search > .results .result .description {
                margin-top: 0;
                font-size: .92857143em;
                color: rgba(0,0,0,.4)
            }

            .ui.search > .results .result .price {
                float: right;
                color: #21ba45
            }

        .ui.search > .results > .message {
            padding: 1em
        }

            .ui.search > .results > .message .header {
                font-family: Lato,helvetica neue,Arial,Helvetica,sans-serif;
                font-size: 1rem;
                font-weight: 700;
                color: rgba(0,0,0,.87)
            }

            .ui.search > .results > .message .description {
                margin-top: .25rem;
                font-size: 1em;
                color: rgba(0,0,0,.87)
            }

        .ui.search > .results > .action {
            display: block;
            border-top: none;
            background: #f3f4f5;
            padding: .92857143em 1em;
            color: rgba(0,0,0,.87);
            font-weight: 700;
            text-align: center
        }

    .ui.search > .prompt:focus {
        border-color: rgba(34,36,38,.35);
        background: #fff;
        color: rgba(0,0,0,.95)
    }

.ui.loading.search .input > i.icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: .2em solid rgba(0,0,0,.1)
}

.ui.loading.search .input > i.icon:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: button-spin .6s linear;
    animation: button-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: .2em;
    box-shadow: 0 0 0 1px transparent
}

.ui.category.search > .results .category .result:hover, .ui.search > .results .result:hover {
    background: #f9fafb
}

.ui.search .action:hover {
    background: #e0e0e0
}

.ui.category.search > .results .category.active {
    background: #f3f4f5
}

    .ui.category.search > .results .category.active > .name {
        color: rgba(0,0,0,.87)
    }

.ui.category.search > .results .category .result.active, .ui.search > .results .result.active {
    position: relative;
    border-left-color: rgba(34,36,38,.1);
    background: #f3f4f5;
    box-shadow: none
}

    .ui.search > .results .result.active .title {
        color: rgba(0,0,0,.85)
    }

    .ui.search > .results .result.active .description {
        color: rgba(0,0,0,.85)
    }

.ui.search.selection .prompt {
    border-radius: .28571429rem
}

.ui.search.selection > .icon.input > .remove.icon {
    pointer-events: none;
    position: absolute;
    left: auto;
    opacity: 0;
    color: '';
    top: 0;
    right: 0;
    -webkit-transition: color .1s ease,opacity .1s ease;
    transition: color .1s ease,opacity .1s ease
}

.ui.search.selection > .icon.input > .active.remove.icon {
    cursor: pointer;
    opacity: .8;
    pointer-events: auto
}

.ui.search.selection > .icon.input:not([class*="left icon"]) > .icon ~ .remove.icon {
    right: 1.85714em
}

.ui.search.selection > .icon.input > .remove.icon:hover {
    opacity: 1;
    color: #db2828
}

.ui.category.search .results {
    width: 28em
}

.ui.category.search > .results .category {
    background: #f3f4f5;
    box-shadow: none;
    border-bottom: 1px solid rgba(34,36,38,.1);
    -webkit-transition: background .1s ease,border-color .1s ease;
    transition: background .1s ease,border-color .1s ease
}

    .ui.category.search > .results .category:last-child {
        border-bottom: none
    }

    .ui.category.search > .results .category:first-child .name + .result {
        border-radius: 0 .28571429rem 0 0
    }

    .ui.category.search > .results .category:last-child .result:last-child {
        border-radius: 0 0 .28571429rem 0
    }

    .ui.category.search > .results .category .result {
        background: #fff;
        margin-left: 100px;
        border-left: 1px solid rgba(34,36,38,.15);
        border-bottom: 1px solid rgba(34,36,38,.1);
        -webkit-transition: background .1s ease,border-color .1s ease;
        transition: background .1s ease,border-color .1s ease;
        padding: .85714286em 1.14285714em
    }

    .ui.category.search > .results .category:last-child .result:last-child {
        border-bottom: none
    }

    .ui.category.search > .results .category > .name {
        width: 100px;
        background: 0 0;
        font-family: Lato,helvetica neue,Arial,Helvetica,sans-serif;
        font-size: 1em;
        float: 1em;
        float: left;
        padding: .4em 1em;
        font-weight: 700;
        color: rgba(0,0,0,.4)
    }

.ui[class*="left aligned"].search > .results {
    right: auto;
    left: 0
}

.ui[class*="right aligned"].search > .results {
    right: 0;
    left: auto
}

.ui.fluid.search .results {
    width: 100%
}

.ui.mini.search {
    font-size: .78571429em
}

.ui.small.search {
    font-size: .92857143em
}

.ui.search {
    font-size: 1em
}

.ui.large.search {
    font-size: 1.14285714em
}

.ui.big.search {
    font-size: 1.28571429em
}

.ui.huge.search {
    font-size: 1.42857143em
}

.ui.massive.search {
    font-size: 1.71428571em
}
/*!* # Fomantic-UI - Popup
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
**/

.ui.popup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    z-index: 1900;
    border: 1px solid #d4d4d5;
    line-height: 1.4285em;
    max-width: 250px;
    background: #fff;
    padding: .833em 1em;
    font-weight: 400;
    font-style: normal;
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)
}

    .ui.popup > .header {
        padding: 0;
        font-family: Lato,helvetica neue,Arial,Helvetica,sans-serif;
        font-size: 1.14285714em;
        line-height: 1.2;
        font-weight: 700
    }

        .ui.popup > .header + .content {
            padding-top: .5em
        }

    .ui.popup:before {
        position: absolute;
        content: '';
        width: .71428571em;
        height: .71428571em;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1901;
        -webkit-box-shadow: 1px 1px 0 0 #bababc;
        box-shadow: 1px 1px 0 0 #bababc
    }

[data-tooltip] {
    position: relative
}

    [data-tooltip]:before {
        pointer-events: none;
        position: absolute;
        content: '';
        font-size: 1rem;
        width: .71428571em;
        height: .71428571em;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1901;
        -webkit-box-shadow: 1px 1px 0 0 #bababc;
        box-shadow: 1px 1px 0 0 #bababc
    }

    [data-tooltip]:after {
        pointer-events: none;
        content: attr(data-tooltip);
        position: absolute;
        text-transform: none;
        text-align: left;
        white-space: nowrap;
        font-size: 1rem;
        border: 1px solid #d4d4d5;
        line-height: 1.4285em;
        max-width: none;
        background: #fff;
        padding: .833em 1em;
        font-weight: 400;
        font-style: normal;
        color: rgba(0,0,0,.87);
        border-radius: .28571429rem;
        -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
        box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
        z-index: 1900
    }

    [data-tooltip]:not([data-position]):before {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 50%;
        background: #fff;
        margin-left: -.07142857rem;
        margin-bottom: .14285714rem
    }

    [data-tooltip]:not([data-position]):after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 100%;
        margin-bottom: .5em
    }

    [data-tooltip]:after, [data-tooltip]:before {
        pointer-events: none;
        visibility: hidden
    }

    [data-tooltip]:before {
        opacity: 0;
        -webkit-transform: rotate(45deg) scale(0) !important;
        transform: rotate(45deg) scale(0) !important;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transition: all .1s ease;
        transition: all .1s ease
    }

    [data-tooltip]:after {
        opacity: 1;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transition: all .1s ease;
        transition: all .1s ease
    }

    [data-tooltip]:hover:after, [data-tooltip]:hover:before {
        visibility: visible;
        pointer-events: auto
    }

    [data-tooltip]:hover:before {
        -webkit-transform: rotate(45deg) scale(1) !important;
        transform: rotate(45deg) scale(1) !important;
        opacity: 1
    }

    [data-tooltip]:after, [data-tooltip][data-position="bottom center"]:after, [data-tooltip][data-position="top center"]:after {
        -webkit-transform: translateX(-50%) scale(0) !important;
        transform: translateX(-50%) scale(0) !important
    }

    [data-tooltip]:hover:after, [data-tooltip][data-position="bottom center"]:hover:after {
        -webkit-transform: translateX(-50%) scale(1) !important;
        transform: translateX(-50%) scale(1) !important
    }

    [data-tooltip][data-position="left center"]:after, [data-tooltip][data-position="right center"]:after {
        -webkit-transform: translateY(-50%) scale(0) !important;
        transform: translateY(-50%) scale(0) !important
    }

    [data-tooltip][data-position="left center"]:hover:after, [data-tooltip][data-position="right center"]:hover:after {
        -webkit-transform: translateY(-50%) scale(1) !important;
        transform: translateY(-50%) scale(1) !important
    }

    [data-tooltip][data-position="bottom left"]:after, [data-tooltip][data-position="bottom right"]:after, [data-tooltip][data-position="top left"]:after, [data-tooltip][data-position="top right"]:after {
        -webkit-transform: scale(0) !important;
        transform: scale(0) !important
    }

    [data-tooltip][data-position="bottom left"]:hover:after, [data-tooltip][data-position="bottom right"]:hover:after, [data-tooltip][data-position="top left"]:hover:after, [data-tooltip][data-position="top right"]:hover:after {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important
    }

    [data-tooltip][data-inverted]:before {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    [data-tooltip][data-inverted]:before {
        background: #1b1c1d
    }

    [data-tooltip][data-inverted]:after {
        background: #1b1c1d;
        color: #fff;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        [data-tooltip][data-inverted]:after .header {
            background: 0 0;
            color: #fff
        }

[data-position~=top][data-tooltip]:before {
    background: #fff
}

[data-position="top center"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: .5em
}

[data-position="top center"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #fff;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="top left"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    margin-bottom: .5em
}

[data-position="top left"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="top right"][data-tooltip]:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 100%;
    margin-bottom: .5em
}

[data-position="top right"][data-tooltip]:before {
    top: auto;
    left: auto;
    bottom: 100%;
    right: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position~=bottom][data-tooltip]:before {
    background: #fff;
    -webkit-box-shadow: -1px -1px 0 0 #bababc;
    box-shadow: -1px -1px 0 0 #bababc
}

[data-position="bottom center"][data-tooltip]:after {
    bottom: auto;
    right: auto;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: .5em
}

[data-position="bottom center"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 50%;
    margin-left: -.07142857rem;
    margin-top: .14285714rem
}

[data-position="bottom left"][data-tooltip]:after {
    left: 0;
    top: 100%;
    margin-top: .5em
}

[data-position="bottom left"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-top: .14285714rem
}

[data-position="bottom right"][data-tooltip]:after {
    right: 0;
    top: 100%;
    margin-top: .5em
}

[data-position="bottom right"][data-tooltip]:before {
    bottom: auto;
    left: auto;
    top: 100%;
    right: 1em;
    margin-left: -.14285714rem;
    margin-top: .07142857rem
}

[data-position="left center"][data-tooltip]:after {
    right: 100%;
    top: 50%;
    margin-right: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-position="left center"][data-tooltip]:before {
    right: 100%;
    top: 50%;
    margin-top: -.14285714rem;
    margin-right: -.07142857rem;
    background: #fff;
    -webkit-box-shadow: 1px -1px 0 0 #bababc;
    box-shadow: 1px -1px 0 0 #bababc
}

[data-position="right center"][data-tooltip]:after {
    left: 100%;
    top: 50%;
    margin-left: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-position="right center"][data-tooltip]:before {
    left: 100%;
    top: 50%;
    margin-top: -.07142857rem;
    margin-left: .14285714rem;
    background: #fff;
    -webkit-box-shadow: -1px 1px 0 0 #bababc;
    box-shadow: -1px 1px 0 0 #bababc
}

[data-inverted][data-position~=bottom][data-tooltip]:before {
    background: #1b1c1d;
    -webkit-box-shadow: -1px -1px 0 0 #bababc;
    box-shadow: -1px -1px 0 0 #bababc
}

[data-inverted][data-position="left center"][data-tooltip]:before {
    background: #1b1c1d;
    -webkit-box-shadow: 1px -1px 0 0 #bababc;
    box-shadow: 1px -1px 0 0 #bababc
}

[data-inverted][data-position="right center"][data-tooltip]:before {
    background: #1b1c1d;
    -webkit-box-shadow: -1px 1px 0 0 #bababc;
    box-shadow: -1px 1px 0 0 #bababc
}

[data-inverted][data-position~=top][data-tooltip]:before {
    background: #1b1c1d
}

[data-position~=bottom][data-tooltip]:before {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

[data-position~=bottom][data-tooltip]:after {
    -webkit-transform-origin: center top;
    transform-origin: center top
}

[data-position="left center"][data-tooltip]:before {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

[data-position="left center"][data-tooltip]:after {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

[data-position="right center"][data-tooltip]:before {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

[data-position="right center"][data-tooltip]:after {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

[data-tooltip][data-variation~=basic]:before {
    display: none
}

.ui.popup {
    margin: 0
}

.ui.top.popup {
    margin: 0 0 .71428571em
}

.ui.top.left.popup {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.ui.top.center.popup {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.ui.top.right.popup {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.ui.left.center.popup {
    margin: 0 .71428571em 0 0;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%
}

.ui.right.center.popup {
    margin: 0 0 0 .71428571em;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%
}

.ui.bottom.popup {
    margin: .71428571em 0 0
}

.ui.bottom.left.popup {
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.ui.bottom.center.popup {
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.ui.bottom.right.popup {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.ui.bottom.center.popup:before {
    margin-left: -.30714286em;
    top: -.30714286em;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-box-shadow: -1px -1px 0 0 #bababc;
    box-shadow: -1px -1px 0 0 #bababc
}

.ui.bottom.left.popup {
    margin-left: 0
}

    .ui.bottom.left.popup:before {
        top: -.30714286em;
        left: 1em;
        right: auto;
        bottom: auto;
        margin-left: 0;
        -webkit-box-shadow: -1px -1px 0 0 #bababc;
        box-shadow: -1px -1px 0 0 #bababc
    }

.ui.bottom.right.popup {
    margin-right: 0
}

    .ui.bottom.right.popup:before {
        top: -.30714286em;
        right: 1em;
        bottom: auto;
        left: auto;
        margin-left: 0;
        -webkit-box-shadow: -1px -1px 0 0 #bababc;
        box-shadow: -1px -1px 0 0 #bababc
    }

.ui.top.center.popup:before {
    top: auto;
    right: auto;
    bottom: -.30714286em;
    left: 50%;
    margin-left: -.30714286em
}

.ui.top.left.popup {
    margin-left: 0
}

    .ui.top.left.popup:before {
        bottom: -.30714286em;
        left: 1em;
        top: auto;
        right: auto;
        margin-left: 0
    }

.ui.top.right.popup {
    margin-right: 0
}

    .ui.top.right.popup:before {
        bottom: -.30714286em;
        right: 1em;
        top: auto;
        left: auto;
        margin-left: 0
    }

.ui.left.center.popup:before {
    top: 50%;
    right: -.30714286em;
    bottom: auto;
    left: auto;
    margin-top: -.30714286em;
    -webkit-box-shadow: 1px -1px 0 0 #bababc;
    box-shadow: 1px -1px 0 0 #bababc
}

.ui.right.center.popup:before {
    top: 50%;
    left: -.30714286em;
    bottom: auto;
    right: auto;
    margin-top: -.30714286em;
    -webkit-box-shadow: -1px 1px 0 0 #bababc;
    box-shadow: -1px 1px 0 0 #bababc
}

.ui.left.center.popup:before, .ui.right.center.popup:before {
    background: #fff
}

.ui.bottom.popup:before {
    background: #fff
}

.ui.top.popup:before {
    background: #fff
}

.ui.inverted.bottom.popup:before {
    background: #1b1c1d
}

.ui.inverted.left.center.popup:before, .ui.inverted.right.center.popup:before {
    background: #1b1c1d
}

.ui.inverted.top.popup:before {
    background: #1b1c1d
}

.ui.popup > .ui.grid:not(.padded) {
    width: calc(100% + 1.75rem);
    margin: -.7rem -.875rem
}

.ui.loading.popup {
    display: block;
    visibility: hidden;
    z-index: -1
}

.ui.animating.popup, .ui.visible.popup {
    display: block
}

.ui.visible.popup {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ui.basic.popup:before {
    display: none
}

.ui.wide.popup {
    max-width: 350px
}

.ui[class*="very wide"].popup {
    max-width: 550px
}

@media only screen and (max-width:767.98px) {
    .ui.wide.popup, .ui[class*="very wide"].popup {
        max-width: 250px
    }
}

.ui.fluid.popup {
    width: 100%;
    max-width: none
}

.ui.inverted.popup {
    background: #1b1c1d;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .ui.inverted.popup .header {
        background-color: none;
        color: #fff
    }

    .ui.inverted.popup:before {
        background-color: #1b1c1d;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

.ui.flowing.popup {
    max-width: none
}

.ui.popup {
    font-size: 1rem
}

.ui.mini.popup {
    font-size: .78571429rem
}

[data-tooltip][data-variation~=mini]:after, [data-tooltip][data-variation~=mini]:before {
    font-size: .78571429rem
}

.ui.tiny.popup {
    font-size: .85714286rem
}

[data-tooltip][data-variation~=tiny]:after, [data-tooltip][data-variation~=tiny]:before {
    font-size: .85714286rem
}

.ui.small.popup {
    font-size: .92857143rem
}

[data-tooltip][data-variation~=small]:after, [data-tooltip][data-variation~=small]:before {
    font-size: .92857143rem
}

.ui.large.popup {
    font-size: 1.14285714rem
}

[data-tooltip][data-variation~=large]:after, [data-tooltip][data-variation~=large]:before {
    font-size: 1.14285714rem
}

.ui.big.popup {
    font-size: 1.28571429rem
}

[data-tooltip][data-variation~=big]:after, [data-tooltip][data-variation~=big]:before {
    font-size: 1.28571429rem
}

.ui.huge.popup {
    font-size: 1.42857143rem
}

[data-tooltip][data-variation~=huge]:after, [data-tooltip][data-variation~=huge]:before {
    font-size: 1.42857143rem
}

.ui.massive.popup {
    font-size: 1.71428571rem
}

[data-tooltip][data-variation~=massive]:after, [data-tooltip][data-variation~=massive]:before {
    font-size: 1.71428571rem
}
/*!* # Fomantic-UI - Transition
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
**/

.transition {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animating.transition {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible !important
}

.loading.transition {
    position: absolute;
    top: -99999px;
    left: -99999px
}

.hidden.transition {
    display: none;
    visibility: hidden
}

.visible.transition {
    display: block !important;
    visibility: visible !important
}

.disabled.transition {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.looping.transition {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.transition.browse {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

    .transition.browse.in {
        -webkit-animation-name: browseIn;
        animation-name: browseIn
    }

    .transition.browse.left.out, .transition.browse.out {
        -webkit-animation-name: browseOutLeft;
        animation-name: browseOutLeft
    }

    .transition.browse.right.out {
        -webkit-animation-name: browseOutRight;
        animation-name: browseOutRight
    }

@-webkit-keyframes browseIn {
    0% {
        -webkit-transform: scale(.8) translateZ(0);
        transform: scale(.8) translateZ(0);
        z-index: -1
    }

    10% {
        -webkit-transform: scale(.8) translateZ(0);
        transform: scale(.8) translateZ(0);
        z-index: -1;
        opacity: .7
    }

    80% {
        -webkit-transform: scale(1.05) translateZ(0);
        transform: scale(1.05) translateZ(0);
        opacity: 1;
        z-index: 999
    }

    100% {
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
        z-index: 999
    }
}

@keyframes browseIn {
    0% {
        -webkit-transform: scale(.8) translateZ(0);
        transform: scale(.8) translateZ(0);
        z-index: -1
    }

    10% {
        -webkit-transform: scale(.8) translateZ(0);
        transform: scale(.8) translateZ(0);
        z-index: -1;
        opacity: .7
    }

    80% {
        -webkit-transform: scale(1.05) translateZ(0);
        transform: scale(1.05) translateZ(0);
        opacity: 1;
        z-index: 999
    }

    100% {
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
        z-index: 999
    }
}

@-webkit-keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0);
        transform: translateX(0) rotateY(0) rotateX(0)
    }

    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)
    }

    80% {
        opacity: 1
    }

    100% {
        z-index: -1;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        opacity: 0
    }
}

@keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0);
        transform: translateX(0) rotateY(0) rotateX(0)
    }

    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)
    }

    80% {
        opacity: 1
    }

    100% {
        z-index: -1;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        opacity: 0
    }
}

@-webkit-keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0);
        transform: translateX(0) rotateY(0) rotateX(0)
    }

    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)
    }

    80% {
        opacity: 1
    }

    100% {
        z-index: 1;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        opacity: 0
    }
}

@keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0);
        transform: translateX(0) rotateY(0) rotateX(0)
    }

    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)
    }

    80% {
        opacity: 1
    }

    100% {
        z-index: 1;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        opacity: 0
    }
}

.drop.transition {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.34,1.61,.7,1);
    animation-timing-function: cubic-bezier(.34,1.61,.7,1)
}

    .drop.transition.in {
        -webkit-animation-name: dropIn;
        animation-name: dropIn
    }

    .drop.transition.out {
        -webkit-animation-name: dropOut;
        animation-name: dropOut
    }

@-webkit-keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.transition.fade.in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.transition[class*="fade up"].in {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.transition[class*="fade down"].in {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.transition[class*="fade left"].in {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.transition[class*="fade right"].in {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.transition.fade.out {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.transition[class*="fade up"].out {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.transition[class*="fade down"].out {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

.transition[class*="fade left"].out {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

.transition[class*="fade right"].out {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }
}

.flip.transition.in, .flip.transition.out {
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.horizontal.flip.transition.in {
    -webkit-animation-name: horizontalFlipIn;
    animation-name: horizontalFlipIn
}

.horizontal.flip.transition.out {
    -webkit-animation-name: horizontalFlipOut;
    animation-name: horizontalFlipOut
}

.vertical.flip.transition.in {
    -webkit-animation-name: verticalFlipIn;
    animation-name: verticalFlipIn
}

.vertical.flip.transition.out {
    -webkit-animation-name: verticalFlipOut;
    animation-name: verticalFlipOut
}

@-webkit-keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
        opacity: 1
    }
}

@keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
        opacity: 1
    }
}

@-webkit-keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(0);
        transform: perspective(2000px) rotateX(0);
        opacity: 1
    }
}

@keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(0);
        transform: perspective(2000px) rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }
}

@-webkit-keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0);
        transform: perspective(2000px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }
}

@keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0);
        transform: perspective(2000px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }
}

.scale.transition.in {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn
}

.scale.transition.out {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.transition.fly {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

    .transition.fly.in {
        -webkit-animation-name: flyIn;
        animation-name: flyIn
    }

.transition[class*="fly up"].in {
    -webkit-animation-name: flyInUp;
    animation-name: flyInUp
}

.transition[class*="fly down"].in {
    -webkit-animation-name: flyInDown;
    animation-name: flyInDown
}

.transition[class*="fly left"].in {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft
}

.transition[class*="fly right"].in {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight
}

.transition.fly.out {
    -webkit-animation-name: flyOut;
    animation-name: flyOut
}

.transition[class*="fly up"].out {
    -webkit-animation-name: flyOutUp;
    animation-name: flyOutUp
}

.transition[class*="fly down"].out {
    -webkit-animation-name: flyOutDown;
    animation-name: flyOutDown
}

.transition[class*="fly left"].out {
    -webkit-animation-name: flyOutLeft;
    animation-name: flyOutLeft
}

.transition[class*="fly right"].out {
    -webkit-animation-name: flyOutRight;
    animation-name: flyOutRight
}

@-webkit-keyframes flyIn {
    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)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes flyIn {
    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)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,1500px,0);
        transform: translate3d(0,1500px,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)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,1500px,0);
        transform: translate3d(0,1500px,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)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-1500px,0);
        transform: translate3d(0,-1500px,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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-1500px,0);
        transform: translate3d(0,-1500px,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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px,0,0);
        transform: translate3d(1500px,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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px,0,0);
        transform: translate3d(1500px,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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px,0,0);
        transform: translate3d(-1500px,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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px,0,0);
        transform: translate3d(-1500px,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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes flyOut {
    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)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes flyOut {
    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)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@-webkit-keyframes flyOutUp {
    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)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes flyOutUp {
    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)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@-webkit-keyframes flyOutDown {
    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)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes flyOutDown {
    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)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@-webkit-keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@-webkit-keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.transition.slide.in, .transition[class*="slide down"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.transition[class*="slide up"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.transition[class*="slide left"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.transition[class*="slide right"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.transition.slide.out, .transition[class*="slide down"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.transition[class*="slide up"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.transition[class*="slide left"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.transition[class*="slide right"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

@-webkit-keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@-webkit-keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

.transition.swing {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.transition[class*="swing down"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.transition[class*="swing up"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.transition[class*="swing left"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.transition[class*="swing right"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.transition.swing.out, .transition[class*="swing down"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.transition[class*="swing up"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.transition[class*="swing left"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.transition[class*="swing right"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0)
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0)
    }
}

@-webkit-keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0)
    }
}

@keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0)
    }
}

@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0)
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg)
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0)
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg)
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
}

@-webkit-keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0)
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg)
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0
    }
}

@keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0)
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg)
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0
    }
}

.transition.zoom.in {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.transition.zoom.out {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.flash.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: flash;
    animation-name: flash
}

.shake.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: shake;
    animation-name: shake
}

.bounce.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: bounce;
    animation-name: bounce
}

.tada.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: tada;
    animation-name: tada
}

.pulse.transition {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.jiggle.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: jiggle;
    animation-name: jiggle
}

.transition.glow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
    animation-timing-function: cubic-bezier(.19,1,.22,1)
}

.transition.glow {
    -webkit-animation-name: glow;
    animation-name: glow
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes jiggle {
    0% {
        -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)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes jiggle {
    0% {
        -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)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes glow {
    0% {
        background-color: #fcfcfd
    }

    30% {
        background-color: #fff6cd
    }

    100% {
        background-color: #fcfcfd
    }
}

@keyframes glow {
    0% {
        background-color: #fcfcfd
    }

    30% {
        background-color: #fff6cd
    }

    100% {
        background-color: #fcfcfd
    }
}
/*!* # Fomantic-UI - Table
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
**/

.ui.table {
    width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid rgba(34,36,38,.15);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: .28571429rem;
    text-align: left;
    vertical-align: middle;
    color: rgba(0,0,0,.87);
    border-collapse: separate;
    border-spacing: 0
}

    .ui.table:first-child {
        margin-top: 0
    }

    .ui.table:last-child {
        margin-bottom: 0
    }

    .ui.table > tbody, .ui.table > thead {
        text-align: inherit;
        vertical-align: inherit
    }

    .ui.table td, .ui.table th {
        -webkit-transition: background .1s ease,color .1s ease;
        transition: background .1s ease,color .1s ease
    }

    .ui.table > thead {
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .ui.table > thead > tr > th {
            cursor: auto;
            background: #f9fafb;
            text-align: inherit;
            color: rgba(0,0,0,.87);
            padding: .92857143em .78571429em;
            vertical-align: inherit;
            font-style: none;
            font-weight: 700;
            text-transform: none;
            border-bottom: 1px solid rgba(34,36,38,.1);
            border-left: none
        }

            .ui.table > thead > tr > th:first-child {
                border-left: none
            }

        .ui.table > thead > tr:first-child > th:first-child {
            border-radius: .28571429rem 0 0 0
        }

        .ui.table > thead > tr:first-child > th:last-child {
            border-radius: 0 .28571429rem 0 0
        }

        .ui.table > thead > tr:first-child > th:only-child {
            border-radius: .28571429rem .28571429rem 0 0
        }

    .ui.table > tfoot {
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .ui.table > tfoot > tr > td, .ui.table > tfoot > tr > th {
            cursor: auto;
            border-top: 1px solid rgba(34,36,38,.15);
            background: #f9fafb;
            text-align: inherit;
            color: rgba(0,0,0,.87);
            padding: .78571429em;
            vertical-align: middle;
            font-style: normal;
            font-weight: 400;
            text-transform: none
        }

            .ui.table > tfoot > tr > td:first-child, .ui.table > tfoot > tr > th:first-child {
                border-left: none
            }

        .ui.table > tfoot > tr:first-child > td:first-child, .ui.table > tfoot > tr:first-child > th:first-child {
            border-radius: 0 0 0 .28571429rem
        }

        .ui.table > tfoot > tr:first-child > td:last-child, .ui.table > tfoot > tr:first-child > th:last-child {
            border-radius: 0 0 .28571429rem 0
        }

        .ui.table > tfoot > tr:first-child > td:only-child, .ui.table > tfoot > tr:first-child > th:only-child {
            border-radius: 0 0 .28571429rem .28571429rem
        }

    .ui.table > tbody > tr > td, .ui.table > tr > td {
        border-top: 1px solid rgba(34,36,38,.1)
    }

    .ui.table > tbody > tr:first-child > td, .ui.table > tr:first-child > td {
        border-top: none
    }

    .ui.table > tbody + tbody tr:first-child > td {
        border-top: 1px solid rgba(34,36,38,.1)
    }

    .ui.table > tbody > tr > td, .ui.table > tr > td {
        padding: .78571429em;
        text-align: inherit
    }

    .ui.table > .icon {
        vertical-align: baseline
    }

        .ui.table > .icon:only-child {
            margin: 0
        }

    .ui.table.segment {
        padding: 0
    }

        .ui.table.segment:after {
            display: none
        }

        .ui.table.segment.stacked:after {
            display: block
        }

@media only screen and (max-width:767.98px) {
    .ui.table:not(.unstackable) {
        width: 100%;
        padding: 0
    }

        .ui.table:not(.unstackable) > tbody, .ui.table:not(.unstackable) > tbody > tr, .ui.table:not(.unstackable) > tbody > tr > td, .ui.table:not(.unstackable) > tbody > tr > th, .ui.table:not(.unstackable) > tfoot, .ui.table:not(.unstackable) > tfoot > tr, .ui.table:not(.unstackable) > tfoot > tr > td, .ui.table:not(.unstackable) > tfoot > tr > th, .ui.table:not(.unstackable) > thead, .ui.table:not(.unstackable) > thead > tr, .ui.table:not(.unstackable) > thead > tr > th, .ui.table:not(.unstackable) > tr, .ui.table:not(.unstackable) > tr > td, .ui.table:not(.unstackable) > tr > th {
            display: block !important;
            width: auto !important
        }

        .ui.table:not(.unstackable) > thead {
            display: block
        }

        .ui.table:not(.unstackable) > tfoot {
            display: block
        }

    .ui.ui.ui.ui.table:not(.unstackable) > tbody > tr, .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr, .ui.ui.ui.ui.table:not(.unstackable) > thead > tr, .ui.ui.ui.ui.table:not(.unstackable) > tr {
        padding-top: 1em;
        padding-bottom: 1em;
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset
    }

        .ui.ui.ui.ui.table:not(.unstackable) > tbody > tr > td, .ui.ui.ui.ui.table:not(.unstackable) > tbody > tr > th, .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr > td, .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr > th, .ui.ui.ui.ui.table:not(.unstackable) > thead > tr > th, .ui.ui.ui.ui.table:not(.unstackable) > tr > td, .ui.ui.ui.ui.table:not(.unstackable) > tr > th {
            background: 0 0;
            border: none;
            padding: .25em .75em;
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .ui.table:not(.unstackable) > tbody > tr > td:first-child, .ui.table:not(.unstackable) > tbody > tr > th:first-child, .ui.table:not(.unstackable) > tfoot > tr > td:first-child, .ui.table:not(.unstackable) > tfoot > tr > th:first-child, .ui.table:not(.unstackable) > thead > tr > th:first-child, .ui.table:not(.unstackable) > tr > td:first-child, .ui.table:not(.unstackable) > tr > th:first-child {
        font-weight: 700
    }

    .ui.definition.table:not(.unstackable) > thead > tr > th:first-child {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.primary.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.primary.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.primary.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.primary.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.secondary.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.secondary.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.secondary.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.secondary.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.red.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #db2828 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #db2828 inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.red.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #db2828 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #db2828 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.red.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff695e inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff695e inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.red.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff695e inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff695e inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.orange.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #f2711c inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #f2711c inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.orange.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #f2711c inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #f2711c inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.orange.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff851b inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff851b inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.orange.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff851b inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff851b inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.yellow.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #fbbd08 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #fbbd08 inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.yellow.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #fbbd08 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #fbbd08 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.yellow.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ffe21f inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ffe21f inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.yellow.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ffe21f inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ffe21f inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.olive.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #b5cc18 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #b5cc18 inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.olive.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #b5cc18 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #b5cc18 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.olive.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d9e778 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d9e778 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.olive.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d9e778 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d9e778 inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.green.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #21ba45 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #21ba45 inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.green.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #21ba45 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #21ba45 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.green.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2ecc40 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2ecc40 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.green.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2ecc40 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2ecc40 inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.teal.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #00b5ad inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #00b5ad inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.teal.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #00b5ad inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #00b5ad inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.teal.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6dffff inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6dffff inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.teal.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6dffff inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6dffff inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.blue.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.blue.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.blue.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.blue.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.violet.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6435c9 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6435c9 inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.violet.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6435c9 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6435c9 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.violet.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a291fb inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a291fb inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.violet.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a291fb inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a291fb inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.purple.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a333c8 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a333c8 inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.purple.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a333c8 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a333c8 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.purple.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dc73ff inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dc73ff inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.purple.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dc73ff inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dc73ff inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.pink.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #e03997 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #e03997 inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.pink.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #e03997 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #e03997 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.pink.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff8edf inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff8edf inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.pink.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff8edf inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff8edf inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.brown.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a5673f inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a5673f inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.brown.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a5673f inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a5673f inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.brown.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d67c1c inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d67c1c inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.brown.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d67c1c inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d67c1c inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.grey.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #767676 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #767676 inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.grey.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #767676 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #767676 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.grey.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dcddde inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dcddde inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.grey.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dcddde inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dcddde inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.black.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset
    }

    .ui.ui.ui.ui.table:not(.unstackable) tr.marked.black.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.black.left {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset
    }

    .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.black.right {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset
    }
}

.ui.table .collapsing .image, .ui.table .collapsing .image img {
    max-width: none
}

.ui.structured.table {
    border-collapse: collapse
}

    .ui.structured.table > thead > tr > th {
        border-left: none;
        border-right: none
    }

.ui.structured.sortable.table > thead > tr > th {
    border-left: 1px solid rgba(34,36,38,.15);
    border-right: 1px solid rgba(34,36,38,.15)
}

.ui.structured.basic.table > tbody > tr > th, .ui.structured.basic.table > tfoot > tr > th, .ui.structured.basic.table > thead > tr > th, .ui.structured.basic.table > tr > th {
    border-left: none;
    border-right: none
}

.ui.structured.celled.table > tbody > tr > td, .ui.structured.celled.table > tbody > tr > th, .ui.structured.celled.table > tfoot > tr > td, .ui.structured.celled.table > tfoot > tr > th, .ui.structured.celled.table > thead > tr > th, .ui.structured.celled.table > tr > td, .ui.structured.celled.table > tr > th {
    border-left: 1px solid rgba(34,36,38,.1);
    border-right: 1px solid rgba(34,36,38,.1)
}

.ui.definition.table > thead:not(.full-width) > tr > th:first-child {
    pointer-events: none;
    background: #fff;
    font-weight: 400;
    color: rgba(0,0,0,.4);
    -webkit-box-shadow: -.1em -.2em 0 .1em #fff;
    box-shadow: -.1em -.2em 0 .1em #fff;
    -moz-transform: scale(1)
}

.ui.definition.table > tfoot:not(.full-width) > tr > th:first-child {
    pointer-events: none;
    background: #fff;
    font-weight: 400;
    color: rgba(0,0,0,.4);
    -webkit-box-shadow: -.1em .2em 0 .1em #fff;
    box-shadow: -.1em .2em 0 .1em #fff;
    -moz-transform: scale(1)
}

.ui.definition.table tr td.definition, .ui.definition.table > tbody > tr > td:first-child:not(.ignored), .ui.definition.table > tfoot > tr > td:first-child:not(.ignored), .ui.definition.table > tr > td:first-child:not(.ignored) {
    background: rgba(0,0,0,.03);
    font-weight: 700;
    color: rgba(0,0,0,.95);
    text-transform: '';
    -webkit-box-shadow: '';
    box-shadow: '';
    text-align: '';
    font-size: 1em;
    padding-left: '';
    padding-right: ''
}

.ui.definition.table > thead:not(.full-width) > tr > th:nth-child(2) {
    border-left: 1px solid rgba(34,36,38,.15)
}

.ui.definition.table > tfoot:not(.full-width) > tr > td:nth-child(2), .ui.definition.table > tfoot:not(.full-width) > tr > th:nth-child(2) {
    border-left: 1px solid rgba(34,36,38,.15)
}

.ui.definition.table > tbody > tr > td:nth-child(2), .ui.definition.table > tr > td:nth-child(2) {
    border-left: 1px solid rgba(34,36,38,.15)
}

.ui.ui.table td.positive, .ui.ui.ui.ui.table tr.positive {
    -webkit-box-shadow: 0 0 0 #a3c293 inset;
    box-shadow: 0 0 0 #a3c293 inset;
    background: #fcfff5;
    color: #2c662d
}

.ui.ui.table td.negative, .ui.ui.ui.ui.table tr.negative {
    -webkit-box-shadow: 0 0 0 #e0b4b4 inset;
    box-shadow: 0 0 0 #e0b4b4 inset;
    background: #fff6f6;
    color: #9f3a38
}

.ui.ui.table td.error, .ui.ui.ui.ui.table tr.error {
    -webkit-box-shadow: 0 0 0 #e0b4b4 inset;
    box-shadow: 0 0 0 #e0b4b4 inset;
    background: #fff6f6;
    color: #9f3a38
}

.ui.ui.table td.warning, .ui.ui.ui.ui.table tr.warning {
    -webkit-box-shadow: 0 0 0 #c9ba9b inset;
    box-shadow: 0 0 0 #c9ba9b inset;
    background: #fffaf3;
    color: #573a08
}

.ui.ui.table td.active, .ui.ui.ui.ui.table tr.active {
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.87) inset;
    box-shadow: 0 0 0 rgba(0,0,0,.87) inset;
    background: #e0e0e0;
    color: rgba(0,0,0,.87)
}

.ui.table tr td.disabled, .ui.table tr.disabled td, .ui.table tr.disabled:hover, .ui.table tr:hover td.disabled {
    pointer-events: none;
    color: rgba(40,40,40,.3)
}

@media only screen and (max-width:991.98px) {
    .ui[class*="tablet stackable"].table, .ui[class*="tablet stackable"].table > tbody, .ui[class*="tablet stackable"].table > tbody > tr, .ui[class*="tablet stackable"].table > tbody > tr > td, .ui[class*="tablet stackable"].table > tbody > tr > th, .ui[class*="tablet stackable"].table > tfoot, .ui[class*="tablet stackable"].table > tfoot > tr, .ui[class*="tablet stackable"].table > tfoot > tr > td, .ui[class*="tablet stackable"].table > tfoot > tr > th, .ui[class*="tablet stackable"].table > thead, .ui[class*="tablet stackable"].table > thead > tr, .ui[class*="tablet stackable"].table > thead > tr > th, .ui[class*="tablet stackable"].table > tr, .ui[class*="tablet stackable"].table > tr > td, .ui[class*="tablet stackable"].table > tr > th {
        display: block !important;
        width: 100% !important
    }

    .ui[class*="tablet stackable"].table {
        padding: 0
    }

        .ui[class*="tablet stackable"].table > thead {
            display: block
        }

        .ui[class*="tablet stackable"].table > tfoot {
            display: block
        }

    .ui.ui.ui.ui[class*="tablet stackable"].table > tbody > tr, .ui.ui.ui.ui[class*="tablet stackable"].table > tfoot > tr, .ui.ui.ui.ui[class*="tablet stackable"].table > thead > tr, .ui.ui.ui.ui[class*="tablet stackable"].table > tr {
        padding-top: 1em;
        padding-bottom: 1em;
        -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset
    }

    .ui[class*="tablet stackable"].table > tbody > tr > td, .ui[class*="tablet stackable"].table > tbody > tr > th, .ui[class*="tablet stackable"].table > tfoot > tr > td, .ui[class*="tablet stackable"].table > tfoot > tr > th, .ui[class*="tablet stackable"].table > thead > tr > th, .ui[class*="tablet stackable"].table > tr > td, .ui[class*="tablet stackable"].table > tr > th {
        background: 0 0;
        border: none !important;
        padding: .25em .75em;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .ui.definition[class*="tablet stackable"].table > thead > tr > th:first-child {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.primary.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.primary.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.primary.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.primary.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.secondary.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.secondary.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.secondary.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.secondary.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.red.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #db2828 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #db2828 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.red.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #db2828 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #db2828 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.red.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff695e inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff695e inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.red.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff695e inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff695e inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.orange.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #f2711c inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #f2711c inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.orange.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #f2711c inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #f2711c inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.orange.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff851b inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff851b inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.orange.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff851b inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff851b inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.yellow.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #fbbd08 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #fbbd08 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.yellow.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #fbbd08 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #fbbd08 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.yellow.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ffe21f inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ffe21f inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.yellow.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ffe21f inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ffe21f inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.olive.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #b5cc18 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #b5cc18 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.olive.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #b5cc18 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #b5cc18 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.olive.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d9e778 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d9e778 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.olive.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d9e778 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d9e778 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.green.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #21ba45 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #21ba45 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.green.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #21ba45 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #21ba45 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.green.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2ecc40 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2ecc40 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.green.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2ecc40 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2ecc40 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.teal.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #00b5ad inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #00b5ad inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.teal.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #00b5ad inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #00b5ad inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.teal.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6dffff inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6dffff inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.teal.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6dffff inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6dffff inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.blue.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #2185d0 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.blue.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #2185d0 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.blue.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #54c8ff inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.blue.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #54c8ff inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.violet.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6435c9 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #6435c9 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.violet.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6435c9 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #6435c9 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.violet.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a291fb inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a291fb inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.violet.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a291fb inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a291fb inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.purple.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a333c8 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a333c8 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.purple.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a333c8 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a333c8 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.purple.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dc73ff inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dc73ff inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.purple.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dc73ff inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dc73ff inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.pink.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #e03997 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #e03997 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.pink.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #e03997 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #e03997 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.pink.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff8edf inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #ff8edf inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.pink.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff8edf inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #ff8edf inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.brown.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a5673f inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #a5673f inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.brown.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a5673f inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #a5673f inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.brown.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d67c1c inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #d67c1c inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.brown.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d67c1c inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #d67c1c inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.grey.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #767676 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #767676 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.grey.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #767676 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #767676 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.grey.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dcddde inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #dcddde inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.grey.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dcddde inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #dcddde inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.black.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #1b1c1d inset
}

.ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.black.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #1b1c1d inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.black.left {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,.2em 0 0 0 #545454 inset
}

.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.black.right {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset,-.2em 0 0 0 #545454 inset
}

.ui.table [class*="left aligned"], .ui.table[class*="left aligned"] {
    text-align: left
}

.ui.table [class*="center aligned"], .ui.table[class*="center aligned"] {
    text-align: center
}

.ui.table [class*="right aligned"], .ui.table[class*="right aligned"] {
    text-align: right
}

.ui.table [class*="top aligned"], .ui.table[class*="top aligned"] {
    vertical-align: top
}

.ui.table [class*="middle aligned"], .ui.table[class*="middle aligned"] {
    vertical-align: middle
}

.ui.table [class*="bottom aligned"], .ui.table[class*="bottom aligned"] {
    vertical-align: bottom
}

.ui.table td.collapsing, .ui.table th.collapsing {
    width: 1px;
    white-space: nowrap
}

.ui.fixed.table {
    table-layout: fixed
}

    .ui.fixed.table td, .ui.fixed.table th {
        overflow: hidden;
        text-overflow: ellipsis
    }

.ui.table tbody tr td.selectable:hover, .ui.ui.selectable.table > tbody > tr:hover {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.95)
}

.ui.inverted.table tbody tr td.selectable:hover, .ui.ui.selectable.inverted.table > tbody > tr:hover {
    background: rgba(255,255,255,.08);
    color: #fff
}

.ui.table tbody tr td.selectable {
    padding: 0
}

    .ui.table tbody tr td.selectable > a:not(.ui) {
        display: block;
        color: inherit;
        padding: .78571429em
    }

.ui.selectable.table > tbody > tr, .ui.selectable.table > tr, .ui.table > tbody > tr > td.selectable, .ui.table > tr > td.selectable {
    cursor: pointer
}

.ui.selectable.table tr:hover td.error, .ui.table tr td.selectable.error:hover, .ui.ui.selectable.table tr.error:hover {
    background: #ffe7e7;
    color: #943634
}

.ui.selectable.table tr:hover td.warning, .ui.table tr td.selectable.warning:hover, .ui.ui.selectable.table tr.warning:hover {
    background: #fff4e4;
    color: #493107
}

.ui.selectable.table tr:hover td.active, .ui.table tr td.selectable.active:hover, .ui.ui.selectable.table tr.active:hover {
    background: #e0e0e0;
    color: rgba(0,0,0,.87)
}

.ui.selectable.table tr:hover td.positive, .ui.table tr td.selectable.positive:hover, .ui.ui.selectable.table tr.positive:hover {
    background: #f7ffe6;
    color: #275b28
}

.ui.selectable.table tr:hover td.negative, .ui.table tr td.selectable.negative:hover, .ui.ui.selectable.table tr.negative:hover {
    background: #ffe7e7;
    color: #943634
}

.ui.attached.table {
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0 -1px;
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d4d4d5
}

.ui.attached + .ui.attached.table:not(.top) {
    border-top: none
}

.ui[class*="top attached"].table {
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    margin-top: 1em;
    border-radius: .28571429rem .28571429rem 0 0
}

.ui.table[class*="top attached"]:first-child {
    margin-top: 0
}

.ui[class*="bottom attached"].table {
    bottom: 0;
    margin-top: 0;
    top: 0;
    margin-bottom: 1em;
    -webkit-box-shadow: none,none;
    box-shadow: none,none;
    border-radius: 0 0 .28571429rem .28571429rem
}

    .ui[class*="bottom attached"].table:last-child {
        margin-bottom: 0
    }

.ui.striped.table > tbody > tr:nth-child(2n), .ui.striped.table > tr:nth-child(2n) {
    background-color: rgba(0,0,50,.02)
}

.ui.inverted.striped.table > tbody > tr:nth-child(2n), .ui.inverted.striped.table > tr:nth-child(2n) {
    background-color: rgba(255,255,255,.05)
}

.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
    background: #efefef;
    color: rgba(0,0,0,.95)
}

.ui.table [class*="single line"], .ui.table[class*="single line"] {
    white-space: nowrap
}

.ui.primary.table {
    border-top: .2em solid #2185d0
}

.ui.inverted.primary.table {
    background-color: #2185d0;
    color: #fff
}

.ui.ui.table td.primary:not(.marked), .ui.ui.ui.ui.table tr.primary:not(.marked) {
    background: #ddf4ff;
    color: rgba(255,255,255,.9)
}

.ui.selectable.table tr:hover td.primary:not(.marked), .ui.table tr td.selectable.primary:not(.marked):hover, .ui.ui.selectable.table tr.primary:not(.marked):hover {
    background: #d3f1ff;
    color: rgba(255,255,255,.9)
}

.ui.table td.marked.primary.left, .ui.table tr.marked.primary.left {
    -webkit-box-shadow: .2em 0 0 0 #2185d0 inset;
    box-shadow: .2em 0 0 0 #2185d0 inset
}

.ui.table td.marked.primary.right, .ui.table tr.marked.primary.right {
    -webkit-box-shadow: -.2em 0 0 0 #2185d0 inset;
    box-shadow: -.2em 0 0 0 #2185d0 inset
}

.ui.inverted.table td.marked.primary.left, .ui.inverted.table tr.marked.primary.left {
    -webkit-box-shadow: .2em 0 0 0 #54c8ff inset;
    box-shadow: .2em 0 0 0 #54c8ff inset
}

.ui.inverted.table td.marked.primary.right, .ui.inverted.table tr.marked.primary.right {
    -webkit-box-shadow: -.2em 0 0 0 #54c8ff inset;
    box-shadow: -.2em 0 0 0 #54c8ff inset
}

.ui.secondary.table {
    border-top: .2em solid #1b1c1d
}

.ui.inverted.secondary.table {
    background-color: #1b1c1d;
    color: #fff
}

.ui.ui.table td.secondary:not(.marked), .ui.ui.ui.ui.table tr.secondary:not(.marked) {
    background: #ddd;
    color: rgba(255,255,255,.9)
}

.ui.selectable.table tr:hover td.secondary:not(.marked), .ui.table tr td.selectable.secondary:not(.marked):hover, .ui.ui.selectable.table tr.secondary:not(.marked):hover {
    background: #e2e2e2;
    color: rgba(255,255,255,.9)
}

.ui.table td.marked.secondary.left, .ui.table tr.marked.secondary.left {
    -webkit-box-shadow: .2em 0 0 0 #1b1c1d inset;
    box-shadow: .2em 0 0 0 #1b1c1d inset
}

.ui.table td.marked.secondary.right, .ui.table tr.marked.secondary.right {
    -webkit-box-shadow: -.2em 0 0 0 #1b1c1d inset;
    box-shadow: -.2em 0 0 0 #1b1c1d inset
}

.ui.inverted.table td.marked.secondary.left, .ui.inverted.table tr.marked.secondary.left {
    -webkit-box-shadow: .2em 0 0 0 #545454 inset;
    box-shadow: .2em 0 0 0 #545454 inset
}

.ui.inverted.table td.marked.secondary.right, .ui.inverted.table tr.marked.secondary.right {
    -webkit-box-shadow: -.2em 0 0 0 #545454 inset;
    box-shadow: -.2em 0 0 0 #545454 inset
}

.ui.red.table {
    border-top: .2em solid #db2828
}

.ui.inverted.red.table {
    background-color: #db2828;
    color: #fff
}

.ui.ui.table td.red:not(.marked), .ui.ui.ui.ui.table tr.red:not(.marked) {
    background: #ffe1df;
    color: #db2828
}

.ui.selectable.table tr:hover td.red:not(.marked), .ui.table tr td.selectable.red:not(.marked):hover, .ui.ui.selectable.table tr.red:not(.marked):hover {
    background: #ffd7d5;
    color: #db2828
}

.ui.table td.marked.red.left, .ui.table tr.marked.red.left {
    -webkit-box-shadow: .2em 0 0 0 #db2828 inset;
    box-shadow: .2em 0 0 0 #db2828 inset
}

.ui.table td.marked.red.right, .ui.table tr.marked.red.right {
    -webkit-box-shadow: -.2em 0 0 0 #db2828 inset;
    box-shadow: -.2em 0 0 0 #db2828 inset
}

.ui.inverted.table td.marked.red.left, .ui.inverted.table tr.marked.red.left {
    -webkit-box-shadow: .2em 0 0 0 #ff695e inset;
    box-shadow: .2em 0 0 0 #ff695e inset
}

.ui.inverted.table td.marked.red.right, .ui.inverted.table tr.marked.red.right {
    -webkit-box-shadow: -.2em 0 0 0 #ff695e inset;
    box-shadow: -.2em 0 0 0 #ff695e inset
}

.ui.orange.table {
    border-top: .2em solid #f2711c
}

.ui.inverted.orange.table {
    background-color: #f2711c;
    color: #fff
}

.ui.ui.table td.orange:not(.marked), .ui.ui.ui.ui.table tr.orange:not(.marked) {
    background: #ffe7d1;
    color: #f2711c
}

.ui.selectable.table tr:hover td.orange:not(.marked), .ui.table tr td.selectable.orange:not(.marked):hover, .ui.ui.selectable.table tr.orange:not(.marked):hover {
    background: #fae1cc;
    color: #f2711c
}

.ui.table td.marked.orange.left, .ui.table tr.marked.orange.left {
    -webkit-box-shadow: .2em 0 0 0 #f2711c inset;
    box-shadow: .2em 0 0 0 #f2711c inset
}

.ui.table td.marked.orange.right, .ui.table tr.marked.orange.right {
    -webkit-box-shadow: -.2em 0 0 0 #f2711c inset;
    box-shadow: -.2em 0 0 0 #f2711c inset
}

.ui.inverted.table td.marked.orange.left, .ui.inverted.table tr.marked.orange.left {
    -webkit-box-shadow: .2em 0 0 0 #ff851b inset;
    box-shadow: .2em 0 0 0 #ff851b inset
}

.ui.inverted.table td.marked.orange.right, .ui.inverted.table tr.marked.orange.right {
    -webkit-box-shadow: -.2em 0 0 0 #ff851b inset;
    box-shadow: -.2em 0 0 0 #ff851b inset
}

.ui.yellow.table {
    border-top: .2em solid #fbbd08
}

.ui.inverted.yellow.table {
    background-color: #fbbd08;
    color: #fff
}

.ui.ui.table td.yellow:not(.marked), .ui.ui.ui.ui.table tr.yellow:not(.marked) {
    background: #fff9d2;
    color: #b58105
}

.ui.selectable.table tr:hover td.yellow:not(.marked), .ui.table tr td.selectable.yellow:not(.marked):hover, .ui.ui.selectable.table tr.yellow:not(.marked):hover {
    background: #fbf5cc;
    color: #b58105
}

.ui.table td.marked.yellow.left, .ui.table tr.marked.yellow.left {
    -webkit-box-shadow: .2em 0 0 0 #fbbd08 inset;
    box-shadow: .2em 0 0 0 #fbbd08 inset
}

.ui.table td.marked.yellow.right, .ui.table tr.marked.yellow.right {
    -webkit-box-shadow: -.2em 0 0 0 #fbbd08 inset;
    box-shadow: -.2em 0 0 0 #fbbd08 inset
}

.ui.inverted.table td.marked.yellow.left, .ui.inverted.table tr.marked.yellow.left {
    -webkit-box-shadow: .2em 0 0 0 #ffe21f inset;
    box-shadow: .2em 0 0 0 #ffe21f inset
}

.ui.inverted.table td.marked.yellow.right, .ui.inverted.table tr.marked.yellow.right {
    -webkit-box-shadow: -.2em 0 0 0 #ffe21f inset;
    box-shadow: -.2em 0 0 0 #ffe21f inset
}

.ui.olive.table {
    border-top: .2em solid #b5cc18
}

.ui.inverted.olive.table {
    background-color: #b5cc18;
    color: #fff
}

.ui.ui.table td.olive:not(.marked), .ui.ui.ui.ui.table tr.olive:not(.marked) {
    background: #f7fae4;
    color: #8abc1e
}

.ui.selectable.table tr:hover td.olive:not(.marked), .ui.table tr td.selectable.olive:not(.marked):hover, .ui.ui.selectable.table tr.olive:not(.marked):hover {
    background: #f6fada;
    color: #8abc1e
}

.ui.table td.marked.olive.left, .ui.table tr.marked.olive.left {
    -webkit-box-shadow: .2em 0 0 0 #b5cc18 inset;
    box-shadow: .2em 0 0 0 #b5cc18 inset
}

.ui.table td.marked.olive.right, .ui.table tr.marked.olive.right {
    -webkit-box-shadow: -.2em 0 0 0 #b5cc18 inset;
    box-shadow: -.2em 0 0 0 #b5cc18 inset
}

.ui.inverted.table td.marked.olive.left, .ui.inverted.table tr.marked.olive.left {
    -webkit-box-shadow: .2em 0 0 0 #d9e778 inset;
    box-shadow: .2em 0 0 0 #d9e778 inset
}

.ui.inverted.table td.marked.olive.right, .ui.inverted.table tr.marked.olive.right {
    -webkit-box-shadow: -.2em 0 0 0 #d9e778 inset;
    box-shadow: -.2em 0 0 0 #d9e778 inset
}

.ui.green.table {
    border-top: .2em solid #21ba45
}

.ui.inverted.green.table {
    background-color: #21ba45;
    color: #fff
}

.ui.ui.table td.green:not(.marked), .ui.ui.ui.ui.table tr.green:not(.marked) {
    background: #d5f5d9;
    color: #1ebc30
}

.ui.selectable.table tr:hover td.green:not(.marked), .ui.table tr td.selectable.green:not(.marked):hover, .ui.ui.selectable.table tr.green:not(.marked):hover {
    background: #d2eed5;
    color: #1ebc30
}

.ui.table td.marked.green.left, .ui.table tr.marked.green.left {
    -webkit-box-shadow: .2em 0 0 0 #21ba45 inset;
    box-shadow: .2em 0 0 0 #21ba45 inset
}

.ui.table td.marked.green.right, .ui.table tr.marked.green.right {
    -webkit-box-shadow: -.2em 0 0 0 #21ba45 inset;
    box-shadow: -.2em 0 0 0 #21ba45 inset
}

.ui.inverted.table td.marked.green.left, .ui.inverted.table tr.marked.green.left {
    -webkit-box-shadow: .2em 0 0 0 #2ecc40 inset;
    box-shadow: .2em 0 0 0 #2ecc40 inset
}

.ui.inverted.table td.marked.green.right, .ui.inverted.table tr.marked.green.right {
    -webkit-box-shadow: -.2em 0 0 0 #2ecc40 inset;
    box-shadow: -.2em 0 0 0 #2ecc40 inset
}

.ui.teal.table {
    border-top: .2em solid #00b5ad
}

.ui.inverted.teal.table {
    background-color: #00b5ad;
    color: #fff
}

.ui.ui.table td.teal:not(.marked), .ui.ui.ui.ui.table tr.teal:not(.marked) {
    background: #e2ffff;
    color: #10a3a3
}

.ui.selectable.table tr:hover td.teal:not(.marked), .ui.table tr td.selectable.teal:not(.marked):hover, .ui.ui.selectable.table tr.teal:not(.marked):hover {
    background: #d8ffff;
    color: #10a3a3
}

.ui.table td.marked.teal.left, .ui.table tr.marked.teal.left {
    -webkit-box-shadow: .2em 0 0 0 #00b5ad inset;
    box-shadow: .2em 0 0 0 #00b5ad inset
}

.ui.table td.marked.teal.right, .ui.table tr.marked.teal.right {
    -webkit-box-shadow: -.2em 0 0 0 #00b5ad inset;
    box-shadow: -.2em 0 0 0 #00b5ad inset
}

.ui.inverted.table td.marked.teal.left, .ui.inverted.table tr.marked.teal.left {
    -webkit-box-shadow: .2em 0 0 0 #6dffff inset;
    box-shadow: .2em 0 0 0 #6dffff inset
}

.ui.inverted.table td.marked.teal.right, .ui.inverted.table tr.marked.teal.right {
    -webkit-box-shadow: -.2em 0 0 0 #6dffff inset;
    box-shadow: -.2em 0 0 0 #6dffff inset
}

.ui.blue.table {
    border-top: .2em solid #2185d0
}

.ui.inverted.blue.table {
    background-color: #2185d0;
    color: #fff
}

.ui.ui.table td.blue:not(.marked), .ui.ui.ui.ui.table tr.blue:not(.marked) {
    background: #ddf4ff;
    color: #2185d0
}

.ui.selectable.table tr:hover td.blue:not(.marked), .ui.table tr td.selectable.blue:not(.marked):hover, .ui.ui.selectable.table tr.blue:not(.marked):hover {
    background: #d3f1ff;
    color: #2185d0
}

.ui.table td.marked.blue.left, .ui.table tr.marked.blue.left {
    -webkit-box-shadow: .2em 0 0 0 #2185d0 inset;
    box-shadow: .2em 0 0 0 #2185d0 inset
}

.ui.table td.marked.blue.right, .ui.table tr.marked.blue.right {
    -webkit-box-shadow: -.2em 0 0 0 #2185d0 inset;
    box-shadow: -.2em 0 0 0 #2185d0 inset
}

.ui.inverted.table td.marked.blue.left, .ui.inverted.table tr.marked.blue.left {
    -webkit-box-shadow: .2em 0 0 0 #54c8ff inset;
    box-shadow: .2em 0 0 0 #54c8ff inset
}

.ui.inverted.table td.marked.blue.right, .ui.inverted.table tr.marked.blue.right {
    -webkit-box-shadow: -.2em 0 0 0 #54c8ff inset;
    box-shadow: -.2em 0 0 0 #54c8ff inset
}

.ui.violet.table {
    border-top: .2em solid #6435c9
}

.ui.inverted.violet.table {
    background-color: #6435c9;
    color: #fff
}

.ui.ui.table td.violet:not(.marked), .ui.ui.ui.ui.table tr.violet:not(.marked) {
    background: #ece9fe;
    color: #6435c9
}

.ui.selectable.table tr:hover td.violet:not(.marked), .ui.table tr td.selectable.violet:not(.marked):hover, .ui.ui.selectable.table tr.violet:not(.marked):hover {
    background: #e3deff;
    color: #6435c9
}

.ui.table td.marked.violet.left, .ui.table tr.marked.violet.left {
    -webkit-box-shadow: .2em 0 0 0 #6435c9 inset;
    box-shadow: .2em 0 0 0 #6435c9 inset
}

.ui.table td.marked.violet.right, .ui.table tr.marked.violet.right {
    -webkit-box-shadow: -.2em 0 0 0 #6435c9 inset;
    box-shadow: -.2em 0 0 0 #6435c9 inset
}

.ui.inverted.table td.marked.violet.left, .ui.inverted.table tr.marked.violet.left {
    -webkit-box-shadow: .2em 0 0 0 #a291fb inset;
    box-shadow: .2em 0 0 0 #a291fb inset
}

.ui.inverted.table td.marked.violet.right, .ui.inverted.table tr.marked.violet.right {
    -webkit-box-shadow: -.2em 0 0 0 #a291fb inset;
    box-shadow: -.2em 0 0 0 #a291fb inset
}

.ui.purple.table {
    border-top: .2em solid #a333c8
}

.ui.inverted.purple.table {
    background-color: #a333c8;
    color: #fff
}

.ui.ui.table td.purple:not(.marked), .ui.ui.ui.ui.table tr.purple:not(.marked) {
    background: #f8e3ff;
    color: #a333c8
}

.ui.selectable.table tr:hover td.purple:not(.marked), .ui.table tr td.selectable.purple:not(.marked):hover, .ui.ui.selectable.table tr.purple:not(.marked):hover {
    background: #f5d9ff;
    color: #a333c8
}

.ui.table td.marked.purple.left, .ui.table tr.marked.purple.left {
    -webkit-box-shadow: .2em 0 0 0 #a333c8 inset;
    box-shadow: .2em 0 0 0 #a333c8 inset
}

.ui.table td.marked.purple.right, .ui.table tr.marked.purple.right {
    -webkit-box-shadow: -.2em 0 0 0 #a333c8 inset;
    box-shadow: -.2em 0 0 0 #a333c8 inset
}

.ui.inverted.table td.marked.purple.left, .ui.inverted.table tr.marked.purple.left {
    -webkit-box-shadow: .2em 0 0 0 #dc73ff inset;
    box-shadow: .2em 0 0 0 #dc73ff inset
}

.ui.inverted.table td.marked.purple.right, .ui.inverted.table tr.marked.purple.right {
    -webkit-box-shadow: -.2em 0 0 0 #dc73ff inset;
    box-shadow: -.2em 0 0 0 #dc73ff inset
}

.ui.pink.table {
    border-top: .2em solid #e03997
}

.ui.inverted.pink.table {
    background-color: #e03997;
    color: #fff
}

.ui.ui.table td.pink:not(.marked), .ui.ui.ui.ui.table tr.pink:not(.marked) {
    background: #ffe8f9;
    color: #e03997
}

.ui.selectable.table tr:hover td.pink:not(.marked), .ui.table tr td.selectable.pink:not(.marked):hover, .ui.ui.selectable.table tr.pink:not(.marked):hover {
    background: #ffdef6;
    color: #e03997
}

.ui.table td.marked.pink.left, .ui.table tr.marked.pink.left {
    -webkit-box-shadow: .2em 0 0 0 #e03997 inset;
    box-shadow: .2em 0 0 0 #e03997 inset
}

.ui.table td.marked.pink.right, .ui.table tr.marked.pink.right {
    -webkit-box-shadow: -.2em 0 0 0 #e03997 inset;
    box-shadow: -.2em 0 0 0 #e03997 inset
}

.ui.inverted.table td.marked.pink.left, .ui.inverted.table tr.marked.pink.left {
    -webkit-box-shadow: .2em 0 0 0 #ff8edf inset;
    box-shadow: .2em 0 0 0 #ff8edf inset
}

.ui.inverted.table td.marked.pink.right, .ui.inverted.table tr.marked.pink.right {
    -webkit-box-shadow: -.2em 0 0 0 #ff8edf inset;
    box-shadow: -.2em 0 0 0 #ff8edf inset
}

.ui.brown.table {
    border-top: .2em solid #a5673f
}

.ui.inverted.brown.table {
    background-color: #a5673f;
    color: #fff
}

.ui.ui.table td.brown:not(.marked), .ui.ui.ui.ui.table tr.brown:not(.marked) {
    background: #f7e5d2;
    color: #a5673f
}

.ui.selectable.table tr:hover td.brown:not(.marked), .ui.table tr td.selectable.brown:not(.marked):hover, .ui.ui.selectable.table tr.brown:not(.marked):hover {
    background: #efe0cf;
    color: #a5673f
}

.ui.table td.marked.brown.left, .ui.table tr.marked.brown.left {
    -webkit-box-shadow: .2em 0 0 0 #a5673f inset;
    box-shadow: .2em 0 0 0 #a5673f inset
}

.ui.table td.marked.brown.right, .ui.table tr.marked.brown.right {
    -webkit-box-shadow: -.2em 0 0 0 #a5673f inset;
    box-shadow: -.2em 0 0 0 #a5673f inset
}

.ui.inverted.table td.marked.brown.left, .ui.inverted.table tr.marked.brown.left {
    -webkit-box-shadow: .2em 0 0 0 #d67c1c inset;
    box-shadow: .2em 0 0 0 #d67c1c inset
}

.ui.inverted.table td.marked.brown.right, .ui.inverted.table tr.marked.brown.right {
    -webkit-box-shadow: -.2em 0 0 0 #d67c1c inset;
    box-shadow: -.2em 0 0 0 #d67c1c inset
}

.ui.grey.table {
    border-top: .2em solid #767676
}

.ui.inverted.grey.table {
    background-color: #767676;
    color: #fff
}

.ui.ui.table td.grey:not(.marked), .ui.ui.ui.ui.table tr.grey:not(.marked) {
    background: #dcddde;
    color: #767676
}

.ui.selectable.table tr:hover td.grey:not(.marked), .ui.table tr td.selectable.grey:not(.marked):hover, .ui.ui.selectable.table tr.grey:not(.marked):hover {
    background: #c2c4c5;
    color: #767676
}

.ui.table td.marked.grey.left, .ui.table tr.marked.grey.left {
    -webkit-box-shadow: .2em 0 0 0 #767676 inset;
    box-shadow: .2em 0 0 0 #767676 inset
}

.ui.table td.marked.grey.right, .ui.table tr.marked.grey.right {
    -webkit-box-shadow: -.2em 0 0 0 #767676 inset;
    box-shadow: -.2em 0 0 0 #767676 inset
}

.ui.inverted.table td.marked.grey.left, .ui.inverted.table tr.marked.grey.left {
    -webkit-box-shadow: .2em 0 0 0 #dcddde inset;
    box-shadow: .2em 0 0 0 #dcddde inset
}

.ui.inverted.table td.marked.grey.right, .ui.inverted.table tr.marked.grey.right {
    -webkit-box-shadow: -.2em 0 0 0 #dcddde inset;
    box-shadow: -.2em 0 0 0 #dcddde inset
}

.ui.black.table {
    border-top: .2em solid #1b1c1d
}

.ui.inverted.black.table {
    background-color: #1b1c1d;
    color: #fff
}

.ui.ui.table td.black:not(.marked), .ui.ui.ui.ui.table tr.black:not(.marked) {
    background: #545454;
    color: #fff
}

.ui.selectable.table tr:hover td.black:not(.marked), .ui.table tr td.selectable.black:not(.marked):hover, .ui.ui.selectable.table tr.black:not(.marked):hover {
    background: #000;
    color: #fff
}

.ui.table td.marked.black.left, .ui.table tr.marked.black.left {
    -webkit-box-shadow: .2em 0 0 0 #1b1c1d inset;
    box-shadow: .2em 0 0 0 #1b1c1d inset
}

.ui.table td.marked.black.right, .ui.table tr.marked.black.right {
    -webkit-box-shadow: -.2em 0 0 0 #1b1c1d inset;
    box-shadow: -.2em 0 0 0 #1b1c1d inset
}

.ui.inverted.table td.marked.black.left, .ui.inverted.table tr.marked.black.left {
    -webkit-box-shadow: .2em 0 0 0 #545454 inset;
    box-shadow: .2em 0 0 0 #545454 inset
}

.ui.inverted.table td.marked.black.right, .ui.inverted.table tr.marked.black.right {
    -webkit-box-shadow: -.2em 0 0 0 #545454 inset;
    box-shadow: -.2em 0 0 0 #545454 inset
}

.ui.one.column.table td {
    width: 100%
}

.ui.two.column.table td {
    width: 50%
}

.ui.three.column.table td {
    width: 33.33333333%
}

.ui.four.column.table td {
    width: 25%
}

.ui.five.column.table td {
    width: 20%
}

.ui.six.column.table td {
    width: 16.66666667%
}

.ui.seven.column.table td {
    width: 14.28571429%
}

.ui.eight.column.table td {
    width: 12.5%
}

.ui.nine.column.table td {
    width: 11.11111111%
}

.ui.ten.column.table td {
    width: 10%
}

.ui.eleven.column.table td {
    width: 9.09090909%
}

.ui.twelve.column.table td {
    width: 8.33333333%
}

.ui.thirteen.column.table td {
    width: 7.69230769%
}

.ui.fourteen.column.table td {
    width: 7.14285714%
}

.ui.fifteen.column.table td {
    width: 6.66666667%
}

.ui.sixteen.column.table td {
    width: 6.25%
}

.ui.table td.one.wide, .ui.table th.one.wide {
    width: 6.25%
}

.ui.table td.two.wide, .ui.table th.two.wide {
    width: 12.5%
}

.ui.table td.three.wide, .ui.table th.three.wide {
    width: 18.75%
}

.ui.table td.four.wide, .ui.table th.four.wide {
    width: 25%
}

.ui.table td.five.wide, .ui.table th.five.wide {
    width: 31.25%
}

.ui.table td.six.wide, .ui.table th.six.wide {
    width: 37.5%
}

.ui.table td.seven.wide, .ui.table th.seven.wide {
    width: 43.75%
}

.ui.table td.eight.wide, .ui.table th.eight.wide {
    width: 50%
}

.ui.table td.nine.wide, .ui.table th.nine.wide {
    width: 56.25%
}

.ui.table td.ten.wide, .ui.table th.ten.wide {
    width: 62.5%
}

.ui.table td.eleven.wide, .ui.table th.eleven.wide {
    width: 68.75%
}

.ui.table td.twelve.wide, .ui.table th.twelve.wide {
    width: 75%
}

.ui.table td.thirteen.wide, .ui.table th.thirteen.wide {
    width: 81.25%
}

.ui.table td.fourteen.wide, .ui.table th.fourteen.wide {
    width: 87.5%
}

.ui.table td.fifteen.wide, .ui.table th.fifteen.wide {
    width: 93.75%
}

.ui.table td.sixteen.wide, .ui.table th.sixteen.wide {
    width: 100%
}

.ui.sortable.table > thead > tr > th {
    cursor: pointer;
    white-space: nowrap;
    border-left: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87)
}

    .ui.sortable.table > thead > tr > th:first-child {
        border-left: none
    }

.ui.sortable.table thead th.sorted, .ui.sortable.table thead th.sorted:hover {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ui.sortable.table > thead > tr > th:after {
    display: none;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: '';
    height: 1em;
    width: auto;
    opacity: .8;
    margin: 0 0 0 .5em;
    font-family: Icons
}

.ui.sortable.table thead th.ascending:after {
    content: '\f0d8'
}

.ui.sortable.table thead th.descending:after {
    content: '\f0d7'
}

.ui.sortable.table th.disabled:hover {
    cursor: auto;
    color: rgba(40,40,40,.3)
}

.ui.sortable.table > thead > tr > th:hover {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.8)
}

.ui.sortable.table thead th.sorted {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.95)
}

    .ui.sortable.table thead th.sorted:after {
        display: inline-block
    }

    .ui.sortable.table thead th.sorted:hover {
        background: rgba(0,0,0,.05);
        color: rgba(0,0,0,.95)
    }

.ui.inverted.sortable.table thead th.sorted {
    background: rgba(255,255,255,.15) -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));
    background: rgba(255,255,255,.15) -webkit-linear-gradient(transparent,rgba(0,0,0,.05));
    background: rgba(255,255,255,.15) linear-gradient(transparent,rgba(0,0,0,.05));
    color: #fff
}

.ui.inverted.sortable.table > thead > tr > th:hover {
    background: rgba(255,255,255,.08) -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));
    background: rgba(255,255,255,.08) -webkit-linear-gradient(transparent,rgba(0,0,0,.05));
    background: rgba(255,255,255,.08) linear-gradient(transparent,rgba(0,0,0,.05));
    color: #fff
}

.ui.inverted.sortable.table > thead > tr > th {
    border-left-color: transparent;
    border-right-color: transparent
}

.ui.inverted.table {
    background: #333;
    color: rgba(255,255,255,.9);
    border: none
}

.ui.ui.inverted.table > tbody > tr > th, .ui.ui.inverted.table > tfoot > tr > td, .ui.ui.inverted.table > tfoot > tr > th, .ui.ui.inverted.table > thead > tr > th, .ui.ui.inverted.table > tr > th {
    background-color: rgba(0,0,0,.15);
    border-color: rgba(255,255,255,.1);
    color: rgba(255,255,255,.9)
}

.ui.inverted.table > tbody > tr > td, .ui.inverted.table > tfoot > tr > td, .ui.inverted.table > tr > td {
    border-color: rgba(255,255,255,.1)
}

.ui.inverted.table tr td.disabled, .ui.inverted.table tr.disabled td, .ui.inverted.table tr.disabled:hover td, .ui.inverted.table tr:hover td.disabled {
    pointer-events: none;
    color: rgba(225,225,225,.3)
}

    .ui.inverted.table tr td.disabled:not([class=disabled]), .ui.inverted.table tr.disabled td[class]:not(.disabled), .ui.inverted.table tr.disabled:not([class=disabled]) td, .ui.inverted.table tr:hover td.disabled:not([class=disabled]) {
        color: rgba(40,40,40,.3)
    }

.ui.inverted.definition.table > tfoot:not(.full-width) > tr > th:first-child, .ui.inverted.definition.table > thead:not(.full-width) > tr > th:first-child {
    background: #fff
}

.ui.inverted.definition.table > tbody > tr > td:first-child .ui.inverted.definition.table > tfoot > tr > td:first-child, .ui.inverted.definition.table > tr > td:first-child {
    background: rgba(255,255,255,.02);
    color: #fff
}

.ui.collapsing.table {
    width: auto
}

.ui.basic.table {
    background: 0 0;
    border: 1px solid rgba(34,36,38,.15);
    -webkit-box-shadow: none;
    box-shadow: none
}

    .ui.basic.table > tfoot, .ui.basic.table > thead {
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .ui.basic.table > tbody > tr > th, .ui.basic.table > tfoot > tr > th, .ui.basic.table > thead > tr > th, .ui.basic.table > tr > th {
            background: 0 0;
            border-left: none
        }

    .ui.basic.table > tbody > tr {
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

        .ui.basic.table > tbody > tr > td, .ui.basic.table > tfoot > tr > td, .ui.basic.table > tr > td {
            background: 0 0
        }

.ui.basic.striped.table > tbody > tr:nth-child(2n) {
    background-color: rgba(0,0,0,.05)
}

.ui[class*="very basic"].table {
    border: none
}

    .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th, .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th {
        padding: ''
    }

        .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:first-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:first-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:first-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:first-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:first-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child {
            padding-left: 0
        }

        .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:last-child {
            padding-right: 0
        }

    .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr:first-child > th {
        padding-top: 0
    }

.ui.celled.table > tbody > tr > td, .ui.celled.table > tbody > tr > th, .ui.celled.table > tfoot > tr > td, .ui.celled.table > tfoot > tr > th, .ui.celled.table > thead > tr > th, .ui.celled.table > tr > td, .ui.celled.table > tr > th {
    border-left: 1px solid rgba(34,36,38,.1)
}

.ui.inverted.celled.table > tbody > tr > td, .ui.inverted.celled.table > tr > td {
    border-left: 1px solid rgba(255,255,255,.1)
}

.ui.celled.table > tbody > tr > td:first-child, .ui.celled.table > tbody > tr > th:first-child, .ui.celled.table > tfoot > tr > td:first-child, .ui.celled.table > tfoot > tr > th:first-child, .ui.celled.table > thead > tr > th:first-child, .ui.celled.table > tr > td:first-child, .ui.celled.table > tr > th:first-child {
    border-left: none
}

.ui.padded.table > tbody > tr > th, .ui.padded.table > tfoot > tr > th, .ui.padded.table > thead > tr > th, .ui.padded.table > tr > th {
    padding-left: 1em;
    padding-right: 1em
}

.ui.padded.table > tbody > tr > td, .ui.padded.table > tbody > tr > th, .ui.padded.table > tfoot > tr > td, .ui.padded.table > tfoot > tr > th, .ui.padded.table > thead > tr > th, .ui.padded.table > tr > td, .ui.padded.table > tr > th {
    padding: 1em
}

.ui[class*="very padded"].table > tbody > tr > th, .ui[class*="very padded"].table > tfoot > tr > th, .ui[class*="very padded"].table > thead > tr > th, .ui[class*="very padded"].table > tr > th {
    padding-left: 1.5em;
    padding-right: 1.5em
}

.ui[class*="very padded"].table > tbody > tr > td, .ui[class*="very padded"].table > tfoot > tr > td, .ui[class*="very padded"].table > tr > td {
    padding: 1.5em
}

.ui.compact.table > tbody > tr > th, .ui.compact.table > tfoot > tr > th, .ui.compact.table > thead > tr > th, .ui.compact.table > tr > th {
    padding-left: .7em;
    padding-right: .7em
}

.ui.compact.table > tbody > tr > td, .ui.compact.table > tfoot > tr > td, .ui.compact.table > tr > td {
    padding: .5em .7em
}

.ui[class*="very compact"].table > tbody > tr > th, .ui[class*="very compact"].table > tfoot > tr > th, .ui[class*="very compact"].table > thead > tr > th, .ui[class*="very compact"].table > tr > th {
    padding-left: .6em;
    padding-right: .6em
}

.ui[class*="very compact"].table > tbody > tr > td, .ui[class*="very compact"].table > tfoot > tr > td, .ui[class*="very compact"].table > tr > td {
    padding: .4em .6em
}

.ui.table {
    font-size: 1em
}

.ui.mini.table {
    font-size: .78571429rem
}

.ui.tiny.table {
    font-size: .85714286rem
}

.ui.small.table {
    font-size: .9em
}

.ui.large.table {
    font-size: 1.1em
}

.ui.big.table {
    font-size: 1.28571429rem
}

.ui.huge.table {
    font-size: 1.42857143rem
}

.ui.massive.table {
    font-size: 1.71428571rem
}
/*!* # Fomantic-UI - Calendar
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
**/

.salla-default .ui.calendar {
    font-size: 1.3rem !important;
    font-family: inherit
}

.ui.calendar .form-control {
    background-color: #fff;
    opacity: 1
}

.ui.calendar .ui.popup {
    max-width: none;
    padding: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none font-size:1.5rem
}

.ui.calendar .calendar:focus {
    outline: 0
}

.ui.calendar .ui.popup .ui.grid {
    display: block;
    white-space: nowrap
}

    .ui.calendar .ui.popup .ui.grid > .column {
        width: auto
    }

.ui.calendar .ui.table.minute, .ui.calendar .ui.table.month, .ui.calendar .ui.table.year {
    min-width: 15em
}

.ui.calendar .ui.table.day {
    min-width: 18em
}

    .ui.calendar .ui.table.day.andweek {
        min-width: 22em
    }

.ui.calendar .ui.table.hour {
    min-width: 20em
}

.ui.calendar .ui.table tr td, .ui.calendar .ui.table tr th {
    padding: .5em;
    white-space: nowrap
}

.ui.calendar .ui.table tr th {
    border-left: none
}

    .ui.calendar .ui.table tr th .icon {
        margin: 0
    }

.ui.calendar .ui.table tr:first-child th {
    position: relative;
    padding-left: 0;
    padding-right: 0
}

.ui.calendar .ui.table.day tr:first-child th {
    border: none
}

.ui.calendar .ui.table.day tr:nth-child(2) th {
    padding-top: .2em;
    padding-bottom: .3em
}

.ui.calendar .ui.table tr td {
    padding-left: .1em;
    padding-right: .1em
}

.ui.calendar .ui.table tr .link {
    cursor: pointer
}

.ui.calendar .ui.table tr .prev.link {
    width: 14.28571429%;
    position: absolute;
    left: 0
}

.ui.calendar .ui.table tr .next.link {
    width: 14.28571429%;
    position: absolute;
    right: 0
}

.ui.calendar .ui.table tr .disabled {
    pointer-events: auto;
    cursor: default;
    color: rgba(40,40,40,.3)
}

.ui.calendar .ui.table tr .adjacent:not(.disabled) {
    color: rgba(0,0,0,.6);
    background: rgba(0,0,0,.03)
}

.ui.calendar .ui.table tr td.today {
    font-weight: 700
}

.ui.calendar .ui.table tr td.range {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.95);
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui.calendar .ui.table.inverted tr td.range {
    background: rgba(255,255,255,.08);
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui.calendar:not(.disabled) .calendar.active .ui.table tbody tr td.focus, .ui.calendar:not(.disabled) .calendar:focus .ui.table tbody tr td.focus {
    -webkit-box-shadow: inset 0 0 0 1px #85b7d9;
    box-shadow: inset 0 0 0 1px #85b7d9
}

.ui.calendar:not(.disabled) .calendar.active .ui.table.inverted tbody tr td.focus, .ui.calendar:not(.disabled) .calendar:focus .ui.table.inverted tbody tr td.focus {
    -webkit-box-shadow: inset 0 0 0 1px #85b7d9;
    box-shadow: inset 0 0 0 1px #85b7d9
}

.ui.disabled.calendar {
    opacity: .45
}

    .ui.disabled.calendar .ui.table tr .link, .ui.disabled.calendar > .input {
        pointer-events: none
    }
/*!* # Semantic UI 2.4.2 - Dropdown
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
**/

.ui.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: 0;
    text-align: right;
    -webkit-transition: width .1s ease,-webkit-box-shadow .1s ease;
    transition: width .1s ease,-webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease,width .1s ease;
    transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
    -webkit-tap-highlight-color: transparent
}

    .ui.dropdown .menu {
        cursor: auto;
        position: absolute;
        display: none;
        outline: 0;
        top: 100%;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        margin: 0;
        padding: 0;
        background: #fff;
        font-size: 1em;
        text-shadow: none;
        text-align: right;
        -webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
        box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
        border: 1px solid rgba(34,36,38,.15);
        border-radius: .28571429rem;
        -webkit-transition: opacity .1s ease;
        transition: opacity .1s ease;
        z-index: 11;
        will-change: transform,opacity
    }

        .ui.dropdown .menu > * {
            white-space: nowrap
        }

    .ui.dropdown > input:not(.search):first-child, .ui.dropdown > select {
        display: none !important
    }

    .ui.dropdown > .dropdown.icon {
        position: relative;
        width: auto;
        font-size: .85714286em;
        margin: 0 1em 0 0
    }

    .ui.dropdown .menu > .item .dropdown.icon {
        width: auto;
        float: left;
        margin: 0 1em 0 0
    }

        .ui.dropdown .menu > .item .dropdown.icon + .text {
            margin-left: 1em
        }

    .ui.dropdown > .text {
        display: inline-block;
        -webkit-transition: none;
        transition: none
    }

    .ui.dropdown .menu > .item {
        position: relative;
        cursor: pointer;
        display: block;
        border: none;
        height: auto;
        text-align: right;
        border-top: none;
        line-height: 1em;
        color: rgba(0,0,0,.87);
        padding: .78571429rem 1.14285714rem !important;
        font-size: 1rem;
        text-transform: none;
        font-weight: 400;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-touch-callout: none
    }

        .ui.dropdown .menu > .item:first-child {
            border-top-width: 0
        }

    .ui.dropdown .menu .item > [class*="right floated"], .ui.dropdown > .text > [class*="right floated"] {
        float: left !important;
        margin-left: 0 !important;
        margin-right: 1em !important
    }

    .ui.dropdown .menu .item > [class*="left floated"], .ui.dropdown > .text > [class*="left floated"] {
        float: right !important;
        margin-right: 0 !important;
        margin-left: 1em !important
    }

    .ui.dropdown .menu .item > .flag.floated, .ui.dropdown .menu .item > .icon.floated, .ui.dropdown .menu .item > .image.floated, .ui.dropdown .menu .item > img.floated {
        margin-top: 0
    }

    .ui.dropdown .menu > .header {
        margin: 1rem 0 .75rem;
        padding: 0 1.14285714rem;
        color: rgba(0,0,0,.85);
        font-size: .78571429em;
        font-weight: 700;
        text-transform: uppercase
    }

    .ui.dropdown .menu > .divider {
        border-top: 1px solid rgba(34,36,38,.1);
        height: 0;
        margin: .5em 0
    }

    .ui.dropdown.dropdown .menu > .input {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 1.14285714rem .78571429rem;
        min-width: 10rem
    }

    .ui.dropdown .menu > .header + .input {
        margin-top: 0
    }

    .ui.dropdown .menu > .input:not(.transparent) input {
        padding: .5em 1em
    }

    .ui.dropdown .menu > .input:not(.transparent) .button, .ui.dropdown .menu > .input:not(.transparent) .icon, .ui.dropdown .menu > .input:not(.transparent) .label {
        padding-top: .5em;
        padding-bottom: .5em
    }

    .ui.dropdown .menu > .item > .description, .ui.dropdown > .text > .description {
        float: left;
        margin: 0 1em 0 0;
        color: rgba(0,0,0,.4)
    }

    .ui.dropdown .menu > .message {
        padding: .78571429rem 1.14285714rem;
        font-weight: 400
    }

        .ui.dropdown .menu > .message:not(.ui) {
            color: rgba(0,0,0,.4)
        }

    .ui.dropdown .menu .menu {
        top: 0 !important;
        right: 100%;
        left: auto;
        margin: 0 -.5em 0 0 !important;
        border-radius: .28571429rem !important;
        z-index: 21 !important
    }

        .ui.dropdown .menu .menu:after {
            display: none
        }

    .ui.dropdown > .text > .flag, .ui.dropdown > .text > .icon, .ui.dropdown > .text > .image, .ui.dropdown > .text > .label, .ui.dropdown > .text > img {
        margin-top: 0
    }

    .ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > img {
        margin-top: 0
    }

    .ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .flag, .ui.dropdown > .text > .icon, .ui.dropdown > .text > .image, .ui.dropdown > .text > .label, .ui.dropdown > .text > img {
        margin-right: 0;
        float: none;
        margin-left: .78571429rem
    }

    .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .image, .ui.dropdown > .text > img {
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-top: -.5em;
        margin-bottom: -.5em;
        max-height: 2em
    }

    .ui.dropdown .ui.menu > .item:before, .ui.menu .ui.dropdown .menu > .item:before {
        display: none
    }

.ui.menu .ui.dropdown .menu .active.item {
    border-right: none
}

.ui.buttons > .ui.dropdown:last-child .menu, .ui.menu .right.dropdown.item .menu, .ui.menu .right.menu .dropdown:last-child .menu {
    right: auto;
    left: 0
}

.ui.label.dropdown .menu {
    min-width: 100%
}

.ui.dropdown.icon.button > .dropdown.icon {
    margin: 0
}

.ui.button.dropdown .menu {
    min-width: 100%
}

.ui.selection.dropdown {
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    min-width: 14em;
    min-height: 2.71428571em;
    background: #fff;
    display: inline-block;
    padding: .78571429em 1em .78571429em 2.1em;
    color: rgba(0,0,0,.87);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
    -webkit-transition: width .1s ease,-webkit-box-shadow .1s ease;
    transition: width .1s ease,-webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease,width .1s ease;
    transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease
}

    .ui.selection.dropdown.active, .ui.selection.dropdown.visible {
        z-index: 10
    }

select.ui.dropdown {
    height: 38px;
    padding: .5em;
    border: 1px solid rgba(34,36,38,.15);
    visibility: visible
}

.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: auto;
    line-height: 1.21428571em;
    top: .78571429em;
    left: 1em;
    z-index: 3;
    margin: -.78571429em;
    padding: .91666667em;
    opacity: .8;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease
}

.ui.compact.selection.dropdown {
    min-width: 0
}

.ui.selection.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    border-top-width: 0 !important;
    width: auto;
    outline: 0;
    margin: 0 -1px;
    min-width: calc(100% + 2px);
    width: calc(100% + 2px);
    border-radius: 0 0 .28571429rem .28571429rem;
    -webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease
}

    .ui.selection.dropdown .menu:after, .ui.selection.dropdown .menu:before {
        display: none
    }

    .ui.selection.dropdown .menu > .message {
        padding: .78571429rem 1.14285714rem
    }

@media only screen and (max-width:767px) {
    .ui.selection.dropdown .menu {
        max-height: 8.01428571rem
    }
}

@media only screen and (min-width:768px) {
    .ui.selection.dropdown .menu {
        max-height: 10.68571429rem
    }
}

@media only screen and (min-width:992px) {
    .ui.selection.dropdown .menu {
        max-height: 16.02857143rem
    }
}

@media only screen and (min-width:1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem
    }
}

.ui.selection.dropdown .menu > .item {
    border-top: 1px solid #fafafa;
    padding: .78571429rem 1.14285714rem !important;
    white-space: normal;
    word-wrap: normal
}

.ui.selection.dropdown .menu > .hidden.addition.item {
    display: none
}

.ui.selection.dropdown:hover {
    border-color: rgba(34,36,38,.35);
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui.selection.active.dropdown {
    border-color: #96c8da;
    -webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15)
}

    .ui.selection.active.dropdown .menu {
        border-color: #96c8da;
        -webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
        box-shadow: 0 2px 3px 0 rgba(34,36,38,.15)
    }

.ui.selection.dropdown:focus {
    border-color: #96c8da;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .ui.selection.dropdown:focus .menu {
        border-color: #96c8da;
        -webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
        box-shadow: 0 2px 3px 0 rgba(34,36,38,.15)
    }

.ui.selection.visible.dropdown > .text:not(.default) {
    font-weight: 400;
    color: rgba(0,0,0,.8)
}

.ui.selection.active.dropdown:hover {
    border-color: #96c8da;
    -webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15)
}

    .ui.selection.active.dropdown:hover .menu {
        border-color: #96c8da;
        -webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
        box-shadow: 0 2px 3px 0 rgba(34,36,38,.15)
    }

.ui.active.selection.dropdown > .dropdown.icon, .ui.visible.selection.dropdown > .dropdown.icon {
    opacity: '';
    z-index: 3
}

.ui.active.selection.dropdown {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.ui.active.empty.selection.dropdown {
    border-radius: .28571429rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .ui.active.empty.selection.dropdown .menu {
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

.ui.search.dropdown {
    min-width: ''
}

    .ui.search.dropdown > input.search {
        background: none transparent !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        cursor: text;
        top: 0;
        right: 1px;
        width: 100%;
        outline: 0;
        -webkit-tap-highlight-color: transparent;
        padding: inherit
    }

    .ui.search.dropdown > input.search {
        position: absolute;
        z-index: 2
    }

    .ui.search.dropdown > .text {
        cursor: text;
        position: relative;
        right: 1px;
        z-index: 3
    }

.ui.search.selection.dropdown > input.search {
    line-height: 1.21428571em;
    padding: .67857143em 1em .67857143em 2.1em
}

.ui.search.selection.dropdown > span.sizer {
    line-height: 1.21428571em;
    padding: .67857143em 1em .67857143em 2.1em;
    display: none;
    white-space: pre
}

.ui.search.dropdown.active > input.search, .ui.search.dropdown.visible > input.search {
    cursor: auto
}

.ui.search.dropdown.active > .text, .ui.search.dropdown.visible > .text {
    pointer-events: none
}

.ui.active.search.dropdown input.search:focus + .text .flag, .ui.active.search.dropdown input.search:focus + .text .icon {
    opacity: .45
}

.ui.active.search.dropdown input.search:focus + .text {
    color: rgba(115,115,115,.87) !important
}

.ui.search.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch
}

@media only screen and (max-width:767px) {
    .ui.search.dropdown .menu {
        max-height: 8.01428571rem
    }
}

@media only screen and (min-width:768px) {
    .ui.search.dropdown .menu {
        max-height: 10.68571429rem
    }
}

@media only screen and (min-width:992px) {
    .ui.search.dropdown .menu {
        max-height: 16.02857143rem
    }
}

@media only screen and (min-width:1920px) {
    .ui.search.dropdown .menu {
        max-height: 21.37142857rem
    }
}

.ui.multiple.dropdown {
    padding: .22619048em .35714286em .22619048em 2.1em
}

    .ui.multiple.dropdown .menu {
        cursor: auto
    }

.ui.multiple.search.dropdown, .ui.multiple.search.dropdown > input.search {
    cursor: text
}

.ui.multiple.dropdown > .label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 1em;
    padding: .35714286em .78571429em;
    margin: .14285714rem 0 .14285714rem .28571429rem;
    -webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset;
    box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset
}

.ui.multiple.dropdown .dropdown.icon {
    margin: '';
    padding: ''
}

.ui.multiple.dropdown > .text {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: .45238095em .64285714em .45238095em 0;
    line-height: 1.21428571em
}

.ui.multiple.dropdown > .label ~ input.search {
    margin-right: .14285714em !important
}

.ui.multiple.dropdown > .label ~ .text {
    display: none
}

.ui.multiple.search.dropdown > .text {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: inherit;
    margin: .45238095em .64285714em .45238095em 0;
    line-height: 1.21428571em
}

.ui.multiple.search.dropdown > .label ~ .text {
    display: none
}

.ui.multiple.search.dropdown > input.search {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: .45238095em .64285714em .45238095em 0;
    width: 2.2em;
    line-height: 1.21428571em
}

.ui.inline.dropdown {
    cursor: pointer;
    display: inline-block;
    color: inherit
}

    .ui.inline.dropdown .dropdown.icon {
        margin: 0 .21428571em;
        vertical-align: baseline
    }

    .ui.inline.dropdown > .text {
        font-weight: 700
    }

    .ui.inline.dropdown .menu {
        cursor: auto;
        margin-top: .21428571em;
        border-radius: .28571429rem
    }

.ui.dropdown .menu .active.item {
    background: 0 0;
    font-weight: 700;
    color: rgba(0,0,0,.95);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 12
}

.ui.dropdown .menu > .item:hover {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.95);
    z-index: 13
}

.ui.loading.dropdown > i.icon {
    height: 1em !important
}

.ui.loading.selection.dropdown > i.icon {
    padding: 1.5em 1.28571429em !important
}

.ui.loading.dropdown > i.icon:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 50%;
    margin: -.64285714em -.64285714em 0 0;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: .2em solid rgba(0,0,0,.1)
}

.ui.loading.dropdown > i.icon:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 50%;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
    margin: -.64285714em -.64285714em 0 0;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: dropdown-spin .6s linear;
    animation: dropdown-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: .2em
}

.ui.loading.dropdown.button > i.icon:after, .ui.loading.dropdown.button > i.icon:before {
    display: none
}

@-webkit-keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text {
    color: rgba(191,191,191,.87)
}

.ui.default.dropdown:not(.button) > input:focus ~ .text, .ui.dropdown:not(.button) > input:focus ~ .default.text {
    color: rgba(115,115,115,.87)
}

.ui.loading.dropdown > .text {
    -webkit-transition: none;
    transition: none
}

.ui.dropdown .loading.menu {
    display: block;
    visibility: hidden;
    z-index: -1
}

.ui.dropdown > .loading.menu {
    right: 0 !important;
    left: auto !important
}

.ui.dropdown > .menu .loading.menu {
    right: 100% !important;
    left: auto !important
}

.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
    background: rgba(0,0,0,.03);
    color: rgba(0,0,0,.95)
}

.ui.dropdown > .filtered.text {
    visibility: hidden
}

.ui.dropdown .filtered.item {
    display: none !important
}

.ui.dropdown.error, .ui.dropdown.error > .default.text, .ui.dropdown.error > .text {
    color: #9f3a38
}

.ui.selection.dropdown.error {
    background: #fff6f6;
    border-color: #e0b4b4
}

    .ui.selection.dropdown.error:hover {
        border-color: #e0b4b4
    }

.ui.dropdown.error > .menu, .ui.dropdown.error > .menu .menu {
    border-color: #e0b4b4
}

    .ui.dropdown.error > .menu > .item {
        color: #9f3a38
    }

.ui.multiple.selection.error.dropdown > .label {
    border-color: #e0b4b4
}

.ui.dropdown.error > .menu > .item:hover {
    background-color: #fff2f2
}

.ui.dropdown.error > .menu .active.item {
    background-color: #fdcfcf
}

.ui.dropdown > .clear.dropdown.icon {
    opacity: .8;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease
}

    .ui.dropdown > .clear.dropdown.icon:hover {
        opacity: 1
    }

.ui.disabled.dropdown, .ui.dropdown .menu > .disabled.item {
    cursor: default;
    pointer-events: none;
    opacity: .45
}

.ui.dropdown .menu {
    right: 0
}

    .ui.dropdown .menu .right.menu, .ui.dropdown .right.menu > .menu {
        right: 100% !important;
        left: auto !important;
        border-radius: .28571429rem !important
    }

.ui.dropdown > .left.menu {
    right: auto !important;
    left: 0 !important
}

    .ui.dropdown .menu .left.menu, .ui.dropdown > .left.menu .menu {
        right: auto;
        left: 100%;
        margin: 0 0 0 -.5em !important;
        border-radius: .28571429rem !important
    }

.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: right;
    margin: 0
}

.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: right;
    margin: 0
}

    .ui.dropdown .item .left.dropdown.icon + .text, .ui.dropdown .left.menu .item .dropdown.icon + .text {
        margin-right: 1em;
        margin-left: 0
    }

.ui.upward.dropdown > .menu {
    top: auto;
    bottom: 100%;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
    border-radius: .28571429rem .28571429rem 0 0
}

.ui.dropdown .upward.menu {
    top: auto !important;
    bottom: 0 !important
}

.ui.simple.upward.active.dropdown, .ui.simple.upward.dropdown:hover {
    border-radius: .28571429rem .28571429rem 0 0 !important
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
    border-radius: .28571429rem .28571429rem 0 0
}

.ui.upward.selection.dropdown .menu {
    border-top-width: 1px !important;
    border-bottom-width: 0 !important;
    -webkit-box-shadow: 0 -2px 3px 0 rgba(0,0,0,.08);
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.08)
}

.ui.upward.selection.dropdown:hover {
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.05)
}

.ui.active.upward.selection.dropdown {
    border-radius: 0 0 .28571429rem .28571429rem !important
}

.ui.upward.selection.dropdown.visible {
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
    border-radius: 0 0 .28571429rem .28571429rem !important
}

.ui.upward.active.selection.dropdown:hover {
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.05)
}

    .ui.upward.active.selection.dropdown:hover .menu {
        -webkit-box-shadow: 0 -2px 3px 0 rgba(0,0,0,.08);
        box-shadow: 0 -2px 3px 0 rgba(0,0,0,.08)
    }

.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto
}

.ui.scrolling.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    min-width: 100% !important;
    width: auto !important
}

.ui.dropdown .scrolling.menu {
    position: static;
    overflow-y: auto;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-width: 100% !important;
    width: auto !important;
    border-top: 1px solid rgba(34,36,38,.15)
}

    .ui.dropdown .scrolling.menu > .item.item.item, .ui.scrolling.dropdown .menu .item.item.item {
        border-top: none
    }

    .ui.dropdown .scrolling.menu .item:first-child, .ui.scrolling.dropdown .menu .item:first-child {
        border-top: none
    }

.ui.dropdown > .animating.menu .scrolling.menu, .ui.dropdown > .visible.menu .scrolling.menu {
    display: block
}

@media all and (-ms-high-contrast:none) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        min-width: calc(100% - 17px)
    }
}

@media only screen and (max-width:767px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 10.28571429rem
    }
}

@media only screen and (min-width:768px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 15.42857143rem
    }
}

@media only screen and (min-width:992px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 20.57142857rem
    }
}

@media only screen and (min-width:1920px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 20.57142857rem
    }
}

.ui.simple.dropdown .menu:after, .ui.simple.dropdown .menu:before {
    display: none
}

.ui.simple.dropdown .menu {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -9999px !important;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease
}

.ui.simple.active.dropdown, .ui.simple.dropdown:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

    .ui.simple.active.dropdown > .menu, .ui.simple.dropdown:hover > .menu {
        overflow: visible;
        width: auto;
        height: auto;
        top: 100% !important;
        opacity: 1
    }

        .ui.simple.dropdown:hover > .menu > .item:hover > .menu, .ui.simple.dropdown > .menu > .item:active > .menu {
            overflow: visible;
            width: auto;
            height: auto;
            top: 0 !important;
            right: 100% !important;
            opacity: 1
        }

.ui.simple.disabled.dropdown:hover .menu {
    display: none;
    height: 0;
    width: 0;
    overflow: hidden
}

.ui.simple.visible.dropdown > .menu {
    display: block
}

.ui.fluid.dropdown {
    display: block;
    width: 100%;
    min-width: 0
}

    .ui.fluid.dropdown > .dropdown.icon {
        float: left
    }

.ui.floating.dropdown .menu {
    right: 0;
    left: auto;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15) !important;
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15) !important;
    border-radius: .28571429rem !important
}

.ui.floating.dropdown > .menu {
    margin-top: .5em !important;
    border-radius: .28571429rem !important
}

.ui.pointing.dropdown > .menu {
    top: 100%;
    margin-top: .78571429rem;
    border-radius: .28571429rem
}

    .ui.pointing.dropdown > .menu:after {
        display: block;
        position: absolute;
        pointer-events: none;
        content: '';
        visibility: visible;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: .5em;
        height: .5em;
        -webkit-box-shadow: 1px -1px 0 0 rgba(34,36,38,.15);
        box-shadow: 1px -1px 0 0 rgba(34,36,38,.15);
        background: #fff;
        z-index: 2
    }

    .ui.pointing.dropdown > .menu:after {
        top: -.25em;
        right: 50%;
        margin: 0 -.25em 0 0
    }

.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    right: 0;
    left: auto;
    margin: 1em 0 0
}

.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    right: 0;
    left: auto;
    margin: 1em 0 0
}

    .ui.top.left.pointing.dropdown > .menu:after {
        top: -.25em;
        right: 1em;
        left: auto;
        margin: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.ui.top.right.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
    margin: 1em 0 0
}

    .ui.top.pointing.dropdown > .left.menu:after, .ui.top.right.pointing.dropdown > .menu:after {
        top: -.25em;
        right: auto !important;
        left: 1em !important;
        margin: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.ui.left.pointing.dropdown > .menu {
    top: 0;
    right: 100%;
    left: auto;
    margin: 0 1em 0 0
}

    .ui.left.pointing.dropdown > .menu:after {
        top: 1em;
        right: -.25em;
        margin: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
    right: auto !important;
    left: 100% !important;
    margin: 0 0 0 1em
}

    .ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
        top: 1em;
        right: auto;
        left: -.25em;
        margin: 0;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

.ui.right.pointing.dropdown > .menu {
    top: 0;
    right: auto;
    left: 100%;
    margin: 0 0 0 1em
}

    .ui.right.pointing.dropdown > .menu:after {
        top: 1em;
        right: auto;
        left: -.25em;
        margin: 0;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

.ui.bottom.pointing.dropdown > .menu {
    top: auto;
    bottom: 100%;
    right: 0;
    left: auto;
    margin: 0 0 1em
}

    .ui.bottom.pointing.dropdown > .menu:after {
        top: auto;
        bottom: -.25em;
        left: auto;
        margin: 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .ui.bottom.pointing.dropdown > .menu .menu {
        top: auto !important;
        bottom: 0 !important
    }

.ui.bottom.left.pointing.dropdown > .menu {
    right: 0;
    left: auto
}

    .ui.bottom.left.pointing.dropdown > .menu:after {
        right: 1em;
        left: auto
    }

.ui.bottom.right.pointing.dropdown > .menu {
    left: 0;
    right: auto
}

    .ui.bottom.right.pointing.dropdown > .menu:after {
        right: auto;
        left: 1em
    }

.ui.pointing.upward.dropdown .menu, .ui.top.pointing.upward.dropdown .menu {
    top: auto !important;
    bottom: 100% !important;
    margin: 0 0 .78571429rem;
    border-radius: .28571429rem
}

    .ui.pointing.upward.dropdown .menu:after, .ui.top.pointing.upward.dropdown .menu:after {
        top: 100% !important;
        bottom: auto !important;
        -webkit-box-shadow: -1px 1px 0 0 rgba(34,36,38,.15);
        box-shadow: -1px 1px 0 0 rgba(34,36,38,.15);
        margin: -.25em 0 0
    }

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
    top: auto !important;
    bottom: 0 !important;
    margin: 0 0 0 1em
}

    .ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
        top: auto !important;
        bottom: 0 !important;
        margin: 0 0 1em;
        -webkit-box-shadow: 1px -1px 0 0 rgba(34,36,38,.15);
        box-shadow: 1px -1px 0 0 rgba(34,36,38,.15)
    }

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
    top: auto !important;
    bottom: 0 !important;
    margin: 0 1em 0 0
}

    .ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
        top: auto !important;
        bottom: 0 !important;
        margin: 0 0 1em;
        -webkit-box-shadow: 1px -1px 0 0 rgba(34,36,38,.15);
        box-shadow: 1px -1px 0 0 rgba(34,36,38,.15)
    }

@font-face {
    font-family: Dropdown;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAVgAA8AAAAACFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAchGgaq0dERUYAAAF0AAAAHAAAAB4AJwAPT1MvMgAAAZAAAABDAAAAVnW4TJdjbWFwAAAB1AAAAEsAAAFS8CcaqmN2dCAAAAIgAAAABAAAAAQAEQFEZ2FzcAAAAiQAAAAIAAAACP//AANnbHlmAAACLAAAAQoAAAGkrRHP9WhlYWQAAAM4AAAAMAAAADYPK8YyaGhlYQAAA2gAAAAdAAAAJANCAb1obXR4AAADiAAAACIAAAAiCBkAOGxvY2EAAAOsAAAAFAAAABQBnAIybWF4cAAAA8AAAAAfAAAAIAEVAF5uYW1lAAAD4AAAATAAAAKMFGlj5HBvc3QAAAUQAAAARgAAAHJoedjqd2ViZgAABVgAAAAGAAAABrO7W5UAAAABAAAAANXulPUAAAAA1r4hgAAAAADXu2Q1eNpjYGRgYOABYjEgZmJgBEIOIGYB8xgAA/YAN3jaY2BktGOcwMDKwMI4jTGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHFT/fLjFeOD/AQY9xjMMbkBhRpAcAN48DQYAeNpjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETAwMqn8+8H649f8/lHX9//9b7Pzf+fWgusCAkY0BzmUE6gHpQwGMDMMeAACbxg7SAAARAUQAAAAB//8AAnjadZBPSsNAGMXfS+yMqYgOhpSuSlKadmUhiVEhEMQzFF22m17BbbvzCh5BXCUn6EG8gjeQ4DepwYo4i+/ffL95j4EDA+CFC7jQuKyIeVHrI3wkleq9F7XrSInKteOeHdda8bOoaeepSc00NWPz/LRec9G8GabyGtEdF7h19z033GAMTK7zbM42xNEZpzYof0RtQ5CUHAQJ73OtVyutc+3b7Ou//b8XNlsPx3jgjUifABdhEohKJJL5iM5p39uqc7X1+sRQSqmGrUVhlsJ4lpmEUVwyT8SUYtg0P9DyNzPADDs+tjrGV6KRCRfsui3eHcL4/p8ZXvfMlcnEU+CLv7hDykOP+AKTPTxbAAB42mNgZGBgAGKuf5KP4vltvjLIMzGAwLV9ig0g+vruFFMQzdjACOJzMIClARh0CTJ42mNgZGBgPPD/AJD8wgAEjA0MjAyogAMAbOQEAQAAAAC7ABEAAAAAAKoAAAH0AAABgAAAAUAACAFAAAgAwAAXAAAAAAAAACoAKgAqADIAbACGAKAAugDSeNpjYGRgYOBkUGFgYgABEMkFhAwM/xn0QAIADdUBdAB42qWQvUoDQRSFv3GjaISUQaymSmGxJoGAsRC0iPYLsU50Y6IxrvlRtPCJJKUPIBb+PIHv4EN4djKuKAqCDHfmu+feOdwZoMCUAJNbAlYUMzaUlM14jjxbngOq7HnOia89z1Pk1vMCa9x7ztPkzfMyJbPj+ZGi6Xp+omxuPD+zaD7meaFg7mb8GrBqHmhwxoAxlm0uiRkpP9X5m26pKRoMxTGR1D49Dv/Yb/91o6l8qL6eu5n2hZQzn68utR9m3FU2cB4t9cdSLG2utI+44Eh/P9bqKO+oJ/WxmXssj77YkrjasZQD6SFddythk3Wtzrf+UF2p076Udla1VNzsERP3kkjVRKel7mp1udXYcHtZSlV7RfmJe1GiFWveluaeKD5/MuJcSk8Tpm/vvwPIbmJleNpjYGKAAFYG7ICTgYGRiZGZkYWRlZGNkZ2Rg5GTLT2nsiDDEEIZsZfmZRqZujmDaDcDAxcI7WIOpS2gtCWUdgQAZkcSmQAAAAFblbO6AAA=) format('woff');
    font-weight: 400;
    font-style: normal
}

.ui.dropdown > .dropdown.icon {
    font-family: Dropdown;
    line-height: 1;
    height: 1em;
    width: 1.23em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 400;
    font-style: normal;
    text-align: center
}

.ui.dropdown > .dropdown.icon {
    width: auto
}

    .ui.dropdown > .dropdown.icon:before {
        content: '\f0d7'
    }

.ui.dropdown .menu .item .dropdown.icon:before {
    content: '\f0d9'
}

.ui.dropdown .item .left.dropdown.icon:before, .ui.dropdown .left.menu .item .dropdown.icon:before {
    content: "\f0da"
}

.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
    content: "\f0d9"
}

.ui.dropdown > .clear.icon:before {
    content: "\f00d"
}

.slim-file-hopper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.slim-image-editor {
    position: relative;
    height: 100%;
    text-align: left;
    z-index: 1
}

    .slim-image-editor .slim-container {
        position: relative;
        height: calc(100% - 8em);
        width: 100%;
        z-index: 2
    }

    .slim-image-editor .slim-editor-btn-group, .slim-image-editor .slim-editor-utils-group {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .slim-image-editor, .slim-image-editor .slim-crop-preview, .slim-image-editor .slim-stage {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

        .slim-image-editor .slim-stage {
            position: absolute;
            line-height: 0
        }

        .slim-image-editor .slim-wrapper {
            position: absolute;
            z-index: 2
        }

        .slim-image-editor .slim-crop-preview {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            line-height: 0
        }

        .slim-image-editor .slim-stage {
            z-index: 4
        }

        .slim-image-editor .slim-crop-preview {
            z-index: 3;
            border-radius: 4px
        }

            .slim-image-editor .slim-crop-preview canvas, .slim-image-editor .slim-crop-preview img, .slim-image-editor .slim-crop-preview:after {
                position: absolute;
                display: block;
                border-radius: inherit;
                left: 0;
                top: 0
            }

            .slim-image-editor .slim-crop-preview .slim-crop {
                z-index: 3
            }

            .slim-image-editor .slim-crop-preview:after {
                z-index: 2;
                right: 0;
                bottom: 0;
                content: ''
            }

            .slim-image-editor .slim-crop-preview .slim-crop-blur {
                -webkit-filter: contrast(.7);
                -moz-filter: contrast(.7);
                filter: contrast(.7);
                z-index: 1
            }

        .slim-image-editor .slim-editor-utils-group {
            text-align: center;
            z-index: 3
        }

            .slim-image-editor .slim-editor-utils-group button {
                width: 2.5em;
                height: 2.5em;
                padding: 0;
                font-size: 1em;
                cursor: pointer;
                outline: 0;
                box-shadow: inset 0 -1px 2px rgba(0,0,0,.1),inset 0 1px 0 0 hsla(0,0%,100%,.15);
                background-color: transparent;
                background-size: 50% 50%;
                background-position: 50%;
                background-repeat: no-repeat
            }

                .slim-image-editor .slim-editor-utils-group button:active {
                    background-color: rgba(0,0,0,.1);
                    box-shadow: inset 0 1px 2px rgba(0,0,0,.15)
                }

        .slim-image-editor .slim-editor-btn-group {
            position: relative;
            z-index: 3;
            text-align: center
        }

            .slim-image-editor .slim-editor-btn-group button {
                position: relative;
                display: inline-block;
                vertical-align: top;
                font-size: 1em;
                margin: 0 .75em;
                padding: .75em 1.5em .875em;
                cursor: pointer;
                overflow: hidden;
                -webkit-transition: color .25s,box-shadow .25s,background-color .25s;
                transition: color .25s,box-shadow .25s,background-color .25s;
                box-shadow: inset 0 -1px 2px rgba(0,0,0,.1),inset 0 1px 0 0 hsla(0,0%,100%,.15);
                background-color: transparent;
                outline: 0
            }

                .slim-image-editor .slim-editor-btn-group button:active {
                    padding: .875em 1.5em .75em;
                    background-color: rgba(0,0,0,.1);
                    box-shadow: inset 0 1px 2px rgba(0,0,0,.15)
                }

.slim-rotation-disabled .slim-container {
    height: calc(100% - 4em)
}

.slim-rotation-disabled .slim-editor-utils-group {
    display: none
}

.slim-editor-btn, .slim-editor-utils-btn {
    color: hsla(0,0%,100%,.75);
    border: 2px solid rgba(0,0,0,.25)
}

    .slim-editor-btn:focus, .slim-editor-btn:hover, .slim-editor-utils-btn:focus, .slim-editor-utils-btn:hover {
        color: hsla(0,0%,100%,.9)
    }

.slim-editor-utils-btn {
    border-radius: .6875em
}

.slim-editor-btn {
    border-radius: .5em
}

.slim-image-editor-preview:after {
    background-color: rgba(244,250,255,.4);
    box-shadow: inset 0 0 0 1px hsla(0,0%,100%,.07),0 1px 5px rgba(0,0,0,.3)
}

.slim-btn-rotate {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjUyJyBoZWlnaHQ9JzI4Nycgdmlld0JveD0nMCAwIDI1MiAyODcnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEzNC43NjIuNjI2djM2LjE1YzY1LjAxNiA0LjU5NCAxMTYuMzQgNTguNzUgMTE2LjM0IDEyNC45MzYgMCA2OS4xOTgtNTYuMDkgMTI1LjI4OC0xMjUuMjkgMTI1LjI4OEM1Ni42MTYgMjg3IC41MjUgMjMwLjkxLjUyNSAxNjEuNzFjMC0zMC4wMzYgMTAuNTkyLTU3LjU5IDI4LjIxNS03OS4xN2wzMS45MzQgMzEuOTM0QzUxLjAzIDEyNy43NSA0NS4yNyAxNDQuMDQgNDUuMjcgMTYxLjcxYzAgNDQuNDg1IDM2LjA2IDgwLjU0NCA4MC41NDQgODAuNTQ0IDQ0LjQ4NCAwIDgwLjU0NC0zNi4wNTggODAuNTQ0LTgwLjU0MyAwLTQxLjQ1NC0zMS4zMjctNzUuNTYtNzEuNTk0LTgwLjAxN3YzNS4yNzJsLTYyLjY0Ni01Ny44OUwxMzQuNzYyLjYyNXptLTguOTUgMTk2Ljg4M2MtMTkuNzcgMC0zNS43OTYtMTYuMDI4LTM1Ljc5Ni0zNS43OTggMC0xOS43NyAxNi4wMjctMzUuNzk2IDM1Ljc5Ny0zNS43OTYgMTkuNzcgMCAzNS43OTcgMTYuMDI2IDM1Ljc5NyAzNS43OTZzLTE2LjAyNyAzNS43OTctMzUuNzk3IDM1Ljc5N3onIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjgpJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=)
}

.slim-editor-btn-group, .slim-editor-utils-group {
    padding: 1em 0 0
}

@media(min-width:40em) {
    .slim-btn-group {
        padding-top: 2em
    }
}

.slim-crop-area {
    position: absolute;
    -webkit-transition: background-color .125s ease-in-out;
    transition: background-color .125s ease-in-out;
    box-shadow: inset 0 0 0 1px hsla(0,0%,100%,.75),0 0 0 1px hsla(0,0%,100%,.75)
}

    .slim-crop-area .grid {
        overflow: hidden
    }

        .slim-crop-area .grid:after, .slim-crop-area .grid:before {
            position: absolute;
            content: '';
            opacity: 0;
            -webkit-transition: opacity .5s;
            transition: opacity .5s
        }

        .slim-crop-area .grid:before {
            top: 33.333%;
            bottom: 33.333%;
            left: 1px;
            right: 1px;
            box-shadow: inset 0 -1px 0 0 hsla(0,0%,100%,.35),inset 0 1px 0 0 hsla(0,0%,100%,.35)
        }

        .slim-crop-area .grid:after {
            top: 1px;
            bottom: 1px;
            left: 33.333%;
            right: 33.333%;
            box-shadow: inset -1px 0 0 0 hsla(0,0%,100%,.35),inset 1px 0 0 0 hsla(0,0%,100%,.35)
        }

    .slim-crop-area button {
        position: absolute;
        background: #fafafa;
        box-shadow: inset 0 1px 0 0 #fff,0 1px 1px rgba(0,0,0,.15);
        border: none;
        padding: 0;
        margin: 0;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        margin-left: -8px;
        border-radius: 8px;
        z-index: 2
    }

    .slim-crop-area [class*=n] {
        top: 0
    }

    .slim-crop-area [class*=s] {
        top: 100%
    }

    .slim-crop-area [class*=w] {
        left: 0
    }

    .slim-crop-area [class*=e] {
        left: 100%
    }

    .slim-crop-area .e, .slim-crop-area .w {
        top: 50%;
        cursor: ew-resize;
        height: 30px;
        margin-top: -15px
    }

    .slim-crop-area .n, .slim-crop-area .s {
        left: 50%;
        cursor: ns-resize;
        width: 30px;
        margin-left: -15px
    }

    .slim-crop-area .ne, .slim-crop-area .sw {
        cursor: nesw-resize
    }

    .slim-crop-area .nw, .slim-crop-area .se {
        cursor: nwse-resize
    }

    .slim-crop-area .c {
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        margin: 0;
        border-radius: 0;
        border: none;
        z-index: 1;
        box-shadow: none;
        opacity: 0;
        cursor: move
    }

    .slim-crop-area button:not(.c):after {
        content: '';
        position: absolute;
        left: -12px;
        right: -12px;
        top: -12px;
        bottom: -12px
    }

    .slim-crop-area[data-dragging=true] .grid:after, .slim-crop-area[data-dragging=true] .grid:before {
        opacity: 1
    }

.slim-popover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    font-size: 16px;
    background: rgba(25,27,29,.99);
    z-index: 2147483647
}

    .slim-popover[data-state=off] {
        left: -100%
    }

    .slim-popover:after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: -webkit-radial-gradient(center ellipse,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,0) 80%);
        background: radial-gradient(ellipse at center,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,0) 80%)
    }

@media(min-width:40em) {
    .slim-popover {
        padding: 2em
    }
}

.slim, .slim-crop-area, .slim-image-editor, .slim-popover {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box
}

    .slim button, .slim-crop-area button, .slim-image-editor button, .slim-popover button {
        -webkit-highlight: none;
        -webkit-tap-highlight-color: transparent
    }

    .slim *, .slim-crop-area *, .slim-image-editor *, .slim-popover * {
        box-sizing: inherit
    }

    .slim img, .slim-crop-area img, .slim-image-editor img, .slim-popover img {
        width: 100%;
        height: auto;
        background-color: #eee;
        background-image: -webkit-linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 0,transparent 75%,rgba(0,0,0,.1) 0,rgba(0,0,0,.1)),-webkit-linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 0,transparent 75%,rgba(0,0,0,.1) 0,rgba(0,0,0,.1));
        background-image: linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 0,transparent 75%,rgba(0,0,0,.1) 0,rgba(0,0,0,.1)),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 0,transparent 75%,rgba(0,0,0,.1) 0,rgba(0,0,0,.1));
        background-size: 20px 20px;
        background-position: 0 0,10px 10px
    }

.slim {
    position: relative;
    font-size: inherit;
    background-color: #eee;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    padding-bottom: .025px
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.slim[data-state*=empty]:hover {
    background-color: #ddd
}

.slim[data-state*=error] {
    background-color: #e8a69f !important;
    color: #702010
}

.slim > img, .slim > input[type=file] {
    display: block !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    border: 0 !important
}

    .slim > img + input[type=file], .slim > input[type=file] + img {
        margin-bottom: 0 !important
    }

.slim > input[type=hidden] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    opacity: 0
}

.slim .slim-file-hopper {
    z-index: 3;
    background: rgba(0,0,0,.0001)
}

.slim .slim-area, .slim .slim-drip, .slim .slim-ratio, .slim .slim-result, .slim .slim-status {
    border-radius: inherit
}

.slim .slim-area {
    width: 100%;
    color: inherit;
    overflow: hidden
}

    .slim .slim-area :only-of-type {
        margin: 0
    }

    .slim .slim-area .slim-loader {
        pointer-events: none;
        position: absolute;
        right: .875em;
        top: .875em;
        width: 23px;
        height: 23px;
        z-index: 1
    }

        .slim .slim-area .slim-loader svg {
            display: block;
            width: 100%;
            height: 100%;
            opacity: 0
        }

    .slim .slim-area .slim-upload-status {
        position: absolute;
        right: 1em;
        top: 1em;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
        white-space: nowrap;
        line-height: 1.65;
        font-weight: 400
    }

    .slim .slim-area .slim-upload-status-icon {
        display: inline-block;
        opacity: .9
    }

    .slim .slim-area .slim-drip, .slim .slim-area .slim-result, .slim .slim-area .slim-status {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }

    .slim .slim-area .slim-drip, .slim .slim-area .slim-result {
        position: absolute
    }

    .slim .slim-area .slim-status {
        padding: 3em 1.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        pointer-events: none
    }

    .slim .slim-area .slim-drip {
        overflow: hidden
    }

        .slim .slim-area .slim-drip > span {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            margin-left: -25%;
            margin-top: -25%;
            width: 50%;
            padding-bottom: 50%
        }

            .slim .slim-area .slim-drip > span > span {
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,.25);
                border-radius: 50%;
                opacity: .5;
                left: 0;
                top: 0
            }

    .slim .slim-area .slim-result {
        overflow: hidden;
        -webkit-perspective: 1px
    }

        .slim .slim-area .slim-result img {
            display: block;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0
        }

            .slim .slim-area .slim-result img:not([src]), .slim .slim-area .slim-result img[src=''] {
                visibility: hidden
            }

.slim .slim-btn-group {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden
}

    .slim .slim-btn-group button {
        cursor: pointer
    }

.slim[data-ratio*=':'] {
    min-height: 0
}

    .slim[data-ratio*=':'] .slim-status {
        position: absolute;
        padding: 0 1.5em
    }

.slim[data-ratio='16:10'] > img, .slim[data-ratio='16:10'] > input[type=file] {
    margin-bottom: 62.5%
}

.slim[data-ratio='10:16'] > img, .slim[data-ratio='10:16'] > input[type=file] {
    margin-bottom: 160%
}

.slim[data-ratio='16:9'] > img, .slim[data-ratio='16:9'] > input[type=file] {
    margin-bottom: 56.25%
}

.slim[data-ratio='9:16'] > img, .slim[data-ratio='9:16'] > input[type=file] {
    margin-bottom: 177.77778%
}

.slim[data-ratio='5:3'] > img, .slim[data-ratio='5:3'] > input[type=file] {
    margin-bottom: 60%
}

.slim[data-ratio='3:5'] > img, .slim[data-ratio='3:5'] > input[type=file] {
    margin-bottom: 166.66667%
}

.slim[data-ratio='5:4'] > img, .slim[data-ratio='5:4'] > input[type=file] {
    margin-bottom: 80%
}

.slim[data-ratio='4:5'] > img, .slim[data-ratio='4:5'] > input[type=file] {
    margin-bottom: 125%
}

.slim[data-ratio='4:3'] > img, .slim[data-ratio='4:3'] > input[type=file] {
    margin-bottom: 75%
}

.slim[data-ratio='3:4'] > img, .slim[data-ratio='3:4'] > input[type=file] {
    margin-bottom: 133.33333%
}

.slim[data-ratio='3:2'] > img, .slim[data-ratio='3:2'] > input[type=file] {
    margin-bottom: 66.66667%
}

.slim[data-ratio='2:3'] > img, .slim[data-ratio='2:3'] > input[type=file] {
    margin-bottom: 150%
}

.slim[data-ratio='1:1'] > img, .slim[data-ratio='1:1'] > input[type=file] {
    margin-bottom: 100%
}

.slim-btn-group {
    padding: 1.5em 0;
    text-align: center
}

.slim-btn {
    position: relative;
    padding: 0;
    margin: 0 7.2px;
    font-size: 0;
    outline: 0;
    width: 36px;
    height: 36px;
    border: none;
    color: #fff;
    background-color: rgba(0,0,0,.7);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: 50%;
    border-radius: 50%
}

    .slim-btn:before {
        border-radius: inherit;
        position: absolute;
        box-sizing: border-box;
        left: -3px;
        right: -3px;
        bottom: -3px;
        top: -3px;
        border: 3px solid #fff;
        content: '';
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-transition: all .25s;
        transition: all .25s;
        z-index: -1;
        pointer-events: none
    }

    .slim-btn:focus:before, .slim-btn:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .slim-btn * {
        pointer-events: none
    }

.slim-btn-remove {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjY5IDI2OScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEuNDE0Jz48cGF0aCBkPSdNNjMuMTIgMjUwLjI1NHMzLjk5OCAxOC4yMjIgMjQuNTgyIDE4LjIyMmg5My4wNzJjMjAuNTgzIDAgMjQuNTgyLTE4LjIyMiAyNC41ODItMTguMjIybDE4LjM3NC0xNzguNjZINDQuNzQ2bDE4LjM3MyAxNzguNjZ6TTE3MC4wMzQgOTguNDQyYTguOTUgOC45NSAwIDAgMSAxNy45IDBsLTguOTUgMTM0LjIzOGE4Ljk1IDguOTUgMCAwIDEtMTcuOSAwbDguOTUtMTM0LjIzOHptLTQ0Ljc0NiAwYTguOTQ5IDguOTQ5IDAgMSAxIDE3Ljg5OCAwVjIzMi42OGE4Ljk1IDguOTUgMCAxIDEtMTcuOSAwVjk4LjQ0MnptLTM1Ljc5OC04Ljk1YTguOTUgOC45NSAwIDAgMSA4Ljk1IDguOTVsOC45NSAxMzQuMjM3YzAgNC45NDItNC4wMDggOC45NDgtOC45NSA4Ljk0OGE4Ljk1IDguOTUgMCAwIDEtOC45NS04Ljk1TDgwLjU0IDk4LjQ0MWE4Ljk1IDguOTUgMCAwIDEgOC45NS04Ljk1em0xMjguODY4LTUzLjY4aC0zOS4zNzZWMTcuODk4YzAtMTMuNTc4LTQuMzktMTcuOS0xNy44OTgtMTcuOUgxMDcuMzlDOTUgMCA4OS40OTIgNiA4OS40OTIgMTcuOXYxNy45MUg1MC4xMTZjLTcuOTE0IDAtMTQuMzIgNi4wMDctMTQuMzIgMTMuNDMgMCA3LjQyNCA2LjQwNiAxMy40MyAxNC4zMiAxMy40M0gyMTguMzZjNy45MTQgMCAxNC4zMi02LjAwNiAxNC4zMi0xMy40MyAwLTcuNDIzLTYuNDA2LTEzLjQzLTE0LjMyLTEzLjQzem0tNTcuMjc0IDBIMTA3LjM5bC4wMDItMTcuOTE0aDUzLjY5NVYzNS44MXonIGZpbGw9JyNmZmYnLz48L3N2Zz4=)
}

.slim-btn-download {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjY5IDI2OScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEuNDE0Jz48cGF0aCBkPSdNMjMyLjk0MyAyMjMuNzNIMzUuNTMzYy0xMi4yMSAwLTIyLjExIDEwLjAxNy0yMi4xMSAyMi4zNzMgMCAxMi4zNTYgOS45IDIyLjM3MyAyMi4xMSAyMi4zNzNoMTk3LjQxYzEyLjIxIDAgMjIuMTEtMTAuMDE3IDIyLjExLTIyLjM3MyAwLTEyLjM1Ni05LjktMjIuMzczLTIyLjExLTIyLjM3M3pNMTE3Ljg4IDE5OS4xMzZjNC4wMzUgNC4wNCA5LjIxNiA2LjE0NyAxNC40OTIgNi41MDguNjI2LjA1MyAxLjIyNy4xODggMS44NjYuMTg4LjYzMyAwIDEuMjI4LS4xMzUgMS44NDctLjE4NiA1LjI4NC0uMzU3IDEwLjQ3My0yLjQ2NCAxNC41MTItNi41MWw3MC43NjMtNzAuOTY3YzguODYtOC44NzYgOC44Ni0yMy4yNjggMC0zMi4xNDMtOC44Ni04Ljg3Ni0yMy4yMjUtOC44NzYtMzIuMDg2IDBsLTMyLjY2MiAzMi43NTZWMjIuMzczQzE1Ni42MTIgMTAuMDE3IDE0Ni41OTYgMCAxMzQuMjM4IDBjLTEyLjM1NiAwLTIyLjM3MiAxMC4wMTctMjIuMzcyIDIyLjM3M3YxMDYuNDFMNzkuMjA0IDk2LjAyN2MtOC44Ni04Ljg3Ni0yMy4yMjYtOC44NzYtMzIuMDg2IDAtOC44NiA4Ljg3NS04Ljg2IDIzLjI2NyAwIDMyLjE0Mmw3MC43NjMgNzAuOTY2eicgZmlsbD0nI2ZmZicvPjwvc3ZnPg==)
}

.slim-btn-upload {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjQzJyBoZWlnaHQ9JzI2OScgdmlld0JveD0nMCAwIDI0MyAyNjknIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHRpdGxlPkRvd25sb2FkPC90aXRsZT48cGF0aCBkPSdNMjE5Ljk0MyAyMjMuNzNIMjIuNTMzYy0xMi4yMSAwLTIyLjExIDEwLjAxNy0yMi4xMSAyMi4zNzMgMCAxMi4zNTYgOS45IDIyLjM3MyAyMi4xMSAyMi4zNzNoMTk3LjQxYzEyLjIxIDAgMjIuMTEtMTAuMDE3IDIyLjExLTIyLjM3MyAwLTEyLjM1Ni05LjktMjIuMzczLTIyLjExLTIyLjM3M3pNMTA0Ljg4IDYuNjk2YzQuMDM1LTQuMDQgOS4yMTYtNi4xNDcgMTQuNDkyLTYuNTA4QzExOS45OTguMTM1IDEyMC42IDAgMTIxLjIzOCAwYy42MzMgMCAxLjIyOC4xMzUgMS44NDcuMTg2IDUuMjg0LjM1NyAxMC40NzMgMi40NjQgMTQuNTEyIDYuNTFsNzAuNzYzIDcwLjk2N2M4Ljg2IDguODc1IDguODYgMjMuMjY3IDAgMzIuMTQyLTguODYgOC44NzYtMjMuMjI1IDguODc2LTMyLjA4NiAwTDE0My42MTIgNzcuMDV2MTA2LjQxYzAgMTIuMzU1LTEwLjAxNiAyMi4zNzItMjIuMzc0IDIyLjM3Mi0xMi4zNTYgMC0yMi4zNzItMTAuMDE3LTIyLjM3Mi0yMi4zNzNWNzcuMDVsLTMyLjY2MiAzMi43NTVjLTguODYgOC44NzYtMjMuMjI2IDguODc2LTMyLjA4NiAwLTguODYtOC44NzUtOC44Ni0yMy4yNjcgMC0zMi4xNDJMMTA0Ljg4IDYuNjk2eicgZmlsbD0nI0ZGRicgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+)
}

.slim-btn-edit {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjY5IDI2OScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEuNDE0Jz48cGF0aCBkPSdNMTYxLjM2IDU2LjMzN2MtNy4wNDItNy4wNS0xOC40Ni03LjA1LTI1LjUgMGwtNi4zNzMgNi4zOC04OS4yNDMgODkuMzM4LjAyMy4wMjMtMi44MTIgMi44MnMtOC45NjggOS4wMzItMjkuMjE2IDc0LjRjLS4xNDMuNDU2LS4yODQuOTEtLjQyNyAxLjM3My0uMzYgMS4xNzItLjcyNiAyLjM2Mi0xLjA5NCAzLjU2OGE3ODUuMTI2IDc4NS4xMjYgMCAwIDAtLjk4OCAzLjI1Yy0uMjguOTIyLS41NTYgMS44MzUtLjg0IDIuNzc4LS42NCAyLjE0LTEuMjkgNC4zMTgtMS45NTQgNi41NjctMS40NTUgNC45MzctNS4wMSAxNi4wNy0uOTkgMjAuMSAzLjg3IDMuODgyIDE1LjEyLjQ2NyAyMC4wNDMtLjk5M2ExMjc1LjYxNSAxMjc1LjYxNSAwIDAgMCA5LjQxLTIuODNjMS4wMzItLjMxNCAyLjA1OC0uNjI2IDMuMDYzLS45MzUgMS4yNy0uMzkgMi41Mi0uNzc1IDMuNzUtMS4xNTdsMS4wOS0uMzRjNjIuMTkzLTE5LjM2NSA3My4zNTgtMjguNDUzIDc0LjI4Ni0yOS4yODRsLjAxLS4wMS4wNjctLjA2IDIuODgtMi44ODYuMTkyLjE5MyA4OS4yNDQtODkuMzM2IDYuMzczLTYuMzgyYzcuMDQtNy4wNDggNy4wNC0xOC40NzYgMC0yNS41MjVsLTUwLjk5OC01MS4wNXpNMTAzLjQgMjE5Ljc4MmMtLjA4LjA1My0uMTg1LjEyMi0uMjk3LjE5M2wtLjIxLjEzM2MtLjA3Ni4wNDctLjE1OC4wOTgtLjI0NS4xNWwtLjI0My4xNDhjLTIuOTcgMS43NzctMTEuNjgyIDYuMzYyLTMyLjgyOCAxNC4wMTctMi40Ny44OTQtNS4xNjIgMS44NDItNy45OCAyLjgybC0zMC4wNi0zMC4wOTJjLjk4LTIuODQgMS45MjgtNS41NSAyLjgyNS04LjA0IDcuNjM4LTIxLjIzNSAxMi4yMi0yOS45NzQgMTMuOTg2LTMyLjk0bC4xMi0uMmMuMDYzLS4xLjEyLS4xOTYuMTc1LS4yODNsLjEyNi0uMmMuMDctLjExLjE0LS4yMTcuMTkyLS4yOTZsMi4yLTIuMjA1IDU0LjQ4NSA1NC41NDItMi4yNDggMi4yNTV6TTI2My4zNSA1Ni4zMzdsLTUwLjk5Ni01MS4wNWMtNy4wNC03LjA0OC0xOC40NTYtNy4wNDgtMjUuNDk4IDBMMTc0LjEwOCAxOC4wNWMtNy4wNCA3LjA0OC03LjA0IDE4LjQ3NiAwIDI1LjUyNGw1MC45OTYgNTEuMDVjNy4wNCA3LjA0OCAxOC40NTcgNy4wNDggMjUuNDk4IDBsMTIuNzUtMTIuNzYyYzcuMDQtNy4wNSA3LjA0LTE4LjQ3NyAwLTI1LjUyNXonIGZpbGw9JyNmZmYnLz48L3N2Zz4=)
}

.slim-loader-background {
    stroke: hsla(0,0%,100%,.25)
}

.slim-loader-foreground {
    stroke: #fff
}

.slim-upload-status {
    padding: 0 .5em;
    border-radius: .3125em;
    font-size: .75em;
    box-shadow: 0 .125em .25em rgba(0,0,0,.25)
}

    .slim-upload-status[data-state=success] {
        background-color: #d1ed8f;
        color: #323e15
    }

        .slim-upload-status[data-state=success] .slim-upload-status-icon {
            width: .5em;
            height: .75em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border: .1875em solid currentColor;
            border-left: none;
            border-top: none;
            margin-right: .325em;
            margin-left: .25em;
            margin-bottom: .0625em
        }

    .slim-upload-status[data-state=error] {
        background: #efd472;
        color: #574016
    }

        .slim-upload-status[data-state=error] .slim-upload-status-icon {
            margin-left: -.125em;
            margin-right: .5em;
            width: .5625em;
            height: 1em;
            position: relative;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

            .slim-upload-status[data-state=error] .slim-upload-status-icon:after, .slim-upload-status[data-state=error] .slim-upload-status-icon:before {
                content: '';
                position: absolute;
                box-sizing: content-box;
                width: 0;
                height: 0;
                border: .09em solid currentColor;
                background-color: currentColor;
                -webkit-transform: translate(-50%,-50%) translate(.5em,.5em);
                transform: translate(-50%,-50%) translate(.5em,.5em)
            }

            .slim-upload-status[data-state=error] .slim-upload-status-icon:before {
                width: .66666666667em
            }

            .slim-upload-status[data-state=error] .slim-upload-status-icon:after {
                height: .66666666667em
            }

@font-face {
    font-family: segoeui;
    src: url(../fonts/segoeui.eot?f9a8f0eaec1ed53417296a657bebb958);
    src: local("☺"),url(../fonts/segoeui.woff?e827cfbf2b16fa25af7580db9a737375) format("woff"),url(../fonts/segoeui.ttf?b0d21035791736116930ab5d9609b24d) format("truetype"),url(../fonts/segoeui.svg?67bde867e4ef8e27694f65a0017d2d8c) format("svg");
    font-weight: 400;
    font-style: normal
}

*, body, html {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    font-family: segoeui
}

body {
    min-height: auto;
    background: #f4f4f4
}

.align-right {
    text-align: right !important
}

.align-left {
    text-align: left !important
}

.align-center {
    text-align: center !important
}

.align-justify {
    text-align: justify !important
}

.clear {
    clear: both
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-border {
    border: 0 !important
}

.required {
    color: #f55157
}

.text-ltr {
    direction: ltr
}

.text-default {
    color: #333 !important
}

    .text-default:focus, .text-default:hover {
        color: #333 !important
    }

.content {
    padding: 25px 0
}

.the-container {
    position: relative;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto
}

.product-container {
    position: relative;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10
}

.product-desc {
    word-wrap: break-word
}

    .product-desc img {
        max-width: 100%
    }

.product-details img {
    max-width: 100%
}

.product-desc p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8em;
    text-align: justify
}

.panel, .thumbnail {
    border-color: #e4e4e4;
    padding: 0;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-heading {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

.panel-new .panel-heading {
    background-color: #f3f3f3;
    padding: 15px 20px;
    border-bottom: none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

.panel-new .panel-title {
    font-size: 14px;
    color: #999
}

    .panel-new .panel-title i {
        color: #aaa;
        font-size: 21px;
        margin-left: 10px
    }

.panel-new .panel-body {
    padding: 0
}

.panel-new .media-list-bordered > li {
    border-top: 1px solid #f5f5f5
}

.panel-rating {
    margin-bottom: 40px !important
}

.pace .pace-progress {
    background: #58c9b9
}

.red-link {
    color: #f55157
}

    .red-link:focus, .red-link:hover {
        color: #f55157
    }

.pace-demo {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 70px;
    height: 70px;
    margin: auto;
    background: #37d0ba;
    z-index: 9999999999
}

.alert-bg-success {
    border-color: #37baf6;
    background: #37baf6
}

.alert-bg-error {
    border-color: #f55157;
    background: #f55157;
    color: #fff
}

.alert-product-sales {
    background-color: #fff !important;
    border-color: #d42020 !important;
    color: #d42020 !important;
    padding: 0 !important;
    text-align: center
}

    .alert-product-sales i {
        font-size: 13px
    }

    .alert-product-sales .rating-stars {
        display: inline-block
    }

.rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

#salla {
    display: none;
    position: fixed;
    top: 50px;
    right: -70px;
    width: 135px;
    height: 47px;
    padding: 14px 20px 6px 15px;
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
    background: #fff;
    z-index: 9999999;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.salla-logo {
    vertical-align: middle;
    position: absolute;
    left: 21px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -3px;
    margin-right: 1px;
    margin-left: 0;
    background: url(../images/logo.png?958f36fd9167395f910d228c5ebdc1a1) 0 0 no-repeat
}

#salla .badge {
    position: absolute;
    top: 2px;
    left: 27px;
    background: #f55157
}

#salla .added-to-cart {
    position: absolute;
    top: 9px;
    right: 13px;
    font-size: 11px;
    text-align: center;
    color: #4fb9ab
}

#salla_bar {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 55px;
    background: #fff;
    border-top: 1px solid #bbe0ce;
    z-index: 99999
}

    #salla_bar .badge {
        position: absolute;
        top: 5px;
        right: 27px;
        background: #f55157
    }

    #salla_bar .salla-logo {
        vertical-align: middle;
        position: absolute;
        top: 17px;
        right: 20px;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-top: -3px;
        margin-right: 1px;
        margin-left: 0;
        background: url(../images/logo.png?958f36fd9167395f910d228c5ebdc1a1) 0 0 no-repeat
    }

    #salla_bar .cart-title {
        position: absolute;
        top: 15px;
        right: 59px;
        color: #58c9b9;
        font-size: 12px;
        text-align: right;
        line-height: 12px
    }

    #salla_bar .checkout-button {
        position: absolute;
        display: block;
        top: 11px;
        left: 15px;
        padding: 6px 14px 6px 6px;
        background: #58c9b9;
        color: #fff;
        border-radius: 99px;
        text-align: right;
        line-height: 15px
    }

.header, .header-bar {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    background: 0 0
}

.header {
    z-index: 100
}

.header-bar {
    -webkit-filter: brightness(97%);
    filter: brightness(97%);
    z-index: 99
}

.header .fa-whatsapp:before {
    font-size: 16px;
    vertical-align: middle;
    padding: 0 3px 0 0
}

.contact-link, .login-link, .notification-link {
    color: #fff;
    font-size: 11px
}

    .login-link:focus, .login-link:hover {
        color: #fafafa
    }

    .contact-link:focus, .contact-link:hover {
        color: #fafafa
    }

.login-link {
    float: right;
    padding: 4px 9px 11px 5px;
    max-height: 36px;
    line-height: 25px;
    overflow: hidden
}

.dropdown-store-header .login-link:after {
    font-family: icomoon;
    content: "\e9c1";
    padding: 0 5px 0 0;
    vertical-align: middle
}

.notification-link {
    position: relative;
    float: right;
    padding: 9px 10px 11px
}

    .notification-link i {
        font-size: 13px !important
    }

.notification-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0;
    width: 10px;
    height: 10px;
    background: #f55157
}

.notification-reply-icon {
    margin: 2px 0 0;
    font-size: 15px
}

.contact-link {
    float: left;
    padding: 9px 9px 11px
}

    .contact-link i, .login-link i {
        font-size: 13px
    }

.store-header {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 25px 0 22px;
    background: #aed8e0;
    z-index: 10
}

    .store-header::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .1;
        background-position: center;
        -webkit-filter: brightness(10%);
        filter: brightness(10%)
    }

    .store-header p {
        color: #fff;
        opacity: .8
    }

.store-header-min::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .1;
    background-position: center;
    -webkit-filter: brightness(10%);
    filter: brightness(10%)
}

.store-header h1 {
    margin: 25px auto 8px;
    color: #fff;
    font-size: 18px !important;
    text-align: center
}

    .store-header h1 a {
        color: #fff
    }

.store-header-min h1 {
    color: #fff
}

.dropdown-store-header {
    cursor: pointer
}

.dropdown-store-header-right {
    float: right
}

.dropdown-store-header-left {
    float: left
}

.dropdown-store-header-about {
    margin-left: 40px
}

.dropdown-store-header-guarantee {
    height: 26px;
    margin-top: 5px;
    margin-left: 7px;
    padding: 0 5px;
    background: #fcd34c !important;
    border-radius: 99px;
    line-height: 8px
}

    .dropdown-store-header-guarantee.open {
        height: 26px;
        margin-top: 5px;
        margin-left: 7px;
        padding: 0 5px;
        background: #fcd34c !important;
        border-radius: 99px;
        line-height: 8px
    }

        .dropdown-store-header-guarantee.open .dropdown-toggle {
            background: 0 0 !important
        }

    .dropdown-store-header-guarantee .guarantee-link {
        color: #444
    }

    .dropdown-store-header-guarantee i {
        font-size: 11px
    }

.dropdown-store-header .dropdown-menu {
    top: 34px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0 0 4px 4px;
    color: #555;
    z-index: 2147483647 !important
}

    .dropdown-store-header .dropdown-menu > li > a {
        color: #555
    }

    .dropdown-store-header .dropdown-menu.dropdown-menu-user {
        min-width: 200px;
        width: 200px
    }

    .dropdown-store-header .dropdown-menu:before {
        content: '';
        position: absolute;
        top: -4px;
        right: 10px;
        width: 10px;
        height: 10px;
        border-radius: 99px;
        background: #fff
    }

    .dropdown-store-header .dropdown-menu.dropdown-menu-right:before {
        right: auto;
        left: 10px
    }

.dropdown-store-header-guarantee .dropdown-menu.dropdown-menu-right:before {
    left: 115px
}

.dropdown-store-header .dropdown-menu.dropdown-menu-notification {
    min-width: 285px;
    width: 285px
}

.dropdown-store-header .dropdown-menu.dropdown-menu-contact {
    min-width: 140px;
    width: 140px
}

.dropdown-store-header .dropdown-menu-store {
    min-width: 335px;
    width: 335px
}

    .dropdown-store-header .dropdown-menu-store .dropdown-content-body {
        padding: 15px
    }

.dropdown-store-header-guarantee .dropdown-menu-store {
    min-width: 300px;
    width: 345px;
    left: -100px;
    margin-top: 0;
    top: 32px
}

.dropdown-store-header .media-link {
    padding: 15px
}

.dropdown-content-footer {
    background: #f3f3f3
}

.store-contact {
    margin: 15px 0 5px;
    border-top: 1px solid #eee;
    text-align: center
}

.store-contact-title {
    margin: -12px auto 10px;
    width: 85px;
    color: #999;
    background: #fff;
    text-align: center
}

.store-about-content {
    margin-bottom: 25px;
    text-align: right
}

.store-contact a {
    color: #555
}

.dropdown-content-heading {
    padding: 10px 20px;
    font-size: 12px;
    text-align: center;
    color: #888
}

.notifications-body {
    max-height: 280px;
    overflow-y: scroll
}

    .notifications-body.media-list-bordered > li:first-child {
        border-top-width: 0
    }

.notification-circle {
    color: #fff;
    border-radius: 99px;
    padding: 10px 0 0;
    text-align: center;
    width: 35px;
    height: 35px
}

    .notification-circle i {
        display: block;
        vertical-align: middle
    }

.notification-details {
    font-size: 11px
}

.store-header .store-avatar {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 70px;
    height: 70px
}

.right-col {
    float: right;
    width: 60%
}

.left-col {
    float: left;
    width: 35%
}

.store-header .img-circle {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    border: 3px solid #fff
}

.store-info {
    width: 77%;
    margin: 13px auto 0;
    text-align: center;
    z-index: 10
}

.store-social {
    margin: 10px auto 0;
    text-align: center
}

    .store-social a {
        display: inline-block;
        width: 32px;
        height: 32px;
        font-size: 17px;
        text-align: center;
        margin: 0 2px;
        padding: 2px 0 0;
        background: #fff;
        color: #fff;
        border-radius: 99px
    }

        .store-social a.website {
            color: #657485
        }

        .store-social a.instagram {
            color: #cf1893
        }

        .store-social a.twitter {
            color: #4ca8dd
        }

        .store-social a.facebook {
            color: #425596
        }

        .store-social a.google {
            color: #da4643
        }

        .store-social a.youtube {
            color: #f55157
        }

        .store-social a.snapchat {
            color: #fbe057
        }

        .store-social a.whatsapp {
            color: #00e365
        }

        .store-social a img {
            width: 19px;
            height: 19px;
            -o-object-fit: contain;
            object-fit: contain
        }

.total-products {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 4px 15px;
    font-size: 11px;
    background: #fff;
    color: #555;
    border-radius: 99px;
    text-align: center
}

.orders-status {
    display: inline-block;
    margin: 0;
    padding: 4px 13px;
    font-size: 11px;
    background: #fff;
    color: #555;
    border-radius: 99px;
    text-align: center
}

.status-open {
    color: #58c9b9
}

.status-close {
    color: #f55157
}

.store-header-min {
    position: relative;
    margin: 0;
    width: 100%;
    height: 190px;
    background: #aed8e0;
    padding: 35px 0 0;
    background-size: cover;
    z-index: 1
}

.store-header-cart {
    height: 150px !important
}

.store-header-pay {
    height: 80px !important
}

.store-header-page {
    height: 120px !important
}

.store-header-min h1 {
    position: absolute;
    right: 86px;
    margin: 32px 8px 0 0;
    color: #fff;
    font-size: 18px;
    text-align: center
}

.store-header h1 a {
    color: #fff
}

.store-header-min .img-circle {
    position: absolute;
    top: 24px;
    right: 45px;
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #fff
}

.store-header-min .back-icon {
    position: absolute;
    top: 30px;
    right: 7px;
    font-size: 25px;
    color: #fff
}

.shipping-title {
    color: #444 !important;
    font-size: 12px !important;
    font-weight: unset !important;
    cursor: pointer
}

.shipping-body {
    padding: 10px;
    border-top: 1px solid #f3f3f3
}

.shipping-text {
    font-size: 12px
}

.shipping-heading {
    padding: 10px
}

.shipping-address {
    width: 90%;
    margin: 20px auto
}

    .shipping-address .bootstrap-select {
        margin-bottom: 15px
    }

        .shipping-address .bootstrap-select > .btn.btn-default {
            height: 34px
        }

    .shipping-address textarea {
        width: 100%;
        height: 60px;
        padding: 7px;
        color: #555;
        border: 1px solid #ddd;
        border-radius: 4px
    }

    .shipping-address .bootstrap-select.btn-group .btn .filter-option {
        color: #555
    }

    .shipping-address .input_address {
        width: 100%;
        margin-bottom: 15px;
        padding: 7px 15px;
        border: 1px solid #ddd;
        border-radius: 99px;
        color: #555;
        font-size: 12px
    }

    .shipping-address #city_name {
        display: none;
        width: 100%;
        margin-bottom: 15px;
        padding: 4px 15px;
        border: 1px solid #ddd;
        border-radius: 99px;
        color: #555;
        font-size: 12px
    }

.no-shipping {
    position: absolute;
    top: 14px;
    width: 100%;
    text-align: center;
    color: #888
}

.payment-box .panel-heading, .shipping-box .panel-heading {
    border-bottom-color: #fff;
    border-radius: 6px
}

.guarantee-box .panel, .payment-box .panel, .shipping-box .panel {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.product-order-container .guarantee-box .panel {
    margin-bottom: 20px
}

.guarantee-cart .guarantee-box {
    width: 100%;
    margin: -5px auto 30px !important
}

.guarantee-title {
    color: #444 !important;
    font-size: 12px !important;
    font-weight: unset !important;
    cursor: pointer
}

.guarantee-body {
    padding: 10px
}

.guarantee-text {
    font-size: 12px
}

.guarantee-heading {
    padding: 10px;
    background-color: #fcd34c !important;
    border-bottom-color: #fcd34c !important
}

.guarantee-box .icons-list a[data-action=collapse]:after {
    color: #444 !important
}

.guarantee-icon {
    float: right;
    width: 30%
}

    .guarantee-icon img {
        width: 100%
    }

.guarantee-desc {
    float: left;
    width: 70%;
    font-size: 12px;
    text-align: justify;
    line-height: 17px
}

.guarantee-badge {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 4px 8px;
    font-size: 11px;
    background: #fcd34c;
    color: #555;
    border-radius: 99px;
    text-align: center
}

    .guarantee-badge i {
        font-size: 13px
    }

.page-container {
    padding-top: 10px;
    padding-bottom: 80px;
    z-index: 99
}

.page-container-min {
    margin-top: -90px;
    padding-bottom: 70px
}

.page-container-cart {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto
}

.inside-page-container .the-container {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto
}

.page-container-pay {
    margin-top: 125px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto
}

.heading-elements {
    display: block !important;
    left: 10px
}

    .heading-elements .icons-list {
        float: none !important;
        position: absolute;
        top: 9px;
        left: 0
    }

    .heading-elements:not(.visible-elements) .icons-list {
        margin-top: 0
    }

.icons-list a[data-action=collapse]:after {
    content: "\e9c2";
    color: #bbb
}

.product-caption {
    padding: 7px 10px 15px !important
}

.product-box .thumbnail {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .product-box .thumbnail .thumb img {
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

.product-name {
    display: block;
    margin-bottom: 15px
}

.product-price {
    color: #96bc69
}

.not-available {
    color: #f55157
}

.not-available-large {
    width: 100%;
    display: block;
    padding: 0 0 20px;
    margin-right: -10px;
    color: #f55157;
    text-align: center
}

.prodcut-thumbnail img {
    width: 50px !important;
    height: 50px !important
}

.price-before {
    text-decoration: line-through;
    color: #bbb;
    padding: 0 0 0 5px
}

.offers-link, .price-after {
    color: #f55157 !important
}

/*.product-price-bg, .the-price {
    position: absolute;
    top: 18px;
    left: 15px
}

.product-price-bg {
    margin-right: 5px;
    color: #fff;
    background: #a2c870;
    padding: 3px 15px;
    border-radius: 99px
}

.shipping-cost .product-price-bg {
    float: left;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 5px
}*/

.the-price .product-price {
    margin-right: 5px;
    color: #fff;
    background: #a2c870;
    padding: 3px 15px;
    border-radius: 99px
}

.the-price .price-after {
    margin-right: 5px;
    color: #fff !important;
    background: #f55157 !important;
    padding: 3px 15px;
    border-radius: 99px
}

.price-bg {
    color: #fff !important;
    background: #a2c870;
    padding: 3px 15px !important;
    border-radius: 99px
}

.ql-video {
    width: 100%;
    height: 50vw
}

.add-cart {
    width: 85px;
    padding: 3px 10px;
    font-size: 12px;
    color: #58c9b9;
    text-align: center;
    border: 1px solid #58c9b9;
    border-radius: 99px
}

.add-cart-large {
    clear: both;
    display: block;
    width: 96%;
    margin: 10px 0 20px;
    padding: 7px 0;
    font-size: 14px;
    color: #fff;
    background: 0 0;
    text-align: center;
    border: 1px solid #aed8e0;
    border-radius: 99px
}

.order-btn {
    clear: both;
    display: block;
    width: 96%;
    margin: 10px 0 20px;
    padding: 7px 0;
    font-size: 14px;
    color: #fff;
    background: 0 0;
    text-align: center;
    border: 1px solid #aed8e0;
    border-radius: 99px;
    width: 100%;
    margin: 30px 0
}

.row-2-products .add-cart {
    font-size: 13px;
    padding: 5px 15px
}

.row-2-products .price-after, .row-2-products .price-before, .row-2-products .product-price {
    font-size: 15px
}

.row-2-products .product-name {
    font-size: 16px
}

.add-cart:focus, .add-cart:hover {
    color: #fff;
    background: #58c9b9
}

.add-cart-large:focus, .add-cart-large:hover {
    color: #fff;
    background: #58c9b9
}

.order-btn:focus, .order-btn:hover {
    color: #fff;
    background: #58c9b9
}

.product-footer .col-xs-5 {
    text-align: right
}

.product-footer .col-xs-7 {
    text-align: left
}

.product-box-container {
    width: 100%
}

    .product-box-container:after, .product-box-container:before {
        content: none !important
    }

    .product-box-container .product-heading {
        margin: 0 !important;
        padding: 15px 20px !important
    }

    .product-box-container .thumbnail {
        margin-bottom: 40px;
        border-color: #fff
    }

    .product-box-container .owl-carousel {
        position: relative
    }

.owl-prev {
    width: 25px;
    height: 34px;
    position: absolute;
    top: 40%;
    right: 7px;
    display: block !important;
    text-align: center
}

.owl-next {
    width: 25px;
    height: 34px;
    position: absolute;
    top: 40%;
    left: 7px;
    display: block !important;
    text-align: center
}

    .owl-next i, .owl-prev i {
        font-size: 25px;
        color: #fff;
        vertical-align: middle;
        display: block
    }

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 5px;
    padding: 4px 0
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #888
    }

.product-main-container {
    width: 60%
}

.product-side-container {
    float: left;
    width: 37%;
    margin-top: 110px
}

    .product-side-container .panel {
        margin-bottom: 40px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .product-side-container .product-order-container .panel {
        border: none !important
    }

.box-more-container {
    position: relative;
    height: auto
}

    .box-more-container .box-more {
        position: relative;
        height: auto;
        padding: 10px;
        overflow: hidden;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .box-more-container .box-more.expand {
            max-height: 900px;
            background: 0 0
        }

.box-more .more-shadow {
    position: absolute;
    bottom: -13px;
    width: 100%;
    height: 10px;
    background: url(../images/box-shadow.png?d2950b2627f51e9cb49b62476903dc2a) bottom center no-repeat;
    z-index: 9;
    -webkit-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out
}

    .box-more .more-shadow.hide {
        height: 0;
        background: 0 0
    }

.product-title {
    margin: 0 -5px 15px 0;
    padding: 0 0 0 7px
}

.product-subtitle {
    font-size: 13px;
    padding: 0 7px
}

.product-options .form-group {
    margin-bottom: 0;
    min-height: 55px;
    padding-bottom: 0
}

.product-cart .product-options .bootstrap-select {
    width: auto !important;
    min-width: 70px;
    margin-bottom: 10px
}

    .product-cart .product-options .bootstrap-select > .btn.btn-default {
        padding: 0 10px 0 25px !important
    }

.product-order-container .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    z-index: 2147483647 !important
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    right: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    left: 50% !important;
    right: auto !important
}

.dropdown-menu {
    z-index: 2147483647 !important
}

.bs-searchbox .form-control {
    max-width: 100% !important;
    text-align: right
}

.dropdown-menu > .active > a {
    background-color: #ebebeb;
    color: #333
}

    .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        background-color: #ebebeb;
        color: #333
    }

.bootstrap-select.btn-group .dropdown-menu > .selected > a {
    background-color: #ebebeb;
    color: #333
}

.cart-box {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    width: 94%;
    margin: 0 auto;
    z-index: 99
}

.cart-step {
    width: 33.33%;
    float: right;
    z-index: 99
}

    .cart-step:nth-child(2) {
        text-align: center
    }

    .cart-step:nth-child(3) {
        text-align: left
    }

.cart-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    text-align: center;
    color: #d4feeb;
    background: #fff;
    font-size: 14px;
    border: 2px solid #d4feeb;
    border-radius: 99px;
    z-index: 10
}

.cart-title {
    color: #d4feeb
}

.active-step .cart-number {
    color: #fff;
    border-color: #fff;
    width: 35px;
    height: 35px;
    margin-top: -3px;
    padding-top: 5px
}

.active-step .cart-title {
    color: #fff;
    font-size: 14px
}

.cart-line {
    position: absolute;
    top: 94px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 2px;
    width: 85%;
    border: 1px solid #d4feeb;
    z-index: 1
}

.product-cart {
    position: relative;
    width: 95%;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 5px
}

.delete-button {
    position: absolute;
    top: -10px;
    right: -6px;
    width: 22px;
    height: 22px;
    padding: 0;
    text-align: center;
    color: #f55157;
    border: 2px solid #f55157;
    border-radius: 99px
}

    .delete-button:active, .delete-button:focus, .delete-button:hover {
        color: #fff;
        background: #f55157
    }

    .delete-button i {
        display: block;
        margin-top: 2px
    }

.product-info {
    padding: 18px 15px 0 0
}

    .product-info img {
        float: right;
        width: 25%;
        max-width: 75px;
        max-height: 75px
    }

    .product-info .product-name {
        float: right;
        width: 70%;
        height: auto;
        margin-right: 10px;
        margin-bottom: 5px
    }

    .product-info .product-price {
        float: right;
        width: 70%;
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 1px
    }

    .product-info .product-summary {
        float: right;
        width: 70%;
        font-size: 12px;
        margin-right: 10px;
        color: #999
    }

    .product-info .product-error {
        color: #e84118
    }

.product-options {
    padding: 10px 14px 0 0
}

.product-footer {
    margin: 20px 0 0
}

.product-share-col {
    float: right;
    width: 60%;
    color: #aaa
}

    .product-share-col div {
        display: block;
        margin: 0
    }

.product-wishlist-col {
    float: left;
    width: 40%;
    text-align: left
}

    .product-wishlist-col button {
        display: inline-block;
        font-size: 12px;
        margin-top: 10px
    }

.add-to-wishlist {
    color: #fff;
    background-color: #a593e0;
    border-color: #a593e0
}

    .add-to-wishlist.focus, .add-to-wishlist:focus, .add-to-wishlist:hover {
        color: #fff;
        background-color: #a593e0;
        border-color: #a593e0
    }

.remove-from-wishlist {
    color: #fff;
    background-color: #f55157;
    border-color: #f55157
}

    .remove-from-wishlist.focus, .remove-from-wishlist:focus, .remove-from-wishlist:hover {
        color: #fff;
        background-color: #f55157;
        border-color: #f55157
    }

.product-wishlist .product-name {
    font-size: 14px;
    margin-bottom: 28px
}

.product-wishlist .product-price {
    float: right;
    width: 20%
}

.product-wishlist .add-cart {
    float: left;
    width: 35%;
    max-width: 100px;
    margin-left: 15px
}

.bootstrap-select > .btn.btn-default {
    height: 30px;
    padding: 0 15px;
    border-radius: 99px;
    color: #888
}

.landing-country-select > .btn.btn-default {
    border-radius: 3px !important
}

.bootstrap-select.btn-group .btn .filter-option {
    font-size: 12px
}

.product-buttons {
    padding: 0 14px 10px;
    margin: 7px auto 22px
}

.product-page-buttons {
    padding: 0 0 10px 8px;
    margin: -15px auto 15px
}

    .product-page-buttons .btn-add-note, .product-page-buttons .btn-attach-file {
        width: 47.7%;
        margin-top: 20px
    }

    .product-page-buttons div.file-input {
        clear: both;
        padding-top: 20px;
        width: 98%
    }

.product-buttons div.file-input {
    clear: both;
    padding-top: 20px;
    width: 98%;
    padding-top: 0;
    width: 100%
}

.product-buttons div.file-input-new, .product-page-buttons div.file-input-new {
    clear: none !important;
    padding-top: 0;
    margin: 0
}

.product-page-buttons .file-preview {
    margin-bottom: 0
}

.product-note {
    margin: 10px auto 20px;
    padding: 0 14px
}

.product-options .product-note {
    padding-right: 0;
    margin-bottom: 0
}

.product-note textarea {
    width: 100%;
    height: 60px;
    padding: 7px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 4px
}

.cart-total-box {
    position: relative;
    width: 95%;
    height: 45px;
    margin: 0 auto;
    padding: 10px 15px;
    background: #fff;
    color: #444;
    border-radius: 4px
}

    .cart-total-box i {
        position: absolute;
        top: 16px;
        font-size: 16px
    }

.cart-total-title {
    position: absolute;
    top: 12px;
    right: 40px;
    font-size: 13px
}

.cart-radio {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 13px
}

.cart-nav {
    width: 95%;
    margin: 40px auto 30px
}

.cart-nav-small {
    margin: 15px auto 0
}

.cart-nav-light {
    display: block;
    float: right;
    padding: 7px 10px 7px 30px;
    color: #58c9b9;
    font-size: 13px;
    border: 1px solid #58c9b9;
    border-radius: 99px
}

    .cart-nav-light:active, .cart-nav-light:focus, .cart-nav-light:hover {
        color: #58c9b9
    }

.cart-nav-solid {
    display: block;
    float: left;
    padding: 7px 30px 7px 7px;
    color: #fff;
    background: #58c9b9;
    font-size: 13px;
    border: 1px solid #58c9b9;
    border-radius: 99px
}

    .cart-nav-solid:active, .cart-nav-solid:focus, .cart-nav-solid:hover {
        color: #fff
    }

.cart-nav-more, .cart-nav-submit {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 9px 0;
    background: #58c9b9;
    color: #fff;
    border-radius: 99px;
    text-align: center
}

    .cart-nav-submit:active, .cart-nav-submit:focus, .cart-nav-submit:hover {
        color: #fff
    }

.cancel-button {
    background: #f55157 !important;
    border-color: #f55157 !important
}

.cart-nav-more {
    padding: 8px 0;
    border: none
}

.cart-shipping-box {
    width: 95%;
    margin: 0 auto 50px;
    background: #fff
}

.cart-payment-box {
    width: 95%;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eee
}

.full-line {
    width: 100%;
    height: 1px;
    margin: 30px 0 0;
    background: #eee
}

.pay-payment-box {
    padding-bottom: 23px
}

.shipping-desc {
    float: right;
    padding: 15px 12px 15px 0;
    text-align: right;
    font-size: 13px;
    color: #f55157
}

.shipping-button {
    float: left;
    margin: 11px 0 0 12px;
    padding: 4px 9px;
    text-align: left;
    font-size: 12px;
    color: #777;
    border: 1px solid #777;
    border-radius: 99px;
    cursor: pointer
}

.shipping-map {
    width: 100%;
    height: 350px
}

.section-title {
    width: 100%;
    padding: 10px;
    margin: 30px 0 0;
    color: #444;
    background: #efefef;
    text-align: center;
    font-size: 13px
}

.section-title-right {
    float: right
}

.section-title-left {
    float: left;
    margin-top: 2px;
    color: #aaa;
    font-size: 11px
}

#shipping_options_div {
    min-height: 30px
}

.payment-section-title {
    width: 95%;
    margin: 0 auto;
    padding: 15px;
    font-weight: 700;
    background: #fff;
    border-bottom: 1px solid #eee
}

#payment_options {
    padding: 15px 0 !important;
    border-radius: 4px 4px 0 0;
    background: #f8f8f8;
    font-weight: 700
}

.payments-container .section-title, .section-title.section-bank {
    margin: 0
}

.order-summary {
    padding-bottom: 10px
}

.section-bank {
    height: 40px;
    background: #f7f7f7;
    color: #777
}

.shipping-cost {
    position: relative;
    padding: 3px 5px
}

    .shipping-cost img {
        position: absolute;
        top: 11px;
        right: 12px;
        width: 30px;
        height: 30px;
        border-radius: 99px
    }

    .shipping-cost .cart-nototal-title {
        width: 100%;
        top: 14px;
        right: auto;
        margin: 0 auto;
        text-align: center
    }

    .shipping-cost .cart-freetotal-title {
        top: 15px;
        right: 18px;
        font-size: 14px
    }

#shipping_div > div.shipping-cost {
    border-top: 1px solid #f1f1f1;
    margin-top: 5px;
    padding-top: 10px
}

    #shipping_div > div.shipping-cost:first-child {
        border: none;
        margin-top: 5px;
        padding-top: 0
    }

.payment-cost .cart-total-title {
    margin: 10px
}

.section-content {
    padding: 5px 15px 10px
}

.radio {
    margin-bottom: 15px
}

#cod-cost {
    display: none
}

#cod_not_active {
    margin-bottom: 15px
}

    #cod_not_active i {
        color: #bcbcbc;
        font-size: 18px
    }

    #cod_not_active span {
        display: inline-block;
        margin-right: 7px
    }

#cod_cost {
    display: none
}

#bank_section, #cod_section, #credit_card_section, #paypal_section, #sadad_section {
    display: none;
    position: relative;
    margin-top: 40px
}

.payment-step {
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    background: #bcbcbc;
    color: #fff;
    border-radius: 3px;
    font-weight: 700
}

.bank-content {
    padding: 20px 15px 30px
}

.bank_details {
    display: none;
    margin: 20px 0 0;
    text-align: center;
    line-height: 25px;
    color: #444
}

.btn-save {
    min-width: 80px
}

.btn-file {
    border: 1px solid #444;
    background: #fff;
    color: #444;
    height: 30px;
    padding: 3px 0 0;
    border-radius: 99px
}

    .btn-file .icon-plus22:before {
        content: "\e944"
    }

    .btn-file:active, .btn-file:focus, .btn-file:hover {
        border: 1px solid #444;
        background: #444;
        color: #fff
    }

.btn-discount {
    color: #fff;
    background-color: #f55157 !important;
    border-color: #f55157 !important
}

.confirm-button {
    float: right;
    width: 46%;
    padding: 7px;
    text-align: center;
    border: 1px solid #f55157;
    border-radius: 99px;
    color: #f55157;
    cursor: pointer
}

    .confirm-button:nth-child(2) {
        float: left;
        margin-left: 0
    }

    .confirm-button.active {
        color: #fff;
        background: #f55157
    }

#order_total_div {
    margin-bottom: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee
}

.cod-details {
    margin: 15px 0 18px
}

.cod-title {
    float: right;
    color: #444
}

    .cod-title strong {
        font-size: 14px
    }

.cod-price, .cod-price-solid {
    float: left;
    padding: 0 20px 0 5px;
    text-align: center
}

.cod-price {
    color: #96bc69
}

.cod-price-solid {
    border-radius: 99px;
    color: #fff;
    background: #96bc69
}

.not-active-price {
    background: #ddd
}

.a2a_kit {
    width: 195px;
    margin: 0 auto
}

.a2a_default_style a {
    float: right !important
}

.a2a_svg {
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .4;
    background-size: 28px;
    width: 28px !important;
    height: 28px !important
}

a.a2a_button_twitter:hover .a2a_svg {
    -webkit-filter: invert(0);
    filter: invert(0);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iIzU1QUNFRSIgZD0iTTAgMGgzMnYzMkgweiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yOCA4LjU1N2MtLjg4NC4zOS0xLjgzMy42NTYtMi44MjguNzc1IDEuMDE3LS42MDggMS43OTgtMS41NzMgMi4xNjYtMi43MjUtLjk1My41NjctMi4wMDYuOTc2LTMuMTMgMS4xOTQtLjg5Ni0uOTU2LTIuMTc2LTEuNTU0LTMuNTkzLTEuNTU0LTIuNzIgMC00LjkyNCAyLjIwNi00LjkyNCA0LjkyNSAwIC4zODcuMDQ1Ljc2My4xMyAxLjEyNS00LjA5NC0uMjA4LTcuNzI0LTIuMTY4LTEwLjE1LTUuMTQ3LS40MjMuNzI2LS42NjcgMS41NzMtLjY2NyAyLjQ3NiAwIDEuNzEuODcgMy4yMTQgMi4xOSA0LjEtLjgwNi0uMDI3LTEuNTY0LS4yNS0yLjIzLS42MTZ2LjA2YzAgMi4zOSAxLjcgNC4zNzggMy45NTIgNC44My0uNDE0LjExMy0uODUuMTcyLTEuMjk3LjE3Mi0uMzE3IDAtLjYyNS0uMDMtLjkyNy0uMDg2LjYzIDEuOTU2IDIuNDQ3IDMuMzggNC42IDMuNDItMS42ODUgMS4zMTgtMy44MDggMi4xMDctNi4xMTQgMi4xMDctLjM5OCAwLS43OS0uMDIzLTEuMTc1LS4wNjggMi4xOCAxLjM5NiA0Ljc2OCAyLjIxMyA3LjU1IDIuMjEzIDkuMDU2IDAgMTQuMDEtNy41MDYgMTQuMDEtMTQuMDEyIDAtLjIxMy0uMDA1LS40MjYtLjAxNS0uNjM3Ljk2LS42OTQgMS43OTUtMS41NiAyLjQ1NS0yLjU1eiIvPjwvc3ZnPg==)
}

a.a2a_button_facebook:hover .a2a_svg {
    -webkit-filter: invert(0);
    filter: invert(0);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iIzNCNTk5OCIgZD0iTTAgMGgzMnYzMkgweiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yMi4wOCAzMlYxOS42MDdoNC4xNmwuNjItNC44M2gtNC43OHYtMy4wODNjMC0xLjM5OC4zODgtMi4zNTIgMi4zOTMtMi4zNTJoMi41NlY1LjAyYy0uNDQzLS4wNTgtMS45NjItLjE5LTMuNzI4LS4xOS0zLjY4OCAwLTYuMjEzIDIuMjUtNi4yMTMgNi4zODV2My41NjJoLTQuMTd2NC44M2g0LjE3VjMyaDQuOTg3eiIvPjwvc3ZnPg==)
}

a.a2a_button_email:hover .a2a_svg {
    -webkit-filter: invert(0);
    filter: invert(0);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iIzAxNjZGRiIgZD0iTTAgMGgzMnYzMkgweiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNiAyMS4yNXYtOXMtOS4xIDYuMzUtOS45ODQgNi42OEMxNS4xNDQgMTguNjE2IDYgMTIuMjUgNiAxMi4yNXY5YzAgMS4yNS4yNjYgMS41IDEuNSAxLjVoMTdjMS4yNjYgMCAxLjUtLjIyIDEuNS0xLjV6bS0uMDE1LTEwLjc2NWMwLS45MS0uMjY1LTEuMjM1LTEuNDg1LTEuMjM1aC0xN2MtMS4yNTUgMC0xLjUuMzktMS41IDEuM2wuMDE1LjE0czkuMDM1IDYuMjIgMTAgNi41NmMxLjAyLS4zOTUgOS45ODUtNi43IDkuOTg1LTYuN2wtLjAxNS0uMDY1eiIvPjwvc3ZnPg==)
}

a.a2a_button_linkedin:hover .a2a_svg {
    -webkit-filter: invert(0);
    filter: invert(0);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iIzAwN0JCNSIgZD0iTTAgMGgzMnYzMkgweiIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik02LjIyNyAxMi42MWg0LjE5djEzLjQ4aC00LjE5VjEyLjYxem0yLjA5NS02LjdjMS4zNCAwIDIuNDI4IDEuMDkgMi40MjggMi40M3MtMS4wOSAyLjQzLTIuNDI4IDIuNDNjLTEuMzQ0IDAtMi40MjgtMS4wOS0yLjQyOC0yLjQzczEuMDg0LTIuNDMgMi40MjgtMi40M00xMy4wNDMgMTIuNjFoNC4wMnYxLjg0aC4wNTdjLjU2LTEuMDU4IDEuOTI3LTIuMTc2IDMuOTY1LTIuMTc2IDQuMjM4IDAgNS4wMiAyLjc5MiA1LjAyIDYuNDJ2Ny4zOTVoLTQuMTgzVjE5LjUzYzAtMS41NjItLjAzLTMuNTcyLTIuMTc4LTMuNTcyLTIuMTggMC0yLjUxNCAxLjctMi41MTQgMy40NnY2LjY2OGgtNC4xODdWMTIuNjF6Ii8+PC9nPjwvc3ZnPg==)
}

a.a2a_button_whatsapp:hover .a2a_svg {
    -webkit-filter: invert(0);
    filter: invert(0);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iIzEyQUYwQSIgZD0iTTAgMGgzMnYzMkgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIiBkPSJNMTYuMjEgNC40MUM5Ljk3MyA0LjQxIDQuOTE3IDkuNDY1IDQuOTE3IDE1LjdjMCAyLjEzNC41OTIgNC4xMyAxLjYyIDUuODMyTDQuNSAyNy41OWw2LjI1LTIuMDAyYzEuNjE4Ljg5NSAzLjQ3OCAxLjQwNCA1LjQ2IDEuNDA0IDYuMjM0IDAgMTEuMjktNS4wNTUgMTEuMjktMTEuMjkgMC02LjIzNy01LjA1Ni0xMS4yOTItMTEuMjktMTEuMjkyem0wIDIwLjY5Yy0xLjkxIDAtMy42OS0uNTctNS4xNzMtMS41NTNsLTMuNjEgMS4xNTYgMS4xNzMtMy40OWMtMS4xMjYtMS41NS0xLjc5LTMuNDU0LTEuNzktNS41MTIgMC01LjE4MiA0LjIxNy05LjQgOS40LTkuNCA1LjE4MyAwIDkuMzk3IDQuMjIgOS4zOTcgOS40IDAgNS4xODUtNC4yMTQgOS40LTkuMzk4IDkuNHptNS4yOTMtNi44MzJjLS4yODQtLjE1NS0xLjY3My0uOTA2LTEuOTM0LTEuMDEyLS4yNjItLjEwNi0uNDUyLS4xNi0uNjU1LjEycy0uNzguOTEtLjk1NCAxLjA5NmMtLjE3NS4xODYtLjM0NC4yMDMtLjYyNy4wNDgtLjI4Mi0uMTU0LTEuMi0uNDk0LTIuMjY0LTEuNTE3LS44My0uNzk1LTEuMzcyLTEuNzYtMS41My0yLjA1NS0uMTU3LS4yOTUgMC0uNDQ1LjE1LS41ODQuMTM1LS4xMjQuMy0uMzI2LjQ1LS40ODguMTUtLjE2My4yMDQtLjI4LjMwNy0uNDcuMTA0LS4xOS4wNi0uMzYtLjAwNS0uNTA2LS4wNjYtLjE0Ny0uNTktMS41ODctLjgxLTIuMTczLS4yMTgtLjU4Ni0uNDYtLjQ5OC0uNjMtLjUwNS0uMTY4LS4wMDctLjM1OC0uMDM4LS41NTItLjA0NS0uMTktLjAwNy0uNTA3LjA1NC0uNzguMzMyLS4yNzUuMjc3LTEuMDQ3Ljk0Ni0xLjEgMi4zNjUtLjA1MyAxLjQxOC45MjggMi44MjYgMS4wNjYgMy4wMjMuMTM2LjIgMS44NzMgMy4yNzIgNC43NiA0LjUzNyAyLjg4NyAxLjI2NCAyLjkuODc4IDMuNDMuODUuNTMtLjAyNyAxLjczMy0uNjMzIDItMS4yOTcuMjY1LS42NjQuMjg2LTEuMjQuMjE4LTEuMzYzLS4wNy0uMTIzLS4yNi0uMjAzLS41NC0uMzU3eiIvPjwvc3ZnPg==)
}

a.a2a_button_telegram:hover .a2a_svg {
    -webkit-filter: invert(0);
    filter: invert(0);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iIzJDQTVFMCIgZD0iTTAgMGgzMnYzMkgweiIvPjxwYXRoIGZpbGw9IiNDOERBRUEiIGQ9Ik0xMy4yNzUgMjQuMTA4Yy0uNjU1IDAtLjU0NC0uMjQ3LS43Ny0uODcybC0xLjkyNy02LjM0MyAxNC44MzYtOC44Ii8+PHBhdGggZmlsbD0iI0E5QzlERCIgZD0iTTEzLjI3NSAyNC4xMDhjLjUwNiAwIC43My0uMjMgMS4wMS0uNTA2bDIuNy0yLjYyMy0zLjM2Ni0yLjAzIi8+PGxpbmVhckdyYWRpZW50IGlkPSJhIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjIyNC4wMzciIHkxPSItMTQxLjIxNiIgeDI9IjIyNC4wNjkiIHkyPSItMTQxLjI3OCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxMzAuNDkzIDAgMCAtMTA5LjQ1IC0yOTIxNi43NTggLTE1NDQwLjc2MikiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI0VGRjdGQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGRiIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTEzLjYyIDE4Ljk1bDguMTUyIDYuMDI1Yy45My41MTMgMS42MDIuMjQ4IDEuODM0LS44NjRsMy4zMi0xNS42MzhjLjM0LTEuMzYyLS41Mi0xLjk4LTEuNDEtMS41NzZMNi4wMjYgMTQuNDFjLTEuMzMuNTM0LTEuMzIgMS4yNzYtLjI0MiAxLjYwNmw1IDEuNTYgMTEuNTgtNy4zMDNjLjU0Ni0uMzMgMS4wNDgtLjE1My42MzYuMjEyIi8+PC9zdmc+)
}

a.a2a_button_youtube:hover .a2a_svg {
    -webkit-filter: invert(0);
    filter: invert(0);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iIzNCNTk5OCIgZD0iTTAgMGgzMnYzMkgweiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yMi4wOCAzMlYxOS42MDdoNC4xNmwuNjItNC44M2gtNC43OHYtMy4wODNjMC0xLjM5OC4zODgtMi4zNTIgMi4zOTMtMi4zNTJoMi41NlY1LjAyYy0uNDQzLS4wNTgtMS45NjItLjE5LTMuNzI4LS4xOS0zLjY4OCAwLTYuMjEzIDIuMjUtNi4yMTMgNi4zODV2My41NjJoLTQuMTd2NC44M2g0LjE3VjMyaDQuOTg3eiIvPjwvc3ZnPg==)
}

#receipt_container {
    position: relative;
    margin: 20px auto 60px;
    width: 88%;
    max-width: 320px;
    background-color: #f5f5f5;
    text-align: center
}

    #receipt_container .zigzag-top:before {
        background: linear-gradient(-45deg,#1ba1e2 16px,red 16px,#00f 16px,transparent 0),linear-gradient(45deg,#1ba1e2 16px,transparent 0);
        background-position: left top;
        background-repeat: repeat-x;
        background-size: 22px 32px;
        content: " ";
        display: block;
        height: 32px;
        width: 100%;
        position: relative;
        bottom: 64px;
        left: 0
    }

    #receipt_container .zigzag-bottom {
        margin: 32px 0;
        margin-top: 0;
        background: #fff;
        border-top-right-radius: 7px;
        border-top-left-radius: 51px;
        -webkit-box-shadow: 0 0 4px 0 #e6e6e6;
        box-shadow: 0 0 2px 0 #e6e6e6
    }

    #receipt_container .zigzag-top {
        margin: 32px 0;
        margin-bottom: 0;
        background: #1ba1e2
    }

    #receipt_container .zigzag-bottom, #receipt_container .zigzag-top {
        padding: 20px 0 0
    }

        #receipt_container .zigzag-bottom:after {
            background: linear-gradient(-45deg,transparent 16px,#fff 0),linear-gradient(45deg,transparent 16px,#fff 0);
            background-repeat: repeat-x;
            background-position: left bottom;
            background-size: 22px 32px;
            content: "";
            display: block;
            width: 100%;
            height: 32px;
            position: relative;
            top: 15px;
            left: 0
        }

#triangle-bottomleft {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 45px solid #eaeaea;
    border-left: 45px solid #f4f4f4
}

.receipt-thankyou {
    font-size: 28px;
    color: #a2c870
}

.receipt-done {
    font-size: 14px;
    color: #666
}

.receipt-order-no {
    font-size: 20px;
    color: #444
}

.receipt-order-date {
    font-size: 17px;
    color: #555
}

.receipt-share {
    padding-top: 5px;
    color: #666
}

.receipt-share-buttons {
    margin: 15px 0 0;
    padding: 0
}

.receipt-textarea {
    width: 90%;
    height: 53px;
    padding: 5px 7px;
    text-align: right;
    color: #888;
    border: 1px solid #eee;
    border-radius: 4px
}

.receipt-line {
    height: 1px;
    background: #efefef;
    width: 90%;
    margin: 20px auto
}

.receipt-back {
    width: 88%;
    max-width: 320px
}

.empty-box {
    width: 180px;
    height: 140px;
    margin: 40px auto 0;
    text-align: center
}

    .empty-box .empty-icon {
        color: #bbb !important;
        border-color: #bbb;
        padding-bottom: 20px
    }

        .empty-box .empty-icon i {
            font-size: 90px
        }

    .empty-box .empty-text {
        color: #999 !important
    }

.search-controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.3);
    box-shadow: 0 2px 6px rgba(0,0,0,.3)
}

#map_search {
    background-color: #fff;
    font-family: segoeui;
    font-size: 13px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 50%;
    max-width: 200px;
    height: 38px
}

    #map_search:focus {
        border-color: #999
    }

.pac-container {
    font-family: segoeui
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0
}

    #type-selector label {
        font-family: segoeui;
        font-size: 13px;
        font-weight: 300
    }

#target {
    width: 150px
}

.bank_right {
    float: right;
    width: 50%;
    padding-right: 5px;
    text-align: right;
    font-weight: 700
}

.bank_left {
    float: left;
    width: 50%;
    padding-left: 5px;
    text-align: left;
    direction: ltr
}

.payments-container {
    width: 95%;
    margin: 0 auto 25px;
    border: 1px solid #eee;
    border-radius: 4px
}

.payment-method {
    position: relative;
    width: 1%;
    display: table-cell;
    margin-bottom: 20px;
    padding: 20px 5px;
    background: #fff;
    text-align: center;
    cursor: pointer
}

.payments-container .payment-method:nth-child(1n) {
    border-radius: 0 0 4px 0
}

.payments-container .payment-method:last-child {
    border-radius: 0 0 0 4px
}

.payment-method.inactive {
    cursor: default
}

.payment-method:hover {
    background: #fbfbfb
}

.payment-method.inactive:hover {
    background: #fff
}

.payment-icon {
    min-height: 30px
}

    .payment-icon i {
        font-size: 30px;
        color: #555
    }

    .payment-icon img {
        max-width: 70%;
        -webkit-filter: brightness(0);
        filter: brightness(0);
        opacity: .66
    }

.payment-title {
    margin-top: 15px;
    font-size: 11px;
    color: #555
}

.additional-cost {
    margin-top: 2px;
    font-size: 11px;
    color: #f55157
}

.fav-payment-method {
    margin-top: 2px;
    font-size: 11px;
    color: #39b75c
}

    .fav-payment-method i {
        font-size: 11px
    }

.payment-method.inactive .additional-cost, .payment-method.inactive .payment-icon i, .payment-method.inactive .payment-title {
    color: #ccc
}

.payment-method.inactive .payment-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .2
}

.payment-method.active {
    background: #444;
    border-radius: 4px !important
}

    .payment-method.active .payment-icon img {
        -webkit-filter: invert(1);
        filter: invert(1);
        opacity: 1
    }

    .payment-method.active .payment-icon i {
        color: #fff
    }

    .payment-method.active .payment-title {
        color: #fff
    }

.cc-row {
    margin-bottom: 20px
}

    .cc-row:last-child {
        margin-bottom: 0
    }

.cc-select > .btn.btn-default {
    height: 35px !important;
    border-radius: 4px !important
}

.cart-steps {
    max-width: 500px;
    position: relative;
    margin: 0 auto !important
}

.categories-nav {
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    height: 50px;
    margin-top: -10px;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

    .categories-nav::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        width: 100px;
        pointer-events: none;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

    .categories-nav::after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        width: 100px;
        pointer-events: none;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
        left: auto;
        right: 0
    }

    .categories-nav.nav-end::before {
        opacity: 0
    }

    .categories-nav a, .categories-nav li, .categories-nav ul {
        height: 100%
    }

    .categories-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 5%;
        overflow-x: auto
    }

        .categories-nav ul::before {
            clear: both;
            content: "";
            display: block
        }

    .categories-nav li {
        position: relative;
        display: inline-block;
        float: right;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .categories-nav a {
        display: block;
        color: #717171;
        line-height: 50px;
        padding: 0 1em
    }

        .categories-nav a.main_active, .categories-nav a:hover {
            opacity: 1
        }

    .categories-nav li:hover a {
        opacity: 1
    }

@media only screen and (max-width:1024px) {
    .categories-nav li:last-of-type {
        padding-left: 60px
    }

        .categories-nav li:last-of-type .subcategories-dropdown {
            margin-right: -60px
        }
}

.subcategories-dropdown a:last-of-type {
    border-radius: 0 0 4px 4px
}

@media only screen and (min-width:1024px) {
    .categories-nav {
        height: 50px;
        overflow: visible
    }

        .categories-nav ul {
            display: block;
            text-align: center
        }

        .categories-nav li {
            float: none;
            -ms-flex-negative: 1;
            flex-shrink: 1
        }

        .categories-nav a {
            line-height: 50px
        }

        .categories-nav::after, .categories-nav::before {
            background: 0 0
        }
}

.no-categories {
    margin-top: 20px
}

.home-page-container .no-categories {
    margin-top: 10px
}

.subcategories-dropdown {
    display: none;
    position: fixed;
    top: 50px;
    min-width: 160px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.08);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.08);
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    z-index: 99999
}

    .subcategories-dropdown a {
        opacity: 1;
        text-align: right
    }

        .subcategories-dropdown a.sub_active, .subcategories-dropdown a:hover {
            background-color: #f1f1f1
        }

#footer {
    display: none;
    padding: 20px 0 85px;
    background: #fff;
    color: #555
}

.footer-col {
    float: right;
    width: 33.33%;
    padding: 15px
}

.footer-col-store {
    width: 40%;
    margin-left: 10%
}

.footer-col-contact, .footer-col-info {
    margin-right: 10%;
    width: 15%
}

.footer-title {
    font-size: 15px;
    margin-bottom: 10px;
    color: #55426b
}

    .footer-title img {
        width: 30px;
        height: 30px;
        border: 2px solid #fff
    }

    .footer-title span {
        font-size: 15px
    }

.store-about {
    font-size: 12px;
    text-align: justify
}

.footer-list {
    list-style: none;
    margin: 0 -15px 0 0
}

.footer-info {
    margin-right: -22px
}

.footer-list li {
    margin-bottom: 4px;
    font-size: 12px
}

.footer-bottom {
    width: 100%;
    margin: 20px auto 0;
    padding: 15px 15px 0;
    border-top: 1px solid #e3e3e3
}

.footer-rights {
    float: right;
    font-size: 12px
}

.footer-logos {
    float: left
}

    .footer-logos img {
        height: 25px
    }

.order-num {
    font-size: 14px
}

.order-date {
    display: inline-block;
    color: #999;
    font-size: 11px;
    margin-right: 5px
}

.order-note {
    display: inline-block;
    color: #999;
    font-size: 12px;
    line-height: 18px
}

.order-remaining-timer {
    color: #f55157
}

.order-status-badge {
    padding: 1px 7px
}

.order-price {
    text-align: center;
    color: #96bc69
}

.panel-new .media-right {
    min-width: 77px;
    text-align: left;
    padding: 0
}

.searchbox {
    position: absolute;
    top: 35px;
    left: 0;
    max-width: 400px
}

.form-control.selectize-control:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 99px;
    background: #fff
}

.toggle-search {
    padding-top: 8px
}

.toggle-search-btn {
    position: absolute;
    z-index: 999;
    left: 0
}

.toggle-search i {
    font-size: 13px
}

    .toggle-search i.icon-cross2 {
        color: #ff7043
    }

.selectize-input {
    padding: 8px 12px;
    border: none;
    border-radius: 0 0 4px 4px
}

    .selectize-input.dropdown-active, .selectize-input > input {
        border: none;
        border-radius: 0 0 4px 4px
    }

    .selectize-input.focus {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none
    }

#search-bar {
    position: absolute;
    top: 35px;
    left: 0;
    width: 400px;
    max-width: 100%
}

    #search-bar:before {
        content: '';
        position: absolute;
        top: -4px;
        left: 20px;
        width: 10px;
        height: 10px;
        border-radius: 99px;
        background: #fff
    }

#searchbox.prompt {
    display: inline-block;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 7px 12px;
    font-size: 13px;
    min-height: 0;
    max-height: none;
    max-width: 100%;
    text-indent: 0;
    border: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 0 4px 4px
}

.ui.category.search .results {
    top: 39px;
    left: 0;
    width: 400px;
    max-width: 100%;
    height: auto;
    max-height: 250px;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    background: #fff;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.ui.search > .results > a.seach_container {
    display: inline-block;
    padding: 5px 12px;
    color: #333
}

    .ui.search > .results > a.seach_container:hover {
        background: #f5f5f5
    }

.table > thead > tr > th {
    border-color: #ddd
}

.file-preview-thumbnails i {
    margin-left: 0 !important
}

.fileinput-cancel, .kv-upload-progress {
    display: none !important
}

.btn-attach-file {
    float: right;
    width: 125px;
    border: 1px solid #ccc;
    color: #999;
    font-size: 12px
}

    .btn-attach-file span.hidden-xs {
        display: inline !important
    }

.btn-add-note {
    float: right;
    width: 125px;
    border: 1px solid #ccc;
    background: #fff;
    color: #999;
    height: 30px;
    padding: 0;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 99px
}

    .btn-add-note i, .btn-attach-file i {
        color: #aaa;
        margin-left: 3px
    }

.bell-swing {
    -moz-animation: .75s ease 0s normal none infinite swing;
    -moz-transform-origin: center top;
    -webkit-animation: swing .75s infinite ease-in-out;
    -webkit-transform-origin: top
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(-10deg)
    }

    50% {
        -webkit-transform: rotate(10deg)
    }

    100% {
        -webkit-transform: rotate(-10deg)
    }
}

.product-comments {
    margin: 20px -18px 0;
    padding: 10px 0
}

#ask_box {
    background: #efefef;
    padding: 10px 15px
}

#ask_avatar {
    float: right;
    margin: 5px 0 0 5px;
    width: 40px;
    height: 40px;
    border-radius: 99px
}

#ask_textarea {
    float: left;
    width: 89%;
    margin: 5px 0 0;
    padding: 7px;
    min-height: 40px;
    border: 1px solid transparent;
    border-radius: 5px
}

#ask_button {
    float: right;
    margin: 15px 15% 5px 0;
    padding: 5px 20px
}

#ask_register_link {
    float: left;
    margin: 17px 0 5px;
    font-size: 12px;
    color: #2196f3 !important;
    padding: 5px 0 0 !important;
    max-width: 100% !important;
    max-height: unset !important;
    line-height: 15px !important
}

.comment {
    margin: 0 10px;
    padding: 20px 5px;
    border-bottom: 1px solid #f1f1f1
}

    .comment:last-child {
        padding-bottom: 5px;
        border-bottom: none
    }

.reply {
    padding: 30px 10px 0 0
}

.comment-header img {
    margin-left: 5px;
    width: 35px;
    height: 35px;
    border-radius: 99px
}

.comment-name {
    margin-left: 5px;
    font-size: 14px;
    color: #666
}

.comment-badge {
    display: inline-block;
    margin-right: 5px;
    padding: 3px 10px;
    font-size: 11px;
    background: #fcd34c;
    color: #444;
    border-radius: 99px
}

.comment-header .rating-stars {
    display: block;
    margin: -8px 44px 0 0
}

.comment-badge i {
    font-size: 11px
}

.comment-body {
    margin: 5px 45px 0 0
}

.reply .comment-body {
    margin-right: 70px
}

.comment-header i.icon-reply {
    margin-left: 5px;
    color: #ccc
}

.comment-time {
    float: left;
    margin-top: 9px;
    color: #999;
    font-size: 11px
}

.rating-product-row .rating-stars {
    font-size: 20px
}

.testimonial-text {
    width: 100%;
    margin: 5px 0 10px;
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 5px
}

.testimonial-content {
    margin: 10px 0 0;
    font-size: 15px;
    color: #666
}

.testimonial-note {
    color: #888
}

.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: inline-block !important;
    margin-right: 15px;
    color: #aaa;
    vertical-align: top
}

.br-theme-fontawesome-stars .br-widget a.br-active::after, .br-theme-fontawesome-stars .br-widget a.br-selected::after {
    color: #fcd34c !important
}

.product-rating-panel {
    margin-top: 40px
}

.rating-product-row {
    padding: 30px 15px !important;
    border-bottom: 1px solid #eee
}

    .rating-product-row:first-child {
        padding-top: 15px !important
    }

    .rating-product-row:last-child {
        border: none
    }

    .rating-product-row p {
        margin: 10px 0 0;
        font-size: 14px;
        color: #555
    }

    .rating-product-row .rating-product {
        display: block;
        margin: 0 0 10px;
        color: #333
    }

.rating-product img {
    width: 40px;
    height: 40px;
    border-radius: 99px;
    margin-left: 5px
}

#modal_login.modal, .sweet-alert {
    z-index: 200000000 !important
}

#modal_login .modal-content {
    border-radius: 10px
}

#modal_login .panel {
    border: 0
}

#modal_login .page-container {
    padding-bottom: 0
}

#modal_login .country-select > .btn.btn-default {
    height: 36px;
    border-radius: 3px;
    color: #555
}

#modal_login .modal-header {
    height: 0 !important;
    min-height: 0 !important;
    z-index: 999999999
}

    #modal_login .modal-header .close {
        font-size: 25px;
        color: #999
    }

#modal_login_Admin .modal_login_Admin .modal, .sweet-alert {
    z-index: 200000000 !important
}

#modal_login_Admin .modal_login_Admin .modal-content {
    border-radius: 10px
}

#modal_login_Admin .modal_login_Admin .panel {
    border: 0
}

#modal_login_Admin .modal_login_Admin .page-container {
    padding-bottom: 0
}

#modal_login_Admin .modal_login_Admin .country-select > .btn.btn-default {
    height: 36px;
    border-radius: 3px;
    color: #555
}

#modal_login_Admin .modal_login_Admin .modal-header {
    height: 0 !important;
    min-height: 0 !important;
    z-index: 999999999
}

    #modal_login_Admin .modal_login_Admin .modal-header .close {
        font-size: 25px;
        color: #999
    }

#modal_login_Add_Address.modal, .sweet-alert {
    z-index: 200000000 !important
}

#modal_login_Add_Address .modal-content {
    border-radius: 10px
}

#modal_login_Add_Address .panel {
    border: 0
}

#modal_login_Add_Address .page-container {
    padding-bottom: 0
}

#modal_login_Add_Address .country-select > .btn.btn-default {
    height: 36px;
    border-radius: 3px;
    color: #555
}

#modal_login_Add_Address .modal-header {
    height: 0 !important;
    min-height: 0 !important;
    z-index: 999999999
}

#modal_login_Add_Address .modal-header .close {
    font-size: 25px;
    color: #999
}

.modal-backdrop, .sweet-overlay {
    opacity: .5;
    z-index: 20000000 !important
}

.login-title {
    margin-top: -3px !important;
    margin-bottom: 30px !important;
    color: #555
}

.login-container form {
    margin-top: 20px
}

.bg-yellow {
    background-color: #28d5c0;
    border-color: #28d5c0
}

.text-yellow {
    color: #28d5c0
}

.border-yellow {
    border-color: #28d5c0
}

.bg-yellow-dark {
    background-color: #58c9b9;
    border-color: #58c9b9
}

.text-yellow-dark {
    color: #58c9b9
}

.border-yellow-dark {
    border-color: #58c9b9
}

.bg-teal {
    color: #fff !important
}

.red-note {
    font-size: 13px;
    color: #f55157
}

.empty-comments {
    margin: 40px 0 10px;
    color: #aaa;
    text-align: center
}

    .empty-comments i {
        font-size: 40px;
        color: #ddd
    }

    .empty-comments p {
        text-align: center
    }

.pending-comment {
    display: block;
    margin: 10px 45px 0 0;
    color: #f55157;
    font-size: 12px
}

.rating-body .pending-comment, .rating-product-row .pending-comment {
    margin-right: 0
}

#jGrowl, .jGrowl-notification {
    z-index: 2147483647 !important
}

div.sa-button-container {
    direction: ltr
}

.testimonials {
    margin: 0 auto 40px
}

.testimonial-box {
    position: relative;
    margin: 17px 0 0;
    padding: 30px 15px 5px;
    background: #fff;
    border-radius: 6px
}

.testimonial-header {
    position: absolute;
    top: -17px;
    right: 25px;
    width: auto;
    height: 35px;
    padding: 0 20px !important;
    line-height: 37px;
    font-size: 13px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    background-color: #63d7c6;
    line-height: 35px
}

.testimonial-box i.quote {
    vertical-align: middle;
    font-size: 15px;
    margin-left: 5px
}

.testimonial-box .testimonial {
    padding: 0 10px;
    font-size: 15px
}

.testimonial-box .customer {
    margin: 20px 10px 0 0
}

    .testimonial-box .customer img {
        display: inline-block !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 99px;
        border: 1px solid #ddd;
        vertical-align: top
    }

    .testimonial-box .customer .info {
        display: inline-block;
        margin: 0 5px 15px 0;
        text-align: right
    }

        .testimonial-box .customer .info .name {
            display: inline-block;
            margin: 0
        }

        .testimonial-box .customer .info .rating-stars {
            display: inline-block;
            margin: 0 5px 0 0
        }

        .testimonial-box .customer .info .city {
            margin: -5px 0 0;
            font-size: 11px;
            color: #aaa
        }

.poll-thankyou .poll-col {
    float: none !important;
    width: 90% !important;
    margin: 0 auto !important
}

.poll-panel .panel-heading {
    color: #00abbe
}

.poll-body {
    padding: 10px 20px 20px
}

    .poll-body .radio .choice, .poll-body .radio-inline {
        position: relative !important;
        top: auto !important;
        right: auto !important
    }

    .poll-body .checkbox label, .poll-body .radio label {
        padding-right: 0 !important
    }

    .poll-body .checkbox, .poll-body .radio {
        text-align: right
    }

.btn-order-details {
    margin: 15px 0 10px;
    padding: 8px 20px;
    background: #444;
    color: #fff;
    border-radius: 99px;
    font-size: 14px
}

    .btn-order-details:hover {
        color: #fff
    }

.pswp {
    z-index: 1000000 !important
}

@media only screen and (-moz-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2) {
    #salla_bar .salla-logo, .salla-logo {
        background: url(../images/logo@2x.png?6712c53627e5b75509644e66d5f89b1d) 0 0 no-repeat;
        background-size: 30px 30px
    }
}

@media only screen and (-moz-min-device-pixel-ratio:3),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-device-pixel-ratio:3) {
    #salla_bar .salla-logo, .salla-logo {
        background: url(../images/logo@3x.png?0948e13ad510c817b6fc0f347bbd940c) 0 0 no-repeat;
        background-size: 30px 30px
    }
}

@media(min-width:200px) and (max-width:768px) {
    .shipping-text {
        font-size: 11px !important
    }

    .cart-box {
        width: 85%
    }

    .product-box-container {
        width: 100%;
        margin-right: 0 !important
    }

        .product-box-container .product-main-container {
            float: none !important;
            width: 100%
        }

    .product-container {
        max-width: 500px
    }

    .product-side-container {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 0
    }

    .product-share-container {
        margin-top: 0 !important
    }

    .guarantee-box .panel-heading {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .guarantee-box .panel {
        border: none !important
    }

    .heading-elements .icons-list {
        top: 11px !important;
        left: 8px !important
    }

    .guarantee-cart .col-xs-12 {
        padding-left: 0;
        padding-right: 0
    }

    .guarantee-cart .guarantee-box {
        margin-top: -24px !important
    }

    .footer-col {
        float: none;
        width: 90%;
        margin: 0 auto
    }

    .footer-bottom {
        width: 90%;
        margin: 15px auto 0
    }

    .footer-rights {
        float: none;
        text-align: center
    }

    .footer-logos {
        float: none;
        margin-top: 10px;
        text-align: center
    }

    .dropdown-store-header-about {
        margin-left: 30px
    }

    .right-col {
        float: none;
        margin: 0 auto;
        width: 93%
    }

    .left-col {
        float: none;
        margin: 0 auto;
        width: 93%
    }

    #ask_textarea {
        width: 85%
    }

    .product-box-container .thumbnail {
        margin: -5px -10px 40px;
        border-radius: 10px 10px 0 0
    }

    #modal_login {
        margin-top: 10%
    }

    #modal_login_Admin .modal_login_Admin {
        margin-top: 10%
    }

    #modal_login_Add_Address {
        margin-top: 10%
    }

    .row-4-products .product-footer .price-after {
        display: block
    }

    .row-2-products .thumbnail {
        margin-bottom: 40px
    }

    .page-container-cart {
        width: 95%
    }
}

@media(max-width:375px) {
    .dropdown-store-header .dropdown-menu.dropdown-menu-notification {
        min-width: 360px;
        width: 360px;
        right: -110px
    }

        .dropdown-store-header .dropdown-menu.dropdown-menu-notification:before {
            right: 121px
        }
}

@media(max-width:320px) {
    .row-4-products .product-footer .col-xs-5, .row-4-products .product-footer .col-xs-7 {
        width: 100%;
        text-align: center
    }

    .product-footer .col-xs-7 {
        margin-top: 5px
    }

    .shipping-desc {
        padding-right: 10px;
        font-size: 10px;
        font-weight: 400
    }

    .shipping-button {
        margin-left: 10px;
        padding: 4px 7px
    }

    .dropdown-store-header .dropdown-menu.dropdown-menu-notification {
        min-width: 305px;
        width: 305px;
        right: -110px
    }

        .dropdown-store-header .dropdown-menu.dropdown-menu-notification:before {
            right: 121px
        }

    .dropdown-store-header .dropdown-menu.dropdown-menu-store {
        min-width: 280px;
        width: 280px
    }

    #ask_textarea {
        width: 80%
    }

    #ask_button {
        margin-right: 1px
    }
}

@media(min-width:600px) and (max-width:768px) {
    .product-box.row-4-products {
        width: 33.33% !important
    }

    .products-grid > .product-box.row-4-products:nth-child(3n+1) {
        clear: both
    }

    .guarantee-box {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 33.33% !important;
        margin-top: 0 !important
    }

    .ql-video {
        height: 37vw
    }

    .modal-dialog {
        width: 400px;
        margin: 30px auto
    }
}

@media(min-width:500px) and (max-width:768px) {
    .product-box.row-2-products {
        width: 50% !important
    }
}

@media(max-width:599px) {
    .products-grid > .product-box.row-4-products:nth-child(2n+1) {
        clear: both
    }

    .searchbox {
        max-width: 100%
    }
}

@media(min-width:769px) {
    .products-grid > .product-box.row-4-products:nth-child(4n+1) {
        clear: both
    }

    .guarantee-box {
        width: 33.33%;
        margin-right: 0
    }

    .product-order-container .guarantee-box {
        margin: -15px 0 0;
        width: 100%
    }

        .product-order-container .guarantee-box .panel {
            margin-bottom: 25px
        }

    .guarantee-cart .guarantee-icon img {
        width: 85%;
        margin: 0 auto;
        display: block
    }

    .shipping-box.with-guarantee {
        margin-right: 0
    }

    .ql-video {
        height: 27vw
    }
}

@media(min-width:1024px) {
    .login-link {
        right: 10px
    }

    .contact-link {
        left: 10px
    }

    #salla_bar .salla-logo {
        right: 10px
    }

    #salla_bar .badge {
        right: 17px
    }

    #salla_bar .cart-title {
        right: 47px
    }

    .cart-nav {
        width: 98%
    }

    .payment-box.with-guarantee, .shipping-box.with-guarantee {
        width: 33.33%
    }

    .ql-video {
        height: 22vw
    }

    .form-control.selectize-control:before {
        left: 21px
    }

    .guarantee-box .panel, .payment-box .panel, .shipping-box .panel {
        margin-bottom: 30px
    }

    #modal_login {
        padding-top: 10%
    }

    #modal_login_Admin .modal_login_Admin {
        padding-top: 2%
    }

    #modal_login_Add_Address {
        padding-top: 2%
    }
}

@media(min-width:1400px) {
    .ql-video {
        height: 17vw
    }
}

@media(min-width:1600px) {
    .ql-video {
        height: 16vw
    }
}

@media(min-width:1800px) {
    .ql-video {
        height: 15vw
    }
}

@media(min-width:2000px) {
    .ql-video {
        height: 10vw
    }
}

@media(min-width:786px) and (max-width:2400px) {
    #ask_button {
        margin-right: 11%
    }
}

@media(min-width:768px) {
    .order-btn {
        display: none
    }
}

@media(min-width:970px) {
    .product-footer .col-xs-5 {
        width: 60%
    }

    .product-footer .col-xs-7 {
        width: 40%
    }
}

@media(max-width:768px) {
    #no-more-tables table, #no-more-tables tbody, #no-more-tables td, #no-more-tables th, #no-more-tables thead, #no-more-tables tr {
        display: block
    }

    #no-more-tables .table.dashborad-order-table > tbody > tr:first-child {
        border: none
    }

    #no-more-tables thead tr.table-row tr {
        position: absolute;
        top: -9999px;
        right: -9999px
    }

    #no-more-tables tbody {
        border-top: 1px solid #e1e1e1
    }

    #no-more-tables tr.table-row {
        border-bottom: 1px solid #e1e1e1;
        padding-top: 8px;
        padding-bottom: 8px
    }

    #no-more-tables .table-row-empty {
        border-bottom: 1px solid #e1e1e1;
        border-top: 0
    }

    #no-more-tables .table > tbody > tr.border-double > td {
        border-bottom: 1px solid #ddd;
        border-top-width: 0
    }

    #no-more-tables tr.active.table-row:last-child {
        padding-bottom: 0;
        padding-top: 0;
        border: none !important
    }

        #no-more-tables tr.active.table-row:last-child td {
            padding-top: 7px;
            padding-bottom: 10px
        }

    #no-more-tables tr.table-row td {
        border: none;
        position: relative;
        padding-right: 85px;
        text-align: right;
        color: #333 !important;
        padding-top: 7px;
        padding-bottom: 7px;
        text-overflow: ellipsis
    }

        #no-more-tables tr.table-row td.td-cod {
            padding-right: 135px
        }

        #no-more-tables tr.table-row td:before {
            content: attr(data-title);
            position: absolute;
            right: 20px;
            padding-left: 10px;
            text-align: right;
            color: #999
        }

    #no-more-tables tr td h6 {
        margin: 0
    }

    #no-more-tables tr td span.text-muted {
        color: #444
    }

    #no-more-tables tr td.customer-td {
        height: auto !important;
        padding: 10px 18px 10px 0 !important
    }
}

.product-options div.bootstrap-select {
    margin-left: 7px
}

select:active, select:hover {
    outline: 0
}

.select-new {
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 4px 10px;
    border: 1px solid #ddd;
    color: #888;
    background: #fff;
    border-radius: 99px;
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-start: 15px;
    -moz-padding-start: 15px;
    -webkit-padding-end: 15px;
    -moz-padding-end: 15px
}

.star-on {
    color: #fcd34c
}

.star-off {
    color: #ccc
}

.card_number {
    background-image: url(../images/images.png?d7acd85f5f3e24dec1a9fd56c5be5edb),url(../images/images.png?d7acd85f5f3e24dec1a9fd56c5be5edb);
    background-position: 2px -121px,-20px -61px;
    background-size: 120px 361px,120px 361px;
    background-repeat: no-repeat
}

.page-main-container {
    width: 100%
}

.page-box-container .page-heading {
    margin: 0 !important;
    padding: 15px 20px 1px !important;
    background: #eaecef !important
}

#salla_div_pages {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 55px;
    background: #fff;
    border-top: 1px solid #bbe0ce;
    z-index: 99999
}

#order {
    margin: 10px -18px 0 !important;
    padding: 20px 17px 15px;
    background: #fafafa
}

    #order .col-xs-12 {
        padding: 0
    }

    #order .product-option-select {
        padding: 0
    }

    #order .product-page-buttons {
        padding-left: 0
    }

.product-page-buttons .btn-add-note, .product-page-buttons .btn-attach-file {
    width: 49%;
    background: 0 0
}

    .product-page-buttons .btn-add-note:hover, .product-page-buttons .btn-attach-file:hover {
        background: #eee;
        color: #555;
        border-color: #ccc
    }

.product-page-buttons .btn-add-note {
    margin-left: 2%
}

#order .add-cart-large {
    width: 100%
}

#ask_box {
    padding: 10px 15px 0;
    background: 0 0
}

#ask_avatar, #ask_textarea, .comment-header img {
    border: 1px solid #e4e4e4
}

.add-cart-large, .order-btn {
    color: #fff !important
}

.media-list .order-remaining-timer {
    display: inline;
    margin: 0;
    font-size: 13px;
    text-align: right
}

.div-product-option-value label.form-check-label {
    display: block !important
}

.div-product-option-value .checker {
    margin-left: 7px
}

.form-control {
    border-color: #eee
}

.bootstrap-select > .btn.btn-default {
    border-color: #eee
}

    .bootstrap-select > .btn.btn-default.disabled {
        border-color: #eee
    }

.btn-attach-file {
    border-color: #eee
}

.input-group-addon:first-child, .input-group-addon:last-child {
    border-color: #eee
}

.btn-file {
    border-color: #ccc
}

.cart-nav, .cart-total-box, .product-cart {
    width: 100%
}

#landing-page {
    padding-top: 0 !important
}

.landing-page-feature-item {
    font-family: DINNextLTArabic-Regular !important;
    padding: 0 1rem;
    margin-bottom: 2rem
}

    .landing-page-feature-item:not(:last-child) {
        margin-bottom: 2rem
    }

    .landing-page-feature-item h3 {
        font-family: DINNextLTW23-Medium;
        margin-bottom: .5rem
    }

    .landing-page-feature-item p {
        font-size: 14px
    }

.landing-page-feature-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #636363
}

.landing-page-feature-item__icon {
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    margin-left: .75rem;
    padding: 4px 15px 14px;
    height: auto !important;
    line-height: initial !important;
    min-height: auto !important
}

    .landing-page-feature-item__icon i {
        top: unset;
        font-size: inherit
    }

.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    white-space: nowrap
}

    .br-theme-fontawesome-stars .br-widget a {
        font: normal normal normal 20px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        margin-right: 2px
    }

        .br-theme-fontawesome-stars .br-widget a:after {
            content: '\f005';
            color: #d2d2d2
        }

        .br-theme-fontawesome-stars .br-widget a.br-active:after {
            color: #edb867
        }

        .br-theme-fontawesome-stars .br-widget a.br-selected:after {
            color: #edb867
        }

    .br-theme-fontawesome-stars .br-widget .br-current-rating {
        display: none
    }

.br-theme-fontawesome-stars .br-readonly a {
    cursor: default
}

@media print {
    .br-theme-fontawesome-stars .br-widget a:after {
        content: '\f006';
        color: #000
    }

    .br-theme-fontawesome-stars .br-widget a.br-active:after, .br-theme-fontawesome-stars .br-widget a.br-selected:after {
        content: '\f005';
        color: #000
    }
}

.promotion {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 270px
}

    .promotion .container {
        position: relative;
        z-index: 100;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff
    }

        .promotion .container h2 {
            font-size: 18px;
            font-weight: 700
        }

@media(min-width:992px) {
    .promotion .container h2 {
        font-size: 24px
    }
}

.promotion:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6
}

@media(min-width:991px) {
    .promotion {
        height: 450px
    }
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    padding-top: 1rem;
    grid-gap: 2px
}

    .instagram-grid:after, .instagram-grid:before {
        display: none
    }

.instagram-item {
    height: 150px;
    overflow: hidden
}

    .instagram-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.btn.btn-outline-light {
    border: 1px solid #fff !important;
    color: #fff !important
}

#cart_badge {
    line-height: 1.5384616
}

.breadcrumb {
    background-color: transparent
}

.ui .results > div {
    padding: 15px
}

