/*!
 * MopaBootstrapBundle
 *
 * Copyright 2011 Mohrenweiser & Partner
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Import this file in your less files as first to be abled to access less vars from your file
 * OR
 * Add it to the stylesheets of assetic or
 * Add it as described on http://www.lesscss.org with the less.js (maybe pathes must be adapted in that case)
 *
 * Be careful when using less this way, might be most straight forward, but assetic doesnt check the included files
 * for changes, and will only regenerate the css if it detects changes in this file!
 *
 * For development it might be easier to include all you less files in the layout directly
 * But then assetic will compile each less file in a own compiler session so you cant mix in the less style into bootstrap, which might not be OK
 */


/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

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

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

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

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

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

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

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

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

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

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

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

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

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

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

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

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

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

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

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

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

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

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

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

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

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

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

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

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

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

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

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

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

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

.bg-info {
    background-color: #d9edf7
}

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

.bg-warning {
    background-color: #fcf8e3
}

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

.bg-danger {
    background-color: #f2dede
}

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

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

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

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

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

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

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

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

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

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

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

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

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

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

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

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

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

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

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

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

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

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

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

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

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

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, 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, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .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"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .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"] {
        line-height: 46px
    }
}

.form-group {
    /*margin-bottom: 15px*/
    margin-bottom: 5px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

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

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

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

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

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

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

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

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

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].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
}

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

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].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
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

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

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

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

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

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

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

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

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

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

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    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:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    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:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    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:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    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:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    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:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    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:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
    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:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    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:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
    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:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    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:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
    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:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

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

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

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

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .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-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

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

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

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

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

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

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

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

.open>a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

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

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

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

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

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

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

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

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

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

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

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

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

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

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

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

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

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

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

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

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

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

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

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

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

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

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

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

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

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

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

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

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

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

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        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-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

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

.navbar-brand>img {
    display: block
}

@media(min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

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

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

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

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

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

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

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

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

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

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

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

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

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

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

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

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

.pagination>li {
    display: inline
}

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

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

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

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

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

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

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

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

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

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

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

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

.pager li {
    display: inline
}

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

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

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

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

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

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

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

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

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

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

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

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

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

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

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

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

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

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

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

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

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

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
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:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
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:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
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:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
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:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

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

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

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

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

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

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

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

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

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

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

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

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

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

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

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

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

.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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.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-left: 5px;
    margin-bottom: 0
}

.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: 900px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
    position: relative
}

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

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

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

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

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

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

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

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

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

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

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

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

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

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

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

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

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

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

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

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

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

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

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}


/*!

 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../bundles/mopabootstrap/fonts/fa/fontawesome-webfont.eot?v=3.2.1');
    src: url('../bundles/mopabootstrap/fonts/fa/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../bundles/mopabootstrap/fonts/fa/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../bundles/mopabootstrap/fonts/fa/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../bundles/mopabootstrap/fonts/fa/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none
}

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.33333333em
}

a [class^="icon-"],
a [class*=" icon-"] {
    display: inline
}

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.14285714em;
    text-align: right;
    padding-right: .28571429em
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857143em
}

.icons-ul {
    margin-left: 2.14285714em;
    list-style-type: none
}

.icons-ul>li {
    position: relative
}

.icons-ul .icon-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    text-align: center;
    line-height: inherit
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none
}

.icon-muted {
    color: #eee
}

.icon-light {
    color: #fff
}

.icon-dark {
    color: #333
}

.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.icon-2x {
    font-size: 2em
}

.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.icon-3x {
    font-size: 3em
}

.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.icon-4x {
    font-size: 4em
}

.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.icon-5x {
    font-size: 5em
}

.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0
}

.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"] {
    background-image: none
}

.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em
}

.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em
}

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none
}

@-moz-keyframes spin {
    0 {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0 {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0 {
        -o-transform: rotate(0)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0 {
        -ms-transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0 {
        transform: rotate(0)
    }
    100% {
        transform: rotate(359deg)
    }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block
}

.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

.icon-search:before {
    content: "\f002"
}

.icon-envelope-alt:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-empty:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

.icon-th-large:before {
    content: "\f009"
}

.icon-th:before {
    content: "\f00a"
}

.icon-th-list:before {
    content: "\f00b"
}

.icon-ok:before {
    content: "\f00c"
}

.icon-remove:before {
    content: "\f00d"
}

.icon-zoom-in:before {
    content: "\f00e"
}

.icon-zoom-out:before {
    content: "\f010"
}

.icon-power-off:before,
.icon-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-gear:before,
.icon-cog:before {
    content: "\f013"
}

.icon-trash:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file-alt:before {
    content: "\f016"
}

.icon-time:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download-alt:before {
    content: "\f019"
}

.icon-download:before {
    content: "\f01a"
}

.icon-upload:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle:before {
    content: "\f01d"
}

.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list:before {
    content: "\f03a"
}

.icon-indent-left:before {
    content: "\f03b"
}

.icon-indent-right:before {
    content: "\f03c"
}

.icon-facetime-video:before {
    content: "\f03d"
}

.icon-picture:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before {
    content: "\f044"
}

.icon-share:before {
    content: "\f045"
}

.icon-check:before {
    content: "\f046"
}

.icon-move:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-sign:before {
    content: "\f055"
}

.icon-minus-sign:before {
    content: "\f056"
}

.icon-remove-sign:before {
    content: "\f057"
}

.icon-ok-sign:before {
    content: "\f058"
}

.icon-question-sign:before {
    content: "\f059"
}

.icon-info-sign:before {
    content: "\f05a"
}

.icon-screenshot:before {
    content: "\f05b"
}

.icon-remove-circle:before {
    content: "\f05c"
}

.icon-ok-circle:before {
    content: "\f05d"
}

.icon-ban-circle:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064"
}

.icon-resize-full:before {
    content: "\f065"
}

.icon-resize-small:before {
    content: "\f066"
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-exclamation-sign:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye-open:before {
    content: "\f06e"
}

.icon-eye-close:before {
    content: "\f070"
}

.icon-warning-sign:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder-close:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-resize-vertical:before {
    content: "\f07d"
}

.icon-resize-horizontal:before {
    content: "\f07e"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-twitter-sign:before {
    content: "\f081"
}

.icon-facebook-sign:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key:before {
    content: "\f084"
}

.icon-gears:before,
.icon-cogs:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-up-alt:before {
    content: "\f087"
}

.icon-thumbs-down-alt:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-empty:before {
    content: "\f08a"
}

.icon-signout:before {
    content: "\f08b"
}

.icon-linkedin-sign:before {
    content: "\f08c"
}

.icon-pushpin:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-signin:before {
    content: "\f090"
}

.icon-trophy:before {
    content: "\f091"
}

.icon-github-sign:before {
    content: "\f092"
}

.icon-upload-alt:before {
    content: "\f093"
}

.icon-lemon:before {
    content: "\f094"
}

.icon-phone:before {
    content: "\f095"
}

.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096"
}

.icon-bookmark-empty:before {
    content: "\f097"
}

.icon-phone-sign:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-hdd:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell:before {
    content: "\f0a2"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-right:before {
    content: "\f0a4"
}

.icon-hand-left:before {
    content: "\f0a5"
}

.icon-hand-up:before {
    content: "\f0a6"
}

.icon-hand-down:before {
    content: "\f0a7"
}

.icon-circle-arrow-left:before {
    content: "\f0a8"
}

.icon-circle-arrow-right:before {
    content: "\f0a9"
}

.icon-circle-arrow-up:before {
    content: "\f0aa"
}

.icon-circle-arrow-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase:before {
    content: "\f0b1"
}

.icon-fullscreen:before {
    content: "\f0b2"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-link:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-beaker:before {
    content: "\f0c3"
}

.icon-cut:before {
    content: "\f0c4"
}

.icon-copy:before {
    content: "\f0c5"
}

.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6"
}

.icon-save:before {
    content: "\f0c7"
}

.icon-sign-blank:before {
    content: "\f0c8"
}

.icon-reorder:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-sign:before {
    content: "\f0d3"
}

.icon-google-plus-sign:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-sort:before {
    content: "\f0dc"
}

.icon-sort-down:before {
    content: "\f0dd"
}

.icon-sort-up:before {
    content: "\f0de"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2"
}

.icon-legal:before {
    content: "\f0e3"
}

.icon-dashboard:before {
    content: "\f0e4"
}

.icon-comment-alt:before {
    content: "\f0e5"
}

.icon-comments-alt:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-paste:before {
    content: "\f0ea"
}

.icon-lightbulb:before {
    content: "\f0eb"
}

.icon-exchange:before {
    content: "\f0ec"
}

.icon-cloud-download:before {
    content: "\f0ed"
}

.icon-cloud-upload:before {
    content: "\f0ee"
}

.icon-user-md:before {
    content: "\f0f0"
}

.icon-stethoscope:before {
    content: "\f0f1"
}

.icon-suitcase:before {
    content: "\f0f2"
}

.icon-bell-alt:before {
    content: "\f0f3"
}

.icon-coffee:before {
    content: "\f0f4"
}

.icon-food:before {
    content: "\f0f5"
}

.icon-file-text-alt:before {
    content: "\f0f6"
}

.icon-building:before {
    content: "\f0f7"
}

.icon-hospital:before {
    content: "\f0f8"
}

.icon-ambulance:before {
    content: "\f0f9"
}

.icon-medkit:before {
    content: "\f0fa"
}

.icon-fighter-jet:before {
    content: "\f0fb"
}

.icon-beer:before {
    content: "\f0fc"
}

.icon-h-sign:before {
    content: "\f0fd"
}

.icon-plus-sign-alt:before {
    content: "\f0fe"
}

.icon-double-angle-left:before {
    content: "\f100"
}

.icon-double-angle-right:before {
    content: "\f101"
}

.icon-double-angle-up:before {
    content: "\f102"
}

.icon-double-angle-down:before {
    content: "\f103"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-desktop:before {
    content: "\f108"
}

.icon-laptop:before {
    content: "\f109"
}

.icon-tablet:before {
    content: "\f10a"
}

.icon-mobile-phone:before {
    content: "\f10b"
}

.icon-circle-blank:before {
    content: "\f10c"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-quote-right:before {
    content: "\f10e"
}

.icon-spinner:before {
    content: "\f110"
}

.icon-circle:before {
    content: "\f111"
}

.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112"
}

.icon-github-alt:before {
    content: "\f113"
}

.icon-folder-close-alt:before {
    content: "\f114"
}

.icon-folder-open-alt:before {
    content: "\f115"
}

.icon-expand-alt:before {
    content: "\f116"
}

.icon-collapse-alt:before {
    content: "\f117"
}

.icon-smile:before {
    content: "\f118"
}

.icon-frown:before {
    content: "\f119"
}

.icon-meh:before {
    content: "\f11a"
}

.icon-gamepad:before {
    content: "\f11b"
}

.icon-keyboard:before {
    content: "\f11c"
}

.icon-flag-alt:before {
    content: "\f11d"
}

.icon-flag-checkered:before {
    content: "\f11e"
}

.icon-terminal:before {
    content: "\f120"
}

.icon-code:before {
    content: "\f121"
}

.icon-reply-all:before {
    content: "\f122"
}

.icon-mail-reply-all:before {
    content: "\f122"
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123"
}

.icon-location-arrow:before {
    content: "\f124"
}

.icon-crop:before {
    content: "\f125"
}

.icon-code-fork:before {
    content: "\f126"
}

.icon-unlink:before {
    content: "\f127"
}

.icon-question:before {
    content: "\f128"
}

.icon-info:before {
    content: "\f129"
}

.icon-exclamation:before {
    content: "\f12a"
}

.icon-superscript:before {
    content: "\f12b"
}

.icon-subscript:before {
    content: "\f12c"
}

.icon-eraser:before {
    content: "\f12d"
}

.icon-puzzle-piece:before {
    content: "\f12e"
}

.icon-microphone:before {
    content: "\f130"
}

.icon-microphone-off:before {
    content: "\f131"
}

.icon-shield:before {
    content: "\f132"
}

.icon-calendar-empty:before {
    content: "\f133"
}

.icon-fire-extinguisher:before {
    content: "\f134"
}

.icon-rocket:before {
    content: "\f135"
}

.icon-maxcdn:before {
    content: "\f136"
}

.icon-chevron-sign-left:before {
    content: "\f137"
}

.icon-chevron-sign-right:before {
    content: "\f138"
}

.icon-chevron-sign-up:before {
    content: "\f139"
}

.icon-chevron-sign-down:before {
    content: "\f13a"
}

.icon-html5:before {
    content: "\f13b"
}

.icon-css3:before {
    content: "\f13c"
}

.icon-anchor:before {
    content: "\f13d"
}

.icon-unlock-alt:before {
    content: "\f13e"
}

.icon-bullseye:before {
    content: "\f140"
}

.icon-ellipsis-horizontal:before {
    content: "\f141"
}

.icon-ellipsis-vertical:before {
    content: "\f142"
}

.icon-rss-sign:before {
    content: "\f143"
}

.icon-play-sign:before {
    content: "\f144"
}

.icon-ticket:before {
    content: "\f145"
}

.icon-minus-sign-alt:before {
    content: "\f146"
}

.icon-check-minus:before {
    content: "\f147"
}

.icon-level-up:before {
    content: "\f148"
}

.icon-level-down:before {
    content: "\f149"
}

.icon-check-sign:before {
    content: "\f14a"
}

.icon-edit-sign:before {
    content: "\f14b"
}

.icon-external-link-sign:before {
    content: "\f14c"
}

.icon-share-sign:before {
    content: "\f14d"
}

.icon-compass:before {
    content: "\f14e"
}

.icon-collapse:before {
    content: "\f150"
}

.icon-collapse-top:before {
    content: "\f151"
}

.icon-expand:before {
    content: "\f152"
}

.icon-euro:before,
.icon-eur:before {
    content: "\f153"
}

.icon-gbp:before {
    content: "\f154"
}

.icon-dollar:before,
.icon-usd:before {
    content: "\f155"
}

.icon-rupee:before,
.icon-inr:before {
    content: "\f156"
}

.icon-yen:before,
.icon-jpy:before {
    content: "\f157"
}

.icon-renminbi:before,
.icon-cny:before {
    content: "\f158"
}

.icon-won:before,
.icon-krw:before {
    content: "\f159"
}

.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a"
}

.icon-file:before {
    content: "\f15b"
}

.icon-file-text:before {
    content: "\f15c"
}

.icon-sort-by-alphabet:before {
    content: "\f15d"
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e"
}

.icon-sort-by-attributes:before {
    content: "\f160"
}

.icon-sort-by-attributes-alt:before {
    content: "\f161"
}

.icon-sort-by-order:before {
    content: "\f162"
}

.icon-sort-by-order-alt:before {
    content: "\f163"
}

.icon-thumbs-up:before {
    content: "\f164"
}

.icon-thumbs-down:before {
    content: "\f165"
}

.icon-youtube-sign:before {
    content: "\f166"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-xing:before {
    content: "\f168"
}

.icon-xing-sign:before {
    content: "\f169"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-dropbox:before {
    content: "\f16b"
}

.icon-stackexchange:before {
    content: "\f16c"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-flickr:before {
    content: "\f16e"
}

.icon-adn:before {
    content: "\f170"
}

.icon-bitbucket:before {
    content: "\f171"
}

.icon-bitbucket-sign:before {
    content: "\f172"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-tumblr-sign:before {
    content: "\f174"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-apple:before {
    content: "\f179"
}

.icon-windows:before {
    content: "\f17a"
}

.icon-android:before {
    content: "\f17b"
}

.icon-linux:before {
    content: "\f17c"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-skype:before {
    content: "\f17e"
}

.icon-foursquare:before {
    content: "\f180"
}

.icon-trello:before {
    content: "\f181"
}

.icon-female:before {
    content: "\f182"
}

.icon-male:before {
    content: "\f183"
}

.icon-gittip:before {
    content: "\f184"
}

.icon-sun:before {
    content: "\f185"
}

.icon-moon:before {
    content: "\f186"
}

.icon-archive:before {
    content: "\f187"
}

.icon-bug:before {
    content: "\f188"
}

.icon-vk:before {
    content: "\f189"
}

.icon-weibo:before {
    content: "\f18a"
}

.icon-renren:before {
    content: "\f18b"
}


/*!
 * MopaBootstrapBundle pagination support
 */

.pagination .disabled a,
.pagination .disabled a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #bfbfbf;
    cursor: default
}

.pagination .next a {
    border-right: 1px solid;
    border-right-color: rgba(0, 0, 0, 0.15)
}

