@charset "UTF-8";/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

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

[hidden] {
    display: none
}

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

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

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

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

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

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

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

legend {
    padding: 0;
    border: 0
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

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

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

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

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

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

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

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

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

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]: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
    }

    @page {
        margin: 2cm .5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

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

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

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

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

button, input, select[multiple], textarea {
    background-image: none
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline
}

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

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1
}

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: #999
}

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

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

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

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

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

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

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

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

h1 small, .h1 small {
    font-size: 24px
}

h2 small, .h2 small {
    font-size: 18px
}

h3 small, .h3 small, h4 small, .h4 small {
    font-size: 14px
}

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

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

dl {
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

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

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

    .dl-horizontal dd:before, .dl-horizontal dd:after {
        display: table;
        content: " "
    }

    .dl-horizontal dd:after {
        clear: both
    }

    .dl-horizontal dd:before, .dl-horizontal dd:after {
        display: table;
        content: " "
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

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

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

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

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999
}

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

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

blockquote.pull-right p, blockquote.pull-right small {
    text-align: right
}

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

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

q:before, q:after, blockquote:before, blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

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

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

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

pre.prettyprint {
    margin-bottom: 20px
}

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

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

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

.container:before, .container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.container:before, .container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

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

.row:before, .row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row:before, .row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.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, .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, .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, .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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 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 {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-1 {
        width: 8.333333333333332%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

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

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

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

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

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

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

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

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

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

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

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

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

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

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

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

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

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

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

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

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

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

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

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

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

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

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
}

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

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

    .col-md-1 {
        width: 8.333333333333332%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

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

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

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

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

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

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

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

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

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-2 {
        left: 16.666666666666664%
    }

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

    .col-md-push-4 {
        left: 33.33333333333333%
    }

    .col-md-push-5 {
        left: 41.66666666666667%
    }

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

    .col-md-push-7 {
        left: 58.333333333333336%
    }

    .col-md-push-8 {
        left: 66.66666666666666%
    }

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

    .col-md-push-10 {
        left: 83.33333333333334%
    }

    .col-md-push-11 {
        left: 91.66666666666666%
    }

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

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

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

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

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

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

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

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

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

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

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

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

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

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

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

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
}

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

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

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

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

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

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

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

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

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

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

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

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

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

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

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

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

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

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

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

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

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

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

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

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

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

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

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

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

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

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

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

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

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

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    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.428571429;
    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-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

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

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

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

.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 > 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;
    border-color: #d6e9c6
}

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

.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;
    border-color: #eed3d7
}

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

.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;
    border-color: #fbeed5
}

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

@media (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0;
        background-color: #fff
    }

    .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 > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .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
}

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

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

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    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;
    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, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle
}

.radio label, .checkbox label {
    display: inline;
    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"] {
    float: left;
    margin-left: -20px
}

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

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

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

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

.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 {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block, .has-warning .control-label {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -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: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

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

.has-error .help-block, .has-error .control-label {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -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: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

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

.has-success .help-block, .has-success .control-label {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -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: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

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

.form-control-static {
    padding-top: 7px;
    margin-bottom: 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
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

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

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

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

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

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

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

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

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

.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-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-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-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-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-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-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link, .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: #2a6496;
    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: #999;
    text-decoration: none
}

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

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

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

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

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


.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-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-print:before {
    content: "\e045"
}

.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-eye-open:before {
    content: "\e105"
}

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

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

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

.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-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-tasks:before {
    content: "\e137"
}

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

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

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

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

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

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

.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-briefcase:before {
    content: "\1f4bc"
}

.glyphicon-calendar:before {
    content: "\1f4c5"
}

.glyphicon-pushpin:before {
    content: "\1f4cc"
}

.glyphicon-paperclip:before {
    content: "\1f4ce"
}

.glyphicon-camera:before {
    content: "\1f4f7"
}

.glyphicon-lock:before {
    content: "\1f512"
}

.glyphicon-bell:before {
    content: "\1f514"
}

.glyphicon-bookmark:before {
    content: "\1f516"
}

.glyphicon-fire:before {
    content: "\1f525"
}

.glyphicon-wrench:before {
    content: "\1f527"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: ""
}

.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;
    font-size: 14px;
    list-style: none;
    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.428571429;
    color: #333;
    white-space: nowrap
}

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

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

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

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

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

.open > a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

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

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

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

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

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

.btn-default .caret {
    border-top-color: #333
}

.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
    border-bottom-color: #fff
}

.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:focus, .btn-group-vertical > .btn:focus {
    outline: 0
}

.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:before, .btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

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

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

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

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

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

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

.btn-group > .btn-group:last-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-xs > .btn {
    padding: 5px 10px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

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

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

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

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

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

.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 {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.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-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

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

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

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none
}

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

.input-group.col {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    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: 45px;
    line-height: 45px
}

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

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

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

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

.input-group-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;
    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 > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

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

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

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

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

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

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

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

.nav:before, .nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav:before, .nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.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: #999
}

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

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

.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.428571429;
    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;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

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

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

.nav-tabs.nav-justified > li > a {
    text-align: center
}

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

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff
}

.nav-pills > li {
    float: left
}

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

.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: #428bca
}

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

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

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

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs-justified > .active > a {
    border-bottom-color: #fff
}

.tabbable:before, .tabbable:after {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.tabbable:before, .tabbable:after {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

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

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

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

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

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

.navbar:before, .navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

.navbar:before, .navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

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

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

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

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

.navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.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-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }

    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

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

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

.navbar-static-top {
    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;
    border-width: 0 0 1px
}

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

.navbar-fixed-top {
    top: 0;
    z-index: 1030
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}

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

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

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


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

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

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

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

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



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


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

.breadcrumb > li {
    display: inline-block
}

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

.breadcrumb > .active {
    color: #999
}

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

.pagination > li {
    display: inline
}

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

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

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

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

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

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

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

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

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

.pager:before, .pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before, .pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.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: #999;
    cursor: not-allowed;
    background-color: #fff
}

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

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

.label:empty {
    display: none
}

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

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

.label-primary {
    background-color: #428bca
}

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

.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;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

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

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

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

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

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

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

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

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

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

.thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #428bca
}

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

.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 {
    padding-right: 35px
}

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

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

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

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

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

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

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

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

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

.alert-danger .alert-link {
    color: #953b39
}

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

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

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

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

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 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;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -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;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    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: 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 {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-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-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: 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-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: 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-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: 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-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: 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, .media-body {
    overflow: hidden;
    zoom: 1
}

.media, .media .media {
    margin-top: 15px
}

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

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

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

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

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

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

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

.list-group-item:first-child {
    border-top-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
}

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

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

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.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 {
    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: #e1edf7
}

.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-body:before, .panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-body:before, .panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item {
    border-width: 1px 0
}

.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel > .list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

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

.panel > .panel-body + .table {
    border-top: 1px solid #ddd
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

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

.panel-title > 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-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    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 {
    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-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #fbeed5
}

.panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #fbeed5
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #fbeed5
}

.panel-danger {
    border-color: #eed3d7
}

.panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #eed3d7
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #eed3d7
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

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




.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    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-top-color: #000;
    border-width: 5px 5px 0
}

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    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);
    background-clip: padding-box
}

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

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

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

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

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    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 {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}

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

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

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

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

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

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

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

.carousel {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-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 {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-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 {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

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

.carousel-control .fa.fa-prev, .carousel-control .fa.fa-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

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

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

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

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

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

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .fa.fa-prev, .carousel-control .fa.fa-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

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

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.visible-xs {
    display: none !important
}

tr.visible-xs {
    display: none !important
}

th.visible-xs, td.visible-xs {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    th.visible-xs.visible-sm, td.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    th.visible-xs.visible-md, td.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    th.visible-xs.visible-lg, td.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-sm {
    display: none !important
}

tr.visible-sm {
    display: none !important
}

th.visible-sm, td.visible-sm {
    display: none !important
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    th.visible-sm.visible-xs, td.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    th.visible-sm.visible-md, td.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    th.visible-sm.visible-lg, td.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md {
    display: none !important
}

tr.visible-md {
    display: none !important
}

th.visible-md, td.visible-md {
    display: none !important
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    th.visible-md.visible-xs, td.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    th.visible-md.visible-sm, td.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    th.visible-md.visible-lg, td.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg {
    display: none !important
}

tr.visible-lg {
    display: none !important
}

th.visible-lg, td.visible-lg {
    display: none !important
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    th.visible-lg.visible-xs, td.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    th.visible-lg.visible-sm, td.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    th.visible-lg.visible-md, td.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs, td.hidden-xs {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }

    tr.hidden-xs {
        display: none !important
    }

    th.hidden-xs, td.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm {
        display: none !important
    }

    tr.hidden-xs.hidden-sm {
        display: none !important
    }

    th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md {
        display: none !important
    }

    tr.hidden-xs.hidden-md {
        display: none !important
    }

    th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg {
        display: none !important
    }

    tr.hidden-xs.hidden-lg {
        display: none !important
    }

    th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

th.hidden-sm, td.hidden-sm {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs {
        display: none !important
    }

    tr.hidden-sm.hidden-xs {
        display: none !important
    }

    th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }

    tr.hidden-sm {
        display: none !important
    }

    th.hidden-sm, td.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md {
        display: none !important
    }

    tr.hidden-sm.hidden-md {
        display: none !important
    }

    th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg {
        display: none !important
    }

    tr.hidden-sm.hidden-lg {
        display: none !important
    }

    th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md, td.hidden-md {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs {
        display: none !important
    }

    tr.hidden-md.hidden-xs {
        display: none !important
    }

    th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm {
        display: none !important
    }

    tr.hidden-md.hidden-sm {
        display: none !important
    }

    th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }

    tr.hidden-md {
        display: none !important
    }

    th.hidden-md, td.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg {
        display: none !important
    }

    tr.hidden-md.hidden-lg {
        display: none !important
    }

    th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg, td.hidden-lg {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs {
        display: none !important
    }

    tr.hidden-lg.hidden-xs {
        display: none !important
    }

    th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm {
        display: none !important
    }

    tr.hidden-lg.hidden-sm {
        display: none !important
    }

    th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md {
        display: none !important
    }

    tr.hidden-lg.hidden-md {
        display: none !important
    }

    th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }

    tr.hidden-lg {
        display: none !important
    }

    th.hidden-lg, td.hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

tr.visible-print {
    display: none !important
}

th.visible-print, td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }

    .hidden-print {
        display: none !important
    }

    tr.hidden-print {
        display: none !important
    }

    th.hidden-print, td.hidden-print {
        display: none !important
    }
}

/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pagfa-bes
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/tables/ - relative to this CSS file.
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.action-table img{
    width:18px;
    height:18px;
}
table.dataTable {
    clear:both;
    margin-bottom: 10px;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

.dataTables_length {
    width: 40%;
    float: left;
    margin: 4px 0 10px;
}

.dataTables_length select {
    margin: 0 4px;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
    color:#5f5f5f;
}
.dataTables_filter input{
    width:200px;
    background:#fbfbfb;
    height: 30px;
    margin: 0 0 5px 6px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dataTables_info {
    float: left;
    margin-top: 4px;
    font-size: 13px;
}

.dataTables_paginate {
    float: right;
    text-align: right;
    margin: 5px 0;
}
.dataTables_paginate a {
    height: auto;
    margin-left:5px;
    font-size: 13px;
    border: 1px solid #AAA;
    color: #999;
    background: #FFF;
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
    text-decoration: none !important;
}
.dataTables_paginate a:hover {
    border-color: #007aff;
    color: #007aff;
}
.dataTables_paginate a.paginate_active {
    border-color: #007aff;
    background: #007aff;
    color: #FFF;
}
.dataTables_paginate a.paginate_button_disabled {
    border-color: #e3e3e3;
    color: #DDD;
    pointer-events: none;
}
/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
    height: 19px;
    float: left;
    cursor: pointer;
    *cursor: hand;
    color: #111 !important;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
    text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
    outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
    color: #666 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
    padding-left: 23px;
}
.paginate_disabled_next, .paginate_enabled_next {
    padding-right: 23px;
    margin-left: 10px;
}

.paginate_disabled_previous {
    background: url('../images/tables/back_disabled.png') no-repeat top left;
}

.paginate_enabled_previous {
    background: url('../images/tables/back_enabled.png') no-repeat top left;
}
.paginate_enabled_previous:hover {
    background: url('../images/tables/back_enabled_hover.png') no-repeat top left;
}

.paginate_disabled_next {
    background: url('../images/tables/forward_disabled.png') no-repeat top right;
}

.paginate_enabled_next {
    background: url('../images/tables/forward_enabled.png') no-repeat top right;
}
.paginate_enabled_next:hover {
    background: url('../images/tables/forward_enabled_hover.png') no-repeat top right;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
    margin: 0 auto;
    clear: both;
    width: 100%;

    /* Note Firefox 3.5 and before have a bug with border-collapse
   * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 )
   * border-spacing: 0; is one possible option. Conditional-css.com is
   * useful for this kind of thing
   *
   * Further note IE 6/7 has problems when calculating widths with border width.
   * It subtracts one px relative to the other browsers from the first column, and
   * adds one to the end...
   *
   * If you want that effect I'd suggest setting a border-top/left on th/td's and
   * then filling in the gaps with other borders.
   */
}

table.display thead th {
    padding: 3px 18px 3px 10px;
    border-bottom: 1px solid black;
    font-weight: bold;
    cursor: pointer;
    * cursor: hand;
}

table.display tfoot th {
    padding: 3px 18px 3px 10px;
    border-top: 1px solid black;
    font-weight: bold;
}

table.display tr.heading2 td {
    border-bottom: 1px solid #aaa;
}

table.display td {
    padding: 3px 10px;
}

table.display td.center {
    text-align: center;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.top .dataTables_info {
    float: none;
}

.clear {
    clear: both;
}

.dataTables_empty {
    text-align: center;
}

tfoot input {
    margin: 0.5em 0;
    width: 100%;
    color: #444;
}

tfoot input.search_init {
    color: #999;
}

td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E;
}

td.details {
    background-color: #d1cfd0;
    border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
    width: 40%;
}

.paging_full_numbers {
    width: 400px;
    height: 22px;
    line-height: 22px;
    margin-bottom:10px;
}

.paging_full_numbers a:active {
    outline: none
}

.paging_full_numbers a:hover {
    text-decoration: none;
}

table.display tr.even.row_selected td {
    background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
    background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */

/* For the Conditional-CSS grading rows */
/*
  Colour calculations (based off the main row colours)
  Level 1:
    dd > c4
    ee > d5
  Level 2:
    dd > d1
    ee > e2
 */
tr.odd.gradeA td.sorting_1 {
    background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
    background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
    background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
    background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
    background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
    background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
    background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
    background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
    background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
    background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
    background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
    background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
    background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
    background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
    background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
    background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
    background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
    background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
    background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
    background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
    background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
    background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
    background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
    background-color: #e2e2e2;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
    background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
    background-color: #E6FF99;
}

.ex_highlight_row #example tr.even:hover {
    background-color: #ECFFB3;
}

.ex_highlight_row #example tr.even:hover td.sorting_1 {
    background-color: #DDFF75;
}

.ex_highlight_row #example tr.even:hover td.sorting_2 {
    background-color: #E7FF9E;
}

.ex_highlight_row #example tr.even:hover td.sorting_3 {
    background-color: #E2FF89;
}

.ex_highlight_row #example tr.odd:hover {
    background-color: #E6FF99;
}

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
    background-color: #D6FF5C;
}

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
    background-color: #E0FF84;
}

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
    background-color: #DBFF70;
}


/*
 * KeyTable
 */
table.KeyTable td {
    border: 3px solid transparent;
}

table.KeyTable td.focus {
    border: 3px solid #3366FF;
}

table.display tr.gradeA {
    background-color: #eeffee;
}

table.display tr.gradeC {
    background-color: #ddddff;
}

table.display tr.gradeX {
    background-color: #ffdddd;
}

table.display tr.gradeU {
    background-color: #ddd;
}

div.box {
    height: 100px;
    padding: 10px;
    overflow: auto;
    border: 1px solid #8080FF;
    background-color: #E5E5FF;
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
/*!
 * FullCalendar v1.6.2 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */



.fc {
    direction: ltr;
    text-align: left;
}

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

html .fc,
.fc table {
    font-size: 1em;
}

.fc td,
.fc th {
    padding: 0;
    vertical-align: top;
}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
    white-space: nowrap;
}

.fc-header-left {
    width: 25%;
    text-align: left;
}

.fc-header-center {
    text-align: center;
}

.fc-header-right {
    width: 25%;
    text-align: right;
}

.fc-header-title {
    display: inline-block;
    vertical-align: top;
}

.fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap;
    font-size: 26px;
}

.fc .fc-header-space {
    padding-left: 10px;
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
    font-weight: 400;
}

