﻿/*!
 * Avant v1.2.1 (c) by The Red Team
 * Powered by Bootstrap v3.0 and FontAwesome 4.0.3
 */

body { background: none repeat scroll 0 0 #fafafa !important; }

body {
    margin: 0;
    font-family: "Tahoma", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #4d4d4d;
    font-size: 13px !important;
}

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%;
}

a:focus { outline: thin dotted; }

a:active, a:hover { outline: 0; }

h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}



button, input {
    line-height: normal;
}

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !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) ")"; }

    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; }

    select { background: #fff !important; }

    .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);
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input, select[multiple], textarea { background-image: none; }

a {
    color: #4f8edc;
    text-decoration: none;
}

a:hover, a:focus {
    color: #4f8edc;
    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;
    max-width: 100%;
    height: auto;
}

.img-rounded { border-radius: 1px; }

.img-thumbnail {
    padding: 10px;
    line-height: 1.428571429;
    background-color: #f7f8fa;
    border: 1px solid #e6e7e8;
    border-radius: 1px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle { border-radius: 50%; }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e6e7e8;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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: #aeafb1; }

.text-primary { color: #4f8edc; }

.text-warning { color: #927608; }

.text-danger { color: #a81515; }

.text-success { color: #527f26; }

.text-info { color: #157890; }

.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-weight: 400;
    line-height: 1.42;
}

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: #aeafb1;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small, h2 small, h3 small { font-size: 65%; }

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small, h5 small, h6 small { font-size: 75%; }

h1, .h1 { font-size: 38px; }

h2, .h2 { font-size: 33px; }

h3, .h3 { font-size: 24px; }

h4, .h4 { font-size: 18px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 12px; }

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #edeef0;
}

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-left: 5px;
    padding-right: 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;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd { margin-left: 180px; }

    .dl-horizontal dd:before, .dl-horizontal dd:after {
        content: " ";
        display: table;
    }

    .dl-horizontal dd:after { clear: both; }

    .dl-horizontal dd:before, .dl-horizontal dd:after {
        content: " ";
        display: table;
    }

    .dl-horizontal dd:after { clear: both; }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #aeafb1;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #edeef0;
}

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: #aeafb1;
}

blockquote small:before { content: '\2014 \00A0'; }

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #edeef0;
    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, kbd, pre, samp { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 1px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #32373d;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 1px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after { clear: both; }

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after { clear: both; }

.row {
    margin-left: 1px;
    margin-right: 1px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after { clear: both; }

.row:before, .row:after {
    content: " ";
    display: table;
}

.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-left: 10px;
    padding-right: 10px;
}

.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: 100%; }

    .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: 100%; }

    .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: 100%; }

    .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: 10px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #e6e7e8;
}

.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e6e7e8;
}

.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 #e6e7e8; }

.table .table { background-color: #f7f8fa; }

.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 #e6e7e8; }

.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 #e6e7e8; }

.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: #f7f8fa; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #edeef0; }

table col[class*="col-"] {
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #edeef0; }

.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: #ebf6e1; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th { background-color: #dff0cd; }

.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: #fdf2f2; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th { background-color: #fbdbdb; }

.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: #fcf3d0; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th { background-color: #fbedb8; }

@media (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #e6e7e8;
        -webkit-overflow-scrolling: touch;
    }

    .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: #32373d;
    border: 0;
    border-bottom: 1px solid #e6e7e8;
}

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-size: inherit;
    font-style: inherit;
    font-family: 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; }

output {
    display: block;
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #4d4d4d;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 15px;
    line-height: 1.428571429;
    color: #4d4d4d;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d3d6;
    border-radius: 1px;
    -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: #4d4d4d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(77, 77, 77, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(77, 77, 77, 0.6);
}

.form-control:-moz-placeholder { color: #aeafb1; }

.form-control::-moz-placeholder {
    color: #aeafb1;
    opacity: 1;
}

.form-control:-ms-input-placeholder { color: #aeafb1; }

.form-control::-webkit-input-placeholder { color: #aeafb1; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #edeef0;
}

textarea.form-control { height: auto; }

.form-group { margin-bottom: 15px; }

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    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;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
    padding-top: 7px;
}

.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: 1px;
}

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: 1px;
}

select.input-lg {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg { height: auto; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #927608; }

.has-warning .form-control {
    border-color: #927608;
    -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: #614f06;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1c40f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1c40f;
}

.has-warning .input-group-addon {
    color: #927608;
    border-color: #927608;
    background-color: #fcf3d0;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #a81515; }

.has-error .form-control {
    border-color: #a81515;
    -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: #7b0f0f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e73c3c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e73c3c;
}

.has-error .input-group-addon {
    color: #a81515;
    border-color: #a81515;
    background-color: #fdf2f2;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #527f26; }

.has-success .form-control {
    border-color: #527f26;
    -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: #39581a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #85c744;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #85c744;
}

.has-success .input-group-addon {
    color: #527f26;
    border-color: #527f26;
    background-color: #ebf6e1;
}

.form-control-static { margin-bottom: 0; }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #8d8d8d;
}

@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;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 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 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after { clear: both; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after { clear: both; }

.form-horizontal .form-control-static { padding-top: 8px; }

@media (min-width: 768px) {
    .form-horizontal .control-label { text-align: right; }
}

.btn {
    display: inline-block;
    padding: 7px 15px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 1px;
    white-space: nowrap;
    -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 {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333;
    background-color: #e6e7e8;
    border-color: #e6e7e8;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #d1d3d4;
    border-color: #c6c8cb;
}

.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: #e6e7e8;
    border-color: #e6e7e8;
}

.btn-primary {
    color: #fff;
    background-color: #0090d0;
    border-color: #4f8edc;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0090d0;
    border-color: #276ec6;
}

.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: #4f8edc;
    border-color: #4f8edc;
}

.btn-warning {
    color: #fff;
    background-color: #f1c40f;
    border-color: #f1c40f;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #cba50c;
    border-color: #b8960b;
}

.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: #f1c40f;
    border-color: #f1c40f;
}

.btn-danger {
    color: #fff;
    background-color: #e73c3c;
    border-color: #e73c3c;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #df1b1b;
    border-color: #cd1919;
}

.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: #e73c3c;
    border-color: #e73c3c;
}

.btn-success {
    color: #fff;
    background-color: #85c744;
    border-color: #85c744;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #71ae34;
    border-color: #669e2f;
}

.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: #85c744;
    border-color: #85c744;
}

.btn-info {
    color: #fff;
    background-color: #2bbce0;
    border-color: #2bbce0;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #1da4c5;
    border-color: #1a95b4;
}

.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: #2bbce0;
    border-color: #2bbce0;
}

.btn-link {
    color: #4f8edc;
    font-weight: normal;
    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: #4f8edc;
    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: #aeafb1;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 1px;
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-xs { padding: 1px 5px; }

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 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%; }

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in { opacity: 1; }

.collapse { display: none; }

.collapse.in { display: block; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

.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-left: 4px solid transparent;
}

.dropdown { position: relative; }

.dropdown-toggle:focus { outline: 0; }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1001;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid #ccc;
    border: 1px solid #d2d3d6;
    border-radius: 1px;
    -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: #e6e7e8;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #4d4d4d;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #000;
    background-color: #d2d3d6;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
    background-color: #d2d3d6;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #aeafb1; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .dropdown-menu { display: block; }

.open > a { outline: 0; }

.dropdown-header {
    color: #2083d6;
    cursor: pointer;
    margin-top: 6px;
    padding-left: 0;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 991;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    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;
    }
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.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;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #d2d3d6;
    border-color: #d2d3d6;
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading { color: inherit; }

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text { color: #fff; }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #edeef0;
    border: 1px solid #dadce0;
    border-radius: 1px;
    -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: 1px;
}

.well-sm {
    padding: 9px;
    border-radius: 1px;
}

.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;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before, .nav:after {
    content: " ";
    display: table;
}

.nav:after { clear: both; }

.nav:before, .nav:after {
    content: " ";
    display: table;
}

.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: #edeef0;
}

.nav > li.disabled > a { color: #aeafb1; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #aeafb1;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #edeef0;
    border-color: #4f8edc;
}

.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 #d2d3d6; }

.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: 1px 1px 0 0;
}

.nav-tabs > li > a:hover { border-color: #edeef0 #edeef0 #d2d3d6; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #4f5259;
    background-color: #f7f8fa;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li { float: none; }

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a { margin-bottom: 0; }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 1px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 1px 1px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #f7f8fa; }
}

.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: #d2d3d6;
}

.nav-stacked > li { float: none; }

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified { width: 100%; }

.nav-justified > li { float: none; }

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a { margin-bottom: 0; }
}

.nav-tabs-justified { border-bottom: 0; }

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 1px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 1px 1px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #f7f8fa; }
}

.tabbable:before, .tabbable:after {
    content: " ";
    display: table;
}

.tabbable:after { clear: both; }

.tabbable:before, .tabbable:after {
    content: " ";
    display: table;
}

.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: #4f8edc;
    border-bottom-color: #4f8edc;
}

.nav a:hover .caret {
    border-top-color: #4f8edc;
    border-bottom-color: #4f8edc;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.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 {
    content: " ";
    display: table;
}

.btn-toolbar:after { clear: both; }

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group { float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-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;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
    padding: 1px 5px;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 1px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret { margin-left: 0; }

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret { border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after { clear: both; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.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: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 1px;
    border-top-right-radius: 0;
    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%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #edeef0;
    border-radius: 1px;
}

.breadcrumb > li { display: inline-block; }

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #d2d3d6;
}

.breadcrumb > .active { color: #aeafb1; }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 1px;
}

.pagination > li { display: inline; }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 7px 15px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d2d3d6;
    margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: #edeef0; }

.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;
    background-color: #4f8edc;
    border-color: #4f8edc;
    cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #aeafb1;
    background-color: #fff;
    border-color: #d2d3d6;
    cursor: not-allowed;
}

.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: 1px;
    border-top-left-radius: 1px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}

.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: 1px;
    border-top-left-radius: 1px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager:before, .pager:after {
    content: " ";
    display: table;
}

.pager:after { clear: both; }

.pager:before, .pager:after {
    content: " ";
    display: table;
}

.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 #d2d3d6;
    border-radius: 1px;
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #edeef0;
}

.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: #aeafb1;
    background-color: #fff;
    cursor: not-allowed;
}

#Show .modal-dialog {
    width: 50% !important;
    position: initial;
}

.modal-open { overflow: hidden; }

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: initial;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}

.modal-header .close { margin-top: -2px; }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after { clear: both; }

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after { clear: both; }

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn { margin-left: -1px; }

.modal-footer .btn-block + .btn-block { margin-left: 0; }

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        border-radius: 1px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1230;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 1px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #d2d3d6;
    border-radius: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top { margin-top: -10px; }

.popover.right { margin-left: 10px; }

.popover.bottom { margin-top: 10px; }

.popover.left { margin-left: -10px; }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    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 {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 1px;
}

.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 {
    background-color: #ebf6e1;
    border-color: #b8df92;
    color: #527f26;
}

.alert-success hr { border-top-color: #abd97f; }

.alert-success .alert-link { color: #39581a; }

.alert-info {
    background-color: #ddf4fa;
    border-color: #84d8ed;
    color: #157890;
}

.alert-info hr { border-top-color: #6ed1ea; }

.alert-info .alert-link { color: #0f5363; }

.alert-warning {
    background-color: #fcf3d0;
    border-color: #f7dc6f;
    color: #927608;
}

.alert-warning hr { border-top-color: #f5d657; }

.alert-warning .alert-link { color: #614f06; }

.alert-danger {
    background-color: #fdf2f2;
    border-color: #f29797;
    color: #a81515;
}

.alert-danger hr { border-top-color: #ef8080; }

.alert-danger .alert-link { color: #7b0f0f; }

.thumbnail {
    padding: 10px;
    line-height: 1.428571429;
    background-color: #f7f8fa;
    border: 1px solid #e6e7e8;
    border-radius: 1px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

a.thumbnail:hover, a.thumbnail:focus { border-color: #4f8edc; }

.thumbnail > img {
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #4d4d4d;
}

.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;
}

.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: #aeafb1; }

.label-default[href]:hover, .label-default[href]:focus { background-color: #949598; }

.label-primary { background-color: #4f8edc; }

.label-primary[href]:hover, .label-primary[href]:focus { background-color: #2973cf; }

.label-success { background-color: #85c744; }

.label-success[href]:hover, .label-success[href]:focus { background-color: #6ca632; }

.label-info { background-color: #2bbce0; }

.label-info[href]:hover, .label-info[href]:focus { background-color: #1c9cbc; }

.label-warning { background-color: #f1c40f; }

.label-warning[href]:hover, .label-warning[href]:focus { background-color: #c29d0b; }

.label-danger { background-color: #e73c3c; }

.label-danger[href]:hover, .label-danger[href]:focus { background-color: #d61a1a; }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 10px;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #aeafb1;
    border-radius: 9px;
}

.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: #4f8edc;
    background-color: #fff;
}

.nav-pills > li > a > .badge { margin-left: 3px; }

@-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 {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #edeef0;
    border-radius: 1px;
    -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: #4f8edc;
    -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, #4f8edc), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #4f8edc), color-stop(0.75, #4f8edc), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, #4f8edc 25%, transparent 25%, transparent 50%, #4f8edc 50%, #4f8edc 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, #4f8edc 25%, transparent 25%, transparent 50%, #4f8edc 50%, #4f8edc 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, #4f8edc 25%, transparent 25%, transparent 50%, #4f8edc 50%, #4f8edc 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: #85c744; }

.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: #2bbce0; }

.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: #f1c40f; }

.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: #e73c3c; }

.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);
}

.carousel { position: relative; }

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.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 {
    left: auto;
    right: 0;
    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 .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; }

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before { content: '\2039'; }

.carousel-control .icon-next:before { content: '\203a'; }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn { text-shadow: none; }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators { bottom: 20px; }
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #edeef0;
}

.jumbotron h1 {
    line-height: 1;
    color: inherit;
}

.jumbotron p { line-height: 1.4; }

.container .jumbotron { border-radius: 1px; }

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1 { font-size: 63px; }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 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: 1px;
}

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: 1px;
}

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: 7px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #edeef0;
    border: 1px solid #d2d3d6;
    border-radius: 1px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 1px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 1px;
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child { border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .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; }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after { clear: both; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.hide { display: none; }

.show { display: block; }

.invisible { visibility: hidden; }

.modal.fade.in { top: 10%; }

.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix { position: fixed; }

@-ms-viewport { width: device-width; }

.visible-xs { display: none !important; }

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs { display: none !important; }

tr.visible-xs { display: none !important; }

th.visible-xs, td.visible-xs { display: none !important; }

.btn-group.visible-xs, .btn-group-vertical.visible-xs, .btn.visible-xs, span.visible-xs, i.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; }

    tr.visible-xs { display: table-row !important; }

    th.visible-xs, td.visible-xs { display: table-cell !important; }

    .btn-group.visible-xs, .btn-group-vertical.visible-xs, .btn.visible-xs { display: inline-block !important; }

    span.visible-xs, i.visible-xs { display: inline !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; }

    tr.visible-xs.visible-sm { display: table-row !important; }

    th.visible-xs.visible-sm, td.visible-xs.visible-sm { display: table-cell !important; }

    .btn-group.visible-xs.visible-sm, .btn-group-vertical.visible-xs.visible-sm, .btn.visible-xs.visible-sm { display: inline-block !important; }

    span.visible-xs.visible-sm, i.visible-xs.visible-sm { display: inline !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; }

    tr.visible-xs.visible-md { display: table-row !important; }

    th.visible-xs.visible-md, td.visible-xs.visible-md { display: table-cell !important; }

    .btn-group.visible-xs.visible-md, .btn-group-vertical.visible-xs.visible-md, .btn.visible-xs.visible-md { display: inline-block !important; }

    span.visible-xs.visible-md, i.visible-xs.visible-md { display: inline !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; }

    tr.visible-xs.visible-lg { display: table-row !important; }

    th.visible-xs.visible-lg, td.visible-xs.visible-lg { display: table-cell !important; }

    .btn-group.visible-xs.visible-lg, .btn-group-vertical.visible-xs.visible-lg, .btn.visible-xs.visible-lg { display: inline-block !important; }

    span.visible-xs.visible-lg, i.visible-xs.visible-lg { display: inline !important; }
}

.visible-sm { display: none !important; }

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm { display: none !important; }

tr.visible-sm { display: none !important; }

th.visible-sm, td.visible-sm { display: none !important; }

.btn-group.visible-sm, .btn-group-vertical.visible-sm, .btn.visible-sm, span.visible-sm, i.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; }

    tr.visible-sm.visible-xs { display: table-row !important; }

    th.visible-sm.visible-xs, td.visible-sm.visible-xs { display: table-cell !important; }

    .btn-group.visible-sm.visible-xs, .btn-group-vertical.visible-sm.visible-xs, .btn.visible-sm.visible-xs { display: inline-block !important; }

    span.visible-sm.visible-xs, i.visible-sm.visible-xs { display: inline !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; }

    tr.visible-sm { display: table-row !important; }

    th.visible-sm, td.visible-sm { display: table-cell !important; }

    .btn-group.visible-sm, .btn-group-vertical.visible-sm, .btn.visible-sm { display: inline-block !important; }

    span.visible-sm, i.visible-sm { display: inline !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; }

    tr.visible-sm.visible-md { display: table-row !important; }

    th.visible-sm.visible-md, td.visible-sm.visible-md { display: table-cell !important; }

    .btn-group.visible-sm.visible-md, .btn-group-vertical.visible-sm.visible-md, .btn.visible-sm.visible-md { display: inline-block !important; }

    span.visible-sm.visible-md, i.visible-sm.visible-md { display: inline !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; }

    tr.visible-sm.visible-lg { display: table-row !important; }

    th.visible-sm.visible-lg, td.visible-sm.visible-lg { display: table-cell !important; }

    .btn-group.visible-sm.visible-lg, .btn-group-vertical.visible-sm.visible-lg, .btn.visible-sm.visible-lg { display: inline-block !important; }

    span.visible-sm.visible-lg, i.visible-sm.visible-lg { display: inline !important; }
}

.visible-md { display: none !important; }

.visible-md, tr.visible-md, th.visible-md, td.visible-md { display: none !important; }

tr.visible-md { display: none !important; }

th.visible-md, td.visible-md { display: none !important; }

.btn-group.visible-md, .btn-group-vertical.visible-md, .btn.visible-md, span.visible-md, i.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; }

    tr.visible-md.visible-xs { display: table-row !important; }

    th.visible-md.visible-xs, td.visible-md.visible-xs { display: table-cell !important; }

    .btn-group.visible-md.visible-xs, .btn-group-vertical.visible-md.visible-xs, .btn.visible-md.visible-xs { display: inline-block !important; }

    span.visible-md.visible-xs, i.visible-md.visible-xs { display: inline !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; }

    tr.visible-md.visible-sm { display: table-row !important; }

    th.visible-md.visible-sm, td.visible-md.visible-sm { display: table-cell !important; }

    .btn-group.visible-md.visible-sm, .btn-group-vertical.visible-md.visible-sm, .btn.visible-md.visible-sm { display: inline-block !important; }

    span.visible-md.visible-sm, i.visible-md.visible-sm { display: inline !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; }

    tr.visible-md { display: table-row !important; }

    th.visible-md, td.visible-md { display: table-cell !important; }

    .btn-group.visible-md, .btn-group-vertical.visible-md, .btn.visible-md { display: inline-block !important; }

    span.visible-md, i.visible-md { display: inline !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; }

    tr.visible-md.visible-lg { display: table-row !important; }

    th.visible-md.visible-lg, td.visible-md.visible-lg { display: table-cell !important; }

    .btn-group.visible-md.visible-lg, .btn-group-vertical.visible-md.visible-lg, .btn.visible-md.visible-lg { display: inline-block !important; }

    span.visible-md.visible-lg, i.visible-md.visible-lg { display: inline !important; }
}

.visible-lg { display: none !important; }

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg { display: none !important; }

tr.visible-lg { display: none !important; }

th.visible-lg, td.visible-lg { display: none !important; }

.btn-group.visible-lg, .btn-group-vertical.visible-lg, .btn.visible-lg, span.visible-lg, i.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; }

    tr.visible-lg.visible-xs { display: table-row !important; }

    th.visible-lg.visible-xs, td.visible-lg.visible-xs { display: table-cell !important; }

    .btn-group.visible-lg.visible-xs, .btn-group-vertical.visible-lg.visible-xs, .btn.visible-lg.visible-xs { display: inline-block !important; }

    span.visible-lg.visible-xs, i.visible-lg.visible-xs { display: inline !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; }

    tr.visible-lg.visible-sm { display: table-row !important; }

    th.visible-lg.visible-sm, td.visible-lg.visible-sm { display: table-cell !important; }

    .btn-group.visible-lg.visible-sm, .btn-group-vertical.visible-lg.visible-sm, .btn.visible-lg.visible-sm { display: inline-block !important; }

    span.visible-lg.visible-sm, i.visible-lg.visible-sm { display: inline !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; }

    tr.visible-lg.visible-md { display: table-row !important; }

    th.visible-lg.visible-md, td.visible-lg.visible-md { display: table-cell !important; }

    .btn-group.visible-lg.visible-md, .btn-group-vertical.visible-lg.visible-md, .btn.visible-lg.visible-md { display: inline-block !important; }

    span.visible-lg.visible-md, i.visible-lg.visible-md { display: inline !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; }

    tr.visible-lg { display: table-row !important; }

    th.visible-lg, td.visible-lg { display: table-cell !important; }

    .btn-group.visible-lg, .btn-group-vertical.visible-lg, .btn.visible-lg { display: inline-block !important; }

    span.visible-lg, i.visible-lg { display: inline !important; }
}

.hidden-xs { display: block !important; }

tr.hidden-xs { display: table-row !important; }

th.hidden-xs, td.hidden-xs { display: table-cell !important; }

tr.hidden-xs { display: table-row !important; }

th.hidden-xs, td.hidden-xs { display: table-cell !important; }

.btn-group.hidden-xs, .btn-group-vertical.hidden-xs, .btn.hidden-xs { display: inline-block !important; }

span.hidden-xs, i.hidden-xs { display: inline !important; }

@media (max-width: 767px) {
    .hidden-xs { display: none !important; }

    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs { display: none !important; }

    tr.hidden-xs { display: none !important; }

    th.hidden-xs, td.hidden-xs { display: none !important; }

    .btn-group.hidden-xs, .btn-group-vertical.hidden-xs, .btn.hidden-xs, span.hidden-xs, i.hidden-xs { display: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm { display: none !important; }

    .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.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; }

    .btn-group.hidden-xs.hidden-sm, .btn-group-vertical.hidden-xs.hidden-sm, .btn.hidden-xs.hidden-sm, span.hidden-xs.hidden-sm, i.hidden-xs.hidden-sm { display: none !important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md { display: none !important; }

    .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.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; }

    .btn-group.hidden-xs.hidden-md, .btn-group-vertical.hidden-xs.hidden-md, .btn.hidden-xs.hidden-md, span.hidden-xs.hidden-md, i.hidden-xs.hidden-md { display: none !important; }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg { display: none !important; }

    .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.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; }

    .btn-group.hidden-xs.hidden-lg, .btn-group-vertical.hidden-xs.hidden-lg, .btn.hidden-xs.hidden-lg, span.hidden-xs.hidden-lg, i.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; }

tr.hidden-sm { display: table-row !important; }

th.hidden-sm, td.hidden-sm { display: table-cell !important; }

.btn-group.hidden-sm, .btn-group-vertical.hidden-sm, .btn.hidden-sm { display: inline-block !important; }

span.hidden-sm, i.hidden-sm { display: inline !important; }

@media (max-width: 767px) {
    .hidden-sm.hidden-xs { display: none !important; }

    .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.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; }

    .btn-group.hidden-sm.hidden-xs, .btn-group-vertical.hidden-sm.hidden-xs, .btn.hidden-sm.hidden-xs, span.hidden-sm.hidden-xs, i.hidden-sm.hidden-xs { display: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm { display: none !important; }

    .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm { display: none !important; }

    tr.hidden-sm { display: none !important; }

    th.hidden-sm, td.hidden-sm { display: none !important; }

    .btn-group.hidden-sm, .btn-group-vertical.hidden-sm, .btn.hidden-sm, span.hidden-sm, i.hidden-sm { display: none !important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md { display: none !important; }

    .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.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; }

    .btn-group.hidden-sm.hidden-md, .btn-group-vertical.hidden-sm.hidden-md, .btn.hidden-sm.hidden-md, span.hidden-sm.hidden-md, i.hidden-sm.hidden-md { display: none !important; }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg { display: none !important; }

    .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.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; }

    .btn-group.hidden-sm.hidden-lg, .btn-group-vertical.hidden-sm.hidden-lg, .btn.hidden-sm.hidden-lg, span.hidden-sm.hidden-lg, i.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; }

tr.hidden-md { display: table-row !important; }

th.hidden-md, td.hidden-md { display: table-cell !important; }

.btn-group.hidden-md, .btn-group-vertical.hidden-md, .btn.hidden-md { display: inline-block !important; }

span.hidden-md, i.hidden-md { display: inline !important; }

@media (max-width: 767px) {
    .hidden-md.hidden-xs { display: none !important; }

    .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.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; }

    .btn-group.hidden-md.hidden-xs, .btn-group-vertical.hidden-md.hidden-xs, .btn.hidden-md.hidden-xs, span.hidden-md.hidden-xs, i.hidden-md.hidden-xs { display: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm { display: none !important; }

    .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.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; }

    .btn-group.hidden-md.hidden-sm, .btn-group-vertical.hidden-md.hidden-sm, .btn.hidden-md.hidden-sm, span.hidden-md.hidden-sm, i.hidden-md.hidden-sm { display: none !important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md { display: none !important; }

    .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md { display: none !important; }

    tr.hidden-md { display: none !important; }

    th.hidden-md, td.hidden-md { display: none !important; }

    .btn-group.hidden-md, .btn-group-vertical.hidden-md, .btn.hidden-md, span.hidden-md, i.hidden-md { display: none !important; }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg { display: none !important; }

    .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.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; }

    .btn-group.hidden-md.hidden-lg, .btn-group-vertical.hidden-md.hidden-lg, .btn.hidden-md.hidden-lg, span.hidden-md.hidden-lg, i.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; }

tr.hidden-lg { display: table-row !important; }

th.hidden-lg, td.hidden-lg { display: table-cell !important; }

.btn-group.hidden-lg, .btn-group-vertical.hidden-lg, .btn.hidden-lg { display: inline-block !important; }

span.hidden-lg, i.hidden-lg { display: inline !important; }

@media (max-width: 767px) {
    .hidden-lg.hidden-xs { display: none !important; }

    .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.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; }

    .btn-group.hidden-lg.hidden-xs, .btn-group-vertical.hidden-lg.hidden-xs, .btn.hidden-lg.hidden-xs, span.hidden-lg.hidden-xs, i.hidden-lg.hidden-xs { display: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm { display: none !important; }

    .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.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; }

    .btn-group.hidden-lg.hidden-sm, .btn-group-vertical.hidden-lg.hidden-sm, .btn.hidden-lg.hidden-sm, span.hidden-lg.hidden-sm, i.hidden-lg.hidden-sm { display: none !important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md { display: none !important; }

    .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.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; }

    .btn-group.hidden-lg.hidden-md, .btn-group-vertical.hidden-lg.hidden-md, .btn.hidden-lg.hidden-md, span.hidden-lg.hidden-md, i.hidden-lg.hidden-md { display: none !important; }
}

@media (min-width: 1200px) {
    .hidden-lg { display: none !important; }

    .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg { display: none !important; }

    tr.hidden-lg { display: none !important; }

    th.hidden-lg, td.hidden-lg { display: none !important; }

    .btn-group.hidden-lg, .btn-group-vertical.hidden-lg, .btn.hidden-lg, span.hidden-lg, i.hidden-lg { display: none !important; }
}

.visible-print { display: none !important; }

.visible-print, tr.visible-print, th.visible-print, td.visible-print { display: none !important; }

tr.visible-print { display: none !important; }

th.visible-print, td.visible-print { display: none !important; }

.btn-group.visible-print, .btn-group-vertical.visible-print, .btn.visible-print, span.visible-print, i.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; }

    tr.visible-print { display: table-row !important; }

    th.visible-print, td.visible-print { display: table-cell !important; }

    .btn-group.visible-print, .btn-group-vertical.visible-print, .btn.visible-print { display: inline-block !important; }

    span.visible-print, i.visible-print { display: inline !important; }

    .hidden-print { display: none !important; }

    .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print { display: none !important; }

    tr.hidden-print { display: none !important; }

    th.hidden-print, td.hidden-print { display: none !important; }

    .btn-group.hidden-print, .btn-group-vertical.hidden-print, .btn.hidden-print, span.hidden-print, i.hidden-print { display: none !important; }
}

/*!
 *  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/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/font-awesome/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"; }

:focus { outline: 0; }

::-moz-focus-inner { border: 0; }

a { outline: 0; }

.img-rounded { border-radius: 5px; }

hr.outsider {
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #d2d3d6;
}

.text-primary:hover, .text-warning:hover, .text-danger:hover, .text-success:hover, .text-info:hover { color: inherit; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 400; }

h1, h2, h3, .h1, .h2, .h3 {
    margin-top: 0;
    font-weight: 300;
}

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; }

.list-inline > li:first-child { padding-left: 0; }

.panel dl { margin: 0 auto; }

.panel dl dd { margin-bottom: 10px; }

blockquote {
    font-style: italic;
    border-left-width: 2px;
}

blockquote.pull-right { border-right-width: 2px; }

address { display: block; }

kdb, samp { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

pre { margin-bottom: 20px; }

pre.prettyprint { margin-bottom: 10px; }

.table-responsive { overflow-x: auto; }

@media (max-width: 767px) {
    .table-flipscroll table:before, .table-flipscroll thead:before, .table-flipscroll table:after, .table-flipscroll thead:after {
        content: " ";
        display: table;
    }

    .table-flipscroll table:after, .table-flipscroll thead:after { clear: both; }

    .table-flipscroll table:before, .table-flipscroll thead:before, .table-flipscroll table:after, .table-flipscroll thead:after {
        content: " ";
        display: table;
    }

    .table-flipscroll table:after, .table-flipscroll thead:after { clear: both; }

    .table-flipscroll table, .table-flipscroll caption, .table-flipscroll td, .table-flipscroll thead, .table-flipscroll thead tr, .table-flipscroll th, .table-flipscroll tbody { display: block; }

    .table-flipscroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        position: relative;
    }

    .table-flipscroll table th, .table-flipscroll table td {
        margin: 0;
        vertical-align: top;
    }

    .table-flipscroll table th:last-child, .table-flipscroll table td:last-child { border-bottom: 1px solid #e6e7e8; }

    .table-flipscroll table td {
        min-height: 1.25em;
        text-align: left;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .table-flipscroll table thead { float: left; }

    .table-flipscroll table th {
        text-align: left;
        border-bottom-width: 1px !important;
        border-left: 0;
    }

    .table-flipscroll table th:first-child { border-top: 1px solid transparent !important; }

    .table-flipscroll table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    .table-flipscroll table tbody tr {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #e6e7e8;
    }

    .table-vertical table, .table-vertical caption, .table-vertical thead, .table-vertical tbody, .table-vertical th, .table-vertical td, .table-vertical tr { display: block; }

    .table-vertical thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-vertical tr { border: 1px solid #ccc; }

    .table-vertical td {
        border: 0;
        border-bottom: 1px solid #e6e7e8;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
    }

    .table-vertical td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        content: attr(data-title);
    }
}

legend {
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 24px;
}

label {
    margin-bottom: 10px;
    font-weight: normal;
}

select[multiple] { padding: 7px !important; }

.form-control {
    height: 34px;
    padding: 5px 9px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015) !important;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015) !important;
}

select.form-control { padding: 6px 9px 5px 4px; }

.form-group { margin-bottom: 20px; }

.row-border .form-group {
    border-top: 1px solid #e6e7e8;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
}

.row-border .form-group:first-child {
    border-top: 0;
    padding-top: 0;
}

.help-block { margin-bottom: 0; }

.btn {
    border-width: 0;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.btn:focus { outline: 0; }

.btn:active, .btn.active, .btn.fc-state-active {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

.btn-link, .btn-link:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-inverse {
    color: #fff;
    background-color: #4f5259;
    border-color: #4f5259;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
    color: #fff;
    background-color: #3c3e43;
    border-color: #323439;
}

.btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse { background-image: none; }

.btn-inverse.disabled, .btn-inverse[disabled], fieldset[disabled] .btn-inverse, .btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover, .btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus, .btn-inverse.disabled:active, .btn-inverse[disabled]:active, fieldset[disabled] .btn-inverse:active, .btn-inverse.disabled.active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse.active {
    background-color: #4f5259;
    border-color: #4f5259;
}

.btn-white {
    color: #333;
    background-color: #fff;
    border-color: #e6e7e8;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
    color: #333;
    background-color: #ebebeb;
    border-color: #c6c8cb;
}

.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white { background-image: none; }

.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
    background-color: #fff;
    border-color: #e6e7e8;
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-brown {
    color: #fff;
    background-color: #c0392b;
    border-color: #c0392b;
}

.btn-brown:hover, .btn-brown:focus, .btn-brown:active, .btn-brown.active, .open .dropdown-toggle.btn-brown {
    color: #fff;
    background-color: #9f2f24;
    border-color: #8e2a20;
}

.btn-brown:active, .btn-brown.active, .open .dropdown-toggle.btn-brown { background-image: none; }

.btn-brown.disabled, .btn-brown[disabled], fieldset[disabled] .btn-brown, .btn-brown.disabled:hover, .btn-brown[disabled]:hover, fieldset[disabled] .btn-brown:hover, .btn-brown.disabled:focus, .btn-brown[disabled]:focus, fieldset[disabled] .btn-brown:focus, .btn-brown.disabled:active, .btn-brown[disabled]:active, fieldset[disabled] .btn-brown:active, .btn-brown.disabled.active, .btn-brown[disabled].active, fieldset[disabled] .btn-brown.active {
    background-color: #c0392b;
    border-color: #c0392b;
}

.btn-indigo {
    color: #fff;
    background-color: #9358ac;
    border-color: #9358ac;
}

.btn-indigo:hover, .btn-indigo:focus, .btn-indigo:active, .btn-indigo.active, .open .dropdown-toggle.btn-indigo {
    color: #fff;
    background-color: #7d4992;
    border-color: #714285;
}

.btn-indigo:active, .btn-indigo.active, .open .dropdown-toggle.btn-indigo { background-image: none; }

.btn-indigo.disabled, .btn-indigo[disabled], fieldset[disabled] .btn-indigo, .btn-indigo.disabled:hover, .btn-indigo[disabled]:hover, fieldset[disabled] .btn-indigo:hover, .btn-indigo.disabled:focus, .btn-indigo[disabled]:focus, fieldset[disabled] .btn-indigo:focus, .btn-indigo.disabled:active, .btn-indigo[disabled]:active, fieldset[disabled] .btn-indigo:active, .btn-indigo.disabled.active, .btn-indigo[disabled].active, fieldset[disabled] .btn-indigo.active {
    background-color: #9358ac;
    border-color: #9358ac;
}

.btn-orange {
    color: #fff;
    background-color: #efa131;
    border-color: #efa131;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    color: #fff;
    background-color: #e58f12;
    border-color: #d28310;
}

.btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange { background-image: none; }

.btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus, .btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled:active, .btn-orange[disabled]:active, fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active {
    background-color: #efa131;
    border-color: #efa131;
}

.btn-sky {
    color: #fff;
    background-color: #76c4ed;
    border-color: #76c4ed;
}

.btn-sky:hover, .btn-sky:focus, .btn-sky:active, .btn-sky.active, .open .dropdown-toggle.btn-sky {
    color: #fff;
    background-color: #52b4e8;
    border-color: #40ade6;
}

.btn-sky:active, .btn-sky.active, .open .dropdown-toggle.btn-sky { background-image: none; }

.btn-sky.disabled, .btn-sky[disabled], fieldset[disabled] .btn-sky, .btn-sky.disabled:hover, .btn-sky[disabled]:hover, fieldset[disabled] .btn-sky:hover, .btn-sky.disabled:focus, .btn-sky[disabled]:focus, fieldset[disabled] .btn-sky:focus, .btn-sky.disabled:active, .btn-sky[disabled]:active, fieldset[disabled] .btn-sky:active, .btn-sky.disabled.active, .btn-sky[disabled].active, fieldset[disabled] .btn-sky.active {
    background-color: #76c4ed;
    border-color: #76c4ed;
}

.btn-midnightblue {
    color: #fff;
    background-color: #34495e;
    border-color: #34495e;
}

.btn-midnightblue:hover, .btn-midnightblue:focus, .btn-midnightblue:active, .btn-midnightblue.active, .open .dropdown-toggle.btn-midnightblue {
    color: #fff;
    background-color: #253544;
    border-color: #1e2a37;
}

.btn-midnightblue:active, .btn-midnightblue.active, .open .dropdown-toggle.btn-midnightblue { background-image: none; }

.btn-midnightblue.disabled, .btn-midnightblue[disabled], fieldset[disabled] .btn-midnightblue, .btn-midnightblue.disabled:hover, .btn-midnightblue[disabled]:hover, fieldset[disabled] .btn-midnightblue:hover, .btn-midnightblue.disabled:focus, .btn-midnightblue[disabled]:focus, fieldset[disabled] .btn-midnightblue:focus, .btn-midnightblue.disabled:active, .btn-midnightblue[disabled]:active, fieldset[disabled] .btn-midnightblue:active, .btn-midnightblue.disabled.active, .btn-midnightblue[disabled].active, fieldset[disabled] .btn-midnightblue.active {
    background-color: #34495e;
    border-color: #34495e;
}

.btn-magenta {
    color: #fff;
    background-color: #e73c68;
    border-color: #e73c68;
}

.btn-magenta:hover, .btn-magenta:focus, .btn-magenta:active, .btn-magenta.active, .open .dropdown-toggle.btn-magenta {
    color: #fff;
    background-color: #df1b4e;
    border-color: #cd1947;
}

.btn-magenta:active, .btn-magenta.active, .open .dropdown-toggle.btn-magenta { background-image: none; }

.btn-magenta.disabled, .btn-magenta[disabled], fieldset[disabled] .btn-magenta, .btn-magenta.disabled:hover, .btn-magenta[disabled]:hover, fieldset[disabled] .btn-magenta:hover, .btn-magenta.disabled:focus, .btn-magenta[disabled]:focus, fieldset[disabled] .btn-magenta:focus, .btn-magenta.disabled:active, .btn-magenta[disabled]:active, fieldset[disabled] .btn-magenta:active, .btn-magenta.disabled.active, .btn-magenta[disabled].active, fieldset[disabled] .btn-magenta.active {
    background-color: #e73c68;
    border-color: #e73c68;
}

.btn-green {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #117c67;
    border-color: #0f6a58;
}

.btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green { background-image: none; }

.btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled:active, .btn-green[disabled]:active, fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active {
    background-color: #16a085;
    border-color: #16a085;
}

.btn-purple {
    color: #fff;
    background-color: #e044ab;
    border-color: #e044ab;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .open .dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #d7249a;
    border-color: #c6218e;
}

.btn-purple:active, .btn-purple.active, .open .dropdown-toggle.btn-purple { background-image: none; }

.btn-purple.disabled, .btn-purple[disabled], fieldset[disabled] .btn-purple, .btn-purple.disabled:hover, .btn-purple[disabled]:hover, fieldset[disabled] .btn-purple:hover, .btn-purple.disabled:focus, .btn-purple[disabled]:focus, fieldset[disabled] .btn-purple:focus, .btn-purple.disabled:active, .btn-purple[disabled]:active, fieldset[disabled] .btn-purple:active, .btn-purple.disabled.active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple.active {
    background-color: #e044ab;
    border-color: #e044ab;
}

.btn-alizarin {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn-alizarin:hover, .btn-alizarin:focus, .btn-alizarin:active, .btn-alizarin.active, .open .dropdown-toggle.btn-alizarin {
    color: #fff;
    background-color: #df2e1b;
    border-color: #cd2a19;
}

.btn-alizarin:active, .btn-alizarin.active, .open .dropdown-toggle.btn-alizarin { background-image: none; }

.btn-alizarin.disabled, .btn-alizarin[disabled], fieldset[disabled] .btn-alizarin, .btn-alizarin.disabled:hover, .btn-alizarin[disabled]:hover, fieldset[disabled] .btn-alizarin:hover, .btn-alizarin.disabled:focus, .btn-alizarin[disabled]:focus, fieldset[disabled] .btn-alizarin:focus, .btn-alizarin.disabled:active, .btn-alizarin[disabled]:active, fieldset[disabled] .btn-alizarin:active, .btn-alizarin.disabled.active, .btn-alizarin[disabled].active, fieldset[disabled] .btn-alizarin.active {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn-block + .btn-block { margin-top: 10px; }

.btn-default-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #e6e7e8;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default-alt:hover, .btn-default-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #cbced0;
}

.btn-default-alt:active, .btn-default-alt.active {
    border-color: #e6e7e8;
    background-color: #e6e7e8;
    color: #fff;
}

.btn-default-alt.disabled, .btn-default-alt[disabled], fieldset[disabled] .btn-default-alt, .btn-default-alt.disabled:hover, .btn-default-alt[disabled]:hover, fieldset[disabled] .btn-default-alt:hover, .btn-default-alt.disabled:focus, .btn-default-alt[disabled]:focus, fieldset[disabled] .btn-default-alt:focus {
    box-shadow: none !important;
    border-color: #e6e7e8;
}

.btn-default-alt.disabled:active, .btn-default-alt[disabled]:active, fieldset[disabled] .btn-default-alt:active, .btn-default-alt.disabled.active, .btn-default-alt[disabled].active, fieldset[disabled] .btn-default-alt.active {
    border-color: #e6e7e8;
    background-color: #e6e7e8;
    color: #fff;
}

.btn-default-alt.dropdown-toggle { border-width: 1px; }

.btn-default-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-default-alt:active, .btn-default-alt.active { color: #000 !important; }

.btn-primary-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #4f8edc;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary-alt:hover, .btn-primary-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #2973cf;
}

.btn-primary-alt:active, .btn-primary-alt.active {
    border-color: #4f8edc;
    background-color: #4f8edc;
    color: #fff;
}

.btn-primary-alt.disabled, .btn-primary-alt[disabled], fieldset[disabled] .btn-primary-alt, .btn-primary-alt.disabled:hover, .btn-primary-alt[disabled]:hover, fieldset[disabled] .btn-primary-alt:hover, .btn-primary-alt.disabled:focus, .btn-primary-alt[disabled]:focus, fieldset[disabled] .btn-primary-alt:focus {
    box-shadow: none !important;
    border-color: #4f8edc;
}

.btn-primary-alt.disabled:active, .btn-primary-alt[disabled]:active, fieldset[disabled] .btn-primary-alt:active, .btn-primary-alt.disabled.active, .btn-primary-alt[disabled].active, fieldset[disabled] .btn-primary-alt.active {
    border-color: #4f8edc;
    background-color: #4f8edc;
    color: #fff;
}

.btn-primary-alt.dropdown-toggle { border-width: 1px; }

.btn-primary-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-warning-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #f1c40f;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-warning-alt:hover, .btn-warning-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #c29d0b;
}

.btn-warning-alt:active, .btn-warning-alt.active {
    border-color: #f1c40f;
    background-color: #f1c40f;
    color: #fff;
}

.btn-warning-alt.disabled, .btn-warning-alt[disabled], fieldset[disabled] .btn-warning-alt, .btn-warning-alt.disabled:hover, .btn-warning-alt[disabled]:hover, fieldset[disabled] .btn-warning-alt:hover, .btn-warning-alt.disabled:focus, .btn-warning-alt[disabled]:focus, fieldset[disabled] .btn-warning-alt:focus {
    box-shadow: none !important;
    border-color: #f1c40f;
}

.btn-warning-alt.disabled:active, .btn-warning-alt[disabled]:active, fieldset[disabled] .btn-warning-alt:active, .btn-warning-alt.disabled.active, .btn-warning-alt[disabled].active, fieldset[disabled] .btn-warning-alt.active {
    border-color: #f1c40f;
    background-color: #f1c40f;
    color: #fff;
}

.btn-warning-alt.dropdown-toggle { border-width: 1px; }

.btn-warning-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-danger-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #e73c3c;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-danger-alt:hover, .btn-danger-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #d61a1a;
}

.btn-danger-alt:active, .btn-danger-alt.active {
    border-color: #e73c3c;
    background-color: #e73c3c;
    color: #fff;
}

.btn-danger-alt.disabled, .btn-danger-alt[disabled], fieldset[disabled] .btn-danger-alt, .btn-danger-alt.disabled:hover, .btn-danger-alt[disabled]:hover, fieldset[disabled] .btn-danger-alt:hover, .btn-danger-alt.disabled:focus, .btn-danger-alt[disabled]:focus, fieldset[disabled] .btn-danger-alt:focus {
    box-shadow: none !important;
    border-color: #e73c3c;
}

.btn-danger-alt.disabled:active, .btn-danger-alt[disabled]:active, fieldset[disabled] .btn-danger-alt:active, .btn-danger-alt.disabled.active, .btn-danger-alt[disabled].active, fieldset[disabled] .btn-danger-alt.active {
    border-color: #e73c3c;
    background-color: #e73c3c;
    color: #fff;
}

.btn-danger-alt.dropdown-toggle { border-width: 1px; }

.btn-danger-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-success-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #85c744;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-success-alt:hover, .btn-success-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #6ca632;
}

.btn-success-alt:active, .btn-success-alt.active {
    border-color: #85c744;
    background-color: #85c744;
    color: #fff;
}

.btn-success-alt.disabled, .btn-success-alt[disabled], fieldset[disabled] .btn-success-alt, .btn-success-alt.disabled:hover, .btn-success-alt[disabled]:hover, fieldset[disabled] .btn-success-alt:hover, .btn-success-alt.disabled:focus, .btn-success-alt[disabled]:focus, fieldset[disabled] .btn-success-alt:focus {
    box-shadow: none !important;
    border-color: #85c744;
}

.btn-success-alt.disabled:active, .btn-success-alt[disabled]:active, fieldset[disabled] .btn-success-alt:active, .btn-success-alt.disabled.active, .btn-success-alt[disabled].active, fieldset[disabled] .btn-success-alt.active {
    border-color: #85c744;
    background-color: #85c744;
    color: #fff;
}

.btn-success-alt.dropdown-toggle { border-width: 1px; }

.btn-success-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-info-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #2bbce0;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-info-alt:hover, .btn-info-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #1c9cbc;
}

.btn-info-alt:active, .btn-info-alt.active {
    border-color: #2bbce0;
    background-color: #2bbce0;
    color: #fff;
}

.btn-info-alt.disabled, .btn-info-alt[disabled], fieldset[disabled] .btn-info-alt, .btn-info-alt.disabled:hover, .btn-info-alt[disabled]:hover, fieldset[disabled] .btn-info-alt:hover, .btn-info-alt.disabled:focus, .btn-info-alt[disabled]:focus, fieldset[disabled] .btn-info-alt:focus {
    box-shadow: none !important;
    border-color: #2bbce0;
}

.btn-info-alt.disabled:active, .btn-info-alt[disabled]:active, fieldset[disabled] .btn-info-alt:active, .btn-info-alt.disabled.active, .btn-info-alt[disabled].active, fieldset[disabled] .btn-info-alt.active {
    border-color: #2bbce0;
    background-color: #2bbce0;
    color: #fff;
}

.btn-info-alt.dropdown-toggle { border-width: 1px; }

.btn-info-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-inverse-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #4f5259;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-inverse-alt:hover, .btn-inverse-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #37393e;
}

.btn-inverse-alt:active, .btn-inverse-alt.active {
    border-color: #4f5259;
    background-color: #4f5259;
    color: #fff;
}

.btn-inverse-alt.disabled, .btn-inverse-alt[disabled], fieldset[disabled] .btn-inverse-alt, .btn-inverse-alt.disabled:hover, .btn-inverse-alt[disabled]:hover, fieldset[disabled] .btn-inverse-alt:hover, .btn-inverse-alt.disabled:focus, .btn-inverse-alt[disabled]:focus, fieldset[disabled] .btn-inverse-alt:focus {
    box-shadow: none !important;
    border-color: #4f5259;
}

.btn-inverse-alt.disabled:active, .btn-inverse-alt[disabled]:active, fieldset[disabled] .btn-inverse-alt:active, .btn-inverse-alt.disabled.active, .btn-inverse-alt[disabled].active, fieldset[disabled] .btn-inverse-alt.active {
    border-color: #4f5259;
    background-color: #4f5259;
    color: #fff;
}

.btn-inverse-alt.dropdown-toggle { border-width: 1px; }

.btn-inverse-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-brown-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #c0392b;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-brown-alt:hover, .btn-brown-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #962d22;
}

.btn-brown-alt:active, .btn-brown-alt.active {
    border-color: #c0392b;
    background-color: #c0392b;
    color: #fff;
}

.btn-brown-alt.disabled, .btn-brown-alt[disabled], fieldset[disabled] .btn-brown-alt, .btn-brown-alt.disabled:hover, .btn-brown-alt[disabled]:hover, fieldset[disabled] .btn-brown-alt:hover, .btn-brown-alt.disabled:focus, .btn-brown-alt[disabled]:focus, fieldset[disabled] .btn-brown-alt:focus {
    box-shadow: none !important;
    border-color: #c0392b;
}

.btn-brown-alt.disabled:active, .btn-brown-alt[disabled]:active, fieldset[disabled] .btn-brown-alt:active, .btn-brown-alt.disabled.active, .btn-brown-alt[disabled].active, fieldset[disabled] .btn-brown-alt.active {
    border-color: #c0392b;
    background-color: #c0392b;
    color: #fff;
}

.btn-brown-alt.dropdown-toggle { border-width: 1px; }

.btn-brown-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-indigo-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #9358ac;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-indigo-alt:hover, .btn-indigo-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #77458c;
}

.btn-indigo-alt:active, .btn-indigo-alt.active {
    border-color: #9358ac;
    background-color: #9358ac;
    color: #fff;
}

.btn-indigo-alt.disabled, .btn-indigo-alt[disabled], fieldset[disabled] .btn-indigo-alt, .btn-indigo-alt.disabled:hover, .btn-indigo-alt[disabled]:hover, fieldset[disabled] .btn-indigo-alt:hover, .btn-indigo-alt.disabled:focus, .btn-indigo-alt[disabled]:focus, fieldset[disabled] .btn-indigo-alt:focus {
    box-shadow: none !important;
    border-color: #9358ac;
}

.btn-indigo-alt.disabled:active, .btn-indigo-alt[disabled]:active, fieldset[disabled] .btn-indigo-alt:active, .btn-indigo-alt.disabled.active, .btn-indigo-alt[disabled].active, fieldset[disabled] .btn-indigo-alt.active {
    border-color: #9358ac;
    background-color: #9358ac;
    color: #fff;
}

.btn-indigo-alt.dropdown-toggle { border-width: 1px; }

.btn-indigo-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-orange-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #efa131;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-orange-alt:hover, .btn-orange-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #dc8911;
}

.btn-orange-alt:active, .btn-orange-alt.active {
    border-color: #efa131;
    background-color: #efa131;
    color: #fff;
}

.btn-orange-alt.disabled, .btn-orange-alt[disabled], fieldset[disabled] .btn-orange-alt, .btn-orange-alt.disabled:hover, .btn-orange-alt[disabled]:hover, fieldset[disabled] .btn-orange-alt:hover, .btn-orange-alt.disabled:focus, .btn-orange-alt[disabled]:focus, fieldset[disabled] .btn-orange-alt:focus {
    box-shadow: none !important;
    border-color: #efa131;
}

.btn-orange-alt.disabled:active, .btn-orange-alt[disabled]:active, fieldset[disabled] .btn-orange-alt:active, .btn-orange-alt.disabled.active, .btn-orange-alt[disabled].active, fieldset[disabled] .btn-orange-alt.active {
    border-color: #efa131;
    background-color: #efa131;
    color: #fff;
}

.btn-orange-alt.dropdown-toggle { border-width: 1px; }

.btn-orange-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-sky-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #76c4ed;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-sky-alt:hover, .btn-sky-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #49b1e7;
}

.btn-sky-alt:active, .btn-sky-alt.active {
    border-color: #76c4ed;
    background-color: #76c4ed;
    color: #fff;
}

.btn-sky-alt.disabled, .btn-sky-alt[disabled], fieldset[disabled] .btn-sky-alt, .btn-sky-alt.disabled:hover, .btn-sky-alt[disabled]:hover, fieldset[disabled] .btn-sky-alt:hover, .btn-sky-alt.disabled:focus, .btn-sky-alt[disabled]:focus, fieldset[disabled] .btn-sky-alt:focus {
    box-shadow: none !important;
    border-color: #76c4ed;
}

.btn-sky-alt.disabled:active, .btn-sky-alt[disabled]:active, fieldset[disabled] .btn-sky-alt:active, .btn-sky-alt.disabled.active, .btn-sky-alt[disabled].active, fieldset[disabled] .btn-sky-alt.active {
    border-color: #76c4ed;
    background-color: #76c4ed;
    color: #fff;
}

.btn-sky-alt.dropdown-toggle { border-width: 1px; }

.btn-sky-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-midnightblue-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #34495e;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-midnightblue-alt:hover, .btn-midnightblue-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #222f3d;
}

.btn-midnightblue-alt:active, .btn-midnightblue-alt.active {
    border-color: #34495e;
    background-color: #34495e;
    color: #fff;
}

.btn-midnightblue-alt.disabled, .btn-midnightblue-alt[disabled], fieldset[disabled] .btn-midnightblue-alt, .btn-midnightblue-alt.disabled:hover, .btn-midnightblue-alt[disabled]:hover, fieldset[disabled] .btn-midnightblue-alt:hover, .btn-midnightblue-alt.disabled:focus, .btn-midnightblue-alt[disabled]:focus, fieldset[disabled] .btn-midnightblue-alt:focus {
    box-shadow: none !important;
    border-color: #34495e;
}

.btn-midnightblue-alt.disabled:active, .btn-midnightblue-alt[disabled]:active, fieldset[disabled] .btn-midnightblue-alt:active, .btn-midnightblue-alt.disabled.active, .btn-midnightblue-alt[disabled].active, fieldset[disabled] .btn-midnightblue-alt.active {
    border-color: #34495e;
    background-color: #34495e;
    color: #fff;
}

.btn-midnightblue-alt.dropdown-toggle { border-width: 1px; }

.btn-midnightblue-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-magenta-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #e73c68;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-magenta-alt:hover, .btn-magenta-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #d61a4b;
}

.btn-magenta-alt:active, .btn-magenta-alt.active {
    border-color: #e73c68;
    background-color: #e73c68;
    color: #fff;
}

.btn-magenta-alt.disabled, .btn-magenta-alt[disabled], fieldset[disabled] .btn-magenta-alt, .btn-magenta-alt.disabled:hover, .btn-magenta-alt[disabled]:hover, fieldset[disabled] .btn-magenta-alt:hover, .btn-magenta-alt.disabled:focus, .btn-magenta-alt[disabled]:focus, fieldset[disabled] .btn-magenta-alt:focus {
    box-shadow: none !important;
    border-color: #e73c68;
}

.btn-magenta-alt.disabled:active, .btn-magenta-alt[disabled]:active, fieldset[disabled] .btn-magenta-alt:active, .btn-magenta-alt.disabled.active, .btn-magenta-alt[disabled].active, fieldset[disabled] .btn-magenta-alt.active {
    border-color: #e73c68;
    background-color: #e73c68;
    color: #fff;
}

.btn-magenta-alt.dropdown-toggle { border-width: 1px; }

.btn-magenta-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-green-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #16a085;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-green-alt:hover, .btn-green-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #107360;
}

.btn-green-alt:active, .btn-green-alt.active {
    border-color: #16a085;
    background-color: #16a085;
    color: #fff;
}

.btn-green-alt.disabled, .btn-green-alt[disabled], fieldset[disabled] .btn-green-alt, .btn-green-alt.disabled:hover, .btn-green-alt[disabled]:hover, fieldset[disabled] .btn-green-alt:hover, .btn-green-alt.disabled:focus, .btn-green-alt[disabled]:focus, fieldset[disabled] .btn-green-alt:focus {
    box-shadow: none !important;
    border-color: #16a085;
}

.btn-green-alt.disabled:active, .btn-green-alt[disabled]:active, fieldset[disabled] .btn-green-alt:active, .btn-green-alt.disabled.active, .btn-green-alt[disabled].active, fieldset[disabled] .btn-green-alt.active {
    border-color: #16a085;
    background-color: #16a085;
    color: #fff;
}

.btn-green-alt.dropdown-toggle { border-width: 1px; }

.btn-green-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-purple-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #e044ab;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-purple-alt:hover, .btn-purple-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #cf2294;
}

.btn-purple-alt:active, .btn-purple-alt.active {
    border-color: #e044ab;
    background-color: #e044ab;
    color: #fff;
}

.btn-purple-alt.disabled, .btn-purple-alt[disabled], fieldset[disabled] .btn-purple-alt, .btn-purple-alt.disabled:hover, .btn-purple-alt[disabled]:hover, fieldset[disabled] .btn-purple-alt:hover, .btn-purple-alt.disabled:focus, .btn-purple-alt[disabled]:focus, fieldset[disabled] .btn-purple-alt:focus {
    box-shadow: none !important;
    border-color: #e044ab;
}

.btn-purple-alt.disabled:active, .btn-purple-alt[disabled]:active, fieldset[disabled] .btn-purple-alt:active, .btn-purple-alt.disabled.active, .btn-purple-alt[disabled].active, fieldset[disabled] .btn-purple-alt.active {
    border-color: #e044ab;
    background-color: #e044ab;
    color: #fff;
}

.btn-purple-alt.dropdown-toggle { border-width: 1px; }

.btn-purple-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn-alizarin-alt {
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: #e74c3c;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-alizarin-alt:hover, .btn-alizarin-alt:focus {
    box-shadow: none !important;
    color: #000;
    border-color: #d62c1a;
}

.btn-alizarin-alt:active, .btn-alizarin-alt.active {
    border-color: #e74c3c;
    background-color: #e74c3c;
    color: #fff;
}

.btn-alizarin-alt.disabled, .btn-alizarin-alt[disabled], fieldset[disabled] .btn-alizarin-alt, .btn-alizarin-alt.disabled:hover, .btn-alizarin-alt[disabled]:hover, fieldset[disabled] .btn-alizarin-alt:hover, .btn-alizarin-alt.disabled:focus, .btn-alizarin-alt[disabled]:focus, fieldset[disabled] .btn-alizarin-alt:focus {
    box-shadow: none !important;
    border-color: #e74c3c;
}

.btn-alizarin-alt.disabled:active, .btn-alizarin-alt[disabled]:active, fieldset[disabled] .btn-alizarin-alt:active, .btn-alizarin-alt.disabled.active, .btn-alizarin-alt[disabled].active, fieldset[disabled] .btn-alizarin-alt.active {
    border-color: #e74c3c;
    background-color: #e74c3c;
    color: #fff;
}

.btn-alizarin-alt.dropdown-toggle { border-width: 1px; }

.btn-alizarin-alt.dropdown-toggle.alt-border { border-width: 1px 1px 1px 1px; }

.btn[class*="alt"] { padding: 6px 14px; }

.btn-lg[class*="alt"] {
    padding: 9px 15px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 1px;
}

.btn-sm[class*="alt"] {
    padding: 4px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-xs[class*="alt"] {
    padding: 4px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
    padding: 0 4px;
}

.caret {
    -webkit-font-smoothing: antialiased;
    /*display: inline;*/
    margin-left: 2px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    vertical-align: top;
}

.caret:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    margin-left: 2px;
}

.dropdown-menu {
    /*left: auto;*/
    right: 0;
    margin-top: 2px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.98);
}

.dropdown-menu.pull-left {
    left: 0;
    right: auto;
}

.dropdown-menu > li > a { padding: 5px 15px; }

.dropdown-menu.arrow:before {
    position: absolute;
    top: -8px;
    right: 11px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    content: '';
}

.well {
    padding: 19px;
    border: 1px solid #d2d3d6;    
}

.well blockquote { border-color: #e6e7e8; }

.well.well-transparent { background: 0; }

.nav-tabs .dropdown-menu { margin-top: 0; }

.nav-tabs > li > a { margin-right: 0; }

.nav-tabs > li > a:hover { border-color: #edeef0; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { border-color: #edeef0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}

.btn.dropdown-toggle { min-width: 26px; }

.btn-group, .btn-group-vertical { padding: 0; }

.btn-group > .btn.fc-state-active, .btn-group-vertical > .btn.fc-state-active { z-index: 2; }

.btn-group .btn-group + .btn-group, .btn-group-vertical .btn-group + .btn-group { margin-left: 0; }

.btn-toolbar .btn-group { float: none; }

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group { margin-left: 0; }

.btn-group > .btn + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.breadcrumb {
    padding: 7px 15px;
    margin-bottom: 0;
}

.breadcrumb > li { font-size: 12px !important; }

.pagination { margin: 10px 0; }

.pagination > li > a, .pagination > li span { padding: 6px 15px; }

.pager li > a, .pager li span { padding: 6px 14px; }

.popover {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.popover-title {
    padding: 8px 15px;
    border-bottom-width: 0;
    border-radius: 0;
}

.popover-content { padding: 10px 15px; }

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip.top-left .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow { left: 5px; }

.tooltip.top-right .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow { right: 5px; }

.tooltip-inner { padding: 6px 10px; }

.alert .alert-link {
    font-weight: bold;
    color: #4f8edc !important;
}

.thumbnail { margin-bottom: 0; }

.label {
    padding: .09em .6em .15em;
    font-weight: 600;
    border-radius: 1px;
}

.label-orange { background-color: #efa131; }

.label-orange[href]:hover, .label-orange[href]:focus { background-color: #dc8911; }

.label-grape { background-color: #7a869c; }

.label-grape[href]:hover, .label-grape[href]:focus { background-color: #616d82; }

.label-inverse { background-color: #4f5259; }

.label-inverse[href]:hover, .label-inverse[href]:focus { background-color: #37393e; }

.label-sky { background-color: #76c4ed; }

.label-sky[href]:hover, .label-sky[href]:focus { background-color: #49b1e7; }

.badge {
    padding: 4px 6px;
    font-size: 11px;
}

.badge-primary { background-color: #4f8edc; }

.badge-primary[href]:hover, .badge-primary[href]:focus { background-color: #2973cf; }

.badge-success { background-color: #85c744; }

.badge-success[href]:hover, .badge-success[href]:focus { background-color: #6ca632; }

.badge-info { background-color: #2bbce0; }

.badge-info[href]:hover, .badge-info[href]:focus { background-color: #1c9cbc; }

.badge-warning { background-color: #f1c40f; }

.badge-warning[href]:hover, .badge-warning[href]:focus { background-color: #c29d0b; }

.badge-danger { background-color: #e73c3c; }

.badge-danger[href]:hover, .badge-danger[href]:focus { background-color: #d61a1a; }

#sidebar .badge.badge-primary { background-color: #4f8edc; }

#sidebar .badge.badge-primary[href]:hover, #sidebar .badge.badge-primary[href]:focus { background-color: #2973cf; }

#sidebar .badge.badge-indigo { background-color: #9358ac; }

#sidebar .badge.badge-indigo[href]:hover, #sidebar .badge.badge-indigo[href]:focus { background-color: #77458c; }

#sidebar .badge.badge-orange { background-color: #efa131; }

#sidebar .badge.badge-orange[href]:hover, #sidebar .badge.badge-orange[href]:focus { background-color: #dc8911; }

#sidebar .badge.badge-success { background-color: #85c744; }

#sidebar .badge.badge-success[href]:hover, #sidebar .badge.badge-success[href]:focus { background-color: #6ca632; }

#sidebar .badge.badge-info { background-color: #2bbce0; }

#sidebar .badge.badge-info[href]:hover, #sidebar .badge.badge-info[href]:focus { background-color: #1c9cbc; }

#sidebar .badge.badge-warning { background-color: #f1c40f; }

#sidebar .badge.badge-warning[href]:hover, #sidebar .badge.badge-warning[href]:focus { background-color: #c29d0b; }

#sidebar .badge.badge-danger { background-color: #e73c3c; }

#sidebar .badge.badge-danger[href]:hover, #sidebar .badge.badge-danger[href]:focus { background-color: #d61a1a; }

.progress { height: 8px; }

.progress, .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-inverse { background-color: #4f5259; }

.progress-striped .progress-bar-inverse {
    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-primary { background-color: #4f8edc; }

.progress-striped .progress-bar-primary {
    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-green { background-color: #16a085; }

.progress-striped .progress-bar-green {
    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-orange { background-color: #efa131; }

.progress-striped .progress-bar-orange {
    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-purple { background-color: #e044ab; }

.progress-striped .progress-bar-purple {
    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-indigo { background-color: #9358ac; }

.progress-striped .progress-bar-indigo {
    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-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.35)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.35)), color-stop(0.75, rgba(255, 255, 255, 0.35)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 75%, transparent 75%, transparent);
}

.contextual-progress { margin: 20px 0; }

.contextual-progress .progress-percentage {
    float: right;
    position: relative;
}

.contextual-progress .label {
    position: absolute;
    right: 32px;
    top: 2px;
    padding: 3px 5px;
}

.contextual-progress .progress-title { float: left; }

.contextual-progress .progress {
    height: 2px;
    margin: 5px 0 0;
}

.contextual-progress:first-child { margin-top: 0; }

.input-group-addon {
    padding: 7px 5px;
    min-width: 44px;
}

.input-group-btn > .btn + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
}

body { padding-top: 40px; }

body.static-header { padding-top: 0; }

#page-container {
    background: #e6e7e8;
    overflow: hidden;
}

#page-content {
    min-height: 650px;
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
}

#wrap > .container { padding-top: 15px; }

:focus { outline: 0; }

::-moz-focus-inner { border: 0; }

/*
.navbar-brand {
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
    height: 40px;
    width: 190px;
    color:#fff;
    font-weight:bold;
    font-size:16px;
}
*/

@media (max-width: 480px) {
    ul.toolbar {
        display: block;
        float: none !important;
        margin: 0;
        background-color: #ddd;
    }

    .navbar-header {
        margin: 0 auto;
        float: none !important;
        width: 106px;
    }

    body { padding-top: 80px; }

    #page-rightbar, #sidebar { top: 80px !important; }
}

#headerbar {
    top: -1000px;
    left: 0;
    position: fixed;
    padding: 20px 20px 0;
    z-index: 9999;
    width: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.86);
    -webkit-transition: top .25s ease;
    transition: top .25s ease;
}

#headerbar:before, #headerbar:after {
    content: " ";
    display: table;
}

#headerbar:after { clear: both; }

#headerbar:before, #headerbar:after {
    content: " ";
    display: table;
}

#headerbar:after { clear: both; }

#page-content { padding-bottom: 20px; }

footer {
    border-top: 1px solid #d2d3d6;
    background: #edeef0;
    height: 30px;
    margin-top: -30px;
    overflow: hidden;
}

footer > div.clearfix {
    margin: 6px 20px 0;
    font-size: 12px;
    color: #4d4d4d;
}

footer > div.clearfix a { color: #4d4d4d; }

footer > div.clearfix a:hover {
    color: #808080;
    text-decoration: none !important;
}

footer > div.clearfix ul { margin-bottom: -2px; }

footer > div.clearfix ul li:last-child { padding-right: 0; }

footer #back-to-top { margin-top: -1px; }

#page-heading .breadcrumb {
    line-height: .75;
    padding: 20px 20px 0 20px;
    background: transparent;
}

#page-heading { background: #f7f8fa; }

#page-heading:before, #page-heading:after {
    content: " ";
    display: table;
}

#page-heading:after { clear: both; }

#page-heading:before, #page-heading:after {
    content: " ";
    display: table;
}

#page-heading:after { clear: both; }

#page-heading h1 {
    margin: 0;
    padding: 20px 20px 20px 20px;
    float: left;
    line-height: 30px;
    font-weight: 300;
    font-size: 42px;
}

#page-heading .options {
    display: inline;
    float: right;
    position: relative;
    top: 16px;
    right: 20px;
}

@media print {
    #page-leftbar, #page-heading .options, #page-heading .breadcrumbs, header { display: none !important; }
}

@media (max-width: 767px) {
    header .navbar-collapse.in { overflow-y: visible; }

    #sidebar {
        position: fixed;
        width: 0;
        top: 40px;
        bottom: 0;
        overflow-x: hidden !important;
    }

    body.show-leftbar #sidebar { width: 230px; }
}

.focusedform {
    background: #e6e7e8;
    padding: 0;
}

.focusedform .panel { width: 400px; }

.focusedform .brand {
    display: block;
    padding-bottom: 40px;
    margin: 0 auto;
    width: 224px;
}

.focusedform .verticalcenter {
    position: absolute;
    top: 42%;
    left: 50%;
    margin-top: -186px;
    margin-left: -200px;
}

@media (max-width: 767px) {
    .focusedform .panel { width: 320px; }

    .focusedform .verticalcenter { margin-left: -160px; }
}

.navbar { box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15) }

.horizontal-nav footer {
    margin-left: 0;
    margin-top: 0;
    overflow: hidden;
}

.horizontal-nav #page-content { margin-left: 0; }

.horizontal-nav nav.navbar { z-index: 1029; }

#horizontal-navbar .navbar-nav > .open > a {
    background: #d2d3d6;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

#horizontal-navbar .navbar-nav > .open > a i { background: transparent; }

#horizontal-navbar .navbar-nav ul {
    background-color: #dfe0e2;
    border: 0;
    border-radius: 0;
}

#horizontal-navbar .navbar-nav ul li a { color: rgba(63, 68, 76, 0.7); }

#horizontal-navbar .navbar-nav ul li a:hover {
    background: #d2d3d6;
    color: #3f444c;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

#horizontal-navbar .navbar-nav li a { color: #3f444c; }

#horizontal-navbar .navbar-nav li a i { color: #3f444c; }

#horizontal-navbar .navbar-nav li.active a, #horizontal-navbar .navbar-nav li.active a i, #horizontal-navbar .navbar-nav li.active a:hover, #horizontal-navbar .navbar-nav li.active a:hover i {
    background-color: #595f69;
    color: #fff;
}

#horizontal-navbar .navbar-nav li.active a:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #f7f8fa transparent;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
}

#horizontal-navbar .navbar-nav li a:hover, #horizontal-navbar .navbar-nav li a:hover i {
    background: #d2d3d6;
    color: #3f444c;
}

#horizontal-navbar .navbar-nav li a:hover { box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); }

#horizontal-navbar .navbar-nav i { margin-right: 2px; }

@media (max-width: 767px) {
    #horizontal-navbar .navbar-nav li.active a:before { border-color: transparent !important; }
}

nav.navbar { background: #e6e7e8; }

nav.navbar .navbar-toggle, nav.navbar .navbar-toggle:hover, nav.navbar .navbar-toggle:focus {
    background: transparent;
    color: #fff;
    border: 0;
}

@media (min-width: 768px) {
    #horizontal-navbar.large-icons-nav .navbar-nav { margin-bottom: 0; }

    #horizontal-navbar.large-icons-nav .navbar-nav li { min-width: 120px; }

    #horizontal-navbar.large-icons-nav .navbar-nav li a > i {
        font-size: 28px;
        display: block;
        text-align: center;
        margin-top: 5px;
        margin-right: 0;
    }

    #horizontal-navbar.large-icons-nav .navbar-nav li span {
        display: block;
        text-align: center;
        margin-top: 8px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: .04em;
    }
}

.fixed-layout { background: rgba(0, 0, 0, 0.9); }

.fixed-layout #page-container, .fixed-layout header {
    max-width: none !important;
    width: 960px;
    margin: 0 auto;
}

.fixed-layout header .navbar-brand { display: block; }

header a.hasnotifications { color: #fff !important; }

header .toolbar .dropdown, header #headerbardropdown, header #rightmenu-trigger { border-left: 1px solid #27292d; }

header #leftmenu-trigger { border-right: 1px solid #27292d; }

.scrollthis {
    height: 200px;
    overflow-y: scroll;
}

.scrollthis li:before, .scrollthis li:after {
    content: " ";
    display: table;
}

.scrollthis li:after { clear: both; }

.scrollthis li:before, .scrollthis li:after {
    content: " ";
    display: table;
}

.scrollthis li:after { clear: both; }

.scrollthis li a {
    display: block;
    text-decoration: none;
}

.scrollthis + .dd-footer { border-top: 1px solid #e6e7e8; }

.dropdown-menu.notifications, .dropdown-menu.messages {
    padding: 0;
    z-index: 1300;
}

.dropdown-menu.notifications { width: 292px; }

.dropdown-menu.notifications li, .dropdown-menu.messages li {
    border-bottom: 1px solid #e6e7e8;
    color: #000 !important;
}

.dropdown-menu.notifications li a, .dropdown-menu.messages li a {
    white-space: normal;
    color: #4d4d4d;
}

.dropdown-menu.notifications li a.active, .dropdown-menu.messages li a.active, .dropdown-menu.notifications li a:hover, .dropdown-menu.messages li a:hover {
    color: #1a1a1a !important;
    background: #f7f8fa !important;
}

.dropdown-menu.notifications li .time, .dropdown-menu.messages li .time {
    color: #b3b3b3;
    font-size: .85em;
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
}

.dropdown-menu.notifications li.dd-header a, .dropdown-menu.messages li.dd-header a, .dropdown-menu.notifications li.dd-footer a, .dropdown-menu.messages li.dd-footer a { color: #4f8edc; }

.dropdown-menu.notifications li.dd-header, .dropdown-menu.messages li.dd-header {
    padding: 6px 10px;
    font-size: .85em;
}

.dropdown-menu.notifications li.dd-header:before, .dropdown-menu.messages li.dd-header:before, .dropdown-menu.notifications li.dd-header:after, .dropdown-menu.messages li.dd-header:after {
    content: " ";
    display: table;
}

.dropdown-menu.notifications li.dd-header:after, .dropdown-menu.messages li.dd-header:after { clear: both; }

.dropdown-menu.notifications li.dd-header:before, .dropdown-menu.messages li.dd-header:before, .dropdown-menu.notifications li.dd-header:after, .dropdown-menu.messages li.dd-header:after {
    content: " ";
    display: table;
}

.dropdown-menu.notifications li.dd-header:after, .dropdown-menu.messages li.dd-header:after { clear: both; }

.dropdown-menu.notifications li.dd-header span:first-child, .dropdown-menu.messages li.dd-header span:first-child {
    float: left !important;
    float: left;
    font-weight: 400;
}

.dropdown-menu.notifications li.dd-header span:last-child, .dropdown-menu.messages li.dd-header span:last-child {
    float: right !important;
    float: right;
}

.dropdown-menu.notifications li.dd-header span:last-child a, .dropdown-menu.messages li.dd-header span:last-child a { padding: 0 !important; }

.dropdown-menu.notifications li.dd-header a, .dropdown-menu.messages li.dd-header a { background: none !important; }

.dropdown-menu.notifications li.dd-header a:hover, .dropdown-menu.messages li.dd-header a:hover { color: #4f8edc; }

.dropdown-menu.notifications li.dd-footer, .dropdown-menu.messages li.dd-footer { font-size: .85em; }

.dropdown-menu.notifications li.dd-footer a, .dropdown-menu.messages li.dd-footer a {
    text-align: center;
    padding: 7px 10px;
}

.dropdown-menu.notifications li:last-child, .dropdown-menu.messages li:last-child { border-bottom: 0; }

.dropdown-menu.notifications li .notification-user i { background-color: #34495e; }

.dropdown-menu.notifications li .notification-warning i { background-color: #f1c40f; }

.dropdown-menu.notifications li .notification-danger i { background-color: #e73c3c; }

.dropdown-menu.notifications li .notification-fix i { background-color: #4f5259; }

.dropdown-menu.notifications li .notification-success i { background-color: #85c744; }

.dropdown-menu.notifications li .notification-failure i { background-color: #e73c3c; }

.dropdown-menu.notifications li .notification-order i { background-color: #2bbce0; }

.dropdown-menu.notifications li a {
    padding: 12px 15px;
    line-height: 16px;
}

.dropdown-menu.notifications li a i {
    float: left !important;
    float: left;
    color: #fff;
    padding: 3px 0;
    min-width: 20px;
    text-align: center;
    margin-top: -2px;
    border-radius: 1px;
}

.dropdown-menu.notifications li a .msg {
    overflow: hidden;
    padding: 0 7px;
    display: inline;
    width: 210px;
}

.dropdown-menu.notifications li .time { float: right; }

.dropdown-menu.messages li a {
    width: 290px;
    line-height: 14px;
    padding: 15px 15px 12px;
}

.dropdown-menu.messages li a img {
    float: left !important;
    float: left;
    margin-right: 10px;
    height: 30px;
    border-radius: 1px;
}

.dropdown-menu.messages li a div {
    overflow: hidden;
    position: relative;
}

.dropdown-menu.messages li a .name { margin-top: 0; }

.dropdown-menu.messages li a .msg { padding-top: 5px; }

.dropdown-menu.messages li .time { float: right; }

.dropdown-menu.messages li img {
    height: 30px;
    width: 30px;
}

.dropdown-menu.messages li span { display: block; }

.dropdown-menu.messages li span.msg {
    font-size: .85em;
    color: #808080;
}

.dropdown-menu.userinfo {
    padding: 15px 15px 0;
    min-width: 200px;
}

.dropdown-menu.userinfo:before, .dropdown-menu.userinfo:after {
    content: " ";
    display: table;
}

.dropdown-menu.userinfo:after { clear: both; }

.dropdown-menu.userinfo:before, .dropdown-menu.userinfo:after {
    content: " ";
    display: table;
}

.dropdown-menu.userinfo:after { clear: both; }

.dropdown-menu.userinfo ul { padding-left: 0; }

.dropdown-menu.userinfo li { list-style: none; }

.dropdown-menu.userinfo h5 { margin: -2px 0 -2px 0; }

.dropdown-menu.userinfo li.username {
    margin: 0 -15px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #d2d3d6;
}

.dropdown-menu.userinfo li.username:before, .dropdown-menu.userinfo li.username:after {
    content: " ";
    display: table;
}

.dropdown-menu.userinfo li.username:after { clear: both; }

.dropdown-menu.userinfo li.username:before, .dropdown-menu.userinfo li.username:after {
    content: " ";
    display: table;
}

.dropdown-menu.userinfo li.username:after { clear: both; }

.dropdown-menu.userinfo li.username a { padding: 0 5px; }

.dropdown-menu.userinfo li.username .pull-left img {
    width: 30px;
    border-radius: 1px;
}

.dropdown-menu.userinfo li.username .pull-right { min-width: 128px; }

.dropdown-menu.userinfo li.username .pull-right small { color: #808080; }

.dropdown-menu.userinfo li.username .pull-right small span { color: #4f8edc; }

.dropdown-menu.userinfo .userlinks ul {
    display: block;
    position: relative;
    border: 0;
    background: transparent;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu.userinfo .userlinks ul li { margin: 0 -15px; }

.dropdown-menu.userinfo .userlinks ul li a { white-space: inherit; }

.dropdown-menu.userinfo .userlinks ul li.divider { margin: 5px -15px; }

.dropdown-menu.userinfo .userlinks ul i.pull-right { margin-top: 2px; }

.dropdown-menu.search {
    width: 280px;
    padding: 0;
}

.dropdown-menu.search input[type="text"] {
    border: 0;
    height: 38px;
}

#headerbardropdown { padding: 7px 12px; }

#headerbardropdown span {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 2px 8px 3px 8px;
    display: block;
    border-radius: 1px;
}

#headerbardropdown i { margin-left: 0; }

#headerbardropdown:hover span { background-color: rgba(255, 255, 255, 0.25); }

.toolbar.navbar-nav { margin: 0; }

.navbar-nav .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav.toolbar > li { float: right; }

a.username {
    padding: 8px 10px !important;
    font-size: 12px !important;
}

a.username:before, a.username:after {
    content: " ";
    display: table;
}

a.username:after { clear: both; }

a.username:before, a.username:after {
    content: " ";
    display: table;
}

a.username:after { clear: both; }

a.username span {
    padding-right: 10px;
    top: 2px;
    position: relative;
    float: left;
}

a.username img {
    height: 24px;
    width: 24px;
    float: right;
    border-radius: 1px;
}

.dropdown-menu.userinfo .username a {
    padding: 0;
    color: #4d4d4d;
}

.dropdown-menu.userinfo .username a:before, .dropdown-menu.userinfo .username a:after {
    content: " ";
    display: table;
}

.dropdown-menu.userinfo .username a:after { clear: both; }

.dropdown-menu.userinfo .username a:before, .dropdown-menu.userinfo .username a:after {
    content: " ";
    display: table;
}

.dropdown-menu.userinfo .username a:after { clear: both; }

.dropdown-menu.userinfo .username a:hover {
    text-decoration: none;
    background: 0;
}

header.navbar {
    margin-bottom: 0;
    border: 0;
	padding: 0px 0px 0px 10px;
}

.nav .badge, #sidebar .badge {
    text-align: center;
    text-shadow: none !important;
}

.nav .badge {
    top: 4px;
    left: 22px;
    position: absolute;
    background-color: #e73c3c;
}

#sidebar .badge {
    float: right;
    position: absolute;
    top: 11px;
    right: 30px;
}

.navbar .btn {
    font-size: 1em;
    padding: 5px;
}

.navbar .btn.pull-left {
    border-right: 1px solid #555;
    margin-right: 10px;
}

.navbar .btn.pull-right {
    border-left: 1px solid #555;
    margin-left: 10px;
}

#leftmenu-trigger, #rightmenu-trigger {
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjI5OTJEN0UxMDdFMTFFMzk1QjZBODRFMTJGRERFNzMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjI5OTJEN0QxMDdFMTFFMzk1QjZBODRFMTJGRERFNzMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmRpZDo4QzE3NEM1ODdCMTBFMzExQTBDOEVEREIyRENFMUU0QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4QzE3NEM1ODdCMTBFMzExQTBDOEVEREIyRENFMUU0QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmxMBE8AAADNSURBVHja7NpBCoAwDARAIz7cn9cvaGhqW2bPCnEwSxGjtXZIPicCgAABAhSAAAECFIAAAQIUgADXyZW45+583aiUzB0+qFphgDpw7P1TzacDrTBAHTjxmbB8Vh1ohQECBCgAAQIEKAABAgQoAAECBCgAAQIEKAABAgQoAAECBCgAAU6YzP+Bb/+Hi8metWTuDGAs+rKEFdaBOvBLl/xVAUPn27EDwwrrQB3Yu2P+WvvyWXc/B4YV1oEABSBAgAAFIECAAAUgQIA75RFgAGBMGKmai6EfAAAAAElFTkSuQmCC);
}

#leftmenu-trigger {
    background-position: 0 0;
    float: left;
}

#leftmenu-trigger:hover { background-position: 0 40px; }

#rightmenu-trigger {
    background-position: 39px 0;
    float: right;
}

#rightmenu-trigger:hover { background-position: 39px 40px; }

@media (max-width: 767px) {
    .dropdown-menu.messages { margin-right: -35px; }

    .dropdown-menu.messages:before { margin-right: 35px; }

    .dropdown-menu.notifications { margin-right: -85px; }

    .dropdown-menu.notifications:before { margin-right: 85px; }

    nav.navbar .dropdown-menu {
        position: relative;
        float: none;
        background: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }

    nav.navbar .navbar-header { width: auto; }
}

nav.navbar { margin-bottom: 0; }

#page-rightbar {
    background: #fafbfc;
    display: none;
    width: 300px;
    top: 40px;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1029;
    overflow: hidden;
    position: fixed;
    border-left: 1px solid #d2d3d6;
    -webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.04);
}

#page-rightbar > div { padding: 0 10px; }

body.show-rightbar #page-rightbar { display: block; }

body.show-rightbar #widgetarea {
    display: block;
    overflow: visible;
}

body.show-rightbar .widget-heading {
    padding: 0 10px;
    margin: 10px -10px 0 -10px;
    background-color: #edeef0;
}

body.show-rightbar .widget-heading a {
    text-decoration: none;
    color: inherit;
}

body.show-rightbar .widget-heading a h4 {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1em;
    display: block;
    padding: 10px 0 10px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .04em;
}

body.show-rightbar .widget-heading a h4:after {
    opacity: .5;
    filter: alpha(opacity=50);
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: right;
}

body.show-rightbar .widget-heading a.collapsed h4:after {
    content: "\f104";
    opacity: .5;
    filter: alpha(opacity=50);
}

body.show-rightbar .widget-body { margin-top: 0; }

body.show-rightbar .widget-body:before, body.show-rightbar .widget-body:after {
    content: " ";
    display: table;
}

body.show-rightbar .widget-body:after { clear: both; }

body.show-rightbar .widget-body:before, body.show-rightbar .widget-body:after {
    content: " ";
    display: table;
}

body.show-rightbar .widget-body:after { clear: both; }

body.show-rightbar .widget-body .more {
    padding-top: 0;
    font-size: 12px;
    float: right;
}

body.show-rightbar .widget-body .widget-block {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 1px;
}

body.show-rightbar .widget-body .widget-block:before, body.show-rightbar .widget-body .widget-block:after {
    content: " ";
    display: table;
}

body.show-rightbar .widget-body .widget-block:after { clear: both; }

body.show-rightbar .widget-body .widget-block:before, body.show-rightbar .widget-body .widget-block:after {
    content: " ";
    display: table;
}

body.show-rightbar .widget-body .widget-block:after { clear: both; }

body.show-rightbar .widget-body .widget-block small {
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
}

body.show-rightbar .widget-body .widget-block h5 {
    margin: 0;
    color: #fff;
    font-size: 1.3em;
}

body.show-rightbar .widget-body .widget-block h5 > small {
    vertical-align: super;
    display: inline;
    font-size: .6em;
}

body.show-rightbar #chatarea {
    display: none;
    margin-top: 10px;
}

body.show-rightbar #chatarea .chatuser {
    font-size: 18px;
    margin: 0;
}

body.show-rightbar #chatarea .chathistory {
    bottom: 122px;
    top: 40px;
    position: absolute;
    height: auto;
    display: block;
    z-index: 999999999;
    overflow-y: auto;
    overflow-x: hidden;
}

body.show-rightbar #chatarea .chatinput {
    height: 100px;
    width: 279px;
    bottom: 10px;
    position: absolute;
}

body.show-rightbar #chatarea .chatinput textarea {
    border: 1px solid #d2d3d6;
    text-decoration: none;
    background-color: #fff;
    width: 100%;
    height: 62px;
    padding: 10px;
    resize: none;
}

body.show-rightbar #chatarea .chatmsg {
    text-align: right;
    position: relative;
    background: #edeef0;
    color: #1a1a1a;
    width: 279px;
    padding: 10px;
    margin: 10px 0 20px;
    border-radius: 1px;
}

body.show-rightbar #chatarea .chatmsg:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    right: 5%;
    border-top: 10px solid #edeef0;
    border-left: 15px solid transparent;
}

body.show-rightbar #chatarea .chatmsg p {
    margin: 0;
    font-size: 14px;
}

body.show-rightbar #chatarea .chatmsg span {
    padding-top: 5px;
    display: block;
    text-align: left;
    font-size: 12px;
    opacity: .3;
    filter: alpha(opacity=30);
}

body.show-rightbar #chatarea .chatmsg.sent {
    text-align: left;
    background: #34495e;
    color: #fff;
    position: relative;
}

body.show-rightbar #chatarea .chatmsg.sent span { text-align: right; }

body.show-rightbar #chatarea .chatmsg.sent:after {
    left: 5%;
    right: auto;
    border-left: none;
    border-top: 10px solid #34495e;
    border-right: 15px solid transparent;
}

.chat-users {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

.chat-users a {
    display: block;
    color: #4d4d4d;
}

.chat-users a:hover {
    text-decoration: none;
    background-color: #f2f3f5;
    border-radius: 1px;
}

.chat-users li { margin: 5px 0 0 0; }

.chat-users li:first-child { margin-top: 0; }

.chat-users img {
    width: 30px;
    height: 30px;
    border-radius: 1px;
}

.chat-users span { padding-left: 10px; }

.chat-users li a:after {
    content: "•";
    float: right;
    font-size: 1.5em;
    padding-right: 3px;
}

.chat-users li[data-stats="online"] a:after { color: #85c744; }

.chat-users li[data-stats="busy"] a:after { color: #e73c3c; }

.chat-users li[data-stats="away"] a:after { color: #f1c40f; }

.chat-users li[data-stats="offline"] a:after { color: #edeef0; }

#page-leftbar {
    float: left;
    background: #e6e7e8;
    white-space: nowrap;
    position: relative;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}

#page-leftbar:before, #page-leftbar:after {
    content: " ";
    display: table;
}

#page-leftbar:after { clear: both; }

#page-leftbar:before, #page-leftbar:after {
    content: " ";
    display: table;
}

#page-leftbar:after { clear: both; }

#page-leftbar .collapse.in { padding: 5px 0 5px; }

#page-leftbar .collapse { padding: 0; }

#sidebar {
    white-space: normal;
    margin: 10px 0 0 0;
    padding-left: 0 !important;
}

#sidebar .badge {
    font-weight: 600;
    background-color: rgba(21, 22, 26, 0.6);
    right: 25px !important;
}

#sidebar i {
    color: #3f444c;
    margin-left: 1px;
    margin-right: 8px;
    min-width: 15px;
    text-align: center;
    display: inline-block;
}

#sidebar .divider {
    height: 1px;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
    background-color: #d2d3d6;
}

#sidebar .divider:hover { background-color: #d2d3d6; }

#sidebar a { text-decoration: none; }

#sidebar ul {
    padding: 5px 0;
    list-style: none;
}

#sidebar ul { padding-left: 0 !important; }

#sidebar ul, #sidebar ul li a {
    background: #dfe0e2;
    color: rgba(63, 68, 76, 0.7);
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}

#sidebar li.active i, #sidebar li.active a:hover i { color: #fff; }

#sidebar li a {
    color: #3f444c;
    display: block;
    padding: 10px;
    position: relative;
}

#sidebar a:hover {
    background-color: #d2d3d6;
    color: #3f444c;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}

#sidebar a:hover i { color: #3f444c; }

#sidebar > li.active > a {
    background: #595f69;
    color: #fff;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}

#sidebar > li.active > a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f7f8fa transparent transparent;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
}

#sidebar ul li a { padding: 5px 10px 5px 37px; }

#sidebar ul li.active:not(.open) > a {
    font-weight: 600;
    color: #3f444c;
}

#sidebar li ul { display: none; }

#sidebar ul ul { padding: 0; }

#sidebar li li li a { padding-left: 60px; }

#sidebar ul ul ul li a { padding-left: 80px; }

#sidebar ul ul ul ul li a { padding-left: 100px; }

#sidebar li.hasChild > a { position: relative; }

#sidebar li.hasChild > a:before, #sidebar li.hasChild > a:after {
    content: " ";
    display: table;
}

#sidebar li.hasChild > a:after { clear: both; }

#sidebar li.hasChild > a:before, #sidebar li.hasChild > a:after {
    content: " ";
    display: table;
}

#sidebar li.hasChild > a:after { clear: both; }

#sidebar li.hasChild > a:before, #sidebar li.hasChild.open > a:before {
    content: "\f105";
    opacity: .5;
    filter: alpha(opacity=50);
}

#sidebar li.hasChild.open > a:before {
    content: "\f107";
    opacity: .5;
    filter: alpha(opacity=50);
}

#sidebar li.hasChild > a:before, #sidebar li.hasChild.open > a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    text-decoration: inherit;
    text-align: right;
    padding-right: 0;
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sidebar li.hasChild li.hasChild a:before { top: 5px; }

body.collapse-leftbar #sidebar > li.hasChild.open > a:before { content: ""; }

body.collapse-leftbar #sidebar > li.hasChild > a:before { content: ""; }

body.collapse-leftbar #sidebar > li.hasChild:hover > a:before { content: ""; }

#page-leftbar { width: 230px; }

#page-content { }

#wrap { /*overflow: hidden;*/ }

@media (max-width: 767px) {
    #page-leftbar {
        width: 0;
        z-index: 1029;
    }

    #page-content, #sidebar {
        -webkit-transition: 250ms ease;
        transition: 250ms ease;
    }

    #sidebar { white-space: nowrap; }

    #page-content {
        width: 100%;
        margin-left: 0;
    }

    footer { margin-left: 0; }

    body.show-leftbar #page-leftbar { width: 230px; }

    body.show-leftbar #page-content { }

    body.show-leftbar footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
}

#search { line-height: 0; }

#search > a { display: none !important; }

#search form {
    margin: 0;
    padding: 0;
    position: relative;
}

#search form .search-query {
    background: #d2d3d6;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
    color: #3f444c;
    padding: 0 10px 0 37px;
    border-radius: 0;
    min-height: 40px;
    line-height: 18px;
    width: 100%;
}

#search form .search-query:-moz-placeholder { color: rgba(63, 68, 76, 0.5); }

#search form .search-query::-moz-placeholder {
    color: rgba(63, 68, 76, 0.5);
    opacity: 1;
}

#search form .search-query:-ms-input-placeholder { color: rgba(63, 68, 76, 0.5); }

#search form .search-query::-webkit-input-placeholder { color: rgba(63, 68, 76, 0.5); }

#search form .search-query:focus { box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1); }

#search form .search-query:focus:-moz-placeholder { color: transparent; }

#search form .search-query:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
}

#search form .search-query:focus:-ms-input-placeholder { color: transparent; }

#search form .search-query:focus::-webkit-input-placeholder { color: transparent; }

#search form .search-query:focus + button i {
    opacity: 1;
    filter: alpha(opacity=100);
}

#search form .search-query, #search form .search-query:active, #search form .search-query:focus { border: 0; }

#search form button[type="submit"] {
    float: left;
    position: absolute;
    top: 0;
    left: 10px;
    border: 0;
    background: 0;
    padding: 13px 0;
    margin: 0;
    min-width: none;
}

#search form button[type="submit"] i {
    color: #3f444c;
    opacity: .5;
    filter: alpha(opacity=50);
}

body.collapse-leftbar #page-leftbar { width: 40px; }

body.collapse-leftbar #page-content, body.collapse-leftbar footer { margin-left: 40px; }

body.collapse-leftbar #sidebar > li {
    white-space: nowrap;
    z-index: 999;
    position: relative;
}

body.collapse-leftbar #sidebar > li span { display: none; }

body.collapse-leftbar #sidebar > li > ul {
    position: absolute;
    width: 210px;
    left: 40px;
}

body.collapse-leftbar #sidebar > li:hover, body.collapse-leftbar #sidebar > li.keep-open {
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
    background: #d2d3d6;
    width: 250px;
}

body.collapse-leftbar #sidebar > li:hover span, body.collapse-leftbar #sidebar > li.keep-open span { display: inline; }

body.collapse-leftbar #sidebar > li:hover > ul, body.collapse-leftbar #sidebar > li.keep-open > ul { display: block; }

body.collapse-leftbar #sidebar > li:hover.divider, body.collapse-leftbar #sidebar > li.keep-open.divider { width: 40px !important; }

body.collapse-leftbar #sidebar > li:hover > a, body.collapse-leftbar #sidebar > li.keep-open > a, body.collapse-leftbar #sidebar > li:hover a i, body.collapse-leftbar #sidebar > li.keep-open a i { color: #3f444c; }

body.collapse-leftbar #sidebar > li.active:hover > a:after { display: none; }

body.collapse-leftbar #sidebar > li.active:hover > a, body.collapse-leftbar #sidebar > li.active:hover > a i { color: #fff; }

body.collapse-leftbar #sidebar i {
    margin-right: 20px !important;
    margin-left: 1px;
}

body.collapse-leftbar #sidebar li li a { padding-left: 10px; }

body.collapse-leftbar #sidebar li li li a { padding-left: 20px; }

body.collapse-leftbar #sidebar li li li li a { padding-left: 30px; }

body.collapse-leftbar #search:hover { width: 40px !important; }

body.collapse-leftbar #search:hover, body.collapse-leftbar #search:hover a {
    background: none !important;
    box-shadow: none !important;
}

body.collapse-leftbar #search a {
    display: block !important;
    padding: 13px 10px;
}

body.collapse-leftbar #search form { display: none; }

body.collapse-leftbar #search .opacity-control {
    opacity: .5;
    filter: alpha(opacity=50);
}

body.collapse-leftbar #search.keep-open { width: 250px !important; }

body.collapse-leftbar #search.keep-open > a { background: #d2d3d6 !important; }

body.collapse-leftbar #search.keep-open > a:hover { background: #3f444c; }

body.collapse-leftbar #search.keep-open form {
    display: block;
    width: 220px;
    position: absolute;
    top: 0;
    left: 30px;
}

body.collapse-leftbar #search.keep-open form .search-query {
    border: 0;
    background: transparent;
    padding: 0 10px 0 10px;
    position: relative !important;
    z-index: 1050;
    width: 100%;
}

body.collapse-leftbar #search.keep-open form button[type="submit"] { display: none; }

.navbar {
    position: relative;
    z-index: 1200;
    min-height: 40px;
    margin-bottom: 20px;
    border: 0;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after { clear: both; }

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after { clear: both; }

@media (min-width: 768px) {
    .navbar { border-radius: 1px; }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after { clear: both; }

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after { clear: both; }

@media (min-width: 768px) {
    .navbar-header { float: left; }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after { clear: both; }

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

.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;
        height: auto;
        padding-bottom: 0;
        overflow: visible;
    }

    .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 {
    z-index: 1030;
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
}

.navbar-brand {
    float: left;
    padding: 10px 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; }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 6px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: rgba(0, 0, 0, 0.15) !important;
    border: 1px solid transparent;
    border-radius: 1px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }

@media (min-width: 768px) {
    .navbar-toggle { display: none; }
}

.navbar-nav { margin: 5px -15px; }

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
        color: #fff;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;

        color: #fff !important;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
        float: left;
    }

    .navbar-right {
        float: right !important;
        float: right;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 2px;
    margin-bottom: 2px;
}

@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;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 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;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar-btn {
    margin-top: 2px;
    margin-bottom: 2px;
}

.navbar-text {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.navbar-default {
    background-color: #e6e7e8;
    border-color: 0;
}

.navbar-default .navbar-brand { color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text { color: #777; }

.navbar-default .navbar-nav > li > a { color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #d5d6d8;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle { border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar { background-color: #ccc; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: 0; }

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #d5d6d8;
    color: #555;
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .navbar-nav a { color: #333; }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #d5d6d8;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link { color: #777; }

.navbar-default .navbar-link:hover { color: #333; }

.navbar-inverse {
    background-color: #313338;
    border-color: #191a1d;
}

.navbar-inverse .navbar-brand {
    color: #888;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text { color: #aeafb1; }

.navbar-inverse .navbar-nav > li > a {
    color: #888;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus { background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #27292d;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle { border-color: #333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #202225; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #27292d;
    color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-inverse .navbar-link {
    color: #888;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-link:hover { color: #fff; }

.panel {
    margin: 0 0 20px;
    border-radius: 1px;
}

.panel-body {
    border: 1px solid #d2d3d6;
    border-radius: 1px;
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after { clear: both; }

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after { clear: both; }

.panel-heading {
    font-size: 18px;
    border-bottom: 1px solid #d2d3d6;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    height: 40px;
    line-height: 2em;
}

.panel-heading:before, .panel-heading:after {
    content: " ";
    display: table;
}

.panel-heading:after { clear: both; }

.panel-heading:before, .panel-heading:after {
    content: " ";
    display: table;
}

.panel-heading:after { clear: both; }

.panel-heading .nav.nav-tabs li a {
    color: #888;
    outline: 0;
}

.panel-heading .nav.nav-tabs li a:hover {
    border: 1px solid transparent;
    color: #444;
    background: 0;
}

.panel-heading .nav.nav-tabs li.active a {
    color: #000;
    background-color: #f7f8fa;
    border-left: 1px solid #d2d3d6;
    border-right: 1px solid #d2d3d6;
    border-top: 1px solid #d2d3d6;
}

.panel-heading h4 {
    float: left;
    margin: 0;
    line-height: 40px;
}

.panel-heading h4 i { position: relative; }

.panel-heading .options {
    float: right !important;
    float: right;
}

.panel-heading .options:before, .panel-heading .options:after {
    content: " ";
    display: table;
}

.panel-heading .options:after { clear: both; }

.panel-heading .options:before, .panel-heading .options:after {
    content: " ";
    display: table;
}

.panel-heading .options:after { clear: both; }

.panel-heading .options .nav-tabs {
    float: left;
    position: relative;
    top: 5px;
}

.panel-heading .options .nav-tabs li a { line-height: 2.36em; }

.panel-heading .options > a {
    opacity: .5;
    filter: alpha(opacity=50);
    color: #000;
    font-size: 14px;
    float: right;
    line-height: 40px;
    padding-left: 10px;
}

.panel-heading .options > a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
}

.panel-heading .options .btn {
    line-height: 1em !important;
    padding-top: 2px;
    padding-bottom: 2px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.panel-footer {
    padding: 20px 20px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.panel-footer:before, .panel-footer:after {
    content: " ";
    display: table;
}

.panel-footer:after { clear: both; }

.panel-footer:before, .panel-footer:after {
    content: " ";
    display: table;
}

.panel-footer:after { clear: both; }

.panel-body { padding: 20px; }

.panel-heading + .panel-body {
    border: 0;
    padding: 20px 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-body + .panel-footer {
    padding: 10px 0 0;
    border-top: 1px solid #d2d3d6;
    color: #d2d3d6;
}

.options .nav-tabs { border-bottom: 0; }

.options .nav-tabs li a {
    padding: 0 10px;
    font-size: 14px;
    line-height: 2.5em;
}

.options .nav-tabs li a:hover { background: 0; }

.options .nav-tabs > li > a { margin-right: 0; }

.icon-highlight {
    font-size: 14px;
    top: -1px;
    padding: 5px 0;
    height: 25px;
    width: 25px;
    text-align: center;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    margin: 5px 3px 5px -3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.icon-scale { font-size: 14px; }

.icon-scale-sm { font-size: 13px; }

.icon-gray { color: rgba(0, 0, 0, 0.5); }

.icon-highlight-info {
    color: #fff !important;
    background: #2bbce0;
}

.icon-highlight-primary {
    color: #fff !important;
    background: #4f8edc;
}

.icon-highlight-danger {
    color: #fff !important;
    background: #e73c3c;
}

.icon-highlight-success {
    color: #fff !important;
    background: #85c744;
}

.icon-highlight-inverse {
    color: #fff !important;
    background: #4f5259;
}

.icon-highlight-orange {
    color: #fff !important;
    background: #efa131;
}

.icon-highlight-midnightblue {
    color: #fff !important;
    background: #34495e;
}

.icon-highlight-indigo {
    color: #fff !important;
    background: #9358ac;
}

.icon-highlight-green {
    color: #fff !important;
    background: #16a085;
}

.icon-highlight-sky {
    color: #fff !important;
    background: #76c4ed;
}

.icon-highlight-warning {
    color: #fff !important;
    background: #f1c40f;
}

.icon-highlight-purple {
    color: #fff !important;
    background: #e044ab;
}

.panel-primary { border-color: #4f8edc; }

.panel-primary .panel-heading {
    color: #fff;
    background-color: #4f8edc;
    border-color: #4f8edc;
}

.panel-primary .panel-body { border-top: 2px solid #4f8edc; }

.panel-success { border-color: #85c744; }

.panel-success .panel-heading {
    color: #fff;
    background-color: #85c744;
    border-color: #85c744;
}

.panel-success .panel-body { border-top: 2px solid #85c744; }

.panel-warning { border-color: #f1c40f; }

.panel-warning .panel-heading {
    color: #fff;
    background-color: #f1c40f;
    border-color: #f1c40f;
}

.panel-warning .panel-body { border-top: 2px solid #f1c40f; }

.panel-danger { border-color: #e73c3c; }

.panel-danger .panel-heading {
    color: #fff;
    background-color: #e73c3c;
    border-color: #e73c3c;
}

.panel-danger .panel-body { border-top: 2px solid #e73c3c; }

.panel-info { border-color: #2bbce0; }

.panel-info .panel-heading {
    color: #fff;
    background-color: #2bbce0;
    border-color: #2bbce0;
}

.panel-info .panel-body { border-top: 2px solid #2bbce0; }

.panel-inverse { border-color: #4f5259; }

.panel-inverse .panel-heading {
    color: #fff;
    background-color: #4f5259;
    border-color: #4f5259;
}

.panel-inverse .panel-body { border-top: 2px solid #4f5259; }

.panel-brown { border-color: #c0392b; }

.panel-brown .panel-heading {
    color: #fff;
    background-color: #c0392b;
    border-color: #c0392b;
}

.panel-brown .panel-body { border-top: 2px solid #c0392b; }

.panel-indigo { border-color: #9358ac; }

.panel-indigo .panel-heading {
    color: #fff;
    background-color: #9358ac;
    border-color: #9358ac;
}

.panel-indigo .panel-body { border-top: 2px solid #9358ac; }

.panel-orange { border-color: #efa131; }

.panel-orange .panel-heading {
    color: #fff;
    background-color: #efa131;
    border-color: #efa131;
}

.panel-orange .panel-body { border-top: 2px solid #efa131; }

.panel-sky { border-color: #76c4ed; }

.panel-sky .panel-heading {
    color: #fff;
    background-color: #76c4ed;
    border-color: #76c4ed;
}

.panel-sky .panel-body { border-top: 2px solid #76c4ed; }

.panel-midnightblue { border-color: #34495e; }

.panel-midnightblue .panel-heading {
    color: #fff;
    background-color: #34495e;
    border-color: #34495e;
}

.panel-midnightblue .panel-body { border-top: 2px solid #34495e; }

.panel-magenta { border-color: #e73c68; }

.panel-magenta .panel-heading {
    color: #fff;
    background-color: #e73c68;
    border-color: #e73c68;
}

.panel-magenta .panel-body { border-top: 2px solid #e73c68; }

.panel-green { border-color: #16a085; }

.panel-green .panel-heading {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}

.panel-green .panel-body { border-top: 2px solid #16a085; }

.panel-purple { border-color: #e044ab; }

.panel-purple .panel-heading {
    color: #fff;
    background-color: #e044ab;
    border-color: #e044ab;
}

.panel-purple .panel-body { border-top: 2px solid #e044ab; }

.panel-grape { border-color: #7a869c; }

.panel-grape .panel-heading {
    color: #fff;
    background-color: #7a869c;
    border-color: #7a869c;
}

.panel-grape .panel-body { border-top: 2px solid #7a869c; }

.panel.gray { border-color: #000; }

.panel.gray .panel-heading {
    color: #4d4d4d;
    background-color: #edeef0;
    border-color: #000;
}

.panel.gray .panel-body { border-top: 2px solid #000; }

.panel.gray .panel-heading {
    border-bottom: 1px solid #d2d3d6;
    padding-right: 10px;
}

.panel.gray .panel-heading .nav.nav-tabs li.active a { background: #fff; }

.panel.gray .panel-heading .nav.nav-tabs li.active a:hover { background: #fff; }

.panel.gray .panel-heading h4 {
    padding-left: 10px;
    color: #000 !important;
}

.panel.gray .panel-heading h4 > .nav.nav-tabs {
    right: 10px;
    bottom: -3px;
}

.panel.gray .panel-heading h4 > .nav.nav-tabs li a {
    line-height: 38px;
    padding: 0 10px;
    margin-top: -2px;
}

.panel.gray .panel-body {
    background-color: #fff;
    border-top: 0 !important;
    border-left: 1px solid #d2d3d6;
    border-right: 1px solid #d2d3d6;
    border-bottom: 1px solid #d2d3d6;
    padding: 20px !important;
}

.panel-gray { border-color: #edeef0; }

.panel-gray .panel-heading {
    color: #000;
    background-color: #edeef0;
    border-color: #edeef0;
}

.panel-gray .panel-body { border-top: 2px solid #edeef0; }

.panel-gray .panel-heading {
    border-top: 1px solid #d2d3d6 !important;
    border-left: 1px solid #d2d3d6 !important;
    border-right: 1px solid #d2d3d6 !important;
    border-bottom: 0;
}

.panel-gray .panel-heading h4 { color: #000 !important; }

.panel-gray .panel-heading .options a { color: #000 !important; }

.panel-gray .panel-heading.rounded-bottom { border-bottom: 1px solid #d2d3d6 !important; }

.panel-gray .panel-body {
    border-bottom: 1px solid #d2d3d6 !important;
    border-left: 1px solid #d2d3d6 !important;
    border-right: 1px solid #d2d3d6 !important;
}

[class*="panel-"].panel .panel-heading {
    padding: 0 10px;
    border-bottom: 0;
}

[class*="panel-"].panel .panel-heading.rounded-bottom {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

[class*="panel-"].panel .panel-heading .nav.nav-tabs > li a {
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
}

[class*="panel-"].panel .panel-heading .nav.nav-tabs > li a:hover { color: #fff; }

[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.active a {
    color: #000;
    background: #fff;
}

[class*="panel-"].panel .panel-heading .options a { color: #fff; }

[class*="panel-"].panel .panel-heading .options .nav-tabs li, [class*="panel-"].panel .panel-heading .options .nav-tabs li a {
    border: 0;
    font-size: 14px !important;
}

[class*="panel-"].panel .panel-heading .options .nav-tabs li a { line-height: 35px; }

[class*="panel-"].panel .panel-heading .options .nav-tabs li.active a:hover { color: #000; }

[class*="panel-"].panel .panel-heading .options .nav-tabs li a i { font-size: 14px; }

[class*="panel-"].panel .panel-body {
    padding: 20px;
    border-left: 1px solid #d2d3d6;
    border-right: 1px solid #d2d3d6;
    border-bottom: 1px solid #d2d3d6;
    background-color: #fff;
}

[class*="panel-"].panel .panel-footer {
    background-color: #f7f8fa;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d2d3d6;
    padding: 20px 20px;
    color: #000;
}

[class*="panel-"].panel .panel-heading + .panel-body { border-top: 0; }

[class*="panel-"].panel .panel-body .panel-footer {
    margin: 20px -21px -21px;
    border-top: 1px solid #d2d3d6;
}

.panel-heading > h4 > ul.nav.nav-tabs {
    position: relative;
    bottom: -3px;
}

.panel-heading > h4 > ul.nav.nav-tabs > li { padding-left: 0; }

.panel-heading > h4 > ul.nav.nav-tabs > li > a {
    padding: 0 10px;
    line-height: 38px;
    margin-top: -2px;
}

[class*="panel-"].panel .panel-heading > h4 { color: #fff; }

[class*="panel-"].panel .panel-heading > h4 > ul.nav.nav-tabs {
    bottom: -1px;
    right: 9px;
    border: 0;
}

[class*="panel-"].panel .panel-heading > h4 > ul.nav.nav-tabs > li > a {
    border: 0;
    padding: 0 10px;
    line-height: 40px;
    margin-top: 0;
}

.panel-body > .list-group { margin: -20px; }

.panel-body > .list-group .list-group-item { border-width: 1px 0; }

.panel-body > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-body > .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 #e6e7e8; }

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 1px;
    overflow: hidden;
}

.panel-group .panel + .panel { margin-top: 5px; }

.panel-group .panel-heading { border-bottom: 0; }

.panel-group .panel-heading h4 a { color: #fff; }

.panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #d2d3d6; }

.panel-group .panel-footer { border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #d2d3d6; }

.panel-group .panel-collapse .panel-body {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel .panel-heading .nav.nav-tabs > li { margin-bottom: -2px; }

.panel .panel-heading .nav.nav-tabs > li.dropdown > a:hover, .panel .panel-heading .nav.nav-tabs > li.dropdown a:focus {
    color: #000;
    background-color: transparent;
}

.panel .panel-heading .nav.nav-tabs > li.dropdown.open > a, .panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:hover, .panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:focus {
    color: #000;
    background-color: transparent;
    border: 1px solid transparent;
}

[class*="panel-"].panel .panel-heading .nav.nav-tabs > li { margin-bottom: -1px; }

[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown > a:hover, [class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown a:focus {
    background-color: transparent;
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
}

[class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown.open > a, [class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:hover, [class*="panel-"].panel .panel-heading .nav.nav-tabs > li.dropdown.open > a:focus {
    background-color: transparent;
    color: #fff;
    border: 0;
}

.panel-heading h4 .nav.nav-tabs .dropdown-menu { margin-top: -2px; }

.panel-heading .nav.nav-tabs > li.dropdown.open ul.dropdown-menu li a { color: #000; }

.panel-heading .nav.nav-tabs > li.dropdown.open ul.dropdown-menu li a:hover {
    background-color: #d2d3d6;
    border: 0;
}

.tiles-heading, .tiles-body, .tiles-footer {
    -webkit-transition: .05s ease-in;
    transition: .05s ease-in;
}

.tiles-heading:before, .tiles-body:before, .tiles-footer:before, .tiles-heading:after, .tiles-body:after, .tiles-footer:after {
    content: " ";
    display: table;
}

.tiles-heading:after, .tiles-body:after, .tiles-footer:after { clear: both; }

.tiles-heading:before, .tiles-body:before, .tiles-footer:before, .tiles-heading:after, .tiles-body:after, .tiles-footer:after {
    content: " ";
    display: table;
}

.tiles-heading:after, .tiles-body:after, .tiles-footer:after { clear: both; }

.info-tiles, .shortcut-tiles {
    margin: 0 0 20px;
    display: block;
    border-radius: 1px;
}

.info-tiles .tiles-heading {
    padding: 5px 10px;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .04em;
}

.info-tiles .tiles-heading .pull-right {
    color: #fff;
    opacity: .4;
    filter: alpha(opacity=40);
    -webkit-transition: .06s ease-in;
    transition: .06s ease-in;
}

.info-tiles .tiles-body {
    font-size: 42px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.info-tiles .tiles-body-alt {
    font-size: 48px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.info-tiles .tiles-body-alt, .info-tiles .tiles-body {
    padding: 10px;
    font-weight: 300;
}

.info-tiles .tiles-body-alt .sparkline, .info-tiles .tiles-body .sparkline {
    width: 100px;
    margin: 0 auto;
    padding: 0;
}

.info-tiles .tiles-body-alt .text-top, .info-tiles .tiles-body .text-top {
    vertical-align: super;
    font-size: 24px;
}

.info-tiles .tiles-body-alt .text-smallcaps, .info-tiles .tiles-body .text-smallcaps { font-variant: small-caps; }

.info-tiles .tiles-body-alt .text-center, .info-tiles .tiles-body .text-center { margin-top: -5px; }

.info-tiles .tiles-body-alt i, .info-tiles .tiles-body i {
    color: #fff;
    opacity: .4;
    filter: alpha(opacity=40);
    -webkit-transition: .06s ease-in;
    transition: .06s ease-in;
}

.info-tiles .tiles-body-alt > i, .info-tiles .tiles-body > i {
    position: absolute;
    font-size: 42px;
}

.info-tiles .tiles-body-alt div + small, .info-tiles .tiles-body div + small {
    font-size: 14px;
    text-align: center;
    display: block;
    font-weight: 400;
    opacity: .7;
    filter: alpha(opacity=70);
    margin-top: -7px;
    margin-bottom: 4px;
}

.info-tiles .tiles-footer {
    color: #fff;
    color: rgba(255, 255, 255, 0.4);
    padding: 5px 10px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.info-tiles .tiles-footer i {
    float: right;
    position: relative;
    top: 2px;
    display: none;
}

.info-tiles .tiles-footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 0;
    height: 0;
    margin-right: 11px;
    margin-bottom: 20px;
    border-top: 5px solid rgba(0, 0, 0, 0.35);
    border-right: 5px solid #f7f8fa;
    border-bottom: 5px solid #f7f8fa;
    border-left: 5px solid rgba(0, 0, 0, 0.35);
    border-top-left-radius: 1px;
}

.info-tiles .tiles-footer:hover { color: #fff; }

.info-tiles:hover { text-decoration: none; }

.info-tiles:hover i {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.info-tiles:hover .tiles-footer { color: #fff; }

.info-tiles:hover .tiles-footer i { display: inline; }

.info-tiles:hover .tiles-heading .pull-right {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .info-tiles .tiles-footer:after {
        right: 0;
        border-top: 6px solid rgba(0, 0, 0, 0.35);
    }
}

@media (max-width: 767px) {
    .col-xs-12 .info-tiles .tiles-footer:after { bottom: -20px; }
}

.shortcut-tiles .tiles-body {
    padding: 10px 10px 0 10px;
    font-size: 42px;
    line-height: 42px;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.shortcut-tiles .tiles-body i {
    color: #fff;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: .06s ease-in;
    transition: .06s ease-in;
}

.shortcut-tiles .tiles-body .pull-right {
    margin-top: -3px;
    line-height: 0;
}

.shortcut-tiles .tiles-body .pull-right .badge {
    background: #000;
    background-color: rgba(0, 0, 0, 0.3);
}

.shortcut-tiles .tiles-footer {
    text-transform: none;
    text-align: right;
    padding: 7px 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.shortcut-tiles:hover { text-decoration: none; }

.shortcut-tiles:hover i {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.info-tiles.tiles-info { color: #fff; }

.info-tiles.tiles-info .tiles-heading { background: #4cc7e5; }

.info-tiles.tiles-info .tiles-body { background: #2bbce0; }

.info-tiles.tiles-info .tiles-body-alt { background: #2bbce0; }

.info-tiles.tiles-info .tiles-footer { background: #1c9cbc; }

.info-tiles.tiles-info:hover { color: #fff; }

.info-tiles.tiles-info:hover .tiles-heading { background: #36c0e2; }

.info-tiles.tiles-info:hover .tiles-body { background: #1fafd3; }

.info-tiles.tiles-info:hover .tiles-body-alt { background: #1fafd3; }

.info-tiles.tiles-info:hover .tiles-footer { background: #188aa6; }

.info-tiles.tiles-success { color: #fff; }

.info-tiles.tiles-success .tiles-heading { background: #98d061; }

.info-tiles.tiles-success .tiles-body { background: #85c744; }

.info-tiles.tiles-success .tiles-body-alt { background: #85c744; }

.info-tiles.tiles-success .tiles-footer { background: #6ca632; }

.info-tiles.tiles-success:hover { color: #fff; }

.info-tiles.tiles-success:hover .tiles-heading { background: #8bca4e; }

.info-tiles.tiles-success:hover .tiles-body { background: #78ba38; }

.info-tiles.tiles-success:hover .tiles-body-alt { background: #78ba38; }

.info-tiles.tiles-success:hover .tiles-footer { background: #5f932c; }

.info-tiles.tiles-danger { color: #fff; }

.info-tiles.tiles-danger .tiles-heading { background: #eb5e5e; }

.info-tiles.tiles-danger .tiles-body { background: #e73c3c; }

.info-tiles.tiles-danger .tiles-body-alt { background: #e73c3c; }

.info-tiles.tiles-danger .tiles-footer { background: #d61a1a; }

.info-tiles.tiles-danger:hover { color: #fff; }

.info-tiles.tiles-danger:hover .tiles-heading { background: #e84747; }

.info-tiles.tiles-danger:hover .tiles-body { background: #e42525; }

.info-tiles.tiles-danger:hover .tiles-body-alt { background: #e42525; }

.info-tiles.tiles-danger:hover .tiles-footer { background: #bf1818; }

.info-tiles.tiles-warning { color: #fff; }

.info-tiles.tiles-warning .tiles-heading { background: #f3cd33; }

.info-tiles.tiles-warning .tiles-body { background: #f1c40f; }

.info-tiles.tiles-warning .tiles-body-alt { background: #f1c40f; }

.info-tiles.tiles-warning .tiles-footer { background: #c29d0b; }

.info-tiles.tiles-warning:hover { color: #fff; }

.info-tiles.tiles-warning:hover .tiles-heading { background: #f2c71b; }

.info-tiles.tiles-warning:hover .tiles-body { background: #dab10d; }

.info-tiles.tiles-warning:hover .tiles-body-alt { background: #dab10d; }

.info-tiles.tiles-warning:hover .tiles-footer { background: #aa8a0a; }

.info-tiles.tiles-primary { color: #fff; }

.info-tiles.tiles-primary .tiles-heading { background: #6fa2e2; }

.info-tiles.tiles-primary .tiles-body { background: #4f8edc; }

.info-tiles.tiles-primary .tiles-body-alt { background: #4f8edc; }

.info-tiles.tiles-primary .tiles-footer { background: #2973cf; }

.info-tiles.tiles-primary:hover { color: #fff; }

.info-tiles.tiles-primary:hover .tiles-heading { background: #5a95de; }

.info-tiles.tiles-primary:hover .tiles-body { background: #3a80d8; }

.info-tiles.tiles-primary:hover .tiles-body-alt { background: #3a80d8; }

.info-tiles.tiles-primary:hover .tiles-footer { background: #2567ba; }

.info-tiles.tiles-inverse { color: #fff; }

.info-tiles.tiles-inverse .tiles-heading { background: #61656d; }

.info-tiles.tiles-inverse .tiles-body { background: #4f5259; }

.info-tiles.tiles-inverse .tiles-body-alt { background: #4f5259; }

.info-tiles.tiles-inverse .tiles-footer { background: #37393e; }

.info-tiles.tiles-inverse:hover { color: #fff; }

.info-tiles.tiles-inverse:hover .tiles-heading { background: #555860; }

.info-tiles.tiles-inverse:hover .tiles-body { background: #43464b; }

.info-tiles.tiles-inverse:hover .tiles-body-alt { background: #43464b; }

.info-tiles.tiles-inverse:hover .tiles-footer { background: #2b2d30; }

.info-tiles.tiles-midnightblue { color: #fff; }

.info-tiles.tiles-midnightblue .tiles-heading { background: #425c77; }

.info-tiles.tiles-midnightblue .tiles-body { background: #34495e; }

.info-tiles.tiles-midnightblue .tiles-body-alt { background: #34495e; }

.info-tiles.tiles-midnightblue .tiles-footer { background: #222f3d; }

.info-tiles.tiles-midnightblue:hover { color: #fff; }

.info-tiles.tiles-midnightblue:hover .tiles-heading { background: #394f66; }

.info-tiles.tiles-midnightblue:hover .tiles-body { background: #2b3c4e; }

.info-tiles.tiles-midnightblue:hover .tiles-body-alt { background: #2b3c4e; }

.info-tiles.tiles-midnightblue:hover .tiles-footer { background: #19232d; }

.info-tiles.tiles-sky { color: #fff; }

.info-tiles.tiles-sky .tiles-heading { background: #98d3f1; }

.info-tiles.tiles-sky .tiles-body { background: #76c4ed; }

.info-tiles.tiles-sky .tiles-body-alt { background: #76c4ed; }

.info-tiles.tiles-sky .tiles-footer { background: #49b1e7; }

.info-tiles.tiles-sky:hover { color: #fff; }

.info-tiles.tiles-sky:hover .tiles-heading { background: #81c9ee; }

.info-tiles.tiles-sky:hover .tiles-body { background: #5fbaea; }

.info-tiles.tiles-sky:hover .tiles-body-alt { background: #5fbaea; }

.info-tiles.tiles-sky:hover .tiles-footer { background: #32a7e4; }

.info-tiles.tiles-orange { color: #fff; }

.info-tiles.tiles-orange .tiles-heading { background: #f2b154; }

.info-tiles.tiles-orange .tiles-body { background: #efa131; }

.info-tiles.tiles-orange .tiles-body-alt { background: #efa131; }

.info-tiles.tiles-orange .tiles-footer { background: #dc8911; }

.info-tiles.tiles-orange:hover { color: #fff; }

.info-tiles.tiles-orange:hover .tiles-heading { background: #f0a63d; }

.info-tiles.tiles-orange:hover .tiles-body { background: #ed9619; }

.info-tiles.tiles-orange:hover .tiles-body-alt { background: #ed9619; }

.info-tiles.tiles-orange:hover .tiles-footer { background: #c47a0f; }

.info-tiles.tiles-indigo { color: #fff; }

.info-tiles.tiles-indigo .tiles-heading { background: #a472b9; }

.info-tiles.tiles-indigo .tiles-body { background: #9358ac; }

.info-tiles.tiles-indigo .tiles-body-alt { background: #9358ac; }

.info-tiles.tiles-indigo .tiles-footer { background: #77458c; }

.info-tiles.tiles-indigo:hover { color: #fff; }

.info-tiles.tiles-indigo:hover .tiles-heading { background: #9961b0; }

.info-tiles.tiles-indigo:hover .tiles-body { background: #854e9d; }

.info-tiles.tiles-indigo:hover .tiles-body-alt { background: #854e9d; }

.info-tiles.tiles-indigo:hover .tiles-footer { background: #683d7b; }

.info-tiles.tiles-green { color: #fff; }

.info-tiles.tiles-green .tiles-heading { background: #1bc2a1; }

.info-tiles.tiles-green .tiles-body { background: #16a085; }

.info-tiles.tiles-green .tiles-body-alt { background: #16a085; }

.info-tiles.tiles-green .tiles-footer { background: #107360; }

.info-tiles.tiles-green:hover { color: #fff; }

.info-tiles.tiles-green:hover .tiles-heading { background: #18ab8e; }

.info-tiles.tiles-green:hover .tiles-body { background: #138a72; }

.info-tiles.tiles-green:hover .tiles-body-alt { background: #138a72; }

.info-tiles.tiles-green:hover .tiles-footer { background: #0d5d4d; }

.info-tiles.tiles-magenta { color: #fff; }

.info-tiles.tiles-magenta .tiles-heading { background: #eb5e82; }

.info-tiles.tiles-magenta .tiles-body { background: #e73c68; }

.info-tiles.tiles-magenta .tiles-body-alt { background: #e73c68; }

.info-tiles.tiles-magenta .tiles-footer { background: #d61a4b; }

.info-tiles.tiles-magenta:hover { color: #fff; }

.info-tiles.tiles-magenta:hover .tiles-heading { background: #e84771; }

.info-tiles.tiles-magenta:hover .tiles-body { background: #e42556; }

.info-tiles.tiles-magenta:hover .tiles-body-alt { background: #e42556; }

.info-tiles.tiles-magenta:hover .tiles-footer { background: #bf1843; }

.info-tiles.tiles-purple { color: #fff; }

.info-tiles.tiles-purple .tiles-heading { background: #e565ba; }

.info-tiles.tiles-purple .tiles-body { background: #e044ab; }

.info-tiles.tiles-purple .tiles-body-alt { background: #e044ab; }

.info-tiles.tiles-purple .tiles-footer { background: #cf2294; }

.info-tiles.tiles-purple:hover { color: #fff; }

.info-tiles.tiles-purple:hover .tiles-heading { background: #e24fb0; }

.info-tiles.tiles-purple:hover .tiles-body { background: #dc2ea1; }

.info-tiles.tiles-purple:hover .tiles-body-alt { background: #dc2ea1; }

.info-tiles.tiles-purple:hover .tiles-footer { background: #b91f84; }

.info-tiles.tiles-brown { color: #fff; }

.info-tiles.tiles-brown .tiles-heading { background: #d44c3e; }

.info-tiles.tiles-brown .tiles-body { background: #c0392b; }

.info-tiles.tiles-brown .tiles-body-alt { background: #c0392b; }

.info-tiles.tiles-brown .tiles-footer { background: #962d22; }

.info-tiles.tiles-brown:hover { color: #fff; }

.info-tiles.tiles-brown:hover .tiles-heading { background: #ca3c2d; }

.info-tiles.tiles-brown:hover .tiles-body { background: #ab3326; }

.info-tiles.tiles-brown:hover .tiles-body-alt { background: #ab3326; }

.info-tiles.tiles-brown:hover .tiles-footer { background: #81261d; }

.info-tiles.tiles-grape { color: #fff; }

.info-tiles.tiles-grape .tiles-heading { background: #909aac; }

.info-tiles.tiles-grape .tiles-body { background: #7a869c; }

.info-tiles.tiles-grape .tiles-body-alt { background: #7a869c; }

.info-tiles.tiles-grape .tiles-footer { background: #616d82; }

.info-tiles.tiles-grape:hover { color: #fff; }

.info-tiles.tiles-grape:hover .tiles-heading { background: #818da1; }

.info-tiles.tiles-grape:hover .tiles-body { background: #6c7991; }

.info-tiles.tiles-grape:hover .tiles-body-alt { background: #6c7991; }

.info-tiles.tiles-grape:hover .tiles-footer { background: #566074; }

.info-tiles.tiles-toyo { color: #fff; }

.info-tiles.tiles-toyo .tiles-heading { background: #667ea3; }

.info-tiles.tiles-toyo .tiles-body { background: #556b8d; }

.info-tiles.tiles-toyo .tiles-body-alt { background: #556b8d; }

.info-tiles.tiles-toyo .tiles-footer { background: #42536d; }

.info-tiles.tiles-toyo:hover { color: #fff; }

.info-tiles.tiles-toyo:hover .tiles-heading { background: #5a7195; }

.info-tiles.tiles-toyo:hover .tiles-body { background: #4b5f7d; }

.info-tiles.tiles-toyo:hover .tiles-body-alt { background: #4b5f7d; }

.info-tiles.tiles-toyo:hover .tiles-footer { background: #38475d; }

.info-tiles.tiles-alizarin { color: #fff; }

.info-tiles.tiles-alizarin .tiles-heading { background: #eb6b5e; }

.info-tiles.tiles-alizarin .tiles-body { background: #e74c3c; }

.info-tiles.tiles-alizarin .tiles-body-alt { background: #e74c3c; }

.info-tiles.tiles-alizarin .tiles-footer { background: #d62c1a; }

.info-tiles.tiles-alizarin:hover { color: #fff; }

.info-tiles.tiles-alizarin:hover .tiles-heading { background: #e85647; }

.info-tiles.tiles-alizarin:hover .tiles-body { background: #e43725; }

.info-tiles.tiles-alizarin:hover .tiles-body-alt { background: #e43725; }

.info-tiles.tiles-alizarin:hover .tiles-footer { background: #bf2718; }

.shortcut-tiles.tiles-info { color: #fff; }

.shortcut-tiles.tiles-info .tiles-heading, .shortcut-tiles.tiles-info .tiles-body, .shortcut-tiles.tiles-info .tiles-footer { background: #2bbce0; }

.shortcut-tiles.tiles-info:hover { color: #fff; }

.shortcut-tiles.tiles-info:hover .tiles-heading, .shortcut-tiles.tiles-info:hover .tiles-body, .shortcut-tiles.tiles-info:hover .tiles-footer { background: #1fafd3; }

.shortcut-tiles.tiles-success { color: #fff; }

.shortcut-tiles.tiles-success .tiles-heading, .shortcut-tiles.tiles-success .tiles-body, .shortcut-tiles.tiles-success .tiles-footer { background: #85c744; }

.shortcut-tiles.tiles-success:hover { color: #fff; }

.shortcut-tiles.tiles-success:hover .tiles-heading, .shortcut-tiles.tiles-success:hover .tiles-body, .shortcut-tiles.tiles-success:hover .tiles-footer { background: #78ba38; }

.shortcut-tiles.tiles-danger { color: #fff; }

.shortcut-tiles.tiles-danger .tiles-heading, .shortcut-tiles.tiles-danger .tiles-body, .shortcut-tiles.tiles-danger .tiles-footer { background: #e73c3c; }

.shortcut-tiles.tiles-danger:hover { color: #fff; }

.shortcut-tiles.tiles-danger:hover .tiles-heading, .shortcut-tiles.tiles-danger:hover .tiles-body, .shortcut-tiles.tiles-danger:hover .tiles-footer { background: #e42525; }

.shortcut-tiles.tiles-warning { color: #fff; }

.shortcut-tiles.tiles-warning .tiles-heading, .shortcut-tiles.tiles-warning .tiles-body, .shortcut-tiles.tiles-warning .tiles-footer { background: #f1c40f; }

.shortcut-tiles.tiles-warning:hover { color: #fff; }

.shortcut-tiles.tiles-warning:hover .tiles-heading, .shortcut-tiles.tiles-warning:hover .tiles-body, .shortcut-tiles.tiles-warning:hover .tiles-footer { background: #dab10d; }

.shortcut-tiles.tiles-primary { color: #fff; }

.shortcut-tiles.tiles-primary .tiles-heading, .shortcut-tiles.tiles-primary .tiles-body, .shortcut-tiles.tiles-primary .tiles-footer { background: #4f8edc; }

.shortcut-tiles.tiles-primary:hover { color: #fff; }

.shortcut-tiles.tiles-primary:hover .tiles-heading, .shortcut-tiles.tiles-primary:hover .tiles-body, .shortcut-tiles.tiles-primary:hover .tiles-footer { background: #3a80d8; }

.shortcut-tiles.tiles-inverse { color: #fff; }

.shortcut-tiles.tiles-inverse .tiles-heading, .shortcut-tiles.tiles-inverse .tiles-body, .shortcut-tiles.tiles-inverse .tiles-footer { background: #4f5259; }

.shortcut-tiles.tiles-inverse:hover { color: #fff; }

.shortcut-tiles.tiles-inverse:hover .tiles-heading, .shortcut-tiles.tiles-inverse:hover .tiles-body, .shortcut-tiles.tiles-inverse:hover .tiles-footer { background: #43464b; }

.shortcut-tiles.tiles-midnightblue { color: #fff; }

.shortcut-tiles.tiles-midnightblue .tiles-heading, .shortcut-tiles.tiles-midnightblue .tiles-body, .shortcut-tiles.tiles-midnightblue .tiles-footer { background: #34495e; }

.shortcut-tiles.tiles-midnightblue:hover { color: #fff; }

.shortcut-tiles.tiles-midnightblue:hover .tiles-heading, .shortcut-tiles.tiles-midnightblue:hover .tiles-body, .shortcut-tiles.tiles-midnightblue:hover .tiles-footer { background: #2b3c4e; }

.shortcut-tiles.tiles-sky { color: #fff; }

.shortcut-tiles.tiles-sky .tiles-heading, .shortcut-tiles.tiles-sky .tiles-body, .shortcut-tiles.tiles-sky .tiles-footer { background: #76c4ed; }

.shortcut-tiles.tiles-sky:hover { color: #fff; }

.shortcut-tiles.tiles-sky:hover .tiles-heading, .shortcut-tiles.tiles-sky:hover .tiles-body, .shortcut-tiles.tiles-sky:hover .tiles-footer { background: #5fbaea; }

.shortcut-tiles.tiles-orange { color: #fff; }

.shortcut-tiles.tiles-orange .tiles-heading, .shortcut-tiles.tiles-orange .tiles-body, .shortcut-tiles.tiles-orange .tiles-footer { background: #efa131; }

.shortcut-tiles.tiles-orange:hover { color: #fff; }

.shortcut-tiles.tiles-orange:hover .tiles-heading, .shortcut-tiles.tiles-orange:hover .tiles-body, .shortcut-tiles.tiles-orange:hover .tiles-footer { background: #ed9619; }

.shortcut-tiles.tiles-indigo { color: #fff; }

.shortcut-tiles.tiles-indigo .tiles-heading, .shortcut-tiles.tiles-indigo .tiles-body, .shortcut-tiles.tiles-indigo .tiles-footer { background: #9358ac; }

.shortcut-tiles.tiles-indigo:hover { color: #fff; }

.shortcut-tiles.tiles-indigo:hover .tiles-heading, .shortcut-tiles.tiles-indigo:hover .tiles-body, .shortcut-tiles.tiles-indigo:hover .tiles-footer { background: #854e9d; }

.shortcut-tiles.tiles-green { color: #fff; }

.shortcut-tiles.tiles-green .tiles-heading, .shortcut-tiles.tiles-green .tiles-body, .shortcut-tiles.tiles-green .tiles-footer { background: #16a085; }

.shortcut-tiles.tiles-green:hover { color: #fff; }

.shortcut-tiles.tiles-green:hover .tiles-heading, .shortcut-tiles.tiles-green:hover .tiles-body, .shortcut-tiles.tiles-green:hover .tiles-footer { background: #138a72; }

.shortcut-tiles.tiles-magenta { color: #fff; }

.shortcut-tiles.tiles-magenta .tiles-heading, .shortcut-tiles.tiles-magenta .tiles-body, .shortcut-tiles.tiles-magenta .tiles-footer { background: #e73c68; }

.shortcut-tiles.tiles-magenta:hover { color: #fff; }

.shortcut-tiles.tiles-magenta:hover .tiles-heading, .shortcut-tiles.tiles-magenta:hover .tiles-body, .shortcut-tiles.tiles-magenta:hover .tiles-footer { background: #e42556; }

.shortcut-tiles.tiles-purple { color: #fff; }

.shortcut-tiles.tiles-purple .tiles-heading, .shortcut-tiles.tiles-purple .tiles-body, .shortcut-tiles.tiles-purple .tiles-footer { background: #e044ab; }

.shortcut-tiles.tiles-purple:hover { color: #fff; }

.shortcut-tiles.tiles-purple:hover .tiles-heading, .shortcut-tiles.tiles-purple:hover .tiles-body, .shortcut-tiles.tiles-purple:hover .tiles-footer { background: #dc2ea1; }

.shortcut-tiles.tiles-brown { color: #fff; }

.shortcut-tiles.tiles-brown .tiles-heading, .shortcut-tiles.tiles-brown .tiles-body, .shortcut-tiles.tiles-brown .tiles-footer { background: #c0392b; }

.shortcut-tiles.tiles-brown:hover { color: #fff; }

.shortcut-tiles.tiles-brown:hover .tiles-heading, .shortcut-tiles.tiles-brown:hover .tiles-body, .shortcut-tiles.tiles-brown:hover .tiles-footer { background: #ab3326; }

.shortcut-tiles.tiles-grape { color: #fff; }

.shortcut-tiles.tiles-grape .tiles-heading, .shortcut-tiles.tiles-grape .tiles-body, .shortcut-tiles.tiles-grape .tiles-footer { background: #7a869c; }

.shortcut-tiles.tiles-grape:hover { color: #fff; }

.shortcut-tiles.tiles-grape:hover .tiles-heading, .shortcut-tiles.tiles-grape:hover .tiles-body, .shortcut-tiles.tiles-grape:hover .tiles-footer { background: #6c7991; }

.shortcut-tiles.tiles-toyo { color: #fff; }

.shortcut-tiles.tiles-toyo .tiles-heading, .shortcut-tiles.tiles-toyo .tiles-body, .shortcut-tiles.tiles-toyo .tiles-footer { background: #556b8d; }

.shortcut-tiles.tiles-toyo:hover { color: #fff; }

.shortcut-tiles.tiles-toyo:hover .tiles-heading, .shortcut-tiles.tiles-toyo:hover .tiles-body, .shortcut-tiles.tiles-toyo:hover .tiles-footer { background: #4b5f7d; }

.shortcut-tiles.tiles-alizarin { color: #fff; }

.shortcut-tiles.tiles-alizarin .tiles-heading, .shortcut-tiles.tiles-alizarin .tiles-body, .shortcut-tiles.tiles-alizarin .tiles-footer { background: #e74c3c; }

.shortcut-tiles.tiles-alizarin:hover { color: #fff; }

.shortcut-tiles.tiles-alizarin:hover .tiles-heading, .shortcut-tiles.tiles-alizarin:hover .tiles-body, .shortcut-tiles.tiles-alizarin:hover .tiles-footer { background: #e43725; }

.panel-comments, .panel-threads, .panel-users {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.panel-comments li, .panel-threads li, .panel-users li {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px;
    border-bottom: 1px solid #e6e7e8;
}

.panel-comments li:before, .panel-threads li:before, .panel-users li:before, .panel-comments li:after, .panel-threads li:after, .panel-users li:after {
    content: " ";
    display: table;
}

.panel-comments li:after, .panel-threads li:after, .panel-users li:after { clear: both; }

.panel-comments li:before, .panel-threads li:before, .panel-users li:before, .panel-comments li:after, .panel-threads li:after, .panel-users li:after {
    content: " ";
    display: table;
}

.panel-comments li:after, .panel-threads li:after, .panel-users li:after { clear: both; }

.panel-comments li:first-child, .panel-threads li:first-child, .panel-users li:first-child { padding-top: 0; }

.panel-comments li img, .panel-threads li img, .panel-users li img {
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 1px;
}

.panel-comments li .content, .panel-threads li .content, .panel-users li .content { margin-left: 45px; }

.panel-comments li .content .time, .panel-threads li .content .time, .panel-users li .content .time {
    float: right;
    color: #aeafb1;
    font-size: 12px;
}

.panel-userprofile {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.panel-userprofile li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e6e7e8;
}

.panel-userprofile li:before, .panel-userprofile li:after {
    content: " ";
    display: table;
}

.panel-userprofile li:after { clear: both; }

.panel-userprofile li:before, .panel-userprofile li:after {
    content: " ";
    display: table;
}

.panel-userprofile li:after { clear: both; }

.panel-userprofile li:first-child { padding-top: 0; }

.panel-userprofile li:last-child { border-bottom: 0; }

.panel-userprofile li img {
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 1px;
}

.panel-userprofile li .content { margin-left: 45px; }

.panel-userprofile li .content .time {
    float: right;
    color: #aeafb1;
    font-size: 12px;
}

.panel-comments li .content .commented {
    display: block;
    margin-bottom: 10px;
}

.panel-comments li .content .actions {
    display: block;
    line-height: 1em;
    float: right;
}

.panel-comments li .content .actions a {
    color: #4f5259;
    font-size: 14px;
    margin-left: 10px;
}

.panel-comments li .content .actions a:first-child { margin-left: 0; }

.panel-comments li .content .actions a:hover {
    text-decoration: none;
    color: #4d4d4d;
}

.panel-threads li .content .title { display: block; }

.panel-threads li .content .thread {
    color: #aeafb1;
    display: block;
    font-size: 12px;
    padding-top: 5px;
    line-height: 14px;
}

.panel-threads li .content .thread a { color: #4f5259; }

.panel-threads li .content .thread a:hover {
    color: #4d4d4d;
    text-decoration: none;
}

.panel-users li .content .desc { display: block; }

.panel-users li .content > div {
    font-size: 12px;
    color: #aeafb1;
}

.panel-tasks {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.panel-tasks li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px;
    background-color: #f2f3f5;
    margin-bottom: 1px;
    border-left: 2px solid #e6e7e8;
    border-radius: 1px;
}

.panel-tasks li:before, .panel-tasks li:after {
    content: " ";
    display: table;
}

.panel-tasks li:after { clear: both; }

.panel-tasks li:before, .panel-tasks li:after {
    content: " ";
    display: table;
}

.panel-tasks li:after { clear: both; }

.panel-tasks li label { margin-bottom: 0; }

.panel-tasks li label .task-description { margin: 0 5px 0 5px; }

.panel-tasks li label .task-description.done {
    text-decoration: line-through;
    font-style: italic;
    opacity: .8;
    filter: alpha(opacity=80);
}

.panel-tasks li.item-primary { border-left: 2px solid #4f8edc; }

.panel-tasks li.item-info { border-left: 2px solid #2bbce0; }

.panel-tasks li.item-danger { border-left: 2px solid #e73c3c; }

.panel-tasks li.item-warning { border-left: 2px solid #f1c40f; }

.panel-tasks li.item-success { border-left: 2px solid #85c744; }

.panel-tasks li.item-inverse { border-left: 2px solid #4f5259; }

.panel-tasks li.item-placeholder {
    background-color: #e6e7e8;
    border: 1px dashed #666;
    height: 42px;
}

.panel-tasks li .options { float: right; }

.panel-tasks li .icon-dragtask {
    color: transparent;
    margin-right: 6px;
    width: 6px;
    height: 14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAOCAMAAAA7QZ0XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFf39/////F3PnHQAAAAJ0Uk5T/wDltzBKAAAAGklEQVR42mJgYGBkZAABMMUIBjCKKnIAAQYAClYANToXblMAAAAASUVORK5CYII=);
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.panel-tasks li .icon-dragtask:active, .panel-tasks li .icon-dragtask:focus {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.panel-chat {
    margin-bottom: 20px;
    height: 700px;
    overflow-y: auto;
}

.panel-chat .chat-message {
    margin-bottom: 10px;
    position: relative;
}

.panel-chat .chat-message:last-child { margin-bottom: 0; }

.panel-chat .chat-message:after {
    left: 38px;
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #EEE;
    border-width: 6px;
    margin-top: -4px;
}

.panel-chat .chat-message .chat-contact {
    float: left;
    margin-right: 10px;
}

.panel-chat .chat-message .chat-contact img {
    max-width: 40px;
    border-radius: 1px;
}

.panel-chat .chat-message .chat-text {
    padding: 10px;
    background-color: #eee;
    overflow: hidden;
    position: relative;
}

.panel-chat .chat-message.me .chat-contact {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.panel-chat .chat-message.me .chat-text { background-color: #ddd; }

.panel-chat .chat-message.me:after {
    border-right-color: transparent;
    border-left-color: #ddd;
    right: 38px;
    left: auto;
}

.chat-primary .chat-text {
    color: #fff !important;
    background-color: #4f8edc !important;
}

.chat-primary:after { border-right-color: #4f8edc !important; }

.chat-primary.me:after { border-left-color: #4f8edc !important; }

.chat-warning .chat-text {
    color: #fff !important;
    background-color: #f1c40f !important;
}

.chat-warning:after { border-right-color: #f1c40f !important; }

.chat-warning.me:after { border-left-color: #f1c40f !important; }

.chat-danger .chat-text {
    color: #fff !important;
    background-color: #e73c3c !important;
}

.chat-danger:after { border-right-color: #e73c3c !important; }

.chat-danger.me:after { border-left-color: #e73c3c !important; }

.chat-success .chat-text {
    color: #fff !important;
    background-color: #85c744 !important;
}

.chat-success:after { border-right-color: #85c744 !important; }

.chat-success.me:after { border-left-color: #85c744 !important; }

.chat-info .chat-text {
    color: #fff !important;
    background-color: #2bbce0 !important;
}

.chat-info:after { border-right-color: #2bbce0 !important; }

.chat-info.me:after { border-left-color: #2bbce0 !important; }

.chat-inverse .chat-text {
    color: #fff !important;
    background-color: #4f5259 !important;
}

.chat-inverse:after { border-right-color: #4f5259 !important; }

.chat-inverse.me:after { border-left-color: #4f5259 !important; }

.chat-brown .chat-text {
    color: #fff !important;
    background-color: #c0392b !important;
}

.chat-brown:after { border-right-color: #c0392b !important; }

.chat-brown.me:after { border-left-color: #c0392b !important; }

.chat-indigo .chat-text {
    color: #fff !important;
    background-color: #9358ac !important;
}

.chat-indigo:after { border-right-color: #9358ac !important; }

.chat-indigo.me:after { border-left-color: #9358ac !important; }

.chat-orange .chat-text {
    color: #fff !important;
    background-color: #efa131 !important;
}

.chat-orange:after { border-right-color: #efa131 !important; }

.chat-orange.me:after { border-left-color: #efa131 !important; }

.chat-sky .chat-text {
    color: #fff !important;
    background-color: #76c4ed !important;
}

.chat-sky:after { border-right-color: #76c4ed !important; }

.chat-sky.me:after { border-left-color: #76c4ed !important; }

.chat-midnightblue .chat-text {
    color: #fff !important;
    background-color: #34495e !important;
}

.chat-midnightblue:after { border-right-color: #34495e !important; }

.chat-midnightblue.me:after { border-left-color: #34495e !important; }

.chat-magenta .chat-text {
    color: #fff !important;
    background-color: #e73c68 !important;
}

.chat-magenta:after { border-right-color: #e73c68 !important; }

.chat-magenta.me:after { border-left-color: #e73c68 !important; }

.chat-green .chat-text {
    color: #fff !important;
    background-color: #16a085 !important;
}

.chat-green:after { border-right-color: #16a085 !important; }

.chat-green.me:after { border-left-color: #16a085 !important; }

.chat-purple .chat-text {
    color: #fff !important;
    background-color: #e044ab !important;
}

.chat-purple:after { border-right-color: #e044ab !important; }

.chat-purple.me:after { border-left-color: #e044ab !important; }

.tab-container { margin-bottom: 20px; }

.tab-container .nav-tabs > li > a { border-radius: 0; }

.tab-container .tab-content {
    border: 1px solid #d2d3d6;
    border-top: 0;
    padding: 10px 15px;
}

.tab-container > .nav-tabs > li.active > a {
    border-top: 2px solid #4f8edc;
    background-color: #fff;
}

.tab-container.tab-left > .nav-tabs > li, .tab-container.tab-right > .nav-tabs > li {
    float: none;
    min-width: 75px;
}

.tab-container.tab-left > .nav-tabs > li > a, .tab-container.tab-right > .nav-tabs > li > a { border: 1px solid #d2d3d6; }

.tab-container.tab-left > .nav-tabs > li.active > a, .tab-container.tab-right > .nav-tabs > li.active > a { border-top-color: #d2d3d6 !important; }

.tab-container.tab-left .tab-content, .tab-container.tab-right .tab-content {
    overflow: auto;
    border-top: 1px solid #d2d3d6;
}

.tab-container.tab-left > .nav-tabs {
    float: left;
    margin-right: -1px;
}

.tab-container.tab-left > .nav-tabs > li > a { border-right: 0; }

.tab-container.tab-left > .nav-tabs > li.active > a { border-left: 2px solid #4f8edc; }

.tab-container.tab-right > .nav-tabs {
    float: right;
    margin-left: -1px;
}

.tab-container.tab-right > .nav-tabs > li > a { border-left: 0; }

.tab-container.tab-right > .nav-tabs > li.active > a { border-right: 2px solid #4f8edc; }

.tab-container.tab-bottom > .tab-content { border-top: 1px solid #d2d3d6; }

.tab-container.tab-bottom > .nav-tabs {
    border-bottom: 0;
    margin-top: 0;
}

.tab-container.tab-bottom > .nav-tabs > li.active > a {
    margin-top: -2px;
    border-top-color: transparent !important;
    border-bottom: 2px solid #4f8edc;
}

.tab-primary.tab-container > .nav-tabs > li.active > a { border-top-color: #4f8edc; }

.tab-primary.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #4f8edc; }

.tab-primary.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #4f8edc; }

.tab-primary.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #4f8edc; }

.tab-warning.tab-container > .nav-tabs > li.active > a { border-top-color: #f1c40f; }

.tab-warning.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #f1c40f; }

.tab-warning.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #f1c40f; }

.tab-warning.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #f1c40f; }

.tab-danger.tab-container > .nav-tabs > li.active > a { border-top-color: #e73c3c; }

.tab-danger.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #e73c3c; }

.tab-danger.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #e73c3c; }

.tab-danger.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #e73c3c; }

.tab-success.tab-container > .nav-tabs > li.active > a { border-top-color: #85c744; }

.tab-success.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #85c744; }

.tab-success.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #85c744; }

.tab-success.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #85c744; }

.tab-info.tab-container > .nav-tabs > li.active > a { border-top-color: #2bbce0; }

.tab-info.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #2bbce0; }

.tab-info.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #2bbce0; }

.tab-info.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #2bbce0; }

.tab-inverse.tab-container > .nav-tabs > li.active > a { border-top-color: #4f5259; }

.tab-inverse.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #4f5259; }

.tab-inverse.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #4f5259; }

.tab-inverse.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #4f5259; }

.tab-brown.tab-container > .nav-tabs > li.active > a { border-top-color: #c0392b; }

.tab-brown.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #c0392b; }

.tab-brown.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #c0392b; }

.tab-brown.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #c0392b; }

.tab-indigo.tab-container > .nav-tabs > li.active > a { border-top-color: #9358ac; }

.tab-indigo.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #9358ac; }

.tab-indigo.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #9358ac; }

.tab-indigo.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #9358ac; }

.tab-orange.tab-container > .nav-tabs > li.active > a { border-top-color: #efa131; }

.tab-orange.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #efa131; }

.tab-orange.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #efa131; }

.tab-orange.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #efa131; }

.tab-sky.tab-container > .nav-tabs > li.active > a { border-top-color: #76c4ed; }

.tab-sky.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #76c4ed; }

.tab-sky.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #76c4ed; }

.tab-sky.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #76c4ed; }

.tab-midnightblue.tab-container > .nav-tabs > li.active > a { border-top-color: #34495e; }

.tab-midnightblue.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #34495e; }

.tab-midnightblue.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #34495e; }

.tab-midnightblue.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #34495e; }

.tab-magenta.tab-container > .nav-tabs > li.active > a { border-top-color: #e73c68; }

.tab-magenta.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #e73c68; }

.tab-magenta.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #e73c68; }

.tab-magenta.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #e73c68; }

.tab-green.tab-container > .nav-tabs > li.active > a { border-top-color: #16a085; }

.tab-green.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #16a085; }

.tab-green.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #16a085; }

.tab-green.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #16a085; }

.tab-purple.tab-container > .nav-tabs > li.active > a { border-top-color: #e044ab; }

.tab-purple.tab-container.tab-left > .nav-tabs > li.active { border-left-color: #e044ab; }

.tab-purple.tab-container.tab-right > .nav-tabs > li.active { border-right-color: #e044ab; }

.tab-purple.tab-container.tab-bottom > .nav-tabs > li.active > a { border-bottom-color: #e044ab; }

.accordion-group .accordion-item .accordion-title { text-decoration: none; }

.accordion-group .accordion-item .accordion-title h4 {
    color: #4d4d4d;
    background-color: #e6e7e8;
    border: 1px solid #e6e7e8;
    padding: 5px 10px;
    border-radius: 1px;
    margin: 5px 0;
}

.accordion-group .accordion-item .accordion-title h4:after {
    opacity: .5;
    filter: alpha(opacity=50);
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: right;
    text-decoration: none;
}

.accordion-group .accordion-item .accordion-title.collapsed h4:after {
    content: "\f104";
    opacity: .5;
    filter: alpha(opacity=50);
}

.accordion-group .accordion-item .accordion-body { padding: 20px; }

.timeline-month {
    width: 90px;
    text-align: center;
    position: relative;
    left: 6%;
    margin-left: -42px;
}

.timeline-month span { display: block; }

.timeline {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 0;
    width: 2px;
    background: #e6e7e8;
    left: 6%;
    margin-left: 2px;
}

.timeline > li { position: relative; }

.timeline > li .timeline-header {
    padding: 0 0 10px;
    color: #aeafb1;
}

.timeline > li .timeline-header:before, .timeline > li .timeline-header:after {
    content: " ";
    display: table;
}

.timeline > li .timeline-header:after { clear: both; }

.timeline > li .timeline-header:before, .timeline > li .timeline-header:after {
    content: " ";
    display: table;
}

.timeline > li .timeline-header:after { clear: both; }

.timeline > li .timeline-header span.date {
    float: left;
    text-transform: uppercase;
}

.timeline > li .timeline-header span.author {
    float: right;
    font-size: 12px;
    display: none;
}

.timeline > li .timeline-icon {
    width: 50px;
    height: 50px;
    font-size: 1.4em;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #4d4d4d;
    background: #e6e7e8;
    border-radius: 50%;
    text-align: center;
    left: 6%;
    top: 0;
    margin: 0 0 0 -22px;
    padding: 0;
}

.timeline > li .timeline-body {
    margin: 0 0 20px 14%;
    padding: 20px;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-radius: 1px;
    background-color: #fff;
}

.timeline > li .timeline-body:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 10px;
    top: 5%;
}

.timeline > li .timeline-body img { margin: 5px 20px 0 0; }

.timeline > li .timeline-footer { color: #fff; }

.timeline > li .timeline-footer:before, .timeline > li .timeline-footer:after {
    content: " ";
    display: table;
}

.timeline > li .timeline-footer:after { clear: both; }

.timeline > li .timeline-footer:before, .timeline > li .timeline-footer:after {
    content: " ";
    display: table;
}

.timeline > li .timeline-footer:after { clear: both; }

@media (max-width: 991px) {
    .timeline-month {
        width: 100%;
        text-align: center;
        margin-left: 0;
        left: 0;
    }

    .timeline-month span { display: inline !important; }

    .timeline:before {
        width: 0;
        left: 0;
    }

    .timeline > li { margin-top: 20px; }

    .timeline > li:first-child { margin-top: 0; }

    .timeline > li .timeline-body { margin: 0 !important; }

    .timeline > li .timeline-body:after { border-width: 0; }

    .timeline > li .timeline-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1em;
        margin: 20px 50px 0 0;
        position: relative;
        float: right;
    }
}

.timeline-primary .timeline-body { border-color: #4f8edc; }

.timeline-primary .timeline-body:after { border-right-color: #4f8edc !important; }

.timeline-primary .timeline-time { color: #4f8edc; }

.timeline-warning .timeline-body { border-color: #f1c40f; }

.timeline-warning .timeline-body:after { border-right-color: #f1c40f !important; }

.timeline-warning .timeline-time { color: #f1c40f; }

.timeline-danger .timeline-body { border-color: #e73c3c; }

.timeline-danger .timeline-body:after { border-right-color: #e73c3c !important; }

.timeline-danger .timeline-time { color: #e73c3c; }

.timeline-success .timeline-body { border-color: #85c744; }

.timeline-success .timeline-body:after { border-right-color: #85c744 !important; }

.timeline-success .timeline-time { color: #85c744; }

.timeline-info .timeline-body { border-color: #2bbce0; }

.timeline-info .timeline-body:after { border-right-color: #2bbce0 !important; }

.timeline-info .timeline-time { color: #2bbce0; }

.timeline-inverse .timeline-body { border-color: #4f5259; }

.timeline-inverse .timeline-body:after { border-right-color: #4f5259 !important; }

.timeline-inverse .timeline-time { color: #4f5259; }

.timeline-brown .timeline-body { border-color: #c0392b; }

.timeline-brown .timeline-body:after { border-right-color: #c0392b !important; }

.timeline-brown .timeline-time { color: #c0392b; }

.timeline-indigo .timeline-body { border-color: #9358ac; }

.timeline-indigo .timeline-body:after { border-right-color: #9358ac !important; }

.timeline-indigo .timeline-time { color: #9358ac; }

.timeline-orange .timeline-body { border-color: #efa131; }

.timeline-orange .timeline-body:after { border-right-color: #efa131 !important; }

.timeline-orange .timeline-time { color: #efa131; }

.timeline-sky .timeline-body { border-color: #76c4ed; }

.timeline-sky .timeline-body:after { border-right-color: #76c4ed !important; }

.timeline-sky .timeline-time { color: #76c4ed; }

.timeline-midnightblue .timeline-body { border-color: #34495e; }

.timeline-midnightblue .timeline-body:after { border-right-color: #34495e !important; }

.timeline-midnightblue .timeline-time { color: #34495e; }

.timeline-magenta .timeline-body { border-color: #e73c68; }

.timeline-magenta .timeline-body:after { border-right-color: #e73c68 !important; }

.timeline-magenta .timeline-time { color: #e73c68; }

.timeline-green .timeline-body { border-color: #16a085; }

.timeline-green .timeline-body:after { border-right-color: #16a085 !important; }

.timeline-green .timeline-time { color: #16a085; }

.timeline-purple .timeline-body { border-color: #e044ab; }

.timeline-purple .timeline-body:after { border-right-color: #e044ab !important; }

.timeline-purple .timeline-time { color: #e044ab; }

body, html { height: 99%; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 1px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 1px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 1px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 1px; }

.jqstooltip {
    width: auto !important;
    height: auto !important;
    border: none !important;
}

textarea.autosize {
    vertical-align: top;
    transition: height .2s;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
}

.stepy-header {
    display: table;
    width: 100%;
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e7e8;
    margin-bottom: 20px;
}

.stepy-header li {
    display: table-cell;
    cursor: pointer;
    line-height: 1.42;
    font-size: 14px;
    font-weight: 400;
}

.stepy-header li small {
    font-weight: normal;
    line-height: 1;
    color: #aeafb1;
}

.stepy-header li div {
    line-height: 1.42;
    font-size: 33px;
    font-weight: 400;
    margin-top: 0;
    font-weight: 300;
    font-family: 300;
}

.stepy-header li div small {
    font-weight: normal;
    line-height: 1;
    color: #aeafb1;
}

.stepy-header li:not(.stepy-active) { opacity: .3; }

.stepy-header li:not(.stepy-active):hover { opacity: .7; }

.stepy-header.panel-footer {
    margin: 20px 0 -21px 0;
    padding: 15px 20px;
    border-top: 1px solid #d2d3d6 !important;
}

.stepy-navigator.panel-footer .btn { margin-left: 10px; }

[class*="panel-"].panel .stepy-navigator {
    margin: 20px -21px -21px -21px;
    padding: 20px 20px;
    border-top: 1px solid #e6e7e8;
}

.wysihtml5-toolbar {
    padding-left: 0;
    list-style: none;
}

.wysihtml5-toolbar > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.wysihtml5-toolbar > li { padding: 0 10px 10px 0; }

.wysihtml5-toolbar > li .dropdown-menu {
    margin-top: -10px;
    left: 0;
}

.wysihtml5-sandbox {
    border: 1px solid #d2d3d6 !important;
    padding: 5px 9px !important;
}

.nicescroll-rails {
    width: 6px !important;
    margin: 1px 0 !important;
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
    border-bottom-left-radius: 1px !important;
}

.nicescroll-rails > div {
    opacity: .2 !important;
    filter: alpha(opacity=20) !important;
    border: none !important;
    width: 6px !important;
    border-radius: 1px !important;
}

.panel .fc-header { margin-bottom: 20px; }

.panel .fc-header h2 {
    line-height: 1.42;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.panel .fc-header h2 small {
    font-weight: normal;
    line-height: 1;
    color: #aeafb1;
}

.panel .fc-header .fc-button {
    display: inline-block;
    padding: 7px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-width: 0;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    color: #333;
    background-color: #e6e7e8;
    border-color: #e6e7e8;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
    border-radius: 0;
}

.panel .fc-header .fc-button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.panel .fc-header .fc-button:hover, .panel .fc-header .fc-button:focus {
    color: #333;
    text-decoration: none;
}

.panel .fc-header .fc-button:active, .panel .fc-header .fc-button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.panel .fc-header .fc-button.disabled, .panel .fc-header .fc-button[disabled], fieldset[disabled] .panel .fc-header .fc-button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel .fc-header .fc-button:focus { outline: 0; }

.panel .fc-header .fc-button:active, .panel .fc-header .fc-button.active, .panel .fc-header .fc-button.fc-state-active {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

.panel .fc-header .fc-button:hover, .panel .fc-header .fc-button:focus, .panel .fc-header .fc-button:active, .panel .fc-header .fc-button.active, .open .dropdown-toggle.panel .fc-header .fc-button {
    color: #333;
    background-color: #d1d3d4;
    border-color: #c6c8cb;
}

.panel .fc-header .fc-button:active, .panel .fc-header .fc-button.active, .open .dropdown-toggle.panel .fc-header .fc-button { background-image: none; }

.panel .fc-header .fc-button.disabled, .panel .fc-header .fc-button[disabled], fieldset[disabled] .panel .fc-header .fc-button, .panel .fc-header .fc-button.disabled:hover, .panel .fc-header .fc-button[disabled]:hover, fieldset[disabled] .panel .fc-header .fc-button:hover, .panel .fc-header .fc-button.disabled:focus, .panel .fc-header .fc-button[disabled]:focus, fieldset[disabled] .panel .fc-header .fc-button:focus, .panel .fc-header .fc-button.disabled:active, .panel .fc-header .fc-button[disabled]:active, fieldset[disabled] .panel .fc-header .fc-button:active, .panel .fc-header .fc-button.disabled.active, .panel .fc-header .fc-button[disabled].active, fieldset[disabled] .panel .fc-header .fc-button.active {
    background-color: #e6e7e8;
    border-color: #e6e7e8;
}

.panel .fc-header .fc-button:active, .panel .fc-header .fc-button.active, .panel .fc-header .fc-button.fc-state-active {
    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);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    color: #333;
    background-color: #d1d3d4;
    border-color: #c6c8cb;
    background-image: none;
}

.panel .fc-header .fc-corner-left {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
}

.panel .fc-header .fc-corner-right {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}

.panel .fc-content table { border: 1px solid #e6e7e8; }

.panel .fc-content table > thead > tr > th, .panel .fc-content table > tbody > tr > th, .panel .fc-content table > tfoot > tr > th, .panel .fc-content table > thead > tr > td, .panel .fc-content table > tbody > tr > td, .panel .fc-content table > tfoot > tr > td { border: 1px solid #e6e7e8; }

.panel .fc-content table > thead > tr > th, .panel .fc-content table > thead > tr > td { border-bottom-width: 2px; }

.fc-event { border-radius: 1px; }

.external-event { cursor: move; }

.toggle-primary .toggle-slide .toggle-on, .toggle-primary .toggle-slide .toggle-on.active { background-color: #4f8edc; }

.toggle-primary .toggle-slide.active .toggle-blob { border: 1px solid #4f8edc; }

.toggle-success .toggle-slide .toggle-on, .toggle-success .toggle-slide .toggle-on.active { background-color: #85c744; }

.toggle-success .toggle-slide.active .toggle-blob { border: 1px solid #85c744; }

.toggle-warning .toggle-slide .toggle-on, .toggle-warning .toggle-slide .toggle-on.active { background-color: #f1c40f; }

.toggle-warning .toggle-slide.active .toggle-blob { border: 1px solid #f1c40f; }

.toggle-danger .toggle-slide .toggle-on, .toggle-danger .toggle-slide .toggle-on.active { background-color: #e73c3c; }

.toggle-danger .toggle-slide.active .toggle-blob { border: 1px solid #e73c3c; }

.toggle-info .toggle-slide .toggle-on, .toggle-info .toggle-slide .toggle-on.active { background-color: #2bbce0; }

.toggle-info .toggle-slide.active .toggle-blob { border: 1px solid #2bbce0; }

.toggle-inverse .toggle-slide .toggle-on, .toggle-inverse .toggle-slide .toggle-on.active { background-color: #4f5259; }

.toggle-inverse .toggle-slide.active .toggle-blob { border: 1px solid #4f5259; }

.toggle-slide { border-radius: 1px; }

.toggle-slide .toggle-blob { border-radius: 1px; }

.gallery {
    overflow: hidden;
    -webkit-transition: all 150ms fade;
    transition: all 150ms fade;
}

.gallery h4 {
    display: none;
    top: 0;
    right: 10px;
    position: absolute;
    text-align: right;
    z-index: 2;
}

.gallery .mix {
    opacity: 0;
    display: none;
    padding: 10px;
    border-top: 1px solid transparent;
}

.gallery .gap {
    display: inline-block;
    width: 200px;
}

.gallery img {
    z-index: 3;
    position: relative;
}

.gallery:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.gallery.full-width li { position: relative; }

.gallery.full-width .mix:not(:first-child) { border-top: 1px solid #e6e7e8; }

.gallery.full-width h4 { display: block; }

.legend .legendLabel { padding-left: 4px; }

.tt-hint {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #4d4d4d;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d3d6;
    border-radius: 1px;
    -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;
    height: 34px;
    padding: 5px 9px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015) !important;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015) !important;
}

.tt-hint:focus {
    border-color: #4d4d4d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(77, 77, 77, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(77, 77, 77, 0.6);
}

.tt-hint:-moz-placeholder { color: #aeafb1; }

.tt-hint::-moz-placeholder {
    color: #aeafb1;
    opacity: 1;
}

.tt-hint:-ms-input-placeholder { color: #aeafb1; }

.tt-hint::-webkit-input-placeholder { color: #aeafb1; }

.tt-hint[disabled], .tt-hint[readonly], fieldset[disabled] .tt-hint {
    cursor: not-allowed;
    background-color: #edeef0;
}

textarea.tt-hint { height: auto; }

select.tt-hint { padding: 6px 9px 5px 4px; }

.tt-dropdown-menu {
    z-index: 1001;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid #ccc;
    border: 1px solid #d2d3d6;
    border-radius: 1px;
    -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;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #000;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#d2d3d6), to(#c5c6ca));
    background-image: -webkit-linear-gradient(top, #d2d3d6 0, #c5c6ca 100%);
    background-image: -moz-linear-gradient(top, #d2d3d6 0, #c5c6ca 100%);
    background-image: linear-gradient(to bottom, #d2d3d6 0, #c5c6ca 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2d3d6', endColorstr='#ffc5c6ca', GradientType=0);
}

.tt-suggestion.tt-is-under-cursor a { color: rgba(255, 255, 255, 0.98); }

.tt-suggestion p { margin: 0; }

.easypiechart {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    text-align: center;
}

.easypiechart .percent {
    position: absolute;
    width: 90px;
    line-height: 90px;
    font-size: 24px;
    font-weight: 300;
    color: #808080;
}

.easypiechart .percent:after { content: '%'; }

.easypiechart + label {
    text-align: center;
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
}

.editable-container .form-group {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 7px;
}

.editable-container .btn { height: 32px; }

.tokenfield .tt-hint {
    font-size: 14px !important;
    line-height: 1 !important;
    border: 0 !important;
    padding: 0 !important;
    height: 19px !important;
}

.show-grid [class*="col-"] {
    background: #e6e7e8;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f7f8fa;
}

.show-grid [class*="col-"]:hover { background: #d2d3d6; }

.demo-example .breadcrumb { margin-bottom: 20px; }

#demo-type-table {
    width: 100%;
    margin: -20px 0 -20px 0;
}

#demo-type-table td { vertical-align: middle; }

#demo-type-table h1, #demo-type-table h2, #demo-type-table h3, #demo-type-table h4, #demo-type-table h5, #demo-type-table h6 { margin: 15px 0; }

#demo-type-table td:last-child { text-align: right; }

#threads, #comments, #users {
    max-height: 420px;
    overflow-x: hidden;
}

#demo-dropdown {
    width: 183px;
    padding: 10px 15px;
}

#demo-dropdown label {
    width: 100px;
    margin-bottom: 0;
}

#demo-dropdown label[for='fixedheader'] { position: relative; }

#demo-dropdown #fixedheader { display: inline-block; }

#demo-dropdown .demo-color-variation {
    display: inline-block;
    position: relative;
    top: 5px;
}

#demo-dropdown .demo-color-variation li { padding-right: 2px; }

#demo-dropdown .demo-color-variation li a {
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 60%;
}

#demo-dropdown .demo-color-variation li a.color-lite { background-color: #e6e7e8; }

#demo-dropdown .demo-color-variation li a.color-steel { background-color: #687285; }

#demo-dropdown .demo-color-variation li a.color-lavender { background-color: #716885; }

#demo-dropdown .demo-color-variation li a.color-black { background-color: #000; }

#demo-dropdown .demo-color-variation li a.color-dark { background-color: #313338; }

#demo-dropdown .demo-color-variation li a.color-red { background-color: #b43e2e; }

#demo-dropdown .demo-color-variation li a.color-green { background-color: #48d09b; }

#demo-dropdown .demo-color-variation li a.color-blue { background-color: #2e5dac; }

@media (max-width: 767px) {
    #demo-dropdown { margin-right: -100px; }

    #demo-dropdown:before { margin-right: 100px; }
}

.demo-blocks {
    width: 50px;
    height: 50px;
    border: 2px solid #e6e7e8;
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px;
}

.demo-blocks:hover { border-color: #d2d3d6; }

.demo-blocks.color-dark { background: #313338; }

.demo-blocks.color-red { background: #b43e2e; }

.demo-blocks.color-green { background: #48d09b; }

.demo-blocks.color-blue { background: #2e5dac; }

.demo-blocks.color-lavender { background: #716885; }

.demo-blocks.pattern-brickwall { background: url(../img/patterns/brickwall.png); }

.demo-blocks.pattern-dark-stripes { background: url(../img/patterns/dark_stripes.png); }

.demo-blocks.pattern-rockywall { background: url(../img/patterns/rockywall.png); }

.demo-blocks.pattern-subtle-carbon { background: url(../img/patterns/subtle_carbon.png); }

.demo-blocks.pattern-tweed { background: url(../img/patterns/tweed.png); }

.demo-blocks.pattern-vertical-cloth { background: url(../img/patterns/vertical_cloth.png); }

.demo-blocks.pattern-grey_wash_wall { background: url(../img/patterns/grey_wash_wall.png); }

.demo-blocks.pattern-pw_maze_black { background: url(../img/patterns/pw_maze_black.png); }

.demo-blocks.pattern-wild_oliva { background: url(../img/patterns/wild_oliva.png); }

.demo-blocks.pattern-stressed_linen { background: url(../img/patterns/stressed_linen.png); }

.demo-blocks.pattern-sos { background: url(../img/patterns/sos.png); }

.colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url('../plugins/form-colorpicker/img/bootstrap-colorpicker/saturation.png');
    cursor: crosshair;
    float: left;
}

.colorpicker-saturation i {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px;
}

.colorpicker-saturation i b {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
}

.colorpicker-hue, .colorpicker-alpha {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px;
}

.colorpicker-hue i, .colorpicker-alpha i {
    display: block;
    height: 1px;
    background: #000;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1px;
}

.colorpicker-hue { background-image: url('../plugins/form-colorpicker/img/bootstrap-colorpicker/hue.png'); }

.colorpicker-alpha {
    background-image: url('../plugins/form-colorpicker/img/bootstrap-colorpicker/alpha.png');
    display: none;
}

.colorpicker {
    top: 0;
    left: 0;
    padding: 4px;
    min-width: 120px;
    max-width: 150px;
    margin-top: 1px;
    z-index: 9999 !important;
}

.colorpicker:before, .colorpicker:after {
    content: " ";
    display: table;
}

.colorpicker:after { clear: both; }

.colorpicker:before, .colorpicker:after {
    content: " ";
    display: table;
}

.colorpicker:after { clear: both; }

.colorpicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.colorpicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.colorpicker div { position: relative; }

.colorpicker.alpha { min-width: 140px; }

.colorpicker.alpha .colorpicker-alpha { display: block; }

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url('../plugins/form-colorpicker/img/bootstrap-colorpicker/alpha.png');
    background-position: 0 100%;
}

.colorpicker-color div { height: 10px; }

.input-group.color .input-group-addon i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline { width: 220px; }

.datepicker.datepicker-rtl { direction: rtl; }

.datepicker.datepicker-rtl table tr td span { float: right; }

.datepicker-dropdown {
    top: 0;
    left: 0;
    width: 220px;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before { left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after { left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before { right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after { right: 7px; }

.datepicker-dropdown.datepicker-orient-top:before { top: -7px; }

.datepicker-dropdown.datepicker-orient-top:after { top: -6px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.datepicker > div { display: none; }

.datepicker.days div.datepicker-days { display: block; }

.datepicker.months div.datepicker-months { display: block; }

.datepicker.years div.datepicker-years { display: block; }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 0;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th { background-color: transparent; }

.datepicker table tr td.day:hover {
    background: #edeef0;
    cursor: pointer;
}

.datepicker table tr td.old, .datepicker table tr td.new { color: #aeafb1; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0;
    color: #aeafb1;
    cursor: default;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
    color: #000;
    background-color: #ffcd70;
    border-color: #f59e00;
}

.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover { background-image: none; }

.datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.today, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today.disabled, fieldset[disabled] .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover.disabled:hover, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today.disabled:hover.disabled:hover, .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today:hover[disabled]:hover, .datepicker table tr td.today.disabled[disabled]:hover, .datepicker table tr td.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today:hover:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today:hover.disabled:focus, .datepicker table tr td.today.disabled.disabled:focus, .datepicker table tr td.today.disabled:hover.disabled:focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today:hover[disabled]:focus, .datepicker table tr td.today.disabled[disabled]:focus, .datepicker table tr td.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover:focus, fieldset[disabled] .datepicker table tr td.today.disabled:focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today:hover.disabled:active, .datepicker table tr td.today.disabled.disabled:active, .datepicker table tr td.today.disabled:hover.disabled:active, .datepicker table tr td.today[disabled]:active, .datepicker table tr td.today:hover[disabled]:active, .datepicker table tr td.today.disabled[disabled]:active, .datepicker table tr td.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.today:active, fieldset[disabled] .datepicker table tr td.today:hover:active, fieldset[disabled] .datepicker table tr td.today.disabled:active, fieldset[disabled] .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today:hover.disabled.active, .datepicker table tr td.today.disabled.disabled.active, .datepicker table tr td.today.disabled:hover.disabled.active, .datepicker table tr td.today[disabled].active, .datepicker table tr td.today:hover[disabled].active, .datepicker table tr td.today.disabled[disabled].active, .datepicker table tr td.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.today.active, fieldset[disabled] .datepicker table tr td.today:hover.active, fieldset[disabled] .datepicker table tr td.today.disabled.active, fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today:hover:hover { color: #000; }

.datepicker table tr td.today.active:hover { color: #fff; }

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #edeef0;
    border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #f6ca78;
    border-color: #f0a418;
    border-radius: 0;
}

.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #f3ba52;
    border-color: #be7f0d;
}

.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover { background-image: none; }

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.range.today, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover.disabled:hover, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today.disabled:hover.disabled:hover, .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today:hover[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled]:hover, .datepicker table tr td.range.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today:hover:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today:hover.disabled:focus, .datepicker table tr td.range.today.disabled.disabled:focus, .datepicker table tr td.range.today.disabled:hover.disabled:focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today:hover[disabled]:focus, .datepicker table tr td.range.today.disabled[disabled]:focus, .datepicker table tr td.range.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today:hover.disabled:active, .datepicker table tr td.range.today.disabled.disabled:active, .datepicker table tr td.range.today.disabled:hover.disabled:active, .datepicker table tr td.range.today[disabled]:active, .datepicker table tr td.range.today:hover[disabled]:active, .datepicker table tr td.range.today.disabled[disabled]:active, .datepicker table tr td.range.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.range.today:active, fieldset[disabled] .datepicker table tr td.range.today:hover:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today:hover.disabled.active, .datepicker table tr td.range.today.disabled.disabled.active, .datepicker table tr td.range.today.disabled:hover.disabled.active, .datepicker table tr td.range.today[disabled].active, .datepicker table tr td.range.today:hover[disabled].active, .datepicker table tr td.range.today.disabled[disabled].active, .datepicker table tr td.range.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.range.today.active, fieldset[disabled] .datepicker table tr td.range.today:hover.active, fieldset[disabled] .datepicker table tr td.range.today.disabled.active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #f6ca78;
    border-color: #f0a418;
}

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #aeafb1;
    border-color: #4f5259;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #999a9d;
    border-color: #323439;
}

.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover { background-image: none; }

.datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.selected, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.disabled, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover.disabled:hover, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected.disabled:hover.disabled:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected:hover[disabled]:hover, .datepicker table tr td.selected.disabled[disabled]:hover, .datepicker table tr td.selected.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected:hover:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected:hover.disabled:focus, .datepicker table tr td.selected.disabled.disabled:focus, .datepicker table tr td.selected.disabled:hover.disabled:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected:hover[disabled]:focus, .datepicker table tr td.selected.disabled[disabled]:focus, .datepicker table tr td.selected.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected:hover.disabled:active, .datepicker table tr td.selected.disabled.disabled:active, .datepicker table tr td.selected.disabled:hover.disabled:active, .datepicker table tr td.selected[disabled]:active, .datepicker table tr td.selected:hover[disabled]:active, .datepicker table tr td.selected.disabled[disabled]:active, .datepicker table tr td.selected.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.selected:active, fieldset[disabled] .datepicker table tr td.selected:hover:active, fieldset[disabled] .datepicker table tr td.selected.disabled:active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected:hover.disabled.active, .datepicker table tr td.selected.disabled.disabled.active, .datepicker table tr td.selected.disabled:hover.disabled.active, .datepicker table tr td.selected[disabled].active, .datepicker table tr td.selected:hover[disabled].active, .datepicker table tr td.selected.disabled[disabled].active, .datepicker table tr td.selected.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.selected.active, fieldset[disabled] .datepicker table tr td.selected:hover.active, fieldset[disabled] .datepicker table tr td.selected.disabled.active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
    background-color: #aeafb1;
    border-color: #4f5259;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #4f8edc;
    border-color: #4f8edc;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #0090d0;
    border-color: #276ec6;
}

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover { background-image: none; }

.datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.active, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.disabled, fieldset[disabled] .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover.disabled:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled:hover.disabled:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active:hover[disabled]:hover, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active:hover:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active:hover.disabled:focus, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled:hover.disabled:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active:hover[disabled]:focus, .datepicker table tr td.active.disabled[disabled]:focus, .datepicker table tr td.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover:focus, fieldset[disabled] .datepicker table tr td.active.disabled:focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active:hover.disabled:active, .datepicker table tr td.active.disabled.disabled:active, .datepicker table tr td.active.disabled:hover.disabled:active, .datepicker table tr td.active[disabled]:active, .datepicker table tr td.active:hover[disabled]:active, .datepicker table tr td.active.disabled[disabled]:active, .datepicker table tr td.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.active:active, fieldset[disabled] .datepicker table tr td.active:hover:active, fieldset[disabled] .datepicker table tr td.active.disabled:active, fieldset[disabled] .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active:hover.disabled.active, .datepicker table tr td.active.disabled.disabled.active, .datepicker table tr td.active.disabled:hover.disabled.active, .datepicker table tr td.active[disabled].active, .datepicker table tr td.active:hover[disabled].active, .datepicker table tr td.active.disabled[disabled].active, .datepicker table tr td.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.active.active, fieldset[disabled] .datepicker table tr td.active:hover.active, fieldset[disabled] .datepicker table tr td.active.disabled.active, fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
    background-color: #4f8edc;
    border-color: #4f8edc;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker table tr td span:hover { background: #edeef0; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: 0;
    color: #aeafb1;
    cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #4f8edc;
    border-color: #4f8edc;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #0090d0;
    border-color: #276ec6;
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover { background-image: none; }

.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td span.active, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active.disabled, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active:hover.disabled:active, .datepicker table tr td span.active.disabled.disabled:active, .datepicker table tr td span.active.disabled:hover.disabled:active, .datepicker table tr td span.active[disabled]:active, .datepicker table tr td span.active:hover[disabled]:active, .datepicker table tr td span.active.disabled[disabled]:active, .datepicker table tr td span.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td span.active:active, fieldset[disabled] .datepicker table tr td span.active:hover:active, fieldset[disabled] .datepicker table tr td span.active.disabled:active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active:hover.disabled.active, .datepicker table tr td span.active.disabled.disabled.active, .datepicker table tr td span.active.disabled:hover.disabled.active, .datepicker table tr td span.active[disabled].active, .datepicker table tr td span.active:hover[disabled].active, .datepicker table tr td span.active.disabled[disabled].active, .datepicker table tr td span.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td span.active.active, fieldset[disabled] .datepicker table tr td span.active:hover.active, fieldset[disabled] .datepicker table tr td span.active.disabled.active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
    background-color: #4f8edc;
    border-color: #4f8edc;
}

.datepicker table tr td span.old, .datepicker table tr td span.new { color: #aeafb1; }

.datepicker th.datepicker-switch { width: 145px; }

.datepicker thead tr:first-child th, .datepicker tfoot tr th { cursor: pointer; }

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover { background: #edeef0; }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input { text-align: center; }

.input-daterange input:first-child { border-radius: 3px 0 0 3px; }

.input-daterange input:last-child { border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #edeef0;
    border: solid #d2d3d6;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    cursor: pointer;
}

.fileinput {
    margin-bottom: 9px;
    display: inline-block;
}

.fileinput .uneditable-input {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}

.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileinput .thumbnail > img { max-height: 100%; }

.fileinput .btn { vertical-align: middle; }

.fileinput .input-group-addon {
    padding: 7px 15px;
    font-weight: 600;
}

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists { display: none; }

.fileinput-inline .fileinput-controls { display: inline; }

.fileinput .uneditable-input { white-space: normal; }

.fileinput-new .input-group .btn-file { border-radius: 0 1px 1px 0; }

.fileinput-new .input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-sm { border-radius: 0 1px 1px 0; }

.fileinput-new .input-group .btn-file.btn-lg { border-radius: 0 1px 1px 0; }

.form-group.has-warning .fileinput .uneditable-input {
    color: #927608;
    border-color: #f7dc6f;
}

.form-group.has-warning .fileinput .fileinput-preview { color: #927608; }

.form-group.has-warning .fileinput .thumbnail { border-color: #f7dc6f; }

.form-group.has-error .fileinput .uneditable-input {
    color: #a81515;
    border-color: #f29797;
}

.form-group.has-error .fileinput .fileinput-preview { color: #a81515; }

.form-group.has-error .fileinput .thumbnail { border-color: #f29797; }

.form-group.has-success .fileinput .uneditable-input {
    color: #527f26;
    border-color: #b8df92;
}

.form-group.has-success .fileinput .fileinput-preview { color: #527f26; }

.form-group.has-success .fileinput .thumbnail { border-color: #b8df92; }

.input-group-addon:not(:first-child) { border-left: 0; }

/* Pretty printing styles. Used with prettify.js.
 *
 * This version is slight modified based on the original version.
 *
 * Name:  Stanley Ng
 * Email:   stanleyhlng@googlegroups.com
 * 
 * Reference:
 * http://code.google.com/p/google-code-prettify/source/browse/trunk/src/prettify.css
 */

.pln { color: #48484C; }

.str { color: #DD1144; }

.kwd { color: #1E347B; }

.com { color: #93A1A1; }

.typ { color: teal; }

.lit { color: #195F91; }

.pun { color: #93A1A1; }

.opn { color: #93A1A1; }

.clo { color: #93A1A1; }

.tag { color: #008; }

.atn { color: teal; }

.atv { color: #DD1144; }

.dec { color: teal; }

.var { color: teal; }

.fun { color: #DC322F; }

/* Put a border around prettyprinted code snippets. */

pre.prettyprint {
    background-color: #F7F7F9;
    padding: 10px;
    border: 1px solid #E1E1E8;
    margin-bottom: 20px 0 !important;
}

pre.prettyprint.linenums { box-shadow: 40px 0 0 #FBFBFC inset, 41px 0 0 #ECECF0 inset; }

/* Specify class=linenums on a pre to get line numbering */

ol.linenums {
    color: #1E347B;
    /*  margin: 0 0 0 40px; */
    margin: 0;
}

ol.linenums li {
    color: #BEBEC5;
    line-height: 18px;
    padding-left: 12px;
    text-shadow: 0 0px 0 #FFFFFF;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 { list-style: normal; }

/* Alternate shading for lines */

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 { background: #eee; }

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

/*
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */

[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.33333em;
}

a [class^="icon-"], a [class*=" icon-"] { display: inline; }

[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.14286em;
    text-align: right;
    padding-right: 0.28571em;
}

[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large { width: 1.42857em; }

.icons-ul {
    margin-left: 2.14286em;
    list-style-type: none;
}

.icons-ul > li { position: relative; }

.icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit;
}

[class^="icon-"].hide, [class*=" icon-"].hide { display: none; }

.icon-muted { color: #eee; }

.icon-light { color: #fff; }

.icon-dark { color: #333; }

.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-2x { font-size: 2em; }

.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.icon-3x { font-size: 3em; }

.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.icon-4x { font-size: 4em; }

.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.icon-5x { font-size: 5em; }

.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.pull-right { float: right; }

.pull-left { float: left; }

[class^="icon-"].pull-left, [class*=" icon-"].pull-left { margin-right: .3em; }

[class^="icon-"].pull-right, [class*=" icon-"].pull-right { margin-left: .3em; }

[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] { background-image: none; }

.btn [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large, .nav [class*=" icon-"].icon-large { line-height: .9em; }

.btn [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .nav [class*=" icon-"].icon-spin { display: inline-block; }

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"], .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large, .nav-pills [class*=" icon-"], .nav-pills [class*=" icon-"].icon-large { line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x { margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large { line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x { margin-top: .25em; }

.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] { margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x { margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x { margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x { margin-left: .2em; }

.nav-list [class^="icon-"], .nav-list [class*=" icon-"] { line-height: inherit; }

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em;
}

.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em;
}

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

a .icon-stack, a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(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); }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before { display: inline-block; }

.icon-glass:before { content: "\f000"; }

.icon-music:before { content: "\f001"; }

.icon-search:before { content: "\f002"; }

.icon-envelope-alt:before { content: "\f003"; }

.icon-heart:before { content: "\f004"; }

.icon-star:before { content: "\f005"; }

.icon-star-empty:before { content: "\f006"; }

.icon-user:before { content: "\f007"; }

.icon-film:before { content: "\f008"; }

.icon-th-large:before { content: "\f009"; }

.icon-th:before { content: "\f00a"; }

.icon-th-list:before { content: "\f00b"; }

.icon-ok:before { content: "\f00c"; }

.icon-remove:before { content: "\f00d"; }

.icon-zoom-in:before { content: "\f00e"; }

.icon-zoom-out:before { content: "\f010"; }

.icon-power-off:before, .icon-off:before { content: "\f011"; }

.icon-signal:before { content: "\f012"; }

.icon-gear:before, .icon-cog:before { content: "\f013"; }

.icon-trash:before { content: "\f014"; }

.icon-home:before { content: "\f015"; }

.icon-file-alt:before { content: "\f016"; }

.icon-time:before { content: "\f017"; }

.icon-road:before { content: "\f018"; }

.icon-download-alt:before { content: "\f019"; }

.icon-download:before { content: "\f01a"; }

.icon-upload:before { content: "\f01b"; }

.icon-inbox:before { content: "\f01c"; }

.icon-play-circle:before { content: "\f01d"; }

.icon-rotate-right:before, .icon-repeat:before { content: "\f01e"; }

.icon-refresh:before { content: "\f021"; }

.icon-list-alt:before { content: "\f022"; }

.icon-lock:before { content: "\f023"; }

.icon-flag:before { content: "\f024"; }

.icon-headphones:before { content: "\f025"; }

.icon-volume-off:before { content: "\f026"; }

.icon-volume-down:before { content: "\f027"; }

.icon-volume-up:before { content: "\f028"; }

.icon-qrcode:before { content: "\f029"; }

.icon-barcode:before { content: "\f02a"; }

.icon-tag:before { content: "\f02b"; }

.icon-tags:before { content: "\f02c"; }

.icon-book:before { content: "\f02d"; }

.icon-bookmark:before { content: "\f02e"; }

.icon-print:before { content: "\f02f"; }

.icon-camera:before { content: "\f030"; }

.icon-font:before { content: "\f031"; }

.icon-bold:before { content: "\f032"; }

.icon-italic:before { content: "\f033"; }

.icon-text-height:before { content: "\f034"; }

.icon-text-width:before { content: "\f035"; }

.icon-align-left:before { content: "\f036"; }

.icon-align-center:before { content: "\f037"; }

.icon-align-right:before { content: "\f038"; }

.icon-align-justify:before { content: "\f039"; }

.icon-list:before { content: "\f03a"; }

.icon-indent-left:before { content: "\f03b"; }

.icon-indent-right:before { content: "\f03c"; }

.icon-facetime-video:before { content: "\f03d"; }

.icon-picture:before { content: "\f03e"; }

.icon-pencil:before { content: "\f040"; }

.icon-map-marker:before { content: "\f041"; }

.icon-adjust:before { content: "\f042"; }

.icon-tint:before { content: "\f043"; }

.icon-edit:before { content: "\f044"; }

.icon-share:before { content: "\f045"; }

.icon-check:before { content: "\f046"; }

.icon-move:before { content: "\f047"; }

.icon-step-backward:before { content: "\f048"; }

.icon-fast-backward:before { content: "\f049"; }

.icon-backward:before { content: "\f04a"; }

.icon-play:before { content: "\f04b"; }

.icon-pause:before { content: "\f04c"; }

.icon-stop:before { content: "\f04d"; }

.icon-forward:before { content: "\f04e"; }

.icon-fast-forward:before { content: "\f050"; }

.icon-step-forward:before { content: "\f051"; }

.icon-eject:before { content: "\f052"; }

.icon-chevron-left:before { content: "\f053"; }

.icon-chevron-right:before { content: "\f054"; }

.icon-plus-sign:before { content: "\f055"; }

.icon-minus-sign:before { content: "\f056"; }

.icon-remove-sign:before { content: "\f057"; }

.icon-ok-sign:before { content: "\f058"; }

.icon-question-sign:before { content: "\f059"; }

.icon-info-sign:before { content: "\f05a"; }

.icon-screenshot:before { content: "\f05b"; }

.icon-remove-circle:before { content: "\f05c"; }

.icon-ok-circle:before { content: "\f05d"; }

.icon-ban-circle:before { content: "\f05e"; }

.icon-arrow-left:before { content: "\f060"; }

.icon-arrow-right:before { content: "\f061"; }

.icon-arrow-up:before { content: "\f062"; }

.icon-arrow-down:before { content: "\f063"; }

.icon-mail-forward:before, .icon-share-alt:before { content: "\f064"; }

.icon-resize-full:before { content: "\f065"; }

.icon-resize-small:before { content: "\f066"; }

.icon-plus:before { content: "\f067"; }

.icon-minus:before { content: "\f068"; }

.icon-asterisk:before { content: "\f069"; }

.icon-exclamation-sign:before { content: "\f06a"; }

.icon-gift:before { content: "\f06b"; }

.icon-leaf:before { content: "\f06c"; }

.icon-fire:before { content: "\f06d"; }

.icon-eye-open:before { content: "\f06e"; }

.icon-eye-close:before { content: "\f070"; }

.icon-warning-sign:before { content: "\f071"; }

.icon-plane:before { content: "\f072"; }

.icon-calendar:before { content: "\f073"; }

.icon-random:before { content: "\f074"; }

.icon-comment:before { content: "\f075"; }

.icon-magnet:before { content: "\f076"; }

.icon-chevron-up:before { content: "\f077"; }

.icon-chevron-down:before { content: "\f078"; }

.icon-retweet:before { content: "\f079"; }

.icon-shopping-cart:before { content: "\f07a"; }

.icon-folder-close:before { content: "\f07b"; }

.icon-folder-open:before { content: "\f07c"; }

.icon-resize-vertical:before { content: "\f07d"; }

.icon-resize-horizontal:before { content: "\f07e"; }

.icon-bar-chart:before { content: "\f080"; }

.icon-twitter-sign:before { content: "\f081"; }

.icon-facebook-sign:before { content: "\f082"; }

.icon-camera-retro:before { content: "\f083"; }

.icon-key:before { content: "\f084"; }

.icon-gears:before, .icon-cogs:before { content: "\f085"; }

.icon-comments:before { content: "\f086"; }

.icon-thumbs-up-alt:before { content: "\f087"; }

.icon-thumbs-down-alt:before { content: "\f088"; }

.icon-star-half:before { content: "\f089"; }

.icon-heart-empty:before { content: "\f08a"; }

.icon-signout:before { content: "\f08b"; }

.icon-linkedin-sign:before { content: "\f08c"; }

.icon-pushpin:before { content: "\f08d"; }

.icon-external-link:before { content: "\f08e"; }

.icon-signin:before { content: "\f090"; }

.icon-trophy:before { content: "\f091"; }

.icon-github-sign:before { content: "\f092"; }

.icon-upload-alt:before { content: "\f093"; }

.icon-lemon:before { content: "\f094"; }

.icon-phone:before { content: "\f095"; }

.icon-unchecked:before, .icon-check-empty:before { content: "\f096"; }

.icon-bookmark-empty:before { content: "\f097"; }

.icon-phone-sign:before { content: "\f098"; }

.icon-twitter:before { content: "\f099"; }

.icon-facebook:before { content: "\f09a"; }

.icon-github:before { content: "\f09b"; }

.icon-unlock:before { content: "\f09c"; }

.icon-credit-card:before { content: "\f09d"; }

.icon-rss:before { content: "\f09e"; }

.icon-hdd:before { content: "\f0a0"; }

.icon-bullhorn:before { content: "\f0a1"; }

.icon-bell:before { content: "\f0a2"; }

.icon-certificate:before { content: "\f0a3"; }

.icon-hand-right:before { content: "\f0a4"; }

.icon-hand-left:before { content: "\f0a5"; }

.icon-hand-up:before { content: "\f0a6"; }

.icon-hand-down:before { content: "\f0a7"; }

.icon-circle-arrow-left:before { content: "\f0a8"; }

.icon-circle-arrow-right:before { content: "\f0a9"; }

.icon-circle-arrow-up:before { content: "\f0aa"; }

.icon-circle-arrow-down:before { content: "\f0ab"; }

.icon-globe:before { content: "\f0ac"; }

.icon-wrench:before { content: "\f0ad"; }

.icon-tasks:before { content: "\f0ae"; }

.icon-filter:before { content: "\f0b0"; }

.icon-briefcase:before { content: "\f0b1"; }

.icon-fullscreen:before { content: "\f0b2"; }

.icon-group:before { content: "\f0c0"; }

.icon-link:before { content: "\f0c1"; }

.icon-cloud:before { content: "\f0c2"; }

.icon-beaker:before { content: "\f0c3"; }

.icon-cut:before { content: "\f0c4"; }

.icon-copy:before { content: "\f0c5"; }

.icon-paperclip:before, .icon-paper-clip:before { content: "\f0c6"; }

.icon-save:before { content: "\f0c7"; }

.icon-sign-blank:before { content: "\f0c8"; }

.icon-reorder:before { content: "\f0c9"; }

.icon-list-ul:before { content: "\f0ca"; }

.icon-list-ol:before { content: "\f0cb"; }

.icon-strikethrough:before { content: "\f0cc"; }

.icon-underline:before { content: "\f0cd"; }

.icon-table:before { content: "\f0ce"; }

.icon-magic:before { content: "\f0d0"; }

.icon-truck:before { content: "\f0d1"; }

.icon-pinterest:before { content: "\f0d2"; }

.icon-pinterest-sign:before { content: "\f0d3"; }

.icon-google-plus-sign:before { content: "\f0d4"; }

.icon-google-plus:before { content: "\f0d5"; }

.icon-money:before { content: "\f0d6"; }

.icon-caret-down:before { content: "\f0d7"; }

.icon-caret-up:before { content: "\f0d8"; }

.icon-caret-left:before { content: "\f0d9"; }

.icon-caret-right:before { content: "\f0da"; }

.icon-columns:before { content: "\f0db"; }

.icon-sort:before { content: "\f0dc"; }

.icon-sort-down:before { content: "\f0dd"; }

.icon-sort-up:before { content: "\f0de"; }

.icon-envelope:before { content: "\f0e0"; }

.icon-linkedin:before { content: "\f0e1"; }

.icon-rotate-left:before, .icon-undo:before { content: "\f0e2"; }

.icon-legal:before { content: "\f0e3"; }

.icon-dashboard:before { content: "\f0e4"; }

.icon-comment-alt:before { content: "\f0e5"; }

.icon-comments-alt:before { content: "\f0e6"; }

.icon-bolt:before { content: "\f0e7"; }

.icon-sitemap:before { content: "\f0e8"; }

.icon-umbrella:before { content: "\f0e9"; }

.icon-paste:before { content: "\f0ea"; }

.icon-lightbulb:before { content: "\f0eb"; }

.icon-exchange:before { content: "\f0ec"; }

.icon-cloud-download:before { content: "\f0ed"; }

.icon-cloud-upload:before { content: "\f0ee"; }

.icon-user-md:before { content: "\f0f0"; }

.icon-stethoscope:before { content: "\f0f1"; }

.icon-suitcase:before { content: "\f0f2"; }

.icon-bell-alt:before { content: "\f0f3"; }

.icon-coffee:before { content: "\f0f4"; }

.icon-food:before { content: "\f0f5"; }

.icon-file-text-alt:before { content: "\f0f6"; }

.icon-building:before { content: "\f0f7"; }

.icon-hospital:before { content: "\f0f8"; }

.icon-ambulance:before { content: "\f0f9"; }

.icon-medkit:before { content: "\f0fa"; }

.icon-fighter-jet:before { content: "\f0fb"; }

.icon-beer:before { content: "\f0fc"; }

.icon-h-sign:before { content: "\f0fd"; }

.icon-plus-sign-alt:before { content: "\f0fe"; }

.icon-double-angle-left:before { content: "\f100"; }

.icon-double-angle-right:before { content: "\f101"; }

.icon-double-angle-up:before { content: "\f102"; }

.icon-double-angle-down:before { content: "\f103"; }

.icon-angle-left:before { content: "\f104"; }

.icon-angle-right:before { content: "\f105"; }

.icon-angle-up:before { content: "\f106"; }

.icon-angle-down:before { content: "\f107"; }

.icon-desktop:before { content: "\f108"; }

.icon-laptop:before { content: "\f109"; }

.icon-tablet:before { content: "\f10a"; }

.icon-mobile-phone:before { content: "\f10b"; }

.icon-circle-blank:before { content: "\f10c"; }

.icon-quote-left:before { content: "\f10d"; }

.icon-quote-right:before { content: "\f10e"; }

.icon-spinner:before { content: "\f110"; }

.icon-circle:before { content: "\f111"; }

.icon-mail-reply:before, .icon-reply:before { content: "\f112"; }

.icon-github-alt:before { content: "\f113"; }

.icon-folder-close-alt:before { content: "\f114"; }

.icon-folder-open-alt:before { content: "\f115"; }

.icon-expand-alt:before { content: "\f116"; }

.icon-collapse-alt:before { content: "\f117"; }

.icon-smile:before { content: "\f118"; }

.icon-frown:before { content: "\f119"; }

.icon-meh:before { content: "\f11a"; }

.icon-gamepad:before { content: "\f11b"; }

.icon-keyboard:before { content: "\f11c"; }

.icon-flag-alt:before { content: "\f11d"; }

.icon-flag-checkered:before { content: "\f11e"; }

.icon-terminal:before { content: "\f120"; }

.icon-code:before { content: "\f121"; }

.icon-reply-all:before { content: "\f122"; }

.icon-mail-reply-all:before { content: "\f122"; }

.icon-star-half-full:before, .icon-star-half-empty:before { content: "\f123"; }

.icon-location-arrow:before { content: "\f124"; }

.icon-crop:before { content: "\f125"; }

.icon-code-fork:before { content: "\f126"; }

.icon-unlink:before { content: "\f127"; }

.icon-question:before { content: "\f128"; }

.icon-info:before { content: "\f129"; }

.icon-exclamation:before { content: "\f12a"; }

.icon-superscript:before { content: "\f12b"; }

.icon-subscript:before { content: "\f12c"; }

.icon-eraser:before { content: "\f12d"; }

.icon-puzzle-piece:before { content: "\f12e"; }

.icon-microphone:before { content: "\f130"; }

.icon-microphone-off:before { content: "\f131"; }

.icon-shield:before { content: "\f132"; }

.icon-calendar-empty:before { content: "\f133"; }

.icon-fire-extinguisher:before { content: "\f134"; }

.icon-rocket:before { content: "\f135"; }

.icon-maxcdn:before { content: "\f136"; }

.icon-chevron-sign-left:before { content: "\f137"; }

.icon-chevron-sign-right:before { content: "\f138"; }

.icon-chevron-sign-up:before { content: "\f139"; }

.icon-chevron-sign-down:before { content: "\f13a"; }

.icon-html5:before { content: "\f13b"; }

.icon-css3:before { content: "\f13c"; }

.icon-anchor:before { content: "\f13d"; }

.icon-unlock-alt:before { content: "\f13e"; }

.icon-bullseye:before { content: "\f140"; }

.icon-ellipsis-horizontal:before { content: "\f141"; }

.icon-ellipsis-vertical:before { content: "\f142"; }

.icon-rss-sign:before { content: "\f143"; }

.icon-play-sign:before { content: "\f144"; }

.icon-ticket:before { content: "\f145"; }

.icon-minus-sign-alt:before { content: "\f146"; }

.icon-check-minus:before { content: "\f147"; }

.icon-level-up:before { content: "\f148"; }

.icon-level-down:before { content: "\f149"; }

.icon-check-sign:before { content: "\f14a"; }

.icon-edit-sign:before { content: "\f14b"; }

.icon-external-link-sign:before { content: "\f14c"; }

.icon-share-sign:before { content: "\f14d"; }

.icon-compass:before { content: "\f14e"; }

.icon-collapse:before { content: "\f150"; }

.icon-collapse-top:before { content: "\f151"; }

.icon-expand:before { content: "\f152"; }

.icon-euro:before, .icon-eur:before { content: "\f153"; }

.icon-gbp:before { content: "\f154"; }

.icon-dollar:before, .icon-usd:before { content: "\f155"; }

.icon-rupee:before, .icon-inr:before { content: "\f156"; }

.icon-yen:before, .icon-jpy:before { content: "\f157"; }

.icon-renminbi:before, .icon-cny:before { content: "\f158"; }

.icon-won:before, .icon-krw:before { content: "\f159"; }

.icon-bitcoin:before, .icon-btc:before { content: "\f15a"; }

.icon-file:before { content: "\f15b"; }

.icon-file-text:before { content: "\f15c"; }

.icon-sort-by-alphabet:before { content: "\f15d"; }

.icon-sort-by-alphabet-alt:before { content: "\f15e"; }

.icon-sort-by-attributes:before { content: "\f160"; }

.icon-sort-by-attributes-alt:before { content: "\f161"; }

.icon-sort-by-order:before { content: "\f162"; }

.icon-sort-by-order-alt:before { content: "\f163"; }

.icon-thumbs-up:before { content: "\f164"; }

.icon-thumbs-down:before { content: "\f165"; }

.icon-youtube-sign:before { content: "\f166"; }

.icon-youtube:before { content: "\f167"; }

.icon-xing:before { content: "\f168"; }

.icon-xing-sign:before { content: "\f169"; }

.icon-youtube-play:before { content: "\f16a"; }

.icon-dropbox:before { content: "\f16b"; }

.icon-stackexchange:before { content: "\f16c"; }

.icon-instagram:before { content: "\f16d"; }

.icon-flickr:before { content: "\f16e"; }

.icon-adn:before { content: "\f170"; }

.icon-bitbucket:before { content: "\f171"; }

.icon-bitbucket-sign:before { content: "\f172"; }

.icon-tumblr:before { content: "\f173"; }

.icon-tumblr-sign:before { content: "\f174"; }

.icon-long-arrow-down:before { content: "\f175"; }

.icon-long-arrow-up:before { content: "\f176"; }

.icon-long-arrow-left:before { content: "\f177"; }

.icon-long-arrow-right:before { content: "\f178"; }

.icon-apple:before { content: "\f179"; }

.icon-windows:before { content: "\f17a"; }

.icon-android:before { content: "\f17b"; }

.icon-linux:before { content: "\f17c"; }

.icon-dribbble:before { content: "\f17d"; }

.icon-skype:before { content: "\f17e"; }

.icon-foursquare:before { content: "\f180"; }

.icon-trello:before { content: "\f181"; }

.icon-female:before { content: "\f182"; }

.icon-male:before { content: "\f183"; }

.icon-gittip:before { content: "\f184"; }

.icon-sun:before { content: "\f185"; }

.icon-moon:before { content: "\f186"; }

.icon-archive:before { content: "\f187"; }

.icon-bug:before { content: "\f188"; }

.icon-vk:before { content: "\f189"; }

.icon-weibo:before { content: "\f18a"; }

.icon-renren:before { content: "\f18b"; }

/*
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */

html, html .halflings { -webkit-font-smoothing: antialiased !important; }

@font-face {
    font-family: 'Glyphicons';
    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");
    font-weight: normal;
    font-style: normal;
}

[class^="glyphicon-"], [class*=" glyphicon-"] {
    font-family: 'Glyphicons';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: 15px;
    vertical-align: middle;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

[class^="glyphicon-"]:before, [class*=" glyphicon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

a [class^="glyphicon-"], a [class*=" glyphicon-"] { display: inline-block; }

li [class^="glyphicon-"], li [class*=" glyphicon-"], .nav li [class^="glyphicon-"], .nav li [class*=" glyphicon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

.glyphicon-glass:before { content: "\e001"; }

.glyphicon-leaf:before { content: "\e002"; }

.glyphicon-dog:before { content: "\e003"; }

.glyphicon-user:before { content: "\e004"; }

.glyphicon-girl:before { content: "\e005"; }

.glyphicon-car:before { content: "\e006"; }

.glyphicon-user_add:before { content: "\e007"; }

.glyphicon-user_remove:before { content: "\e008"; }

.glyphicon-film:before { content: "\e009"; }

.glyphicon-magic:before { content: "\e010"; }

.glyphicon-envelope:before { content: "\2709"; }

.glyphicon-camera:before { content: "\e012"; }

.glyphicon-heart:before { content: "\e013"; }

.glyphicon-beach_umbrella:before { content: "\e014"; }

.glyphicon-train:before { content: "\e015"; }

.glyphicon-print:before { content: "\e016"; }

.glyphicon-bin:before { content: "\e017"; }

.glyphicon-music:before { content: "\e018"; }

.glyphicon-note:before { content: "\e019"; }

.glyphicon-heart_empty:before { content: "\e020"; }

.glyphicon-home:before { content: "\e021"; }

.glyphicon-snowflake:before { content: "\2744"; }

.glyphicon-fire:before { content: "\e023"; }

.glyphicon-magnet:before { content: "\e024"; }

.glyphicon-parents:before { content: "\e025"; }

.glyphicon-binoculars:before { content: "\e026"; }

.glyphicon-road:before { content: "\e027"; }

.glyphicon-search:before { content: "\e028"; }

.glyphicon-cars:before { content: "\e029"; }

.glyphicon-notes_2:before { content: "\e030"; }

.glyphicon-pencil:before { content: "\270F"; }

.glyphicon-bus:before { content: "\e032"; }

.glyphicon-wifi_alt:before { content: "\e033"; }

.glyphicon-luggage:before { content: "\e034"; }

.glyphicon-old_man:before { content: "\e035"; }

.glyphicon-woman:before { content: "\e036"; }

.glyphicon-file:before { content: "\e037"; }

.glyphicon-coins:before { content: "\e038"; }

.glyphicon-airplane:before { content: "\2708"; }

.glyphicon-notes:before { content: "\e040"; }

.glyphicon-stats:before { content: "\e041"; }

.glyphicon-charts:before { content: "\e042"; }

.glyphicon-pie_chart:before { content: "\e043"; }

.glyphicon-group:before { content: "\e044"; }

.glyphicon-keys:before { content: "\e045"; }

.glyphicon-calendar:before { content: "\e046"; }

.glyphicon-router:before { content: "\e047"; }

.glyphicon-camera_small:before { content: "\e048"; }

.glyphicon-dislikes:before { content: "\e049"; }

.glyphicon-star:before { content: "\e050"; }

.glyphicon-link:before { content: "\e051"; }

.glyphicon-eye_open:before { content: "\e052"; }

.glyphicon-eye_close:before { content: "\e053"; }

.glyphicon-alarm:before { content: "\e054"; }

.glyphicon-clock:before { content: "\e055"; }

.glyphicon-stopwatch:before { content: "\e056"; }

.glyphicon-projector:before { content: "\e057"; }

.glyphicon-history:before { content: "\e058"; }

.glyphicon-truck:before { content: "\e059"; }

.glyphicon-cargo:before { content: "\e060"; }

.glyphicon-compass:before { content: "\e061"; }

.glyphicon-keynote:before { content: "\e062"; }

.glyphicon-paperclip:before { content: "\e063"; }

.glyphicon-power:before { content: "\e064"; }

.glyphicon-lightbulb:before { content: "\e065"; }

.glyphicon-tag:before { content: "\e066"; }

.glyphicon-tags:before { content: "\e067"; }

.glyphicon-cleaning:before { content: "\e068"; }

.glyphicon-ruller:before { content: "\e069"; }

.glyphicon-gift:before { content: "\e070"; }

.glyphicon-umbrella:before { content: "\2602"; }

.glyphicon-book:before { content: "\e072"; }

.glyphicon-bookmark:before { content: "\e073"; }

.glyphicon-wifi:before { content: "\e074"; }

.glyphicon-cup:before { content: "\e075"; }

.glyphicon-stroller:before { content: "\e076"; }

.glyphicon-headphones:before { content: "\e077"; }

.glyphicon-headset:before { content: "\e078"; }

.glyphicon-warning_sign:before { content: "\e079"; }

.glyphicon-signal:before { content: "\e080"; }

.glyphicon-retweet:before { content: "\e081"; }

.glyphicon-refresh:before { content: "\e082"; }

.glyphicon-roundabout:before { content: "\e083"; }

.glyphicon-random:before { content: "\e084"; }

.glyphicon-heat:before { content: "\e085"; }

.glyphicon-repeat:before { content: "\e086"; }

.glyphicon-display:before { content: "\e087"; }

.glyphicon-log_book:before { content: "\e088"; }

.glyphicon-adress_book:before { content: "\e089"; }

.glyphicon-building:before { content: "\e090"; }

.glyphicon-eyedropper:before { content: "\e091"; }

.glyphicon-adjust:before { content: "\e092"; }

.glyphicon-tint:before { content: "\e093"; }

.glyphicon-crop:before { content: "\e094"; }

.glyphicon-vector_path_square:before { content: "\e095"; }

.glyphicon-vector_path_circle:before { content: "\e096"; }

.glyphicon-vector_path_polygon:before { content: "\e097"; }

.glyphicon-vector_path_line:before { content: "\e098"; }

.glyphicon-vector_path_curve:before { content: "\e099"; }

.glyphicon-vector_path_all:before { content: "\e100"; }

.glyphicon-font:before { content: "\e101"; }

.glyphicon-italic:before { content: "\e102"; }

.glyphicon-bold:before { content: "\e103"; }

.glyphicon-text_underline:before { content: "\e104"; }

.glyphicon-text_strike:before { content: "\e105"; }

.glyphicon-text_height:before { content: "\e106"; }

.glyphicon-text_width:before { content: "\e107"; }

.glyphicon-text_resize:before { content: "\e108"; }

.glyphicon-left_indent:before { content: "\e109"; }

.glyphicon-right_indent:before { content: "\e110"; }

.glyphicon-align_left:before { content: "\e111"; }

.glyphicon-align_center:before { content: "\e112"; }

.glyphicon-align_right:before { content: "\e113"; }

.glyphicon-justify:before { content: "\e114"; }

.glyphicon-list:before { content: "\e115"; }

.glyphicon-text_smaller:before { content: "\e116"; }

.glyphicon-text_bigger:before { content: "\e117"; }

.glyphicon-embed:before { content: "\e118"; }

.glyphicon-embed_close:before { content: "\e119"; }

.glyphicon-table:before { content: "\e120"; }

.glyphicon-message_full:before { content: "\e121"; }

.glyphicon-message_empty:before { content: "\e122"; }

.glyphicon-message_in:before { content: "\e123"; }

.glyphicon-message_out:before { content: "\e124"; }

.glyphicon-message_plus:before { content: "\e125"; }

.glyphicon-message_minus:before { content: "\e126"; }

.glyphicon-message_ban:before { content: "\e127"; }

.glyphicon-message_flag:before { content: "\e128"; }

.glyphicon-message_lock:before { content: "\e129"; }

.glyphicon-message_new:before { content: "\e130"; }

.glyphicon-inbox:before { content: "\e131"; }

.glyphicon-inbox_plus:before { content: "\e132"; }

.glyphicon-inbox_minus:before { content: "\e133"; }

.glyphicon-inbox_lock:before { content: "\e134"; }

.glyphicon-inbox_in:before { content: "\e135"; }

.glyphicon-inbox_out:before { content: "\e136"; }

.glyphicon-cogwheel:before { content: "\e137"; }

.glyphicon-cogwheels:before { content: "\e138"; }

.glyphicon-picture:before { content: "\e139"; }

.glyphicon-adjust_alt:before { content: "\e140"; }

.glyphicon-database_lock:before { content: "\e141"; }

.glyphicon-database_plus:before { content: "\e142"; }

.glyphicon-database_minus:before { content: "\e143"; }

.glyphicon-database_ban:before { content: "\e144"; }

.glyphicon-folder_open:before { content: "\e145"; }

.glyphicon-folder_plus:before { content: "\e146"; }

.glyphicon-folder_minus:before { content: "\e147"; }

.glyphicon-folder_lock:before { content: "\e148"; }

.glyphicon-folder_flag:before { content: "\e149"; }

.glyphicon-folder_new:before { content: "\e150"; }

.glyphicon-edit:before { content: "\e151"; }

.glyphicon-new_window:before { content: "\e152"; }

.glyphicon-check:before { content: "\e153"; }

.glyphicon-unchecked:before { content: "\e154"; }

.glyphicon-more_windows:before { content: "\e155"; }

.glyphicon-show_big_thumbnails:before { content: "\e156"; }

.glyphicon-show_thumbnails:before { content: "\e157"; }

.glyphicon-show_thumbnails_with_lines:before { content: "\e158"; }

.glyphicon-show_lines:before { content: "\e159"; }

.glyphicon-playlist:before { content: "\e160"; }

.glyphicon-imac:before { content: "\e161"; }

.glyphicon-macbook:before { content: "\e162"; }

.glyphicon-ipad:before { content: "\e163"; }

.glyphicon-iphone:before { content: "\e164"; }

.glyphicon-iphone_transfer:before { content: "\e165"; }

.glyphicon-iphone_exchange:before { content: "\e166"; }

.glyphicon-ipod:before { content: "\e167"; }

.glyphicon-ipod_shuffle:before { content: "\e168"; }

.glyphicon-ear_plugs:before { content: "\e169"; }

.glyphicon-phone:before { content: "\e170"; }

.glyphicon-step_backward:before { content: "\e171"; }

.glyphicon-fast_backward:before { content: "\e172"; }

.glyphicon-rewind:before { content: "\e173"; }

.glyphicon-play:before { content: "\e174"; }

.glyphicon-pause:before { content: "\e175"; }

.glyphicon-stop:before { content: "\e176"; }

.glyphicon-forward:before { content: "\e177"; }

.glyphicon-fast_forward:before { content: "\e178"; }

.glyphicon-step_forward:before { content: "\e179"; }

.glyphicon-eject:before { content: "\e180"; }

.glyphicon-facetime_video:before { content: "\e181"; }

.glyphicon-download_alt:before { content: "\e182"; }

.glyphicon-mute:before { content: "\e183"; }

.glyphicon-volume_down:before { content: "\e184"; }

.glyphicon-volume_up:before { content: "\e185"; }

.glyphicon-screenshot:before { content: "\e186"; }

.glyphicon-move:before { content: "\e187"; }

.glyphicon-more:before { content: "\e188"; }

.glyphicon-brightness_reduce:before { content: "\e189"; }

.glyphicon-brightness_increase:before { content: "\e190"; }

.glyphicon-circle_plus:before { content: "\e191"; }

.glyphicon-circle_minus:before { content: "\e192"; }

.glyphicon-circle_remove:before { content: "\e193"; }

.glyphicon-circle_ok:before { content: "\e194"; }

.glyphicon-circle_question_mark:before { content: "\e195"; }

.glyphicon-circle_info:before { content: "\e196"; }

.glyphicon-circle_exclamation_mark:before { content: "\e197"; }

.glyphicon-remove:before { content: "\e198"; }

.glyphicon-ok:before { content: "\e199"; }

.glyphicon-ban:before { content: "\e200"; }

.glyphicon-download:before { content: "\e201"; }

.glyphicon-upload:before { content: "\e202"; }

.glyphicon-shopping_cart:before { content: "\e203"; }

.glyphicon-lock:before { content: "\e204"; }

.glyphicon-unlock:before { content: "\e205"; }

.glyphicon-electricity:before { content: "\e206"; }

.glyphicon-ok_2:before { content: "\e207"; }

.glyphicon-remove_2:before { content: "\e208"; }

.glyphicon-cart_out:before { content: "\e209"; }

.glyphicon-cart_in:before { content: "\e210"; }

.glyphicon-left_arrow:before { content: "\e211"; }

.glyphicon-right_arrow:before { content: "\e212"; }

.glyphicon-down_arrow:before { content: "\e213"; }

.glyphicon-up_arrow:before { content: "\e214"; }

.glyphicon-resize_small:before { content: "\e215"; }

.glyphicon-resize_full:before { content: "\e216"; }

.glyphicon-circle_arrow_left:before { content: "\e217"; }

.glyphicon-circle_arrow_right:before { content: "\e218"; }

.glyphicon-circle_arrow_top:before { content: "\e219"; }

.glyphicon-circle_arrow_down:before { content: "\e220"; }

.glyphicon-play_button:before { content: "\e221"; }

.glyphicon-unshare:before { content: "\e222"; }

.glyphicon-share:before { content: "\e223"; }

.glyphicon-chevron-right:before { content: "\e224"; }

.glyphicon-chevron-left:before { content: "\e225"; }

.glyphicon-bluetooth:before { content: "\e226"; }

.glyphicon-euro:before { content: "\20AC"; }

.glyphicon-usd:before { content: "\e228"; }

.glyphicon-gbp:before { content: "\e229"; }

.glyphicon-retweet_2:before { content: "\e230"; }

.glyphicon-moon:before { content: "\e231"; }

.glyphicon-sun:before { content: "\2609"; }

.glyphicon-cloud:before { content: "\2601"; }

.glyphicon-direction:before { content: "\e234"; }

.glyphicon-brush:before { content: "\e235"; }

.glyphicon-pen:before { content: "\e236"; }

.glyphicon-zoom_in:before { content: "\e237"; }

.glyphicon-zoom_out:before { content: "\e238"; }

.glyphicon-pin:before { content: "\e239"; }

.glyphicon-albums:before { content: "\e240"; }

.glyphicon-rotation_lock:before { content: "\e241"; }

.glyphicon-flash:before { content: "\e242"; }

.glyphicon-google_maps:before { content: "\e243"; }

.glyphicon-anchor:before { content: "\2693"; }

.glyphicon-conversation:before { content: "\e245"; }

.glyphicon-chat:before { content: "\e246"; }

.glyphicon-male:before { content: "\e247"; }

.glyphicon-female:before { content: "\e248"; }

.glyphicon-asterisk:before { content: "\002A"; }

.glyphicon-divide:before { content: "\00F7"; }

.glyphicon-snorkel_diving:before { content: "\e251"; }

.glyphicon-scuba_diving:before { content: "\e252"; }

.glyphicon-oxygen_bottle:before { content: "\e253"; }

.glyphicon-fins:before { content: "\e254"; }

.glyphicon-fishes:before { content: "\e255"; }

.glyphicon-boat:before { content: "\e256"; }

.glyphicon-delete:before { content: "\e257"; }

.glyphicon-sheriffs_star:before { content: "\e258"; }

.glyphicon-qrcode:before { content: "\e259"; }

.glyphicon-barcode:before { content: "\e260"; }

.glyphicon-pool:before { content: "\e261"; }

.glyphicon-buoy:before { content: "\e262"; }

.glyphicon-spade:before { content: "\e263"; }

.glyphicon-bank:before { content: "\e264"; }

.glyphicon-vcard:before { content: "\e265"; }

.glyphicon-electrical_plug:before { content: "\e266"; }

.glyphicon-flag:before { content: "\e267"; }

.glyphicon-credit_card:before { content: "\e268"; }

.glyphicon-keyboard-wireless:before { content: "\e269"; }

.glyphicon-keyboard-wired:before { content: "\e270"; }

.glyphicon-shield:before { content: "\e271"; }

.glyphicon-ring:before { content: "\02DA"; }

.glyphicon-cake:before { content: "\e273"; }

.glyphicon-drink:before { content: "\e274"; }

.glyphicon-beer:before { content: "\e275"; }

.glyphicon-fast_food:before { content: "\e276"; }

.glyphicon-cutlery:before { content: "\e277"; }

.glyphicon-pizza:before { content: "\e278"; }

.glyphicon-birthday_cake:before { content: "\e279"; }

.glyphicon-tablet:before { content: "\e280"; }

.glyphicon-settings:before { content: "\e281"; }

.glyphicon-bullets:before { content: "\e282"; }

.glyphicon-cardio:before { content: "\e283"; }

.glyphicon-t-shirt:before { content: "\e284"; }

.glyphicon-pants:before { content: "\e285"; }

.glyphicon-sweater:before { content: "\e286"; }

.glyphicon-fabric:before { content: "\e287"; }

.glyphicon-leather:before { content: "\e288"; }

.glyphicon-scissors:before { content: "\e289"; }

.glyphicon-bomb:before { content: "\e290"; }

.glyphicon-skull:before { content: "\e291"; }

.glyphicon-celebration:before { content: "\e292"; }

.glyphicon-tea_kettle:before { content: "\e293"; }

.glyphicon-french_press:before { content: "\e294"; }

.glyphicon-coffe_cup:before { content: "\e295"; }

.glyphicon-pot:before { content: "\e296"; }

.glyphicon-grater:before { content: "\e297"; }

.glyphicon-kettle:before { content: "\e298"; }

.glyphicon-hospital:before { content: "\e299"; }

.glyphicon-hospital_h:before { content: "\e300"; }

.glyphicon-microphone:before { content: "\e301"; }

.glyphicon-webcam:before { content: "\e302"; }

.glyphicon-temple_christianity_church:before { content: "\e303"; }

.glyphicon-temple_islam:before { content: "\e304"; }

.glyphicon-temple_hindu:before { content: "\e305"; }

.glyphicon-temple_buddhist:before { content: "\e306"; }

.glyphicon-bicycle:before { content: "\e307"; }

.glyphicon-life_preserver:before { content: "\e308"; }

.glyphicon-share_alt:before { content: "\e309"; }

.glyphicon-comments:before { content: "\e310"; }

.glyphicon-flower:before { content: "\2698"; }

.glyphicon-baseball:before { content: "\e312"; }

.glyphicon-rugby:before { content: "\e313"; }

.glyphicon-ax:before { content: "\e314"; }

.glyphicon-table_tennis:before { content: "\e315"; }

.glyphicon-bowling:before { content: "\e316"; }

.glyphicon-tree_conifer:before { content: "\e317"; }

.glyphicon-tree_deciduous:before { content: "\e318"; }

.glyphicon-more_items:before { content: "\e319"; }

.glyphicon-sort:before { content: "\e320"; }

.glyphicon-filter:before { content: "\e321"; }

.glyphicon-gamepad:before { content: "\e322"; }

.glyphicon-playing_dices:before { content: "\e323"; }

.glyphicon-calculator:before { content: "\e324"; }

.glyphicon-tie:before { content: "\e325"; }

.glyphicon-wallet:before { content: "\e326"; }

.glyphicon-piano:before { content: "\e327"; }

.glyphicon-sampler:before { content: "\e328"; }

.glyphicon-podium:before { content: "\e329"; }

.glyphicon-soccer_ball:before { content: "\e330"; }

.glyphicon-blog:before { content: "\e331"; }

.glyphicon-dashboard:before { content: "\e332"; }

.glyphicon-certificate:before { content: "\e333"; }

.glyphicon-bell:before { content: "\e334"; }

.glyphicon-candle:before { content: "\e335"; }

.glyphicon-pushpin:before { content: "\e336"; }

.glyphicon-iphone_shake:before { content: "\e337"; }

.glyphicon-pin_flag:before { content: "\e338"; }

.glyphicon-turtle:before { content: "\e339"; }

.glyphicon-rabbit:before { content: "\e340"; }

.glyphicon-globe:before { content: "\e341"; }

.glyphicon-briefcase:before { content: "\e342"; }

.glyphicon-hdd:before { content: "\e343"; }

.glyphicon-thumbs_up:before { content: "\e344"; }

.glyphicon-thumbs_down:before { content: "\e345"; }

.glyphicon-hand_right:before { content: "\e346"; }

.glyphicon-hand_left:before { content: "\e347"; }

.glyphicon-hand_up:before { content: "\e348"; }

.glyphicon-hand_down:before { content: "\e349"; }

.glyphicon-fullscreen:before { content: "\e350"; }

.glyphicon-shopping_bag:before { content: "\e351"; }

.glyphicon-book_open:before { content: "\e352"; }

.glyphicon-nameplate:before { content: "\e353"; }

.glyphicon-nameplate_alt:before { content: "\e354"; }

.glyphicon-vases:before { content: "\e355"; }

.glyphicon-bullhorn:before { content: "\e356"; }

.glyphicon-dumbbell:before { content: "\e357"; }

.glyphicon-suitcase:before { content: "\e358"; }

.glyphicon-file_import:before { content: "\e359"; }

.glyphicon-file_export:before { content: "\e360"; }

.glyphicon-bug:before { content: "\e361"; }

.glyphicon-crown:before { content: "\e362"; }

.glyphicon-smoking:before { content: "\e363"; }

.glyphicon-cloud-upload:before { content: "\e364"; }

.glyphicon-cloud-download:before { content: "\e365"; }

.glyphicon-restart:before { content: "\e366"; }

.glyphicon-security_camera:before { content: "\e367"; }

.glyphicon-expand:before { content: "\e368"; }

.glyphicon-collapse:before { content: "\e369"; }

.glyphicon-collapse_top:before { content: "\e370"; }

.glyphicon-globe_af:before { content: "\e371"; }

.glyphicon-global:before { content: "\e372"; }

.glyphicon-spray:before { content: "\e373"; }

.glyphicon-nails:before { content: "\e374"; }

.glyphicon-claw_hammer:before { content: "\e375"; }

.glyphicon-classic_hammer:before { content: "\e376"; }

.glyphicon-hand_saw:before { content: "\e377"; }

.glyphicon-riflescope:before { content: "\e378"; }

.glyphicon-electrical_socket_eu:before { content: "\e379"; }

.glyphicon-electrical_socket_us:before { content: "\e380"; }

.glyphicon-pinterest:before { content: "\e381"; }

.glyphicon-dropbox:before { content: "\e382"; }

.glyphicon-google_plus:before { content: "\e383"; }

.glyphicon-jolicloud:before { content: "\e384"; }

.glyphicon-yahoo:before { content: "\e385"; }

.glyphicon-blogger:before { content: "\e386"; }

.glyphicon-picasa:before { content: "\e387"; }

.glyphicon-amazon:before { content: "\e388"; }

.glyphicon-tumblr:before { content: "\e389"; }

.glyphicon-wordpress:before { content: "\e390"; }

.glyphicon-instapaper:before { content: "\e391"; }

.glyphicon-evernote:before { content: "\e392"; }

.glyphicon-xing:before { content: "\e393"; }

.glyphicon-zootool:before { content: "\e394"; }

.glyphicon-dribbble:before { content: "\e395"; }

.glyphicon-deviantart:before { content: "\e396"; }

.glyphicon-read_it_later:before { content: "\e397"; }

.glyphicon-linked_in:before { content: "\e398"; }

.glyphicon-forrst:before { content: "\e399"; }

.glyphicon-pinboard:before { content: "\e400"; }

.glyphicon-behance:before { content: "\e401"; }

.glyphicon-github:before { content: "\e402"; }

.glyphicon-youtube:before { content: "\e403"; }

.glyphicon-skitch:before { content: "\e404"; }

.glyphicon-foursquare:before { content: "\e405"; }

.glyphicon-quora:before { content: "\e406"; }

.glyphicon-badoo:before { content: "\e407"; }

.glyphicon-spotify:before { content: "\e408"; }

.glyphicon-stumbleupon:before { content: "\e409"; }

.glyphicon-readability:before { content: "\e410"; }

.glyphicon-facebook:before { content: "\e411"; }

.glyphicon-twitter:before { content: "\e412"; }

.glyphicon-instagram:before { content: "\e413"; }

.glyphicon-posterous_spaces:before { content: "\e414"; }

.glyphicon-vimeo:before { content: "\e415"; }

.glyphicon-flickr:before { content: "\e416"; }

.glyphicon-last_fm:before { content: "\e417"; }

.glyphicon-rss:before { content: "\e418"; }

.glyphicon-skype:before { content: "\e419"; }

.glyphicon-e-mail:before { content: "\e420"; }

/*@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}*/
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.dropdown-menu {
    border: 2px solid #666;
    background: #fff;
    margin-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu:before { border: 0; }

.dropdown-menu.typeahead > li.active > a {
    background: #ddd;
    color: #333;
    filter: none;
}

.dropdown-menu.typeahead > li.active:focus > a, .dropdown-menu.typeahead > li.active:hover > a {
    background: #368ee0;
    color: #fff;
    filter: none;
}

.dropdown-menu > li:focus > a, .dropdown-menu > li:hover > a {
    background: #ddd;
    color: #333;
    filter: none;
}

.dropdown-menu > li > a {
    padding: 6px 15px;
    font-size: 13px;
    filter: none;
}

.dropdown-menu .dropdown-submenu:hover > a {
    background: #eee;
    color: #333;
}

.dropdown-menu .dropdown-submenu.active:hover:after { border-left-color: #666; }

.dropdown-menu .dropdown-submenu > a:active, .dropdown-menu .dropdown-submenu > a:focus {
    background: #eee;
    color: #333;
}

.dropdown-menu .dropdown-submenu > a:after { border-left-color: #666; }

.dropdown-menu .dropdown-submenu .dropdown-menu {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.dropdown-menu .dropdown-submenu .dropdown-menu .active > a {
    background: #ddd;
    color: #333;
}

.modal form { margin-bottom: 0; }

.input-append input, .input-append select, .input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tooltip { z-index: 99999; }

.tab-content { overflow: visible; }

.uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group.text { font-size: 13px; }

.btn-group .dropdown, .btn-group .pagination { font-size: 13px; }

.btn-group .pagination { margin: 0; }

.btn-group .pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.table-bordered { border-top: 0; }

.table-bordered.table-force-topborder { border-top: 1px solid #ddd; }

.table-bordered.dataTable { border-top: 1px solid #ddd; }

.table-bordered.dataTable.dataTable-noheader { border-top: 0; }

.table-bordered, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child, .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle, .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child, .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.input-prepend .btn-group .btn:first-child, .input-append .btn-group .btn:first-child {
    border: 1px solid #ccc;
    padding: 4px 8px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle, .input-prepend .btn:first-child {
    border: 1px solid #ccc;
    padding: 4px 8px;
}

.input-prepend .add-on:first-child {
    border: 1px solid #ccc;
    padding: 4px 6px;
}

.label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
}

input, textarea {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.modal {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.modal .modal-footer {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.tooltip .tooltip-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-group.open .dropdown-toggle.btn-primary { background: #368ee0; }

.btn-group.open .dropdown-toggle.btn-danger { background: #e51400; }

.btn-group.open .dropdown-toggle.btn-inverse { background: #333; }

.btn-group.open .dropdown-toggle.btn-success { background: #393; }

.btn-group.open .dropdown-toggle.btn-warning { background: #f8a31f; }

.btn-group.open .dropdown-toggle.btn-info { background: #368ee0; }

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { background: #f9f9f9; }

.form-horizontal .control-label {
    text-align: left;
    width: 140px;
}

.form-horizontal .controls { margin-left: 160px; }

.dropdown-menu.dropdown-primary { border-color: #368ee0; }

.dropdown-menu.dropdown-primary > li > a:hover {
    background: #368ee0;
    color: #fff;
}

.dropdown-menu.dropdown-danger { border-color: #e51400; }

.dropdown-menu.dropdown-danger > li > a:hover {
    background: #e51400;
    color: #fff;
}

.dropdown-menu.dropdown-warning { border-color: #fab750; }

.dropdown-menu.dropdown-warning > li > a:hover {
    background: #f8a31f;
    color: #fff;
}

.dropdown-menu.dropdown-success { border-color: #393; }

.dropdown-menu.dropdown-success > li > a:hover {
    background: #393;
    color: #fff;
}

.dropdown-menu.dropdown-inverse { border-color: #484848; }

.dropdown-menu.dropdown-inverse > li > a:hover {
    background: #484848;
    color: #fff;
}

.popover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.accordion .accordion-group {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.accordion .accordion-group .accordion-heading .accordion-toggle { background: #f6f6f6; }

.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.progress {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span, .pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span, .pagination ul > li:first-child > a, .pagination ul > li:first-child > span, .pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span, .pagination ul > li:last-child > a, .pagination ul > li:last-child > span, .pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.table.table-condensed tr th, .table.table-condensed tr td { padding: 4px 5px; }

.table tr th, .table tr td {
    padding: 10px;
    border-top: 1px dotted #ddd;
}

label, input, button, select, textarea { font-size: 13px; }

.form-actions {
    background: 0;
    border: 0;
}

@media (max-width: 1250px) {
    #main .page-header .minitiles { display: none; }
}

@media (max-width: 1200px) {
    .stats-overview > li { padding: 5px 10px !important; }

    .form-horizontal.form-column [class*="span"] {
        border-top: 1px solid #ddd;
        border-left: 0 !important;
        width: 100% !important;
    }

    .form-horizontal.form-column [class*="span"]:first-child { border-top: 0; }

    .form-horizontal.form-column .form-actions { border-top: 0 !important; }
}

@media (max-width: 1100px) {
    .stats-overview > li {
        padding: 5px 10px !important;
        border-right: 1px dotted #ddd !important;
    }

    .stats-overview > li .name { font-size: 11px !important; }

    .stats-overview > li .value { font-size: 13px !important; }
}

@media (max-width: 1200px) {
    .icon-nav { display: none !important; }
}

@media (max-width: 1024px) {
    #main .page-header .stats { display: none; }

    .search-form > .search-pane > input { width: 135px !important; }

    .hidden-1024 { display: none !important; }

    .form-wizard .single-step .title { padding: 1px 5px !important; }

    .form-wizard .single-step .description {
        font-size: 12px !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 976px) {
    #navigation .user .dropdown > a { padding: 7px 6px 6px 6px !important; }

    #navigation .main-nav > li > a {
        font-size: 12px;
        padding: 10px 8px !important;
    }
}

@media (max-width: 840px) {
    .mobile-sidebar-toggle { display: block !important; }

    #navigation #brand { padding-right: 0 !important; }

    #navigation .main-nav { display: none; }

    #navigation .toggle-nav { display: none !important; }
}

@media (max-width: 767px) {
    body { padding: 0 !important; }

    .pricing-tables .pricing.highlighted { margin-top: 30px !important; }

    .hidden-768 { display: none !important; }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top { margin: 0 !important; }

    .container-fluid, .container { padding: 0 20px; }

    .form-wizard.wizard-vertical .wizard-steps { width: 160px !important; }

    .form-wizard.wizard-vertical .form-content { margin-left: 160px !important; }

    .form-wizard.wizard-vertical .form-actions { padding-left: 180px !important; }
}

@media (max-width: 480px) {
    .table-mail .table-fixed-medium { width: 120px !important; }

    .form-wizard.wizard-vertical .wizard-steps { width: 40px !important; }

    .form-wizard.wizard-vertical .form-content { margin-left: 40px !important; }

    .form-wizard.wizard-vertical .form-actions { padding-left: 60px !important; }

    .form-wizard.wizard-vertical .wizard-steps .description { display: none !important; }

    .tabs.tabs-inline.tabs-top > li > a { padding: 8px 10px !important; }

    .tabs.tabs-inline.tabs-left {
        position: static !important;
        background: none !important;
        width: auto !important;
    }

    .tabs.tabs-inline.tabs-left > li {
        float: left;
        margin-right: 1px;
    }

    .tabs.tabs-inline.tabs-left > li > a {
        border-top: 0 !important;
        border-bottom: 0 !important;
        padding: 8px 10px !important;
    }

    .tab-content.tab-content-inline {
        margin-left: 0 !important;
        border-left: 0 !important;
    }

    .hidden-480 { display: none !important; }

    .visible-480 { display: inline-block !important; }

    .form-horizontal .controls { margin-left: 0 !important; }

    .calendar .fc-button.fc-button-next .fc-button-content, .calendar .fc-button.fc-button-prev .fc-button-content {
        padding: 0 4px !important;
        margin-top: 3px;
    }

    .calendar .fc-button .fc-button-content {
        font-size: 12px !important;
        margin-right: 2px !important;
    }

    .calendar .fc-header .fc-header-left {
        width: 0 !important;
        display: none;
    }

    .calendar .fc-header .fc-header-right .fc-button {
        position: static !important;
        top: auto !important;
    }

    .calendar .fc-header .fc-header-title h2 { font-size: 14px !important; }

    body.login .wrapper {
        width: 300px;
        margin: 20px -150px !important;
        top: 0;
    }

    .user-list { display: none !important; }

    .messages.withlist { margin-right: 0 !important; }
}

@media (max-width: 350px) {
    .hidden-350 { display: none !important; }

    .calendar .fc-header-right { display: none !important; }

    #main .box .box-title h3 { font-size: 16px !important; }

    #main .box .box-title .actions .btn i { font-size: 12px !important; }

    .table .table-fixed-medium { width: 100px !important; }
}

#content {
    position: relative;
    min-height: 100%;
}

#content.nav-fixed { padding-top: 40px; }

#content.nav-fixed #left { top: 40px; }

#content.container-fluid { padding: 0; }

#content.container-fluid.nav-fixed { padding-top: 40px; }

#main {
    *zoom: 1;
    background: #fff;
    margin-left: 200px;
    overflow: visible;
    padding-bottom: 30px;
}

#main:after {
    content: "";
    display: table;
    clear: both;
}

#main .page-header {
    border: 0;
    margin: 15px 0 15px 0;
    padding: 0 3px;
    *zoom: 1;
}

#main .page-header:after {
    content: "";
    display: table;
    clear: both;
}

#main .page-header .pull-left h1 {
    font-size: 30px;
    color: #2a2a2a;
    line-height: 24px;
    font-weight: 400;
    margin: 20px 0;
}

#main .page-header .pull-left h6 {
    color: #777;
    font-weight: normal;
    margin: 0;
}

#main .breadcrumbs {
    *zoom: 1;
    background: #f4f4f4;
}

#main .breadcrumbs:after {
    content: "";
    display: table;
    clear: both;
}

#main .breadcrumbs ul {
    list-style-type: none;
    margin: 0;
    padding: 2px 5px;
    *zoom: 1;
    float: left;
}

#main .breadcrumbs ul:after {
    content: "";
    display: table;
    clear: both;
}

#main .breadcrumbs ul > li {
    float: left;
    color: #666;
}

#main .breadcrumbs ul > li > a {
    color: #666;
    display: block;
    padding: 2px 6px;
    font-size: 12px;
    float: left;
}

#main .breadcrumbs ul > li i {
    float: left;
    font-size: 11px;
    margin: 7px 0 6px 0;
}

#main .breadcrumbs .close-bread { float: right; }

#main .breadcrumbs .close-bread > a {
    color: #999;
    display: block;
    font-size: 14px;
    margin: 4px 8px;
}

#main .breadcrumbs .close-bread > a:hover { text-decoration: none; }

#main .ui-state-highlight {
    background: red;
    height: 50px;
}

#main #vmap {
    width: 100%;
    height: 300px;
}

#footer {
    text-align: center;
    background: #eee;
    width: 100%;
    position: relative;
}

#footer p {
    padding: 10px 0;
    margin-bottom: 0;
}

#footer .gototop {
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}

#footer .gototop:hover { background: #aaa; }

.sidebar-right #left {
    left: auto;
    right: 0;
}

.sidebar-right #left .subnav .dropdown-submenu > a:after {
    display: block;
    float: left;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-left: -9px;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #aaa;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    content: " ";
}

.sidebar-right #left .subnav .subnav-menu > li.dropdown > a:after {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 5px;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #999;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    content: " ";
}

.sidebar-right #left .subnav .subnav-menu > li.dropdown.open .dropdown-menu {
    left: auto;
    right: 100%;
}

.sidebar-right #left .subnav .subnav-menu > li.dropdown.open > .dropdown-menu {
    border-right: 0;
    border-left: 2px solid #aaa;
}

.sidebar-right #main {
    margin-left: 0;
    margin-right: 200px;
}

#left {
    width: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #eee;
    height: 100%;
    overflow-x: visible;
}

#left.mobile-show {
    position: fixed;
    z-index: 1000;
}

#left.full {
    bottom: auto;
    height: auto;
}

#left.sidebar-fixed {
    position: fixed;
    top: 40px;
    overflow-x: hidden;
}

#left.sidebar-fixed .ui-resizable-handle { right: 0; }

#left .subnav { margin-top: 15px; }

#left .subnav:hover .subnav-title .toggle-subnav i { display: block; }

#left .subnav .subnav-content {
    *zoom: 1;
    padding: 10px 20px;
}

#left .subnav .subnav-content:after {
    content: "";
    display: table;
    clear: both;
}

#left .subnav .subnav-content.less { padding: 10px 13px; }

#left .subnav .subnav-title {
    *zoom: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#left .subnav .subnav-title:after {
    content: "";
    display: table;
    clear: both;
}

#left .subnav .subnav-title span {
    margin-left: 20px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#left .subnav .subnav-title .toggle-subnav {
    color: #444;
    padding: 1px 6px;
    text-decoration: none;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#left .subnav .subnav-title .toggle-subnav i {
    position: absolute;
    font-size: 14px;
    left: 10px;
    top: 4px;
    display: none;
}

#left .subnav .subnav-title .toggle-subnav:hover { color: #222; }

#left .subnav .subnav-menu {
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
}

#left .subnav .subnav-menu > li {
    text-overflow: ellipsis;
    white-space: nowrap;
}

#left .subnav .subnav-menu > li.dropdown > a { position: relative; }

#left .subnav .subnav-menu > li.dropdown > a:after {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 5px;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #999;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

#left .subnav .subnav-menu > li.dropdown.open > a {
    background: #ccc;
    color: #333;
}

#left .subnav .subnav-menu > li.dropdown.open .dropdown-menu {
    left: 100%;
    top: 0;
    border-color: #aaa;
    border-left: 0;
    margin: 0;
}

#left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu .dropdown-menu { border-left: 2px solid #999; }

#left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:hover > a, #left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:focus > a {
    background: #ccc;
    color: #333;
}

#left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:hover > a:after, #left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:focus > a:after { border-left-color: #999; }

#left .subnav .subnav-menu > li > a {
    color: #555;
    display: block;
    padding: 5px 0 5px 27px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#left .subnav .subnav-menu > li > a:hover {
    background: #ddd;
    color: #222;
}

#left .subnav .subnav-menu > li.active > a {
    background: #ccc;
    color: #222;
    font-weight: bold;
}

.mobile-sidebar-toggle {
    float: left;
    display: block;
    color: #fff;
    padding: 11px 10px 9px 10px;
    margin-right: 5px;
    display: none;
}

.mobile-sidebar-toggle:hover {
    background: #0090d0;
    text-decoration: none;
    color: #fff;
}

.language-select .dropdown-menu a { padding: 6px 15px !important; }

.language-select .dropdown-menu a img {
    top: 11px;
    left: 11px;
}

.language-select .dropdown-menu a span { margin-left: 20px; }

.language-select a {
    position: relative;
    padding: 9px 10px 11px 10px !important;
}

.language-select a img {
    margin-left: 0 !important;
    position: absolute;
    top: 15px;
    left: 13px;
}

.language-select a span { margin-left: 25px; }

.theme-settings > li {
    padding: 0;
    margin-top: 10px;
}

.theme-settings > li:first-child { margin-top: 5px; }

.theme-settings > li span {
    color: #666;
    display: block;
    padding-left: 15px;
}

.theme-settings > li .version-toggle > a, .theme-settings > li .topbar-toggle > a, .theme-settings > li .sidebar-toggle > a {
    display: block;
    padding: 5px 25px;
    color: #444;
    text-decoration: none;
}

.theme-settings > li .version-toggle > a.active, .theme-settings > li .topbar-toggle > a.active, .theme-settings > li .sidebar-toggle > a.active { position: relative; }

.theme-settings > li .version-toggle > a.active:before, .theme-settings > li .topbar-toggle > a.active:before, .theme-settings > li .sidebar-toggle > a.active:before {
    position: absolute;
    left: 10px;
    top: 4px;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
}

.theme-settings > li .version-toggle > a:hover, .theme-settings > li .topbar-toggle > a:hover, .theme-settings > li .sidebar-toggle > a:hover { background: #ddd; }

.theme-colors {
    margin: 0;
    padding: 0 0 5px 0;
    *zoom: 1;
}

.theme-colors:after {
    content: "";
    display: table;
    clear: both;
}

.theme-colors li { *zoom: 1; }

.theme-colors li:after {
    content: "";
    display: table;
    clear: both;
}

.theme-colors li.subtitle {
    margin: 10px 0 5px 15px;
    display: block;
    float: none;
    color: #666;
    clear: both;
}

.theme-colors li span {
    cursor: pointer;
    display: block;
    width: 30px;
    float: left;
    height: 30px;
    margin: 8px 0 0 8px;
}

.theme-colors li span.blue { background: #368ee0; }

.theme-colors li span.orange { background: #f8a31f; }

.theme-colors li span.red { background: #e51400; }

.theme-colors li span.green { background: #393; }

.theme-colors li span.lime { background: #8cbf26; }

.theme-colors li span.teal { background: #00aba9; }

.theme-colors li span.purple { background: #ff0097; }

.theme-colors li span.brown { background: #a05000; }

.theme-colors li span.pink { background: #e671b8; }

.theme-colors li span.magenta { background: #a200ff; }

.theme-colors li span.grey { background: #333; }

.theme-colors li span.darkblue { background: #204e81; }

.theme-colors li span.lightred { background: #e63a3a; }

.theme-colors li span.lightgrey { background: #666; }

.theme-colors li span.satblue { background: #2c5e7b; }

.theme-colors li span.satgreen { background: #56af45; }

.theme-colors li span.grey-3 { background: #eee; }

.theme-colors li span.grey-4 { background: #999; }

#navigation {
    background: #368ee0;
    position: relative;
    z-index: 100;
}

#navigation.navbar-fixed-top {
    position: fixed;
    z-index: 1030;
}

#navigation .dropdown-menu {
    border-top: 0;
    border-color: #368ee0;
}

#navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
    border-top: 2px solid #368ee0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 0;
}

#navigation .dropdown-menu > li.dropdown-submenu:hover > a, #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
    background: #368ee0;
    color: #fff;
}

#navigation .dropdown-menu > li.dropdown-submenu:hover > a:after, #navigation .dropdown-menu > li.dropdown-submenu:focus > a:after { border-left-color: #fff; }

#navigation .dropdown-menu > li > a:hover {
    background: #368ee0;
    color: #fff;
    filter: none;
}

#navigation .toggle-nav {
    float: left;
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
}

#navigation .toggle-nav:hover { background-color: #1b67af; }

#navigation #brand {
    float: left;
    color: #fff;
    font-size: 20px;
    margin-top: 9px;
    padding-right: 69px;
    padding-left: 35px;
    padding-bottom: 2px;
    background: url("../img/logo.png") no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #navigation #brand {
        background: url("../img/logo@2x.png") no-repeat;
        background-size: 22px 22px;
    }
}

#navigation #brand:hover { text-decoration: none; }

#navigation .toggle-mobile {
    color: #fff;
    background: #1b67af;
    display: block;
    padding: 11px 10px 9px 10px;
    text-decoration: none;
    float: right;
}

#navigation .toggle-mobile i { font-size: 18px; }

#navigation .mobile-nav { display: none; }

#navigation .mobile-nav > li > ul { display: none; }

#navigation .mobile-nav.open {
    display: block;
    list-style: none;
    padding: 0 20px 20px 20px;
    margin: 0;
    background: #368ee0;
}

#navigation .mobile-nav.open > li {
    display: block;
    margin-top: 1px;
}

#navigation .mobile-nav.open > l
i:first-child { margin-top: 0; }

#navigation .mobile-nav.open > li.active > a {
    background: #144d82;
    color: #fff;
}

#navigation .mobile-nav.open > li.active > ul { background: #144d82; }

#navigation .mobile-nav.open > li > a {
    display: block;
    background: #1b67af;
    padding: 8px 12px;
    color: #fff;
    text-decoration: none;
}

#navigation .mobile-nav.open > li > a i {
    float: right;
    margin-top: 3px;
}

#navigation .mobile-nav.open > li > ul {
    background: #1b67af;
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px 0;
}

#navigation .mobile-nav.open > li > ul.open { display: block; }

#navigation .mobile-nav.open > li > ul > li a {
    padding: 4px 35px;
    display: block;
    color: #fff;
    text-decoration: none;
}

#navigation .mobile-nav.open > li > ul > li ul { list-style-type: none; }

#navigation .user .icon-nav {
    float: left;
    font-family: 'Open Sans', sans-serif !important;
}

#navigation .user .icon-nav > li {
    margin-right: 3px;
    float: left;
}

#navigation .user .icon-nav > li .message-ul {
    width: 280px;
    padding: 0;
}

#navigation .user .icon-nav > li .message-ul.feed > li > a { padding: 10px 20px; }

#navigation .user .icon-nav > li .message-ul.feed > li > a .message { color: #333; }

#navigation .user .icon-nav > li .message-ul.feed > li > a .message .label {
    padding: 2px;
    margin-right: 5px;
}

#navigation .user .icon-nav > li .message-ul > li > a {
    overflow: hidden;
    *zoom: 1;
    padding: 10px;
}

#navigation .user .icon-nav > li .message-ul > li > a:hover {
    background: #f3f3f3;
    color: #333;
}

#navigation .user .icon-nav > li .message-ul > li > a:hover .details .message { color: #444; }

#navigation .user .icon-nav > li .message-ul > li > a:hover .count { color: #ccc; }

#navigation .user .icon-nav > li .message-ul > li > a:hover .count span { color: #333; }

#navigation .user .icon-nav > li .message-ul > li > a img {
    float: left;
    width: 40px;
}

#navigation .user .icon-nav > li .message-ul > li > a .details {
    float: left;
    margin-left: 10px;
    max-width: 210px;
    overflow: hidden;
}

#navigation .user .icon-nav > li .message-ul > li > a .details .name { font-size: 15px; }

#navigation .user .icon-nav > li .message-ul > li > a .details .message {
    margin-top: 2px;
    color: #777;
}

#navigation .user .icon-nav > li .message-ul > li > a .count {
    float: right;
    color: #e3e3e3;
    font-size: 30px;
    position: relative;
    margin-top: 2px;
}

#navigation .user .icon-nav > li .message-ul > li > a .count span {
    font-size: 13px;
    color: #666;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 5px;
}

#navigation .user .icon-nav > li .message-ul > li > a.more-messages {
    background: #e6e6e6;
    text-align: center;
    padding: 8px 15px;
}

#navigation .user .icon-nav > li .message-ul > li > a.more-messages:hover {
    background: #ddd;
    color: #333;
}

#navigation .user .icon-nav > li > a {
    padding: 11px 10px 9px 10px;
    display: block;
    color: #fff;
    position: relative;
}

#navigation .user .icon-nav > li > a .label {
    position: absolute;
    top: 5px;
    right: 3px;
    font-size: 11px;
    font-weight: 400;
    padding: 0 3px;
}

#navigation .user .icon-nav > li > a:hover {
    background: #1b67af;
    text-decoration: none;
}

#navigation .user .icon-nav > li > a i {
    color: #fff;
    font-size: 16px;
}

#navigation .user .dropdown { float: left; }

#navigation .user .dropdown.open { background: #1b67af; }

#navigation .user .dropdown > a {
    display: block;
    color: #fff;
    padding: 7px 12px 6px 12px;
    text-decoration: none;
}

#navigation .user .dropdown > a:hover { background: #1b67af; }

#navigation .user .dropdown > a img { margin-left: 10px; }

#navigation .main-nav { float: left; }

#navigation .main-nav > li {
    float: left;
    position: relative;
    margin: 0;
}

#navigation .main-nav > li.active > a {
    background: #fff;
    text-decoration: none;
    color: #2a2a2a;
}

#navigation .main-nav > li.active > a .caret { border-top-color: #333; }

#navigation .main-nav > li.active > a:hover { background: #fff; }

#navigation .main-nav > li.open > a {
    background: #0090d0;
    text-decoration: none;
}

#navigation .main-nav > li.open.active > a { background: #fff; }

#navigation .main-nav > li.open.active > .dropdown-menu { left: -2px; }

#navigation .main-nav > li.open.active > .dropdown-menu > .active > a {
    background: #ddd;
    color: #333;
    filter: none;
}

#navigation .main-nav > li.open.active > .dropdown-menu > .active > a:after { border-left-color: #666; }

#navigation .main-nav > li > a {
    display: block;
    padding: 10px 15px;
    color: #fff;
}

#navigation .main-nav > li > a:hover {
    text-decoration: none;
    background: #0090d0;
}

#navigation .main-nav > li > a .caret {
    border-top-color: #fff;
    margin: 9px 0 0 2px;
}

#navigation .user { float: right; }

#navigation .user > a { color: #fff; }

.accordion-widget .accordion-group { border: 2px solid #eee; }

.accordion-widget .accordion-group:hover { border-color: #ddd !important; }

.accordion-widget .accordion-group .accordion-heading .accordion-toggle {
    padding: 13px 0 13px 13px;
    font-size: 20px;
    color: #333;
    position: relative;
}

.accordion-widget .accordion-group .accordion-heading .accordion-toggle:hover {
    text-decoration: none;
    background: #ddd !important;
}

.accordion-widget .accordion-group .accordion-inner { border: 0; }

.letterbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}

.letterbox .letter { *zoom: 1; }

.letterbox .letter:after {
    content: "";
    display: table;
    clear: both;
}

.letterbox .letter > li {
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 10px;
    background: #ddd;
    float: left;
    font-size: 18px;
    line-height: 40px;
    color: #aaa;
}

.letterbox .letter > li.active {
    background: #368ee0;
    color: #fff;
    cursor: pointer;
}

.blog-widget { margin-top: 30px; }

.blog-widget .blog-widget-title {
    font-weight: 400;
    font-size: 18px;
}

.blog-widget-recent-posts > li { margin-top: 3px; }

.blog-widget-recent-posts > li > a {
    padding: 5px 10px;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 14px;
    *zoom: 1;
}

.blog-widget-recent-posts > li > a:after {
    content: "";
    display: table;
    clear: both;
}

.blog-widget-recent-posts > li > a:hover {
    background: #eee;
    color: #000;
}

.blog-widget-recent-posts > li > a:hover .details { color: #444; }

.blog-widget-recent-posts > li > a .details {
    display: block;
    color: #777;
    font-size: 12px;
}

.blog-widget-recent-posts > li > a .details i { margin-right: 3px; }

.blog-widget-recent-posts > li > a .details .date, .blog-widget-recent-posts > li > a .details .tags { float: left; }

.blog-widget-recent-posts > li > a .details .date { margin-right: 10px; }

.blog-widget-latest-photos { *zoom: 1; }

.blog-widget-latest-photos:after {
    content: "";
    display: table;
    clear: both;
}

.blog-widget-latest-photos > li {
    float: left;
    margin: 0 5px 5px 0;
}

.blog-widget-latest-photos > li > a > img { max-width: 80px; }

.blog-widget-categories > li > a {
    display: block;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
}

.blog-widget-categories > li > a:hover {
    color: #000;
    background: #eee;
}

.blog-widget-tags { *zoom: 1; }

.blog-widget-tags:after {
    content: "";
    display: table;
    clear: both;
}

.blog-widget-tags > li {
    float: left;
    margin: 0 5px 5px 0;
}

.blog-widget-tags > li > a {
    display: block;
    padding: 3px 6px;
    background: #368ee0;
    color: #fff;
    text-decoration: none;
}

.blog-widget-tags > li > a:hover { background: #1b67af; }

.blog-list-post {
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #eee;
}

.blog-list-post.small { *zoom: 1; }

.blog-list-post.small:after {
    content: "";
    display: table;
    clear: both;
}

.blog-list-post.small .preview-img { margin: 13px 0; }

.blog-list-post .post-content .post-title {
    font-weight: 400;
    font-size: 21px;
}

.blog-list-post .post-content .post-title > a { color: #333; }

.blog-list-post .post-content .post-meta { *zoom: 1; }

.blog-list-post .post-content .post-meta:after {
    content: "";
    display: table;
    clear: both;
}

.blog-list-post .post-content .post-meta .date, .blog-list-post .post-content .post-meta .comments, .blog-list-post .post-content .post-meta .tags, .blog-list-post .post-content .post-meta .author {
    float: left;
    margin-right: 15px;
    color: #777;
}

.blog-list-post .post-content .post-meta .date a, .blog-list-post .post-content .post-meta .comments a, .blog-list-post .post-content .post-meta .tags a, .blog-list-post .post-content .post-meta .author a { color: #777; }

.blog-list-post .post-content .post-meta .date i, .blog-list-post .post-content .post-meta .comments i, .blog-list-post .post-content .post-meta .tags i, .blog-list-post .post-content .post-meta .author i {
    margin-right: 3px;
    display: inline-block;
}

.blog-list-post .post-content .post-meta .tags > a {
    display: inline-block;
    padding: 0 4px;
    background: #eee;
    color: #666;
    text-decoration: none;
}

.blog-list-post .post-content .post-meta .tags > a:hover {
    color: #333;
    background: #c8c8c8;
}

.blog-list-post .post-content .post-text {
    margin-top: 15px;
    color: #555;
}

.blog-list-post .post-comments .new-comment { *zoom: 1; }

.blog-list-post .post-comments .new-comment:after {
    content: "";
    display: table;
    clear: both;
}

.blog-list-post .post-comments .new-comment h4 { font-weight: 400; }

.blog-list-post .post-comments h3 {
    font-weight: 400;
    border-top: 2px solid #368ee0;
    padding-top: 10px;
    margin-top: 30px;
}

.blog-list-post .post-comments .media {
    margin-top: 30px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 30px;
}

.blog-list-post .post-comments .media .pull-left > img { max-width: 50px; }

.blog-list-post .post-comments .media .media-heading small {
    margin-left: 10px;
    font-size: 12px;
}

.blog-list-post .post-comments .media:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.highlight-toolbar {
    *zoom: 1;
    padding: 0 10px;
}

.highlight-toolbar:after {
    content: "";
    display: table;
    clear: both;
}

.highlight-toolbar .dropdown .btn .caret { margin-left: 5px; }

.sortable-box .box-title:hover { cursor: move; }

.box.box-condensed .box-title { padding: 2px 0 2px 4px; }

.box.box-condensed .box-title h3 { font-size: 18px; }

.box.box-condensed .box-title .actions { margin-top: 1px; }

.box.box-condensed .box-title .actions .btn > i { font-size: 12px; }

.box.box-condensed .box-title .actions .btn { padding: 4px 8px; }

.box.box-condensed .box-content { padding: 10px; }

.box.box-small .box-title { padding: 0 0 0 3px; }

.box.box-small .box-title h3 { font-size: 16px; }

.box.box-small .box-title .actions { margin-top: 3px; }

.box.box-small .box-title .actions .btn > i { font-size: 11px; }

.box.box-small .box-title .actions .btn { padding: 2px 7px; }

.box.box-small .box-content { padding: 5px; }

.box.box-color .box-title { background: #368ee0; }

.box.box-color .box-title h3 { color: #fff; }

.box.box-color .box-title .tabs > li.active > a {
    background: #fff;
    color: #368ee0;
}

.box.box-color .box-title .tabs > li > a { color: #fff; }

.box.box-color .box-title .tabs > li > a:hover { color: #368ee0; }

.box.box-color .box-title .actions > a { color: #fff; }

.box.box-color .box-title .actions > a:hover {
    background: #fff;
    color: #368ee0;
}

.box.box-bordered .table { margin-bottom: 0; }

.box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned { border-right: 2px solid #ddd; }

.box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned th { border-right: 2px solid #333; }

.box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned td { text-align: center; }

.box.box-bordered .table.table-bordered { border-right: 0; }

.box.box-bordered .table.table-bordered th:first-child, .box.box-bordered .table.table-bordered td:first-child { border-left: 0; }

.box.box-bordered .table.table-bordered th:last-child, .box.box-bordered .table.table-bordered td:last-child { border-right: 0; }

.box.box-bordered .form-bordered { margin-bottom: 0; }

.box.box-bordered .slimScrollDiv { border-bottom: 2px solid #ddd; }

.box.box-bordered.box-color .slimScrollDiv { border-bottom: 2px solid #368ee0; }

.box.box-bordered.box-color .box-title { border-color: #368ee0; }

.box.box-bordered.box-color .box-content { border-color: #368ee0; }

.box.box-bordered .box-title { border: 2px solid #ddd; }

.box.box-bordered .box-content {
    border: 2px solid #ddd;
    border-top: 0;
}

.box .box-title {
    *zoom: 1;
    border-bottom: 1px solid #ddd;
    padding: 7px 0 7px 10px;
    margin-top: 20px;
}

.box .box-title:after {
    content: "";
    display: table;
    clear: both;
}

.box .box-title h3 {
    float: left;
    margin: 3px 0 3px 0;
    line-height: 24px;
    font-weight: 400;
    color: #444;
    font-size: 20px;
}

.box .box-title h3 i { margin: 0 10px 0 5px; }

.box .box-title .tabs {
    float: right;
    *zoom: 1;
    margin: 5px 10px 0 0;
    padding: 0;
    list-style-type: none;
}

.box .box-title .tabs:after {
    content: "";
    display: table;
    clear: both;
}

.box .box-title .tabs.tabs-left { float: left; }

.box .box-title .tabs > li {
    float: left;
    margin-right: 5px;
}

.box .box-title .tabs > li:last-child { margin-right: 0; }

.box .box-title .tabs > li > a { padding: 4px 8px; }

.box .box-title .tabs > li > a:hover {
    text-decoration: none;
    background: #eee;
}

.box .box-title .tabs > li.active > a {
    background: #368ee0;
    color: #fff;
}

.box .box-title .actions {
    margin-top: 0px;
    float: right;
    margin-right: 10px;
}

.box .box-title .actions .btn {
    background: none;
    color: #333;
    padding: 5px 9px;
}

.box .box-title .actions .btn:hover {
    background: #368ee0;
    color: #fff;
}

.box .box-title .actions .content-move { cursor: move; }

.box .box-content {
    *zoom: 1;
    padding: 20px;
    background: #fff;
}

.box .box-content:after {
    content: "";
    display: table;
    clear: both;
}

.custom-checkbox {
    position: relative;
    padding-right: 30px !important;
}

.custom-checkbox i {
    position: absolute;
    right: 10px;
    top: 9px;
}

.check-demo-col {
    width: 200px;
    float: left;
}

.check-line {
    position: relative;
    margin-bottom: 10px;
}

.check-line .inline {
    position: absolute;
    top: -1px;
    left: 30px;
}

.search-form {
    height: 35px;
    margin: 0;
}

.search-form > .search-pane {
    margin: 5px;
    height: 28px;
    background: #fff;
    border: 1px solid #ccc;
}

.search-form > .search-pane > input {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    float: left;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 1px;
    width: 145px;
}

.search-form > .search-pane > input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search-form > .search-pane button[type="submit"] {
    float: right;
    background: #368ee0;
    color: #fff;
    border: 0;
    margin: 2px 2px 0px 0;
    line-height: 19px;
    min-height: 24px;
}

.form-messages { margin-bottom: 0; }

.form-vertical .control-label small { margin-left: 20px; }

.form-vertical.form-bordered .control-group {
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
}

.form-striped .control-group:nth-child(odd) { background: #f6f6f6; }

.form-striped .control-group { margin-bottom: 0; }

.form-horizontal .help-block .progress { margin-bottom: 0; }

.form-horizontal.form-striped .control-group {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.form-horizontal.form-column { *zoom: 1; }

.form-horizontal.form-column:after {
    content: "";
    display: table;
    clear: both;
}

.form-horizontal.form-column .form-actions {
    border-top: 1px solid #ddd;
    margin-top: 0;
}

.form-horizontal.form-column [class*="span"] {
    margin: 0;
    border-left: 1px solid #ddd;
}

.form-horizontal.form-column [class*="span"] .control-group .control-label { width: 15%; }

.form-horizontal.form-column [class*="span"]:first-child { border-left: 0; }

.form-horizontal.form-column .span12 {
    width: 100%;
    border-left: 0 !important;
}

.form-horizontal.form-column .span11 { width: 91.666%; }

.form-horizontal.form-column .span10 { width: 83.333%; }

.form-horizontal.form-column .span9 { width: 75%; }

.form-horizontal.form-column .span8 { width: 66.666%; }

.form-horizontal.form-column .span7 { width: 58.333%; }

.form-horizontal.form-column .span6 { width: 50%; }

.form-horizontal.form-column .span5 { width: 41.666%; }

.form-horizontal.form-column .span4 { width: 33.333%; }

.form-horizontal.form-column .span3 { width: 25%; }

.form-horizontal.form-column .span2 { width: 16.666%; }

.form-horizontal.form-column .span1 { width: 8.333%; }

.form-horizontal .control-group .control-label.right { text-align: right; }

.form-horizontal .control-group .control-label small {
    display: block;
    color: #999;
}

.form-horizontal.form-bordered .control-group {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
}

.form-horizontal.form-bordered .control-group:last-child { border-bottom: 0; }

.form-horizontal.form-bordered .control-group .controls {
    padding: 10px;
    background: #fff;
    border-left: 1px solid #ddd;
    *zoom: 1;
}

.form-horizontal.form-bordered .control-group .controls:after {
    content: "";
    display: table;
    clear: both;
}

.form-horizontal.form-bordered .control-group .control-label {
    margin: 0;
    padding: 15px 10px 5px 10px;
    color: #555;
}

.form-horizontal.form-bordered .control-group .control-label small {
    display: block;
    font-size: 12px;
    color: #888;
    font-weight: normal;
}

.form-button {
    display: block;
    *zoom: 1;
    margin-top: 5px;
}

.form-button:after {
    content: "";
    display: table;
    clear: both;
}

.form-button a { float: left; }

.form-button span {
    margin-left: 5px;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    float: left;
}

.form-button span i { margin-right: 5px; }

[class*="span"] .form-actions { margin-bottom: 0; }

.gallery {
    list-style-type: none;
    margin: 0 10px;
    padding: 0;
    *zoom: 1;
}

.gallery:after {
    content: "";
    display: table;
    clear: both;
}

.gallery > li {
    float: left;
    margin: 1px 0 0 1px;
    position: relative;
    cursor: pointer;
}

.gallery > li > a { display: block; }

.gallery > li:hover .extras { display: block; }

.gallery > li .extras {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    width: 100%;
    height: 100%;
}

.gallery > li .extras:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.gallery > li .extras .extras-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    height: auto;
}

.gallery > li .extras .extras-inner a {
    color: #bbb;
    text-decoration: none;
    padding: 5px;
    text-align: center;
}

.gallery > li .extras .extras-inner a:hover {
    color: #fff;
    background: #368ee0;
}

.messages {
    padding: 0;
    list-style-type: none;
    margin: 0 20px 20px 20px;
}

.messages.withlist { margin-right: 210px; }

.messages > li { margin-top: 20px; }

.messages > li.insert {
    position: relative;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.messages > li.insert #message-form {
    background: #f9f9f9;
    margin-bottom: 0;
}

.messages > li.insert .text { margin-right: 50px; }

.messages > li.insert .text input[type="text"] {
    border: 0;
    margin-bottom: 0;
    display: block;
}

.messages > li.insert .submit {
    position: absolute;
    right: 0;
    top: 0;
}

.messages > li.insert .submit button {
    border: 0;
    background: #368ee0;
    color: #fff;
    margin: 2px;
    padding: 3px 4px;
}

.messages > li.insert .submit button[disabled="disabled"] { background: #ccc; }

.messages > li .image {
    float: left;
    width: 50px;
}

.messages > li .message {
    position: relative;
    background: #eee;
    margin-right: 20px;
    padding: 10px;
    margin-left: 60px;
}

.messages > li .message .name { font-weight: 600; }

.messages > li .message p { color: #444; }

.messages > li .message .time {
    color: #555;
    font-size: 11px;
}

.messages > li .message .caret {
    position: absolute;
    left: -7px;
    top: 10px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #eee;
    border-left: 0;
}

.messages > li.right .image { float: right; }

.messages > li.right .name { color: #0a2640; }

.messages > li.right .message {
    background: #d1e5f8;
    margin-left: 20px;
    margin-right: 0;
    margin-right: 60px;
}

.messages > li.right .message p { color: #11406c; }

.messages > li.right .message .time { color: #11406c; }

.messages > li.right .message .caret {
    left: auto;
    right: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #d1e5f8;
    border-right: 0;
}

.messages > li.typing { display: none; }

.messages > li.typing.active { display: block; }

.user-list {
    position: absolute;
    right: 0;
    top: 0;
    width: 183px;
    margin-right: 17px;
}

.user-list h4 {
    background: #368ee0;
    color: #fff;
    padding: 5px 8px;
    font-weight: 400;
}

.user-list > ul > li {
    *zoom: 1;
    margin: 5px 0;
}

.user-list > ul > li:after {
    content: "";
    display: table;
    clear: both;
}

.user-list > ul > li:first-child { margin-top: 0; }

.user-list > ul > li.invite { margin-top: 15px; }

.user-list > ul > li .image {
    max-width: 35px;
    min-width: 10px;
    float: left;
}

.user-list > ul > li .image img {
    max-width: 35px;
    min-width: 10px;
}

.user-list > ul > li .username {
    float: left;
    margin-left: 10px;
    line-height: 35px;
}

.statistic-big .top { *zoom: 1; }

.statistic-big .top:after {
    content: "";
    display: table;
    clear: both;
}

.statistic-big .top .left { float: left; }

.statistic-big .top .right {
    float: right;
    font-size: 24px;
    line-height: 31px;
}

.statistic-big .top .right .icon-circle-arrow-up { color: #393; }

.statistic-big .top .right .icon-circle-arrow-right { color: #f8a31f; }

.statistic-big .top .right .icon-circle-arrow-down { color: #e63a3a; }

.statistic-big .bottom { margin-top: 30px; }

.statistic-big .stats-overview { text-align: center; }

.statistic-big .stats-overview > li {
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    border-right: 1px solid #ddd;
}

.statistic-big .stats-overview > li:last-child { border-right: 0; }

.statistic-big .stats-overview > li .name { display: block; }

.statistic-big .stats-overview > li .value {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}

.flot-tooltip {
    position: absolute;
    display: none;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    color: #fff;
    padding: 5px;
}

.flot-tooltip .tooltip-arrow {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    margin-left: -5px;
    bottom: -5px;
    left: 15px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.pagestats { text-align: center; }

.pagestats > li { display: inline-block; }

.pagestats.style-3 .spark {
    float: none;
    margin: 0;
}

.pagestats.style-3 .bottom {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
}

.pagestats.style-3 .bottom .name { font-size: 14px; }

.pagestats.style-4 .spark {
    float: none;
    margin: 0;
}

.pagestats.style-4 .bottom {
    margin-top: 10px;
    font-size: 18px;
}

.pagestats.style-4 .name { font-size: 13px; }

.pagestats.style-2 { margin-top: 5px; }

.pagestats.style-2 .left { font-size: 20px; }

.pagestats.style-2 .left .name {
    font-size: 13px;
    margin: 0;
}

.pagestats .name {
    font-size: 20px;
    display: block;
    margin-left: 5px;
    margin-bottom: 5px;
}

.pagestats.bar span {
    font-size: 11px;
    display: block;
}

.pagestats .left {
    float: left;
    margin-left: 15px;
    font-size: 16px;
    margin-top: 3px;
}

.pagestats .spark {
    float: left;
    margin-left: 15px;
}

.pricing-tables { *zoom: 1; }

.pricing-tables:after {
    content: "";
    display: table;
    clear: both;
}

.pricing-tables .pricing {
    list-style-type: none;
    margin-top: 30px;
    float: left;
}

.pricing-tables .pricing.highlighted { margin-top: 0; }

.pricing-tables .pricing.highlighted > li { background: #f6f6f6; }

.pricing-tables .pricing.highlighted > li:nth-child(odd) { background: #fff; }

.pricing-tables .pricing > li {
    background: #ddd;
    border-top: 1px solid #bbb;
    padding: 8px 12px;
    text-align: center;
}

.pricing-tables .pricing > li:first-child { border-top: 0; }

.pricing-tables .pricing > li:nth-child(odd) { background: #e3e3e3; }

.pricing-tables .pricing > li.head {
    background: #888;
    color: #fff;
    padding: 0;
    position: relative;
}

.pricing-tables .pricing > li.head .info {
    background: #4c9ae3;
    padding: 5px 0;
}

.pricing-tables .pricing > li.head .name {
    background: #666;
    padding: 8px 0;
    font-size: 16px;
}

.pricing-tables .pricing > li.head .price {
    font-size: 28px;
    padding: 15px 0;
}

.pricing-tables .pricing > li.head .price span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.pricing-tables .pricing > li.button { background: #fff; }

.pricing-tables .pricing > li.button .help-text {
    font-size: 11px;
    margin-top: 5px;
    color: #888;
}

.widget-placeholder {
    background: #bbd9f4;
    border: 1px dotted #666;
    margin: 10px;
}

.widget-placeholder-2 { background: #bbd9f4; }

#ui-datepicker-div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
}

.jq-datepicker .ui-datepicker {
    background: #fafafa;
    border: 1px solid #ccc;
    font-size: 11px;
    position: relative;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker {
    background: #fff;
    border: 2px solid #999;
    font-size: 11px;
    position: relative;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker .ui-widget-header {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
}

.ui-datepicker .ui-datepicker-title {
    text-align: center;
    font-weight: bold;
    margin: 12px 0;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-left: 2px;
    background: none !important;
    border: 0 !important;
    margin-top: 14px;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover { font-weight: bold; }

.ui-datepicker .ui-datepicker-prev .ui-icon { display: none; }

.ui-datepicker .ui-datepicker-prev:hover { background: #ddd !important; }

.ui-datepicker .ui-datepicker-prev:hover:before { color: #000; }

.ui-datepicker .ui-datepicker-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    left: 5px;
    top: -2px;
    color: #444;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: none !important;
    border: 0 !important;
    margin-top: 14px;
    margin-right: 2px;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker .ui-datepicker-next.ui-state-hover { font-weight: bold; }

.ui-datepicker .ui-datepicker-next .ui-icon { display: none; }

.ui-datepicker .ui-datepicker-next:hover { background: #ddd !important; }

.ui-datepicker .ui-datepicker-next:hover:before { color: #000; }

.ui-datepicker .ui-datepicker-next:before {
    content: "\f105";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    right: 5px;
    top: -2px;
    color: #444;
}

.ui-datepicker .ui-datepicker-calendar {
    margin-bottom: 2px;
    margin-left: 2px;
}

.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td { text-align: center; }

.ui-datepicker .ui-datepicker-calendar th {
    color: #777;
    padding: 0;
}

.ui-datepicker .ui-datepicker-calendar th span {
    display: block;
    padding: 0;
}

.ui-datepicker .ui-datepicker-calendar td { padding: 0; }

.ui-datepicker .ui-datepicker-calendar td:hover > a {
    background: #368ee0;
    text-decoration: none;
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day > a {
    background: #368ee0;
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month:hover > a {
    background: #62a7e7;
    text-decoration: none;
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month > a { color: #999; }

.ui-datepicker .ui-datepicker-calendar td > a {
    padding: 3px 5px;
    display: block;
    border: 0;
    background: none;
    text-align: center;
}

.userlist > li {
    *zoom: 1;
    border-top: 1px dotted #bbb;
    padding: 5px 0;
}

.userlist > li:after {
    content: "";
    display: table;
    clear: both;
}

.userlist > li:first-child { border-top: 0; }

.userlist > li > a { float: left; }

.userlist > li > a img { max-width: 40px; }

.userlist > li .user {
    float: left;
    margin-left: 10px;
}

.userlist > li .user .name {
    font-weight: bold;
    display: block;
    line-height: 20px;
}

.userlist > li .user .position {
    display: block;
    font-weight: 300;
    font-size: 12px;
    margin-top: 3px;
}

.userlist > li .status {
    float: right;
    font-size: 8px;
    color: #b21000;
    line-height: 40px;
}

.userlist > li .status.active { color: #267326; }

.userlist > li .status.afk { color: #f4a64b; }

.progress {
    background: #fff;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.progress.small {
    height: 8px;
    margin-bottom: 10px;
}

.progress.small .bar {
    height: 8px;
    background: #368ee0;
    filter: none;
}

.quickstats > li {
    float: left;
    margin: 5px 15px;
    text-align: center;
    width: 50px;
}

.quickstats > li .value {
    font-size: 20px;
    display: block;
}

.quickstats > li .name {
    display: block;
    font-size: 12px;
    color: #888;
}

.tags > li {
    display: inline;
    margin: 0 3px 3px 0;
    line-height: 22px;
}

.tags > li > a { line-height: 22px; }

.tags > li > a.big-1 { font-size: 14px; }

.tags > li > a.big-2 { font-size: 16px; }

.tags > li > a.big-3 { font-size: 18px; }

.tags > li > a.big-4 { font-size: 20px; }

.tags > li > a.big-5 { font-size: 22px; }

.bestseller > li { margin-top: 20px; }

.bestseller > li:first-child { margin-top: 0; }

.bestseller > li > a {
    display: block;
    *zoom: 1;
}

.bestseller > li > a:after {
    content: "";
    display: table;
    clear: both;
}

.bestseller > li > a img {
    max-width: 50px;
    float: left;
}

.bestseller > li > a .details {
    float: left;
    margin-left: 5px;
}

.bestseller > li > a .details .name { font-size: 14px; }

.bestseller > li > a .details .price { margin-top: 2px; }

.bestseller > li > a .details .price .cross {
    display: block;
    text-decoration: line-through;
    font-size: 12px;
    line-height: 14px;
}

.bestseller > li > a .details .price .discount {
    display: block;
    color: #e51400;
    font-size: 13px;
    line-height: 14px;
}

.table.table-hover tr:hover > td { background: #f8f8f8; }

.table .with-checkbox { width: 10px; }

.table .with-checkbox input {
    margin-left: 4px;
    margin-top: 0;
}

.table.dataTable {
    margin-bottom: 10px;
    clear: both;
}

.table.dataTable.dataTable-grouping .group {
    background: #e6e6e6;
    border-top: 2px solid #ccc;
}

.table.dataTable.dataTable-grouping .group.expanded-group {
    background: url("../img/expanded-group.jpg") no-repeat left center #e6e6e6;
    padding-left: 33px;
}

.table.dataTable.dataTable-grouping .group.expanded-group:hover { cursor: pointer; }

.table.dataTable.dataTable-grouping .group.collapsed-group {
    background: url("../img/collapsed-group.jpg") no-repeat left center #e6e6e6;
    padding-left: 33px;
}

.table.dataTable.dataTable-grouping .group.collapsed-group:hover { cursor: pointer; }

.table.dataTable .sorting_asc { background: url("../img/sorting-asc.png") no-repeat right center #eee; }

.table.dataTable .sorting_desc { background: url("../img/sorting-desc.png") no-repeat right center #eee; }

.table.dataTable .sorting { background: url("../img/sorting.png") no-repeat right center #eee; }

.table.dataTable .sorting, .table.dataTable .sorting_desc, .table.dataTable .sorting_asc {
    padding-right: 30px;
    white-space: nowrap;
}

.table.dataTable.dataTable-scroll-x {
    border-collapse: separate;
    max-width: none;
}

.table.dataTable.dataTable-scroll-x td { white-space: nowrap; }

.table.dataTable th:focus { outline: none; }

.table.dataTable.dataTable-reorder th:hover { cursor: move; }

.table.table-colored-header thead th, .table.table-colored-header thead td {
    background: #368ee0;
    color: #fff;
}

.table.table-nohead thead { display: none; }

.table.table-nohead thead th, .table.table-nohead thead td { display: none; }

.table.table-nohead tr:first-child td { border: 0; }

.table tr td { vertical-align: middle; }

.table tr td .label { margin-right: 3px; }

.table tr th {
    vertical-align: middle;
    background: #eee;
}

.table.table-user tr.alpha td.alpha-val span {
    background: #368ee0;
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}

.table.table-user tr.alpha:hover td {
    background: white;
    cursor: pointer;
}

.table.table-user tr:first-child td { border: 0; }

.table.table-user tr td { border-top: 1px dotted #ccc; }

.table.table-user tr td.img { width: 40px; }

.table.table-user tr td.img img { width: 40px; }

.table.table-user tr td.user {
    text-align: left;
    vertical-align: middle;
}

.table.table-user tr td.icon {
    width: 20px;
    vertical-align: middle;
}

.table.table-user tr td.icon .online {
    font-size: 10px;
    color: #4fa828;
}

.table-mail tbody tr > td { cursor: pointer; }

.table-mail tbody tr.warning > td { background-color: #deecfa; }

.table-mail .table-checkbox { width: 15px; }

.table-mail .table-icon { width: 20px; }

.table-mail .table-icon .sel-star {
    color: #aaa;
    text-decoration: none;
}

.table-mail .table-icon .sel-star:hover { color: #f8a31f; }

.table-mail .table-icon .sel-star.active { color: #f8a31f; }

.table-mail .table-date { width: 100px; }

.table-mail .table-fixed-medium { width: 200px; }

.table-pagination {
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-pagination > a {
    margin-right: 5px;
    background: #eee;
    padding: 3px 8px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.table-pagination > a.disabled { color: #999; }

.table-pagination > a.disabled:hover {
    background: #eee;
    cursor: default;
}

.table-pagination > a:hover { background: #ddd; }

.table-pagination > span > a {
    padding: 3px 8px;
    margin-right: 5px;
    background: #eee;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.table-pagination > span > a.active {
    background: #368ee0;
    color: #fff;
}

.dataTable-columnfilter .thefilter th, .usertable .thefilter th {
    background-color: #eee;
    vertical-align: middle;
    color: #777;
}

.dataTable-columnfilter .thefilter .filter_column input, .usertable .thefilter .filter_column input {
    margin-bottom: 0;
    width: 100%;
    padding: 4px 0;
    text-indent: 8px;
    background: #fff;
}

.dataTable-columnfilter .thefilter .filter_column select, .usertable .thefilter .filter_column select {
    margin-bottom: 0;
    width: 100%;
    background: #fff;
}

.input-mini select { width: 60px; }

.tabs.tabs-inline { *zoom: 1; }

.tabs.tabs-inline:after {
    content: "";
    display: table;
    clear: both;
}

.tabs.tabs-inline.tabs-top > li {
    float: left;
    margin-right: 1px;
}

.tabs.tabs-inline.tabs-top > li.active > a {
    background: #fff;
    color: #333;
}

.tabs.tabs-inline.tabs-top > li.active > a:hover { background: #fff; }

.tabs.tabs-inline.tabs-top > li > a {
    color: #666;
    background: #ddd;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

.tabs.tabs-inline.tabs-top > li > a:hover {
    background: #ddd;
    color: #333;
}

.tabs.tabs-inline.tabs-left {
    position: absolute;
    background: #eee;
    width: 150px;
}

.tabs.tabs-inline.tabs-left > li:first-child > a { border-top: 0; }

.tabs.tabs-inline.tabs-left > li:last-child > a { border-bottom: 1px solid #bbb; }

.tabs.tabs-inline.tabs-left > li.write > a {
    margin: 10px;
    background: #e63a3a;
    color: #fff;
}

.tabs.tabs-inline.tabs-left > li.write > a:hover {
    background: #d21b1b;
    color: #fff;
}

.tabs.tabs-inline.tabs-left > li.active > a {
    background: #fff;
    color: #333;
    margin-right: -1px;
}

.tabs.tabs-inline.tabs-left > li.active > a:hover { background: #fff; }

.tabs.tabs-inline.tabs-left > li > a {
    display: block;
    padding: 10px 20px;
    color: #666;
    background: #ddd;
    text-decoration: none;
    border-top: 1px solid #bbb;
}

.tabs.tabs-inline.tabs-left > li > a:hover {
    background: #ddd;
    color: #333;
}

.tab-content.padding { padding: 20px; }

.tab-content.tab-content-inline {
    border-left: 1px solid #bbb;
    margin-left: 150px;
}

.tab-content.tab-content-inline.tab-content-bottom {
    border-left: 0;
    margin-left: 0;
}

.tasklist {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    *zoom: 1;
}

.tasklist li {
    padding: 0;
    cursor: pointer;
    *zoom: 1;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.tasklist li:after {
    content: "";
    display: table;
    clear: both;
}

.tasklist li:last-child { border-bottom: 0; }

.tasklist li:hover .task-delete { display: inline-block !important; }

.tasklist li.bookmarked { background: #fad8d8; }

.tasklist li.bookmarked .task-actions .task-bookmark { color: #e63a3a; }

.tasklist li.bookmarked .task-actions .task-bookmark i:before { content: "\f02e"; }

.tasklist li.done { background: #e7f1fb; }

.tasklist li.done .task span { text-decoration: line-through; }

.tasklist li.done .task-actions { display: none; }

.tasklist li label, .tasklist li .check {
    float: left;
    padding: 10px 10px 10px 10px;
    margin: 0;
    cursor: pointer;
    border-right: 1px solid #fec5bd;
}

.tasklist li .task {
    float: left;
    padding: 11px 5px 3px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    position: absolute;
    left: 43px;
    right: 50px;
    overflow: hidden;
}

.tasklist li .task i { margin-right: 5px; }

.tasklist li .task-actions {
    float: right;
    padding: 10px 10px 0 10px;
}

.tasklist li .task-actions > a { text-decoration: none; }

.tasklist li .task-actions .task-delete {
    display: none;
    color: #888;
    font-size: 16px;
}

.tasklist li .task-actions .task-bookmark {
    color: #aaa;
    font-size: 16px;
}

.tasklist li .task-actions .task-bookmark:hover { color: #fd6e58; }

.tasklist li .task-actions .task-bookmark:hover i:before { content: "\f02e"; }

.stats { float: left; }

.stats > li {
    *zoom: 1;
    float: left;
    padding: 10px 15px;
    margin-right: 15px;
}

.stats > li:after {
    content: "";
    display: table;
    clear: both;
}

.stats > li:last-child { margin-right: 0; }

.stats > li i {
    font-size: 36px;
    color: #fff;
    float: left;
    margin: 0;
}

.stats > li .details {
    *zoom: 1;
    margin-left: 55px;
}

.stats > li .details:after {
    content: "";
    display: table;
    clear: both;
}

.stats > li .details span {
    color: #fff;
    display: block;
    font-size: 12px;
}

.stats > li .details span.big { font-size: 16px; }

.tiles {
    list-style-type: none;
    margin: 25px 0;
    padding: 0;
}

.tiles .has-chart > a span {
    font-size: 16px;
    padding: 10px 20px;
}

.tiles .has-chart-2 > a span {
    font-size: 16px;
    padding-top: 0;
    display: inline-block;
}

.tiles .has-chart-2 > a span .spark-me { padding-top: 40px; }

.tiles .has-chart-2 > a span .spark-me canvas { margin-top: -10px; }

.tiles.tiles-small .label { padding: 3px 5px; }

.tiles.tiles-small > li:hover:before {
    width: 70px;
    height: 70px;
}

.tiles.tiles-small > li > a {
    width: 80px;
    height: 80px;
}

.tiles.tiles-small > li > a span {
    font-size: 30px;
    padding-top: 20px;
}

.tiles .label { padding: 5px 8px; }

.tiles.tiles-center {
    text-align: center;
    width: 100%;
}

.tiles.tiles-center > li {
    display: inline-block;
    text-align: center;
    float: none;
}

.tiles.tiles-center > li > a .name { text-align: center; }

.tiles.nomargin { margin: 0; }

.tiles > li {
    float: left;
    margin: 8px 0 0 8px;
    position: relative;
}

.tiles > li .label {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 99;
}

.tiles > li:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 110px;
    background: none;
    pointer-events: none;
    border: 5px solid rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.tiles > li.long:hover:before { width: 235px; }

.tiles > li.long > a { width: 245px; }

.tiles > li.long > a span {
    font-size: 64px;
    padding-top: 25px;
}

.tiles > li.high:hover:before { height: 235px; }

.tiles > li.high > a { height: 245px; }

.tiles > li.high > a span {
    padding-top: 75px;
    font-size: 96px;
}

.tiles > li.high > a span.count > i { margin-right: -25px; }

.tiles > li.image > a img {
    width: 120px;
    height: 120px;
}

.tiles > li.image > a .name {
    background: #368ee0;
    color: #fff;
}

.tiles > li > a {
    width: 120px;
    height: 120px;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-align: center;
}

.tiles > li > a span {
    padding-top: 35px;
    font-size: 48px;
    display: block;
}

.tiles > li > a span.nopadding { padding: 0; }

.tiles > li > a span.count > i { margin-right: -10px; }

.tiles > li > a span h5 {
    font-size: 18px !important;
    margin: 0;
    text-align: left;
    padding: 10px 10px 5px 10px;
}

.tiles > li > a span p {
    font-size: 13px !important;
    padding: 0;
    text-align: left;
    padding: 0 20px;
}

.tiles > li > a .name {
    font-size: 13px !important;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 3px 10px;
    float: left;
}

.tiles > li > a .name .right {
    font-size: 13px;
    float: right;
    padding: 0;
}

.minitiles { float: left; }

.minitiles > li {
    float: left;
    margin-right: 15px;
}

.minitiles > li > a {
    display: block;
    height: 61px;
    width: 61px;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-align: center;
}

.minitiles > li > a i {
    font-size: 36px;
    line-height: 61px;
}

.minitiles > li > a:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    background: none;
    pointer-events: none;
    border: 3px solid rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.timeline { margin-left: 30px !important; }

.timeline > li {
    position: relative;
    border-bottom: 2px dotted #ddd;
    padding: 30px 0;
}

.timeline > li:hover { background: #f6f6f6; }

.timeline > li:last-child { border-bottom: 0; }

.timeline > li .line {
    width: 4px;
    background: #eee;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}

.timeline > li .timeline-content {
    position: relative;
    z-index: 99;
}

.timeline > li .timeline-content .left { position: relative; }

.timeline > li .timeline-content .left .icon {
    background: #368ee0;
    float: left;
    padding: 6px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: -18px;
    top: 5px;
}

.timeline > li .timeline-content .left .date {
    position: absolute;
    top: 48px;
    left: -20px;
    background: #eee;
    padding: 0 5px;
    font-size: 11px;
}

.timeline > li .timeline-content .activity { margin-left: 50px; }

.timeline > li .timeline-content .activity .user {
    font-size: 14px;
    margin-bottom: 10px;
}

.timeline > li .timeline-content .activity .user span { color: #777; }

.timeline > li .timeline-content .activity .timeline-images { *zoom: 1; }

.timeline > li .timeline-content .activity .timeline-images:after {
    content: "";
    display: table;
    clear: both;
}

.timeline > li .timeline-content .activity .timeline-images > li {
    float: left;
    margin-right: 5px;
}

.timeline > li .timeline-content .activity .timeline-images > li > a img { max-width: 100px; }

body.error { background: #368ee0; }

body.error .wrapper {
    width: 300px;
    height: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -165px -150px;
}

body.error .wrapper .code {
    color: #fff;
    font-size: 90px;
    text-align: center;
}

body.error .wrapper .code span { margin-right: 15px; }

body.error .wrapper .desc {
    color: #fff;
    font-size: 14px;
    margin: 20px 0;
}

body.error .wrapper .input-append {
    width: 300px;
    background: #fff;
    padding: 2px;
}

body.error .wrapper .input-append input {
    border: 0;
    width: 260px;
    background: #fff;
}

body.error .wrapper .input-append .btn {
    border: 0;
    background: #368ee0;
    color: #fff;
}

body.error .wrapper .input-append .btn:hover { background: #1b67af; }

.grids .row-fluid {
    margin-top: 10px;
    margin-bottom: 20px;
}

.grids .row-fluid [class*="span"] {
    background: #ccc;
    text-align: center;
    line-height: 30px;
}

.grids .row-fluid [class*="span"]:hover { background: #aaa; }

.the-icons { list-style-type: none; }

.the-icons li { margin: 5px 0; }

#updateInterval { margin-bottom: 0; }

.invoice-info .invoice-name {
    font-size: 24px;
    margin-bottom: 40px;
}

.invoice-info .invoice-from, .invoice-info .invoice-to {
    float: left;
    margin-bottom: 30px;
}

.invoice-info .invoice-from span, .invoice-info .invoice-to span {
    color: #888;
    display: block;
}

.invoice-info .invoice-to { margin-left: 50px; }

.invoice-info .invoice-infos {
    float: right;
    margin-right: 20px;
}

.table-invoice .price { width: 100px; }

.table-invoice .qty { width: 50px; }

.table-invoice .total {
    text-align: right;
    width: 150px;
}

.table-invoice .taxes p { text-align: right; }

.table-invoice .taxes p .light {
    margin-right: 20px;
    color: #888;
}

.table-invoice .taxes p .totalprice { font-weight: bold; }

.invoice-payment span {
    color: #888;
    display: block;
}

.invoice-payment ul {
    list-style-type: none;
    margin: 10px;
    padding: 0;
}

.invoice-payment ul li {
    float: left;
    margin-right: 10px;
}

@media print {
    #navigation, #left, .breadcrumbs, .page-header, .invoice-payment, .box-title { display: none !important; }

    #main { margin-left: 0; }
}

.locked { background: #368ee0; }

.locked .wrapper {
    width: 500px;
    height: 500px;
    margin: 200px -250px;
    position: absolute;
    left: 50%;
}

.locked .pull-left { width: 200px; }

.locked .pull-left a {
    color: #fff;
    display: block;
    background: #1b67af;
    text-align: center;
    padding: 4px 8px;
    text-decoration: none;
}

.locked .pull-left a:hover { background: #144d82; }

.locked .right {
    float: left;
    margin-left: 15px;
}

.locked .right .upper h2 {
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.locked .right .upper span {
    display: block;
    color: #fff;
}

.locked .right form { margin-top: 30px; }

.locked .right form input {
    border: 0;
    margin-bottom: 0;
}

.locked .right form input[type=password] { width: 260px; }

.locked .right form div { margin-top: 5px; }

.login { background: #368ee0; }

.login .wrapper {
    width: 400px;
    height: 500px;
    margin: -200px -200px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.login .wrapper h1 > a {
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 48px;
    text-align: center;
    padding: 2px 0;
    text-decoration: none;
}

.login .wrapper h1 > a img {
    margin-right: 20px;
    margin-top: -8px;
}

.login .wrapper .login-body {
    margin-top: 20px;
    background: #fff;
}

.login .wrapper .login-body form { padding: 0 30px; }

.login .wrapper .login-body h2 {
    font-weight: 300;
    color: #333;
    font-size: 24px;
    padding: 20px 30px 5px 30px;
}

.login .wrapper .login-body .email input, .login .wrapper .login-body .pw input {
    padding: 8px 12px;
    height: 35px;
}

.login .wrapper .login-body .submit {
    margin-top: 15px;
    *zoom: 1;
}

.login .wrapper .login-body .submit:after {
    content: "";
    display: table;
    clear: both;
}

.login .wrapper .login-body .submit input { float: right; }

.login .wrapper .login-body .submit .remember {
    float: left;
    margin-top: 5px;
    margin-left: 1px;
}

.login .wrapper .login-body .submit .remember [class*=icheckbox], .login .wrapper .login-body .submit .remember label { float: left; }

.login .wrapper .login-body .submit .remember label { margin-left: 10px; }

.login .wrapper .login-body .forget { margin-top: 50px; }

.login .wrapper .login-body .forget a {
    background: #eee;
    padding: 10px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #555;
}

.login .wrapper .login-body .forget a:hover { background: #ddd; }

.login .wrapper .login-body .forget a span {
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
}

.pagination.pagination-custom {
    height: 28px;
    margin-top: -1px;
}

.pagination.pagination-custom li.active a {
    background: #368ee0;
    color: #fff;
}

.pagination.pagination-custom li.active a:hover { background: #368ee0; }

.pagination.pagination-custom li a {
    background: #eee;
    text-decoration: none;
    color: #333;
    border: 0;
    padding: 5px 12px;
}

.pagination.pagination-custom li a:hover { background: #ddd; }

.search-results ul { *zoom: 1; }

.search-results ul:after {
    content: "";
    display: table;
    clear: both;
}

.search-results ul li {
    *zoom: 1;
    padding: 15px;
    border-top: 1px dotted #bbb;
}

.search-results ul li:after {
    content: "";
    display: table;
    clear: both;
}

.search-results ul li:first-child { border-top: 0; }

.search-results ul li:last-child {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-results ul li .thumbnail {
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search-results ul li .search-info { margin-left: 110px; }

.search-results ul li .search-info a { font-size: 16px; }

.search-results ul li .search-info .url { color: #29b754; }

.search-results ul li:nth-child(even) { background: #fff; }

.shop-items > li { position: relative; }

.shop-items > li:hover { background: #368ee0; }

.shop-items > li:hover .extended {
    display: block;
    position: absolute;
    z-index: 999;
    background: #368ee0;
    left: 0;
    right: 0;
}

.shop-items > li:hover > a .details { color: #fff; }

.shop-items > li:hover > a .details .name { color: #fff; }

.shop-items > li > a { text-decoration: none; }

.shop-items > li > a img { max-width: 100%; }

.shop-items > li > a .details { padding: 10px; }

.shop-items > li > a .details .name {
    display: block;
    font-size: 16px;
    color: #333;
}

.shop-items > li > a .details .price {
    text-align: right;
    font-size: 18px;
}

.shop-items > li .extended {
    padding: 10px 10px 5px 10px;
    display: none;
    *zoom: 1;
}

.shop-items > li .extended:after {
    content: "";
    display: table;
    clear: both;
}

.shop-items > li .extended .pull-right > a {
    color: #fff;
    font-size: 16px;
    padding: 2px 5px;
    text-decoration: none;
}

.more-images { margin-top: 15px; }

.product-details .price { font-size: 24px; }

.product-details .price, .product-details div.colors, .product-details .sizes, .product-details .actions { margin-top: 30px; }

.product-details div.colors { *zoom: 1; }

.product-details div.colors:after {
    content: "";
    display: table;
    clear: both;
}

.product-details .actions { text-align: right; }

.product-details .actions .non { margin-right: 15px; }

.calendar { margin-top: 10px; }

.calendar .fc-header .fc-header-title h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 25px;
}

.calendar .fc-header .fc-header-right .fc-button {
    position: relative;
    top: -45px;
}

.calendar .fc-content .fc-event {
    font-size: 12px;
    border: 0 !important;
}

.calendar .fc-content .fc-event .fc-event-inner {
    background: #368ee0;
    border: 0 !important;
    margin: 0;
}

.calendar .fc-content .fc-event .fc-event-inner .fc-event-title { padding: 2px 5px; }

.calendar .fc-content .fc-event .fc-event-inner .fc-event-time { padding: 2px 2px 2px 5px; }

.calendar .fc-button {
    background: none;
    border: 0 !important;
    margin-right: 5px;
}

.calendar .fc-button.fc-state-active {
    background: #368ee0;
    color: #fff;
}

.calendar .fc-button.fc-state-active:hover {
    background: #368ee0;
    color: #fff;
}

.calendar .fc-button:hover { background: #ddd; }

.calendar .fc-button.fc-button-next, .calendar .fc-button.fc-button-prev { margin-left: 10px; }

.calendar .fc-button.fc-button-next .fc-button-content, .calendar .fc-button.fc-button-prev .fc-button-content { padding: 0 9px; }

.calendar .fc-button.fc-button-next .fc-button-content i, .calendar .fc-button.fc-button-prev .fc-button-content i { color: #666; }

.calendar .fc-button.fc-button-next:hover .fc-button-content i, .calendar .fc-button.fc-button-prev:hover .fc-button-content i { color: #333; }

.calendar .fc-button.fc-button-prev {
    margin-right: 10px;
    margin-left: 0;
}

.calendar .fc-button .fc-button-inner {
    background: none;
    border: 0 !important;
}

.flot {
    width: 100%;
    height: 300px;
}

.flot.small { height: 150px; }

.flot.medium { height: 200px; }

.chzn-container .chzn-drop {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.chzn-container .chzn-drop .chzn-results > li.highlighted { background: #368ee0; }

.chzn-container.chzn-container-single .chzn-search input { background: none; }

.chzn-container.chzn-container-single .chzn-single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.chzn-container.chzn-container-single .chzn-single div b { background-position-y: 2px; }

.chzn-container.chzn-container-multi .chzn-choices {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.chzn-container.chzn-container-multi .chzn-choices .search-choice {
    background: #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cke.cke_chrome {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.cke .cke_top {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-top: 0;
}

.cke .cke_top .cke_button, .cke .cke_top .cke_combo_button {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    cursor: pointer;
}

.cke .cke_top .cke_button:hover, .cke .cke_top .cke_button.cke_button_on, .cke .cke_top .cke_button:active, .cke .cke_top .cke_button:focus, .cke .cke_top .cke_combo_button:hover, .cke .cke_top .cke_combo_button.cke_button_on, .cke .cke_top .cke_combo_button:active, .cke .cke_top .cke_combo_button:focus {
    background: #bbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.cke .cke_top .cke_combo.cke_combo_on .cke_combo_button {
    background: #bbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cke .cke_top .cke_toolbar_separator {
    background: #aaa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cke .cke_top .cke_toolgroup {
    margin: 0 10px 9px 0;
    border: 0;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cke .cke_contents { border: 1px solid #ddd; }

.cke .cke_bottom {
    background: #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
    border-top: 0;
}

table.DTCR_clonedTable {
    background-color: white;
    z-index: 202;
    cursor: move;
}

div.DTCR_pointer {
    width: 1px;
    background-color: #368ee0;
    z-index: 201;
}

div.DTCR_pointer:before {
    content: "\f063";
    font-family: "FontAwesome";
    position: absolute;
    top: -25px;
    left: -5px;
    color: #368ee0;
}

.ColVis {
    float: right;
    margin-bottom: 1em;
}

.ColVis_Button {
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 3px 5px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    cursor: pointer;
    *cursor: hand;
}

button.ColVis_Button::-moz-focus-inner {
    border: none !important;
    padding: 0;
}

.ColVis_text_hover {
    border: 1px solid #999;
    background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1100;
}

div.ColVis_collection {
    position: relative;
    width: 150px;
    background-color: #f3f3f3;
    padding: 3px;
    border: 1px solid #ccc;
    z-index: 1102;
}

div.ColVis_collection button.ColVis_Button {
    background-color: white;
    width: 100%;
    float: none;
    margin-bottom: 2px;
}

div.ColVis_collection button.ColVis_Group {
    background: #dadada;
    border: 1px solid #bababa;
}

div.ColVis_catcher {
    position: absolute;
    z-index: 1101;
}

.disabled { color: #999; }

button.ColVis_Button { text-align: left; }

div.ColVis_collection button.ColVis_Button:hover {
    border: 1px solid #999;
    background-color: #f0f0f0;
}

div.ColVis_collection button.ColVis_Group:hover {
    background: #bababa;
    border: 1px solid #424242;
}

span.ColVis_radio {
    display: inline-block;
    width: 20px;
}

.dataTables_wrapper .ColVis { margin: 10px 10px 10px 0; }

.dataTables_wrapper .ColVis .ColVis_Button {
    background: #eee;
    padding: 3px 8px;
    border: 0;
}

.dataTables_wrapper .ColVis .ColVis_Button i { margin-left: 5px; }

.dataTables_wrapper .ColVis .ColVis_Button:hover { background: #ddd; }

.dataTables_wrapper .dataTables_length {
    float: left;
    min-width: 200px;
    margin: 10px 10px 5px 10px;
}

.dataTables_wrapper .dataTables_length .input-mini { float: left; }

.dataTables_wrapper .dataTables_length label > span {
    float: left;
    margin: 4px 5px;
}

.dataTables_wrapper .DTTT_container { margin: 10px 5px 10px 0; }

.dataTables_wrapper .DTTT_container .DTTT_button {
    background: #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    margin-right: 5px;
    color: #333;
}

.dataTables_wrapper .DTTT_container .DTTT_button:hover { background: #ddd; }

.dataTables_wrapper .dataTables_filter {
    float: right;
    margin: 10px 10px 5px 5px;
}

.dataTables_wrapper .dataTables_filter input { margin-bottom: 0; }

.dataTables_wrapper .dataTables_info {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_info span { font-weight: 600; }

.dataTables_wrapper .dataTables_paginate {
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate > a {
    margin-right: 5px;
    background: #eee;
    padding: 3px 8px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate > a.paginate_button_disabled { color: #999; }

.dataTables_wrapper .dataTables_paginate > a.paginate_button_disabled:hover {
    background: #eee;
    cursor: default;
}

.dataTables_wrapper .dataTables_paginate > a:hover { background: #ddd; }

.dataTables_wrapper .dataTables_paginate > span > a {
    padding: 3px 8px;
    margin-right: 5px;
    background: #eee;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate > span > a.paginate_active {
    background: #368ee0;
    color: #fff;
}

.dataTables_scroll { clear: both; }

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.DTFC_Cloned {
    background: #eee;
    border-right: 1px solid #ddd;
}

div.DTS tbody th, div.DTS tbody td { white-space: nowrap; }

div.DTS tbody tr.even { background-color: white; }

.alert.alert-nomargin { margin: 0; }

.DTFC_LeftHeadWrapper { border-right: 1px solid #ddd; }

div.DTS div.DTS_Loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    z-index: 1;
    border: 1px solid #999;
    padding: 20px 0;
    text-align: center;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
}

div.DTS div.dataTables_scrollHead { background-color: white; }

div.DTS div.dataTables_scrollBody { z-index: 2; }

.datepicker.datepicker-dropdown {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker.datepicker-dropdown:before, .datepicker.datepicker-dropdown:after { border: 0; }

.datepicker.datepicker-dropdown .datepicker-days td, .datepicker.datepicker-dropdown .datepicker-days th, .datepicker.datepicker-dropdown .datepicker-days span, .datepicker.datepicker-dropdown .datepicker-years td, .datepicker.datepicker-dropdown .datepicker-years th, .datepicker.datepicker-dropdown .datepicker-years span, .datepicker.datepicker-dropdown .datepicker-months td, .datepicker.datepicker-dropdown .datepicker-months th, .datepicker.datepicker-dropdown .datepicker-months span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker.datepicker-dropdown .datepicker-days .active, .datepicker.datepicker-dropdown .datepicker-years .active, .datepicker.datepicker-dropdown .datepicker-months .active {
    background: #368ee0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker.datepicker-dropdown .datepicker-days .active:hover, .datepicker.datepicker-dropdown .datepicker-years .active:hover, .datepicker.datepicker-dropdown .datepicker-months .active:hover {
    background: #0090d0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.daterangepicker:before, .daterangepicker:after { border: 0 !important; }

.daterangepicker th, .daterangepicker td, .daterangepicker td:hover, .daterangepicker td.active, .daterangepicker .calendar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.daterangepicker .active {
    background: #368ee0;
    background-image: none !important;
}

.elfinder {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.elfinder .elfinder-toolbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    border-color: #ccc;
}

.elfinder .elfinder-toolbar .elfinder-buttonset { border: 0; }

.elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-toolbar-button-separator { border-color: #eee; }

.elfinder .elfinder-toolbar .elfinder-button {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
}

.elfinder .elfinder-toolbar .elfinder-button:hover {
    background: #ddd;
    cursor: pointer;
}

.elfinder .elfinder-toolbar .elfinder-button:hover.elfinder-button-search { background: none; }

.elfinder .elfinder-toolbar .elfinder-button.ui-state-disabled {
    background: #fff;
    cursor: default;
}

.elfinder .elfinder-toolbar .elfinder-button.ui-state-disabled .elfinder-button-icon {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

.elfinder .elfinder-button-search input {
    margin-bottom: 0;
    border-color: #ccc;
}

.elfinder .elfinder-statusbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #eee;
    padding: 10px 12px;
    border-color: #ccc;
}

.elfinder .elfinder-navbar { background: #eee; }

.elfinder .elfinder-navbar .elfinder-navbar-dir {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 12px 5px 40px;
}

.elfinder .elfinder-cwd-filename, .elfinder .elfinder-cwd-file, .elfinder .elfinder-cwd-file-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.elfinder .elfinder-cwd-file:hover { background: #eee; }

.filetree .dynatree-container { border: 0; }

.activeFolder, .additionalInformation {
    font-weight: bold;
    margin-left: 5px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    padding: 4px 8px;
    border: 1px solid #ccc;
}

.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;
}

.fileupload { margin-bottom: 0px; }

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}

.fileupload .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.fileupload .thumbnail > img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
}

.fileupload .btn { vertical-align: middle; }

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists { display: none; }

.fileupload-inline .fileupload-controls { display: inline; }

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.thumbnail-borderless .thumbnail {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail { border: 1px solid #ddd; }

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview { color: #a47e3c; }

.control-group.warning .fileupload .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 .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 .thumbnail { border-color: #468847; }

.form-wizard { margin-bottom: 0; }

.form-wizard .step .control-group { padding: 0 20px; }

.form-wizard .form-actions {
    margin-top: 0;
    margin-bottom: 0;
}

.form-wizard.wizard-vertical { margin-bottom: 0; }

.form-wizard.wizard-vertical .form-content {
    background: #fff;
    border-left: 1px solid #d6d6d6;
    margin-left: 220px;
    padding: 10px 10px;
    overflow: hidden;
}

.form-wizard.wizard-vertical .form-content .control-group { padding: 10px; }

.form-wizard.wizard-vertical .form-content .control-group:last-child { margin-bottom: 0; }

.form-wizard.wizard-vertical .step { background: #eee; }

.form-wizard.wizard-vertical .wizard-steps {
    float: left;
    width: 220px;
    margin-bottom: 0;
    min-height: 200px;
}

.form-wizard.wizard-vertical .wizard-steps > li {
    float: none;
    width: 100% !important;
    *zoom: 1;
    display: block;
    background: #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.form-wizard.wizard-vertical .wizard-steps > li:after {
    content: "";
    display: table;
    clear: both;
}

.form-wizard.wizard-vertical .wizard-steps > li:first-child { border-top: 0; }

.form-wizard.wizard-vertical .wizard-steps > li.active {
    background: #fff;
    position: relative;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.form-wizard.wizard-vertical .wizard-steps > li.active:first-child { border-top: 0; }

.form-wizard.wizard-vertical .wizard-steps > li.active:after {
    position: absolute;
    content: "";
    top: 0;
    left: auto;
    bottom: 0;
    background: #ffffff;
    width: 1px;
    right: -1px;
    height: 100%;
    display: block;
}

.form-wizard.wizard-vertical .wizard-steps > li .single-step {
    *zoom: 1;
    padding: 10px;
}

.form-wizard.wizard-vertical .wizard-steps > li .single-step:after {
    content: "";
    display: table;
    clear: both;
}

.form-wizard.wizard-vertical .wizard-steps > li .title { float: left; }

.form-wizard.wizard-vertical .wizard-steps > li .description {
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}

.form-wizard.wizard-vertical .form-actions {
    padding-left: 240px;
    background: #fff;
    margin-bottom: 0;
    margin-top: 0;
    border-top: 1px solid #d6d6d6;
}

.form-wizard .wizard-steps {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
    *zoom: 1;
    background: #eee;
}

.form-wizard .wizard-steps:after {
    content: "";
    display: table;
    clear: both;
}

.form-wizard .wizard-steps li {
    float: left;
    text-align: center;
}

.form-wizard .wizard-steps li:last-child .single-step { border-right: 0; }

.form-wizard .wizard-steps li .single-step { padding: 15px 0; }

.form-wizard .wizard-steps li .single-step .title {
    text-align: center;
    font-size: 16px;
    background: #ddd;
    padding: 4px 10px;
    color: #888;
}

.form-wizard .wizard-steps li .single-step .description {
    margin-left: 5px;
    color: #aaa;
}

.form-wizard .wizard-steps li.active {
    background: #fff;
    position: relative;
}

.form-wizard .wizard-steps li.active:after {
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    content: "";
    background: #ffffff;
    width: 100%;
    height: 1px;
    display: block;
}

.form-wizard .wizard-steps li.active .single-step .title {
    background: #368ee0;
    color: #fff;
}

.form-wizard .wizard-steps li.active .single-step .description { color: #333; }

.form-wizard .wizard-steps.steps-2 li { width: 50%; }

.form-wizard .wizard-steps.steps-3 li { width: 33.333%; }

.form-wizard .wizard-steps.steps-4 li { width: 25%; }

.form-wizard .wizard-steps.steps-5 li { width: 20%; }

#gritter-notice-wrapper {
    right: auto;
    left: 50%;
    margin-left: -150.5px;
}

#map1, #map2, #map3, #map4 { height: 400px; }

#map1 img, #map2 img, #map3 img, #map4 img { max-width: none; }

.cluster {
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.cluster.cluster-1 {
    background: url(http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m1.png);
    width: 53px;
    height: 52px;
    line-height: 52px;
}

.cluster.cluster-2 {
    background: url(http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m2.png);
    width: 56px;
    height: 55px;
    line-height: 55px;
}

.cluster.cluster-5 {
    background: url(http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m3.png);
    width: 66px;
    height: 65px;
    line-height: 65px;
}

.ms-container .ms-list {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.ms-container .multi-custom-header {
    background: #368ee0;
    color: #fff;
    padding: 2px 8px;
}

.plupload .plupload_container { padding: 0; }

.plupload .plupload_container .plupload_filelist_header { display: none; }

.plupload .plupload_container .plupload_filelist { background: #fff; }

.plupload .plupload_container .plupload_filelist > li { background: #fff; }

.plupload .plupload_container .plupload_filelist_footer {
    height: 30px;
    background: #fff;
}

.plupload .plupload_container .plupload_filelist_footer .pl_add { margin-right: 5px; }

.plupload.pl-sidebar .plupload_filelist_footer {
    border-top: 0;
    height: auto;
    padding: 0;
}

.plupload.pl-sidebar .plupload_filelist_footer .plupload_add {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 4px;
    margin: 0;
    text-align: center;
    background: #ddd;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.plupload.pl-sidebar .plupload_filelist_footer .plupload_add:hover { background: #bbb; }

.plupload.pl-sidebar .plupload_filelist_footer .plupload_file_name { float: none; }

.plupload.pl-sidebar .plupload_filelist_footer .plupload_total_status, .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_status, .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_action, .plupload.pl-sidebar .plupload_filelist_footer .plupload_progress, .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_size { display: none; }

.plupload.pl-sidebar .plupload_content .plupload_filelist {
    overflow-y: auto;
    border: 1px solid #ccc;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_status, .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_status { display: none; }

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_name, .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_name {
    width: 100px;
    line-height: 18px;
    font-size: 11px;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_size, .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_size { display: none; }

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext {
    position: relative;
    color: #333;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext span {
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext:after {
    content: "\f0ee";
    font-size: 128px;
    color: #e6e6e6;
    position: absolute;
    font-family: "FontAwesome";
    top: 10px;
    z-index: 98;
    left: 13px;
}

.ui-resizable-handle.ui-resizable-e { cursor: col-resize; }

#ascrail2000 div {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.slimScrollBar.ui-draggable {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.select2-container .select2-choice {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none;
    background: #fff;
}

.select2-container .select2-choice div {
    border-left: 0;
    background: none;
}

.select2-container.select2-drop-above .select2-choice {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none;
}

.select2-container .select2-search-choice-close { top: 3px; }

.select2-container .select2-choices { background-image: none; }

.select2-results, .select2-search, .select2-with-searchbox {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.slider {
    margin: 10px 0 20px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 6px;
    position: relative;
    *zoom: 1;
}

.slider:after {
    content: "";
    display: table;
    clear: both;
}

.slider .amount {
    position: absolute;
    left: 0;
    top: -20px;
}

.slider .amount_min {
    position: absolute;
    left: 0;
    bottom: -25px;
}

.slider .amount_max {
    position: absolute;
    right: 0;
    bottom: -25px;
}

.slider .ui-slider-handle {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #368ee0;
    width: 14px;
    height: 14px;
}

.ui-spinner {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-color: #ccc;
}

.ui-spinner .spinner {
    border: 0;
    margin-top: 0;
}

.ui-spinner .ui-spinner-button {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}

.tagsinput[id$="_tagsinput"] { padding-bottom: 0; }

.tagsinput[id$="_tagsinput"] .tag {
    background: #368ee0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    border: 0;
}

.tagsinput[id$="_tagsinput"] .tag a { color: #fff; }

.bootstrap-timepicker-widget.dropdown-menu, .colorpicker.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.bootstrap-timepicker-widget.dropdown-menu:before, .bootstrap-timepicker-widget.dropdown-menu:after, .colorpicker.dropdown-menu:before, .colorpicker.dropdown-menu:after { border: 0 !important; }

.editable-input .datepicker-inline { width: 260px; }

.editable-input .datepicker table tr td {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.editable-input .datepicker table tr td:hover { background: #bbb; }

.editable-input .datepicker table tr td.active { background: #368ee0; }

.editable-input .datepicker table tr td.active:hover { background: #1b67af; }

.editable-address {
    display: block;
    margin-bottom: 5px;
}

.editable-address span {
    width: 70px;
    display: inline-block;
}

html, body { height: 100%; }

a { color: #368ee0; }

a:focus {
    outline: none;
    text-decoration: none;
}

.ulreset, #navigation .user .icon-nav, #navigation .main-nav, .letterbox .letter, .blog-widget-recent-posts, .blog-widget-latest-photos, .blog-widget-categories, .blog-widget-tags, .user-list > ul, .statistic-big .stats-overview, .pagestats, .userlist, .quickstats, .tags, .bestseller, .tabs, .stats, .minitiles, .timeline, .timeline > li .timeline-content .activity .timeline-images, .search-results ul, .shop-items, .colors {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nopadding { padding: 0 !important; }

.row-fluid.margin-top { margin-top: 30px; }

.visible-480 { display: none; }

.box-sortable {
    background: #eee;
    border: 1px dotted #333;
}

.colors.small > li {
    height: 20px;
    width: 20px;
}

.colors.small > li > a, .colors.small > li > span {
    height: 20px;
    width: 20px;
}

.colors > li {
    height: 40px;
    margin: 0 5px 5px 0;
    width: 40px;
    float: left;
}

.colors > li > a, .colors > li > span {
    width: 40px;
    height: 40px;
    display: block;
}

.basic-margin > li, .basic-margin > a { margin: 0 5px 5px 0; }

.toggle-slide {
    overflow: hidden;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
}

.toggle-slide .toggle-on, .toggle-slide .toggle-off, .toggle-slide .toggle-blob { float: left; }

.toggle-slide .toggle-blob {
    position: relative;
    z-index: 99;
    cursor: pointer;
}

/* The Red Team */

.toggle-slide { }

.toggle-slide .toggle-on, .toggle-slide .toggle-off {
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    color: white;
    font-size: 11px;
}

.toggle-slide .toggle-off, .toggle-slide .toggle-off.active { background: #81858c; }

.toggle-slide .toggle-on, .toggle-slide .toggle-on.active { background: #2965cc; }

.toggle-select .toggle-off, .toggle-select .toggle-on { background: none; }

.toggle-slide .toggle-blob { background: #fff; }

.toggle-slide .toggle-blob { border: 1px solid #81858c; }

.toggle-slide.active .toggle-blob { border: 1px solid #2965cc; }

input.error, select.error, textarea.error, input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
    border: 1px solid #ED0707;
    color: #000;
}

.color-red { color: red; }

.required:after {
    content: "(*)";
    color: red;
    margin-left: 5px;
}

    .map-tyle {
        margin: 10px;
        z-index: 1000000;
        position: absolute;
        cursor: pointer;
        left: 0px;
        bottom: 0px;
    }

    #googleMapTypeID, #binhanhMapTypeID {
        direction: ltr;
        overflow: hidden;
        text-align: center;
        position: relative;
        color: rgb(0, 0, 0);
        font-family: Roboto, Arial, sans-serif;
        user-select: none;
        font-size: 11px;
        background-color: rgb(255, 255, 255);
        padding: 8px;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
        border-left: 0px;
    }

        #googleMapTypeID:hover, #binhanhMapTypeID:hover {
            background-color: rgb(190, 190, 190);
        }

    #googleMapTypeID {
        min-width: 34px;
        font-weight: 500;
    }

    #binhanhMapTypeID {
        min-width: 34px;
    }

    div[style="margin-top: 20px;"] {
        margin-top: 15px!important;
    }

    .jstree-anchor.panel-heading.panel-title{
        background: #ddd;
        color: #000;
    }

    @media screen and (min-width: 768px) {
      .modal-lg{
          width: 900px;
      }

      .modal-sm{
          width: 300px;
      }
    }