.subnav {
    width: 100%;
    background-color: #eee;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f5f5f5 0, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #eee 100%);
    background-image: -ms-linear-gradient(top, #f5f5f5 0, #eee 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #eee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #f5f5f5 0, #eee 100%);
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.subnav .nav {
    margin-bottom: 0
}

.subnav .nav>li>a {
    margin: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.subnav .nav>.active>a,
.subnav .nav>.active>a:hover {
    padding-left: 13px;
    color: #777;
    background-color: #e9e9e9;
    border-right-color: #ddd;
    border-left: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05)
}

.subnav .nav>.active>a .caret,
.subnav .nav>.active>a:hover .caret {
    border-top-color: #777
}

.subnav .nav>li:first-child>a,
.subnav .nav>li:first-child>a:hover {
    border-left: 0;
    padding-left: 12px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.subnav .nav>li:last-child>a {
    border-right: 0
}

.subnav .dropdown-menu {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

@media(min-width:980px) {
    .subnav-fixed {
        position: fixed;
        top: 40px;
        left: 0;
        right: 0;
        z-index: 1020;
        border-color: #d5d5d5;
        border-width: 0 0 1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.1);
        filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
    }
    .subnav-fixed .nav {
        width: 938px;
        margin: 0 auto;
        padding: 0 1px
    }
    .subnav .nav>li:first-child>a,
    .subnav .nav>li:first-child>a:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

h2+table,
h3+table,
h4+table,
h2+.row {
    margin-top: 15px
}

@media(min-width:1210px) {
    .subnav-fixed .nav {
        width: 1168px
    }
}

section {
    padding-top: 0
}


/*!
 * MopaBootstrapBundle collection support
 */

.controls .collection-item {
    margin-bottom: 9px
}

.gmnoprint img {
    max-width: none
}


/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Improvements by Sébastien Malot
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

/*.datetimepicker {
    padding: 4px;
    margin-top: 1px;
    white-space: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datetimepicker.datetimepicker-rtl {
    direction: rtl
}

.datetimepicker.datetimepicker-rtl table tr td span {
    float: right
}

.datetimepicker>div {
    display: none
}

.datetimepicker.minutes div.datetimepicker-minutes {
    display: block
}

.datetimepicker.hours div.datetimepicker-hours {
    display: block
}

.datetimepicker.days div.datetimepicker-days {
    display: block
}

.datetimepicker.months div.datetimepicker-months {
    display: block
}

.datetimepicker.years div.datetimepicker-years {
    display: block
}

.datetimepicker table {
    margin: 0
}

.datetimepicker table tr td.minute:hover {
    background: #eee;
    cursor: pointer
}

.datetimepicker table tr td.hour:hover {
    background: #eee;
    cursor: pointer
}

.datetimepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

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

.datetimepicker table tr td span:hover {
    background: #eee
}

.datetimepicker table tr td span.old {
    color: #999
}

.datetimepicker .datetimepicker-hours span {
    height: 26px;
    line-height: 26px
}

.datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px
}

.datetimepicker th.switch {
    width: 145px
}

.datetimepicker-inline {
    width: 220px
}

.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
    top: 0;
    left: 0
}

[class*="datetimepicker-dropdown"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute
}

[class*="datetimepicker-dropdown"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute
}

[class*="datetimepicker-dropdown-top"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0
}

[class*="datetimepicker-dropdown-top"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.datetimepicker-dropdown-bottom-left:before {
    top: -7px;
    right: 6px
}

.datetimepicker-dropdown-bottom-left:after {
    top: -6px;
    right: 7px
}

.datetimepicker-dropdown-bottom-right:before {
    top: -7px;
    left: 6px
}

.datetimepicker-dropdown-bottom-right:after {
    top: -6px;
    left: 7px
}

.datetimepicker-dropdown-top-left:before {
    bottom: -7px;
    right: 6px
}

.datetimepicker-dropdown-top-left:after {
    bottom: -6px;
    right: 7px
}

.datetimepicker-dropdown-top-right:before {
    bottom: -7px;
    left: 6px
}

.datetimepicker-dropdown-top-right:after {
    bottom: -6px;
    left: 7px
}

.datetimepicker td,
.datetimepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
    background-color: transparent
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
    color: #999
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
    background: 0;
    color: #999;
    cursor: default
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #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, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
    background-color: #04c
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    background-color: #039 \9
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
    width: 14.6%
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
    margin-bottom: inherit;
    line-height: 30px
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
    background: 0;
    color: #999;
    cursor: default
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #04c
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
    background-color: #039 \9
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
    cursor: pointer
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
    background: #eee
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
    cursor: pointer;
    width: 14px;
    height: 14px
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
    padding: 4px 5px
}

.datepicker .prev,
.datepicker .next {
    font-style: normal
}

.datepicker .prev:after {
    content: "«"
}

.datepicker .next:after {
    content: "»"
}*/

@font-face {
    font-family: 'Open Sans';
    src: url('../bundles/ucsadminstrap/font/opensans-regular.eot');
    src: url('../bundles/ucsadminstrap/font/opensans-regular.eot') format('embedded-opentype'), url('../bundles/ucsadminstrap/font/opensans-regular.woff') format('woff'), url('../bundles/ucsadminstrap/font/opensans-regular.ttf') format('truetype'), url('../bundles/ucsadminstrap/font/opensans-regular.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url('../bundles/ucsadminstrap/font/opensans-italic.eot');
    src: url('../bundles/ucsadminstrap/font/opensans-italic.eot') format('embedded-opentype'), url('../bundles/ucsadminstrap/font/opensans-italic.woff') format('woff'), url('../bundles/ucsadminstrap/font/opensans-italic.ttf') format('truetype'), url('../bundles/ucsadminstrap/font/opensans-italic.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    src: url('../bundles/ucsadminstrap/font/opensans-semibold.eot');
    src: url('../bundles/ucsadminstrap/font/opensans-semibold.eot') format('embedded-opentype'), url('../bundles/ucsadminstrap/font/opensans-semibold.woff') format('woff'), url('../bundles/ucsadminstrap/font/opensans-semibold.ttf') format('truetype'), url('../bundles/ucsadminstrap/font/opensans-semibold.svg#OpenSansSemibold') format('svg');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url('../bundles/ucsadminstrap/font/opensans-semibolditalic.eot');
    src: url('../bundles/ucsadminstrap/font/opensans-semibolditalic.eot') format('embedded-opentype'), url('../bundles/ucsadminstrap/font/opensans-semibolditalic.woff') format('woff'), url('../bundles/ucsadminstrap/font/opensans-semibolditalic.ttf') format('truetype'), url('../bundles/ucsadminstrap/font/opensans-semibolditalic.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    src: url('../bundles/ucsadminstrap/font/opensans-bold.eot');
    src: url('../bundles/ucsadminstrap/font/opensans-bold.eot') format('embedded-opentype'), url('../bundles/ucsadminstrap/font/opensans-bold.woff') format('woff'), url('../bundles/ucsadminstrap/font/opensans-bold.ttf') format('truetype'), url('../bundles/ucsadminstrap/font/opensans-bold.svg#OpenSansBold') format('svg');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url('../bundles/ucsadminstrap/font/opensans-bolditalic.eot');
    src: url('../bundles/ucsadminstrap/font/opensans-bolditalic.eot') format('embedded-opentype'), url('../bundles/ucsadminstrap/font/opensans-bolditalic.woff') format('woff'), url('../bundles/ucsadminstrap/font/opensans-bolditalic.ttf') format('truetype'), url('../bundles/ucsadminstrap/font/opensans-bolditalic.svg#OpenSansBoldItalic') format('svg');
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    src: url('../bundles/ucsadminstrap/font/opensans-light.eot');
    src: url('../bundles/ucsadminstrap/font/opensans-light.eot') format('embedded-opentype'), url('../bundles/ucsadminstrap/font/opensans-light.woff') format('woff'), url('../bundles/ucsadminstrap/font/opensans-light.ttf') format('truetype'), url('../bundles/ucsadminstrap/font/opensans-light.svg#OpenSansLight') format('svg');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url('../bundles/ucsadminstrap/font/opensans-lightitalic.eot');
    src: url('../bundles/ucsadminstrap/font/opensans-lightitalic.eot') format('embedded-opentype'), url('../bundles/ucsadminstrap/font/opensans-lightitalic.woff') format('woff'), url('../bundles/ucsadminstrap/font/opensans-lightitalic.ttf') format('truetype'), url('../bundles/ucsadminstrap/font/opensans-lightitalic.svg#OpenSansLightItalic') format('svg');
    font-weight: 200;
    font-style: italic
}

.btn-yellow {
    color: #963;
    background-color: #fee188;
    border-color: #fedb6f
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    color: #963;
    background-color: #fed760;
    border-color: #fdcb32
}

.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    background-image: none
}

.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
    background-color: #fee188;
    border-color: #fedb6f
}

.btn-yellow .badge {
    color: #fee188;
    background-color: #963
}

.btn {
    font-weight: normal;
    border: 1px solid transparent;
    outline: transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0
}

.btn:hover,
.btn:focus {
    color: #333
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-link {
    color: #428bca
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999
}

.btn.btn-app {
    outline: transparent;
    display: inline-block;
    position: relative;
    min-width: 100px;
    border: 0;
    border-radius: 12px;
    padding: 12px 8px;
    margin: 2px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.2)
}

.btn.btn-app>[class*=icon] {
    display: block;
    font-size: 42px;
    margin: 0 0 4px;
    line-height: 36px;
    min-width: 0;
    padding: 0
}

.btn.btn-app.radius-8 {
    border-radius: 8px
}

.btn.btn-app.radius-8>.badge {
    border-radius: 7px
}

.btn.btn-app.radius-8>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app.radius-6 {
    border-radius: 6px
}

.btn.btn-app.radius-6>.badge {
    border-radius: 5px
}

.btn.btn-app.radius-6>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app.radius-4 {
    border-radius: 4px
}

.btn.btn-app.radius-4>.badge {
    border-radius: 3px
}

.btn.btn-app.radius-4>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app.radius-2 {
    border-radius: 2px
}

.btn.btn-app.radius-2>.badge {
    border-radius: 1px
}

.btn.btn-app.radius-2>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app.no-radius {
    border-radius: 0
}

.btn.btn-app.no-radius>.badge {
    border-radius: 3px
}

.btn.btn-app.no-radius>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app>.badge,
.btn.btn-app>.label {
    position: absolute !important;
    top: -2px;
    right: -2px;
    text-align: center
}

.btn.btn-app>.badge.badge-left,
.btn.btn-app>.label.badge-left,
.btn.btn-app>.badge.label-left,
.btn.btn-app>.label.label-left {
    right: auto;
    left: -2px
}

.btn.btn-app>.label {
    padding: 1px 6px 3px;
    font-size: 12px
}

.btn.btn-app>.badge {
    padding: 1px 3px;
    font-size: 11px
}

.btn.btn-app.active {
    color: #fff
}

.btn.btn-app.active:after {
    display: none
}

.widget-container {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    position: relative
}

.ui-state-highlight {
    border: 1px dashed #CCC;
    background-color: #fee188;
    height: 50px;
    margin: 0 0 20px 0
}

.widget-header {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    min-height: 32px;
    background: #f7f7f7;
    color: #669fc7;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 0 0 0 12px
}

.widget-header .glyphicon,
.widget-header [class*="icon-"] {
    line-height: 32px;
    top: 0;
    padding: 0 3px
}

.widget-header:before,
.widget-header:after {
    content: "";
    display: table;
    line-height: 0
}

.widget-header:after {
    clear: both
}

.widget-title {
    float: left;
    display: inline-block;
    position: relative;
    height: 100%;
    width: auto;
    line-height: 32px;
    margin: 0
}

.widget-collapsible .widget-title {
    cursor: pointer
}

.widget-title>[class*="icon-"] {
    margin-right: 5px;
    font-weight: normal;
    display: inline-block
}

.widget-content {
    padding: 12px
}

.widget-content.padding-32 {
    padding: 32px
}

.widget-content.padding-30 {
    padding: 30px
}

.widget-content.padding-28 {
    padding: 28px
}

.widget-content.padding-26 {
    padding: 26px
}

.widget-content.padding-24 {
    padding: 24px
}

.widget-content.padding-22 {
    padding: 22px
}

.widget-content.padding-20 {
    padding: 20px
}

.widget-content.padding-18 {
    padding: 18px
}

.widget-content.padding-16 {
    padding: 16px
}

.widget-content.padding-14 {
    padding: 14px
}

.widget-content.padding-12 {
    padding: 12px
}

.widget-content.padding-10 {
    padding: 10px
}

.widget-content.padding-8 {
    padding: 8px
}

.widget-content.padding-6 {
    padding: 6px
}

.widget-content.padding-4 {
    padding: 4px
}

.widget-content.padding-2 {
    padding: 2px
}

.widget-content.padding-0 {
    padding: 0
}

.widget-content.no-padding {
    padding: 0
}

.widget-content .tab-content {
    padding: 0;
    border: 0
}

.widget-content table {
    margin-bottom: 0
}

.widget-body {
    border: 1px solid #ccc;
    background-color: #fff;
    height: 100%
}

.collapsed .widget-header {
    border-bottom-width: 0
}

.collapsed .widget-body {
    display: none
}

.widget-header-rounded {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.widget-transparent {
    border: 0
}

.widget-transparent .widget-header {
    padding-left: 0;
    color: #669fc7;
    border-color: transparent;
    background-color: transparent;
    border-bottom: 1px solid #ccc
}

.widget-transparent .widget-header .widget-title {
    color: #669fc7
}

.widget-transparent .widget-header .widget-tools.widget-tools-bordered {
    border-color: transparent
}

.widget-transparent .widget-header .badge {
    color: transparent;
    background-color: #669fc7
}

.widget-transparent .widget-body {
    border: 0
}

.widget-tools {
    display: inline-block;
    //min-height: 32px;
    float: right;
    padding: 0 10px 0 10px
}

.widget-tools.widget-tools-bordered {
    border-left: 1px solid #ccc
}

.widget-tools .nav-tabs {
    border-bottom: 0
}

.widget-tools .nav-tabs li a {
    padding: 6px 12px;
    font-size: 14px
}

.widget-header-lg .widget-tools .nav-tabs li a {
    font-size: 18px;
    padding: 10px 16px
}

.widget-header-sm .widget-tools .nav-tabs li a {
    font-size: 12px;
    padding: 5px 10px
}

.widget-header-xs .widget-tools .nav-tabs li a {
    font-size: 12px;
    padding: 1px 5px
}

.widget-tools .nav-tabs li:not(.active)>a {
    border-color: transparent;
    background-color: transparent
}

.widget-tools .nav-tabs li:not(.active)>a:hover {
    background-color: transparent
}

.widget-header-primary .widget-tools .nav-tabs li:not(.active)>a,
.widget-header-info .widget-tools .nav-tabs li:not(.active)>a,
.widget-header-success .widget-tools .nav-tabs li:not(.active)>a,
.widget-header-danger .widget-tools .nav-tabs li:not(.active)>a,
.widget-header-warning .widget-tools .nav-tabs li:not(.active)>a {
    color: #fff
}

.widget-header-primary .widget-tools .nav-tabs li:not(.active)>a:hover,
.widget-header-info .widget-tools .nav-tabs li:not(.active)>a:hover,
.widget-header-success .widget-tools .nav-tabs li:not(.active)>a:hover,
.widget-header-danger .widget-tools .nav-tabs li:not(.active)>a:hover,
.widget-header-warning .widget-tools .nav-tabs li:not(.active)>a:hover {
    color: #CCC
}

.widget-tools .nav-tabs li.active>a {
    background-color: #FFF;
    border-bottom-color: transparent;
    box-shadow: none
}

.widget-tools .nav-tabs.nav-tabs-nice li.active>a {
    -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
    border-top: 3px solid #669fc7
}

.widget-tools>[data-action] {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)
}

.widget-tools>[data-action]>[class*="icon-"] {
    margin-right: 0
}

.widget-tools>[data-action]:focus,
.widget-tools>[data-action]:hover {
    text-decoration: none
}

.widget-tools>[data-action="settings"] {
    color: #669fc7
}

.widget-tools>[data-action="reload"] {
    color: #669fc7
}

.widget-tools>[data-action="collapse"] {
    color: #669fc7
}

.widget-tools>[data-action="close"] {
    color: #669fc7
}

.widget-footer {
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    background-color: #efefef
}

.widget-footer:after {
    content: " ";
    display: table;
    clear: both
}

.widget-fullscreen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999
}

.widget-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 21
}

.widget-overlay>[class*="icon-"] {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center
}

.widget-body.collapsed .widget-overlay>[class*="icon-"] {
    top: 5%
}

.widget-overlay>.icon-spin {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s
}

@media only screen and (max-width:767px) {
    .widget-container {
        margin-top: 7px;
        margin-bottom: 7px
    }
}

.tab-content {
    padding: 16px 12px;
    position: relative;
    z-index: 11
}

.tab-content.no-padding {
    padding: 0
}

.tab-content.no-border {
    border: 0
}

.tab-content.padding-32 {
    padding: 32px 24px
}

.tab-content.no-border.padding-32 {
    padding: 32px
}

.tab-content.padding-30 {
    padding: 30px 23px
}

.tab-content.no-border.padding-30 {
    padding: 30px
}

.tab-content.padding-28 {
    padding: 28px 21px
}

.tab-content.no-border.padding-28 {
    padding: 28px
}

.tab-content.padding-26 {
    padding: 26px 20px
}

.tab-content.no-border.padding-26 {
    padding: 26px
}

.tab-content.padding-24 {
    padding: 24px 18px
}

.tab-content.no-border.padding-24 {
    padding: 24px
}

.tab-content.padding-22 {
    padding: 22px 17px
}

.tab-content.no-border.padding-22 {
    padding: 22px
}

.tab-content.padding-20 {
    padding: 20px 15px
}

.tab-content.no-border.padding-20 {
    padding: 20px
}

.tab-content.padding-18 {
    padding: 18px 14px
}

.tab-content.no-border.padding-18 {
    padding: 18px
}

.tab-content.padding-16 {
    padding: 16px 12px
}

.tab-content.no-border.padding-16 {
    padding: 16px
}

.tab-content.padding-14 {
    padding: 14px 11px
}

.tab-content.no-border.padding-14 {
    padding: 14px
}

.tab-content.padding-12 {
    padding: 12px 9px
}

.tab-content.no-border.padding-12 {
    padding: 12px
}

.tab-content.padding-10 {
    padding: 10px 8px
}

.tab-content.no-border.padding-10 {
    padding: 10px
}

.tab-content.padding-8 {
    padding: 8px 6px
}

.tab-content.no-border.padding-8 {
    padding: 8px
}

.tab-content.padding-6 {
    padding: 6px 5px
}

.tab-content.no-border.padding-6 {
    padding: 6px
}

.tab-content.padding-4 {
    padding: 4px 3px
}

.tab-content.no-border.padding-4 {
    padding: 4px
}

.tab-content.padding-2 {
    padding: 2px 2px
}

.tab-content.no-border.padding-2 {
    padding: 2px
}

.tab-content.padding-0 {
    padding: 0
}

.tab-content.no-border.padding-0 {
    padding: 0
}

.nav-tabs.padding-32 {
    padding-left: 32px
}

.tabs-right>.nav-tabs.padding-32,
.tabs-left>.nav-tabs.padding-32 {
    padding-left: 0;
    padding-top: 32px
}

.nav-tabs.padding-30 {
    padding-left: 30px
}

.tabs-right>.nav-tabs.padding-30,
.tabs-left>.nav-tabs.padding-30 {
    padding-left: 0;
    padding-top: 30px
}

.nav-tabs.padding-28 {
    padding-left: 28px
}

.tabs-right>.nav-tabs.padding-28,
.tabs-left>.nav-tabs.padding-28 {
    padding-left: 0;
    padding-top: 28px
}

.nav-tabs.padding-26 {
    padding-left: 26px
}

.tabs-right>.nav-tabs.padding-26,
.tabs-left>.nav-tabs.padding-26 {
    padding-left: 0;
    padding-top: 26px
}

.nav-tabs.padding-24 {
    padding-left: 24px
}

.tabs-right>.nav-tabs.padding-24,
.tabs-left>.nav-tabs.padding-24 {
    padding-left: 0;
    padding-top: 24px
}

.nav-tabs.padding-22 {
    padding-left: 22px
}

.tabs-right>.nav-tabs.padding-22,
.tabs-left>.nav-tabs.padding-22 {
    padding-left: 0;
    padding-top: 22px
}

.nav-tabs.padding-20 {
    padding-left: 20px
}

.tabs-right>.nav-tabs.padding-20,
.tabs-left>.nav-tabs.padding-20 {
    padding-left: 0;
    padding-top: 20px
}

.nav-tabs.padding-18 {
    padding-left: 18px
}

.tabs-right>.nav-tabs.padding-18,
.tabs-left>.nav-tabs.padding-18 {
    padding-left: 0;
    padding-top: 18px
}

.nav-tabs.padding-16 {
    padding-left: 16px
}

.tabs-right>.nav-tabs.padding-16,
.tabs-left>.nav-tabs.padding-16 {
    padding-left: 0;
    padding-top: 16px
}

.nav-tabs.padding-14 {
    padding-left: 14px
}

.tabs-right>.nav-tabs.padding-14,
.tabs-left>.nav-tabs.padding-14 {
    padding-left: 0;
    padding-top: 14px
}

.nav-tabs.padding-12 {
    padding-left: 12px
}

.tabs-right>.nav-tabs.padding-12,
.tabs-left>.nav-tabs.padding-12 {
    padding-left: 0;
    padding-top: 12px
}

.nav-tabs.padding-10 {
    padding-left: 10px
}

.tabs-right>.nav-tabs.padding-10,
.tabs-left>.nav-tabs.padding-10 {
    padding-left: 0;
    padding-top: 10px
}

.nav-tabs.padding-8 {
    padding-left: 8px
}

.tabs-right>.nav-tabs.padding-8,
.tabs-left>.nav-tabs.padding-8 {
    padding-left: 0;
    padding-top: 8px
}

.nav-tabs.padding-6 {
    padding-left: 6px
}

.tabs-right>.nav-tabs.padding-6,
.tabs-left>.nav-tabs.padding-6 {
    padding-left: 0;
    padding-top: 6px
}

.nav-tabs.padding-4 {
    padding-left: 4px
}

.tabs-right>.nav-tabs.padding-4,
.tabs-left>.nav-tabs.padding-4 {
    padding-left: 0;
    padding-top: 4px
}

.nav-tabs.padding-2 {
    padding-left: 2px
}

.tabs-right>.nav-tabs.padding-2,
.tabs-left>.nav-tabs.padding-2 {
    padding-left: 0;
    padding-top: 2px
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    outline: transparent
}

.nav-tabs.rectangular>li>a {
    border-radius: 0
}

.page-header {
    margin: 0 0 12px;
    border-bottom: 1px dotted #e2e2e2;
    padding-bottom: 16px;
    padding-top: 7px
}

.page-header:after {
    content: " ";
    display: table;
    clear: both
}

.page-header h1 {
    padding: 0;
    margin: 0 8px;
    font-size: 24px;
    /*font-weight: lighter;
    color: #2679b5;*/
    display: inline
}

.datagrid-tools {
    display: inline
}

.page-header h1 small {
    margin: 0 6px;
    font-size: 14px;
    font-weight: normal;
    color: #8089a0
}

.no-padding {
    padding: 0
}

.summary {
    padding: 0 15px
}

row.no-padding {
    padding: 0
}

row.no-padding-left {
    padding-left: 0
}

row.no-padding-right {
    padding-right: 0
}

row.no-padding-top {
    padding-top: 0
}

row.no-padding-bottom {
    padding-bottom: 0
}

[class*="col-"].no-padding {
    padding: 0
}

[class*="col-"].no-padding-left {
    padding-left: 0
}

[class*="col-"].no-padding-right {
    padding-right: 0
}

.padding-32 {
    padding: 32px
}

.padding-left-32 {
    padding-left: 32px !important
}

.padding-right-32 {
    padding-right: 32px !important
}

.padding-30 {
    padding: 30px
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.padding-28 {
    padding: 28px
}

.padding-left-28 {
    padding-left: 28px !important
}

.padding-right-28 {
    padding-right: 28px !important
}

.padding-26 {
    padding: 26px
}

.padding-left-26 {
    padding-left: 26px !important
}

.padding-right-26 {
    padding-right: 26px !important
}

.padding-24 {
    padding: 24px
}

.padding-left-24 {
    padding-left: 24px !important
}

.padding-right-24 {
    padding-right: 24px !important
}

.padding-22 {
    padding: 22px
}

.padding-left-22 {
    padding-left: 22px !important
}

.padding-right-22 {
    padding-right: 22px !important
}

.padding-20 {
    padding: 20px
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.padding-18 {
    padding: 18px
}

.padding-left-18 {
    padding-left: 18px !important
}

.padding-right-18 {
    padding-right: 18px !important
}

.padding-16 {
    padding: 16px
}

.padding-left-16 {
    padding-left: 16px !important
}

.padding-right-16 {
    padding-right: 16px !important
}

.padding-14 {
    padding: 14px
}

.padding-left-14 {
    padding-left: 14px !important
}

.padding-right-14 {
    padding-right: 14px !important
}

.padding-12 {
    padding: 12px
}

.padding-left-12 {
    padding-left: 12px !important
}

.padding-right-12 {
    padding-right: 12px !important
}

.padding-10 {
    padding: 10px
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.padding-8 {
    padding: 8px
}

.padding-left-8 {
    padding-left: 8px !important
}

.padding-right-8 {
    padding-right: 8px !important
}

.padding-6 {
    padding: 6px
}

.padding-left-6 {
    padding-left: 6px !important
}

.padding-right-6 {
    padding-right: 6px !important
}

.padding-4 {
    padding: 4px
}

.padding-left-4 {
    padding-left: 4px !important
}

.padding-right-4 {
    padding-right: 4px !important
}

.padding-2 {
    padding: 2px
}

.padding-left-2 {
    padding-left: 2px !important
}

.padding-right-2 {
    padding-right: 2px !important
}

.padding-0 {
    padding: 0
}

.padding-left-0 {
    padding-left: 0 !important
}

.padding-right-0 {
    padding-right: 0 !important
}

.no-padding {
    padding: 0
}

h1 {
    font-size: 32px;
    font-weight: normal;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif
}

h1.smaller {
    font-size: 31px
}

h1.bigger {
    font-size: 33px
}

h1.lighter {
    font-weight: lighter
}

h1.block {
    margin-bottom: 16px
}

h2 {
    font-size: 26px;
    font-weight: normal;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif
}

h2.smaller {
    font-size: 25px
}

h2.bigger {
    font-size: 27px
}

h2.lighter {
    font-weight: lighter
}

h2.block {
    margin-bottom: 16px
}

h3 {
    font-size: 22px;
    font-weight: normal;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif
}

h3.smaller {
    font-size: 21px
}

h3.bigger {
    font-size: 23px
}

h3.lighter {
    font-weight: lighter
}

h3.block {
    margin-bottom: 16px
}

h4 {
    font-size: 18px;
    font-weight: normal;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif
}

h4.smaller {
    font-size: 17px
}

h4.bigger {
    font-size: 19px
}

h4.lighter {
    font-weight: lighter
}

h4.block {
    margin-bottom: 16px
}

h5 {
    font-size: 15px;
    font-weight: normal;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif
}

h5.smaller {
    font-size: 14px
}

h5.bigger {
    font-size: 16px
}

h5.lighter {
    font-weight: lighter
}

h5.block {
    margin-bottom: 16px
}

h6 {
    font-size: 13px;
    font-weight: normal;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif
}

h6.smaller {
    font-size: 12px
}

h6.bigger {
    font-size: 14px
}

h6.lighter {
    font-weight: lighter
}

h6.block {
    margin-bottom: 16px
}

.side-menu .nav-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.side-menu .nav-list ul {
    padding-left: 0
}

.side-menu .nav-list .sidemenu-element {
    display: block;
    padding: 0;
    margin: 0;
    /*border-bottom: 1px solid #e2e2e2;*/

    position: relative
}


.side-menu .nav-list .sidemenu-element.selected:hover {
   /* border-color: #3382af;
    border-image: none;
    border-style: solid;
    border-width: 0 2px 0 0;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    right: -2px;
    top: 0;
    z-index: 1*/
    /*left: 2px;
    border-left: 0px solid transparent;*/
}

.side-menu .nav-list .sidemenu-element.selected:not(.open)>.sidemenu-header:after {
    /*border-color: rgba(0, 0, 0, 0) #3C8DBC rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);*/
    /*border-color: #3C8DBC;*/
    /*border-image: none;
    border-style: solid;
    border-width: 10px 6px;
    content: "";
    display: block;
    position: absolute !important;
    right: 0;
    top: 8px;*/

}

.side-menu .nav-list .sidemenu-element .sidemenu-header {
    /*color: #585858;*/
    /*color: #f5f5f5;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    height: 38px;
    line-height: 36px;
    padding: 0 0 0 7px;
    display: block;
    border-left: 3px solid transparent;*/
}

/*.side-menu .nav-list .sidemenu-element .sidemenu-header:hover:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    max-width: 3px;
    height: 100%;
    overflow: hidden;
    background-color: #1E282C;
    border-left: 3px solid #3C8DBC;
}*/
.side-menu .nav-list .sidemenu-element .sidemenu-header:hover {
    /*//border-left: 3px solid #3C8DBC;*/
}

.side-menu .nav-list .sidemenu-element .sidemenu-header.active:after {
    /*border-color: rgba(0, 0, 0, 0) #3C8DBC rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 10px 6px;
    content: "";
    display: block;
    position: absolute !important;
    right: 0;
    top: 8px;*/
    /*border-left: 3px solid #3C8DBC;*/
}

/* menu */

.side-menu .nav-list .sidemenu-element.selected {
    /*border-color: #3382af;
    border-image: none;
    border-style: solid;
    border-width: 0 2px 0 0;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;

    top: 0;
    z-index: 1*/
    border-left: 3px solid #3C8DBC;
    /*right: -2px;*/
}
.side-menu .nav-list .sidemenu-element .sidemenu-header.active{
    border-left: 3px solid #3C8DBC;
    /*right: -2px;*/
}
.side-menu .nav-list .sidemenu-element .sidemenu-header {
    /*color: #585858;*/
    color: #f5f5f5;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    height: 38px;
    line-height: 36px;
    padding: 0 0 0 7px;
    display: block;
    /*border-left: 3px solid transparent;*/
}




.side-menu .nav-list .sidemenu-element .sidemenu-header a,
.side-menu .nav-list .sidemenu-element .sidemenu-header .shortcutss {
    display: inline;
    vertical-align: middle;
    /*border-left: 3px solid #3C8DBC;*/
}

.side-menu .nav-list .sidemenu-element .sidemenu-header a {
    color: #b8c7ce;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    outline: transparent
}

.side-menu .nav-list .sidemenu-element .sidemenu-header:hover,
.side-menu .nav-list .sidemenu-element .sidemenu-header:hover a,
.side-menu .nav-list .sidemenu-element .sidemenu-header:hover .shortcut {
    background-color: #1E282C;
    border-color: #428bca;
    color: white;

}

.side-menu .nav-list .sidemenu-element .sidemenu-header .shortcutss{
    float: right;
    margin-right: 8px;
    /*border-left: 3px solid #3C8DBC;*/
}

.side-menu .nav-list .sidemenu-element .sidemenu-header .shortcutss a {
    color: #ccc;
    padding: 5px 0
}

.side-menu .nav-list .sidemenu-element .sidemenu-header .shortcutss:after {
    content: " ";
    clear: both;
    display: block
}

.side-menu .nav-list .sidedown.open>.sidedown-menu {
    display: block
}

.side-menu .nav-list .sidedown.open>.sidedown-menu .sidemenu-header,
.side-menu .nav-list .sidedown.open>.sidedown-menu a {
    background-color: #2C3B41;
}

.side-menu .nav-list .sidedown-menu {
    position: relative;
    display: none;
    /*min-width: 200px;*/
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    background-color: #2C3B41;
    color: #8aa4af;
    /*border-top: 1px solid #e2e2e2;*/
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: inherit
}

.side-menu .nav-list .sidedown-menu>.sidemenu-element {
    border-right: 1px solid #ccc
}

.side-menu .nav-list .sidedown-menu>.sidemenu-element:last-child {
    border-bottom-width: 0
}

.side-menu .nav-list .sidedown-menu>.sidemenu-element>.sidemenu-header {
    padding-left: 24px
}

.side-menu .nav-list .sidedown-menu>.sidemenu-element>.sidemenu-header a {
    padding-right: 5px
}

.side-menu .sidebar-shortcuts {
    min-height: 39px;
    line-height: 37px;
    /*background-color: #f9f9f9;*/
    color: #585858;
    font-size: 13px;
    /*border-bottom: 1px solid #e2e2e2;*/
    padding: 2px
}

.side-menu .sidebar-shortcuts-large {
    text-align: center
}

.side-menu .sidebar-shortcuts-large>.btn {
    width: 30px;
    line-height: 24px;
    margin-top: -2px;
    padding: 0;
    border-width: 1px;
    text-align: center
}

.side-menu .sidebar-shortcuts-large>.btn>[class*="icon-"] {
    margin: 0
}

.side-menu .sidebar-shortcuts-mini {
    display: none;
    font-size: 0;
    line-height: 18px;
    padding-top: 2px;
    padding-bottom: 2px
}

.side-menu .sidebar-shortcuts-mini>.btn {
    border-width: 0 !important;
    font-size: 0;
    line-height: 0;
    padding: 8px !important;
    margin: 0 1px;
    border-radius: 0 !important;
    opacity: .85;
    filter: alpha(opacity=85)
}

.side-menu .sidebar-toggler {
    min-height: 39px;
    line-height: 37px;
    padding: 0 0 0 7px;
    /*background-color: #f9f9f9;*/
    color: #585858;
    text-shadow: none !important;
    font-size: 13px;
    /*border-bottom: 1px solid #e2e2e2;*/
    padding-right: 10px;
    padding-left: 10px
}

.side-menu .sidebar-toggler .pull-right {
    margin-right: 5px
}

.side-menu .menu-toggler {
    display: inline-block;
    text-decoration: none;
    position: relative;
    outline: transparent
}


.side-menu .nav-list>.sidemenu-element>.sidedown-menu>.sidemenu-element:before {
    /*border-top: 1px dotted #9dbdd6;*/
    content: "";
    display: inline-block;
    left: 16px;
    position: absolute;
    top: 19px;
    width: 6px;
    z-index: 1029
}

.side-menu .nav-list>.sidemenu-element>.sidedown-menu:before {
    /*border-left: 1px solid #9dbdd6;*/
    content: "";
    display: inline-block;
    left: 16px;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1029
}

@media only screen and (min-width:992px) {
    .sidebar-min .hidden-sidebar-min {
        display: none
    }
    .sidebar-min .sidebar-shortcuts {
        position: relative
    }
    .sidebar-min .sidebar-shortcuts-mini {
        display: block
    }
    .sidebar-min .sidebar-shortcuts-large {
        display: none;
        position: absolute;
        z-index: 20;
        top: -1px;
        left: 44px;
        width: 192px;
        padding: 0 2px 1px;
        background-color: #fff;
        -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
        border: 1px solid #ccc
    }
    .sidebar-min .sidebar-shortcuts:hover .sidebar-shortcuts-large {
        display: block
    }
    .sidebar.sidebar-min {
        width: 45px
    }
    .sidebar.sidebar-min:before {
        width: 45px
    }
    .sidebar.sidebar-min+.content {
        margin-left: 45px
    }
    .sidebar.sidebar-min+.content .navbar-fixed-top {
        left: 45px
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element.selected:after {
        border-color: #3382af;
        border-image: none;
        border-style: solid;
        border-width: 0 2px 0 0;
        bottom: 0;
        content: "";
        display: inline-block;
        position: absolute;
        right: -2px;
        top: 0;
        z-index: 1
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element.selected>.sidemenu-header:after {
        border-color: rgba(0, 0, 0, 0) #3382af rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        border-image: none;
        border-style: solid;
        border-width: 10px 6px;
        content: "";
        display: block;
        position: absolute !important;
        right: 0;
        top: 8px
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidedown-menu {
        background: #fff;
        position: absolute;
        z-index: 120;
        left: 44px;
        top: -1px;
        width: 200px;
        border: 1px solid #ccc;
        -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
        padding-top: 40px;
        padding-bottom: 2px;
        display: none !important
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidedown-menu:before {
        display: none
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidedown-menu li.sidemenu-element {
        border: 0
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidedown-menu li.sidemenu-element:before {
        display: none
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidedown-menu li.sidemenu-element>a.sidemenu-element,
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidedown-menu li.sidemenu-element>div.sidemenu-element {
        background-color: #fff;
        margin-left: 0;
        padding-left: 24px
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidedown-menu li.sidemenu-element>a.sidemenu-element>[class*="icon-"]:first-child,
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidedown-menu li.sidemenu-element>div.sidemenu-element>[class*="icon-"]:first-child {
        left: 4px
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidemenu-header .menu-text,
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidemenu-header .shortcuts,
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidemenu-header .icon-angle-down {
        display: none
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidemenu-header .menu-text {
        position: absolute;
        left: 38px;
        top: -10px;
        width: 198px;
        height: 40px;
        line-height: 38px;
        background-color: #f5f5f5;
        z-index: 121;
        border: 1px solid #ccc;
        border-width: 1px 0 1px 0;
        padding-left: 12px
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidemenu-header .shortcuts {
        position: absolute;
        left: 195px;
        top: -1px;
        width: 50px;
        height: 40px;
        line-height: 38px;
        z-index: 121
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidemenu-header .shortcuts a {
        background-color: #f5f5f5
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidemenu-header.sidedown-toggle .menu-text {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ddd;
        top: -10px;
        left: 45px;
        width: 198px
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element .sidemenu-header:hover:before {
        width: 2px
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element:hover .sidemenu-header .menu-text,
    .sidebar-min .side-menu .nav-list .sidemenu-element:hover .shortcuts,
    .sidebar-min .side-menu .nav-list .sidemenu-element:hover .sidedown-menu,
    .sidebar-min .side-menu .nav-list .sidemenu-element:hover .sidemenu-element {
        display: block !important
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element:hover.selected:after {
        display: none
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element:hover.selected>.sidemenu-header:after {
        display: none
    }
    .sidebar-min .side-menu .nav-list .sidemenu-element:hover .sidedown-menu:after {
        border-color: #3382af;
        border-image: none;
        border-style: solid;
        border-width: 0 2px 0 0;
        bottom: 0;
        content: "";
        display: inline-block;
        position: absolute;
        right: -2px;
        top: 0;
        z-index: 1
    }
}

.progress {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #dadada;
    height: 18px
}

.progress .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 18px
}

.progress[data-percent] {
    position: relative
}

.progress[data-percent]:after {
    display: inline-block;
    content: attr(data-percent);
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    font-family: Verdana
}

.progress.progress-yellow[data-percent]:after {
    color: #963
}

.progress.progress-sm {
    height: 12px
}

.progress.progress-sm .progress-bar {
    line-height: 10px;
    font-size: 11px
}

.progress.progress-sm[data-percent]:after {
    line-height: 10px;
    font-size: 11px
}

.progress.progress-xs {
    height: 9px
}

.progress.progress-xs .progress-bar {
    line-height: 8px;
    font-size: 11px
}

.progress.progress-xs[data-percent]:after {
    line-height: 8px;
    font-size: 11px
}

.progress {
    position: relative
}

.progress:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: radial-gradient(9px 9px 0, circle cover, #0ff 0, rgba(0, 0, 255, 0) 100%, #00f 95%)
}

.progress.progress-right .progress-bar {
    float: right
}

.widget-tools .progress {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 150px
}

.modal-fullscreen {
    width: 90%;
    margin: 20px auto;
    overflow: auto
}

.modal-fullscreen .modal-dialog {
    width: auto
}

.callout {
    padding: 15px;
    margin-bottom: 20px;
    border-left: 5px solid transparent;
    border-radius: 0
}

.callout h4 {
    margin-top: 0;
    color: inherit
}

.callout .callout-link {
    font-weight: bold
}

.callout>p,
.callout>ul {
    margin-bottom: 0
}

.callout>p+p {
    margin-top: 5px
}

.callout-dismissable {
    padding-right: 35px
}

.callout-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.callout-success {
    background-color: #dff0d8;
    border-color: #c1e2b3;
    color: #3c763d
}

.callout-success hr {
    border-top-color: #b2dba1
}

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

.callout-info {
    background-color: #d9edf7;
    border-color: #afd9ee;
    color: #31708f
}

.callout-info hr {
    border-top-color: #9acfea
}

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

.callout-warning {
    background-color: #fcf8e3;
    border-color: #f7ecb5;
    color: #8a6d3b
}

.callout-warning hr {
    border-top-color: #f5e79e
}

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

.callout-danger {
    background-color: #f2dede;
    border-color: #e4b9b9;
    color: #a94442
}

.callout-danger hr {
    border-top-color: #dca7a7
}

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

.panel {
    margin-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 10px
}

.panel-body.padding-32 {
    padding: 32px
}

.panel-body.padding-30 {
    padding: 30px
}

.panel-body.padding-28 {
    padding: 28px
}

.panel-body.padding-26 {
    padding: 26px
}

.panel-body.padding-24 {
    padding: 24px
}

.panel-body.padding-22 {
    padding: 22px
}

.panel-body.padding-20 {
    padding: 20px
}

.panel-body.padding-18 {
    padding: 18px
}

.panel-body.padding-16 {
    padding: 16px
}

.panel-body.padding-14 {
    padding: 14px
}

.panel-body.padding-12 {
    padding: 12px
}

.panel-body.padding-10 {
    padding: 10px
}

.panel-body.padding-8 {
    padding: 8px
}

.panel-body.padding-6 {
    padding: 6px
}

.panel-body.padding-4 {
    padding: 4px
}

.panel-body.padding-2 {
    padding: 2px
}

.panel-body.padding-0 {
    padding: 0
}

.panel-body.no-padding {
    padding: 0
}

.panel-body.no-padding>.table-bordered {
    border: 0 none
}

.panel-body.no-padding>.table-bordered tbody tr td:last-child,
.panel-body.no-padding>.table-bordered thead tr th:last-child {
    border-right-width: 0
}

.panel-body.no-padding>.table-bordered tbody tr td:first-child,
.panel-body.no-padding>.table-bordered thead tr th:first-child {
    border-left-width: 0
}

.panel-body.no-padding>.table-bordered tbody tr:last-child td {
    border-bottom-width: 0 !important
}

.panel-body>.table:first-child {
    margin-bottom: 0
}

.panel-heading {
    padding: 10px 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-title {
    font-size: 16px;
    font-weight: 200
}

.panel-title a,
.panel-title a:hover,
.panel-title a:focus {
    text-decoration: none;
    outline: transparent
}

.panel-footer {
    padding: 10px 10px;
    background-color: #ececec;
    border-top: 1px solid #ccc;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

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

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 0
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 0
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 0
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 0
}

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

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-top-width: 0
}

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

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ccc
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ccc
}

.widget-container .panel-group {
    margin-bottom: 0
}

.pane {
    position: absolute;
    top: 5px;
    right: 0;
    transition: right .1s ease-out 0;
    min-height: 30px;
    z-index: 5;
    min-width: 30px
}

.pane>.pane-controls {
    background: none repeat scroll 0 0 #f1da91;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    display: block;
    min-height: 30px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    width: 30px
}

.pane>.pane-controls:before {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-color: transparent
}

.pane>.pane-controls .control {
    font-size: 18px;
    text-decoration: none;
    outline: transparent;
    color: #333
}

.pane>.pane-body {
    padding: 3px 5px;
    background: none repeat scroll 0 0 #f1da91;
    margin-left: 30px;
    position: relative;
    width: 200px;
    font-size: 12px
}

.pane>.pane-body .panel,
.pane>.pane-body [class*=panel] {
    background-color: transparent;
    color: #333
}

.pane>.pane-body .panel {
    border-left-width: 0;
    border-right-width: 0;
    color: #333
}

.pane>.pane-body .panel:last-child {
    border-bottom-width: 0
}

.pane>.pane-body .panel .panel-body {
    background-color: #f7e9be
}

.pane>.pane-body .panel-group {
    margin: 0;
    color: #333
}

.label {
    display: inline-block;
    border-radius: 0;
    text-shadow: none;
    font-weight: normal
}

.label[class*="col-"][class*="arrow"] {
    min-height: 0
}

.label.rounded {
    border-radius: 0
}

.label>span,
.label>[class*="icon-"] {
    line-height: 1;
    vertical-align: bottom
}

.label-transparent {
    background-color: transparent
}

.label.label-lg {
    padding: .3em .6em .4em;
    font-size: 13px;
    line-height: 1.1
}

.label.label-xlg {
    padding: .3em .7em .4em;
    font-size: 14px;
    line-height: 1.4
}

.label.label-sm {
    padding: .2em .4em .3em;
    font-size: 11px;
    line-height: 1
}

.badge {
    color: #fff !important
}

.badge.no-radius {
    border-radius: 0
}

.badge.radius-1 {
    border-radius: 1px
}

.badge.radius-2 {
    border-radius: 2px
}

.badge.radius-3 {
    border-radius: 3px
}

.badge.radius-4 {
    border-radius: 4px
}

.badge.radius-5 {
    border-radius: 5px
}

.badge.radius-6 {
    border-radius: 6px
}

.badge-transparent {
    background-color: transparent
}

th,
td,
.table-bordered {
    border-radius: 0 !important
}

.table thead tr {
    color: #707070;
    font-weight: normal;
    background: #fff;
    /*background-image: -webkit-linear-gradient(top, #f8f8f8 0, #ececec 100%);*/
    /*background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);*/
    /*background-repeat: repeat-x;*/
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0)*/
}

.table thead tr th {
    border-color: #DDD;
    font-weight: bold;
    /*text-align: center;*/
}

.table thead tr th [class*="icon-sort"] {
    float: right;
}

.table thead tr th [class*="icon-"]:first-child {
    margin-right: 2px
}

.table thead tr th:first-child {
    border-left-color: #f1f1f1
}

.table thead tr th:left-child {
    border-right-color: #f1f1f1
}

.table.table-bordered thead tr th {
    vertical-align: middle
}

.table.table-bordered thead tr th:first-child {
    //border-left-color: #DDD
}

th.center,
td.center {
    text-align: center
}

th .lbl,
td .lbl {
    margin-bottom: 0
}

th .lbl:only-child,
td .lbl:only-child {
    vertical-align: top
}

.table-header {
    background-color: #669fc7;
    color: #FFF
}

.table-header .close {
    margin-right: 8px;
    margin-top: 0;
    opacity: .45;
    filter: alpha(opacity=45)
}

.table-header .close:hover {
    opacity: .75;
    filter: alpha(opacity=75)
}

tbody .datagrid-row,
tbody .datagrid-row>td,
tbody .datagrid-row>th {
    /*background-color: #f9f9f9 !important;*/
    color: #000 !important
}

tbody .datagrid-preview,
tbody .datagrid-preview>td,
tbody .datagrid-preview>th {
    background-color: #fff !important
}

tbody .to-right {
  float: right;
}

.navbar-uppercase li a {
    text-transform: uppercase
}

.navbar-page {
    margin: 0 !important
}

.navbar-page>li {
    border-left: 1px solid #DDD;
    padding: 0;
    position: relative;
    float: left !important
}

.navbar-page>li:first-child {
    border-left: 0
}

.navbar-page>li>a {
    color: #FFF;
    display: block;
    line-height: inherit;
    text-align: center;
    height: 100%;
    width: auto;
    min-width: 50px;
    padding: 0 8px;
    position: relative
}

.navbar-page>li>a>[class*="icon-"] {
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    width: 20px;
    text-align: center
}

.navbar-page>li>a>.badge {
    position: relative;
    top: -4px;
    left: 2px;
    padding-right: 5px;
    padding-left: 5px
}

.navbar-page>li.open>a {
    color: #FFF !important
}

.navbar-page>li.grey>a {
    background-color: #555
}

.navbar-page>li.grey>a:hover,
.navbar-page>li.grey>a:focus {
    background-color: #4b4b4b
}

.navbar-page>li.open.grey>a {
    background-color: #4b4b4b !important
}

.navbar-page>li.purple>a {
    background-color: #892e65
}

.navbar-page>li.purple>a:hover,
.navbar-page>li.purple>a:focus {
    background-color: #762c59
}

.navbar-page>li.open.purple>a {
    background-color: #762c59 !important
}

.navbar-page>li.green>a {
    background-color: #2e8965
}

.navbar-page>li.green>a:hover,
.navbar-page>li.green>a:focus {
    background-color: #2c7659
}

.navbar-page>li.open.green>a {
    background-color: #2c7659 !important
}

.navbar-page>li.light-blue>a {
    background-color: #62a8d1
}

.navbar-page>li.light-blue>a:hover,
.navbar-page>li.light-blue>a:focus {
    background-color: #579ec8
}

.navbar-page>li.open.light-blue>a {
    background-color: #579ec8 !important
}

.navbar-page>li.light-blue2>a {
    background-color: #42a8e1
}

.navbar-page>li.light-blue2>a:hover,
.navbar-page>li.light-blue2>a:focus {
    background-color: #359fd9
}

.navbar-page>li.open.light-blue2>a {
    background-color: #359fd9 !important
}

.navbar-page>li.red>a {
    background-color: #b74635
}

.navbar-page>li.red>a:hover,
.navbar-page>li.red>a:focus {
    background-color: #a34335
}

.navbar-page>li.open.red>a {
    background-color: #a34335 !important
}

.navbar-page>li.light-green>a {
    background-color: #9abc32
}

.navbar-page>li.light-green>a:hover,
.navbar-page>li.light-green>a:focus {
    background-color: #8ba832
}

.navbar-page>li.open.light-green>a {
    background-color: #8ba832 !important
}

.navbar-page>li.light-purple>a {
    background-color: #cb6fd7
}

.navbar-page>li.light-purple>a:hover,
.navbar-page>li.light-purple>a:focus {
    background-color: #c263ce
}

.navbar-page>li.open.light-purple>a {
    background-color: #c263ce !important
}

.navbar-page>li.light-orange>a {
    background-color: #f79263
}

.navbar-page>li.light-orange>a:hover,
.navbar-page>li.light-orange>a:focus {
    background-color: #f28653
}

.navbar-page>li.open.light-orange>a {
    background-color: #f28653 !important
}

.navbar-page>li.light-pink>a {
    background-color: #f4dae5
}

.navbar-page>li.light-pink>a:hover,
.navbar-page>li.light-pink>a:focus {
    background-color: #eeccda
}

.navbar-page>li.open.light-pink>a {
    background-color: #eeccda !important
}

.navbar-page>li.dark>a {
    background-color: #404040
}

.navbar-page>li.dark>a:hover,
.navbar-page>li.dark>a:focus {
    background-color: #363636
}

.navbar-page>li.open.dark>a {
    background-color: #363636 !important
}

.navbar-page>li.white-opaque>a {
    background-color: rgba(255, 255, 255, 0.8)
}

.navbar-page>li.white-opaque>a:hover,
.navbar-page>li.white-opaque>a:focus {
    background-color: rgba(245, 245, 245, 0.8)
}

.navbar-page>li.open.white-opaque>a {
    background-color: rgba(245, 245, 245, 0.8) !important
}

.navbar-page>li.dark-opaque>a {
    background-color: rgba(0, 0, 0, 0.2)
}

.navbar-page>li.dark-opaque>a:hover,
.navbar-page>li.dark-opaque>a:focus {
    background-color: rgba(0, 0, 0, 0.2)
}

.navbar-page>li.open.dark-opaque>a {
    background-color: rgba(0, 0, 0, 0.2) !important
}

.navbar-page>li.margin-4 {
    margin-left: 4px
}

.navbar-page>li.margin-3 {
    margin-left: 3px
}

.navbar-page>li.margin-2 {
    margin-left: 2px
}

.navbar-page>li.margin-1 {
    margin-left: 1px
}

.navbar-page>li.no-border {
    border: none !important
}

.navbar-page>li .dropdown-menu {
    z-index: 1031
}

.navbar-page .nav-user-photo {
    margin: -4px 8px 0 0;
    border-radius: 100%;
    border: 2px solid #FFF;
    max-width: 40px
}

.navbar-page li:last-child a [class^="icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center
}

.dropdown-navbar {
    padding: 0;
    min-width: 240px;
    -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
    box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
    border-color: #bcd4e5
}

.dropdown-navbar>li {
    padding: 10px 8px;
    background-color: #fff
}

.dropdown-navbar>li.dropdown-header {
    text-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 34px;
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    border-bottom: 1px solid
}

.dropdown-navbar>li>[class*="icon-"],
.dropdown-navbar>li>a>[class*="icon-"] {
    margin-right: 5px !important;
    color: #555;
    font-size: 14px
}

.dropdown-navbar>li>a {
    padding: 10px 2px;
    margin: 0;
    border-bottom: 1px solid;
    font-size: 12px;
    line-height: 16px;
    color: #555
}

.dropdown-navbar>li>a:active,
.dropdown-navbar>li>a:hover,
.dropdown-navbar>li>a:focus {
    background-color: transparent !important;
    color: #555
}

.dropdown-navbar>li>a .progress {
    margin-bottom: 0;
    margin-top: 4px
}

.dropdown-navbar>li>a .badge {
    line-height: 16px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px
}

.dropdown-navbar>li:last-child>a {
    border-bottom: 0 solid #DDD;
    border-top: 1px dotted transparent;
    color: #4f99c6;
    text-align: center;
    font-size: 13px
}

.dropdown-navbar>li:last-child>a:hover {
    background-color: #FFF;
    color: #4f99c6;
    text-decoration: underline
}

.dropdown-navbar>li:last-child>a:hover>[class*="icon-"] {
    text-decoration: none
}

.dropdown-navbar>li:hover {
    background-color: #f4f9fc !important
}

.dropdown-navbar>li.dropdown-header {
    background-color: #ecf2f7 !important;
    color: #8090a0;
    border-bottom-color: #bcd4e5
}

.dropdown-navbar>li.dropdown-header>[class*="icon-"] {
    color: #8090a0
}

.dropdown-navbar>li>a {
    border-bottom-color: #e4ecf3
}

.dropdown-navbar.navbar-pink {
    border-color: #e5bcd4
}

.dropdown-navbar.navbar-pink>li:hover {
    background-color: #fcf4f9 !important
}

.dropdown-navbar.navbar-pink>li.dropdown-header {
    background-color: #f7ecf2 !important;
    color: #b471a0;
    border-bottom-color: #e5bcd4
}

.dropdown-navbar.navbar-pink>li.dropdown-header>[class*="icon-"] {
    color: #c06090
}

.dropdown-navbar.navbar-pink>li>a {
    border-bottom-color: #f3e4ec
}

.dropdown-navbar.navbar-grey {
    border-color: #e5e5e5
}

.dropdown-navbar.navbar-grey>li:hover {
    background-color: #f8f8f8 !important
}

.dropdown-navbar.navbar-grey>li.dropdown-header {
    background-color: #f2f2f2 !important;
    color: #3a87ad;
    border-bottom-color: #e5e5e5
}

.dropdown-navbar.navbar-grey>li.dropdown-header>[class*="icon-"] {
    color: #3a87ad
}

.dropdown-navbar.navbar-grey>li>a {
    border-bottom-color: #eee
}

.dropdown-navbar.navbar-green {
    border-color: #b4d5ac
}

.dropdown-navbar.navbar-green>li:hover {
    background-color: #f4f9ef !important
}

.dropdown-navbar.navbar-green>li.dropdown-header {
    background-color: #ebf7e4 !important;
    color: #8a6;
    border-bottom-color: #b4d5ac
}

.dropdown-navbar.navbar-green>li.dropdown-header>[class*="icon-"] {
    color: #90c060
}

.dropdown-navbar.navbar-green>li>a {
    border-bottom-color: #ecf3e4
}

.dropdown-navbar [class*="btn"][class*="icon-"] {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 24px;
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

.dropdown-navbar .msg-photo {
    margin-right: 6px;
    max-width: 42px
}

.dropdown-navbar .msg-body {
    display: inline-block;
    line-height: 20px;
    white-space: normal;
    vertical-align: middle;
    max-width: 175px
}

.dropdown-navbar .msg-title {
    display: inline-block;
    line-height: 14px
}

.dropdown-navbar .msg-time {
    display: block;
    font-size: 11px;
    color: #777
}

.dropdown-navbar .msg-time>[class*="icon-"] {
    font-size: 14px;
    color: #555
}

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

.carousel-control .icon-prev,
.carousel-control .icon-chevron-left {
    left: 50%
}

.carousel-control .icon-next,
.carousel-control .icon-chevron-right {
    right: 50%
}

.carousel-caption h1 {
    font-size: 38px
}

.carousel-caption h2 {
    font-size: 28px;
    font-weight: lighter
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: inherit
}

.service-group {
    margin: 20px 0
}

.service-group:after {
    content: "  ";
    clear: both;
    display: block
}

.service-group .services {
    padding: 0;
    width: 100%
}

.service-group .services .service-item {
    background: none repeat scroll 0 0 #eee;
    color: #888;
    float: left;
    height: 100px;
    list-style-type: none;
    padding: 20px;
    width: 20%
}

.service-group .services .service-item,
.service-group .services .service-item:hover {
    transition: width .3s ease 0
}

.service-group .services .service-item .service-icon {
    text-align: center
}

.service-group .services .service-item .service-body {
    margin: 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center
}

.service-group .services .service-item .service-body .service-buttons {
    visibility: hidden;
    color: #428bca;
    text-decoration: none
}

.service-group .services:hover .service-item {
    width: 17.5%
}

.service-group .services:hover .service-item:hover {
    background: none repeat scroll 0 0 #69d2e7;
    color: #fff;
    cursor: pointer;
    width: 30%
}

.service-group .services:hover .service-item:hover .service-body {
    text-align: left
}

.service-group .services:hover .service-item:hover .service-buttons {
    visibility: visible
}

.service-group .services:hover .service-item:hover .service-icon {
    float: left;
    line-height: 60px;
    margin: 0 20px 0 5px
}

footer {
    margin-top: 20px
}

footer .contact-info {
    background: none repeat scroll 0 0 #3e7a8c;
    color: #fff;
    font-weight: 300;
    padding: 20px 0
}

footer .headline {
    font-weight: 100;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px dotted #fff
}

footer a,
footer a:hover,
footer a:focus {
    color: #81d685;
    text-decoration: none;
    outline: transparent
}

footer .hero {
    padding: 20px 30px;
    background-color: #515151;
    font-size: 18px;
    color: #FFF;
    font-weight: lighter
}

footer .hero p {
    font-weight: lighter;
    text-align: center
}

footer .legal {
    background: none repeat scroll 0 0 #386f80;
    color: #fff;
    font-weight: 300;
    padding: 20px 0 10px
}

footer .legal a {
    color: #81d685;
    text-decoration: none
}

footer .legal p {
    display: inline
}

footer .legal ul {
    float: right;
    list-style-type: none;
    margin-right: 0
}

footer .legal ul a {
    color: #efefef;
    float: left;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px
}

footer .legal ul li {
    display: inline
}

.social-group {
    background: none repeat scroll 0 0 #3e7a8c;
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 0
}

.social-group:after {
    content: "  ";
    clear: both;
    display: block
}

.social-group .social-item {
    background: none repeat scroll 0 0 #eee;
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    list-style-type: none;
    margin: 0 5px 5px 0;
    text-align: center;
    width: 28px
}

.social-group .social-item,
.social-group .social-item:hover {
    transition: background .1s ease 0
}

.social-group .social-item:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0)
}

.social-group .social-item>.social-btn {
    color: #3e7a8c
}

.social-group .social-item>.social-btn:hover {
    color: #eee
}

.infobox-container {
    text-align: center;
    font-size: 0
}

.infobox {
    display: inline-block;
    width: 210px;
    height: 66px;
    color: #555;
    background-color: #FFF;
    box-shadow: none;
    border-radius: 0;
    margin: -1px 0 0 -1px;
    padding: 8px 3px 6px 9px;
    border: 1px dotted;
    border-color: #d8d8d8 !important;
    vertical-align: middle;
    text-align: left;
    position: relative
}

.infobox>.infobox-icon {
    display: inline-block;
    vertical-align: top;
    width: 44px
}

.infobox>.infobox-icon>[class*="icon-"] {
    display: inline-block;
    height: 42px;
    margin: 0;
    padding: 1px 1px 0 2px;
    background-color: transparent;
    border: 0;
    text-align: center;
    position: relative;
    border-radius: 100%;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}

.infobox>.infobox-icon>[class*="icon-"]:before {
    font-size: 24px;
    display: block;
    padding: 6px 0 7px;
    width: 40px;
    text-align: center;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14)
}

.infobox .infobox-content {
    color: #555
}

.infobox .infobox-content:first-child {
    font-weight: bold
}

.infobox .infobox-content.infobox-content-small {
    font-size: 70%
}

.infobox>.infobox-data {
    display: inline-block;
    border: 0;
    border-top-width: 0;
    font-size: 18px;
    text-align: left;
    line-height: 20px;
    padding-left: 8px;
    position: relative;
    top: 8px
}

.infobox>.infobox-data>.infobox-data-number {
    display: block;
    font-size: 22px;
    margin: 2px 0 4px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15)
}

.infobox>.infobox-data>.infobox-text {
    display: block;
    font-size: 16px;
    margin: 2px 0 4px;
    position: relative;
    text-shadow: none
}

.infobox.no-border {
    border: none !important
}

@media only screen and (max-width:460px) {
    .infobox {
        min-width: 95%;
        margin-top: 2px;
        margin-bottom: 2px
    }
}

.infobox-purple {
    color: #6f3cc4;
    border-color: #6f3cc4
}

.infobox-purple>.infobox-icon>[class*="icon-"] {
    background-color: #6f3cc4
}

.infobox-purple.infobox-dark {
    background-color: #6f3cc4;
    border-color: #6f3cc4
}

.infobox-purple2 {
    color: #5f47b0;
    border-color: #5f47b0
}

.infobox-purple2>.infobox-icon>[class*="icon-"] {
    background-color: #5f47b0
}

.infobox-purple2.infobox-dark {
    background-color: #5f47b0;
    border-color: #5f47b0
}

.infobox-pink {
    color: #cb6fd7;
    border-color: #cb6fd7
}

.infobox-pink>.infobox-icon>[class*="icon-"] {
    background-color: #cb6fd7
}

.infobox-pink.infobox-dark {
    background-color: #cb6fd7;
    border-color: #cb6fd7
}

.infobox-blue {
    color: #6fb3e0;
    border-color: #6fb3e0
}

.infobox-blue>.infobox-icon>[class*="icon-"] {
    background-color: #6fb3e0
}

.infobox-blue.infobox-dark {
    background-color: #6fb3e0;
    border-color: #6fb3e0
}

.infobox-blue2 {
    color: #3983c2;
    border-color: #3983c2
}

.infobox-blue2>.infobox-icon>[class*="icon-"] {
    background-color: #3983c2
}

.infobox-blue2.infobox-dark {
    background-color: #3983c2;
    border-color: #3983c2
}

.infobox-blue3 {
    color: #1144eb;
    border-color: #1144eb
}

.infobox-blue3>.infobox-icon>[class*="icon-"] {
    background-color: #1144eb
}

.infobox-blue3.infobox-dark {
    background-color: #1144eb;
    border-color: #1144eb
}

.infobox-red {
    color: #d53f40;
    border-color: #d53f40
}

.infobox-red>.infobox-icon>[class*="icon-"] {
    background-color: #d53f40
}

.infobox-red.infobox-dark {
    background-color: #d53f40;
    border-color: #d53f40
}

.infobox-brown {
    color: #c67a3e;
    border-color: #c67a3e
}

.infobox-brown>.infobox-icon>[class*="icon-"] {
    background-color: #c67a3e
}

.infobox-brown.infobox-dark {
    background-color: #c67a3e;
    border-color: #c67a3e
}

.infobox-wood {
    color: #7b3f25;
    border-color: #7b3f25
}

.infobox-wood>.infobox-icon>[class*="icon-"] {
    background-color: #7b3f25
}

.infobox-wood.infobox-dark {
    background-color: #7b3f25;
    border-color: #7b3f25
}

.infobox-light-brown {
    color: #cebea5;
    border-color: #cebea5
}

.infobox-light-brown>.infobox-icon>[class*="icon-"] {
    background-color: #cebea5
}

.infobox-light-brown.infobox-dark {
    background-color: #cebea5;
    border-color: #cebea5
}

.infobox-orange {
    color: #e8b110;
    border-color: #e8b110
}

.infobox-orange>.infobox-icon>[class*="icon-"] {
    background-color: #e8b110
}

.infobox-orange.infobox-dark {
    background-color: #e8b110;
    border-color: #e8b110
}

.infobox-orange2 {
    color: #f79263;
    border-color: #f79263
}

.infobox-orange2>.infobox-icon>[class*="icon-"] {
    background-color: #f79263
}

.infobox-orange2.infobox-dark {
    background-color: #f79263;
    border-color: #f79263
}

.infobox-green {
    color: #9abc32;
    border-color: #9abc32
}

.infobox-green>.infobox-icon>[class*="icon-"] {
    background-color: #9abc32
}

.infobox-green.infobox-dark {
    background-color: #9abc32;
    border-color: #9abc32
}

.infobox-green2 {
    color: #0490a6;
    border-color: #0490a6
}

.infobox-green2>.infobox-icon>[class*="icon-"] {
    background-color: #0490a6
}

.infobox-green2.infobox-dark {
    background-color: #0490a6;
    border-color: #0490a6
}

.infobox-grey {
    color: #999;
    border-color: #999
}

.infobox-grey>.infobox-icon>[class*="icon-"] {
    background-color: #999
}

.infobox-grey.infobox-dark {
    background-color: #999;
    border-color: #999
}

.infobox-black {
    color: #393939;
    border-color: #393939
}

.infobox-black>.infobox-icon>[class*="icon-"] {
    background-color: #393939
}

.infobox-black.infobox-dark {
    background-color: #393939;
    border-color: #393939
}

.infobox-info {
    color: #5bc0de;
    border-color: #5bc0de
}

.infobox-info>.infobox-icon>[class*="icon-"] {
    background-color: #5bc0de
}

.infobox-info.infobox-dark {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.infobox-darken {
    color: #428bca;
    border-color: #428bca
}

.infobox-darken>.infobox-icon>[class*="icon-"] {
    background-color: #428bca
}

.infobox-darken.infobox-dark {
    background-color: #428bca;
    border-color: #428bca
}

.infobox-yellow {
    color: #fee188;
    border-color: #fee188
}

.infobox-yellow>.infobox-icon>[class*="icon-"] {
    background-color: #fee188
}

.infobox-yellow.infobox-dark {
    background-color: #fee188;
    border-color: #fee188
}

.infobox-dark {
    margin: 1px 1px 0 0;
    border-color: transparent !important;
    border: 0;
    color: #FFF;
    padding: 4px
}

.infobox-dark>.infobox-icon>[class*="icon-"],
.infobox-dark>.infobox-icon>[class*="icon-"]:before {
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    font-size: 30px
}

.infobox-dark>.infobox-icon>[class*="icon-"]:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.infobox-dark .infobox-content {
    color: #FFF
}

.infobox>.infobox-progress {
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
    width: 44px
}

.infobox>.infobox-chart {
    padding-top: 0;
    display: inline-block;
    vertical-align: text-bottom;
    width: 44px;
    text-align: center
}

.infobox>.infobox-chart>.sparkline {
    font-size: 24px
}

.infobox>.infobox-chart canvas {
    vertical-align: middle !important
}

.infobox>.stat {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 11px;
    text-shadow: none;
    color: #abbac3;
    font-size: 13px;
    font-weight: bold;
    padding-right: 18px;
    padding-top: 3px
}

.infobox>.stat:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 11px;
    background-color: #abbac3;
    position: absolute;
    right: 4px;
    top: 7px
}

.infobox>.stat:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 1px;
    top: -8px;
    border: 12px solid transparent;
    border-width: 8px 7px;
    border-bottom-color: #abbac3
}

.infobox>.stat.stat-success {
    color: #77c646
}

.infobox>.stat.stat-success:before {
    background-color: #77c646
}

.infobox>.stat.stat-success:after {
    border-bottom-color: #77c646
}

.infobox>.stat.stat-important {
    color: #e4564f
}

.infobox>.stat.stat-important:before {
    background-color: #e4564f;
    top: 3px
}

.infobox>.stat.stat-important:after {
    border-top-color: #e4564f;
    border-bottom-color: transparent;
    bottom: -6px;
    top: auto
}

.infobox.infobox-dark>.stat {
    color: #FFF
}

.infobox.infobox-dark>.stat:before {
    background-color: #e1e5e8
}

.infobox.infobox-dark>.stat:after {
    border-bottom-color: #e1e5e8
}

.infobox.infobox-dark>.stat.stat-success {
    color: #FFF
}

.infobox.infobox-dark>.stat.stat-success:before {
    background-color: #d0e29e
}

.infobox.infobox-dark>.stat.stat-success:after {
    border-bottom-color: #d0e29e
}

.infobox.infobox-dark>.stat.stat-important {
    color: #FFF
}

.infobox.infobox-dark>.stat.stat-important:before {
    background-color: #ff8482;
    top: 3px
}

.infobox.infobox-dark>.stat.stat-important:after {
    border-top-color: #ff8482;
    border-bottom-color: transparent;
    bottom: -6px;
    top: auto
}

.infobox>.badge {
    position: absolute;
    right: 20px;
    top: 11px;
    border-radius: 0;
    text-shadow: none;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    height: 16px;
    padding: 0 1px
}

.infobox.infobox-dark>.badge {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid #f1f1f1;
    top: 2px;
    right: 2px
}

.infobox.infobox-dark>.badge.badge-success>[class*="icon-"] {
    color: #c6e9a1
}

.infobox.infobox-dark>.badge.badge-important>[class*="icon-"] {
    color: #ecb792
}

.infobox.infobox-dark>.badge.badge-warning>[class*="icon-"] {
    color: #ecb792
}

.infobox-small {
    width: 135px;
    height: 52px;
    text-align: left;
    padding-bottom: 5px
}

.infobox-small>.infobox-icon,
.infobox-small>.infobox-chart,
.infobox-small>.infobox-progress {
    display: inline-block;
    width: 40px;
    max-width: 40px;
    height: 42px;
    line-height: 38px;
    vertical-align: middle
}

.infobox-small>.infobox-data {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 72px;
    min-width: 0
}

.infobox-small>.infobox-chart>.sparkline {
    font-size: 14px;
    margin-left: 2px
}

.percentage {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top
}

.infobox-small .percentage {
    font-size: 13px;
    font-weight: normal;
    margin-top: 2px;
    margin-left: 2px
}

html,
body {
    height: 100%;
    font-family: 'Source Sans Pro',"Open Sans", Arial, Helvetica, Sans-Serif
}

body {
    background-color: #ECF0F5;
}

.navbar {
    display: block;
    min-height: 50px;
    margin: 0
}

.navbar-nice {
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
    background-image: -webkit-gradient(linear, top left, bottom left, from(#f3f3f3), to(#e2e2e2));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
    background-repeat: repeat-x
}

.sidebar {
    width: 200px;
    position: relative;
    border: 1px solid #ccc;
    border-width: 0 1px 0 0;
    background-color: #f2f2f2
}

.sidebar:before {
    content: "";
    display: block;
    width: 200px;
    position: fixed;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-color: #222D32;
    border: 1px solid #ccc;
    border-width: 0 1px 0 0
}

.sidebar.sidebar-fixed {
    position: fixed;
    z-index: 1029;
    top: 50px;
    left: 0
}

.sidebar.sidebar-fixed:before {
    left: 0;
    right: auto
}

.sidebar-user {
    color: white;
}

.content {
    margin-left: 200px;
    position: relative
}

.content .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 200px;
    top: 51px;
    padding-left: 0
}

.content .navbar-fixed-top .container-fluid {
    padding-left: 0
}

.navbar .breadcrumb {
    background-color: #f5f5f5;
    border-radius: 0;
    line-height: 36px;
    font-size: 13px;
    list-style: none outside none;
    margin-bottom: 0;
    padding: 0 15px
}

.navbar .breadcrumb>li,
.navbar .breadcrumb>li.active {
    color: #555
}

.navbar .breadcrumb>li>a {
    color: #4c8fbd
}

.navbar .breadcrumb>li+li:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f105";
    color: #b2b6bf;
    padding: 0 7px 0 2px;
    position: relative;
    top: 1px
}

.page-content {
    padding-left: 15px;
    padding-right: 15px
}

.fixed-header {
    padding-top: 50px
}

.fixed-header>nav {
    z-index: 1031
}

.fixed-breadcrumbs .page-content {
    margin-top: 39px
}

.fixed-breadcrumbs table .page-content {
    margin-top: 0
}

@media only screen and (max-width:991px) {
    .sidebar,
    .sidebar.sidebar-min {
        border-width: 0 !important
    }
    .sidebar:before,
    .sidebar.sidebar-min:before {
        width: 10px
    }
    .sidebar-toggler {
        display: inline-block;
        left: 8px;
        position: absolute;
        top: 5px
    }
    .toggler {
        display: none
    }
    .sidebar,
    .sidebar.sidebar-min {
        top: 90px;
        border: 1px solid #CCC;
        border-left-width: 0;
        box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2)
    }
    .sidebar .sidebar-content,
    .sidebar.sidebar-min .sidebar-content {
        display: none
    }
    .sidebar:hover:before,
    .sidebar.sidebar-min:hover:before {
        width: 200px
    }
    .sidebar:hover .sidebar-content,
    .sidebar.sidebar-min:hover .sidebar-content {
        display: inline
    }
    .content {
        margin-left: 10px
    }
    .content .navbar-fixed-top {
        left: 0
    }
    .content .navbar-fixed-top .container-fluid {
        padding-left: 15px
    }
}

.main-container>.main-container-inner {
    position: relative
}

.container.main-container .sidebar.sidebar-fixed,
.container.main-container .sidebar.sidebar-fixed:before {
    left: auto
}

.main-container {
    /*background-color: #ecf0f5;*/
    background-color: #ECF0F5;
}

.container.main-container {
    padding: 0;
    border: 1px solid #ddd
}

.container.main-container .navbar-fixed-top {
    left: auto !important;
    right: auto !important
}

@media(min-width:768px) {
    .container.main-container .navbar-fixed-top {
        width: 550px
    }
}

@media(min-width:992px) {
    .container.main-container .navbar-fixed-top {
        width: 770px
    }
}

@media(min-width:1200px) {
    .container.main-container .navbar-fixed-top {
        width: 970px
    }
}

.body-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10000
}

.body-overlay>[class*="icon-"] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center
}

.body-overlay>.icon-spin {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s
}

.sidebar-yellow {
    border-color: #fee188
}

.sidebar-yellow:before {
    background-color: #fee188;
    border-color: #fdce3c
}

.sidebar-dark {
    border-color: #34495e
}

.sidebar-dark:before {
    background-color: #34495e;
    border-color: #19232d
}

.sidebar-grey {
    border-color: #777
}

.sidebar-grey:before {
    background-color: #777;
    border-color: #515151
}

.sidebar-primary {
    border-color: #428bca
}

.sidebar-primary:before {
    background-color: #428bca;
    border-color: #2a6496
}

.side-menu-dark .nav-list li {
    border-bottom-color: #46627f
}

.side-menu-dark .nav-list li a {
    background-color: #34495e;
    color: #efefef
}

.side-menu-dark .nav-list li a:hover {
    background-color: #3d566e;
    border-color: #222f3d
}

.side-menu-dark .nav-list li a:hover:before {
    background-color: #ccc
}

.side-menu-dark .nav-list li a:focus {
    outline: 0;
    background-color: #34495e;
    border-color: #3d566e
}

.side-menu-dark .nav-list .sidedown.open>a {
    background-color: #587ca0;
    border-color: #222f3d
}

.side-menu-dark .nav-list .sidedown.open>a:hover,
.side-menu-dark .nav-list .sidedown.open>a:focus {
    background-color: #587ca0;
    border-color: #222f3d
}

.side-menu-dark .nav-list .sidedown.open>.sidedown-menu {
    background-color: #19232d
}

.side-menu-dark .nav-list .sidedown.open>.sidedown-menu li:not(.open) a {
    background-color: #19232d
}

.side-menu-dark .nav-list .sidedown.open>.sidedown-menu li:not(.open) a:hover {
    background-color: #3d566e;
    border-color: #222f3d
}

.side-menu-dark .nav-list .sidedown-menu {
    background-color: #34495e;
    border-top-color: #46627f;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: inherit
}

.side-menu-dark .nav-list .sidedown-menu li {
    border-right: #46627f
}

.side-menu-dark .nav-list>li>.sidedown-menu>li:before {
    border-top-color: #fff
}

.side-menu-dark .nav-list>li>.sidedown-menu:before {
    border-left-color: #fff
}

.side-menu-primary .nav-list li {
    border-bottom-color: #6aa3d5
}

.side-menu-primary .nav-list li a {
    background-color: #428bca;
    color: #efefef
}

.side-menu-primary .nav-list li a:hover {
    background-color: #5697d0;
    border-color: #3071a9
}

.side-menu-primary .nav-list li a:hover:before {
    background-color: #ccc
}

.side-menu-primary .nav-list li a:focus {
    outline: 0;
    background-color: #428bca;
    border-color: #5697d0
}

.side-menu-primary .nav-list .sidedown.open>a {
    background-color: #92bce0;
    border-color: #3071a9
}

.side-menu-primary .nav-list .sidedown.open>a:hover,
.side-menu-primary .nav-list .sidedown.open>a:focus {
    background-color: #92bce0;
    border-color: #3071a9
}

.side-menu-primary .nav-list .sidedown.open>.sidedown-menu {
    background-color: #2a6496
}

.side-menu-primary .nav-list .sidedown.open>.sidedown-menu li:not(.open) a {
    background-color: #2a6496
}

.side-menu-primary .nav-list .sidedown.open>.sidedown-menu li:not(.open) a:hover {
    background-color: #5697d0;
    border-color: #3071a9
}

.side-menu-primary .nav-list .sidedown-menu {
    background-color: #428bca;
    border-top-color: #6aa3d5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: inherit
}

.side-menu-primary .nav-list .sidedown-menu li {
    border-right: #6aa3d5
}

.side-menu-primary .nav-list>li>.sidedown-menu>li:before {
    border-top-color: #fff
}

.side-menu-primary .nav-list>li>.sidedown-menu:before {
    border-left-color: #fff
}

.side-menu-sm .nav-list li a {
    display: block;
    height: 28px;
    line-height: 26px;
    padding: 0 0 0 7px;
    font-size: 11px
}

.side-menu-sm .nav-list .sidedown.open>.sidedown-menu {
    display: block
}

.side-menu-sm .nav-list .sidedown.open>.sidedown-menu a {
    padding-left: 18px
}

.side-menu-sm .nav-list .sidedown.open>.sidedown-menu>.sidedown.open>.sidedown-menu a {
    padding-left: 32px
}

.side-menu-sm .nav-list .sidedown.open>.sidedown-menu>.sidedown.open>.sidedown-menu>.sidedown.open>.sidedown-menu a {
    padding-left: 48px
}

.side-menu-sm .nav-list .sidedown-menu {
    font-size: 11px
}

.side-menu-sm .nav-list>li>.sidedown-menu>li:before {
    left: 10px;
    top: 14px;
    width: 6px
}

.side-menu-sm .nav-list>li>.sidedown-menu:before {
    left: 10px
}

.navbar-blue {
    background-color: #007fe8;
    border-color: #0063b5
}

.navbar-blue .navbar-brand {
    color: #efefef
}

.navbar-blue .navbar-brand:hover,
.navbar-blue .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-blue .navbar-text {
    color: #efefef
}

.navbar-blue .navbar-nav>li>a {
    color: #efefef
}

.navbar-blue .navbar-nav>li>a:hover,
.navbar-blue .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-blue .navbar-nav>.active>a,
.navbar-blue .navbar-nav>.active>a:hover,
.navbar-blue .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #0063b5
}

.navbar-blue .navbar-nav>.disabled>a,
.navbar-blue .navbar-nav>.disabled>a:hover,
.navbar-blue .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-blue .navbar-toggle {
    border-color: #0063b5
}

.navbar-blue .navbar-toggle:hover,
.navbar-blue .navbar-toggle:focus {
    background-color: #0063b5
}

.navbar-blue .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-blue .navbar-collapse,
.navbar-blue .navbar-form {
    border-color: #0063b5
}

.navbar-blue .navbar-nav>.open>a,
.navbar-blue .navbar-nav>.open>a:hover,
.navbar-blue .navbar-nav>.open>a:focus {
    background-color: #0063b5;
    color: #fff
}

@media(max-width:767px) {
    .navbar-blue .navbar-nav .open .dropdown-menu>li>a {
        color: #efefef
    }
    .navbar-blue .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-blue .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-blue .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-blue .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-blue .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #0063b5
    }
    .navbar-blue .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-blue .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-blue .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-blue .navbar-link {
    color: #efefef
}

.navbar-blue .navbar-link:hover {
    color: #fff
}

.navbar-blue .breadcrumb {
    background-color: #0063b5
}

.navbar-blue .breadcrumb>li,
.navbar-blue .breadcrumb>li.active {
    color: #efefef
}

.navbar-blue .breadcrumb>li>a {
    color: #efefef
}

.navbar-blue .breadcrumb>li+li:before {
    color: #fff
}

.navbar-dark {
    /*background-color: #2c3e50;*/
    background-color: #357CA5;
    /*border-color: #1a242f*/
    border-color: #357CA5;
}

.navbar-dark .navbar-brand {
    color: #efefef
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-dark .navbar-text {
    color: #efefef
}

.navbar-dark .navbar-nav>li>a {
    color: #efefef
}

.navbar-dark .navbar-nav>li>a:hover,
.navbar-dark .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-dark .navbar-nav>.active>a,
.navbar-dark .navbar-nav>.active>a:hover,
.navbar-dark .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #1a242f
}

.navbar-dark .navbar-nav>.disabled>a,
.navbar-dark .navbar-nav>.disabled>a:hover,
.navbar-dark .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-dark .navbar-toggle {
    border-color: #1a242f
}

.navbar-dark .navbar-toggle:hover,
.navbar-dark .navbar-toggle:focus {
    background-color: #1a242f
}

.navbar-dark .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-dark .navbar-collapse,
.navbar-dark .navbar-form {
    border-color: #1a242f
}

.navbar-dark .navbar-nav>.open>a,
.navbar-dark .navbar-nav>.open>a:hover,
.navbar-dark .navbar-nav>.open>a:focus {
    background-color: #1a242f;
    color: #fff
}

@media(max-width:767px) {
    .navbar-dark .navbar-nav .open .dropdown-menu>li>a {
        color: #efefef
    }
    .navbar-dark .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-dark .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-dark .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-dark .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-dark .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #1a242f
    }
    .navbar-dark .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-dark .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-dark .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-dark .navbar-link {
    color: #efefef
}

.navbar-dark .navbar-link:hover {
    color: #fff
}

.navbar-dark .breadcrumb {
    background-color: #1a242f
}

.navbar-dark .breadcrumb>li,
.navbar-dark .breadcrumb>li.active {
    color: #efefef
}

.navbar-dark .breadcrumb>li>a {
    color: #efefef
}

.navbar-dark .breadcrumb>li+li:before {
    color: #fff
}

.navbar-grey {
    background-color: #515151;
    border-color: #373737
}

.navbar-grey .navbar-brand {
    color: #efefef
}

.navbar-grey .navbar-brand:hover,
.navbar-grey .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-grey .navbar-text {
    color: #efefef
}

.navbar-grey .navbar-nav>li>a {
    color: #efefef
}

.navbar-grey .navbar-nav>li>a:hover,
.navbar-grey .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-grey .navbar-nav>.active>a,
.navbar-grey .navbar-nav>.active>a:hover,
.navbar-grey .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #373737
}

.navbar-grey .navbar-nav>.disabled>a,
.navbar-grey .navbar-nav>.disabled>a:hover,
.navbar-grey .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-grey .navbar-toggle {
    border-color: #373737
}

.navbar-grey .navbar-toggle:hover,
.navbar-grey .navbar-toggle:focus {
    background-color: #373737
}

.navbar-grey .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-grey .navbar-collapse,
.navbar-grey .navbar-form {
    border-color: #373737
}

.navbar-grey .navbar-nav>.open>a,
.navbar-grey .navbar-nav>.open>a:hover,
.navbar-grey .navbar-nav>.open>a:focus {
    background-color: #373737;
    color: #fff
}

@media(max-width:767px) {
    .navbar-grey .navbar-nav .open .dropdown-menu>li>a {
        color: #efefef
    }
    .navbar-grey .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-grey .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-grey .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-grey .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-grey .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #373737
    }
    .navbar-grey .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-grey .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-grey .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-grey .navbar-link {
    color: #efefef
}

.navbar-grey .navbar-link:hover {
    color: #fff
}

.navbar-grey .breadcrumb {
    background-color: #373737
}

.navbar-grey .breadcrumb>li,
.navbar-grey .breadcrumb>li.active {
    color: #efefef
}

.navbar-grey .breadcrumb>li>a {
    color: #efefef
}

.navbar-grey .breadcrumb>li+li:before {
    color: #fff
}

.navbar-red {
    background-color: #d15b47;
    border-color: #b7422e
}

.navbar-red .navbar-brand {
    color: #efefef
}

.navbar-red .navbar-brand:hover,
.navbar-red .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-red .navbar-text {
    color: #efefef
}

.navbar-red .navbar-nav>li>a {
    color: #efefef
}

.navbar-red .navbar-nav>li>a:hover,
.navbar-red .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-red .navbar-nav>.active>a,
.navbar-red .navbar-nav>.active>a:hover,
.navbar-red .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #b7422e
}

.navbar-red .navbar-nav>.disabled>a,
.navbar-red .navbar-nav>.disabled>a:hover,
.navbar-red .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-red .navbar-toggle {
    border-color: #b7422e
}

.navbar-red .navbar-toggle:hover,
.navbar-red .navbar-toggle:focus {
    background-color: #b7422e
}

.navbar-red .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-red .navbar-collapse,
.navbar-red .navbar-form {
    border-color: #b7422e
}

.navbar-red .navbar-nav>.open>a,
.navbar-red .navbar-nav>.open>a:hover,
.navbar-red .navbar-nav>.open>a:focus {
    background-color: #b7422e;
    color: #fff
}

@media(max-width:767px) {
    .navbar-red .navbar-nav .open .dropdown-menu>li>a {
        color: #efefef
    }
    .navbar-red .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-red .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-red .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-red .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-red .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #b7422e
    }
    .navbar-red .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-red .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-red .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-red .navbar-link {
    color: #efefef
}

.navbar-red .navbar-link:hover {
    color: #fff
}

.navbar-red .breadcrumb {
    background-color: #b7422e
}

.navbar-red .breadcrumb>li,
.navbar-red .breadcrumb>li.active {
    color: #efefef
}

.navbar-red .breadcrumb>li>a {
    color: #efefef
}

.navbar-red .breadcrumb>li+li:before {
    color: #fff
}

.navbar-small {
    min-height: 38px;
    margin-bottom: 5px
}

.navbar-small .navbar-brand {
    float: left;
    padding: 3px 7px;
    font-size: 14px;
    line-height: 17px;
    height: 38px
}

@media(min-width:768px) {
    .navbar>.container .navbar-small .navbar-brand,
    .navbar>.container-fluid .navbar-small .navbar-brand {
        margin-left: -7px
    }
}

.navbar-small .navbar-toggle {
    margin-right: 7px;
    padding: 9px 10px;
    margin-top: 3px;
    margin-bottom: 3px
}

.navbar-small .dropdown-menu {
    font-size: 12px
}

.content .navbar-small .breadcrumb {
    line-height: 36px;
    font-size: 11px
}

.navbar-small .navbar-nav>li>a {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 31px;
    font-size: 12px
}

@media(max-width:767px) {
    .navbar-small .navbar-nav .open .dropdown-menu>li>a {
        line-height: 31px
    }
}

@media(min-width:768px) {
    .navbar-small .navbar-nav>li>a {
        padding-top: 3px;
        padding-bottom: 3px
    }
    .navbar-small .navbar-nav.navbar-right:last-child {
        margin-right: -7px
    }
}

.navbar-small .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px
}

.navbar-small .navbar-form {
    margin-left: -7px;
    margin-right: -7px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px 7px
}

.navbar-small .navbar-form .form-control {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px
}

@media(min-width:768px) {
    .navbar-small .navbar-form.navbar-right:last-child {
        margin-right: -7px
    }
}

.navbar-small .navbar-form .btn {
    padding: 3px 7px;
    font-size: 11px;
    line-height: 17px;
    border-radius: 3px
}

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

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

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

.navbar-smaller .dropdown-menu,
.navbar-smaller .dropdown {
    font-size: 12px
}

.navbar-smaller .dropdown-menu>li>a,
.navbar-smaller .dropdown>li>a,
.navbar-smaller .dropdown-menu>a,
.navbar-smaller .dropdown>a {
    font-weight: normal
}

.navbar-smaller .navbar-nav>li>a {
    font-size: 12px;
    font-weight: normal
}

.modal-small .modal-header {
    padding: 10px;
    min-height: 30px
}

.modal-small .modal-title {
    line-height: 20px;
    font-size: 14px
}

.modal-small .modal-body {
    padding: 10px;
    font-size: 12px
}

.modal-small .modal-footer {
    margin-top: 10px;
    padding: 5px;
    font-size: 12px
}

.modal-dark .modal-content {
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}

.modal-dark .modal-header,
.modal-dark .modal-header .close {
    border-bottom: #46627f;
    color: #efefef;
    background-color: #34495e
}

.modal-dark .modal-footer {
    border-top: 1px solid #ececec;
    color: #fff;
    background-color: #efefef
}

.widget-header-lg {
    min-height: 43px
}

.widget-header-lg .widget-title,
.widget-header-lg .glyphicon,
.widget-header-lg [class*="icon-"] {
    font-size: 18px;
    line-height: 43px
}

.widget-header-lg.widget-header-rounded {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.widget-header-lg .widget-tools {
    min-height: 43px
}

.widget-body-lg .widget-content {
    font-size: 18px;
    padding: 10px 16px;
    line-height: 1.33
}

.widget-body-lg .widget-content.padding-32 {
    padding: 32px
}

.widget-body-lg .widget-content.padding-30 {
    padding: 30px
}

.widget-body-lg .widget-content.padding-28 {
    padding: 28px
}

.widget-body-lg .widget-content.padding-26 {
    padding: 26px
}

.widget-body-lg .widget-content.padding-24 {
    padding: 24px
}

.widget-body-lg .widget-content.padding-22 {
    padding: 22px
}

.widget-body-lg .widget-content.padding-20 {
    padding: 20px
}

.widget-body-lg .widget-content.padding-18 {
    padding: 18px
}

.widget-body-lg .widget-content.padding-16 {
    padding: 16px
}

.widget-body-lg .widget-content.padding-14 {
    padding: 14px
}

.widget-body-lg .widget-content.padding-12 {
    padding: 12px
}

.widget-body-lg .widget-content.padding-10 {
    padding: 10px
}

.widget-body-lg .widget-content.padding-8 {
    padding: 8px
}

.widget-body-lg .widget-content.padding-6 {
    padding: 6px
}

.widget-body-lg .widget-content.padding-4 {
    padding: 4px
}

.widget-body-lg .widget-content.padding-2 {
    padding: 2px
}

.widget-body-lg .widget-content.padding-0 {
    padding: 0
}

.widget-body-lg .widget-content.no-padding {
    padding: 0
}

.widget-body-lg.widget-body-rounded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.widget-header-sm {
    min-height: 28px
}

.widget-header-sm .widget-title,
.widget-header-sm .glyphicon,
.widget-header-sm [class*="icon-"] {
    font-size: 12px;
    line-height: 28px
}

.widget-header-sm.widget-header-rounded {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.widget-header-sm .widget-tools {
    min-height: 28px
}

.widget-body-sm .widget-content {
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1.5
}

.widget-body-sm .widget-content.padding-32 {
    padding: 32px
}

.widget-body-sm .widget-content.padding-30 {
    padding: 30px
}

.widget-body-sm .widget-content.padding-28 {
    padding: 28px
}

.widget-body-sm .widget-content.padding-26 {
    padding: 26px
}

.widget-body-sm .widget-content.padding-24 {
    padding: 24px
}

.widget-body-sm .widget-content.padding-22 {
    padding: 22px
}

.widget-body-sm .widget-content.padding-20 {
    padding: 20px
}

.widget-body-sm .widget-content.padding-18 {
    padding: 18px
}

.widget-body-sm .widget-content.padding-16 {
    padding: 16px
}

.widget-body-sm .widget-content.padding-14 {
    padding: 14px
}

.widget-body-sm .widget-content.padding-12 {
    padding: 12px
}

.widget-body-sm .widget-content.padding-10 {
    padding: 10px
}

.widget-body-sm .widget-content.padding-8 {
    padding: 8px
}

.widget-body-sm .widget-content.padding-6 {
    padding: 6px
}

.widget-body-sm .widget-content.padding-4 {
    padding: 4px
}

.widget-body-sm .widget-content.padding-2 {
    padding: 2px
}

.widget-body-sm .widget-content.padding-0 {
    padding: 0
}

.widget-body-sm .widget-content.no-padding {
    padding: 0
}

.widget-body-sm.widget-body-rounded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.widget-header-xs {
    min-height: 20px
}

.widget-header-xs .widget-title,
.widget-header-xs .glyphicon,
.widget-header-xs [class*="icon-"] {
    font-size: 12px;
    line-height: 20px
}

.widget-header-xs.widget-header-rounded {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.widget-header-xs .widget-tools {
    min-height: 20px
}

.widget-body-xs .widget-content {
    font-size: 12px;
    padding: 1px 5px;
    line-height: 1.5
}

.widget-body-xs .widget-content.padding-32 {
    padding: 32px
}

.widget-body-xs .widget-content.padding-30 {
    padding: 30px
}

.widget-body-xs .widget-content.padding-28 {
    padding: 28px
}

.widget-body-xs .widget-content.padding-26 {
    padding: 26px
}

.widget-body-xs .widget-content.padding-24 {
    padding: 24px
}

.widget-body-xs .widget-content.padding-22 {
    padding: 22px
}

.widget-body-xs .widget-content.padding-20 {
    padding: 20px
}

.widget-body-xs .widget-content.padding-18 {
    padding: 18px
}

.widget-body-xs .widget-content.padding-16 {
    padding: 16px
}

.widget-body-xs .widget-content.padding-14 {
    padding: 14px
}

.widget-body-xs .widget-content.padding-12 {
    padding: 12px
}

.widget-body-xs .widget-content.padding-10 {
    padding: 10px
}

.widget-body-xs .widget-content.padding-8 {
    padding: 8px
}

.widget-body-xs .widget-content.padding-6 {
    padding: 6px
}

.widget-body-xs .widget-content.padding-4 {
    padding: 4px
}

.widget-body-xs .widget-content.padding-2 {
    padding: 2px
}

.widget-body-xs .widget-content.padding-0 {
    padding: 0
}

.widget-body-xs .widget-content.no-padding {
    padding: 0
}

.widget-body-xs.widget-body-rounded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.widget-header-primary {
    color: #fff;
    border-color: #357ebd;
    background-color: #428bca
}

.widget-header-primary .widget-title {
    color: #fff
}

.widget-header-primary .widget-tools.widget-tools-bordered {
    border-color: #357ebd
}

.widget-header-primary .badge {
    color: #428bca;
    background-color: #fff
}

.widget-body-primary {
    border-color: #357ebd;
    background-color: #428bca
}

.widget-body-primary .widget-content {
    color: #fff
}

.widget-header-success {
    color: #fff;
    border-color: #4cae4c;
    background-color: #5cb85c
}

.widget-header-success .widget-title {
    color: #fff
}

.widget-header-success .widget-tools.widget-tools-bordered {
    border-color: #4cae4c
}

.widget-header-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.widget-body-success {
    border-color: #4cae4c;
    background-color: #5cb85c
}

.widget-body-success .widget-content {
    color: #fff
}

.widget-header-info {
    color: #fff;
    border-color: #46b8da;
    background-color: #5bc0de
}

.widget-header-info .widget-title {
    color: #fff
}

.widget-header-info .widget-tools.widget-tools-bordered {
    border-color: #46b8da
}

.widget-header-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.widget-body-info {
    border-color: #46b8da;
    background-color: #5bc0de
}

.widget-body-info .widget-content {
    color: #fff
}

.widget-header-warning {
    color: #fff;
    border-color: #eea236;
    background-color: #f0ad4e
}

.widget-header-warning .widget-title {
    color: #fff
}

.widget-header-warning .widget-tools.widget-tools-bordered {
    border-color: #eea236
}

.widget-header-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.widget-body-warning {
    border-color: #eea236;
    background-color: #f0ad4e
}

.widget-body-warning .widget-content {
    color: #fff
}

.widget-header-danger {
    color: #fff;
    border-color: #d43f3a;
    background-color: #d9534f
}

.widget-header-danger .widget-title {
    color: #fff
}

.widget-header-danger .widget-tools.widget-tools-bordered {
    border-color: #d43f3a
}

.widget-header-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.widget-body-danger {
    border-color: #d43f3a;
    background-color: #d9534f
}

.widget-body-danger .widget-content {
    color: #fff
}

.widget-header-dark {
    color: #efefef;
    border-color: #46627f;
    background-color: #34495e
}

.widget-header-dark .widget-title {
    color: #efefef
}

.widget-header-dark .widget-tools.widget-tools-bordered {
    border-color: #46627f
}

.widget-header-dark .badge {
    color: #34495e;
    background-color: #efefef
}

.widget-body-dark {
    border-color: #46627f;
    background-color: #34495e
}

.widget-body-dark .widget-content {
    color: #efefef
}

.panel-dark {
    border-color: #46627f
}

.panel-dark>.panel-heading {
    color: #efefef;
    background-color: #34495e;
    border-color: #46627f
}

.panel-dark>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #46627f
}

.panel-dark>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #46627f
}

.panel-sm .panel-body {
    padding: 5px 10px;
    font-size: 12px
}

.panel-sm .panel-body.padding-32 {
    padding: 32px
}

.panel-sm .panel-body.padding-30 {
    padding: 30px
}

.panel-sm .panel-body.padding-28 {
    padding: 28px
}

.panel-sm .panel-body.padding-26 {
    padding: 26px
}

.panel-sm .panel-body.padding-24 {
    padding: 24px
}

.panel-sm .panel-body.padding-22 {
    padding: 22px
}

.panel-sm .panel-body.padding-20 {
    padding: 20px
}

.panel-sm .panel-body.padding-18 {
    padding: 18px
}

.panel-sm .panel-body.padding-16 {
    padding: 16px
}

.panel-sm .panel-body.padding-14 {
    padding: 14px
}

.panel-sm .panel-body.padding-12 {
    padding: 12px
}

.panel-sm .panel-body.padding-10 {
    padding: 10px
}

.panel-sm .panel-body.padding-8 {
    padding: 8px
}

.panel-sm .panel-body.padding-6 {
    padding: 6px
}

.panel-sm .panel-body.padding-4 {
    padding: 4px
}

.panel-sm .panel-body.padding-2 {
    padding: 2px
}

.panel-sm .panel-body.padding-0 {
    padding: 0
}

.panel-sm .panel-body.no-padding {
    padding: 0
}

.panel-sm .panel-body.no-padding>.table-bordered {
    border: 0 none
}

.panel-sm .panel-body.no-padding>.table-bordered tbody tr td:last-child,
.panel-sm .panel-body.no-padding>.table-bordered thead tr th:last-child {
    border-right-width: 0
}

.panel-sm .panel-body.no-padding>.table-bordered tbody tr td:first-child,
.panel-sm .panel-body.no-padding>.table-bordered thead tr th:first-child {
    border-left-width: 0
}

.panel-sm .panel-body.no-padding>.table-bordered tbody tr:last-child td {
    border-bottom-width: 0 !important
}

.panel-sm .panel-heading {
    padding: 5px 10px
}

.panel-sm .panel-title {
    font-size: 14px
}

.panel-sm .panel-footer {
    font-size: 12px;
    padding: 5px 10px
}

.text-white {
    color: #fff
}

a.text-white:hover {
    color: #e6e6e6
}

.text-red {
    color: #dd5a43
}

a.text-red:hover {
    color: #c93d24
}

.text-light-red {
    color: #f77
}

a.text-light-red:hover {
    color: #f44
}

.text-blue {
    color: #478fca
}

a.text-blue:hover {
    color: #3275ac
}

.text-light-blue {
    color: #93cbf9
}

a.text-light-blue:hover {
    color: #63b4f6
}

.text-green {
    color: #69aa46
}

a.text-green:hover {
    color: #538637
}

.text-light-green {
    color: #b0d877
}

a.text-light-green:hover {
    color: #99cd4f
}

.text-orange {
    color: #ff892a
}

a.text-orange:hover {
    color: #f66e00
}

.text-orange2 {
    color: #feb902
}

a.text-orange2:hover {
    color: #cc9501
}

.text-light-orange {
    color: #fcac6f
}

a.text-light-orange:hover {
    color: #fb8f3d
}

.text-purple {
    color: #a069c3
}

a.text-purple:hover {
    color: #8847b2
}

.text-pink {
    color: #c6699f
}

a.text-pink:hover {
    color: #b74587
}

.text-pink2 {
    color: #d6487e
}

a.text-pink2:hover {
    color: #c02b64
}

.text-brown {
    color: #a52a2a
}

a.text-brown:hover {
    color: #7c2020
}

.text-grey {
    color: #777
}

a.text-grey:hover {
    color: #5e5e5e
}

.text-light-grey {
    color: #bbb
}

a.text-light-grey:hover {
    color: #a2a2a2
}

.text-dark {
    color: #34495e
}

a.text-dark:hover {
    color: #222f3d
}

.text-blue {
    color: #46627f
}

a.text-blue:hover {
    color: #34495e
}

.text-bluelight {
    color: #587ca0
}

a.text-bluelight:hover {
    color: #46627f
}

.label-dark {
    background-color: #34495e
}

.label-dark[href]:hover,
.label-dark[href]:focus {
    background-color: #222f3d
}

.label-blue {
    background-color: #46627f
}

.label-blue[href]:hover,
.label-blue[href]:focus {
    background-color: #34495e
}

.label-bluelight {
    background-color: #587ca0
}

.label-bluelight[href]:hover,
.label-bluelight[href]:focus {
    background-color: #46627f
}

.label-important {
    background-color: #d15b47
}

.label-important[href]:hover,
.label-important[href]:focus {
    background-color: #b7422e
}

.label-inverse {
    background-color: #333
}

.label-inverse[href]:hover,
.label-inverse[href]:focus {
    background-color: #1a1a1a
}

.label-pink {
    background-color: #d6487e
}

.label-pink[href]:hover,
.label-pink[href]:focus {
    background-color: #c02b64
}

.label-purple {
    background-color: #9585bf
}

.label-purple[href]:hover,
.label-purple[href]:focus {
    background-color: #7864ad
}

.label-yellow {
    background-color: #fee188
}

.label-yellow[href]:hover,
.label-yellow[href]:focus {
    background-color: #fed455
}

.label-light {
    background-color: #e7e7e7
}

.label-light[href]:hover,
.label-light[href]:focus {
    background-color: #cecece
}

.label-grey {
    background-color: #a0a0a0
}

.label-grey[href]:hover,
.label-grey[href]:focus {
    background-color: #878787
}

.badge-important {
    background-color: #d15b47 !important
}

.badge-inverse {
    background-color: #333 !important
}

.badge-pink {
    background-color: #d6487e !important
}

.badge-purple {
    background-color: #9585bf !important
}

.badge-yellow {
    background-color: #fee188 !important
}

.badge-light {
    background-color: #e7e7e7 !important
}

.badge-grey {
    background-color: #a0a0a0 !important
}

.badge-primary {
    background-color: #3b98d6 !important
}

.badge-info {
    background-color: #3a87ad !important
}

.badge-success {
    background-color: #82af6f !important
}

.badge-danger {
    background-color: #d15b47 !important
}

.badge-warning {
    background-color: #f89406 !important
}

.progress-bar {
    background-color: #2a91d8
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #ca5952
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-success {
    background-color: #59a84b
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f2bb46
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-pink {
    background-color: #d6487e
}

.progress-striped .progress-bar-pink {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-purple {
    background-color: #9585bf
}

.progress-striped .progress-bar-purple {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-yellow {
    background-color: #ffd259
}

.progress-striped .progress-bar-yellow {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-inverse {
    background-color: #404040
}

.progress-striped .progress-bar-inverse {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-grey {
    background-color: #8a8a8a
}

.progress-striped .progress-bar-grey {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-dark {
    background-color: #34495e
}

.progress-striped .progress-bar-dark {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-bluelight {
    background-color: #587ca0
}

.progress-striped .progress-bar-bluelight {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-blue {
    background-color: #46627f
}

.progress-striped .progress-bar-blue {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.btn-inverse,
.btn-inverse:focus {
    background-color: #555 !important;
    border-color: #555;
    color: #fff
}

.btn-inverse:hover,
.open .btn-inverse.dropdown-toggle {
    background-color: #303030 !important;
    border-color: #555;
    color: #fff
}

.btn-inverse.no-border:hover {
    border-color: #303030
}

.btn-inverse.no-hover:hover {
    background-color: #555 !important
}

.btn-inverse.active {
    background-color: #434343 !important;
    border-color: #313131;
    color: #fff
}

.btn-inverse.no-border.active {
    background-color: #3b3b3b !important;
    border-color: #3b3b3b;
    color: #fff
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    background-color: #555 !important;
    border-color: #555;
    color: #fff
}

.btn-pink,
.btn-pink:focus {
    background-color: #d6487e !important;
    border-color: #d6487e;
    color: #fff
}

.btn-pink:hover,
.open .btn-pink.dropdown-toggle {
    background-color: #b73766 !important;
    border-color: #d6487e;
    color: #fff
}

.btn-pink.no-border:hover {
    border-color: #b73766
}

.btn-pink.no-hover:hover {
    background-color: #d6487e !important
}

.btn-pink.active {
    background-color: #c74072 !important;
    border-color: #af3462;
    color: #fff
}

.btn-pink.no-border.active {
    background-color: #be386a !important;
    border-color: #be386a;
    color: #fff
}

.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
    background-color: #d6487e !important;
    border-color: #d6487e;
    color: #fff
}

.btn-purple,
.btn-purple:focus {
    background-color: #9585bf !important;
    border-color: #9585bf;
    color: #fff
}

.btn-purple:hover,
.open .btn-purple.dropdown-toggle {
    background-color: #7461aa !important;
    border-color: #9585bf;
    color: #fff
}

.btn-purple.no-border:hover {
    border-color: #7461aa
}

.btn-purple.no-hover:hover {
    background-color: #9585bf !important
}

.btn-purple.active {
    background-color: #8573b5 !important;
    border-color: #705ca8;
    color: #fff
}

.btn-purple.no-border.active {
    background-color: #7c69af !important;
    border-color: #7c69af;
    color: #fff
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
    background-color: #9585bf !important;
    border-color: #9585bf;
    color: #fff
}

.btn-yellow {
    color: #963 !important;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) !important
}

.btn-yellow,
.btn-yellow:focus {
    background-color: #fee188 !important;
    border-color: #fee188;
    color: #963
}

.btn-yellow:hover,
.open .btn-yellow.dropdown-toggle {
    background-color: #f7d05b !important;
    border-color: #fee188;
    color: #963
}

.btn-yellow.no-border:hover {
    border-color: #f7d05b
}

.btn-yellow.no-hover:hover {
    background-color: #fee188 !important
}

.btn-yellow.active {
    background-color: #fbd972 !important;
    border-color: #f9cf4f;
    color: #963
}

.btn-yellow.no-border.active {
    background-color: #fad463 !important;
    border-color: #fad463;
    color: #963
}

.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
    background-color: #fee188 !important;
    border-color: #fee188;
    color: #963
}

.btn-light {
    color: #888 !important;
    text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.25) !important
}

.btn-light,
.btn-light:focus {
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7;
    color: #888
}

.btn-light:hover,
.open .btn-light.dropdown-toggle {
    background-color: #d9d9d9 !important;
    border-color: #e7e7e7;
    color: #888
}

.btn-light.no-border:hover {
    border-color: #d9d9d9
}

.btn-light.no-hover:hover {
    background-color: #e7e7e7 !important
}

.btn-light.active {
    background-color: #e0e0e0 !important;
    border-color: #cecece;
    color: #888
}

.btn-light.no-border.active {
    background-color: #d8d8d8 !important;
    border-color: #d8d8d8;
    color: #888
}

.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7;
    color: #888
}

.btn-grey,
.btn-grey:focus {
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0;
    color: #fff
}

.btn-grey:hover,
.open .btn-grey.dropdown-toggle {
    background-color: #888 !important;
    border-color: #a0a0a0;
    color: #fff
}

.btn-grey.no-border:hover {
    border-color: #888
}

.btn-grey.no-hover:hover {
    background-color: #a0a0a0 !important
}

.btn-grey.active {
    background-color: #949494 !important;
    border-color: #828282;
    color: #fff
}

.btn-grey.no-border.active {
    background-color: #8c8c8c !important;
    border-color: #8c8c8c;
    color: #fff
}

.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0;
    color: #fff
}

.btn-app,
.btn-app.btn-default,
.btn-app.no-hover:hover,
.btn-app.btn-default.no-hover:hover,
.btn-app.disabled:hover,
.btn-app.btn-default.disabled:hover {
    background: #b4c2cc !important;
    background-image: -webkit-linear-gradient(top, #bcc9d5 0, #abbac3 100%) !important;
    background-image: linear-gradient(to bottom, #bcc9d5 0, #abbac3 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffbcc9d5', endColorstr='#ffabbac3', GradientType=0) !important
}

.btn-app:hover,
.btn-app.btn-default:hover {
    background: #9baebc !important;
    background-image: -webkit-linear-gradient(top, #a3b5c5 0, #93a6b2 100%) !important;
    background-image: linear-gradient(to bottom, #a3b5c5 0, #93a6b2 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa3b5c5', endColorstr='#ff93a6b2', GradientType=0) !important
}

.btn-app.btn-primary,
.btn-app.btn-primary.no-hover:hover,
.btn-app.btn-primary.disabled:hover {
    background: #2a8bcb !important;
    background-image: -webkit-linear-gradient(top, #3b98d6 0, #197ec1 100%) !important;
    background-image: linear-gradient(to bottom, #3b98d6 0, #197ec1 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3b98d6', endColorstr='#ff197ec1', GradientType=0) !important
}

.btn-app.btn-primary:hover {
    background: #1d6fa6 !important;
    background-image: -webkit-linear-gradient(top, #267eb8 0, #136194 100%) !important;
    background-image: linear-gradient(to bottom, #267eb8 0, #136194 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff267eb8', endColorstr='#ff136194', GradientType=0) !important
}

.btn-app.btn-info,
.btn-app.btn-info.no-hover:hover,
.btn-app.btn-info.disabled:hover {
    background: #68adde !important;
    background-image: -webkit-linear-gradient(top, #75b5e6 0, #5ba4d5 100%) !important;
    background-image: linear-gradient(to bottom, #75b5e6 0, #5ba4d5 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff75b5e6', endColorstr='#ff5ba4d5', GradientType=0) !important
}

.btn-app.btn-info:hover {
    background: #3f96d4 !important;
    background-image: -webkit-linear-gradient(top, #4a9ede 0, #348dc9 100%) !important;
    background-image: linear-gradient(to bottom, #4a9ede 0, #348dc9 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff4a9ede', endColorstr='#ff348dc9', GradientType=0) !important
}

.btn-app.btn-success,
.btn-app.btn-success.no-hover:hover,
.btn-app.btn-success.disabled:hover {
    background: #85b558 !important;
    background-image: -webkit-linear-gradient(top, #8ebf60 0, #7daa50 100%) !important;
    background-image: linear-gradient(to bottom, #8ebf60 0, #7daa50 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff8ebf60', endColorstr='#ff7daa50', GradientType=0) !important
}

.btn-app.btn-success:hover {
    background: #6c9842 !important;
    background-image: -webkit-linear-gradient(top, #74a844 0, #648740 100%) !important;
    background-image: linear-gradient(to bottom, #74a844 0, #648740 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff74a844', endColorstr='#ff648740', GradientType=0) !important
}

.btn-app.btn-danger,
.btn-app.btn-danger.no-hover:hover,
.btn-app.btn-danger.disabled:hover {
    background: #d3413b !important;
    background-image: -webkit-linear-gradient(top, #d55b52 0, #d12723 100%) !important;
    background-image: linear-gradient(to bottom, #d55b52 0, #d12723 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd55b52', endColorstr='#ffd12723', GradientType=0) !important
}

.btn-app.btn-danger:hover {
    background: #b52c26 !important;
    background-image: -webkit-linear-gradient(top, #c43a30 0, #a51f1c 100%) !important;
    background-image: linear-gradient(to bottom, #c43a30 0, #a51f1c 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc43a30', endColorstr='#ffa51f1c', GradientType=0) !important
}

.btn-app.btn-warning,
.btn-app.btn-warning.no-hover:hover,
.btn-app.btn-warning.disabled:hover {
    background: #ffb44b !important;
    background-image: -webkit-linear-gradient(top, #ffbf66 0, #ffa830 100%) !important;
    background-image: linear-gradient(to bottom, #ffbf66 0, #ffa830 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffbf66', endColorstr='#ffffa830', GradientType=0) !important
}

.btn-app.btn-warning:hover {
    background: #fe9e19 !important;
    background-image: -webkit-linear-gradient(top, #fa3 0, #fc9200 100%) !important;
    background-image: linear-gradient(to bottom, #fa3 0, #fc9200 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffaa33', endColorstr='#fffc9200', GradientType=0) !important
}

.btn-app.btn-purple,
.btn-app.btn-purple.no-hover:hover,
.btn-app.btn-purple.disabled:hover {
    background: #9889c1 !important;
    background-image: -webkit-linear-gradient(top, #a696ce 0, #8a7cb4 100%) !important;
    background-image: linear-gradient(to bottom, #a696ce 0, #8a7cb4 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa696ce', endColorstr='#ff8a7cb4', GradientType=0) !important
}

.btn-app.btn-purple:hover {
    background: #7b68af !important;
    background-image: -webkit-linear-gradient(top, #8973be 0, #6d5ca1 100%) !important;
    background-image: linear-gradient(to bottom, #8973be 0, #6d5ca1 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff8973be', endColorstr='#ff6d5ca1', GradientType=0) !important
}

.btn-app.btn-pink,
.btn-app.btn-pink.no-hover:hover,
.btn-app.btn-pink.disabled:hover {
    background: #d54c7e !important;
    background-image: -webkit-linear-gradient(top, #db5e8c 0, #ce3970 100%) !important;
    background-image: linear-gradient(to bottom, #db5e8c 0, #ce3970 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdb5e8c', endColorstr='#ffce3970', GradientType=0) !important
}

.btn-app.btn-pink:hover {
    background: #be2f64 !important;
    background-image: -webkit-linear-gradient(top, #d2346e 0, #aa2a59 100%) !important;
    background-image: linear-gradient(to bottom, #d2346e 0, #aa2a59 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd2346e', endColorstr='#ffaa2a59', GradientType=0) !important
}

.btn-app.btn-inverse,
.btn-app.btn-inverse.no-hover:hover,
.btn-app.btn-inverse.disabled:hover {
    background: #444 !important;
    background-image: -webkit-linear-gradient(top, #555 0, #333 100%) !important;
    background-image: linear-gradient(to bottom, #555 0, #333 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff333333', GradientType=0) !important
}

.btn-app.btn-inverse:hover {
    background: #2b2b2b !important;
    background-image: -webkit-linear-gradient(top, #3b3b3b 0, #1a1a1a 100%) !important;
    background-image: linear-gradient(to bottom, #3b3b3b 0, #1a1a1a 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3b3b', endColorstr='#ff1a1a1a', GradientType=0) !important
}

.btn-app.btn-grey,
.btn-app.btn-grey.no-hover:hover,
.btn-app.btn-grey.disabled:hover {
    background: #797979 !important;
    background-image: -webkit-linear-gradient(top, #898989 0, #696969 100%) !important;
    background-image: linear-gradient(to bottom, #898989 0, #696969 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff898989', endColorstr='#ff696969', GradientType=0) !important
}

.btn-app.btn-grey:hover {
    background: #6c6c6c !important;
    background-image: -webkit-linear-gradient(top, #7c7c7c 0, #5c5c5c 100%) !important;
    background-image: linear-gradient(to bottom, #7c7c7c 0, #5c5c5c 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff7c7c7c', endColorstr='#ff5c5c5c', GradientType=0) !important
}

.btn.btn-app.btn-light {
    color: #5a5a5a !important;
    text-shadow: 0 1px 1px #EEE !important
}

.btn.btn-app.btn-light,
.btn.btn-app.btn-light.no-hover:hover,
.btn.btn-app.btn-light.disabled:hover {
    background: #ededed !important;
    background-image: -webkit-linear-gradient(top, #f4f4f4 0, #e6e6e6 100%) !important;
    background-image: linear-gradient(to bottom, #f4f4f4 0, #e6e6e6 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe6e6e6', GradientType=0) !important
}

.btn.btn-app.btn-light:hover {
    background: #e0e0e0 !important;
    background-image: -webkit-linear-gradient(top, #e7e7e7 0, #d9d9d9 100%) !important;
    background-image: linear-gradient(to bottom, #e7e7e7 0, #d9d9d9 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe7e7e7', endColorstr='#ffd9d9d9', GradientType=0) !important
}

.btn.btn-app.btn-yellow {
    color: #963 !important;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) !important
}

.btn.btn-app.btn-yellow,
.btn.btn-app.btn-yellow.no-hover:hover,
.btn.btn-app.btn-yellow.disabled:hover {
    background: #fee088 !important;
    background-image: -webkit-linear-gradient(top, #ffe8a5 0, #fcd76a 100%) !important;
    background-image: linear-gradient(to bottom, #ffe8a5 0, #fcd76a 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffe8a5', endColorstr='#fffcd76a', GradientType=0) !important
}

.btn.btn-app.btn-yellow:hover {
    background: #fdd96e !important;
    background-image: -webkit-linear-gradient(top, #ffe18b 0, #fbd051 100%) !important;
    background-image: linear-gradient(to bottom, #ffe18b 0, #fbd051 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffe18b', endColorstr='#fffbd051', GradientType=0) !important
}

.btn.btn-app.active.btn-yellow {
    color: #963;
    border-color: #fee188
}

.btn.btn-app.active.btn-light {
    color: #515151
}

.btn.btn-app.btn-light,
.btn.btn-app.btn-yellow {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset
}

.btn.btn-app.btn-sm {
    min-width: 80px;
    font-size: 16px;
    border-radius: 10px;
    padding: 12px 8px;
    line-height: 1.5
}

.btn.btn-app.btn-sm>[class*=icon] {
    display: block;
    font-size: 32px;
    line-height: 30px;
    margin: 0 0 3px
}

.btn.btn-app.btn-sm.radius-8 {
    border-radius: 8px
}

.btn.btn-app.btn-sm.radius-8>.badge {
    border-radius: 7px
}

.btn.btn-app.btn-sm.radius-8>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app.btn-sm.radius-6 {
    border-radius: 6px
}

.btn.btn-app.btn-sm.radius-6>.badge {
    border-radius: 5px
}

.btn.btn-app.btn-sm.radius-6>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app.btn-sm.radius-4 {
    border-radius: 4px
}

.btn.btn-app.btn-sm.radius-4>.badge {
    border-radius: 3px
}

.btn.btn-app.btn-sm.radius-4>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app.btn-sm.radius-2 {
    border-radius: 2px
}

.btn.btn-app.btn-sm.radius-2>.badge {
    border-radius: 1px
}

.btn.btn-app.btn-sm.radius-2>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app.btn-sm.no-radius {
    border-radius: 0
}

.btn.btn-app.btn-sm.no-radius>.badge {
    border-radius: 3px
}

.btn.btn-app.btn-sm.no-radius>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app.btn-xs {
    min-width: 64px;
    font-size: 15px;
    border-radius: 8px;
    padding: 7px 8px;
    line-height: 1.45
}

.btn.btn-app.btn-xs>[class*=icon] {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin: 0
}

.btn.btn-app.btn-xs.radius-8 {
    border-radius: 8px
}

.btn.btn-app.btn-xs.radius-8>.badge {
    border-radius: 7px
}

.btn.btn-app.btn-xs.radius-8>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app.btn-xs.radius-6 {
    border-radius: 6px
}

.btn.btn-app.btn-xs.radius-6>.badge {
    border-radius: 5px
}

.btn.btn-app.btn-xs.radius-6>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app.btn-xs.radius-4 {
    border-radius: 4px
}

.btn.btn-app.btn-xs.radius-4>.badge {
    border-radius: 3px
}

.btn.btn-app.btn-xs.radius-4>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app.btn-xs.radius-2 {
    border-radius: 2px
}

.btn.btn-app.btn-xs.radius-2>.badge {
    border-radius: 1px
}

.btn.btn-app.btn-xs.radius-2>.badge.no-radius {
    border-radius: 0
}

.btn.btn-app.btn-xs.no-radius {
    border-radius: 0
}

.btn.btn-app.btn-xs.no-radius>.badge {
    border-radius: 3px
}

.btn.btn-app.btn-xs.no-radius>.badge.no-radius {
    border-radius: 0
}

.pane-dark>.pane-controls {
    background-color: #34495e
}

.pane-dark>.pane-controls .control {
    color: #efefef
}

.pane-dark>.pane-body {
    background-color: #34495e
}

.pane-dark>.pane-body .panel,
.pane-dark>.pane-body [class*=panel] {
    color: #efefef
}

.pane-dark>.pane-body .panel .panel-body,
.pane-dark>.pane-body [class*=panel] .panel-body {
    background-color: #46627f
}

.pane-dark>.pane-body .panel-group {
    color: #efefef
}


/*!
 * jQuery UI Bootstrap 0.2.5
 * Theme created by @gustavohenke for the jQuery UI Framework 1.9+
 *
 * Useful links:
 * http://jqueryui.com
 * http://gustavohenke.github.com/jquery-ui-bootstrap
 *
 * Licensed under MIT.
 */

.ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    color: #222;
    font-weight: bold
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-weight: normal;
    color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #bbb;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    color: #555;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75)
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border: 1px solid #999;
    background-position: 0 -15px;
    font-weight: normal;
    -webkit-transition: .1s linear background-position;
    -moz-transition: .1s linear background-position;
    -ms-transition: .1s linear background-position;
    -o-transition: .1s linear background-position;
    transition: .1s linear background-position
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    font-weight: normal
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fbeed5;
    background: #fcf8e3;
    color: #c09853
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #eed3d7;
    background: #f2dede;
    color: #b94a48
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_333333_256x240.png)
}

.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_333333_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_333333_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_B94A48_256x240.png)
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.ui-button,
.ui-button.ui-state-default,
.ui-slider .ui-slider-handle {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.ui-buttonset .ui-button.ui-state-active,
.ui-slider .ui-slider-handle.ui-state-active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.ui-button[disabled],
.ui-button.ui-state-disabled {
    background-image: none;
    opacity: .65;
    filter: Alpha(Opacity=65)
}

.ui-tabs {
    border: 0
}

.ui-tabs .ui-tabs-nav {
    margin-bottom: 5px;
    border-width: 0 0 1px;
    border-bottom-color: #ddd;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ui-tabs .ui-tabs-nav li {
    padding-bottom: 1px;
    border-color: transparent;
    background: 0;
    filter: none
}

.ui-tabs .ui-tabs-nav li a {
    padding: 0 15px;
    line-height: 34px;
    color: #08c
}

.ui-tabs .ui-tabs-nav li:hover {
    background: #eee
}

.ui-tabs .ui-tabs-nav li a:hover {
    color: #005580
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
    border: 1px solid #ddd;
    border-bottom-color: #fff;
    background: #fff
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #555
}

.ui-tabs .ui-tabs-panel {
    padding: 0
}

.ui-dialog {
    padding: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)
}

.ui-dialog .ui-dialog-titlebar {
    padding: 9px 15px;
    border-width: 0 0 1px;
    border-color: #eee;
    font-size: 18px;
    background: transparent;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 15px
}

.ui-dialog a.ui-dialog-titlebar-close {
    color: #CCC
}

.ui-dialog a.ui-dialog-titlebar-close.ui-state-hover {
    border: 0;
    background: transparent
}

.ui-dialog a.ui-dialog-titlebar-close:hover,
.ui-dialog a.ui-dialog-titlebar-close:focus {
    padding: 1px;
    color: #454545
}

.ui-dialog .ui-dialog-buttonpane {
    border-color: #ddd;
    background: #f5f5f5;
    text-align: right;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.ui-datepicker {
    width: 20em;
    padding: 0
}

.ui-datepicker .ui-datepicker-header {
    border-width: 0 0 1px;
    border-color: #ddd;
    background: #f6f6f6;
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
    border: 0;
    background: transparent
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px
}

.ui-datepicker td .ui-state-default {
    padding: 5px;
    border: 0;
    background: transparent;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.ui-datepicker th {
    color: #555
}

.ui-datepicker td.ui-datepicker-week-col {
    padding-left: 5px
}

.ui-datepicker td .ui-state-active {
    background: #bfbfbf;
    color: #fff
}

.ui-accordion .ui-accordion-content {
    padding: 1em
}

.ui-spinner {
    border: 0
}

.ui-spinner .ui-spinner-input {
    margin: 0
}

.ui-spinner a.ui-spinner-button {
    border: 1px solid #ddd
}

.ui-spinner a.ui-spinner-up {
    border-bottom-width: 0
}

.ui-spinner a.ui-spinner-down {
    border-top-width: 0
}

.ui-menu .ui-menu-item a {
    padding: 6px .5em
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    margin: 0
}

.ui-menu .ui-menu-item a.ui-state-active {
    border: 0
}

.ui-tooltip {
    border: 0;
    background: transparent;
    opacity: .8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.ui-tooltip .ui-tooltip-content {
    padding: 3px 8px;
    background: #000;
    color: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.ui-autocomplete {
    z-index: 3 !important
}

.ui-progressbar .ui-progressbar-value,
.ui-slider .ui-slider-range,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-widget-content .ui-priority-primary,
.ui-datepicker td .ui-state-hover,
.ui-datepicker .ui-datepicker-today a {
    background-color: #006dcc;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#08c), to(#04c));
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #08c), color-stop(100%, #04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.ui-button.ui-priority-primary {
    border-color: #04c #04c #002a80
}

.ui-priority-primary.ui-state-hover {
    background-color: #04c;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.ui-icon.ui-icon-inline {
    display: inline-block
}

.ui-progressbar-striped .ui-progressbar-value {
    background-color: #0079cc;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 4em 4em;
    -moz-background-size: 4em 4em;
    -o-background-size: 4em 4em;
    background-size: 4em 4em
}

@-webkit-keyframes progressbar-stripes {
    from {
        background-position: 4em 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes progressbar-stripes {
    from {
        background-position: 4em 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progressbar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 4em 0
    }
}

@keyframes progressbar-stripes {
    from {
        background-position: 4em 0
    }
    to {
        background-position: 0 0
    }
}

.ui-progressbar-striped.ui-progressbar-animated .ui-progressbar-value {
    -webkit-animation: progressbar-stripes 1.5s linear infinite;
    -moz-animation: progressbar-stripes 1.5s linear infinite;
    -ms-animation: progressbar-stripes 1.5s linear infinite;
    -o-animation: progressbar-stripes 1.5s linear infinite;
    animation: progressbar-stripes 1.5s linear infinite
}


/*!
 * jQuery UI Bootstrap 0.2.5
 * Created by @gustavohenke.
 * Licensed under MIT.
 *
 * --------------------------
 *
 * To be able to make use of this FontAwesome compatibility layer, you must include the
 * FontAwesome @font-face somewhere in your CSS. Don't forget it, it's important!
 */

.ui-icon {
    display: inline-block;
    line-height: 1em;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-decoration: inherit;
    text-align: center;
    text-indent: 0;
    background-image: none !important;
    background-position: 0 0;
    background-repeat: repeat;
    cursor: default
}

li .ui-icon {
    float: left
}

a .ui-icon {
    cursor: pointer
}

.ui-icon:before {
    display: inline-block
}

.ui-icon-carat-1-ne:before,
.ui-icon-carat-1-n:before {
    content: "\f106"
}

.ui-icon-carat-1-se:before,
.ui-icon-carat-1-e:before {
    content: "\f105"
}

.ui-icon-carat-1-sw:before,
.ui-icon-carat-1-s:before {
    content: "\f107"
}

.ui-icon-carat-1-nw:before,
.ui-icon-carat-1-w:before {
    content: "\f104"
}

.ui-icon-triangle-1-ne:before,
.ui-icon-circle-triangle-n:before,
.ui-icon-triangle-1-n:before {
    content: "\f0d8"
}

.ui-icon-triangle-1-se:before,
.ui-icon-circle-triangle-e:before,
.ui-icon-triangle-1-e:before {
    content: "\f0da"
}

.ui-icon-triangle-1-sw:before,
.ui-icon-circle-triangle-s:before,
.ui-icon-triangle-1-s:before {
    content: "\f0d7"
}

.ui-icon-triangle-1-nw:before,
.ui-icon-circle-triangle-w:before,
.ui-icon-triangle-1-w:before {
    content: "\f0d9"
}

.ui-icon-triangle-2-e-w:before,
.ui-icon-triangle-2-n-s:before {
    content: "\f0dc"
}

.ui-icon-arrowthick-1-n:before,
.ui-icon-arrowthick-1-ne:before,
.ui-icon-arrow-1-ne:before,
.ui-icon-arrow-1-n:before {
    content: "\f062"
}

.ui-icon-arrowthick-1-e:before,
.ui-icon-arrowthick-1-se:before,
.ui-icon-arrow-1-se:before,
.ui-icon-arrow-1-e:before {
    content: "\f061"
}

.ui-icon-arrowthick-1-s:before,
.ui-icon-arrowthick-1-sw:before,
.ui-icon-arrow-1-sw:before,
.ui-icon-arrow-1-s:before {
    content: "\f063"
}

.ui-icon-arrowthick-1-w:before,
.ui-icon-arrowthick-1-nw:before,
.ui-icon-arrow-1-nw:before,
.ui-icon-arrow-1-w:before {
    content: "\f060"
}

.ui-icon-arrow-2-n-s:before,
.ui-icon-arrowthick-2-n-s:before {
    content: "\f07d"
}

.ui-icon-arrow-2-e-w:before,
.ui-icon-arrowthick-2-e-w:before {
    content: "\f07e"
}

.ui-icon-arrow-2-ne-sw:before,
.ui-icon-arrow-2-se-nw:before,
.ui-icon-arrowthick-2-se-nw:before,
.ui-icon-arrowthick-2-ne-sw:before {
    content: "\f065"
}

.ui-icon-arrow-4:before {
    content: "\f047"
}

.ui-icon-arrow-4-diag:before {
    content: "\f0b2"
}

.ui-icon-arrowreturnthick-1-w:before,
.ui-icon-arrowreturnthick-1-n:before,
.ui-icon-arrowreturnthick-1-e:before,
.ui-icon-arrowreturnthick-1-s:before,
.ui-icon-arrowreturn-1-w:before,
.ui-icon-arrowreturn-1-n:before,
.ui-icon-arrowreturn-1-e:before,
.ui-icon-arrowreturn-1-s:before {
    content: "\f112"
}

.ui-icon-extlink:before {
    content: "\f08e"
}

.ui-icon-refresh:before {
    content: "\f021"
}

.ui-icon-shuffle:before {
    content: "\f074"
}

.ui-icon-transfer-e-w:before {
    content: "\f0ec"
}

.ui-icon-transferthick-e-w:before {
    content: "\f0ec"
}

.ui-icon-folder-collapsed:before {
    content: "\f07b"
}

.ui-icon-folder-open:before {
    content: "\f07c"
}

.ui-icon-document:before {
    content: "\f016"
}

.ui-icon-document-b:before {
    content: "\f0f6"
}

.ui-icon-mail-closed:before {
    content: "\f003"
}

.ui-icon-suitcase:before {
    content: "\f0f2"
}

.ui-icon-comment:before {
    content: "\f075"
}

.ui-icon-person:before {
    content: "\f007"
}

.ui-icon-print:before {
    content: "\f02f"
}

.ui-icon-trash:before {
    content: "\f014"
}

.ui-icon-locked:before {
    content: "\f023"
}

.ui-icon-unlocked:before {
    content: "\f09c"
}

.ui-icon-bookmark:before {
    content: "\f02e"
}

.ui-icon-tag:before {
    content: "\f02b"
}

.ui-icon-home:before {
    content: "\f015"
}

.ui-icon-flag:before {
    content: "\f024"
}

.ui-icon-cart:before {
    content: "\f07a"
}

.ui-icon-pencil:before {
    content: "\f040"
}

.ui-icon-clock:before {
    content: "\f017"
}

.ui-icon-disk:before {
    content: "\f0c7"
}

.ui-icon-calendar:before {
    content: "\f073"
}

.ui-icon-zoomin:before {
    content: "\f00e"
}

.ui-icon-zoomout:before {
    content: "\f010"
}

.ui-icon-search:before {
    content: "\f002"
}

.ui-icon-wrench:before {
    content: "\f0ad"
}

.ui-icon-gear:before {
    content: "\f013"
}

.ui-icon-heart:before {
    content: "\f004"
}

.ui-icon-star:before {
    content: "\f005"
}

.ui-icon-link:before {
    content: "\f0c1"
}

.ui-icon-cancel:before {
    content: "\f05e"
}

.ui-icon-plus:before {
    content: "\f067"
}

.ui-icon-plusthick:before {
    content: "\f067"
}

.ui-icon-minus:before {
    content: "\f068"
}

.ui-icon-minusthick:before {
    content: "\f068"
}

.ui-icon-close:before {
    content: "\f00d"
}

.ui-icon-closethick:before {
    content: "\f00d"
}

.ui-icon-key:before {
    content: "\f084"
}

.ui-icon-lightbulb:before {
    content: "\f0eb"
}

.ui-icon-scissors:before {
    content: "\f0c4"
}

.ui-icon-copy:before {
    content: "\f0c5"
}

.ui-icon-clipboard:before {
    content: "\f0ea"
}

.ui-icon-image:before {
    content: "\f03e"
}

.ui-icon-video:before {
    content: "\f008"
}

.ui-icon-alert:before {
    content: "\f071"
}

.ui-icon-info:before {
    content: "\f05a"
}

.ui-icon-notice:before {
    content: "\f06a"
}

.ui-icon-help:before {
    content: "\f059"
}

.ui-icon-check:before {
    content: "\f00c"
}

.ui-icon-bullet:before {
    content: "\f111"
}

.ui-icon-radio-on:before {
    content: "\f046"
}

.ui-icon-radio-off:before {
    content: "\f096"
}

.ui-icon-pin-s:before {
    content: "\f08d"
}

.ui-icon-play:before {
    content: "\f04b"
}

.ui-icon-pause:before {
    content: "\f04c"
}

.ui-icon-seek-next:before {
    content: "\f04e"
}

.ui-icon-seek-prev:before {
    content: "\f04a"
}

.ui-icon-seek-end:before {
    content: "\f051"
}

.ui-icon-seek-first:before {
    content: "\f048"
}

.ui-icon-stop:before {
    content: "\f04d"
}

.ui-icon-eject:before {
    content: "\f052"
}

.ui-icon-volume-off:before {
    content: "\f026"
}

.ui-icon-volume-on:before {
    content: "\f028"
}

.ui-icon-power:before {
    content: "\f011"
}

.ui-icon-signal-diag:before {
    content: "\f09e"
}

.ui-icon-signal:before {
    content: "\f012"
}

.ui-icon-circle-plus:before {
    content: "\f055"
}

.ui-icon-circle-minus:before {
    content: "\f056"
}

.ui-icon-circle-close:before {
    content: "\f057"
}

.ui-icon-circle-arrow-e:before {
    content: "\f0a9"
}

.ui-icon-circle-arrow-s:before {
    content: "\f0ab"
}

.ui-icon-circle-arrow-w:before {
    content: "\f0a8"
}

.ui-icon-circle-arrow-n:before {
    content: "\f0aa"
}

.ui-icon-circle-check:before {
    content: "\f058"
}

.ui-icon-carat-1-ne,
.ui-icon-carat-1-se,
.ui-icon-carat-1-sw,
.ui-icon-carat-1-nw,
.ui-icon-triangle-1-ne,
.ui-icon-triangle-1-se,
.ui-icon-triangle-1-sw,
.ui-icon-triangle-1-nw,
.ui-icon-arrowthick-1-ne,
.ui-icon-arrowthick-1-se,
.ui-icon-arrowthick-1-sw,
.ui-icon-arrowthick-1-nw,
.ui-icon-arrow-1-ne,
.ui-icon-arrow-1-se,
.ui-icon-arrow-1-sw,
.ui-icon-arrow-1-nw {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ui-icon-arrowreturnthick-1-n,
.ui-icon-arrowreturn-1-n,
.ui-icon-arrow-2-se-nw,
.ui-icon-arrowthick-2-se-nw,
.ui-icon-triangle-2-e-w {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ui-icon-arrowreturnthick-1-e,
.ui-icon-arrowreturn-1-e {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ui-icon-arrowreturnthick-1-s,
.ui-icon-arrowreturn-1-s {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.ui-state-hover .ui-icon {
    color: #454545
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: 1px solid #bbb;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    color: #555;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75)
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    border: 1px solid #999;
    background-position: 0 -15px;
    font-weight: normal;
    -webkit-transition: .1s linear background-position;
    -moz-transition: .1s linear background-position;
    -ms-transition: .1s linear background-position;
    -o-transition: .1s linear background-position;
    transition: .1s linear background-position
}

/* PNotify modules included in this custom build file:
animate
brighttheme
buttons
desktop
mobile
nonblock
*/
/*
Author  : Hunter Perrin
Version : 3.0.0
Link    : http://sciactive.com/pnotify/
*/
/* -- Notice */
.ui-pnotify {
    top: 36px;
    right: 36px;
    position: absolute;
    height: auto;
    z-index: 2;
}
body > .ui-pnotify {
    /* Notices in the body context should be fixed to the viewport. */
    position: fixed;
    /* Ensures notices are above everything */
    z-index: 100040;
}
.ui-pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
body > .ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 100039;
}
.ui-pnotify.ui-pnotify-in {
    display: block !important;
}
.ui-pnotify.ui-pnotify-move {
    transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-slow {
    transition: opacity .6s linear;
    opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
    transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-normal {
    transition: opacity .4s linear;
    opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
    transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity .2s linear;
    opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
    transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1;
}
.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.1);
}
.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0;
}
.ui-pnotify-container:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.ui-pnotify-container.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0;
}
.ui-pnotify-text {
    display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
    display: none;
    float: left;
    margin-right: .2em;
}
/* Alternate stack initial positioning. */
.ui-pnotify.stack-topleft, .ui-pnotify.stack-bottomleft {
    left: 25px;
    right: auto;
}
.ui-pnotify.stack-bottomright, .ui-pnotify.stack-bottomleft {
    bottom: 25px;
    top: auto;
}
.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -150px;
}
/*
Color Scheme: http://paletton.com/palette.php?uid=c1T3n2J040kpEKzpEKzbEPSOEyiNk9W
*/
.brighttheme {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.brighttheme.ui-pnotify-container {
    padding: 18px;
}
.brighttheme .ui-pnotify-title {
    margin-bottom: 12px;
}
.brighttheme-notice {
    background-color: #FFFFA2;
    border: 0 solid #FFFF00;
    color: #4F4F00;
}
.brighttheme-info {
    background-color: #8FCEDD;
    border: 0 solid #0286A5;
    color: #012831;
}
.brighttheme-success {
    background-color: #AFF29A;
    border: 0 solid #35DB00;
    color: #104300;
}
.brighttheme-error {
    background-color: #FFABA2;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255,255,255,.3) 35px, rgba(255,255,255,.3) 70px);
    border: 0 solid #FF1800;
    color: #4F0800;
}
.brighttheme-icon-notice,
.brighttheme-icon-info,
.brighttheme-icon-success,
.brighttheme-icon-closer,
.brighttheme-icon-sticker {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    font-family: "Courier New",Courier,monospace;
    border-radius: 50%;
}
.brighttheme-icon-notice:after,
.brighttheme-icon-info:after,
.brighttheme-icon-success:after,
.brighttheme-icon-closer:after,
.brighttheme-icon-sticker:after {
    position: absolute;
    top: 0;
    left: 4px;
}
.brighttheme-icon-notice {
    background-color: #2E2E00;
    color: #FFFFA2;
    margin-top: 2px;
}
.brighttheme-icon-notice:after {
    content: "!";
}
.brighttheme-icon-info {
    background-color: #012831;
    color: #8FCEDD;
    margin-top: 2px;
}
.brighttheme-icon-info:after {
    content: "i";
}
.brighttheme-icon-success {
    background-color: #104300;
    color: #AFF29A;
    margin-top: 2px;
}
.brighttheme-icon-success:after {
    content: "\002713";
}
.brighttheme-icon-error {
    position: relative;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #2E0400;
    font-size: 0;
    line-height: 0;
    color: #FFABA2;
    margin-top: 1px;
}
.brighttheme-icon-error:after {
    position: absolute;
    top: 1px;
    left: -4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    font-family: "Courier New",Courier,monospace;
    content: "!";
}
.brighttheme-icon-closer,
.brighttheme-icon-sticker {
    display: inline-block;
}
.brighttheme-icon-closer:after {
    top: -4px;
    content: "\002715";
}
.brighttheme-icon-sticker:after {
    top: -5px;
    content: "\01D1BC";
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.brighttheme .ui-pnotify-action-bar {
    padding-top: 12px;
}
.brighttheme .ui-pnotify-action-bar textarea, .brighttheme .ui-pnotify-action-bar input {
    display: block;
    width: 100%;
    margin-bottom: 12px !important;
}
.brighttheme .ui-pnotify-action-button {
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 8px;
    border: none;
    background: transparent;
}

.brighttheme .ui-pnotify-action-button.btn-primary {
    border: none;
    border-radius: 0;
}
.brighttheme-notice .ui-pnotify-action-button.btn-primary {
    background-color: #FFFF00;
    color: #4F4F00;
}
.brighttheme-info .ui-pnotify-action-button.btn-primary {
    background-color: #0286A5;
    color: #012831;
}
.brighttheme-success .ui-pnotify-action-button.btn-primary {
    background-color: #35DB00;
    color: #104300;
}
.brighttheme-error .ui-pnotify-action-button.btn-primary {
    background-color: #FF1800;
    color: #4F0800;
}.ui-pnotify-closer, .ui-pnotify-sticker {
    float: right;
    margin-left: .2em;
}
.ui-pnotify-container {
    position: relative;
    left: 0;
}
@media (max-width: 480px) {
    /* -- Notice */
    .ui-pnotify-mobile-able.ui-pnotify {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: auto !important;
        font-size: 1.2em;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }
    .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom-width: 5px;
    }
    .ui-pnotify-mobile-able .ui-pnotify-container {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    /* Alternate stack initial positioning. */
    .ui-pnotify-mobile-able.ui-pnotify.stack-topleft, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft {
        left: 0;
        right: 0;
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow {
        border-top-width: 5px;
        border-bottom-width: 1px;
    }

}
.ui-pnotify.ui-pnotify-nonblock-fade {
    /*transition: opacity .3s ease;*/
    opacity: .2;
}
.ui-pnotify.ui-pnotify-nonblock-hide {
    display: none !important;
}

.dealflow-title {
    background-color: #5bc0de;
    color: #fff;
    text-align: center;
    padding: 5px
}

body.login {
    background: #2C3E50 url('../bundles/raccara/images/bg-login.jpg2') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

body.login .panel-default {
    opacity: .9;
    margin-top: 30px
}

body.login .form-group.last {
    margin-bottom: 0
}

.capitalization-input,
.operation-input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 0;
    background: 0;
    width: 100%;
    text-align: right
}
.capitalization-textarea
 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 0;
    background: 0;
    width: 100%;
    text-align: left
}

.table-capitalization .total,
.table-operation .total,
.table-striped.table-capitalization>tbody>tr:nth-of-type(odd).total,
.table-striped.table-operation>tbody>tr:nth-of-type(odd).total {
    background-color: #f2dede
}

.table-condensed.table-capitalization>thead>tr>th,
.table-condensed.table-capitalization>tbody>tr>th,
.table-condensed.table-capitalization>tfoot>tr>th,
.table-condensed.table-capitalization>thead>tr>td,
.table-condensed.table-capitalization>tbody>tr>td,
.table-condensed.table-capitalization>tfoot>tr>td {
    padding: 2px
}

.table-condensed.table-operation>thead>tr>th,
.table-condensed.table-operation>tbody>tr>th,
.table-condensed.table-operation>tfoot>tr>th,
.table-condensed.table-operation>thead>tr>td,
.table-condensed.table-operation>tbody>tr>td,
.table-condensed.table-operation>tfoot>tr>td {
    padding: 2px
}

.table-capitalization th>span,
.table-capitalization td>span {
    display: none;
    cursor: pointer
}

.table-operation th>span,
.table-operation td>span {
    display: none;
    cursor: pointer
}

.table-capitalization th:hover>span,
.table-capitalization td:hover>span {
    display: inline
}

.table-operation th:hover>span,
.table-operation td:hover>span {
    display: inline
}

.table-condensed.table-operation>thead>tr>th:first-child {
    width: 15%
}

.table-condensed.table-capitalization>thead>tr>th:first-child {
    width: 15%
}

.table.table-capitalization>thead>tr>th,
.table.table-capitalization>tbody>tr>th,
.table.table-capitalization>tfoot>tr>th,
.table.table-capitalization>thead>tr>td,
.table.table-capitalization>tbody>tr>td,
.table.table-capitalization>tfoot>tr>td,
.table.table-operation>thead>tr>th,
.table.table-operation>tbody>tr>th,
.table.table-operation>tfoot>tr>th,
.table.table-operation>thead>tr>td,
.table.table-operation>tbody>tr>td,
.table.table-operation>tfoot>tr>td {
    border: 1px solid #ddd
}

.table.table-capitalization>thead>tr>th,
.table.table-capitalization>tfoot>tr>th,
.table.table-operation>thead>tr>th,
.table.table-operation>tfoot>tr>th {
    text-align: center
}

.table.table-capitalization>tbody>tr>th.total-value,
.table.table-operation>tbody>tr>th.total-value {
    text-align: right
}

.capitalization-table-header {
    padding: 5px
}

.capitalization-table-header .header {
    display: inline
}

.capitalization-table-header .tools .tool {
    display: inline
}

.operation-table-header {
    padding: 5px
}

.operation-table-header .header {
    display: inline
}

.operation-table-header .tools .tool {
    display: inline
}

.banner {
    width: 400px;
    height: 150px;
    margin: auto auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default
}

.banner .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.banner img {
    display: block;
    position: relative
}

.banner .info {
    display: inline-block;
    text-decoration: none;
    padding: 5px;
    width: 85px;
    height: 30px;
    margin-top: 60px
}

.banner .mask {
    opacity: 0;
    overflow: visible;
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    transition: all .4s ease-in-out
}

.edit-banner:hover {
    border: 5px solid #fff;
    box-shadow: 0 0 5px #aaa
}

.banner:hover .mask {
    opacity: 1
}

.banner:hover .info {
    opacity: 1;
    transition-delay: .3s
}

.banner .info a {
    background-color: #2c3e50;
    border-radius: 4px;
    color: #eee;
    padding: 0 10px;
    text-align: center;
    margin: 0 3px
}

.banner .info a:hover {
    text-decoration: none
}

.banner .info p {
    color: #fff;
    font-size: 12px
}

.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dropzone {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.02);
    padding: 1em
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone .dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.dropzone.dz-drag-hover {
    border-color: rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.04)
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    display: inline-block;
    margin: 17px;
    vertical-align: top;
    border: 1px solid #acacac;
    padding: 6px 6px 6px 6px
}

.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
    display: none
}

.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
    width: 100px;
    height: 100px;
    position: relative;
    background: #ebebeb;
    padding: 5px;
    margin-bottom: 22px
}

.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    height: 100%
}

.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px
}

.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
    position: absolute;
    bottom: -28px;
    left: 3px;
    height: 28px;
    line-height: 28px
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
    display: block
}

.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
    display: none
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    right: -10px;
    top: -10px
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
    color: #8cc657
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    color: #ee162d
}

.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
    position: absolute;
    top: 100px;
    left: 6px;
    right: 6px;
    height: 6px;
    background: #d7d7d7;
    display: none
}

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #8cc657
}

.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
    display: block
}

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
    display: none;
    position: absolute;
    top: -5px;
    left: -20px;
    background: rgba(245, 245, 245, 0.8);
    padding: 8px 10px;
    color: #800;
    min-width: 140px;
    max-width: 500px;
    z-index: 500
}

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    display: block
}

.dropzone {
    border: 1px solid rgba(0, 0, 0, 0.03);
    min-height: 360px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 23px
}

.dropzone .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background-image: url("../bundles/raccara/images/spritemap.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 428px;
    height: 123px;
    margin-left: -214px;
    margin-top: -61.5px;
    top: 50%;
    left: 50%
}

.form-dz.dropzone .dz-default.dz-message {
    background-image: url("../bundles/raccara/images/spritemap.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 85% auto;
    filter: none;
    height: 24%;
    opacity: 1;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    top: 30%;
    transition: opacity .3s ease-in-out 0;
    width: 100%;
    left: 7%
}

@media all and (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:1.5/1),
(min-device-pixel-ratio:1.5),
(min-resolution:138dpi),
(min-resolution:1.5dppx) {
    .dropzone .dz-default.dz-message {
        background-image: url("../bundles/raccara/images/spritemap@2x.png");
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px
    }
}

.dropzone .dz-default.dz-message span {
    display: none
}

.dropzone.dz-square .dz-default.dz-message {
    background-position: 0 -123px;
    width: 268px;
    margin-left: -134px;
    height: 174px;
    margin-top: -87px
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .15;
    -ms-filter: "alpha(opacity=15)";
    filter: alpha(opacity=15)
}

.dropzone.dz-started .dz-message {
    display: block;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0)
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    font-size: 14px
}

.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
    display: block;
    opacity: .1;
    -ms-filter: "alpha(opacity=10)";
    filter: alpha(opacity=10)
}

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
    background: #ee1e2d
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
    display: block;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    background-image: url("../bundles/raccara/images/spritemap.png");
    background-repeat: no-repeat
}

@media all and (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:1.5/1),
(min-device-pixel-ratio:1.5),
(min-resolution:138dpi),
(min-resolution:1.5dppx) {
    .dropzone .dz-preview .dz-error-mark,
    .dropzone-previews .dz-preview .dz-error-mark,
    .dropzone .dz-preview .dz-success-mark,
    .dropzone-previews .dz-preview .dz-success-mark {
        background-image: url("../bundles/raccara/images/spritemap@2x.png");
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px
    }
}

.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
    display: none
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    background-position: -268px -123px
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
    background-position: -268px -163px
}

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
    -webkit-animation: loading .4s linear infinite;
    -moz-animation: loading .4s linear infinite;
    -o-animation: loading .4s linear infinite;
    -ms-animation: loading .4s linear infinite;
    animation: loading .4s linear infinite;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-image: url("../bundles/raccara/images/spritemap.png");
    background-repeat: repeat-x;
    background-position: 0 -400px
}

@media all and (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:1.5/1),
(min-device-pixel-ratio:1.5),
(min-resolution:138dpi),
(min-resolution:1.5dppx) {
    .dropzone .dz-preview .dz-progress .dz-upload,
    .dropzone-previews .dz-preview .dz-progress .dz-upload {
        background-image: url("../bundles/raccara/images/spritemap@2x.png");
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px
    }
}

.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
    display: block;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
    display: block;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
    background-image: -webkit-linear-gradient(top, #fafafa, #eee);
    background-image: -moz-linear-gradient(top, #fafafa, #eee);
    background-image: -o-linear-gradient(top, #fafafa, #eee);
    background-image: -ms-linear-gradient(top, #fafafa, #eee);
    background-image: linear-gradient(to bottom, #fafafa, #eee);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #eee;
    text-decoration: none;
    display: block;
    padding: 4px 5px;
    text-align: center;
    color: #aaa;
    margin-top: 26px
}

.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
    color: #666
}

@-moz-keyframes loading {
    from {
        background-position: 0 -400px
    }
    to {
        background-position: -7px -400px
    }
}

@-webkit-keyframes loading {
    from {
        background-position: 0 -400px
    }
    to {
        background-position: -7px -400px
    }
}

@-o-keyframes loading {
    from {
        background-position: 0 -400px
    }
    to {
        background-position: -7px -400px
    }
}

@keyframes loading {
    from {
        background-position: 0 -400px
    }
    to {
        background-position: -7px -400px
    }
}

* {
    outline: none !important
}

.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-muted {
    color: white
}

.bg-primary .page-header,
.bg-success .page-header,
.bg-info .page-header,
.bg-warning .page-header,
.bg-danger .page-header,
.bg-muted .page-header {
    color: white
}

.bg-primary {
    background-color: #32b9b1
}

.bg-success {
    background-color: #51be38
}

.bg-info {
    background-color: #5bc0de
}

.bg-warning {
    background-color: #ef9544
}

.bg-danger {
    background-color: #f05a5b
}

.bg-muted {
    background-color: #bbb
}

.text-primary {
    color: #32b9b1
}

.text-success {
    color: #51be38
}

.text-info {
    color: #5bc0de
}

.text-warning {
    color: #ef9544
}

.text-danger {
    color: #f05a5b
}

.panel {
    border: 0
}

.panel .panel-body {
    padding: 20px
}

.panel-heading .panel-toggle {
    background: #f9fafa
}

.panel-heading .panel-title {
    font-size: 18px
}

.timeline {
    list-style: none;
    position: relative;
    max-width: 1200px;
    background-color: #5bbcd5;
    padding: 20px;
    margin: 0 auto;
    overflow: hidden
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 4px;
    border-radius: 2px;
    display: block
}

.timeline .timeline-row {
    padding-left: 50%;
    position: relative;
    z-index: 10
}

.timeline .timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 31px;
    text-align: right;
    margin-right: 40px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600
}

.timeline .timeline-row .timeline-time small {
    display: block;
    color: white;
    text-transform: uppercase;
    opacity: .75;
    font-size: 11px;
    font-weight: 400
}

.timeline .timeline-row .timeline-icon {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 3px;
    color: white;
    font-size: 14px;
    z-index: 100
}

.timeline .timeline-row .timeline-icon>div {
    border-radius: 50%;
    line-height: 34px;
    font-size: 16px
}

.timeline .timeline-row .timeline-content {
    margin-left: 40px;
    position: relative;
    background-color: white;
    color: #333
}

.timeline .timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 48px;
    left: -41px;
    height: 4px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1
}

.timeline .timeline-row .timeline-content .panel-body {
    padding: 15px 15px 2px;
    position: relative;
    z-index: 10
}

.timeline .timeline-row .timeline-content h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.2
}

.timeline .timeline-row .timeline-content p {
    margin-bottom: 15px
}

.timeline .timeline-row .timeline-content img {
    margin-bottom: 15px
}

.timeline .timeline-row .timeline-content blockquote {
    border-color: #eee
}

.timeline .timeline-row .timeline-content blockquote footer,
.timeline .timeline-row .timeline-content blockquote small,
.timeline .timeline-row .timeline-content blockquote .small,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse footer,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse small,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse .small {
    color: #999
}

.timeline .timeline-row .timeline-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 15px;
    overflow: hidden
}

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

.timeline .timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%
}

.timeline .timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 40px
}

.timeline .timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
    margin-left: 0
}

.timeline .timeline-row:nth-child(odd) .timeline-content:after {
    left: auto;
    right: -41px
}

.timeline.animated .timeline-row .timeline-content {
    opacity: 0;
    left: 20px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left: -20px
}

.timeline.animated .timeline-row.active .timeline-content {
    opacity: 1;
    left: 0
}

.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0
}

@media(max-width:1200px) {
    .timeline {
        padding: 15px 10px
    }
    .timeline:after {
        left: 28px
    }
    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px
    }
    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px
    }
    .timeline .timeline-row .timeline-time strong {
        display: inline-block;
        margin-right: 10px
    }
    .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0
    }
    .timeline .timeline-row .timeline-content {
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative
    }
    .timeline .timeline-row .timeline-content:after {
        right: auto !important;
        left: -20px !important;
        top: 32px
    }
    .timeline .timeline-row:nth-child(odd) {
        padding-right: 0
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px
    }
    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px
    }
    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0
    }
}

.widget-dealflow-page .table>tbody>tr>th,
.widget-dealflow-page .table>tbody>tr>td {
    border-top: 0
}

.widget-dealflow-page .table>tbody>tr>th {
    width: 200px;
    max-width: 200px
}

.infobox-dark .infobox-content ul {
    color: #555
}

.infobox-greylight {
    color: #00c44b;
    border-color: #00c44b
}

.infobox-greylight>.infobox-icon>[class*="icon-"] {
    background-color: #00c44b
}

.infobox-greylight.infobox-dark {
    background-color: #00c44b;
    border-color: #00c44b
}

.infobox a:hover {
    text-decoration: none
}

.infobox-icon a>[class*="icon-"] {
    display: inline-block;
    height: 42px;
    margin: 0;
    padding: 1px 1px 0 2px;
    border-radius: 100%;
    background-color: transparent;
    border: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
    text-align: center;
    position: relative
}

.infobox-icon a>[class*="icon-"]:before {
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 30px;
    padding: 6px 0 7px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
    width: 40px
}

.select2-container.form-control {
    border: none !important
}

.tree-root {
    cursor: pointer
}

.tree-nodes {
    position: relative
}

.tree-nodes::before {
    border-left: 1px dotted #9dbdd6;
    content: "";
    display: inline-block;
    left: 16px;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1029
}

.tree-nodes {
    padding-left: 30px
}

.tree-node {
    position: relative
}

.tree-node::before {
    border-top: 1px dotted #9dbdd6;
    content: "";
    display: inline-block;
    left: -13px;
    position: absolute;
    top: 10px;
    width: 6px;
    z-index: 1029
}

tr.validated a[data-execute="delete"] {
    display: none
}


/*!
 * FullCalendar v2.3.0 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

body .fc {
    font-size: 1em
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666
}

.fc-unthemed .fc-today {
    background: #fcf8e3
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace
}

.fc-icon:after {
    position: relative;
    margin: 0 -1em
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: 3%
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: -3%
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    border: 1px solid
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc button .fc-icon {
    position: relative;
    top: -0.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-down,
.fc-state-active {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
    float: right
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

.fc-bg table {
    height: 100%
}

.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    background: 0;
    border-color: transparent;
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    overflow-y: scroll;
    overflow-x: hidden
}

.fc-scroller>* {
    position: relative;
    width: 100%;
    overflow: hidden
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    background-color: #3a87ad;
    font-weight: normal
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #fff;
    text-decoration: none
}

.fc-event[href],
.fc-event.fc-draggable {
    cursor: pointer
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25)
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-h-event .fc-resizer {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
    right: auto;
    cursor: w-resize
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
    left: auto;
    cursor: e-resize
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: bold
}

.fc-day-grid-event .fc-resizer {
    left: -3px;
    right: -3px;
    width: 7px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-toolbar {
    text-align: center;
    margin-bottom: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view,
.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 0 2px
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
    padding-top: 2px;
    padding-bottom: 2px
}

.fc-basic-view .fc-week-number {
    text-align: center
}

.fc-basic-view .fc-week-number span {
    display: inline-block;
    min-width: 1.25em
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left
}

.fc-day-number.fc-other-month {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.ui-widget td.fc-axis {
    font-weight: normal
}

.fc-time-grid-container,
.fc-time-grid {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-bgevent-skeleton {
    z-index: 3
}

.fc-time-grid .fc-highlight-skeleton {
    z-index: 4
}

.fc-time-grid .fc-content-skeleton {
    z-index: 5
}

.fc-time-grid .fc-helper-skeleton {
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: 0
}

.fc-time-grid .fc-highlight-container {
    position: relative
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
    position: relative
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0"
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event .fc-resizer:after {
    content: "="
}

body.login .control-label,
body.login .checkbox label {
    color: white;
}

body.login .btn-signin {
    background-color: #002060;
    color: white;
}


/* LOGIN FORM */

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.strong {
    font-weight: bold;
}


/* search forms */
.ucs-search-form input[type="text"], .input-group-btn .btn {
    box-shadow: none;
background-color: #114A6B;
border: 1px solid transparent;
height: 35px;
color:white;
border-radius: 4px;
}
.ucs-search-form input[type="text"]:focus,
.ucs-search-form input[type="text"]:focus + .input-group-btn .btn {
background-color: #fff;
color:#666;
}
.ucs-search-form::-moz-placeholder {
    color: white;
    opacity: 1;
}
.ucs-search-form::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white;
}
.ucs-search-form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}
.ucs-search-form input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}
.ucs-search-form:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white;
}

.navbar-nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
    border-radius: 3px;
}

thead .header {
  text-align: center;
}

.space {
    margin-bottom: 40px;
}

.red {
    background-color: #ea4f4f !important;
    color:white;
}
.red a {
    color:white;
}
.orange {
    background-color: #ffc67c !important;
}
.green {
    background-color: #51be38 !important;
    color: white;
}
.green a {
    color: white;
}