/* buttons edges butting together */

.fc-header .fc-button {
    margin-right: -1px;
}

.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
    margin-right: 0; /* back to normal */
}

/* button layering (for border precedence) */

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2;
}

.fc-header .fc-state-down {
    z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
    z-index: 4;
}



/* Content
------------------------------------------------------------------------*/

.fc-content {
    clear: both;
}

.fc-view {
    width: 100%; /* needed for view switching (when view is absolute) */
    overflow: hidden;
}



/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
    border: 1px solid #e2e2e2;
}

.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
    background: #fcf8e3;
}

.fc-cell-overlay { /* semi-transparent rectangle while dragging */
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30); /* for IE */
}



/* Buttons
------------------------------------------------------------------------*/
.fc-button {
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.7em;
    white-space: nowrap;
    cursor: pointer;
}

.fc-state-default { /* non-theme */

}

.fc-state-default.fc-corner-left { /* non-theme */
    border-radius:4px 0 0 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
    border-radius:0 4px 4px 0;
}

.fc-state-default.fc-button-today {
    border-radius: 4px
}

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/

.fc-text-arrow {
    margin: 0;
    font-size: 2em;
    font-family: Courier, monospace;
    vertical-align: baseline; /* for IE7 */
}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
    font-weight: 200;
}

/* icon (for jquery ui) */

.fc-button .fc-fa.fa-wrap {
    position: relative;
    float: left;
    top: 50%;
}

.fc-button .ui-icon {
    position: relative;
    float: left;
    margin-top: -50%;
    *margin-top: 0;
    *top: -50%;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
    color: #BBB;
    background: none;
    border: 1px solid #BBB;
    font-weight:200;
    transition: background 0.1s linear;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333;
    background-color: #fafafa;
    border-color: #BBB;
    font-weight:200;
}

.fc-state-hover {
    background-color: #BBB;
    background-image: none;
    border-color: #BBB;
    outline: 0;
    color: white;
}

.fc-state-down,
.fc-state-active {
    background-color: #BBB;
    background-image: none;
    border-color: #BBB;
    outline: 0;
    color: white;

}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}



/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event {
    font-size: .95em !important;
    cursor: default;
    opacity: 0.7;
    font-weight:400;
    padding: 2px 0;
}

.fc-event:hover {
    opacity: 1;
}

a.fc-event {
    text-decoration: none;
}

a.fc-event,
.fc-event-draggable {
    cursor: pointer;
}

.fc-rtl .fc-event {
    text-align: right;
}

.fc-event-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fc-event-time,
.fc-event-title {
    padding: 0 4px;
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden; /* hacky spaces (IE6/7) */
    font-size: 300%;  /* */
    line-height: 50%; /* */
}



/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
    margin-bottom: 4px;
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
}

/* resizable */

.fc-event-hori .ui-resizable-e {
    top: 0           !important; /* importants override pre jquery ui 1.7 styles */
    right: -3px      !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
    top: 0           !important;
    left: -3px       !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px; /* IE6 had 0 height */
}



/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
    border-collapse: separate;
}

.fc-border-separate th,
.fc-border-separate td {
    border-width: 1px 0 0 1px;
    font-weight:400;
    font-size: .85em;
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
    border-right-width: 1px;
}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
    border-bottom-width: 1px;
    padding: 2px 0 2px 0;
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
    border-top-width: 0;

}



/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
    text-align: center;
}

.fc .fc-week-number {
    width: 22px;
    text-align: center;
}

.fc .fc-week-number div {
    padding: 0 2px;
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
    font-weight: 400;
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30); /* for IE */
    /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px; /* distance between events and day edges */
}

/* event styles */

.fc-grid .fc-event-time {
    font-weight: bold;
}

/* right-to-left */

.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}



/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
    border-collapse: separate;
}

.fc-agenda-days th {
    text-align: center;
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
}

.fc-agenda .fc-week-number {
    font-weight: bold;
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}

/* make axis border take precedence */

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}

/* all-day area */

.fc-agenda-allday th {
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px; /* TODO: doesnt work well in quirksmode */
    _height: 34px;
}

/* divider (between all-day and slots) */

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
}

/* slot rows */

.fc-agenda-slots th {
    border-width: 1px 1px 0;
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none;
}

.fc-agenda-slots td div {
    height: 20px;
}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid; /* doesn't work with background in IE6/7 */
}



/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
    border-width: 0 1px;
}

.fc-event-vert.fc-event-start {
    border-top-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.fc-event-vert.fc-event-end {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px;
}

.fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2;
}

.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25);
}

.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
    display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
}

/* resizable */

.fc-event-vert .ui-resizable-s {
    bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
    width: 100%      !important;
    height: 8px      !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px  !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
    _overflow: hidden;
}


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/


.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


/**** Base styles ****/

#container {
    margin: 20px;
}

.element {
    width: 110px;
    height: 110px;
    margin: 5px;
    float: left;
    overflow: hidden;
    position: relative;
    background: #888;
    color: #222;
    -webkit-border-top-right-radius: 1.2em;
    -moz-border-radius-topright: 1.2em;
    border-top-right-radius: 1.2em;
}

.element.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element.other.nonmetal  { background: #00F; background: hsl( 252, 100%, 50%); }
.element.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }


.element * {
    position: absolute;
    margin: 0;
}

.element .symbol {
    left: 0.2em;
    top: 0.4em;
    font-size: 3.8em;
    line-height: 1.0em;
    color: #FFF;
}

/**** Infinite Scroll ****/

