﻿@charset 'UTF-8';
/*fontawesome.min.css --> nachladen*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../../../assets/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../../../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../../../assets/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../../../assets/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../../../assets/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../../../assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f055"
}

.fa-caret-up:before {
    content: "\f056"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}
/*typicons.min.css --> nachladen!!!*/
/*animate.min.css --> nachladen!!!*/
/*bootstrap.min.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^="javascript:"]:after, a[href^="#"]: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(../../../assets/fonts/glyphicons-halflings-regular.eot);
    src: url(../../../assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../../../assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../../../assets/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../../assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../../assets/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: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

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: thin dotted;
        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: 22px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0
    }

        .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-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}


/*

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    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-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset {
    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;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.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=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    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-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    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-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    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: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    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: thin dotted;
        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;
        filter: alpha(opacity=65);
        -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-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            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;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-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 {
            left: auto
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn: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-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a: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: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a: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: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.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: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    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-left: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand: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: 6px 5px !important;
    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-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a: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-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        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
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    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-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    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-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item, 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: left
}

.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-left-radius: 3px
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-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-left-radius: 3px
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    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 !important;
        background-color: #337ab7;
        background: linear-gradient(to bottom, #5782AD 0%, #436c98 100%);
        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: #FFF;
        background-color: #5580ab;
        border-color: #5580ab;
    }

        .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;
        bottom: 0;
        left: 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: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        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 {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        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: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.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: left;
    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;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    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-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 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 {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0)
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        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 {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        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: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}
/*beyond.min.css --> nachladen*/
.position-relative, html {
    position: relative
}