#infscr-loading {
    position: fixed;
    text-align: center;
    bottom: 30px;
    left: 42%;
    z-index: 100;
    background: white;
    background: hsla( 0, 0%, 100%, 0.9 );
    padding: 20px;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    /*overflow: hidden !important;*/
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
.morris-hover{position:absolute;z-index:1000;}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255, 255, 255, 0.8);border:solid 2px rgba(230, 230, 230, 0.8);font-family:sans-serif;font-size:12px;text-align:center;}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0;}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0;}
@font-face {
    font-family: 'hightop';
    src:url('../fonts/hightop.eot');
    src:url('../fonts/hightop.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hightop.woff') format('woff'),
    url('../fonts/hightop.ttf') format('truetype'),
    url('../fonts/hightop.svg#hightop') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'hightop';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="hightop-"] {
*/
.hightop-home, .hightop-feed, .hightop-star, .hightop-forms, .hightop-tables, .hightop-charts, .hightop-pages, .hightop-gallery, .hightop-flag, .hightop-envelope, .hightop-gear {
    font-family: 'hightop';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.hightop-home:before {
    content: "\e006";
}
.hightop-feed:before {
    content: "\e002";
}
.hightop-star:before {
    content: "\e003";
}
.hightop-forms:before {
    content: "\e004";
}
.hightop-tables:before {
    content: "\e00a";
}
.hightop-charts:before {
    content: "\e007";
}
.hightop-pages:before {
    content: "\e008";
}
.hightop-gallery:before {
    content: "\e009";
}
.hightop-flag:before {
    content: "\e000";
}
.hightop-envelope:before {
    content: "\e005";
}
.hightop-gear:before {
    content: "\e001";
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'hightop';
        src: url('../fonts/hightop.svg#hightop') format('svg');
    }
}
/*
Version: 3.4.2 Timestamp: Mon Aug 12 15:04:12 PDT 2013
*/

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
    -webkit-box-sizing: border-box; /* webkit */
    -moz-box-sizing: border-box; /* firefox */
    box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #CCC;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #CCC;
    border-radius: 0 0 4px 4px;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url('../images/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #DDD;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;

    background: #fff url('../images/select2.png') no-repeat 100% -22px;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('../images/select2-spinner.gif') no-repeat 100%;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #FFF;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}

/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../images/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 4px 6px 5px 20px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #666;
    font-size: 13px;
    cursor: default;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e6e6e6;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url('../images/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: url('../images/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }
    .select2-search input {
        background-position: 100% -21px !important;
    }
}
.bwizard-steps {
    display: inline-block;
    margin: 0; padding: 0;
    background: #fff;
    font-weight: 300;
    pointer-events: none !important;
    cursor: default !important;
}
.bwizard-steps .active {
    color: #fff;
    background: #007ACC;
}
.bwizard-steps .active:after {
    border-left-color: #007ACC }
.bwizard-steps .active a {
    color: #fff;
    cursor: default }
.bwizard-steps .label {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0; padding: 1px 5px 2px }
.bwizard-steps .active .label {
    background-color: #333;}
.bwizard-steps li {
    display: inline-block; position: relative;
    margin-right: 5px;
    padding: 12px 17px 10px 30px;
    *display: inline;
    *padding-left: 17px;
    background: #efefef;
    line-height: 18px;
    list-style: none;
    zoom: 1; }
.bwizard-steps li:first-child {
    padding-left: 12px;
}
.bwizard-steps li:first-child:before {
    border: none }
.bwizard-steps li:last-child {
    margin-right: 0;}
.bwizard-steps li:last-child:after {
    border: none }
.bwizard-steps li:before {
    position: absolute;
    left: 0; top: 0;
    height: 0; width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    border-top: 20px inset transparent;
    content: "" }
.bwizard-steps li:after {
    position: absolute;
    right: -20px; top: 0;
    height: 0; width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    border-top: 20px inset transparent;
    content: "";
    z-index: 2; }
.bwizard-steps a {
    color: #333 }
.bwizard-steps a:hover {
    text-decoration: none }
.bwizard-steps.clickable li:not(.active) {
    pointer-events: none !important;
    cursor: default !important;}
.bwizard-steps.clickable li:hover:not(.active) {
    background: #ccc }
.bwizard-steps.clickable li:hover:not(.active):after {
    border-left-color: #ccc }
.bwizard-steps.clickable li:hover:not(.active) a {
    color: #08c }
@media (max-width: 480px) {
    /* badges only on small screens */
    .bwizard-steps li:after,
    .bwizard-steps li:before {
        border: none }
    .bwizard-steps li,
    .bwizard-steps li.active,
    .bwizard-steps li:first-child,
    .bwizard-steps li:last-child {
        margin-right: 0;
        padding: 0;
        background-color: transparent }
}
.nav-pills >li >a {
    border-radius: 0px;
    font-weight: 300;
}

.wizard-nav {
    pointer-events: none !important;
    cursor: default !important;
    text-align: center;
    margin-bottom: 15px
}

.wizard-nav li {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.wizard-nav li a {
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 25px;
    background-color: #f6f6f6;
    color: #999;
    font-size: 16px;
    line-height: 42px;
    padding: 0;
}

.wizard > .pager {
    padding-top: 15px;
    padding-bottom: 5px;
    background: #F7F7F7;
    margin: 0;
}

.wizard > .pager .btn-next i {
    margin-right: 0;
    margin-left: 10px;
}

.wizard .tab-pane > h2 {
    font-size: 28px;
    margin: 25px 0 25px;
}


/*----------------------------------------------------------------------------------- */
/*  Mixins/variables */
/*----------------------------------------------------------------------------------- */
.inline {
    display: inline-block;
    *display: inline;
    zoom: 1; }

/*----------------------------------------------------------------------------------- */
/*  Document Setup */
/*----------------------------------------------------------------------------------- */
* {
    outline: 0 !important; }

html, body {
    width: 100%; }

html {
    height: 100%; }

body {
    font-family: "Lato", sans-serif !important;
    color: #666666;
    min-height: 100%; }
body.page-header-fixed {
    padding-top: 140px; }
body.layout-boxed .container-fluid.main-content {
    max-width: 1200px;
    margin: 0 auto; }
body.bg-1 {
    background: #e8e8e8; }
body.bg-2 {
    background: url(../images/bg-2.png) repeat 0 0; }
body.bg-3 {
    background: url(../images/bg-3.png) repeat 0 0; }
body.bg-4 {
    background: url(../images/bg-4.png) repeat 0 0; }
body.bg-5 {
    background: url(../images/bg-5.png) repeat 0 0; }

.main-content {
    padding-bottom: 20px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 15px;
    font-weight: 300; }

h3 {
    line-height: 1.4em; }

p.lead {
    font-weight: 300; }

strong {
    font-weight: 700; }

a {
    color: #007aff; }
a:hover {
    color: #666666;
    text-decoration: none; }

ul.no-style {
    list-style: none;
    padding: 0;
    margin-left: 0; }

li {
    margin-bottom: 5px; }

blockquote {
    margin-bottom: 30px; }
blockquote p {
    margin-bottom: 10px; }
blockquote.pull-right {
    text-align: right; }

dl {
    margin: 0 0 20px; }
dl dd {
    margin-bottom: 15px; }

::-moz-selection {
    background: #007aff;
    color: white;
    text-shadow: none; }

::selection {
    background: #007aff;
    color: white;
    text-shadow: none; }

::-webkit-scrollbar {
    width: 8px; }

::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 5px; }

::-webkit-scrollbar-track {
    background: #dddddd;
    background: rgba(0, 0, 0, 0.05); }

/*----------------------------------------------------------------------------------- */
/*  Background color helper classes */
/*----------------------------------------------------------------------------------- */
.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger, .bg-muted {
    color: white; }

.bg-primary {
    background-color: #007aff; }

.bg-success {
    background-color: #60c560; }

.bg-info {
    background-color: #5bc0de; }

.bg-warning {
    background-color: #f0ad4e; }

.bg-danger {
    background-color: #d9534f; }

.bg-muted {
    background-color: #bbbbbb; }

.bg-white {
    background-color: white; }

/*----------------------------------------------------------------------------------- */
/*  Login 1 */
/*----------------------------------------------------------------------------------- */
body.login1 {
    padding: 0;
    background: url(../images/login-blurry-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative; }
body.login1.signup .login-container {
    margin-top: -215px;
    height: 430px; }
body.login1 .login-wrapper {
    width: 100%;
    height: 100%; }
body.login1 .login-container {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 40px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-bottom: 15px;
    width: 380px;
    height: 380px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -190px 0 0 -190px;
    opacity: 0;
    -webkit-transition: all 1s 0.5s;
    -moz-transition: all 1s 0.5s;
    transition: all 1s 0.5s; }
body.login1 .login-container.active {
    opacity: 1; }
body.login1 .login-container h1 {
    font-size: 32px;
    margin-top: 5px;
    margin-bottom: 30px; }
body.login1 .login-container h1 a {
    color: #999999; }
body.login1 .login-container .form-group {
    position: relative;
    margin-bottom: 0; }
body.login1 .login-container input.form-control {
    height: 48px;
    font-size: 15px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 0;
    padding-right: 0;
    background: transparent; }
body.login1 .login-container .form-options {
    margin: 20px 0 30px; }
body.login1 .login-container .form-options .checkbox {
    display: inline-block; }
body.login1 .login-container input[type="submit"] {
    position: absolute;
    top: 10px;
    right: 0;
    opacity: 0.5;
    font-family: "FontAwesome";
    background: transparent;
    color: #888888;
    border: 2px solid #888888;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-left: 7px;
    line-height: 24px; }
body.login1 .login-container input[type="submit"]:hover {
    opacity: 1; }
body.login1 .login-container .social-login {
    margin-bottom: 25px; }
body.login1 .login-container .social-login > .btn {
    width: 49%;
    margin: 0; }
body.login1 .login-container .social-login .facebook {
    background-color: #335397;
    border-color: #335397; }
body.login1 .login-container .social-login .facebook:hover {
    background-color: transparent;
    color: #335397; }
body.login1 .login-container .social-login .twitter {
    background-color: #00c7f7;
    border-color: #00c7f7; }
body.login1 .login-container .social-login .twitter:hover {
    background-color: transparent;
    color: #00c7f7; }
body.login1 .login-container p.signup {
    margin-bottom: 0; }

/*----------------------------------------------------------------------------------- */
/*  Login 2 */
/*----------------------------------------------------------------------------------- */
body.login2 {
    padding: 30px 0 0;
    background: #eeeeee; }
body.login2 .login-wrapper {
    max-width: 420px;
    margin: 0 auto;
    text-align: center; }
body.login2 .login-wrapper h1 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 40px; }
body.login2 .login-wrapper h1 a {
    color: #999999; }
body.login2 .login-wrapper .input-group-addon {
    padding: 8px 0;
    background: #f4f4f4;
    min-width: 48px;
    text-align: center; }
body.login2 .login-wrapper .input-group-addon i.falock {
    font-size: 18px; }
body.login2 .login-wrapper input.form-control {
    height: 48px;
    font-size: 15px;
    box-shadow: none; }
body.login2 .login-wrapper .checkbox {
    margin-bottom: 30px; }
body.login2 .login-wrapper input[type="submit"] {
    padding: 10px 0 12px;
    margin: 20px 0 30px; }
body.login2 .login-wrapper input[type="submit"]:hover {
    background: transparent; }
body.login2 .login-wrapper .social-login {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cccccc; }
body.login2 .login-wrapper .social-login > .btn {
    width: 49%;
    margin: 0; }
body.login2 .login-wrapper .social-login .facebook {
    background-color: #335397;
    border-color: #335397; }
body.login2 .login-wrapper .social-login .facebook:hover {
    background-color: transparent;
    color: #335397; }
body.login2 .login-wrapper .social-login .twitter {
    background-color: #00c7f7;
    border-color: #00c7f7; }
body.login2 .login-wrapper .social-login .twitter:hover {
    background-color: transparent;
    color: #00c7f7; }

/*----------------------------------------------------------------------------------- */
/*  Header Styles */
/*----------------------------------------------------------------------------------- */
.no-boxshadow .navbar {
    border-bottom: 1px solid #dddddd; }

.navbar {
    background: white;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    padding: 0;
    min-height: 45px;
    height: 112px;
    width: 100%;
    border: 0;
    margin-bottom: 28px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
.navbar .nav .open > a, .navbar .nav .open > a:hover, .navbar .nav .open > a:focus {
    background-color: transparent !important; }
.navbar .container-fluid.top-bar {
    height: 46px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 10px 0 20px;
    width: 100%;
    float: left; }
.navbar .container-fluid.top-bar .navbar-toggle {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 48px;
    height: 32px;
    padding: 8px 12px;
    margin: 0;
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 4px; }
.navbar .container-fluid.top-bar .navbar-toggle .icon-bar {
    background-color: #c6c6c6;
    width: 22px;
    height: 2px;
    display: block;
    margin-bottom: 4px; }
.navbar .container-fluid.top-bar .logo {
    float: left;
    margin: 10px 15px 0 0;
    color: #999999;
    font-size: 17px;
    text-transform: uppercase; }
.navbar .container-fluid.top-bar form {
    margin-top: 6px; }
.navbar .container-fluid.top-bar form .form-control {
    height: 30px;
    border-color: #e6e6e6;
    box-shadow: none;
    background: white url("../images/icon-search.png") no-repeat center left;
    padding-left: 24px;
    margin-top: 1px;
    width: 200px; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .navbar .container-fluid.top-bar form .form-control {
        background-image: url("../images/icon-search@2x.png");
        background-size: 18px 12px; } }
.navbar .container-fluid.top-bar form .form-control:focus {
    border-color: #007aff; }
.navbar .container-fluid.top-bar .nav {
    height: 100%;
    position: relative;
    z-index: 100; }
.navbar .container-fluid.top-bar .nav > li {
    height: 100%;
    margin-right: 5px;
    float: left; }
.navbar .container-fluid.top-bar .nav > li > a {
    display: block;
    height: 45px;
    line-height: 25px;
    padding: 8px 10px 9px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
.navbar .container-fluid.top-bar .nav > li > a:hover {
    background: #f8f8f8;
    background: rgba(0, 0, 0, 0.04); }
.navbar .container-fluid.top-bar .nav > li > a > span {
    display: block;
    width: 28px;
    height: 28px;
    font-size: 28px;
    color: #999999; }
.navbar .container-fluid.top-bar .nav > li > a p.counter {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 18px;
    min-width: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: #e62828;
    text-align: center;
    line-height: 17px;
    color: white;
    font-size: 11px; }
.navbar .container-fluid.top-bar .nav > li.open > a, .navbar .container-fluid.top-bar .nav > li.active > a, .navbar .container-fluid.top-bar .nav > li.open.active > a {
    background-color: #eeeeee; }
.navbar .container-fluid.top-bar .nav > li.open > a span, .navbar .container-fluid.top-bar .nav > li.active > a span, .navbar .container-fluid.top-bar .nav > li.open.active > a span {
    color: #007aff; }
.navbar .container-fluid.top-bar .nav > li.settings .settings-link span {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 12px; }
.navbar .container-fluid.top-bar .nav > li.settings .settings-link.blue span {
    background: #007aff; }
.navbar .container-fluid.top-bar .nav > li.settings .settings-link.green span {
    background: #60c560; }
.navbar .container-fluid.top-bar .nav > li.settings .settings-link.orange span {
    background: #f0ad4e; }
.navbar .container-fluid.top-bar .nav > li.settings .settings-link.magenta span {
    background: #c741c9; }
.navbar .container-fluid.top-bar .nav > li.settings .settings-link.gray span {
    background: #999999; }
.navbar .container-fluid.top-bar .nav > li.user {
    width: auto;
    margin-left: 5px;
    margin-right: 0; }
.navbar .container-fluid.top-bar .nav > li.user > a {
    padding: 5px 10px 6px;
    color: #999999; }
.navbar .container-fluid.top-bar .nav > li.user img {
    border-radius: 50%;
    margin-right: 8px; }
.navbar .container-fluid.top-bar .nav > li.user .caret {
    vertical-align: middle;
    margin: -2px 0 0 8px;
    border-top-color: #999999; }
.navbar .container-fluid.main-nav {
    height: 66px;
    float: left;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
.navbar .container-fluid.main-nav .nav-collapse {
    width: 100%; }
.navbar .container-fluid.main-nav .nav-collapse .nav {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0; }
.navbar .container-fluid.main-nav .nav-collapse .nav > li {
    float: none;
    display: inline-block;
    text-align: center;
    margin: 0 6px; }
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
    display: block;
    height: 100%;
    text-align: center;
    padding: 10px 15px 9px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a span {
    font-size: 28px;
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto 2px; }
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a .caret {
    margin-left: 6px;
    margin-right: -6px;
    border-top-color: #999999; }
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current {
    color: #007aff; }
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current span {
    color: #007aff; }
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current .caret {
    border-top-color: #007aff; }
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a:hover {
    background: #f8f8f8;
    background: rgba(0, 0, 0, 0.04); }
.navbar .container-fluid.main-nav .nav-collapse .nav > li .dropdown-menu {
    text-align: left; }
.navbar .nav > li > a {
    padding: 0; }
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
    display: none; }

.navbar.scroll-hide.closed {
    top: -45px; }

/*----------------------------------------------------------------------------------- */
/*  Sidebar nav */
/*----------------------------------------------------------------------------------- */
body.sidebar-nav {
    padding: 70px 0 0 220px; }
body.sidebar-nav .navbar {
    height: 45px !important; }
body.sidebar-nav .navbar.scroll-hide.closed {
    top: 0; }
body.sidebar-nav .navbar .container-fluid.top-bar {
    border-bottom: 0;
    background: white;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
body.sidebar-nav .navbar .container-fluid.main-nav {
    position: fixed;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 220px;
    background: #dddddd;
    box-shadow: inset -4px 0 0 rgba(0, 0, 0, 0.05);
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding-top: 50px; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav {
    padding-left: 15px;
    text-align: left; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li {
    display: block;
    text-align: left;
    margin: 0;
    background-color: transparent !important; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > .dropdown-menu {
    position: relative;
    background: none;
    box-shadow: none;
    margin: 0;
    width: 100%;
    float: none;
    border-bottom: 1px solid #aaaaaa;
    text-align: left; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > .dropdown-menu li a {
    border-color: #aaaaaa;
    margin-left: 15px;
    color: #777777; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > .dropdown-menu li a.current {
    border-bottom-color: #007aff;
    color: #007aff; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > .dropdown-menu li a:hover, body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > .dropdown-menu li a:active {
    color: black;
    border-bottom-color: black; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
    display: block;
    text-align: left;
    padding: 0;
    font-size: 14px;
    line-height: 44px;
    height: 46px;
    color: #777777;
    border-bottom: 1px solid #aaaaaa;
    background-color: transparent !important; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > a:hover, body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > a:active {
    color: black;
    border-bottom-color: black; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > a span {
    display: block;
    float: left;
    margin: 8px 15px 0 0;
    background-position: left -140px; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > a .caret {
    float: right;
    margin: 20px 15px 0 0; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current {
    color: #007aff;
    border-bottom-color: #007aff; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current span {
    background-position: left -28px; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current .caret {
    border-top-color: #007aff; }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > a:hover {
    background: #eeeeee;
    background: rgba(0, 0, 0, 0.04); }
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li.open > a .caret, body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li.active > a .caret, body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li.open.active > a .caret {
    border-bottom: 4px solid #999999;
    border-top-color: transparent;
    margin-top: 16px; }

/*----------------------------------------------------------------------------------- */
/*  Style selector */
/*----------------------------------------------------------------------------------- */
.style-selector {
    position: fixed;
    top: 150px;
    right: -242px;
    width: 240px;
    z-index: 100;
    background: white;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
.style-selector .style-selector-container {
    position: relative;
    padding: 15px; }
.style-selector .style-selector-container .style-toggle {
    position: absolute;
    right: 100%;
    top: -1px;
    background: white;
    border-radius: 5px 0 0 5px;
    width: 48px;
    height: 46px;
    text-align: center;
    border: 1px solid #dddddd;
    border-right: 0;
    cursor: pointer; }
.style-selector .style-selector-container .style-toggle span {
    font-size: 28px;
    line-height: 44px;
    color: #888888;
    margin-left: -2px; }
.style-selector .style-selector-container .style-toggle:hover span {
    color: #007aff; }
.style-selector .style-selector-container h2 {
    font-size: 16px;
    margin-bottom: 10px; }
.style-selector .style-selector-container select {
    margin-bottom: 20px;
    width: 100%;
    height: 30px;
    background: transparent;
    border-color: #cccccc; }
.style-selector .style-selector-container ul {
    list-style: none;
    padding: 0;
    margin: 0; }
.style-selector .style-selector-container ul li {
    float: left;
    width: 30px;
    margin-right: 10px; }
.style-selector .style-selector-container ul li a {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.style-selector .style-selector-container .color-options {
    margin: 0 0 16px; }
.style-selector .style-selector-container .color-options a.blue {
    background: #007aff; }
.style-selector .style-selector-container .color-options a.green {
    background: #60c560; }
.style-selector .style-selector-container .color-options a.orange {
    background: #f0ad4e; }
.style-selector .style-selector-container .color-options a.magenta {
    background: #c741c9; }
.style-selector .style-selector-container .color-options a.gray {
    background: #999999; }
.style-selector .style-selector-container .color-options a.active {
    opacity: 0.25; }
.style-selector .style-selector-container .pattern-options a#bg-1 {
    background: #e8e8e8; }
.style-selector .style-selector-container .pattern-options a#bg-2 {
    background: url(../images/bg-2.png) repeat 0 0; }
.style-selector .style-selector-container .pattern-options a#bg-3 {
    background: url(../images/bg-3.png) repeat 0 0; }
.style-selector .style-selector-container .pattern-options a#bg-4 {
    background: url(../images/bg-4.png) repeat 0 0; }
.style-selector .style-selector-container .pattern-options a#bg-5 {
    background: url(../images/bg-5.png) repeat 0 0; }
.style-selector .style-selector-container .pattern-options a.active {
    border: 2px solid #007aff; }

/*----------------------------------------------------------------------------------- */
/*  Page Titles */
/*----------------------------------------------------------------------------------- */
.page-title {
    padding: 0 20px; }
.page-title h1 {
    margin-bottom: 25px;
    color: #5e5e5e;
    font-weight: 300; }

/*----------------------------------------------------------------------------------- */
/*  Buttons */
/*----------------------------------------------------------------------------------- */
.btn {
    font-weight: 300;
    margin: 0 5px 5px 0;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s; }
.btn.active {
    box-shadow: none; }
.btn .caret {
    margin: -2px 0 0 6px; }
.btn [class^="fa"], .btn[class*="fa"] {
    display: inline-block;
    margin-right: 8px; }

.btn-default, .btn-default.disabled, .btn-default[disabled] {
    background: #bbbbbb;
    border-color: #bbbbbb;
    color: white; }
.btn-default .caret {
    border-top-color: white; }
.btn-default:hover, .btn-default.active {
    background: transparent;
    color: #aaaaaa;
    border-color: #bbbbbb; }
.btn-default:hover .caret, .btn-default.active .caret {
    border-top-color: #bbbbbb; }

.btn-primary {
    background: #007aff;
    border-color: #007aff; }
.btn-primary:hover, .btn-primary.active {
    background: transparent;
    color: #007aff;
    border-color: #007aff; }
.btn-primary:hover .caret, .btn-primary.active .caret {
    border-top-color: #007aff; }

.btn-success {
    background: #60c560;
    border-color: #60c560; }
.btn-success:hover, .btn-success.active {
    background: transparent;
    color: #60c560;
    border-color: #60c560; }
.btn-success:hover .caret, .btn-success.active .caret {
    border-top-color: #bbbbbb; }

.btn-info:hover, .btn-info.active {
    background: transparent;
    color: #5bc0de;
    border-color: #5bc0de; }
.btn-info:hover .caret, .btn-info.active .caret {
    border-top-color: #5bc0de; }

.btn-warning:hover, .btn-warning.active {
    background: transparent;
    color: #f0ad4e;
    border-color: #f0ad4e; }
.btn-warning:hover .caret, .btn-warning.active .caret {
    border-top-color: #f0ad4e; }

.btn-danger:hover, .btn-danger.active {
    background: transparent;
    color: #d9534f;
    border-color: #d9534f; }
.btn-danger:hover .caret, .btn-danger.active .caret {
    border-top-color: #d9534f; }

.btn-magenta {
    background: #d94084;
    border-color: #d94084;
    color: white; }
.btn-magenta:hover, .btn-magenta.active {
    background: transparent;
    color: #d94084;
    border-color: #d94084; }
.btn-magenta:hover .caret, .btn-magenta.active .caret {
    border-top-color: #d94084; }

.btn-default-outline, .btn-primary-outline, .btn-success-outline, .btn-info-outline, .btn-warning-outline, .btn-danger-outline {
    background: transparent; }

.btn-default-outline {
    color: #999999;
    border: 1px solid #bbbbbb; }
.btn-default-outline .caret {
    border-top-color: #bbbbbb; }
.btn-default-outline:hover, .btn-default-outline.active {
    background: #bbbbbb;
    color: white; }
.btn-default-outline:hover .caret, .btn-default-outline.active .caret {
    border-top-color: white; }

.btn-primary-outline {
    color: #007aff;
    border: 1px solid #007aff; }
.btn-primary-outline .caret {
    border-top-color: #007aff; }
.btn-primary-outline:hover, .btn-primary-outline.active {
    background: #007aff;
    color: white; }
.btn-primary-outline:hover .caret, .btn-primary-outline.active .caret {
    border-top-color: white; }

.btn-success-outline {
    color: #60c560;
    border: 1px solid #60c560; }
.btn-success-outline .caret {
    border-top-color: #60c560; }
.btn-success-outline:hover, .btn-success-outline.active {
    background: #60c560;
    color: white; }
.btn-success-outline:hover .caret, .btn-success-outline.active .caret {
    border-top-color: white; }

.btn-info-outline {
    color: #5bc0de;
    border: 1px solid #5bc0de; }
.btn-info-outline .caret {
    border-top-color: #5bc0de; }
.btn-info-outline:hover, .btn-info-outline.active {
    background: #5bc0de;
    color: white; }
.btn-info-outline:hover .caret, .btn-info-outline.active .caret {
    border-top-color: white; }

.btn-warning-outline {
    color: #f0ad4e;
    border: 1px solid #f0ad4e; }
.btn-warning-outline .caret {
    border-top-color: #f0ad4e; }
.btn-warning-outline:hover, .btn-warning-outline.active {
    background: #f0ad4e;
    color: white; }
.btn-warning-outline:hover .caret, .btn-warning-outline.active .caret {
    border-top-color: white; }

.btn-danger-outline {
    color: #d9534f;
    border: 1px solid #d9534f; }
.btn-danger-outline .caret {
    border-top-color: #d9534f; }
.btn-danger-outline:hover, .btn-danger-outline.active {
    background: #d9534f;
    color: white; }
.btn-danger-outline:hover .caret, .btn-danger-outline.active .caret {
    border-top-color: white; }

.btn-magenta-outline {
    color: #d94084;
    border: 1px solid #d94084; }
.btn-magenta-outline .caret {
    border-top-color: #d94084; }
.btn-magenta-outline:hover, .btn-magenta-outline.active {
    background: #d94084;
    color: white; }
.btn-magenta-outline:hover .caret, .btn-magenta-outline.active .caret {
    border-top-color: white; }

.btn-group {
    margin: 0 5px 5px 0; }
.btn-group.pull-right {
    margin-right: 0; }
.btn-group > .btn {
    margin: 0; }
.btn-group > .btn + .dropdown-toggle {
    margin-left: 1px; }
.btn-group > .btn + .dropdown-toggle .caret {
    margin-left: 0; }
.btn-group > .btn + .dropdown-toggle[class^="-outline"], .btn-group > .btn + .dropdown-toggle[class*="-outline"] {
    margin-left: -1px; }
.btn-group.dropup .btn .caret {
    border-bottom-color: white; }
.btn-group.dropup .btn:hover[class^="-outline"] .caret, .btn-group.dropup .btn:hover[class*="-outline"] .caret {
    border-bottom-color: white; }
.btn-group.dropup .btn-default:hover .caret, .btn-group.dropup .btn-default-outline .caret {
    border-bottom-color: #bbbbbb; }
.btn-group.dropup .btn-primary:hover .caret, .btn-group.dropup .btn-primary-outline .caret {
    border-bottom-color: #007aff; }
.btn-group.dropup .btn-success:hover .caret, .btn-group.dropup .btn-success-outline .caret {
    border-bottom-color: #60c560; }
.btn-group.dropup .btn-info:hover .caret, .btn-group.dropup .btn-info-outline .caret {
    border-bottom-color: #5bc0de; }
.btn-group.dropup .btn-warning:hover .caret, .btn-group.dropup .btn-warning-outline .caret {
    border-bottom-color: #f0ad4e; }
.btn-group.dropup .btn-danger:hover .caret, .btn-group.dropup .btn-danger-outline .caret {
    border-bottom-color: #d9534f; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #007aff; }

/*----------------------------------------------------------------------------------- */
/*  Dropdowns */
/*----------------------------------------------------------------------------------- */
.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #dddddd;
    padding: 0;
    min-width: 120px;
    max-width: 300px; }
.dropdown-menu > li {
    margin: 0; }
.dropdown-menu > li > a {
    padding: 9px 15px 9px 2px;
    border-bottom: 1px solid #e2e2e2;
    color: #999999;
    font-size: 12px;
    margin-left: 14px; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a.current {
    border-bottom-color: #007aff;
    color: #007aff;
    background: transparent; }
.dropdown-menu > li > a i {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle; }
.dropdown-menu > li:last-child > a {
    border: 0; }
.dropdown-menu > li .notifications {
    margin: -1px -4px 0 0 !important;
    float: right; }
.dropdown-menu > li p {
    margin: 0 60px 0 0; }

.messages img {
    border-radius: 50%;
    margin-right: 14px; }

/*----------------------------------------------------------------------------------- */
/*  DataTables */
/*----------------------------------------------------------------------------------- */
.dataTable th {
    padding-right: 20px;
    position: relative;
    font-weight: normal; }
.dataTable th.sorting {
    color: #007aff;
    cursor: pointer;
    position: relative; }
.dataTable th.sorting:after, .dataTable th.sorting:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 12px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
.dataTable th.sorting:after {
    top: 22px;
    border-top: 5px solid #007aff; }
.dataTable th.sorting:before {
    top: 14px;
    border-bottom: 5px solid #007aff; }
.dataTable th.sorting_asc {
    color: #007aff;
    cursor: pointer;
    position: relative; }
.dataTable th.sorting_asc:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 12px;
    top: 18px;
    border-bottom: 5px solid #007aff !important;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
.dataTable th.sorting_desc {
    color: #007aff;
    cursor: pointer;
    position: relative; }
.dataTable th.sorting_desc:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 12px;
    top: 18px;
    border-top: 5px solid #007aff !important;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }

th:active {
    outline: none; }

#add-row {
    margin-right: 0; }

/*----------------------------------------------------------------------------------- */
/*  Tables */
/*----------------------------------------------------------------------------------- */
.table {
    margin-bottom: 10px; }
.table th {
    font-size: 14px; }
.table td {
    font-size: 14px; }
.table td.actions {
    width: 90px;
    padding-right: 0; }
.table td.actions .action-buttons {
    width: 80px;
    margin: 0; }
.table td.actions .action-buttons a:last-child {
    margin-right: 0; }
.table tfoot > tr > td {
    border-top: 0; }
.table tfoot > tr:first-child > td {
    border-top: 1px solid #dddddd;
    padding-top: 15px; }

.boxshadow .table input[type="checkbox"] + span:before, .boxshadow .table input[type="radio"] + span:before {
    margin-right: 0;
    margin-left: 0; }

.check {
    width: 20px; }

.check-header .sorting {
    display: none; }

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

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

.table-actions {
    margin: 0 6px 0 6px; }

/*----------------------------------------------------------------------------------- */
/*  Labels */
/*----------------------------------------------------------------------------------- */
.label {
    font-size: 85%;
    line-height: 1.4;
    font-weight: 300;
    border-radius: 0px;
    margin: 0 5px;
    display: inline-block; }
.label.label-success {
    background-color: #60c560; }

.label-container {
    min-height: 160px !important; }
.label-container h3 {
    margin-bottom: 25px; }
.label-container .label {
    font-weight: 300; }

.label-primary {
    background-color: #007aff; }

/*----------------------------------------------------------------------------------- */
/*  Wells */
/*----------------------------------------------------------------------------------- */
.well {
    padding: 15px 15px 1px;
    border: 0;
    background-color: #dadada;
    background-color: rgba(0, 0, 0, 0.06);
    margin-bottom: 0;
    box-shadow: none;
    color: #555555; }

/*----------------------------------------------------------------------------------- */
/*  List groups */
/*----------------------------------------------------------------------------------- */
.list-group {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0; }
.list-group .list-group-item.active a, .list-group .list-group-item.active:hover a, .list-group .list-group-item.active:focus a {
    color: white;
    background-color: #007aff; }
.list-group .list-group-item.active p, .list-group .list-group-item.active:hover p, .list-group .list-group-item.active:focus p {
    border-bottom: 0; }
.list-group .list-group-item.active .badge, .list-group .list-group-item.active:hover .badge, .list-group .list-group-item.active:focus .badge {
    color: #007aff;
    background-color: white; }

.list-group-item {
    border: 0;
    margin-bottom: 0;
    padding: 0; }
.list-group-item a {
    color: #666666;
    display: block;
    padding: 0 0 0 15px; }
.list-group-item a:hover {
    background-color: #f2f2f2; }
.list-group-item p {
    margin-bottom: 0;
    padding: 10px 15px 10px 0;
    border-bottom: 1px solid #dddddd; }
.list-group-item .badge {
    float: right; }
.list-group-item:first-child {
    border-radius: 0; }
.list-group-item:last-child {
    border-radius: 0; }
.list-group-item:last-child p {
    border-bottom: 0; }

/*----------------------------------------------------------------------------------- */
/*  Widget-Container */
/*----------------------------------------------------------------------------------- */
.widget-container {
    min-height: 320px;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.widget-container.fluid-height {
    height: auto;
    min-height: 0; }
.widget-container.small {
    min-height: 120px;
    height: 200px; }
.widget-container.gallery {
    min-height: 400px; }
.widget-container .heading {
    background: rgba(255, 255, 255, 0.94);
    height: 50px;
    padding: 15px 15px;
    color: #007aff;
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    margin: 0; }
.widget-container .heading [class^="fa"], .widget-container .heading [class*="fa"] {
    margin-right: 10px;
    font-size: 14px; }
.widget-container .heading [class^="fa"].pull-right, .widget-container .heading [class*="fa"].pull-right {
    margin-right: 0px;
    margin-left: 15px;
    opacity: 0.35;
    font-size: 1.1em; }
.widget-container .heading [class^="fa"]:hover, .widget-container .heading [class*="fa"]:hover {
    cursor: pointer;
    opacity: 1; }
.widget-container .tabs {
    background: whitesmoke;
    border-bottom: 1px solid #dddddd; }
.widget-container .widget-content {
    width: 100%; }
.widget-container.scrollable {
    position: relative;
    height: 400px;
    padding-top: 50px; }
.widget-container.scrollable.chat-home {
    height: 427px; }
.widget-container.scrollable .heading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
.widget-container.scrollable .shadow {
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1); }
.widget-container.scrollable .widget-content {
    height: 100%;
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

.padded {
    padding: 15px; }

/*----------------------------------------------------------------------------------- */
/*  Statistics Figures */
/*----------------------------------------------------------------------------------- */
.stats-container {
    min-height: 120px;
    height: 120px;
    text-align: center; }
.stats-container [class^="col-"], .stats-container [class*="col-"] {
    border-right: 1px solid #e6e6e6;
    height: 100%;
    margin-bottom: 0; }
.stats-container [class^="col-"]:last-child, .stats-container [class*="col-"]:last-child {
    border: 0; }
.stats-container [class^="col-"] .number, .stats-container [class*="col-"] .number {
    font-size: 3.8em;
    font-weight: 100;
    color: #007aff;
    line-height: 1.4em;
    padding-top: 8px;
    letter-spacing: -0.06em; }
.stats-container [class^="col-"] .number .icon, .stats-container [class*="col-"] .number .icon {
    background: url("../images/info-data-sprite.png") no-repeat left top;
    width: 50px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 12px 0 0; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .stats-container [class^="col-"] .number .icon, .stats-container [class*="col-"] .number .icon {
        background-image: url("../images/info-data-sprite@2x.png");
        background-size: 200px 190px; } }
.stats-container [class^="col-"] .number .icon.visitors, .stats-container [class*="col-"] .number .icon.visitors {
    background-position: -50px top; }
.stats-container [class^="col-"] .number .icon.money, .stats-container [class*="col-"] .number .icon.money {
    background-position: -100px top; }
.stats-container [class^="col-"] .number .icon.chat-bubbles, .stats-container [class*="col-"] .number .icon.chat-bubbles {
    background-position: -150px top; }
.stats-container [class^="col-"] .text, .stats-container [class*="col-"] .text {
    font-weight: 300;
    color: #999999; }

/*----------------------------------------------------------------------------------- */
/*  jQuery Sparkline Tooltip fix */
/*----------------------------------------------------------------------------------- */
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

/*----------------------------------------------------------------------------------- */
/*  Line Charts */
/*----------------------------------------------------------------------------------- */
.line-chart {
    width: 100%; }
.line-chart .chart-text-axis {
    margin: 4px 0 0 !important; }
.line-chart .chart-text-axis li {
    width: 8.33% !important;
    margin: 0 !important; }

.pie-chart {
    text-align: center; }
.pie-chart #pie-chart {
    display: inline-block;
    vertical-align: middle; }
.pie-chart ul.chart-key {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0;
    margin: 0 0 0 30px; }
.pie-chart ul.chart-key li {
    margin: 10px 0;
    color: #888888; }
.pie-chart ul.chart-key li span {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; }
.pie-chart ul.chart-key li span.green {
    background: #81e970; }
.pie-chart ul.chart-key li span.orange {
    background: #f5af50; }
.pie-chart ul.chart-key li span.red {
    background: #f46f50; }
.pie-chart ul.chart-key li span.blue {
    background: #a0eeed; }

/*----------------------------------------------------------------------------------- */
/*  Weather Widget */
/*----------------------------------------------------------------------------------- */
.weather {
    background: #5bc0de;
    color: white;
    min-height: 100px;
    height: 200px; }
.weather .heading {
    background: transparent;
    font-weight: 300;
    color: white; }
.weather .padded {
    padding: 0 10px 0 0; }
.weather .padded .row > div {
    border-right: 1px solid #89d1e6;
    padding-top: 20px;
    height: 200px;
    margin-bottom: 0; }
.weather .padded .row > div:last-child {
    border: 0; }
.weather .padded .row > div canvas {
    display: block;
    margin: 20px auto 14px; }
.weather .padded .row > div .number {
    font-size: 40px;
    color: white;
    font-weight: 300;
    letter-spacing: -0.05em;
    display: inline-block;
    vertical-align: middle; }
.weather .padded .row > div .number small {
    font-size: 70%;
    margin: 2px 0 0 4px;
    display: inline-block; }
.weather .padded .row > div.today canvas {
    display: inline-block;
    margin: 0 10px 0 6px;
    vertical-align: middle; }
.weather .padded .row > div.today .number {
    font-size: 80px;
    display: inline-block; }
.weather .padded .row > div.today .number small {
    margin: 12px 0 0 5px; }
.weather .padded .row > div.today p {
    margin-bottom: 6px; }
.weather .padded .row > div p {
    margin: 0; }
.weather .padded .row > div p.location {
    margin: 5px 0 0; }

/*----------------------------------------------------------------------------------- */
/*  jQuery Easy Pie Chart */
/*----------------------------------------------------------------------------------- */
.easyPieChart {
    position: relative;
    text-align: center;
    margin: 5px auto 27px; }
.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0; }

.pie-number {
    font-size: 4.5em;
    font-weight: 100;
    letter-spacing: -0.05em;
    color: #bbbbbb; }

.pie-text {
    text-align: center;
    padding: 8px 0 14px 0; }

/*----------------------------------------------------------------------------------- */
/*  Stats Styles */
/*----------------------------------------------------------------------------------- */
.chart-list {
    text-decoration: none;
    display: inline;
    padding: 0 2px 0 0; }

.chart-list-item {
    width: 55px;
    text-align: left; }

.chart-number {
    font-size: 2.5em;
    font-weight: 100; }

.bar-chart-widget {
    text-align: center; }
.bar-chart-widget .bar-chart-info {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px 14px -21px;
    text-align: center; }
.bar-chart-widget .bar-chart-info.visible-lg {
    display: inline-block !important; }
.bar-chart-widget .bar-chart-info p {
    font-weight: 300;
    color: #bbbbbb; }
.bar-chart-widget .bar-chart-info .chart-number {
    font-size: 4em;
    font-weight: 100;
    color: #60c560;
    line-height: 1.2em; }
.bar-chart-widget .bar-chart-info .chart-number i {
    margin: 12px 10px 0 0;
    opacity: 0.5;
    font-size: 0.9em;
    display: inline-block;
    vertical-align: top; }
.bar-chart-widget .bar-chart-info .chart-text {
    font-size: 0.8em;
    font-weight: 400;
    color: #888888; }

.chart-graph {
    display: inline-block;
    vertical-align: middle; }
.chart-graph .chart-text-axis {
    padding: 0 0 0 5px;
    width: 100%;
    margin: 6px 0 0;
    list-style: none; }
.chart-graph .chart-text-axis li {
    font-size: 0.7em;
    font-weight: 400;
    text-align: center;
    width: 12px;
    margin-right: 6px;
    float: left;
    color: #aaaaaa; }

/*----------------------------------------------------------------------------------- */
/*  Morris Charts */
/*----------------------------------------------------------------------------------- */
.morris-hover.morris-default-style {
    background: white;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #bbbbbb; }

/*----------------------------------------------------------------------------------- */
/*  Social Dashboard */
/*----------------------------------------------------------------------------------- */
.social-wrapper #hidden-items {
    display: none; }
.social-wrapper #social-container {
    margin: 0 auto;
    max-width: 100%; }
.social-wrapper #social-container .item {
    width: 350px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin: 10px;
    float: left; }
.social-wrapper #social-container .item-hidden {
    display: none; }
.social-wrapper #social-container .share-widget {
    background: #f8f8f8;
    font-weight: 200;
    padding-top: 3px;
    height: 180px; }
.social-wrapper #social-container .share-widget textarea {
    height: 94px;
    resize: none; }
.social-wrapper #social-container .share-widget .share-options {
    text-align: center;
    cursor: pointer;
    margin: 0; }
.social-wrapper #social-container .share-widget .share-options:hover, .social-wrapper #social-container .share-widget .share-options.active {
    color: #007aff; }
.social-wrapper #social-container .share-widget .share-options p {
    margin-bottom: 0; }
.social-wrapper #social-container img.social-avatar {
    border-radius: 50%;
    margin-right: 15px; }
.social-wrapper #social-container .profile-widget {
    height: 180px;
    padding: 5px;
    position: relative; }
.social-wrapper #social-container .profile-widget .profile-info {
    padding: 0;
    margin: 0; }
.social-wrapper #social-container .profile-widget .profile-info .social-avatar {
    margin-right: 20px; }
.social-wrapper #social-container .profile-widget .profile-info .user-name {
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 6px; }
.social-wrapper #social-container .profile-widget .profile-info .profile-details {
    display: inline-block; }
.social-wrapper #social-container .profile-widget .profile-info .profile-details p {
    font-size: 13px;
    margin-bottom: 2px;
    color: #999999;
    font-weight: 300; }
.social-wrapper #social-container .profile-widget .profile-info .profile-details em {
    font-size: 13px;
    color: #999999;
    font-weight: 300; }
.social-wrapper #social-container .profile-widget .profile-info .profile-details em i {
    margin-right: 6px; }
.social-wrapper #social-container .profile-widget .profile-stats {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px; }
.social-wrapper #social-container .profile-widget .profile-stats > div {
    height: 100%;
    border-left: 1px solid #e0e0e0;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-top: 6px;
    color: #999999; }
.social-wrapper #social-container .profile-widget .profile-stats > div:first-child {
    border-left: 0px; }
.social-wrapper #social-container .profile-widget .profile-stats > div h2 {
    font-weight: 100;
    margin-bottom: 5px; }
.social-wrapper #social-container .profile-widget .profile-stats > div p {
    font-weight: 300; }
.social-wrapper #social-container .social-entry p.content {
    font-size: 14px;
    font-weight: 300;
    margin: 15px 0; }
.social-wrapper #social-container .social-entry .padded p.content {
    margin-top: 0; }
.social-wrapper #social-container .social-entry .profile-info .social-avatar {
    margin-right: 14px; }
.social-wrapper #social-container .social-entry .profile-info .user-name {
    font-size: 18px;
    font-weight: 300;
    margin: 2px 0 6px; }
.social-wrapper #social-container .social-entry .profile-info + p.content {
    margin-top: 15px; }
.social-wrapper #social-container .social-entry .profile-details {
    display: inline-block; }
.social-wrapper #social-container .social-entry .profile-details p {
    font-size: 13px;
    margin-bottom: 2px;
    color: #999999; }
.social-wrapper #social-container .social-entry .profile-details em {
    font-size: 13px;
    color: #999999;
    font-weight: 300; }
.social-wrapper #social-container .social-entry .profile-details em i {
    margin-right: 6px; }
.social-wrapper #social-container .social-entry .social-content-media {
    display: block; }
.social-wrapper #social-container .social-entry .btn {
    margin: 0 2px 0 0;
    cursor: pointer;
    font-size: 14px;
    padding: 2px 8px; }
.social-wrapper #social-container .social-entry .btn i {
    margin-right: 0;
    font-size: 14px; }
.social-wrapper #social-container .social-entry .comments {
    background: #f6f6f6;
    margin-top: 5px;
    padding-top: 15px; }
.social-wrapper #social-container .social-entry .comments .social-avatar {
    margin-right: 12px; }
.social-wrapper #social-container .social-entry .comments p.content {
    margin: 8px 0 22px; }
.social-wrapper #social-container .social-entry .comments .form-group {
    margin-bottom: 0px; }
.social-wrapper #load-more {
    margin-top: 20px;
    padding-bottom: 12px;
    padding-top: 8px; }

/*----------------------------------------------------------------------------------- */
/*  Social Communities Widget */
/*----------------------------------------------------------------------------------- */
.social-widget {
    font-weight: 200;
    color: white;
    text-align: center;
    height: 120px;
    padding-top: 14px; }
.social-widget.twitter {
    background-color: #00b2f1; }
.social-widget.facebook {
    background-color: #517fa4; }
.social-widget.pinterest {
    background-color: #e54c42; }
.social-widget.instagram {
    background-color: #f0ad4e; }
.social-widget.dribbble {
    background-color: #ea4c89; }
.social-widget [class^="fa"], .social-widget [class*=" fa"] {
    vertical-align: middle;
    font-size: 70px;
    margin: 0 10px 0 -20px; }
.social-widget .social-data {
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle; }
.social-widget .social-data h1 {
    font-weight: 100;
    font-size: 60px;
    margin: 0;
    padding: 0; }

/*----------------------------------------------------------------------------------- */
/*  Gallery with Captions */
/*----------------------------------------------------------------------------------- */
.gallery-grid figure {
    margin: 0;
    position: relative;
    overflow: hidden; }
.gallery-grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
.gallery-grid .caption {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: -90px;
    left: 0px;
    padding: 15px 20px 20px;
    background: black;
    color: white;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
.gallery-grid .caption h3 {
    margin: 0;
    padding: 0;
    color: white;
    font-weight: 100; }
.gallery-grid .caption span {
    margin-top: 5px;
    display: inline-block; }
.gallery-grid .caption a {
    margin: 0 0 0 15px;
    border: 1px solid white; }
.gallery-grid [class^="col-"]:hover figure img, .gallery-grid [class*=" col-"]:hover figure img {
    top: -50px; }
.gallery-grid [class^="col-"]:hover .caption, .gallery-grid [class*=" col-"]:hover .caption {
    bottom: 0px; }

/*----------------------------------------------------------------------------------- */
/*  Gallery with Filter */
/*----------------------------------------------------------------------------------- */
.gallery-filters a.selected {
    background: #007aff;
    color: white; }

.gallery-item {
    width: 200px;
    height: 150px;
    margin: 10px;
    position: relative;
    background: black; }
.gallery-item img {
    width: 100%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.gallery-item .actions {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 36px;
    margin-top: -18px;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.gallery-item .actions i {
    display: inline-block;
    margin: 0 4px;
    font-size: 18px;
    color: white;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 35px;
    border: 1px solid white;
    border-radius: 50%;
    vertical-align: top;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
.gallery-item .actions i:hover {
    background: white;
    color: #333333; }
.gallery-item .actions i.fa-search-plus {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    margin-top: -7px; }
.gallery-item:hover img {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
.gallery-item:hover .actions {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media (max-width: 450px) {
    .gallery-item {
        width: 280px;
        height: 210px;
        margin: 0 0 15px; } }
/*----------------------------------------------------------------------------------- */
/*  Carousel */
/*----------------------------------------------------------------------------------- */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%; }

.carousel-control.left, .carousel-control.right {
    background: none;
    background: rgba(0, 0, 0, 0.06);
    opacity: 1;
    width: 10%; }
.carousel-control.left:hover, .carousel-control.right:hover {
    background: rgba(0, 0, 0, 0.25); }

.carousel-control .glyphicon, .carousel-control .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    height: 40px;
    font-size: 40px;
    margin-top: -20px;
    margin-left: -10px; }

.carousel-control .fa-angle-right {
    margin-left: -5px; }

.carousel-indicators li {
    margin: 1px 5px; }
.carousel-indicators li.active {
    margin: 0 5px; }

/*----------------------------------------------------------------------------------- */
/*  List widget */
/*----------------------------------------------------------------------------------- */
.list ul {
    list-style: none;
    padding-left: 15px;
    margin: 0; }
.list ul li {
    padding: 10px 15px 12px 2px;
    border-bottom: 1px solid #e2e2e2;
    margin: 0; }
.list ul li:last-child {
    border: 0; }
.list ul li:only-child {
    border-bottom: 1px solid #e2e2e2; }
.list ul li img {
    margin-right: 10px; }

/*----------------------------------------------------------------------------------- */
/*  Task widget */
/*----------------------------------------------------------------------------------- */
.task-widget ul li {
    padding: 0; }
.task-widget ul li label {
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    width: 100%;
    display: block;
    padding: 10px 15px 12px 10px; }
.task-widget ul li label:hover {
    background-color: #f6f6f6; }
.task-widget input[type="checkbox"]:checked + .task-checkbox {
    color: #007aff; }

.opacity .task-widget input[type="checkbox"] + span:before, .opacity .task-widget input[type="radio"] + span:before {
    margin-left: 0px; }

/*----------------------------------------------------------------------------------- */
/*  Ratings widget */
/*----------------------------------------------------------------------------------- */
.rating-widget ul li {
    padding-bottom: 4px; }
.rating-widget ul li .reviewer-info {
    margin-bottom: 10px; }
.rating-widget ul li .reviewer-info img {
    margin-right: 8px; }
.rating-widget ul li .reviewer-info em {
    color: #aaaaaa;
    font-size: 0.85em;
    margin-left: 4px; }
.rating-widget ul li .reviewer-info .star-rating i {
    margin-left: 2px;
    font-size: 20px;
    color: #cccccc; }
.rating-widget ul li .reviewer-info .star-rating i.fastar, .rating-widget ul li .reviewer-info .star-rating i.fastar-half-empty {
    color: #f7c310; }

/*----------------------------------------------------------------------------------- */
/*  Rollodex Styles */
/*----------------------------------------------------------------------------------- */
.rollodex {
    height: 500px !important; }
.rollodex img {
    border-radius: 50%; }
.rollodex ul li:only-child {
    border: 0; }

.roll-title {
    background: #efefef;
    width: 100%;
    text-align: center;
    padding: 2px 0 2px 0;
    margin: 1px 0 1px 0; }

.roll-item {
    padding: 20px 0 20px 0; }

/*----------------------------------------------------------------------------------- */
/*  Chat widget */
/*----------------------------------------------------------------------------------- */
.chat {
    padding-bottom: 52px; }
.chat .widget-content {
    padding-right: 20px;
    background-color: white; }
.chat .widget-content .scrollbar-path-vertical {
    bottom: 56px !important; }
.chat .widget-content ul {
    list-style: none;
    padding: 0; }
.chat .widget-content ul li {
    margin-bottom: 14px;
    padding-left: 40px;
    padding-right: 80px;
    position: relative; }
.chat .widget-content ul li:last-child {
    margin-bottom: 0; }
.chat .widget-content ul li img {
    position: absolute;
    bottom: -2px;
    left: 0;
    border-radius: 50%; }
.chat .widget-content ul li .bubble {
    padding: 12px 15px;
    background: #e5e5ea;
    border-radius: 15px;
    position: relative; }
.chat .widget-content ul li .bubble:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    background: url("../images/chat-left.png") left top no-repeat;
    width: 13px;
    height: 13px;
    display: block; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .chat .widget-content ul li .bubble:after {
        background-image: url("../images/chat-left@2x.png");
        background-size: 13px 13px; } }
.chat .widget-content ul li .bubble .user-name {
    font-size: 1.1em;
    margin-bottom: 8px;
    display: inline-block; }
.chat .widget-content ul li .bubble p.message {
    font-size: 0.95em;
    margin-bottom: 12px;
    color: #333333; }
.chat .widget-content ul li .bubble .time {
    font-size: 0.8em;
    color: #888888;
    margin-bottom: 0; }
.chat .widget-content ul li.current-user {
    padding-right: 40px;
    padding-left: 80px; }
.chat .widget-content ul li.current-user img {
    right: 0;
    left: auto; }
.chat .widget-content ul li.current-user .bubble {
    background: #178efe; }
.chat .widget-content ul li.current-user .bubble:after {
    background: url("../images/chat-right.png") left top no-repeat;
    left: auto;
    right: -6px; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .chat .widget-content ul li.current-user .bubble:after {
        background-image: url("../images/chat-right@2x.png");
        background-size: 13px 13px; } }
.chat .widget-content ul li.current-user p, .chat .widget-content ul li.current-user a {
    color: white !important; }
.chat .widget-content ul li.current-user .time {
    opacity: 0.75; }
.chat .post-message {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
    padding: 8px 60px 8px 8px;
    background: #f2f2f2;
    border-top: 1px solid #cccccc; }
.chat .post-message input[type="text"] {
    width: 100%;
    height: 100%; }
.chat .post-message input[type="submit"] {
    position: absolute;
    top: 12px;
    right: 10px;
    margin: 0;
    border: 0;
    background: transparent;
    color: #007aff;
    font-weight: 600;
    font-size: 14px; }

.widget-container.chat-page {
    height: 700px;
    padding: 0 0 102px 222px;
    position: relative;
    background-color: #f2f2f2; }
.widget-container.chat-page .contact-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 222px;
    height: 100%;
    border-right: 1px solid #dddddd;
    padding-top: 50px; }
.widget-container.chat-page .contact-list .heading {
    background-color: transparent;
    color: #777777;
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 14px;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
.widget-container.chat-page .contact-list .heading i {
    margin-top: 4px;
    font-size: 1em; }
.widget-container.chat-page .contact-list ul {
    list-style: none;
    padding-left: 15px;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%; }
.widget-container.chat-page .contact-list ul li {
    border-bottom: 1px solid #d6d6d6;
    margin: 0; }
.widget-container.chat-page .contact-list ul li a {
    display: block;
    position: relative;
    left: -15px;
    width: 220px;
    padding-left: 15px;
    padding: 8px 0 8px 15px;
    color: #888888; }
.widget-container.chat-page .contact-list ul li a:hover {
    background-color: #e6e6e6;
    color: #666666; }
.widget-container.chat-page .contact-list ul li img {
    border-radius: 50%;
    margin-right: 10px; }
.widget-container.chat-page .contact-list ul li i {
    font-size: 12px;
    float: right;
    margin: 9px 20px 0 0; }
.widget-container.chat-page > .heading {
    position: relative !important; }
.widget-container.chat-page .post-message {
    position: relative; }

/*----------------------------------------------------------------------------------- */
/*  Icons */
/*----------------------------------------------------------------------------------- */
.icons .row {
    margin: 0 !important; }
.icons .row [class^="col-"], .icons .row [class*="col-"] {
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    margin-bottom: 0 !important;
    color: #666666;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
.icons .row [class^="col-"] [class^="fa"], .icons .row [class^="col-"] [class*="fa"], .icons .row [class*="col-"] [class^="fa"], .icons .row [class*="col-"] [class*="fa"] {
    width: 32px;
    font-size: 14px;
    text-align: right;
    margin-right: 20px;
    vertical-align: middle;
    -webkit-transition: all 0.12s;
    -moz-transition: all 0.12s;
    transition: all 0.12s; }
.icons .row [class^="col-"] .glyphicon, .icons .row [class*="col-"] .glyphicon {
    margin-top: -5px;
    width: 32px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-transition: all 0.12s;
    -moz-transition: all 0.12s;
    transition: all 0.12s; }
.icons .row [class^="col-"]:hover, .icons .row [class*="col-"]:hover {
    background-color: #f6f6f6; }
.icons .row [class^="col-"]:hover [class^="fa"], .icons .row [class^="col-"]:hover [class*="fa"], .icons .row [class^="col-"]:hover .glyphicon, .icons .row [class*="col-"]:hover [class^="fa"], .icons .row [class*="col-"]:hover [class*="fa"], .icons .row [class*="col-"]:hover .glyphicon {
    font-size: 28px; }
.icons .row [class^="col-"]:hover .glyphicon, .icons .row [class*="col-"]:hover .glyphicon {
    margin-top: -8px; }

/*----------------------------------------------------------------------------------- */
/*  Grid Structure */
/*----------------------------------------------------------------------------------- */
.grid-structure .row .widget-container {
    color: #999999;
    padding: 10px 15px 12px;
    min-height: 0; }

/*----------------------------------------------------------------------------------- */
/*  jQuery Map Styles */
/*----------------------------------------------------------------------------------- */
.map {
    margin: 0 auto;
    position: relative;
    overflow: hidden; }

.jqvmap-label {
    position: absolute;
    display: none;
    background: white;
    background: rgba(255, 255, 255, 0.95);
    color: #666666;
    font-size: smaller;
    font-weight: 300;
    padding: 4px 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

.jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 0px;
    background: #c2c2c2;
    padding: 8px 6px;
    color: white;
    width: 22px;
    height: 22px;
    cursor: pointer;
    line-height: 5px;
    text-align: center; }
.jqvmap-zoomin:hover, .jqvmap-zoomin :active, .jqvmap-zoomout:hover, .jqvmap-zoomout :active {
    background: #007aff; }

.jqvmap-zoomin {
    top: 10px; }

.jqvmap-zoomout {
    top: 36px; }

.jqvmap-region {
    cursor: pointer; }

.jqvmap-ajax_response {
    width: 100%;
    height: 500px; }

/*----------------------------------------------------------------------------------- */
/*  Form styles */
/*----------------------------------------------------------------------------------- */
fieldset {
    border: 0;
    margin: 0;
    padding: 0; }

label {
    font-weight: normal; }
label.error {
    color: #d9534f;
    margin-top: 5px; }

input[type="text"] {
    box-shadow: none !important; }

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

.form-control {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
.form-control:focus {
    border-color: #007aff;
    box-shadow: none; }
.form-control.has-error, .form-control.error {
    border-color: #d9534f; }

.form-group [class^="col-"], .form-group [class*="col-"] {
    margin-bottom: 0; }
.form-group label {
    margin-bottom: 5px; }

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

.opacity .radio, .opacity .checkbox {
    margin: 0 0 10px; }
.opacity .radio-inline, .opacity .checkbox-inline {
    padding-top: 9px;
    margin-right: 20px; }
.opacity .radio-inline + .radio-inline, .opacity .radio-inline + .checkbox-inline, .opacity .checkbox-inline + .radio-inline, .opacity .checkbox-inline + .checkbox-inline {
    margin-left: 0; }
.opacity input[type="checkbox"], .opacity input[type="radio"] {
    display: none; }
.opacity input[type="checkbox"] + span:before, .opacity input[type="radio"] + span:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -20px;
    background: white;
    border-radius: 3px;
    border: 1px solid #c8c8c8; }
.opacity input[type="checkbox"]:checked + span:before {
    background: #007aff url("../images/checkmark.png") no-repeat center center;
    border-color: #007aff; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .opacity input[type="checkbox"]:checked + span:before {
        background-image: url("../images/checkmark@2x.png");
        background-size: 14px 14px; } }
.opacity input[type="radio"] {
    display: none; }
.opacity input[type="radio"] + span {
    position: relative; }
.opacity input[type="radio"] + span:before {
    border-radius: 50%; }
.opacity input[type="radio"]:checked + span:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: -15px;
    background-color: #007aff;
    border-radius: 50%;
    display: block; }

.has-warning .help-block, .has-warning .control-label {
    color: #f0ad4e; }
.has-warning .form-control {
    border-color: #f0ad4e; }

.has-error .help-block, .has-error .control-label {
    color: #d9534f; }
.has-error .form-control {
    border-color: #d9534f; }

.has-success .help-block, .has-success .control-label {
    color: #60c560; }
.has-success .form-control {
    border-color: #60c560; }

.radio + .radio:last-child, .checkbox + .checkbox:last-child {
    margin-bottom: 0; }

.form-photo {
    margin: 4px 0 12px; }

/*----------------------------------------------------------------------------------- */
/*  iOS 7 Toggle switch */
/*----------------------------------------------------------------------------------- */
.check-ios {
    visibility: hidden; }

.holder {
    width: 56px;
    height: 28px;
    position: relative;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle; }
.holder span {
    background-color: #e2e2e2;
    display: block;
    height: 30px;
    width: 54px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.holder span:after {
    background-color: white;
    content: "";
    display: block;
    height: 28px;
    width: 52px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 2;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease; }
.holder label {
    background: white;
    cursor: pointer;
    display: block;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3); }

.check-ios:checked ~ span {
    background-color: #4fd065; }
.check-ios:checked ~ span:after {
    height: 0;
    width: 0;
    left: 50%;
    top: 50%; }
.check-ios:checked + label {
    left: 25px; }

/*----------------------------------------------------------------------------------- */
/*  Drag and drop */
/*----------------------------------------------------------------------------------- */
.single-file-drop {
    text-align: center;
    border: 2px dashed #dddddd; }
.single-file-drop h4 {
    padding: 50px 0 45px;
    line-height: 1.4; }
.single-file-drop img {
    max-width: 100%; }
.single-file-drop.profile-drop {
    display: inline-block;
    min-width: 200px;
    height: 200px;
    margin: 4px 0 8px;
    overflow: hidden;
    position: relative; }
.single-file-drop.profile-drop h4 {
    padding-top: 70px; }
.single-file-drop.profile-drop img {
    max-width: none;
    height: 200px; }

/*----------------------------------------------------------------------------------- */
/*  Custom image upload button */
/*----------------------------------------------------------------------------------- */
.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle; }
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    direction: ltr; }
.btn-file + .fileupload-preview {
    padding: 0 5px 0 10px;
    vertical-align: middle; }

.fileupload .form-control {
    height: 34px;
    display: inline-block;
    box-shadow: none; }
.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text; }
.fileupload .img-thumbnail {
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    border: 0;
    border-radius: 0;
    padding: 0; }
.fileupload .img-thumbnail > img {
    margin-left: auto;
    margin-right: auto;
    max-height: 100%; }
.fileupload .btn {
    vertical-align: middle;
    margin: 0 2px 0 -1px; }

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none; }

.fileupload-inline .fileupload-controls {
    display: inline; }

.fileupload-new .input-append .btn-file {
    border-radius: 0 3px 3px 0; }

.thumbnail-borderless .img-thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none; }

.fileupload-new.thumbnail-borderless .im-thumbnail {
    border: 1px solid #dddddd; }

.fileupload .fileupload-preview + .close {
    vertical-align: middle; }

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c; }
.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c; }
.control-group.warning .fileupload .img-thumbnail {
    border-color: #a47e3c; }
.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48; }
.control-group.error .fileupload .fileupload-preview {
    color: #b94a48; }
.control-group.error .fileupload .img-thumbnail {
    border-color: #b94a48; }
.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847; }
.control-group.success .fileupload .fileupload-preview {
    color: #468847; }
.control-group.success .fileupload .img-thumbnail {
    border-color: #468847; }

/*----------------------------------------------------------------------------------- */
/*  select2 Dropdowns */
/*----------------------------------------------------------------------------------- */
.select2-container {
    width: 100%;
    height: 36px; }
.select2-container .select2-choice {
    height: 100%; }
.select2-container .select2-choice > .select2-chosen {
    height: 100%;
    line-height: 33px; }
.select2-container .select2-choice .select2-arrow {
    width: 34px;
    text-align: center; }
.select2-container .select2-choice .select2-arrow b {
    background: none;
    width: 0;
    height: 0;
    margin: 8px 0 0 -2px;
    display: inline-block;
    vertical-align: middle;
    border-top: 4px solid #444444;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border-color: #007aff; }

.select2-container-multi .select2-choices {
    background: white;
    border-color: #cccccc;
    border-radius: 4px;
    padding-top: 4px; }

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Tooltip Styles */
/*----------------------------------------------------------------------------------- */
.tooltip-inner {
    border-radius: 0px;
    padding: 8px; }

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Progress Bar */
/*----------------------------------------------------------------------------------- */
.progress {
    height: 12px;
    box-shadow: none;
    border-radius: 10px;
    background-color: #f2f2f2; }
.progress .progress-bar {
    box-shadow: none;
    background-color: #007aff; }
.progress .progress-bar-success {
    background-color: #60c560; }
.progress .progress-bar-warning {
    background-color: #f0ad4e; }
.progress .progress-bar-danger {
    background-color: #d9534f; }

/*----------------------------------------------------------------------------------- */
/*  jQuery UI Slider */
/*----------------------------------------------------------------------------------- */
.slider-container {
    margin-bottom: 25px; }

.ui-slider {
    background-color: #e2e2e2;
    height: 4px;
    border-radius: 2px;
    position: relative; }
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 2px;
    top: 0;
    height: 100%; }

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 28px;
    height: 28px;
    top: -13px;
    margin-left: -14px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 3px 4px rgba(0, 0, 0, 0.1); }

.ui-widget-header {
    background-color: #007aff; }

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Well */
/*----------------------------------------------------------------------------------- */
.well {
    min-height: 38px; }

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Emphasis Classes */
/*----------------------------------------------------------------------------------- */
.text-primary {
    color: #007aff; }

.text-success {
    color: #60c560; }

.text-info {
    color: #5bc0de; }

.text-warning {
    color: #f0ad4e; }

.text-danger {
    color: #d9534f; }

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Accordion */
/*----------------------------------------------------------------------------------- */
.panel {
    box-shadow: none; }

.panel-heading {
    padding: 0;
    border-radius: 0;
    background-color: #f8f8f8; }
.panel-heading .panel-toggle {
    background: #f9fafa; }

.panel-title {
    font-size: 16px; }
.panel-title > a {
    font-weight: 300;
    padding: 8px 15px 10px;
    display: block; }
.panel-title > a .caret {
    margin-top: 5px;
    border-bottom: 5px solid #999999;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
.panel-title > a.collapsed .caret {
    border-top: 5px solid #999999;
    border-bottom: 5px solid transparent;
    margin-top: 10px; }
.panel-title:hover {
    color: #007aff; }

.accordion-group {
    margin: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #f1f1f1; }

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0px;
    border: 0;
    border-top: 1px solid #e1e1e1; }
.panel-group .panel + .panel {
    margin-top: 0; }


/*----------------------------------------------------------------------------------- */
/*  Bootstrap Tab Styles */
/*----------------------------------------------------------------------------------- */
.nav-tabs > li > a {
    border-radius: 0px; }

.nav-tabs {
    margin-top: -8px; }

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Alert Styles */
/*----------------------------------------------------------------------------------- */
.alert {
    border-radius: 0px; }

button.close {
    margin-left: 18px; }

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Pagination */
/*----------------------------------------------------------------------------------- */
.pagination {
    margin: 12px 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #007aff; }

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Badge Styles */
/*----------------------------------------------------------------------------------- */
.badge {
    background-color: #aaaaaa;
    font-weight: 400; }

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Breadcrumb */
/*----------------------------------------------------------------------------------- */
.breadcrumb {
    padding: 9px 15px 6px;
    border-radius: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Popover */
/*----------------------------------------------------------------------------------- */
.popover {
    border-radius: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.92);
    padding: 0; }

.popover-title {
    border-radius: 0px;
    color: #007aff;
    margin-left: 14px;
    background: none;
    padding-left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.popover-content {
    padding: 0px;
    margin-left: 14px;
    padding: 12px 15px 12px 0; }

/*----------------------------------------------------------------------------------- */
/*  Fancybox */
/*----------------------------------------------------------------------------------- */
.fancybox-skin {
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4) !important;
    background: white;
    background: rgba(255, 255, 255, 0.9); }
.fancybox-skin .fancybox-prev span, .fancybox-skin .fancybox-next span {
    background: none;
    font-family: "FontAwesome";
    font-size: 40px;
    left: 50%;
    right: auto;
    width: 16px;
    height: 56px;
    margin: -28px 0 0 -8px; }
.fancybox-skin .fancybox-prev span:before, .fancybox-skin .fancybox-next span:before {
    color: white; }
.fancybox-skin .fancybox-prev {
    left: -80px; }
.fancybox-skin .fancybox-prev span:before {
    content: "\f104"; }
.fancybox-skin .fancybox-next {
    right: -80px; }
.fancybox-skin .fancybox-next span:before {
    content: "\f105"; }
.fancybox-skin .fancybox-close {
    background: none;
    font-family: "FontAwesome";
    font-size: 38px;
    color: white;
    top: -15px;
    right: -55px;
    opacity: 0.6; }
.fancybox-skin .fancybox-close:hover {
    opacity: 1; }
.fancybox-skin .fancybox-close:before {
    content: "×"; }

.fancybox-nav {
    width: 60px; }

.fancybox-nav span {
    visibility: visible;
    opacity: 0.5; }

.fancybox-nav:hover span {
    opacity: 1; }

.fancybox-title {
    text-align: center; }

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Tab Styles */
/*----------------------------------------------------------------------------------- */
.nav-tabs > li > a {
    border-radius: 0px; }

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Alert Styles */
/*----------------------------------------------------------------------------------- */
.alert {
    border-radius: 0px;
    padding: 15px; }
.alert .close {
    line-height: 17px; }

/*----------------------------------------------------------------------------------- */
/*  Full Calendar */
/*----------------------------------------------------------------------------------- */
#calendar {
    margin-top: 5px; }

.fc-button-today {
    display: none; }

.fc-event {
    opacity: 0.85; }
.fc-event.label-primary {
    background-color: #d6eaff;
    border-left: 2px solid #007aff;
    color: #007aff; }
.fc-event.label-success {
    background-color: #dff3df;
    border-left: 2px solid #60c560;
    color: #60c560; }
.fc-event.label-default {
    background-color: #e6e6e6;
    border-left: 2px solid #999999;
    color: #666666; }
.fc-event.label-info {
    background-color: #e3f4f9;
    border-left: 2px solid #5bc0de;
    color: #49a4bf; }
.fc-event.label-warning {
    background-color: #fdf3e4;
    border-left: 2px solid #f0ad4e;
    color: #f0ad4e; }
.fc-event.label-danger {
    background-color: #fbefee;
    border-left: 2px solid #d9534f;
    color: #d9534f; }

.fc-event-hori {
    margin: 0 2px 4px; }

#external-events input[type="text"], #external-events .select2-container {
    margin-bottom: 10px; }

#event_box {
    margin: 15px 0 10px; }
#event_box .label {
    margin: 0 8px 8px 0;
    cursor: move; }
#event_box .label.label-primary {
    background-color: #d6eaff;
    border-left: 2px solid #007aff;
    color: #007aff; }
#event_box .label.label-success {
    background-color: #dff3df;
    border-left: 2px solid #60c560;
    color: #60c560; }
#event_box .label.label-default {
    background-color: #e6e6e6;
    border-left: 2px solid #999999;
    color: #666666; }
#event_box .label.label-info {
    background-color: #e3f4f9;
    border-left: 2px solid #5bc0de;
    color: #49a4bf; }
#event_box .label.label-warning {
    background-color: #fdf3e4;
    border-left: 2px solid #f0ad4e;
    color: #f0ad4e; }
#event_box .label.label-danger {
    background-color: #fbefee;
    border-left: 2px solid #d9534f;
    color: #d9534f; }

/*----------------------------------------------------------------------------------- */
/*  Responsive Styles */
/*----------------------------------------------------------------------------------- */
.row {
    margin: 0 10px 0; }
.row .row {
    margin: 0 -10px 0; }
.row + .row {
    margin-top: 20px; }

.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, .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, .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, .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 {
    padding: 0 10px; }

.hideme {
    display: none; }

.hidden-xs {
    display: inline-block; }

/*----------------------------------------------------------------------------------- */
/*  Filter/Advanced Search */
/*----------------------------------------------------------------------------------- */
.selected-filters {
    padding: 10px 10px 12px;
    margin-bottom: 15px; }
.selected-filters .label {
    margin: 0 8px 0 0; }
.selected-filters .label [class^="fa"], .selected-filters .label [class*="fa"] {
    margin-left: 6px;
    cursor: pointer; }

.arrow-left {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 7px solid white;
    float: right;
    clear: both;
    margin-right: -8px;
    margin-top: 5px; }

.table-filters {
    margin-bottom: 20px; }
.table-filters tbody tr td.filter-category {
    text-align: center;
    color: white;
    border-bottom: 1px solid white; }
.table-filters tbody tr td.filter-category [class^="fa"], .table-filters tbody tr td.filter-category [class*="fa"] {
    font-size: 24px; }
.table-filters tbody tr td.blue {
    background: #5bc0de; }
.table-filters tbody tr td.green {
    background: #60c560; }
.table-filters tbody tr td.orange {
    background: #f59b3b; }
.table-filters tbody tr td.red {
    background: #d9534f; }
.table-filters tbody tr td.magenta {
    background: #d94084; }
.table-filters tbody tr td.inactive {
    background: #8e8e93; }
.table-filters tbody tr td h3 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 300 !important; }
.table-filters tbody tr td .success {
    color: #60c560; }
.table-filters tbody tr td .danger {
    color: #d9534f; }
.table-filters tbody:last-child td.filter-category {
    border-bottom: 0; }

.filter-categories .btn-group {
    margin: 0;
    display: block; }
.filter-categories .btn-group .btn {
    font-size: 14px;
    font-weight: 300 !important;
    text-align: left;
    border-radius: 4px !important;
    margin: 0 0 10px; }
.filter-categories .btn-group .btn [class^="fa"], .filter-categories .btn-group .btn [class*="fa"] {
    margin: 0 5px 0 0;
    width: 45px;
    font-size: 20px;
    vertical-align: middle;
    text-align: center; }

/*----------------------------------------------------------------------------------- */
/*  WYSIWYG */
/*----------------------------------------------------------------------------------- */
.text-editor-toolbar .btn {
    float: left; }
.text-editor-toolbar .btn [class^="fa"], .text-editor-toolbar .btn [class*="fa"] {
    margin-right: 0;
    font-size: 14px; }
.text-editor-toolbar .btn-group > .btn:first-child {
    border-radius: 4px 0 0 4px; }
.text-editor-toolbar .btn-group > .dropdown-toggle {
    border-radius: 4px !important; }
.text-editor-toolbar .btn-group .add-link {
    border-radius: 4px 0 0 4px !important;
    border-right: 0; }
.text-editor-toolbar .btn-group #pictureBtn {
    border-radius: 4px; }
.text-editor-toolbar .btn-group #pictureBtn + input[type="file"] {
    z-index: 10 !important;
    height: 34px !important; }

#editor {
    overflow-y: scroll;
    height: 314px;
    width: 100%;
    background: white;
    padding: 10px 12px;
    border: 1px solid #cccccc;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    border-radius: 5px;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    transition: border 0.3s; }
#editor:focus {
    border: 1px solid #007aff; }
#editor .btn [class^="fa"] {
    margin-right: 0px !important; }

.voice-container {
    height: 30px;
    width: 34px;
    float: left;
    text-align: center;
    padding-top: 4px; }
.voice-container #voiceBtn {
    width: 18px;
    color: transparent;
    background-color: transparent;
    transform: scale(1.75);
    -webkit-transform: scale(1.75);
    -moz-transform: scale(1.75);
    border: 0;
    cursor: pointer;
    box-shadow: none;
    opacity: 0.65; }
.voice-container #voiceBtn:hover {
    opacity: 1; }

/*----------------------------------------------------------------------------------- */
/*  Timeline */
/*----------------------------------------------------------------------------------- */
ul.timeline {
    list-style: none;
    position: relative;
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
    overflow: hidden; }
ul.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #d2d2d2;
    height: 100%;
    width: 4px;
    border-radius: 2px;
    display: block; }
ul.timeline li {
    padding-left: 50%;
    position: relative;
    z-index: 10; }
ul.timeline li .timeline-time {
    position: absolute;
    right: 50%;
    top: 31px;
    text-align: right;
    margin-right: 40px;
    font-size: 16px;
    line-height: 1.3; }
ul.timeline li .timeline-time strong {
    display: block;
    text-transform: uppercase;
    color: #999999;
    font-size: 11px;
    font-weight: 400; }
ul.timeline li .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; }
ul.timeline li .timeline-icon > div {
    border-radius: 50%;
    line-height: 34px;
    font-size: 16px; }
ul.timeline li .timeline-content {
    background-color: white;
    padding: 15px 15px 1px;
    margin-left: 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative; }
ul.timeline li .timeline-content:after, ul.timeline li .timeline-content:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0; }
ul.timeline li .timeline-content:after {
    top: 38px;
    left: -20px;
    border: 10px solid transparent;
    border-right: 10px solid white; }
ul.timeline li .timeline-content:before {
    top: 36px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #dddddd; }
ul.timeline li .timeline-content h2 {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.2; }
ul.timeline li .timeline-content.image, ul.timeline li .timeline-content.video {
    padding: 15px 10px 10px; }
ul.timeline li .timeline-content.image h2, ul.timeline li .timeline-content.video h2 {
    padding: 0 5px 15px;
    margin-bottom: 0; }
ul.timeline li .timeline-content.image p, ul.timeline li .timeline-content.video p {
    padding: 15px 5px; }
ul.timeline li .timeline-content.image img, ul.timeline li .timeline-content.video img {
    width: 100%; }
ul.timeline li .timeline-content.image img + p, ul.timeline li .timeline-content.image .fluid-width-video-wrapper + p, ul.timeline li .timeline-content.video img + p, ul.timeline li .timeline-content.video .fluid-width-video-wrapper + p {
    padding-bottom: 0; }
ul.timeline li:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%; }
ul.timeline li:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 40px; }
ul.timeline li:nth-child(odd) .timeline-content {
    margin-right: 40px;
    margin-left: 0; }
ul.timeline li:nth-child(odd) .timeline-content:after {
    left: auto;
    right: -20px;
    border: 10px solid transparent;
    border-left: 10px solid white; }
ul.timeline li:nth-child(odd) .timeline-content:before {
    left: auto;
    right: -24px;
    border: 12px solid transparent;
    border-left: 12px solid #dddddd; }
ul.timeline.animated li .timeline-content {
    opacity: 0;
    left: 20px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s; }
ul.timeline.animated li:nth-child(odd) .timeline-content {
    left: -20px; }
ul.timeline.animated li.active .timeline-content {
    opacity: 1;
    left: 0; }
ul.timeline.animated li.active:nth-child(odd) .timeline-content {
    left: 0; }

/*----------------------------------------------------------------------------------- */
/*  Messages */
/*----------------------------------------------------------------------------------- */
.compose-btn {
    margin-bottom: 10px; }

.messages {
    height: 650px; }
.messages .widget-container {
    height: 100%; }
.messages .message-list {
    padding: 0;
    height: 100%; }
.messages .message-list .list-group {
    box-shadow: none;
    margin: 0;
    border-right: 1px solid #dddddd;
    height: 100%;
    overflow-y: auto; }
.messages .message-list .list-group .list-group-item:last-child p {
    border-bottom: 1px solid #dddddd; }
.messages .message-list .list-group .list-group-item a {
    position: relative; }
.messages .message-list .list-group .list-group-item a .status {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    margin-top: 13px; }
.messages .message-list .list-group .list-group-item a .status.unread {
    background-color: #007aff; }
.messages .message-list .list-group .list-group-item a .favorite {
    position: absolute;
    left: 13px;
    top: 30px;
    display: none; }
.messages .message-list .list-group .list-group-item a .favorite.fa-star-o {
    color: #aaaaaa; }
.messages .message-list .list-group .list-group-item a .favorite.fa-star {
    color: #f0ad44;
    display: block; }
.messages .message-list .list-group .list-group-item a h2 {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 10px 0 20px;
    margin-bottom: 4px; }
.messages .message-list .list-group .list-group-item a h2 span {
    float: right;
    font-size: 12px;
    font-weight: 400; }
.messages .message-list .list-group .list-group-item a p {
    padding-top: 0;
    padding-left: 20px;
    font-size: 13px; }
.messages .message-list .list-group .list-group-item:hover a .favorite {
    display: block; }
.messages .message-content {
    padding: 0;
    height: 100%;
    overflow-y: auto;
    padding-left: 20px; }
.messages .message-content .message-header {
    position: relative;
    padding: 15px 15px 5px 0;
    border-bottom: 1px solid #dddddd; }
.messages .message-content .message-header .date {
    font-size: 13px; }
.messages .message-content .message-header .message-actions {
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin: 0 0 0 -64px; }
.messages .message-content .message-header .message-actions .btn {
    font-size: 14px;
    width: 32px;
    padding: 0;
    background: white;
    height: 24px;
    line-height: 1.6; }
.messages .message-content .message-header .message-actions .btn:hover {
    background: #bbbbbb; }
.messages .message-content .message-header .message-actions .btn .fa {
    margin: 0; }
.messages .message-content .message-text {
    padding: 30px 15px 15px 0; }

/*----------------------------------------------------------------------------------- */
/*  Pricing Tables */
/*----------------------------------------------------------------------------------- */
.pricing-table [class^="col-"], .pricing-table [class*="col-"] {
    padding-top: 20px; }
.pricing-table [class^="col-"].featured, .pricing-table [class*="col-"].featured {
    padding-top: 0; }
.pricing-table [class^="col-"].featured .widget-container, .pricing-table [class*="col-"].featured .widget-container {
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
.pricing-table [class^="col-"] .widget-container.red, .pricing-table [class*="col-"] .widget-container.red {
    border-top: 6px solid #d9534f; }
.pricing-table [class^="col-"] .widget-container.blue, .pricing-table [class*="col-"] .widget-container.blue {
    border-top: 6px solid #007aff; }
.pricing-table [class^="col-"] .widget-container.green, .pricing-table [class*="col-"] .widget-container.green {
    border-top: 6px solid #60c560; }
.pricing-table [class^="col-"] .widget-container.orange, .pricing-table [class*="col-"] .widget-container.orange {
    border-top: 6px solid #f0ad4e; }
.pricing-table [class^="col-"] .widget-container h1, .pricing-table [class*="col-"] .widget-container h1 {
    text-transform: uppercase;
    font-size: 16px;
    color: #bbbbbb;
    font-weight: 400; }
.pricing-table [class^="col-"] .widget-container h2, .pricing-table [class*="col-"] .widget-container h2 {
    font-size: 46px;
    margin-bottom: 20px;
    letter-spacing: -0.05em; }
.pricing-table [class^="col-"] .widget-container h2 span, .pricing-table [class*="col-"] .widget-container h2 span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0; }
.pricing-table [class^="col-"] .widget-container .btn, .pricing-table [class*="col-"] .widget-container .btn {
    margin-bottom: 0; }
.pricing-table [class^="col-"] .widget-container table th, .pricing-table [class^="col-"] .widget-container table td, .pricing-table [class*="col-"] .widget-container table th, .pricing-table [class*="col-"] .widget-container table td {
    text-align: center;
    height: 40px; }
.pricing-table [class^="col-"] .widget-container table th.red, .pricing-table [class^="col-"] .widget-container table td.red, .pricing-table [class*="col-"] .widget-container table th.red, .pricing-table [class*="col-"] .widget-container table td.red {
    border-top: 6px solid #d9534f; }
.pricing-table [class^="col-"] .widget-container table th.blue, .pricing-table [class^="col-"] .widget-container table td.blue, .pricing-table [class*="col-"] .widget-container table th.blue, .pricing-table [class*="col-"] .widget-container table td.blue {
    border-top: 6px solid #007aff; }
.pricing-table [class^="col-"] .widget-container table th.green, .pricing-table [class^="col-"] .widget-container table td.green, .pricing-table [class*="col-"] .widget-container table th.green, .pricing-table [class*="col-"] .widget-container table td.green {
    border-top: 6px solid #60c560; }
.pricing-table [class^="col-"] .widget-container table th.orange, .pricing-table [class^="col-"] .widget-container table td.orange, .pricing-table [class*="col-"] .widget-container table th.orange, .pricing-table [class*="col-"] .widget-container table td.orange {
    border-top: 6px solid #f0ad4e; }
.pricing-table [class^="col-"] .widget-container table th h2, .pricing-table [class^="col-"] .widget-container table td h2, .pricing-table [class*="col-"] .widget-container table th h2, .pricing-table [class*="col-"] .widget-container table td h2 {
    font-size: 22px;
    margin: 5px 0; }
.pricing-table [class^="col-"] .widget-container table th .fa, .pricing-table [class^="col-"] .widget-container table td .fa, .pricing-table [class*="col-"] .widget-container table th .fa, .pricing-table [class*="col-"] .widget-container table td .fa {
    color: #60c560;
    font-size: 22px; }
.pricing-table .pricing-categories {
    padding-top: 77px; }
.pricing-table .pricing-categories td {
    height: 40px; }

/*----------------------------------------------------------------------------------- */
/*  Invoice */
/*----------------------------------------------------------------------------------- */
.invoice .invoice-header img {
    margin-top: 20px; }
.invoice .invoice-header h2 {
    font-size: 24px;
    margin-bottom: 5px; }
.invoice .invoice-header p {
    color: #aaaaaa;
    margin: 0; }
.invoice .well {
    padding-top: 10px;
    padding-right: 0; }
.invoice .well strong {
    font-size: 85%;
    color: #888888;
    border-bottom: 1px solid #c6c6c6;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 10px; }
.invoice .invoice-table {
    margin: 0; }
.invoice .invoice-table h4 {
    font-weight: 400;
    margin-bottom: 0; }

/*----------------------------------------------------------------------------------- */
/*  Marketing Page */
/*----------------------------------------------------------------------------------- */
.hero {
    background: #007aff;
    margin-top: -30px;
    padding: 100px 0 420px 0;
    text-align: center;
    margin-bottom: 0px;
    background: url(../images/mark-bg.gif);
    background-size: cover;
    overflow: hidden;
    max-height: 780px; }
.hero .btn {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 20px;
    padding-left: 60px;
    padding-right: 60px; }
.hero h1 {
    font-size: 3.2em;
    color: #333333;
    font-weight: 200; }
.hero p {
    font-size: 1.5em;
    color: #333333;
    padding-bottom: 12px; }
.hero img {
    width: 842px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    clear: both;
    display: block; }

/* Section pages styles */
section {
    text-align: center;
    background-color: whitesmoke;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: 0 auto; }

#about {
    background: white;
    padding-top: 80px;
    padding-bottom: 100px; }
#about h1 {
    font-size: 3em;
    font-weight: 200;
    line-height: 1.4em; }
#about p {
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.4em;
    font-weight: 200; }
#about img {
    width: 50%;
    margin-top: 40px; }
#about b {
    color: #007aff; }
#about i {
    font-size: 4em;
    padding-top: 42px;
    padding-bottom: 16px;
    opacity: 0.5;
    transition: 400ms;
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
#about i:hover {
    opacity: 1;
    color: #007aff;
    transition: 400ms;
    text-shadow: none; }

#features {
    background: #e8e8e8;
    padding-top: 40px;
    padding-bottom: 0px; }
#features h1 {
    font-size: 3em;
    font-weight: 200;
    text-align: left;
    line-height: 1.2em;
    padding-top: 40px; }
#features p {
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.4em;
    font-weight: 200;
    text-align: left; }
#features b {
    color: #007aff; }
#features img {
    width: 100%; }
#features i {
    font-size: 3.2em;
    padding-top: 52px;
    padding-bottom: 5px;
    opacity: 0.5; }
#features i:hover {
    opacity: 1;
    color: #007aff; }
#features .markunit p {
    font-size: 1.2em;
    font-weight: 200;
    text-align: center; }

#extra {
    background: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: left; }
#extra h1 {
    font-size: 3em;
    font-weight: 100;
    text-align: center; }
#extra h2 {
    font-size: 1.6em;
    text-align: left;
    font-weight: 400; }
#extra p {
    text-align: left;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 200; }
#extra b {
    color: #007aff; }
#extra i {
    font-size: 3.4em;
    padding-top: 42px;
    padding-bottom: 16px;
    opacity: 0.5;
    text-align: left; }
#extra i:hover {
    opacity: 1;
    color: #007aff; }

#quotes .blue {
    background: #007aff; }
#quotes .carousel-inner > .item > img, #quotes .carousel-inner > .item > a > img {
    width: 100%; }
#quotes .carousel-control.left, #quotes .carousel-control.right {
    background: none;
    background: rgba(0, 0, 0, 0.06);
    opacity: 1;
    width: 10%; }
#quotes .carousel-control.left:hover, #quotes .carousel-control.right:hover {
    background: rgba(0, 0, 0, 0.25); }
#quotes .carousel-control .glyphicon, #quotes .carousel-control .faangle-left, #quotes .carousel-control .faangle-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    height: 40px;
    font-size: 40px;
    margin-top: -20px;
    margin-left: -10px; }
#quotes .carousel-indicators li {
    margin: 1px 5px; }
#quotes .carousel-indicators li.active {
    margin: 0 5px; }

/*----------------------------------------------------------------------------------- */
/*  404 Page */
/*----------------------------------------------------------------------------------- */
body.fourofour {
    background-color: #007aff;
    padding: 0;
    position: relative; }
body.fourofour .fourofour-container {
    max-width: 400px;
    width: 400px;
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -200px; }
body.fourofour .fourofour-container h1 {
    font-size: 200px;
    font-weight: 100;
    text-shadow: #0062cc 1px 1px, #0062cc 2px 2px, #0062cc 3px 3px, #0062cd 4px 4px, #0062cd 5px 5px, #0062cd 6px 6px, #0062cd 7px 7px, #0062ce 8px 8px, #0063ce 9px 9px, #0063ce 10px 10px, #0063ce 11px 11px, #0063cf 12px 12px, #0063cf 13px 13px, #0063cf 14px 14px, #0063cf 15px 15px, #0063d0 16px 16px, #0064d0 17px 17px, #0064d0 18px 18px, #0064d0 19px 19px, #0064d1 20px 20px, #0064d1 21px 21px, #0064d1 22px 22px, #0064d1 23px 23px, #0064d2 24px 24px, #0065d2 25px 25px, #0065d2 26px 26px, #0065d2 27px 27px, #0065d3 28px 28px, #0065d3 29px 29px, #0065d3 30px 30px, #0065d3 31px 31px, #0065d4 32px 32px, #0065d4 33px 33px, #0066d4 34px 34px, #0066d4 35px 35px, #0066d5 36px 36px, #0066d5 37px 37px, #0066d5 38px 38px, #0066d5 39px 39px, #0066d6 40px 40px, #0066d6 41px 41px, #0067d6 42px 42px, #0067d6 43px 43px, #0067d7 44px 44px, #0067d7 45px 45px, #0067d7 46px 46px, #0067d7 47px 47px, #0067d8 48px 48px, #0067d8 49px 49px, #0068d8 50px 50px, #0068d9 51px 51px, #0068d9 52px 52px, #0068d9 53px 53px, #0068d9 54px 54px, #0068da 55px 55px, #0068da 56px 56px, #0068da 57px 57px, #0068da 58px 58px, #0069db 59px 59px, #0069db 60px 60px, #0069db 61px 61px, #0069db 62px 62px, #0069dc 63px 63px, #0069dc 64px 64px, #0069dc 65px 65px, #0069dc 66px 66px, #006add 67px 67px, #006add 68px 68px, #006add 69px 69px, #006add 70px 70px, #006ade 71px 71px, #006ade 72px 72px, #006ade 73px 73px, #006ade 74px 74px, #006bdf 75px 75px, #006bdf 76px 76px, #006bdf 77px 77px, #006bdf 78px 78px, #006be0 79px 79px, #006be0 80px 80px, #006be0 81px 81px, #006be0 82px 82px, #006be1 83px 83px, #006ce1 84px 84px, #006ce1 85px 85px, #006ce1 86px 86px, #006ce2 87px 87px, #006ce2 88px 88px, #006ce2 89px 89px, #006ce2 90px 90px, #006ce3 91px 91px, #006de3 92px 92px, #006de3 93px 93px, #006de3 94px 94px, #006de4 95px 95px, #006de4 96px 96px, #006de4 97px 97px, #006de4 98px 98px, #006de5 99px 99px, #006ee5 100px 100px, #006ee5 101px 101px, #006ee6 102px 102px, #006ee6 103px 103px, #006ee6 104px 104px, #006ee6 105px 105px, #006ee7 106px 106px, #006ee7 107px 107px, #006ee7 108px 108px, #006fe7 109px 109px, #006fe8 110px 110px, #006fe8 111px 111px, #006fe8 112px 112px, #006fe8 113px 113px, #006fe9 114px 114px, #006fe9 115px 115px, #006fe9 116px 116px, #0070e9 117px 117px, #0070ea 118px 118px, #0070ea 119px 119px, #0070ea 120px 120px, #0070ea 121px 121px, #0070eb 122px 122px, #0070eb 123px 123px, #0070eb 124px 124px, #0071eb 125px 125px, #0071ec 126px 126px, #0071ec 127px 127px, #0071ec 128px 128px, #0071ec 129px 129px, #0071ed 130px 130px, #0071ed 131px 131px, #0071ed 132px 132px, #0071ed 133px 133px, #0072ee 134px 134px, #0072ee 135px 135px, #0072ee 136px 136px, #0072ee 137px 137px, #0072ef 138px 138px, #0072ef 139px 139px, #0072ef 140px 140px, #0072ef 141px 141px, #0073f0 142px 142px, #0073f0 143px 143px, #0073f0 144px 144px, #0073f0 145px 145px, #0073f1 146px 146px, #0073f1 147px 147px, #0073f1 148px 148px, #0073f1 149px 149px, #0074f2 150px 150px, #0074f2 151px 151px, #0074f2 152px 152px, #0074f3 153px 153px, #0074f3 154px 154px, #0074f3 155px 155px, #0074f3 156px 156px, #0074f4 157px 157px, #0074f4 158px 158px, #0075f4 159px 159px, #0075f4 160px 160px, #0075f5 161px 161px, #0075f5 162px 162px, #0075f5 163px 163px, #0075f5 164px 164px, #0075f6 165px 165px, #0075f6 166px 166px, #0076f6 167px 167px, #0076f6 168px 168px, #0076f7 169px 169px, #0076f7 170px 170px, #0076f7 171px 171px, #0076f7 172px 172px, #0076f8 173px 173px, #0076f8 174px 174px, #0077f8 175px 175px, #0077f8 176px 176px, #0077f9 177px 177px, #0077f9 178px 178px, #0077f9 179px 179px, #0077f9 180px 180px, #0077fa 181px 181px, #0077fa 182px 182px, #0077fa 183px 183px, #0078fa 184px 184px, #0078fb 185px 185px, #0078fb 186px 186px, #0078fb 187px 187px, #0078fb 188px 188px, #0078fc 189px 189px, #0078fc 190px 190px, #0078fc 191px 191px, #0079fc 192px 192px, #0079fd 193px 193px, #0079fd 194px 194px, #0079fd 195px 195px, #0079fd 196px 196px, #0079fe 197px 197px, #0079fe 198px 198px, #0079fe 199px 199px, #007aff 200px 200px; }
body.fourofour .fourofour-container h2 {
    font-size: 32px;
    font-weight: 100;
    margin-bottom: 40px; }
body.fourofour .fourofour-container a.btn {
    border-color: white;
    color: white; }
body.fourofour .fourofour-container a.btn:hover {
    color: #007aff;
    background-color: white; }
body.fourofour.bg-danger {
    background-color: #d9534f; }
body.fourofour.bg-danger h1 {
    text-shadow: #b84743 1px 1px, #b84743 2px 2px, #b84743 3px 3px, #b84743 4px 4px, #b84743 5px 5px, #b84743 6px 6px, #b94743 7px 7px, #b94743 8px 8px, #b94743 9px 9px, #b94743 10px 10px, #b94743 11px 11px, #b94743 12px 12px, #ba4743 13px 13px, #ba4743 14px 14px, #ba4743 15px 15px, #ba4743 16px 16px, #ba4844 17px 17px, #ba4844 18px 18px, #bb4844 19px 19px, #bb4844 20px 20px, #bb4844 21px 21px, #bb4844 22px 22px, #bb4844 23px 23px, #bb4844 24px 24px, #bc4844 25px 25px, #bc4844 26px 26px, #bc4844 27px 27px, #bc4844 28px 28px, #bc4844 29px 29px, #bc4844 30px 30px, #bd4844 31px 31px, #bd4844 32px 32px, #bd4844 33px 33px, #bd4945 34px 34px, #bd4945 35px 35px, #bd4945 36px 36px, #be4945 37px 37px, #be4945 38px 38px, #be4945 39px 39px, #be4945 40px 40px, #be4945 41px 41px, #be4945 42px 42px, #bf4945 43px 43px, #bf4945 44px 44px, #bf4945 45px 45px, #bf4945 46px 46px, #bf4945 47px 47px, #bf4945 48px 48px, #c04945 49px 49px, #c04a46 50px 50px, #c04a46 51px 51px, #c04a46 52px 52px, #c04a46 53px 53px, #c04a46 54px 54px, #c14a46 55px 55px, #c14a46 56px 56px, #c14a46 57px 57px, #c14a46 58px 58px, #c14a46 59px 59px, #c14a46 60px 60px, #c24a46 61px 61px, #c24a46 62px 62px, #c24a46 63px 63px, #c24a46 64px 64px, #c24a46 65px 65px, #c24a46 66px 66px, #c34b47 67px 67px, #c34b47 68px 68px, #c34b47 69px 69px, #c34b47 70px 70px, #c34b47 71px 71px, #c34b47 72px 72px, #c44b47 73px 73px, #c44b47 74px 74px, #c44b47 75px 75px, #c44b47 76px 76px, #c44b47 77px 77px, #c44b47 78px 78px, #c54b47 79px 79px, #c54b47 80px 80px, #c54b47 81px 81px, #c54b47 82px 82px, #c54b47 83px 83px, #c54c48 84px 84px, #c64c48 85px 85px, #c64c48 86px 86px, #c64c48 87px 87px, #c64c48 88px 88px, #c64c48 89px 89px, #c64c48 90px 90px, #c74c48 91px 91px, #c74c48 92px 92px, #c74c48 93px 93px, #c74c48 94px 94px, #c74c48 95px 95px, #c74c48 96px 96px, #c84c48 97px 97px, #c84c48 98px 98px, #c84c48 99px 99px, #c84d49 100px 100px, #c84d49 101px 101px, #c84d49 102px 102px, #c84d49 103px 103px, #c94d49 104px 104px, #c94d49 105px 105px, #c94d49 106px 106px, #c94d49 107px 107px, #c94d49 108px 108px, #c94d49 109px 109px, #ca4d49 110px 110px, #ca4d49 111px 111px, #ca4d49 112px 112px, #ca4d49 113px 113px, #ca4d49 114px 114px, #ca4d49 115px 115px, #cb4d49 116px 116px, #cb4e4a 117px 117px, #cb4e4a 118px 118px, #cb4e4a 119px 119px, #cb4e4a 120px 120px, #cb4e4a 121px 121px, #cc4e4a 122px 122px, #cc4e4a 123px 123px, #cc4e4a 124px 124px, #cc4e4a 125px 125px, #cc4e4a 126px 126px, #cc4e4a 127px 127px, #cd4e4a 128px 128px, #cd4e4a 129px 129px, #cd4e4a 130px 130px, #cd4e4a 131px 131px, #cd4e4a 132px 132px, #cd4e4a 133px 133px, #ce4f4b 134px 134px, #ce4f4b 135px 135px, #ce4f4b 136px 136px, #ce4f4b 137px 137px, #ce4f4b 138px 138px, #ce4f4b 139px 139px, #cf4f4b 140px 140px, #cf4f4b 141px 141px, #cf4f4b 142px 142px, #cf4f4b 143px 143px, #cf4f4b 144px 144px, #cf4f4b 145px 145px, #d04f4b 146px 146px, #d04f4b 147px 147px, #d04f4b 148px 148px, #d04f4b 149px 149px, #d0504c 150px 150px, #d0504c 151px 151px, #d1504c 152px 152px, #d1504c 153px 153px, #d1504c 154px 154px, #d1504c 155px 155px, #d1504c 156px 156px, #d1504c 157px 157px, #d2504c 158px 158px, #d2504c 159px 159px, #d2504c 160px 160px, #d2504c 161px 161px, #d2504c 162px 162px, #d2504c 163px 163px, #d3504c 164px 164px, #d3504c 165px 165px, #d3504c 166px 166px, #d3514d 167px 167px, #d3514d 168px 168px, #d3514d 169px 169px, #d4514d 170px 170px, #d4514d 171px 171px, #d4514d 172px 172px, #d4514d 173px 173px, #d4514d 174px 174px, #d4514d 175px 175px, #d5514d 176px 176px, #d5514d 177px 177px, #d5514d 178px 178px, #d5514d 179px 179px, #d5514d 180px 180px, #d5514d 181px 181px, #d6514d 182px 182px, #d6514d 183px 183px, #d6524e 184px 184px, #d6524e 185px 185px, #d6524e 186px 186px, #d6524e 187px 187px, #d7524e 188px 188px, #d7524e 189px 189px, #d7524e 190px 190px, #d7524e 191px 191px, #d7524e 192px 192px, #d7524e 193px 193px, #d8524e 194px 194px, #d8524e 195px 195px, #d8524e 196px 196px, #d8524e 197px 197px, #d8524e 198px 198px, #d8524e 199px 199px, #d9534f 200px 200px; }
body.fourofour.bg-danger a.btn:hover {
    color: #d9534f; }

/*----------------------------------------------------------------------------------- */
/*  Mobile Styles */
/*----------------------------------------------------------------------------------- */
@media (max-width: 1200px) {
    .row + .row {
        margin-top: 0; }

    [class*="col-sm"], [class*="col-md"], [class*="col-lg"], [class*="col-xs"] {
        margin-bottom: 20px; } }
@media (max-width: 979px) {
    .stats-container {
        height: 470px; }
    .stats-container [class^="col-"], .stats-container [class*="col-"] {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 12px;
        height: auto; } }
@media (max-width: 767px) {
    html.nav-open {
        overflow: hidden; }

    body {
        padding: 0 !important; }
    body.nav-open {
        overflow: hidden; }
    body.nav-open .navbar, body.nav-open .container-fluid.main-content {
        left: 220px; }
    body.nav-open .container-fluid.main-nav {
        left: 0; }

    .container-fluid.main-content {
        position: relative;
        left: 0;
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        transition: left 0.3s; }

    .navbar {
        height: 45px !important;
        position: relative;
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        transition: left 0.3s; }
    .navbar .container-fluid.top-bar {
        border-bottom: 0; }
    .navbar .container-fluid.top-bar .logo {
        float: right;
        margin: 13px 5px 0 0; }
    .navbar .container-fluid.main-nav {
        position: fixed;
        left: -240px;
        top: 0;
        padding-top: 0 !important;
        height: 100%;
        width: 240px;
        background: #dddddd;
        box-shadow: inset -4px 0 0 rgba(0, 0, 0, 0.05);
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        transition: left 0.3s;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto; }
    .navbar .container-fluid.main-nav .nav-collapse .nav {
        padding-left: 15px;
        text-align: left; }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li {
        display: block;
        text-align: left;
        margin: 0;
        background-color: transparent !important; }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > .dropdown-menu {
        position: relative;
        background: none;
        box-shadow: none;
        margin: 0;
        width: 100%;
        float: none;
        border-bottom: 1px solid #aaaaaa;
        text-align: left; }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > .dropdown-menu li a {
        border-color: #aaaaaa;
        margin-left: 15px;
        color: #777777; }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > .dropdown-menu li a.current {
        border-bottom-color: #007aff;
        color: #007aff; }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > .dropdown-menu li a:hover, .navbar .container-fluid.main-nav .nav-collapse .nav > li > .dropdown-menu li a:active {
        color: black;
        border-bottom-color: black; }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
        display: block;
        text-align: left;
        padding: 0;
        font-size: 14px;
        line-height: 44px;
        height: 46px;
        color: #777777;
        border-bottom: 1px solid #aaaaaa;
        background-color: transparent !important; }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a:hover, .navbar .container-fluid.main-nav .nav-collapse .nav > li > a:active {
        color: black;
        border-bottom-color: black; }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a span {
        display: block;
        float: left;
        margin: 8px 15px 0 0;
        background-position: left -140px; }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a .caret {
        float: right;
        margin: 20px 15px 0 0; }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current {
        color: #007aff;
        border-bottom-color: #007aff; }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current span {
        background-position: left -28px; }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current .caret {
        border-top-color: #007aff; }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a:hover {
        background: #eeeeee;
        background: rgba(0, 0, 0, 0.04); }
    .navbar .container-fluid.main-nav .nav-collapse .nav > li.open > a .caret, .navbar .container-fluid.main-nav .nav-collapse .nav > li.active > a .caret, .navbar .container-fluid.main-nav .nav-collapse .nav > li.open.active > a .caret {
        border-bottom: 4px solid #999999;
        border-top-color: transparent;
        margin-top: 16px; }

    .widget-container > div .heading {
        padding-left: 5px; }

    .pricing-table [class^="col-"], .pricing-table [class*="col-"] {
        padding-top: 0px; }
    .pricing-table [class^="col-"].featured .widget-container, .pricing-table [class*="col-"].featured .widget-container {
        padding: 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .pricing-table .pricing-categories {
        padding-top: 58px; }

    .messages {
        height: auto; }
    .messages > .widget-container {
        background: transparent;
        box-shadow: none; }
    .messages .message-list {
        height: 400px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .messages .message-content {
        background: white;
        height: auto;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        margin-bottom: 0; }
    .messages .message-content .message-header {
        padding-bottom: 15px; }
    .messages .message-content .message-header .date {
        float: none !important; } }
@media (max-width: 600px) {
    body.login1 {
        padding: 15px;
        background-size: auto; }
    body.login1.signup .login-container {
        height: auto;
        margin-top: 0; }
    body.login1 .login-container {
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: auto;
        padding: 25px; }
    body.login1 .login-container input[type="submit"] {
        margin-bottom: 20px; }
    body.login1 .login-container .form-options {
        margin: 15px 0 15px; }
    body.login1 .login-container .social-login {
        margin-bottom: 15px; }
    body.login1 .login-container .social-login > .btn {
        width: 100%;
        margin-bottom: 6px; }
    body.login1 .login-container p.signup a {
        display: block; }

    body.login2 {
        padding-top: 0px; }
    body.login2 .login-wrapper {
        padding: 15px; }
    body.login2 .login-wrapper img {
        margin: 30px auto; }
    body.login2 .login-wrapper input[type="submit"] {
        margin-bottom: 20px; }
    body.login2 .login-wrapper .social-login {
        padding-bottom: 15px;
        margin-bottom: 15px; }
    body.login2 .login-wrapper .social-login > .btn {
        width: 100%;
        margin-bottom: 6px; }

    .style-selector .style-selector-container .style-toggle {
        display: none; }

    .page-title {
        padding: 0 10px; }
    .page-title h1 {
        margin-bottom: 12px; }

    .row {
        margin: 0; }

    .fc-header-right {
        display: none; }

    .task-widget li.label {
        display: none; }

    .padded {
        padding: 10px; }

    .table th {
        font-size: 13px; }

    .dataTables_length, .dataTables_filter, .dataTables_info, .paginate_button.first, .paginate_button.last {
        display: none; }

    .pie-chart ul.chart-key {
        margin: 15px 0 10px;
        padding: 0;
        width: 100%; }
    .pie-chart ul.chart-key li {
        display: inline-block;
        margin: 4px 10px; }

    #composite-chart-1 canvas {
        width: 100% !important; }

    .social-wrapper {
        padding: 0 15px; }
    .social-wrapper .item {
        width: 100% !important;
        margin-bottom: 15px !important; }

    .nav-tabs > li > a > [class*="fa"] {
        margin-right: 0 !important; }
    .nav-tabs > li > a > [class*="fa"] + span {
        display: none; }

    body.fourofour .fourofour-container {
        max-width: 320px;
        width: 320px;
        margin: -190px 0 0 -160px; }
    body.fourofour .fourofour-container h1 {
        font-size: 160px; }
    body.fourofour .fourofour-container h2 {
        font-size: 28px; }

    .widget-container.chat-page {
        padding: 0;
        height: auto;
        margin-bottom: 45px; }
    .widget-container.chat-page .contact-list {
        display: none; }
    .widget-container.chat-page .post-message {
        position: fixed;
        bottom: 0;
        left: 0; }

    .chat .widget-content {
        padding-right: 10px; }
    .chat .widget-content ul li {
        padding-right: 0; }
    .chat .widget-content ul li.current-user {
        padding-left: 0; }

    ul.timeline {
        padding: 15px 10px; }
    ul.timeline:after {
        left: 28px; }
    ul.timeline li {
        padding-left: 0;
        margin-bottom: 16px; }
    ul.timeline li .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px; }
    ul.timeline li .timeline-time strong {
        display: inline-block;
        margin-right: 10px; }
    ul.timeline li .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0; }
    ul.timeline li .timeline-content {
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative; }
    ul.timeline li:nth-child(odd) {
        padding-right: 0; }
    ul.timeline li:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px; }
    ul.timeline li:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px; }
    ul.timeline li:nth-child(odd) .timeline-content:after {
        right: auto;
        left: -20px;
        border: 10px solid transparent;
        border-right: 10px solid white; }
    ul.timeline li:nth-child(odd) .timeline-content:before {
        right: auto;
        left: -24px;
        border: 12px solid transparent;
        border-right: 12px solid #dddddd; }
    ul.timeline.animated li:nth-child(odd) .timeline-content {
        left: 20px; }
    ul.timeline.animated li.active:nth-child(odd) .timeline-content {
        left: 0; } }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *











 */