.page-content, body, html {
    min-height: 100%
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-icon {
    float: left
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 span, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a:hover, .navbar .navbar-inner .navbar-header .navbar-account .setting a:hover, .page-sidebar .sidebar-menu a, .widget-buttons > [data-toggle]:focus, .widget-buttons > a:hover, a:active, a:focus {
    text-decoration: none
}

.themeprimary {
    color: #446d99 !important
}

.themesecondary {
    color: #446d99 !important
}

.white {
    color: #fff !important
}

.lightgray {
    color: #d0d0d0 !important
}

.gray {
    color: #ccc !important
}

.darkgray {
    color: #999 !important
}

.info {
    color: #57b5e3 !important
}

.primary {
    color: #4374e0 !important
}

.success {
    color: #53a93f !important
}

.warning {
    color: #f4b400 !important
}

.orange {
    color: #557faa !important
}

.darkorange {
    color: #ed4e2a !important
}

.red {
    color: #df5138 !important
}

.danger {
    color: #d73d32 !important
}

.bg-themeprimary {
    background-color: #557faa !important
}

.bg-themesecondary {
    background-color: #557faa !important
}

.bg-white {
    background-color: #fff !important
}

.bg-lightgray {
    background-color: #d0d0d0 !important
}

.bg-gray {
    background-color: #ccc !important
}

.bg-darkgray {
    background-color: #999 !important
}

.bg-info {
    background-color: #57b5e3 !important
}

.bg-primary {
    background-color: #4374e0 !important
}

.bg-success {
    background-color: #53a93f !important
}

.bg-warning {
    background-color: #f4b400 !important
}

.bg-orange {
    background-color: #557faa !important
}

.bg-darkorange {
    background-color: #ed4e2a !important
}

.bg-red {
    background-color: #df5138 !important
}

.bg-danger {
    background-color: #d73d32 !important
}

.before-themeprimary:before {
    background-color: #557faa !important
}

.before-themesecondary:before {
    background-color: #557faa !important
}

.before-white:before {
    background-color: #fff !important
}

.before-lightgray:before {
    background-color: #d0d0d0 !important
}

.before-gray:before {
    background-color: #ccc !important
}

.before-darkgray:before {
    background-color: #999 !important
}

.before-info:before {
    background-color: #57b5e3 !important
}

.before-primary:before {
    background-color: #4374e0 !important
}

.before-success:before {
    background-color: #53a93f !important
}

.before-warning:before {
    background-color: #f4b400 !important
}

.before-orange:before {
    background-color: #557faa !important
}

.before-darkorange:before {
    background-color: #ed4e2a !important
}

.before-red:before {
    background-color: #df5138 !important
}

.before-danger:before {
    background-color: #d73d32 !important
}

a:focus, button:focus {
    outline: 0
}

a::-moz-focus-inner, button::-moz-focus-inner {
    border: 0
}

html {
    overflow-x: hidden
}

body {
    padding-bottom: 0;
    font-family: 'Open Sans','Segoe UI';
    font-size: 13px;
    color: #444
}

    body:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background-color: #eee
    }

.text-align-center {
    text-align: center !important
}

.text-align-left {
    text-align: left !important
}

.text-align-right {
    text-align: right !important
}

.text-align-justify {
    text-align: justify !important
}

.block-center {
    margin: 0 auto
}

p {
    line-height: 22px
}

.navbar {
    padding: 0;
    margin: 0;
    border: none;
    height: 45px;
    min-height: 45px;
    z-index: 200
}

    .navbar .navbar-inner {
        border: 0;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        min-height: 45px;
        position: relative;
        background: #557faa
    }

        .navbar .navbar-inner .navbar-container {
            padding-left: 10px
        }

        .navbar .navbar-inner .navbar-header .navbar-account {
            height: 45px
        }

            .navbar .navbar-inner .navbar-header .navbar-account > div {
                display: inline-block;
                width: auto;
                vertical-align: top
            }

            .navbar .navbar-inner .navbar-header .navbar-account .account-area {
                position: absolute;
                top: 0;
                right: 50px;
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                list-style: none;
                margin-bottom: 0;
                display: inline-block
            }

                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li {
                    float: left;
                    position: relative;
                    height: 45px
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
                        position: relative;
                        min-width: 50px;
                        height: 45px;
                        display: inline-block
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .icon {
                            display: block;
                            color: #fff;
                            font-size: 16px;
                            line-height: 48px;
                            text-align: center;
                            -webkit-transition: line-height .3s ease;
                            -moz-transition: line-height .3s ease;
                            -o-transition: line-height .3s ease;
                            transition: line-height .3s ease
                        }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .badge {
                            position: absolute;
                            top: 6px;
                            left: 4px;
                            padding: 2px;
                            cursor: pointer;
                            background-color: transparent !important;
                            border: 1px solid #fff;
                            width: 18px;
                            height: 18px;
                            box-shadow: 1px 1px 0 #557faa;
                            -webkit-transition: top .3s ease;
                            -moz-transition: top .3s ease;
                            -o-transition: top .3s ease;
                            transition: top .3s ease
                        }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave {
                            overflow: visible;
                            cursor: pointer;
                            z-index: 10;
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            -webkit-transform: scale(0);
                            -moz-transform: scale(0);
                            -o-transform: scale(0);
                            -ms-transform: scale(0);
                            transform: scale(0);
                            -webkit-transition: -webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55);
                            -moz-transition: -moz-transform .3s cubic-bezier(.68,-.55,.265,1.55);
                            -o-transition: -o-transform .3s cubic-bezier(.68,-.55,.265,1.55);
                            transition: -webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55),-moz-transform .3s cubic-bezier(.68,-.55,.265,1.55),-o-transform .3s cubic-bezier(.68,-.55,.265,1.55),transform .3s cubic-bezier(.68,-.55,.265,1.55)
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave.in {
                                -webkit-transform: scale(1);
                                -moz-transform: scale(1);
                                -o-transform: scale(1);
                                -ms-transform: scale(1);
                                transform: scale(1)
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave.in:after {
                                    content: "";
                                    top: 3px;
                                    left: 5px;
                                    position: absolute;
                                    width: 40px;
                                    height: 40px;
                                    background-image: 8121991;
                                    background-image: -webkit-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
                                    background-image: -moz-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
                                    background-image: -o-radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
                                    background-image: radial-gradient(center center,farthest-side circle,rgba(26,175,93,0) 70%,#f5f5f5 100%);
                                    border: 1px solid #fff;
                                    -webkit-animation: wave 5s 3s infinite linear;
                                    -moz-animation: wave 5s 3s infinite linear;
                                    -o-animation: wave 5s 3s infinite linear;
                                    animation: wave 5s 3s infinite linear;
                                    zoom: 1;
                                    filter: alpha(opacity=0);
                                    -webkit-opacity: 0;
                                    -moz-opacity: 0;
                                    opacity: 0;
                                    -webkit-border-radius: 50%;
                                    -webkit-background-clip: padding-box;
                                    -moz-border-radius: 50%;
                                    -moz-background-clip: padding;
                                    border-radius: 50%;
                                    background-clip: padding-box;
                                    -webkit-box-sizing: border-box;
                                    -moz-box-sizing: border-box;
                                    box-sizing: border-box
                                }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse {
                            width: 45px;
                            height: 45px
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:after, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before {
                                content: "";
                                position: absolute;
                                top: 1px;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                -webkit-border-radius: 50%;
                                -webkit-background-clip: padding-box;
                                -moz-border-radius: 50%;
                                -moz-background-clip: padding;
                                border-radius: 50%;
                                background-clip: padding-box;
                                border: 1px solid #fff;
                                -webkit-box-sizing: border-box;
                                -moz-box-sizing: border-box;
                                box-sizing: border-box;
                                -webkit-transform: scale(.91);
                                -moz-transform: scale(.91);
                                -o-transform: scale(.91);
                                -ms-transform: scale(.91);
                                transform: scale(.91);
                                -webkit-animation: borderPulse 3.5s infinite ease;
                                -moz-animation: borderPulse 3.5s infinite ease;
                                -o-animation: borderPulse 3.5s infinite ease;
                                animation: borderPulse 3.5s infinite ease
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse .badge {
                                border: 0;
                                -webkit-box-shadow: none;
                                -moz-box-shadow: none;
                                box-shadow: none
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before {
                                -webkit-animation-delay: .6s;
                                -moz-animation-delay: .6s;
                                -o-animation-delay: .6s;
                                animation-delay: .6s
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse .badge, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse i {
                                -webkit-animation-delay: .3s;
                                -moz-animation-delay: .3s;
                                -o-animation-delay: .3s;
                                animation-delay: .3s
                            }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink .badge, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink i {
                            -webkit-transform: scale(.91);
                            -moz-transform: scale(.91);
                            -o-transform: scale(.91);
                            -ms-transform: scale(.91);
                            transform: scale(.91);
                            -webkit-animation: borderPulse 3.5s infinite ease;
                            -moz-animation: borderPulse 3.5s infinite ease;
                            -o-animation: borderPulse 3.5s infinite ease;
                            animation: borderPulse 3.5s infinite ease
                        }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink i {
                            -webkit-animation-delay: .05s;
                            -moz-animation-delay: .05s;
                            -o-animation-delay: .05s;
                            animation-delay: .05s
                        }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu {
                        padding: 0;
                        min-width: 240px;
                        -webkit-animation-name: dropdownSlideInDown;
                        -moz-animation-name: dropdownSlideInDown;
                        -o-animation-name: dropdownSlideInDown;
                        animation-name: dropdownSlideInDown;
                        -webkit-animation-duration: .3s;
                        -moz-animation-duration: .3s;
                        -o-animation-duration: .3s;
                        animation-duration: .3s;
                        -webkit-border-radius: 0 !important;
                        -webkit-background-clip: padding-box !important;
                        -moz-border-radius: 0 !important;
                        -moz-background-clip: padding !important;
                        border-radius: 0 !important;
                        background-clip: padding-box !important
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li {
                            background-color: #fff;
                            border: 0;
                            padding: 0 8px
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a:hover, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li:hover {
                                background-color: #f5f5f5
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a {
                                margin: 0;
                                font-size: 12px;
                                line-height: 16px;
                                padding: 10px 2px
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a .progress {
                                    margin-bottom: 0;
                                    margin-top: 4px
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header {
                                -webkit-text-shadow: none;
                                text-shadow: none;
                                font-size: 13px;
                                font-weight: 400;
                                text-transform: none;
                                color: #262626
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header {
                                padding: 0 10px;
                                line-height: 34px;
                                margin-bottom: 10px;
                                border-bottom: 1px solid #cecece
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header a {
                                    line-height: 34px
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header[class*=bordered-] {
                                    border-bottom-width: 3px;
                                    border-style: solid
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header i {
                                    margin-right: 5px
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer {
                                padding: 8px 5px 8px 10px
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer[class*=bordered-] {
                                    border-top-width: 3px;
                                    border-style: solid
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer a {
                                    display: inline-block;
                                    color: #999;
                                    padding: 0
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer .btn {
                                    margin-top: -3px
                                }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
                            min-width: 300px;
                            padding-top: 10px
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li {
                                border-bottom: 1px solid #f3f3f3
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-icon i {
                                    width: 32px;
                                    height: 32px;
                                    text-align: center;
                                    line-height: 32px;
                                    margin-right: 10px;
                                    font-size: 15px;
                                    border-radius: 50%
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body .title {
                                    display: block;
                                    font-size: 13px
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body .description {
                                    display: block;
                                    font-size: 10px;
                                    color: #999
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra {
                                    float: right;
                                    text-align: right
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra i {
                                        font-size: 14px
                                    }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra .description {
                                        display: block;
                                        font-size: 10px;
                                        color: #999
                                    }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer {
                                    background-color: #11a9cc;
                                    border-bottom: 0;
                                    color: #fff
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer a {
                                        color: #fff
                                    }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer .weather-icon {
                                        margin-top: -7px;
                                        margin-left: 5px
                                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages {
                            width: 300px;
                            padding-top: 10px
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li {
                                border-bottom: 1px solid #f3f3f3
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-avatar {
                                    max-width: 42px;
                                    margin-right: 6px;
                                    margin-top: 5px;
                                    vertical-align: top
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message {
                                    display: inline-block;
                                    position: relative;
                                    width: 225px
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message span {
                                        display: block
                                    }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-sender {
                                    font-size: 13px
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-time {
                                    position: absolute;
                                    top: 0;
                                    right: 0;
                                    font-size: 11px;
                                    font-weight: 400;
                                    color: #557faa
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-subject {
                                    margin-top: 5px
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-body {
                                    color: #999;
                                    max-height: 35px;
                                    width: 100%;
                                    -ms-text-overflow: ellipsis;
                                    -o-text-overflow: ellipsis;
                                    text-overflow: ellipsis;
                                    white-space: nowrap;
                                    overflow: hidden
                                }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li {
                            border-bottom: 1px solid #f5f5f5
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li a:hover, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li:hover {
                                background-color: #fff
                            }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username {
                                display: none;
                                text-align: center
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username a {
                                    color: #d0d0d0;
                                    font-size: 14px;
                                    font-weight: 300
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email {
                                text-align: center;
                                font-size: 12px
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email, .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email a {
                                    color: #d0d0d0
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area {
                                position: relative;
                                text-align: center;
                                margin: 10px auto;
                                width: 128px
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .avatar {
                                    width: 128px;
                                    height: 128px
                                }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .caption {
                                    background-color: #557faa;
                                    zoom: 1;
                                    filter: alpha(opacity=70);
                                    -webkit-opacity: .7;
                                    -moz-opacity: .7;
                                    opacity: .7;
                                    bottom: 0;
                                    left: 0;
                                    color: #fff;
                                    font-size: 10px;
                                    line-height: 9px;
                                    position: absolute;
                                    padding: 7px 0;
                                    text-align: center;
                                    width: 128px;
                                    cursor: pointer
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit {
                                min-height: 35px
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a {
                                    color: #999;
                                    display: inline-block;
                                    clear: none;
                                    font-size: 13px
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a:hover {
                                        color: #11a9cc
                                    }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area {
                                display: table;
                                width: 100%;
                                padding-bottom: 5px
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker {
                                    padding: 10px 4px;
                                    width: 100%
                                }

                                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li {
                                        display: block;
                                        float: left;
                                        width: 23px;
                                        height: 23px;
                                        margin: 2px;
                                        padding: 0
                                    }

                                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn {
                                            display: block;
                                            width: 23px;
                                            height: 23px;
                                            margin: 0;
                                            padding: 0;
                                            -webkit-border-radius: 0;
                                            -webkit-background-clip: padding-box;
                                            -moz-border-radius: 0;
                                            -moz-background-clip: padding;
                                            border-radius: 0;
                                            background-clip: padding-box;
                                            position: relative;
                                            -webkit-transition: all ease .1s;
                                            -moz-transition: all ease .1s;
                                            -o-transition: all ease .1s;
                                            transition: all ease .1s
                                        }

                                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn:hover {
                                                text-decoration: none;
                                                zoom: 1;
                                                filter: alpha(opacity=80);
                                                -webkit-opacity: .8;
                                                -moz-opacity: .8;
                                                opacity: .8;
                                                -webkit-transform: scale(1.08);
                                                -moz-transform: scale(1.08);
                                                -o-transform: scale(1.08);
                                                -ms-transform: scale(1.08);
                                                transform: scale(1.08)
                                            }

                                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn.selected:after {
                                                content: "";
                                                display: inline-block;
                                                font-family: FontAwesome;
                                                font-size: 11px;
                                                color: #fff;
                                                position: absolute;
                                                left: 0;
                                                right: 0;
                                                text-align: center;
                                                line-height: 20px
                                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .btn-colorpicker {
                                    display: inline-block;
                                    width: 20px;
                                    height: 20px;
                                    background-color: #ddd;
                                    vertical-align: middle;
                                    border-radius: 0
                                }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.dropdown-footer {
                                padding: 10px;
                                border-top: 3px solid #557faa;
                                border-bottom: 0;
                                text-align: right
                            }

                                .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.dropdown-footer a {
                                    color: #717171;
                                    font-size: 13px;
                                    font-weight: 300
                                }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow:before {
                        content: '';
                        display: inline-block;
                        right: 0;
                        position: absolute;
                        width: 50px;
                        background-color: #fff;
                        border: 0;
                        top: -46px;
                        height: 3px;
                        -webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4);
                        -moz-box-shadow: 0 2px 40px rgba(0,0,0,.4);
                        box-shadow: 0 2px 40px rgba(0,0,0,.4)
                    }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open > a {
                        background-color: #446d99;
                        -webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4);
                        -moz-box-shadow: 0 2px 40px rgba(0,0,0,.4);
                        box-shadow: 0 2px 40px rgba(0,0,0,.4)
                    }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open .dropdown-menu {
                        margin-top: 0;
                        right: 0;
                        border: 0 !important
                    }

                .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
                    padding: 8px 20px 10px;
                    height: 45px;
                    opacity: 1;
                    position: relative;
                    cursor: pointer
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
                        margin-right: 14px;
                        display: block;
                        float: left;
                        border-left: 2px solid #557faa;
                        width: 29px;
                        height: 29px
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar img {
                            width: 29px;
                            height: 29px
                        }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section {
                        width: auto;
                        display: block;
                        overflow: hidden;
                        line-height: 25px;
                        float: left
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 {
                            font-size: 14px;
                            font-weight: 400;
                            white-space: nowrap;
                            margin: 0
                        }

                            .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 span {
                                display: block;
                                color: #fff;
                                overflow: hidden;
                                -ms-text-overflow: ellipsis;
                                -o-text-overflow: ellipsis;
                                text-overflow: ellipsis;
                                line-height: 25px
                            }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu {
                        width: 100%;
                        min-width: 100px
                    }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-arrow:before {
                        width: 100%
                    }

            .navbar .navbar-inner .navbar-header .navbar-account .setting {
                width: 50px;
                position: absolute;
                right: 0;
                top: 0
            }

                .navbar .navbar-inner .navbar-header .navbar-account .setting a {
                    position: relative;
                    width: 50px;
                    height: 45px;
                    display: inline-block;
                    -webkit-transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition: all .5s ease;
                    transition: all .5s ease
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .setting a .icon {
                        display: block;
                        color: #fff;
                        font-size: 22px;
                        line-height: 45px;
                        text-align: center
                    }

            .navbar .navbar-inner .navbar-header .navbar-account .setting-container {
                -webkit-transform: rotateY(90deg);
                -moz-transform: rotateY(90deg);
                -o-transform: rotateY(90deg);
                -ms-transform: rotateY(90deg);
                transform: rotateY(90deg);
                -webkit-transform-origin: top left;
                -moz-transform-origin: top left;
                -o-transform-origin: top left;
                -ms-transform-origin: top left;
                transform-origin: top left;
                display: inline-block;
                width: 505px;
                height: 45px;
                zoom: 1;
                filter: alpha(opacity=0);
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                text-align: center;
                padding: 11px 0;
                position: absolute;
                top: 0;
                right: 0
            }

                .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] {
                    display: inline-block
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] + .text {
                        color: #fff;
                        margin-right: 8px;
                        font-weight: 300
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] + .text:before {
                            border-color: #557faa
                        }

                    .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox]:checked + .text {
                        color: #fff
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox]:checked + .text:before {
                            border-color: #557faa;
                            color: #557faa
                        }

            .navbar .navbar-inner .navbar-header .navbar-account .account-area, .navbar .navbar-inner .navbar-header .navbar-account .setting, .navbar .navbar-inner .navbar-header .navbar-account .setting-container {
                -webkit-transform-style: preserve-3d;
                -moz-transform-style: preserve-3d;
                -o-transform-style: preserve-3d;
                -ms-transform-style: preserve-3d;
                transform-style: preserve-3d;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -o-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transition: .9s;
                -moz-transition: .9s;
                -o-transition: .9s;
                transition: .9s
            }

            .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
                right: 505px;
                background-color: #557faa
            }

                .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting a {
                    -webkit-box-shadow: 0 -6px 40px rgba(0,0,0,.4);
                    -moz-box-shadow: 0 -6px 40px rgba(0,0,0,.4);
                    box-shadow: 0 -6px 40px rgba(0,0,0,.4)
                }

                    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting a:before {
                        content: '';
                        display: inline-block;
                        right: 0;
                        position: absolute;
                        width: 50px;
                        background-color: #fff;
                        border: 0;
                        top: 0;
                        height: 3px
                    }

.main-container:after, .page-sidebar:before {
    content: "";
    background-color: #fff
}

.navbar .navbar-inner .navbar-header .navbar-account.setting-open .account-area {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    right: 450px
}

.navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    padding: 11px
}

.navbar .navbar-brand {
    color: #fff;
    font-size: 24px;
    -webkit-text-shadow: none;
    text-shadow: none;
    padding: 2px 0;
    font-weight: 200;
    height: 45px
}

    .navbar .navbar-brand small img {
        height: 40px;
        width: 177px
    }

.navbar .sidebar-collapse {
    text-align: center;
    padding: 0;
    position: absolute;
    left: 189px;
    top: 0;
    z-index: 2;
    width: 35px;
    height: 45px
}

    .navbar .sidebar-collapse:hover {
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
        box-shadow: 0 0 20px rgba(0,0,0,.2)
    }

    .navbar .sidebar-collapse .collapse-icon {
        display: inline-block;
        cursor: pointer;
        font-size: 18px;
        color: #fff;
        padding: 11px 5px;
        line-height: 22px;
        position: relative;
        -webkit-transition: color .318s ease;
        -moz-transition: color .318s ease;
        -o-transition: color .318s ease;
        transition: color .318s ease
    }

    .navbar .sidebar-collapse.active:hover {
        box-shadow: none
    }

    .navbar .sidebar-collapse.active .collapse-icon {
        font-size: 14px;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
        box-shadow: 0 0 20px rgba(0,0,0,.2);
        padding: 11px
    }

.navbar.navbar-fixed-top {
    z-index: 1003
}

    .navbar.navbar-fixed-top + .main-container {
        margin-top: 45px
    }

@media only screen and (max-width:767px) {
    .navbar-container {
        padding-left: 2px
    }
}

@media only screen and (max-width:760px) {
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting, .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
        top: 45px
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username {
        display: block
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
        padding: 8px
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section {
            display: none
        }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
            margin-right: 0;
            margin-left: 1px
        }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu {
            min-width: 200px
        }

            .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu:before {
                width: 50px
            }
}

@media only screen and (max-width:759px) {
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
        width: 270px;
        top: 0;
        padding: 0 5px;
        text-align: left
    }

        .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container label {
            margin-bottom: 0
        }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
        right: 270px;
        top: 0
    }
}

@media only screen and (max-width:530px) {
    .navbar {
        height: 90px
    }

        .navbar .sidebar-collapse {
            left: auto;
            right: 0;
            width: 50px
        }

            .navbar .sidebar-collapse .collpse-icon {
                padding: 11px 15px
            }

        .navbar .navbar-brand {
            padding-left: 10px
        }

        .navbar .navbar-inner .navbar-header {
            float: none !important;
            display: block
        }

            .navbar .navbar-inner .navbar-header .navbar-account {
                float: right
            }

                .navbar .navbar-inner .navbar-header .navbar-account .account-area {
                    padding-left: 0;
                    top: 45px
                }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
                        left: -135px;
                        right: auto
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications.dropdown-arrow:before {
                            left: 135px
                        }

                    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages {
                        left: -135px;
                        right: auto
                    }

                        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages.dropdown-arrow:before {
                            left: 135px
                        }

                .navbar .navbar-inner .navbar-header .navbar-account .setting, .navbar .navbar-inner .navbar-header .navbar-account .setting-container {
                    top: 45px !important
                }

                .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
                    left: 50px
                }

                .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
                    left: 0
                }

        .navbar .navbar-inner .navbar-container {
            padding-left: 0
        }

    .navbar-fixed-top + .main-container {
        margin-top: 90px !important
    }

    .breadcrumbs-fixed {
        top: 90px !important
    }

        .breadcrumbs-fixed + .page-header {
            margin-top: 40px !important
        }

    .page-header-fixed {
        top: 130px !important
    }

        .page-header-fixed + .page-body {
            margin-top: 80px !important
        }

    .page-sidebar.sidebar-fixed {
        top: 90px !important
    }
}

@media only screen and (max-width:450px) {
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
        width: 270px;
        padding: 0 5px;
        text-align: left;
        left: 50px
    }

        .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container label {
            margin-bottom: 0
        }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
        left: 0
    }
}

@media only screen and (max-width:400px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
        left: -55px;
        right: auto
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications.dropdown-arrow:before {
            left: 55px
        }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages {
        left: -105px;
        right: auto
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages.dropdown-arrow:before {
            left: 105px
        }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-tasks {
        left: -100px;
        right: auto
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-tasks.dropdown-arrow:before {
            left: 100px
        }
}

@media only screen and (max-width:320px) {
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow:before {
        width: 45px !important
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
        min-width: 45px
    }
}

.main-container {
    position: static;
    padding: 0
}

    .main-container > .page-container {
        position: relative
    }

    .main-container:after {
        bottom: 0;
        display: block;
        max-width: inherit;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -2;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        box-shadow: 0 1px 4px rgba(0,0,0,.3)
    }

.page-sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 224px;
    display: block
}

    .page-sidebar.sidebar-fixed {
        position: fixed;
        top: 45px;
        float: none !important;
        z-index: 1000
    }

        .page-sidebar.sidebar-fixed:before {
            height: 5000px;
            top: 45px;
            bottom: auto
        }

    .page-sidebar.hide {
        display: none !important
    }

        .page-sidebar.hide:before {
            display: none
        }

        .page-sidebar.hide ~ .page-content {
            margin-left: 0 !important
        }

            .page-sidebar.hide ~ .page-content .breadcrumbs-fixed, .page-sidebar.hide ~ .page-content .page-header-fixed {
                left: 0 !important
            }

    .page-sidebar:before {
        position: fixed;
        display: block;
        width: 219px;
        bottom: 0;
        top: 0;
        left: 5px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        z-index: 1
    }

    .page-sidebar .sidebar-header-wrapper {
        margin-left: 5px;
        height: 30px;
        margin-bottom: 0;
        position: relative
    }

        .page-sidebar .sidebar-header-wrapper .searchinput {
            height: 41px;
            z-index: 2;
            background-color: #fff;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid #fff;
            padding-left: 40px;
            width: 100%
        }

            .page-sidebar .sidebar-header-wrapper .searchinput:focus {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                border-color: #fff
            }

                .page-sidebar .sidebar-header-wrapper .searchinput:focus ~ .searchhelper {
                    display: block;
                    z-index: 124
                }

            .page-sidebar .sidebar-header-wrapper .searchinput::-webkit-input-placeholder {
                color: #d0d0d0;
                font-weight: 300;
                font-family: 'Open Sans','Segoe UI'
            }

            .page-sidebar .sidebar-header-wrapper .searchinput::-moz-placeholder {
                color: #d0d0d0;
                font-weight: 300;
                font-family: 'Open Sans','Segoe UI'
            }

            .page-sidebar .sidebar-header-wrapper .searchinput:-moz-placeholder {
                color: #d0d0d0;
                font-weight: 300;
                font-family: 'Open Sans','Segoe UI'
            }

            .page-sidebar .sidebar-header-wrapper .searchinput:-ms-input-placeholder {
                color: #d0d0d0;
                font-weight: 300;
                font-family: 'Open Sans','Segoe UI'
            }

        .page-sidebar .sidebar-header-wrapper .searchicon {
            cursor: pointer;
            display: inline-block;
            height: 12px;
            left: 20px;
            position: absolute;
            top: 14px;
            width: 12px;
            color: #557faa;
            z-index: 124
        }

        .page-sidebar .sidebar-header-wrapper .searchhelper {
            -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.4);
            -moz-box-shadow: 0 10px 40px rgba(0,0,0,.4);
            box-shadow: 0 10px 40px rgba(0,0,0,.4);
            background-color: #fff;
            color: #999;
            display: none;
            opacity: 1;
            padding: 10px;
            position: absolute;
            right: 0;
            left: 0;
            top: 40px;
            z-index: 4
        }

    .page-sidebar .sidebar-menu {
        margin: 0 0 0 5px;
        padding: 0;
        list-style: none
    }

        .page-sidebar .sidebar-menu a {
            display: block;
            height: 38px;
            line-height: 36px;
            margin: 0;
            padding: 0 16px 0 7px;
            -webkit-text-shadow: none !important;
            text-shadow: none !important;
            font-size: 13px;
            color: #737373;
            z-index: 123
        }

            .page-sidebar .sidebar-menu a:hover {
                color: #262626
            }

                .page-sidebar .sidebar-menu a:hover:before {
                    display: block
                }

            .page-sidebar .sidebar-menu a .menu-icon {
                display: inline-block;
                vertical-align: middle;
                min-width: 30px;
                text-align: center;
                font-size: 14px;
                font-weight: 400;
                font-style: normal;
                margin-top: -3px
            }

            .page-sidebar .sidebar-menu a .menu-expand {
                display: inline-block;
                position: absolute;
                font-size: 13px;
                line-height: 10px;
                height: 10px;
                width: 10px;
                right: 12px;
                top: 15px;
                margin: 0;
                text-align: center;
                padding: 0;
                -webkit-text-shadow: none;
                text-shadow: none;
                color: #666;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: 400
            }

                .page-sidebar .sidebar-menu a .menu-expand:before {
                    content: ""
                }

        .page-sidebar .sidebar-menu li {
            display: block;
            padding: 0;
            margin: 0;
            border: 0;
            position: relative
        }

            .page-sidebar .sidebar-menu li:before {
                display: none;
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: -4px;
                width: 4px;
                max-width: 4px;
                overflow: hidden;
                background-color: #557faa
            }

            .page-sidebar .sidebar-menu li.open {
                background-color: #fff
            }

                .page-sidebar .sidebar-menu li.open > a {
                    color: #262626
                }

                    .page-sidebar .sidebar-menu li.open > a .menu-expand {
                        -webkit-transform: rotate(90deg);
                        -moz-transform: rotate(90deg);
                        -o-transform: rotate(90deg);
                        -ms-transform: rotate(90deg);
                        transform: rotate(90deg)
                    }

                .page-sidebar .sidebar-menu li.open > .submenu {
                    display: block !important
                }

            .page-sidebar .sidebar-menu li.active:not(.open):before {
                display: block
            }

            .page-sidebar .sidebar-menu li.active > a {
                display: block;
                content: "";
                color: #262626;
                background-color: #f5f5f5
            }

            .page-sidebar .sidebar-menu li:not(.open):hover:before {
                display: block;
                background-color: #557faa
            }

        .page-sidebar .sidebar-menu > li > a {
            border-top: 1px solid #f3f3f3
        }

            .page-sidebar .sidebar-menu > li > a:hover {
                border-color: #f3f3f3;
                background-color: #fbfbfb
            }

        .page-sidebar .sidebar-menu > li:last-child > a {
            border-bottom: 1px solid #f3f3f3
        }

        .page-sidebar .sidebar-menu > li > .submenu {
            background-color: #fbfbfb;
            -webkit-box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15),inset 0 -4px 4px -2px rgba(0,0,0,.15);
            -moz-box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15),inset 0 -4px 4px -2px rgba(0,0,0,.15);
            box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15),inset 0 -4px 4px -2px rgba(0,0,0,.15)
        }

            .page-sidebar .sidebar-menu > li > .submenu:before {
                content: "";
                display: block;
                position: absolute;
                z-index: 1;
                left: 23px;
                top: 0;
                bottom: 19px;
                border-left: 1px solid #e2e2e2
            }

            .page-sidebar .sidebar-menu > li > .submenu > li > a:before {
                content: "";
                display: inline-block;
                position: absolute;
                width: 5px;
                height: 5px;
                left: 21px;
                top: 17px;
                background-color: #fff;
                border: 1px solid #e2e2e2;
                z-index: 2
            }

    .page-sidebar.menu-compact, .page-sidebar.menu-compact .sidebar-header-wrapper, .page-sidebar.menu-compact:before {
        width: 42px
    }

    .page-sidebar .sidebar-menu > li > .submenu > li.active > a:before {
        background-color: #e2e2e2
    }

    .page-sidebar .sidebar-menu > li > .submenu > li.active:first-child > a {
        -webkit-box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15);
        -moz-box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15);
        box-shadow: inset 0 4px 4px -2px rgba(0,0,0,.15)
    }

    .page-sidebar .sidebar-menu > li > .submenu > li.active:last-child a {
        -webkit-box-shadow: inset 0 -4px 4px -2px rgba(0,0,0,.15);
        -moz-box-shadow: inset 0 -4px 4px -2px rgba(0,0,0,.15);
        box-shadow: inset 0 -4px 4px -2px rgba(0,0,0,.15)
    }

    .page-sidebar .sidebar-menu > li.open > a {
        background-color: #fff
    }

    .page-sidebar .sidebar-menu .submenu {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        background-color: #fbfbfb;
        border-top: 0;
        z-index: 123
    }

        .page-sidebar .sidebar-menu .submenu li {
            margin-left: 0;
            position: relative
        }

            .page-sidebar .sidebar-menu .submenu li.open:before {
                display: none
            }

            .page-sidebar .sidebar-menu .submenu li.active > a {
                color: #262626;
                background-color: #f5f5f5
            }

            .page-sidebar .sidebar-menu .submenu li.active > .submenu {
                display: block
            }

        .page-sidebar .sidebar-menu .submenu > li > a {
            padding-left: 40px
        }

        .page-sidebar .sidebar-menu .submenu > li.open > a {
            background-color: #fbfbfb
        }

        .page-sidebar .sidebar-menu .submenu > li .submenu {
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee
        }

            .page-sidebar .sidebar-menu .submenu > li .submenu > li > a {
                padding-left: 50px
            }

            .page-sidebar .sidebar-menu .submenu > li .submenu > li .submenu > li > a {
                padding-left: 70px
            }

    .page-sidebar.menu-compact ~ .page-content {
        margin-left: 43px
    }

        .page-sidebar.menu-compact ~ .page-content .breadcrumbs-fixed, .page-sidebar.menu-compact ~ .page-content .page-header-fixed {
            left: 47px
        }

    .page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus ~ .searchhelper, .page-sidebar.menu-compact .sidebar-header-wrapper:hover {
        width: 238px
    }

        .page-sidebar.menu-compact .sidebar-header-wrapper:hover .searchinput {
            -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.4);
            -moz-box-shadow: 0 10px 40px rgba(0,0,0,.4);
            box-shadow: 0 10px 40px rgba(0,0,0,.4)
        }

    .page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus {
        width: 238px;
        -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.4);
        -moz-box-shadow: 0 10px 40px rgba(0,0,0,.4);
        box-shadow: 0 10px 40px rgba(0,0,0,.4)
    }

    .page-sidebar.menu-compact .sidebar-header-wrapper .searchicon {
        left: 15px
    }

    .page-sidebar.menu-compact .sidebar-menu {
        width: 42px
    }

        .page-sidebar.menu-compact .sidebar-menu > li.open > .menu-text, .page-sidebar.menu-compact .sidebar-menu > li.open > .submenu {
            display: none !important
        }

        .page-sidebar.menu-compact .sidebar-menu > li:hover > a {
            color: #262626
        }

            .page-sidebar.menu-compact .sidebar-menu > li:hover > a > .menu-text {
                display: block
            }

        .page-sidebar.menu-compact .sidebar-menu > li:hover > .submenu {
            display: block !important
        }

        .page-sidebar.menu-compact .sidebar-menu > li > a {
            position: relative;
            z-index: 123
        }

            .page-sidebar.menu-compact .sidebar-menu > li > a .menu-text {
                display: none;
                position: absolute;
                left: 42px;
                top: 0;
                width: 195px;
                height: 38px;
                line-height: 38px;
                background-color: #fff;
                z-index: 121;
                padding-left: 25px;
                -webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
                -moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
                box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3)
            }

            .page-sidebar.menu-compact .sidebar-menu > li > a .menu-expand {
                display: none
            }

            .page-sidebar.menu-compact .sidebar-menu > li > a.menu-dropdown {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none
            }

                .page-sidebar.menu-compact .sidebar-menu > li > a.menu-dropdown > .menu-text {
                    border: 0;
                    top: 0;
                    left: 42px;
                    width: 195px;
                    border-bottom: 1px solid #f3f3f3;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none
                }

            .page-sidebar.menu-compact .sidebar-menu > li > a:hover {
                background-color: #fff
            }

        .page-sidebar.menu-compact .sidebar-menu > li > .submenu {
            background: #fbfbfb;
            position: absolute;
            z-index: 120;
            left: 42px;
            top: 0;
            width: 195px;
            padding-top: 38px;
            display: none;
            border-left: 1px solid #f3f3f3;
            -webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
            -moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3);
            box-shadow: 5px 5px 5px -5px rgba(0,0,0,.3),5px 5px 5px -5px rgba(0,0,0,.3),5px -5px 5px -5px rgba(0,0,0,.3)
        }

            .page-sidebar.menu-compact .sidebar-menu > li > .submenu li > a {
                margin-left: 0;
                padding-left: 24px
            }

            .page-sidebar.menu-compact .sidebar-menu > li > .submenu li.open > .submenu {
                display: block;
                left: 0;
                position: relative;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none
            }

            .page-sidebar.menu-compact .sidebar-menu > li > .submenu li .submenu {
                display: none;
                list-style: none;
                margin: 0;
                padding: 0;
                position: relative
            }

            .page-sidebar.menu-compact .sidebar-menu > li > .submenu li:hover {
                background-color: #fff
            }

                .page-sidebar.menu-compact .sidebar-menu > li > .submenu li:hover:before {
                    display: block;
                    left: 0
                }

            .page-sidebar.menu-compact .sidebar-menu > li > .submenu:before, .page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > a:before {
                display: none
            }

            .page-sidebar.menu-compact .sidebar-menu > li > .submenu li.active:not(.open):before {
                left: 0
            }

            .page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > a {
                -webkit-box-shadow: none !important;
                -moz-box-shadow: none !important;
                box-shadow: none !important
            }

@media only screen and (max-width:880px) {
    .page-sidebar:before {
        display: none
    }

    .page-sidebar {
        display: none;
        float: none
    }

    .breadcrumbs-fixed, .page-header-fixed {
        left: 0 !important
    }
}

@media(max-width:880px) {
    .page-sidebar.hide, .page-sidebar.hide:before {
        display: block !important
    }

        .page-sidebar.hide ~ .page-content {
            margin-left: 224px !important
        }

            .page-sidebar.hide ~ .page-content .breadcrumbs-fixed, .page-sidebar.hide ~ .page-content .page-header-fixed {
                left: 224px !important
            }

    .page-sidebar.menu-compact ~ .page-content {
        margin-left: 0
    }

        .page-sidebar.menu-compact ~ .page-content .breadcrumbs-fixed, .page-sidebar.menu-compact ~ .page-content .page-header-fixed {
            left: 0
        }

    .page-sidebar.menu-compact.hide ~ .page-content {
        margin-left: 46px !important
    }

        .page-sidebar.menu-compact.hide ~ .page-content .breadcrumbs-fixed, .page-sidebar.menu-compact.hide ~ .page-content .page-header-fixed {
            left: 46px !important
        }
}

@media(max-width:500px) {
    .page-sidebar.hide ~ .page-content .page-header .header-buttons .fullscreen, .page-sidebar.hide ~ .page-content .page-header .header-buttons .refresh, .page-sidebar.hide ~ .page-content .page-header .header-title {
        display: none
    }

    .page-sidebar.menu-compact.hide ~ .page-content .page-header .header-buttons .fullscreen, .page-sidebar.menu-compact.hide ~ .page-content .page-header .header-buttons .refresh {
        display: inline-block
    }
}

.page-content {
    display: block;
    margin-left: 224px;
    margin-right: 0;
    margin-top: 0;
    padding: 0
}

@media only screen and (max-width:880px) {
    .page-content {
        margin-left: 0
    }
}

.page-breadcrumbs {
    position: relative;
    background: #f3f3f3;
    min-height: 30px;
    line-height: 29px;
    padding: 0;
    display: block;
    z-index: 1;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15)
}

    .page-breadcrumbs.breadcrumbs-fixed {
        position: fixed;
        right: 0;
        left: 224px;
        top: 45px;
        z-index: 999
    }

        .page-breadcrumbs.breadcrumbs-fixed + .page-header {
            margin-top: 40px
        }

.breadcrumb {
    background-color: transparent;
    display: inline-block;
    line-height: 24px;
    margin: 0 22px 0 12px;
    padding: 0;
    font-size: 13px;
    color: #333;
    border-radius: 0;
    position: absolute;
    left: 10px;
}

    .breadcrumb > li, .breadcrumb > li.active {
        color: #777;
        -webkit-text-shadow: none;
        text-shadow: none
    }

        .breadcrumb > li + li:before {
            color: #999
        }

        .breadcrumb > li > .divider {
            padding: 0 4px
        }

        .breadcrumb > li > a {
            display: inline-block;
            color: #557faa
        }

        .breadcrumb > li:first-child > a {
            padding-left: 4px
        }

        .breadcrumb > li > i {
            margin-left: 4px;
            margin-right: 2px;
            font-size: 20px;
            position: relative;
            top: 2px
        }

    .breadcrumb .expand-icon {
        height: 22px;
        padding: 0;
        margin: 0;
        position: relative;
        top: 1px;
        font-size: 14px;
        color: #b2b6bf
    }

.page-header {
    position: relative;
    margin: 0;
    padding-bottom: 1px;
    padding-left: 12px;
    background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left,#fff,#f3f3f3);
    background-image: -moz-linear-gradient(left,#fff,#f3f3f3);
    background-image: -o-linear-gradient(left,#fff,#f3f3f3);
    background-image: linear-gradient(to right,#fff,#f3f3f3);
    z-index: 0;
    min-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    height: 40px
}

    .page-header .header-title {
        display: inline-block;
        position: relative;
        height: 40px
    }

        .page-header .header-title h1 {
            padding: 0;
            margin: 0 4px;
            font-size: 17px;
            font-weight: lighter;
            color: #737373;
            line-height: 37px;
            display: inline-block
        }

            .page-header .header-title h1 small {
                margin: 0 1px;
                font-size: 14px;
                letter-spacing: 0;
                font-weight: 300;
                color: #888
            }

    .page-header .header-buttons {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0
    }

        .page-header .header-buttons a {
            position: relative;
            vertical-align: middle;
            display: inline-block;
            z-index: 1029;
            height: 40px;
            width: 36px;
            margin-right: 5px;
            padding: 8px 10px;
            color: #dfdfdf;
            -webkit-transition: all .218s ease;
            -moz-transition: all .218s ease;
            -o-transition: all .218s ease;
            transition: all .218s ease;
            float: right
        }

            .page-header .header-buttons a:before {
                display: block;
                content: "";
                position: absolute;
                left: 0;
                bottom: -3px;
                right: 0;
                height: 4px;
                max-height: 4px;
                overflow: hidden;
                background-color: #557faa
            }

    .page-header.mail-header .header-buttons a:before, .widget.collapsed .widget-body, .widget.no-header .widget-header {
        display: none
    }

    .page-header .header-buttons a:hover {
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
        box-shadow: 0 0 20px rgba(0,0,0,.2);
        color: #557faa
    }

    .page-header .header-buttons a.active {
        color: #557faa
    }

    .page-header .header-buttons a i {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px
    }

    .page-header .header-buttons a.fullscreen:before {
        background-color: #557faa
    }

    .page-header .header-buttons a.fullscreen.active, .page-header .header-buttons a.fullscreen:hover {
        color: #557faa
    }

    .page-header .header-buttons a.refresh:before {
        background-color: #ffce55
    }

    .page-header .header-buttons a.refresh.active, .page-header .header-buttons a.refresh:hover {
        color: #ffce55
    }

    .page-header .header-buttons a.sidebar-toggler.active, .page-header .header-buttons a.sidebar-toggler:hover, .widget:hover .compact i {
        color: #557faa
    }

    .page-header .header-buttons a.sidebar-toggler:before {
        background-color: #557faa
    }

    .page-header.mail-header {
        border-bottom: 1px solid #eee
    }

        .page-header.mail-header .header-buttons a:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none
        }

    .page-header.page-header-fixed {
        position: fixed;
        right: 0;
        left: 224px;
        top: 85px;
        z-index: 998;
        margin-top: 0 !important
    }

        .page-header.page-header-fixed + .page-body {
            margin-top: 80px
        }

@media only screen and (max-width:520px) {
    .header-title h1 small {
        display: none
    }
}

.page-body {
    background: #eee;
    padding: 18px 20px 24px
}

.widget {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 30px
}

    .widget.collapsed.radius-bordered .widget-header {
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box
    }

    .widget.no-header.radius-bordered .widget-body {
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box
    }

    .widget.maximized {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        margin: 0;
        overflow: auto
    }

        .widget.maximized .widget-body {
            padding: 12px 0
        }

    .widget.transparent .widget-body, .widget.transparent .widget-header {
        background-color: rgba(0,0,0,0);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .widget.transparent .widget-header {
        border-bottom: 1px solid #ccc
    }

    .widget.bordered-top {
        border-top: 3px solid #fff
    }

    .widget.bordered-bottom {
        border-bottom: 3px solid #fff
    }

    .widget.bordered-left {
        border-left: 3px solid #fff
    }

    .widget.bordered-right {
        border-right: 3px solid #fff
    }

    .widget.radius-bordered .widget-header {
        -webkit-border-radius: 3px 3px 0 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px 3px 0 0;
        -moz-background-clip: padding;
        border-radius: 3px 3px 0 0;
        background-clip: padding-box
    }

    .widget.radius-bordered .widget-body {
        -webkit-border-radius: 0 0 3px 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 0 3px 3px;
        -moz-background-clip: padding;
        border-radius: 0 0 3px 3px;
        background-clip: padding-box
    }

    .widget.flat .widget-body, .widget.flat .widget-header {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .widget.lightshadow .widget-body, .widget.lightshadow .widget-header {
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
        box-shadow: 0 1px 4px rgba(0,0,0,.2)
    }

    .widget:hover .compact {
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
        box-shadow: 0 0 20px rgba(0,0,0,.2)
    }

.widget-header {
    position: relative;
    min-height: 35px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #555;
    padding-left: 12px;
    text-align: right
}

    .widget-buttons.compact:hover i, .widget-header[class*=bg-] .widget-caption, .widget-header[class*=bg-] i {
        color: #fff
    }

    .widget-header .widget-icon {
        display: block;
        width: 30px;
        height: 32px;
        position: relative;
        float: left;
        font-size: 111%;
        line-height: 32px;
        text-align: center;
        margin-left: -10px
    }

    .widget-header > .widget-caption {
        line-height: 34px;
        padding: 0;
        margin: 0;
        float: left;
        text-align: left;
        font-weight: 400 !important;
        font-size: 13px
    }

.badge, .label {
    font-weight: 300;
    -webkit-text-shadow: none !important;
    text-shadow: none !important
}

.widget-header.lined {
    border: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 2%
}

    .widget-header.lined:before {
        content: "";
        position: absolute;
        display: block;
        width: 96%;
        bottom: 0;
        top: 35px;
        height: 1px;
        left: 2%;
        z-index: 1;
        border-bottom: 1px solid #e5e5e5
    }

    .widget-header.lined .widget-buttons {
        padding-right: 2%
    }

    .widget-header.lined + .widget-body {
        padding-left: 2%;
        padding-right: 2%
    }

.widget-header.separated {
    margin-bottom: 5px
}

.widget-header[class*=bg-] {
    border: 0
}

.widget-body.bordered-right, .widget-header.bordered-right {
    border-right: 3px solid #fff
}

.widget-body.bordered-bottom, .widget-header.bordered-bottom {
    border-bottom: 3px solid #fff
}

.widget-body.bordered-top, .widget-header.bordered-top {
    border-top: 3px solid #fff
}

.widget-header.bordered-left {
    border-left: 3px solid #fff
}

.widget-header.header-large {
    min-height: 49px;
    padding-left: 18px
}

    .widget-header.header-large h5 {
        line-height: 48px;
        font-size: 16px
    }

    .widget-header.header-large > .widget-buttons {
        line-height: 48px;
        height: 48px
    }

        .widget-header.header-large > .widget-buttons a {
            min-width: 26px
        }

            .widget-header.header-large > .widget-buttons a i {
                font-size: 20px
            }

.widget-header.header-small {
    min-height: 29px;
    padding-left: 10px
}

    .widget-header.header-small h5 {
        line-height: 28px;
        font-size: 12px
    }

    .widget-header.header-small > .widget-buttons {
        line-height: 29px;
        height: 29px
    }

        .widget-header.header-small > .widget-buttons a {
            min-width: 16px;
            height: 16px
        }

            .widget-header.header-small > .widget-buttons a i {
                font-size: 14px
            }

.widget-buttons {
    display: inline-block;
    padding: 0 5px;
    line-height: 34px;
    position: relative;
    text-align: left;
    height: 36px
}

    .widget-buttons.buttons-bordered {
        border-left: 1px solid #e5e5e5
    }

    .widget-buttons.compact {
        margin-top: 4px;
        background-color: #f5f5f5;
        line-height: 27px;
        -webkit-transition: color .318s ease;
        -moz-transition: color .318s ease;
        -o-transition: color .318s ease;
        transition: color .318s ease;
        height: 27px
    }

        .widget-buttons.compact:hover {
            background-color: #557faa;
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
            box-shadow: 0 0 20px rgba(0,0,0,.2)
        }

        .widget-buttons.compact:before {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -4px;
            width: 4px;
            max-width: 4px;
            overflow: hidden;
            background-color: #557faa
        }

.btn, .btn.btn-labeled, .btn.btn-labeled .btn-label, .tab-content, .well, .well.attached {
    position: relative
}

.widget-buttons.compact a {
    min-width: 14px;
    line-height: 14px
}

.widget-buttons.compact i {
    color: #ccc;
    font-size: 14px
}

.widget-buttons.no-padding {
    padding: 0
}

.widget-buttons.padding-5 {
    padding: 0 5px
}

.widget-buttons.no-border:before {
    display: none
}

.btn, .databox, .widget-buttons .progress, .widget-buttons label, .widget-buttons > a {
    display: inline-block
}

.widget-buttons label {
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 6px
}

.widget-buttons > a {
    font-size: 14px;
    margin: 0 1px;
    padding: 0;
    line-height: 24px;
    min-width: 20px;
    text-align: center
}

    .widget-buttons > a i {
        vertical-align: middle
    }

.widget-buttons > [data-toggle] > .fa {
    margin-right: 0
}

.widget-buttons > [data-toggle]:hover {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.widget-buttons > [data-toggle=maximize], .widget-buttons > [data-toggle=collapse], .widget-buttons > [data-toggle=refresh], .widget-buttons > [data-toggle=config], .widget-buttons > [data-toggle=dispose] {
    color: #777;
    font-size: 14px
}

.widget-buttons .progress {
    vertical-align: middle;
    margin: -3px 0 0;
    min-width: 100px
}

.widget-buttons .badge, .widget-buttons .btn-group {
    margin-top: -2px
}

    .widget-buttons .btn-group .dropdown-menu {
        right: 0;
        left: auto
    }

.widget-buttons .label {
    padding: 5px 6px
}

.widget-buttons .pager, .widget-buttons .pagination {
    float: right;
    margin: 5px 2px 1px
}

.widget-buttons .btn {
    margin-top: -2px
}

.widget-body {
    background-color: #fbfbfb;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    padding: 12px
}

    .databox, .widget-body.no-padding {
        padding: 0
    }

    .widget-body.bordered-left {
        border-left: 3px solid #fff
    }

    .widget-body[class*=bg-] {
        color: #fff
    }

    .widget-body.no-padding .accordion {
        border: 0
    }

    .widget-body.no-padding .dataTables_filter label {
        margin: 10px
    }

    .widget-body.no-padding .dataTables_length {
        top: 10px;
        right: 10px
    }

    .widget-body.no-padding .DTTT.btn-group {
        right: 80px;
        top: 10px
    }

    .widget-body .accordion.panel-group {
        border-top-width: 1px !important
    }

    .widget-body > table {
        margin-bottom: 0
    }

    .widget-body hr.wide {
        margin-left: -12px;
        margin-right: -12px
    }

.databox-container {
    text-align: center;
    font-size: 0
}

.databox {
    width: 100%;
    height: 65px;
    font-size: 0;
    margin-bottom: 30px;
    vertical-align: top;
    min-width: 130px
}

.badge, .btn {
    vertical-align: middle
}

.tab-content {
    background-color: #fbfbfb;
    padding: 16px 12px;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3)
}

    .tab-content.no-padding {
        padding: 0
    }

    .tab-content.no-border {
        border: 0;
        padding: 12px
    }

    .tab-content.radius-bordered {
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box
    }

.btn, .btn.shiny {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding
}

.tab-content.tabs-flat {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #e5e5e5
}

.nav-tabs {
    margin-bottom: 0;
    margin-left: 0;
    border: 0;
    top: 2px;
    background-color: #eee;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3)
}

    .nav-tabs.nav-justified, .nav-tabs > li {
        margin-bottom: -2px
    }

        .nav-tabs > li > a:hover {
            color: #262626;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
            outline: 0 !important
        }

        .nav-tabs > li > a, .nav-tabs > li > a:focus {
            border-radius: 0 !important;
            color: #777;
            margin-right: -1px;
            line-height: 12px;
            position: relative;
            z-index: 11
        }

            .nav-tabs > li > a > .badge {
                padding: 0 4px;
                line-height: 15px;
                opacity: .75;
                height: 16px;
                min-width: 16px
            }

            .nav-tabs > li > a .fa, .nav-tabs > li > a .glyphicon, .nav-tabs > li > a .typcn, .nav-tabs > li > a .wi {
                opacity: .75
            }

        .nav-tabs > li:first-child > a {
            margin-left: 0;
            border-left: 1px solid #fbfbfb
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #262626;
            border: 0;
            border-top: 2px solid #557faa;
            border-bottom-color: transparent;
            background-color: #fbfbfb;
            z-index: 12;
            line-height: 16px;
            margin-top: -2px;
            box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15)
        }

            .nav-tabs > li.active > a > .badge, .nav-tabs > li.active > a > [class*=fa-] {
                opacity: 1
            }

        .nav-tabs > li.active.tab-white > a {
            border-color: #fff !important
        }

            .nav-tabs > li.active.tab-white > a .glyphicon, .nav-tabs > li.active.tab-white > a .typcn, .nav-tabs > li.active.tab-white > a .wi, .nav-tabs > li.active.tab-white > a > .fa {
                color: #fff
            }

        .nav-tabs > li.active tab-snow > a {
            border-color: #fbfbfb !important
        }

            .nav-tabs > li.active tab-snow > a .glyphicon, .nav-tabs > li.active tab-snow > a .typcn, .nav-tabs > li.active tab-snow > a .wi, .nav-tabs > li.active tab-snow > a > .fa {
                color: #fbfbfb
            }

        .nav-tabs > li.active.tab-whitesmoke > a {
            border-color: #f5f5f5 !important
        }

            .nav-tabs > li.active.tab-whitesmoke > a .glyphicon, .nav-tabs > li.active.tab-whitesmoke > a .typcn, .nav-tabs > li.active.tab-whitesmoke > a .wi, .nav-tabs > li.active.tab-whitesmoke > a > .fa {
                color: #f5f5f5
            }

        .nav-tabs > li.active.tab-seashell > a {
            border-color: #f3f3f3 !important
        }

            .nav-tabs > li.active.tab-seashell > a .glyphicon, .nav-tabs > li.active.tab-seashell > a .typcn, .nav-tabs > li.active.tab-seashell > a .wi, .nav-tabs > li.active.tab-seashell > a > .fa {
                color: #f3f3f3
            }

        .nav-tabs > li.active.tab-ivory > a {
            border-color: #eee !important
        }

            .nav-tabs > li.active.tab-ivory > a .glyphicon, .nav-tabs > li.active.tab-ivory > a .typcn, .nav-tabs > li.active.tab-ivory > a .wi, .nav-tabs > li.active.tab-ivory > a > .fa {
                color: #eee
            }

        .nav-tabs > li.active.tab-platinum > a {
            border-color: #e5e5e5 !important
        }

            .nav-tabs > li.active.tab-platinum > a .glyphicon, .nav-tabs > li.active.tab-platinum > a .typcn, .nav-tabs > li.active.tab-platinum > a .wi, .nav-tabs > li.active.tab-platinum > a > .fa {
                color: #e5e5e5
            }

        .nav-tabs > li.active.tab-lightgray > a {
            border-color: #d0d0d0 !important
        }

            .nav-tabs > li.active.tab-lightgray > a .glyphicon, .nav-tabs > li.active.tab-lightgray > a .typcn, .nav-tabs > li.active.tab-lightgray > a .wi, .nav-tabs > li.active.tab-lightgray > a > .fa {
                color: #d0d0d0
            }

        .nav-tabs > li.active.tab-gray > a {
            border-color: #ccc !important
        }

            .nav-tabs > li.active.tab-gray > a .glyphicon, .nav-tabs > li.active.tab-gray > a .typcn, .nav-tabs > li.active.tab-gray > a .wi, .nav-tabs > li.active.tab-gray > a > .fa {
                color: #ccc
            }

        .nav-tabs > li.active.tab-darkgray > a {
            border-color: #999 !important
        }

            .nav-tabs > li.active.tab-darkgray > a .glyphicon, .nav-tabs > li.active.tab-darkgray > a .typcn, .nav-tabs > li.active.tab-darkgray > a .wi, .nav-tabs > li.active.tab-darkgray > a > .fa {
                color: #999
            }

        .nav-tabs > li.active.tab-silver > a {
            border-color: #777 !important
        }

            .nav-tabs > li.active.tab-silver > a .glyphicon, .nav-tabs > li.active.tab-silver > a .typcn, .nav-tabs > li.active.tab-silver > a .wi, .nav-tabs > li.active.tab-silver > a > .fa {
                color: #777
            }

        .nav-tabs > li.active.tab-sonic-silver > a {
            border-color: #737373 !important
        }

            .nav-tabs > li.active.tab-sonic-silver > a .glyphicon, .nav-tabs > li.active.tab-sonic-silver > a .typcn, .nav-tabs > li.active.tab-sonic-silver > a .wi, .nav-tabs > li.active.tab-sonic-silver > a > .fa {
                color: #737373
            }

        .nav-tabs > li.active.tab-storm-cloud > a {
            border-color: #666 !important
        }

            .nav-tabs > li.active.tab-storm-cloud > a .glyphicon, .nav-tabs > li.active.tab-storm-cloud > a .typcn, .nav-tabs > li.active.tab-storm-cloud > a .wi, .nav-tabs > li.active.tab-storm-cloud > a > .fa {
                color: #666
            }

        .nav-tabs > li.active.tab-lightcarbon > a {
            border-color: #555 !important
        }

            .nav-tabs > li.active.tab-lightcarbon > a .glyphicon, .nav-tabs > li.active.tab-lightcarbon > a .typcn, .nav-tabs > li.active.tab-lightcarbon > a .wi, .nav-tabs > li.active.tab-lightcarbon > a > .fa {
                color: #555
            }

        .nav-tabs > li.active.tab-carbon > a {
            border-color: #444 !important
        }

            .nav-tabs > li.active.tab-carbon > a .glyphicon, .nav-tabs > li.active.tab-carbon > a .typcn, .nav-tabs > li.active.tab-carbon > a .wi, .nav-tabs > li.active.tab-carbon > a > .fa {
                color: #444
            }

        .nav-tabs > li.active.tab-slate-gray > a {
            border-color: #333 !important
        }

            .nav-tabs > li.active.tab-slate-gray > a .glyphicon, .nav-tabs > li.active.tab-slate-gray > a .typcn, .nav-tabs > li.active.tab-slate-gray > a .wi, .nav-tabs > li.active.tab-slate-gray > a > .fa {
                color: #333
            }

        .nav-tabs > li.active.tab-darkcarbon > a {
            border-color: #262626 !important
        }

            .nav-tabs > li.active.tab-darkcarbon > a .glyphicon, .nav-tabs > li.active.tab-darkcarbon > a .typcn, .nav-tabs > li.active.tab-darkcarbon > a .wi, .nav-tabs > li.active.tab-darkcarbon > a > .fa {
                color: #262626
            }

        .nav-tabs > li.active.tab-blue > a {
            border-color: #5db2ff !important
        }

            .nav-tabs > li.active.tab-blue > a .glyphicon, .nav-tabs > li.active.tab-blue > a .typcn, .nav-tabs > li.active.tab-blue > a .wi, .nav-tabs > li.active.tab-blue > a > .fa {
                color: #5db2ff
            }

        .nav-tabs > li.active.tab-info > a {
            border-color: #57b5e3 !important
        }

            .nav-tabs > li.active.tab-info > a .glyphicon, .nav-tabs > li.active.tab-info > a .typcn, .nav-tabs > li.active.tab-info > a .wi, .nav-tabs > li.active.tab-info > a > .fa {
                color: #57b5e3
            }

        .nav-tabs > li.active.tab-sky > a {
            border-color: #11a9cc !important
        }

            .nav-tabs > li.active.tab-sky > a .glyphicon, .nav-tabs > li.active.tab-sky > a .typcn, .nav-tabs > li.active.tab-sky > a .wi, .nav-tabs > li.active.tab-sky > a > .fa {
                color: #11a9cc
            }

        .nav-tabs > li.active.tab-primary > a {
            border-color: #4374e0 !important
        }

            .nav-tabs > li.active.tab-primary > a .glyphicon, .nav-tabs > li.active.tab-primary > a .typcn, .nav-tabs > li.active.tab-primary > a .wi, .nav-tabs > li.active.tab-primary > a > .fa {
                color: #4374e0
            }

        .nav-tabs > li.active.tab-blueberry > a {
            border-color: #6f85bf !important
        }

            .nav-tabs > li.active.tab-blueberry > a .glyphicon, .nav-tabs > li.active.tab-blueberry > a .typcn, .nav-tabs > li.active.tab-blueberry > a .wi, .nav-tabs > li.active.tab-blueberry > a > .fa {
                color: #6f85bf
            }

        .nav-tabs > li.active.tab-palegreen > a {
            border-color: #a0d468 !important
        }

            .nav-tabs > li.active.tab-palegreen > a .glyphicon, .nav-tabs > li.active.tab-palegreen > a .typcn, .nav-tabs > li.active.tab-palegreen > a .wi, .nav-tabs > li.active.tab-palegreen > a > .fa {
                color: #a0d468
            }

        .nav-tabs > li.active.tab-success > a {
            border-color: #53a93f !important
        }

            .nav-tabs > li.active.tab-success > a .glyphicon, .nav-tabs > li.active.tab-success > a .typcn, .nav-tabs > li.active.tab-success > a .wi, .nav-tabs > li.active.tab-success > a > .fa {
                color: #53a93f
            }

        .nav-tabs > li.active.tab-green > a {
            border-color: #8cc474 !important
        }

            .nav-tabs > li.active.tab-green > a .glyphicon, .nav-tabs > li.active.tab-green > a .typcn, .nav-tabs > li.active.tab-green > a .wi, .nav-tabs > li.active.tab-green > a > .fa {
                color: #8cc474
            }

        .nav-tabs > li.active.tab-lightyellow > a {
            border-color: #f6d52e !important
        }

            .nav-tabs > li.active.tab-lightyellow > a .glyphicon, .nav-tabs > li.active.tab-lightyellow > a .typcn, .nav-tabs > li.active.tab-lightyellow > a .wi, .nav-tabs > li.active.tab-lightyellow > a > .fa {
                color: #f6d52e
            }

        .nav-tabs > li.active.tab-yellow > a {
            border-color: #ffce55 !important
        }

            .nav-tabs > li.active.tab-yellow > a .glyphicon, .nav-tabs > li.active.tab-yellow > a .typcn, .nav-tabs > li.active.tab-yellow > a .wi, .nav-tabs > li.active.tab-yellow > a > .fa {
                color: #ffce55
            }

        .nav-tabs > li.active.tab-warning > a {
            border-color: #f4b400 !important
        }

            .nav-tabs > li.active.tab-warning > a .glyphicon, .nav-tabs > li.active.tab-warning > a .typcn, .nav-tabs > li.active.tab-warning > a .wi, .nav-tabs > li.active.tab-warning > a > .fa {
                color: #f4b400
            }

        .nav-tabs > li.active.tab-gold > a {
            border-color: #f9b256 !important
        }

            .nav-tabs > li.active.tab-gold > a .glyphicon, .nav-tabs > li.active.tab-gold > a .typcn, .nav-tabs > li.active.tab-gold > a .wi, .nav-tabs > li.active.tab-gold > a > .fa {
                color: #f9b256
            }

        .nav-tabs > li.active.tab-orange > a {
            border-color: #557faa !important
        }

            .nav-tabs > li.active.tab-orange > a .glyphicon, .nav-tabs > li.active.tab-orange > a .typcn, .nav-tabs > li.active.tab-orange > a .wi, .nav-tabs > li.active.tab-orange > a > .fa {
                color: #557faa
            }

        .nav-tabs > li.active.tab-lightred > a {
            border-color: #e46f61 !important
        }

            .nav-tabs > li.active.tab-lightred > a .glyphicon, .nav-tabs > li.active.tab-lightred > a .typcn, .nav-tabs > li.active.tab-lightred > a .wi, .nav-tabs > li.active.tab-lightred > a > .fa {
                color: #e46f61
            }

        .nav-tabs > li.active.tab-darkorange > a {
            border-color: #ed4e2a !important
        }

            .nav-tabs > li.active.tab-darkorange > a .glyphicon, .nav-tabs > li.active.tab-darkorange > a .typcn, .nav-tabs > li.active.tab-darkorange > a .wi, .nav-tabs > li.active.tab-darkorange > a > .fa {
                color: #ed4e2a
            }

        .nav-tabs > li.active.tab-red > a {
            border-color: #df5138 !important
        }

            .nav-tabs > li.active.tab-red > a .glyphicon, .nav-tabs > li.active.tab-red > a .typcn, .nav-tabs > li.active.tab-red > a .wi, .nav-tabs > li.active.tab-red > a > .fa {
                color: #df5138
            }

        .nav-tabs > li.active.tab-pink > a {
            border-color: #e75b8d !important
        }

            .nav-tabs > li.active.tab-pink > a .glyphicon, .nav-tabs > li.active.tab-pink > a .typcn, .nav-tabs > li.active.tab-pink > a .wi, .nav-tabs > li.active.tab-pink > a > .fa {
                color: #e75b8d
            }

        .nav-tabs > li.active.tab-danger > a {
            border-color: #d73d32 !important
        }

            .nav-tabs > li.active.tab-danger > a .glyphicon, .nav-tabs > li.active.tab-danger > a .typcn, .nav-tabs > li.active.tab-danger > a .wi, .nav-tabs > li.active.tab-danger > a > .fa {
                color: #d73d32
            }

        .nav-tabs > li.active.tab-magenta > a {
            border-color: #bc5679 !important
        }

            .nav-tabs > li.active.tab-magenta > a .glyphicon, .nav-tabs > li.active.tab-magenta > a .typcn, .nav-tabs > li.active.tab-magenta > a .wi, .nav-tabs > li.active.tab-magenta > a > .fa {
                color: #bc5679
            }

        .nav-tabs > li.active.tab-purple > a {
            border-color: #7e3794 !important
        }

            .nav-tabs > li.active.tab-purple > a .glyphicon, .nav-tabs > li.active.tab-purple > a .typcn, .nav-tabs > li.active.tab-purple > a .wi, .nav-tabs > li.active.tab-purple > a > .fa {
                color: #7e3794
            }

        .nav-tabs > li.active.tab-maroon > a {
            border-color: #981b48 !important
        }

            .nav-tabs > li.active.tab-maroon > a .glyphicon, .nav-tabs > li.active.tab-maroon > a .typcn, .nav-tabs > li.active.tab-maroon > a .wi, .nav-tabs > li.active.tab-maroon > a > .fa {
                color: #981b48
            }

        .nav-tabs.nav-justified > li > a {
            border: none;
            margin-top: -2px
        }

            .nav-tabs.nav-justified > li > a:hover {
                background-color: transparent
            }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
            border: 0;
            border-top: 2px solid #557faa;
            background-color: #fbfbfb
        }

    .nav-tabs .dropdown-menu {
        margin-top: -3px
    }

    .nav-tabs.tabs-flat {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: rgba(0,0,0,0)
    }

.tabs-below > .nav-tabs {
    top: auto;
    margin-bottom: 0;
    margin-top: -1px;
    border-bottom-width: 0
}

    .tabs-below > .nav-tabs li.active > a, .tabs-below > .nav-tabs li.active > a:focus, .tabs-below > .nav-tabs li.active > a:hover {
        border-top-width: 1px;
        border-bottom: 2px solid #5db2ff;
        border-top-color: transparent;
        margin-top: 0;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
        -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.15)
    }

    .tabs-below > .nav-tabs.nav-justified > li > a {
        margin-bottom: -2px
    }

    .tabs-below > .nav-tabs.nav-justified > .active > a, .tabs-below > .nav-tabs.nav-justified > .active > a:focus, .tabs-below > .nav-tabs.nav-justified > .active > a:hover {
        border: 0;
        border-bottom: 2px solid #5db2ff
    }

.tabs-left > .nav-tabs {
    top: auto;
    margin-bottom: 0;
    float: left
}

    .tabs-left > .nav-tabs > li {
        float: none
    }

        .tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
            margin: 0 -1px 0 0
        }

        .tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:focus, .tabs-left > .nav-tabs > li.active > a:hover {
            border: 0;
            border-left: 2px solid #5db2ff;
            border-right-color: transparent;
            margin: 0 -1px;
            -webkit-box-shadow: -2px 0 3px 0 rgba(0,0,0,.3);
            -moz-box-shadow: -2px 0 3px 0 rgba(0,0,0,.3);
            box-shadow: -2px 0 3px 0 rgba(0,0,0,.3)
        }

.tabs-right > .nav-tabs {
    top: auto;
    margin-bottom: 0;
    float: right
}

    .tabs-right > .nav-tabs > li {
        float: none
    }

        .tabs-right > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
            border-top: 0;
            margin: 0 -1px
        }

        .tabs-right > .nav-tabs > li.active > a, .tabs-right > .nav-tabs > li.active > a:focus, .tabs-right > .nav-tabs > li.active > a:hover {
            border-top-width: 0;
            border-right: 2px solid #5db2ff;
            border-left-color: transparent;
            margin: 0 -2px 0 -1px;
            -webkit-box-shadow: 2px 0 3px 0 rgba(0,0,0,.3);
            -moz-box-shadow: 2px 0 3px 0 rgba(0,0,0,.3);
            box-shadow: 2px 0 3px 0 rgba(0,0,0,.3)
        }

        .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
            min-width: 60px
        }

.nav-tabs li [class*=" fa-"], .nav-tabs li [class^=fa-] {
    width: 1.25em;
    display: inline-block;
    text-align: center
}

.nav-tabs > li.open .dropdown-toggle {
    background-color: #e5e5e5;
    border-color: #e5e5e5
}

.tabs-left .tab-content, .tabs-right .tab-content {
    overflow: auto
}

.nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:focus, .nav > li.dropdown.open.active > a:hover {
    background-color: #fbfbfb
}

.nav .dropdown-menu > .active > a, .nav .dropdown-menu > .active > a:focus, .nav .dropdown-menu > .active > a:hover {
    color: #262626;
    background-color: #e5e5e5
}

.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > [class*=fa-].disabled:first-child {
    color: #909090 !important
}

.btn {
    cursor: pointer;
    margin: 0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    font-size: 13px
}

    .btn.btn-link {
        border: none !important;
        background: 0 0 !important;
        color: #08c !important;
        -webkit-text-shadow: none !important;
        text-shadow: none !important;
        padding: 4px 12px !important;
        line-height: 20px !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }

        .btn.btn-link:hover {
            background: 0 0 !important;
            -webkit-text-shadow: none !important;
            text-shadow: none !important
        }

        .btn.btn-link.active {
            background: 0 0 !important;
            text-decoration: underline;
            color: #009ceb !important
        }

            .btn.btn-link.active:after {
                display: none
            }

        .btn.btn-link.disabled, .btn.btn-link[disabled] {
            background: 0;
            opacity: .65;
            filter: alpha(opacity=65)
        }

            .btn.btn-link.disabled:hover, .btn.btn-link[disabled]:hover {
                background: 0 0 !important;
                text-decoration: none !important
            }

    .btn.shiny {
        -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
        box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-clip: padding-box
    }

        .btn.shiny:hover {
            zoom: 1;
            filter: alpha(opacity=90);
            -webkit-opacity: .9;
            -moz-opacity: .9;
            opacity: .9
        }

        .btn.shiny.active, .btn.shiny:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
        }

        .btn.shiny.dropdown-toggle {
            border-left-width: 0 !important
        }

    .btn.btn-circle {
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        width: 60px;
        height: 60px;
        text-align: center;
        padding: 11px 12px
    }

        .btn.btn-circle .glyphicon, .btn.btn-circle .typcn, .btn.btn-circle > .fa, .btn.btn-circle > [class*=wi-] {
            font-size: 20px;
            margin: 0 auto;
            line-height: 34px
        }

        .btn.btn-circle.btn-xs {
            width: 30px;
            height: 30px;
            text-align: center;
            padding: 6px 0
        }

            .btn.btn-circle.btn-xs .glyphicon, .btn.btn-circle.btn-xs .typcn, .btn.btn-circle.btn-xs > .fa, .btn.btn-circle.btn-xs > [class*=wi-] {
                font-size: 12px;
                line-height: 14px
            }

        .btn.btn-circle.btn-sm {
            width: 50px;
            height: 50px;
            padding: 10px 15px
        }

            .btn.btn-circle.btn-sm .glyphicon, .btn.btn-circle.btn-sm .typcn, .btn.btn-circle.btn-sm > .fa, .btn.btn-circle.btn-sm > [class*=wi-] {
                font-size: 18px;
                line-height: 26px;
                border-radius: 50%
            }

        .btn.btn-circle.btn-lg {
            width: 70px;
            height: 70px;
            padding: 10px
        }

            .btn.btn-circle.btn-lg .glyphicon, .btn.btn-circle.btn-lg .typcn, .btn.btn-circle.btn-lg > .fa, .btn.btn-circle.btn-lg > [class*=wi-] {
                font-size: 28px;
                line-height: 46px
            }

    .btn.btn-labeled {
        padding-left: 0
    }

        .btn.btn-labeled.btn-block .btn-label {
            margin-right: 0
        }

        .btn.btn-labeled .btn-label {
            display: block;
            float: left;
            margin: -7px 12px -9px -2px;
            padding: 8px 10px 8px 11px;
            background: rgba(0,0,0,.06);
            line-height: 15px;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px
        }

.btn-group > .btn:first-child, .btn-group > .btn:last-child {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding
}

.btn.btn-labeled .btn-label .glyphicon, .btn.btn-labeled .btn-label .typcn, .btn.btn-labeled .btn-label > .fa, .btn.btn-labeled .btn-label > [class*=wi-] {
    margin-right: 0
}

.btn.icon-only {
    width: 36px;
    height: 34px;
    padding: 5px 3px
}

    .btn.icon-only .glyphicon, .btn.icon-only .typcn, .btn.icon-only > .fa, .btn.icon-only > [class*=wi-] {
        margin: 0;
        vertical-align: middle;
        text-align: center;
        padding: 0;
        font-size: 22px;
        line-height: 22px
    }

.btn .glyphicon, .btn .typcn, .btn > .fa, .btn > [class*=wi-] {
    display: inline;
    margin-right: 4px;
    font-size: 14px
}

    .btn .glyphicon.right, .btn .typcn.right, .btn > .fa.right, .btn > [class*=wi-].right {
        margin-right: 0;
        margin-left: 4px
    }

.btn-xs {
    font-size: 11px;
    padding: 2px 7px
}

    .btn-xs > .fa, .btn-xs > .glyphicon, .btn-xs > .typcn, .btn-xs > [class*=wi-] {
        font-size: 12px;
        margin-right: 2px
    }

        .btn-xs > .fa.right, .btn-xs > .glyphicon.right, .btn-xs > .typcn.right, .btn-xs > [class*=wi-].right {
            margin-right: 0;
            margin-left: 2px
        }

    .btn-xs.icon-only {
        width: 24px;
        height: 24px;
        padding: 2px 6px
    }

        .btn-xs.icon-only > .fa, .btn-xs.icon-only > .glyphicon, .btn-xs.icon-only > .typcn, .btn-xs.icon-only > [class*=wi-] {
            font-size: 12px;
            line-height: 7px
        }

.btn-sm {
    font-size: 12px;
    padding: 4px 9px;
    line-height: 1.39
}

    .btn-sm > .fa, .btn-sm > .glyphicon, .btn-sm > .typcn, .btn-sm > [class*=wi-] {
        font-size: 13px;
        margin-right: 3px
    }

        .btn-sm > .fa.right, .btn-sm > .glyphicon.right, .btn-sm > .typcn.right, .btn-sm > [class*=wi-].right {
            margin-right: 0;
            margin-left: 3px
        }

    .btn-sm.icon-only {
        width: 31px;
        height: 30px;
        padding: 3px !important
    }

        .btn-sm.icon-only > .fa, .btn-sm.icon-only > .glyphicon, .btn-sm.icon-only > .typcn, .btn-sm.icon-only > [class*=wi-] {
            font-size: 20px;
            line-height: 21px
        }

.btn-lg {
    line-height: 1.35;
    padding: 9px 18px;
    font-size: 14px
}

    .btn-lg.icon-only {
        width: 40px;
        height: 38px;
        padding: 6px !important
    }

        .btn-lg.icon-only > .fa, .btn-lg.icon-only > .glyphicon, .btn-lg.icon-only > .typcn, .btn-lg.icon-only > [class*=wi-] {
            font-size: 24px;
            line-height: 26px
        }

.btn-group > .btn + .btn-sm.dropdown-toggle .fa, .btn-group > .btn + .btn-xs.dropdown-toggle .fa {
    line-height: 13px
}

.btn-lg > .fa, .btn-lg > .glyphicon, .btn-lg > .typcn, .btn-lg > [class*=wi-] {
    font-size: 16px;
    margin-right: 6px
}

    .btn-lg > .fa.right, .btn-lg > .glyphicon.right, .btn-lg > .typcn.right, .btn-lg > [class*=wi-].right {
        margin-right: 0;
        margin-left: 6px
    }

.btn, .btn-default, .btn-default:focus, .btn:focus {
    color: #444;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default:hover, .btn:hover {
        color: #444
    }

    .btn-default.shiny, .btn.shiny {
        background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(top,#fff 0,#ededed 100%);
        background-image: -moz-linear-gradient(top,#fff 0,#ededed 100%);
        background-image: -o-linear-gradient(top,#fff 0,#ededed 100%);
        background-image: linear-gradient(to bottom,#fff 0,#ededed 100%)
    }

    .btn-default.dropdown-toggle:not(:first-child), .btn.dropdown-toggle:not(:first-child) {
        border-left-width: 0 !important;
        margin-left: -1px
    }

    .btn-default:hover, .open .btn-default.dropdown-toggle {
        border-color: #b8b8b8;
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
        box-shadow: 0 1px 0 rgba(0,0,0,.1)
    }

.open .btn-default.dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-primary, .btn-primary:focus {
    background-color: #427fed !important;
    border-color: #427fed;
    color: #fff
}

    .btn-primary:hover {
        color: #fff
    }

    .btn-primary.dropdown-toggle {
        border-left-color: #6a99ee !important
    }

    .btn-primary.active {
        background-color: #2c56b1 !important;
        border-color: #21448d
    }

    .btn-primary.shiny {
        background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiMwMDk1ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNWVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(center top,#0095ff 5%,#005eff 100%);
        background-image: -moz-linear-gradient(center top,#0095ff 5%,#005eff 100%);
        background-image: -o-linear-gradient(center top,#0095ff 5%,#005eff 100%);
        background-image: linear-gradient(center to bottom,#0095ff 5%,#005eff 100%)
    }

    .btn-primary:hover, .open .btn-primary.dropdown-toggle {
        background-color: #4285f4 !important;
        border-color: #427fed
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #427fed !important;
        border-color: #427fed;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5
    }

.btn-info, .btn-info:focus {
    background-color: #57b5e3 !important;
    border-color: #57b5e3;
    color: #fff
}

    .btn-info:hover {
        color: #fff
    }

    .btn-info.dropdown-toggle {
        border-left-color: #8bcdee !important
    }

    .btn-info.active {
        background-color: #5fa6d3 !important;
        border-color: #4396cb
    }

    .btn-info.shiny {
        background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGFkZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzhhNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#00adee),to(#0078a5))
    }

    .btn-info:hover, .open .btn-info.dropdown-toggle {
        background-color: #6abce2 !important;
        border-color: #6abce2
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #57b5e3 !important;
        border-color: #57b5e3;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5
    }

.btn-success, .btn-success:focus {
    background-color: #53a93f !important;
    border-color: #53a93f !important;
    color: #fff
}

    .btn-success:hover {
        color: #fff
    }

    .btn-success.dropdown-toggle {
        border-left-color: #a0d468 !important
    }

    .btn-success.active {
        background-color: #3e802f !important;
        border-color: #2f6124
    }

    .btn-success.shiny {
        background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3ZGI3MmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRlN2QwZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#7db72f),to(#4e7d0e))
    }

    .btn-success:hover, .open .btn-success.dropdown-toggle {
        background-color: #65b951 !important;
        border-color: #65b951
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #53a93f !important;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5
    }

.btn-warning, .btn-warning:focus {
    background-color: #f4b400 !important;
    border-color: #f4b400;
    color: #fff
}

    .btn-warning:hover {
        color: #fff
    }

    .btn-warning.dropdown-toggle {
        border-left-color: #ffce55 !important
    }

    .btn-warning.active {
        background-color: #f2a73e !important;
        border-color: #f0981c
    }

    .btn-warning.shiny {
        background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYWE1MWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0N2EyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#faa51a),to(#f47a20));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#faa51a),to(#f47a20));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#faa51a),to(#f47a20));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#faa51a),to(#f47a20))
    }

    .btn-warning:hover, .open .btn-warning.dropdown-toggle {
        background-color: #f6c12a !important;
        border-color: #f6c12a
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f4b400 !important;
        border-color: #f4b400;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5
    }

.btn-danger, .btn-danger:focus {
    background-color: #d73d32 !important;
    border-color: #d73d32;
    color: #fff
}

    .btn-danger:hover {
        color: #fff
    }

    .btn-danger.dropdown-toggle {
        border-left-color: #e46f61 !important
    }

    .btn-danger.active {
        background-color: #be3e2e !important;
        border-color: #9a3323
    }

    .btn-danger.shiny {
        background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDFjMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhMTMxNyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#ed1c24),to(#aa1317));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#ed1c24),to(#aa1317));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#ed1c24),to(#aa1317));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#ed1c24),to(#aa1317))
    }

    .btn-danger:hover, .open .btn-danger.dropdown-toggle {
        background-color: #e74b37 !important;
        border-color: #e74b37
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d73d32 !important;
        border-color: #d73d32;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5
    }

.btn-blue, .btn-blue:focus {
    background-color: #5db2ff !important;
    border-color: #5db2ff;
    color: #fff
}

    .btn-blue.dropdown-toggle {
        border-left-color: #81c1fb !important
    }

    .btn-blue.active {
        background-color: #449cec !important;
        border-color: #3d90db
    }

    .btn-blue.shiny {
        background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3MGJhZmQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0OWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#70bafd),to(#449cec));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#70bafd),to(#449cec));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#70bafd),to(#449cec));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#70bafd),to(#449cec))
    }

    .btn-blue:hover, .open .btn-blue.dropdown-toggle {
        background-color: #70bafd !important;
        border-color: #70bafd;
        color: #fff
    }

    .btn-blue.disabled, .btn-blue.disabled.active, .btn-blue.disabled:active, .btn-blue.disabled:focus, .btn-blue.disabled:hover, .btn-blue[disabled], .btn-blue[disabled].active, .btn-blue[disabled]:active, .btn-blue[disabled]:focus, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue, fieldset[disabled] .btn-blue.active, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:hover {
        background-color: #5db2ff !important;
        border-color: #5db2ff;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5
    }

.btn-darkorange, .btn-darkorange:focus {
    background-color: #ed4e2a !important;
    border-color: #ed4e2a;
    color: #fff
}

    .btn-darkorange.dropdown-toggle {
        border-left-color: #f07154 !important
    }

    .btn-darkorange.active {
        background-color: #da411f !important;
        border-color: #cc3918
    }

    .btn-darkorange.shiny {
        background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZjY5NGIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhNDExZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(linear,left top,left bottom,from(#ef694b),to(#da411f));
        background-image: -moz-linear-gradient(linear,left top,left bottom,from(#ef694b),to(#da411f));
        background-image: -o-linear-gradient(linear,left top,left bottom,from(#ef694b),to(#da411f));
        background-image: linear-gradient(linear,left to bottom,left bottom,from(#ef694b),to(#da411f))
    }

    .btn-darkorange:hover, .open .btn-darkorange.dropdown-toggle {
        background-color: #ef694b !important;
        border-color: #ef694b;
        color: #fff
    }

    .btn-darkorange.disabled, .btn-darkorange.disabled.active, .btn-darkorange.disabled:active, .btn-darkorange.disabled:focus, .btn-darkorange.disabled:hover, .btn-darkorange[disabled], .btn-darkorange[disabled].active, .btn-darkorange[disabled]:active, .btn-darkorange[disabled]:focus, .btn-darkorange[disabled]:hover, fieldset[disabled] .btn-darkorange, fieldset[disabled] .btn-darkorange.active, fieldset[disabled] .btn-darkorange:active, fieldset[disabled] .btn-darkorange:focus, fieldset[disabled] .btn-darkorange:hover {
        background-color: #ed4e2a !important;
        border-color: #ed4e2a;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5
    }

.btn.disabled.active, .btn.disabled:active, .btn.disabled:focus, .btn[disabled].active, .btn[disabled]:active, .btn[disabled]:focus {
    outline: 0
}

.btn.disabled:active, .btn[disabled]:active {
    top: 0;
    left: 0
}

.open .btn.dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group > .btn:not(:first-child):not(.dropdown-toggle) {
    border-left: 0
}

.btn-group > .btn, .btn-group > .btn + .btn {
    margin: 0
}

    .btn-group > .btn:first-child {
        margin: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-clip: padding-box
    }

    .btn-group > .btn:last-child {
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        background-clip: padding-box
    }

.btn-group .dropdown-toggle, .well {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding
}

.btn-group > .btn > .caret {
    margin-left: 1px;
    border-width: 5px;
    border-top-color: #eee;
    margin-top: 1px
}

.btn-group > .btn.btn-default > .caret {
    border-top-color: #333
}

.btn-group > .btn + .btn.dropdown-toggle {
    padding-left: 7px;
    padding-right: 7px
}

.btn-group > .btn + .btn-lg.dropdown-toggle {
    padding-right: 10px;
    padding-left: 10px
}

.btn-group > .btn + .btn-sm.dropdown-toggle {
    padding-right: 6px;
    padding-left: 6px
}

.btn-group > .btn + .btn-xs.dropdown-toggle {
    padding-right: 5px;
    padding-left: 5px
}

.btn-group .dropdown-toggle {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box
}

.badge, .label {
    -moz-background-clip: padding !important
}

.btn-group .dropdown-toggle .fa {
    display: inline-block;
    margin-top: 1px;
    font-size: 14px;
    line-height: 14px;
    margin-right: 0;
    margin-left: 0
}

.btn-group + .btn, .btn-group-vertical > .btn, .btn-group-vertical > .btn + .btn, .btn-group > .btn {
    margin: 0
}

    .btn-group + .btn.active:after, .btn-group > .btn.active:after {
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-bottom-width: 1px
    }

    .btn-group-vertical > .btn:not(:last-child) {
        border-bottom: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 2px
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 2px
    }

    .btn-group-vertical > .btn:first-child {
        margin-right: 0
    }

.badge, .label {
    display: inline-block
}

.label {
    font-size: 12px;
    padding: 4px 6px;
    -webkit-border-radius: 2px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    background-clip: padding-box !important
}

    .label.label-sm {
        font-size: 12px;
        padding: 1px 4px
    }

.badge {
    font-size: 11px !important;
    text-align: center;
    background-color: #ccc;
    height: 18px;
    padding: 3px 6px;
    -webkit-border-radius: 12px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    background-clip: padding-box !important
}

    .badge.badge-square {
        -webkit-border-radius: 2px !important;
        -webkit-background-clip: padding-box !important;
        -moz-border-radius: 2px !important;
        -moz-background-clip: padding !important;
        border-radius: 2px !important;
        background-clip: padding-box !important
    }

    .badge.badge-empty {
        display: inline-block;
        width: 10px;
        height: 10px;
        padding: 0;
        vertical-align: baseline
    }

.badge-default, .label-default {
    background-color: #ccc !important
}

    .badge-default.graded, .label-default.graded {
        background: linear-gradient(to right,#ccc,#e5e5e5) !important
    }

.badge-blue, .label-blue {
    background-color: #5db2ff !important
}

    .badge-blue.graded, .label-blue.graded {
        background: linear-gradient(to right,#5db2ff,#80c1fb) !important
    }

.badge-info, .label-info {
    background-color: #57b5e3;
    background-image: none !important
}

    .badge-info.graded, .label-info.graded {
        background: linear-gradient(to right,#57b5e3,#c4e6f6) !important
    }

.badge-sky, .label-sky {
    background-color: #11a9cc;
    background-image: none !important
}

    .badge-sky.graded, .label-sky.graded {
        background: linear-gradient(to right,#11a9cc,#c4e6f6) !important
    }

.badge-primary, .label-primary {
    background-color: #4374e0 !important
}

    .badge-primary.graded, .label-primary.graded {
        background: linear-gradient(to right,#4374e0,#aec9fa) !important
    }

.badge-azure, .label-azure {
    background-color: #557faa;
    background-image: none !important
}

    .badge-azure.graded, .label-azure.graded {
        background: linear-gradient(to right,#557faa,#5edfff) !important
    }

.badge-blueberry, .label-blueberry {
    background-color: #6f85bf;
    background-image: none !important
}

    .badge-blueberry.graded, .label-blueberry.graded {
        background: linear-gradient(to right,#6f85bf,#ced5e9) !important
    }

.badge-palegreen, .label-palegreen {
    background-color: #a0d468;
    background-image: none !important
}

    .badge-palegreen.graded, .label-palegreen.graded {
        background: linear-gradient(to right,#a0d468,#c5e9b6) !important
    }

.badge-success, .label-success {
    background-color: #53a93f;
    background-image: none !important
}

    .badge-success.graded, .label-success.graded {
        background: linear-gradient(to right,#53a93f,#b0e0a4) !important
    }

.badge-green, .label-green {
    background-color: #8cc474;
    background-image: none !important
}

    .badge-green.graded, .label-green.graded {
        background: linear-gradient(to right,#8cc474,#a0d468) !important
    }

.badge-lightyellow, .label-lightyellow {
    background-color: #f6d52e;
    background-image: none !important
}

    .badge-lightyellow.graded, .label-lightyellow.graded {
        background: linear-gradient(to right,#f6d52e,#f8e26d) !important
    }

.badge-yellow, .label-yellow {
    background-color: #ffce55;
    background-image: none !important
}

    .badge-yellow.graded, .label-yellow.graded {
        background: linear-gradient(to right,#ffce55,#f6d52e) !important
    }

.badge-warning, .label-warning {
    background-color: #f4b400;
    background-image: none !important
}

    .badge-warning.graded, .label-warning.graded {
        background: linear-gradient(to right,#f4b400,#f8df95) !important
    }

.badge-gold, .label-gold {
    background-color: #f9b256;
    background-image: none !important
}

    .badge-gold.graded, .label-gold.graded {
        background: linear-gradient(to right,#f9b256,#fece90) !important
    }

.badge-orange, .label-orange {
    background-color: #557faa;
    background-image: none !important
}

    .badge-orange.graded, .label-orange.graded {
        background: linear-gradient(to right,#557faa,#fb9f8d) !important
    }

.badge-lightred, .label-lightred {
    background-color: #e46f61;
    background-image: none !important
}

    .badge-lightred.graded, .label-lightred.graded {
        background: linear-gradient(to right,#e46f61,#f88f83) !important
    }

.badge-darkorange, .label-darkorange {
    background-color: #ed4e2a;
    background-image: none !important
}

    .badge-darkorange.graded, .label-darkorange.graded {
        background: linear-gradient(to right,#ed4e2a,#f5a998) !important
    }

.badge-red, .label-red {
    background-color: #df5138;
    background-image: none !important
}

    .badge-red.graded, .label-red.graded {
        background: linear-gradient(to right,#df5138,#f5836f) !important
    }

.badge-pink, .label-pink {
    background-color: #e75b8d;
    background-image: none !important
}

    .badge-pink.graded, .label-pink.graded {
        background: linear-gradient(to right,#e75b8d,#f299b9) !important
    }

.badge-darkpink, .label-darkpink {
    background-color: #cc324b;
    background-image: none !important
}

    .badge-darkpink.graded, .label-darkpink.graded {
        background: linear-gradient(to right,#cc324b,#fb6880) !important
    }

.badge-danger, .label-danger {
    background-color: #d73d32;
    background-image: none !important
}

    .badge-danger.graded, .label-danger.graded {
        background: linear-gradient(to right,#d73d32,#f7b5b0) !important
    }

.badge-magenta, .label-magenta {
    background-color: #bc5679;
    background-image: none !important
}

    .badge-magenta.graded, .label-magenta.graded {
        background: linear-gradient(to right,#bc5679,#e9abc0) !important
    }

.badge-purple, .label-purple {
    background-color: #7e3794;
    background-image: none !important
}

    .badge-purple.graded, .label-purple.graded {
        background: linear-gradient(to right,#7e3794,#daafe8) !important
    }

.badge-maroon, .label-maroon {
    background-color: #981b48;
    background-image: none !important
}

    .badge-maroon.graded, .label-maroon.graded {
        background: linear-gradient(to right,#981b48,#eab6c9) !important
    }

.popover, .well {
    background-color: #fbfbfb
}

.well {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    border: 0;
    color: #262626;
    margin-bottom: 30px;
    min-height: 0
}

    .well.attached.bottom, .well.attached.top {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding
    }

    .well.attached {
        top: -1px;
        bottom: -1px;
        border-radius: 0;
        margin: 0;
        box-shadow: 0 0 0 1px #ddd
    }

        .well.attached.top {
            top: 0;
            bottom: -1px;
            margin-top: 1em;
            margin-bottom: 0;
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
            background-clip: padding-box;
            border-bottom: 0
        }

        .well.attached.bottom {
            top: -1px;
            bottom: 0;
            margin-top: 0;
            margin-bottom: 1em;
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
            background-clip: padding-box;
            border-top: 0
        }

.popover, .popover-title {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding
}

.well.attached.bottom:last-child {
    margin-bottom: 0
}

.well.bordered-top {
    border-top: 5px solid #557faa
}

.well.bordered-bottom {
    border-bottom: 5px solid #557faa
}

.well.bordered-left {
    border-left: 5px solid #557faa
}

.well.bordered-right {
    border-right: 5px solid #557faa
}

.well[class*=bg-] {
    color: #f5f5f5
}

.well h1, .well h2, .well h3, .well h4, .well h5, .well h6 {
    margin-top: 0
}

.well h1, .well h2, .well h3 {
    line-height: 36px
}

.well.with-header {
    padding-top: 60px
}

.well.with-footer {
    padding-bottom: 60px
}

.well .footer, .well .header {
    right: 0;
    padding: 10px;
    position: absolute;
    left: 0
}

.well .header {
    top: 0;
    text-align: left;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #e5e5e5
}

    .well .header[class*=bg-] {
        color: #fff;
        border-bottom: 0
    }

    .well .header[class*=bordered-] {
        border-bottom: 3px solid #fff
    }

.well .footer {
    bottom: 0;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 2px 2px
}

    .well .footer[class*=bordered-] {
        border-top: 3px solid #fff
    }

.well hr.wide {
    margin-right: -19px;
    margin-left: -19px
}

.popover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 0;
    border-color: #ccc;
    border-width: 1px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    color: #444
}

    .popover .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #f7f7f7;
        border-top-width: 0
    }

    .popover.inverted, .popover.inverted .popover-title {
        background-color: #262626;
        color: #f5f5f5
    }

        .popover.inverted.top .arrow:after {
            border-top-color: #262626
        }

        .popover.inverted.bottom .arrow:after {
            border-bottom-color: #262626
        }

        .popover.inverted.left .arrow:after {
            border-left-color: #262626
        }

        .popover.inverted.right .arrow:after {
            border-right-color: #262626
        }

    .popover.dark, .popover.dark .popover-title {
        background-color: #e5e5e5
    }

        .popover.dark.top .arrow:after {
            border-top-color: #e5e5e5
        }

        .popover.dark.bottom .arrow:after {
            border-bottom-color: #e5e5e5
        }

        .popover.dark.left .arrow:after {
            border-left-color: #e5e5e5
        }

        .popover.dark.right .arrow:after {
            border-right-color: #e5e5e5
        }

.popover-title {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    color: #000;
    border-bottom: 3px solid #557faa
}

#toast-container > div, .tooltip-inner {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding
}

.popover-notitle + .popover .popover-title {
    display: none
}

.popover-notitle + .popover.top .arrow:after {
    border-top-color: #fff
}

.popover-notitle + .popover.bottom .arrow:after {
    border-bottom-color: #fff
}

.popover-notitle + .popover.left .arrow:after, .popover-notitle + .popover.right .arrow:after {
    border-left-color: #fff
}

.tooltip.in {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.tooltip.top .tooltip-arrow {
    border-top-color: #262626
}

.tooltip.right .tooltip-arrow {
    border-right-color: #262626
}

.tooltip.left .tooltip-arrow {
    border-left-color: #262626
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #262626
}

.tooltip-lg + .tooltip > .tooltip-inner {
    font-size: 15px !important
}

.tooltip-inner {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px rgba(229,229,229,.5);
    -moz-box-shadow: 1px 1px rgba(229,229,229,.5);
    box-shadow: 1px 1px rgba(229,229,229,.5);
    -webkit-transition: visibility 0,opacity .13s ease-in;
    -moz-transition: visibility 0,opacity .13s ease-in;
    -o-transition: visibility 0,opacity .13s ease-in;
    transition: visibility 0,opacity .13s ease-in;
    background-color: #262626;
    border: 1px solid #262626;
    color: #aaa;
    padding: 8px;
    font-size: 13px
}

.tooltip-white + .tooltip > .tooltip-inner {
    border: 1px solid #fff;
    background-color: #fff;
    color: #262626
}

.tooltip-white + .tooltip.top .tooltip-arrow {
    border-top-color: #fff
}

.tooltip-white + .tooltip.right .tooltip-arrow {
    border-right-color: #fff
}

.tooltip-white + .tooltip.left .tooltip-arrow {
    border-left-color: #fff
}

.tooltip-white + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff
}

.tooltip-whitesmoke + .tooltip > .tooltip-inner {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    color: #262626
}

.tooltip-whitesmoke + .tooltip.top .tooltip-arrow {
    border-top-color: #f5f5f5
}

.tooltip-whitesmoke + .tooltip.right .tooltip-arrow {
    border-right-color: #f5f5f5
}

.tooltip-whitesmoke + .tooltip.left .tooltip-arrow {
    border-left-color: #f5f5f5
}

.tooltip-whitesmoke + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f5f5f5
}

.tooltip-snow + .tooltip > .tooltip-inner {
    border: 1px solid #fbfbfb;
    background-color: #fbfbfb;
    color: #262626
}

.tooltip-snow + .tooltip.top .tooltip-arrow {
    border-top-color: #fbfbfb
}

.tooltip-snow + .tooltip.right .tooltip-arrow {
    border-right-color: #fbfbfb
}

.tooltip-snow + .tooltip.left .tooltip-arrow {
    border-left-color: #fbfbfb
}

.tooltip-snow + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fbfbfb
}

.tooltip-seashell + .tooltip > .tooltip-inner {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    color: #262626
}

.tooltip-seashell + .tooltip.top .tooltip-arrow {
    border-top-color: #f3f3f3
}

.tooltip-seashell + .tooltip.right .tooltip-arrow {
    border-right-color: #f3f3f3
}

.tooltip-seashell + .tooltip.left .tooltip-arrow {
    border-left-color: #f3f3f3
}

.tooltip-seashell + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f3f3f3
}

.tooltip-ivory + .tooltip > .tooltip-inner {
    border: 1px solid #eee;
    background-color: #eee;
    color: #262626
}

.tooltip-ivory + .tooltip.top .tooltip-arrow {
    border-top-color: #eee
}

.tooltip-ivory + .tooltip.right .tooltip-arrow {
    border-right-color: #eee
}

.tooltip-ivory + .tooltip.left .tooltip-arrow {
    border-left-color: #eee
}

.tooltip-ivory + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #eee
}

.tooltip-platinum + .tooltip > .tooltip-inner {
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    color: #262626
}

.tooltip-platinum + .tooltip.top .tooltip-arrow {
    border-top-color: #e5e5e5
}

.tooltip-platinum + .tooltip.right .tooltip-arrow {
    border-right-color: #e5e5e5
}

.tooltip-platinum + .tooltip.left .tooltip-arrow {
    border-left-color: #e5e5e5
}

.tooltip-platinum + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e5e5e5
}

.tooltip-lightgray + .tooltip > .tooltip-inner {
    border: 1px solid #d0d0d0;
    background-color: #d0d0d0;
    color: #262626
}

.tooltip-lightgray + .tooltip.top .tooltip-arrow {
    border-top-color: #d0d0d0
}

.tooltip-lightgray + .tooltip.right .tooltip-arrow {
    border-right-color: #d0d0d0
}

.tooltip-lightgray + .tooltip.left .tooltip-arrow {
    border-left-color: #d0d0d0
}

.tooltip-lightgray + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #d0d0d0
}

.tooltip-gray + .tooltip > .tooltip-inner {
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #262626
}

.tooltip-gray + .tooltip.top .tooltip-arrow {
    border-top-color: #ccc
}

.tooltip-gray + .tooltip.right .tooltip-arrow {
    border-right-color: #ccc
}

.tooltip-gray + .tooltip.left .tooltip-arrow {
    border-left-color: #ccc
}

.tooltip-gray + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ccc
}

.tooltip-darkgray + .tooltip > .tooltip-inner {
    border: 1px solid #999;
    background-color: #999;
    color: #262626
}

.tooltip-darkgray + .tooltip.top .tooltip-arrow {
    border-top-color: #999
}

.tooltip-darkgray + .tooltip.right .tooltip-arrow {
    border-right-color: #999
}

.tooltip-darkgray + .tooltip.left .tooltip-arrow {
    border-left-color: #999
}

.tooltip-darkgray + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #999
}

.tooltip-silver + .tooltip > .tooltip-inner {
    border: 1px solid #777;
    background-color: #777;
    color: #fff
}

.tooltip-silver + .tooltip.top .tooltip-arrow {
    border-top-color: #777
}

.tooltip-silver + .tooltip.right .tooltip-arrow {
    border-right-color: #777
}

.tooltip-silver + .tooltip.left .tooltip-arrow {
    border-left-color: #777
}

.tooltip-silver + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #777
}

.tooltip-sonic-silver + .tooltip > .tooltip-inner {
    border: 1px solid #737373;
    background-color: #737373;
    color: #fff
}

.tooltip-sonic-silver + .tooltip.top .tooltip-arrow {
    border-top-color: #737373
}

.tooltip-sonic-silver + .tooltip.right .tooltip-arrow {
    border-right-color: #737373
}

.tooltip-sonic-silver + .tooltip.left .tooltip-arrow {
    border-left-color: #737373
}

.tooltip-sonic-silver + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #737373
}

.tooltip-storm-cloud + .tooltip > .tooltip-inner {
    border: 1px solid #666;
    background-color: #666;
    color: #fff
}

.tooltip-storm-cloud + .tooltip.top .tooltip-arrow {
    border-top-color: #666
}

.tooltip-storm-cloud + .tooltip.right .tooltip-arrow {
    border-right-color: #666
}

.tooltip-storm-cloud + .tooltip.left .tooltip-arrow {
    border-left-color: #666
}

.tooltip-storm-cloud + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #666
}

.tooltip-lightcarbon + .tooltip > .tooltip-inner {
    border: 1px solid #555;
    background-color: #555;
    color: #fff
}

.tooltip-lightcarbon + .tooltip.top .tooltip-arrow {
    border-top-color: #555
}

.tooltip-lightcarbon + .tooltip.right .tooltip-arrow {
    border-right-color: #555
}

.tooltip-lightcarbon + .tooltip.left .tooltip-arrow {
    border-left-color: #555
}

.tooltip-lightcarbon + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #555
}

.tooltip-carbon + .tooltip > .tooltip-inner {
    border: 1px solid #444;
    background-color: #444;
    color: #fff
}

.tooltip-carbon + .tooltip.top .tooltip-arrow {
    border-top-color: #444
}

.tooltip-carbon + .tooltip.right .tooltip-arrow {
    border-right-color: #444
}

.tooltip-carbon + .tooltip.left .tooltip-arrow {
    border-left-color: #444
}

.tooltip-carbon + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #444
}

.tooltip-slate-gray + .tooltip > .tooltip-inner {
    border: 1px solid #333;
    background-color: #333;
    color: #fff
}

.tooltip-slate-gray + .tooltip.top .tooltip-arrow {
    border-top-color: #333
}

.tooltip-slate-gray + .tooltip.right .tooltip-arrow {
    border-right-color: #333
}

.tooltip-slate-gray + .tooltip.left .tooltip-arrow {
    border-left-color: #333
}

.tooltip-slate-gray + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #333
}

.tooltip-darkcarbon + .tooltip > .tooltip-inner {
    border: 1px solid #262626;
    background-color: #262626;
    color: #fff
}

.tooltip-darkcarbon + .tooltip.top .tooltip-arrow {
    border-top-color: #262626
}

.tooltip-darkcarbon + .tooltip.right .tooltip-arrow {
    border-right-color: #262626
}

.tooltip-darkcarbon + .tooltip.left .tooltip-arrow {
    border-left-color: #262626
}

.tooltip-darkcarbon + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #262626
}

.tooltip-blue + .tooltip > .tooltip-inner {
    border: 1px solid #5db2ff;
    background-color: #5db2ff;
    color: #fff
}

.tooltip-blue + .tooltip.top .tooltip-arrow {
    border-top-color: #5db2ff
}

.tooltip-blue + .tooltip.right .tooltip-arrow {
    border-right-color: #5db2ff
}

.tooltip-blue + .tooltip.left .tooltip-arrow {
    border-left-color: #5db2ff
}

.tooltip-blue + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #5db2ff
}

.tooltip-info + .tooltip > .tooltip-inner {
    border: 1px solid #57b5e3;
    background-color: #57b5e3;
    color: #fff
}

.tooltip-info + .tooltip.top .tooltip-arrow {
    border-top-color: #57b5e3
}

.tooltip-info + .tooltip.right .tooltip-arrow {
    border-right-color: #57b5e3
}

.tooltip-info + .tooltip.left .tooltip-arrow {
    border-left-color: #57b5e3
}

.tooltip-info + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #57b5e3
}

.tooltip-sky + .tooltip > .tooltip-inner {
    border: 1px solid #11a9cc;
    background-color: #11a9cc;
    color: #fff
}

.tooltip-sky + .tooltip.top .tooltip-arrow {
    border-top-color: #11a9cc
}

.tooltip-sky + .tooltip.right .tooltip-arrow {
    border-right-color: #11a9cc
}

.tooltip-sky + .tooltip.left .tooltip-arrow {
    border-left-color: #11a9cc
}

.tooltip-sky + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #11a9cc
}

.tooltip-primary + .tooltip > .tooltip-inner {
    border: 1px solid #4374e0;
    background-color: #4374e0;
    color: #fff
}

.tooltip-primary + .tooltip.top .tooltip-arrow {
    border-top-color: #4374e0
}

.tooltip-primary + .tooltip.right .tooltip-arrow {
    border-right-color: #4374e0
}

.tooltip-primary + .tooltip.left .tooltip-arrow {
    border-left-color: #4374e0
}

.tooltip-primary + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #4374e0
}

.tooltip-azure + .tooltip > .tooltip-inner {
    border: 1px solid #557faa;
    background-color: #557faa;
    color: #fff
}

.tooltip-azure + .tooltip.top .tooltip-arrow {
    border-top-color: #557faa
}

.tooltip-azure + .tooltip.right .tooltip-arrow {
    border-right-color: #557faa
}

.tooltip-azure + .tooltip.left .tooltip-arrow {
    border-left-color: #557faa
}

.tooltip-azure + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #557faa
}

.tooltip-blueberry + .tooltip > .tooltip-inner {
    border: 1px solid #6f85bf;
    background-color: #6f85bf;
    color: #fff
}

.tooltip-blueberry + .tooltip.top .tooltip-arrow {
    border-top-color: #6f85bf
}

.tooltip-blueberry + .tooltip.right .tooltip-arrow {
    border-right-color: #6f85bf
}

.tooltip-blueberry + .tooltip.left .tooltip-arrow {
    border-left-color: #6f85bf
}

.tooltip-blueberry + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #6f85bf
}

.tooltip-palegreen + .tooltip > .tooltip-inner {
    border: 1px solid #a0d468;
    background-color: #a0d468;
    color: #fff
}

.tooltip-palegreen + .tooltip.top .tooltip-arrow {
    border-top-color: #a0d468
}

.tooltip-palegreen + .tooltip.right .tooltip-arrow {
    border-right-color: #a0d468
}

.tooltip-palegreen + .tooltip.left .tooltip-arrow {
    border-left-color: #a0d468
}

.tooltip-palegreen + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #a0d468
}

.tooltip-success + .tooltip > .tooltip-inner {
    border: 1px solid #53a93f;
    background-color: #53a93f;
    color: #fff
}

.tooltip-success + .tooltip.top .tooltip-arrow {
    border-top-color: #53a93f
}

.tooltip-success + .tooltip.right .tooltip-arrow {
    border-right-color: #53a93f
}

.tooltip-success + .tooltip.left .tooltip-arrow {
    border-left-color: #53a93f
}

.tooltip-success + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #53a93f
}

.tooltip-green + .tooltip > .tooltip-inner {
    border: 1px solid #8cc474;
    background-color: #8cc474;
    color: #fff
}

.tooltip-green + .tooltip.top .tooltip-arrow {
    border-top-color: #8cc474
}

.tooltip-green + .tooltip.right .tooltip-arrow {
    border-right-color: #8cc474
}

.tooltip-green + .tooltip.left .tooltip-arrow {
    border-left-color: #8cc474
}

.tooltip-green + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #8cc474
}

.tooltip-lightyellow + .tooltip > .tooltip-inner {
    border: 1px solid #f6d52e;
    background-color: #f6d52e;
    color: #fff
}

.tooltip-lightyellow + .tooltip.top .tooltip-arrow {
    border-top-color: #f6d52e
}

.tooltip-lightyellow + .tooltip.right .tooltip-arrow {
    border-right-color: #f6d52e
}

.tooltip-lightyellow + .tooltip.left .tooltip-arrow {
    border-left-color: #f6d52e
}

.tooltip-lightyellow + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f6d52e
}

.tooltip-yellow + .tooltip > .tooltip-inner {
    border: 1px solid #ffce55;
    background-color: #ffce55;
    color: #fff
}

.tooltip-yellow + .tooltip.top .tooltip-arrow {
    border-top-color: #ffce55
}

.tooltip-yellow + .tooltip.right .tooltip-arrow {
    border-right-color: #ffce55
}

.tooltip-yellow + .tooltip.left .tooltip-arrow {
    border-left-color: #ffce55
}

.tooltip-yellow + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffce55
}

.tooltip-warning + .tooltip > .tooltip-inner {
    border: 1px solid #f4b400;
    background-color: #f4b400;
    color: #fff
}

.tooltip-warning + .tooltip.top .tooltip-arrow {
    border-top-color: #f4b400
}

.tooltip-warning + .tooltip.right .tooltip-arrow {
    border-right-color: #f4b400
}

.tooltip-warning + .tooltip.left .tooltip-arrow {
    border-left-color: #f4b400
}

.tooltip-warning + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f4b400
}

.tooltip-gold + .tooltip > .tooltip-inner {
    border: 1px solid #f9b256;
    background-color: #f9b256;
    color: #fff
}

.tooltip-gold + .tooltip.top .tooltip-arrow {
    border-top-color: #f9b256
}

.tooltip-gold + .tooltip.right .tooltip-arrow {
    border-right-color: #f9b256
}

.tooltip-gold + .tooltip.left .tooltip-arrow {
    border-left-color: #f9b256
}

.tooltip-gold + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f9b256
}

.tooltip-orange + .tooltip > .tooltip-inner {
    border: 1px solid #557faa;
    background-color: #557faa;
    color: #fff
}

.tooltip-orange + .tooltip.top .tooltip-arrow {
    border-top-color: #557faa
}

.tooltip-orange + .tooltip.right .tooltip-arrow {
    border-right-color: #557faa
}

.tooltip-orange + .tooltip.left .tooltip-arrow {
    border-left-color: #557faa
}

.tooltip-orange + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #557faa
}

.tooltip-lightred + .tooltip > .tooltip-inner {
    border: 1px solid #e46f61;
    background-color: #e46f61;
    color: #fff
}

.tooltip-lightred + .tooltip.top .tooltip-arrow {
    border-top-color: #e46f61
}

.tooltip-lightred + .tooltip.right .tooltip-arrow {
    border-right-color: #e46f61
}

.tooltip-lightred + .tooltip.left .tooltip-arrow {
    border-left-color: #e46f61
}

.tooltip-lightred + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e46f61
}

.tooltip-darkorange + .tooltip > .tooltip-inner {
    border: 1px solid #ed4e2a;
    background-color: #ed4e2a;
    color: #fff
}

.tooltip-darkorange + .tooltip.top .tooltip-arrow {
    border-top-color: #ed4e2a
}

.tooltip-darkorange + .tooltip.right .tooltip-arrow {
    border-right-color: #ed4e2a
}

.tooltip-darkorange + .tooltip.left .tooltip-arrow {
    border-left-color: #ed4e2a
}

.tooltip-darkorange + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ed4e2a
}

.tooltip-red + .tooltip > .tooltip-inner {
    border: 1px solid #df5138;
    background-color: #df5138;
    color: #fff
}

.tooltip-red + .tooltip.top .tooltip-arrow {
    border-top-color: #df5138
}

.tooltip-red + .tooltip.right .tooltip-arrow {
    border-right-color: #df5138
}

.tooltip-red + .tooltip.left .tooltip-arrow {
    border-left-color: #df5138
}

.tooltip-red + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #df5138
}

.tooltip-pink + .tooltip > .tooltip-inner {
    border: 1px solid #e75b8d;
    background-color: #e75b8d;
    color: #fff
}

.tooltip-pink + .tooltip.top .tooltip-arrow {
    border-top-color: #e75b8d
}

.tooltip-pink + .tooltip.right .tooltip-arrow {
    border-right-color: #e75b8d
}

.tooltip-pink + .tooltip.left .tooltip-arrow {
    border-left-color: #e75b8d
}

.tooltip-pink + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e75b8d
}

.tooltip-darkpink + .tooltip > .tooltip-inner {
    border: 1px solid #cc324b;
    background-color: #cc324b;
    color: #fff
}

.tooltip-darkpink + .tooltip.top .tooltip-arrow {
    border-top-color: #cc324b
}

.tooltip-darkpink + .tooltip.right .tooltip-arrow {
    border-right-color: #cc324b
}

.tooltip-darkpink + .tooltip.left .tooltip-arrow {
    border-left-color: #cc324b
}

.tooltip-darkpink + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #cc324b
}

.tooltip-danger + .tooltip > .tooltip-inner {
    border: 1px solid #d73d32;
    background-color: #d73d32;
    color: #fff
}

.tooltip-danger + .tooltip.top .tooltip-arrow {
    border-top-color: #d73d32
}

.tooltip-danger + .tooltip.right .tooltip-arrow {
    border-right-color: #d73d32
}

.tooltip-danger + .tooltip.left .tooltip-arrow {
    border-left-color: #d73d32
}

.tooltip-danger + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #d73d32
}

.tooltip-magenta + .tooltip > .tooltip-inner {
    border: 1px solid #bc5679;
    background-color: #bc5679;
    color: #fff
}

.tooltip-magenta + .tooltip.top .tooltip-arrow {
    border-top-color: #bc5679
}

.tooltip-magenta + .tooltip.right .tooltip-arrow {
    border-right-color: #bc5679
}

.tooltip-magenta + .tooltip.left .tooltip-arrow {
    border-left-color: #bc5679
}

.tooltip-magenta + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #bc5679
}

.tooltip-purple + .tooltip > .tooltip-inner {
    border: 1px solid #7e3794;
    background-color: #7e3794;
    color: #fff
}

.tooltip-purple + .tooltip.top .tooltip-arrow {
    border-top-color: #7e3794
}

.tooltip-purple + .tooltip.right .tooltip-arrow {
    border-right-color: #7e3794
}

.tooltip-purple + .tooltip.left .tooltip-arrow {
    border-left-color: #7e3794
}

.tooltip-purple + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #7e3794
}

.tooltip-maroon + .tooltip > .tooltip-inner {
    border: 1px solid #981b48;
    background-color: #981b48;
    color: #fff
}

.tooltip-maroon + .tooltip.top .tooltip-arrow {
    border-top-color: #981b48
}

.tooltip-maroon + .tooltip.right .tooltip-arrow {
    border-right-color: #981b48
}

.tooltip-maroon + .tooltip.left .tooltip-arrow {
    border-left-color: #981b48
}

.tooltip-maroon + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #981b48
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a, .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.5em;
    float: right;
    font-size: 18px;
    font-family: FontAwesome;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        zoom: 1;
        filter: alpha(opacity=40);
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-clip: padding-box;
        background-position: 15px center;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 0 12px #999;
        -moz-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        zoom: 1;
        filter: alpha(opacity=80);
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8
    }

    #toast-container > :hover {
        -webkit-box-shadow: 0 0 12px #000;
        -moz-box-shadow: 0 0 12px #000;
        box-shadow: 0 0 12px #000;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        cursor: pointer
    }

    #toast-container > .toast {
        background-image: none
    }

        #toast-container > .toast:before {
            position: fixed;
            font-family: FontAwesome;
            font-size: 24px;
            line-height: 18px;
            float: left;
            color: #fff;
            padding-right: .5em;
            margin: auto .5em auto -1.5em
        }

.modal-content .close, .modal-header .close {
    font-size: 26px
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 96%;
    margin: auto
}

.toast {
    background-color: #030303
}

.toast-white {
    background-color: #fff !important
}

.toast-snow {
    background-color: #fbfbfb !important
}

.toast-whitesmoke {
    background-color: #f5f5f5 !important
}

.toast-seashell {
    background-color: #f3f3f3 !important
}

.toast-ivory {
    background-color: #eee !important
}

.toast-platinum {
    background-color: #e5e5e5 !important
}

.toast-lightgray {
    background-color: #d0d0d0 !important
}

.toast-gray {
    background-color: #ccc !important
}

.toast-darkgray {
    background-color: #999 !important
}

.toast-silver {
    background-color: #777 !important
}

.toast-sonic-silver {
    background-color: #737373 !important
}

.toast-storm-cloud {
    background-color: #666 !important
}

.toast-lightcarbon {
    background-color: #555 !important
}

.toast-carbon {
    background-color: #444 !important
}

.toast-slate-gray {
    background-color: #333 !important
}

.toast-darkcarbon {
    background-color: #262626 !important
}

.toast-blue {
    background-color: #5db2ff !important
}

.toast-info {
    background-color: #57b5e3 !important
}

.toast-sky {
    background-color: #11a9cc !important
}

.toast-primary {
    background-color: #4374e0 !important
}

.toast-blueberry {
    background-color: #6f85bf !important
}

.toast-palegreen {
    background-color: #a0d468 !important
}

.toast-success {
    background-color: #53a93f !important
}

.toast-green {
    background-color: #8cc474 !important
}

.toast-lightyellow {
    background-color: #f6d52e !important
}

.toast-yellow {
    background-color: #ffce55 !important
}

.toast-warning {
    background-color: #f4b400 !important
}

.toast-gold {
    background-color: #f9b256 !important
}

.toast-orange {
    background-color: #557faa !important
}

.toast-lightred {
    background-color: #e46f61 !important
}

.toast-darkorange {
    background-color: #ed4e2a !important
}

.toast-red {
    background-color: #df5138 !important
}

.toast-danger {
    background-color: #d73d32 !important
}

.toast-pink {
    background-color: #e75b8d !important
}

.toast-darkpink {
    background-color: #cc324b !important
}

.toast-magenta {
    background-color: #bc5679 !important
}

.toast-purple {
    background-color: #7e3794 !important
}

.toast-maroon {
    background-color: #981b48 !important
}

@media all and (max-width:239px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:240px) and (max-width:479px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:480px) and (max-width:767px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

.modal-blue .modal-header {
    border-bottom: 3px solid #5db2ff
}

.modal-danger .modal-header {
    border-bottom: 3px solid #d73d32
}

.modal-success .modal-header {
    border-bottom: 3px solid #53a93f
}

.modal-warning .modal-header {
    border-bottom: 3px solid #f4b400
}

.modal-silver .modal-header {
    border-bottom: 3px solid #777
}

.modal-inverse .modal-header {
    border-bottom: 3px solid #444
}

.modal-blueberry .modal-header {
    border-bottom: 3px solid #6f85bf
}

.modal-palegreen .modal-header {
    border-bottom: 3px solid #a0d468
}

.modal-orange .modal-header {
    border-bottom: 3px solid #557faa
}

.modal-darkorange .modal-header {
    border-bottom: 3px solid #ed4e2a
}

.modal-magenta .modal-header {
    border-bottom: 3px solid #bc5679
}

.modal-purple .modal-header {
    border-bottom: 3px solid #7e3794
}

.modal-maroon .modal-header {
    border-bottom: 3px solid #981b48
}

.modal-primary .modal-header {
    border-bottom: 3px solid #4374e0
}

.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.5);
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    color: #000;
    background-color: #fff;
    border: transparent
}

.modal-footer {
    padding-top: 12px;
    padding-bottom: 14px;
    border-top: 0;
    background-color: #f5f5f5
}

.modal-header {
    padding: 10px 15px 10px 20px;
    background-color: #f5f5f5
}

.modal-backdrop {
    background-color: #fff
}

    .modal-backdrop.in {
        zoom: 1;
        filter: alpha(opacity=75);
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75
    }

.modal-message .modal-dialog {
    width: 300px
}

.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center !important
}

.modal-message .modal-header {
    color: #fff;
    margin-bottom: 10px;
    padding: 15px 0 8px
}

    .modal-message .modal-header .fa, .modal-message .modal-header .glyphicon, .modal-message .modal-header .typcn, .modal-message .modal-header .wi {
        font-size: 30px
    }

.modal-message .modal-title {
    font-size: 17px;
    color: #737373;
    margin-bottom: 3px
}

.modal-message .modal-body {
    color: #737373
}

.modal-message .modal-footer {
    margin: 25px 0 20px;
    padding-bottom: 10px
}

.modal-message.modal-info .modal-header {
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3
}

.modal-message.modal-danger .modal-header {
    color: #d73d32;
    border-bottom: 3px solid #e46f61
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55
}

.modal-message.modal-success .modal-header {
    color: #53a93f;
    border-bottom: 3px solid #a0d468
}

.dropdown-menu {
    border: 1px solid #ccc !important;
    -webkit-border-radius: 2px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 2px !important;
    -moz-background-clip: padding !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    -webkit-box-shadow: 0 2px 40px rgba(0,0,0,.4);
    -moz-box-shadow: 0 2px 40px rgba(0,0,0,.4);
    box-shadow: 0 2px 40px rgba(0,0,0,.4);
    -webkit-transition: opacity .218s;
    -moz-transition: opacity .218s;
    -o-transition: opacity .218s;
    transition: opacity .218s;
    margin: 1px 0 0;
    min-width: 170px
}

    #flotTip, .dropdown-menu > .dropdown-menu {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding
    }

    .dropdown-menu .dropdown-icon {
        display: inline-block;
        font-size: 13px;
        margin-right: 5px
    }

    .dropdown-menu > li > a {
        font-size: 13px;
        padding-left: 11px;
        padding-right: 11px;
        margin-bottom: 1px;
        margin-top: 1px
    }

        .dropdown-menu > li > a .dropdown-expand {
            position: absolute;
            top: 5px;
            right: 10px;
            font-size: 13px
        }

        .dropdown-menu > li > a .badge, .dropdown-menu > li > a .label {
            font-size: 10px !important
        }

        .dropdown-menu > li > a .label {
            padding: 3px 6px 5px
        }

    .dropdown-menu > .dropdown-menu {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-clip: padding-box
    }

        .dropdown-menu > .dropdown-menu > a:after {
            margin-right: -5px
        }

    .dropdown-menu .divider {
        background-color: #ebebeb;
        margin-bottom: -1px
    }

    .dropdown-menu.pull-right {
        left: auto;
        right: 0
    }

    .dropdown-menu.dropdown-arrow.pull-right:before {
        left: auto;
        right: 9px
    }

    .dropdown-menu.dropdown-arrow:before {
        border-bottom: 7px solid #fff;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: '';
        display: inline-block;
        left: 9px;
        position: absolute;
        top: -7px
    }

    .dropdown-menu .dropdown-submenu:hover > a, .dropdown-menu li a:active, .dropdown-menu li a:focus, .dropdown-menu li a:hover, .dropdown-menu li.active a, .dropdown-menu li.active a:hover, .nav-tabs .dropdown-menu li > a:focus {
        background: #ebebeb;
        color: #262626
    }

.dropdown-info .dropdown-submenu:hover > a, .dropdown-info li a:active, .dropdown-info li a:focus, .dropdown-info li a:hover, .dropdown-info li.active a, .dropdown-info li.active a:hover, .nav-tabs .dropdown-info li > a:focus {
    background: #57b5e3;
    color: #fff
}

.dropdown-primary .dropdown-submenu:hover > a, .dropdown-primary li a:active, .dropdown-primary li a:focus, .dropdown-primary li a:hover, .dropdown-primary li.active a, .dropdown-primary li.active a:hover, .nav-tabs .dropdown-primary li > a:focus {
    background: #4374e0;
    color: #fff
}

.dropdown-success .dropdown-submenu:hover > a, .dropdown-success li a:active, .dropdown-success li a:focus, .dropdown-success li a:hover, .dropdown-success li.active a, .dropdown-success li.active a:hover, .nav-tabs .dropdown-success li > a:focus {
    background: #53a93f;
    color: #fff
}

.dropdown-warning .dropdown-submenu:hover > a, .dropdown-warning li a:active, .dropdown-warning li a:focus, .dropdown-warning li a:hover, .dropdown-warning li.active a, .dropdown-warning li.active a:hover, .nav-tabs .dropdown-warning li > a:focus {
    background: #f4b400;
    color: #fff
}

.dropdown-danger .dropdown-submenu:hover > a, .dropdown-danger li a:active, .dropdown-danger li a:focus, .dropdown-danger li a:hover, .dropdown-danger li.active a, .dropdown-danger li.active a:hover, .nav-tabs .dropdown-danger li > a:focus {
    background: #d73d32;
    color: #fff
}

.dropdown-inverse .dropdown-submenu:hover > a, .dropdown-inverse li a:active, .dropdown-inverse li a:focus, .dropdown-inverse li a:hover, .dropdown-inverse li.active a, .dropdown-inverse li.active a:hover, .nav-tabs .dropdown-inverse li > a:focus {
    background: #262626;
    color: #fff
}

.dropdown-blue .dropdown-submenu:hover > a, .dropdown-blue li a:active, .dropdown-blue li a:focus, .dropdown-blue li a:hover, .dropdown-blue li.active a, .dropdown-blue li.active a:hover, .nav-tabs .dropdown-blue li > a:focus {
    background: #5db2ff;
    color: #fff
}

.dropdown-blueberry .dropdown-submenu:hover > a, .dropdown-blueberry li a:active, .dropdown-blueberry li a:focus, .dropdown-blueberry li a:hover, .dropdown-blueberry li.active a, .dropdown-blueberry li.active a:hover, .nav-tabs .dropdown-blueberry li > a:focus {
    background: #6f85bf;
    color: #fff
}

.dropdown-palegreen .dropdown-submenu:hover > a, .dropdown-palegreen li a:active, .dropdown-palegreen li a:focus, .dropdown-palegreen li a:hover, .dropdown-palegreen li.active a, .dropdown-palegreen li.active a:hover, .nav-tabs .dropdown-palegreen li > a:focus {
    background: #a0d468;
    color: #fff
}

.dropdown-orange .dropdown-submenu:hover > a, .dropdown-orange li a:active, .dropdown-orange li a:focus, .dropdown-orange li a:hover, .dropdown-orange li.active a, .dropdown-orange li.active a:hover, .nav-tabs .dropdown-orange li > a:focus {
    background: #557faa;
    color: #fff
}

.dropdown-darkorange .dropdown-submenu:hover > a, .dropdown-darkorange li a:active, .dropdown-darkorange li a:focus, .dropdown-darkorange li a:hover, .dropdown-darkorange li.active a, .dropdown-darkorange li.active a:hover, .nav-tabs .dropdown-darkorange li > a:focus {
    background: #ed4e2a;
    color: #fff
}

.dropdown-magenta .dropdown-submenu:hover > a, .dropdown-magenta li a:active, .dropdown-magenta li a:focus, .dropdown-magenta li a:hover, .dropdown-magenta li.active a, .dropdown-magenta li.active a:hover, .nav-tabs .dropdown-magenta li > a:focus {
    background: #bc5679;
    color: #fff
}

.dropdown-purple .dropdown-submenu:hover > a, .dropdown-purple li a:active, .dropdown-purple li a:focus, .dropdown-purple li a:hover, .dropdown-purple li.active a, .dropdown-purple li.active a:hover, .nav-tabs .dropdown-purple li > a:focus {
    background: #7e3794;
    color: #fff
}

.dropdown-maroon .dropdown-submenu:hover > a, .dropdown-maroon li a:active, .dropdown-maroon li a:focus, .dropdown-maroon li a:hover, .dropdown-maroon li.active a, .dropdown-maroon li.active a:hover, .nav-tabs .dropdown-maroon li > a:focus {
    background: #981b48;
    color: #fff
}

.dropdown-hover {
    position: relative
}

    .dropdown-hover:hover > .dropdown-menu {
        display: block;
        left: 100%;
        top: -2px
    }

    .dropdown-hover.dropup:hover > .dropdown-menu {
        bottom: 0;
        top: auto
    }

.flip-scroll table {
    width: 100%
}

@media only screen and (max-width:800px) {
    .flip-scroll .flip-content:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }

    .flip-scroll html .flip-content {
        -ms-zoom: 1;
        zoom: 1
    }

    .flip-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative
    }

    .flip-scroll td, .flip-scroll th {
        margin: 0;
        vertical-align: top
    }

        .flip-scroll td:last-child, .flip-scroll th:last-child {
            border-bottom: 1px solid #ddd
        }

    .flip-scroll th {
        border: 0 !important;
        border-right: 1px solid #ddd !important;
        font-size: 13px !important;
        padding: 5px;
        width: auto !important;
        display: block;
        text-align: right;
        border-bottom: 0;
        border-left: 0
    }

    .flip-scroll td {
        display: block;
        min-height: 1.25em;
        text-align: left;
        border-top: 0 !important;
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

    .flip-scroll thead {
        display: block;
        float: left
    }

        .flip-scroll thead tr {
            display: block
        }

        .flip-scroll thead.bordered-blue > tr > th {
            border-right: 3px solid #5db2ff !important
        }

        .flip-scroll thead.bordered-primary > tr > th {
            border-right: 3px solid #4374e0 !important
        }

        .flip-scroll thead.bordered-danger > tr > th {
            border-right: 3px solid #d73d32 !important
        }

        .flip-scroll thead.bordered-success > tr > th {
            border-right: 3px solid #53a93f !important
        }

        .flip-scroll thead.bordered-warning > tr > th {
            border-right: 3px solid #f4b400 !important
        }

        .flip-scroll thead.bordered-silver > tr > th {
            border-right: 3px solid #777 !important
        }

        .flip-scroll thead.bordered-inverse > tr > th {
            border-right: 3px solid #444 !important
        }

        .flip-scroll thead.bordered-blueberry > tr > th {
            border-right: 3px solid #6f85bf !important
        }

        .flip-scroll thead.bordered-palegreen > tr > th {
            border-right: 3px solid #a0d468 !important
        }

        .flip-scroll thead.bordered-orange > tr > th {
            border-right: 3px solid #557faa !important
        }

        .flip-scroll thead.bordered-darkorange > tr > th {
            border-right: 3px solid #ed4e2a !important
        }

        .flip-scroll thead.bordered-magenta > tr > th {
            border-right: 3px solid #bc5679 !important
        }

        .flip-scroll thead.bordered-purple > tr > th {
            border-right: 3px solid #7e3794 !important
        }

        .flip-scroll thead.bordered-maroon > tr > th {
            border-right: 3px solid #981b48 !important
        }

    .flip-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap
    }

        .flip-scroll tbody tr {
            display: inline-block;
            vertical-align: top;
            margin-left: -5px;
            border-left: 1px solid #ddd
        }
}

.table-toolbar {
    padding: 10px 0
}

.dropdown-checkboxes {
    padding: 5px
}

    .dropdown-checkboxes .checker {
        display: block;
        font-weight: 300;
        color: #333;
        margin: 0 4px;
        line-height: 24px
    }

        .dropdown-checkboxes .checker input {
            margin-top: 5px
        }

        .dropdown-checkboxes .checker span {
            padding-left: 5px
        }

.abn-tree-animate-enter, li.abn-tree-row.ng-enter {
    transition: .2s linear all;
    position: relative;
    display: block;
    opacity: 0;
    max-height: 0
}

    .abn-tree-animate-enter.abn-tree-animate-enter-active, li.abn-tree-row.ng-enter-active {
        opacity: 1;
        max-height: 30px
    }

.abn-tree-animate-leave, li.abn-tree-row.ng-leave {
    transition: .2s linear all;
    position: relative;
    display: block;
    height: 30px;
    max-height: 30px;
    opacity: 1
}

    .abn-tree-animate-leave.abn-tree-animate-leave-active, li.abn-tree-row.ng-leave-active {
        height: 0;
        max-height: 0;
        opacity: 0
    }

ul.abn-tree li.abn-tree-row {
    padding: 0;
    margin: 0
}

    ul.abn-tree li.abn-tree-row a {
        padding: 3px 10px;
        color: #444
    }

ul.abn-tree li.active.abn-tree-row a {
    background-color: #557faa;
    border-radius: 0;
    color: #fff
}

ul.abn-tree i.indented {
    padding: 2px
}

.abn-tree {
    cursor: pointer
}

ul.nav.abn-tree .level-1 .indented {
    position: relative;
    left: 0
}

ul.nav.abn-tree .level-2 .indented {
    position: relative;
    left: 20px
}

ul.nav.abn-tree .level-3 .indented {
    position: relative;
    left: 40px
}

ul.nav.abn-tree .level-4 .indented {
    position: relative;
    left: 60px
}

ul.nav.abn-tree .level-5 .indented {
    position: relative;
    left: 80px
}

ul.nav.abn-tree .level-6 .indented {
    position: relative;
    left: 100px
}

ul.nav.nav-list.abn-tree .level-7 .indented {
    position: relative;
    left: 120px
}

ul.nav.nav-list.abn-tree .level-8 .indented {
    position: relative;
    left: 140px
}

ul.nav.nav-list.abn-tree .level-9 .indented {
    position: relative;
    left: 160px
}

#flotTip {
    padding: 3px 5px;
    background-color: #f5f5f5;
    z-index: 9999;
    color: #262626;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.3);
    box-shadow: 0 1px 8px rgba(0,0,0,.3);
    font-size: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    border: 1px solid #ccc
}

    #flotTip span {
        color: #5db2ff;
        font-weight: 700
    }

.flot-donut-caption {
    position: absolute;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
    -lh-property: 0;
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px)
}

flot-donut-caption .legendLabel span {
    display: block;
    margin: 0 5px
}

.easy-pie-chart, .easy-pie-title {
    display: inline-block
}

.legendColorBox {
    padding-left: 10px;
    vertical-align: top;
    padding-top: 5px
}

    .legendColorBox div > div {
        width: 4px;
        height: 4px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

.morris-hover.morris-default-style {
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    padding: 3px;
    color: #444;
    background: rgba(255,255,255,.8);
    border: 2px solid rgba(230,230,230,.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center
}

    .morris-hover.morris-default-style .morris-hover-row-label {
        font-weight: 700;
        margin: .25em 0
    }

    .morris-hover.morris-default-style .morris-hover-point {
        white-space: nowrap;
        margin: .1em 0
    }

.morris-hover {
    position: absolute;
    z-index: 1001
}

.has-legend {
    margin-top: 30px !important
}

.has-legend-unique {
    margin-top: 19px !important
}

.easyPieChart {
    position: relative;
    text-align: center
}

    .easyPieChart canvas {
        position: absolute;
        top: 0;
        left: 0
    }

.easy-pie-chart .percent {
    color: #444;
    font-size: 12px;
    font-weight: 700
}

.easy-pie-title {
    margin: 10px 6px 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100px;
    height: 19px;
    white-space: nowrap;
    overflow: hidden
}

.jqstooltip {
    padding: 7px !important;
    border-radius: 3px !important;
    border: 0 !important;
    background-color: #000 !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

    .jqstooltip .jqsfield {
        font-family: 'Open Sans','Segoe UI';
        font-size: 11px
    }

.form-bordered .form-group {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-left: -12px;
    margin-right: -12px
}

    .form-bordered .form-group:first-child {
        border-top: 0;
        padding-top: 0
    }

    .form-bordered .form-group:last-child {
        margin-bottom: 0
    }

.form-title {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    font-size: 15px;
    font-weight: 300;
    color: #262626;
    margin-bottom: 15px
}

label {
    font-weight: 400;
    font-size: 13px;
    vertical-align: middle
}

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], textarea {
    -webkit-border-radius: 0 !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0 !important;
    -moz-background-clip: padding !important;
    border-radius: 0 !important;
    background-clip: padding-box !important;
    color: #858585;
    background-color: #fbfbfb;
    border: 1px solid #d5d5d5;
    font-family: inherit;
    -webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s,border-color .45s ease-in-out;
    -o-transition: box-shadow .45s,border-color .45s ease-in-out;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

    input[type=text]:hover, input[type=password]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=date]:hover, input[type=month]:hover, input[type=time]:hover, input[type=week]:hover, input[type=number]:hover, input[type=email]:hover, input[type=url]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=color]:hover, textarea:hover {
        border-color: rgba(0,0,0,.2)
    }

    input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, textarea:focus {
        color: #262626;
        background-color: #fff;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        border-color: rgba(0,0,0,.25);
        outline: 0
    }

.form-control, select {
    font-size: 13px;
    color: #858585;
    background-color: #fbfbfb;
    border: 1px solid #d5d5d5;
    padding: 6px 12px
}

    .form-control:focus, select:focus {
        color: #262626;
        background-color: #fff;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        border-color: rgba(0,0,0,.25)
    }

textarea.form-control {
    padding: 5px 9px;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s
}

.input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    font-weight: 300;
    font-size: 18px;
    height: 46px;
    padding: 10px 16px;
    line-height: 1.33
}

.input-xl {
    height: 52px;
    padding: 12px 18px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fbfbfb;
    border-color: #e5e5e5
}

    .form-control[disabled]:hover, .form-control[readonly]:hover, fieldset[disabled] .form-control:hover {
        border-color: #eee;
        background-color: #fff
    }

.form-group.has-success input, .form-group.has-success select, .form-group.has-success textarea, .input-group.has-success input, .input-group.has-success select, .input-group.has-success textarea {
    border-color: #b0dd9c;
    color: #a0d468;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f3f7f1
}

    .form-group.has-success input:focus, .form-group.has-success select:focus, .form-group.has-success textarea:focus, .input-group.has-success input:focus, .input-group.has-success select:focus, .input-group.has-success textarea:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #8cc474;
        border-color: #8cc474
    }

.form-group.has-success .form-control-feedback:before, .input-group.has-success .form-control-feedback:before {
    color: #8cc474 !important;
    color: inherit
}

.form-group.has-success .control-label, .form-group.has-success .help-block, .form-group.has-success .help-inline, .input-group.has-success .control-label, .input-group.has-success .help-block, .input-group.has-success .help-inline {
    color: #8cc474
}

.form-group.has-error .select, .form-group.has-error input, .form-group.has-error textarea, .input-group.has-error .select, .input-group.has-error input, .input-group.has-error textarea {
    border-color: #e7bebe;
    color: #e46f61;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: snow
}

    .form-group.has-error .select:focus, .form-group.has-error input:focus, .form-group.has-error textarea:focus, .input-group.has-error .select:focus, .input-group.has-error input:focus, .input-group.has-error textarea:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #d73d32;
        border-color: #e46f61
    }

.form-group.has-error .form-control-feedback:before, .input-group.has-error .form-control-feedback:before {
    color: #e46f61 !important;
    color: inherit
}

.form-group.has-error .control-label, .form-group.has-error .help-block, .form-group.has-error .help-inline, .input-group.has-error .control-label, .input-group.has-error .help-block, .input-group.has-error .help-inline {
    color: #e46f61
}

.form-group.has-warning .select, .form-group.has-warning input, .form-group.has-warning textarea, .input-group.has-warning .select, .input-group.has-warning input, .input-group.has-warning textarea {
    border-color: #fecf49;
    color: #f4b400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fefbf1
}

    .form-group.has-warning .select:focus, .form-group.has-warning input:focus, .form-group.has-warning textarea:focus, .input-group.has-warning .select:focus, .input-group.has-warning input:focus, .input-group.has-warning textarea:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #f4b400;
        border-color: #f4b400
    }

.form-group.has-warning .form-control-feedback:before, .input-group.has-warning .form-control-feedback:before {
    color: #f4b400 !important;
    color: inherit
}

.form-group.has-warning .control-label, .form-group.has-warning .help-block, .form-group.has-warning .help-inline, .input-group.has-warning .control-label, .input-group.has-warning .help-block, .input-group.has-warning .help-inline {
    color: #f4b400
}

.form-group.has-info .select, .form-group.has-info input, .form-group.has-info textarea, .input-group.has-info .select, .input-group.has-info input, .input-group.has-info textarea {
    border-color: #a4d3fe;
    color: #57b5e3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f9fcff
}

    .form-group.has-info .select:focus, .form-group.has-info input:focus, .form-group.has-info textarea:focus, .input-group.has-info .select:focus, .input-group.has-info input:focus, .input-group.has-info textarea:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #57b5e3;
        border-color: #57b5e3
    }

.form-group.has-info .form-control-feedback:before, .input-group.has-info .form-control-feedback:before {
    color: #57b5e3 !important;
    color: inherit
}

.form-group.has-info .control-label, .form-group.has-info .help-block, .form-group.has-info .help-inline, .input-group.has-info .control-label, .input-group.has-info .help-block, .input-group.has-info .help-inline {
    color: #57b5e3
}

span.input-icon {
    display: inline-block
}

.input-icon {
    position: relative;
    width: 100%
}

    .input-icon.inverted > [class*=fa-], .input-icon.inverted > [class*=glyphicon-] {
        color: #fff;
        background-color: #262626
    }

    .input-icon > input {
        padding-left: 36px;
        padding-right: 6px
    }

        .input-icon > input:focus + [class*=fa-], .input-icon > input:focus + [class*=glyphicon-] {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1
        }

        .input-icon > input:focus + .circular {
            -webkit-box-shadow: 0 0 0 .1em rgba(0,0,0,.15) inset;
            -moz-box-shadow: 0 0 0 .1em rgba(0,0,0,.15) inset;
            box-shadow: 0 0 0 .1em rgba(0,0,0,.15) inset
        }

        .input-icon > input.input-xs {
            padding-left: 26px
        }

            .input-icon > input.input-xs + [class*=fa-], .input-icon > input.input-xs + [class*=glyphicon-] {
                width: 24px;
                font-size: 10px;
                padding-top: 0;
                line-height: 24px
            }

            .input-icon > input.input-xs + .circular {
                width: 14px;
                height: 14px;
                font-size: 10px;
                line-height: 14px
            }

        .input-icon > input.input-sm {
            padding-left: 32px
        }

            .input-icon > input.input-sm + [class*=fa-], .input-icon > input.input-sm + [class*=glyphicon-] {
                width: 30px;
                font-size: 12px;
                padding-top: 0;
                line-height: 30px
            }

            .input-icon > input.input-sm + .circular {
                width: 20px;
                height: 20px;
                font-size: 12px;
                line-height: 20px
            }

        .input-icon > input.input-lg {
            padding-left: 48px
        }

            .input-icon > input.input-lg + [class*=fa-], .input-icon > input.input-lg + [class*=glyphicon-] {
                width: 46px;
                font-size: 18px;
                padding-top: 5px;
                line-height: 34px
            }

            .input-icon > input.input-lg + .circular {
                width: 36px;
                height: 36px;
                font-size: 18px;
                line-height: 26px
            }

        .input-icon > input.input-xl {
            padding-left: 54px
        }

            .input-icon > input.input-xl + [class*=fa-], .input-icon > input.input-xl + [class*=glyphicon-] {
                width: 52px;
                font-size: 20px;
                padding-top: 8px;
                line-height: 34px
            }

            .input-icon > input.input-xl + .circular {
                width: 42px;
                height: 42px;
                font-size: 20px;
                line-height: 26px
            }

    .input-icon > [class*=fa-], .input-icon > [class*=glyphicon-] {
        z-index: 2;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 34px;
        height: 100%;
        line-height: 28px;
        display: inline-block;
        color: #555;
        font-size: 14px;
        text-align: center;
        padding-top: 3px;
        zoom: 1;
        filter: alpha(opacity=70);
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7
    }

        .input-icon > [class*=fa-].circular, .input-icon > [class*=glyphicon-].circular {
            border-radius: 500em !important;
            box-shadow: 0 0 0 .1em rgba(0,0,0,.1) inset;
            -webkit-transition: -webkit-box-shadow .3s ease;
            -moz-transition: -moz-box-shadow .3s ease;
            -o-transition: box-shadow .3s ease;
            transition: box-shadow .3s ease;
            padding: 0;
            top: 5px;
            bottom: 5px;
            left: 7px;
            width: 24px;
            height: 24px;
            font-size: 12px;
            line-height: 24px
        }

    .input-icon.icon-right > input {
        padding-left: 6px;
        padding-right: 36px
    }

        .input-icon.icon-right > input.input-xs {
            padding-right: 26px
        }

        .input-icon.icon-right > input.input-sm {
            padding-right: 32px
        }

        .input-icon.icon-right > input.input-lg {
            padding-right: 48px
        }

        .input-icon.icon-right > input.input-xl {
            padding-right: 54px
        }

    .input-icon.icon-right > [class*=fa-], .input-icon.icon-right > [class*=glyphicon-] {
        left: auto;
        right: 0
    }

    .input-icon.icon-right .circular {
        left: auto;
        right: 5px
    }

    .input-icon ~ .help-inline {
        padding-left: 8px
    }

.input-group .input-group-addon {
    border-radius: 0 !important;
    background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top,#eee 0,#fbfbfb 100%);
    background-image: -moz-linear-gradient(top,#eee 0,#fbfbfb 100%);
    background-image: -o-linear-gradient(top,#eee 0,#fbfbfb 100%);
    background-image: linear-gradient(to bottom,#eee 0,#fbfbfb 100%)
}

    .input-group .input-group-addon[class*=bg-] {
        background-image: none;
        color: #fff
    }

.input-group-xl > .form-control, .input-group-xl > .input-group-addon, .input-group-xl > .input-group-btn > .btn {
    height: 52px;
    padding: 10px 18px;
    font-size: 20px;
    line-height: 1.4
}

.input-group-xs > .form-control, .input-group-xs > .input-group-addon, .input-group-xs > .input-group-btn > .btn {
    height: 24px;
    padding: 2px 6px 2px 7px;
    font-size: 11px;
    line-height: 1.4
}

.has-success .input-group-addon {
    border-color: #b0dd9c !important;
    color: #8cc474;
    background-image: none
}

.has-error .input-group-addon {
    border-color: #e7bebe;
    color: #e46f61;
    background-image: none
}

.has-warning .input-group-addon {
    border-color: #fecf49;
    color: #f4b400;
    background-image: none
}

.has-info .input-group-addon {
    border-color: #a4d3fe;
    color: #57b5e3;
    background-color: #e4f0fc;
    background-image: none
}

input[type=checkbox].colored-white:checked ~ .text, input[type=checkbox].colored-white ~ .text, input[type=radio].colored-white:checked ~ .text, input[type=radio].colored-white ~ .text {
    color: #fff
}

.input-group-btn .btn-label {
    padding: 6px 10px !important
}

.input-group-btn > .btn {
    line-height: 20px;
    border-radius: 0 !important
}

    .input-group-btn > .btn.dropdown-toggle > [class*=fa-] {
        margin-right: 0;
        font-size: 14px
    }

.input-group > .btn.btn-sm {
    line-height: 22px
}

.input-group > .btn + .btn {
    margin-left: 1px
}

.input-group > .btn-group > .btn {
    line-height: 23px
}

    .input-group > .btn-group > .btn.btn-sm {
        line-height: 26px
    }

        .input-group > .btn-group > .btn.btn-sm > .caret, .input-group > .btn-group > .btn > .caret, .input-group > .btn.btn-sm > .caret, .input-group > .btn > .caret {
            margin-top: 10px
        }

input[type=checkbox], input[type=radio] {
    opacity: 0;
    position: absolute;
    left: -9999px;
    z-index: 12;
    width: 18px;
    height: 18px;
    cursor: pointer
}

    input[type=checkbox].inverted:checked ~ .text:before, input[type=radio].inverted:checked ~ .text:before {
        background-color: #333;
        border-color: #333;
        color: #fff
    }

    input[type=checkbox].colored-white ~ .text:before, input[type=radio].colored-white ~ .text:before {
        border-color: #fafafa
    }

    input[type=checkbox].colored-white:checked ~ .text:before, input[type=radio].colored-white:checked ~ .text:before {
        border-color: #333;
        color: #333
    }

    input[type=checkbox].colored-blue:checked ~ .text, input[type=radio].colored-blue:checked ~ .text {
        color: #5db2ff
    }

        input[type=checkbox].colored-blue:checked ~ .text:before, input[type=radio].colored-blue:checked ~ .text:before {
            border-color: #5db2ff;
            color: #5db2ff
        }

    input[type=checkbox].colored-primary:checked ~ .text, input[type=radio].colored-primary:checked ~ .text {
        color: #4374e0
    }

        input[type=checkbox].colored-primary:checked ~ .text:before, input[type=radio].colored-primary:checked ~ .text:before {
            border-color: #4374e0;
            color: #4374e0
        }

    input[type=checkbox].colored-danger:checked ~ .text, input[type=radio].colored-danger:checked ~ .text {
        color: #d73d32
    }

        input[type=checkbox].colored-danger:checked ~ .text:before, input[type=radio].colored-danger:checked ~ .text:before {
            border-color: #d73d32;
            color: #d73d32
        }

    input[type=checkbox].colored-success:checked ~ .text, input[type=radio].colored-success:checked ~ .text {
        color: #53a93f
    }

        input[type=checkbox].colored-success:checked ~ .text:before, input[type=radio].colored-success:checked ~ .text:before {
            border-color: #53a93f;
            color: #53a93f
        }

    input[type=checkbox].colored-warning:checked ~ .text, input[type=radio].colored-warning:checked ~ .text {
        color: #f4b400
    }

        input[type=checkbox].colored-warning:checked ~ .text:before, input[type=radio].colored-warning:checked ~ .text:before {
            border-color: #f4b400;
            color: #f4b400
        }

    input[type=checkbox].colored-silver:checked ~ .text, input[type=radio].colored-silver:checked ~ .text {
        color: #777
    }

        input[type=checkbox].colored-silver:checked ~ .text:before, input[type=radio].colored-silver:checked ~ .text:before {
            border-color: #777;
            color: #777
        }

    input[type=checkbox].colored-blueberry:checked ~ .text, input[type=radio].colored-blueberry:checked ~ .text {
        color: #6f85bf
    }

        input[type=checkbox].colored-blueberry:checked ~ .text:before, input[type=radio].colored-blueberry:checked ~ .text:before {
            border-color: #6f85bf;
            color: #6f85bf
        }

    input[type=checkbox].colored-palegreen:checked ~ .text, input[type=radio].colored-palegreen:checked ~ .text {
        color: #a0d468
    }

        input[type=checkbox].colored-palegreen:checked ~ .text:before, input[type=radio].colored-palegreen:checked ~ .text:before {
            border-color: #a0d468;
            color: #a0d468
        }

    input[type=checkbox].colored-orange:checked ~ .text, input[type=radio].colored-orange:checked ~ .text {
        color: #557faa
    }

        input[type=checkbox].colored-orange:checked ~ .text:before, input[type=radio].colored-orange:checked ~ .text:before {
            border-color: #557faa;
            color: #557faa
        }

    input[type=checkbox].colored-darkorange:checked ~ .text, input[type=radio].colored-darkorange:checked ~ .text {
        color: #ed4e2a
    }

        input[type=checkbox].colored-darkorange:checked ~ .text:before, input[type=radio].colored-darkorange:checked ~ .text:before {
            border-color: #ed4e2a;
            color: #ed4e2a
        }

    input[type=checkbox].colored-magenta:checked ~ .text, input[type=radio].colored-magenta:checked ~ .text {
        color: #bc5679
    }

        input[type=checkbox].colored-magenta:checked ~ .text:before, input[type=radio].colored-magenta:checked ~ .text:before {
            border-color: #bc5679;
            color: #bc5679
        }

    input[type=checkbox].colored-purple:checked ~ .text, input[type=radio].colored-purple:checked ~ .text {
        color: #7e3794
    }

        input[type=checkbox].colored-purple:checked ~ .text:before, input[type=radio].colored-purple:checked ~ .text:before {
            border-color: #7e3794;
            color: #7e3794
        }

    input[type=checkbox].colored-maroon:checked ~ .text, input[type=radio].colored-maroon:checked ~ .text {
        color: #981b48
    }

        input[type=checkbox].colored-maroon:checked ~ .text:before, input[type=radio].colored-maroon:checked ~ .text:before {
            border-color: #981b48;
            color: #981b48
        }

    input[type=checkbox]:checked, input[type=checkbox]:focus, input[type=radio]:checked, input[type=radio]:focus {
        outline: 0 !important
    }

        input[type=checkbox]:checked ~ .text:before, input[type=radio]:checked ~ .text:before {
            display: inline-block;
            content: '';
            background-color: #f5f8fc;
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
            box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
            border-color: #333
        }

    input[type=checkbox]:hover ~ .text:before, input[type=radio]:hover ~ .text:before {
        border-color: #737373
    }

    input[type=checkbox]:active ~ .text:before, input[type=radio]:active ~ .text:before {
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
        box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1)
    }

    input[type=checkbox].disabled ~ .text, input[type=checkbox]:disabled ~ .text, input[type=checkbox][disabled] ~ .text, input[type=radio].disabled ~ .text, input[type=radio]:disabled ~ .text, input[type=radio][disabled] ~ .text {
        color: rgba(0,0,0,.4)
    }

        input[type=checkbox].disabled ~ .text:before, input[type=checkbox]:disabled ~ .text:before, input[type=checkbox][disabled] ~ .text:before, input[type=radio].disabled ~ .text:before, input[type=radio]:disabled ~ .text:before, input[type=radio][disabled] ~ .text:before {
            background-color: #f5f5f5 !important;
            border-color: #e5e5e5 !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
            color: #e5e5e5
        }

    input[type=checkbox] ~ .text, input[type=radio] ~ .text {
        position: relative;
        z-index: 11;
        display: inline-block;
        margin: 0;
        line-height: 20px;
        min-height: 18px;
        min-width: 18px;
        font-weight: 400
    }

        input[type=checkbox] ~ .text:before, input[type=radio] ~ .text:before {
            font-family: fontAwesome;
            font-weight: 700;
            font-size: 13px;
            color: #333;
            content: " ";
            background-color: #fafafa;
            border: 1px solid #c8c8c8;
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
            border-radius: 0;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            height: 18px;
            line-height: 16px;
            min-width: 18px;
            margin-right: 5px;
            margin-bottom: 2px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        input[type=checkbox] ~ .text:hover:before, input[type=radio] ~ .text:hover:before {
            border-color: #737373
        }

        input[type=checkbox] ~ .text:active:before, input[type=radio] ~ .text:active:before {
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);
            box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1)
        }

        input[type=radio] ~ .text:before {
            border-radius: 100%;
            font-size: 10px;
            font-family: FontAwesome;
            line-height: 17px;
            height: 19px;
            min-width: 19px
        }

    input[type=radio]:checked ~ .text:before {
        content: ""
    }

.checkbox label, .radio label {
    padding-left: 0
}

input[type=checkbox].checkbox-slider {
    width: 55px;
    height: 25px;
    left: 0
}

    input[type=checkbox].checkbox-slider.slider-icon:checked ~ .text:after {
        font-family: FontAwesome;
        font-size: 15px;
        line-height: 21px;
        content: "";
        border-width: 1px;
        padding-left: 3px;
        background-color: #fff;
        color: #444
    }

    input[type=checkbox].checkbox-slider.slider-icon ~ .text:after {
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 20px;
        content: "";
        border-width: 1px;
        padding-left: 4px;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.toggle:checked ~ .text:after {
        background-color: #fff;
        color: #444
    }

    input[type=checkbox].checkbox-slider.toggle ~ .text:after {
        border: 0;
        background-color: #444;
        width: 14px;
        height: 14px;
        top: 3px;
        left: 3px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    input[type=checkbox].checkbox-slider ~ .text:after, input[type=checkbox].checkbox-slider ~ .text:before {
        font-family: 'Open Sans','Segoe UI';
        font-size: 10px;
        font-weight: 300;
        background-color: #fff;
        padding: 0
    }

    input[type=checkbox].checkbox-slider.yesno ~ .text:before {
        font-family: 'Open Sans','Segoe UI';
        content: "YES NO"
    }

    input[type=checkbox].checkbox-slider ~ .text {
        margin: 0 4px;
        min-height: 24px
    }

        input[type=checkbox].checkbox-slider ~ .text:before {
            content: "ON OFF";
            color: #999;
            line-height: 18px;
            height: 20px;
            overflow: hidden;
            border-radius: 50rem;
            border: 1px solid #ccc;
            text-align: left;
            float: left;
            width: 52px;
            text-indent: -21px;
            margin-right: 0;
            -webkit-transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s
        }

        input[type=checkbox].checkbox-slider ~ .text:after {
            content: '';
            border: 5px solid #444;
            border-radius: 100%;
            width: 22px;
            height: 22px;
            line-height: 20px;
            position: absolute;
            top: -2px;
            left: -3px;
            -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
            -moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
            box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

    input[type=checkbox].checkbox-slider:checked ~ .text:before {
        text-indent: 5px;
        background-color: #444;
        border-color: #444;
        color: #fff
    }

    input[type=checkbox].checkbox-slider:checked ~ .text:after {
        left: 34px;
        background-color: #444;
        border: 5px solid #fff
    }

    input[type=checkbox].checkbox-slider.colored-blue ~ .text:after {
        border-color: #5db2ff
    }

    input[type=checkbox].checkbox-slider.colored-blue:checked ~ .text:before {
        background-color: #5db2ff;
        border-color: #5db2ff
    }

    input[type=checkbox].checkbox-slider.colored-blue:checked ~ .text:after {
        background-color: #5db2ff;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-blue.slider-icon:checked ~ .text:after, input[type=checkbox].checkbox-slider.colored-blue.toggle:checked ~ .text:after {
        color: #5db2ff;
        background-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-blue.slider-icon ~ .text:after {
        border-color: #fff;
        color: #5db2ff
    }

    input[type=checkbox].checkbox-slider.colored-blue.toggle ~ .text:after {
        background-color: #5db2ff
    }

    input[type=checkbox].checkbox-slider.colored-primary ~ .text:after {
        border-color: #4374e0
    }

    input[type=checkbox].checkbox-slider.colored-primary:checked ~ .text:before {
        background-color: #4374e0;
        border-color: #4374e0
    }

    input[type=checkbox].checkbox-slider.colored-primary:checked ~ .text:after {
        background-color: #4374e0;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-primary.slider-icon:checked ~ .text:after, input[type=checkbox].checkbox-slider.colored-primary.toggle:checked ~ .text:after {
        color: #4374e0;
        background-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-primary.slider-icon ~ .text:after {
        border-color: #fff;
        color: #4374e0
    }

    input[type=checkbox].checkbox-slider.colored-primary.toggle ~ .text:after {
        background-color: #4374e0
    }

    input[type=checkbox].checkbox-slider.colored-danger ~ .text:after {
        border-color: #d73d32
    }

    input[type=checkbox].checkbox-slider.colored-danger:checked ~ .text:before {
        background-color: #d73d32;
        border-color: #d73d32
    }

    input[type=checkbox].checkbox-slider.colored-danger:checked ~ .text:after {
        background-color: #d73d32;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-danger.slider-icon:checked ~ .text:after, input[type=checkbox].checkbox-slider.colored-danger.toggle:checked ~ .text:after {
        color: #d73d32;
        background-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-danger.slider-icon ~ .text:after {
        border-color: #fff;
        color: #d73d32
    }

    input[type=checkbox].checkbox-slider.colored-danger.toggle ~ .text:after {
        background-color: #d73d32
    }

    input[type=checkbox].checkbox-slider.colored-success ~ .text:after {
        border-color: #53a93f
    }

    input[type=checkbox].checkbox-slider.colored-success:checked ~ .text:before {
        background-color: #53a93f;
        border-color: #53a93f
    }

    input[type=checkbox].checkbox-slider.colored-success:checked ~ .text:after {
        background-color: #53a93f;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-success.slider-icon:checked ~ .text:after, input[type=checkbox].checkbox-slider.colored-success.toggle:checked ~ .text:after {
        color: #53a93f;
        background-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-success.slider-icon ~ .text:after {
        border-color: #fff;
        color: #53a93f
    }

    input[type=checkbox].checkbox-slider.colored-success.toggle ~ .text:after {
        background-color: #53a93f
    }

    input[type=checkbox].checkbox-slider.colored-warning ~ .text:after {
        border-color: #f4b400
    }

    input[type=checkbox].checkbox-slider.colored-warning:checked ~ .text:before {
        background-color: #f4b400;
        border-color: #f4b400
    }

    input[type=checkbox].checkbox-slider.colored-warning:checked ~ .text:after {
        background-color: #f4b400;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-warning.slider-icon:checked ~ .text:after, input[type=checkbox].checkbox-slider.colored-warning.toggle:checked ~ .text:after {
        color: #f4b400;
        background-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-warning.slider-icon ~ .text:after {
        border-color: #fff;
        color: #f4b400
    }

    input[type=checkbox].checkbox-slider.colored-warning.toggle ~ .text:after {
        background-color: #f4b400
    }

    input[type=checkbox].checkbox-slider.colored-silver ~ .text:after {
        border-color: #f4b400
    }

    input[type=checkbox].checkbox-slider.colored-silver:checked ~ .text:before {
        background-color: #f4b400;
        border-color: #f4b400
    }

    input[type=checkbox].checkbox-slider.colored-silver:checked ~ .text:after {
        background-color: #f4b400;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-silver.slider-icon:checked ~ .text:after, input[type=checkbox].checkbox-slider.colored-silver.toggle:checked ~ .text:after {
        color: #f4b400;
        background-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-silver.slider-icon ~ .text:after {
        border-color: #fff;
        color: #f4b400
    }

    input[type=checkbox].checkbox-slider.colored-silver.toggle ~ .text:after {
        background-color: #f4b400
    }

    input[type=checkbox].checkbox-slider.colored-blueberry ~ .text:after {
        border-color: #6f85bf
    }

    input[type=checkbox].checkbox-slider.colored-blueberry:checked ~ .text:before {
        background-color: #6f85bf;
        border-color: #6f85bf
    }

    input[type=checkbox].checkbox-slider.colored-blueberry:checked ~ .text:after {
        background-color: #6f85bf;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon:checked ~ .text:after, input[type=checkbox].checkbox-slider.colored-blueberry.toggle:checked ~ .text:after {
        color: #6f85bf;
        background-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon ~ .text:after {
        border-color: #fff;
        color: #6f85bf
    }

    input[type=checkbox].checkbox-slider.colored-blueberry.toggle ~ .text:after {
        background-color: #6f85bf
    }

    input[type=checkbox].checkbox-slider.colored-palegreen ~ .text:after {
        border-color: #a0d468
    }

    input[type=checkbox].checkbox-slider.colored-palegreen:checked ~ .text:before {
        background-color: #a0d468;
        border-color: #a0d468
    }

    input[type=checkbox].checkbox-slider.colored-palegreen:checked ~ .text:after {
        background-color: #a0d468;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-palegreen.slider-icon:checked ~ .text:after, input[type=checkbox].checkbox-slider.colored-palegreen.toggle:checked ~ .text:after {
        color: #a0d468;
        background-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-palegreen.slider-icon ~ .text:after {
        border-color: #fff;
        color: #a0d468
    }

    input[type=checkbox].checkbox-slider.colored-palegreen.toggle ~ .text:after {
        background-color: #a0d468
    }

    input[type=checkbox].checkbox-slider.colored-orange ~ .text:after {
        border-color: #557faa
    }

    input[type=checkbox].checkbox-slider.colored-orange:checked ~ .text:before {
        background-color: #557faa;
        border-color: #557faa
    }

    input[type=checkbox].checkbox-slider.colored-orange:checked ~ .text:after {
        background-color: #557faa;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-orange.slider-icon:checked ~ .text:after, input[type=checkbox].checkbox-slider.colored-orange.toggle:checked ~ .text:after {
        color: #557faa;
        background-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-orange.slider-icon ~ .text:after {
        border-color: #fff;
        color: #557faa
    }

    input[type=checkbox].checkbox-slider.colored-orange.toggle ~ .text:after {
        background-color: #557faa
    }

    input[type=checkbox].checkbox-slider.colored-darkorange ~ .text:after {
        border-color: #ed4e2a
    }

    input[type=checkbox].checkbox-slider.colored-darkorange:checked ~ .text:before {
        background-color: #ed4e2a;
        border-color: #ed4e2a
    }

    input[type=checkbox].checkbox-slider.colored-darkorange:checked ~ .text:after {
        background-color: #ed4e2a;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-darkorange.slider-icon:checked ~ .text:after, input[type=checkbox].checkbox-slider.colored-darkorange.toggle:checked ~ .text:after {
        color: #ed4e2a;
        background-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-darkorange.slider-icon ~ .text:after {
        border-color: #fff;
        color: #ed4e2a
    }

    input[type=checkbox].checkbox-slider.colored-darkorange.toggle ~ .text:after {
        background-color: #ed4e2a
    }

    input[type=checkbox].checkbox-slider.colored-magenta ~ .text:after {
        border-color: #bc5679
    }

    input[type=checkbox].checkbox-slider.colored-magenta:checked ~ .text:before {
        background-color: #bc5679;
        border-color: #bc5679
    }

    input[type=checkbox].checkbox-slider.colored-magenta:checked ~ .text:after {
        background-color: #bc5679;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-magenta.slider-icon:checked ~ .text:after, input[type=checkbox].checkbox-slider.colored-magenta.toggle:checked ~ .text:after {
        color: #bc5679;
        background-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-magenta.slider-icon ~ .text:after {
        border-color: #fff;
        color: #bc5679
    }

    input[type=checkbox].checkbox-slider.colored-magenta.toggle ~ .text:after {
        background-color: #bc5679
    }

    input[type=checkbox].checkbox-slider.colored-purple ~ .text:after {
        border-color: #7e3794
    }

    input[type=checkbox].checkbox-slider.colored-purple:checked ~ .text:before {
        background-color: #7e3794;
        border-color: #7e3794
    }

    input[type=checkbox].checkbox-slider.colored-purple:checked ~ .text:after {
        background-color: #7e3794;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-purple.slider-icon:checked ~ .text:after, input[type=checkbox].checkbox-slider.colored-purple.toggle:checked ~ .text:after {
        color: #7e3794;
        background-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-purple.slider-icon ~ .text:after {
        border-color: #fff;
        color: #7e3794
    }

    input[type=checkbox].checkbox-slider.colored-purple.toggle ~ .text:after {
        background-color: #7e3794
    }

    input[type=checkbox].checkbox-slider.colored-maroon ~ .text:after {
        border-color: #981b48
    }

    input[type=checkbox].checkbox-slider.colored-maroon:checked ~ .text:before {
        background-color: #981b48;
        border-color: #981b48
    }

    input[type=checkbox].checkbox-slider.colored-maroon:checked ~ .text:after {
        background-color: #981b48;
        border-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-maroon.slider-icon:checked ~ .text:after, input[type=checkbox].checkbox-slider.colored-maroon.toggle:checked ~ .text:after {
        color: #981b48;
        background-color: #fff
    }

    input[type=checkbox].checkbox-slider.colored-maroon.slider-icon ~ .text:after {
        border-color: #fff;
        color: #981b48
    }

    input[type=checkbox].checkbox-slider.colored-maroon.toggle ~ .text:after {
        background-color: #981b48
    }

slider {
    display: inline-block;
    position: relative;
    height: 8px;
    width: 100%;
    margin: 25px 5px;
    vertical-align: middle
}

    slider span {
        white-space: nowrap;
        position: absolute;
        display: inline-block
    }

        slider span.base {
            width: 100%;
            height: 100%;
            padding: 0
        }

        slider span.bar {
            height: 100%;
            z-index: 0;
            -webkit-border-radius: 1em;
            border-radius: 1em;
            background-color: #e4eaec
        }

            slider span.bar.selection {
                width: 0;
                z-index: 1;
                background-color: #557faa;
                -webkit-box-shadow: none;
                box-shadow: none
            }

        slider span.pointer {
            cursor: pointer;
            width: 20px;
            height: 20px;
            top: -6px;
            background-color: #fff;
            border: 1px solid #dee5e7;
            z-index: 2;
            -webkit-border-radius: 1em;
            border-radius: 1em
        }

            slider span.pointer:after {
                content: '';
                background-color: #dee5e7;
                width: 8px;
                height: 8px;
                position: absolute;
                top: 5px;
                left: 5px;
                -webkit-border-radius: 1em;
                border-radius: 1em
            }

            slider span.pointer:hover:after {
                background-color: #000
            }

            slider span.pointer.active:after {
                background-color: #557faa
            }

        slider span.bubble {
            cursor: default;
            top: -22px;
            padding: 1px 3px;
            font-size: .7em
        }

            slider span.bubble.selection {
                top: 15px
            }

            slider span.bubble.limit {
                color: gray
            }

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    -ms-zoom: 1;
    zoom: 1;
    vertical-align: middle
}

    .select2-container .select2-choice {
        display: block;
        height: 32px;
        padding: 0 0 0 8px;
        overflow: hidden;
        position: relative;
        border: 1px solid #ccc;
        white-space: nowrap;
        line-height: 32px;
        color: #444;
        text-decoration: none;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff
    }

.select2-container, .select2-drop, .select2-search, .select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .select2-container.select2-drop-above .select2-choice {
        border-bottom-color: #ccc
    }

    .select2-container.select2-allowclear .select2-choice .select2-chosen {
        margin-right: 42px
    }

    .select2-container .select2-choice > .select2-chosen {
        margin-right: 26px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .select2-container .select2-choice abbr {
        display: none;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 24px;
        top: 8px;
        font-size: 1px;
        text-decoration: none;
        border: 0;
        cursor: pointer;
        outline: 0
    }

    .select2-container.select2-allowclear .select2-choice abbr {
        display: inline-block
    }

    .select2-container .select2-choice abbr:hover {
        cursor: pointer
    }

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background: #fff;
    filter: alpha(opacity=0)
}

.select2-drop {
    margin-top: -1px;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-top: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3)
}

.select2-drop-auto-width {
    border-top: 1px solid #ccc;
    width: auto
}

    .select2-drop-auto-width .select2-search {
        padding-top: 4px
    }

.select2-drop.select2-drop-above {
    margin-bottom: 0;
    border-top: 1px solid rgba(0,0,0,.25);
    border-top-width: 3px;
    border-bottom: 0;
    box-shadow: 0 -4px 5px rgba(0,0,0,.15)
}

.select2-drop-active {
    border: 1px solid rgba(0,0,0,.25);
    border-top: 0
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top-width: 3px
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 34px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background: #fff
}

    .select2-container .select2-choice .select2-arrow b {
        width: 100%;
        height: 100%;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        font-size: 14px
    }

        .select2-container .select2-choice .select2-arrow b:before {
            content: "";
            width: 100%;
            height: 100%;
            text-align: center;
            display: block
        }

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

    .select2-search input {
        width: 100%;
        height: auto !important;
        min-height: 29px;
        padding: 6px 20px 5px 10px;
        margin: 0;
        outline: 0;
        font-family: sans-serif;
        font-size: 1em;
        border: 1px solid #aaa;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=) #fff;
        background-image: -webkit-linear-gradient(top,#fff 85%,#eee 99%);
        background-image: -moz-linear-gradient(top,#fff 85%,#eee 99%);
        background-image: -o-linear-gradient(top,#fff 85%,#eee 99%);
        background-image: linear-gradient(to bottom,#fff 85%,#eee 99%)
    }

    .select2-search:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        content: "";
        top: 25%;
        right: 10px;
        color: #737373 !important
    }

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px
}

.select2-drop.select2-drop-above .select2-search:before {
    top: 34%
}

.select2-search input.select2-active {
    background: url(img/select2-spinner.gif) 100% no-repeat #fff;
    background: url(img/select2-spinner.gif) 100% no-repeat,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eee));
    background: url(img/select2-spinner.gif) 100% no-repeat,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
    background: url(img/select2-spinner.gif) 100% no-repeat,-webkit-gradient(linear,top left,bottom left,from(#fff),to(#eee));
    background: url(img/select2-spinner.gif) 100% no-repeat,-webkit-linear-gradient(top,#fff 85%,#eee 99%);
    background: url(img/select2-spinner.gif) 100% no-repeat,linear-gradient(top,#fff 85%,#eee 99%)
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid rgba(0,0,0,.25);
    outline: 0
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid rgba(0,0,0,.25);
    border-top-color: transparent
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: 0 0;
    border-left: 0;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none
}

    .select2-dropdown-open .select2-choice .select2-arrow b {
        background-position: -18px 1px
    }

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}

    .select2-results ul.select2-result-sub {
        margin: 0;
        padding-left: 0
    }

        .select2-results ul.select2-result-sub > li .select2-result-label {
            padding-left: 20px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 40px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 60px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 80px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 100px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 110px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 120px
        }

    .select2-results li {
        list-style: none;
        display: list-item;
        background-image: none
    }

        .select2-results li.select2-result-with-children > .select2-result-label {
            font-weight: 700
        }

.select2-no-results:before, .select2-search-choice-close {
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-results .select2-highlighted {
    background: #557faa;
    color: #fff
}

.select2-results li em {
    background: #feffde;
    font-style: normal
}

.select2-results .select2-highlighted em {
    background: 0 0
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding: 3px 5px
}

.select2-no-results {
    padding-left: 20px
}

    .select2-no-results:before {
        display: inline-block;
        font-family: FontAwesome;
        line-height: 1;
        content: "";
        margin-right: 5px
    }

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-selected {
    display: none
}

.select2-more-results.select2-active {
    background: url(img/select2-spinner.gif) 100% no-repeat #f4f4f4
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0
    }

    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none
    }

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #ccc;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    min-height: 26px
}

.select2-locked {
    padding: 3px 5px !important
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid rgba(0,0,0,.25);
    outline: 0
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

    .select2-container-multi .select2-choices .select2-search-field input {
        padding: 5px;
        margin: 1px 0;
        font-family: sans-serif;
        font-size: 100%;
        color: #666;
        outline: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0 !important
    }

        .select2-container-multi .select2-choices .select2-search-field input.select2-active {
            background: url(img/select2-spinner.gif) 100% no-repeat #fff !important
        }

.select2-default {
    color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 1px 28px 1px 8px;
    margin: 4px 0 3px 5px;
    position: relative;
    line-height: 18px;
    color: #fff;
    cursor: default;
    border: 1px solid #557faa;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #557faa;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box
}

    .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
        cursor: default
    }

.select2-container-multi .select2-choices .select2-search-choice-focus {
    opacity: .8
}

.select2-search-choice-close {
    display: block;
    min-width: 21px;
    min-height: 20px;
    position: absolute;
    right: 3px;
    top: 3px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-decoration: none !important;
    font-family: FontAwesome;
    line-height: 1
}

    .select2-search-choice-close:before {
        color: #fff;
        content: "";
        font-size: 14px
    }

.select2-container-multi .select2-search-choice-close {
    display: block;
    top: 0;
    right: 0;
    padding: 2px 4px 3px 6px;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7
}

    .select2-container-multi .select2-search-choice-close:hover {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        padding: 3px 5px;
        border: 1px solid #4a90cc;
        background-image: none;
        background-color: #86b4dd;
        cursor: not-allowed
    }

        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            display: none;
            background: 0 0
        }

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0 !important;
    top: 0 !important
}

tags-input .host:active, tags-input .tags.focused {
    outline: 0
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

tags-input {
    display: block
}

    tags-input .host {
        position: relative;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 100%
    }

    tags-input .tags {
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        padding: 1px;
        overflow: hidden;
        word-wrap: break-word;
        cursor: text;
        background-color: #fff;
        border: 1px solid #d0d0d0;
        box-shadow: 1px 1px 1px 0 #ccc inset;
        height: 100%
    }

        tags-input .tags .tag-list {
            margin: 0;
            padding: 0;
            list-style-type: none
        }

        tags-input .tags .tag-item {
            margin: 2px;
            padding: 0 5px;
            display: inline-block;
            float: left;
            font: 12px 'Open Sans','Segoe UI';
            height: 24px;
            line-height: 20px;
            border: 1px solid #557faa;
            border-radius: 2px;
            background-color: #557faa;
            color: #fff
        }

            tags-input .tags .tag-item .remove-button {
                margin: 0 0 0 5px;
                padding: 0;
                border: none;
                background: 0 0;
                cursor: pointer;
                vertical-align: middle;
                font: 700 18px Arial,sans-serif;
                color: rgba(255,255,255,.5)
            }

                tags-input .tags .tag-item .remove-button:active {
                    color: #fff
                }

        tags-input .tags .input {
            border: 0;
            outline: 0;
            margin: 2px;
            padding: 0 0 0 5px;
            float: left;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            height: 24px;
            font: 12px 'Open Sans','Segoe UI'
        }

            tags-input .tags .input.invalid-tag {
                color: red
            }

            tags-input .tags .input::-ms-clear {
                display: none
            }

.dropdown-colorpicker {
    height: 35px;
    width: 35px;
    padding: 7px
}

    .dropdown-colorpicker > .dropdown-menu {
        top: 100%;
        left: 0;
        padding: 4px;
        min-width: 154px;
        max-width: 154px
    }

        .dropdown-colorpicker > .dropdown-menu > li {
            display: block;
            float: left;
            width: 20px;
            height: 20px;
            margin: 2px
        }

            .dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn {
                display: block;
                width: 20px;
                height: 20px;
                margin: 0;
                padding: 0;
                -webkit-border-radius: 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0;
                -moz-background-clip: padding;
                border-radius: 0;
                background-clip: padding-box;
                position: relative;
                -webkit-transition: all ease .1s;
                -moz-transition: all ease .1s;
                -o-transition: all ease .1s;
                transition: all ease .1s
            }

                .dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn:hover {
                    text-decoration: none;
                    zoom: 1;
                    filter: alpha(opacity=80);
                    -webkit-opacity: .8;
                    -moz-opacity: .8;
                    opacity: .8;
                    -webkit-transform: scale(1.08);
                    -moz-transform: scale(1.08);
                    -o-transform: scale(1.08);
                    -ms-transform: scale(1.08);
                    transform: scale(1.08)
                }

                .dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn.selected:after {
                    content: "";
                    display: inline-block;
                    font-family: FontAwesome;
                    font-size: 11px;
                    color: #fff;
                    position: absolute;
                    left: 0;
                    right: 0;
                    text-align: center;
                    line-height: 20px
                }

.btn-colorpicker {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    vertical-align: middle;
    border-radius: 0
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

div[data-role=editor-toolbar] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bv-form .help-block {
    margin-bottom: 0
}

.nav-tabs li.bv-tab-success > a {
    color: #53a93f
}

.nav-tabs li.bv-tab-error > a {
    color: #d73d32
}

.login-container {
    position: relative;
    margin: 10% auto;
    max-width: 300px
}

    .login-container .loginbox {
        position: relative;
        width: 300px !important;
        height: auto !important;
        padding: 0 0 20px;
        -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
        box-shadow: 0 0 14px rgba(0,0,0,.1)
    }

    .login-container .logobox, .register-container .registerbox {
        -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 14px rgba(0,0,0,.1)
    }

    .login-container .loginbox .loginbox-title {
        position: relative;
        text-align: center;
        width: 100%;
        height: 35px;
        padding-top: 10px;
        font-family: 'Lucida Sans','trebuchet MS',Arial,Helvetica;
        font-size: 20px;
        font-weight: 400;
        color: #444
    }

    .login-container .loginbox .loginbox-social {
        padding: 0 10px 10px;
        text-align: center
    }

        .login-container .loginbox .loginbox-social .social-title {
            font-size: 14px;
            font-weight: 500;
            color: #a9a9a9;
            margin-top: 10px
        }

        .login-container .loginbox .loginbox-social .social-buttons .button-facebook i, .login-container .loginbox .loginbox-social .social-buttons .button-google i, .login-container .loginbox .loginbox-social .social-buttons .button-twitter i {
            font-size: 26px;
            line-height: 50px
        }

        .login-container .loginbox .loginbox-social .social-buttons {
            height: 80px;
            padding: 15px 35px;
            text-align: center
        }

            .login-container .loginbox .loginbox-social .social-buttons .button-facebook {
                float: left;
                border: 2px solid #3b5998;
                color: #3b5998;
                border-radius: 50%;
                width: 50px;
                height: 50px;
                margin-right: 30px;
                background-color: #fff
            }

            .login-container .loginbox .loginbox-social .social-buttons .button-twitter {
                float: left;
                border: 2px solid #29c1f6;
                color: #29c1f6;
                border-radius: 50%;
                width: 50px;
                height: 50px;
                margin-right: 30px;
                background-color: #fff
            }

            .login-container .loginbox .loginbox-social .social-buttons .button-google {
                border: 2px solid #ef4f1d;
                color: #ef4f1d;
                border-radius: 50%;
                width: 50px;
                height: 50px;
                background-color: #fff
            }

    .login-container .loginbox .loginbox-or {
        position: relative;
        text-align: center;
        height: 20px
    }

        .login-container .loginbox .loginbox-or .or {
            position: absolute;
            top: 0;
            -lh-property: 0;
            left: -webkit-calc(50% - 25px);
            left: -moz-calc(50% - 25px);
            left: calc(50% - 25px);
            width: 50px;
            height: 20px;
            background-color: #fff;
            color: #999;
            margin: 0 auto
        }

        .login-container .loginbox .loginbox-or .or-line {
            position: absolute;
            height: 1px;
            top: 10px;
            left: 40px;
            right: 40px;
            background-color: #ccc
        }

    .login-container .loginbox .loginbox-textbox {
        padding: 10px 40px
    }

        .login-container .loginbox .loginbox-textbox .form-control {
            -webkit-border-radius: 3px !important;
            -webkit-background-clip: padding-box !important;
            -moz-border-radius: 3px !important;
            -moz-background-clip: padding !important;
            border-radius: 3px !important;
            background-clip: padding-box !important;
            color: #000
        }

    .login-container .loginbox .loginbox-forgot {
        padding-left: 40px
    }

        .login-container .loginbox .loginbox-forgot a {
            font-size: 11px;
            color: #666
        }

    .login-container .loginbox .loginbox-submit {
        padding: 10px 40px
    }

    .login-container .loginbox .loginbox-signup {
        text-align: center;
        padding-top: 10px
    }

        .login-container .loginbox .loginbox-signup a {
            font-size: 13px;
            color: #666
        }

    .login-container .logobox {
        width: 300px !important;
        height: 50px !important;
        padding: 5px;
        margin-top: 15px;
        box-shadow: 0 0 14px rgba(0,0,0,.1);
        background-color: #fff;
        text-align: left
    }

.register-container {
    position: relative;
    margin: 8% auto;
    max-width: 350px
}

    .register-container .registerbox {
        position: relative;
        width: 350px !important;
        height: 560px !important;
        padding: 0;
        box-shadow: 0 0 14px rgba(0,0,0,.1)
    }

        .register-container .registerbox .registerbox-title {
            position: relative;
            text-align: left;
            width: 100%;
            height: 35px;
            padding: 20px 20px 0;
            font-family: 'Lucida Sans','trebuchet MS',Arial,Helvetica;
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 400;
            color: #444
        }

        .register-container .registerbox .registerbox-caption {
            font-size: 14px;
            font-weight: 500;
            color: #a9a9a9;
            padding: 15px 20px 0
        }

        .register-container .registerbox .registerbox-textbox {
            padding: 10px 20px
        }

            .register-container .registerbox .registerbox-textbox .form-control {
                -webkit-border-radius: 3px !important;
                -webkit-background-clip: padding-box !important;
                -moz-border-radius: 3px !important;
                -moz-background-clip: padding !important;
                border-radius: 3px !important;
                background-clip: padding-box !important
            }

        .register-container .registerbox .registerbox-submit {
            padding: 0 20px
        }

    .register-container .logobox {
        width: 350px !important;
        height: 50px !important;
        padding: 5px;
        margin-top: 15px;
        -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
        box-shadow: 0 0 14px rgba(0,0,0,.1);
        background-color: #fff;
        text-align: left
    }

.lock-container {
    margin: 15% auto;
    max-width: 300px
}

    .lock-container .lock-box {
        position: relative;
        background: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=) #fff;
        width: 280px;
        height: 170px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        background-image: -webkit-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: -moz-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: -o-linear-gradient(bottom,#fff,#f3f3f3);
        background-image: linear-gradient(to top,#fff,#f3f3f3)
    }

        .lock-container .lock-box .lock-username {
            position: absolute;
            height: 50px;
            width: 100%;
            line-height: 50px;
            top: 60px;
            text-align: center;
            color: #999
        }

        .lock-container .lock-box img {
            position: absolute;
            -lh-property: 0;
            left: -webkit-calc(50% - 64px);
            left: -moz-calc(50% - 64px);
            left: calc(50% - 64px);
            top: -64px;
            border: 3px solid #fff;
            width: 128px;
            height: 128px;
            background: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,.3)
        }

        .lock-container .lock-box .lock-password {
            position: absolute;
            top: 115px;
            text-align: center;
            -lh-property: 0;
            left: -webkit-calc(50% - 114px);
            left: -moz-calc(50% - 114px);
            left: calc(50% - 114px)
        }

            .lock-container .lock-box .lock-password input {
                background-color: #fff;
                border-color: #e5e5e5;
                -webkit-border-radius: 4px !important;
                -webkit-background-clip: padding-box !important;
                -moz-border-radius: 4px !important;
                -moz-background-clip: padding !important;
                border-radius: 4px !important;
                background-clip: padding-box !important;
                text-align: center;
                padding-left: 25px
            }

        .lock-container .lock-box .btn-lock, .lock-container .lock-box .btn-lock:hover {
            background: #fff;
            color: #557faa;
            margin-top: -8px;
            border: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none
        }

            .lock-container .lock-box .btn-lock i:before, .lock-container .lock-box .btn-lock:hover i:before {
                font-size: 18px
            }

    .lock-container .signinbox {
        width: 280px !important;
        height: 50px !important;
        padding: 15px;
        margin-top: 15px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        background-color: #fff;
        text-align: center
    }

.profile-container .profile-body .nav-tabs, .profile-container .profile-header {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35)
}

.lock-container .signinbox a {
    font-size: 13px;
    color: #557faa;
    padding-left: 5px;
    cursor: pointer
}

.profile-container .profile-header {
    min-height: 175px;
    margin: 15px 15px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
    background-color: #fbfbfb
}

    .profile-container .profile-header .header-avatar {
        width: 125px;
        height: 125px;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        border: 5px solid #f5f5f5;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        margin: 25px auto
    }

    .profile-container .profile-header .profile-info, .profile-container .profile-header .profile-stats .inlinestats-col:not(:last-child), .profile-container .profile-header .profile-stats .stats-col:not(:last-child) {
        border-right: 1px solid #eee
    }

    .profile-container .profile-header .profile-info {
        min-height: 175px;
        padding: 15px 40px 35px 0
    }

        .profile-container .profile-header .profile-info .header-fullname {
            font: 21px 'Open Sans','Segoe UI';
            margin-top: 27px;
            display: inline-block
        }

        .profile-container .profile-header .profile-info .btn-follow {
            position: absolute;
            top: 45px;
            right: 40px
        }

        .profile-container .profile-header .profile-info .header-information {
            line-height: 23px;
            margin-top: 15px;
            text-align: justify
        }

    .profile-container .profile-header .profile-stats {
        min-height: 175px;
        border-right: 1px solid #eee
    }

        .profile-container .profile-header .profile-stats .stats-col {
            margin: 30px 0;
            text-align: center
        }

            .profile-container .profile-header .profile-stats .stats-col .stats-value {
                display: block;
                margin: 0 auto;
                text-align: center;
                font-size: 30px;
                font-family: 'Open Sans','Segoe UI'
            }

            .profile-container .profile-header .profile-stats .stats-col .stats-title {
                display: block;
                margin: 0 auto;
                text-align: center
            }

        .profile-container .profile-header .profile-stats .inlinestats-col {
            padding-top: 15px;
            text-align: center;
            font-family: 'Open Sans','Segoe UI';
            border-top: 1px solid #eee;
            min-height: 55px
        }

            .profile-container .profile-header .profile-stats .inlinestats-col i {
                margin-right: 2px
            }

    .profile-container .profile-header .profile-contactinfo .title {
        margin-bottom: 5px;
        margin-top: 30px
    }

    .profile-container .profile-header .profile-contactinfo .list-group-item {
        background: 0 0 !important;
        border: none;
        padding-bottom: 0;
        margin-top: 5px;
        padding-left: 0;
        padding-right: 5px
    }

.profile-container .profile-badge i, .profile-container .profile-contacts .contact-badge i {
    line-height: 50px;
    text-align: center;
    background-image: linear-gradient(to bottom,#eee 0,#fbfbfb 100%);
    z-index: 100;
    color: #444
}

.profile-container .profile-body .nav-tabs > li.active > a, .profile-container .profile-body .nav-tabs > li.active > a:focus, .profile-container .profile-body .nav-tabs > li.active > a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 0;
    border-bottom: 2px solid #557faa;
    background-color: #fbfbfb;
    top: 2px;
    margin-bottom: 0
}

.profile-container .profile-body .nav-tabs {
    border-top: 1px solid #e5e5e5;
    top: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.35)
}

    .profile-container .profile-body .nav-tabs.tabs-flat {
        background-color: #fbfbfb
    }

.profile-container .profile-body .tab-content {
    margin-top: 30px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow: 0 1px 2px rgba(0,0,0,.35)
}

.profile-container .profile-body .setting-header {
    margin-bottom: 25px
}

.profile-container .profile-contacts {
    padding: 25px
}

    .profile-container .profile-contacts .contact-badge i {
        width: 50px;
        height: 50px;
        font-size: 24px;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        box-shadow: 0 1px 6px rgba(0,0,0,.175)
    }

    .profile-container .profile-contacts .contact-badge span {
        font-size: 26px;
        margin-left: 20px;
        font-weight: 300
    }

    .profile-container .profile-contacts .contact-info p {
        padding: 10px 70px
    }

.profile-container #contact-map {
    margin: 20px;
    width: 400px;
    height: 400px;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    border: 5px solid #fbfbfb;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

.profile-container .profile-badge i {
    width: 50px;
    height: 50px;
    font-size: 24px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 0 1px 6px rgba(0,0,0,.175)
}

.profile-container .profile-badge span {
    font-size: 26px;
    margin-left: 20px;
    font-weight: 300
}

.profile-container .profile-overview {
    padding: 5px
}

.profile-container .row-title {
    margin-left: -17px;
    margin-top: 50px
}

.profile-container .timeline {
    padding-top: 35px;
    margin-top: -16px
}

@media(max-width:992px) {
    .profile-container .profile-header .profile-info {
        padding: 0 40px
    }

        .profile-container .profile-header .profile-info .btn-follow {
            top: 28px
        }

    .profile-container .profile-header .profile-stats .stats-col {
        border-right: 0
    }
}

@-webkit-keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes dropdownSlideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
/*open-sans.min.css*/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-300.eot);
    src: local('Open Sans Light'),local('OpenSans-Light'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-300.eot?#iefix) format('embedded-opentype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-300.woff2) format('woff2'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-300.woff) format('woff'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-300.ttf) format('truetype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-300.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-300italic.eot);
    src: local('Open Sans Light Italic'),local('OpenSans-LightItalic'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-300italic.eot?#iefix) format('embedded-opentype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-300italic.woff2) format('woff2'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-300italic.woff) format('woff'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-300italic.ttf) format('truetype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-300italic.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-regular.eot);
    src: local('Open Sans Regular'),local('OpenSans-Regular'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-regular.eot?#iefix) format('embedded-opentype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-regular.woff2) format('woff2'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-regular.woff) format('woff'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-regular.ttf) format('truetype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-regular.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-italic.eot);
    src: local('Open Sans Italic'),local('OpenSans-Italic'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-italic.eot?#iefix) format('embedded-opentype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-italic.woff2) format('woff2'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-italic.woff) format('woff'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-italic.ttf) format('truetype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-italic.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-600.eot);
    src: local('Open Sans SemiBold'),local('OpenSans-SemiBold'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-600.eot?#iefix) format('embedded-opentype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-600.woff2) format('woff2'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-600.woff) format('woff'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-600.ttf) format('truetype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-600.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-600italic.eot);
    src: local('Open Sans SemiBold Italic'),local('OpenSans-SemiBoldItalic'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-600italic.eot?#iefix) format('embedded-opentype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-600italic.woff2) format('woff2'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-600italic.woff) format('woff'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-600italic.ttf) format('truetype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-600italic.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-700.eot);
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-700.eot?#iefix) format('embedded-opentype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-700.woff2) format('woff2'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-700.woff) format('woff'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-700.ttf) format('truetype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-700.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-800.eot);
    src: local('Open Sans ExtraBold'),local('OpenSans-ExtraBold'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-800.eot?#iefix) format('embedded-opentype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-800.woff2) format('woff2'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-800.woff) format('woff'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-800.ttf) format('truetype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-800.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-700italic.eot);
    src: local('Open Sans Bold Italic'),local('OpenSans-BoldItalic'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-700italic.eot?#iefix) format('embedded-opentype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-700italic.woff2) format('woff2'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-700italic.woff) format('woff'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-700italic.ttf) format('truetype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-700italic.svg#OpenSans) format('svg')
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-800italic.eot);
    src: local('Open Sans ExtraBold Italic'),local('OpenSans-ExtraBoldItalic'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-800italic.eot?#iefix) format('embedded-opentype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-800italic.woff2) format('woff2'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-800italic.woff) format('woff'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-800italic.ttf) format('truetype'),url(../../../assets/fonts/OpenSans/open-sans-v15-latin-ext_latin-800italic.svg#OpenSans) format('svg')
}
/*cds.css --> nachladen!!!!*/
.dropdown-menu li:hover, .limenu:hover, .menubtn, .sidenav .closebtn {
    cursor: pointer
}

.limenu, .menubtn, .sidenav span {
    font-family: 'Open Sans','Segoe UI'
}

    .menubtn, .menubtn:hover, .sidenav span {
        text-decoration: none
    }

.loading-bar {
    color: red
}

h3.row-title.before-darkorange {
    background: #aeaeae;
    color: #FFF
}

.before-darkorange:before {
    background-color: transparent !important
}

input[type=text], input[type=password], textarea {
    background-color: #DDD;
    color: #666
}

.limenu {
    padding-left: 5px;
    font-size: 18px;
    color: #555
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden
}

.page-sidebar .sidebar-menu > li > a:hover {
    background-color: #ece8e8 !important;
    border-radius: 35px
}

.page-sidebar .sidebar-menu li.active > a {
    background-color: #e2e1e1 !important
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.has-float-label {
    display: block;
    position: relative
}

    .has-float-label label, .has-float-label > span {
        position: absolute;
        cursor: text;
        font-size: 100%;
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
        top: -1.5em;
        left: .75rem;
        z-index: 3;
        line-height: 1;
        padding: 0 1px
    }

        .has-float-label label::after, .has-float-label > span::after {
            content: " ";
            display: block;
            position: absolute;
            height: 2px;
            top: 50%;
            left: -.2em;
            right: -.2em;
            z-index: -1
        }

.stern5:after, .stern5:before {
    display: block;
    content: ''
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.has-float-label .form-control::-moz-placeholder {
    opacity: 1;
    transition: all .2s
}

.has-float-label .form-control:-ms-input-placeholder {
    opacity: 1;
    transition: all .2s
}

.has-float-label .form-control::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 150%;
    opacity: .5;
    top: .3em
}

.input-group .has-float-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .input-group .has-float-label .form-control {
        width: 100%;
        border-radius: .25rem
    }

    .input-group .has-float-label:not(:last-child), .input-group .has-float-label:not(:last-child) .form-control {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-right: 0
    }

    .input-group .has-float-label:not(:first-child), .input-group .has-float-label:not(:first-child) .form-control {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.ohnepaddingcenter {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.nurtest {
    float: left
}

.font900 {
    font-weight: 900 !important
}

.pulsebg {
    -webkit-animation: bgpulse 3s ease-in-out infinite alternate;
    animation: bgpulse 3s ease-in-out infinite alternate
}

@-webkit-keyframes bgpulse {
    0%,100% {
        background: rgba(255,0,0,.65)
    }

    50% {
        background: red
    }
}

@keyframes bgpulse {
    0%,100% {
        background: rgba(255,0,0,.65)
    }

    50% {
        background: red
    }
}

.winhotelsterne {
    margin: 100px auto;
    top: 0;
    animation: winhotelstern 20s infinite;
    animation-timing-function: ease-in-out
}

    .winhotelsterne:nth-child(1) {
        animation-delay: -.2s
    }

    .winhotelsterne:nth-child(2) {
        animation-delay: -.4s
    }

    .winhotelsterne:nth-child(3) {
        animation-delay: -.6s
    }

    .winhotelsterne:nth-child(4) {
        animation-delay: -.8s
    }

    .winhotelsterne:nth-child(5) {
        animation-delay: -1s
    }

    .winhotelsterne:nth-child(6) {
        animation-delay: -1.2s
    }

@keyframes winhotelstern {
    0%,100%,6% {
        transform: translateY(0)
    }

    2% {
        transform: translateY(-5px)
    }

    4% {
        transform: translateY(5px)
    }
}

@-webkit-keyframes winhotelstern {
    0%,100%,6% {
        -webkit-transform: translateY(0)
    }

    2% {
        -webkit-transform: translateY(-5px)
    }

    4% {
        -webkit-transform: translateY(5px)
    }
}

@-moz-keyframes winhotelstern {
    0%,100%,6% {
        -moz-transform: translateY(0)
    }

    2% {
        -moz-transform: translateY(-5px)
    }

    4% {
        -moz-transform: translateY(5px)
    }
}

.stern5 {
    float: right;
    z-index: 20;
    margin: 2px 0;
    position: relative;
    display: block;
    color: #f6861f;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #f6861f;
    border-left: 8px solid transparent;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg)
}

    .stern5:before {
        border-bottom: 8px solid #f6861f;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        height: 0;
        width: 0;
        top: -5px;
        left: -6px;
        -webkit-transform: rotate(-35deg);
        -moz-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        -o-transform: rotate(-35deg)
    }

    .stern5:after {
        position: absolute;
        color: #fc0;
        top: 0;
        left: -8px;
        width: 0;
        height: 0;
        border-right: 8px solid transparent;
        border-bottom: 6px solid #f6861f;
        border-left: 8px solid transparent;
        -webkit-transform: rotate(-70deg);
        -moz-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
        -o-transform: rotate(-70deg)
    }

#contextMenu {
    position: absolute;
    display: none
}

.dropdown-submenu:hover > .dropdown-menu, .sidenav span {
    display: block
}

.sidenav {
    height: 84%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 75px;
    left: 0;
    border-radius: 2px;
    background-color: #eee;
    overflow-x: hidden;
    padding-top: 60px;
    transition: .5s
}

    .sidenav span {
        padding: 2px 8px 2px 32px;
        font-size: 18px;
        transition: .3s;
        color: #ddd
    }

        .offcanvas span:focus, .sidenav span:hover {
            color: #f1f1f1;
            cursor: pointer
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        color: #818181
    }

#main {
    transition: margin-left .5s;
    padding: 20px
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }

        .sidenav span {
            font-size: 18px
        }
}

.menubtn {
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    color: #666;
    font-size: 15px;
    background: #fefefe;
    padding: 5px 20px;
    border: 1px solid #ddd;
    height: 20px;
    width: 40px
}

    .menubtn:hover {
        background: #ddd
    }

.dropdown-submenu {
    position: relative
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #ccc;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        margin-top: 5px;
        margin-right: -10px
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff
    }

    .dropdown-submenu.pull-left {
        float: none
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px
        }

#h6 {
    margin-bottom: 5px !important
}

btn btn-primary btn-block::before {
    content: 'hurz';
    color: red
}
/*toaster.css*/
.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a, .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-center {
    top: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-center {
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

.toast-center {
    top: 45%
}

#toast-container {
    position: fixed;
    z-index: 999999
}

    #toast-container.toast-bottom-center, #toast-container.toast-center, #toast-container.toast-top-center {
        width: 100%;
        pointer-events: none
    }

        #toast-container.toast-bottom-center > div, #toast-container.toast-center > div, #toast-container.toast-top-center > div {
            margin: auto;
            pointer-events: auto
        }

        #toast-container.toast-bottom-center > button, #toast-container.toast-center > button, #toast-container.toast-top-cente > button {
            pointer-events: auto
        }

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        opacity: .8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

    #toast-container > :hover {
        -moz-box-shadow: 0 0 12px #000;
        -webkit-box-shadow: 0 0 12px #000;
        box-shadow: 0 0 12px #000;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer
    }

    #toast-container > .toast-info {
        background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-wait {
        background-image: url(data:image/gif; base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==) !important
    }

    #toast-container > .toast-error {
        background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-success {
        background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
    }

    #toast-container > .toast-warning {
        background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin: auto
    }

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351 !important
}

.toast-error {
    background-color: #bd362f !important
}

.toast-info, .toast-wait {
    background-color: #2f96b4 !important
}

.toast-warning {
    background-color: #f89406 !important
}

@media all and (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

:not(.no-enter)#toast-container > div.ng-enter, :not(.no-leave)#toast-container > div.ng-leave {
    -webkit-transition: 1s cubic-bezier(.25,.25,.75,.75) all;
    -moz-transition: 1s cubic-bezier(.25,.25,.75,.75) all;
    -ms-transition: 1s cubic-bezier(.25,.25,.75,.75) all;
    -o-transition: 1s cubic-bezier(.25,.25,.75,.75) all;
    transition: 1s cubic-bezier(.25,.25,.75,.75) all
}

    :not(.no-enter)#toast-container > div.ng-enter.ng-enter-active, :not(.no-leave)#toast-container > div.ng-leave {
        opacity: .8
    }

        :not(.no-enter)#toast-container > div.ng-enter, :not(.no-leave)#toast-container > div.ng-leave.ng-leave-active {
            opacity: 0
        }
/*bootstrap-datepicker.min.css*/
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

    .datepicker-rtl.dropdown-menu {
        left: auto
    }

    .datepicker-rtl table tr td span {
        float: right
    }

.datepicker-dropdown {
    top: 0;
    left: 0
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #999;
        border-top: 0;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: -ms-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: -o-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

    .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
        background-color: #fdf59a
    }

        .datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
            background-color: #fbf069\9
        }

        .datepicker table tr td.today:hover:hover {
            color: #000
        }

        .datepicker table tr td.today.active:hover {
            color: #fff
        }

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
        background-color: #f3d17a;
        background-image: -moz-linear-gradient(to bottom,#f3c17a,#f3e97a);
        background-image: -ms-linear-gradient(to bottom,#f3c17a,#f3e97a);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));
        background-image: -webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);
        background-image: -o-linear-gradient(to bottom,#f3c17a,#f3e97a);
        background-image: linear-gradient(to bottom,#f3c17a,#f3e97a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

        .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
            background-color: #f3e97a
        }

            .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
                background-color: #efe24b\9
            }

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom,#b3b3b3,grey);
    background-image: -ms-linear-gradient(to bottom,#b3b3b3,grey);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));
    background-image: -webkit-linear-gradient(to bottom,#b3b3b3,grey);
    background-image: -o-linear-gradient(to bottom,#b3b3b3,grey);
    background-image: linear-gradient(to bottom,#b3b3b3,grey);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: grey grey #595959;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
        background-color: grey
    }

        .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
            background-color: #666\9
        }

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom,#08c,#04c);
    background-image: -ms-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
        background-color: #04c
    }

        .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
            background-color: #039\9
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .datepicker table tr td span.focused, .datepicker table tr td span:hover {
        background: #eee
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: 0 0;
        color: #999;
        cursor: default
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(to bottom,#08c,#04c);
        background-image: -ms-linear-gradient(to bottom,#08c,#04c);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
        background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
        background-image: -o-linear-gradient(to bottom,#08c,#04c);
        background-image: linear-gradient(to bottom,#08c,#04c);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
        border-color: #04c #04c #002a80;
        border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25)
    }

        .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
            background-color: #04c
        }

            .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
                background-color: #039\9
            }

    .datepicker table tr td span.new, .datepicker table tr td span.old {
        color: #999
    }

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer
}

    .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
        background: #eee
    }

    .datepicker .next.disabled, .datepicker .prev.disabled {
        visibility: hidden
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on, .input-prepend.date .add-on {
    cursor: pointer
}

    .input-append.date .add-on i, .input-prepend.date .add-on i {
        margin-top: 3px
    }

.input-daterange input {
    text-align: center
}

    .input-daterange input:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px
    }

    .input-daterange input:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.winhotel-sternen {
    display: inherit;
}

@media screen and (max-width: 900px) {
    .winhotel-sternen {
        display: none !important;
    }
}

.font-90 {
    font-size: 90%;
}
/*#region DataBoxes*/
.databox-container {
    text-align: center;
    font-size: 0;
}

.databox {
    display: inline-block;
    width: 100%;
    height: 65px;
    padding: 0;
    font-size: 0;
    margin-bottom: 30px;
    vertical-align: top;
    min-width: 130px;
}

    .databox .databox-icon {
        margin: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .databox .databox-icon > .fa, .databox .databox-icon .typcn, .databox .databox-icon .glyphicon, .databox .databox-icon .wi {
            display: inline-block;
            margin: 0;
            text-align: center;
            position: relative;
            margin-top: 3px;
        }

            .databox .databox-icon > .fa:before, .databox .databox-icon .typcn:before, .databox .databox-icon .glyphicon:before, .databox .databox-icon .wi:before {
                font-size: 40px;
                display: block;
                text-align: center;
            }

    .databox .databox-sparkline {
        padding-top: 0;
        margin: 0 auto;
        display: inline-block;
        vertical-align: bottom;
        width: 100%;
        text-align: center;
        font-size: 24px;
    }

    .databox .databox-piechart {
        padding-top: 0;
        margin: 0 auto;
        display: inline-block;
        vertical-align: bottom;
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
    }

    .databox .databox-header {
        display: block;
        font-size: 18px;
        font-family: 'Open Sans', 'Segoe UI'
        /*rtl:"Droid Arabic Kufi", "WYekan"*/
        ;
        font-weight: 400
        /*rtl:300*/
        ;
        margin: 8px 5px;
        position: relative;
    }

        .databox .databox-header i {
            margin-right: 5px;
        }

    .databox .databox-number {
        display: block;
        font-size: 17px;
        line-height: 26px;
        margin: 2px;
        position: relative;
        font-family: 'Open Sans', 'Segoe UI'
        /*rtl:"Droid Arabic Kufi", "WYekan"*/
        ;
    }

        .databox .databox-number i {
            margin-right: 5px;
        }

        .databox .databox-number.number-xs {
            font-size: 11px;
        }

        .databox .databox-number.number-sm {
            font-size: 14px;
        }

        .databox .databox-number.number-lg {
            font-size: 20px;
        }

        .databox .databox-number.number-xlg {
            font-size: 23px;
        }

        .databox .databox-number.number-xxlg {
            font-size: 30px;
        }

    .databox .databox-title {
        display: block;
        font-size: 16px;
        font-weight: 300;
        margin: 2px;
        position: relative;
    }

        .databox .databox-title i {
            margin-right: 5px;
            font-size: 13px;
        }

    .databox .databox-text {
        display: block;
        font-size: 11px;
        margin: 4px 0 2px;
        position: relative;
    }

        .databox .databox-text i {
            margin-right: 5px;
            font-size: 13px;
        }

    .databox .databox-inlinetext {
        font-size: 11px;
        margin: 2px;
        position: relative;
    }

        .databox .databox-inlinetext i {
            margin-right: 5px;
            font-size: 13px;
        }

    .databox .databox-stat {
        display: inline-block;
        position: absolute;
        right: 7px;
        top: 7px;
        padding: 2px 5px;
    }

        .databox .databox-stat.stat-left {
            left: 7px;
            right: auto;
        }

        .databox .databox-stat .stat-text {
            display: inline-block;
            font-size: 13px;
            padding-right: 5px;
            font-weight: 500;
        }

        .databox .databox-stat .stat-icon {
            display: inline-block;
            font-size: 13px;
        }

            .databox .databox-stat .stat-icon.icon-lg {
                font-size: 16px;
            }

            .databox .databox-stat .stat-icon.icon-xlg {
                font-size: 18px;
            }

        .databox .databox-stat.radius-bordered {
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

        .databox .databox-stat[class*="bg-"] {
            color: #ffffff;
        }

    .databox .databox-state {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 24px;
        width: 24px;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        background-color: #e5e5e5;
        text-align: center;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        border: 2px solid #ffffff;
    }

        .databox .databox-state i {
            font-size: 13px;
            color: #ffffff;
            line-height: 20px;
        }

    .databox .databox-row {
        width: 100%;
        margin: 0;
        position: relative;
    }

        .databox .databox-row[class*="bg-"] {
            color: #ffffff;
        }

        .databox .databox-row.bordered-bottom {
            border-bottom: 1px solid #ffffff;
        }

        .databox .databox-row.bordered-top {
            border-top: 1px solid #ffffff;
        }

        .databox .databox-row.bordered-left {
            border-left: 1px solid #ffffff;
        }

        .databox .databox-row.bordered-right {
            border-right: 1px solid #ffffff;
        }

        .databox .databox-row.bordered-thick {
            border-width: 2px;
        }

        .databox .databox-row.row-1 {
            height: 8.33%;
        }

        .databox .databox-row.row-2 {
            height: 16.66%;
        }

        .databox .databox-row.row-3 {
            height: 25%;
        }

        .databox .databox-row.row-4 {
            height: 33.33%;
        }

        .databox .databox-row.row-5 {
            height: 41.66%;
        }

        .databox .databox-row.row-6 {
            height: 50%;
        }

        .databox .databox-row.row-7 {
            height: 58.33%;
        }

        .databox .databox-row.row-8 {
            height: 66.66%;
        }

        .databox .databox-row.row-9 {
            height: 75%;
        }

        .databox .databox-row.row-10 {
            height: 83.33%;
        }

        .databox .databox-row.row-11 {
            height: 91.66%;
        }

        .databox .databox-row.row-12 {
            height: 100%;
        }

    .databox .databox-cell {
        height: 100%;
        margin: 0;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
    }

        .databox .databox-cell[class*="bg-"] {
            color: #ffffff;
        }

        .databox .databox-cell.bordered-bottom {
            border-bottom: 1px solid #ffffff;
        }

        .databox .databox-cell.bordered-top {
            border-top: 1px solid #ffffff;
        }

        .databox .databox-cell.bordered-left {
            border-left: 1px solid #ffffff;
        }

        .databox .databox-cell.bordered-right {
            border-right: 1px solid #ffffff;
        }

        .databox .databox-cell.bordered-thick {
            border-width: 2px;
        }

        .databox .databox-cell.cell-1 {
            width: 8.33%;
        }

        .databox .databox-cell.cell-2 {
            width: 16.66%;
        }

        .databox .databox-cell.cell-3 {
            width: 25%;
        }

        .databox .databox-cell.cell-4 {
            width: 33.33%;
        }

        .databox .databox-cell.cell-5 {
            width: 41.66%;
        }

        .databox .databox-cell.cell-6 {
            width: 50%;
        }

        .databox .databox-cell.cell-7 {
            width: 58.33%;
        }

        .databox .databox-cell.cell-8 {
            width: 66.66%;
        }

        .databox .databox-cell.cell-9 {
            width: 75%;
        }

        .databox .databox-cell.cell-10 {
            width: 83.33%;
        }

        .databox .databox-cell.cell-11 {
            width: 91.66%;
        }

        .databox .databox-cell.cell-12 {
            width: 100%;
        }

    .databox.databox-inverted .databox-left {
        -lh-property: 0;
        width: -webkit-calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: calc(100% - 65px);
        ;
    }

    .databox.databox-inverted .databox-right {
        width: 65px;
    }

    .databox.databox-transparent .databox-left {
        background-color: transparent !important;
    }

    .databox.databox-transparent .databox-right {
        background-color: transparent !important;
    }

    .databox .databox-left {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin: 0;
        width: 65px;
        height: 65px;
        padding: 10px;
        color: #2dc3e8;
    }

        .databox .databox-left[class*="bg-"] {
            color: #ffffff;
        }

    .databox .databox-right {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        -lh-property: 0;
        width: -webkit-calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: calc(100% - 65px);
        ;
        height: 65px;
        color: #555555;
        padding: 5px 10px;
    }

        .databox .databox-right.bordered {
            border-left: 1px solid #ffffff;
        }

        .databox .databox-right.bordered-thick {
            border-left: 3px solid #ffffff;
        }

        .databox .databox-right[class*="bg-"] {
            color: #ffffff;
        }

    .databox.databox-shadowed {
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }

    .databox.radius-bordered {
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

        .databox.radius-bordered .databox-left {
            -webkit-border-radius: 3px 0 0 3px
            /*rtl:0 3px 3px 0*/
            ;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px 0 0 3px
            /*rtl:0 3px 3px 0*/
            ;
            -moz-background-clip: padding;
            border-radius: 3px 0 0 3px
            /*rtl:0 3px 3px 0*/
            ;
            background-clip: padding-box;
        }

        .databox.radius-bordered .databox-right {
            -webkit-border-radius: 0 3px 3px 0
            /*rtl:3px 0 0 3px*/
            ;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0 3px 3px 0
            /*rtl:3px 0 0 3px*/
            ;
            -moz-background-clip: padding;
            border-radius: 0 3px 3px 0
            /*rtl:3px 0 0 3px*/
            ;
            background-clip: padding-box;
        }

            .databox.radius-bordered .databox-right .databox-row:first-child {
                -webkit-border-radius: 0 3px 0 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 3px 0 0;
                -moz-background-clip: padding;
                border-radius: 0 3px 0 0;
                background-clip: padding-box;
            }

            .databox.radius-bordered .databox-right .databox-row:last-child {
                -webkit-border-radius: 0 0 3px 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 0 3px 0;
                -moz-background-clip: padding;
                border-radius: 0 0 3px 0;
                background-clip: padding-box;
            }

    .databox.databox-graded {
        background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(left, #dddddd, #ffffff);
        background-image: -moz-linear-gradient(left, #dddddd, #ffffff);
        background-image: -o-linear-gradient(left, #dddddd, #ffffff);
        background-image: linear-gradient(to right, #dddddd, #ffffff);
    }

    .databox.databox-halved .databox-left {
        width: 50% !important;
    }

    .databox.databox-halved .databox-right {
        width: 50% !important;
    }

    .databox.databox-lg {
        height: 80px;
    }

        .databox.databox-lg .databox-icon > .fa:before, .databox.databox-lg .databox-icon .typcn:before, .databox.databox-lg .databox-icon .glyphicon:before, .databox.databox-lg .databox-icon .wi:before {
            font-size: 48px;
            padding: 6px 4px 7px;
        }

        .databox.databox-lg .databox-sparkline {
            margin: 13px auto;
        }

        .databox.databox-lg .databox-number {
            font-size: 20px;
            margin: 4px 0 6px;
        }

        .databox.databox-lg .databox-left {
            width: 80px;
            height: 80px;
        }

        .databox.databox-lg .databox-right {
            -lh-property: 0;
            width: -webkit-calc(100% - 80px);
            width: -moz-calc(100% - 80px);
            width: calc(100% - 80px);
            ;
            height: 80px;
            padding: 10px 15px;
        }

        .databox.databox-lg.databox-inverted .databox-left {
            -lh-property: 0;
            width: -webkit-calc(100% - 80px);
            width: -moz-calc(100% - 80px);
            width: calc(100% - 80px);
            ;
        }

        .databox.databox-lg.databox-inverted .databox-right {
            width: 80px;
        }

    .databox.databox-xlg {
        height: 170px;
    }

        .databox.databox-xlg .databox-icon > .fa:before, .databox.databox-xlg .databox-icon .typcn:before, .databox.databox-xlg .databox-icon .glyphicon:before {
            padding: 6px 4px 7px;
        }

        .databox.databox-xlg .databox-icon .wi:before {
            font-size: 55px !important;
        }

        .databox.databox-xlg .databox-left {
            width: 170px;
            height: 170px;
        }

        .databox.databox-xlg .databox-right {
            -lh-property: 0;
            width: -webkit-calc(100% - 170px);
            width: -moz-calc(100% - 170px);
            width: calc(100% - 170px);
            ;
            height: 170px;
        }

        .databox.databox-xlg.databox-inverted .databox-left {
            -lh-property: 0;
            width: -webkit-calc(100% - 170px);
            width: -moz-calc(100% - 170px);
            width: calc(100% - 170px);
            ;
        }

        .databox.databox-xlg.databox-inverted .databox-right {
            width: 170px;
        }

    .databox.databox-xxlg {
        height: 250px;
    }

        .databox.databox-xxlg .databox-icon > .fa:before, .databox.databox-xxlg .databox-icon .typcn:before, .databox.databox-xxlg .databox-icon .glyphicon:before, .databox.databox-xxlg .databox-icon .wi:before {
            font-size: 200px;
            padding: 6px 4px 7px;
        }

        .databox.databox-xxlg .databox-left {
            width: 250px;
            height: 250px;
        }

        .databox.databox-xxlg .databox-right {
            -lh-property: 0;
            width: -webkit-calc(100% - 250px);
            width: -moz-calc(100% - 250px);
            width: calc(100% - 250px);
            ;
            height: 250px;
        }

        .databox.databox-xxlg.databox-inverted .databox-left {
            -lh-property: 0;
            width: -webkit-calc(100% - 250px);
            width: -moz-calc(100% - 250px);
            width: calc(100% - 250px);
            ;
        }

        .databox.databox-xxlg.databox-inverted .databox-right {
            width: 250px;
        }

    .databox.databox-vertical {
        width: 100%;
        height: 100px;
    }

        .databox.databox-vertical .databox-top {
            position: relative;
            width: 100%;
            height: 50px;
            display: inline-block;
            text-align: center;
            margin: 0;
            padding: 5px;
            color: #2dc3e8;
        }

            .databox.databox-vertical .databox-top[class*="bg-"] {
                color: #ffffff;
            }

        .databox.databox-vertical .databox-bottom {
            position: relative;
            width: 100%;
            height: 50px;
            display: inline-block;
            margin: 0;
            color: #555555;
            padding: 5px 10px;
        }

            .databox.databox-vertical .databox-bottom.bordered {
                border-top: 1px solid #ffffff;
            }

            .databox.databox-vertical .databox-bottom.bordered-thick {
                border-top: 3px solid #ffffff;
            }

            .databox.databox-vertical .databox-bottom[class*="bg-"] {
                color: #ffffff;
            }

        .databox.databox-vertical .databox-icon > .fa:before, .databox.databox-vertical .databox-icon .typcn:before, .databox.databox-vertical .databox-icon .glyphicon:before, .databox.databox-vertical .databox-icon .wi:before {
            font-size: 38px;
        }

        .databox.databox-vertical.radius-bordered {
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }

            .databox.databox-vertical.radius-bordered .databox-top {
                -webkit-border-radius: 3px 3px 0 0;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 3px 3px 0 0;
                -moz-background-clip: padding;
                border-radius: 3px 3px 0 0;
                background-clip: padding-box;
            }

                .databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:first-child {
                    -webkit-border-radius: 3px 0 0 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 0 0 0;
                    -moz-background-clip: padding;
                    border-radius: 3px 0 0 0;
                    background-clip: padding-box;
                }

                .databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:last-child {
                    -webkit-border-radius: 0 3px 0 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 3px 0 0;
                    -moz-background-clip: padding;
                    border-radius: 0 3px 0 0;
                    background-clip: padding-box;
                }

                .databox.databox-vertical.radius-bordered .databox-top img {
                    -webkit-border-radius: 3px 3px 0 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 3px 3px 0 0;
                    -moz-background-clip: padding;
                    border-radius: 3px 3px 0 0;
                    background-clip: padding-box;
                }

            .databox.databox-vertical.radius-bordered .databox-bottom {
                -webkit-border-radius: 0 0 3px 3px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 0 0 3px 3px;
                -moz-background-clip: padding;
                border-radius: 0 0 3px 3px;
                background-clip: padding-box;
            }

                .databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:first-child {
                    -webkit-border-radius: 0 0 0 3px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 0 0 3px;
                    -moz-background-clip: padding;
                    border-radius: 0 0 0 3px;
                    background-clip: padding-box;
                }

                .databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:last-child {
                    -webkit-border-radius: 0 0 3px 0;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 0 3px 0;
                    -moz-background-clip: padding;
                    border-radius: 0 0 3px 0;
                    background-clip: padding-box;
                }

                .databox.databox-vertical.radius-bordered .databox-bottom img {
                    -webkit-border-radius: 0 0 3px 3px;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 0 0 3px 3px;
                    -moz-background-clip: padding;
                    border-radius: 0 0 3px 3px;
                    background-clip: padding-box;
                }

        .databox.databox-vertical.databox-graded {
            background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
            background-image: -webkit-linear-gradient(top, #e5e5e5, #ffffff);
            background-image: -moz-linear-gradient(top, #e5e5e5, #ffffff);
            background-image: -o-linear-gradient(top, #e5e5e5, #ffffff);
            background-image: linear-gradient(to bottom, #e5e5e5, #ffffff);
        }

        .databox.databox-vertical.databox-halved .databox-top {
            height: 50%;
        }

        .databox.databox-vertical.databox-halved .databox-bottom {
            height: 50%;
        }

        .databox.databox-vertical.databox-lg {
            height: 150px;
            width: 100%;
        }

            .databox.databox-vertical.databox-lg .databox-number {
                font-size: 17px;
                margin: 2px;
            }

            .databox.databox-vertical.databox-lg .databox-icon > .fa:before, .databox.databox-vertical.databox-lg .databox-icon .typcn:before, .databox.databox-vertical.databox-lg .databox-icon .glyphicon:before {
                font-size: 38px !important;
                padding: 0;
            }

            .databox.databox-vertical.databox-lg .databox-icon .wi:before {
                font-size: 50px !important;
                padding: 0;
            }

            .databox.databox-vertical.databox-lg .databox-top {
                height: 50px;
            }

            .databox.databox-vertical.databox-lg .databox-bottom {
                height: 100px;
            }

            .databox.databox-vertical.databox-lg.databox-inverted .databox-icon > .fa:before, .databox.databox-vertical.databox-lg.databox-inverted .databox-icon .typcn:before, .databox.databox-vertical.databox-lg.databox-inverted .databox-icon .glyphicon:before, .databox.databox-vertical.databox-lg.databox-inverted .databox-icon .wi:before {
                font-size: 85px;
                padding: 0;
            }

            .databox.databox-vertical.databox-lg.databox-inverted .databox-top {
                height: 100px;
            }

            .databox.databox-vertical.databox-lg.databox-inverted .databox-bottom {
                height: 50px;
            }

            .databox.databox-vertical.databox-lg.databox-halved .databox-icon > .fa:before, .databox.databox-vertical.databox-lg.databox-halved .databox-icon .typcn:before, .databox.databox-vertical.databox-lg.databox-halved .databox-icon .glyphicon:before, .databox.databox-vertical.databox-lg.databox-halved .databox-icon .wi:before {
                font-size: 58px;
                padding: 0;
            }

            .databox.databox-vertical.databox-lg.databox-halved .databox-top {
                height: 75px;
            }

            .databox.databox-vertical.databox-lg.databox-halved .databox-bottom {
                height: 75px;
            }

        .databox.databox-vertical.databox-xlg {
            height: 200px;
            width: 100%;
        }

            .databox.databox-vertical.databox-xlg .databox-icon > .fa:before, .databox.databox-vertical.databox-xlg .databox-icon .typcn:before, .databox.databox-vertical.databox-xlg .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xlg .databox-icon .wi:before {
                font-size: 38px;
                padding: 0;
            }

            .databox.databox-vertical.databox-xlg .databox-top {
                height: 50px;
            }

            .databox.databox-vertical.databox-xlg .databox-bottom {
                height: 150px;
            }

            .databox.databox-vertical.databox-xlg.databox-inverted .databox-icon > .fa:before, .databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .typcn:before, .databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .wi:before {
                font-size: 120px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xlg.databox-inverted .databox-top {
                height: 150px;
            }

            .databox.databox-vertical.databox-xlg.databox-inverted .databox-bottom {
                height: 50px;
            }

            .databox.databox-vertical.databox-xlg.databox-halved .databox-icon > .fa:before, .databox.databox-vertical.databox-xlg.databox-halved .databox-icon .typcn:before, .databox.databox-vertical.databox-xlg.databox-halved .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xlg.databox-halved .databox-icon .wi:before {
                font-size: 85px;
                padding: 0;
            }

            .databox.databox-vertical.databox-xlg.databox-halved .databox-top {
                height: 100px;
            }

            .databox.databox-vertical.databox-xlg.databox-halved .databox-bottom {
                height: 100px;
            }

        .databox.databox-vertical.databox-xxlg {
            height: 300px;
            width: 100%;
        }

            .databox.databox-vertical.databox-xxlg .databox-icon > .fa:before, .databox.databox-vertical.databox-xxlg .databox-icon .typcn:before, .databox.databox-vertical.databox-xxlg .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxlg .databox-icon .wi:before {
                font-size: 38px;
                padding: 0;
            }

            .databox.databox-vertical.databox-xxlg .databox-top {
                height: 50px;
            }

            .databox.databox-vertical.databox-xxlg .databox-bottom {
                height: 250px;
            }

            .databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon > .fa:before, .databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .typcn:before, .databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .wi:before {
                font-size: 220px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xxlg.databox-inverted .databox-top {
                height: 250px;
            }

            .databox.databox-vertical.databox-xxlg.databox-inverted .databox-bottom {
                height: 50px;
            }

            .databox.databox-vertical.databox-xxlg.databox-halved .databox-icon > .fa:before, .databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .typcn:before, .databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .wi:before {
                font-size: 120px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xxlg.databox-halved .databox-top {
                height: 150px;
            }

            .databox.databox-vertical.databox-xxlg.databox-halved .databox-bottom {
                height: 150px;
            }

        .databox.databox-vertical.databox-xxxlg {
            height: 500px;
            width: 100%;
        }

            .databox.databox-vertical.databox-xxxlg .databox-icon > .fa:before, .databox.databox-vertical.databox-xxxlg .databox-icon .typcn:before, .databox.databox-vertical.databox-xxxlg .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxxlg .databox-icon .wi:before {
                font-size: 38px;
                padding: 0;
            }

            .databox.databox-vertical.databox-xxxlg .databox-top {
                height: 50px;
            }

            .databox.databox-vertical.databox-xxxlg .databox-bottom {
                height: 450px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon > .fa:before, .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .typcn:before, .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .wi:before {
                font-size: 420px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-top {
                height: 450px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-inverted .databox-bottom {
                height: 50px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon > .fa:before, .databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .typcn:before, .databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .glyphicon:before, .databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .wi:before {
                font-size: 220px;
                padding: 10px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-halved .databox-top {
                height: 250px;
            }

            .databox.databox-vertical.databox-xxxlg.databox-halved .databox-bottom {
                height: 250px;
            }

    .databox .chart {
        font-size: 13px;
    }

.chart {
    height: 220px;
    margin: 5px;
}
/* Shimmer */
.shimmer:hover {
    width: 100%;
    /*Make sure the animation is over the whole element*/
    -webkit-animation-name: ShineAnimation;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: 1;
    /*infinite;
    */
    -webkit-animation-timing-function: cubic-bezier(.12,.89,.98,.47);
}

@-webkit-keyframes ShineAnimation {
    from {
        background-repeat: no-repeat;
        background-image: -webkit-linear-gradient( top left, rgba(255, 200, 155, 0.0) 0%, rgba(255, 200, 155, 0.0) 45%, rgba(255, 200, 155, 0.5) 48%, rgba(255, 200, 155, 0.8) 50%, rgba(255, 200, 155, 0.5) 52%, rgba(255, 200, 155, 0.0) 57%, rgba(255, 200, 155, 0.0) 100% );
        background-position: -250px -450px;
        background-size: 600px 600px
    }

    to {
        background-repeat: no-repeat;
        background-position: 250px 250px;
    }
}

.shimmerweiss {
    width: 100%;
    /*Make sure the animation is over the whole element*/
    -webkit-animation-name: ShineAnimationweiss;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.12,.89,.98,.47);
}

@-webkit-keyframes ShineAnimationweiss {
    from {
        background-repeat: no-repeat;
        background-image: -webkit-linear-gradient( top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0.0) 57%, rgba(255, 255, 255, 0.0) 100% );
        background-position: -250px -450px;
        background-size: 600px 600px
    }

    to {
        background-repeat: no-repeat;
        background-position: 250px 250px;
    }
}

@media screen and (max-device-width: 530px) {
    .navbar-header-name {
        color: white;
        padding: 10px 20px 10px 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 530px) {
    .navbar-header-name {
        color: white;
        padding: 10px 20px 10px 10px !important;
        font-size: 16px;
    }
}

@media screen and (min-device-width: 530px ) {
    .navbar-header-name {
        color: white;
        padding: 10px 20px 10px 220px;
        font-size: 16px;
    }
}

@media screen and (min-width: 530px ) {
    .navbar-header-name {
        color: white;
        padding: 10px 20px 10px 220px;
        font-size: 16px;
    }
}

@media screen and (max-device-width: 530px ) {
    .navbar-account {
        display: none;
    }
}

@media screen and (max-width: 530px ) {
    .navbar-account {
        display: none;
    }
}

@media screen and (min-device-width: 530px ) {
    .navbar-account-ersatz {
        display: none;
    }
}

@media screen and (min-width: 530px ) {
    .navbar-account-ersatz {
        display: none;
    }
}

@media screen and (max-device-width: 530px ) {
    .navbar-account-ersatz {
        left: auto;
        right: 20px;
        position: absolute;
        top: 55px;
    }
}

@media screen and (max-width: 530px ) {
    .navbar-account-ersatz {
        left: auto;
        right: 20px;
        position: absolute;
        top: 55px;
        display: initial !important;
    }
}

@media screen and (max-device-width: 600px ) {
    .navbar-dropdown {
        display: none;
    }
}

@media screen and (max-width: 600px ) {
    .navbar-dropdown {
        display: none;
    }
}

@media screen and (min-device-width: 530px ) {
    .navbar-dropdown-ersatz {
        display: none;
    }
}

@media screen and (min-width: 530px ) {
    .navbar-dropdown-ersatz {
        display: none;
    }
}

@media screen and (max-device-width: 530px ) {
    .navbar-dropdown-ersatz {
        list-style: none;
    }
}

@media screen and (max-width: 530px ) {
    .navbar-dropdown-ersatz {
        list-style: none;
    }
}

@media screen and (max-width: 1000px ) {
    .modal-dialog {
        position: relative;
        width: auto !important;
        margin: 30px !important;
    }
}

.leist_co {
    color: gray !important;
}

.auf_p1 {
    color: blue;
}

.reserv_adr_notok {
    color: white !important;
    background-color: #557faa !important;
    border-color: #557faa !important;
}

.reserv_adr_ok {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #dff0d8 !important;
}

@media (min-width:1202px) {
    .modal-lg {
        width: 1100px
    }
}

.loginbox-textbox > label :focus {
    box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,1) !important;
    /*box-shadow: inset 0px 0px 15px 0px rgba(76, 130, 189,1) !important;
    */
}

/* Tamas - slider einstellungen - von*/
input[type=range].slider_boro {
    -webkit-appearance: none;
    width: 100%;
    margin: 5.4px 0;
}

    input[type=range].slider_boro:focus {
        outline: none;
    }

    input[type=range].slider_boro::-webkit-slider-runnable-track {
        width: 320px;
        height: 39.2px;
        cursor: pointer;
        box-shadow: 1px 1px 4px #000000, 0px 0px 1px #0d0d0d;
        background: rgba(220, 220, 220, 0.01);
        border-radius: 0px;
        border: 0px solid #010101;
        background-image: url(../../../cds/styles/css/img/monaten.png);
        background-position-x: -32px;
    }

    input[type=range].slider_boro::-webkit-slider-thumb {
        box-shadow: 0.8px 0.8px 1.9px rgba(0, 0, 62, 0.67), 0px 0px 0.8px rgba(0, 0, 88, 0.67);
        border: 1.9px solid rgba(0, 0, 0, 0.57);
        height: 50px;
        width: 35px;
        border-radius: 20px;
        background: #436c98;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -5.4px;
    }

    input[type=range].slider_boro:focus::-webkit-slider-runnable-track {
        background: rgba(233, 233, 233, 0.01);
        background-image: url(../../../cds/styles/css/img/monaten.png);
        background-position-x: -32px;
    }

    input[type=range].slider_boro::-moz-range-track {
        width: 100%;
        height: 39.2px;
        cursor: pointer;
        box-shadow: 1px 1px 4px #000000, 0px 0px 1px #0d0d0d;
        background: rgba(220, 220, 220, 0.01);
        border-radius: 0px;
        border: 0px solid #010101;
    }

    input[type=range].slider_boro::-moz-range-thumb {
        box-shadow: 0.8px 0.8px 1.9px rgba(0, 0, 62, 0.67), 0px 0px 0.8px rgba(0, 0, 88, 0.67);
        border: 1.9px solid rgba(0, 0, 0, 0.57);
        height: 50px;
        width: 35px;
        border-radius: 20px;
        background: #436c98;
        cursor: pointer;
    }

    input[type=range].slider_boro::-ms-track {
        width: 100%;
        height: 39.2px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
        background-image: url(../../../cds/styles/css/img/monaten.png);
        background-position-x: -32px;
    }

    input[type=range].slider_boro::-ms-fill-lower {
        background: rgba(207, 207, 207, 0.01);
        border: 0px solid #010101;
        border-radius: 0px;
        box-shadow: 1px 1px 4px #000000, 0px 0px 1px #0d0d0d;
    }

    input[type=range].slider_boro::-ms-fill-upper {
        background: rgba(220, 220, 220, 0.01);
        border: 0px solid #010101;
        border-radius: 0px;
        box-shadow: 1px 1px 4px #000000, 0px 0px 1px #0d0d0d;
    }

    input[type=range].slider_boro::-ms-thumb {
        box-shadow: 0.8px 0.8px 1.9px rgba(0, 0, 62, 0.67), 0px 0px 0.8px rgba(0, 0, 88, 0.67);
        border: 1.9px solid rgba(0, 0, 0, 0.57);
        height: 50px;
        width: 35px;
        border-radius: 20px;
        background: #436c98;
        cursor: pointer;
        height: 39.2px;
    }

    input[type=range].slider_boro:focus::-ms-fill-lower {
        background: rgba(220, 220, 220, 0.01);
    }

    input[type=range].slider_boro:focus::-ms-fill-upper {
        background: rgba(233, 233, 233, 0.01);
    }

/* Tamas - slider einstellungen - bis*/

